@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}


html {
  scroll-padding-top:75px;
	scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
	object-fit: cover;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
	}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	transition: 0.5s;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #262626;
	font-size: 16px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #262626;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box a {
	color: #262626;
	font-weight: 400;
}

.contents-box p a {
	color: #262626;
	font-weight: 400;
}

.anctxt {
	display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
  height: 1px;
}


/*header*/

#header {
	width: 100%;
}

.header {
	z-index: 9999;
	width: 100%;
	position: fixed;
left: 0px;
top: 0px;
	background-color: #FFF;
}

.header-in {
	display: flex;
  justify-content: space-between;
	align-items: center;
	height: 75px;
}

.header .header-left {
	padding-left: 3%;
}

.header .header-left img {
	height: 40px;
	width: auto;
}

.header .pc-nav, .header .pc-nav ul, .header .pc-nav-btn {
	display: flex;
  justify-content: flex-end;
	align-items: center;
}

.header .pc-nav {
	gap:10px 0px;
}

.header .pc-nav ul li > a {
	font-size: 15px;
color: #3F3B3A;
line-height: 1.2;
font-weight: 400;
	position: relative;
	padding: 0px 25px;
}

.header .pc-nav ul li:not(:last-child) > a {
	border-right-style : solid;
border-color : #3F3B3A;
border-width : 1px;
}

.header .pc-nav-btn h6 a {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	width: 115px;
	height: 75px;
	text-align: center;
	transition: .5s;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.header .pc-nav-btn h6:nth-child(1) a {
	background-color: #B79862;
}

.header .pc-nav-btn h6:nth-child(2) a {
	background-color: #C30013;
}

.header .pc-nav-btn h6 a:hover {
	opacity: 0.75;
}

/* pc-nav */

@media screen and (max-width: 1080px) {
	#nav {
		display: none;
	}
}

._global-navi ul {
	height: auto !important;
    }


.dropmenu{
  *zoom: 1;
	z-index: 1000000;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}

.dropmenu:after{
	clear: both;
}

.dropmenu .link {
	position: relative;
	padding: 20px 15px;
	cursor: pointer;
}

.dropmenu .dropDown {
  position: absolute;
  bottom: 0px;
  display: none;
  color: initial;
  transform: translate(0, 100%);
	background-color: #00267F;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	 transition: .5s;
	width:150%;
	margin-left: -40%;
	padding: 15px 20px;
}

.dropmenu .nav03 .dropDown, .dropmenu .nav04 .dropDown {
	width:200%;
	margin-left: -65%;
}

.link:hover > .dropDown,
.link:focus-within > .dropDown {
  display: block;
}

.dropmenu li .box-box h5 a {
color: #FFF;
line-height: 1.2;
font-weight: 400;
	text-align: center;
	position: relative;
	display: block;
	padding: 10px 0px;
}

.dropmenu li .box-box h5 a:hover {
opacity: 0.75;
	color: #FFF;
}



/* スマホメニュー */

.c-spheader {
	width: 70px;
	z-index: 99999999;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	display: none;
}

.c-spheader .hn {
	width: 70px;
}
	
.drawer-nav {
	display: none;
		position: absolute;
		top:0;
	right: 0px;
		width: 100%;
	max-width: 100%;
		height: 100vh;
		overflow: auto;
	z-index: 99;
	background-color: #C30013;
	}

	.drawer-menu {
		width: 100%;
		max-width: 100%;
		height: 100vh;
		display: flex;
  justify-content: center;
		align-items: flex-start;
flex-wrap: wrap;
	}

.drawer-menu-item {
	width: 88%;
	padding-top: 60px;
}

.c-spheader .d-itembox {
	width: 100%;
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}

.c-spheader .d-item {
	position: relative;
	width: 100%;
}

.c-spheader .d-item:not(:last-child) {
	border-bottom-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
}
	
.c-spheader .d-item-in a {
  font-size: 18px;
	line-height: 1.2;
  display: block;
  text-decoration: none;
	color: #FFF;
font-weight: 400;
	position: relative;
	width: 100%;
	padding: 20px 5px;
}

/* 子階層 */

.c-spheader .d-sublist {
	border-top-style : solid;
border-color : rgba(204,204,204,0.5);
border-width : 1px;
	display: none;
	padding: 15px 0px;
}

.c-spheader .sublist a {
  font-size: 15px;
  display: block;
  text-decoration: none;
	color: #FFF;
font-weight: 400;
	position: relative;
	padding: 15px 0px;
	padding-left: 20px;
}

.c-spheader .d-item a:hover {
	opacity: 0.75;
}

