@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&display=swap');
/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
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,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

* {
	box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}

a, a:hover {
	color: inherit;
	text-decoration: none;
}

b {
	font-weight: bold;
}

*:focus {
	outline: none;
}

/* ==========================================================================
   contents
   ========================================================================== */
html{
	scroll-behavior: smooth; 
}

[id^="anchor"]{
	scroll-margin-top: 120px;
}

#wrapper {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow: hidden;
}

#wrapper .font-en{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#wrapper img {
	max-width: 100%;
	height: auto;
}

#wrapper .disp-pc { display: block; }
#wrapper .disp-sp { display: none; }

@media only screen and (max-width: 767px) {
	#wrapper .disp-pc { display: none; }
	#wrapper .disp-sp { display: block; }
}

#wrapper .lyt-inner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper .content-inner {
	max-width: 1007px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  #wrapper .lyt-inner {
		width: 100%;
		padding: 0 15px 0 15px;
	}
	
	#wrapper .content-inner {
		width: 100%;
		padding: 0 25px;
  }
}


/* ==========================================================================
   common
   ========================================================================== */
#wrapper .entry-btn-area{
	width: 320px;
	margin: 0 auto;
}

#wrapper .entry-btn-area .entry-btn{
	width: 100%;
}

@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
		transition: all 600ms;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .entry-btn-area{
		width: 60%;
	}
}

#wrapper .flex-box{
	display: flex;
	flex-flow: row nowrap;
}

#wrapper .section-title{
	text-align: center;
}

#wrapper .section-title .title{
	display: inline-block;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 12px solid #b4001e;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
}

#wrapper .text{
	font-size: 15px;
	line-height: 1.9;
}

@media screen and (max-width: 1024px) {
	#wrapper .lead-text{
		font-size: 1.7rem;
	}
	
	#wrapper .section-title .title{
		font-size: 30px;
	}

}

@media screen and (max-width: 767px) {
	#wrapper .lead-text{
		font-size: 3.1vw;
		line-height: 2;
	}
		
	#wrapper .section-title .title{
		padding-bottom: 4px;
		border-bottom: 7px solid #b4001e;
		font-size: 4vw;
		line-height: 1.3;
	}
	
	#wrapper .section-title .title .disp-sp{
		display: inline;
	}

	#wrapper .text{
		font-size: 3.5vw;
	}
}

/* ==========================================================================
   contents
   ========================================================================== */
#wrapper .headnav{
	position: fixed;
	z-index: 20;
	background: #fff;
	width: 100%;
	height: 106px;
	border-bottom: 13px solid #b4001a;
}

#wrapper .headnav .head-inner{
	max-width: 100%;
  padding: 22px 2%;
}

#wrapper .head-inner{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#wrapper .logo {
	width: 139px;
}

#wrapper .head-link{
  align-items: center;
	gap: 0 30px;
}

#wrapper .entry-btn-a,
#wrapper .entry-btn-b{
	width: 253px;
	display: block;
}


@media (any-hover: hover) {
	#wrapper a:hover {
		opacity: .8;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .headnav{
		height: 50px;
		border-bottom: 6px solid #95131d;
	}

	#wrapper .headnav .head-inner{
		max-width: 100%;
		padding: 8px 2%;
	}

	#wrapper .logo {
		width: 80px;
	}

	#wrapper .head-link{
		gap: 0 10px;
	}

	#wrapper .entry-btn-a,
	#wrapper .entry-btn-b{
		width: 120px;
	}
}


/* ====================
   .hero
   ==================== */
#wrapper .hero {
	width: 100%;
	padding: 180px 0 40px 0;
	position: relative;
}

#wrapper .hero img{
	width: 100%;
}

@media only screen and (max-width: 1024px) {
/* 	#wrapper .hero {
		padding: 80px 0 60px 0;
	} */
}

@media only screen and (max-width: 767px) {
	#wrapper .hero {
		padding: 70px 0 20px 0;
	}
}


