@charset "utf-8";
/* CSS Document */

.contents_area img { width: auto; height: auto; max-width: 100%; vertical-align: bottom;}


.contents_area {
	background-color: #fff;
	color: #000;
}

.contents_area p {
	font-size: 18px;
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width:640px) {
	.contents_area p {
		font-size: 14px;
	}
}

.igokochi30 * {
	padding: 0;
	margin: 0;
}

.igokochi30 .gallery_links {
	margin: 0 auto;
}
.igokochi30 .to_listbtn {
	margin: 40px auto;
}

/*-------------------- sec01 */

.igokochi30 #sec01 {
	position: relative;
	background: url("../images/img30/sec01_bg_pc.png") no-repeat;
	width: 100%;
	height: 520px;
	padding: 64px 69px 0;
}

.igokochi30 #sec01 p {
	padding-top: 25px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 24px;
}

.igokochi30 #sec01 p.image {
	position: absolute;
	bottom: 0;
	right: 51px;
	padding: 0;
}

@media only screen and (max-width:640px) {
	.igokochi30 #sec01 {
		background: url("../images/img30/sec01_bg_sp.png") no-repeat;
		width: 100%;
		height: 200px;
		padding: 0 7.8%;
	}

	.igokochi30 #sec01 h2 img {
		width: 270px;
	}

	.igokochi30 #sec01 p {
		padding-top: 12px;
		font-size: 12px;
	}

	.igokochi30 #sec01 p.image {
		bottom: -18px;;
		right: 13px;
		width: 100px;
		padding: 0;
		z-index: 5;
	}
}

/*-------------------- sec02 */

.igokochi30 #sec02 .box1 {
	position: relative;
	background: url("../images/img30/sec02_bg_pc.jpg") no-repeat;
	width: 100%;
	height: 667px;
	padding: 0 69px;
}
.igokochi30 #sec02 .box1 p {
	position: absolute;
	bottom: 25px;
	right: 0;
	background-color: #fff;
	padding: 5px 55px;
	font-size: 18px;
	color: #003e8d;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec02 .box1 {
		background: url("../images/img30/sec02_bg_sp.jpg") no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		padding: 66.09% 0 0;
	}
	.igokochi30 #sec02 .box1 h3 {
		position: absolute;
		top: 0;
		left: 27px;
		width: 250px;
	}
	.igokochi30 #sec02 .box1 p {
		bottom: 8px;
		width: 100%;
		padding: 2px 0;
		font-size: 10px;
		text-align: center;
	}
}

.igokochi30 #sec02 .box2 {
	position: relative;
	padding: 0 69px;
	margin: 50px 0;
}
.igokochi30 #sec02 .box2 h4 {
	position: absolute;
	top: 0;
	left: 69px;
	background-color: #003e8d;
	width: 61px;
	height: 100%;
	padding-top: 25px;
	text-align: center;
}
.igokochi30 #sec02 .box2 p.text {
	padding: 0 0 25px 90px;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec02 .box2 {
		padding: 0;
		margin: 25px 0;
	}
	.igokochi30 #sec02 .box2 h4 {
		left: 25px;
		width: 33px;
		padding-top: 10px;
	}
	.igokochi30 #sec02 .box2 h4 img {
		width: 12px;
	}
	.igokochi30 #sec02 .box2 p.text {
		padding: 0 25px 14px 67px;
	}
}

.igokochi30 #sec02 .box3 {
	display: flex;
	gap: 0 20px;
	padding: 0 69px 50px;
}
.igokochi30 #sec02 .box3 h4 {
	order: 2;
	background-color: #003e8d;
	width: 170px;
	padding-top: 20px;
	text-align: center;
}
.igokochi30 #sec02 .box3 .image {
	order: 1;
	width: 267px;
}
.igokochi30 #sec02 .box3 .text {
	order: 3;
	flex: 1;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec02 .box3 {
		flex-wrap: wrap;
		gap: 10px 5.57%;
		padding: 0 25px 25px;
	}
	.igokochi30 #sec02 .box3 h4 {
		width: 31.29%;
		padding-top: 20px;
		text-align: center;
	}
	.igokochi30 #sec02 .box3 h4 img {
		width: 57.98%;
	}
	.igokochi30 #sec02 .box3 .image {
		order: 1;
		width: 63.14%;
	}
	.igokochi30 #sec02 .box3 .text {
		order: 3;
		flex: 1;
		width: 100%;
	}
}

