@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.helo {
	height: 500px;
	background-color: #EA1F29;
}
.helo .inner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 200px;
	position: relative;
}
.helo .inner h1 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.helo .inner h1 span {
	color: #fff;
	font-size: 80px;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 40px;
}
.helo .inner figure {
	position: absolute;
	right: -100px;
	top: 100px;
}





.message {
	margin-top: 150px;
}
.message .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	text-align: left;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
}
.message .flex div {
	width: 680px;
	line-height: 2em;
}
.message .flex div h3 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
}
.message .flex div p+p {
	margin-top: 40px;
}





.company {
	margin-top: 50px;
	padding-top: 150px;
}
.company h2 {
	margin-bottom: 100px;
}
.company td {
	background-color: #fff;
}

.company td a {
	color: #000;
	text-decoration: none;
}





.philosophy {
	padding-top: 50px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.philosophy h2 {
	margin-bottom: 120px;
	text-align: center;
}
.philosophy h3 {
	color: #D83935;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
	text-align: center;
}
.philosophy p+h3 {
	margin-top: 80px;
}
.philosophy h4 {
	line-height: 1.8em;
}
.philosophy h4+p {
	line-height: 1.8em;
	margin-bottom: 40px;
}






.history {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.history .timeline {
  padding-left: 20px;
  margin-top: 100px;
  position: relative;
  width: 550px;
  margin-left: auto;
	margin-right: auto;
}

.history .timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 30px;
}

/* 赤いドット */
.history .timeline-item::before {
  content: '';
  position: absolute;
  left: 9px; /* 線の太さに合わせて調整 */
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #d3383c;
  border-radius: 50%;
}

.history .date {
  font-weight: bold;
  color: #d3383c;
  width: 120px; /* 日付の幅を固定して揃える */
  flex-shrink: 0;
}

.history .content {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-left: 40px;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: -40px; /* 次の要素までの距離 */
  width: 1px;
  background-color: #d3383c;
}





.sdgs {
	padding-top: 80px;
	padding-bottom: 100px;
}
.sdgs h2 {
	margin-bottom: 100px;
}
.sdgs a {
	width: 310px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 50px;
	color: #D83935;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 100px;
	margin-top: 40px;
	transition: 0.3s;
}
.sdgs a:hover {
	background-color: #D83935;
	border: 1px solid #D83935;
	color: #fff;
	transition: 0.3s;
}
.sdgs a img {
	position: relative;
	top: 16px;
	margin-left: 10px;
}





.torikumi .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 1210px;
}
.torikumi .flex div {
	width: 530px;
	padding: 25px;
	background-color: #fff;
	border-radius: 8px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
text-align: left;
margin-bottom: 50px;
}
.torikumi .flex div h3 {
	font-size: 36px;
	color: #D83935;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	margin-bottom: 25px;
}
.torikumi .flex div h3::before {
	content: "";
	width: 5px;
	height: 35px;
	background-color: #D83935;
	position: absolute;
	left: 0px;
	top: 0px;
}
.torikumi .flex div p {
	line-height: 1.9em;
}