/* 子階層トグルボタン */

.c-spheader .d-btn {
	position: absolute;
right: 0px;
top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	}

.c-spheader .d-btn span {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
	}

.c-spheader .d-btn::before,
.c-spheader .d-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #FFF;
	 transition: all .5s ease;
    
}
.c-spheader .d-btn::before{
    top:30px;
    right: 13px;
    transform: rotate(0deg);
    
}
.c-spheader .d-btn::after{    
    top:30px;
    right: 13px;
    transform: rotate(90deg);

}

.c-spheader .d-btn.close::after{
  transform: rotate(180deg);
}
	
/*開閉ボタン*/
	#nav_toggle{
		width: 70px;
		height: 50px;
		padding: 15px 20px;
		position: relative;
		top: 0px;
		right: 0px;
		z-index: 1000000;
		cursor: pointer;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:2px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
	
	/*開閉ボタンopen時*/
    .open #nav_toggle span {
			background: #FFF;
		}
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}


/* contents-title */

.contents-title {
	width: 100%;
}

.contents-title .box-inner {
	position: relative;
}

.contents-title .box-text2 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 20px;
}

.contents-title .box-text h2, .contents-title .box-text h3, .contents-title .box-text2 h2 {
	color: #C30013;
line-height: 1.2;
font-weight: 500;
	letter-spacing: 0.05em;
}

.contents-title .box-text h2 {
	position: relative;
	padding-left: 60px;
}

.contents-title .box-text h2::before {
	content: "";
	position: absolute;
left: 0px;
top: 9px;
	width: 50px;
	height: 1px;
	display: block;
	background-color: #C30013;
}

.contents-title .box-text h3, .contents-title .box-text2 h2 {
	font-family: "Prompt", sans-serif;
	font-size: 72px;
	font-weight: 600;
}

.contents-title .box-text2 h2 {
	font-weight: 200;
}

.contents-title .box-text2 h3 {
	font-weight: 400;
	letter-spacing: 0.05em;
	padding-top: 50px;
}

/* box-bread */

.box-bread {
	position: absolute;
right: 0px;
}

@media screen and (min-width: 738px) {

.box-bread {
bottom: 10px;
}
}

.breadcrumbs {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
}

.breadcrumbs li, .breadcrumbs li a {
	font-size: 14px;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
}

.breadcrumbs li a {
color: #ACA7A6;
}

.breadcrumbs li a:hover {
    opacity: 1;
    text-decoration: underline;
    height: auto;
	color: #3F3B3A;
}

.breadcrumbs li::after{
  content: '＞';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}



/* main-img */

.main-img {
	width: 100%;
}


/* contents */

.contents {
	width: 100%;
	padding-top: 180px;
	position: relative;
}

.contents img {
	width: 100%;
height: auto;
}

/* layout */

.layout-c {
	margin-left: auto;
	margin-right: auto;
}

.layout-1100 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* container */

.container {
	padding: 70px 0px 120px;
}

/* midashi01 */

.midashi01 {
	text-align: center;
	margin-bottom: 50px;
}

.midashi01 h3, .midashi01 h4 {
line-height: 1.2;
	letter-spacing: 0.05em;
}

.midashi01 h3 {
	color: #C30013;
	font-family: "Prompt", sans-serif;
	font-size: 72px;
	font-weight: 200;
}

.midashi01 h4 {
	font-size: 24px;
font-weight: 700;
	padding-top: 10px;
}


/* midashi02 */

.midashi02 {
	margin-bottom: 50px;
}

.midashi02 h3, .midashi02 h4 {
	color: #C30013;
line-height: 1.2;
	letter-spacing: 0.05em;
}

.midashi02 h3 {
	position: relative;
	font-weight: 700;
	margin-bottom: 5px;
}

.midashi02 h4 {
	font-family: "Prompt", sans-serif;
	font-size: 60px;
	font-weight: 300;
}

/* midashi03 */

.midashi03 {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.midashi03 h3, .midashi03 h4 {
line-height: 1.2;
letter-spacing: 0.05em;
}

.midashi03 h3 {
	font-family: "Prompt", sans-serif;
	font-size: 72px;
	color: #C30013;
font-weight: 200;
}

.midashi03 h4 {
font-size: 24px;
font-weight: 700;
	padding-top: 10px;
}



/* layout-concept */

.layout-concept {
	width: 100%;
	position: relative;
}

.layout-concept .box-img {
	width:96%;
}

.layout-concept .box-img img {
	border-radius: 20px;
	max-height: 600px;
	object-position: top;
}

.layout-concept .box-text {
	width:100%;
	position: relative;
	margin-top: -220px;
	padding: 70px 0px;
}

.layout-concept .box-text::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	width: 90%;
	height: 100%;
	background-color: #F8F8FE;
}