.igokochi30 #sec02 .box4 {
	position: relative;
	display: flex;
	gap: 0 30px;
	padding: 0 0 0 69px;
	margin-bottom: 162px;
}
.igokochi30 #sec02 .box4::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 69px;
	border-top: 5px solid #000;
	border-bottom: 2px solid #000;
	width: 842px;
	height: 10px;
}
.igokochi30 #sec02 .box4 h4 {
	background-color: #003e8d;
	width: 142px;
	padding-top: 20px;
	text-align: center;
}
.igokochi30 #sec02 .box4 .text {
	width: 290px;
}
.igokochi30 #sec02 .box4 .image {
	position: absolute;
	bottom: 0;
	right: 69px;
	width: 352px;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec02 .box4 {
		flex-wrap: wrap;
		gap: 10px 5.75%;
		padding: 0 25px;
		margin-bottom: 64px;
	}
	.igokochi30 #sec02 .box4::after {
		bottom: -25px;
		left: 25px;
		border-top: 2px solid #000;
		border-bottom: 1px solid #000;
		width: calc(100% - 50px);
		height: 4px;
	}
	.igokochi30 #sec02 .box4 h4 {
		width: 28.14%;
		padding-top: 20px;
	}
	.igokochi30 #sec02 .box4 h4 img {
		width: 39.21%;
	}
	.igokochi30 #sec02 .box4 .text {
		width: 100%;
	}
	.igokochi30 #sec02 .box4 .image {
		position: static;
		width: 66.11%;
	}
}

/*-------------------- sec03 */

.igokochi30 #sec03 h3 {
	background: url("../images/img30/sec03-bg.jpg") no-repeat 50% 100%;
	background-size: cover;
	width: 100%;
	height: 672px;
	text-align: center;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec03 h3 {
		position: relative;
		height: auto;
		padding-top: 68.12%;
		text-align: left;
	}
	.igokochi30 #sec03 h3 img {
		position: absolute;
		top: 0;
		left: 15px;
		width: 295px;
	}
}

.igokochi30 #sec03 .box1 {
	position: relative;
	padding: 50px 168px 0 69px;
}
.igokochi30 #sec03 .box1 h4 {
	position: absolute;
	top: 50px;
	right: 69px;
	background-color: #003e8d;
	width: 61px;
	padding: 30px 0;
	text-align: center;
	z-index: 5;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec03 .box1 {
		position: relative;
		padding: 25px 22.81% 0 25px;
	}
	.igokochi30 #sec03 .box1 h4 {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 10.31%;
		height: calc(100% - 25px);
		padding: 14px 0;
	}
	.igokochi30 #sec03 .box1 h4 img {
		width: 36.36%;
	}
}

.igokochi30 #sec03 .box2 {
	position: relative;
	height: 820px;
	margin-bottom: 162px;
	z-index: 0;
}
.igokochi30 #sec03 .box2::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 69px;
	border-top: 5px solid #000;
	border-bottom: 2px solid #000;
	width: 842px;
	height: 10px;
}
.igokochi30 #sec03 .box2 div {
	position: absolute;
	bottom: 0;
	left: 69px;
	width: 374px;
}
.igokochi30 #sec03 .box2 h4 {
	background-color: #003e8d;
	padding: 38px 0 34px;
	text-align: center;
}
.igokochi30 #sec03 .box2 div p {
	padding: 28px 80px 0 0;
}
.igokochi30 #sec03 .box2 .image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.igokochi30 #sec03 .box2 .image span {
	position: absolute;
	bottom: 27px;
	right: 69px;
	background-color: #fff;
	padding: 10px 25px;
	color: #003e8d;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec03 .box2 {
		position: relative;
		height: auto;
		margin: 25px 0 64px;
		z-index: 0;
	}
	.igokochi30 #sec03 .box2::after {
		bottom: -25px;
		left: 25px;
		border-top: 2px solid #000;
		border-bottom: 1px solid #000;
		width: calc(100% - 50px);
		height: 4px;
	}
	.igokochi30 #sec03 .box2 div {
		position: static;
		width: auto;
	}
	.igokochi30 #sec03 .box2 h4 {
		position: absolute;
		top: 0;
		left: 25px;
		width: 23.43%;
		padding: 24px 0 34px;
		z-index: -1;
	}
	.igokochi30 #sec03 .box2 h4 img {
		width: 40%;
	}
	.igokochi30 #sec03 .box2 div p {
		padding: 95.62% 25px 0;
	}
	.igokochi30 #sec03 .box2 .image {
		z-index: 1;
	}
	.igokochi30 #sec03 .box2 .image span {
		position: absolute;
		bottom: 8.56%;
		right: 25px;
		padding: 5px 10px;
		line-height: 1.2em;
		z-index: 2;
	}
}

/*-------------------- sec04 */

.igokochi30 #sec04 h3 {
	background: url("../images/img30/sec04-bg.jpg") no-repeat 50% 100%;
	background-size: cover;
	width: 100%;
	height: 752px;
	padding-left: 69px;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec04 h3 {
		position: relative;
		height: auto;
		padding-top: 76.73%;
	}
	.igokochi30 #sec04 h3 img {
		position: absolute;
		top: 0;
		left: 25px;
		width: 212px;
	}
}

