@charset "utf-8";


/* 下層ページ用のスタイル調整
-------------------------------------------------------*/



@media screen and (max-width:768px) {

}



/* common
-------------------------------------------------------*/
* {
	box-sizing: border-box;
}

#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 40px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	/*padding: 0px 20px;*/
}

.pathway-gothic {
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .noto-serif {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-style: normal;
  }
  


@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
}




.all_wrap {
	display: flex;
}

.column_L {
	flex: 1;
	background: #fff;
}

.column_R {
	width: 340px;
	background: #f0f0f0;
	position: relative;
}

.column_R_inner {
	/*position: fixed;*/
	top: 0;
	right: 0;
	width: 350px;
}

.all_wrap *{
    min-height: 0;
    min-width : 0;
}

@media screen and (max-width:980px) {
	.column_R {
		display: none;
	}
}


/* header
-------------------------------------------------------*/

.header_wrap {
background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

.header {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	
}

.header_inner {
	display: flex;
	align-items: center;
	padding: 20px 20px;
	
}

.header_logo {
	max-width: 196px;
	margin-right: 20px;
}

.header_h1 {
	font-size: 110%;
	font-weight: 700;
}

@media screen and (max-width:1240px) {

	.header_logo {
		max-width: 150px;
	}

	.header_h1 {
		font-size: 90%;
	}
}

@media screen and (max-width:1130px) {

	.header_logo {
		max-width: 130px;
	}

	.header_h1 {
		font-size: 70%;
	}
}

@media screen and (max-width:768px) {
	.header_wrap {
		position: relative;
	}
	.header_inner {
		display: block;
		width: 100%;
	}

	.header_logo {
		max-width: 140px;
		margin: 0 auto;
		margin-bottom: 5px;
	}

	.header_h1 {
		font-size: 100%;
		text-align: center;
	}
	
}


/* visual
-------------------------------------------------------*/

.visual {
	background: url(../img/visual_bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	padding-top: 60px;
	
}

.visual_inner{
	max-width: 612px;
	margin-right: 30px;
}

.visual_img {
	box-shadow: 0px 0px 15px -5px #ccc;
	margin-bottom: 40px;
}

.visual_btn {
	max-width: 580px;
	margin: 0 auto;
}

@media screen and (max-width:1600px) {
	.visual_inner{
		margin-right: 20px;
	}

	
}

@media screen and (max-width:1500px) {
	
}


@media screen and (max-width:768px) {

	.visual {
		background: url(../img/visual_bg_sp.png) no-repeat;
		background-size: 100%;
		padding-top: 150px;
		margin-bottom: 0px;
	}
	.visual_inner{
		width: 100%;
	}

	.visual_img {
		margin-bottom: 20px;
	}


}


.visual_new_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:flex-end;
	align-items: center;
	padding: 40px 20px
}

.visual_contact {
	max-width: 350px;
}

.visual_new_inner .contact tr th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
  }

  .visual_new_inner .contact tr td {
	padding-left: 0;
	padding-right: 0;
  }


  @media screen and (max-width:768px) {
	.visual_new_inner {
		display: block;
	}

	.visual_contact {
		display: none;
		width: 100%;
		margin-top: 30px;
	}

	.visual_new_inner .contact tr.hissu th b::after, .visual_new_inner .contact tr.nini th b::after {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	  }

	  .visual_new_inner .contact tr th {
		padding-bottom: 10px;
	  }

	  .visual_new_inner .contact tr th b {
		display: block;
		width: 100%;
	  }
  }

/* logo_slide
-------------------------------------------------------*/

.top_area {
	padding-top: 40px;
	padding-bottom: 40px;
}

.c_logo_ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 3.5rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 80px;
}

.c_logo_ttl span {
	position: relative;
}

.c_logo_ttl span::after {
	content: "";
	width: 560px;
	height: 1px;
	background: #0e1a3a;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -280px;
}

