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

/*TOPページ　p01
=========================================== */
#topbox01 {padding:160px 0 125px;}
#topbox01 .cnt {justify-content:space-between;}
#topbox01 .cnt .title01 {}
#topbox01 .cnt .info {width:600px;}
#topbox01 .cnt .info h3 {font-size:32px;line-height:1.4;white-space:nowrap;margin-bottom:24px;}
#topbox01 .cnt .info .text {}
#topbox01 .reason_list_box {margin:80px auto 40px;border-top:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6;}
#topbox01 .reason_list_box .reason_list {justify-content:center;}
#topbox01 .reason_list_box .reason_list .reason {width:calc(100% / 5);border-right:1px solid #E6E6E6;padding:40px;box-sizing:border-box;position:relative;}
#topbox01 .reason_list_box .reason_list .reason:last-child {border-right:0;}
#topbox01 .reason_list_box .reason_list .reason .num {font-size:20px;line-height:1;color:#CEDCE9;margin-bottom:64px;}
#topbox01 .reason_list_box .reason_list .reason .icon {width:100px;position:absolute;top:-16px;right:40px;border-radius:100%;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}
#topbox01 .reason_list_box .reason_list .reason h3 {font-size:25px;line-height:1.45;margin-bottom:16px;}
#topbox01 .reason_list_box .reason_list .reason .text {}
#topbox01 .btn_box .btn01 {margin:0 0 0 auto;}

#topbox02 {width:100%;height:502px;box-sizing:border-box;background: url("../img/top/nagare01.png") repeat-x;position:relative;z-index:2;margin:0 0 0 auto;background-size: cover;}
#topbox02::before {content:"";width:80px;height:100%;position:absolute;left:0;bottom:0;background: linear-gradient(to top, #F6F6F6 0%, #F6F6F6 80px, #fff 80px, #fff 100%);}

@keyframes rotation02 {
 0% {background-position: 0 0;}
 100% {background-position: -3680px 0;}
}

#topbox03 {padding:160px 0;background:#F6F6F6;}
#topbox03 .cnt {justify-content:space-between;align-items:center;margin-bottom:80px;}
#topbox03 .cnt .title01 {}
#topbox03 .cnt .info {width:470px;}

#topbox03 .products_list {}
#topbox03 .products_list .products01 {margin-bottom:80px;position:relative;z-index:2;}
#topbox03 .products_list .products01 .left {width:300px;border:1px solid #005FB8;padding:40px 24px;box-sizing:border-box;margin-right:80px;position:relative;}
#topbox03 .products_list .products01 .left::before {content:"";width:56px;height:1px;border-top:2px dashed #005FB8;position:absolute;top:52px;right:-56px;}

#topbox03 .products_list .products01 .left .bg {}
#topbox03 .products_list .products01 .left .bg h4 {font-size:20px;line-height:1.2;margin-bottom:32px;}
#topbox03 .products_list .products01 .left .bg ul {}
#topbox03 .products_list .products01 .left .bg ul li {line-height:1.2;margin-bottom:12px;text-indent:-1em;padding-left:1em;}
#topbox03 .products_list .products01 .left .bg ul li:last-child {margin-bottom:0;}
#topbox03 .products_list .products01 .left .bg ul li span {font-weight:bold;}

#topbox03 .products_list .products01 .right {width:calc(100% - 380px);border-top:1px solid #E6E6E6;padding-top:32px;}
#topbox03 .products_list .products01 .right .midashi {font-size:36px;line-height:1;margin-bottom:32px;}
#topbox03 .products_list .products01 .right .right_in {}
#topbox03 .products_list .products01 .right .right_in .img {width:500px;margin-right:40px;}
#topbox03 .products_list .products01 .right .right_in .info {width:calc(100% - 540px);position:relative;}
#topbox03 .products_list .products01 .right .right_in .info ul {}
#topbox03 .products_list .products01 .right .right_in .info ul li {font-weight:bold;line-height:1.35;margin-bottom:12px;padding-left:28px;background: url("../img/top/li01.svg")no-repeat top 3px left;}
#topbox03 .products_list .products01 .right .right_in .info ul li:last-child {margin-bottom:0;}
#topbox03 .products_list .products01 .right .btn01 {width:160px;height:50px;position:absolute;right:0;bottom:0;}
#topbox03 .products_list .products01 .right .btn01 a {border:none;}

#topbox03 .products_list .products01 .nagare01 {position:absolute;width:100vw;left: 50%;transform: translate(-50%);bottom:60px;z-index:-1;opacity:0;transition:0.3s;}
#topbox03 .products_list .products01:first-child .nagare01 {height:287px;background: url("../img/top/products_text01.png") repeat-x;animation: 30s linear infinite nagare01;}
#topbox03 .products_list .products01:nth-child(2n) .nagare01 {height:354px;background: url("../img/top/products_text02.png") repeat-x;animation: 30s linear infinite nagare04;}
#topbox03 .products_list .products01:nth-child(3n) .nagare01 {height:343px;background: url("../img/top/products_text03.png") repeat-x;animation: 30s linear infinite nagare03;}
#topbox03 .products_list .products01:nth-child(4n) .nagare01 {height:357px;background: url("../img/top/products_text04.png") repeat-x;animation: 30s linear infinite nagare04;}
#topbox03 .products_list .products01.is-hover .nagare01{opacity:1;}

@keyframes nagare01 {
 0% {background-position: 0 0;}
 100% {background-position: -3813px 0;}
}
@keyframes nagare02 {
 0% {background-position: 0 0;}
 100% {background-position: -3464px 0;}
}
@keyframes nagare03 {
 0% {background-position: 0 0;}
 100% {background-position: -4677px 0;}
}
@keyframes nagare04 {
 0% {background-position: 0 0;}
 100% {background-position: -2859px 0;}
}

#topbox04 {}
#topbox04 a {display:block;width:100%;background: url("../img/top/bg01.png")no-repeat center;background-size:cover;text-decoration:none;}
#topbox04 a .cnt {align-items:center;justify-content:space-between;}
#topbox04 a .cnt .info {}
#topbox04 a .cnt .info .title01 {margin-bottom:32px;}
#topbox04 a .cnt .info .text {margin-bottom:32px;}
#topbox04 a .cnt .bg_box {height:520px;width:620px;background: url("../img/top/bg02.png") repeat-y;animation: 30s linear infinite bg_box;}

@keyframes bg_box {
 0% {background-position: 0 0;}
 100% {background-position: 0 -2680px;}
}

#topbox04 a:hover .bg_box {}

#topbox05 {padding:160px 0;}
#topbox05 .bg {padding:0 80px;position:relative;}
#topbox05 .bg .title01 {margin-bottom:80px;}
#topbox05 .bg h3 {width:124px;position:absolute;right:0;top:-40px;}
#topbox05 .bg .teian_list {width:760px;}
#topbox05 .bg .teian_list .teian01 {margin-bottom:32px;}
#topbox05 .bg .teian_list .teian01:last-child {margin-bottom:0;}
#topbox05 .bg .teian_list .teian01 a {position:relative;padding-bottom:20px;display: block;text-decoration:none;}
#topbox05 .bg .teian_list .teian01 a::before {content:"";width:100%;height:1px;background:#EDEDED;position:absolute;left:0;bottom:0;}
#topbox05 .bg .teian_list .teian01 a::after {content:"";width:80px;height:1px;background:#005FB8;position:absolute;left:0;bottom:0;transition:0.3s;}
#topbox05 .bg .teian_list .teian01 a:hover::after {width:100%;}
#topbox05 .bg .teian_list .teian01 .cnt {}
#topbox05 .bg .teian_list .teian01 .cnt .img {width:160px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);margin-right:40px;}
#topbox05 .bg .teian_list .teian01 .cnt .info {width:calc(100% - 200px);}
#topbox05 .bg .teian_list .teian01 .cnt .info h4 {font-size:32px;line-height:1;margin-bottom:16px;}
#topbox05 .bg .teian_list .teian01 .cnt .info .text {}
#topbox05 .bg .teian_list .teian01 .cnt .info .ya {position:absolute;right:0;bottom:20px;}

