/*
Theme Name: ortega inc HP
Theme URL: https://ortega-inc.com/
Author:Minoru Kishimoto
Description: ortega inc HP
*/

@charset "UTF-8";

body {
    /*源ノ角ゴシックJP*/
    font-family:
        din-2014, "source-han-sans-jp-variable", "Avenir", Arial,
        "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
        "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-color: #fff;
    font-variation-settings: "wght" 350;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: top;
}
a img {
    width: 100%;
}
picture img {
    width: 100%;
}
p {
    padding: 0;
    margin: 0;
}
.bold {
    font-variation-settings: "wght" 500;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.flex-sb {
    display: flex;
    justify-content: space-between;
}
.flex-fs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.flex-ct {
    display: flex;
    justify-content: center;
}
.smp { display:none; }
.clear { clear:both }


/*フワッと表示*/
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1.5s;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}

/*menu*/
.menu {
    width: 100%;
    height: 100vh;
    padding: 90px 30px 30px 30px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 74, 137, 0.95);
    z-index: 900;
    overflow-x: scroll;
    letter-spacing: 0.15em;
}
.menu > a {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 12px;
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.menu > a {
    transition: all 0.4s;
}
.menu > a:hover {
    opacity: 0.6;
}
.menu > a div {
    margin: 0 3px 2px 0;
    padding: 1px 2px 2px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #fff;
}
.menu > a img {
    height: 20px;
    width: auto;
    display: inline-block;
}


/*content*/
.main {
    padding: 135px 0 0;
    overflow: hidden;
    background-color: #ebebeb;
}
section {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
section .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*header*/
header {
    width: 100%;
    background-color: #004a89;
    position: fixed;
    z-index: 1000;
}
header .bd {
    width: 100%;
    height: 15px;
    background-color: #baa444;
    position: absolute;
    top: 0;
    left: 0;
}
header .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    color: #fff;
}
header .inner > img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header .inner .header-con {
    width: 85%;
    margin: 0 0 0 15%;
}
header .inner .header-con .header-top {
    width: 100%;
    padding: 32px 0 20px;
    position: relative;
}
header .inner .header-con .header-top p {
    font-size: 16px;
    font-weight: bold;
}
header .inner .header-con .header-top .header-contact {
    position: absolute;
    top: 32px;
    right: 0;
}
header .inner .header-con .header-top .header-contact a {
    margin: 0 0 0 12px;
    display: inline-block;
}
header .inner .header-con .header-top .header-contact a img {
	width:auto;
    height: 43px;
}
header .inner .header-con .header-botom {
    width: 100%;
    padding: 0 0 10px;
    text-align: left;
}
header .inner .header-con .header-botom a {
    margin: 0 60px 0 0;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
header .inner .header-con .header-botom a div {
    margin: 0 3px 2px 0;
    padding: 1px 2px 2px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #fff;
}
header .inner .header-con .header-botom a img {
    height: 20px;
    width: auto;
    display: inline-block;
}
header .openbtn {
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 3px;
	display:none;
}
header .openbtn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 3px;
    background: #fff;
    width: 30px;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%, 0);
}
header .openbtn span:nth-of-type(1) {
    top: 8px;
}
header .openbtn span:nth-of-type(2) {
    top: 20px;
}
header .openbtn span:nth-of-type(3) {
    top: 32px;
}
header .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 5px;
    transform: rotate(45deg);
}
header .openbtn.active span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
}
header .openbtn.active span:nth-of-type(3) {
    top: 20px;
    left: 5px;
    transform: rotate(-45deg);
}

/*firstview*/
.firstview {
    width: 100%;
    background-color: #004a89;
}
.firstview img {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: block;
}

/*services*/
section.services {
    padding: 85px 0 80px;
}
section.services .inner .head {
    margin: 0 auto 42px;
    height: 130px;
    display: block;
}
section.services .inner .flex-sb:nth-child(2) {
    margin: 0 0 70px;
}
section.services .inner .flex-sb .box {
    width: 48%;
    position: relative;
}
section.services .inner .flex-sb .box > img {
    width: 100%;
}
section.services .inner .flex-sb .box > .con {
    width: 85%;
    height: 220px;
    margin: -82px auto 0;
    padding: 0 33px;
    position: relative;
    background-color: #fff;
    color: #004a89;
}
section.services .inner .flex-sb .box > .con div {
    margin: 0 0 20px;
    padding: 30px 0 0;
    font-size: 24px;
    text-align: center;
}
section.services .inner .flex-sb .box.services02 > .con div {
    margin: 0 0 9px;
    padding: 18px 0 0;
}
section.services .inner .flex-sb .box > a {
    display: inline-block;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0);
}
section.services .inner .flex-sb .box > a img {
    height: 42px;
}