@media screen and (max-width:768px) {
	.top_area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.c_logo_ttl {
		font-size: 2.5rem;
		margin-bottom: 50px;
	}
	
	
	
	.c_logo_ttl span::after {
		content: "";
		width: 280px;
		height: 1px;
		background: #0e1a3a;
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -140px;
	}


}


/* area01
-------------------------------------------------------*/

#area01 .inner {
	max-width: 1294px;
}

#area01.area {
	padding-bottom: 0;
}
@media screen and (max-width:768px) {


}



/* area02
-------------------------------------------------------*/

#area02.area {
	padding-top: 20px;
}
.riyu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.riyu li {
	width: 48%;
	margin-bottom: 30px;
}

.riyu li .txt {
	padding: 10px 20px;
	background: #f6f3f3;
	font-size: 120%;
	font-weight: 700;
}


@media screen and (max-width:768px) {

	#area02.area {
		padding-top: 10px;
	}
	.riyu ul {
		width: 100%;
		display: block;
	}
	
	.riyu li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.riyu li .txt {
		padding: 10px 10px;
		font-size: 100%;
	}
}


/* area03
-------------------------------------------------------*/

.box_area {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 80px;
}

.bg_glay {
	background: #f6f3f3;
}

.box_area .inner {
	padding: 50px;
}

.box_area .c_logo_ttl {
	margin-bottom: 30px;
}

.jinzairei dl {
	display: flex;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
}

.jinzairei dl:last-child {
	margin-bottom: 0;
}

.jinzairei dl dt {
	width: 20px;
}

.jinzairei dl dd {
	flex: 1;
	padding-left: 25px;
	font-weight: 700;
	font-size: 120%;
}

.jinzairei dl dd span {
	display: inline-block;
	background: #f6f3f3;
	padding: 5px 10px;
	margin-left: 20px;
	font-size: 80%;
	border-radius: 2px;
}

@media screen and (max-width:768px) {
	
	.box_area {
		margin-bottom: 40px;
	}
	
	
	
	.box_area .inner {
		padding: 20px;
	}
	
	.box_area .c_logo_ttl {
		margin-bottom: 20px;
	}
	
	.jinzairei dl {
		padding: 15px;
		margin-bottom: 10px;
	}
	
	.jinzairei dl:last-child {
		margin-bottom: 0;
	}
	
	.jinzairei dl dt {
		width: 15px;
	}
	
	.jinzairei dl dd {
		flex: 1;
		padding-left: 15px;
	}

	.jinzairei dl dd {
		font-size: 90%;
	}

	.jinzairei dl dd span {
		margin-left: 0;
	}
}



/* area04
-------------------------------------------------------*/

.bg_blue {
	background: #e6ecf9;
}

.area04_img {
	background: #fff;
	padding: 50px;
}

.area04_img img {
	max-width: 748px;

}

@media screen and (max-width:768px) {
	.area04_img {
		padding: 20px;
	}
}

/* area05
-------------------------------------------------------*/

.area05_box {
	padding: 50px;
	background: #fff;
}

.c_sub_ttl {
	text-align: center;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 40px;
}

.red {
	color: #a40408;
}

.c_sub_ttl_i {
	position: relative;
}

.c_sub_ttl_i::before {
	position: absolute;
	content: "";
	width: 76px;
	height: 69px;
	background: url(../img/pickup_i.png) no-repeat;
	background-size: 100%;
	left: -90px;
	top: 50%;
	margin-top: -10px;
}

.area05_box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.area05_box dl dt {
	width: 37%;
}

.area05_box dl dd {
	width: 60%;
}

.area05_sub {
	background: #182649;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 160%;
}

.area05_sub_box {
	text-align: center;
	background: #eceef3;
	padding:10px;
	font-size: 160%;
	font-weight: 700;
}

.area05_sub_box .pathway-gothic {
	font-size: 300%;
}

.area05_box_cap {
	font-size: 120%;
	margin-bottom: 10px;
}

.area05_logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.area05_logos li {
	width: 30%;
	margin-top: 10px;
	padding: 10px;
}

