@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


@font-face {
  font-family: 'A-OTF-UDShinGoPro'; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url('../fonts/A-OTF-UDShinGoPro-Medium.otf') format('opentype');
  src: url('../fonts/A-OTF-UDShinGoPro-DeBold') format('opentype');
  src: url('../fonts/A-OTF-UDShinGoPro-Bold') format('opentype');
}




/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #1A1A1A;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: "A-OTF-UDShinGoPro","Noto Sans JP", Meiryo, sans-serif;
	font-weight: 500;
	color: #1A1A1A;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
　width: 100%;
　height: 100%;
　position: fixed;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@keyframes bggradient{
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #ddd;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	#header .subspecies {
		display: none;
	}

	#header .logo {
		padding-top: 20px;
		padding-left: 20px;
	}
	#header .logo a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		#header .logo a img {
			width: 120px;
		}
		#header .logo a p {
			font-size: 1.2rem;
			line-height: 1.4em;
			letter-spacing: 0.1em;
			padding-left: 20px;
			padding-top: 5px;
		}
		#header .logo a span {
			font-size: 1.0rem;
		}


	#header .menubtn {
		width: 80px;
		height: 80px;
		background: linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
		background-size: 200% 200%;
		animation: bggradient 10s ease infinite;
	}
		#header .menubtn .menu {
			display: block;
			position: relative;
			cursor: pointer;
			width: 80px;
			height: 80px;
		}
		#header .menubtn .menu:before {
			content: "MENU";
			font-size: 1.2rem;
			font-family: 'Nunito', sans-serif;
			font-weight: 700;
			letter-spacing: 0.06em;
			line-height: 1;
			color: #fff;
			text-align: center;
			width: 100%;
			position: absolute;
			top: 54px;
			left: 0;
		}
			#header .menubtn .menu .openbtn-area {
				transition: all .4s;
			}
				#header .menubtn .menu span {
					width: 40px !important;
					display: inline-block;
					transition: all .4s;
					position: absolute;
					left: 50%;
					margin-left: -20px;
					height: 1px;
					background: #fff;
				}
				#header .menubtn .menu span:nth-of-type(1) {
					top: 21px;	
				}
				#header .menubtn .menu span:nth-of-type(2) {
					top: 31px;
				}
				#header .menubtn .menu span:nth-of-type(3) {
					top: 41px;
				}

			#header .menubtn .menu.active .openbtn-area {
				transform: rotateY(-360deg);
			}
				#header .menubtn .menu.active span:nth-of-type(1) {
					width: 40px !important;
					top: 26px;
					left: 50%;
					margin-left: -20px;
					transform: translateY(6px) rotate(-135deg);
				}
				#header .menubtn .menu.active span:nth-of-type(2) {
					opacity: 0;
				}
				#header .menubtn .menu.active span:nth-of-type(3) {
					width: 40px !important;
					top: 36px;
					left: 50%;
					margin-left: -20px;
					transform: translateY(-6px) rotate(135deg);
				}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
}
	#menubox .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1200px;
        padding: 0 3%;
		margin: auto;
		height: 100vh;
	}
		#menubox .menunav ul {
			width: 100%;
		}
			#menubox .menunav ul li {
				width: 100%;
				/*width: 30.6%;
				margin-right: 4%;*/
				margin-top: 35px;
			}
			#menubox .menunav ul li:nth-child(1) {
				width: 100%;
				margin-right: 0;
			}
				#menubox .menunav ul li .en {
					display: block;
					font-size: 1.6rem;
					line-height: 1;
					letter-spacing: 0.1em;
					margin-bottom: 15px;
					position: relative;
				}
				#menubox .menunav ul li a.en {
					margin-bottom: 0;
				}
				#menubox .menunav ul li .en:after {
					font-size: 1.2rem;
					font-weight: 700;
					letter-spacing: 0.1em;
					padding-left: 35px;
					background: url("/career/manufacture/common/img/border.svg") no-repeat left 10px center;
				}
				#menubox .menunav ul li:nth-child(1) .en:after {
					content: "ホーム";
				}
				#menubox .menunav ul li:nth-child(2) .en:after {
					content: "住友電工について";
				}
				#menubox .menunav ul li:nth-child(3) .en:after {
					content: "働く人を知る";
				}
				#menubox .menunav ul li:nth-child(4) .en:after {
					content: "働く場所を知る";
				}
				#menubox .menunav ul li:nth-child(5) .en:after {
					content: "働く環境を知る";
				}

				#menubox .menunav ul li .sub_list {
					/*border-top: solid 1px #ddd;*/
				}
					#menubox .menunav ul li .sub_list li {
						width: 100%;
						margin: 0;
						border-top: solid 1px #ddd;
						border-bottom: solid 1px #ddd;
					}
					#menubox .menunav ul li:nth-child(2) .sub_list li,
					#menubox .menunav ul li:nth-child(3) .sub_list li,
					#menubox .menunav ul li:nth-child(4) .sub_list li ,
					#menubox .menunav ul li:nth-child(5) .sub_list li {
						width: 32%;
						margin-right: 2%;
					}
					#menubox .menunav ul li:nth-child(2) .sub_list li:nth-child(3n),
					#menubox .menunav ul li:nth-child(3) .sub_list li:nth-child(3n),
					#menubox .menunav ul li:nth-child(4) .sub_list li:nth-child(3n),
					#menubox .menunav ul li:nth-child(5) .sub_list li:nth-child(3n) {
						margin-right: 0;
					}
					#menubox .menunav ul li:nth-child(4) .sub_list li:nth-child(4),
					#menubox .menunav ul li:nth-child(4) .sub_list li:nth-child(5),
					#menubox .menunav ul li:nth-child(4) .sub_list li:nth-child(6),
					#menubox .menunav ul li:nth-child(5) .sub_list li:nth-child(4) {
						border-top: none;
					}
						#menubox .menunav ul li .sub_list li a {
							height: 42px;
							display: flex;
							justify-content: flex-start;
							align-items: center;
							font-size: 1.4rem;
							font-weight: 500;
							letter-spacing: 0.04em;
							line-height: 1.2em;
							padding: 3px 20px 0 10px;
							background: url("/career/manufacture/common/img/icon_arrow_black.svg") no-repeat right 10px center;
						}
						#menubox .menunav ul li .sub_list li a:hover {
							background: url("/career/manufacture/common/img/icon_arrow_black.svg") no-repeat right 5px center;
							opacity: 0.7;
						}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: auto;
	position: relative;
}