/* ====================
   .lead
   ==================== */
#wrapper .lead-text{
	font-size: 25px;
	line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
	#wrapper .lead-text{
		font-size: 20px;
		line-height: 1.8;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .lead-text{
		font-size: 3.5vw;
		text-align: center;
	}
}

/* ====================
   .sec01
   ==================== */
#wrapper .sec01{
	padding: 0 0 30px;
}

#wrapper .sec01 .lyt-inner{
	padding: 120px 0;
	background: url("../images/sec01_bg-pc.jpg") no-repeat center 50px / contain;
}

#wrapper .content-box{
	padding: 38px 60px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 6.93px 6.93px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}

#wrapper .section-title{
	margin-bottom: 20px;
}

#wrapper .sec01 .lead-text{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 34px;
	font-size: 21px;
	line-height: 1.6;
}

#wrapper .sec01 .business-label{
	display: inline-block;
	width: 100%;
	margin-bottom: 14px;
	padding: 3px 0;
	background: #b4001e;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}

#wrapper .business-list{
	flex-wrap: wrap;
}

#wrapper .business-item{
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}

#wrapper .business-item:nth-of-type(1),
#wrapper .business-item:nth-of-type(2){
	border-bottom: 4px solid #cfcfd0;
	padding-bottom: 40px;
}

#wrapper .business-item:nth-of-type(1),
#wrapper .business-item:nth-of-type(3){
	border-right: 4px solid #cfcfd0;
}

#wrapper .business-item:nth-of-type(3),
#wrapper .business-item:nth-of-type(4){
	padding-top: 40px;
}

#wrapper .business-title{
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}

#wrapper .business-item .text{
	font-size: 18px;
	line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec01 .lead-text{
		font-size: 17px;
	}
	
	#wrapper .sec01 .business-label{
		font-size: 20px;
	}
	
	#wrapper .business-title{
		font-size: 18px;
	}
	
	#wrapper .business-item .text{
		font-size: 15px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec01{
		padding: 0 0 50px;
		background: url("../images/sec01_bg-sp.jpg") no-repeat center 20px / contain;
	}

	#wrapper .sec01 .lyt-inner{
		padding: 40px 0;
		background: none;
	}

	#wrapper .content-box{
		padding: 20px 15px;
		border-radius: 20px;
	}

	#wrapper .section-title{
		margin-bottom: 10px;
	}

	#wrapper .sec01 .lead-text{
		width: 100%;
		margin-bottom: 20px;
		font-size: 3vw;
		line-height: 1.4;
		text-align: left;
	}

	#wrapper .sec01 .business-label{
		display: inline-block;
		width: 100%;
		margin-bottom: 5px;
		padding: 3px 0;
		font-size: 3vw;
	}

	#wrapper .business-item{
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		text-align: center;
	}

	#wrapper .business-item:nth-of-type(1),
	#wrapper .business-item:nth-of-type(2){
		border-bottom: 3px solid #cfcfd0;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	#wrapper .business-item:nth-of-type(1),
	#wrapper .business-item:nth-of-type(3){
		border-right: none;
		border-bottom: 3px solid #cfcfd0;
	}

	#wrapper .business-item:nth-of-type(3),
	#wrapper .business-item:nth-of-type(4){
		padding-top: 0;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}


	#wrapper .business-title{
		margin-bottom: 3px;
		font-size: 3.5vw;
	}

	#wrapper .business-item .text{
		font-size: 3vw;
		line-height: 1.4;
	}
}


/* ====================
   .sec02
   ==================== */
#wrapper .sec02 .lyt-inner{
	padding: 100px 0 60px 0;
	background: url("../images/sec02_bg-pc.jpg") center center / cover no-repeat;
}

#wrapper .sec02 .title{
  margin-bottom: 20px;
}

#wrapper .sec02 .business-title,
#wrapper .sec02 .text{
	text-align: left;
	line-height: 1.7;
}

