@charset "utf-8";
/* ==========================================================================
   .page-formation-idx
   ========================================================================== */
.sec_headB {
	background: url("/gradu/group_formation/img/idx/title_bg01-pc.jpg") no-repeat center center / cover;
}

.sec_headB_title01-formation {
	width: 515px;
	margin: 0 auto 20px auto;
}

@media only screen and (max-width: 768px) {
	.sec_headB_title01-formation {
		width: 273px;
		margin: 0 auto 30px auto;
	}

	.sec_headB {
		background-image: url("/gradu/group_formation/img/idx/title_bg01-sp.jpg");
	}
}


/* ==========================================================================
   #field
   ========================================================================== */
#fields {
	margin-top: -25px;
}

@media only screen and (max-width: 768px) {
	#fields {
		margin: 45px 0 0 0;
	}
}

/* ------------------------------
 * .kosha
 * ------------------------------ */
.kosha {
	width: 100%;
}

.kosha_head {
	font-weight: bold;
	color: #fff;
	font-size: 1.55rem;
	line-height: 1.35;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 45px;
	background: #999;
	position: relative;
}
.kosha-a .kosha_head {
	font-size: 1.9rem;
	letter-spacing: 0.14em;
	height: 50px;
	background: #0c24c5;
}
.kosha-b .kosha_head {
	height: 45px;
	background: #2e9cd5;
}
.kosha-c .kosha_head {
	height: 40px;
	background: #5eb86e;
}
.kosha-d .kosha_head {
	height: 45px;
	background: #2e9d94;
}
.kosha-e .kosha_head {
	height: 45px;
	background: #edab2d;
}
.kosha-f .kosha_head {
	height: 45px;
	background: #eb5c6a;
}

.kosha_head:after {
	content: '';
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 8px solid #999;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.kosha-a .kosha_head:after {
	border-top-color: #0c24c5;
}
.kosha-b .kosha_head:after {
	border-top-color: #2e9cd5;
}
.kosha-c .kosha_head:after {
	border-top-color: #5eb86e;
}
.kosha-d .kosha_head:after {
	border-top-color: #2e9d94;
}
.kosha-e .kosha_head:after {
	border-top-color: #edab2d;
}
.kosha-f .kosha_head:after {
	border-top-color: #eb5c6a;
}

.kosha_body {
	background: #fff;
	padding: 30px 0 12px 0;
}

.kosha-a .kosha_body {
	padding: 55px 0 12px 0;
}
.kosha-b .kosha_body {
	padding: 30px 0 12px 0;
}
.kosha-c .kosha_body {
	padding: 25px 0 12px 0;
}
.kosha-d .kosha_body {
	padding: 32px 0 12px 0;
}
.kosha-e .kosha_body {
	padding: 35px 0 12px 0;
}
.kosha-f .kosha_body {
	padding: 35px 0 12px 0;
}

.kosha_logo {
	margin: 0 auto;
}
.kosha_logo-a {
	width: 230px;
}
.kosha_logo-b {
	width: 217px;
}
.kosha_logo-c {
	width: 192px;
}
.kosha_logo-d {
	width: 216px;
}
.kosha_logo-e {
	width: 215px;
}
.kosha_logo-f {
	width: 222px;
}

.kosha_btn {
	font-weight: bold;
	color: #999;
	font-size: 1.2rem;
	letter-spacing: 0.11em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 34px;
	margin: 0 auto;
	border: 1px solid #999;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.kosha-a .kosha_btn {
	color: #0c24c5;
	border-color: #0c24c5;
	margin-top: 25px;
}
.kosha-b .kosha_btn {
	color: #2e9cd5;
	border-color: #2e9cd5;
	margin-top: 18px;
}
.kosha-c .kosha_btn {
	color: #5eb86e;
	border-color: #5eb86e;
	margin-top: 18px;
}
.kosha-d .kosha_btn {
	color: #2e9d94;
	border-color: #2e9d94;
	margin-top: 20px;
}
.kosha-e .kosha_btn {
	width: 115px;
	color: #edab2d;
	border-color: #edab2d;
	margin-top: 22px;
}
.kosha-f .kosha_btn {
	width: 115px;
	color: #eb5c6a;
	border-color: #eb5c6a;
	margin-top: 22px;
}