/* layout-interview-title */

.layout-interview-title {
	width:96%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.layout-interview-title .box-img {
	position: relative;
}

.layout-interview-title .box-img::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 48%;
	height: 70px;
	background-color: #C30013;
	display: block;
	border-radius: 0px 20px 0px 0px;
}

.layout-interview-title .box-img img {
	max-height: 600px;
	object-position: top;
}

.layout-interview-title .box-text {
	width:100%;
	height: 100%;
	position: absolute;
left: 0px;
top: 0px;
}

.layout-interview-title .box-text .box-inner {
	position: relative;
	height: 100%;
}

.layout-interview-title .box-text .box02 {
	position: absolute;
left: 0px;
bottom: 18px;
	width: 100%;
}

.layout-interview-title .box-text .box02, .layout-interview-title .box-text .box002 {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
	gap:0px 30px;
}

.layout-interview-title .box-text .box002 {
	border-left-style : solid;
border-color : #FFF;
border-width : 1px;
	padding-left: 30px;
}

.layout-interview-title h4 {
	font-size: 30px;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 700;
	padding: 10px 35px 15px;
	background-color: #FFF;
	display: inline-block;
	box-shadow: 8px 8px 0px #C30013;
}

.layout-interview-title h6, .layout-interview-title p {
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
}

.layout-interview-title h6 {
	font-size: 30px;
}




/*pagetop_btn*/

.pagetop_btn {
    position: absolute;
    bottom: 0px;
    right: 5%;
    z-index: 100;
}

.pagetop_btn a img {
	height: 36px;
	width: auto;
}

.pagetop_btn a:hover {
	opacity: 1;
}


/*footer*/

footer {
	width: 100%;
}
/* footer-guide */

.footer-guide {
	width: 100%;
	background-color: #DDDBD8;
}