.locations {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.locations .box {
	margin-top: 100px;
	text-align: left;
}
.locations .box h3 {
	color: #D83935;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}
.locations .box h3::after {
	content: "";
	width: 5px;
	height: 35px;
	background-color: #D83935;
	position: absolute;
	left: 0px;
	top: 0px;
}
.locations .box .flex {
	display: flex;
	margin-top: 20px;
}
.locations .box .flex figure {
	width: 514px;
	height: 294px;
	background-color: #D9D9D9;
}
.locations .box .flex div {
	margin-left: 30px;
	line-height: 1.8em;
}
.locations .box .flex div a {
	color: #000;
	text-decoration: none;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
.helo {
	height: 60vw;
	background-color: #D83935;
}
.helo .inner {
	width: 90%;
	padding-top: 23vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.helo .inner h1 {
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
}
.helo .inner h1 span {
	color: #fff;
	font-size: 12vw;
	font-family: 'Inter', 'Noto Serif JP', serif;
	display: block;
	margin-bottom: 5vw;
}
.helo figure {
	position: absolute;
	right: 0px;
	top: 28vw;
	width: 35vw;
}






.message {
	margin-top: 10vw;
}
.message .flex {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
}
.message .flex div {
	line-height: 2em;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.message .flex div h3 {
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 5vw;
}
.message .flex div p+p {
	margin-top: 5vw;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
.message .flex div p+p img {
	width: 30vw;
}
.message .flex figure {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15vw;
}
.message .flex figure img {
	height: 60vw;
	object-fit: cover;
	object-position: top;
}





.company {
	margin-top: 10vw;
	padding-top: 15vw;
}
.company h2 {
	margin-bottom: 15vw;
}
.company td {
	background-color: #fff;
}

.company td a {
	color: #000;
	text-decoration: none;
}





.philosophy {
	padding-top: 5vw;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 90%;
}
.philosophy h2 {
	margin-bottom: 15vw;
	text-align: center;
}
.philosophy h3 {
	color: #D83935;
	font-size: 6vw;
	font-weight: bold;
	margin-bottom: 5vw;
	text-align: center;
}
.philosophy p+h3 {
	margin-top: 12vw;
}
.philosophy h4 {
	line-height: 1.8em;
}
.philosophy h4+p {
	line-height: 1.8em;
	margin-bottom: 8vw;
}






.history {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.history .timeline {
  margin-top: 15vw;
  position: relative;
  width: 96%;
  margin-left: auto;
	margin-right: auto;
}

.history .timeline-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-left: 30px;
}

/* 赤いドット */
.history .timeline-item::before {
  content: '';
  position: absolute;
  left: 9px; /* 線の太さに合わせて調整 */
  top: 8px;
  width: 12px;
  height: 12px;
  background-color: #d3383c;
  border-radius: 50%;
}

.history .date {
  font-weight: bold;
  color: #d3383c;
  width: 25vw; /* 日付の幅を固定して揃える */
  flex-shrink: 0;
}

.history .content {
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-left: 3vw;
}

.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 20px;
  bottom: -40px; /* 次の要素までの距離 */
  width: 1px;
  background-color: #d3383c;
}





.sdgs {
	padding-top: 5vw;
	padding-bottom: 10vw;
}
.sdgs h2 {
	margin-bottom: 10vw;
}
.sdgs a {
	width: 80vw;
	height: 12vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	line-height: 12vw;
	color: #D83935;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 100px;
	margin-top: 5vw;
	transition: 0.3s;
}
.sdgs a:hover {
	background-color: #D83935;
	border: 1px solid #D83935;
	color: #fff;
	transition: 0.3s;
}
.sdgs a img {
	position: relative;
	top: 3vw;
	margin-left: 10px;
	width: 5vw;
}





.torikumi h2+p {
	margin-top: 10vw;
}
.torikumi .flex {
	margin-top: 10vw;
	margin-left: auto;
	margin-right: auto;
}
.torikumi .flex div {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 5vw;
	background-color: #fff;
	border-radius: 8px;
border: 1px solid #D9D9D9;
background: #FFF;
box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
text-align: left;
margin-bottom: 8vw;
}
.torikumi .flex div h3 {
	font-size: 6vw;
	color: #D83935;
	font-weight: bold;
	position: relative;
	padding-left: 4vw;
	margin-bottom: 5vw;
}
.torikumi .flex div h3::before {
	content: "";
	width: 3px;
	height: 8vw;
	background-color: #D83935;
	position: absolute;
	left: 0px;
	top: 0px;
}
.torikumi .flex div p {
	line-height: 1.9em;
}





.locations {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15vw;
}
.locations .box {
	margin-top: 15vw;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.locations .box h3 {
	color: #D83935;
	font-size: 6vw;
	font-weight: bold;
	position: relative;
	padding-left: 5vw;
	margin-bottom: 5vw;
}
.locations .box h3::after {
	content: "";
	width: 3px;
	height: 8vw;
	background-color: #D83935;
	position: absolute;
	left: 0px;
	top: 0px;
}
.locations .box iframe {
	height: 60vw;
}
.locations .box .flex {
	margin-top: 5vw;
}
.locations .box .flex figure {
	width: 100%;
	height: 50vw;
	background-color: #D9D9D9;
}
.locations .box .flex div {
	line-height: 1.8em;
	margin-top: 3vw;
}
.locations .box .flex div a {
	color: #000;
	text-decoration: none;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}