.kosha_btn span {
	position: relative;
}

.kosha_btn:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%) rotate(45deg);
}
.kosha-a .kosha_btn:after {
	border-color: #0c24c5;
}
.kosha-b .kosha_btn:after {
	border-color: #2e9cd5;
}
.kosha-c .kosha_btn:after {
	border-color: #5eb86e;
}
.kosha-d .kosha_btn:after {
	border-color: #2e9d94;
}
.kosha-e .kosha_btn:after {
	border-color: #edab2d;
}
.kosha-f .kosha_btn:after {
	border-color: #eb5c6a;
}

.kosha_btn:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #999;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	transition: transform 250ms;
}
.kosha-a .kosha_btn:before {
	background: #0c24c5;
}
.kosha-b .kosha_btn:before {
	background: #2e9cd5;
}
.kosha-c .kosha_btn:before {
	background: #5eb86e;
}
.kosha-d .kosha_btn:before {
	background: #2e9d94;
}
.kosha-e .kosha_btn:before {
	background: #edab2d;
}
.kosha-f .kosha_btn:before {
	background: #eb5c6a;
}

/* hover */
.device-pc .kosha_btn:hover {
	color: #fff!important;
}

.device-pc .kosha_btn:hover:after {
	border-color: #fff!important;
}

.device-pc .kosha_btn:hover:before {
	transform: translateX(0);
}