/* txt */
.txt {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 2em;
}


/* motif */
.motif {
    background: url("/career/manufacture/common/img/motif.svg") no-repeat center / 100%;
    position: absolute;
}


/* btn */
.btn {
    width: 250px;
	margin: 40px auto 0 auto;
	background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
	border-radius: 6px;
}
	.btn a {
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.6rem;
		font-weight: 600;
		color: #fff;
		text-align: center;
	}
	.btn.blank  a {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 20px center;
	}
	.btn a:hover {
		letter-spacing: 0.1em;
	}
	.btn.blank a:hover {
		background: url("/career/manufacture/common/img/icon_blank.svg") no-repeat right 15px center;
	}


/* more */
a .more {
    height: 36px;
    display: inline-block;
    font-size: 1.2rem;
    text-decoration: underline;
    line-height: 36px;
    padding-right: 45px;
    position: relative;
}
a .more:before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
    background-size: 200% 200%;
    animation: bggradient 10s ease infinite;
    position: absolute;
    top: 0;
    right: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover .more:before {
    content: "";
    width: 46px;
    height: 46px;
    top: -5px;
    right: -5px;
}


/* bgbox  */
.bgbox {
	background:linear-gradient(135deg, rgba(32,156,255,0.1),rgba(104,201,224,0.1),rgba(104,224,207,0.1));
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
	padding: 60px;
	margin-bottom: 80px;
	border-radius: 10px;
}
	.bgbox .h3_tit {
		margin-top: -74px;
	}

	.bgbox ul {
		margin-top: 30px;
	}
	   .bgbox ul li {
			width: 32%;
		}
			.bgbox ul li img {
				border-radius: 10px;
			}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle */
