@charset "utf-8";

@media screen and (max-width: 768px) {
	h2 {
		margin-left: auto;
		margin-right: auto;
	}
}

#sec01 {
	padding: 80px 15px;
}

#sec01 .text_area {
	text-align: center;
	line-height: 2;
}

#sec01 .text_area .lead_top {
	margin-bottom: 27px;
}

/** guest/assets/css/kentouchu.css と同じ ここから **/

.kentouchu_list01 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kentouchu_list01 li {
	border: 1px solid #0099d6;
	border-radius: 10px;
	overflow: hidden;
	width: calc((100% - 40px) / 3);
	margin-bottom: 20px;
	background: #fff;
}
.kentouchu_list01 li .photo {
	background: #fff;
}

.kentouchu_list01 li .text {
	padding: 18px;
	border-top: 1px solid #0099d6;
	background: #fff;
	transition: 0.2s ease;
	text-align: center;
}

.kentouchu_list01 li .text .ttl {
	color: #0099d6;
	font-weight: bold;
	font-size: 1.8rem;
	transition: 0.2s ease;
}

.kentouchu_list01 li .text .disc {
	margin-top: 15px;
	text-align: center;
	font-size: 1.4rem;
	transition: 0.2s ease;
}

.kentouchu_list01 li:hover .text {
	background: #0099d6;
}

.kentouchu_list01 li:hover .text .ttl {
	color: #fff;
	border-color: #fff;
}

.kentouchu_list01 li:hover .text .disc {
	color: #fff;
}

@media screen and (max-width: 480px) {
	.kentouchu_list01 {
		display: block;
	}

	.kentouchu_list01 li {
		width: 100%;
		margin-bottom: 10px;
	}

	.kentouchu_list01 a {
		display: flex;
	}

	.kentouchu_list01 .photo {
		display: flex;
		align-items: flex-end;
		width: 45.6%;
	}

	_:-ms-input-placeholder,
	:root .kentouchu_list01 .photo img {
		max-width: inherit;
		width: 100%;
	}

	.kentouchu_list01 li .text {
		padding: 10px;
		border-top: none;
		border-left: 1px solid #0099d6;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
		width: 53.5%;
	}

	.kentouchu_list01 li .text .ttl {
		font-size: 1.3rem;
	}

	.kentouchu_list01 li .text .disc {
		margin-top: 6px;
		font-size: 1.1rem;
		text-align: left;
	}
}

.kentouchu_list02 {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kentouchu_list02 li {
	width: calc((100% - 125px) / 6);
	margin-bottom: 30px;
	text-align: center;
	transition: 0.2s ease;
}

.kentouchu_list02 li:hover {
	transform: translateY(-10px);
	opacity: 0.7;
}

.kentouchu_list02 li .ttl {
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.kentouchu_list02 li {
		width: calc((100% - 100px) / 4);
		margin-bottom: 35px;
	}

	.kentouchu_list02 li .ttl {
		display: block;
		margin-top: 15px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 570px) {
	.kentouchu_list02 li {
		width: 50%;
		text-align: center;
	}
	.kentouchu_list02 li:nth-last-of-type(-n + 2) {
		margin-bottom: 0;
	}

	.kentouchu_list02 li .photo {
		max-width: 141px;
		margin: 0 auto;
	}
}

.kentouchu_list03 {
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
	margin-top: 35px;
}

.kentouchu_list03 li {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #0099d6;
	background: #fff;
}

.kentouchu_list03 li + li {
	margin-left: 20px;
}

.kentouchu_list03 li .photo {
	overflow: hidden;
}

.kentouchu_list03 li .photo img {
	transition: 0.4s ease;
}

.kentouchu_list03 li .text {
	text-align: center;
	background: #fff;
	padding: 10px 0;
	font-size: 1.4rem;
	border-top: 1px solid #0099d6;
	transition: 0.2s ease;
}

_:-ms-input-placeholder,
:root .kentouchu_list03 li .text {
	padding: 14px 10px 10px;
}

.kentouchu_list03 li a:hover .text {
	background: #0099d6;
	color: #fff;
}

.kentouchu_list03 li a:hover img {
	transform: scale(1.075);
}
@media screen and (max-width: 768px) {
  .kentouchu_list03 li + li {
    margin-left: 0;
  }
  .kentouchu_list03 li:nth-child(even) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kentouchu_list03 {
    flex-direction: column;
  }

	.kentouchu_list03 li {
		margin-bottom: 10px;
		width: 100%;
	}

	.kentouchu_list03 li:nth-of-type(even) {
		margin-left: 0;
	}

	.kentouchu_list03 li + li {
		margin-left: 0;
	}

	.kentouchu_list03 li a {
		display: flex;
	}

	.kentouchu_list03 li .photo {
		width: 45.6%;
	}

	.kentouchu_list03 li .text {
		width: 54.4%;
		padding: 10px;
		font-size: 1.3rem;
		border-top: none;
		border-left: 1px solid #0099d6;
		display: flex;
		text-align: left;
		align-items: center;
	}
}

/** guest/assets/css/kentouchu.css と同じ ここまで **/


#sec03 {
	background: url(../img/bg_about_sec03_sp.jpg) no-repeat center center / cover;
}

#historyArea {
	margin-top: 70px;
	position: relative;
}