@media only screen and (max-width: 910px) and (min-width: 768px) {
	.kosha_logo-a {
		width: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.kosha_head {
		font-size: 1.4rem;
		height: 36px;
	}
	.kosha-a .kosha_head {
		font-size: 1.4rem;
		letter-spacing: 0.09em;
		height: 40px;
	}
	.kosha-b .kosha_head {
		height: 36px;
	}
	.kosha-c .kosha_head {
		height: 36px;
	}
	.kosha-d .kosha_head {
		height: 36px;
	}
	.kosha-e .kosha_head {
		height: 62px;
	}
	.kosha-f .kosha_head {
		height: 62px;
	}

	.kosha_body {
		padding: 25px 0 14px 0;
	}

	.kosha-a .kosha_body {
		padding: 25px 0 30px 0;
	}
	.kosha-b .kosha_body {
		padding: 20px 0 14px 0;
	}
	.kosha-c .kosha_body {
		padding: 22px 0 14px 0;
	}
	.kosha-d .kosha_body {
		padding: 22px 0 14px 0;
	}
	.kosha-e .kosha_body {
		padding: 25px 0 14px 0;
	}
	.kosha-f .kosha_body {
		padding: 25px 0 14px 0;
	}

	.kosha_logo {
		width: calc(230/320 * 100vw);
		max-width: 230px;
	}
	.kosha_logo-a {
		width: calc(230/320 * 100vw);
		max-width: 230px;
	}
	.kosha_logo-b {
		width: calc(218/320 * 100vw);
		max-width: 218px;
	}
	.kosha_logo-c {
		width: calc(180/320 * 100vw);
		max-width: 180px;
	}
	.kosha_logo-d {
		width: calc(216/320 * 100vw);
		max-width: 216px;
	}
	.kosha_logo-e {
		width: calc(125/320 * 100vw);
		max-width: 125px;
	}
	.kosha_logo-f {
		width: calc(130/320 * 100vw);
		max-width: 130px;
	}

	.kosha_btn {
		font-size: 1.2rem;
		width: 170px;
		height: 40px;
	}
	.kosha-a .kosha_btn {
		margin-top: 20px;
	}
	.kosha-b .kosha_btn {
		margin-top: 18px;
	}
	.kosha-c .kosha_btn {
		margin-top: 16px;
	}
	.kosha-d .kosha_btn {
		margin-top: 20px;
	}
	.kosha-e .kosha_btn {
		margin-top: 17px;
	}
	.kosha-f .kosha_btn {
		margin-top: 17px;
	}
}

/* ------------------------------
 * .projectBtn
 * ------------------------------ */
.projectBtn {
	display: block;
	width: 155px;
	height: 155px;
	margin: 0 auto;
	border: 6px solid rgba(255, 255, 255, .8);
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

.projectBtn_head {
	text-align: center;
	width: 100%;
	background: #00197f;
	padding: 6px 0 5px 0;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
}

.projectBtn_head img {
	width: auto;
	height: 12px;
}

.projectBtn_front {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 130px;
	height: 130px;
	background: rgba(0, 0, 0, .6);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.projectBtn_title {
	color: #fff;
	font-size: 1.0rem;
	letter-spacing: -0.05em;
	line-height: 1.5;
	text-align: center;
	margin-top: 5%;
}

.projectBtn_arrow {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.projectBtn_arrow img {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.projectBtn {
		width: 160px;
		height: 160px;
		border-width: 3px;
	}

	.projectBtn_head {
		padding: 9px 0 6px 0;
		box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
		top: 16px;
	}

	.projectBtn_head img {
		height: 11px;
	}

	.projectBtn_front {
		width: 132px;
		height: 132px;
	}

	.projectBtn_title {
		font-size: 1.0rem;
		letter-spacing: -0.05em;
		line-height: 1.65;
	}

	.projectBtn_arrow {
		width: 18px;
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ------------------------------
 * .senior
 * ------------------------------ */
.btn_null{
  margin-top: 17px;
  height: 40px;
}
.fieldBtnArea_null {
  height: 97px;
}

.fieldBtnArea_head {
	font-weight: bold;
	color: #000;
	font-size: 1.3rem;
	text-align: center;
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	background: url("/gradu/group_formation/img/formation/field_border01.svg") no-repeat center bottom / 64px;
}

.fieldBtnArea_list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: -3px auto 0 auto;
}

.fieldBtnArea_list-single {
	margin: -2px auto 0 auto;
}

.fieldBtn {
	display: block;
	width: 164px;
	margin: 0 3px;
}

@media only screen and (max-width: 768px) {
	.fieldBtnArea_head {
		font-size: 1.4rem;
		background-size: 72px;
		margin: 0 0 8px 0;
	}

	.fieldBtnArea_list {
		margin: 5px auto 0 auto;
	}

	.fieldBtnArea_list-single {
		margin: 5px auto 0 auto;
	}
}

/* ------------------------------
 * .fieldOutline
 * ------------------------------ */
.fieldOutline {
	position: relative;
}

.fieldOutline_head {
	width: 100%;
	height: 80px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.fieldOutline-a .fieldOutline_head {
	background: #0c24c5;
}
.fieldOutline-b .fieldOutline_head {
	background: #2e9cd5;
}
.fieldOutline-c .fieldOutline_head {
	background: #5eb86e;
}
.fieldOutline-d .fieldOutline_head {
	background: #2e9d94;
}
.fieldOutline-e .fieldOutline_head {
	background: #edab2d;
}
.fieldOutline-f .fieldOutline_head {
	background: #eb5c6a;
}

.fieldOutline_title01 {
	font-weight: bold;
	color: #fff;
	font-size: 2.6rem;
}

.fieldOutline_recruitType {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: center;
	width: 28px;
	height: 62px;
	position: absolute;
	top: 9px;
	right: 12px;
}

.fieldOutline_recruitType_item {
	width: 28px;
	height: 28px;
}

.fieldOutline_recruitType_item:nth-child(2n) {
	margin-top: 6px;
}

.fieldOutline_body {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	padding: 25px;
}

.fieldOutline_body_inner-multiple {
	width: calc(50% - 12px);
}

.fieldOutline_body_inner {
	background: #f5f5f5;
	padding: 30px 20px 220px 20px;
	position: relative;
}

.fieldOutline_title02 {
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fieldOutline_icon {
	width: 50px;
	margin: 0 12px;
}

.fieldOutline_text {
	color: #000;
	font-size: 1.6rem;
	line-height: 1.68;
	text-align: justify;
	width: calc(540/800 * 100%);
	margin: 22px auto 0 auto;
}

.fieldOutline_body_inner-multiple .fieldOutline_text {
	width: calc(360/400 * 100%);
}

.senior {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.senior_head {
	color: #363636;
	font-size: 1.4rem;
	letter-spacing: 0.33rem;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #363636;
}

.senior_list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.senior_item {
	margin: 10px 10px;
}

.senior_link {
	display: block;
	width: 140px;
	position: relative;
}

.senior_link:not([href]):after {
	content: '';
	display: block;
	width: 80px;
	height: 20px;
	background: url("/gradu/common02/img/icon_comingsoon.png") no-repeat center center / 100%;
	margin: 10px auto 0 auto;
}

.senior_link_img {
	width: 107px;
	margin: 0 auto;
}

.senior_link_text01 {
	color: #363636;
	font-size: 1.4rem;
	letter-spacing: 0.30rem;
	text-align: center;
	margin: 5px 0 0 0;
}

/* hover */
.senior_link[href] .senior_link_img {
	transition: all 300ms;
	transform: scale(1);
}

.senior_link[href]:hover .senior_link_img {
	transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
	.fieldOutline_head {
		height: auto;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		padding: 20px 8px 10px 8px;
	}

	.fieldOutline_title01 {
		font-size: 1.9rem;
	}

	.fieldOutline_recruitType {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		position: relative;
		top: 0;
		right: 0;
	}

	.fieldOutline_recruitType_item {
		width: 22px;
		height: 22px;
		margin: 0 5px;
	}

	.fieldOutline_recruitType_item:nth-child(2n) {
		margin-top: 0;
	}

	.fieldOutline_body {
		padding: 10px;
	}

	.fieldOutline_body_inner-multiple {
		width: 100%;
	}

	.fieldOutline_body_inner + .fieldOutline_body_inner {
		margin-top: 10px;
	}

	.fieldOutline_body_inner {
		background: #f5f5f5;
		padding: 15px 15px 22px 15px;
	}

	.fieldOutline_title02 {
		font-size: 1.5rem;
		flex-flow: column wrap;
	}

	.fieldOutline_title02 span + span {
		margin-top: 12px;
	}

	.fieldOutline_icon {
		width: 50px;
		margin: 0 0;
	}

	.fieldOutline_icon + span {
		margin-top: 12px;
	}

	.fieldOutline_text {
		font-size: 1.2rem;
		line-height: 1.8;
		width: 100%;
		margin: 18px auto 0 auto;
	}

	.fieldOutline_body_inner-multiple .fieldOutline_text {
		width: 100%;
	}

	.senior {
		margin: 25px auto 0 auto;
		position: relative;
		bottom: 0;
		left: 0;
	}

	.senior_item {
		margin: 10px 10px;
	}

	.senior_link {
		width: 110px;
	}

	.senior_link_img {
		width: 107px;
	}
}

/* ------------------------------
 * .field - common
 * ------------------------------ */
.field {
	position: relative;
}

.field .lyt-inner {
	max-width: 1000px;
	height: 100%;
	position: relative;
}

.field_title,
.field_project,
.field_fieldBtnArea  {
	position: relative;
	z-index: 6;
}

.field_kosha {
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.field_obj {
	position: relative;
	z-index: 2;
}

.field_route {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 1300px) and (min-width: 768px) {
	.field .lyt-inner {
		width: 96%;
	}
}

/* ------------------------------
 * #field01
 * ------------------------------ */
#field01 {
	width: 100%;
	height: 212px;
	border-top: 5px solid #0c24c5;
	border-bottom: 5px solid #0c24c5;
	background: #fff;
	margin-top: 45px;
}

#field01 .field_kosha {
	width: 404px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

#field01 .field_fieldBtnArea  {
	position: absolute;
	top: 50px;
	right: 0;
}

.field_project-04 {
	position: absolute;
	bottom: 15px;
	left: 145px;
}

.field_project-08 {
	position: absolute;
	bottom: calc(100% - 72px);
	left: -25px;
}

@media only screen and (max-width: 910px) and (min-width: 768px) {
	#field01 .field_fieldBtnArea  {
		right: -10px;
	}

	.field_project-04 {
		left: 140px;
	}

	.field_project-08 {
		left: -15px;
	}
}

@media only screen and (max-width: 768px) {
	#field01 {
		height: 505px;
		background: #ebebeb;
		padding: 0 0 0 0;
	}

	#field01 .field_kosha {
		width: 100vw;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}

	#field01 .field_kosha .kosha_head {
		width: calc(280/320 * 100vw);
		margin: 0 auto;
	}

	#field01 .field_fieldBtnArea  {
		position: relative;
		top: 200px;
		right: 0;
	}

	.field_project-04 {
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	.field_project-08 {
		bottom: 35px;
		left: calc(50% + 20px);
	}
}

/* ------------------------------
 * #field02
 * ------------------------------ */
#field02 {
	width: 100%;
}

#field02 .field_block-top {
	height: 542px;
	background: url("/gradu/group_formation/img/formation/field02_bg-pc.jpg") no-repeat center bottom / cover;
	border-bottom: 9px solid #baac93;
}

#field02 .field_block-bottom {
	padding: 0 0 0 0;
	position: relative;
}