#wrapper .sec02 .business-item:nth-of-type(1),
#wrapper .sec02 .business-item:nth-of-type(2){
	padding-bottom: 25px;
}

#wrapper .sec02 .img-area{
	width: 200px;
	margin: 5px auto 15px;
}

@media only screen and (max-width: 1024px) {
/* 	#wrapper .sec02{
		padding: 62px 0;
	}

	#wrapper .sec02 .content-inner{
		padding: 36px 40px;
	} */
}

@media only screen and (max-width: 767px) {
	#wrapper .sec02 .lyt-inner{
		padding: 30px 0 20px 0;
		background: url("../images/sec02_bg-sp.jpg") 0 0 / cover no-repeat;
	}

	#wrapper .sec02 .title{
		margin-bottom: 0;
	}

	#wrapper .sec02 .business-title{
		text-align: center;
		line-height: 1.5;
		margin-top: 5px;
	}
	
	#wrapper .sec02 .text{
		text-align: left;
		line-height: 1.6;
	}

	#wrapper .sec02 .business-item:nth-of-type(1),
	#wrapper .sec02 .business-item:nth-of-type(2){
		padding-bottom: 10px;
	}

	#wrapper .sec02 .img-area{
		width: 35%;
		margin: 5px auto 10px;
	}
}


/* ====================
   .sec03
   ==================== */
#wrapper .sec03{
  padding: 30px 0 0;
}

#wrapper .sec03 .lyt-inner{
	padding: 100px 0 90px 0;
	background: url("../images/sec03_bg-pc.jpg") center top / cover no-repeat;
}

#wrapper .sec03 .section-title{
	margin-bottom: 44px;
}

#wrapper .sec03 .number-list{
	align-items: stretch;
	justify-content: center;
}

#wrapper .sec03 .number-item{
	width: 33.333%;
	padding: 10px 28px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#wrapper .sec03 .number-item + .number-item{
	border-left: 4px solid #cfcfd0;
}

#wrapper .sec03 .number-title{
	height: 48px;
	margin-bottom: 16px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
}

#wrapper .sec03 .img-area{
	width: 121px;
	margin: 0 auto 14px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100px;
}

#wrapper .sec03 .number{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 170px;
	color: #b4001e;
}

#wrapper .sec03 .number span{
	font-size: 77px;
}

#wrapper .sec03 .note{
	font-size: 18px;
	line-height: 1.5;
	margin-top: -10px;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec03 .number-title{
		font-size: 22px;
	}
	
	#wrapper .sec03 .number{
		font-size: 20px;
	}

	#wrapper .sec03 .number span{
		font-size: 50px;
	}
	
	#wrapper .sec03 .note{
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec03{
		padding: 0;
	}

	#wrapper .sec03 .lyt-inner{
		padding: 60px 0 50px 0;
		background: url("../images/sec03_bg-sp.jpg") center top / cover no-repeat;
	}

	#wrapper .sec03 .section-title{
		margin-bottom: 10px;
	}

	#wrapper .sec03 .number-list{
		display: block;
	}

	#wrapper .sec03 .number-item{
		padding: 10px 10px;
		border-bottom: 3px solid #d0d0d0;
		width: 100%;
	}
	
	#wrapper .sec03 .number-item:nth-child(3){
		padding: 10px 10px 0 10px;
	}
	
	#wrapper .sec03 .number-item + .number-item{
		border-left: none;
		margin-top: 5px;
	}

	#wrapper .sec03 .number-item:last-child{
		border-bottom: none;
	}

	#wrapper .sec03 .number-inner{
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}

	#wrapper .sec03 .text-area{
		width: 48%;
	}

	#wrapper .sec03 .img-area{
		width: 27%;
	}
	
	#wrapper .sec03 .number-item:nth-child(1) .img-area,
	#wrapper .sec03 .number-item:nth-child(3) .img-area{
		left: auto;
		right: 15%;
		margin: 0;
		top: 15px;
	}
	
	#wrapper .sec03 .number-item:nth-child(3) .img-area{
		right: 14%;
		top: 30px;
	}
	
	#wrapper .sec03 .number-item:nth-child(2) .img-area{
		left: 12%;
		right: auto;
		margin: 0;
		top: 20px;
	}

	#wrapper .sec03 .number-item:nth-child(1) .number-inner,
	#wrapper .sec03 .number-item:nth-child(3) .number-inner{
		flex-direction: row;
	}

	#wrapper .sec03 .number-item:nth-child(2) .number-inner{
		flex-direction: row-reverse;
	}

	#wrapper .sec03 .number-title{
		margin-bottom: 5px;
		font-size: 4vw;
		line-height: 1.4;
		height: auto;
	}

	#wrapper .sec03 .number{
		font-size: 5vw;
		line-height: 1;
		margin-top: 0;
	}

	#wrapper .sec03 .number span{
		font-size: 12vw;
	}

	#wrapper .sec03 .note{
		margin-top: 5px;
		font-size: 3vw;
	}

}


