@charset "UTF-8";
/* TOP
------------------------------------------*/
body.home div#mv { height: 800px; background: url("../img/main/mv01.jpg") no-repeat center top; background-size: cover; overflow: hidden; }
body.home div#f-trigger { top: 800px; }

.mv-cont01 { width: 550px; color: #fff; position: absolute; z-index: 5; top: 160px; left: 80px; }
.mv-cont01 .line01 { font-weight: 700; line-height: 1.4; font-size: 47px; }
.mv-cont01 .line02 { font-weight: 900; line-height: 1.4; font-size: 65px; }
.mv-cont01 .line02 > span { display: inline-block; position: relative; }
.mv-cont01 .line02 > span:before { content: ""; width: 478px; height: 1px; background: #fff; position: absolute; left: 0; bottom: 0; }
.mv-cont01 .line02 .medi { font-weight: 700; font-size: 58px; margin-top: 19px; }
.mv-cont01 .line03 { font-weight: 700; line-height: 1.4; font-size: 36px; margin-top: 19px; }
.mv-cont01 .line03 span.blue-bg { font-weight: 900; padding: 0 10px 4px; display: inline-block; }

.mv-text02 { margin-top: 20px; font-weight: 500; }

.belt-text { width: 4188px; position: absolute; left: 0; bottom: 23px; display: flex; flex-wrap: wrap; }
.belt-text > span { padding-right: 200px; display: inline-block; }
.belt-text span.text01 { animation: text01 120s -60s linear infinite; }
.belt-text span.text02 { animation: text02 120s linear infinite; }

.mv-text03 { font-size: 22px; font-weight: 700; margin: 20px 0 10px; }

.mv-cont01 .btn01 a { text-align: left; line-height: 1.4; }

span.blue-bg { background: rgba(30, 0, 139, 0.6); }

@keyframes text01 { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes text02 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
.tri-feats.flex { width: 1300px; margin: -144px auto 30px; position: relative; z-index: 6; justify-content: space-between; }
.tri-feats.flex > div.box { box-sizing: border-box; background: #fff; border-radius: 4px; padding: 20px 24px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); width: 420px; }
.tri-feats.flex > div.box .tit { line-height: 45px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: solid 1px #E0E0E0; padding-left: 58px; color: #1E008B; font-size: 22px; font-weight: 700; background: url("../img/top/ico01.svg") no-repeat top left; padding-top: 3px; }
.tri-feats.flex > div.box .inner01 { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.tri-feats.flex > div.box .inner01 .inBox { box-sizing: border-box; text-align: center; background: url("../img/top/ico-check.svg") no-repeat center top 8px, #F2F1F1; padding: 30px 14px 9px; line-height: 1.3; font-size: 14px; }
.tri-feats.flex > div.box .inner01 .inBox span.blue { font-weight: 700; font-size: 18px; }
.tri-feats.flex > div.box .inner01 .inBox:last-child span.blue { font-size: 20px; }
.tri-feats.flex > div.box .inner03 { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; }
.tri-feats.flex > div.box .inner03 > .inBox { width: calc(50% - 3px); background: #F2F1F1; box-sizing: border-box; padding: 18px; text-align: center; line-height: 1; }
.tri-feats.flex > div.box .inner03 > .inBox .line01 { display: flex; flex-wrap: wrap; justify-content: center; }
.tri-feats.flex > div.box .inner03 > .inBox .line01 .left { font-weight: 500; font-size: 18px; line-height: 1.1; font-size: 18px; }
.tri-feats.flex > div.box .inner03 > .inBox .line01 .right { font-weight: 700; font-size: 46px; position: relative; top: -6px; }
.tri-feats.flex > div.box .inner03 > .inBox .line01 .right .komoji { font-size: 14px; }
.tri-feats.flex > div.box.box02 .tit { background-image: url("../img/top/ico02.svg"); }
.tri-feats.flex > div.box.box02 .inner02 { position: relative; }
.tri-feats.flex > div.box.box02 .inner02 span.nado { display: block; text-align: right; }
.tri-feats.flex > div.box.box03 .tit { background-image: url("../img/top/ico03.svg"); }

div#top-news { padding-bottom: 40px; }
div#top-news > .wrap { display: flex; flex-wrap: wrap; align-items: center; }
div#top-news h2.tit { font-family: "robo"; line-height: 1.4; font-size: 24px; font-weight: 700; color: #1E008B; margin-right: 20px; }
div#top-news .more-btn { margin-left: auto; }

.top-news-area { width: 852px; }

article.top-news-art.flex { align-items: center; }
article.top-news-art.flex .n-date { font-size: 14px; font-family: "robo"; width: 90px; }
article.top-news-art.flex h3 { max-width: calc(100% - 90px); font-weight: 400; padding-bottom: 5px; }
article.top-news-art.flex h3 a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
article.top-news-art.flex h3 a:hover { color: #1E008B; }

.arrow { transition: 0.3s; }
.arrow img { opacity: 1; display: block; transition: 0.3s; }

.more-btn a { text-decoration: none; align-items: center; display: flex; flex-wrap: wrap; align-items: center; }
.more-btn a .arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 40px; height: 24px; border-radius: 20px; background: #1E008B; box-sizing: border-box; border: solid 1px #1E008B; margin-left: 8px; }
.more-btn a:hover .arrow { background: #fff; }
.more-btn a:hover .arrow img { filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(2973%) hue-rotate(245deg) brightness(93%) contrast(142%); }

section { position: relative; }

section#about-sec { background: url("../img/top/bowa01.png") no-repeat top -311px left calc(50% + 630px), url("../img/top/bowa01.png") no-repeat bottom -535px right calc(50% + 665px), #EBF6FF; overflow: hidden; min-height: 670px; }
section#about-sec .wrap { padding: 130px 86px 104px 518px; box-sizing: border-box; z-index: 1; }
section#about-sec .circle01 { position: absolute; right: -10px; top: 90px; z-index: -1; }
section#about-sec .img01 { width: 648px; top: 58px; right: calc(50% + 120px); position: absolute; height: 569px; }
section#about-sec .img01 .img01-2 { position: absolute; right: 0; bottom: 0; }
section#about-sec .img02 { position: absolute; top: 141px; left: calc(50% + 688px); width: 272px; }

.copy01 { margin-bottom: 26px; font-weight: 700; font-size: 24px; line-height: 1.6; }
.copy01 .medi { font-size: 28px; line-height: 1; }
.copy01 .big { font-size: 37px; line-height: 1; }

.bg-area01 { padding: 130px 0 1px; background: url("../img/top/bowa02.png") no-repeat top 936px right calc(50% + 770px), url("../img/top/bowa03.png") no-repeat top 263px left calc(50% + 787px); }

section#reason-sec { margin-bottom: 168px; }
section#reason-sec .titles01 { margin-bottom: 83px; }
section#reason-sec .btn01 { margin: 60px auto 0; }

.reason-list01.flex div.box { width: 320px; margin-right: 70px; }
.reason-list01.flex div.box .img { margin-bottom: 15px; }
.reason-list01.flex div.box.box02 { margin-top: -40px; }
.reason-list01.flex div.box.box03 { margin-top: -80px; }
.reason-list01.flex div.box:nth-child(3n) { margin-right: 0; }

.num-tit { position: relative; line-height: 1.4; margin-bottom: 20px; font-size: 20px; }
.num-tit span.num { font-weight: 700; font-size: 60px; line-height: 1; position: absolute; right: 0; top: 0; color: #EDEAF5; }
.num-tit span.text { position: relative; z-index: 2; }
.num-tit span.text .big { font-size: 26px; }

.case-area { margin-top: 100px; position: relative; }
.case-area h3.titles02 { margin-bottom: 54px; }
.case-area .llu01 { position: absolute; z-index: 2; right: 20px; top: -66px; }

.case-list01.flex { justify-content: space-between; margin-top: -44px; }
.case-list01.flex > div.box { box-sizing: border-box; margin-top: 44px; background: #F0F1F6; border-radius: 10px; position: relative; padding: 30px; width: 540px; }
.case-list01.flex > div.box > .tit { font-size: 22px; font-weight: 700; line-height: 1.6; margin-bottom: 10px; }
.case-list01.flex > div.box > .tit .gra01 { margin-left: 12px; }
.case-list01.flex > div.box > .text { font-size: 20px; }
.case-list01.flex > div.box > .text .blue { font-weight: 700; }
.case-list01.flex .case-sub { position: absolute; left: 0; z-index: 2; top: -14px; }

.case-sub { background: #fff; padding: 8px 9px 6px; color: #1E008B; border: solid 1px #1E008B; border-radius: 4px 4px 0 4px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.15); font-weight: 700; font-size: 14px; font-family: "robo"; line-height: 1; }

.mateBox:before { content: ""; background: url("../img/top/ilu02.png") no-repeat; width: 148px; height: 119px; position: absolute; z-index: 2; top: -28px; left: 426px; background-size: contain; }

.mateBox { background: url("../img/top/meta-bg.svg") no-repeat center bottom; box-sizing: border-box; width: 1300px; padding: 0 100px 100px; margin-left: -100px; position: relative; }
.mateBox .titles01 { margin-bottom: 96px; }

section#mate-sec { margin-bottom: -218px; position: relative; z-index: 3; }

.mate-list.flex { margin-top: -30px; }
.mate-list.flex .mate-btn { width: 340px; margin: 30px 40px 0 0; }
.mate-list.flex .mate-btn a { text-decoration: none; position: relative; color: #fff; }
.mate-list.flex .mate-btn a img { opacity: 1; }
.mate-list.flex .mate-btn a .text-box { position: absolute; z-index: 2; box-sizing: border-box; width: 100%; padding-right: 70px; padding-left: 22px; bottom: 20px; font-size: 14px; line-height: 1.6; }
.mate-list.flex .mate-btn a .text-box .text02 { font-weight: 700; font-size: 24px; }
.mate-list.flex .mate-btn a .text-box .text02 .medi { font-size: 20px; }
.mate-list.flex .mate-btn a .arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 52px; height: 32px; border-radius: 20px; background: #fff; box-sizing: border-box; position: absolute; right: 8px; bottom: -2px; z-index: 2; }
.mate-list.flex .mate-btn a:hover .arrow { background: #1E008B; }
.mate-list.flex .mate-btn a:hover .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
.mate-list.flex .mate-btn:nth-child(3n) { margin-right: 0; }

section#pro-sec { padding: 346px 0 203px; background: url("../img/top/bowa05.png") no-repeat bottom right calc(50% + 889px), url("../img/top/bowa06.png") no-repeat top 227px left calc(50% + 791px), linear-gradient(0deg, white 0%, rgba(235, 246, 255, 0.9) 10%, rgba(235, 246, 255, 0.9) 90%, white 100%); }

.tit-head.flex { align-items: flex-end; margin-bottom: 78px; }
.tit-head.flex .titles01 { margin-bottom: 0; }
.tit-head.flex .text { width: 610px; margin-left: auto; }

.flow-list01.flex > div.box:before { content: ""; width: 120px; height: 120px; border-radius: 100%; background: #fff; position: absolute; left: 0; right: 0; top: -28px; margin: 0 auto; }
.flow-list01.flex > div.box { width: 260px; position: relative; background: #fff; border-radius: 5px; box-sizing: border-box; margin-right: 20px; padding: 0 20px 18px; }
.flow-list01.flex > div.box .num { font-size: 20px; font-weight: 700; color: #9483C4; line-height: 1; position: absolute; left: 20px; top: 20px; z-index: 2; }
.flow-list01.flex > div.box .ico { position: relative; z-index: 2; text-align: center; margin-top: -6px; margin-bottom: 4px; }
.flow-list01.flex > div.box .tit { text-align: center; position: relative; z-index: 2; font-weight: 700; font-size: 18px; }
.flow-list01.flex > div.box .text { margin-top: 4px; position: relative; z-index: 2; line-height: 1.2; font-size: 14px; text-align: center; }
.flow-list01.flex > div.box:nth-child(4) { margin-right: 0; }
.flow-list01.flex > div.box:after { content: ""; background: url("../img/top/flow-arrow.svg") no-repeat; width: 24px; height: 17px; background-size: contain; position: absolute; bottom: 46px; right: -26px; z-index: 3; }
.flow-list01.flex > div.box:last-child:after { content: none; }

.pro-block { margin-bottom: 80px; }

.pro-block:last-child { margin-bottom: 0; }

.pro-block.pro01 .titles02 { margin-bottom: 58px; }

.method-list01.flex > div.box { width: 340px; margin-right: 40px; }
.method-list01.flex > div.box a { text-decoration: none; background: #fff; border-radius: 10px; padding: 20px 20px 72px; z-index: 2; display: block; position: relative; box-sizing: border-box; height: 100%; }
.method-list01.flex > div.box a .arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60px; height: 32px; border-radius: 20px; background: #1E008B; box-sizing: border-box; position: absolute; right: 20px; bottom: 20px; z-index: 2; border: solid 1px #1E008B; }
.method-list01.flex > div.box a .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); width: 18px; }
.method-list01.flex > div.box a .img { margin-bottom: 16px; }
.method-list01.flex > div.box a .img .in-img { padding-top: 68%; border-radius: 10px; }
.method-list01.flex > div.box a > .tit { text-align: center; font-weight: 700; font-size: 24px; line-height: 1.6; margin-bottom: 16px; }
.method-list01.flex > div.box a:hover .arrow { background: #fff; }
.method-list01.flex > div.box a:hover .arrow img { filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(5901%) hue-rotate(250deg) brightness(98%) contrast(125%); }
.method-list01.flex > div.box:nth-child(3n) { margin-right: 0; }

.pro-block.pro03 { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; position: relative; }
.pro-block.pro03 > .cont { width: 335px; }
.pro-block.pro03 .btn01 { position: absolute; left: 0; z-index: 2; bottom: 0; min-width: 320px; }

ul.pro-list02.flex { width: 716px; margin-top: -10px; }
ul.pro-list02.flex > li { margin: 10px 10px 0 0; text-align: center; border-radius: 4px; background: rgba(194, 226, 254, 0.6); padding: 11.5px; text-align: center; font-weight: 700; line-height: 1.6; box-sizing: border-box; width: 232px; }
ul.pro-list02.flex > li:nth-child(3n) { margin-right: 0; }

section#works-sec { padding: 130px 0; position: relative; overflow: hidden; }
section#works-sec .wrap:before { content: ""; background: url("../img/top/ilu03.svg") no-repeat; width: 228px; height: 161px; position: absolute; top: 10px; left: 510px; }
section#works-sec .btn01 { margin: 60px auto 0; }

.home section#works-sec { margin-bottom: -242px; padding-bottom: 372px; padding-top: 57px; background: url("../img/top/bowa07.png") no-repeat bottom right 803px; min-height: 1273px; box-sizing: border-box; }

.works-list01.flex.slider01 { margin-top: 30px; }

.slider01 article.works-art, .slider01 article.blog-art01 { margin-right: 40px; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-track { display: flex; flex-wrap: wrap; }
.slider01 article.works-art, .slider01 article.blog-art01 { opacity: 0; pointer-events: none; height: auto !important; }
.slider01 article.works-art.slick-active, .slider01 article.works-art.slick-active + article.works-art, .slider01 article.works-art.slick-active + article.works-art + article.works-art, .slider01 article.blog-art01.slick-active, .slider01 article.blog-art01.slick-active + article.blog-art01, .slider01 article.blog-art01.slick-active + article.blog-art01 + article.blog-art01 { opacity: 1; pointer-events: auto; }

button.slick-arrow { opacity: 1; z-index: 2; transition: 0.3s !important; width: 76px; height: 40px; box-sizing: border-box; transition: 0s; top: auto; top: -72px; transform: translateY(0); border-radius: 100%; border: solid 1px #1E008B; border-radius: 20px; }

button.slick-prev.slick-arrow { background: url("../img/common/slide-arrow01.svg") no-repeat center #fff; left: auto; right: 96px; }

button.slick-next.slick-arrow { background: url("../img/common/slide-arrow02.svg") no-repeat center #fff; right: 0; }

button.slick-arrow:before { content: none; }

button.slick-prev.slick-arrow:hover, button.slick-prev.slick-arrow.slick-disabled { background-image: url("../img/common/slide-arrow01h.svg"); background-color: #1E008B; }

button.slick-next.slick-arrow:hover, button.slick-next.slick-arrow.slick-disabled { background-image: url("../img/common/slide-arrow02h.svg"); background-color: #1E008B; }

button.slick-arrow.slick-disabled { background-color: transparent; }

article.works-art { width: 340px; }
article.works-art a { display: block; text-decoration: none; box-sizing: border-box; height: 100%; padding: 20px 20px 65px; position: relative; background: #fff; border-radius: 4px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); }
article.works-art a .img { position: relative; overflow: hidden; margin-bottom: 20px; border-radius: 5px; }
article.works-art a .img .in-img { padding-top: 68%; transition: 0.3s; border-radius: 5px; }
article.works-art a .tit { font-size: 20px; font-weight: 500; line-height: 1.4; width: 100%; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
article.works-art a .w-data { padding-top: 20px; border-top: solid 1px #E3E5EC; margin-top: 10px; margin-bottom: 16px; }
article.works-art a .w-data dl.flex { align-items: flex-start; margin-bottom: 10px; }
article.works-art a .w-data dl.flex dt { font-weight: 500; color: #1E008B; width: 62px; }
article.works-art a .w-data dl.flex dd { width: calc(100% - 62px); }
article.works-art a .w-data dl.flex:last-child { margin-bottom: 0; }
article.works-art a .a-date { padding-top: 20px; line-height: 1.6; font-size: 16px; color: #9A9A9A; text-align: right; position: absolute; right: 20px; bottom: 30px; }
article.works-art a:hover .img .in-img { transform: scale(1.1); }

article.blog-art01 { width: 340px; }
article.blog-art01 a { display: block; text-decoration: none; box-sizing: border-box; height: 100%; padding: 20px 20px 65px; position: relative; background: #fff; border-radius: 4px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); }
article.blog-art01 a .img { position: relative; overflow: hidden; margin-bottom: 20px; border-radius: 5px; }
article.blog-art01 a .img .in-img { padding-top: 68%; transition: 0.3s; border-radius: 5px; }
article.blog-art01 a .tit { font-size: 20px; font-weight: 500; line-height: 1.4; width: 100%; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 20px; }
article.blog-art01 a .a-date { padding-top: 20px; line-height: 1.6; font-size: 16px; color: #9A9A9A; text-align: right; position: absolute; right: 20px; bottom: 30px; }
article.blog-art01 a:hover .img .in-img { transform: scale(1.1); }

.infos.flex { width: calc(100% + 4px); margin: -6px 0 0 -4px; }
.infos.flex .w-cate { margin: 6px 0 0 4px; color: #1E008B; font-size: 14px; padding: 1px 10px 3px; border-radius: 15px; background: #EFEBFF; font-weight: 500; }

section#range-sec { position: relative; z-index: 3; margin-bottom: -246px; }

.range-cont { width: 1300px; box-sizing: border-box; margin-left: -100px; background: #494AE9; border-radius: 20px; padding: 80px 100px 100px; }
.range-cont > .text { text-align: center; color: #fff; }

.range-list01.flex { margin-top: 40px; justify-content: space-between; }
.range-list01.flex > div { width: 540px; box-sizing: border-box; }

.rangeBox { text-emphasis-position: right; background: #fff; border-radius: 10px; padding: 70px 50px 40px; position: relative; }

.rangeBox.box01 { margin-bottom: 20px; }

.rangeBox.box03 { padding: 75px 40px; }

.ang-tit01 { position: absolute; left: 0; top: 0; color: #fff; font-weight: 700; padding: 4px 20px 6px; background: #1E008B; border-radius: 8px 0 8px 0; font-size: 22px; }

.bikou01 > p { position: relative; padding-left: 15px; }
.bikou01 > p:before { content: "※"; position: absolute; left: 0; top: 0; }

.range-num-text.flex { margin-bottom: 20px; align-items: center; }
.range-num-text.flex .text01 { font-weight: 700; margin-right: 20px; }
.range-num-text.flex .text01 .big { font-size: 24px; }
.range-num-text.flex .text02 { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border: solid 2px #1E008B; color: #1E008B; font-size: 20px; border-radius: 40px; height: 52px; box-sizing: border-box; padding-left: 60px; background: url("../img/top/ico-japan.svg") no-repeat left 20px center; font-weight: 700; padding-right: 22px; }

.rangeTBL { margin-bottom: 5px; }
.rangeTBL tr { border-bottom: solid 1px #E0E0E0; }
.rangeTBL tr:last-child { border-bottom: none; }
.rangeTBL tr:first-child th, .rangeTBL tr:first-child td { padding-top: 0; }
.rangeTBL th, .rangeTBL td { vertical-align: top; box-sizing: border-box; padding-bottom: 14px; padding-top: 14px; }
.rangeTBL th { font-weight: 700; width: 94px; }

.in-mates { margin-bottom: 30px; }
.in-mates > div.box { margin-bottom: 14px; border-radius: 4px; background: #EFEBFF; padding: 20px 20px 30px; }
.in-mates > div.box:last-child { margin-bottom: 0; }
.in-mates .nado { text-align: right; font-weight: 500; margin-top: -24px; padding-right: 29px; }

.sq-tit { font-size: 18px; position: relative; padding-left: 18px; font-weight: 700; margin-bottom: 14px; }

.sq-tit:before { content: ""; background: #1E008B; width: 8px; height: 8px; border-radius: 1px; position: absolute; left: 0; top: 10px; }

ul.mate-list10.flex { margin: -6px 0 0 -6px; width: calc(100% + 6px); }
ul.mate-list10.flex > li { background: #fff; color: #1E008B; font-size: 14px; border-radius: 20px; padding: 1px 10px; margin: 6px 0 0 6px; }

section#support-sec { background: #EBF6FF; padding: 408px 0 232px; }
section#support-sec .wrap:before { content: ""; background: url("../img/top/ilu04.svg") no-repeat; width: 164px; height: 226px; position: absolute; right: 0; top: -93px; }

.trou-box.flex { margin-bottom: 100px; background: url("../img/top/ilu05.svg") no-repeat bottom left 6px, #fff; border-radius: 10px; box-sizing: border-box; height: 190px; }
.trou-box.flex > .tit { width: 289px; position: relative; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; padding-left: 82px; background: url("../img/top/shikiri01.svg") no-repeat right center; font-weight: 700; font-size: 20px; line-height: 1.8; }
.trou-box.flex > .cont { width: calc(100% - 289px); box-sizing: border-box; padding: 33px 30px 33px 52px; box-sizing: border-box; }

ul.check-list01.flex { width: calc(100% + 24px); margin: -14px 0 0 -24px; }
ul.check-list01.flex > li { margin: 14px 0 0 24px; padding-left: 27px; background: url("../img/top/ico-check01.svg") no-repeat left center; font-weight: 700; }
ul.check-list01.flex > li .blue { font-size: 20px; font-weight: 700; }

.conBox { position: relative; padding-right: 528px; min-height: 428px; }
.conBox > .img { position: absolute; top: 17px; right: 0; }
.conBox > .text { margin-top: 24px; }
.conBox .btn01 { margin-top: 40px; }

ul.feat-list01.feat-list02.flex > li { background: #fff; color: #1E008B; border: solid 1px #E5E1F2; }

h3.con-tit { font-size: 40px; font-weight: 700; margin-bottom: 40px; }

.con-copy01 { font-weight: 700; font-size: 24px; line-height: 1.4; }
.con-copy01 span.gra01 { font-weight: 700; font-size: 32px; line-height: 1; padding: 8px 10px; margin-top: 10px; }

.whiteBox { position: relative; background: #fff; border-radius: 10px; padding: 30px 40px 40px; }

.whiteBox.conBox02 { margin-top: 100px; }

div#btn-box { margin-top: -122px; position: relative; z-index: 2; width: 1300px; }

.bans.flex { justify-content: space-between; }

.big-btn { width: 410px; }
.big-btn a { text-decoration: none; position: relative; display: block; background: url("../img/top/ban-bg.png") no-repeat; background-size: contain; height: 206px; box-sizing: border-box; padding-top: 76px; padding-left: 56px; }
.big-btn a .arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 62px; height: 32px; border-radius: 20px; background: #1E008B; box-sizing: border-box; position: absolute; right: 8px; bottom: -2px; z-index: 2; border: solid 1px #1E008B; }
.big-btn a .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); width: 18px; }
.big-btn a .titles01 { margin-bottom: 0; }
.big-btn a .titles01 .en { font-size: 18px; }
.big-btn a .titles01 .jp { font-weight: 500; }
.big-btn a:hover .arrow { background: #fff; }
.big-btn a:hover .arrow img { filter: brightness(0) saturate(100%) invert(12%) sepia(40%) saturate(5901%) hue-rotate(250deg) brightness(98%) contrast(125%); }

section#blog-sec { padding: 130px 0; box-sizing: border-box; min-height: 931px; background: url("../img/top/bowa08.png") no-repeat bottom 30px right calc(50% + 686px); overflow: hidden; }
section#blog-sec .btn01 { margin: 60px auto 0; }

/*02 セラミック加工
----------------------------------*/
.showPage body:not(.home) { padding-top: 100px; }

div#umv { background: url("../img/main/umv01.jpg") no-repeat center top; height: 260px; background-size: cover; box-sizing: border-box; padding-top: 90px; }

.mv-tit { text-align: center; }

.titles01.mv-tit .en > span:before { left: 0; right: 0; margin: 0 auto; }

section#p02Box01 { padding: 100px 0 130px; background: url("../img/p02/bowa02.png") no-repeat top 1349px right calc(50% + 797px), url("../img/p02/bowa01.png") no-repeat top 247px left calc(50% + 715px); }

.p02-cont01:before { content: ""; background: url("../img/top/ilu04.svg") no-repeat; background-size: contain; width: 164px; height: 226px; position: absolute; right: 50px; top: -30px; }

.p02-cont01 { margin-bottom: 100px; padding-right: 264px; position: relative; }
.p02-cont01 .copy01 { font-size: 28px; line-height: 54px; margin-bottom: 30px; }

.p02-cont01-2 { position: relative; margin-bottom: 60px; }
.p02-cont01-2 > .img { position: absolute; right: 0; top: 0; }
.p02-cont01-2 > .inner01 { padding-right: 470px; min-height: 274px; margin-bottom: 40px; }

.blue-listBox { display: flex; flex-wrap: wrap; background: #fff; border: solid 2px #494AE9; box-sizing: border-box; width: 100%; border-radius: 10px; }
.blue-listBox > .tit { color: #fff; box-sizing: border-box; border-radius: 8px 0 0 8px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; width: 132px; background: #494AE9; }
.blue-listBox .inner { box-sizing: border-box; width: calc(100% - 132px); padding: 20px 40px; }

ul.dot-list02.flex { width: calc(100% + 30px); margin-left: -30px; }
ul.dot-list02.flex > li { padding-left: 14px; background: url("../img/p02/list-ico.svg") no-repeat left top 9px; margin-left: 30px; }

.point-list > section { margin-bottom: 30px; box-sizing: border-box; background: #F0F1F6; padding: 40px 50px; border-radius: 10px; width: 100%; display: flex; flex-wrap: wrap; }
.point-list > section .num { display: flex; flex-wrap: wrap; align-items: center; width: 115px; border-right: solid 1px #CCCCCC; box-sizing: border-box; }
.point-list > section .num > span { display: inline-block; color: #1E008B; }
.point-list > section .num > span > span { display: block; text-align: center; line-height: 1; font-weight: 700; }
.point-list > section .num > span .line01 { font-size: 22px; margin-bottom: 8px; }
.point-list > section .num > span .line02 { font-size: 40px; }
.point-list > section .cont { padding-left: 50px; box-sizing: border-box; width: calc(100% - 115px); }
.point-list > section .cont > .tit { font-size: 24px; font-weight: 700; color: #1E008B; margin-bottom: 10px; }
.point-list > section:last-child { margin-bottom: 0; }

.page-ceramic section#pro-sec { padding: 130px 0; background: #EBF6FF; }
.page-ceramic ul.pro-list02.flex > li { background: #fff; }

div#p02Box03 { padding: 130px 0; background: url("../img/p02/bowa01.png") no-repeat top 438px left calc(50% + 794px); }

section.p02-set { margin-bottom: 130px; }
section.p02-set .twin-list.flex { margin-top: -10px; }
section.p02-set ul.dpt-list01.flex { box-sizing: border-box; padding-right: 20px; }

.twin-list.flex { margin-top: -40px; justify-content: space-between; }
.twin-list.flex > div { width: 530px; margin: 40px 0 0; }
.twin-list.flex > div .text { margin-top: 10px; }

.grayBox { box-sizing: border-box; padding: 30px 40px; border-radius: 10px; background: #F0F1F6; }

section.p02-set:last-child { margin-bottom: 0; }

.sub01 { font-weight: 700; font-size: 30px; margin-bottom: 20px; }

ul.dpt-list01.flex { width: calc(100% + 20px); margin: -10px 0 0 -20px; }
ul.dpt-list01.flex > li { padding-left: 16px; position: relative; margin: 10px 0 0 20px; }
ul.dpt-list01.flex > li:before { content: "・"; position: absolute; left: 0; top: 0; }

section#blog-sec.column-sec01 { padding: 120px 0 130px; background: #EBF6FF; min-height: 0; }

/*03 取扱セラミック素材
----------------------------------*/
div#contents.bg01 { background: url("../img/p02/bowa02.png") no-repeat top 1261px right calc(50% + 796px), url("../img/p02/bowa01.png") no-repeat top -23px left calc(50% + 715px); }

section#p03Box01 { padding: 100px 0 130px; }
section#p03Box01 .tit-head.flex > .text { width: 715px; }
section#p03Box01 .mate-list.flex .mate-btn a .arrow { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border: solid 1px #1E008B; width: 52px; height: 32px; border-radius: 20px; background: #1E008B; box-sizing: border-box; position: absolute; right: 8px; bottom: -2px; z-index: 2; }
section#p03Box01 .mate-list.flex .mate-btn a .arrow img { filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }
section#p03Box01 .mate-list.flex .mate-btn a:hover .arrow { background: #fff; }
section#p03Box01 .mate-list.flex .mate-btn a:hover .arrow img { filter: none; }
section#p03Box01 .mate-list.flex .mate-btn:nth-child(3n) { margin-right: 0; }

.p03-cont01.flex { justify-content: space-between; margin-bottom: 40px; }
.p03-cont01.flex > .cont { width: 571px; }
.p03-cont01.flex > .img { width: 472px; }

.mate-set { margin-top: 60px; }

div.details.flex { margin-top: -40px; }
div.details.flex > div.box { width: 340px; border-radius: 10px; border: solid 2px #494AE9; background: #fff; margin: 40px 40px 0 0; box-sizing: border-box; }
div.details.flex > div.box .tit { color: #fff; text-align: center; background: #494AE9; font-weight: 700; font-size: 18px; border-radius: 6px 6px 0 0; padding: 14px 15px 16px; }
div.details.flex > div.box .inner { padding: 30px 28px 28px; }
div.details.flex > div.box:nth-child(3n) { margin-right: 0; }

ul.dot-list03 > li { padding-left: 16px; position: relative; margin-bottom: 10px; }
ul.dot-list03 > li:last-child { margin-bottom: 0; }
ul.dot-list03 > li:before { content: "・"; position: absolute; left: 0; top: 0; }

.typeBox { padding-bottom: 100px; margin-bottom: 100px; border-bottom: solid 1px #E5E5E5; }

.typeBox:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: none; }

.grayBox.mate-list02 .bikou01 { margin-top: 10px; }

/*04 取扱セラミック素材　詳細
----------------------------------*/
section#p03sBox01 { padding: 100px 0 130px; background: url("../img/p02/bowa01.png") no-repeat top 60px left calc(50% + 712px); background-size: 986px; }
section#p03sBox01 .wrap:before { content: ""; background: url("../img/p04/p04-ilu.png") no-repeat; width: 154px; height: 162px; background-size: contain; position: absolute; right: 30px; top: -50px; }
section#p03sBox01 .wrap > div, section#p03sBox01 .wrap > h2 { position: relative; z-index: 2; }
section#p03sBox01 .wrap .img { margin-top: 30px; width: 640px; }
section#p03sBox01 .wrap .img img { border-radius: 10px; }

.mate-details { margin-top: 60px; }
.mate-details .bikou01 { margin-top: 10px; }

.twin-cont01.flex { justify-content: space-between; }
.twin-cont01.flex > div { width: 540px; }

.TBL01 table { border-collapse: separate; border-spacing: 0; }
.TBL01 th, .TBL01 td { box-sizing: border-box; padding: 10px 20px; }
.TBL01 th { width: 120px; background: #EFEBFF; color: #1E008B; font-weight: 700; border-bottom: solid 1px #D6CCFF; }
.TBL01 td { border-bottom: solid 1px #EFEBFF; border-right: solid 1px #EFEBFF; }
.TBL01 tr:first-child th { border-radius: 10px 0 0 0; }
.TBL01 tr:first-child td { border-radius: 0 10px 0 0; border-top: solid 1px #EFEBFF; }
.TBL01 tr:last-child th { border-radius: 0 0 0 10px; border-bottom: none; }
.TBL01 tr:last-child td { border-radius: 0 0 10px 0; }

section#p03sBox02 { padding: 130px 0; background: #EBF6FF; }
section#p03sBox02 .point-list > section { background: #fff; }

section#p03sBox03 { padding: 130px 0; background: url("../img/p02/bowa02.png") no-repeat top 437px right calc(50% + 733px), url("../img/p02/bowa01.png") no-repeat top 2537px left calc(50% + 734px); background-size: 784px,1196px; }
section#p03sBox03 .titles01 .inb01 { position: relative; }
section#p03sBox03 .titles01 .inb01:before { content: ""; background: url("../img/p04/p04-ilu02.svg") no-repeat; width: 126px; height: 140px; position: absolute; top: -82px; right: -166px; }

.solu-list { margin-top: 74px; }

article.kadai-art { margin-bottom: 40px; border-radius: 20px; background: #F0F1F6; padding: 60px 40px; }
article.kadai-art > .img { margin-top: 40px; }

article.kadai-art:last-child { margin-bottom: 0; }

.kadai-tit { margin-bottom: 30px; display: flex; flex-wrap: wrap; align-items: flex-start; }
.kadai-tit span.kadai-num { margin-right: 20px; width: 82px; height: 48px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff; font-weight: 700; background: #1E008B; border-radius: 8px 8px 0 8px; }
.kadai-tit span.kadai-text { width: calc(100% - 102px); font-weight: 700; font-size: 29px; }

.textBox02.whiteBox { margin-top: 20px; }

.textBox03.whiteBox { margin-top: 40px; box-sizing: border-box; position: relative; border: solid 2px #707070; padding-top: 60px; }

.textBox04.whiteBox { margin-top: 40px; box-sizing: border-box; position: relative; border: solid 2px #494AE9; padding-top: 60px; }
.textBox04.whiteBox .ang-tit { background: #494AE9; }
.textBox04.whiteBox .ang-tit > span { display: inline-block; padding-left: 32px; background: url("../img/p04/ico-pikon.svg") no-repeat center left; }

.textBox03.whiteBox + .textBox04.whiteBox:before { content: ""; width: 0; height: 0; border-top: solid 10px #494AE9; border-left: solid 10px transparent; border-right: solid 10px transparent; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: calc(100% + 18px); }

.ang-tit { position: absolute; left: -2px; top: -2px; z-index: 2; color: #fff; font-weight: 700; font-size: 18px; border-radius: 10px 0 10px 0; padding: 6px 16px; background: #707070; }

section#p03sBox04 { padding: 130px 0; background: #EBF6FF; }

.pro-btns.bans.flex { margin-top: -30px; }

.big-btn.big-btn02 { width: 260px; margin: 30px 20px 0 0; }
.big-btn.big-btn02 a { height: 118px; background: url("../img/p04/btn-bg.svg") no-repeat center top; background-size: contain; padding: 40px; font-weight: 700; }
.big-btn.big-btn02 a .arrow { width: 54px; }

.big-btn.big-btn02:nth-child(4n) { margin-right: 0; }

.single-materials section#works-sec { background: url("../img/p02/bowa02.png") no-repeat right calc(50% + 717px) bottom 28px; background-size: 694px; }

/*05 成形 
----------------------------------*/
div#contents.bg02 { background: url("../img/p02/bowa01.png") no-repeat top -23px left calc(50% + 715px); }

section#p05sBox01 { padding: 100px 0 130px; }
section#p05sBox01 .blue-listBox { margin-top: 40px; }
section#p05sBox01 ul.dot-list02.flex { margin-top: -10px; }
section#p05sBox01 ul.dot-list02.flex > li { margin-top: 10px; }
section#p05sBox01 .twin-cont02.flex .img img { border-radius: 10px; }

.twin-cont02.flex { justify-content: space-between; }
.twin-cont02.flex .cont { width: 644px; }
.twin-cont02.flex .img { width: 422px; }

.p05-cont01.flex { margin-top: 60px; justify-content: space-between; }
.p05-cont01.flex .titles02 { margin-bottom: 0; padding-right: 10px; box-sizing: border-box; max-width: 250px; }
.p05-cont01.flex > .text { width: calc(100% - 250px); }

section#p05sBox03 { padding: 130px 0; background: url("../img/p02/bowa02.png") no-repeat right calc(50% + 845px) top 189px; background-size: 784px; }
section#p05sBox03 .titles01 { margin-bottom: 40px; }
section#p05sBox03 .titles01 .inb01 { position: relative; }
section#p05sBox03 .titles01 .inb01:before { content: ""; background: url("../img/p05/ilu01.svg") no-repeat; width: 128px; height: 92px; position: absolute; top: -33px; right: -188px; }

div.flow-list10.flex { box-sizing: border-box; padding-left: 10px; margin-top: -50px; }

article.flow-art { width: 330px; position: relative; background: #EFEBFF; border-radius: 10px; box-sizing: border-box; padding: 40px 24px; margin-right: 50px; margin-top: 50px; }
article.flow-art .flow-num { width: 60px; height: 30px; position: absolute; z-index: 2; left: -10px; top: -10px; color: #fff; font-weight: 700; padding: 8px 5px; text-align: center; box-sizing: border-box; font-size: 14px; background: #494AE9; border-radius: 5px 5px 0 5px; line-height: 1; box-shadow: 0 0 15px rgba(26, 115, 240, 0.15); }
article.flow-art > h3.tit { margin-bottom: 10px; font-size: 20px; font-weight: 700; }

article.flow-art:nth-child(3n) { margin-right: 0; }

article.flow-art:after { content: ""; background: url(../img/top/flow-arrow.svg) no-repeat; width: 24px; height: 17px; background-size: contain; position: absolute; top: 50%; right: -36px; transform: translateY(-50%); z-index: 3; }

article.flow-art:nth-child(3n):after, article.flow-art:last-child:after { content: none; }

.sizeBox.range-cont { margin-top: 130px; }
.sizeBox.range-cont h3.titles01.type02 { margin-bottom: 40px; }

.size-conts.flex { justify-content: center; }
.size-conts.flex > .rangeBox { width: calc(50% - 10px); box-sizing: border-box; margin-right: 20px; }
.size-conts.flex > .rangeBox:last-child { margin-right: 0; }

/*06 精密機械
----------------------------------*/
section#p06Box01 { padding: 100px 0 130px; }
section#p06Box01 .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
section#p06Box01 .wrap .cont { width: 582px; }
section#p06Box01 .wrap .img { width: 478px; }
section#p06Box01 .wrap .copy01 { line-height: 59px; }

section#p06Box02 { padding: 130px 0; background: #EBF6FF; }
section#p06Box02 .tit-head { margin-bottom: 40px; }
section#p06Box02 .tit-head .text { width: 592px; }
section#p06Box02 section.tec-sec.flex:nth-child(5n) ul.dot-list02.flex > li:first-child, section#p06Box02 section.tec-sec.flex:nth-child(5n) ul.dot-list02.flex > li:nth-child(3) { width: 176px; }

section.tec-sec.flex { box-sizing: border-box; background: #fff; border-radius: 10px; padding: 40px; margin-bottom: 40px; justify-content: space-between; }
section.tec-sec.flex > .cont { width: 580px; }
section.tec-sec.flex > .img { width: 398px; }
section.tec-sec.flex span.kadai-num { font-size: 24px; }
section.tec-sec.flex .blue-listBox { margin-top: 10px; }
section.tec-sec.flex .blue-listBox .inner { padding: 20px; }
section.tec-sec.flex .bikou01 { text-align: right; margin-top: 10px; }
section.tec-sec.flex .bikou01 > p { display: inline-block; }

section.tec-sec.flex:nth-child(2n) { flex-direction: row-reverse; }

section.tec-sec.flex:last-child { margin-bottom: 0; }

section#p06Box03 { padding: 130px 0; background: url("../img/p02/bowa02.png") no-repeat top 474px right calc(50% + 733px), url("../img/p02/bowa01.png") no-repeat top 1488px left calc(50% + 734px); background-size: 784px,1196px; }
section#p06Box03 .tit-head { margin-bottom: 40px; }
section#p06Box03 .tit-head .text { width: 630px; }
section#p06Box03 section.tec-sec.flex { background: #F0F1F6; }

/*07 試作開発支援
----------------------------------*/
section#p07Box01 { padding: 100px 0 130px; background: url("../img/p02/bowa02.png") no-repeat top 815px right calc(50% + 797px), url("../img/p02/bowa01.png") no-repeat top 217px left calc(50% + 715px); }

.p07-conBox { display: flex; flex-wrap: wrap; width: 100%; align-items: center; justify-content: space-between; }
.p07-conBox h2.con-copy01 { margin-bottom: 30px; font-size: 30px; }
.p07-conBox h2.con-copy01 .blue { font-size: 37px; }
.p07-conBox h2.con-copy01 span.gra01 { margin-left: 10px; padding-bottom: 12px; }
.p07-conBox > .cont { width: 608px; }
.p07-conBox > .img { width: 426px; }

.p07-trou-box.trou-box.flex { height: auto; padding: 24px 40px 40px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); background: #fff; margin-top: 50px; margin-bottom: 130px; }
.p07-trou-box.trou-box.flex .tit { width: 100%; display: block; text-align: center; font-size: 20px; height: 74px; background: url("../img/p07/line01.svg") no-repeat center bottom; margin-bottom: 20px; }
.p07-trou-box.trou-box.flex .cont { width: 100%; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.p07-trou-box.trou-box.flex .cont ul.check-list01.flex { width: auto; margin-right: 60px; display: block; }
.p07-trou-box.trou-box.flex .cont ul.check-list01.flex > li { margin-top: 10px; background-position: left top 9px; }
.p07-trou-box.trou-box.flex .cont ul.check-list01.flex:first-child > li:first-child { background-position: left top 3px; }
.p07-trou-box.trou-box.flex .cont ul.check-list01.flex:last-child { margin-right: 0; }

section#p07Box02 { padding: 130px 0; background: #EBF6FF; }

section.dev-sec.flex { margin-bottom: 40px; box-sizing: border-box; padding: 40px; border-radius: 10px; background: #fff; position: relative; justify-content: space-between; align-items: flex-start; }
section.dev-sec.flex .cont { width: 580px; }
section.dev-sec.flex .cont .inner p { line-height: 2; }
section.dev-sec.flex .img { width: 404px; text-align: right; }

section.dev-sec.flex:last-child { margin-bottom: 0; }

section.dev-sec.flex:before { content: ""; width: 10px; height: 100%; background: #1E008B; border-radius: 10px 0 0 10px; position: absolute; left: 0; top: 0; }

.dev-tit { font-size: 26px; font-weight: 700; margin-bottom: 30px; }

ul.piko-list { margin: 14px 0; }
ul.piko-list > li { position: relative; margin-bottom: 6px; padding-left: 17px; font-size: 14px; }
ul.piko-list > li > span { display: inline-block; padding: 6px 10px 6px 24px; border-radius: 4px; background: #EFEBFF; }
ul.piko-list > li .blue02 { font-weight: 700; }
ul.piko-list > li:before { content: ""; background: url("../img/p07/pikon.svg") no-repeat center; width: 34px; height: 34px; position: absolute; left: 0; top: 0; }
ul.piko-list > li:last-child { margin-bottom: 0; }

span.blue02-bg { background: #EFEBFF; }

section#p07Box03 { padding: 130px 0; }
section#p07Box03 .whiteBox.conBox02 { margin-top: 60px; background: #F7F5FF; }

h3.supp-tit { font-size: 29px; font-weight: 700; margin-bottom: 20px; padding-left: 68px; background: url("../img/p07/ico01.svg") no-repeat left center; }

section.supp-sec.flex.supp01 ul.check-list01.flex > li:first-child, section.supp-sec.flex.supp01 ul.check-list01.flex > li:nth-child(4) { width: 205px; }
section.supp-sec.flex.supp01 ul.check-list01.flex > li:nth-child(2), section.supp-sec.flex.supp01 ul.check-list01.flex > li:nth-child(5) { width: 157px; }

section.supp-sec.flex.supp02 h3.supp-tit { background-image: url("../img/p07/ico02.svg"); }

section.supp-sec.flex.supp03 h3.supp-tit { background-image: url("../img/p07/ico03.svg"); }

section.supp-sec.flex.supp04 ul.check-list01.flex > li { width: 235px; }
section.supp-sec.flex.supp04 ul.check-list01.flex > li:nth-child(4) { width: auto; }
section.supp-sec.flex.supp04 h3.supp-tit { background-image: url("../img/p07/ico04.svg"); }

section.supp-sec.flex.supp05 ul.check-list01.flex { width: 456px; }
section.supp-sec.flex.supp05 div.details.flex > div.box .inner { display: flex; flex-wrap: wrap; justify-content: center; }
section.supp-sec.flex.supp05 h3.supp-tit { background-image: url("../img/p07/ico05.svg"); }

section.supp-sec.flex.supp06 div.details.flex > div.box .inner { padding-left: 50px; }
section.supp-sec.flex.supp06 h3.supp-tit { background-image: url("../img/p07/ico06.svg"); }

section.supp-sec.flex { margin-bottom: 40px; box-sizing: border-box; padding: 40px; border-radius: 10px; background: #F0F1F6; position: relative; justify-content: space-between; align-items: flex-start; }
section.supp-sec.flex ul.check-list01.flex { margin-top: -6px; width: calc(100% + 20px); margin-left: -20px; }
section.supp-sec.flex ul.check-list01.flex > li { box-sizing: border-box; margin-top: 6px; font-weight: 500; }
section.supp-sec.flex ul.check-list01.flex > li .blue { font-weight: 700; font-size: 16px; }
section.supp-sec.flex .cont { width: 580px; }
section.supp-sec.flex .img { width: 398px; text-align: right; }
section.supp-sec.flex div.details.flex { margin-top: 20px; }
section.supp-sec.flex div.details.flex > div.box { width: 100%; margin: 0 0 20px; }
section.supp-sec.flex div.details.flex > div.box .tit { padding-top: 3px; padding-bottom: 3px; }
section.supp-sec.flex div.details.flex > div.box .inner { padding-top: 20px; padding-bottom: 18px; }
section.supp-sec.flex div.details.flex > div.box .inner ul.piko-list { margin: 0; }
section.supp-sec.flex div.details.flex > div.box:last-child { margin-bottom: 0; }

section.supp-sec.flex:last-child { margin-bottom: 0; }

/*08  設備紹介
----------------------------------*/
section#p08Box01 { padding: 100px 0 130px; background: url("../img/p08/bg01.png") no-repeat top 1041px right calc(50% + 797px), url("../img/p08/bg02.png") no-repeat top 188px left calc(50% + 716px); }

.p08-cont01 { margin-bottom: 130px; position: relative; padding-right: 217px; }

.p08-cont01:before { content: ""; background: url("../img/p08/ilu01.svg") no-repeat; width: 154px; height: 168px; position: absolute; right: 4px; top: 3px; }

section#p08Box02 { padding: 130px 0; background: #EBF6FF; }

.eq-list.flex { justify-content: space-between; margin-top: -40px; }

article.eq-art { width: 530px; margin-top: 40px; box-sizing: border-box; background: #fff; padding: 30px 30px 40px; border-radius: 10px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); }
article.eq-art .img { margin-bottom: 30px; }
article.eq-art .img .in-img { padding-top: 68.08%; }
article.eq-art h3.tit { font-weight: 500; font-size: 20px; padding-bottom: 20px; border-bottom: solid 1px #E3E5EC; margin-bottom: 20px; }

.TBL02 th, .TBL02 td { box-sizing: border-box; padding-bottom: 10px; }
.TBL02 th { width: 85px; font-weight: 500; color: #1E008B; }
.TBL02 tr:last-child th, .TBL02 tr:last-child td { padding-bottom: 0; }

.TBL03 .col01 { width: 197px; }
.TBL03 .col02 { width: 271px; }
.TBL03 .col03 { width: 293px; }
.TBL03 .col04 { width: 233px; }
.TBL03 .col05 { width: 105px; }
.TBL03 .col01, .TBL03 .col02, .TBL03 .col03, .TBL03 .col04, .TBL03 .col05 { display: flex; flex-wrap: wrap; align-items: center; box-sizing: border-box; }

.col02-05-wrap { width: calc(100% - 197px); }

.col03-05-wrap { width: calc(100% - 271px); }

.TB-head.flex > div { background: #494AE9; color: #fff; font-weight: 700; padding: 10px 20px; border-right: solid 1px #E7E0FF; }
.TB-head.flex .col01 { border-radius: 10px 0 0 0; }
.TB-head.flex .col05 { border-radius: 0 10px 0 0; border-right: none; }

.TB-body.flex { background: #FBFAFF; border: solid 1px #E7E0FF; border-top: none; box-sizing: border-box; }
.TB-body.flex .col01 { width: 196px; color: #1E008B; justify-content: center; padding: 10px; border-right: solid 1px #E7E0FF; font-weight: 700; }
.TB-body.flex .col02 { justify-content: center; padding: 10px; }
.TB-body.flex .col03 { padding: 10px 20px; }
.TB-body.flex .col04 { padding: 10px 20px; }
.TB-body.flex .col05 { width: 104px; justify-content: center; padding: 10px; }

.TB-body.flex:nth-child(2n) { background: #fff; }

.TB-body.flex:last-child { border-radius: 0 0 10px 10px; }

.col02-05.flex { border-bottom: solid 1px #E7E0FF; }
.col02-05.flex .col02 { border-right: solid 1px #E7E0FF; }

.col02-05.flex:last-child { border-bottom: none; }

.col03-05.flex { border-bottom: solid 1px #E7E0FF; }
.col03-05.flex .col03 { border-right: solid 1px #E7E0FF; }
.col03-05.flex .col04 { border-right: solid 1px #E7E0FF; }

.col03-05.flex:last-child { border-bottom: none; }

/*09 実績紹介 
----------------------------------*/
div#contents.bg03 { background: url("../img/p02/bowa02.png") no-repeat right calc(50% + 845px) top 1261px, url("../img/p08/bg02.png") no-repeat top -20px left calc(50% + 716px); }

.case-list-all { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: -40px; }
.case-list-all article.works-art, .case-list-all article.blog-art01 { margin-top: 40px; }

/*詳細*/
div#two-cont { display: flex; flex-wrap: wrap; justify-content: space-between; }

div#two-main { width: 720px; }

div#two-side { width: 280px; }

div#p09sBox01 { padding: 100px 0 130px; }

article.singleBox01 .infos.flex { margin-bottom: 20px; align-items: center; }
article.singleBox01 .infos.flex .n-date { margin-left: auto; font-size: 16px; color: #9A9A9A; }
article.singleBox01 .w-data { margin-top: 40px; margin-bottom: 60px; }

h1.sw-tit01 { font-weight: 500; line-height: 1.6; font-size: 20px; margin-bottom: 30px; }

.w-tit02 { padding-left: 14px; font-weight: 700; font-size: 16px; background: url("../img/p02/list-ico.svg") no-repeat left center; margin-bottom: 15px; }

.works-cont01.flex { justify-content: space-between; align-items: flex-start; }
.works-cont01.flex .gallery-main { width: 472px; }
.works-cont01.flex .gallery-main button.slick-arrow { opacity: 1; z-index: 2; transition: 0.3s; width: 30px; height: 30px; box-sizing: border-box; transition: 0s; top: 144px; transform: translateY(0); border-radius: 100%; border: solid 1px #1E008B; border-radius: 20px; }
.works-cont01.flex .gallery-main button.slick-prev.slick-arrow { background: url("../img/p09/gallery-arrow01.svg") no-repeat center #fff; left: -15px; right: auto; background-size: 6px; }
.works-cont01.flex .gallery-main button.slick-next.slick-arrow { background: url("../img/p09/gallery-arrow02.svg") no-repeat center #fff; right: -15px; background-size: 6px; }
.works-cont01.flex .gallery-main button.slick-arrow:before { content: none; }
.works-cont01.flex .gallery-main button.slick-prev.slick-arrow:hover, .works-cont01.flex .gallery-main button.slick-prev.slick-arrow.slick-disabled { background-image: url("../img/p09/gallery-arrow01h.svg"); background-color: #1E008B; }
.works-cont01.flex .gallery-main button.slick-next.slick-arrow:hover, .works-cont01.flex .gallery-main button.slick-next.slick-arrow.slick-disabled { background-image: url("../img/p09/gallery-arrow02h.svg"); background-color: #1E008B; }
.works-cont01.flex .gallery-thumb.flex { width: 220px; margin-top: -10px; justify-content: space-between; }
.works-cont01.flex .gallery-thumb.flex .slick-track { transform: none !important; width: 100% !important; display: flex; flex-wrap: wrap; }

.g-main .cap { line-height: 1.6; margin-top: 10px; }

.g-main-img a { position: relative; text-decoration: none; display: block; }
.g-main-img a .in-img { border-radius: 5px; padding-top: 67.37%; }

.g-thumb { width: 106px; border-radius: 6px; position: relative; margin-top: 10px; margin-right: 8px; cursor: pointer; transition: 0.3s; }
.g-thumb .in-img { border-radius: 6px; padding-top: 67.92%; }

.g-thumb:before { content: ""; border-radius: 6px; width: 100%; height: 100%; background: #000; position: absolute; left: 0; top: 0; z-index: 2; opacity: 0; }

.g-thumb:hover:before, .g-thumb.slick-current:before { opacity: 0.5; }

.g-thumb:nth-child(2n) { margin-right: 0; }

.w-repeat { margin-top: 60px; }
.w-repeat .w-repeatBox { margin-bottom: 60px; }
.w-repeat .w-repeatBox:last-child { margin-bottom: 0; }
.w-repeat .titles04.gray-t { margin-bottom: 30px; font-size: 24px; color: #1E008B; }

.wt-text01 { margin-bottom: 40px; }

.bfafBox.flex { margin-bottom: 20px; }

.wt-text01:last-child, .bfafBox.flex:last-child { margin-bottom: 0; }

.bfafBox.flex { justify-content: center; }
.bfafBox.flex .ang-tit { display: none; }
.bfafBox.flex > div.img { width: calc(50% - 26px); margin-right: 52px; position: relative; box-sizing: border-box; border: solid 2px #707070; border-radius: 10px; }
.bfafBox.flex > div.img .in-img { border-radius: 8px; padding-top: 68.26%; }
.bfafBox.flex > div.img.af { border-color: #494AE9; }
.bfafBox.flex > div.img:last-child { margin-right: 0; }

.bfafBox.flex.bfaf .ang-tit { display: block; line-height: 1.6; font-size: 14px; font-weight: 700; padding: 2px 14px; color: #fff; background: #707070; }
.bfafBox.flex.bfaf .af .ang-tit { background: #494AE9; }
.bfafBox.flex.bfaf > div.img.bf:before { content: ""; background: url("../img/p09/bfaf-arrow.svg") no-repeat; width: 24px; height: 17px; position: absolute; top: 50%; left: calc(100% + 16px); transform: translateY(-50%); }

.sideBox { margin-bottom: 40px; position: relative; }
.sideBox .ang-tit { font-weight: 700; color: #fff; padding: 4px 30px; line-height: 1.6; background: #136841; }

.sideBox:last-child { margin-bottom: 0; }

.side-tit.titles02 { color: #1E008B; font-size: 18px; margin-bottom: 24px; }
.side-tit.titles02 > span { padding-left: 29px; }

ul.side-list { border-top: solid 1px #D1D2F9; }
ul.side-list > li:hover a, ul.side-list > li.r_current a { background-color: #EFEBFF; }
ul.side-list > li { border-bottom: solid 1px #D1D2F9; }
ul.side-list > li a { display: block; padding: 24px 40px 24px 15px; background: url("../img/p09/side-arrow.svg") no-repeat center right 15px; font-weight: 500; text-decoration: none; }
ul.side-list > li a:hover { opacity: 0.7; }

.side-inner select { display: block; width: 100%; border-radius: 0; padding: 5px 47px 5px 20px; box-sizing: border-box; height: 46px; background: url("../img/p09/select-arrow.svg") no-repeat center right 16px #fff; font-size: 16px; font-weight: 400; cursor: pointer; border: none; -webkit-appearance: none; appearance: none; border-radius: 4px; border: solid 1px #494AE9; }

div.witerBox { position: relative; background: #F0F1F6; border-radius: 10px; padding: 34px 42px 40px; margin-top: 80px; }
div.witerBox .titles05 { font-size: 18px; }
div.witerBox .inner { position: relative; padding-left: 120px; }
div.witerBox .inner > h2 { font-size: 20px; line-height: 1.6; margin-bottom: 4px; }
div.witerBox .inner .team-name { font-weight: 700; line-height: 1.6; color: #1E008B; }
div.witerBox .inner .team-name.team-name01 { font-weight: 400; }
div.witerBox .inner .wr-detail { line-height: 1.6; margin-top: 7px; margin-bottom: 20px; }
div.witerBox .inner .img { position: absolute; left: 0; top: 0; width: 100px; }
div.witerBox .inner .img .in-img { border-radius: 100%; padding-top: 100%; }

/*ページャー*/
div#pager00 { text-align: center; }

div#pager00 .wp-pagenavi { margin-top: 80px; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; margin: 2px; text-decoration: none; width: 48px; height: 48px; text-align: center; line-height: 44px; font-size: 14px; font-weight: 700; color: #1E008B; background: #fff; box-sizing: border-box; border-radius: 100%; border: solid 2px #1E008B; }

.wp-pagenavi a.page { position: relative; }

.wp-pagenavi span.extend { background: none; color: #1E008B; box-shadow: none; border: none; }

.wp-pagenavi > a:hover { color: #fff; background-color: #1E008B; }

.wp-pagenavi a.previouspostslink { color: transparent; background: url("../img/p09/arrow02.svg") no-repeat center #fff; margin-left: 0; }

.wp-pagenavi a.nextpostslink { color: transparent; background: url("../img/p09/arrow03.svg") no-repeat center #fff; margin-right: 0; }

.wp-pagenavi span.current { color: #fff; background: #1E008B; }

.wp-pagenavi a.first { background: url("../img/p09/arrow01.svg") no-repeat center #fff; color: transparent; }

.wp-pagenavi a.last { background: url("../img/p09/arrow04.svg") no-repeat center #fff; color: transparent; }

.wp-pagenavi a.previouspostslink:hover { background-color: #1E008B; color: transparent; background-image: url("../img/p09/arrow02h.svg"); }

.wp-pagenavi a.nextpostslink:hover { background-color: #1E008B; color: transparent; background-image: url("../img/p09/arrow03h.svg"); }

.wp-pagenavi a.first:hover { background-color: #1E008B; color: transparent; background-image: url("../img/p09/arrow01h.svg"); }

.wp-pagenavi a.last:hover { background-color: #1E008B; color: transparent; background-image: url("../img/p09/arrow04h.svg"); }

.wp-pagenavi span.pages { display: none; }

.post-navigation ul { margin-top: 80px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.post-navigation ul > li { margin-right: 60px; }
.post-navigation ul > li .arrow { width: 50px; height: 50px; display: inline-block; border-radius: 100%; border: solid 1px #1E008B; box-sizing: border-box; background-color: #1E008B; background-position: center; background-repeat: no-repeat; }
.post-navigation ul > li:last-child { margin-right: 0; }
.post-navigation ul li.prev a, .post-navigation ul li.next a { color: #1E008B; text-decoration: none; display: flex; flex-wrap: wrap; align-items: center; font-weight: 700; }
.post-navigation ul li.kara { opacity: 0; pointer-events: none; display: flex; flex-wrap: wrap; }
.post-navigation ul li.prev.kara { opacity: 0; pointer-events: none; display: flex; flex-wrap: wrap; }
.post-navigation ul li.next.kara { opacity: 0; pointer-events: none; display: flex; flex-wrap: wrap; }
.post-navigation ul li.prev .arrow { background-image: url("../img/p09/arrow-prev.svg"); margin-right: 20px; }
.post-navigation ul li.prev a:hover .arrow { background-image: url("../img/p09/arrow-prev-h.svg"); background-color: #fff; }
.post-navigation ul li.next .arrow { background-image: url("../img/p09/arrow-next.svg"); margin-left: 20px; }
.post-navigation ul li.next a:hover .arrow { background-image: url("../img/p09/arrow-next-h.svg"); background-color: #fff; }
.post-navigation ul li.blog-back { width: 200px; height: 50px; display: table; }
.post-navigation ul li.blog-back > a { display: table-cell; text-align: center; vertical-align: middle; text-decoration: none; border: solid 2px #1E008B; background: #fff; color: #1E008B; border-radius: 40px; font-weight: 700; }
.post-navigation ul li.blog-back > a:hover { background: #1E008B; color: #fff; }

.blog-text p:first-child { margin-top: 0; }
.blog-text p:first-child img { margin-top: 0; }
.blog-text img:first-child { margin-top: 0; }
.blog-text img[class*="wp-image-"] { margin: 20px 0; }
.blog-text iframe { max-width: 100%; }
.blog-text div { max-width: 100%; }
.blog-text a { max-width: 100%; text-decoration: underline; }
.blog-text a:hover { text-decoration: none; }

/*10 選ばれる理由
----------------------------------*/
section#p10Box01 { padding: 100px 0 130px; background: url("../img/p02/bowa02.png") no-repeat top 506px right calc(50% + 797px), url("../img/p02/bowa01.png") no-repeat top 50px left calc(50% + 715px); }
section#p10Box01 .con-copy01 { font-size: 30px; margin-bottom: 20px; }
section#p10Box01 .con-copy01 .big { font-size: 37px; }

div.p10-conBox { margin-bottom: 34px; }
div.p10-conBox > .cont { padding-right: 262px; position: relative; }
div.p10-conBox > .cont:before { content: ""; background: url("../img/p10/ilu01.svg") no-repeat; width: 164px; height: 226px; position: absolute; right: 54px; top: -50px; }
div.p10-conBox .text02 { margin-top: 10px; }
div.p10-conBox .text02 .blue { font-weight: 700; }

.reason-list10.flex > .box { background: #fff; width: 260px; box-sizing: border-box; padding: 28px 24px; box-shadow: 0 0 15px rgba(26, 115, 240, 0.08); margin-right: 20px; border-radius: 5px; }
.reason-list10.flex > .box h3.re-tit10 { margin-bottom: 14px; font-weight: 700; padding-left: 58px; color: #1E008B; background: url("../img/p10/ico01.svg") no-repeat left top; font-size: 18px; line-height: 48px; }
.reason-list10.flex > .box:nth-child(4n) { margin-right: 0; }
.reason-list10.flex > .box.box02 h3.re-tit10 { background-image: url("../img/p10/ico02.svg"); }
.reason-list10.flex > .box.box03 h3.re-tit10 { background-image: url("../img/p10/ico03.svg"); }
.reason-list10.flex > .box.box04 h3.re-tit10 { background-image: url("../img/p10/ico04.svg"); }

.p10-cont01.flex { margin-top: 130px; justify-content: space-between; flex-direction: row-reverse; }
.p10-cont01.flex .img { width: 416px; }
.p10-cont01.flex .cont { width: 642px; }

/*11 会社案内 
----------------------------------*/
section#p11Box01 { padding: 100px 0 130px; background: url("../img/p02/bowa01.png") no-repeat top 275px left calc(50% + 797px); background-size: 875px; }
section#p11Box01 .titles01 { margin-bottom: 60px; }

section#p11Box02 { padding: 130px 0; background: url("../img/p02/bowa02.png") no-repeat top 286px right calc(50% + 545px) #EBF6FF; background-size: 740px; }
section#p11Box02 .titles01 { margin-bottom: 60px; }

section#p11Box03 { padding: 130px 0; }
section#p11Box03 .titles01 { margin-bottom: 90px; }

.p11-cont01.flex { justify-content: space-between; }
.p11-cont01.flex > div { width: 520px; }

.TBL03 tr:first-child th, .TBL03 tr:first-child td { padding-top: 0; }
.TBL03 th, .TBL03 td { box-sizing: border-box; padding: 30px 0; vertical-align: top; }
.TBL03 th { width: 140px; border-bottom: solid 1px #1E008B; font-weight: 700; color: #1E008B; }
.TBL03 td { border-bottom: solid 1px #DADADA; }
.TBL03 a[target="_blank"] { display: inline-block; padding-right: 22px; background: url("../img/p11/ico-blank.svg") no-repeat right center; background-size: 18px; }

.greeting.whiteBox { padding: 60px; }
.greeting.whiteBox > .inner.flex { justify-content: space-between; }
.greeting.whiteBox > .inner.flex > .cont { width: 690px; }
.greeting.whiteBox > .inner.flex > .right { text-align: center; width: 228px; }
.greeting.whiteBox > .inner.flex > .right .daihyo { margin-bottom: 20px; }
.greeting.whiteBox .con-copy01 { line-height: 1.8; margin-bottom: 30px; }
.greeting.whiteBox .textBox { margin-bottom: 20px; }
.greeting.whiteBox .textBox > div { margin-bottom: 20px; }
.greeting.whiteBox .textBox > div:last-child { margin-bottom: 0; }

.p11-names { line-height: 1.8; font-weight: 700; }
.p11-names .line02 { font-size: 20px; margin-left: 14px; }

.p11-cont03-1.flex { justify-content: space-between; flex-direction: row-reverse; margin-bottom: 100px; }
.p11-cont03-1.flex .img { width: 434px; }
.p11-cont03-1.flex .cont { width: 586px; }
.p11-cont03-1.flex .cont .textBox > div { margin-bottom: 30px; }
.p11-cont03-1.flex .cont .textBox > div:last-child { margin-bottom: 0; }

.p11-logo { margin-bottom: 40px; }

.com-name { font-size: 24px; font-weight: 700; margin-bottom: 30px; }

.p11-cont03-2.flex { align-items: center; }
.p11-cont03-2.flex .img { width: 198px; margin-left: 62px; }
.p11-cont03-2.flex .cont { width: 751px; }
.p11-cont03-2.flex .cont .w-tit02 { font-size: 24px; margin-bottom: 30px; }

/*12 ブログ
----------------------------------*/
.blog-tit01 { font-weight: 700; font-size: 20px; margin-bottom: 15px; line-height: 1.6; color: #1E008B; }

.blog-tit02 { font-weight: 700; font-size: 18px; padding-left: 14px; background: url(../img/p02/list-ico.svg) no-repeat left center; margin-bottom: 10px; }

article.singleBox01.singleBox01-blog div#toc_container { box-sizing: border-box; width: 100%; background: #EFEBFF; border: none; border-radius: 10px; padding: 30px; margin-bottom: 40px; }
article.singleBox01.singleBox01-blog div#toc_container p.toc_title { text-align: left; line-height: 1.6; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list { margin-top: 0 !important; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li { font-size: 16px; font-weight: 500; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li span.toc_number { display: inline-block; font-size: 20px; font-family: "robo"; color: #1E008B; vertical-align: -2px; margin-right: 10px; }
article.singleBox01.singleBox01-blog div#toc_container ul.toc_list > li span.toc_number:after { content: "."; }

.blog_word_box { margin-top: 60px; }
.blog_word_box > .tit { color: #1E008B; font-weight: 700; line-height: 1.2; margin-bottom: 14px; font-size: 18px; }

ul.word_list.flex { margin-top: -10px; margin-left: -10px; width: calc(100% + 10px); }
ul.word_list.flex > li { margin: 10px 0 0 10px; }

/* 13 お問い合わせ
----------------------------------*/
section#p10Box01.p13Box01 div.p10-conBox { margin-bottom: 112px; }
section#p10Box01.p13Box01 div.p10-conBox > .cont:before { background-image: url("../img/p13/ilu01.svg"); width: 126px; height: 140px; top: -5px; right: 204px; }
section#p10Box01.p13Box01 .case-area { margin-top: 113px; }

.reason-list10.reason-list13.flex { position: relative; }
.reason-list10.reason-list13.flex .box.box01 h3.re-tit10 { line-height: 29px; height: 58px; background-image: url("../img/p13/ico01.svg"); }
.reason-list10.reason-list13.flex .box.box02 h3.re-tit10 { background-image: url("../img/p13/ico02.svg"); }
.reason-list10.reason-list13.flex .box.box03 h3.re-tit10 { line-height: 29px; height: 58px; background-image: url("../img/p13/ico03.svg"); }
.reason-list10.reason-list13.flex .box.box04 h3.re-tit10 { background-image: url("../img/p13/ico04.svg"); }

.reason-list10.reason-list13.flex:before { content: ""; background: url("../img/p13/ilu02.svg") no-repeat; width: 276px; height: 64px; position: absolute; left: 20px; bottom: 100%; }

section#p13Box02 { padding: 130px 0; background: #EBF6FF; }
section#p13Box02 .titles01 { margin-bottom: 60px; }
section#p13Box02 .contact-types.flex > .box { width: 530px; padding-top: 40px; padding-bottom: 50px; }
section#p13Box02 .contact-types.flex .box:nth-child(3) { width: 100%; margin-top: 22px; padding: 50px 120px 80px; text-align: left; }
section#p13Box02 .contact-types.flex .box:nth-child(3) > .ico { text-align: center; }
section#p13Box02 .contact-types.flex .box:nth-child(3) > h3.tit { text-align: center; margin-bottom: 40px; }

/*フォーム*/
.file-bikou { font-size: 14px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 40px 0 10px; }

ul.contact-state > li { display: table; width: 260px; height: 60px; position: relative; }

ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #fff; color: #1E008B; font-size: 18px; font-weight: 700; border: solid 1px #1E008B; border-radius: 4px; }

ul.contact-state > li.state01 { margin-left: 0; }

ul.contact-state > li.state01 > span { background: #1E008B; color: #fff; }

ul.contact-state > li > span span.num { margin-right: 10px; }

ul.contact-state > li:after { content: ""; width: 40px; height: 1px; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto 0; top: 0; bottom: 0; background: #1E008B; }

ul.contact-state > li:last-child:after { content: none; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }

ul.contact-state.contact-state02 > li.state02 > span { background: #1E008B; color: #fff; }

span.num-circle { margin-right: 7px; }

a.green { text-decoration: underline; }

a.green:hover { text-decoration: none; }

.contactTBL th, .contactTBL td { display: block; box-sizing: border-box; font-size: 16px; padding: 30px 0; color: #000000; line-height: 1.66; }
.contactTBL th { padding-bottom: 15px; }
.contactTBL th span.form-bikou { font-weight: 500; font-size: 14px; }
.contactTBL td { padding-top: 0; }
.contactTBL .wpcf7-list-item { margin-left: 0; display: block; margin-bottom: 10px; }
.contactTBL .wpcf7-list-item.last { margin-bottom: 0; }
.contactTBL input[type="checkbox"], .contactTBL input[type="radio"] { transform-origin: left center; transform: scale(1.5); margin-right: 8px; }

span.hissu { display: inline-block; color: #fff; padding: 0px 7px; background: #1E008B; margin-right: 8px; box-sizing: border-box; font-size: 14px; font-weight: 700; border-radius: 2px; }

span.nini { display: inline-block; padding: 0px 6px; margin-right: 8px; font-size: 14px; font-weight: 700; border-radius: 5px; color: #1E008B; border: solid 1px; border-radius: 2px; box-sizing: border-box; }

input.wpcf7-number, input.wpcf7-date, input.wpcf7-text { box-sizing: border-box; height: 40px; border: solid 1px #B3B3B3; padding: 5px 20px; font-size: 16px; background: #fff; width: 100%; border-radius: 2px; }

input.wpcf7-date { padding: 5px 10px; }

select.wpcf7-select { box-sizing: border-box; height: 40px; border: solid 1px #B3B3B3; padding: 5px 20px; font-size: 16px; background: #fff; width: auto; border-radius: 2px; }

select { background: #fff; border-radius: 2px; }

textarea.wpcf7-textarea { box-sizing: border-box; height: 160px; border: solid 1px #B3B3B3; padding: 5px 20px; font-size: 16px; background: #fff; width: 100%; border-radius: 2px; }

input#com-name, input#busho { width: 500px; }

.okomari-list span.wpcf7-list-item { display: block; }

.radio-list span.wpcf7-list-item { display: block; }

.contactTBL .select-con .wpcf7-list-item { display: inline-block; margin-right: 10px !important; }

.select-con { margin-bottom: 15px; }

input#your-name, input#your-kana { width: 400px; }

.cours-area { margin-top: 5px; }

input.wpcf7-text.tel01, input#zip01 { width: 180px; }

select#pref3 { width: auto; }

span.form-bikou { display: block; }

ul.address-list > li { margin-bottom: 30px; }
ul.address-list > li:last-child { margin-bottom: 0; }
ul.address-list .th { font-size: 14px; margin-bottom: 5px; }

.contactArea .codedropz-upload-container { padding: 0; }

.contactArea .codedropz-upload-handler { border: solid 1px #D4D4D4; border-radius: 0; background: url("../img/p13/ico-file.svg") no-repeat center top 42px #fff; padding: 74px 30px 42px; }

.contactArea .codedropz-upload-inner { color: #1C1C1C; line-height: 1.5; font-size: 16px; font-weight: 500; }

.contactArea .codedropz-upload-inner h3, .contactArea .codedropz-upload-inner > span { font-size: 16px; font-weight: 500; margin: 0; color: #B3B3B3; }

a.cd-upload-btn { width: 140px; height: 40px; display: inline-block; line-height: 35px; background: #E3E3E3; border: none; border-radius: 0; padding-top: 3px; font-size: 16px; margin-top: 8px; color: #000000; }

.contact-submit.flex { margin-top: 60px; justify-content: center; flex-direction: row-reverse; position: relative; }

.contact-submit.flex > p { width: 100%; text-align: center; margin-top: 30px; }

.inb { display: inline-block; }

.form-btn { width: 350px; position: relative; }

.form-btn input[type="submit"], .form-btn input[type="button"] { transition: 0.3s; border: solid 2px #1E008B; color: #fff; width: 100%; height: 70px; font-size: 16px; font-weight: 700; position: relative; z-index: 3; background: url("../img/p13/form-arrow01.svg") no-repeat center right 30px #1E008B; border-radius: 38px; text-align: center; }

.form-btn.form-btn02 { margin-right: 10px; }

.form-btn.form-btn02 input[type="submit"], .form-btn.form-btn02 input[type="button"] { background-color: #fff; color: #1E008B; background-image: url("../img/p13/form-arrow02.svg"); background-position: left 30px center; }

.form-btn input { transition: 0.3s; cursor: pointer; }

.form-btn input:hover { background-image: url("../img/p13/form-arrow01h.svg"); color: #1E008B; background-color: #fff; }

.form-btn.form-btn02 input:hover { background-image: url("../img/p13/form-arrow02h.svg"); color: #1E008B; background-color: #fff; }

span.zip-mark { margin-right: 10px; font-size: 14px; }

span.zip-bikou { margin-left: 15px; font-size: 13px; }

.zip_list > div { margin-bottom: 10px; }
.zip_list > div:last-child { margin-bottom: 0; }
.zip_list .zip00.zip02 > div { margin-bottom: 10px; }
.zip_list .zip00.zip02 > div:last-child { margin-bottom: 0; }

.wpcf7-spinner { position: absolute !important; top: -10px !important; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 120px; margin-top: -120px; }

.wpcf7c-conf { background-color: #e8f0fe !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #e8f0fe inset !important; box-shadow: 0 0 0px 1000px #e8f0fe inset !important; }

::placeholder { font-size: 16px; color: #B2B2B2; line-height: 1.5; }

/*確認画面*/
.contactArea.che { background: #eee; padding: 30px; }
.contactArea.che .pop-btn.opcl-btn.on { pointer-events: none; }
.contactArea.che .opcl-wrap { display: block !important; }
.contactArea.che div.opcl-inBox { padding-top: 20px; }

.contactArea.che .contactTBL tr { border-bottom: solid 1px #000; }

.contactArea.che .contactTBL th, .contactArea.che .contactTBL td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }

.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .bikou-text01, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox] { display: none; }

.contactArea.che input[type=checkbox]:checked { display: inline-block; }

.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che input[type=radio] { display: none; }

.contactArea.che input[type=radio]:checked { display: inline-block; }

.contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }

.contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }

.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }

/*100 thanksページ等
----------------------------------*/
div#p100Box01, div#p101Box01 { padding: 70px 0 80px; }
div#p100Box01 .btn01, div#p101Box01 .btn01 { margin: 50px auto 0; }

.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 25px; padding-bottom: 10px; }

.pp-title02:first-child { margin-top: 0; }

.pp-title02 { font-size: 18px; padding-left: 15px; position: relative; color: #1E008B; margin-top: 50px; }

.pp-title02:before { content: ""; width: 5px; height: 65%; background: #1E008B; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*デバイス幅
----------------------------------*/
@media screen and (min-width: 0px) and (max-width: 1330px) { #header { padding-left: 20px; padding-right: 10px; } }
@media screen and (min-width: 0px) and (max-width: 1300px) { .showPage body:not(.home) { padding-top: 60px; }
  div#header { height: 60px; padding-top: 5px; }
  .head-inner.flex .head-text { font-size: 10px; transform-origin: left top; transform: scale(0.9); top: -2px; }
  .c-feat { margin-left: 10px; position: relative; top: -5px; }
  .c-feat > div { width: 75px; font-size: 10px; margin-bottom: 2px; padding: 2px; }
  .c-feat > div:last-child { margin-bottom: 0; }
  .logo a { padding-left: 42px; background-position: left bottom; background-size: 30px; width: 100px; }
  div.head-right .tel-set.tel-set01 .tel-num a { font-size: 20px; background-size: 15px; padding-left: 21px; }
  div.head-right .tel-set.tel-set01 .bh { font-size: 10px; }
  .btn01.contact-btn { min-width: 138px; height: 28px; margin-left: 15px; }
  .btn01.contact-btn a { height: 28px; font-size: 13px; }
  .btn01.contact-btn a .ico { width: 14px; }
  div#gnav { margin-top: 5px; }
  div#gnav ul.flex > li { margin-left: 15px; }
  div#gnav ul.flex > li:first-child { margin-left: 0; }
  div#gnav ul.flex > li { font-size: 13px; }
  .dr-tit .arrow { top: 4px; }
  li:hover .drop-wrap { padding-top: 20px; padding-bottom: 20px; }
  ul.nav-sub > li { margin-bottom: 8px; }
  ul.nav-sub > li:last-child { margin-bottom: 0; }
  ul.nav-sub > li a span.arrow { width: 30px; height: 20px; }
  ul.nav-sub > li a { font-size: 13px; }
  .fixed div#header { padding-top: 5px; }
  .tri-feats.flex { width: 1240px; }
  .tri-feats.flex > div.box { width: 400px; padding-left: 15px; padding-right: 15px; }
  .mateBox { width: 1240px; padding-left: 70px; padding-right: 70px; margin-left: -70px; background-image: url("../img/top/meta-bg-2.svg"); height: 806px; }
  .range-cont { width: 1240px; padding-left: 70px; padding-right: 70px; margin-left: -70px; }
  div#btn-box { width: 1240px; }
  .big-btn { width: 400px; }
  .big-btn a { height: 200px; }
  .slider01 article.works-art, .slider01 article.blog-art01 { width: 300px; margin-right: 20px; }
  .slider01 button.slick-arrow { width: 50px; top: 50%; transform: translateY(-50%); }
  .slider01 button.slick-prev.slick-arrow { right: auto; left: -30px; }
  .slider01 button.slick-next.slick-arrow { right: -30px; }
  body.home div#mv { height: 620px; }
  .mv-cont01 { top: 120px; transform-origin: left top; transform: scale(0.7); } }
@media screen and (max-height: 700px) { .showPage body:not(.home) { padding-top: 60px; }
  div#header { height: 60px; padding-top: 5px; }
  .head-inner.flex .head-text { font-size: 10px; transform-origin: left top; transform: scale(0.9); top: -2px; }
  .c-feat { margin-left: 10px; position: relative; top: -5px; }
  .c-feat > div { width: 75px; font-size: 10px; margin-bottom: 2px; padding: 2px; }
  .c-feat > div:last-child { margin-bottom: 0; }
  .logo a { padding-left: 42px; background-position: left bottom; background-size: 30px; width: 100px; }
  div.head-right .tel-set.tel-set01 .tel-num a { font-size: 20px; background-size: 15px; padding-left: 21px; }
  div.head-right .tel-set.tel-set01 .bh { font-size: 10px; }
  .btn01.contact-btn { min-width: 138px; height: 28px; margin-left: 15px; }
  .btn01.contact-btn a { height: 28px; font-size: 13px; }
  .btn01.contact-btn a .ico { width: 14px; }
  div#gnav { margin-top: 5px; }
  div#gnav ul.flex > li { margin-left: 15px; }
  div#gnav ul.flex > li:first-child { margin-left: 0; }
  div#gnav ul.flex > li { font-size: 13px; }
  .dr-tit .arrow { top: 4px; }
  li:hover .drop-wrap { padding-top: 20px; padding-bottom: 20px; }
  ul.nav-sub > li { margin-bottom: 8px; }
  ul.nav-sub > li:last-child { margin-bottom: 0; }
  ul.nav-sub > li a span.arrow { width: 30px; height: 20px; }
  ul.nav-sub > li a { font-size: 13px; }
  .fixed div#header { padding-top: 5px; }
  .tri-feats.flex { width: 1240px; }
  .tri-feats.flex > div.box { width: 400px; padding-left: 15px; padding-right: 15px; }
  .mateBox { width: 1240px; padding-left: 70px; padding-right: 70px; margin-left: -70px; background-image: url("../img/top/meta-bg-2.svg"); height: 806px; }
  .range-cont { width: 1240px; padding-left: 70px; padding-right: 70px; margin-left: -70px; }
  div#btn-box { width: 1240px; }
  .big-btn { width: 400px; }
  .big-btn a { height: 200px; }
  .slider01 article.works-art, .slider01 article.blog-art01 { width: 300px; margin-right: 20px; }
  .slider01 button.slick-arrow { width: 50px; top: 50%; transform: translateY(-50%); }
  .slider01 button.slick-prev.slick-arrow { right: auto; left: -30px; }
  .slider01 button.slick-next.slick-arrow { right: -30px; }
  body.home div#mv { height: 620px; }
  .mv-cont01 { top: 120px; transform-origin: left top; transform: scale(0.7); } }
@media screen and (min-width: 0px) and (max-width: 1010px) { .c-feat { display: none; }
  div#gnav ul.flex > li { font-size: 11px; } }
/*ブラウザごと
----------------------------------*/
html.showPage.tokushu div#gnav ul.flex > li { font-size: 10px; }
html.showPage.tokushu ul.nav-sub > li a { font-size: 10px; }
html.showPage.tokushu .c-feat { display: flex; flex-wrap: wrap; align-items: center; }
html.showPage.tokushu .c-feat > div { margin-bottom: 0; margin-right: 5px; width: 85px; }
html.showPage.tokushu .head-inner.flex .head-text { transform: scale(0.6); }