#field02 .field_title {
	width: 272px;
	padding: 0 0 10px 0;
	position: absolute;
	top: 92px;
	left: 0;
}

#field02 .field_title:after {
	content: '';
	width: 100vw;
	height: 1px;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}

#field02 .field_block {
	position: relative;
	z-index: 3;
}

#field02 .field_block-01 {
	width: 253px;
	height: 100%;
	padding: 165px 0 0 0;
	position: absolute;
	top: 0;
	right: calc(25/1000 * 100%);
	z-index: 4;
}

#field02 .field_block-01 .field_kosha {
	width: 253px;
}

#field02 .field_block-01 .field_fieldBtnArea  {
	width: 142px;
	margin: 25px 0 0 -15px;
}

.field_project-07 {
	position: absolute;
	bottom: 25px;
	right: -45px;
}

#field02 .field_block-02 {
	width: 308px;
	height: 100%;
	padding: 140px 0 0 0;
	margin: 0 auto;
}

#field02 .field_block-02 .field_kosha {
	width: 308px;
}

#field02 .field_block-02 .field_fieldBtnArea  {
	margin: 25px 0 0 0;
}

.field_project-05 {
	position: absolute;
	bottom: 232px;
	left: -190px;
}

.field_project-03 {
	position: absolute;
	bottom: -65px;
	left: calc(120/1000 * 100%);
}

