@charset "utf-8";
#contents{color:#3a4856;letter-spacing:0.025em;background:url(/img/contents_bg.png) right top / auto auto no-repeat;}

/* -------------------------------------------------- */
/* common-bg */
.common-bg01{background-color:#edf5fa;}

/* -------------------------------------------------- */
/* common-inner */
.common-inner01{max-width:800px;margin:auto;}
.common-inner02{max-width:1000px;margin:auto;}

/* -------------------------------------------------- */
/* common-breadcrumb */
.common-breadcrumb > .container{padding-top:10px;padding-bottom:10px;}
.common-breadcrumb ul{display:flex;flex-wrap:wrap;}
.common-breadcrumb ul > li{color:#000;font-size: 1.2rem;}
.common-breadcrumb ul > li + li{position:relative;padding-left:2em;margin-left:2em;}
.common-breadcrumb ul > li + li::before{content:"";position:absolute;left:-0.5em;top:50%;width:7px;height:7px;border-top:2px solid #00a1e9;border-right:2px solid #00a1e9;transform:translateY(-50%)rotate(45deg);box-sizing:border-box;}
.common-breadcrumb ul > li a{color:#00a1e9;text-decoration:underline;}

/* -------------------------------------------------- */
/* common-lead */
.common-lead01{font-size:2rem;font-weight:500;line-height:2;}
* + .common-lead01{margin-top:1em;}

/* -------------------------------------------------- */
/* common-list */
.common-list01 > li{position:relative;margin-top:0.5em;color:#000;font-size:1.6rem;}
.common-list01 > li::before{content:"";position:absolute;left:0;border-radius:50%;box-sizing:border-box;}
.common-list01 > li:has(a){padding-left:30px;}
.common-list01 > li:has(a)::before{top:3px;width:18px;height:18px;border:1px solid #ccc;}
.common-list01 > li:has(a)::after{content:"";position:absolute;left:5px;top:9px;width:4px;height:4px;border-top:1px solid #00a1e9;border-right:1px solid #00a1e9;transform:rotate(45deg);}
.common-list01 > li:has(a):hover{text-decoration:underline;}
.common-list01 > li:not(:has(a)){padding-left:25px;}
.common-list01 > li:not(:has(a))::before{top:6px;width:10px;height:10px;background-color:#00a1e9;}
.common-list02 > li{position:relative;padding:30px 30px 30px 85px;color:#000;font-size:2rem;font-weight:700;background-color:#fff;}
.common-list02 > li::before,.common-list02 > li::after{content:"";position:absolute;}
.common-list02 > li::before{left:30px;top:28px;width:32px;height:32px;border-radius:50%;background-color:#edf5fa;}
.common-list02 > li::after{left:38px;top:38px;width:16px;height:12px;background:url(/img/check01.png) left top / 100% auto no-repeat;}
.common-list02 > li + li{margin-top:10px;}
.common-list03 > li{margin-top:1em;color:#000;font-size:1.6rem;}
ol.common-list03 > li{list-style: decimal; padding-left: 20px; margin-left: 20px; margin-top: 0.5em;}

/* -------------------------------------------------- */
/* common-newslist */
.common-newslist01 > li{display:flex;align-items:center;border-bottom:1px solid #f0f0f0;}
.common-newslist01 > li .date{color:#6f6f6f;font-size:1.3rem;font-weight:600;}
.common-newslist01 > li .ttl{position:relative;flex:1;padding:40px 84px 40px 40px;color:#3a4856;font-size:2rem;font-weight:700;}
.common-newslist01 > li .ttl::after{content:"";position:absolute;right:0;top:50%;width:64px;height:64px;border:1px solid #cccccc;border-radius:50%;background:url(/img/arrow02.png) center center / 16px auto no-repeat;transform:translateY(-50%);transition: .2s;}
.common-newslist01 > li .ttl:hover::after{transform:translateY(-50%)scale(1.2);}

/* -------------------------------------------------- */
/* common-teclist */
.common-teclist01 > li {display:flex;align-items:center;border-bottom:1px solid #f0f0f0;}
.common-teclist01 > li a{position:relative; width: 100%; display: block;}
.common-teclist01 > li a::after{content:"";position:absolute;right:0;top:50%;width:64px;height:64px;border:1px solid #cccccc;border-radius:50%;background:url(/img/arrow02.png) center center / 16px auto no-repeat;background-color: #fff; transform:translateY(-50%);transition: .2s;}
.common-teclist01 > li a:hover::after{transform:translateY(-50%)scale(1.2);}
.common-teclist01 > li a .inner{position:relative;flex:1;padding:40px 84px 40px 120px;color:#3a4856;font-size:2rem;font-weight:700;}
.common-teclist01 > li a .inner .img{position:absolute;left:0;top:50%;width:90px;height:90px;transform:translateY(-50%);}
.common-teclist01 > li a .inner .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.common-teclist01 > li .cat-tag-list{display: flex; flex-wrap: wrap; font-size: 1.2rem; gap: 10px; margin-top: 20px;}
.common-teclist01 > li .cat-tag-list li{line-height: 1;}
.common-teclist01 > li .cat-tag-list .cat{display: inline-flex; align-items: center; position: relative; background: #fff; border-radius: 4px; border: 1px solid #00a1e9; color: #00a1e9; padding: 10px 16px 10px 12px;}
.common-teclist01 > li .cat-tag-list .cat::before {content: ""; display: inline-block; left: 50%;top: 0;width: 5px;height: 5px;background: #00a1e9;
	/* transform: translateX(-50%) translateY(-50%); */
	margin-right: 8px;}
.common-teclist01 > li .cat-tag-list .tag{background: #edf5fa; border-radius: 4px; padding: 10px 16px;}
.common-bg01 .common-teclist01 > li .cat-tag-list .tag{background: #fff;}

/* -------------------------------------------------- */
/* common-itemlist */
.common-itemlist01 > li:not(:last-child){border-bottom:1px solid #f0f0f0;}
.common-itemlist01 > li a{display:flex;align-items:center;padding:80px 0;}
.common-itemlist01 > li .img{width:480px;}
.common-itemlist01 > li .img figure{position:relative;width:100%;height:0;padding-top:66.66666666666667%;}
.common-itemlist01 > li .img figure img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.common-itemlist01 > li .inner{flex:1;padding-left:80px;}
.common-itemlist01 > li .inner .ttl{position:relative;padding-right:100px;color:#00a1e9;font-size:3.6rem;font-weight:700;}
.common-itemlist01 > li .inner .ttl::after{content:"";position:absolute;top:0;right:0;width:80px;height:80px;border:1px solid #ccc;border-radius:50%;background:url(/img/arrow02.png) center center / 16px auto no-repeat;box-sizing:border-box;transition: .2s;}
.common-itemlist01 > li:hover  .inner .ttl::after{transform:scale(1.2);}
.common-itemlist01 > li .inner .ttl span{display:block;color:#3a4856;font-size:1.6rem;font-weight:500;}
.common-itemlist01 > li .inner .txt{margin-top:50px;font-size:1.8rem;line-height:2;}
.common-itemlist02{display:flex;flex-wrap:wrap;gap:60px 30px;}
.common-itemlist02 > li{width:calc((100% - 60px) / 3);border-bottom:1px solid #ccc;}
.common-itemlist02 > li a{display:flex;flex-direction:column;height:100%;padding-bottom:20px;}
.common-itemlist02 > li .img{position:relative;width:100%;height:0;padding-top:66.57894736842105%;}
.common-itemlist02 > li .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.common-itemlist02 > li .ttl{margin-top:20px;color:#3a4856;font-size:2rem;font-weight:700;}
.common-itemlist02 > li .labelarea{display:flex;flex-wrap:wrap;gap:10px;margin:15px 0 20px;}
.common-itemlist02 > li .labelarea .cat{position:relative;padding:5px 15px 5px 25px; color:#00a1e9;font-size:1.2rem;font-weight:700;border:1px solid #00a1e9;border-radius:4px;background-color:#fff;}
.common-itemlist02 > li .labelarea .cat::before{content:"";position:absolute;top:50%;left:10px;width:5px;height:5px;background-color:#00a1e9;transform:translateY(-50%);}
.common-itemlist02 > li .labelarea .tag{color:#3a4856;font-size:1.2rem;font-weight:700;padding:5px 15px;border-radius:4px;background-color:#edf5fa;}
.common-bg01 .common-itemlist02 > li .labelarea .tag{background-color:#fff;}
.common-itemlist02 > li .more{position:relative;padding-right:40px;margin-top:auto;text-align:right;color:#00a1e9;font-size:1.4rem;}
.common-itemlist02 > li .more::after{content:"";position:absolute;right:0;top:50%;width:28px;height:28px;border:1px solid #ccc;border-radius:50%;background:url(/img/arrow02.png)center center / 7px auto no-repeat #fff;transform:translateY(-50%);transition: .2s;}
.common-itemlist02 > li a:hover .more::after{transform:translateY(-50%)scale(1.2);}
.common-itemlist03{display:flex;gap:0 30px;}
.common-itemlist03 > li{position:relative;width:calc((100% - 60px) / 3);}
.common-itemlist03 > li .img{position:relative;width:100%;height:0;padding-top:66.84210526315789%;}
.common-itemlist03 > li .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(60,89,102,1) 0%, rgba(255,255,255,0) 100%);opacity:.7;mix-blend-mode:multiply;z-index:1;}
.common-itemlist03 > li .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
.common-itemlist03 > li .ttl{position:absolute;left:30px;bottom:30px;width:calc(100% - 60px);padding:0 84px 0 0;color:#fff;font-size:2rem;font-weight:700;line-height:1.4;box-sizing:border-box;z-index:1;}
.common-itemlist03 > li .ttl::after{content:"";display:block;width:64px;height:64px;background:url(/img/arrow01.png) no-repeat;background-size:contain;position:absolute;top:50%;right:0;transition:.2s;transform:translateY(-50%);}
.common-itemlist03 > li a:hover .ttl::after{transform:translateY(-50%)scale(1.2);}
.common-itemlist03 > li .ttl span{display:block;margin-bottom:0.5em;font-size:1.6rem;}

/* -------------------------------------------------- */
/* common-catlist */
.common-catlist01{display:flex;justify-content:center;flex-wrap:wrap;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.common-catlist01::after{content: '';display: block;width: 20%;}
.common-catlist01 > li{width:calc(100% / 5);text-align:center;}
.common-catlist01 > li a{display:flex;justify-content:center;align-items:center;height:100%;padding:20px 10px;color:#3a4856;font-size:1.6rem;font-weight:700;}
.common-catlist01 > li a:hover{position:relative;color:#00a1e9;}
.common-catlist01 > li a:hover::before{content:"";position:absolute;left:50%;top:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}
.common-catlist01 > li.current a,.common-catlist01 > li.current-cat a,.common-catlist01 > li.current a,.common-catlist01 > li.current-cat-parent a{position:relative;color:#00a1e9;}
.common-catlist01 > li.current a::before,.common-catlist01 > li.current-cat a::before,.common-catlist01 > li.current-cat-parent a::before{content:"";position:absolute;left:50%;top:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}
.common-lead01 + .common-catlist01{margin-top:70px;}

/* -------------------------------------------------- */
/* common-subcatlist */
.common-subcatlist01{position:relative;display:flex;flex-wrap:wrap;border-top:1px solid #f0f0f0;}
.common-subcatlist01::after{content: '';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#f0f0f0;}
.common-subcatlist01 > li{width:calc(100% / 5);text-align:center;border-bottom: 1px solid #f0f0f0;}
.common-subcatlist01 > li a{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:18px;color:#3a4856;font-size:1.6rem;font-weight:700;}
.common-subcatlist01 > li a::after{content:"";position:absolute;left:10px;top:10px;width:calc(100% - 20px);height:calc(100% - 20px);background:#edf5fa;border-radius:4px;z-index:-1;}
.common-subcatlist01 > li a:hover{position:relative;color:#00a1e9;}
.common-subcatlist01 > li a:hover::before{content:"";position:absolute;left:50%;top:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}
.common-subcatlist01 > li.current a,.common-subcatlist01 > li.current-cat a{position:relative;color:#00a1e9;}
.common-subcatlist01 > li.current a::before,.common-subcatlist01 > li.current-cat a::before{content:"";position:absolute;left:50%;top:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}
.common-subcatlist01 > li.current a::after,.common-subcatlist01 > li.current-cat a::after{border: 1px solid #00a1e9; color: #00a1e9;}

/* -------------------------------------------------- */
/* common-taglist */
.common-taglist01{display:flex;flex-wrap:wrap;gap:10px;}
.common-taglist01 > li a{display:block;padding:8px 20px;color:#3a4856;font-size:1.6rem;font-weight:700;border-radius:4px;background-color:#edf5fa;}

/* -------------------------------------------------- */
/* common-flow */
.common-flow01{counter-reset:flow01 0;}
.common-flow01 > li{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;min-height:104px;padding:20px 20px 20px 120px;color:#000;font-size:2.4rem;font-weight:700;background-color:#fff;}
.common-flow01 > li + li{margin-top:10px;}
.common-flow01 > li::before{counter-increment:flow01 1;content:counter(flow01);position:absolute;left:20px;top:20px;display:flex;justify-content:center;align-items:center;width:64px;height:64px;color:#fff;font-family:"Montserrat",sans-serif;font-size:2.4rem;font-weight:500;font-style:normal;background-color:#00a1e9;}
.common-flow01 > li span{font-size:1.6rem;font-weight:400;}

/* -------------------------------------------------- */
/* common-faq */
.common-faq01{color:#000;}
.common-faq01 > dt{position:relative;padding:30px 40px 30px 50px;font-size:2rem;font-weight:700;border-bottom:1px solid #f0f0f0;cursor:pointer;}
.common-faq01 > dt::before,.common-faq01 > dt::after{position:absolute;}
.common-faq01 > dt::before{content:"Q.";position:absolute;left:0;top:26px;color:#00a1e9;font-family:"Montserrat",sans-serif;font-size:2.4rem;font-weight:500;font-style:normal;}
.common-faq01 > dt::after{content:"";right:0;top:34px;width:20px;height:20px;background:url(/img/icon_plus01.png) left top / 100% auto no-repeat;transition:.2s;}
.common-faq01 > dt.open::after{background-image:url(/img/icon_minus01.png);}
.common-faq01 > dd{padding:20px 0;font-weight:500;line-height:2;}

/* -------------------------------------------------- */
/* common-pagination */
.common-pagination01{margin-top:60px;}
.common-pagination01 ul{display:flex;justify-content:center;flex-wrap:wrap;}
.common-pagination01 ul > li:has(.prev){margin-right:20px;}
.common-pagination01 ul > li:has(.next){margin-left:20px;}
.common-pagination01 ul > li span, .common-pagination01 ul > li a{display:flex;justify-content:center;align-items:center;width:48px;height:64px;font-family: "Montserrat","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;font-optical-sizing: auto;font-weight: 500;font-size:2rem;}
.common-pagination01 ul > li .prev, .common-pagination01 ul > li .next{position:relative;text-indent:-9999px;}
.common-pagination01 ul > li .prev::before, .common-pagination01 ul > li .next::before{content:"";position:absolute;left:50%;top:50%;width:7px;height:7px;border-top:2px solid #00a1e9;border-right:2px solid #00a1e9;}
.common-pagination01 ul > li .prev::before{transform:translate(-50%,-50%)rotate(-135deg);}
.common-pagination01 ul > li .next::before{transform:translate(-50%,-50%)rotate(45deg);}
.common-pagination01 ul > li a{color:#00a1e9;}
.common-pagination01 ul > li .current{position:relative;}
.common-pagination01 ul > li .current::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#00a1e9;}

/* -------------------------------------------------- */
/* common-postlink */
.common-postlink01{display:flex;gap:0 120px;margin-top:110px;}
.common-postlink01:not(:has(.link-prev)){justify-content:flex-end;}
.common-postlink01 .link, .common-postlink01 .common-btn01{width:calc((100% - 240px) / 3);}
.common-postlink01 .link{position:relative;color:#00a1e9;font-size:1.4rem;font-weight:700;border-bottom:1px solid #ccc;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.common-postlink01 .link::before,.common-postlink01 .link::after{content:"";position:absolute;top:50%;box-sizing:border-box;transition: .2s;}
.common-postlink01 .link::before{width:28px;height:28px;border:1px solid #ccc;border-radius:50%;transform:translateY(-50%);}
.common-postlink01 .link:hover::before{transform:translateY(-50%)scale(1.2);}
.common-postlink01 .link::after{width:7px;height:7px;border-top:2px solid #00a1e9;border-right:2px solid #00a1e9;}
.common-postlink01 .link-prev{padding:20px 0 20px 40px;}
.common-postlink01 .link-prev::before{left:0;}
.common-postlink01 .link-prev::after{left:11px;transform:translateY(-50%)rotate(-135deg);}
.common-postlink01 .link-prev:hover::after{transform:translateY(-50%)rotate(-135deg)scale(1.2);}
.common-postlink01 .link-next{padding:20px 40px 20px 0;text-align:right;}
.common-postlink01 .link-next::before{right:0;}
.common-postlink01 .link-next::after{right:11px;transform:translateY(-50%)rotate(45deg);}
.common-postlink01 .link-next:hover::after{transform:translateY(-50%)rotate(45deg)scale(1.2);}

/* -------------------------------------------------- */
/* common-anchorlink */
.common-anchorlink01{display:flex;justify-content:center;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.common-anchorlink01 > li{min-width:130px;text-align:center;}
.common-anchorlink01 > li a{display:flex;justify-content:center;align-items:center;height:100%;padding:20px 10px;color:#3a4856;font-size:1.6rem;font-weight:700;}
.common-anchorlink01 > li a:hover{position:relative;color:#00a1e9;}
.common-anchorlink01 > li a:hover::before{content:"";position:absolute;left:50%;bottom:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}
.common-anchorlink01 > li.current a{position:relative;color:#00a1e9;}
.common-anchorlink01 > li.current a::before{content:"";position:absolute;left:50%;bottom:0;width:14px;height:5px;background: url(/img/header_current.png) left center / auto 5px repeat-x;transform:translateX(-50%);}

/* -------------------------------------------------- */
/* common-imglink */
.common-imglink01 img{display:block;}
.common-imglink01.center img{margin:auto;}

/* -------------------------------------------------- */
/* common-table */
.common-table01.w-100{width:100%;}
.common-table01 tr{border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.common-table01 th,.common-table01 td{padding:30px 0;}
.common-table01 th{padding-right:2em;font-weight:700;text-align:left;}
.common-table01 th.required *::after{display:inline-block;margin-left:1em;color:#00a1e9;font-size:75%;}
.common-table01 th.required span::after{content:"必須";}
.common-table01 th small{display:block;color:#6f6f6f;font-size:1.4rem;}
.common-table01 th.required small::after{content:"required";}
.common-table01 td{color:#000;font-size:1.6rem;vertical-align:middle;}

/* -------------------------------------------------- */
/* common-bnrarea */
.common-bnrarea01{display:flex;gap:30px;}
.common-bnrarea01.col-2 > *{width:calc(50% - 30px);}

/* -------------------------------------------------- */
/* #block-ttl */
/* -------------------------------------------------- */
#block-ttl > .container{padding-top:150px;padding-bottom:130px;}
#block-ttl .ttl{display:inline-block;font-size:5.6rem;font-weight:700;background: linear-gradient(90deg,rgba(49,109,169,1) 0%, rgba(0,161,233,1) 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
#block-ttl .subttl{font-size:2.8rem;}

/* -------------------------------------------------- */
/* #block-news */
/* -------------------------------------------------- */
#block-news > .container{padding-top:110px;}

/* -------------------------------------------------- */
/* #block-edit */
/* -------------------------------------------------- */
#block-edit .ttl .date{margin-top:60px;color:#6f6f6f;font-size:1.3rem;font-weight:500;}
#block-edit .editarea{max-width:1000px;margin:120px auto 0;}
#block-edit .editarea h2{position:relative;padding-bottom:20px;font-size:3.6rem;font-weight:700;}
#block-edit .editarea h2::before,#block-edit .editarea h2::after{content:"";position:absolute;left:0;bottom:0;height:2px;}
#block-edit .editarea h2::before{width:100%;background-color:#f0f0f0;}
#block-edit .editarea h2::after{width:100px;background-color:#00a1e9;}
#block-edit .editarea h3{padding:15px 30px;font-size:2.8rem;font-weight:700; background-color:#edf5fa;}
#block-edit .editarea * + h2,#block-edit .editarea * + h3{margin-top:70px;}
#block-edit .editarea h4{position:relative;padding-left:25px;color:#00a1e9;font-size:2.4rem;font-weight:700;}
#block-edit .editarea h4::before{content:"";position:absolute;left: 0;top:50%;width:4px;height:32px;background:#00A1E9;background:linear-gradient(0deg,rgba(0,161,233,1) 0%, rgba(2,159,230,1) 50%, rgba(42,117,178,1) 50%, rgba(49,109,169,1) 100%);transform:translateY(-50%);}
#block-edit .editarea * + h4{margin-top:50px;}
#block-edit .editarea h5 {font-size:2.4rem;font-weight:700;}
#block-edit .editarea * + h5{margin-top:50px;}
#block-edit .editarea p{color:#000;font-size:1.8rem;line-height:2;}
#block-edit .editarea *:has(.alignleft)::after,#block-edit .editarea *:has(.alignright)::after{content:"";clear:both;display:block;}
#block-edit .editarea * + p{margin-top:25px;}
#block-edit .editarea p + p{margin-top:1em;}
#block-edit .editarea img{display:block;margin:auto;}
#block-edit .editarea img.alignleft{float:left;}
#block-edit .editarea img.alignright{float:right;}
#block-edit .editarea * + img {margin-top:70px;}
#block-edit .editarea ul > li{position:relative;margin-top:0.5em;color:#000;font-size:1.8rem;}
#block-edit .editarea ul > li::before{content:"";position:absolute;left:0;border-radius:50%;box-sizing:border-box;}
#block-edit .editarea ul > li:has(a){padding-left:30px;}
#block-edit .editarea ul > li:has(a)::before{top:5px;width:18px;height:18px;border:1px solid #ccc;}
#block-edit .editarea ul > li:has(a)::after{content:"";position:absolute;left:5px;top:12px;width:4px;height:4px;border-top:1px solid #00a1e9;border-right:1px solid #00a1e9;transform:rotate(45deg);}
#block-edit .editarea ul > li:has(a):hover{text-decoration:underline;}
#block-edit .editarea ul > li:not(:has(a)){padding-left:25px;}
#block-edit .editarea ul > li:not(:has(a))::before{top:9px;width:10px;height:10px;background-color:#00a1e9;}
#block-edit .editarea * + ul{margin-top:35px;}
#block-edit .editarea table th,#block-edit .editarea table td {padding:15px;font-size:1.8rem;vertical-align:middle;border:1px solid #f0f0f0;}
#block-edit .editarea table th{font-weight:700;border-bottom-color:#fff;background-color:#edf5fa;}
#block-edit .editarea table tr:first-child th:not(:last-child){border-right-color:#fff;}
#block-edit .editarea table tr:last-child th{border-bottom-color:#f0f0f0;}
#block-edit .editarea table th small{display:block;color:#6f6f6f;font-size:1.4rem;}
#block-edit .editarea table td{color:#000;text-align:center;}
#block-edit .editarea * + table {margin-top: 50px;}
#block-edit .editarea sup{vertical-align:super;}
#block-edit .editarea sub{vertical-align:sub;}
#block-edit .btnarea .common-btn01{min-width:320px;}

/* -------------------------------------------------- */
/* #block-sekkei-first */
/* -------------------------------------------------- */
#block-sekkei-first .first{display:flex;justify-content:space-between;align-items:center;}
#block-sekkei-first .first .img{width:calc(50% - 40px);}
#block-sekkei-first .first .txt{width:calc(50% - 40px);}
#block-sekkei-first .first .txt p{font-size:2rem;line-height:2;}

/* -------------------------------------------------- */
/* #block-sekkei-consultation */
/* -------------------------------------------------- */
#block-sekkei-consultation .bottom{font-size:2.4rem;font-weight:700;text-align:center;}

/* -------------------------------------------------- */
/* #block-sekkei-type */
/* -------------------------------------------------- */
#block-sekkei-type .detail{display:flex;align-items:center;padding:30px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
#block-sekkei-type .detail dt{width:360px;padding-right:40px;font-size:1.8rem;font-weight:700;}
#block-sekkei-type .detail dd{flex:1;}
#block-sekkei-type .support{padding:30px;text-align:center;background-color:#edf5fa;}
#block-sekkei-type .support h3{position:relative;padding-bottom:20px;margin-bottom:15px;font-size:2.4rem;font-weight:700;}
#block-sekkei-type .support h3::after{content:"";position:absolute;left:50%;bottom:0;width:64px;height:2px;background-color:#00a1e9;transform:translateX(-50%);}
#block-sekkei-type .support p{font-size:1.6rem;line-height:2;}

/* -------------------------------------------------- */
/* #block-sekkei-strengths */
/* -------------------------------------------------- */
#block-sekkei-strengths > .container{padding-top:0;}
#block-sekkei-strengths .list{display:flex;gap:0 30px;}
#block-sekkei-strengths .list > li{width:calc((100% - 90px) / 3);}
#block-sekkei-strengths .list.col-3 > li {width: calc((100% - 40px) / 3);}
#block-sekkei-strengths .list figure{text-align: center;}
#block-sekkei-strengths .list > li p {margin-top:15px;color:#000;font-weight:700;line-height:1.4;text-align:center;}

/* -------------------------------------------------- */
/* #block-sekkei-prod */
/* -------------------------------------------------- */
#block-sekkei-prod > .container{padding-top:0;}

/* -------------------------------------------------- */
/* #block-prod */
/* -------------------------------------------------- */
#block-prod .cat-ttl{margin-top: 80px;}
#block-prod .cat-ttl h3{font-size: 3.6rem; font-weight: bold; text-align: center; color: #00a1e9;}
#block-prod .cat-ttl p{font-size: 2rem; text-align: center; margin-top: 36px; line-height: 2;}
#block-prod .cat-ttl p a{color:#00a1e9;text-decoration:underline;}

/* -------------------------------------------------- */
/* #block-prod-detail */
/* -------------------------------------------------- */
#block-prod-detail{position:relative;}
#block-prod-detail::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:53%;background-color:#edf5fa;}
#block-prod-detail > .container{position:relative;}
#block-prod-detail .ttlarea .labelarea{display:flex;flex-wrap:wrap;gap:10px;}
#block-prod-detail .ttlarea .labelarea .cat{position:relative;padding:5px 15px 5px 25px; color:#00a1e9;font-size:1.2rem;font-weight:700;border:1px solid #00a1e9;border-radius:4px;}
#block-prod-detail .ttlarea .labelarea .cat::before{content:"";position:absolute;top:50%;left:10px;width:5px;height:5px;background-color:#00a1e9;transform:translateY(-50%);}
#block-prod-detail .ttlarea .labelarea .tag{color:#3a4856;font-size:1.2rem;font-weight:700;padding:5px 15px;border-radius:4px;background-color:#edf5fa;}
#block-prod-detail .prod_slider .item .img{position:relative;width:100%;height:0;padding-top:66.625%;}
#block-prod-detail .prod_slider .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;}
#block-prod-detail .prod_slider .item .caption{margin-top:1em;color:#000;font-size:1.6rem;font-weight:500;line-height:2;}
#block-prod-detail .prod_slider .slick-arrow{position:absolute;top:33.125%;width:100px;height:100px;text-indent:-9999px;background:url(/img/arrow01.png)left top / 100% auto no-repeat;z-index:1;transition:.2s;}
#block-prod-detail .prod_slider .slick-arrow.slick-disabled{opacity:0.5;cursor:auto;}
#block-prod-detail .prod_slider .slick-prev{left:-50px;transform:scale(-1, 1);}
#block-prod-detail .prod_slider .slick-next{right:-50px;}
#block-prod-detail .prod_thumbnail{position:relative;left:-5px;width:calc(100% + 10px);margin-top:30px;}
#block-prod-detail .prod_thumbnail.few .slick-track{transform:none !important;;}
#block-prod-detail .prod_thumbnail .item{margin:0 5px;cursor:pointer;}
#block-prod-detail .prod_thumbnail .item .img{position:relative;width:100%;height:0;padding-top:66.66666666666667%;}
#block-prod-detail .prod_thumbnail .item.slick-current .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border: 4px solid #00a1e9;box-sizing:border-box;z-index:1;transition:.2s;}
#block-prod-detail .prod_thumbnail .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}

/* -------------------------------------------------- */
/* #block-otherprod */
/* -------------------------------------------------- */
#block-otherprod .ttlarea{position:relative;}
#block-otherprod .ttlarea .common-btn01{position:absolute;right:0;top:50%;;transform:translateY(-50%);}

/* -------------------------------------------------- */
/* #block-etc, #block-etc-en */
/* -------------------------------------------------- */
#block-etc .common-lead01,#block-etc-en .common-lead01{color:#000;}

/* -------------------------------------------------- */
/* #block-rec */
/* -------------------------------------------------- */
#block-rec .rec{margin-top:90px;}
#block-rec .rec_occupation{margin-top:120px;}
#block-rec .rec_occupation .common-table01 th{width:360px;}

/* -------------------------------------------------- */
/* #block-tec */
/* -------------------------------------------------- */
#block-tec .cat-ttl{margin-top: 80px;}
#block-tec .cat-ttl h3{font-size: 3.6rem; font-weight: bold; text-align: center; color: #00a1e9;}
#block-tec .cat-ttl p{font-size: 2rem; text-align: center; margin-top: 36px; line-height: 2;}
#block-tec .cat-ttl p a{color:#00a1e9;text-decoration:underline;}
#block-tec h4{position:relative;padding-left:25px;color:#00a1e9;font-size:2.4rem;font-weight:700;}
#block-tec h4::before{content:"";position:absolute;left: 0;top:50%;width:4px;height:32px;background:#00A1E9;background:linear-gradient(0deg,rgba(0,161,233,1) 0%, rgba(2,159,230,1) 50%, rgba(42,117,178,1) 50%, rgba(49,109,169,1) 100%);transform:translateY(-50%);}
#block-tec * + h4{margin-top:60px;}
#block-tec .bnr-block {margin-top: 60px; text-align: center;}
#block-edit .bnr-block {margin-top: 60px; text-align: center;}

/* -------------------------------------------------- */
/* #block-tec-detail */
/* -------------------------------------------------- */
#block-tec-detail{position:relative;}
#block-tec-detail:has(.common-inner01)::before{content:"";position:absolute;left:0;bottom:0;width:100%;height:40%;background-color:#edf5fa;}
#block-tec-detail > .container{position:relative;}
#block-tec-detail .ttlarea .labelarea{display:flex;flex-wrap:wrap;gap:10px;}
#block-tec-detail .ttlarea .labelarea .cat{position:relative;padding:5px 15px 5px 25px; color:#00a1e9;font-size:1.2rem;font-weight:700;border:1px solid #00a1e9;border-radius:4px;}
#block-tec-detail .ttlarea .labelarea .cat::before{content:"";position:absolute;top:50%;left:10px;width:5px;height:5px;background-color:#00a1e9;transform:translateY(-50%);}
#block-tec-detail .ttlarea .labelarea .tag{color:#3a4856;font-size:1.2rem;font-weight:700;padding:5px 15px;border-radius:4px;background-color:#edf5fa;}
#block-tec-detail .mainimage{text-align:center;}
/*#block-tec-detail .tec_slider .item .img{position:relative;width:100%;height:0;padding-top:66.625%;}
#block-tec-detail .tec_slider .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#block-tec-detail .tec_slider .item .caption{margin-top:1em;color:#000;font-size:1.6rem;font-weight:500;line-height:2;}
#block-tec-detail .tec_slider .slick-arrow{position:absolute;top:33.125%;width:100px;height:100px;text-indent:-9999px;background:url(/img/arrow01.png)left top / 100% auto no-repeat;z-index:1;}
#block-tec-detail .tec_slider .slick-prev{left:-50px;transform:scale(-1, 1);}
#block-tec-detail .tec_slider .slick-next{right:-50px;}
#block-tec-detail .tec_thumbnail{position:relative;left:-5px;width:calc(100% + 10px);margin-top:30px;}
#block-tec-detail .tec_thumbnail .item{margin:0 5px;cursor:pointer;}
#block-tec-detail .tec_thumbnail .item .img{position:relative;width:100%;height:0;padding-top:66.66666666666667%;}
#block-tec-detail .tec_thumbnail .item.slick-current .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border: 4px solid #00a1e9;box-sizing:border-box;z-index:1;transition:.2s;}
#block-tec-detail .tec_thumbnail .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}*/

/* -------------------------------------------------- */
/* #block-equ */
/* -------------------------------------------------- */
#block-equ .container {padding-bottom: 0;}

#block-equ p.first {font-size: 2rem; line-height: 2;}
#block-equ .common-anchorlink01 {margin-top: 70px;}

#block-equ .inner{position: relative; display: flex; justify-content: space-between; margin-top: 90px; gap: 80px; padding-bottom: 80px;}
#block-equ #equ_02 .inner, #block-equ #equ_04 .inner {flex-direction: row-reverse;}
#block-equ .inner::after{content: ''; position: absolute; background-color: #edf5fa; width: 100vw; height: 420px; left: 50%; transform: translateX(-50%); bottom: 0; margin: auto; z-index: -1;}
#block-equ .slider_wrap{max-width: 560px; width: 100%;}
#block-equ .slider .item .img{position:relative;width:100%;height:0;padding-top:66.625%;}
#block-equ .slider .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}
#block-equ .slider .item .caption{margin-top:1em;color:#000;font-size:1.6rem;font-weight:500;line-height:2;}
#block-equ .slider .slick-arrow{position:absolute;top:40.125%;width:60px;height:60px;text-indent:-9999px;background:url(/img/arrow01.png)left top / 100% auto no-repeat;z-index:1; border: 1px solid #cccccc; border-radius: 50%;}
#block-equ .slider .slick-prev{left:-30px;transform:scale(-1, 1);}
#block-equ .slider .slick-next{right:-30px;}
#block-equ .slider .slick-arrow.slick-disabled {opacity: 0.5; cursor: auto;}
#block-equ .thumbnail{position:relative;left:-5px;width:calc(100% + 10px);margin-top:30px;}
#block-equ .thumbnail .item{margin:0 5px;cursor:pointer;}
#block-equ .thumbnail .item .img{position:relative;width:100%;height:0;padding-top:66.66666666666667%;}
#block-equ .thumbnail .item.slick-current .img::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border: 4px solid #00a1e9;box-sizing:border-box;z-index:1;transition:.2s;}

#block-equ .thumbnail.few .slick-track{transform:none !important;;}

#block-equ .thumbnail .item .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;}

#block-equ .inner .ttl{position:relative;color:#00a1e9;font-size:3.6rem;font-weight:700;}
#block-equ .inner p{font-size: 2rem; margin-top: 24px; line-height: 2;}
#block-equ .inner ul{margin-top: 120px;}

#other h4{position:relative;padding-left:25px;color:#00a1e9;font-size:2.4rem;font-weight:700;}
#other h4::before{content:"";position:absolute;left: 0;top:50%;width:4px;height:32px;background:#00A1E9;background:linear-gradient(0deg,rgba(0,161,233,1) 0%, rgba(2,159,230,1) 50%, rgba(42,117,178,1) 50%, rgba(49,109,169,1) 100%);transform:translateY(-50%);}
#other * + h4{margin-top:60px;}
#other ul{display: flex; flex-wrap: wrap; gap: 40px 30px; margin-top: 30px;}
#other ul li {width: calc(25% - 24px);}
#other ul li a {display: block; width: 100%;}
#other ul li a img {aspect-ratio: 3 / 2; width: 100%; height: 100%; object-fit: cover;}
#other ul li p{font-weight: bold; margin-top: 20px;}

/* -------------------------------------------------- */
/* #block-com */
/* -------------------------------------------------- */
#block-com .com{margin-top:80px;}
#block-com .com_message{margin-top: 80px;}
#block-com .com_message .inner{display: flex; justify-content: space-between;}
#block-com .com_message .inner .txt{margin-right: 70px; line-height: 2;}
#block-com .com_message .inner figure{max-width: 320px; width: 100%;}
#block-com .com_message .inner figure figcaption{margin-top: 26px;}
#block-com .com_message .inner figure figcaption p{font-weight: bold;}
#block-com .com_message .inner figure figcaption p span{font-size: 2.4rem;}
#block-com .com_about{margin-top: 100px;}
#block-com .com_about .common-table01 th{width:360px;}
#block-com .com_history{margin-top:100px;}
#block-com .com_history .common-table01 th{width:360px;}
#block-com .com_access{margin-top:100px;}
#block-com .com_access .inner{display: flex; justify-content: space-between;}
#block-com .com_access .inner .map{margin-right: 80px; max-width: 480px; width: 100%; height: 320px;}
#block-com .com_access .inner .map iframe{width: 100%; height: 100%;}
#block-com .com_access .inner .txt dl + dl{margin-top: 24px;}
#block-com .com_access .inner .txt dl dt{font-size: 2rem; font-weight: bold;}
#block-com .com_access .inner .txt dl dd{margin-top: 10px;}
#block-com .com_eco{margin-top:100px;}
#block-com .com_eco h3:nth-child(n+2){margin-top:100px;}
#block-com .com_eco .list_wrap {padding: 40px 80px; background-color: #edf5fa; max-width: 1000px; width: 100%; margin: 40px auto 0;}
#block-com .com_eco .list_wrap ol.common-list03 > li {padding-left: 8px;}
#block-com .com_eco .list_wrap ol.common-list03 > li::marker {color: #00A1E9; font-family: "Montserrat","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ヒラギノ角ゴ ProN W3','Hiragino Sans','Hiragino Kaku Gothic ProN','メイリオ',meiryo,"ＭＳ Ｐゴシック", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;}

#block-com .com_eco .inner {display: flex; justify-content: center; align-items: center; margin-top: 50px;}
#block-com .com_eco .inner figure {max-width: 180px; width: 100%; margin-right: 80px;}
#block-com .com_eco .inner ul li + li {margin-top: 0.5em;}
#block-com .com_eco .inner ul li a {display: inline-flex; align-items: center;}
#block-com .com_eco .inner ul li a::before{content: ''; display: inline-block; width: 8px; height: 8px; border-top: 3px solid #00a1e9; border-right: 3px solid #00a1e9;
transform: rotate(45deg); margin-right: 20px;}

#block-com .com_bottom{width: 100%; margin-top: 80px; text-align: center;}
#block-com .com_bottom img{object-fit: cover; width: 100%;}

/* -------------------------------------------------- */
/* .block-form */
/* -------------------------------------------------- */
.block-form .text-jp{color:#000;line-height:2;}
.block-form .text-en{color:#6f6f6f;line-height:2;}
.block-form .text-jp a,.block-form .text-en a{text-decoration:underline;}
.block-form .text-jp a{color:#000;}
.block-form .text-en a{color:#6f6f6f;}
.block-form .common-table01{margin-top:90px;}
.block-form .common-table01 .td-zip span{color:#3a4856;font-size:1.8rem;font-weight:700;}
.block-form .common-table01 .td-zip span + input{margin-left:0.5em;}
.block-form .note{padding:90px 0 50px;text-align:center;}
.block-form .agree{max-width:900px;margin:auto;padding:50px 0;text-align:center;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;}
.block-form .agree .checkbox.checkbox-inline input[type="checkbox"] + span{padding-right:0;color:#000;font-size:2rem;text-align:left;line-height:2;}
.block-form .agree .checkbox span::before{top:10px;}
.block-form .agree .checkbox span::after{top:18px;}
.block-form .btnarea{margin-top:100px;text-align:center;}
.block-form .complete p{font-size:2.4rem;font-weight:700;line-height:2;}

/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:1199px){
	#contents{background-size:67.6% auto;}
}
@media screen and (min-width:1px) and (max-width:1099px){
	/* -------------------------------------------------- */
	/* common-postlink */
	.common-postlink01{align-items:center;gap:0 30px;}
	.common-postlink01 .link,.common-postlink01 .common-btn01{width: calc((100% - 60px) / 3);}

	/* -------------------------------------------------- */
	/* common-itemlist */
	.common-itemlist03 > li .img{padding-top:100%;}
	.common-itemlist03 > li .ttl{bottom:0;left:15px; width:calc(100% - 30px);padding:0 0 85px 0;}
	.common-itemlist03 > li .ttl::after{top:auto;bottom:15px;left:50%;right:auto;transform:translateX(-50%);}
	.common-itemlist03 > li a:hover .ttl::after{transform:translateX(-50%)scale(1.2);}

}
@media screen and (max-width:834px){
	/* -------------------------------------------------- */
	/* common-lead */
	.common-lead01{font-size:1.8rem;}

	/* -------------------------------------------------- */
	/* common-list */
	.common-list01 > li{font-size:1.4rem;}
	.common-list01 > li:has(a){padding-left:25px;}
	.common-list01 > li:has(a)::before{top:2px;width:16px;height:16px;}
	.common-list01 > li:has(a)::after{top:7px;width:3px;height:3px;}
	.common-list01 > li:not(:has(a)){padding-left: 20px;}
	.common-list01 > li:not(:has(a))::before{top:5px;width:8px;height:8px;}
	.common-list03 > li{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* common-itemlist */
	.common-itemlist01 > li a{display:block;}
	.common-itemlist01 > li .img{width:100%;}
	.common-itemlist01 > li .inner{padding:20px 0 0;}
	.common-itemlist01 > li .inner .ttl{padding-right:60px;font-size:2.8rem;}
	.common-itemlist01 > li .inner .ttl::after{width:50px;height:50px;background-size:12px auto;}
	.common-itemlist01 > li .inner .ttl span{font-size:1.4rem;}
	.common-itemlist01 > li .inner .txt{font-size:1.6rem;}
	.common-itemlist02 > li .ttl{font-size:1.8rem;}
	.common-itemlist02 > li .labelarea .cat{font-size:1.1rem;}
	.common-itemlist02 > li .labelarea .tag{font-size:1.1rem;}
	.common-itemlist02 > li .more{font-size:1.2rem;}
	.common-itemlist03{display:block;}
	.common-itemlist03 > li{width:100%;}
	.common-itemlist03 > li + li{margin-top:1px;}
	.common-itemlist03 > li .img{padding-top:25%;}
	.common-itemlist03 > li .ttl{bottom:auto;top:50%;left:30px;width:calc(100% - 60px);padding: 0 85px 0 0;transform:translateY(-50%);}
	.common-itemlist03 > li .ttl::after{top:50%;right:0;left:auto;transform:translateY(-50%);}
	.common-itemlist03 > li a:hover .ttl::after{transform:translateY(-50%)scale(1.2);}

	/* -------------------------------------------------- */
	/* common-catlist */
	.common-lead01 + .common-catlist01{margin-top:35px;}
	.common-catlist01 > li a{font-size:1.4rem;}

		/* -------------------------------------------------- */
	/* common-subcatlist */
	.common-subcatlist01 > li a{font-size:1.4rem;}


	/* -------------------------------------------------- */
	/* common-anchorlink */
	.common-anchorlink01 > li a{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* common-taglist */
	.common-taglist01 > li a{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* common-table */
	.common-table01 th{white-space:nowrap;}
	.common-table01 td{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* #block-edit */
	/* -------------------------------------------------- */
	#block-edit .ttl .date{font-size:1.1rem;}
	#block-edit .editarea h2{padding-bottom:10px;font-size:2.8rem;}
	#block-edit .editarea h3{padding:10px 15px;font-size:2.2rem;}
	#block-edit .editarea h4{padding-left:15px;font-size:1.8rem;}
	#block-edit .editarea h4::before{width:2px;}
	#block-edit .editarea h5{font-size:1.8rem;}
	#block-edit .editarea p{font-size:1.6rem;}
	#block-edit .editarea ul > li{font-size:1.6rem;}
	#block-edit .editarea ul > li:has(a){padding-left:25px;}
	#block-edit .editarea ul > li:has(a)::before{top:4px;width:16px;height:16px;}
	#block-edit .editarea ul > li:has(a)::after{top:9px;width:3px;height:3px;}
	#block-edit .editarea ul > li:not(:has(a)){padding-left: 20px;}
	#block-edit .editarea ul > li:not(:has(a))::before{top:7px;width:8px;height:8px;}
	#block-edit .editarea table td{font-size:1.6rem;}

	/* -------------------------------------------------- */
	/* #block-sekkei-first */
	/* -------------------------------------------------- */
	#block-sekkei-first .first .img{width:calc(50% - 20px);}
	#block-sekkei-first .first .txt{width:calc(50% - 20px);}
	#block-sekkei-first .first .txt p{font-size:1.8rem;}
	#block-sekkei-strengths .list{gap:0 15px;}
	#block-sekkei-strengths .list > li{width:calc((100% - 45px) / 3);}
	#block-sekkei-strengths .list.col-3 > li {width: calc((100% - 45px) / 3);}

	/* -------------------------------------------------- */
	/* #block-sekkei-consultation */
	/* -------------------------------------------------- */
	#block-sekkei-consultation .bottom{font-size:2.2rem;}

	/* -------------------------------------------------- */
	/* #block-sekkei-type */
	/* -------------------------------------------------- */
	#block-sekkei-type .support h3{font-size:2.2rem;}

	/* -------------------------------------------------- */
	/* #block-prod */
	/* -------------------------------------------------- */
	#block-prod .cat-ttl{margin-top: 40px;}
	#block-prod .cat-ttl h3{font-size: 2.8rem; text-align: center;}
	#block-prod .cat-ttl p{font-size: 1.6rem; text-align: center; margin-top: 20px;}

	/* -------------------------------------------------- */
	/* #block-prod-detail */
	/* -------------------------------------------------- */
	#block-prod-detail .prod_slider .slick-arrow{top:35.5%;width:64px;height:64px;}
	#block-prod-detail .prod_slider .slick-prev{left:-2.65%;}
	#block-prod-detail .prod_slider .slick-next{right:-2.65%;}

	/* -------------------------------------------------- */
	/* #block-otherprod */
	/* -------------------------------------------------- */
	#block-otherprod .ttlarea{padding-bottom:64px;}
	#block-otherprod .ttlarea .common-btn01{top:auto;bottom:0;transform:none;}

	/* -------------------------------------------------- */
	/* #block-otherprod */
	/* -------------------------------------------------- */
	#block-rec .rec_occupation .common-table01 th{width:auto;}

	/* -------------------------------------------------- */
	/* #block-tec */
	/* -------------------------------------------------- */
	#block-tec .cat-ttl{margin-top: 40px;}
	#block-tec .cat-ttl h3{font-size: 2.8rem; text-align: center;}
	#block-tec .cat-ttl p{font-size: 1.6rem; text-align: center; margin-top: 20px;}
	#block-tec h4{position:relative;padding-left:25px;color:#00a1e9;font-size:2.4rem;font-weight:700;}
	#block-tec h4::before{content:"";position:absolute;left: 0;top:50%;width:4px;height:32px;background:#00A1E9;background:linear-gradient(0deg,rgba(0,161,233,1) 0%, rgba(2,159,230,1) 50%, rgba(42,117,178,1) 50%, rgba(49,109,169,1) 100%);transform:translateY(-50%);}
	#block-tec * + h4{margin-top:40px;}
	#block-tec .bnr-block {margin-top: 50px;}
	#block-edit .bnr-block {margin-top: 50px;}

	/* -------------------------------------------------- */
	/* #block-tec-detail */
	/* -------------------------------------------------- */
	#block-tec-detail .tec_slider .slick-arrow{top:35.5%;width:64px;height:64px;}
	#block-tec-detail .tec_slider .slick-prev{left:-2.65%;}
	#block-tec-detail .tec_slider .slick-next{right:-2.65%;}

	/* -------------------------------------------------- */
	/* #block-equ */
	/* -------------------------------------------------- */
	#block-equ .container {padding-bottom: 0;}

	#block-equ p.first {font-size: 2rem; line-height: 2;}
	#block-equ .common-anchorlink01 {margin-top: 70px;}

	#block-equ .inner{flex-wrap: wrap; gap: 40px;}
	#block-equ #equ_02 .inner, #block-equ #equ_04 .inner {flex-direction: row;}
	/* #block-equ .inner::after{content: ''; position: absolute; background-color: #edf5fa; width: 100vw; height: 260px; left: 50%; transform: translateX(-50%); bottom: 0; margin: auto; z-index: -1;} */
	#block-equ .inner::after{content: none; position: absolute; background-color: #edf5fa; width: 100vw; height: 260px; left: 50%; transform: translateX(-50%); bottom: 0; margin: auto; z-index: -1;}
	#block-equ .inner ul{position: relative; padding-bottom: 50px;}
	#block-equ .inner ul::after{content: ''; position: absolute; background-color: #edf5fa; width: 100vw; height: calc(100% + 50px); left: 50%; transform: translateX(-50%); bottom: 0; margin: auto; z-index: -1;}


	#block-equ .slider_wrap{max-width: 100%; width: 100%;}
	#block-equ .slider_wrap .slick-prev{left:-2.65%;}
	#block-equ .slider_wrap .slick-next{right:-2.65%;}
	#block-equ .slider_wrap .slick-arrow{width:40px;height:40px;}
	#block-equ .slider_wrap .item .caption{font-size:1.4rem;}


	#block-equ .inner .ttl{position:relative;color:#00a1e9;font-size:2.8rem;font-weight:700;}
	#block-equ .inner p{font-size: 1.8rem; margin-top: 24px; line-height: 2;}
	#block-equ .inner ul{margin-top: 80px;}

	#other .common-ttl01{font-size: 3.2rem;}
	#other h4{position:relative;padding-left:25px;color:#00a1e9;font-size:2.4rem;font-weight:700;}
	#other h4::before{content:"";position:absolute;left: 0;top:50%;width:4px;height:32px;background:#00A1E9;background:linear-gradient(0deg,rgba(0,161,233,1) 0%, rgba(2,159,230,1) 50%, rgba(42,117,178,1) 50%, rgba(49,109,169,1) 100%);transform:translateY(-50%);}
	#other * + h4{margin-top:40px;}
	#other ul{display: flex; flex-wrap: wrap; gap: 40px 25px; margin-top: 30px;}
	#other ul li {width: calc(50% - 13px);}
	#other ul li p{font-weight: bold; margin-top: 20px;}

	/* -------------------------------------------------- */
	/* #block-com */
	/* -------------------------------------------------- */
	#block-com .com{margin-top:80px;}
	#block-com .com_message .inner{flex-wrap: wrap;}
	#block-com .com_message .inner .txt{margin-right: 0;}
	#block-com .com_message .inner figure{max-width: 320px; width: 100%; margin: 40px auto 0;}
	#block-com .com_access .inner{flex-wrap: wrap;}
	#block-com .com_access .inner .map{margin-right: 0; max-width: 100%; width: 100%; height: 320px;}
	#block-com .com_access .inner .map iframe{width: 100%; height: 100%;}
	#block-com .com_access .inner .txt{margin-top: 40px;}
	#block-com .com_access .inner .txt dl dt{font-size: 1.8rem; font-weight: bold;}
	#block-com .com_access .inner .txt dl dd{font-size: 1.6rem; margin-top: 10px;}
	#block-com .com_eco{margin-top:100px;}
	#block-com .com_eco h3:nth-child(n+2){margin-top:60px;}
	#block-com .com_bottom{margin-top: 40px;}
	#block-com .com_eco .list_wrap {padding: 30px 30px; margin-top: 30px;}

	/* -------------------------------------------------- */
	/* .block-form */
	/* -------------------------------------------------- */
	.block-form .agree .checkbox.checkbox-inline input[type="checkbox"] + span{font-size:1.8rem;}
	.block-form .complete p{font-size:2rem;}
}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:622px){
	/* -------------------------------------------------- */
	/* common-newslist */
	.common-newslist01 > li{position:relative;display:block;padding:20px 50px 20px 0;}
	.common-newslist01 > li .ttl{position:static;display:block;padding:0;margin-top:10px;font-size:1.6rem;}
	.common-newslist01 > li .ttl::after{width:40px;height:40px;background-size:10px auto;}

	/* -------------------------------------------------- */
	/* common-teclist */
	.common-teclist01 > li{position:relative;display:block;padding:20px 50px 20px 0;}
	.common-teclist01 > li{position:static;display:block;padding:0;margin-top:10px;font-size:1.6rem;}
	.common-teclist01 > li::after{width:40px;height:40px;background-size:10px auto;}
	.common-teclist01 > li a .inner{padding-left:100px;}
	.common-teclist01 > li a .inner .img{top:40px;width:80px;height:80px;transform:none;}

	/* -------------------------------------------------- */
	/* common-list */
	.common-list02 > li{padding:15px 15px 15px 60px;font-size:1.8rem;}
	.common-list02 > li::before{left:15px;top:12px;}
	.common-list02 > li::after{left:24px;top:24px;width:14px;height:10px;}

	/* -------------------------------------------------- */
	/* common-itemlist */
	.common-itemlist01 > li a{padding:40px 0;}
	.common-itemlist01 > li .inner .txt{margin-top:25px;}
	.common-itemlist02{gap:30px 15px;}
	.common-itemlist02 > li {width:calc((100% - 15px) / 2);}
	.common-itemlist02 > li .ttl{margin-top:10px;}
	.common-itemlist02 > li .labelarea{margin:8px 0 10px;}
	.common-itemlist03 > li .img{padding-top:50%;}
	.common-itemlist03 > li .ttl::after{width:54px;height:54px;}
	.common-itemlist03 > li .ttl{left:15px;width:calc(100% - 30px);padding-right:65px;}

	/* -------------------------------------------------- */
	/* common-catlist */
	.common-catlist01{flex-wrap:wrap;}
	.common-catlist01::after{width: 50%;}
	.common-catlist01 > li{width:50%;}
	.common-catlist01 > li a{padding:10px;}

	/* -------------------------------------------------- */
	/* common-subcatlist */
	.common-subcatlist01{flex-wrap:wrap;}
	.common-subcatlist01 > li{width:50%;}
	.common-subcatlist01 > li a{padding:10px;}

	/* -------------------------------------------------- */
	/* common-anchorlink */
	.common-anchorlink01{flex-wrap:wrap;}
	.common-anchorlink01 > li{width:50%;}
	.common-anchorlink01 > li a{padding:10px;}

	/* -------------------------------------------------- */
	/* common-taglist */
	.common-taglist01 > li a{padding:5px 10px;}

	/* -------------------------------------------------- */
	/* common-pagination */
	.common-pagination01{margin-top:30px;}
	.common-pagination01 ul > li:has(.prev){margin-right:0;}
	.common-pagination01 ul > li:has(.next){margin-left:0;}
	.common-pagination01 ul > li span,.common-pagination01 ul > li a{width:30px;height:50px;font-size:1.6rem;}

	/* -------------------------------------------------- */
	/* common-postlink */
	.common-postlink01{display:block;}
	.common-postlink01 * + *{margin-top:15px;}
	.common-postlink01 .link,.common-postlink01 .common-btn01{width:100%;}
	.common-postlink01 .link{display:block;}

	/* -------------------------------------------------- */
	/* common-flow */
	/* -------------------------------------------------- */
	.common-flow01 > li{display:block;min-height:auto;padding:10px 10px 10px 70px;font-size:2rem;}
	.common-flow01 > li::before{top:10px;width:32px;height:32px;font-size:2rem;}
	.common-flow01 > li span{display:block;font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* common-faq */
	.common-faq01 > dt{padding:15px 30px 15px 40px;font-size:1.8rem;}
	.common-faq01 > dt::before{top:12px;font-size:2rem;}
	.common-faq01 > dt::after{top:18px;width:18px;height:18px;}
	.common-faq01 > dd{padding:15px 0;font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* common-table */
	.common-table01 th{display:block;padding:15px 0 0;white-space:normal;}
	.common-table01 td{display:block;padding:5px 0 15px;}
	.common-table01 th small{font-size:1.2rem;}

	/* -------------------------------------------------- */
	/* common-bnrarea */
	.common-bnrarea01{gap:15px;flex-wrap:wrap;}
	.common-bnrarea01.col-2 > *{width:100%;}

	/* -------------------------------------------------- */
	/* #block-ttl */
	/* -------------------------------------------------- */
	#block-ttl > .container{padding-top:75px;padding-bottom:65px;}
	#block-ttl .ttl{font-size:4rem;}
	#block-ttl .subttl{font-size:2rem;}

	/* -------------------------------------------------- */
	/* #block-news */
	/* -------------------------------------------------- */
	#block-news > .container{padding-top:55px;}

	/* -------------------------------------------------- */
	/* #block-edit */
	/* -------------------------------------------------- */
	#block-edit .editarea{margin-top:60px;}
	#block-edit .editarea * + h2,#block-edit .editarea * + h3{margin-top:35px;}
	#block-edit .editarea * + h4{margin-top:25px;}
	#block-edit .editarea * + h5{margin-top:25px;}
	#block-edit .editarea * + p{margin-top:15px;}
	#block-edit .editarea * + img {margin-top:35px;}
	#block-edit .editarea * + ul{margin-top:20px;}
	#block-edit .editarea table th,#block-edit .editarea table td{padding:10px;font-size:1.4rem;}
	#block-edit .editarea table th small{font-size:1.2rem;}
	#block-edit .editarea * + table {margin-top:25px;}

	/* -------------------------------------------------- */
	/* #block-sekkei-first */
	/* -------------------------------------------------- */
	#block-sekkei-first .first{display:block;}
	#block-sekkei-first .first .img{width:100%;}
	#block-sekkei-first .first .txt{width:100%;margin-top:20px;}

	/* -------------------------------------------------- */
	/* #block-sekkei-type */
	/* -------------------------------------------------- */
	#block-sekkei-type .detail{padding:15px 0;display:block;}
	#block-sekkei-type .detail dt{width:100%;padding-right:0;font-size:1.6rem;}
	#block-sekkei-type .detail dd{margin-top:1em;}
	#block-sekkei-type .support{padding:15px;}
	#block-sekkei-type .support p{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* #block-sekkei-strengths */
	/* -------------------------------------------------- */
	#block-sekkei-strengths .list{flex-wrap:wrap;gap:15px;}
	#block-sekkei-strengths .list > li{width:calc(50% - 15px);}
	#block-sekkei-strengths .list > li p{text-align:left;font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* #block-prod-detail */
	/* -------------------------------------------------- */
	#block-prod-detail .prod_slider .slick-arrow{top:25%;width:40px;height:40px;}
	#block-prod-detail .prod_slider .item .caption{font-size:1.4rem;}

	/* -------------------------------------------------- */
	/* #block-otherprod */
	/* -------------------------------------------------- */
	#block-otherprod .ttlarea .common-btn01{right:auto;left:50%;transform:translateX(-50%);}

	/* -------------------------------------------------- */
	/* #block-rec */
	/* -------------------------------------------------- */
	#block-rec .rec{margin-top:45px;}
	#block-rec .rec_occupation{margin-top:60px;}

	/* -------------------------------------------------- */
	/* #block-tec-detail */
	/* -------------------------------------------------- */
	#block-tec-detail .tec_slider .slick-arrow{top:25%;width:40px;height:40px;}
	#block-tec-detail .tec_slider .item .caption{font-size:1.4rem;}


	/* -------------------------------------------------- */
	/* #block-com */
	/* -------------------------------------------------- */
	#block-com .com{margin-top:45px;}
	#block-com .com_message{margin-top:60px;}
	#block-com .com_about{margin-top:60px;}
	#block-com .com_history{margin-top:60px;}
	#block-com .com_access{margin-top:60px;}
	#block-com .com_eco{margin-top:60px;}
	#block-com .com_eco .inner {flex-wrap: wrap;}
	#block-com .com_eco .inner figure {margin: auto;}
	#block-com .com_eco .inner ul {margin-top: 40px;}

	/* -------------------------------------------------- */
	/* .block-form */
	/* -------------------------------------------------- */
	.block-form .common-table01{margin-top:45px;}
	.block-form .note{padding:45px 0 25px;}
	.block-form .agree{padding:25px 0;}
	.block-form .btnarea{margin-top:50px;}
}