.igokochi30 #sec04 .box1 {
	position: relative;
	padding: 50px 158px 0 69px;
}
.igokochi30 #sec04 .box1 h4 {
	position: absolute;
	top: 50px;
	right: 69px;
	background-color: #003e8d;
	width: 61px;
	height: calc(100% - 50px);
	padding: 25px 0;
	text-align: center;
}
.igokochi30 #sec04 .box1 .image {
	padding-top: 42px;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec04 .box1 {
		position: relative;
		padding: 25px 56px 0 25px;
	}
	.igokochi30 #sec04 .box1 h4 {
		position: absolute;
		top: 25px;
		right: 25px;
		width: 10.31%;
		height: calc(100% - 24px);
		padding: 12px 0;
	}
	.igokochi30 #sec04 .box1 h4 img {
		width: 36.36%;
	}
	.igokochi30 #sec04 .box1 p {
		padding-right: 15px;
	}
	.igokochi30 #sec04 .box1 .image {
		padding: 25px 0 0;
	}
}

.igokochi30 #sec04 .box2 {
	display: flex;
	gap: 0 35px;
	padding: 50px 69px;
}
.igokochi30 #sec04 .box2 h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003e8d;
	width: 426px;
}
.igokochi30 #sec04 .box2 p {
	flex: 1;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec04 .box2 {
		display: block;
		padding: 25px;
	}
	.igokochi30 #sec04 .box2 h4 {
		width: 100%;
		padding: 14px 0;
		text-align: center;
	}
	.igokochi30 #sec04 .box2 h4 img {
		width: 91.29%;
	}
	.igokochi30 #sec04 .box2 p {
		padding-top: 10px;
	}
}

.igokochi30 #sec04 .box3 {
	position: relative;
	height: 709px;
	padding: 0 69px 0 656px;
	margin-bottom: 162px;
}
.igokochi30 #sec04 .box3::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 69px;
	border-top: 5px solid #000;
	border-bottom: 2px solid #000;
	width: 842px;
	height: 10px;
}
.igokochi30 #sec04 .box3 h4 {
	background-color: #003e8d;
	padding: 42px 0;
	text-align: center;
}
.igokochi30 #sec04 .box3 .image {
	position: absolute;
	top: 0;
	left: 69px;
}
.igokochi30 #sec04 .box3 .image span {
	position: absolute;
	bottom: 22px;
	left: 0;
	background-color: #fff;
	padding: 10px 30px;
	color: #003e8d;
}
.igokochi30 #sec04 .box3 .text {
	padding-top: 18px;
}
@media only screen and (max-width:640px) {
	.igokochi30 #sec04 .box3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: auto;
		padding: 0 25px;
		margin-bottom: 64px;
	}
	.igokochi30 #sec04 .box3::after {
		bottom: -25px;
		left: 25px;
		border-top: 2px solid #000;
		border-bottom: 1px solid #000;
		width: calc(100% - 50px);
		height: 4px;
	}
	.igokochi30 #sec04 .box3 h4 {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 28.14%;
		padding: 0;
	}
	.igokochi30 #sec04 .box3 h4 img {
		width: 39.21%;
	}
	.igokochi30 #sec04 .box3 .image {
		position: relative;
		top: inherit;
		left: inherit;
		width: 66.11%;
	}
	.igokochi30 #sec04 .box3 .image span {
		position: absolute;
		bottom: 10px;
		left: inherit;
		right: 0;
		padding: 3px 12px;
	}
	.igokochi30 #sec04 .box3 .text {
		width: 100%;
		padding-top: 15px;
	}
}


/*-------------------- data */

.igokochi30 #data {
	background: #c9caca;
	width: 980px;
	padding: 50px 69px;
	margin: 0 auto 65px;
}
.igokochi30 #data h3 {
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.igokochi30 #data dl {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	font-size: 20px;
}
.igokochi30 #data ul li {
	position: relative;
	list-style: none;
	padding: 0 0 10px 1.5em;
}
.igokochi30 #data ul li::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	background-color: #000;
	width: 1em;
	height: 1em;
}
@media only screen and (max-width:640px) {
	.igokochi30 #data {
		width: 100%;
		padding: 25px;
		margin-bottom: 50px;
	}
	.igokochi30 #data h3 {
		padding-bottom: 5px;
		font-size: 16px;
	}
	.igokochi30 #data dl {
		flex-direction: column;
		gap: 5px 0;
		padding: 15px 0;
		font-size: 14px;
	}
	.igokochi30 #data ul li {
		padding: 0 0 5px 1.5em;
	}
	.igokochi30 #data ul li::before {
		content: "";
		position: absolute;
		top: 0.3em;
		left: 0;
		background-color: #000;
		width: 1em;
		height: 1em;
	}
}


