.area05_comit {
	max-width: 400px;
	margin: 0 auto;
}

.logo_S {
	text-align: center;
}

.logo_S img {
	width: 70%;
	margin: 0 auto;
}

.comit_line {
	background: #0e1a3a;
	height: 1px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}


@media screen and (max-width:768px) {
	.area05_box {
		padding: 20px;
	}
	
	.c_sub_ttl {
		font-size: 1.6rem;
		margin-bottom: 20px;
		padding-left: 50px;
	}
	
	
	
	.c_sub_ttl_i::before {
		position: absolute;
		content: "";
		width: 46px;
		height: 39px;
		background: url(../img/pickup_i.png) no-repeat;
		background-size: 100%;
		left: -50px;
		top: 50%;
		margin-top: -10px;
	}
	
	.area05_box dl {
		display: block;
	}
	
	.area05_box dl dt {
		width: 100%;
	}
	
	.area05_box dl dd {
		width: 100%;
		margin-top: 20px;
	}
	
	.area05_sub {
		padding: 10px;
		font-size: 120%;
	}
	
	.area05_sub_box {
		font-size: 120%;
	}
	
	.area05_sub_box .pathway-gothic {
		font-size: 200%;
	}
	
	.area05_box_cap {
		font-size: 110%;
	}
	
	.area05_logos {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.area05_logos li {
		width: 30%;
		margin-top: 10px;
	}
	
	.area05_comit {
		max-width: 286px;
		margin: 0 auto;
	}
	
	.comit_line {
		background: #0e1a3a;
		height: 1px;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		border: none;
	}
	
}


/* contact
-------------------------------------------------------*/

.bg_glay02 {
	background: #f0f0f0;
}

.contact_wrap {
	max-width: 740px;
	margin: 0 auto;
}

/* table_temp start */
.contact .table_temp {
	width: 100%;
}
.contactcontact_after .inner {
	padding: 0;
}
.contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.contact tr>* {
	display: table-cell;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 1;
}
.contact tr th {
	width: 220px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}

.contact tr td {
	font-size: 1.7rem;
	color: #1b294f;
}

.contact.contact_after tr td {
	padding:20px 10px;
}

.contact tr th.top {
	vertical-align: top;
	padding: 40px 10px 20px;
}
.contact tr th b {
	display: block;
	position: relative;
	font-weight: 700;
	font-size: 1.7rem;
	color: #1b294f;
}
.contact tr.hissu th b::after,
.contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 60%;
	width: 40px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
	
}
.contact tr.hissu th b::after {
	content: "必須";
	background: #a40408;
}
.contact tr.nini th b::after {
	content: "任意";
	background: #777;
}
.contactcontact_after tr {
	border-bottom: 1px solid #ccc;
}
.contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
.contact.contact_after tr th {
	color: #aaa;
}
.contact.contact_after tr td {
	font-weight: 500;
	
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
.contact input[type="text"],
.contact select,
.contact textarea {
	width: 100%;
	background: #f6f5f5;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.contact input[type="text"],
.contact select {
	height: 40px;
}
.contact select {
	background: #f0f0f0;
}
.contact textarea {
	min-height: 150px;
	resize: vertical;
}
.contact .radio_area label,
.contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
.contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
.contact .txt_form span {
	display: block;
}
::placeholder {
	color: #666;
	font-size: 90%;
	line-height: 1.6;
}
.contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.contact .form_btn01,
.contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 300px;
	height: 60px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 120%;
	color: #fff;
	line-height: 1;
    text-align: center;
	font-weight: 600;
}
.contact .form_btn01 {
	background: #a40408;
}
.contact .form_btn02 {
	background: #333;
}
.contact .privacy {
	border: 1px solid #aeaeae;
	padding: 30px;
	height: 160px;
	overflow: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 20px 0 0;
}
.contact .privacy .ttl_privacy {
	text-align: center;
	font-size: 120%;
	margin: 0 0 30px;
}
#contact .privacy .sub_ttl {
	font-weight: 700;
	margin: 0 0 20px;
}
.contact .privacy .txt {
	font-size: 90%;
	line-height: 1.6;
	margin: 0 0 40px;
}
.contact .privacy .date {
	text-align: right;
	font-size: 90%;
}
.contact .small {
	line-height: 1.4;
	margin: 10px 0 0;
	display: block;
	font-size: 85%;
}