#historyArea::before {
	content: "";
	display: inline-block;
	width: 4px;
	background: #90d5f0;
	position: absolute;
	top: 5px;
	left: 70px;
}

_:-ms-input-placeholder,
:root #historyArea::before {
	left: 71px;
}

#historyArea .history_box {
	display: flex;
	align-items: flex-start;
}

#historyArea .history_box + .history_box {
	margin-top: 12px;
}

#historyArea .history_box .year {
	width: 75px;
}

#historyArea .history_box .circle {
	position: relative;
	min-width: 14px;
	min-height: 14px;
	border-radius: 100%;
	background: #fff;
	margin-top: 5px;
	border: 2px solid #a7def4;
	z-index: 0;
}

#historyArea .history_box .circle.blue {
	background: #0099d6;
	border-color: #0099d6;
}

#historyArea .history_box .circle.double {
	border-color: #fff;
}

#historyArea .history_box .circle.double::after {
	content: "";
	display: inline-block;
	min-width: 18px;
	min-height: 18px;
	border: 2px solid #0099d6;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: calc(50% - 0.25px);
	transform: translate(-50%, -50%);
	z-index: -1;
}

#historyArea .history_box .text {
	width: 100%;
	margin-left: 40px;
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	position: relative;
	top: -20px;
	box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
	line-height: 2.2;
	z-index: 0;
}

#historyArea .history_box .text::before {
	content: "";
	display: inline-block;
	min-width: 25px;
	min-height: 50px;
	border-radius: 100% 0 0 100% / 50%;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: 22px;
	left: -12px;
	transform: translateY(-50%);
	z-index: -1;
}

#historyArea .history_box .text .photo {
	margin-right: 15px;
}

#historyArea .history_box .text .small_text {
	font-size: 1.4rem;
}

#historyArea .history_box .text p + p {
	margin-top: 13px;
}

#historyArea .history_box .text .text_block {
	margin-top: 13px;
}

#historyArea .history_box .row {
	display: flex;
}

#historyArea .history_box .text ul.row.column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 465px;
}

#historyArea .history_box .text ul.row.column3 li {
	width: calc(100% / 3);
}

#historyArea .history_box .text ul.row.column3 li:nth-child(2),#historyArea .history_box .text ul.row.column3 li:nth-child(5),#historyArea .history_box .text ul.row.column3 li:nth-child(8)  {
	width: calc((100% / 3) - 40px);
}

#sec03 .photo01 {
	text-align: right;
}

@media screen and (max-width: 768px) {
	#sec03 {
		background-image: url(../img/bg_about_sec03_sp.jpg);
	}

	#sec03 h2 {
		max-width: 174px;
	}

	#historyArea {
		margin-top: 70px;
		position: relative;
	}

	#historyArea::before {
		top: 5px;
		left: 53px;
	}

	_:-ms-input-placeholder,
	:root #historyArea::before {
		left: 53px;
	}

	#historyArea .history_box + .history_box {
		margin-top: 12px;
	}

	#historyArea .history_box .year {
		width: 54px;
	}

	#historyArea .history_box .circle.double::after {
		left: 50%;
	}

	#historyArea .history_box .text {
		margin-left: 16px;
		padding: 15px;
		top: -20px;
		box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
	}

	#historyArea .history_box .text::before {
		width: 13px;
		height: 25px;
		top: 22px;
		left: -6px;
	}

	#historyArea .history_box .text .photo {
		margin-right: 15px;
	}

	#historyArea .history_box .text .photo01 {
		max-width: 75px;
	}

	#historyArea .history_box .text .small_text {
		font-size: 1.4rem;
	}

	#historyArea .history_box .text p + p {
		margin-top: 13px;
	}

	#historyArea .history_box .text .text_block {
		margin-top: 13px;
	}

	#historyArea .history_box .row {
		display: flex;
	}

	#historyArea .history_box .text ul.row.column3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 456px;
	}

	#historyArea .history_box .text ul.row.column3 li {
		width: calc((100% -40px) / 3);
	}
	
	#sec03 .inner > .photo01 {
		max-width: 93px;
		margin: 20px auto 0;
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	#historyArea::before {
		top: 6px;
		left: 48px;
	}

	_:-ms-input-placeholder,
	:root #historyArea::before {
		left: 48px;
	}

	#historyArea .history_box .circle {
		margin-top: 6px;
	}

	#historyArea .history_box .text::before {
		left: -8px;
	}

	#historyArea .history_box .text ul.row.column3 {
		display: block;
	}
	#historyArea .history_box .text ul.row.column3 li {
		width: 100%;
	}
	
	#historyArea .history_box .text ul.row.column3 li:nth-child(2),#historyArea .history_box .text ul.row.column3 li:nth-child(5),#historyArea .history_box .text ul.row.column3 li:nth-child(8)  {
		width: 100%;
	}
}
