@charset "UTF-8";

/* =================================================================
	function
================================================================= */

/* nwla_function */
#container #nwla_function {
	width: 100%;
	overflow: hidden;
}

#container #nwla_function #function_section01 {
	background: url(../img/common/bg_washi_gray.jpg) repeat;
}
.function_notes_R {
	width: 100%;
	text-align: right;
	color: #ccc;
	font-size: 0.8rem;
	margin-top: 10px;
}

@media print, screen and (min-width: 769px){
	#container #nwla_function #page_header {
		width: 100%;
		height: 400px;
		background: url(../img/function/function_section01_title_bg.jpg) no-repeat top center;
		background-size: cover;
		position: relative;
	}

	#container #nwla_function #page_header h2 {
		width: 640px;
		height: 150px;
		text-indent: -9999px;
		background: url(../img/function/function_section01_title.png) no-repeat top center;
		background-size: contain;
		position: absolute;
		top: 123px;
		left: 50%;
		margin-left: -480px;
    transition: .2s margin-left;
	}

	#container #function_section01 {
		padding-top: 90px;
		padding-bottom: 94px;
	}
	
	#container #nwla_function #function_section01 .function_section_title h2 {
		width: 390px;
		height: 90px;
		margin-bottom: 24px;
		text-indent: -9999px;
		background: url(../img/function/function_sec01_title.png) no-repeat top center;
		background-size: contain;
	}

	#container #nwla_function #function_wagaya_overview {
		display: flex;
		justify-content: space-between;
    margin-bottom: 79px;
	}

	#container #nwla_function #function_wagaya_overview #function_wagaya_text {
		width: 465px;
	}
	
	#container #nwla_function #function_wagaya_overview #function_wagaya_control {
		width: 430px;
    margin-top: 7px;
		margin-right: 16px;
	}

	#container #nwla_function #function_wagaya_overview #function_wagaya_control h4 {
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: 9px;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		background: #5e5e5e;
	}

	#container #nwla_function #function_wagaya_overview #function_wagaya_control ol {
		display: flex;
		width: 100%;
		position: relative;
	}
	
	#container #nwla_function #function_wagaya_overview #function_wagaya_control ol {
		display: flex;
		justify-content: space-between;
		width: 100%;
		position: relative;
    margin-bottom: .5em;
	}

	#container #nwla_function #function_wagaya_overview #function_wagaya_control ol > li {
		width: 200px;
		font-size: 14px;
		line-height: 1.28;
	}

	#container #nwla_function #function_wagaya_overview #function_wagaya_control ol > li:first-child:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 7px;
		border-color: transparent transparent transparent #6e6d6d;
		position: absolute;
		top: 39px;
		margin: auto;
		right: 211px;
	}
	
	#container #nwla_function #function_wagaya_overview #function_wagaya_control ol > li img {
		margin-bottom: 4px;
	}
	
	#container #nwla_function #function_mov_btn {
		text-align: center;
	}

	#container #nwla_function #function_mov_btn:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#container #nwla_function #function_mov_btn a {
		display: block;
		width: 280px;
		margin: 0 auto;
		transition: all 0.5s;
	}

	#container #nwla_function #function_mov_btn a:hover {
		background: rgba(255, 255, 255, 0.5);
	}
	
	#container #nwla_function #function_wagaya_chart {
    width: 742px;
    margin: 0 auto 80px;
		text-align: center;
	}

	#container #nwla_function #technology_greatness h4 {
		color: #fff;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 30px;
		background: #bb8635;
	}

	#container #nwla_function #technology_greatness .technology_greatness_body {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 26px 0 66px;
		box-sizing: border-box;
	}
	
	#container #nwla_function #technology_greatness .technology_greatness_text {
		width: 440px;
	}

	#container #nwla_function #technology_greatness .technology_greatness_figure {
		width: 490px;
	}

	#container #nwla_function #technology_greatness .technology_greatness_text h5 {
		width: 440px;
		height: 74px;
		margin-bottom: 15px;
		text-indent: -9999px;
		background: url(../img/function/technology_greatness_title.png) no-repeat top center;
		background-size: contain;
	}

	#container #nwla_function #technology_greatness .technology_greatness_figure img {
		margin-bottom: 3px;
	}
	
	#container #nwla_function #technology_greatness .technology_greatness_figure p {
		font-size: 14px;
		text-align: right;
	}
	
}