@media only screen and (max-width: 910px) and (min-width: 768px) {
	#field02 .field_block-01 {
		right: -2vw;
	}

	#field02 .field_block-01 .field_kosha {
		width: 230px;
	}

	.field_project-07 {
		position: absolute;
		bottom: 0;
		right: -30px;
	}
}

@media only screen and (max-width: 768px) {
	#field02 .field_block-top {
		height: auto;
		background: url("/gradu/group_formation/img/formation/field02_bg-sp.jpg") no-repeat center bottom / cover;
		border-bottom: none;
	}

	#field02 .field_block-bottom {
		height: 290px;
		background: #d5c3a7;
		background: linear-gradient(to bottom, #d5c3a7 0%,#f0f0e7 100%);
	}

	#field02 .field_title {
		width: 263px;
		padding: 0 0 9px 0;
		top: 29px;
		left: 0;
	}

	#field02 .field_title:after {
		border-color: #4d4d4d;
	}

	#field02 .field_block-01 {
		width: calc(210/320 * 100vw);
		height: auto;
		padding: 165px 0 0 0;
		position: absolute;
		top: 0;
		right: 0;
	}

	#field02 .field_block-01 .field_kosha {
		width: calc(210/320 * 100vw);
		max-width: 230px;
	}

	#field02 .field_block-01 .field_fieldBtnArea  {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.field_project-07 {
		margin: 8px auto 0 auto;
		position: relative;
		right: 0;
		bottom: 0;
	}

	#field02 .field_block-02 {
		width: 100%;
		height: auto;
		padding: 610px 0 210px 0;
	}

	#field02 .field_block-02 .field_kosha {
		width: calc(275/320 * 100vw);
		max-width: 318px;
	}

	#field02 .field_block-02 .field_fieldBtnArea  {
		margin: 0 0 0 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) translateY(115%);
	}

	.field_project-05 {
		position: absolute;
		bottom: 35px;
		right: -10px;
		left: auto;
	}

	.field_project-03 {
		position: absolute;
		top: auto;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ------------------------------
 * #field03
 * ------------------------------ */
#field03 {
	width: 100%;
}