/*services-con*/
section.services-con {
    padding: 120px 0 0;
}
section.services-con.top-partition > img,
section.services-con.container > img {
    height: calc(100% - 120px);
    position: absolute;
    bottom: 0;
    left: 0;
}
section.services-con.top-partition > .bg,
section.services-con.container > .bg {
    width: 50%;
    height: 350px;
    position: absolute;
    top: 250px;
    right: 0;
    background-color: #313131;
}
section.services-con.storage > img {
    height: calc(100% - 120px);
    position: absolute;
    bottom: 0;
    right: 0;
}
section.services-con.storage > .bg {
    width: 50%;
    height: 350px;
    position: absolute;
    top: 250px;
    left: 0;
    background-color: #004a89;
}
section.services-con .inner {
    padding: 130px 0 110px;
}
section.services-con .inner .box {
    position: relative;
}
section.services-con .inner .box.black {
    width: 60%;
    height: 350px;
    margin: 0 0 0 40%;
    padding: 30px 0 40px 40px;
    color: #fff;
    background-color: #313131;
}
section.services-con .inner .box.blue {
    width: 55%;
    height: 350px;
    padding: 30px 0 40px 0;
    color: #fff;
    background-color: #004a89;
}
section.services-con.container .inner .box.black {
    padding: 50px 0 40px 40px;
}
section.services-con .inner .box.black .text {
    height: 57px;
    position: absolute;
    right: 0;
    top: -57px;
}
section.services-con .inner .box.blue .text {
    height: 57px;
    position: absolute;
    left: 0;
    top: -57px;
}
section.services-con .inner .box.black a {
    position: absolute;
    bottom: -60px;
    right: 0;
    display: inline-block;
    color: #004a89;
    text-decoration: none;
}
section.services-con .inner .box.black a div {
    margin: 0 12px 0 0;
	padding:3px 32px 3px 12px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
	background-color:#FFEC01;
}
section.services-con .inner .box.black a img {
    width: auto;
    height: 18px;
	margin:0 0 0 -30px;
    display: inline-block;
    vertical-align: middle;
}
section.services-con .inner .box.blue a {
    position: absolute;
    bottom: -60px;
    left: 0;
    display: inline-block;
    color: #004a89;
    text-decoration: none;
}
section.services-con .inner .box.blue a div {
    margin: 0 12px 0 0;
	padding:3px 32px 3px 12px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
	background-color:#FFEC01;
}
section.services-con .inner .box.blue a img {
    width: auto;
    height: 18px;
	margin:0 0 0 -30px;
    display: inline-block;
    vertical-align: middle;
}
section.services-con .inner .box .head {
    margin: 0 0 10px;
    font-size: 32px;
}
section.services-con .inner .box p {
    font-size: 18px;
}
section.services-con.top-partition .inner .box p,
section.services-con.container .inner .box p {
    margin: 0 0 12px;
}
section.services-con.storage .inner .box p:nth-child(4) {
    margin: 20px 0 18px;
}
section.services-con .inner .box.black::after {
    content: "";
    position: absolute;
    top: 0;
    left: -152px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #313131 #313131 transparent;
    border-width: 350px 152px 0 0;
}
section.services-con .inner .box.blue::after {
    content: "";
    position: absolute;
    top: 0;
    right: -152px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #004a89 transparent transparent #004a89;
    border-width: 0 0 350px 152px;
}