@media print, screen and (min-width: 1400px){
	#container #nwla_function #page_header h2 {
		margin-left: -586px;
	}
}

@media screen and (max-width: 768px){
	#container #nwla_function #page_header {
    display: flex;
    align-items: center;
		height: 280px;
    padding-left: 15px;
		width: 100%;
		background: url(../img/function/function_section01_title_bg_sp.jpg) no-repeat bottom center;
		background-size: cover;
		box-sizing: border-box;
	}

	#container #nwla_function #page_header h2 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.36;
		text-shadow: 1px 1px 5px #fff;
		font-family: 'Noto Serif Japanese', serif;
	}

	#container #nwla_function #page_header h2 strong {
    font-size: 30px;
    font-weight: bold;
  }
  
	#container #nwla_function #page_header h2 span {
    font-size: 28px;
  }
  
	#container #nwla_function #function_section01 .content_inner {
		padding: 33px 15px 60px;
	}
	
	#container #nwla_function #function_section01 .function_section_title {
		margin-bottom: 16px;
	}
	
	#container #nwla_function #function_section01 .function_section_title h2 {
		font-family: 'Noto Serif Japanese', serif;
		font-weight: inherit;
		font-size: 20px;
		line-height: 1.4;
	}

	#container #nwla_function #function_section01 .function_section_title span {
    display: inline-block;
	}
	#container #nwla_function #function_section01 .function_section_title {
		margin-bottom: 24px;
		font-feature-settings: "palt" 1;
	}
	
	#container #nwla_function #function_section01 .function_section_title h2 {
		font-size: 22px;
	}

	#container #nwla_function #function_section01 #function_wagaya_text {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#container #nwla_function #function_section01 #function_wagaya_control {
		margin-bottom: 28px;
	}
	
	#container #nwla_function #function_section01 #function_wagaya_control h4 {
		margin-bottom: 12px;
		color: #fff;
		font-weight: bold;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		background: #626262;
	}

	#container #nwla_function #function_section01 #function_wagaya_control ol {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-bottom: 16px;
	}

	#container #nwla_function #function_section01 #function_wagaya_control ol > li {
		width: 42.8vw;
		max-width: 240px;
		font-size: 10px;
		line-height: 1.4;
		letter-spacing: -1px;
	}

	#container #nwla_function #function_section01 #function_wagaya_control ol:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.8vw 0 0.8vw 0.8vw;
		border-color: transparent transparent transparent #787878;
		position: absolute;
		top: 35%;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	#container #nwla_function #function_section01 #function_wagaya_control ol > li img {
		margin-bottom: 3px;
	}

	#container #nwla_function #function_mov_btn a {
		display: block;
		width: 250px;
		height: 27px;
		margin: 0 auto;
	}

	#container #nwla_function #function_section01 #function_wagaya_chart {
		margin-bottom: 28px;
	}
	
	#container #nwla_function #function_section01 #technology_greatness h4 {
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 20px;
		background: #bb8635;
	}

	#container #nwla_function #function_section01 #technology_greatness .technology_greatness_body {
		padding: 13px 0 16px;
	}
	
	#container #nwla_function #function_section01 #technology_greatness h5 {
		font-family: 'Noto Serif Japanese', serif;
		font-weight: inherit;
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.4;
		color: #bb8635
	}
	
	#container #nwla_function #function_section01 #technology_greatness .technology_greatness_text p {
		margin-bottom: 12px;
		font-size: 12px;
		line-height: 1.5;
	}

	#container #nwla_function #function_section01 #technology_greatness .technology_greatness_figure img {
		margin-bottom: 3px;
	}
	
	#container #nwla_function #function_section01 #technology_greatness .technology_greatness_figure p {
		font-size: 10px;
		text-align: right;
	}
  
}


#function_column {
  border: 1px solid #bb8635;
  box-sizing: border-box;
  background: #fff;
}

@media print, screen and (min-width: 769px){
  #function_column {
    width: 800px;
    padding: 34px 47px;
    margin: 0 auto;
  }
  
  #function_column .function_column_title h4 {
    /* width: 413px; */
    height: 33px;
    margin-bottom: 17px;
    text-indent: -9999px;
    background: url("../img/function/function_column_title.png") no-repeat;
    background-size: contain;
  }
  
}
@media screen and (max-width: 768px){
  #function_column {
    padding: 15px 15px 20px;
    margin: 0 auto;
  }
  
  #function_column .function_column_title h4 {
    font-family: 'Noto Serif Japanese', serif;
    margin-bottom: 12px;
    font-size: 18px;
    color: #bb8635;
  }
}



