@charset "utf-8";
/* CSS Document */
html {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	color: #030209;
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	color: #030209;
	letter-spacing: 0.08em;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-weight: 400;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background: url("image/mv_bg.png") top center no-repeat;
}
p {
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 1.4em;
}
p:last-child {
	margin-bottom: 0!important;
}
a {
	text-decoration: none;
	transition: .3s;
}
a:hover {
	opacity: 0.7;
}

.sec_eng {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.01em;
	margin-bottom: 2px;
}
.sec_ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.06em;
	}
	p {
		line-height: 1.8;
	}
	.sec_eng {
		font-size: 1.4rem;
	}
	.sec_ttl {
		font-size: 2.4rem;
		margin-bottom: 1.6em;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}

@media only screen and (min-width: 781px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/* header
--------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 30px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
header .head_wrap {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .site_logo {
	width: 194px;
	margin: 0;
}
header ul {
	display: flex;
	align-items: center;
}
header ul li {
	margin-left: 40px;
}
header ul li a {
	font-size: 1.5rem;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
header .nav_btn {
}
header .nav_btn a {
	background: url("img/icon_mail.png") left 20px center no-repeat;
	background-size: 19px auto;
	display: block;
	background-color: #D89D00;
	color: #fff;
	padding: 18px 20px 18px 46px;
	line-height: 1;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	header {
		padding: 0;
	}
	header .site_logo {
		width: 160px;
		margin-left: 20px;
	}
	header ul {
		display: flex;
		align-items: center;
	}
	header ul li {
		margin-left: 0;
	}
	header ul li:nth-child(1), header ul li:nth-child(2), header ul li:nth-child(3) {
		display: none;;
	}
	header ul li a {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
	header .nav_btn {
	}
	header .nav_btn a {
		background: url("img/icon_mail.png") center 14px no-repeat;
		background-size: 19px auto;
		display: block;
		background-color: #D89D00;
		color: #fff;
		padding: 34px 10px 18px;
		line-height: 1;
		height: 60px;
	}
}

/* mv
--------------------------------------------------------*/
#main {
	padding-top: 50px;
}
.sec_mv {
	background: url("img/bg_mv.jpg") center top no-repeat;
	background-size: contain;
	width: 100%;
  aspect-ratio: 1920 / 1010;
	display: flex;
	align-items: center; 
	justify-content: center;
	padding: 40px;
}
.mv_card {
	max-width: 940px;
	margin: 0 auto;
	background-color: #fff;
	padding: 42px 56px;
	display: flex;
	align-items: center;
	gap: 40px;
}
.mv_logo {
	width: 28%;
}
.mv_copy {
	width: 70%;
}
.sec_mv h1 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
.sec_mv h1 strong {
	display: block;
	font-size: 4.0rem;
	color: #009368;
	margin-bottom: 10px;
}
.mv_txt {
	font-size: 1.6rem;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	#main {
		padding-top: 60px;
	}
	.sec_mv {
		background: none;
		aspect-ratio: auto;
		display: block;
		padding: 0;
	}
	.mv_card {
		padding: 20px 0;
		display: block;
	}
	.mv_logo {
		width: 32%;
		margin: 0 auto 20px;
	}
	.mv_copy {
		width: 100%;
	}
	.sec_mv h1 {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 0;
		font-weight: 900;
		letter-spacing: 0.04em;
	}
	.sec_mv h1 strong {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
}

/* sec_about
--------------------------------------------------------*/
.sec_about {
	padding: 140px 20px 140px;
	background: url("img/bg_about.png") left bottom no-repeat;
	background-size: 900px auto;
}
.sec_about_wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_about_exp {
	margin-bottom: 40px;
	display: flex;
	gap: 60px;
}
.sec_about_exp .img {
	width: 50%;
}
.sec_about_exp .txt {
	width: 50%;
}
h3.marker{
  margin: 0;
  line-height: 1.2;
	margin-bottom: 20px;
}
h3.marker > span{
  display: inline-block;
  background: #111;
  color: #fff;
  padding: .25em .6em;
  font-size: 1.8rem;
  margin-bottom: .35em;
}
h3.marker > strong{
  display: inline-block;
  background: #111;
  color: #fff;
  padding: .2em .7em;
  font-size: 2.4rem;
}
.sec_about_exp .txt p strong {
	color: #009368;
}
.sec_about_pdf {
	background-color: #009E70;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 4% 7%;
}
.sec_about_pdf .txt {
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.sec_about_pdf .btn {
	color: #fff;
	margin: 0;
	font-weight: bold;
	display: block;
	border-radius: 100px;
}
.btn_pdf a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 34px;
  border-radius: 9999px;
  background: #121212;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
	white-space: nowrap;
}
.btn_pdf_icon {
  width: 32px; 
  height: auto;
  flex: 0 0 32px;
  display: block;
}
.btn_pdf_text {
  font-size: 2.0rem;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_about {
		padding: 4em 5%;
		background: url("img/bg_about.png") left bottom no-repeat;
		background-size: 80% auto;
	}
	.sec_about_exp {
		margin-bottom: 2em;
		display: block;
	}
	.sec_about_exp .img {
		width: 100%;
		margin-bottom: 1.4em;
	}
	.sec_about_exp .txt {
		width: 100%;
	}
	h3.marker {
		margin-bottom: 1.4em;
	}
	h3.marker > span{
	  font-size: 1.6rem;
	}
	h3.marker > strong{
	  font-size: 2.0rem;
	}
	.sec_about_pdf {
		display: block;
		padding: 6% 8%;
	}
	.sec_about_pdf .txt {
		margin: 0 0 1.4em;
	}
	.sec_about_pdf .txt br {
		display: none;
	}
	.btn_pdf {
		text-align: center;
	}
	.btn_pdf a {
	  padding: 18px 40px;
	}
	.btn_pdf_icon {
	  width: 24px; 
	  flex: 0 0 24px;
	}
	.btn_pdf_text {
	  font-size: 1.8rem;
	}
}