#topbox06 {padding:160px 0;background:#F6F6F6;}
#topbox06 .title01 {margin-bottom:40px;}
.flow_slider {margin-bottom:0!important;width:2096px;}
.flow_slider .slick-dots {width:800px!important;bottom:-80px!important;overflow:hidden;}
.flow_slider .slick-dots li {width: calc(100% / 5)!important;margin: 0!important;height: 1px!important;background:#EFF0F9;}
.flow_slider .slick-dots li button {display:none!important;}
.flow_slider .slick-dots li {background: #ccc;}
.flow_slider .slick-dots li.slick-active {background: #005FB8;}

.flow_slider button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:80px;height:40px;top:auto;top:-90px;border-radius:40px;border:1px solid #212326;}
.flow_slider button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left: 1030px;}
.flow_slider button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right:auto;left: 1120px;}
.flow_slider button.slick-arrow:before {content: none;}
.flow_slider button.slick-prev.slick-arrow:hover {opacity:0.5;}
.flow_slider button.slick-next.slick-arrow:hover {opacity:0.5;}
.flow_slider button.slick-disabled {opacity:0.5;pointer-events: none;}

#topbox06 .flow_slider .slick-track {display: flex;}
#topbox06 .flow_slider .flow {width:400px;background:#fff;padding:48px 32px;box-sizing:border-box;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 10px;margin-right:24px;height: auto;}
#topbox06 .flow_slider .flow .cnt {justify-content:space-between;align-items:center;}
#topbox06 .flow_slider .flow .cnt .info {}
#topbox06 .flow_slider .flow .cnt .info .num {margin-bottom:8px;}
#topbox06 .flow_slider .flow .cnt .info .num span {display:inline-block;padding:4px 13px 3px;font-size:13px;line-height:1;background:#005FB8;color:#fff;font-weight:bold;border-radius:16px;}
#topbox06 .flow_slider .flow .cnt .info h3 {font-size:20px;line-height:1.4;}
#topbox06 .flow_slider .flow .cnt .icon {width:80px;}
#topbox06 .flow_slider .flow .text {margin-top:24px;border-top:1px solid #EDEDED;padding-top:24px;line-height:1.4;}
#topbox06 .btn01 {margin:40px 0 0 auto;}

#topbox07 {}
#topbox07 .top_btn_list {}
#topbox07 .top_btn_list .top_btn {width:50%;}
#topbox07 .top_btn_list .top_btn a {display:block;width:100%;position:relative;color:#fff;}
#topbox07 .top_btn_list .top_btn a .img {overflow:hidden;}
#topbox07 .top_btn_list .top_btn a .img img {transition: 0.3s;}
#topbox07 .top_btn_list .top_btn a:hover .img img { scale: 1.1; opacity: 1;}
#topbox07 .top_btn_list .top_btn a .info {width:100%;height:100%;display:block;padding:100px 120px 136px;box-sizing:border-box;position:absolute;top:0;left:0;}
#topbox07 .top_btn_list .top_btn a .info .title01 {margin-bottom:40px;}
#topbox07 .top_btn_list .top_btn a .info .text {}
#topbox07 .top_btn_list .top_btn a .info .area_box {width:auto;align-items:center;margin-top:24px;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in01 {width:120px;height:56px;display:table;margin-right:16px;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in01 span {display:table-cell;vertical-align:middle;text-align:center;border:1px solid #fff;font-weight:bold;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in02 {display:inline-block;padding:0 0 4px 66px;background: url("../img/top/japan.svg") no-repeat top left;line-height:1;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in02 h3 {font-size:22px;margin-bottom:12px;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in02 p {}
#topbox07 .top_btn_list .top_btn a .ya03 {position:absolute;right:40px;bottom:40px;}

#topbox08 {padding:160px 0;}
#topbox08 .cnt {justify-content:space-between;position:relative;min-height:350px;}
#topbox08 .cnt .title01 {}
#topbox08 .cnt .top_news_list {width:880px;}
#topbox08 .cnt .top_news_list .top_news01 {margin-bottom:42px;}
#topbox08 .cnt .top_news_list .top_news01:last-child {margin-bottom:0;}
#topbox08 .cnt .top_news_list .top_news01 a {display:block;padding:0 90px 24px 0;position:relative;text-decoration:none;}
#topbox08 .cnt .top_news_list .top_news01 a::before {content:"";width:100%;height:1px;background:#EDEDED;position:absolute;left:0;bottom:0;}
#topbox08 .cnt .top_news_list .top_news01 a::after {content:"";width:40px;height:1px;background:#005FB8;position:absolute;left:0;bottom:0;transition:0.3s;}
#topbox08 .cnt .top_news_list .top_news01 a:hover::after {width:100%;}
#topbox08 .cnt .top_news_list .top_news01 a .info {align-items:center;margin-bottom:12px;}
#topbox08 .cnt .top_news_list .top_news01 a .info .time {line-height:1;width:100px;}
#topbox08 .cnt .top_news_list .top_news01 a .info .category {width:calc(100% - 100px);}
#topbox08 .cnt .top_news_list .top_news01 a .info .category li {font-size:16px;line-height:1.4;padding:3px 16px;font-weight:bold;background:#E9E9E9;border-radius:40px;margin-right:5px;}
#topbox08 .cnt .top_news_list .top_news01 a .info .category li:last-child {margin-right:0;}
#topbox08 .cnt .top_news_list .top_news01 a .title {width:100%;font-weight:bold;line-height:1.4;display:block;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
#topbox08 .cnt .top_news_list .top_news01 a .ya {position:absolute;right:0;bottom:24px;}
#topbox08 .cnt .btn01 {width:200px;position:absolute;left:0;bottom:0;}

/*選ばれる理由 (reason) p02
=========================================== */
#reason_sec_list {}
#reason_sec_list .reason_sec {padding:120px 0;}
#reason_sec_list .reason_sec:first-child {padding-top:140px;}
#reason_sec_list .reason_sec:nth-child(2n) {background:#F6F6F6;}
#reason_sec_list .reason_sec .midashi_box {margin-bottom:64px;}
#reason_sec_list .reason_sec .midashi_box .num {font-size:20px;line-height:1;font-weight:bold;margin-bottom:16px;}
#reason_sec_list .reason_sec .midashi_box h2 {font-size:48px;line-height:1.4;}

#reason_sec_list .reason_sec01 {}
#reason_sec_list .reason_sec01 .cnt_list {}
#reason_sec_list .reason_sec01 .cnt_list .cnt {padding-top:48px;border-top:1px solid #E6E6E6;margin-bottom:64px;justify-content:space-between;}
#reason_sec_list .reason_sec01 .cnt_list .cnt:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .img {width:460px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info {width:580px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:32px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg {padding:24px 32px;border:1px solid #B0C4D7;margin-bottom:16px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg h4 {font-size:20px;line-height:1.4;margin-bottom:12px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg ul {}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg ul li:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info .text {}

#reason_sec_list .reason_sec02 {}
#reason_sec_list .reason_sec02 .cnt01 {margin-bottom:64px;padding-top:48px;border-top:1px solid #E6E6E6;}
#reason_sec_list .reason_sec02 .cnt01 h3 {font-size:28px;line-height:1.4;margin-bottom:32px;}
#reason_sec_list .reason_sec02 .cnt01 .text01 {margin-bottom:64px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list {margin-top:-40px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 {width:530px;margin:40px 40px 0 0;background:#fff;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01:nth-child(2n) {margin-right:0;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .img {}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info {padding:24px 32px 32px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info h4 {font-size:32px;line-height:1.4;padding-bottom:24px;border-bottom:1px solid #E6E6E6;margin-bottom:24px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info ul {margin-bottom:16px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info ul li:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info .text {line-height:1.6;}
#reason_sec_list .reason_sec02 .cnt02 {padding-top:48px;border-top:1px solid #E6E6E6;justify-content:space-between;}
#reason_sec_list .reason_sec02 .cnt02 .img {width:460px;}
#reason_sec_list .reason_sec02 .cnt02 .info {width:580px;}
#reason_sec_list .reason_sec02 .cnt02 .info h3 {font-size:28px;line-height:1.4;margin-bottom:24px;}
#reason_sec_list .reason_sec02 .cnt02 .info .text {}
#reason_sec_list .reason_sec02 .cnt02 .info .btn01 {margin:32px 0 0 auto;}

#reason_sec_list .reason_sec03 {}
#reason_sec_list .reason_sec03 .cnt {padding-top:48px;border-top:1px solid #E6E6E6;justify-content:space-between;}
#reason_sec_list .reason_sec03 .cnt .img {width:460px;}
#reason_sec_list .reason_sec03 .cnt .info {width:580px;}
#reason_sec_list .reason_sec03 .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:32px;}
#reason_sec_list .reason_sec03 .cnt .info .bg {padding:24px 32px;border:1px solid #B0C4D7;margin-bottom:16px;}
#reason_sec_list .reason_sec03 .cnt .info .bg h4 {font-size:20px;line-height:1.4;margin-bottom:12px;}
#reason_sec_list .reason_sec03 .cnt .info .bg ul {}
#reason_sec_list .reason_sec03 .cnt .info .bg ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#reason_sec_list .reason_sec03 .cnt .info .bg ul li:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec03 .cnt .info .text {}
#reason_sec_list .reason_sec03 .cnt .info .btn01 {margin:32px 0 0 auto;}

#reason_sec_list .reason_sec04 {}
#reason_sec_list .reason_sec04 .cnt {padding-top:48px;border-top:1px solid #E6E6E6;justify-content:space-between;margin-bottom:64px;}
#reason_sec_list .reason_sec04 .cnt .img {width:460px;}
#reason_sec_list .reason_sec04 .cnt .info {width:580px;}
#reason_sec_list .reason_sec04 .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:32px;}
#reason_sec_list .reason_sec04 .cnt .info .text {}
#reason_sec_list .reason_sec04 table {line-height:28.8px;margin-top:64px;}
#reason_sec_list .reason_sec04 table thead {}
#reason_sec_list .reason_sec04 table thead th {width:450px;padding:24px;border:1px solid #B8D9F6;background:#EDF6FF;box-sizing: border-box;}
#reason_sec_list .reason_sec04 table tbody {}
#reason_sec_list .reason_sec04 table tbody tr {}
#reason_sec_list .reason_sec04 table tbody tr th {border-bottom:1px solid #297ECE;padding:24px;box-sizing:border-box;background:#005FB8;color:#fff;vertical-align:middle;}
#reason_sec_list .reason_sec04 table tbody tr:first-child th {border-top:1px solid #005FB8;}
#reason_sec_list .reason_sec04 table tbody tr:last-child th {border-bottom:1px solid #005FB8;}
#reason_sec_list .reason_sec04 table tbody tr td {border-bottom:1px solid #E6E6E6;border-right:1px solid #E6E6E6;padding:24px;background:#fff;vertical-align:middle;}
#reason_sec_list .reason_sec04 table tbody tr:first-child td {border-top:1px solid #E6E6E6;}

#reason_sec_list .reason_sec05 {}
#reason_sec_list .reason_sec05 .cnt {padding-top:48px;border-top:1px solid #E6E6E6;justify-content:space-between;}
#reason_sec_list .reason_sec05 .cnt .img {width:460px;}
#reason_sec_list .reason_sec05 .cnt .info {width:580px;}
#reason_sec_list .reason_sec05 .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:32px;}
#reason_sec_list .reason_sec05 .cnt .info h3 span {display:block;font-size:16px;font-weight:400;margin-top:8px;}
#reason_sec_list .reason_sec05 .cnt .info .bg {padding:24px 32px;border:1px solid #B0C4D7;margin-bottom:16px;}
#reason_sec_list .reason_sec05 .cnt .info .bg h4 {font-size:20px;line-height:1.4;margin-bottom:12px;}
#reason_sec_list .reason_sec05 .cnt .info .bg ul {}
#reason_sec_list .reason_sec05 .cnt .info .bg ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#reason_sec_list .reason_sec05 .cnt .info .bg ul li:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec05 .cnt .info .text {}
#reason_sec_list .reason_sec05 .cnt .info .btn01 {margin:32px 0 0 auto;}
#reason_sec_list .reason_sec05 .cnt .info .btn01 a {line-height:1.2;}

/*コピーページ p03
=========================================== */
#cpsec01 {padding:140px 0 80px;}
#cpsec01 .cp01 {font-size:44px;line-height:1.4;margin-bottom:24px;}
#cpsec01 .cp02 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#cpsec01 .cp03 {padding:24px 32px;box-sizing:border-box;background:#EDF6FF;margin-bottom:40px;}
#cpsec01 .cp03 ul {}
#cpsec01 .cp03 ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#cpsec01 .cp03 ul li:last-child {margin-bottom:0;}
#cpsec01 table {}
#cpsec01 table tr {line-height:28.8px;}
#cpsec01 table tr th {width:200px;border-bottom:1px solid #297ECE;padding:16px 24px;box-sizing:border-box;background:#005FB8;color:#fff;vertical-align:middle;}
#cpsec01 table tr:first-child th {border-top:1px solid #005FB8;}
#cpsec01 table tr:last-child th {border-bottom:1px solid #005FB8;}
#cpsec01 table tr td {border-bottom:1px solid #E6E6E6;border-right:1px solid #E6E6E6;padding:16px 24px;background:#fff;vertical-align:middle;}
#cpsec01 table tr:first-child td {border-top:1px solid #E6E6E6;}
#cpsec01 .cp06 {line-height:2;margin-top:10px;}

.cp07.flex {justify-content: space-between;margin-top:40px;}
.cp07 .cp07_main {width: 560px;margin-bottom: 0;}
.cp07 .cp07_main .cp07_main01 {overflow:hidden;}
.cp07 .cp07_main .cp07_main01 .in_img {aspect-ratio: 560 / 430;}
.cp07 .cp07_main .cp07_main01 .desc {margin-top:10px;line-height:1.2;}
.cp07 .cp07_thum {width: 500px;margin-bottom: 0;margin-top:-16px;}
.cp07 .cp07_thum .slick-track {width: 500px !important;}
.cp07 .cp07_thum .cp07_thum01 {width:156px;margin:16px 16px 0 0;cursor: pointer;position: relative;overflow:hidden;}
.cp07 .cp07_thum .cp07_thum01 .in_img {aspect-ratio: 156 / 120;}
.cp07 .cp07_thum .cp07_thum01.slick-current {position: relative;}
.cp07 .cp07_thum .cp07_thum01.slick-current::before {content:"";background:rgba(0,0,0,0.4);width: 100%;height: 100%;position: absolute;z-index: 1;}
.cp07 .cp07_thum .cp07_thum01:nth-child(3n) {margin-right: 0}
.cp07 .cp07_thum .cp07_thum01:last-child {margin-right: 0;}

#cpsec02 {padding:40px 0;background:#005FB8;}
#cpsec02 .btn {width:300px;height:60px;display:table;margin:0 auto;}
#cpsec02 .btn a {display:table-cell;vertical-align:middle;text-align:center;color:#fff;border:1px solid #fff;border-radius:40px;font-size:16px;line-height:2;text-decoration:none;background: url("../img/common/btn01.svg")no-repeat center right 16px;}
#cpsec02 .btn a span {display:inline-block;padding-left:25px;background: url("../img/p03/dl.svg")no-repeat center left;}
#cpsec02 .btn a:hover {background: url("../img/common/btn01_h.svg")no-repeat center right 16px #fff;color:#005FB8;}
#cpsec02 .btn a:hover span {background: url("../img/p03/dl_h.svg")no-repeat center left;}

#cpsec03 {padding:120px 0;background:#F6F6F6;}

.cp_cnt_list {}
.cp_cnt_list .cp_cnt {padding-top:24px;border-top:1px solid #E6E6E6;margin-bottom:80px;}
.cp_cnt_list .cp_cnt:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .k_title01 {margin-bottom:24px;}

.cp_cnt_list .cp_cnt .other01 {}
.cp_cnt_list .cp_cnt .other_movie {position: relative;width: 100%;padding-top: 56.25%}
.cp_cnt_list .cp_cnt .other_movie iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.cp_cnt_list .cp_cnt .other02 {padding:40px;background:#fff;}
.cp_cnt_list .cp_cnt .other02 .other02_in {margin-bottom:40px;}
.cp_cnt_list .cp_cnt .other02 .other02_in:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 {padding:40px 24px;border:1px solid #005FB8;box-sizing:border-box;margin-bottom:16px;position:relative;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01::after {content:"";width:1px;height:16px;border-right:2px dotted #005FB8;position:absolute;left:0;right:0;bottom:-16px;margin:auto;}

.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 h3 {color:#005FB8;font-size:20px;line-height:1.4;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 ul {}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:12px;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 ul li:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 ul li span {font-weight:bold;}

.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in02 {padding:40px 24px;box-sizing:border-box;background:#005FB8;color:#fff;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in02 h3 {font-size:20px;line-height:1.4;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in02 ul {}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in02 ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p03/li.svg")no-repeat left top 3px;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in02 ul li:last-child {margin-bottom:0;}

.cp_cnt_list .cp_cnt .tokutyo_list {}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo {justify-content:space-between;margin-bottom:48px;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .info {width:510px;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .info.full {width:100%;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .info h3 {font-size:20px;line-height:1.4;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .info .text {}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .img {width:550px;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .img .in_img {aspect-ratio: 550 / 412;}

.cp_cnt_list .cp_cnt .youto_box_list {}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box {padding:32px;background:#fff;box-sizing:border-box;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box h3 {margin-bottom:10px;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box h3 span {display:inline-block;padding:2px 16px 4px;color:#fff;background:#005FB8;border-radius:40px;line-height:1.4;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box ul {}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:12px;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box ul li:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .youto_box_list .youto_box ul li span {font-weight:bold;}

.cp_cnt_list .cp_cnt .other05_p {}
.cp_cnt_list .cp_cnt .customize_list {}
.cp_cnt_list .cp_cnt .customize_list .customize01 {width:257px;margin:24px 24px 0 0;}
.cp_cnt_list .cp_cnt .customize_list .customize01:nth-child(4n) {margin-right:0;}
.cp_cnt_list .cp_cnt .customize_list .customize01 .img {width:100%;}
.cp_cnt_list .cp_cnt .customize_list .customize01 .img .in_img {aspect-ratio: 257 / 169;}
.cp_cnt_list .cp_cnt .customize_list .customize01 .info {font-weight:bold;line-height:1.4;margin-top:8px;}

.cp_cnt_list .cp_cnt .sunpou_list {}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 {width:100%;margin-bottom:24px;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 .img {width:100%;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 .img a {display:block;height:100%;position: relative;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 .img a::before {content:"";width:40px;height:40px;background: url("../img/p05/lupe.svg") no-repeat;position:absolute;right:0;bottom:0;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 .img a .in_img {aspect-ratio: 538 / 410;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 .info {font-weight:bold;line-height:1.4;margin-top:8px;}

.cp_cnt_list .cp_cnt .shiyou {}
.cp_cnt_list .cp_cnt .shiyou a {display:block;height:100%;position: relative;}
.cp_cnt_list .cp_cnt .shiyou a .in_img {aspect-ratio: 1100 / 640;}
.cp_cnt_list .cp_cnt .shiyou a::before {content:"";width:40px;height:40px;background: url("../img/p05/lupe.svg") no-repeat;position:absolute;right:0;bottom:0;}

.cp_cnt_list .cp_cnt .other08_p {margin-bottom:24px;}
.cp_cnt_list .cp_cnt .haisyutu_list {}
.cp_cnt_list .cp_cnt .haisyutu_list .haisyutu01 {margin-bottom:24px;}
.cp_cnt_list .cp_cnt .haisyutu_list .haisyutu01:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .haisyutu_list .haisyutu01 h3 {background:#005FB8;color:#fff;font-size:20px;line-height:1.4;padding:16px 32px;box-sizing:border-box;}
.cp_cnt_list .cp_cnt .haisyutu_list .haisyutu01 .info {padding:32px;box-sizing:border-box;background:#fff;}

.cp_cnt_list .cp_cnt .other09_p {margin-bottom:24px;}
.cp_cnt_list .cp_cnt table {line-height:28.8px;}
.cp_cnt_list .cp_cnt table thead {}
.cp_cnt_list .cp_cnt table thead th {width:460px;padding:16px;color:#fff;border-right:1px solid #297ECE;background:#005FB8;box-sizing: border-box;}
.cp_cnt_list .cp_cnt table thead th:last-child {border-right:1px solid #005FB8;}
.cp_cnt_list .cp_cnt table tbody {}
.cp_cnt_list .cp_cnt table tbody tr {}
.cp_cnt_list .cp_cnt table tbody tr th {border:1px solid #B8D9F6;padding:16px;box-sizing:border-box;background:#EDF6FF;vertical-align:middle;}
.cp_cnt_list .cp_cnt table tbody tr td {border-bottom:1px solid #E6E6E6;border-right:1px solid #E6E6E6;padding:24px;background:#fff;vertical-align:middle;}
.cp_cnt_list .cp_cnt .sankou_box {margin-top:40px;}
.cp_cnt_list .cp_cnt .sankou_box h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .sankou_box ul {}
.cp_cnt_list .cp_cnt .sankou_box ul li {padding-left:28px;margin-bottom:4px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
.cp_cnt_list .cp_cnt .sankou_box ul li:last-child {margin-bottom:0;}

.cp_cnt_list .cp_cnt .voice_list {}
.cp_cnt_list .cp_cnt .voice_list .voice {padding:32px;background:#fff;box-sizing:border-box;justify-content:space-between;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .voice_list .voice .info {width:692px;}
.cp_cnt_list .cp_cnt .voice_list .voice .info.full {width:100%;}
.cp_cnt_list .cp_cnt .voice_list .voice .info .text {}
.cp_cnt_list .cp_cnt .voice_list .voice .info .info_in {margin-top:16px;align-items:flex-start;}
.cp_cnt_list .cp_cnt .voice_list .voice .info .info_in .gyousyu01 {width:64px;line-height:27px;text-align:center;background:#005FB8;color:#fff;font-size:16px;font-weight:bold;border-radius:40px;margin-right:8px;}
.cp_cnt_list .cp_cnt .voice_list .voice .info .info_in .gyousyu02 {width:calc(100% - 64px - 8px);line-height:1.5;}
.cp_cnt_list .cp_cnt .voice_list .voice .img {width:320px;}
.cp_cnt_list .cp_cnt .voice_list .voice .img .in_img {aspect-ratio: 320 / 240;}

.cp_cnt_list .cp_cnt .other11_p {margin-bottom:24px;}
.cp_cnt_list .cp_cnt .product_combination_list {}
.cp_cnt_list .cp_cnt .product_combination_list .product_combination a {background:#fff;}
.cp_cnt_list .cp_cnt .product_combination_list + .btn01 {margin:24px 0 0 auto;}

/*製品リスト (product) p04
=========================================== */
#p04box01 {padding:140px 0 120px;background:#F6F6F6;}
.product_tax_list {}
.product_tax_list .product_tax {padding:32px;background:#fff;box-sizing:border-box;justify-content:space-between;flex-direction:row-reverse;margin-bottom:24px;}
.product_tax_list .product_tax:last-child {margin-bottom:0;}
.product_tax_list .product_tax .img {width:320px;position:relative;}
.product_tax_list .product_tax .img .in_img {aspect-ratio: 320 / 240;}
.product_tax_list .product_tax .img .product_tax01 {position:absolute;top:0;right:0;width:36px;padding:10px 8px;text-align:center;color:#fff;background:#005FB8;font-size:20px;line-height:1;box-sizing:border-box;font-weight:bold;}
.product_tax_list .product_tax .info {width:676px;}
.product_tax_list .product_tax .info .product_tax_title {font-size:39px;line-height:1.4;margin-bottom:8px;}
.product_tax_list .product_tax .info .product_tax_description {margin-bottom:24px;}
.product_tax_list .product_tax .info .product_list {margin-top:-8px;}
.product_tax_list .product_tax .info .product_list .product01 {width:334px;height:56px;display:table;margin:8px 8px 0 0;}
.product_tax_list .product_tax .info .product_list .product01:nth-child(2n) {margin-right:0;}
.product_tax_list .product_tax .info .product_list .product01 a {display:table-cell;vertical-align:middle;font-weight:500;line-height:1.35;padding-left:16px;background:#EDF6FF;position:relative;text-decoration:none;}
.product_tax_list .product_tax .info .product_list .product01 a .ya {position: absolute;top:0;bottom:0;right:16px;margin:auto;}

/*製品リスト 詳細 p05
=========================================== */
.single-product #main.kasou {height:auto;padding:200px 0 115px;}
.single-product #main.kasou .jap {line-height: 1.4;}

#p05box01 {padding:140px 0 120px;background:#F6F6F6;}
.product_single {}
.product_single .cnt {}
.product_single .cnt .info {width:500px;margin-right:40px;}
.product_single .cnt .info .tax {margin-top:-8px;}
.product_single .cnt .info .tax li {background:#005FB8;color:#fff;line-height:1.4;padding:2px 16px 4px;font-weight:bold;border-radius:40px;margin:8px 8px 0 0;}
.product_single .cnt .info .tax li:last-child {margin-right:0;}
.product_single .cnt .info .ul01 {margin-top:16px;}
.product_single .cnt .info .ul01 li {padding-left:28px;margin-bottom:8px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
.product_single .cnt .info .ul01 li:last-child {margin-bottom:0;}
.product_single .cnt .info .text {margin-top:32px;}
.product_single .cnt .info .text a {text-decoration:underline;}
.product_single .cnt .product_img {width:470px;margin-bottom:0!important;}
.product_single .cnt .product_img .in_img {aspect-ratio: 560 / 430;}
.product_single .cnt .product_img .caption {line-height:1.2;margin-top:11px;}

.product_single .cnt .product_img button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:40px;height:40px;top:215px;;border-radius:100%;}
.product_single .cnt .product_img button.slick-prev.slick-arrow {background: url("../img/p05/arrow01.svg") no-repeat center;left:10px;}
.product_single .cnt .product_img button.slick-next.slick-arrow {background: url("../img/p05/arrow02.svg") no-repeat center;right:10px;}
.product_single .cnt .product_img button.slick-arrow:before {content: none;}
.product_single .cnt .product_img button.slick-prev.slick-arrow:hover {opacity:0.5;}
.product_single .cnt .product_img button.slick-next.slick-arrow:hover {opacity:0.5;}

.product_single .product_box_list {margin-top:64px;}
.product_single .product_box_list .product_box {padding:32px 40px 40px;background:#fff;border-top:1px solid #005FB8;margin-bottom:24px;}
.product_single .product_box_list .product_box:last-child {margin-bottom:0;}
.product_single .product_box_list .product_box .k_title01 {margin-bottom:28px;}
.product_single .product_box_list .product_box .ul01 {}
.product_single .product_box_list .product_box .ul01 li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:12px;}
.product_single .product_box_list .product_box .ul01 li:last-child {margin-bottom:0;}
.product_single .product_box_list .product_box .ul01 li span {font-weight:bold;}
.product_single .product_box_list .product_box .text01 {margin-top:24px;}

.product_single .product_box_list .product_box .shiyou_img {}
.product_single .product_box_list .product_box .shiyou_img a {display:block;height:100%;position:relative;}
.product_single .product_box_list .product_box .shiyou_img a::before {content:"";width:40px;height:40px;background: url("../img/p05/lupe.svg") no-repeat;position:absolute;right:0;bottom:0;}
.product_single .product_box_list .product_box .shiyou_img a:hover {opacity:0.7;}
.product_single .product_box_list .product_box .shiyou_img .in_img {aspect-ratio: 1020 / 640;}

.product_combination_list {}
.product_combination_list .product_combination {margin-bottom:16px;}
.product_combination_list .product_combination:last-child {margin-bottom:0;}
.product_combination_list .product_combination a {padding:32px;background:#EDF6FF;box-sizing:border-box;text-decoration:none;display:block;}
.product_combination_list .product_combination .tax {}
.product_combination_list .product_combination .tax li {background:#005FB8;color:#fff;line-height:1.4;padding:2px 16px 4px;font-weight:bold;border-radius:40px;margin:0 8px 8px 0;}
.product_combination_list .product_combination .tax li:last-child {margin-right:0;}
.product_combination_list .product_combination h3 {font-size:28px;line-height:1.4;}
.product_combination_list .product_combination .text {margin-top:16px;}
.product_combination_list .product_combination .ya {margin:16px 0 0 auto;display: block;}

/*組み合わせ事例 (combination) p06
=========================================== */
#p06box01 {padding:140px 0 120px;background:#F6F6F6;}
.combination_list {margin-top:-40px;}
.combination_list .combination01 {width:534px;margin:40px 32px 0 0;background:#fff;box-sizing:border-box;overflow:hidden;}
.combination_list .combination01:nth-child(2n) {margin-right:0;}
.combination_list .combination01 a {display:block;height:100%;text-decoration:none;position:relative;}
.combination_list .combination01 a .img {overflow: hidden;}
.combination_list .combination01 a .img .in_img { aspect-ratio: 534 / 370;transition: 0.3s;}
.combination_list .combination01 a:hover .img .in_img { scale: 1.1; opacity: 1;}
.combination_list .combination01 a .info {padding:32px 32px 72px;}
.combination_list .combination01 a .info .category {margin-top:-4px;margin-bottom:8px;}
.combination_list .combination01 a .info .category li {line-height:1.4;padding:2px 16px 4px;background:#005FB8;color:#fff;margin:4px 4px 0 0;font-weight:bold;border-radius: 40px;}
.combination_list .combination01 a .info .category li:last-child {margin-right:0;}
.combination_list .combination01 a .info .title {font-size:28px;line-height:1.4;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-bottom:16px;}
.combination_list .combination01 a .info .combination_text {width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.combination_list .combination01 a .info .combination_text br {display:none;}
.combination_list .combination01 a .info .time {line-height:1;}
.combination_list .combination01 a .info .ya {position:absolute;right:32px;bottom:32px;}

/*組み合わせ事例 詳細 p07
=========================================== */
.single-combination #main.kasou {height:auto;padding:200px 0 115px;}
.single-combination #main.kasou .jap {line-height: 1.4;}

#p07box01 {padding:140px 0 120px;background:#F6F6F6;}
.combination_single {}
.combination_single .combination_box {padding:32px 40px 40px;background:#fff;border-top:1px solid #005FB8;margin-top:24px;}
.combination_single .combination_box:first-child {margin-top:0;}
.combination_single .combination_box .k_title01 {margin-bottom:28px;}

.combination_single .combination_box .text01 {}

.combination_single .combination_box01 {}
.combination_single .combination_box01 .cnt {justify-content:space-between;}
.combination_single .combination_box01 .cnt .img {width:480px;}
.combination_single .combination_box01 .cnt .img .in_img { aspect-ratio: 480 / 360;}

.combination_single .combination_box01 .cnt .info {width:508px;}
.combination_single .combination_box01 .cnt .info .s_combination_list {}
.combination_single .combination_box01 .cnt .info .s_combination_list li {width:100%;margin-bottom:8px;}
.combination_single .combination_box01 .cnt .info .s_combination_list li:last-child {margin-bottom:0;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a {padding:16px;position:relative;align-items:center;background:#EDF6FF;text-decoration:none;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a .num {font-size:20px;line-height: 1;width:40px;text-align:center;margin-right:8px;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a h3 {width:calc(100% - 48px - 64px);line-height:1.35;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a .ya {position:absolute;top:0;bottom:0;right:16px;margin:auto;}
.combination_single .combination_box01 .combination_text {padding:32px;background:#F6F6F6;margin-top:28px;}

.combination_single .combination_box02 {}
.combination_single .combination_box02 .use_combination_list {margin-top:-24px;}
.combination_single .combination_box02 .use_combination_list .use_combination01 {width:324px;margin:24px 24px 0 0;}
.combination_single .combination_box02 .use_combination_list .use_combination01:nth-child(3n) {margin-right:0;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a {display:block;height:100%;text-decoration:none;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a .img {width:100%;overflow: hidden;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a .img .in_img { aspect-ratio: 324 / 247;transition: 0.3s;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a:hover .img .in_img { scale: 1.1; opacity: 1;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a h3 {line-height:1.4;margin-top:8px;}
.combination_single .combination_box02 .use_combination_list .use_combination01 a h4 {font-weight:400;}

/*カスタムメイド (custommade) p08
=========================================== */
#p08box01 {padding:140px 0 120px;}
#p08box01 .bg {padding:40px;border:1px solid #005FB8;box-sizing:border-box;}
#p08box01 .bg h3 {font-size:24px;line-height:24px;margin-bottom:32px;}
#p08box01 .bg ul {margin-top:-24px;}
#p08box01 .bg ul li {width:calc(100% / 3);margin-top:24px;line-height:1.2;}
#p08box01 .bg ul li span {font-weight:bold;}

#p08box01 .cnt {justify-content:space-between;align-items:flex-end;margin-top:100px;}
#p08box01 .cnt .title01 {}
#p08box01 .cnt h3 {font-size:20px;line-height:1.5;}

.custom_box_list {}
.custom_box_list .custom_box {margin-top:64px;border-top:1px solid #E6E6E6;padding-top:24px;}
.custom_box_list .custom_box .k_title01 {}
.custom_box_list .custom_box .custom_list {}
.custom_box_list .custom_box .custom_list .custom {width:257px;margin:24px 24px 0 0;}
.custom_box_list .custom_box .custom_list .custom:nth-child(4n) {margin-right:0;}
.custom_box_list .custom_box .custom_list .custom .img {width:100%;}
.custom_box_list .custom_box .custom_list .custom .img .in_img {aspect-ratio: 257 / 196;}
.custom_box_list .custom_box .custom_list .custom h4 {line-height:1.4;margin-top:8px;}

#p08box02 {padding:120px 0;background:#F6F6F6;}
#p08box02 .cnt {justify-content:space-between;align-items:flex-end;margin-bottom:100px;}
#p08box02 .cnt .title01 {}
#p08box02 .cnt h3 {font-size:20px;line-height:1.5;}

.project_box_list {}
.project_box_list .project_box {padding:32px 40px;background:#fff;border-top:1px solid #005FB8;margin-bottom:40px;}
.project_box_list .project_box:last-child {margin-bottom:0;}
.project_box_list .project_box .k_title01 {}
.project_box_list .project_box .k_title01::after {content:"+";font-size:30px;color:#005FB8;position:absolute;right:0;top:-3px;}
.project_box_list .project_box .k_title01.on::after {content:"ー";font-size:20px;top:4px;}
.project_box_list .project_box:first-child .k_title01::after {content:"ー";font-size:20px;top:4px;}
.project_box_list .project_box:first-child .k_title01.on::after {content:"+";font-size:30px;top:-3px;}


.project_box_list .project_box .project_box_in {margin-top:28px;}
.project_box_list .project_box:first-child .project_box_in {display:block;}

.project_box_list .project_box .box_list {}
.project_box_list .project_box .box_list .box {padding:32px;background:#EDF6FF;margin-bottom:16px;}
.project_box_list .project_box .box_list .box:last-child {margin-bottom:0;}
.project_box_list .project_box .box_list .box h4 {margin-bottom:10px;}
.project_box_list .project_box .box_list .box h4 span {display:inline-block;padding:2px 16px 4px;color:#fff;line-height:1.4;background:#005FB8;border-radius:40px;}
.project_box_list .project_box .box_list .box .text {}
.project_box_list .project_box .box_list .box ul {}
.project_box_list .project_box .box_list .box ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:12px;}
.project_box_list .project_box .box_list .box ul li:last-child {margin-bottom:0;}
.project_box_list .project_box .box_list .box ul li span {font-weight:bold;}
.project_box_list .project_box .project_img_list {margin-top:40px;}
.project_box_list .project_box .project_img_list .project_img {width:498px;margin-right:24px;position:relative;}
.project_box_list .project_box .project_img_list .project_img:last-child {margin-right:0;}
.project_box_list .project_box .project_img_list .project_img h5 {position:absolute;top:0;left:0;padding:2px 12px 4px;color:#fff;line-height:1.4;background:rgba(0,0,0,0.64);}

#p08box03 {padding:120px 0;}
#p08box03 .cnt {justify-content:space-between;align-items:flex-end;margin-bottom:64px;}
#p08box03 .cnt .title01 {}
#p08box03 .cnt h3 { font-size: 20px;line-height: 1.5;}

.c_flow_list {}
.c_flow_list .c_flow {width:263px;margin-right:16px;}
.c_flow_list .c_flow:nth-child(4n) {margin-right:0;}
.c_flow_list .c_flow .img {}
.c_flow_list .c_flow .midashi {margin-top:8px;}
.c_flow_list .c_flow .midashi .num {width:28px;line-height:1;font-weight:bold;padding-top:6px;}
.c_flow_list .c_flow .midashi h4 {width:calc(100% - 28px);font-size:19px;line-height:1.4;}
.c_flow_list .c_flow .p01 {line-height:1.4;}

/*ご相談から納品までの流れ (flow) p09
=========================================== */
#p09box01 {padding:140px 0 120px;background:#F6F6F6;}
#p09box01 .flow_list {}
#p09box01 .flow_list .flow01 {padding:44px 40px 40px;box-sizing:border-box;background:#fff;border-top:1px solid #005FB8;margin-bottom:40px;}
#p09box01 .flow_list .flow01:last-child {margin-bottom:0;}
#p09box01 .flow_list .flow01 .cnt {}
#p09box01 .flow_list .flow01 .cnt .info {width:580px;margin-right:40px;}
#p09box01 .flow_list .flow01 .cnt .img {width:400px;}
#p09box01 .flow_list .flow01 .midashi_box {}
#p09box01 .flow_list .flow01 .midashi_box .num {width:40px;height:40px;display:table;margin-right:8px;}
#p09box01 .flow_list .flow01 .midashi_box .num span {display:table-cell;vertical-align:middle;text-align:center;color:#fff;font-weight:bold;background: linear-gradient(135deg, #0072DD 0%, #00509C 100%);border-radius:100%;}
#p09box01 .flow_list .flow01 .midashi_box h2 {width:calc(100% - 48px);font-size:32px;line-height:1;}
#p09box01 .flow_list .flow01 .text01 {line-height:1.6;margin-top:24px;}
#p09box01 .flow_list .flow01 .h3_01 {font-size:20px;line-height:1.4;margin-top:24px;}
#p09box01 .flow_list .flow01 .h3_02 {line-height:1;margin-top:2px;padding-left:48px;}
#p09box01 .flow_list .flow01 ul {margin-top: 8px;}
#p09box01 .flow_list .flow01 ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:4px;}
#p09box01 .flow_list .flow01 ul li:last-child {margin-bottom:0;}
#p09box01 .flow_list .flow01 ul li span {font-weight:bold;}
#p09box01 .flow_list .flow01 .bg {padding:24px 15px;justify-content:center;align-items:center;background:#EDF6FF;box-sizing:border-box;margin-top:24px;}
#p09box01 .flow_list .flow01 .bg .left {margin-right:24px;}
#p09box01 .flow_list .flow01 .bg .left .tel {line-height:1;font-weight:bold;}
#p09box01 .flow_list .flow01 .bg .left .tel span {font-size:28px;}
#p09box01 .flow_list .flow01 .bg .left .p01 {line-height:1;margin-top:4px;}
#p09box01 .flow_list .flow01 .bg .btn01 {margin:0;width:280px;height:52px;}
#p09box01 .flow_list .flow01 .bg .btn01 a::before {background: linear-gradient(90deg, #009ED5 0%, #007ECA 100%);}
#p09box01 .flow_list .flow01 .bg .btn01 span {display:inline-block;padding-left:28px;background: url("../img/common/f_contact_box03.svg")no-repeat center left;background-size:20px!important;}
#p09box01 .flow_list .flow01 .bg .btn01 a:hover span {background: url("../img/common/f_contact_box03_h.svg")no-repeat center left;}

#p09box01 .info_box_list {margin-top:80px;}
#p09box01 .info_box_list .info_box {border-top: 1px solid #E6E6E6;padding-top:32px;margin-bottom:56px;}
#p09box01 .info_box_list .info_box:last-child {margin-bottom:0;}
#p09box01 .info_box_list .info_box .info {width:660px;}
#p09box01 .info_box_list .info_box .info.full {width:100%;}
#p09box01 .info_box_list .info_box .info .k_title01 {margin-bottom:24px;} 
#p09box01 .info_box_list .info_box .info ul {}
#p09box01 .info_box_list .info_box .info ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:8px;}
#p09box01 .info_box_list .info_box .info ul li:last-child {margin-bottom:0;}
#p09box01 .info_box_list .info_box .info ul li.no {text-indent:0;padding-left:0;}
#p09box01 .info_box_list .info_box .info ul li span {font-weight:bold;}
#p09box01 .info_box_list .info_box .img {width:400px;margin-left:40px;}

/*アフターサポート (support) p10
=========================================== */
#p10box01 {padding:140px 0 120px;background:#F6F6F6;}
#p10box01 .title01 {margin-bottom:64px;}
#p10box01 .maintenance_list {}
#p10box01 .maintenance_list .maintenance01 {border-top: 1px solid #E6E6E6;padding-top:32px;margin-bottom:64px;justify-content:space-between;align-items:flex-start;}
#p10box01 .maintenance_list .maintenance01:last-child {margin-bottom:0;}
#p10box01 .maintenance_list .maintenance01 .info {width:730px;}
#p10box01 .maintenance_list .maintenance01 .info.info02 {width:520px;}
#p10box01 .maintenance_list .maintenance01 .info .k_title01 {margin-bottom:4px;}
#p10box01 .maintenance_list .maintenance01 .info h4 {padding-left:24px;margin-bottom:24px;font-size:20px;line-height:1.22;}
#p10box01 .maintenance_list .maintenance01 .info ul {}
#p10box01 .maintenance_list .maintenance01 .info ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:8px;}
#p10box01 .maintenance_list .maintenance01 .info ul li:last-child {margin-bottom:0;}
#p10box01 .maintenance_list .maintenance01 .info ul li.no {text-indent:0;padding-left:0;}
#p10box01 .maintenance_list .maintenance01 .info ul li span {font-weight:bold;}
#p10box01 .maintenance_list .maintenance01 .img01 {width:540px;}
#p10box01 .maintenance_list .maintenance01 .img01 h4 {width:100%;line-height:48px;color:#fff;background:#005FB8;text-align:center;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list {padding:24px 24px 20px;box-sizing:border-box;background:#fff;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img {width:238px;margin-right:16px;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img:last-child {margin-right:0;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img p {text-align:center;line-height:1.2;margin-top:4px;}
#p10box01 .maintenance_list .maintenance01 .img02 {width:330px;}
#p10box01 .maintenance_list .maintenance01 .img02 h4 {width:100%;line-height:48px;color:#fff;background:#005FB8;text-align:center;}
#p10box01 .maintenance_list .maintenance01 .img02 .img {}
#p10box01 .maintenance_list .maintenance01 .img02 .img p {text-align:center;line-height:1.2;margin-top:8px;}

#p10box02 {padding:120px 0;}
#p10box02 .cnt {justify-content:space-between;align-items:flex-end;margin-bottom:64px;}
#p10box02 .cnt .title01 {}
#p10box02 .cnt h3 {font-size:28px;line-height:1.4;}

#p10box02 .cnt01 {margin-bottom:64px;justify-content: space-between;}
#p10box02 .cnt01 >  div {border-top: 1px solid #E6E6E6;padding-top:24px;width:530px;}
#p10box02 .cnt01 >  div .k_title01 {margin-bottom:24px;}
#p10box02 .cnt01 .left {}
#p10box02 .cnt01 .left ul {}
#p10box02 .cnt01 .left ul li {padding:16px 8px;box-sizing:border-box;background:#EDF6FF;margin-bottom:8px;}
#p10box02 .cnt01 .left ul li:last-child {margin-bottom:0;}
#p10box02 .cnt01 .left ul li .num {width:40px;text-align:center;padding-top:4px;line-height:1;margin-right:8px;}
#p10box02 .cnt01 .left ul li .naiyou {width:calc(100% - 48px);font-weight:500;line-height:1.35;}
#p10box02 .cnt01 .right {}
#p10box02 .cnt01 .right .text {line-height:1.6;}

#p10box02 .cnt02 {margin-bottom:64px;border-top: 1px solid #E6E6E6;padding-top:24px;}
#p10box02 .cnt02 .k_title01 {margin-bottom:24px;}
#p10box02 .cnt02 .setsubi_list {}
#p10box02 .cnt02 .setsubi_list .setsubi01 {width:530px;margin-right:40px;}
#p10box02 .cnt02 .setsubi_list .setsubi01:last-child {margin-right:0;}
#p10box02 .cnt02 .setsubi_list .setsubi01 p {line-height:1.4;margin-top:8px;}

#p10box02 .cnt03 {padding:40px;background:#FFF5F5;border:1px solid #F3BDBE;box-sizing:border-box;align-items:center;justify-content:space-between;}
#p10box02 .cnt03 h3 {font-size:28px;line-height:1.4;}
#p10box02 .cnt03 ul {width:592px;margin-top:-4px;}
#p10box02 .cnt03 ul li {width:50%;margin-top:4px;padding-left:28px;box-sizing:border-box;font-weight:bold;line-height:1.35;background: url("../img/p10/li.svg")no-repeat center left;}

#p10box03 {padding:120px 0;background:#F6F6F6;}
#p10box03 .cnt {justify-content:space-between;}
#p10box03 .cnt .info {width:660px;}
#p10box03 .cnt .info .title01 {margin-bottom:40px;}
#p10box03 .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:24px;}
#p10box03 .cnt .info .text {}
#p10box03 .cnt .img {width:380px;}

/*会社案内 (corporate) p11
=========================================== */
#p11box01 {padding:140px 0 120px;}
#p11box01 .title01 {margin-bottom:64px;}
#p11box01 table {line-height:28.8px;}
#p11box01 table tr {}
#p11box01 table tr th {width:160px;border-bottom:1px solid #297ECE;padding:24px;box-sizing:border-box;background:#005FB8;color:#fff;}
#p11box01 table tr:first-child th {border-top:1px solid #005FB8;}
#p11box01 table tr:last-child th {border-bottom:1px solid #005FB8;}
#p11box01 table tr td {border-bottom:1px solid #E6E6E6;border-right:1px solid #E6E6E6;padding:24px;}
#p11box01 table tr:first-child td {border-top:1px solid #E6E6E6;}

#p11box02 {padding:120px 0 80px;background:#F6F6F6;}
#p11box02 .cnt {justify-content:space-between;}
#p11box02 .cnt .title01 {width:104px;position:relative;right:4px;}
#p11box02 .cnt .title01 h2 {padding:0;margin-bottom:0;background:none;}
#p11box02 .cnt .message_box {width:920px;padding-top:40px;}
#p11box02 .cnt .message_box .img {width:420px;margin-right:40px;}
#p11box02 .cnt .message_box .info {width:460px;}
#p11box02 .cnt .message_box .info .text {}
#p11box02 .cnt .message_box .info h3 {font-weight:400;line-height:1.6;margin-top:24px;}

#p11box03 {padding:120px 0;}
#p11box03 .cnt {justify-content:space-between;align-items:flex-end;}
#p11box03 .cnt .title01 {}
#p11box03 .cnt h3 {font-size:24px;line-height:1.6;}

#p11box04 {padding:120px 0;background:#F6F6F6;}
#p11box04 .title01 {margin-bottom:64px;}
.enkaku_list {}
.enkaku_list .enkaku {padding-left:32px;padding-bottom:16px;border-bottom:1px solid #E6E6E6;margin-bottom:16px;position:relative;}
.enkaku_list .enkaku::before {content:"";width:16px;height:16px;background: linear-gradient(135deg, #0072DD 0%, #00509C 100%);border-radius:100%;position:absolute;left:0;top:8px;}
.enkaku_list .enkaku::after {content:"";width:1px;height:calc(100% + 8px + 17px);background:#005FB8;position:absolute;left:8px;top:8px;}
.enkaku_list .enkaku:last-child {margin-bottom:0;}
.enkaku_list .enkaku:last-child:after {content:none;}
.enkaku_list .enkaku .nen {width:140px;font-weight:bold;line-height:1.4;}
.enkaku_list .enkaku .nen span {font-size:32px;line-height: 1;}
.enkaku_list .enkaku .naiyou {width:calc(100% - 140px);font-weight:bold;line-height:1.4;padding-top:3.5px;}

#p11box05 {padding:120px 0;}
#p11box05 .title01 {margin-bottom:80px;}
#p11box05 .cnt {justify-content:space-between;}
#p11box05 .cnt .img {width:500px;}
#p11box05 .cnt .info {width:520px;}
#p11box05 .cnt .info h3 {font-size:26px;line-height:1;margin-bottom:32px;}
#p11box05 .cnt .info ul {}
#p11box05 .cnt .info ul li {padding-left:28px;margin-bottom:8px;font-weight:500;line-height:1.35;background: url("../img/p11/li.svg")no-repeat left top 3px;}
#p11box05 .cnt .info ul li:last-child {margin-bottom:0;}

#p11box05 .banner {margin-top:64px;text-align: center;}
#p11box05 .banner p {font-size:26px;line-height:1;margin-bottom:32px;font-weight:bold;}
#p11box05 .banner .img {width: 430px; margin: 0 auto;}

#p11box06 {padding:120px 0;background:#F6F6F6;}
#p11box06 .title01 {margin-bottom:64px;}

.recruit_data_list {} 
.recruit_data_list .recruit_data {margin-bottom:64px;}
.recruit_data_list .recruit_data:last-child {margin-bottom:0;}
.recruit_data_list .recruit_data .recruit_title {font-size:20px;color:#005FB8;line-height:1;border:1px solid #005FB8;padding: 24px 84px 24px 32px;background: url("../img/p11/recruit_title.svg")no-repeat center right 32px;cursor:pointer;}
.recruit_data_list .recruit_data .recruit_title.on {color:#fff;background: url("../img/p11/recruit_title_on.svg")no-repeat center right 32px #005FB8;}
.recruit_data_list .recruit_data .recruit_naiyou {display:none;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg {padding:40px;background:#fff;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .title {font-size:29px;line-height:1.4;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .tag {}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .tag li {font-weight:bold;line-height:1.4;padding:2px 11px 3px;color:#005FB8;border:1px solid #005FB8;margin: 8px 8px 0 0;border-radius: 40px;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .tag li:last-child {margin-right:0;}

.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table {line-height:28.8px;margin-top:40px;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr th {width:180px;border:1px solid #B8D9F6;border-bottom:0;padding:24px 16px;box-sizing:border-box;background:#EDF6FF;vertical-align:middle;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr:last-child th {border-bottom:1px solid #B8D9F6;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr td {border-bottom:1px solid #E6E6E6;border-right:1px solid #E6E6E6;padding:24px;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr:first-child td {border-top:1px solid #E6E6E6;}

.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .btn01 {margin-top:40px;}

.recruit_data_list .recruit_data:first-child .recruit_title {color:#fff;background: url("../img/p11/recruit_title_on.svg")no-repeat center right 32px #005FB8;}
.recruit_data_list .recruit_data:first-child .recruit_title.on {color:#005FB8;background: url("../img/p11/recruit_title.svg")no-repeat center right 32px;}

.recruit_data_list .recruit_data:first-child .recruit_naiyou {display:block;}

.no_recruit_data {padding:40px;background:#D8D8D8;font-size:29px;line-height:1.4;}

#p11box07 {padding:120px 0;}
#p11box07 .title01 {margin-bottom:64px;}

.photo_gallery {margin-bottom: 0!important;}
.photo_gallery .slick-list {overflow: visible;}

.photo_gallery button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:80px;height:40px;top:auto;top:-84px;border-radius:40px;border:1px solid #212326;}
.photo_gallery button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left:auto;right:90px;}
.photo_gallery button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right:0;}
.photo_gallery button.slick-arrow:before {content: none;}
.photo_gallery button.slick-prev.slick-arrow:hover {opacity:0.5;}
.photo_gallery button.slick-next.slick-arrow:hover {opacity:0.5;}

.photo_gallery .photo_gallery01 {width:540px;margin:0 12px;position:relative;}
.photo_gallery .photo_gallery01 .in_img {aspect-ratio: 540 / 400;}
.photo_gallery .photo_gallery01 .caption {line-height:1.6;margin-top:8px;}

/*お問い合わせ・ご相談 (contact) p11
=========================================== */
.page-contact .f_contact {display:none;}

#p12box01 {padding:140px 0 120px;background:#F6F6F6;}
#p12box01 .num_box {}
#p12box01 .num_box .num_box01 {width:530px;background:#fff;padding:40px;box-sizing:border-box;margin-right:40px;}
#p12box01 .num_box .num_box01:last-child {margin-right:0;}
#p12box01 .num_box .num_box01 h2 {font-size:24px;line-height:1;margin-bottom:12px;padding-top:52px;background: url("../img/p12/tel.svg")no-repeat center top;}
#p12box01 .num_box .num_box01:last-child h2 {background: url("../img/p12/fax.svg")no-repeat center top;}
#p12box01 .num_box .num_box01 .num {font-size:40px;line-height:1;font-weight:bold;margin-bottom:12px;}
#p12box01 .num_box .num_box01 .p01 {line-height:1;}

#p12box01 .contact_form_box {padding:40px 60px 60px;background:#fff;margin-top:40px;}
#p12box01 .contact_form_box h2 {font-size:24px;line-height:1;margin-bottom:40px;padding-top:52px;background: url("../img/p12/mail.svg")no-repeat center top;}
#p12box01 .contact_form_box .cf_bg {padding:32px;background:#F6F6F6;margin-bottom:40px;}
#p12box01 .contact_form_box .cf_bg ul {}
#p12box01 .contact_form_box .cf_bg ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:8px;}
#p12box01 .contact_form_box .cf_bg ul li:last-child {margin-bottom:0;}


form.wpcf7-form {padding-top: 130px;margin-top: -130px;}

ul.contact-state {width:100%;height:52px;position: relative;margin:0 auto 40px;}
ul.contact-state > li{width:100%;height:52px;background-size:contain!important;}
ul.contact-state > li span {display: none;}
ul.contact-state > li.state01 {background: url("../img/p12/state01.png") no-repeat center;}
ul.contact-state > li.state02 {background: url("../img/p12/state02.png") no-repeat center;position:absolute;left:0;top:0;}

.state-text {text-align: center;color: #E32525;font-weight: 700;font-size: 18px;margin-bottom: 50px;}

.contactTBL table {}
.contactTBL tr {display:block;margin-bottom:57px;}
.contactTBL table.last_table tr:last-child  {display:block;margin-bottom:0;}

.contactTBL th {width:100%;margin-bottom:16px;display:block;line-height: 1;}
.contactTBL td {width:100%;display:block}

.hissu {background:#D92D30;color:#fff;padding:3px 4px 4px;font-size:16px;margin-right:4px;display: inline-block;}
.ninni {background:#E5E5E5;padding:3px 4px 4px;font-size:16px;margin-right:4px;display: inline-block;}

input.wpcf7-text {width: 100%;height:48px;box-sizing: border-box;padding:16px;font-size: 16px;border:1px solid #D4D4D4;background:#fff;}
input.wpcf7-text#your-name {width: 400px;}
input.wpcf7-text#kana {width: 400px;}
input.wpcf7-text#tel01 {width: 200px;}

.kome01 {display:block;line-height:1.2;margin-top:16px;}

/*select*/
select.wpcf7-form-control.wpcf7-select {width: 400px;height:48px;box-sizing: border-box;padding:16px;font-size: 16px;border:1px solid #D4D4D4;background:#fff;}

/*textarea*/
textarea.wpcf7-form-control.wpcf7-textarea {width: 100%;height:200px;box-sizing: border-box;padding:16px;font-size: 16px;border:1px solid #D4D4D4;background:#fff;}

/*radio*/
.wpcf7-list-item {margin: 0 0 16px 0!important;display:block!important;}
.wpcf7-list-item.last {margin-bottom: 0!important;}
.wpcf7-list-item input {scale: 1.3;margin-right: 2px;}

/*radio*/
.codedropz-upload-handler {border: 1px solid #D4D4D4!important;}
.codedropz-upload-container {padding: 48px;}
.codedropz-upload-container h3 {font-size:17px!important;margin-bottom:5px;font-weight: 400;line-height:32px;padding-top:28px;background: url("../img/p12/upload.svg")no-repeat center top;}
.codedropz-upload-container h3 + span {display:none;}

.codedropz-btn-wrap {width:140px;height:35px;display: table;margin: 8px auto 0;}
.codedropz-btn-wrap a {height: 35px;display: table-cell;background:#E3E3E3;color:#000;text-align:center;vertical-align: middle;border:1px solid #707070;font-size:16px;}
.codedropz-btn-wrap a:hover {opacity:0.7;}

.kome02 {display:block;line-height:1.2;margin-top:16px;}
.kome02 li {margin-bottom:8px;text-indent:-1em;padding-left:1em;}
.kome02 li:last-child {margin-bottom:0;}

.privacypolicy {padding:40px;background:#FFF4F4;}
.privacypolicy .privacypolicy01 {display:block;line-height:1;margin-top:16px;}
.privacypolicy .privacypolicy01 a {text-decoration:underline;}


/*送信ボタン*/
.contact-submit.flex {justify-content: center;margin-top:40px;}

input.wpcf7-form-control.btn04 {width: 300px; height: 60px;cursor: pointer;font-size: 16px;text-align: center;box-sizing:border-box;font-family:'NotoSansJP';display: block;border:none;background:url("../img/common/btn01.svg") no-repeat center right 16px,linear-gradient(90deg, #007ECA 0%, #009ED5 100%);font-weight:bold;border-radius:40px;color:#fff;background-size: auto, 200% 100%;
  background-position: center right 16px, 100% 0%; /* ←ここが重要 */
  transition: background-position 0.5s ease;
}

input.wpcf7-form-control.btn04:hover {background-position: center right 16px, 0% 0%;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {width: 300px; height: 60px;cursor: pointer;font-size: 16px;text-align: center;box-sizing:border-box;font-family: 'NotoSansJP';display: block;border:none;background:url("../img/p12/btn.svg") no-repeat center left 16px,linear-gradient(135deg, #000000 0%, #626262 100%);font-weight:bold;order: -1;border-radius:40px;color:#fff;background-size: auto, 200% 100%;
  background-position: center right 16px, 100% 0%; /* ←ここが重要 */
  transition: background-position 0.5s ease;}
input.wpcf7-form-control.btn05:hover {background-position: center left 16px, 0% 0%;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {margin-right: 20px;}
input.wpcf7-form-control.btn04:focus { outline: none;}

.wpcf7c-conf { background-color: #D4D4D4 !important; }
input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important;}
.wpcf7 .ajax-loader {display: none !important;}
.wpcf7c-elm-step2.mt20 {width: 100%;text-align: center;margin-top: 20px;}
.wpcf7-spinner {display: none !important;}


/*お知らせ (news) p13
=========================================== */
#p13box01 {padding:140px 0 120px;background:#F6F6F6;}
#p13box01 .news_cnt {justify-content:space-between;}
#p13box01 .news_cnt .news_main {width:800px;}

.news_list {margin-top:-10px;}
.news_list .news01 {width:260px;margin:10px 10px 0 0;background:#fff;box-sizing:border-box;overflow:hidden;}
.news_list .news01:nth-child(3n) {margin-right:0;}
.news_list .news01 a {display:block;height:100%;text-decoration:none;position:relative;}
.news_list .news01 a .img {overflow: hidden;}
.news_list .news01 a .img .in_img { aspect-ratio: 260 / 180;transition: 0.3s;}
.news_list .news01 a:hover .img .in_img { scale: 1.1; opacity: 1; }
.news_list .news01 a .info {padding:16px 16px 56px;}
.news_list .news01 a .info .title {line-height:1.4;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_list .news01 a .info .category {margin-top:12px;margin-bottom:16px;}
.news_list .news01 a .info .category li {font-size:16px;line-height:1.4;padding:2px 12px 4px;background:#EFEFEF;margin:4px 4px 0 0;font-weight:bold;border-radius: 40px;}
.news_list .news01 a .info .category li:last-child {margin-right:0;}
.news_list .news01 a .info .time {line-height:1;}
.news_list .news01 a .info .ya {position:absolute;right:16px;bottom:16px;}

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin: 40px auto 0;}
.wp-pagenavi a,.wp-pagenavi span {text-decoration: none;display: inline-block;line-height:38px;margin:0 4px;width:40px;color:#005FB8;border:1px solid #005FB8;font-weight: bold;font-family: 'Montserrat';box-sizing:border-box;border-radius:100%;}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {color:#fff;background: linear-gradient(135deg, #0072DD 0%, #00509C 100%);}

span.extend {display: none;}
span.pages {display: none;}

.wp-pagenavi a.first {display:none;}
.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p13/arrow01.svg") no-repeat center;margin-right:12px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p13/arrow02.svg") no-repeat center;margin-left:12px;}
.wp-pagenavi a.last {display:none;}
.wp-pagenavi a.previouspostslink:hover {background: url("../img/p13/arrow01_h.svg") no-repeat center,linear-gradient(135deg, #0072DD 0%, #00509C 100%);}
.wp-pagenavi a.nextpostslink:hover {background: url("../img/p13/arrow02_h.svg") no-repeat center,linear-gradient(135deg, #0072DD 0%, #00509C 100%);}

#p13box01 .news_cnt .news_side {width:240px;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in {margin-bottom:40px;line-height:1;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in:last-child {margin-bottom:0;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .widgettitle {padding:20px 16px;color:#fff;background:#005FB8;position:relative;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .cat_list {}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .cat_list > li {font-weight:bold;border-bottom:1px solid #E4E4E4;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .cat_list > li > a {display: block;padding:20px 16px;text-decoration:none;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .cat_list > li > a:hover {background:#EFEFEF;}
#p13box01 .news_cnt .news_side .sidebox .sidebox_in .cat_list > li.selected > a {background:#EFEFEF;}

/*お知らせ 詳細
=========================================== */
.single-post #main.kasou {height:auto;padding:186px 0 80px;}
.single-post #main.kasou .news_single_kasou {margin-bottom:15px;align-items:center;}
.single-post #main.kasou .news_single_kasou .time {width:120px;padding-left:10px;box-sizing:border-box;}
.single-post #main.kasou .news_single_kasou .category {width:calc(100% - 120px);}
.single-post #main.kasou .news_single_kasou .category li {font-size:16px;line-height:1.4;padding:1px 11px 3px;border:1px solid #fff;margin-right:4px;font-weight:bold;border-radius: 40px;}
.single-post #main.kasou .news_single_kasou .category li:last-child {margin-right:0;}
.single-post #main.kasou .jap {font-size: 32px;line-height: 1.4;}

.news_single {padding:40px;background:#fff;box-sizing:border-box;}

.news_single .single_thumbnail {width:100%;margin-bottom:40px;}
.news_single .single_thumbnail img {max-width:inherit;width: 100%;}

.news_single .mokuji_box {padding-top:20px;border-top:1px solid #E6E6E6;padding-bottom:40px;border-bottom:1px solid #E6E6E6;margin-bottom:20px;}
.news_single .mokuji_box h2 {font-size:28px;line-height:1.4;margin-bottom:20px;}
.news_single .mokuji_box ul {}
.news_single .mokuji_box ul li {margin-bottom:8px;}
.news_single .mokuji_box ul li:last-child {margin-bottom:0;}
.news_single .mokuji_box ul li a {text-decoration:none;}
.news_single .mokuji_box ul li a .num {width:28px;padding-top:5px;line-height:1;font-weight:bold;}
.news_single .mokuji_box ul li a h3 {width:calc(100% - 28px);line-height:1.4;}
.news_single .mokuji_box ul li a:hover h3 {text-decoration:underline;}

.news_single_box_list {}
.news_single_box_list .news_single_box {padding-top:20px;border-top:1px solid #E6E6E6;margin-top:40px;}
.news_single_box_list .news_single_box:first-child {padding-top:0;border-top:0;margin-top:0;}
.news_single_box_list .news_single_box .midashi_box {margin-bottom:20px;}
.news_single_box_list .news_single_box .midashi_box .num {width:32px;padding-top:12px;line-height:1;font-weight:bold;}
.news_single_box_list .news_single_box .midashi_box h2 {width:calc(100% - 32px);line-height:1.4;font-size:28px;}
.news_single_box_list .news_single_box .naiyou {}

.news_single .tag_list_box {padding-top:20px;border-top:1px solid #E6E6E6;margin-top:40px;}
.news_single .tag_list_box .tag_list_midashi {font-size:20px;line-height:1.4;margin-bottom:16px;}
.news_single .tag_list_box .tag_list {margin-top:-8px;}
.news_single .tag_list_box .tag_list li {line-height:1.4;font-weight:bold;margin:8px 8px 0 0;padding:2px 12px 4px;border-radius:40px;background:#EFEFEF;}

.writer_info_list {margin-top:40px;}
.writer_info_list .writer_info {margin-bottom:40px;overflow:hidden;padding:32px;background:#EDF6FF;;position: relative;}
.writer_info_list .writer_info:last-child {margin-bottom:0;}
.writer_info_list .writer_info .midashi {font-size:20px;font-weight:bold;line-height:1;margin-bottom:24px;}

.writer_info_list .writer_info .cnt {justify-content:space-between;}
.writer_info_list .writer_info .cnt .img {width:120px;margin-right:24px;}
.writer_info_list .writer_info .cnt .img .in_img {aspect-ratio: 100 / 100;overflow:hidden;}
.writer_info_list .writer_info .cnt .info {width:calc(100% - 120px - 24px);}
.writer_info_list .writer_info .cnt .info.full {width:100%;}

.writer_info_list .writer_info .cnt .info .name {font-size:24px;line-height:1;margin-bottom:8px;}
.writer_info_list .writer_info .cnt .info .yakusyoku {font-size:16px;line-height:1;font-weight:bold;}
.writer_info_list .writer_info .cnt .info .profile01 {line-height:1.5;margin-top:16px;}
.writer_info_list .writer_info .cnt .info .profile02 {margin-top:16px;align-items:flex-start;}
.writer_info_list .writer_info .cnt .info .profile02 .profile02_01 {width:104px;border-radius:40px;color:#005FB8;border:1px solid #005FB8;box-sizing:border-box;font-size:16px;line-height: 1.4;padding:1px 0 3px;text-align:center;margin-right:8px;font-weight:bold;}
.writer_info_list .writer_info .cnt .info .profile02 .profile02_02 {width:calc(100% - 104px - 8px);line-height:1.6;}


/*詳細ページページャー*/
.post-navigation {margin:40px auto 0;}
.post-navigation ul {text-align: center;justify-content: center;align-items: center;}
.post-navigation ul li {width:200px;height:50px;display:table;}
.post-navigation ul li a {text-decoration:none;display:table-cell;text-align:center;vertical-align:middle;font-weight:16px;font-weight:bold;box-sizing: border-box;border-radius:40px;border:1px solid #005FB8;color:#005FB8;}
.post-navigation ul li a:hover {color:#fff;background:#005FB8;}

.post-navigation ul li.post_back {margin: 0 8px;}

.post-navigation ul li.next a {color:#fff;background: url("../img/p13/arrow01_h.svg") no-repeat center left 16px #005FB8;}
.post-navigation ul li.prev a {color:#fff;background: url("../img/p13/arrow02_h.svg") no-repeat center right 16px #005FB8;}

.post-navigation ul li.next a:hover {color:#005FB8;background: url("../img/p13/arrow01.svg") no-repeat center left 16px;}
.post-navigation ul li.prev a:hover {color:#005FB8;background: url("../img/p13/arrow02.svg") no-repeat center right 16px;}


/*Thanks・404.
=========================================== */
#other {padding:140px 0 120px;text-align: center;}
#other h2 {font-size: 24px;margin-bottom: 25px;}
#other .other_in p {font-size: 18px;position: relative;margin: 10px 0;}
#other .btn01 {margin:30px auto 0; text-align: left;}

/*プライバシーポリシー
=========================================== */
div#pageBox01{padding:140px 0 120px;}
.page-cont p {line-height: 26px;}
.page-cont ul {line-height: 26px;}
h2.pp-title01 {font-size: 24px;border-bottom: solid 2px;margin-bottom: 25px;padding-bottom: 10px;}
h3.pp-title02 {font-size: 20px;position: relative;margin: 25px 0;padding-left: 10px;}
h3.pp-title02:before{content:"";width:5px;height:65%;background:#000;position: absolute;left:0;top:0;bottom:0;margin:auto 0;}

/*ウインドー幅ごと 縦
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1700px) {
	#header .header_inner .right {padding-right:164px;}
	.gnav ul.flex > li {margin-right:14px;}
	.h_contact {width:140px;}
}

@media screen and (min-width: 0px) and (max-width: 1550px) {
	#header .header_inner {align-items: center;}
	#header .header_inner .left .p01 {display:none;}
	.footer .cnt02 {padding-right: 150px;box-sizing: border-box;}
	
	 #header .header_inner .right {padding-right: 130px;}
	.h_contact {width: 120px;height:100px;}
	.h_contact a {font-size: 15px;}
	.h_contact a span {padding-top: 24px;}
	
	.gnav ul.flex > li {font-size: 16px;}
}

@media screen and (min-width: 0px) and (max-width: 1400px) {
	#header .header_inner .left {padding-left:10px;}
	#header .header_inner .left .logo {width: 220px;}
	#header .header_inner .right .right_in .right_in01 .h_tel_box .p01 {font-size: 15px;}
	#header .header_inner .right .right_in .right_in01 .h_tel_box .tel a span {font-size: 28px;}
	.gnav ul.flex > li {font-size: 14px;}
	.h_time {font-size: 15px;}
	#fixed_trigger {top:86px;}
	
	.home .wrap {width: 1100px;}
	footer .wrap {width: 1100px;}
	
	#topbox01 .reason_list_box {border-bottom:0;}
	#topbox01 .reason_list_box .reason_list .reason {width: calc(100% / 3);border-bottom: 1px solid #E6E6E6;}
	#topbox01 .reason_list_box .reason_list .reason:nth-child(4) {width:50%;}
	#topbox01 .reason_list_box .reason_list .reason:nth-child(5) {width:50%;}
	
	#topbox03 .products_list .products01 .left {width: 280px;margin-right: 50px;}
	#topbox03 .products_list .products01 .right {width: calc(100% - 280px - 50px);}
	#topbox07 .top_btn_list .top_btn a .info {padding:0;scale: 0.8;}
	#topbox08 .cnt .top_news_list {width: 800px;}
	
	.flow_slider .slick-dots {width: 760px !important;}
	.flow_slider button.slick-prev.slick-arrow {left: 930px;}
	.flow_slider button.slick-next.slick-arrow {left: 1020px;}
}

/*ウインドー幅ごと 横
=========================================== */
@media screen and (max-height: 700px) {

	
}

/*ウインドー幅ごと 横
=========================================== */
@media screen and (max-height: 700px) {
}


/*IE11対策
=========================================== */
@media all and (-ms-high-contrast:none){
}
/*edge対策
=========================================== */
@supports (-ms-ime-align: auto) {
}