/* function_section02 */
@media print, screen and (min-width: 769px){
	#container #function_section02_anchor {
		padding-top: 57px !important;
		margin-top: -57px !important;
	}
	
	#container #function_section02 {
		padding-bottom: 69px;
	}
	
	#container #function_section02 .function_section_title {
		width: 100%;
		height: 400px;
		background: url(../img/function/function_section02_title_bg.jpg) top center;
		background-size: cover;
		position: relative;
	}
	
	#container #function_section02 .function_section_title h2 {
		width: 490px;
		height: 110px;
		text-indent: -9999px;
		background: url(../img/function/function_section02_title.png) top center;
		background-size: contain;
		position: absolute;
		top: 144px;
		left: 50%;
		margin-left: -480px;
    transition: .2s margin-left;
	}
	
	#container #function_section02 #function01 {
		padding-top: 60px;
		margin-bottom: 65px;
	}

	#container #function_section02 #function01 .function_header {
		width: 520px;
		height: 80px;
		margin: 0 0 18px;
		text-indent: -9999px;
		background: url(../img/function/function01_title.png) top center;
		background-size: contain;
	}
	
	#container #function_section02 #function01 .function_header + p {
		margin-bottom: 23px;
	}
	
	#container #function_section02 #function01_figure {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	#container #function_section02 #function01_figure > li {
		width: 188px;
		font-size: 14px;
		line-height: 1.28;
	}

	#container #function_section02 #function01_figure > li figure {
		margin-bottom: 6px;
	}

	
	#container #function_section02 .function02_03 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#container #function02 {
		order: 0;
		margin-bottom: 40px;
	}
	
	#container #function03 {
		order: 1;
		margin-bottom: 40px;
	}

	#container #function02 + .hanging {
		width: 100%;
		order: 2;
	}

	#container #function_section02 .function02_03 > div {
		width: 460px;
	}
	
	#container #function_section02 #function02 .function_header {
		width: 460px;
		height: 80px;
		margin: 0 0 18px;
		text-indent: -9999px;
		background: url(../img/function/function02_title.png) top center;
		background-size: contain;
	}

	#container #function_section02 #function02 .function_header + p,
	#container #function_section02 #function03 .function_header + p {
		margin-bottom: 27px;
	}
	
	#container #function_section02 #function02 #function02_figure {
		display: flex;
		justify-content: space-between;
	}
	
	#container #function_section02 #function02 #function02_figure > li {
		width: 220px;
		font-size: 14px;
		line-height: 1.57;
	}

	#container #function_section02 #function02 #function02_figure > li span {
		display: block;
		margin-bottom: 12px;
	}
	
	#container #function_section02 #function03 .function_header {
		width: 460px;
		height: 80px;
		margin: 0 0 18px;
		text-indent: -9999px;
		background: url(../img/function/function03_title.png) top center;
		background-size: contain;
	}
}

@media print, screen and (min-width: 1400px){
  #container #function_section02 .function_section_title h2 {
    margin-left: -586px;
  }
  
}

@media screen and (max-width: 768px){
	#container #function_section02 .function_section_title {
    display: flex;
    align-items: center;
    padding-left: 15px;
    height: 280px;
		background: url(../img/function/function_section02_title_bg_sp.jpg) no-repeat bottom right;
		background-size: cover;
	}

	#container #function_section02 .function_section_title h2 {
		font-weight: normal;
		font-family: 'Noto Serif Japanese', serif;
		color: #333;
		font-size: 24px;
		line-height: 1.36;
    text-shadow: 0 1px 1px #fff;
	}

	#container #function_section02 .content_inner {
		padding: 35px 15px 0;
	}

	#container #function_section02 .content_inner .function_header	{
		margin-bottom: 11px;
		font-weight: normal;
		font-family: 'Noto Serif Japanese', serif;
	}
	
	#container #function_section02 .content_inner .function_header .header_sub {
		margin-bottom: 10px;
		font-size: 16px;
		border: 1px solid #000000;
		text-align: center;
		line-height: 26px;
	}

	#container #function_section02 .content_inner .function_header h2 {
		font-size: 20px;
		line-height: 1.4;
	}

	#container #function_section02 .content_inner .function_header + p {
		margin-bottom: 19px;
		font-size: 12px;
		line-height: 1.5;
	}

	#container #function_section02 .content_inner #function01_figure {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 17.5px;
	}
	
	#container #function_section02 .content_inner #function01_figure > li {
    width: 47.5%;
    margin: 0 .5% 5%;
	}

	#container #function_section02 .content_inner #function01_figure > li img {
    display: block;
    width: 100%;
    margin-bottom: 4px;
	}
	
	#container #function_section02 .content_inner #function01_figure > li p {
		font-size: 12px;
		line-height: 1.5;
	}
  
	#container #function_section02 #function02 #function02_figure {
    display: flex;
    justify-content: space-between;
  }
  
	#container #function_section02 #function02 #function02_figure > li {
    width: 47.5%;
    margin: 0 .5% 5%;
		font-size: 14px;
		line-height: 1.57;
	}

	#container #function_section02 #function02 #function02_figure > li span {
		margin-right: 3.06vw;
	}
	
	#container #function_section02 #function02 #function02_figure > li p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#container #function02 + .hanging {
		margin-bottom: 37px;
	}
	
	#container #function_section02 #function03 {
		margin-bottom: 27px;
	}	

	#container #function_section02 #function03 .content_inner .function_header + p {
		margin-bottom: 4px;
	}

}