#pagetitle {
    width: 100%;
    padding-top: 170px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
    position: relative;
}
    #pagetitle .motif01 {
        width: 140px;
        height: 140px;
        top: 400px;
        left: -70px;
        z-index: -1;
    }
    #pagetitle .motif02 {
        width: 250px;
        height: 250px;
        bottom: -110px;
        right: 2%;
        z-index: -1;
    }

    #pagetitle .hogearrow {
        position: absolute;
        top: 0;
        left: -200px;
        z-index: -1;
    }
        #pagetitle .hogearrow .gr {
            width: 1000px;
            height: 390px;
            background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
            background-size: 200% 200%;
            animation: bggradient 10s ease infinite;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            position: relative;
        }
        #pagetitle .hogearrow .gr:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 390px 0 390px 500px;
            border-color: transparent transparent transparent #ffffff;
            position: absolute;
            top: 0;
            left: 0;
        }
        #pagetitle .hogearrow .gr:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 390px 500px 390px 0;
            border-color: transparent #ffffff transparent transparent;
            position: absolute;
            top: 0;
            right: 0;
        }


    #pagetitle .text {
        text-align: center;
        margin-bottom: 40px;
    }
        #pagetitle .text .en {
            font-size: 2.6rem;
            line-height: 1;
            color: #C1C1C1;
            margin-bottom: 3px;
        }

        #pagetitle .text h1 {
            font-size: 4.0rem;
            line-height: 1.4em;
        }


    #pagetitle .pht {
        width: 100%;
        height: 500px;
        border-radius: 20px;
    }


    #pagetitle .sub_txt {
		margin-top: 12px;
		font-size: 1.2rem;
        text-align: center;
    }


/* title */
.title {
    margin-bottom: 60px;
}
    .title .en {
        font-size: 1.4rem;
        text-align: center;
        line-height: 1;
        color: #fff;
        margin-bottom: 10px;
    }
        .title .en span {
            background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
            background-size: 200% 200%;
            animation: bggradient 10s ease infinite;
            padding: 3px 10px 2px 10px;
            border-radius: 12px;
        }

    .title h2 {
        font-size: 3.6rem;
        text-align: center;
        line-height: 1.4em;
    }

    .title h3 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.5em;
        margin-top: 40px;
    }
        .title h3 .line {
            text-decoration: underline;
        }

    .title .txt {
        margin-top: 15px;
        text-align: center;
    }


/* h3_tit */
.h3_tit {
    font-size: 3.0rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
    .h3_tit span {
        display: inline-block;
        position: relative;
        padding-bottom: 14px;
    }
    .h3_tit span:before {
        content: "";
        width: 100%;
        height: 3px;
        background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
        position: absolute;
        bottom: 0;
        left: 0;
    }


/* h4_tit */
.h4_tit {
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}
    .h4_tit span {
        display: inline-block;
        position: relative;
        padding-bottom: 14px;
    }
    .h4_tit span:before {
        content: "";
        width: 100%;
        height: 3px;
        background:linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
        background-size: 200% 200%;
        animation: bggradient 10s ease infinite;
        position: absolute;
        bottom: 0;
        left: 0;
    }


/* tit */
.tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
    .tit h3 {
        font-size: 2.4rem;
        line-height: 1.4em;
    }
    .tit .en {
        font-size: 1.4rem;
        line-height: 1;
        color: #C1C1C1;
        padding-left: 20px;
    }

	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ポップアップテキスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pop-txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 70px;
    background: linear-gradient(135deg, #2E008B,#209CFF,#0075C2);
	border-radius: 0 0 0 30px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 6;
}

	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
    padding: 40px 0;
    border-top: solid 1px #ddd;
}
	#footer .logo a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		#footer .logo a img {
			width: 120px;
		}
		#footer .logo a span {
			font-size: 1.2rem;
			line-height: 1.4em;
			letter-spacing: 0.1em;
			padding-left: 20px;
			padding-top: 5px;
		}
	

	#footer .text .link {
        font-size: 1.2rem;
        text-align: right;
	}
        #footer .text .link a:hover {
            text-decoration: underline;
        }

	#footer .text .copyright {
        font-size: 1.0rem;
        color: #C1C1C1;
        text-align: right;
        margin-top: 10px;
	}