/*rooms*/
section.rooms {
    padding: 120px 0 0;
}
section.rooms .inner {
    width: 100%;
    max-width: 100%;
    padding: 60px 0 52px;
    background-color: #fff;
    border-top: 6px solid #0092e5;
    border-bottom: 6px solid #0092e5;
}
section.rooms .inner .rooms-inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
section.rooms .inner .rooms-inner .left {
    width: 50%;
    color: #0092e5;
    text-align: center;
}
section.rooms .inner .rooms-inner .left > img {
    width: 160px;
    margin: 0 auto 20px;
    display: block;
}
section.rooms .inner .rooms-inner .left > div {
    font-size: 32px;
    margin: 0 0 10px;
    text-align: center;
}
section.rooms .inner .rooms-inner .left > p {
    margin: 0 0 12px;
    font-size: 18px;
    text-align: center;
}
section.rooms .inner .rooms-inner .left > p:nth-child(4) {
    margin: 0 0 26px;
}
section.rooms .inner .rooms-inner .left > a {
    margin: 0 auto;
    padding: 8px 40px 8px 15px;
    font-size: 21px;
    text-align: left;
    display: inline-block;
    position: relative;
    color: #0092e5;
    text-decoration: none;
    background-color: #ffec01;
}
section.rooms .inner .rooms-inner .left > a img {
    width: auto;
    height: 17px;
    position: absolute;
    top: 10px;
    right: -30px;
}
section.rooms .inner .rooms-inner .right {
    width: 50%;
}
section.rooms .inner .rooms-inner .right img {
    width: 100%;
}

/*bottom*/
section.bottom {
    margin: 168px 0 146px;
    text-align: center;
}
section.bottom .inner .head {
    margin: 0 0 32px;
    font-size: 46px;
    position: relative;
    color: #004a89;
}
section.bottom .inner .head img {
    height: 111px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
}
section.bottom .inner .head div {
    position: relative;
}
section.bottom .inner p {
    margin: 0 0 50px;
    font-size: 28px;
    color: #004a89;
    line-height: 1.8;
}
section.bottom .inner .bottom-contact a {
    margin: 0 9px;
    display: inline-block;
}
section.bottom .inner .bottom-contact a img {
	width:auto;
    height: 65px;
}