#field03 .field_block-top {
	height: 480px;
	background: #8edbd9;
	background: linear-gradient(to bottom, #8edbd9 0%,#ffffff 100%);
}

#field03 .field_block-bottom {
	height: 0;
}

#field03 .field_block {
	width: 558px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	position: relative;
	z-index: 3;
}

#field03 .field_kosha {
	width: 308px;
	margin: 0 auto;
}

#field03 .field_fieldBtnArea  {
	margin: 30px 0 0 0;
}

.field_project-06 {
	position: absolute;
	bottom: 0;
	right: 40px;
	transform: translateY(50%);
}

@media only screen and (max-width: 768px) {
	#field03 .field_block-top {
		height: auto;
	}

	#field03 .field_block-bottom {
		height: 140px;
		background: #d5c3a7;
		background: linear-gradient(to bottom, #d5c3a7 0%,#f0f0e7 100%);
	}

	#field03 .field_block {
		width: 100%;
		padding: 42px 0 240px 0;
	}

	#field03 .field_kosha {
		width: calc(275/320 * 100vw);
		max-width: 318px;
		margin: 0 auto;
	}

	#field03 .field_fieldBtnArea  {
		margin: 0 0 0 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%) translateY(125%);
	}

	.field_project-06 {
		position: absolute;
		bottom: 70px;
		right: auto;
		left: calc(50% + 20px);
		transform: translateY(0);
	}
}

/* ------------------------------
 * #field04
 * ------------------------------ */
#field04 {
	width: 100%;
	background: #ebebeb;
}

#field04 .lyt-inner-02 {
	max-width: 100%;
	width: 92%;
	padding: 100px 0 50px 0;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	overflow: hidden;
}

#field04 .field_title {
	width: 160px;
	padding: 0 0 10px 0;
	position: absolute;
	top: 35px;
	left: -45px;
}

#field04 .field_title:after {
	content: '';
	width: 100vw;
	height: 1px;
	border-top: 1px solid #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

#field04 .field_block {
	width: 50%;
}

#field04 .field_block_top {
	height: 368px;
	padding: 32px 0 0 0;
	position: relative;
}

#field04 .field_block_bottom {
	padding: 25px 0 35px 0;
	position: relative;
}

#field04 .field_block-01 .field_block_top {
	background: #e4c187;
	background: linear-gradient(to bottom, #e4c187 0%,#f4ead9 100%);
}

#field04 .field_block-01 .field_block_bottom {
	background: #e4c187;
	background: linear-gradient(to bottom, #e4c187 0%,#f2eee7 100%);
}

