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

/* font
=========================================== */

@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.otf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('TrueType');
	font-weight: 400;
}

@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.otf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('TrueType');
	font-weight: 500;
}

@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.otf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('TrueType');
	font-weight: 700;
}


@font-face {/*Montserrat*/
  font-family: 'Montserrat';
  src: url('../fonts/font/Montserrat-Bold.otf');
  src:
  url('../fonts/font/Montserrat-Bold.woff2') format('woff2'),
  url('../fonts/font/Montserrat-Bold.woff') format('woff'),
  url('../fonts/font/Montserrat-Bold.ttf') format('TrueType');
	font-weight: 700;
}


/*共通*/
body{overflow: hidden;width: 100%;}
.pc {display:none!important;}
.sp {display:block;}

html.showPage body {background:#FFFDF9;}

body {
	color: #000;
	font-size:18px;
	line-height:1.8;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	font-style: normal;
	word-break: break-all;}
img{width:100%;height:auto;}


table {width: 100%;table-layout: fixed;}

h1,h2,h3,h4,h5,h6{font-weight: 700;}
a:link, a:visited {
    color: #0E0E0E;
    text-decoration: none;
	transition: 0.3s;
}

.wrap{position:relative;}

a {color: #0E0E0E;}

:focus { outline: none;}

input, select {
  -webkit-appearance: auto;
  appearance: auto;
}

/*共通設定*/
.btn01 {width:100%;height:60px;display:table;margin:0 auto;position: relative;}
.btn01 a {display:table-cell;vertical-align:middle;text-align:center;font-weight:bold;position:relative;text-decoration:none;border-radius:40px;font-size:16px;color:#fff;overflow:hidden;z-index:0;}
.btn01 a::before {content:"";width:100%;height:100%;background: linear-gradient(135deg, #0072DD 0%, #00509C 100%);position:absolute;top:0;left:0;transition:0.3s;z-index:-1;}
.btn01 a::after {content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url("../img/common/btn01.svg") no-repeat center;background-size:contain;z-index:2;}
.btn01 a span {position:relative;z-index:1;}

.title01 {line-height:1;}
.title01 h2 {font-size:20px;margin-bottom:16px;padding-left:28px;background:url("../img/common/title01.svg")no-repeat center left;}
.title01 .eng {font-size:65px;font-weight: bold;text-transform:capitalize;}

.k_title01 {font-size:28px;line-height:1.4;padding-left:24px;position:relative;}
.k_title01::before {content:"";width:16px;height:16px;background: linear-gradient(135deg, #0072DD 0%, #00509C 100%);border-radius:100%;position:absolute;left:0;top:13px;}

.ya {display: inline-block;border: 1px solid #fff;border-radius: 40px;width: 48px;height: 24px;position: relative;overflow: hidden;box-sizing: border-box;}
.ya02 {border: 1px solid #005FB8;}
.ya03 {border:none;}
.ya04 {border: 1px solid #005FB8;}

/* --- 共通設定 --- */
.ya::before,
.ya::after {content: "";position: absolute;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;}

/* --- 通常時（ホバーを離した時の動きを定義） --- */
.ya::before {background-image: url("../img/common/ya.svg");animation: leave-before 0.3s forwards;}
.ya::after {background-image: url("../img/common/ya_h.svg");background-color: #fff;animation: leave-after 0.3s forwards;}

/* --- 通常時（ホバーを離した時の動きを定義） --- */
.ya02::before {background-image: url("../img/common/ya_h.svg");}
.ya02::after {background:url("../img/common/ya.svg")no-repeat center,linear-gradient(110.56deg, #0072DD 14.62%, #00509C 87.34%);}

.ya03::before {background:url("../img/common/ya.svg")no-repeat center,linear-gradient(110.56deg, #0072DD 14.62%, #00509C 87.34%);}
.ya03::after {background-image: url("../img/common/ya.svg");background-color: transparent;}

.ya04::before {background:url("../img/common/ya.svg")no-repeat center,linear-gradient(110.56deg, #0072DD 14.62%, #00509C 87.34%);}
.ya04::after {background-image: url("../img/common/ya_h.svg");background-color: transparent;}

/* --- Hover時（右へ進む動きを定義） --- */
a:hover .ya::before {animation: enter-before 0.3s forwards;}
a:hover .ya::after {animation: enter-after 0.3s forwards;}
a:hover .ya03 {border: 1px solid #fff;}

button.ya:hover::before {animation: enter-before 0.3s forwards;}
button.ya:hover::after {animation: enter-after 0.3s forwards;}

/* --- アニメーションの定義 --- */
/* 行きの動き（Hover時） */
@keyframes enter-before {
  0% { left: 0; }
  100% { left: 100%; }
}
@keyframes enter-after {
  0% { left: -100%; }
  100% { left: 0; }
}

/* 帰りの動き（離した時：さらに右へ） */
@keyframes leave-before {
  0% { left: -100%; } /* 左から */
  100% { left: 0; }    /* 中央へ */
}
@keyframes leave-after {
  0% { left: 0; }    /* 中央から */
  100% { left: 100%; } /* 右へ突き抜ける */
}


/*ウェブフォント*/
.tcenter {text-align: center;}
.tright {text-align: right;}
.mont {font-family: 'Montserrat';font-weight:bold;}

/*色*/
.shiro {color:#fff;}
.ao {color:#005FB8;}
.mt20 {margin-top: 20px;}

.flex {width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*header
---------------------------------------------------------------*/
#header {width: 100%;position: fixed;transition: 0.3s;left: 0;right: 0;top: 0;margin: auto;z-index: 100;}
.header_inner {display: block;width: 100%;padding-left: 10px;box-sizing: border-box;}
.header_inner .left {}
.header_inner .left .p01 {display:none;}
.header_inner .left .logo {}
.header_inner .left .logo a {display: block;width:241px;height: 64px;background: url("../img/common/logo.png") no-repeat center;background-size: contain;}
.header_inner .left .logo a img {display:none;}
.header_inner .right {display:none;}


/* nav
=========================================== */
.sp-nav-btn {width: 48px;height:48px;position: absolute;box-sizing: border-box;text-align: center;top: 8px;right:10px;transition: 0.3s;display: table;z-index: 109;}
.sp-nav-btn:before{content:"";width:32px;height:2px;background:#fff;position: absolute;top:15px;left:0;right:0;margin:auto;transition: 0.3s;box-shadow: 0 8px 0 0 #fff;border-radius:1px;}
.sp-nav-btn:after{content:"";width:32px;height:2px;background:#fff;position: absolute;bottom:15px;left:0;right:0;margin:auto;transition: 0.3s;border-radius:1px;}

.sp-nav-btn.opon:before {transform: rotateZ(45deg);top:23px;box-shadow: none!important;}
.sp-nav-btn.opon:after {transform: rotateZ(-45deg);bottom:23px;}

div.navs-list {position: fixed;width: 100%;height:calc(100% - 64px);z-index: 102;top: 64px;padding:0 20px 80px;box-sizing: border-box;right:-100%;transition: 0.3s;overflow-x: hidden;overflow-y: auto;background: url("../img/main/main_sp.png") no-repeat;background-size: cover;}
div.navs-list.opon {right:0;}

.sp-tel {right: 63px;top: 8px;z-index: 101;position: absolute;width: 48px;height: 48px;display:table;}
.sp-tel a {display:table-cell;vertical-align:middle;background:url("../img/common/sp-tel.svg")no-repeat center;}


div.navs-list > ul {font-size:16px;line-height:24px;font-weight:bold;margin-bottom:24px;}
div.navs-list > ul > li {border-bottom: 1px solid rgba(255,255,255,0.08);}
div.navs-list > ul > li > a {padding:24px 0;font-weight:bold;display:block;text-decoration:none;color: #fff;}

.nav-midashi {padding:24px 0;display:block;text-decoration:none;background:url("../img/common/nav-midashi.svg")no-repeat center right;color: #fff;}
.nav-midashi.on {background:url("../img/common/nav-midashi_on.svg")no-repeat center right;}

div.navs-list .sp-nav {padding-bottom:24px;}
div.navs-list .sp-nav li {margin-bottom:20px;line-height:1;font-weight: 400;} 
div.navs-list .sp-nav li:last-child {margin-bottom:0;}
div.navs-list .sp-nav li a {display:block;text-decoration:none;color: #fff;}

.h_contact {width:100%;height:50px;display:table;}
.h_contact a {display:table-cell;vertical-align:middle;text-align:center;background: url("../img/common/btn.svg")no-repeat center right 16px,linear-gradient(90deg, #009ED5 0%, #007ECA 100%);color:#fff;text-decoration:none;font-size:16px;line-height:1.2;font-weight:bold;border-radius:40px;}

/* fixed後 */
.fixed #header {background:#fff;}
.fixed .header_inner .left .logo a {background: url("../img/common/fixed_logo.png") no-repeat center;background-size: contain;}
.fixed .sp-nav-btn:before{background:#000;box-shadow: 0 8px 0 0 #000;}
.fixed .sp-nav-btn:after{background:#000;}
.fixed .sp-tel a {background:url("../img/common/fixed_sp-tel.svg")no-repeat center;}

/* main */
/*-------------------------------------------*/
#main {}
#main.home_main {padding-top:104px;box-sizing:border-box;background:url("../img/main/main_sp.png")no-repeat;background-size:cover;position:relative;}
#main.home_main .nagare01 {width:100%;overflow:hidden;height: 40vw;background: url("../img/main/nagare01.png") repeat-x;background-size:auto 100%;position:absolute;top:10%;animation: 120s linear infinite rotation01;}

@keyframes rotation01 {
 0% {background-position: 0 0;}
 100% {background-position: -9882px 0;}
}

#main.home_main .cnt {display:block;padding-bottom: 10%;position:relative;z-index:2;}
#main.home_main .cnt .left {width:100%;align-items:flex-start;}
#main.home_main .cnt .left .left01 {width:55%;margin-bottom:12%;box-shadow:0px 0px 40px rgba(0, 0, 0, 0.16);}
#main.home_main .cnt .left .left02 {width:40%;margin:28% 0 0 auto;box-shadow:0px 0px 40px rgba(0, 0, 0, 0.16);}
#main.home_main .cnt .center {width:85%;justify-content:space-between;align-items:flex-start;margin:0% auto 10%;}
#main.home_main .cnt .center h2 {width:20.69%;}
#main.home_main .cnt .center .center_img {width:68.97%;margin-top:12.5%;box-shadow:0px 0px 40px rgba(0, 0, 0, 0.16);}
#main.home_main .cnt .right {width:90%;margin:0 auto;align-items:flex-start;}
#main.home_main .cnt .right .right_img {display: none;}
#main.home_main .cnt .right .right_info {width:100%;}
#main.home_main .cnt .right .right_info h3 {text-align:center;font-size:5vw;margin-bottom: 2.86%;}
#main.home_main .cnt .right .right_info .kaiketsu_list {}
#main.home_main .cnt .right .right_info .kaiketsu_list .kaiketsu {width:100%;margin-bottom:5px;background:rgba(255,255,255,0.05);padding:3% 5%;display: flex;align-items: center;}
#main.home_main .cnt .right .right_info .kaiketsu_list .kaiketsu:last-child {margin-bottom:0;}
#main.home_main .cnt .right .right_info .kaiketsu_list .kaiketsu .icon {width: 13%;margin-right: 5%;}
#main.home_main .cnt .right .right_info .kaiketsu_list .kaiketsu .text {width:calc(100% - 14%);font-size:4.5vw;font-weight:bold;line-height:1.24;}
#main.home_main .main_news_box {width:100%;background:#fff;padding:40px 5% 20px;box-sizing:border-box;display:block;line-height:1;}
#main.home_main .main_news_box .main_news {width:100%;}
#main.home_main .main_news_box .main_news a {display: block;width:100%;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
#main.home_main .main_news_box .btn {font-weight:bold;margin:32px 0 0 auto;text-align:right;}
#main.home_main .main_news_box .btn a {padding:2px 32px 2px 0;background: url("../img/main/btn.svg")no-repeat center right;text-decoration:none;}
#main.home_main .main_news_box .btn a:hover {opacity:0.7;}


/* 下層 main */
/*-------------------------------------------*/
#main.kasou {background: url("../img/main/kasou.png")no-repeat center right;background-size:cover;padding:152px 5% 80px;box-sizing:border-box;color:#fff;}
#main.kasou .cnt {;position:relative;z-index:2;display:block;}
#main.kasou .cnt .jap {font-size:28px;line-height:1;}
#main.kasou .cnt .text {margin-top:40px;}
#main.kasou .cnt .text p {display:inline;}
#main.kasou .cnt .eng {font-size:160px;font-weight: bold;text-transform:capitalize;line-height:1;color:rgba(255,255,255,0.04);position:absolute;top:-88px;left:50%;transform:translateX(-50%);z-index:-1;white-space: nowrap;}

/*パンくず*/
div#bread {height:0;position:relative;z-index:3;top:13px;padding:0 5%;}
ul.bread-list {}
ul.bread-list li {font-size:14px;line-height:1.2;}
ul.bread-list li a {text-decoration:none;color:#005FB8;}
ul.bread-list li:after{content:"＞";margin: 0 4px;}
ul.bread-list li:last-child:after{content:none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:64px;z-index: -100;}
.kotei_h_contact {position:fixed;left:0;bottom:0;z-index: 99;transition: 0.5s;width:100%;height:64px;display:table;}
.kotei_h_contact a {display:table-cell;vertical-align:middle;text-align:center;background: url("../img/common/btn.svg")no-repeat center right 16px,linear-gradient(90deg, #009ED5 0%, #007ECA 100%);color:#fff;text-decoration:none;line-height:1.2;font-weight:bold;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*ライトボックス設定*/
#fancybox-wrap { padding: 0!important;width: 100%!important;left: 0!important;}
div#fancybox-content {border:none;width: 92%!important;padding: 2%;margin: 2%;height: auto!important;}
div#fancybox-outer {background: none;}
#fancybox-close {position: absolute; top: 0!important;right: 0!important;}

section {position:relative;}

/* footer */
/*-------------------------------------------*/
.f_contact {padding-top:120px;background:url("../img/main/main_sp.png")no-repeat;background-size:cover;}
.f_contact .cnt01 {display: block;padding:0 5%;color:#fff;margin-bottom:40px;box-sizing:border-box;}
.f_contact .cnt01 .left {text-align: center;width:100%;}
.f_contact .cnt01 .left .p01 {line-height:1.6;margin-bottom:8px;font-size:14px;}
.f_contact .cnt01 .left h2 {font-size:64px;line-height:1;text-transform:capitalize;}

.f_contact .cnt01 .right {width:100%;}
.f_contact .cnt01 .right ul {margin-bottom:16px;}
.f_contact .cnt01 .right ul li {font-size: 16px;line-height:1;font-weight:bold;margin:8px 8px 0 0;padding:7px 8px;background:rgba(255,255,255,0.08);}
.f_contact .cnt01 .right ul li:last-child {margin-right:0;}
.f_contact .cnt01 .right .text {margin-top:24px;}

.f_contact .f_contact_box_list {border-top:1px solid rgba(255,255,255,0.16);color:#fff;text-align:center;display: block;}
.f_contact .f_contact_box_list .f_contact_box {width:100%;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,0.16);display:block;padding:40px 0 48px;}
.f_contact .f_contact_box_list .f_contact_box:last-child {border-bottom:0;}
.f_contact .f_contact_box_list .f_contact_box h3 {font-size:24px;line-height:1;padding-top:53px;display:block;background-position:center top!important;margin-bottom:13px;}
.f_contact .f_contact_box_list .f_contact_box.f_contact_box01 h3 {background:url("../img/common/f_contact_box01.svg")no-repeat;}
.f_contact .f_contact_box_list .f_contact_box.f_contact_box02 h3 {background:url("../img/common/f_contact_box02.svg")no-repeat;}
.f_contact .f_contact_box_list .f_contact_box.f_contact_box03 h3 {background:url("../img/common/f_contact_box03.svg")no-repeat;}

.f_contact .f_contact_box_list .f_contact_box .p01 {line-height:1;margin-top:13px;}
.f_contact .f_contact_box_list .f_contact_box .num {font-size:40px;font-weight:bold;line-height:1;}
.f_contact .f_contact_box_list .f_contact_box .num a {color:#fff;}
.f_contact .f_contact_box_list .f_contact_box .btn {width:90%;height:50px;display:table;margin:0 auto;}
.f_contact .f_contact_box_list .f_contact_box .btn a {display:table-cell;vertical-align:middle;text-align:center;color:#fff;font-size:16px;font-weight:bold;border-radius: 40px;overflow:hidden;position:relative;z-index:2;text-decoration:none;}
.f_contact .f_contact_box_list .f_contact_box .btn a::before {content:"";width:100%;height:100%;background:linear-gradient(90deg, #007ECA 0%, #009ED5 100%);position:absolute;left:0;top:0;transition:0.3s;z-index:-1;}
.f_contact .f_contact_box_list .f_contact_box .btn a::after {content:"";width:100%;height:100%;background:url("../img/common/btn.svg")no-repeat center right 16px;position:absolute;left:0;top:0;z-index:2;}
.f_contact .f_contact_box_list .f_contact_box .btn a:hover::before {width:200%;}

.f_gmap {width:100%;position: relative;padding-bottom:106%;height: 0;overflow: hidden;}
.f_gmap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.footer {background:#101828;color:#fff;padding-bottom:64px;}
.footer .cnt01 {padding:120px 5% 80px;border-bottom:1px solid #262C38;flex-direction: column-reverse;box-sizing: border-box;}
.footer .cnt01 .left {display:block;width:100%;margin-top:40px;}
.footer .cnt01 .left .logo {width:321px;margin-bottom:8px;}
.footer .cnt01 .left .p01 {font-size:14px;line-height:1.2;margin-bottom:16px;}
.footer .cnt01 .left .p02 {margin-bottom:24px;}
.footer .cnt01 .left .p02 span {display:inline-block;padding:6px 6px 7px;background:rgba(255,255,255,0.08);font-weight:bold;line-height:1.2;font-size:16px;}
.footer .cnt01 .left .f_company_list {font-size:16px;line-height:1;}
.footer .cnt01 .left .f_company_list li {margin-bottom:8px;}
.footer .cnt01 .left .f_company_list li:last-child {margin-bottom:0;}
.footer .cnt01 .left .f_company_list li a {color:#fff;}
.footer .cnt01 .left .banner {margin-top:24px;}



.footer .cnt01 .fnav {display:block;width:100%;}
.footer .cnt01 .fnav .fnav_ul {}
.footer .cnt01 .fnav .fnav_ul li {margin-bottom:32px;font-size:16px;font-weight:bold;line-height:24px;}
.footer .cnt01 .fnav .fnav_ul:last-child li:last-child {margin-bottom:0;}
.footer .cnt01 .fnav .fnav_ul li.fnav_ul_in {margin-top:-8px;}
.footer .cnt01 .fnav .fnav_ul li.fnav_ul_in li {line-height:1;font-weight:400;}
.footer .cnt01 .fnav .fnav_ul li a {text-decoration:none;position:relative;color:#fff;}
.footer .cnt01 .fnav .fnav_ul li a::before {content:"";width:0;height:1px;background:#fff;position:absolute;transition:0.3s;left:0;bottom:-5px;}
.footer .cnt01 .fnav .fnav_ul li.fnav_ul_in li a::before {bottom:-4px}
.footer .cnt01 .fnav .fnav_ul li a:hover::before {width:100%;}


.footer .cnt02 {padding:33px 5% 40px;display:block;font-size:14px;line-height:1;box-sizing:border-box;}
.footer .cnt02 .policy {justify-content:center;margin-bottom:22px;}
.footer .cnt02 .policy li {margin-right:24px;}
.footer .cnt02 .policy li:last-child {margin-right:0;}
.footer .cnt02 .policy li a {text-decoration:none;color:#fff;position:relative;}
.footer .cnt02 .policy li a::before {content:"";width:0;height:1px;background:#fff;position:absolute;transition:0.3s;left:0;bottom:-5px;}
.footer .cnt02 .policy li a:hover::before {width:100%;}
.footer .cnt02 .copyright {text-align:center;}

/*TOPページ　p01
=========================================== */
#topbox01 {padding:80px 0 120px;}
#topbox01 .cnt {display:block;padding:0 5%;box-sizing:border-box;margin-bottom:80px;}
#topbox01 .cnt .title01 {margin-bottom:40px;}
#topbox01 .cnt .info {width:100%;}
#topbox01 .cnt .info h3 {font-size:30px;line-height:1.4;margin-bottom:16px;}
#topbox01 .cnt .info .text {}

#topbox01 .reason_list_box {border-top:1px solid #E6E6E6;border-bottom:1px solid #E6E6E6;}
#topbox01 .reason_list_box .reason_list {display:block;}
#topbox01 .reason_list_box .reason_list .reason {width:100%;border-bottom:1px solid #E6E6E6;padding:32px 5%;box-sizing:border-box;position:relative;}
#topbox01 .reason_list_box .reason_list .reason .num {font-size:20px;line-height:1;color:#CEDCE9;margin-bottom:48px;}
#topbox01 .reason_list_box .reason_list .reason .icon {width:88px;position:absolute;top:-10px;right:5%;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 {width:90%;margin-top:40px;}

#topbox02 {width:100%;height:294px;box-sizing:border-box;background: url("../img/top/nagare01.png") repeat-x;position:relative;z-index:2;margin:0 0 0 auto;background-size:2254px;}

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

#topbox03 {padding:120px 5%;background:#F6F6F6;}
#topbox03 .cnt {display:block;margin-bottom:80px;}
#topbox03 .cnt .title01 {margin-bottom:40px;}
#topbox03 .cnt .info {width:100%;}

#topbox03 .products_list {}
#topbox03 .products_list .products01 {margin-bottom:64px;position:relative;z-index:2;display:block;padding-top: 43px;border-top:1px solid #E6E6E6;}
#topbox03 .products_list .products01:last-child {margin-bottom:0;}
#topbox03 .products_list .products01 .left {margin-bottom:24px;}
#topbox03 .products_list .products01 .left .midashi {font-size:36px;line-height:1.2;margin-bottom:32px;}
#topbox03 .products_list .products01 .left .bg {width:100%;border:1px solid #005FB8;padding:24px 5%;box-sizing:border-box;position:relative;}
#topbox03 .products_list .products01 .left .bg h4 {font-size:20px;line-height:1.2;margin-bottom:24px;}
#topbox03 .products_list .products01 .left .bg ul {}
#topbox03 .products_list .products01 .left .bg ul li {line-height:1.2;margin-bottom:8px;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:100%;}
#topbox03 .products_list .products01 .right .right_in {display:block;}
#topbox03 .products_list .products01 .right .right_in .img {width:100%;margin-bottom:24px;}
#topbox03 .products_list .products01 .right .right_in .info {width:100%;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 {margin-top:32px;}

#topbox03 .products_list .products01 .nagare01 {display:none;}

#topbox04 {}
#topbox04 a {display:block;width:100%;background: url("../img/main/main_sp.png")no-repeat center;background-size:cover;text-decoration:none;padding:120px 0;}
#topbox04 a .cnt {display:block;}
#topbox04 a .cnt .info {width:90%;margin:0 auto 40px;}
#topbox04 a .cnt .info .title01 {margin-bottom:32px;}
#topbox04 a .cnt .info .text {margin-bottom:32px;}
#topbox04 a .cnt .info .ya {display: none;}

#topbox04 a .cnt .bg_box {height:300px;width:100%;background: url("../img/top/bg02_sp.png") repeat-X;animation: 60s linear infinite bg_box;}

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

#topbox04 a .cnt::after {content:"詳しく見る";width:90%;height:60px;background: url("../img/common/btn.svg")no-repeat center right 16px;border:1px solid #fff;border-radius:40px;line-height:58px;text-align:center;margin:20px auto 0;display:block;color:#fff;}

#topbox05 {padding:120px 5%;}
#topbox05 .bg {display: block;}
#topbox05 .bg .title01 {margin-bottom:40px;}
#topbox05 .bg h3 {margin-bottom:40px;position:relative;left:-5%;}
#topbox05 .bg h3 .sp_in {padding:10px 8px;color:#fff;font-size:20px;line-height:105%;background: url("../img/main/main_sp.png")no-repeat center bottom;background-size:cover;display: inline-block;white-space: nowrap;}

#topbox05 .bg .teian_list {width:100%;}
#topbox05 .bg .teian_list .teian01 {margin-bottom:42px;}
#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:40px;height:1px;background:#005FB8;position:absolute;left:0;bottom:0;transition:0.3s;}

#topbox05 .bg .teian_list .teian01 .cnt {position:relative;}
#topbox05 .bg .teian_list .teian01 .cnt .img {width:100px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);margin-bottom:16px;}
#topbox05 .bg .teian_list .teian01 .cnt .info {}
#topbox05 .bg .teian_list .teian01 .cnt .info h4 {font-size:28px;line-height:1;position:absolute;top:36px;left:116px;}
#topbox05 .bg .teian_list .teian01 .cnt .info .text {}
#topbox05 .bg .teian_list .teian01 .cnt .info .ya {display:block;margin:16px 0 0 auto;}

#topbox06 {padding:120px 5%;background:#F6F6F6;}
#topbox06 .title01 {margin-bottom:40px;}
.flow_slider {margin-bottom:0!important;padding-bottom:80px;}

.flow_slider button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:80px;height:40px;top:auto;bottom:-20px;border-radius:40px;border:1px solid #212326;}
.flow_slider button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left: calc(50% - 90px);}
.flow_slider button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right: calc(50% - 90px);}

.flow_slider button.slick-arrow:before {content: none;}
.flow_slider button.slick-disabled {opacity:0.5;}

#topbox06 .flow_slider .slick-track {display: flex;}
#topbox06 .flow_slider .flow {width:100%;background:#fff;padding:40px 30px;box-sizing:border-box;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 10px;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;padding-top:24px;line-height:1.4;border-top:1px solid #EDEDED;}
#topbox06 .btn01 {margin-top:40px;}

#topbox07 {}
#topbox07 .top_btn_list {display:block;}
#topbox07 .top_btn_list .top_btn {width:100%;}
#topbox07 .top_btn_list .top_btn a {display:block;width:100%;position:relative;color:#fff;padding:120px 5% 40px;background: url("../img/top/top_btn01.png") no-repeat center;background-size:cover!important;box-sizing: border-box;}
#topbox07 .top_btn_list .top_btn:last-child a {background: url("../img/top/top_btn02.png") no-repeat center}
#topbox07 .top_btn_list .top_btn a .img {display:none;}

#topbox07 .top_btn_list .top_btn a .info {}
#topbox07 .top_btn_list .top_btn a .info .title01 {margin-bottom:40px;}
#topbox07 .top_btn_list .top_btn a .info .text {line-height:1.8;}

#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:75px;height:56px;display:table;margin-right:10px;}
#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;line-height:1.2}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in02 {display:inline-block;padding:0 0 4px 62px;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:20px;margin-bottom:15px;}
#topbox07 .top_btn_list .top_btn a .info .area_box .area_box_in02 p {line-height:1;font-size: 16px;}
#topbox07 .top_btn_list .top_btn a .ya03 {display:block;margin:80px 0 0 auto;}

#topbox08 {padding:120px 5%;}
#topbox08 .cnt {display:block;}
#topbox08 .cnt .title01 {margin-bottom:40px;}
#topbox08 .cnt .top_news_list {width:100%;}
#topbox08 .cnt .top_news_list .top_news01 {margin-bottom:32px;}
#topbox08 .cnt .top_news_list .top_news01:last-child {margin-bottom:0;}
#topbox08 .cnt .top_news_list .top_news01 a {display:block;padding:0 72px 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 .info {display:block;margin-bottom:12px;}
#topbox08 .cnt .top_news_list .top_news01 a .info .time {line-height:1;width:100%;}
#topbox08 .cnt .top_news_list .top_news01 a .info .category {display:none;}
#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 {margin-top:40px;}


/*選ばれる理由 (reason) p02
=========================================== */
#reason_sec_list {}
#reason_sec_list .reason_sec {padding:100px 5%;}
#reason_sec_list .reason_sec:first-child {padding-top:105px;}
#reason_sec_list .reason_sec:nth-child(2n) {background:#F6F6F6;}
#reason_sec_list .reason_sec .midashi_box {margin-bottom:40px;}
#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:32px;line-height:1.4;}
#reason_sec_list .reason_sec .midashi_box h2 br {display:none;}

#reason_sec_list .reason_sec01 {}
#reason_sec_list .reason_sec01 .cnt_list {}
#reason_sec_list .reason_sec01 .cnt_list .cnt {padding-top:40px;border-top:1px solid #E6E6E6;margin-bottom:40px;display:block;}
#reason_sec_list .reason_sec01 .cnt_list .cnt:last-child {margin-bottom:0;}

#reason_sec_list .reason_sec01 .cnt_list .cnt .img {width:100%;margin-bottom:24px;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info {width:100%;}
#reason_sec_list .reason_sec01 .cnt_list .cnt .info h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}

#reason_sec_list .reason_sec01 .cnt_list .cnt .info .bg {padding:24px 20px;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:40px;padding-top:40px;border-top:1px solid #E6E6E6;}
#reason_sec_list .reason_sec02 .cnt01 h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
#reason_sec_list .reason_sec02 .cnt01 .text01 {margin-bottom:40px;}

#reason_sec_list .reason_sec02 .cnt01 .products_list {display:block;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 {width:100%;margin-bottom:24px;background:#fff;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01:last-child {margin-bottom:0;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .img {}

#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info {padding:24px;}
#reason_sec_list .reason_sec02 .cnt01 .products_list .products01 .info h4 {font-size:26px;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:40px;border-top:1px solid #E6E6E6;display:block;}
#reason_sec_list .reason_sec02 .cnt02 .img {width:100%;margin-bottom:32px;}
#reason_sec_list .reason_sec02 .cnt02 .info {width:100%;}
#reason_sec_list .reason_sec02 .cnt02 .info h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
#reason_sec_list .reason_sec02 .cnt02 .info .text {}
#reason_sec_list .reason_sec02 .cnt02 .info .btn01 {margin-top:40px;}

#reason_sec_list .reason_sec03 {}
#reason_sec_list .reason_sec03 .cnt {padding-top:40px;border-top:1px solid #E6E6E6;display:block;}
#reason_sec_list .reason_sec03 .cnt .img {width:100%;margin-bottom: 32px;}
#reason_sec_list .reason_sec03 .cnt .info {width:100%;}
#reason_sec_list .reason_sec03 .cnt .info h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
#reason_sec_list .reason_sec03 .cnt .info .bg {padding:24px 20px;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:40px auto 0;}

#reason_sec_list .reason_sec04 {}
#reason_sec_list .reason_sec04 .cnt {padding-top:40px;border-top:1px solid #E6E6E6;display:block;margin-bottom:40px;}
#reason_sec_list .reason_sec04 .cnt .img {width:100%;margin-bottom:32px;}
#reason_sec_list .reason_sec04 .cnt .info {width:100%;}
#reason_sec_list .reason_sec04 .cnt .info h3 {font-size:28px;line-height:1.4;margin-bottom:16px;}
#reason_sec_list .reason_sec04 .cnt .info .text {}

#reason_sec_list .reason_sec04 table {line-height:1.4;}
#reason_sec_list .reason_sec04 table thead {}
#reason_sec_list .reason_sec04 table thead td {width: 100px;}
#reason_sec_list .reason_sec04 table thead th {padding:10px;border:1px solid #B8D9F6;background:#EDF6FF;box-sizing: border-box;vertical-align:middle;}
#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:10px;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:10px;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:40px;border-top:1px solid #E6E6E6;display:block;}
#reason_sec_list .reason_sec05 .cnt .img {width:100%;margin-bottom: 32px;}
#reason_sec_list .reason_sec05 .cnt .info {width:100%;}
#reason_sec_list .reason_sec05 .cnt .info h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
#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 20px;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:40px auto 0;}
#reason_sec_list .reason_sec05 .cnt .info .btn01 br {display:none;}


/*コピーページ p03
=========================================== */
#cpsec01 {padding:105px 5% 100px;}
#cpsec01 .cp01 {font-size:32px;line-height:1.4;margin-bottom:16px;}
#cpsec01 .cp02 {font-size:21px;line-height:1.4;margin-bottom:40px;}
#cpsec01 .cp02 br {display:none;}

#cpsec01 .cp03 {padding:24px 20px;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 {display:block;}
#cpsec01 table tr {line-height:28.8px;display:block;}
#cpsec01 table tr th {display:block;width:100%;border-bottom:1px solid #297ECE;padding:16px;background:#005FB8;color:#fff;box-sizing:border-box;}
#cpsec01 table tr td {display:block;width:100%;border:1px solid #E6E6E6;border-bottom:0;padding:16px;background:#fff;box-sizing:border-box;;}
#cpsec01 table tr:last-child td {border-bottom:1px solid #E6E6E6;}
#cpsec01 .cp06 {line-height:1.2;margin-top:16px;}

.cp07.flex {display:block;margin-top:40px;}
.cp07 .cp07_main {width: 100%;margin-bottom: 24px;}
.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:8px;line-height:1.2;}
.cp07 .cp07_thum {width: 100%;margin-bottom: 0;margin-top:-16px;}
.cp07 .cp07_thum .cp07_thum01 {width:104px;margin-right:8px;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:last-child {margin-right: 0;}



#cpsec02 {padding:40px 5%;background:#005FB8;box-sizing:border-box;}
#cpsec02 .btn {width:100%;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:100px 5%;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:20px;background:#fff;}
.cp_cnt_list .cp_cnt .other02 .other02_in {margin-bottom:20px;}
.cp_cnt_list .cp_cnt .other02 .other02_in:last-child {margin-bottom:0;}
.cp_cnt_list .cp_cnt .other02 .other02_in .other02_in01 {padding:32px 20px;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:32px 20px;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 {display:block;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:100%;}
.cp_cnt_list .cp_cnt .tokutyo_list .tokutyo .info h3 {font-size:22px;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:100%;margin-top:16px;}
.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 20px;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:16px;}
.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 {margin-bottom:24px;}
.cp_cnt_list .cp_cnt .customize_list {margin-top:-16px;}
.cp_cnt_list .cp_cnt .customize_list .customize01 {width:calc(50% - 8px);margin:16px 16px 0 0;}
.cp_cnt_list .cp_cnt .customize_list .customize01:nth-child(2n) {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 {display:block;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01 {width:100%;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .sunpou_list .sunpou01:nth-child(2n) {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:none;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:none;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;box-sizing:border-box;}
.cp_cnt_list .cp_cnt .haisyutu_list .haisyutu01 .info {padding:24px;box-sizing:border-box;background:#fff;}

.cp_cnt_list .cp_cnt .other09_p {margin-bottom:24px;}

.other09_table {width:100%;}
.other09_table table {width:auto;width:650px;}
.cp_cnt_list .cp_cnt table {line-height:26px;font-size:17px;}
.cp_cnt_list .cp_cnt table thead {}
.cp_cnt_list .cp_cnt table thead th {width:240px;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:16px;background:#fff;vertical-align:middle;}
.scroll-hint-icon {top: 50px!important;}

.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:16px;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:24px;background:#fff;box-sizing:border-box;display:block;margin-bottom:16px;}
.cp_cnt_list .cp_cnt .voice_list .voice .info {width:100%;}
.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:100%;margin-top:24px;}
.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-top:24px;}





/*製品リスト (product) p04
=========================================== */
#p04box01 {padding:105px 5% 100px;background:#F6F6F6;}
.product_tax_list {}
.product_tax_list .product_tax {padding:24px 20px;background:#fff;box-sizing:border-box;display:block;margin-bottom:24px;}
.product_tax_list .product_tax:last-child {margin-bottom:0;}
.product_tax_list .product_tax .img {width:100%;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:100%;margin-top:16px;}
.product_tax_list .product_tax .info .product_tax_title {font-size:32px;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 {}
.product_tax_list .product_tax .info .product_list .product01 {width:100%;margin-bottom:8px;}
.product_tax_list .product_tax .info .product_list .product01:last-child {margin-bottom:0;}
.product_tax_list .product_tax .info .product_list .product01 a {display:block;vertical-align:middle;font-weight:500;line-height:1.35;padding-left:16px;background:#EDF6FF;position:relative;text-decoration:none;padding:16px 68px 16px 16px;box-sizing:border-box;}
.product_tax_list .product_tax .info .product_list .product01 a .ya {position: absolute;top:0;bottom:0;right:16px;margin:auto;width: 40px;}


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

#p05box01 {padding:105px 5% 100px;background:#F6F6F6;}
.product_single {}
.product_single .cnt {display:block;}
.product_single .cnt .info {width:100%;margin-bottom:32px;}
.product_single .cnt .info .tax {margin-bottom: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:0 8px 8px 0;}
.product_single .cnt .info .tax li:last-child {margin-right:0;}
.product_single .cnt .info .ul01 {}
.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:100%;margin-bottom:0!important;padding-bottom:80px;}
.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_img button.slick-arrow {opacity: 1;z-index: 2;transition: 0.3s;width:80px;height:40px;top:auto;bottom:-20px;border-radius:40px;border:1px solid #212326;}
.product_img button.slick-prev.slick-arrow {background: url("../img/top/arrow01.svg") no-repeat center;left: calc(50% - 90px);}
.product_img button.slick-next.slick-arrow {background: url("../img/top/arrow02.svg") no-repeat center;right: calc(50% - 90px);}
.product_img button.slick-arrow:before {content: none;}
.product_img button.slick-disabled {opacity:0.5;}

.product_single .product_box_list {margin-top:64px;}
.product_single .product_box_list .product_box {padding:32px 20px 20px;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 20px;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:24px;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:105px 5% 100px;background:#F6F6F6;}
.combination_list {display:block;}
.combination_list .combination01 {width:100%;margin-bottom:24px;background:#fff;box-sizing:border-box;overflow:hidden;}
.combination_list .combination01:last-child {margin-bottom: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:24px 20px 64px;}
.combination_list .combination01 a .info .category {}
.combination_list .combination01 a .info .category li {line-height:1.4;padding:2px 16px 4px;background:#005FB8;color:#fff;margin:0 8px 8px 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:24px;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 .ya {position:absolute;right:20px;bottom:24px;}

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

#p07box01 {padding:105px 5% 100px;background:#F6F6F6;}
.combination_single {}
.combination_single .combination_box {padding:32px 20px 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 {display:block;}
.combination_single .combination_box01 .cnt .img {width:100%;margin-bottom:32px;}
.combination_single .combination_box01 .cnt .img .in_img { aspect-ratio: 480 / 360;}

.combination_single .combination_box01 .cnt .info {width:100%;}
.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 64px 16px 16px;position:relative;background:#EDF6FF;text-decoration:none;box-sizing:border-box;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a .num {font-size:15px;line-height: 1;width:25px;text-align:center;margin-right:8px;padding-top:4px;}
.combination_single .combination_box01 .cnt .info .s_combination_list li a h3 {width:calc(100% - 33px);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;width:40px;}
.combination_single .combination_box01 .combination_text {padding:32px;background:#F6F6F6;margin-top:28px;}

.combination_single .combination_box02 {}
.combination_single .combination_box02 .use_combination_list {display:block;}
.combination_single .combination_box02 .use_combination_list .use_combination01 {width:100%;margin-bottom:24px;}
.combination_single .combination_box02 .use_combination_list .use_combination01:last-child {margin-bottom: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:105px 5% 100px;}
#p08box01 .bg {padding:32px 20px;border:1px solid #005FB8;box-sizing:border-box;}
#p08box01 .bg h3 {font-size:21px;line-height:1.4;margin-bottom:24px;}
#p08box01 .bg ul {display:block;}
#p08box01 .bg ul li {width:100%;margin-bottom:12px;line-height:1.2;text-indent:-1em;padding-left:1em;}
#p08box01 .bg ul li span {font-weight:bold;}

#p08box01 .cnt {display:block;margin-top:100px;}
#p08box01 .cnt .title01 {margin-bottom:40px;}
#p08box01 .cnt h3 {font-size:20px;line-height:1.5;}

.custom_box_list {}
.custom_box_list .custom_box {margin-top:40px;border-top:1px solid #E6E6E6;padding-top:24px;}
.custom_box_list .custom_box .k_title01 {margin-bottom:24px;}
.custom_box_list .custom_box .custom_list {}
.custom_box_list .custom_box .custom_list .custom {width:calc(50% - 8px);margin:16px 16px 0 0;}
.custom_box_list .custom_box .custom_list .custom:nth-child(1) {margin-top:0;}
.custom_box_list .custom_box .custom_list .custom:nth-child(2) {margin-top:0;}
.custom_box_list .custom_box .custom_list .custom:nth-child(2n) {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:4px;}

#p08box02 {padding:100px 5%;background:#F6F6F6;}
#p08box02 .cnt {display:block;margin-bottom:40px;}
#p08box02 .cnt .title01 {margin-bottom:40px;}
#p08box02 .cnt h3 {font-size:20px;line-height:1.5;}

.project_box_list {}
.project_box_list .project_box {padding:32px 20px;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 {padding-right: 20px;}
.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;display:none;}
.project_box_list .project_box:first-child .project_box_in {display:block;}


.project_box_list .project_box .box_list {display:block;}
.project_box_list .project_box .box_list .box {padding:32px 20px;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:28px;display:block;}
.project_box_list .project_box .project_img_list .project_img {width:100%;margin-bottom:16px;position:relative;}
.project_box_list .project_box .project_img_list .project_img:last-child {margin-bottom: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:100px 5%;}
#p08box03 .cnt {display:block;margin-bottom:40px;}
#p08box03 .cnt .title01 {margin-bottom: 40px;}
#p08box03 .cnt h3 { font-size: 20px;line-height: 1.5;}

.c_flow_list {}
.c_flow_list .c_flow {width:calc(50% - 4px);margin-right:8px;}
.c_flow_list .c_flow:nth-child(3) {margin-top:32px;}
.c_flow_list .c_flow:nth-child(4) {margin-top:32px;}
.c_flow_list .c_flow:nth-child(2n) {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:18px;line-height:1.4;}
.c_flow_list .c_flow .p01 {line-height:1.4;}

/*ご相談から納品までの流れ (flow) p09
=========================================== */
#p09box01 {padding:105px 5% 100px;background:#F6F6F6;}
#p09box01 .flow_list {}
#p09box01 .flow_list .flow01 {padding:24px 20px 32px;box-sizing:border-box;background:#fff;border-top:1px solid #005FB8;margin-bottom:32px;}
#p09box01 .flow_list .flow01:last-child {margin-bottom:0;}
#p09box01 .flow_list .flow01 .cnt {flex-direction: column-reverse;}
#p09box01 .flow_list .flow01 .cnt .info {width:100%;margin-top:24px;}
#p09box01 .flow_list .flow01 .cnt .img {width:100%;}

#p09box01 .flow_list .flow01 .midashi_box {}
#p09box01 .flow_list .flow01 .midashi_box .num {width:32px;height:32px;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%;font-size:16px;}
#p09box01 .flow_list .flow01 .midashi_box h2 {width:calc(100% - 40px);font-size:28px;line-height:1.2;}
#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:10px;padding-left:40px;}
#p09box01 .flow_list .flow01 ul {margin-top:12px;}
#p09box01 .flow_list .flow01 ul li {line-height:1.2;text-indent:-1em;padding-left:1em;margin-bottom:8px;}
#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;display:block;background:#EDF6FF;box-sizing:border-box;margin-top:24px;}
#p09box01 .flow_list .flow01 .bg .left {margin-right:24px;width:100%;}
#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 {width:100%;height:52px;margin-top:16px;}
#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;display:block;}
#p09box01 .info_box_list .info_box:last-child {margin-bottom:0;}
#p09box01 .info_box_list .info_box .info {width:100%;}
#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:100%;margin-top:24px;}


/*アフターサポート (support) p10
=========================================== */
#p10box01 {padding:105px 5% 100px;background:#F6F6F6;}
#p10box01 .title01 {margin-bottom:40px;}
#p10box01 .maintenance_list {}
#p10box01 .maintenance_list .maintenance01 {border-top: 1px solid #E6E6E6;padding-top:32px;margin-bottom:32px;display:block;}
#p10box01 .maintenance_list .maintenance01:last-child {margin-bottom:0;}
#p10box01 .maintenance_list .maintenance01 .info {width:100%;margin-bottom:32px;}
#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:12px;}
#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:100%;}
#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;box-sizing:border-box;background:#fff;display:block;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img {width:100%;margin-bottom:16px;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img:last-child {margin-bottom:0;}
#p10box01 .maintenance_list .maintenance01 .img01 .img_list .img p {line-height:1.2;margin-top:4px;}
#p10box01 .maintenance_list .maintenance01 .img02 {width:100%;}
#p10box01 .maintenance_list .maintenance01 .img02 h4 {width:100%;line-height:48px;color:#fff;background:#005FB8;text-align:center;}
#p10box01 .maintenance_list .maintenance01 .img02 .img {width:100%;}
#p10box01 .maintenance_list .maintenance01 .img02 .img p {line-height:1.2;margin-top:8px;}

#p10box02 {padding:100px 5%;}
#p10box02 .cnt {display:block;margin-bottom:64px;}
#p10box02 .cnt .title01 {margin-bottom:40px;}
#p10box02 .cnt h3 {font-size:24px;line-height:1.4;}

#p10box02 .cnt01 {margin-bottom:40px;display:block;}
#p10box02 .cnt01 >  div {border-top: 1px solid #E6E6E6;padding-top:24px;width:100%;}
#p10box02 .cnt01 >  div .k_title01 {margin-bottom:24px;}
#p10box02 .cnt01 .left {margin-bottom:40px;}
#p10box02 .cnt01 .left ul {}
#p10box02 .cnt01 .left ul li {padding:16px;box-sizing:border-box;background:#EDF6FF;margin-bottom:8px;display:block;}
#p10box02 .cnt01 .left ul li:last-child {margin-bottom:0;}
#p10box02 .cnt01 .left ul li .num {width:100%;line-height:1;margin-bottom:8px;}
#p10box02 .cnt01 .left ul li .naiyou {width:100%;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 {display:block;}
#p10box02 .cnt02 .setsubi_list .setsubi01 {width:100%;margin-bottom:40px;}
#p10box02 .cnt02 .setsubi_list .setsubi01:last-child {margin-bottom:0;}
#p10box02 .cnt02 .setsubi_list .setsubi01 p {line-height:1.4;margin-top:8px;text-align:center;}

#p10box02 .cnt03 {padding:32px 20px;background:#FFF5F5;border:1px solid #F3BDBE;box-sizing:border-box;display:block;}
#p10box02 .cnt03 h3 {font-size:28px;line-height:1.4;margin-bottom:24px;}
#p10box02 .cnt03 ul {width:100%;display:block;}
#p10box02 .cnt03 ul li {width:100%;margin-bottom: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;}
#p10box02 .cnt03 ul li:last-child {margin-bottom:0;}

#p10box03 {padding:100px 5%;background:#F6F6F6;}
#p10box03 .cnt {display:block;}
#p10box03 .cnt .info {width:100%;margin-bottom:40px;}
#p10box03 .cnt .info .title01 {margin-bottom:64px;}
#p10box03 .cnt .info h3 {font-size:24px;line-height:1.4;margin-bottom:24px;}
#p10box03 .cnt .info .text {}
#p10box03 .cnt .img {width:100%;}



/*会社案内 (corporate) p11
=========================================== */
#p11box01 {padding:105px 5% 100px;}
#p11box01 .title01 {margin-bottom:64px;}
#p11box01 table {line-height:28.8px;}
#p11box01 table tr {display:block;}
#p11box01 table tr th {display:block;width:100%;padding:16px 24px;box-sizing:border-box;background:#005FB8;color:#fff;}
#p11box01 table tr td {display:block;width:100%;border:1px solid #E6E6E6;border-bottom:0;padding:16px 24px;box-sizing: border-box;}
#p11box01 table tr:last-child td {border-bottom:1px solid #E6E6E6;}

#p11box02 {padding:100px 5%;background:#F6F6F6;}
#p11box02 .cnt {display:block;}
#p11box02 .cnt .title01 {margin-bottom:40px;}
#p11box02 .cnt .message_box {width:100%;}
#p11box02 .cnt .message_box .img {width:100%;margin-bottom:24px;}
#p11box02 .cnt .message_box .info {width:100%;}
#p11box02 .cnt .message_box .info .text {}
#p11box02 .cnt .message_box .info h3 {font-weight:400;line-height:1.6;margin-top:24px;}

#p11box03 {padding:100px 5%;}
#p11box03 .cnt {display:block;}
#p11box03 .cnt .title01 {margin-bottom:40px;}
#p11box03 .cnt h3 {font-size:24px;line-height:1.6;}

#p11box04 {padding:100px 5%;background:#F6F6F6;}
#p11box04 .title01 {margin-bottom:40px;}

.enkaku_list {}
.enkaku_list .enkaku {padding-left:32px;padding-bottom:24px;border-bottom:1px solid #E6E6E6;margin-bottom:24px;position:relative;display:block;box-sizing: border-box;}
.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 + 25px);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:100%;font-weight:bold;line-height:1.4;}
.enkaku_list .enkaku .nen span {font-size:32px;line-height: 1;}
.enkaku_list .enkaku .naiyou {width:100%;font-weight:bold;line-height:1.4;margin-top:8px;}

#p11box05 {padding:100px 5%;}
#p11box05 .title01 {margin-bottom:40px;}
#p11box05 .cnt {display:block;}
#p11box05 .cnt .img {width:100%;margin-bottom:30px;}
#p11box05 .cnt .info {width:100%;}
#p11box05 .cnt .info h3 {font-size:26px;line-height:1.2;margin-bottom:24px;}
#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:40px;text-align: center;}
#p11box05 .banner p {line-height:1.4;margin-bottom:24px;font-weight:bold;}
#p11box05 .banner .img {max-width: 659px; margin: 0 auto;}



#p11box06 {padding:100px 5%;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.4;border:1px solid #005FB8;padding: 16px 56px 20px 16px;background: url("../img/p11/recruit_title.svg")no-repeat center right 20px;}
.recruit_data_list .recruit_data .recruit_title.on {color:#fff;background: url("../img/p11/recruit_title_on.svg")no-repeat center right 20px #005FB8;}
.recruit_data_list .recruit_data .recruit_naiyou {display:none;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg {padding:24px 20px;background:#fff;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .title {font-size:24px;line-height:1.4;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .tag {margin-top:8px;}
.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:32px;display:block;width:100%;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr th {display:block;width:100%;border:1px solid #B8D9F6;border-bottom:0;padding:16px;box-sizing:border-box;background:#EDF6FF;vertical-align:middle;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr td {display:block;width:100%;border:1px solid #E6E6E6;border-bottom:0;padding:16px;box-sizing:border-box;}
.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg table tr:last-child td {border-bottom:1px solid #E6E6E6;}

.recruit_data_list .recruit_data .recruit_naiyou .recruit_bg .btn01 {margin-top:32px;}
.recruit_data_list .recruit_data:first-child .recruit_title {color:#fff;background: url("../img/p11/recruit_title_on.svg")no-repeat center right 20px #005FB8;}
.recruit_data_list .recruit_data:first-child .recruit_title.on {color:#005FB8;background: url("../img/p11/recruit_title.svg")no-repeat center right 20px;}
.recruit_data_list .recruit_data:first-child .recruit_naiyou {display:block;}
.no_recruit_data {padding:40px 0 ;background:#D8D8D8;font-size:20px;line-height:1.4;}

#p11box07 {padding:100px 5%;}
#p11box07 .title01 {margin-bottom:40px;}

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

.photo_gallery .photo_gallery01 {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;}
.page-contact .kotei_h_contact {display:none;}
.page-contact .footer {padding-bottom:0;}

#p12box01 {padding:105px 5% 100px;background:#F6F6F6;}
#p12box01 .num_box {display:block;}
#p12box01 .num_box .num_box01 {width:100%;background:#fff;padding:40px 0;box-sizing:border-box;margin-bottom:24px;}
#p12box01 .num_box .num_box01:last-child {margin-bottom: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 20px 40px;background:#fff;margin-top:24px;}
#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 20px;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: 80px;margin-top: -80px;}

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_sp.png") no-repeat center;}
ul.contact-state > li.state02 {background: url("../img/p12/state02_sp.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#tel01 {width: 200px;}

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

/*select*/
select.wpcf7-form-control.wpcf7-select {width: 100%;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: 8px;}
.wpcf7-list-item label {display: flex;align-items: baseline;}

/*radio*/
.codedropz-upload-handler {border: 1px solid #D4D4D4!important;}
.codedropz-upload-container {padding: 45px;}
.codedropz-upload-container h3 {font-size:16px!important;margin-bottom:5px;font-weight: 400;line-height:1.2!important;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 20px;background:#FFF4F4;}
.privacypolicy .privacypolicy01 {display:block;line-height:1;margin-top:16px;}
.privacypolicy .privacypolicy01 a {text-decoration:underline;}

tr.sales th {position: relative;padding-left: 50px;box-sizing: border-box;line-height: 1.6;}
tr.sales th .hissu {position: absolute;left: 0;line-height: 1;top: 4px;}


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

input.wpcf7-form-control.btn04 {width: 300px; height: 60px;cursor: pointer; transition: 0.3s;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;}

input.wpcf7-form-control.btn04:hover {opacity:0.7;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {width: 300px; height: 60px;cursor: pointer; transition: 0.3s;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;border-radius:40px;color:#fff;}
input.wpcf7-form-control.btn05:hover {opacity:0.7;}

input.wpcf7-form-control.btn05.wpcf7c-btn-back {margin-top: 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:105px 5% 100px;background:#F6F6F6;}
#p13box01 .news_cnt {display:block;}
#p13box01 .news_cnt .news_main {width:100%;}

.news_list {display:block;}
.news_list .news01 {width:100%;margin-bottom:24px;background:#fff;box-sizing:border-box;overflow:hidden;}
.news_list .news01:last-child {margin-bottom: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 36px;}
.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:10px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p13/arrow02.svg") no-repeat center;margin-left:10px;}
.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:100%;margin-top:80px;}
#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 {}
.single-post #main.kasou .news_single_kasou {margin-bottom:15px;align-items:center;}
.single-post #main.kasou .news_single_kasou .time {width:110px;box-sizing:border-box;}
.single-post #main.kasou .news_single_kasou .category {width:calc(100% - 110px);}
.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: 24px;line-height: 1.4;}

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

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

.news_single .mokuji_box {padding-top:24px;border-top:1px solid #E6E6E6;padding-bottom:48px;border-bottom:1px solid #E6E6E6;margin-top:20px;}
.news_single .mokuji_box h2 {font-size:20px;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_box_list {}
.news_single_box_list .news_single_box {padding-top:20px;border-top:1px solid #E6E6E6;margin-top:48px;}
.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:16px;}
.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:48px;}
.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:48px;}
.writer_info_list .writer_info {margin-bottom:20px;overflow:hidden;padding:36px 20px;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;text-align:center;}

.writer_info_list .writer_info .cnt {display:block;}
.writer_info_list .writer_info .cnt .img {width:120px;margin:0 auto 24px;}
.writer_info_list .writer_info .cnt .img .in_img {aspect-ratio: 100 / 100;overflow:hidden;}
.writer_info_list .writer_info .cnt .info {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.4;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 15px;}

.post-navigation ul li.next {width:50px;}
.post-navigation ul li.prev {width:50px;}

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

.post-navigation ul li.next span {display:none;}
.post-navigation ul li.prev span {display:none;}


/*Thanks・404
=========================================== */
#other{padding:78px 5% 80px;text-align: center;}
#other h2 {font-size: 22px;margin-bottom: 25px;}
#other .other_in p {font-size: 17px;position: relative;margin: 10px 0;}
#other .btn01 {margin-top:25px;}

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 370px) {
}
@media screen and (min-width: 0px) and (max-width: 350px) {
}
@media screen and (min-width: 0px) and (max-width: 330px) {
}
.grecaptcha-badge {
	visibility: hidden;
}