/*footer*/
footer {
    padding: 35px 0 50px;
    background-color: #004a89;
}
footer .footer-contact {
    width: 100%;
    margin: 0 0 26px;
    text-align: center;
}
footer .footer-contact a {
    margin: 0 60px 0 0;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
footer .footer-contact a div {
    margin: 0 3px 2px 0;
    padding: 1px 2px 2px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    border: 1px solid #fff;
}
footer .footer-contact a img {
    height: 20px;
    width: auto;
    display: inline-block;
}
footer .footer-bottom {
    width: 100%;
    margin: 0 0 14px;
    text-align: center;
}
footer .footer-bottom > div {
    padding: 0 30px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
}
footer .footer-bottom div img {
    margin: 0 20px 0 0;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
}
footer .footer-bottom div > div {
    display: inline-block;
    vertical-align: middle;
}
footer .footer-bottom a {
    padding: 0 30px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-left: 2px solid #fff;
}
footer .footer-bottom a:last-child {
    border-right: 2px solid #fff;
}
footer .cpl {
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-style: normal;
}

/*company*/
section.company {
    padding: 62px 0 0;
}
section.company .inner > .head {
    margin: 0 auto 42px;
    height: 130px;
    display: block;
}
section.company .inner .post-img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
section.company .inner .company-list {
    width: 80%;
    margin: 0 auto 30px;
    font-size: 18px;
    flex-wrap: wrap;
}
section.company .inner .company-list .head {
    width: 20%;
    padding: 23px 45px 23px 0;
    text-align: right;
    color: #fff;
    background-color: #004a89;
    border-bottom: 1px solid #838383;
    display: inline-block;
}
section.company .inner .company-list .head:nth-child(19) {
    border-bottom: none;
}
section.company .inner .company-list .con {
    width: 79%;
    padding: 23px 20px 23px 45px;
    text-align: left;
    color: #313131;
    background-color: #fff;
    border-bottom: 1px solid #838383;
    display: inline-block;
}
section.company .inner .company-list .con:nth-child(20) {
    border-bottom: none;
}

/*contact*/
section.contact {
    padding: 62px 0 0;
}
section.contact .inner > .head {
    margin: 0 auto 42px;
    height: 130px;
    display: block;
}
section .contact_box {
    width: 80%;
    margin: 0 auto 126px;
    padding: 100px 0 60px;
    border-radius: 45px;
    background-color: #fff;
}
.page .contact_box .mw_wp_form_complete p {
    padding: 60px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
}
.page .contact_box dl {
    width: 90%;
    margin: 0 auto 0;
    text-align: center;
}
.page .contact_box dl dt {
    width: 30%;
    margin: 0;
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.page .contact_box dl dt.v-top {
    padding: 40px 20px 20px;
    vertical-align: top;
}
.page .contact_box dl dt .head {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.page .contact_box dl dt .required {
    margin-left: 15px;
    padding: 0px 6px 2px;
    font-size: 12px;
    background-color: #c9171e;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.page .contact_box dl dt .no-required {
    width: 36px;
    margin-left: 15px;
    padding: 0px 6px 2px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.page .contact_box dl dd {
    width: 60%;
    margin: 0;
    padding: 20px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.page .contact_box dl dd.cheack-privacy {
    padding: 60px 20px 20px;
    text-align: center;
}
.page .contact_box dl dd.btn {
    text-align: center;
}
.page .contact_box dl dd input[type="text"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #838383;
    font-size: 16px;
}
.page .contact_box dl dd select {
    width: 80%;
    padding: 10px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #838383;
}
.page .contact_box dl dd textarea {
    width: 100%;
    height: 200px;
    padding: 12px;
    border: 1px solid #838383;
}
.page .contact_box dl dd input[type="submit"] {
    margin: 0 10px 10px;
    padding: 15px 134px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgb(0, 37, 69), rgb(0, 74, 137));
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 200ms 0s ease;
}
.page .contact_box dl dd input[type="submit"]:hover {
    opacity: 0.6;
}

/*privacy*/
section.privacy {
    padding: 62px 0 0;
}
section.privacy .privacy_box {
    width: 90%;
    margin: 0 auto 80px;
    padding: 40px 20px;
    border-radius: 45px;
    background-color: #fff;
}
section.privacy  .inner > .head {
    margin: 0 auto 42px;
    height: 130px;
    display: block;
}
section.privacy .privacy_box p:last-child {
    text-align: right;
}

/*パーテーション販売*/
.partition {
	background-color:#000000;
	overflow:hidden;
}
.partition .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.partition .container , .mainvisual .inner {
	width:100%;
	max-width:1400px;
	margin:0 auto;
	position:relative;
}
.mainvisual img { width:100%; }
.trunkroom { margin:150px 0; }
.trunkroom .container {
	background-image: url("img/partition/section01_img.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: right center;
}
.trunkroom .container .line_bg {
	width:340px;
	position:absolute;
	top: -200px;
    left: 0;
}
.trunkroom .con { width:45%; margin:0 0 0 100px; }
.trunkroom .con .title { height:150px; }
.trunkroom .con h2 {
	margin:25px 0;
	font-size:16px;
	font-weight:bold;
	color:#a19436;
}
.trunkroom .con p { width:80%; color:#fff; }

.lowcost { margin:150px 0; }
.lowcost .container {
	background-image: url("img/partition/section02_img.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.lowcost .container .line_bg {
	width:340px;
	position:absolute;
	top: 150px;
    right: 0;
}
.lowcost .con { width:45%; margin: 0; float:right; }
.lowcost .con .title { height:150px; }
.lowcost .con h2 {
	margin:25px 0;
	font-size:16px;
	font-weight:bold;
	color:#a19436;
}
.lowcost .con p { width:80%; color:#fff; font-size:14px; }

.par_tokutyo { margin:150px 0; }
.par_tokutyo .container .line_bg {
	width:340px;
	position:absolute;
	bottom: -150px;
    left: 0;
	text-align:center;
}
.par_tokutyo .title {
	height:120px;
	margin:0 auto 50px;
	display:block;
}
.par_tokutyo .left_b { width:360px; float:left; margin:0 0 40px; }
.par_tokutyo .center_b { width:360px; float:left; margin:0 60px 40px; }
.par_tokutyo .right_b { width:360px; float:right; margin:0 0 40px; }
.par_tokutyo .con {
	height:450px;
	color:#fff;
	background-color:#1b1b1b;
	text-align:left;
}
.par_tokutyo .con .top_img { width:100%; }
.par_tokutyo .con h2 {
	margin:15px 0 15px 40px;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	position:relative;
}
.par_tokutyo .con h2 span { position:relative; z-index:100; }
.par_tokutyo .con h2 img.icn {
	height:50px;
	position:absolute;
	bottom:0;
	left:-20px;
	z-index:1;
}
.par_tokutyo .con p {
	padding:0 20px 20px;
	font-size:14px;
}
.par_tokutyo .con p .ano { font-size:12px; }
.par_tokutyo .under_b {
	width:1000px;
	margin:0 auto;
	color:#fff;
	background-color:#1b1b1b;
}
.par_tokutyo .under_b .left_img { width:360px; float:left; }
.par_tokutyo .under_b .right_con {
	width:640px;
	padding:30px 0 0;
	float:right;
}
.par_tokutyo .under_b h2 {
	margin:15px 0 15px 40px;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	position:relative;
}
.par_tokutyo .under_b h2 span { position:relative; z-index:100; }
.par_tokutyo .under_b h2 img.icn {
	height:50px;
	position:absolute;
	bottom:0;
	left:-60px;
	z-index:1;
}
.par_tokutyo .under_b p {
	padding:0 20px 20px;
	font-size:14px;
}
.par_tokutyo .under_text {
	text-align: center;
	margin: 150px 0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.product { margin:250px 0 150px; }
.product .container .line_bg {
	width:340px;
	position:absolute;
	top: 100px;
    right: 0;
}
.product .inner {
	height:1200px;
}
.product .title { height:180px; display:block; margin:0 auto 150px; }
.product .con { width:45%; float:right; margin:0 100px 0 0; }
.product .con .mida { height:150px; }
.product .con .mida {
	height:70px;
	margin:0 0 15px;
}
.product .con p { width:80%; color:#fff; }
.product .con p.emp { font-size:22px; font-weight:bold; color:#887d2d; margin:25px 0 0; }
.product .inner .pro_bg01 {
	width:400px;
	position:absolute;
	bottom: 0;
    left: 0;
}
.product .inner .pro_bg02 {
	width:700px;
	position:absolute;
	bottom: 0;
    right: 0;
}
.product .img_box { margin:100px auto 0; text-align:center; }
.product .img_box a {
	width:20%;
	margin:0 20px;
	display:inline-block;
	opacity:0.5;
	cursor:pointer;
	transition: all 200ms 0s ease;
}
.product .img_box a:hover { opacity:1; }
.product .img_box a img { width:100%; }

.ordermade { margin:250px 0; text-align:center; }
.ordermade .title { height:80px; display:block; margin:0 auto 20px; }
.ordermade .con p { width:100%; color:#fff; }
.ordermade p.emp {
	font-size:22px;
	font-weight:bold;
	color:#887d2d;
	margin:25px 0 0;
}
.om_slider {
	margin:50px 0 0;
}
.om_slider img {
	padding:0 20px;
	display:block;
}
.slick-prev, .slick-next {
	top:auto;
	bottom:-80px;
}
.slick-prev {
	width:45px;
	height:45px;
	background-image:url("img/partition/section04_arr_left.png");
	background-size:45px 45px;
	left:47%;
	-webkit-transform: translate(-48%, 0);
	-ms-transform: translate(-48%, 0);
	transform: translate(-48%, 0);
	transition: all 200ms 0s ease;
}
.slick-next {
	width:45px;
	height:45px;
	background-image:url("img/partition/section04_arr_right.png");
	background-size:45px 45px;
	left:53%;
	-webkit-transform: translate(-52%, 0);
	-ms-transform: translate(-52%, 0);
	transform: translate(-52%, 0);
	transition: all 200ms 0s ease;
}
.slick-prev:before , .slick-next:before { content:""; }
.slick-prev:hover,
.slick-prev:focus { opacity:0.6; background-image:url("img/partition/section04_arr_left.png"); background-size:45px 45px; }
.slick-next:hover,
.slick-next:focus { opacity:0.6; background-image:url("img/partition/section04_arr_right.png"); background-size:45px 45px;  }

.flow { margin:150px 0; }
.flow .container .line_bg01 {
	width:340px;
	position:absolute;
	top: -200px;
    left: 0;
	text-align:center;
}
.flow .container .line_bg02 {
	width:340px;
	position:absolute;
	bottom: -100px;
    right: 0;
	text-align:center;
}
.flow .inner {
	border:5px solid #a19436;
	border-radius:10px;
}
.flow .inner img.title { height:140px; display:block; margin:60px auto 50px; }
.flow .inner img.flow_img { width:90%; display:block; margin:0 auto 50px; }
.flow .inner img.con { width:90%; display:block; margin:70px auto 80px; }