/* function_section03 */
@media print, screen and (min-width: 769px){
  #container #function_section03 {
    background: #000000;
  }
  
  #container #function_section03 .function_section_title {
    width: 100%;
    height: 400px;
    background: url("../img/function/function_section04_title_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
  }
  
  #container #function_section03 .function_section_title h2 {
    width: 450px;
    height: 100px;
    text-indent: -9999px;
    background: url("../img/function/function04_title.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -480px;
    transition: .2s ease-in;
  }
  
  #container #function_section03 .content_inner {
    display: flex;
    flex-flow: column;
    position: relative;
  }
  
  #container #function_section03 .content_inner .function_section_title {
    width: 450px;
    height: 100px;
    text-indent: -9999px;
    margin: 0 auto 44px;
    background: url("../img/function/function04_title.png") no-repeat;
    background-size: contain;
  }
  
  #container #function_section03 .content_inner .function_img {
    display: block;
    width: 900px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    order: 1;
  }

  #container #function_section03 .content_inner .function04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 0;
    margin: 0 auto;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
  }

  #container #function_section03 .content_inner .function04 #function04_1,
  #container #function_section03 .content_inner .function04 #function04_2,
  #container #function_section03 .content_inner .function04 #function04_3,
  #container #function_section03 .content_inner .function04 #function04_4 {
    width:  460px;
    margin-bottom: 41px;
    position: relative;
  }

  #container #function_section03 .content_inner .function04 .function_text h3 {
    display: block;
    width: 460px;
    height: 30px;
    margin-bottom: 15px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  #container #function_section03 .content_inner .function04 #function04_1 .function_text h3 {
    background-image: url("../img/function/function04_1_title.png");
  }
    
  #container #function_section03 .content_inner .function04 #function04_2 .function_text h3 {
    background-image: url("../img/function/function04_2_title.png");
  }
    
  #container #function_section03 .content_inner .function04 #function04_3 .function_text h3 {
    background-image: url("../img/function/function04_3_title.png");
  }
    
  #container #function_section03 .content_inner .function04 #function04_4 .function_text h3 {
    background-image: url("../img/function/function04_4_title.png");
  }
  
  #container #function_section03 .content_inner .function04  .function_text .function04_notes {
    font-size: 16px;
    line-height: 1.5;
	color: #fff;
  }
  
  #container #function_section03 .content_inner .function04  .hanging {
    font-size: 14px;
  }
  
}
@media print, screen and (min-width: 1400px){
  #container #function_section03 .function_section_title h2 {
    margin-left: -586px;
  }
  
}
@media screen and (max-width: 768px){
	#container #function_section03 .function_section_title {
    display: flex;
    align-items: center;
    height: 280px;
    padding-left: 15px;
		background: url(../img/function/function_section03_title_bg_sp.jpg) no-repeat center left;
		background-size: cover;
	}

	#container #function_section03 .function_section_title h2 {
		font-weight: normal;
		font-family: 'Noto Serif Japanese', serif;
		color: #222222;
    text-shadow: 2px 0 3px rgba(255,255,255,1);
		font-size: 24px;
		line-height: 1.36;
	}

	#container #function_section03 {
		padding: 0;
		background: #000;
	}
  
	#container #function_section03 .content_inner {
    max-width: inherit;
  }

  #container #function_section03 {
    color: #fff;
    position: relative;
  }
  
  
	#container #function_section03 .function04 {
    max-width: 500px;
    padding: 30px 15px 165px;
    margin: 0 auto;
  }
  
	#container #function_section03 .function04 #function04_1,
	#container #function_section03 .function04 #function04_2,
	#container #function_section03 .function04 #function04_3,
	#container #function_section03 .function04 #function04_4 {
		margin-bottom: 25px;
	}

	#container #function_section03 .function04 .function_text {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center;
			padding: 0;
	}
	#container #function_section03 .content_inner .function04  .function_text .function04_notes {
		color: #fff;
	  }
	#container #function_section03 .content_inner .function_header {
		width: 100%;
	}
	#container #function_section03 .content_inner .function_header h3 {
		padding: 3px 8px;
			margin-bottom: 11px;
			font-weight: normal;
			font-family: 'Noto Serif Japanese', serif;
			margin-bottom: 10px;
			font-size: 16px;
			border: 1px solid #fff;
			text-align: center;
			line-height: 20px;
		}
	#container #function_section03 .content_inner .function_header h3.feature {
    padding: 3px 2px 3px 90px;
		position: relative;
	}
	#container #function_section03 .content_inner .function_header h3 span {
		padding: 3px 10px;
			margin-bottom: 11px;
			font-weight: normal;
			font-family: 'Noto Serif Japanese', serif;
			margin-bottom: 10px;
			font-size: 16px;
			text-align: center;
			line-height: 20px;
			position: absolute;
			background-color: #8d6827;
			left: 0;
			top: 0;
		}
		
	#container #function_section03 .content_inner .function_img {
    width: 100%;
		max-width: 500px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
  
	#container #function_section03 .content_inner .function_img {
  }
  
}