input[type="radio"] {
	margin-top: 5px;
	margin-right: 5px;
	transform:scale(1.3);
  }

/* table_temp end */
@media screen and (max-width:768px) {

	.contact_wrap {
		padding: 20px;
	}

	.contact tr th b {
		font-size: 1.5rem;
	}

	.contact tr td {
		font-size: 1.5rem;
	}

	.contact.contact_after tr td {
		padding:0px 10px 20px 10px;
	}


	.contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	.contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	.contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	.contact tr th {
		width: 100%;
		font-size: 100%;
	}
	.contact tr th.top {
		vertical-align: top;
		padding: 15px 0;
	}
	.contact tr td {
		padding-top: 0;
	}
	.contact tr.hissu th b::after,
	.contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	.contact .radio_area label,
	.contact .check_area label {
		display: flex;
		align-items: center;
	}
	.contact .form_btn {
		flex-flow: column;
	}
	.contact .form_btn01,
	.contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	/* table_temp end */
	.contact .privacy {
		padding: 20px;
		height: 140px;
	}
	.contact .privacy .ttl_privacy {
		font-size: 110%;
		margin: 0 0 20px;
	}
	.contact .privacy .sub_ttl {
		font-size: 90%;
	}
	.contact .privacy .txt {
		font-size: 80%;
		margin: 0 0 30px;
	}
	.contact .small {
		line-height: 1.4;
		margin: 10px 0 0;
		display: block;
		font-size: 85%;
	}

	.radio_area br {
		display: inherit;
	}
}


.column_R_inner {
	padding: 20px;
}

.right_ttl01 {
	padding: 5px 10px;
	background: #182649;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 110%;
}

.right_ttl02 {
	color: #c2070b;
	font-weight: 700;
	text-align: center;
	font-size: 110%;
	margin-bottom: 0px;
}

.side_contact th,.side_contact td{
	display: block;

}

.side_contact tr th {
	width: 100%;
}

.side_contact tr.hissu th b {
	display: inline-block;
}

.side_contact tr.nini th b {
	display: inline-block;
}


.side_contact tr.hissu th b::after {
	right: -60px;
}

.side_contact tr.nini th b::after {
	right: -60px;
}



/* footer
-------------------------------------------------------*/
.footer {
	background: #0e1a3a;
	color: #fff;
	padding: 50px;
	text-align: center;
}

.footer a {
	color: #fff;
}

.footer_ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	margin-bottom: 10px;

}

.footer_ttl span {
	position: relative;
}

.footer_ttl span::before {
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -110px;
	top: 50%;
}

.footer_ttl span::after {
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: -110px;
	top: 50%;
}