.footer-guide .box-inner {
	width:1100px;
	padding: 70px 0px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.footer-guide .footer-logo p {
	padding-top: 20px;
	font-size: 14px;
}

.footer-nav {
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	gap:0px 50px;
	width: auto;
}

/* footer d-item */

footer .d-item {
	position: relative;
	min-width: 130px;
}
	
footer .d-item-in a {
	font-size: 14px;
	line-height: 1.2;
  display: block;
  text-decoration: none;
font-weight: 400;
	position: relative;
	padding: 10px 0px;
}

footer .d-item:nth-child(1) .d-item-in a {
	display: none;
}

/* 子階層 */

footer .d-sublist {
/*	display: none;*/
}

footer .sublist a {
	font-size: 14px;
  display: block;
font-weight: 400;
	position: relative;
	padding: 5px 0px;
	padding-left: 5px;
}

footer .sublist a::before {
	content: "-";
	display: inline-block;
	padding-right: 10px;
}

footer .d-item:nth-child(1) .sublist a {
	padding: 10px 0px;
}

footer .d-item:nth-child(1) .sublist a::before {
	display: none;
}


/* 子階層トグルボタン */

footer .d-btn {
	position: absolute;
right: 0px;
top: 0px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	display: none;
	}

footer .d-btn span {
	position: relative;/*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
	}

footer .d-btn::before,
footer .d-btn::after{
    position: absolute;
    content:'';
    width: 20px;
    height: 1px;
    background-color: #3F3B3A;
	 transition: all .5s ease;
    
}
footer .d-btn::before{
    top:30px;
    right: 5px;
    transform: rotate(0deg);
    
}
footer .d-btn::after{    
    top:30px;
    right: 5px;
    transform: rotate(90deg);

}

footer .d-btn.close::after{
  transform: rotate(180deg);
}

/* footer-copy */

.footer-copy {
	width: 100%;
	background-color: #C30013;
}

.footer-copy .box-inner {
	width: 1100px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 20px 0px;
}


.footer-copy ul {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	gap:0px 30px;
}

.footer-copy ul li a {
	font-size: 14px;
color: #F8F8FE;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
}

.footer-copy p {
	font-size: 12px;
color: #F8F8FE;
line-height: 1.2;
font-weight: 400;
	letter-spacing: 0em;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	
a[href^="tel:"] {
    pointer-events: none;
}
	

}
@media screen and (max-width: 737px) {
	
html {
  scroll-padding-top:50px;
}
	
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

	
/* スマホメニュー */
.c-spheader {
	display: flex;
}

.header-in {
	height: 50px;
}

.header .header-left {
	padding-left: 8px;
}

.header .header-left img {
	height: 30px;
}

.header .pc-nav-btn {
	display: none;
}
	
	
/* contents-title */

.contents-title .box-text, .contents-title .box-text2 {
	padding-top: 50px;
}
	
.contents-title .box-text2 {
	flex-direction: column;
}
	
.contents-title .box-text h2 {
	padding-left: 40px;
	margin-bottom: 5px;
}

.contents-title .box-text h2::before {
	width: 30px;
}

.contents-title .box-text h3, .contents-title .box-text2 h2 {
	font-size: 40px;
}
	
.contents-title .box-text2 h3 {
	font-size: 16px;
	padding-top: 0px;
}


/* box-bread */

.box-bread {
top: 0px;
}



/* contents */

.contents {
	padding-top: 80px;
}

/* layout */

.layout-1100 {
	width: 88%;
}

/* container */

.container {
	padding: 40px 0px 100px;
}
	
/* midashi01 */

.midashi01 {
	margin-bottom: 35px;
}

.midashi01 h3 {
	font-size: 40px;
}

.midashi01 h4 {
	font-size: 16px;
	padding-top: 5px;
}

	
/* midashi02 */

.midashi02 {
	margin-bottom: 30px;
}

.midashi02 h4 {
	font-size: 40px;
}

/* midashi03 */

.midashi03 {
	margin-bottom: 25px;
}

.midashi03 h3 {
	font-size: 40px;
}

.midashi03 h4 {
font-size: 18px;
	padding-top: 10px;
}
	
	
/* layout-concept */

.layout-concept {
}

.layout-concept .box-img {
	width:92%;
}

.layout-concept .box-img img {
	min-height: 200px;
}

.layout-concept .box-text {
	margin-top: -40px;
	padding: 40px 0px;
}

.layout-concept .box-text::before {
	width: 90%;
}
	
/* layout-interview-title */

.layout-interview-title {
	width:92%;
	border-radius: 0px;
}

.layout-interview-title .box-img::before {
	display: none;
}

.layout-interview-title .box-img img {
	min-height: 200px;
	border-radius: 20px;
}

.layout-interview-title .box-text {
	height: auto;
	position: static;
}

.layout-interview-title .box-text .box-inner {
	height: auto;
	width: 100%;
	margin-top: -30px;
}

.layout-interview-title .box-text .box02 {
	position: static;
	width: 100%;
	background-color: #C30013;
	padding: 10px 20px 8px;
}

.layout-interview-title .box-text .box02, .layout-interview-title .box-text .box002 {
	gap:0px 20px;
}
	
.layout-interview-title .box-text .box02 {
	flex-direction: column;
  align-items: flex-start;
}

.layout-interview-title .box-text .box002 {
	border-left-style : none;
	padding-left: 0px;
}

.layout-interview-title h4 {
	font-size: 24px;
	margin-bottom: 25px;
}

.layout-interview-title h6 {
	font-size: 24px;
}



	
	
/*btn-top*/
	
.pagetop_btn a img {
		height: 40px;
	width: auto;
	}


/*footer*/

/* footer-guide */

.footer-guide .box-inner {
	width:88%;
	padding: 40px 0px;
  justify-content: flex-start;
	gap:30px 0px;
}

.footer-nav {
  justify-content: center;
	gap:0px 50px;
	border-top-style : solid;
border-color : rgba(204, 204, 204, 0.5);
border-width : 1px;
	width: 100%;
}

/* footer d-item */

footer .d-item {
	width: 100%;
	min-width: 100%;
}

footer .d-item .d-item-in a {
	padding: 20px 0px;
	border-bottom-style : solid;
border-color : rgba(204, 204, 204, 0.5);
border-width : 1px;
}

footer .d-item:nth-child(1) .d-item-in a {
	display: block;
}

/* 子階層 */

footer .d-sublist {
	display: none;
	padding: 10px 0px;
}
	
footer .d-sublist a {
	padding: 10px 0px;
	padding-left: 15px;
}

footer .d-item:nth-child(1) .sublist a {
	padding: 10px 0px;
	padding-left: 15px;
}

footer .d-item .sublist a::before {
	display: none;
}
	
footer .d-btn {
	display: block;
	}


/* footer-copy */

.footer-copy .box-inner {
	width: 88%;
	gap:10px;
}


.footer-copy ul {
	gap:0px 20px;
}

.footer-copy ul li a {
letter-spacing: 0em;
}

.footer-copy p {
	font-size: 10px;
}

      
}