/* function_section04 */
#container #function_section04 {
  background: url("../img/common/bg_washi_gray.jpg") repeat;
  background-size: contain;
}

@media print, screen and (min-width: 769px){
	#container #function_section04 {
		padding: 80px 0 81px;
	}

	#container #function_section04 #function05 {
		margin-bottom: 60px;
	}

	#container #function_section04 #function06 {
		margin-bottom: 45px;
	}
	
	#container #function_section04 #function05,
	#container #function_section04 #function06 {
		display: flex;
		justify-content: space-between;
	}

	#container #function_section04 .function_text {
		width: 400px;
    padding-top: 30px;
		margin-left: 30px;
	}
	
	#container #function_section04 .function_text .function_header {
		width: 100%;
		height: 115px;
		text-indent: -9999px;
	}

	#container #function_section04 #function05 .function_text .function_header {
		margin-bottom: 15px;
		background: url(../img/function/function05_title.png) no-repeat;
		background-size: contain;
	}
	
	#container #function_section04 #function06 .function_text .function_header {
		margin-bottom: 23px;
		background: url(../img/function/function06_title.png) no-repeat;
		background-size: contain;
	}

	#container #function_section04 .function_text p {
		text-indent: 1.875;
	}
	
}

@media screen and (max-width: 768px){
	#container #function_section04 {
		padding: 41px 15px 45px;
	}

	#container #function_section04 .function_text .function_header {
		text-align: center;
		font-weight: normal;
		font-family: 'Noto Serif Japanese', serif;
	}

	#container #function_section04 .function_text .function_header .header_sub {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		border: 1px solid #000000;
	}
	
	#container #function_section04 .function_text .function_header h2 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.25;
	}

	#container #function_section04 .function_text p {
		margin-bottom: 12px;
		font-size: 12px;
	}

	#container #function_section04 #function05 {
		margin-bottom: 35px;
	}

	#container #function_section04 #function06 .function_img {
		margin-bottom: 22px;
		font-size: 12px;
	}
  
	#container #function_section04 .function_img img {
    max-width: inherit;
    width: 100%;
  }

	#container #function_section04 .content_inner .hanging {
		line-height: 1.5;
	}
	
}

@media screen and (max-width: 768px){
	#container #function_section04 {
		padding: 54px 15px 47.5px;
	}

	#container #function_section04 .function_text .function_header .header_sub {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 27px;
		border: 1px solid #000000;
		box-sizing: border-box;
	}
	
	#container #function_section04 .function_text .function_header h2 {
		margin-right: -15px;
		margin-bottom: 15px;
		font-size: 22px;
	}
}