/* ====================
   .sec04
   ==================== */
#wrapper .sec04{
	padding: 0 0 0 0;
}

#wrapper .sec04 .lyt-inner{
	padding: 100px 0 0 0;
	background: url("../images/sec04_bg-pc.jpg") center 190px / contain no-repeat;
}


#wrapper .sec04 .section-title{
	margin-bottom: 50px;
}

#wrapper .sec04 .story-list{
	flex-wrap: wrap;
	align-items: stretch;
	gap: 50px 30px;
	justify-content: space-between;
}

#wrapper .sec04 .story-item{
	width: calc(33.333% - 25px);
	padding: 18px 18px 20px;
	text-align: center;
}

#wrapper .sec04 .story-label{
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 12px;
	border: 2px solid #b4001a;
	color: #b4001a;
	font-size: 28px;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}

#wrapper .sec04 .story-label:after{
  content: "";
	position: absolute;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
	background: #b4001a;
	z-index: -1;
}

#wrapper .sec04 .story-label span{
	color: #fff;
	padding-left: 10px;
}

#wrapper .sec04 .story-title{
	min-height: 100px;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	text-align: left;
}

#wrapper .sec04 .img-area{
	margin-bottom:20px;
}


#wrapper .sec04 .more-btn{
	display: block;
	width: 150px;
	margin: 0 auto;
}

#wrapper .sec04 .btn-area{
	width: 43%;
	margin: 50px auto 0 auto;
}

@media only screen and (max-width: 1024px) {
	#wrapper .sec04{
		padding: 62px 0;
	}
	
	#wrapper .sec04 .story-title{
		font-size: 15px;
	}
	
	#wrapper .sec04 .story-item{
		padding: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#wrapper .sec04{
		padding: 0;
		position: relative;
	}

	#wrapper .sec04 .lyt-inner{
		padding: 10px 0 0 0;
		background: url("../images/sec04_bg-sp.jpg") center top / contain no-repeat;
	}

	#wrapper .sec04 .section-title{
		margin-bottom: 20px;
	}

	#wrapper .sec04 .story-list{
		align-items: stretch;
		gap: 15px 15px;
	}

	#wrapper .sec04 .story-item{
		width: calc(50% - 10px);
		padding: 15px 10px;
	}

	#wrapper .sec04 .story-label{
		margin-bottom: 5px;
		padding: 0 6px;
		border: 2px solid #b4001a;
		font-size: 3.5vw;
	}

	#wrapper .sec04 .story-label:after{
		width: 20px;
	}

	#wrapper .sec04 .story-label span{
		padding-left: 10px;
	}

	#wrapper .sec04 .story-title{
		min-height: 10vw;
		margin-bottom: 5px;
		font-size: 2.2vw;
	}

	#wrapper .sec04 .img-area{
		margin-bottom: 10px;
	}

	#wrapper .sec04 .more-btn{
		display: block;
		width: 60%;
		margin: 0 auto;
	}
	
	#wrapper .sec04 .btn-area{
		position: absolute;
		width: 40%;
		right: 20px;
		bottom: 0;
		margin: 0;
	}
}