#field04 .field_block-02 .field_block_top {
	background: #d8878c;
	background: linear-gradient(to bottom, #d8878c 0%,#f1d5d7 100%);
}

#field04 .field_block-02 .field_block_bottom {
	background: #d8878c;
	background: linear-gradient(to bottom, #d8878c 0%,#f0dfe0 100%);
}

#field04 .field_kosha {
	width: 308px;
}

#field04 .field_block-01 .field_kosha {
	margin: 0 140px 0 auto;
}
#field04 .field_block-02 .field_kosha {
	margin: 0 auto 0 140px;
}

.field_project-01 {
	position: absolute;
	right: 378px;
	top: -130px;
}

.field_project-02 {
	position: absolute;
	left: 378px;
	top: -130px;
}

#field04 .field_fieldBtnArea {
	width: 100%;
	max-width: 600px;
}

#field04 .field_block-01 .field_fieldBtnArea {
	margin: 0 0 0 auto;
}
#field04 .field_block-02 .field_fieldBtnArea {
	margin: 0 auto 0 0;
}

@media only screen and (max-width: 1300px) {
	#field04 .field_title {
		left: 0;
	}

	#field04 .field_block-01 .field_kosha {
		margin: 0 auto 0 auto;
	}
	#field04 .field_block-02 .field_kosha {
		margin: 0 auto 0 auto;
	}

	.field_project-01 {
		right: auto;
		left: 3%;
	}

	.field_project-02 {
		left: auto;
		right: 3%;
	}
}

@media only screen and (max-width: 768px) {
	#field04 {
		background: #e3e3e3;
	}

	#field04 .lyt-inner-01 {
		width: 100vw;
	}

	#field04 .lyt-inner-02 {
		width: 100vw;
		padding: 90px 0 70px 0;
	}

	#field04 .field_title {
		width: 153px;
		top: 26px;
		left: calc(24/320 * 100vw);;
	}

	#field04 .field_title:after {
	}

	#field04 .field_block {
		width: 50%;
	}

	#field04 .field_block_top {
		height: auto;
		padding: 45px 0 110px 0;
	}

	#field04 .field_block_bottom {
		padding: 25px 0 15px 0;
	}

	#field04 .field_kosha {
		width: calc(146/320 * 100vw);
		max-width: 330px;
	}

	#field04 .field_block-01 .field_kosha,
	#field04 .field_block-02 .field_kosha {
		margin: 0 auto 0 auto;
	}

	#field04 .fieldBtnArea_list {
		flex-flow: column wrap;
		align-items: center;
	}

	#field04 .fieldBtnArea_item + .fieldBtnArea_item {
		margin-top: 12px;
	}

	.field_project-01,
	.field_project-02 {
		margin: 15px 0 0 0;
		position: relative;
		left: 0;
		top: 0;
	}

	#field04 .projectBtn {
		width: 160px;
		height: 160px;
	}

	#field04 .projectBtn_front {
		width: 132px;
		height: 132px;
	}

	#field04 .projectBtn_title {
		font-size: 1.0rem;
	}

  .fieldBtnArea_null {
    height: 166px;
  }
}

/* ------------------------------
 * .field_obj
 * ------------------------------ */
.field_obj-a {
	width: 232px;
	position: absolute;
	bottom: 0;
	left: 25px;
	z-index: 6;
}

@media only screen and (max-width: 768px) {
	.field_obj-a {
		width: 130px;
		left: 0;
	}
}

.field_obj-b {
	width: 160px;
	position: absolute;
	top: 67px;
	right: calc(50% - 140px);
	z-index: 6;
}

@media only screen and (max-width: 768px) {
	.field_obj-b {
		width: 150px;
		top: 75px;
		right: calc(50% - 120px);
	}
}

.field_obj-c-01 {
	width: 1523px;
	position: absolute;
	bottom: 0;
	left: -1332px;
}