.footer_tel {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.header .footer_tel {
	margin-bottom: 0;
	margin-right: 30px;
}

.footer_tel dt div {
	border: 1px solid #fff;
	padding: 10px 20px;
}

.header .footer_tel dt div {
	border: 1px solid #0e1a3a;
}

.footer_tel dd {
	padding-left: 0px;
}

.footer_tel dd p a{
	font-size: 6rem;
	position: relative;
	padding-left: 50px;
}

.header .footer_tel dd p a{
	font-size: 5rem;
	position: relative;
	padding-left: 50px;
}

.footer_tel dd p a::before{
	position: absolute;
	content: "";
	background: url(../img/footer_tel.png) no-repeat;
	background-size: 100%;
	width: 43px;
	height: 43px;
	
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.header .footer_tel dd p a::before{
	position: absolute;
	content: "";
	background: url(../img/header_tel.png) no-repeat;
	background-size: 100%;
	width: 43px;
	height: 43px;
	
	left: 0;
	top: 50%;
	margin-top: -20px;
}


.copy {
	font-size: 70%;
}

@media screen and (max-width:1160px) {
	.header .footer_tel dt {
		display: none;
	}
}

@media screen and (max-width:950px) {
	.header .footer_tel dd p a{
		font-size: 4rem;
	}
}


@media screen and (max-width:768px) {

	.header .footer_tel {
		display: none;
	}
	.footer {
		padding: 20px;
		padding-bottom: 100px;
	}
	
	.footer_ttl {
		font-size: 1.7rem;
	}
	
	.footer_ttl span {
		position: relative;
	}
	
	.footer_ttl span::before {
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		left: -30px;
		top: 50%;
	}
	
	.footer_ttl span::after {
		content: "";
		width: 20px;
		height: 1px;
		background: #fff;
		position: absolute;
		right: -30px;
		top: 50%;
	}
	
	
	.footer_tel {
		display: block;
		margin-bottom: 20px;
	}
	
	.footer_tel dt div {
		border: 1px solid #fff;
		padding: 10px 20px;
	}
	
	.footer_tel dd {
		padding-left: 0px;
	}
	
	.footer_tel dd p a{
		font-size: 4rem;
		padding-left: 40px;
	}
	
	.footer_tel dd p a::before{
		position: absolute;
		content: "";
		background: url(../img/footer_tel.png) no-repeat;
		background-size: 100%;
		width: 30px;
		height: 30px;
		
		left: 0;
		top: 50%;
		margin-top: -15px;
	}
	
	
	.copy {
		font-size: 70%;
	}

	
}






#sp_fot {
	display: none;
}


@media screen and (max-width:768px) {

	#sp_fot {
		display: block;
	}
	
	.sp_fot {
		
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #a40408;
		padding: 5px 20px;
	}

	.sp_fot_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sp_fot_L {
		width: 35%;
	}

	.sp_fot_L a {
		display: block;
		color: #fff;
		border: 1px solid #fff;
		padding: 10px;
		text-align: center;
	}

	.sp_fot_R {
		width: 62%;
	}

	.sp_fot_R a {
		display: block;
		padding: 10px;
		font-size: 4rem;
		color: #fff;
		line-height: 1;
	}
}


.slider_logo01 {
	margin-bottom: 30px;
}
	
	
	.slider_logo01 li {
		border-radius: 5px;
		margin: 0 15px;
	}

	
	.slider_logo01 li img {
	  max-width: 180px;
	  width: auto;
	  max-height: 45px;
	  height: auto;
	  object-fit: contain;
	  vertical-align: middle;
	  margin: 0 auto;
	}
	
	@media screen and (max-width:768px) {
		.slider_logo01 li {
			padding: 10px;
			margin: 0 5px;
		}
	}




	


.fv_cv {
	max-width: 840px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.fv_cv li {
	width: 48%;
}






.header_contact {
	display: flex;
	align-items: center;
}

.header_contact li {
	margin-right: 20px;
}

.header_contact_tel a {
	font-size: 4rem;
	position: relative;
	padding-left: 35px;
	line-height: 1;
	word-break: keep-all;
}

.header_contact_tel a::before{
	position: absolute;
	content: "";
	background: url(../img/header_tel.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	margin-top: -15px;
}


.header_contact_btn {
	max-width: 250px;
}

@media screen and (max-width:1380px) {
	.header_contact_btn {
	max-width: 200px;
}
.header_contact_tel a {
	font-size: 3rem;
}
}

@media screen and (max-width:1040px) {
	.header_contact_btn {
		display: none;
	}


}

@media screen and (max-width:768px) {
	.header_contact {
		display: none;
	}
}


.contact_fix_top {
	padding-top: 120px;
}

@media screen and (max-width:768px) {
	.contact_fix_top {
	padding-top: 20px;
}
}