/* max 1200px */
@media screen and (max-width: 1200px) {
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav {
	max-width: 100%;
	padding: 0 100px;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
.inner {
	width: 100%;
	padding: 0 5%;
}
	

}





/* 1024px */
@media screen and (max-width: 1024px) {




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 8%;
	overflow: hidden;
	overflow-y: scroll;
}
	#menubox .menunav ul.flex {
		padding: 120px 0 200px 0;
	}
		#menubox .menunav ul li {
			width: 100%;
			margin-right: 0;
		}
		#menubox .menunav ul li:nth-child(1) {
			width: 100%;
			margin-right: 0;
			margin-top: 50px;
		}
			#menubox .menunav ul li .en {
				display: block;
				margin-bottom: 20px;
			}
			#menubox .menunav ul li a.en {
				margin-bottom: 0;
			}

			#menubox .menunav ul li .sub_list {
                width: 100%;
				padding: 0;
			}
	
	
	#menubox .menunav ul li:nth-child(6) {
		width: 100%;
	}
		#menubox .menunav ul li:nth-child(6) .sub_list {
			display: block;
		}
			#menubox .menunav ul li:nth-child(6) .sub_list li {
				width: 100%;
				margin-right: 0;
			}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle */
#pagetitle {
    padding-top: 130px;
}
    #pagetitle .hogearrow .gr {
        width: 800px;
        height: 312px;
    }
    #pagetitle .hogearrow .gr:before {
        border-width: 312px 0 312px 400px;
    }
    #pagetitle .hogearrow .gr:after {
        border-width: 312px 400px 312px 0;
    }


    #pagetitle .pht {
        height: 400px;
    }
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* bgbox  */
.bgbox {
    padding: 40px;
}
    .bgbox.h3_tit {
        margin-top: -54px;
    }


}

	







/* max 767px */
@media screen and (max-width: 767px) {


.sp {
	display: block;
}
.pc {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding-top: 30px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#header.is-animation {
	padding-top: 0;
}
	#header .logo {
		padding-top: 17px;
	}
		#header .subspecies {
			display: block;
			width: 100%;
			height: 30px;
			background: #fff;
			padding-top: 9px;
			border-bottom: solid 1px #ddd;
			font-size: 1.2rem;
			line-height: 1;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header.is-animation .subspecies {
			opacity: 0;
			height: 0;
			padding-top: 0;
			border-bottom: none;
		}


		#header .logo a img {
			display: block;
			width: 80px;
		}
		#header .logo a p {
			font-size: 1.0rem;
			letter-spacing: 0.06em;
			padding-left: 10px;
			padding-top: 0;
		}


		#header .menubtn {
			width: 60px;
			height: 60px;
		}
			#header .menubtn .menu {
				width: 60px;
				height: 60px;
			}
			#header .menubtn .menu:before {
				font-size: 1.0rem;
				top: 40px;
			}
				#header .menubtn .menu .openbtn-area {
					transition: all .4s;
				}
					#header .menubtn .menu span {
						width: 34px !important;
						display: inline-block;
						transition: all .4s;
						position: absolute;
						left: 50%;
						margin-left: -17px;
						height: 1px;
						background: #fff;
					}
					#header .menubtn .menu span:nth-of-type(1) {
						top: 16px;	
					}
					#header .menubtn .menu span:nth-of-type(2) {
						top: 23px;
					}
					#header .menubtn .menu span:nth-of-type(3) {
						top: 31px;
					}

				#header .menubtn .menu.active .openbtn-area {
					transform: rotateY(-360deg);
				}
					#header .menubtn .menu.active span:nth-of-type(1) {
						width: 34px !important;
						top: 16px;
						left: 50%;
						margin-left: -17px;
						transform: translateY(6px) rotate(-135deg);
					}
					#header .menubtn .menu.active span:nth-of-type(2) {
						opacity: 0;
					}
					#header .menubtn .menu.active span:nth-of-type(3) {
						width: 34px !important;
						top: 26px;
						left: 50%;
						margin-left: -17px;
						transform: translateY(-6px) rotate(135deg);
					}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav {
	padding: 0 10%;
}
	#menubox .menunav ul {
        display: block;
	}
	#menubox .menunav ul.flex {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	#menubox .menunav ul li:nth-child(1) {
		margin-bottom: 40px;
	}
		#menubox .menunav ul li .en {
			font-size: 1.6rem;
			margin-bottom: 15px;
		}
		#menubox .menunav ul li .en:after {
			font-size: 1.0rem;
		}

		#menubox .menunav ul li:nth-child(2) .sub_list li,
		#menubox .menunav ul li:nth-child(3) .sub_list li,
		#menubox .menunav ul li:nth-child(4) .sub_list li,
		#menubox .menunav ul li:nth-child(5) .sub_list li {
            width: 100%;
            margin: 0;
		}
		#menubox .menunav ul li .sub_list li:nth-child(1),
		#menubox .menunav ul li .sub_list li:nth-child(2) {
            border-bottom: none;
		}
		#menubox .menunav ul li:nth-child(3) .sub_list li:nth-last-child(1) {
			border-bottom: solid 1px #ddd;
		}
            #menubox .menunav ul li .sub_list li a {
                font-size: 1.3rem;
            }
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* main */
.inner {
    padding: 0 7%;
}