/* sec_partner
--------------------------------------------------------*/
.sec_partner {
	padding: 140px 20px;
	background: url("img/bg_partner.jpg") center center no-repeat;
	background-size: cover;
}
.sec_partner .sec_eng {
	color: #fff;
}
.sec_partner .sec_ttl {
	color: #fff;
	border-bottom: 2px solid #fff;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}
.sec_partner h3 {
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	margin-bottom: 30px;
}
.sec_partner_txt {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.sec_partner_txt a {
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.sec_partner_btn {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sec_partner_btn li {
	max-width: 340px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_partner {
		padding: 4em 5%;
	}
	.sec_partner .sec_ttl {
		border-bottom: 1px solid #fff;
		margin: 0 auto 1.4em;
		padding-bottom: 1em;
	}
	.sec_partner .sec_ttl span {
		font-size: 0.7em;
		letter-spacing: 0.04em;
	}
	.sec_partner h3 {
		font-size: 1.8rem;
		margin-bottom: 1.4em;
	}
	.sec_partner_txt {
		text-align: justify;
		margin-bottom: 2em;
	}
	.sec_partner_txt a {
		font-size: 1.6rem;
	}
	.sec_partner_btn {
		display: block;
	}
	.sec_partner_btn li {
		max-width: 340px;
		width: 90%;
		margin: 0 auto 1em;
	}
	.sec_partner_btn li:last-child {
		margin-bottom: 0;
	}
}


/* sec_company
--------------------------------------------------------*/
.sec_company {
	padding: 140px 20px 120px;
	background: url("img/bg_company.png") right top no-repeat;
	background-size: 508px auto;
}
.sec_company_table {
	max-width: 840px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
.sec_company_table th, .sec_company_table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 18px 50px;
	text-align: left;
	vertical-align: top;
}
.sec_company_table th {
	background-color: #F5F5F5;
	white-space: nowrap;
}
.sec_company_table td {
	background-color: #fff;
}
.map_btn {
	display: inline-block;
	background-color: #1A1311;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 100px;
	letter-spacing: 0.01em;;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_company {
		padding: 4em 5%;
		background: url("img/bg_company.png") right top no-repeat;
		background-size: 50% auto;
	}
	.sec_company_table th, .sec_company_table td {
		padding: 4% 6%;
	}
	.sec_company_table th {
		white-space: normal;
		width: 8em;
		font-size: 1.3rem;
	}
	.map_btn {
		display: inline-block;
		font-size: 1.2rem;
		line-height: 1;
		margin-top: 10px;
		padding: 8px 14px;
	}
}


/* sec_contact
--------------------------------------------------------*/
.sec_contact {
	padding: 120px 20px 140px;
	background: url("img/bg_foot.svg") center top no-repeat;
	background-size: cover;
}
.sec_contact .sec_eng {
	color: #fff;
}
.sec_contact .sec_ttl {
	color: #fff;
	border-bottom: 2px solid #fff;
	max-width: 1000px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}
.sec_contact_txt {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.sec_contact_txt a {
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.sec_contact_btn {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sec_contact_btn li {
	max-width: 340px;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	.sec_contact {
		padding: 4em 5%;
		background: url("img/bg_foot_sp.svg") center top no-repeat;
		background-size: cover;
	}
	.sec_contact .sec_ttl {
		border-bottom: 1px solid #fff;
		margin: 0 auto 1.4em;
		padding-bottom: 1em;
	}
	.sec_contact_txt {
		text-align: justify;
		margin-bottom: 2em;
	}
	.sec_contact_txt a {
		font-size: 1.6rem;
	}
	.sec_contact_btn {
		display: block;
	}
	.sec_contact_btn li {
		max-width: 340px;
		width: 90%;
		margin: 0 auto 1em;
	}
	.sec_contact_btn li:last-child {
		margin-bottom: 0;
	}
}







/* footer
--------------------------------------------------------*/
footer {
	padding: 30px 20px 30px;
	text-align: center;
	background-color: #000;
	color: #fff;
}
footer p {
	text-align: center;
	font-size: 1.3rem;
}
footer p a {
	text-decoration: underline;
	color: #fff;
}
@media screen and (max-width: 780px) { /*-----------------SP----- */
	footer {
		padding: 2em 5%;
	}
	footer p {
		font-size: 1.2rem;
	}
}