/* ====================
   .sec05
   ==================== */
#wrapper .sec05 .lyt-inner{
	padding: 70px 0 0;
	background: url("../images/sec05_bg-pc.jpg") center 70px / contain no-repeat;
}

#wrapper .sec05 .section-title{
	margin-bottom: 36px;
}

#wrapper .sec05 .sub-title{
	font-size: 29px;
	font-weight: 700;
}

#wrapper .sec05 .outline-list{
	max-width: 850px;
	margin: 0 auto;
	border-top: 1px solid #000;
	/*! border-left: 1px solid #aaa; */
	font-size: 17px;
	line-height: 1.8;
}

#wrapper .sec05 .outline-row{
	align-items: stretch;
	border-bottom: 1px solid #000;
}

#wrapper .sec05 dt{
	width: 170px;
	flex: 0 0 170px;
	padding: 18px 16px;
	background: #ececec;
	box-sizing: border-box;
	text-align: center;
}

#wrapper .sec05 dt .outline-title{
	text-align: left;
	display: inline-block;
	line-height: 1.4;
}

#wrapper .sec05 dd{
	width: calc(100% - 170px);
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	font-size: 15.5px;
	line-height: 1.5;
}

#wrapper .sec05 .job-block{
	align-items: flex-start;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
	align-items: center;
}

#wrapper .sec05 .job-block:last-of-type{
	border: none;
}

#wrapper .sec05 .job-block + .job-block{
	margin-top: 16px;
}

#wrapper .sec05 .job-title{
	width: 80px;
	flex: 0 0 80px;
	font-size: 17px;
	line-height: 1.5;
}

#wrapper .sec05 .job-text{
	width: calc(100% - 85px);
	font-size: 15.5px;
	line-height: 1.4;
	border-left: 10px solid #ececec;
	padding-left: 20px;
}

#wrapper .sec05 .note{
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
/* 	#wrapper .sec05{
		padding: 62px 0 80px;
	}

	#wrapper .sec05 .outline-list{
		font-size: 12px;
	} */
}

@media only screen and (max-width: 767px) {
	#wrapper .sec05{
		padding: 30px 0 0 0;
	}

	#wrapper .sec05 .lyt-inner{
		padding: 10px 0 0;
		background: none;
	}
	
	#wrapper .sec05 .content-inner {
		width: 100%;
		padding: 0 15px;
  }

	#wrapper .sec05 .section-title{
		margin-bottom: 20px;
	}

	#wrapper .sec05 .sub-title{
		font-size: 5vw;
	}
	
	#wrapper .sec05 .outline-list{
		font-size: 2.9vw;
	}

	#wrapper .sec05 dd{
		font-size: 2.7vw;
	}

	#wrapper .sec05 .job-title{
		font-size: 3vw;
	}

	#wrapper .sec05 .job-text{
		font-size: 2.89vw;
	}

	#wrapper .sec05 dt{
		width: 28%;
		flex: 0 0 28%;
		padding: 18px 3px;
	}

	#wrapper .sec05 dd{
		width: calc(100% - 29%);
		padding: 10px 0 10px 10px;
	}

	#wrapper .sec05 .job-title{
		width: 22%;
		flex: 0 0 22%;
	}

	#wrapper .sec05 .job-text{
		width: calc(100% - 24%);
		border-left: 5px solid #ececec;
		padding-left: 10px
	}

	#wrapper .sec05 .note{
		font-size: 2.8vw;
	}
}

/* ====================
   .footer
   ==================== */
#wrapper .footer {
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	#wrapper .footer {
		padding: 30px 0 100px 0;
		font-size: 3vw;
	}
}