.txt {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}


/* btn */
.btn {
    width: 50%;
	margin: 30px auto 0 auto;
}
	.btn a {
		height: 50px;
		font-size: 1.5rem;
	}

	
	
/* bgbox  */
.bgbox {
    padding: 80px 0 40px 0;
}
    .bgbox {
        padding: 20px;
        margin-bottom: 40px;
        border-radius: 10px;
    }
        .bgbox .h3_tit {
            margin-top: -32px;
        }

        .bgbox ul {
            margin-top: 15px;
        }
            .bgbox ul li img {
                border-radius: 6px;
            }




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
    
/* pagetitle */
#pagetitle {
    padding-top: 140px;
}
    #pagetitle .motif01 {
        width: 60px;
        height: 60px;
        top: 60%;
        left: -30px;
    }
    #pagetitle .motif02 {
        width: 150px;
        height: 150px;
        bottom: -45px;
        right: 2%;
    }
    
    
    #pagetitle .hogearrow {
        left: -215px;
    }
        #pagetitle .hogearrow .gr {
            width: 430px;
            height: 167px;
        }
        #pagetitle .hogearrow .gr:before {
            border-width: 167px 0 167px 215px;
        }
        #pagetitle .hogearrow .gr:after {
            border-width: 167px 215px 167px 0;
        }


    #pagetitle .text {
        text-align: center;
        margin-bottom: 20px;
    }
        #pagetitle .text .en {
            font-size: 1.8rem;
            margin-bottom: 3px;
        }

        #pagetitle .text h1 {
            font-size: 2.8rem;
        }


    #pagetitle .pht {
		aspect-ratio: 16 / 8;
		width: 100%;
		height: 100%;
        border-radius: 15px;
    }


    #pagetitle .sub_txt {
		font-size: 1.0rem;
        text-align: left;
    }

    
/* title */
.title {
    margin-bottom: 40px;
}
    .title .en {
        font-size: 1.0rem;
		letter-spacing: 0;
        margin-bottom: 12px;
    }
        .title .en span {
            border-radius: 9.5px;
			padding: 3px 8px 2px 8px;
        }

    .title h2 {
        font-size: 2.4rem;
        text-align: center;
        line-height: 1.4em;
    }

    .title h3 {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .title .txt {
        text-align: left;
    }


/* h3_tit */
.h3_tit {
    font-size: 2.0rem;
    margin-bottom: 20px;
}
    .h3_tit span {
        padding-bottom: 12px;
    }


/* h4_tit */
.h4_tit {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
    .h4_tit span {
        padding-bottom: 12px;
    }


/* tit */
.tit {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
    .tit h3 {
        font-size: 1.8rem;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    .tit .en {
        font-size: 1.2rem;
        padding-left: 0;
    }

	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ポップアップテキスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pop-txt {
	width: 100px;
	height: 60px;
	border-radius: 0 0 0 25px;
	font-size: 1.0rem;
	bottom: 6px;
	right: 6px;
}


	
	
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
    padding: 40px 0;
}
#footer .inner {
    display: block;
}
	#footer .logo a {
        display: block;
        text-align: center;
        margin-bottom: 35px;
	}
        #footer .logo a img {
            display: block;
            width: 100px;
            margin: auto;
        }
        #footer .logo a span {
            display: block;
            font-size: 1.0rem;
            padding-left: 0;
            padding-top: 12px;
        }
			#footer .logo a span br {
				display: none;
			}
	

	#footer .text .link {
        font-size: 1.1rem;
        text-align: center;
	}
        #footer .text .link a:hover {
            text-decoration: underline;
        }

	#footer .text .copyright {
        text-align: center;
        margin-top: 15px;
	}


}