.field_obj-c-02 {
	width: 1523px;
	position: absolute;
	bottom: 0;
	right: -1420px;
	transform: rotateY(180deg);
}

/*
.field_obj-c-02 {
	width: 130px;
	position: absolute;
	bottom: 0;
	right: -20px;
}
*/

.field_obj-c-03 {
	width: 352px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.field_obj-c-04 {
	width: 420px;
	position: absolute;
	bottom: 0;
	left: -50px;
}

@media only screen and (max-width: 768px) {
	.field_obj-c-01 {
		width: 448px;
		left: auto;
		right: calc(100% - 92px);
		z-index: 6;
	}

	.field_obj-c-03 {
		width: 190px;
		left: auto;
		right: calc(100% - 205px);
		z-index: 7;
	}

	.field_obj-c-04 {
		width: 238px;
		left: auto;
		right: calc(100% - 228px);
	}
}

.field_obj-d-01 {
	width: 310px;
	position: absolute;
	bottom: -1px;
	right: 145px;
}

.field_obj-d-02 {
	width: 38px;
	position: absolute;
	bottom: 83px;
	right: 216px;
}

.field_obj-d-03 {
	width: 144px;
	position: absolute;
	bottom: 0;
	left: 182px;
}

.field_obj-d-04 {
	width: 38px;
	position: absolute;
	bottom: 90px;
	left: 235px;
}

.field_obj-d-05 {
	width: 252px;
	position: absolute;
	bottom: -8px;
	left: -111px;
}

.field_obj-d-06 {
	width: 220px;
	position: absolute;
	bottom: 78px;
	left: -106px;
}

@media only screen and (max-width: 768px) {
	.field_obj-d-01 {
		width: 152px;
		bottom: -1px;
		right: calc(100% - 110px);
	}

	.field_obj-d-02 {
		width: 19px;
		bottom: 41px;
		right: calc(100% - 76px);
	}

	.field_obj-d-03 {
		width: 90px;
		left:  calc(100% - 98px);
	}

	.field_obj-d-04 {
		width: 20px;
		bottom: 57px;
		left:  calc(100% - 64px);
	}

	.field_obj-d-05 {
		width: 150px;
		bottom: -5px;
		left: -70px;
	}

	.field_obj-d-06 {
		width: 135px;
		bottom: 50px;
		left: -70px;
	}
}

/* ------------------------------
 * .field_route
 * ------------------------------ */
.field_route {
	overflow: hidden;
}

.field_route-single {
	width: calc(68/1300 * 100vw);
}

.field_route-double {
	width: calc(568/1300 * 100vw);
}

.field_route .field_route_arrow {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.field_route-01 {
	height: 165px;
	position: absolute;
	top: 0;
	left: calc(50% - 105px);
}

.field_route-02 {
	height: 140px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.field_route-03 {
	height: 345px;
	position: absolute;
	bottom: -108px;
	left: 50%;
	transform: translateX(-50%);
}

.field_route-04 {
	height: 360px;
	position: absolute;
	bottom: -132px;
	left: 50%;
	transform: translateX(-50%);
}


@media only screen and (min-width: 1300px) {
	.field_route-single {
		width: 68px;
	}

	.field_route-double {
		width: 658px;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 768px) {
	.field_route-single {
		width: calc(60/1300 * 100vw);
	}

	.field_route-double {
		width: calc(658/1300 * 100vw);
	}
}

@media only screen and (max-width: 768px) {
	.field_route-single {
		width: calc(58/320 * 100vw);
		max-width: 58px;
	}

	.field_route-double {
		width: calc(220/320 * 100vw);
		max-width: 220px;
	}

	.field_route-01 {
		height: 165px;
		left: calc(50% - 92px);
	}

	.field_route-02 {
		height: 610px;
		transform: translateX(-135px);
	}

	.field_route-03 {
		height: 542px;
		bottom: -332px;
	}

	.field_route-04 {
		height: 530px;
		bottom: -275px;
	}
}

