@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100..900&family=Roboto:400,500,700|Pacifico&display=swap);
/*スタイルリセット*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; font-size: 100%; }

li { list-style-type: none; }

htm { -webkit-text-size-adjust: 100%; }

body { font: 16px/1.8  "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; vertical-align: baseline; font-style: normal; letter-spacing: normal; color: #111111; }

/* 
----------------------------------------------- */
a:link { color: #343d62; text-decoration: underline; }

a:visited { color: #343d62; text-decoration: underline; }

a:hover { color: #5ea1e0; text-decoration: underline; }

.dark a:link { color: #3bc1ff; /*background: rgba(52,68,91,0.7);*/ }

.dark a:visited { color: #5ba2c3; }

.dark a:hover { color: #c1ebff; }

a img { border: none; }

.btn { margin: 2.0em 0; text-align: right; }

.btn::after, .btn2::after, .btn3::after { clear: both; display: block; content: ""; }

.btn a { border: 2px solid #343d62; padding: 0.8em 2.8em; font-size: 1.0rem; border-radius: 24px; background: none; display: block; position: relative; text-align: center; overflow: hidden; width: 12.0em; min-width: 190px; float: right; }

.btn a, .btn a::after { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.btn a::before, .btn a::after { background: #343d62; content: ''; position: absolute; z-index: -1; border-radius: 18px; }

.btn a:link { text-decoration: none; }

.btn a:hover { color: #FFF; }

.btn a::after { height: 100%; left: -35%; top: 0; transform: skew(30deg); transition-duration: 0.6s; transform-origin: top left; width: 0; }

.btn a:hover::after { height: 100%; width: 135%; }

.btn2 { margin: 1.6em 0; text-align: center; font-size: 1.8em; font-weight: bold; }

.btn2 a { padding: 0.5em 2.4em; border-radius: 50px; background: #5ba2c3; display: block; overflow: hidden; width: 8.5em; min-width: 220px; color: #FFF; text-decoration: none; margin: auto; transition: all 0.6s, color 0.3s 0.3s; }

.btn2 a:hover { box-shadow: 400px 0 0 0 rgba(0, 0, 0, 0.3) inset; }

.btn3 { margin: 2.0em 0; text-align: right; }

.btn3 a { border: 2px solid #343d62; padding: 0.8em 2.8em; font-size: 1.0rem; border-radius: 30px; background: none; display: block; position: relative; text-align: center; overflow: hidden; width: 12.0em; min-width: 190px; float: right; text-decoration: none; transition: all 0.6s; }

.btn3 a:hover { box-shadow: 360px 0 0 0 #343d62 inset; color: #FFF; }

.btn4 { clear: both; border: 2px solid #343d62; padding: 0.6em 2.8em; font-size: 1.1rem; border-radius: 30px; background: #343d62; text-align: center; color: #FFF; overflow: hidden; width: 8.0em; max-width: 90%; margin: auto; display: block; text-decoration: none; transition: all 0.6s; white-space: nowrap; margin: 1.0em auto; }

.btn4 a { color: #FFF; text-decoration: none; font-weight: bold; }

.btn4:hover { box-shadow: 360px 0 0 0 #1d81a2 inset; border: 2px solid #1d81a2; color: #FFF; cursor: pointer; }

.btn4::after { clear: both; display: block; height: 0; content: ""; }

.btn-w-s { margin: 2.0em 0; text-align: right; }

.btn-w-s a { border: 2px solid #343d62; padding: 0.6em 1.8em; font-size: 1.0rem; border-radius: 30px; background: #FFF; display: block; position: relative; text-align: center; overflow: hidden; width: 6.0em; min-width: 120px; float: right; text-decoration: none; transition: all 0.6s; }

.btn-w-s a:hover { box-shadow: 360px 0 0 0 #343d62 inset; color: #FFF; }

.strong { font-weight: 900; }

/*#main p,#main ul,#main ol{margin: 0 0 1.6em 0;}*/
img { max-width: 100%; height: auto; }

.s-jp { font-size: 0.30em; display: block; font-weight: normal; }

.titlebar { border-bottom: 2px solid #5ba2c3; }

.linktoarticle { margin: 2.0em 0; }

.linktoarticle li { text-indent: -0.6em; margin-left: 1em; list-style: none; }

.linktoarticle a::before { content: "\f105"; font-family: FontAwesome; padding: 0 0.3em 0 0; text-decoration: none; display: inline-block; }

.linktoarticle-r { margin: 2.0em 0; text-align: right; }

.linktoarticle-r li { text-indent: -0.6em; margin-right: 1em; text-align: right; }

.linktoarticle-r a::after { content: "\f101"; font-family: FontAwesome; padding: 0 0 0 0.3em; text-decoration: none; display: inline-block; }

a:hover img { filter: grayscale(80%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }

.cont p, .cont880 p, .cont ul, .cont880 ul, .cont ol, .cont880 ol { margin: 0.3em auto 1.2em; word-break: break-word; }

/* レイアウト
----------------------------------------------- */
header::after { clear: both; display: block; content: ""; height: 0; }

footer { background: #363435; color: #FFF; padding: 60px 0 12px 0; font-size: 0.8em; }

.cont { width: 94%; max-width: 1176px; margin: auto; padding: 0 3%; }

.cont880 { width: 94%; max-width: 880px; margin: auto; padding: 0 3%; }

.cont-l, .cont-r { max-width: 540px; }

.cont-l { margin: 0 4%; float: right; width: 92%; }

.cont-r { float: left; margin: 0 4%; width: 92%; }

.cont-l::after, .cont-r::after { clear: both; display: block; content: ""; height: 0; }

.cont-narrow { width: 94%; max-width: 800px; margin: auto; padding: 0 3%; }

#main { min-height: 60vh; background: #FFF; padding-bottom: 1px; }

#topicpath { margin: 340px auto 80px; position: relative; font-size: 0.9em; padding: 12px 0; }

.single-post #topicpath { margin: 240px auto 80px; position: relative; font-size: 0.9em; padding: 12px 0; }

#topicpath ul li { float: left; padding: 0 1em 0 0; }

#topicpath ul li::after { content: "\f105"; font-family: FontAwesome; padding: 0 0 0 0.3em; }

#topicpath ul li:last-child::after { content: none; }

#topicpath::after { clear: both; display: block; content: ""; height: 0; }

/* ヘッダー
----------------------------------------------- */
header { top: -20px; position: relative; padding: 20px 0 8px 0; background: #FFF; z-index: 9999; }

header h1 { margin: 20px 0 0; float: left; }

nav { margin: 18px 0 8px 0; }

nav a:link { text-decoration: none; font-weight: normal; font-size: 1.00em; color: #444444; letter-spacing: 0.02em; }

nav a:hover, nav a:visited { text-decoration: none; color: #444444; }

nav ul { display: flex; text-align: right; justify-content: flex-end; }

nav ul.main-navi li { padding: 0 1em; }

nav ul.sub-navi { font-size: 0.9em; }

nav ul.sub-navi li { padding: 0 1em; }

header.fixed { position: fixed; top: 0px; width: 100%; z-index: 9999; background: #FFF; padding: 8px 0 8px 0; transition-duration: 1s; transition-timing-function: ease-out; box-shadow: 0px 1px 5px 0px #afafb0; }

header.fixed h1 { margin: 0px 0 0; }

header.fixed h1 img { height: 24px; width: auto; }

header.fixed nav { margin: 14px 0 0px 0; }

header.fixed nav ul.sub-navi { display: none; }

/*2階層目共通
----------------------------------------------- */
#hero-2nd { height: 400px; width: 100%; position: fixed; top: 0; z-index: -1; padding: 60px 0 0; background: #252A4B; }

#hero-2nd h1 { color: #FFF; font-size: 4.0em; padding: 100px 0 0 0; font-family: 'Roboto', sans-serif; font-weight: 700; word-break: break-word; }

#hero-2nd h1 .s-jp, #hero-2nd2 h1 .s-jp { line-height: 0.6em; }

#hero-2nd2 { height: 200px; width: 100%; position: fixed; top: 0; z-index: -1; padding: 60px 0 0; }

#hero-2nd2 h1 { color: #252A4B; font-size: 4.0em; padding: 80px 0 0 0; font-family: 'Roboto', sans-serif; font-weight: 700; }

.page-strongpoint #hero-2nd { background: url(/common/img/strongpoint/hero-2.jpg) left center no-repeat; background-size: cover; }

.page-service #hero-2nd { background: url(/common/img/service/hero.jpg) left center no-repeat; background-size: cover; }

.page-brandwebsite #hero-2nd { background: url(/common/img/service/hero-brandwebsite.jpg) center center no-repeat; background-size: cover; }

.page-corpsite #hero-2nd { background: url(/common/img/service/hero-corporate.jpg) center center no-repeat; background-size: cover; }

.page-operations #hero-2nd { background: url(/common/img/service/hero-operation.jpg) center center no-repeat; background-size: cover; }

.page-digitalmarketing #hero-2nd { background: url(/common/img/service/hero-digitalmarketing.jpg) center center no-repeat; background-size: cover; }

.page-ecommerce #hero-2nd { background: url(/common/img/service/hero-ec.jpg) center center no-repeat; background-size: cover; }

.page-webdesign #hero-2nd { background: url(/common/img/service/hero-webdesign.jpg) center center no-repeat; background-size: cover; }

.page-graphicdesign #hero-2nd { background: url(/common/img/service/hero-graphicdesign.jpg) center center no-repeat; background-size: cover; }

.page-faq #hero-2nd { background: url(/common/img/pages/hero-faq.jpg) center center no-repeat; background-size: cover; }

.page-contact #hero-2nd { background: url(/common/img/pages/hero-contact.jpg) center center no-repeat; background-size: cover; }

.page-profile #hero-2nd { background: url(/common/img/pages/hero-company.jpg) center center no-repeat; background-size: cover; }

.page-download #hero-2nd { background: url(/common/img/pages/hero-download.jpg) center center no-repeat; background-size: cover; }

#hero-404 { height: 313px; width: 100%; position: fixed; top: 0; z-index: -1; padding: 60px 0 0; background: url(/common/img/pages/hero-404.jpg) no-repeat center center #343d62; background-size: cover; }

#hero-404 h1 { color: #FFF; font-size: 3.0em; font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none; padding: 120px 0 0.3em 0; line-height: 1.0em; word-break: break-word; }

#hero-404 h2 { color: #FFF; font-size: 1.4em; padding: 0 0 0 0; font-feature-settings: "palt" 1; font-weight: normal; line-height: 1.0em; }

/* フッター
----------------------------------------------- */
#page-top { position: fixed; bottom: 18px; right: 18px; text-align: center; color: #FFF; z-index: 999; background: rgba(52, 61, 98, 0.7); border-radius: 50%; padding: 8px; font-size: 0.7em; }

#page-top a:link, #page-top a:visited, #page-top a:link { color: #FFf; }

#bottom-contact { padding: 90px 0 80px; color: #FFF; text-align: center; background: #343d62; }

#bottom-contact h3 { font-size: 4.0em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.2em; }

#bottom-contact .callus { margin: 0; }

#bottom-contact .phoneno { margin: 0; line-height: 3.0em; }

#bottom-contact .phoneno a { color: #FFF; font-size: 2.8em; font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none; }

#bottom-contact .caution { font-size: 0.9em; margin-bottom: 0.2em; }

#bottom-profile { background: url(/common/img/profile-bg.jpg) no-repeat center center; background-size: cover; text-align: center; padding: 50px 0 60px; color: #FFF; }

#bottom-profile h3 { font-size: 3.0em; font-family: 'Roboto', sans-serif; font-weight: 700; }

footer::after { clear: both; display: block; content: ""; height: 0; }

footer .f-block { float: left; }

footer .f-block:first-child { width: 37%; margin-right: 11%; }

footer .f-block:nth-child(2) { width: 23%; margin-right: 6%; }

footer .f-block:last-child { width: 23%; margin: 0; }

footer a, footer a:link, footer a:visited, footer a:hover { color: #FFF; text-decoration: none; }

.copyright { clear: both; }

#blogbottom { background: url(/common/img/pages/blogbottom.jpg) no-repeat center center; background-size: cover; margin: -20px 0; }

#blogbottom ul { display: flex; flex-wrap: wrap; }

#blogbottom ul li { margin: 48px 3%; background: rgba(255, 255, 255, 0.8); padding: 2.0em 2%; text-align: center; width: 40%; }

#blogbottom ul li h4 { font-size: 3.2em; font-family: 'Roboto', sans-serif; font-weight: 700; color: #343d62; }

#blogbottom .phoneno { margin: 0; }

#blogbottom .phoneno a { color: #343d62; font-size: 1.6em; font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none; }

#blogbottom .callus { margin: 2.0em 0 0 0; }

#blogbottom .caution { font-size: 0.9em; margin: 0 0 0.2em; }

/* トップ
----------------------------------------------- */
.home #main { margin-top: 520px; }

#home-hero { height: 520px; background: url(../img/herobg02.jpg) no-repeat center center; background-size: cover; position: fixed; width: 100%; z-index: -1; top: 0; padding-top: 80px; }

#home-hero home-hero-cont1 { position: relative; }

#home-hero .cont { z-index: 10; position: relative; }

#home-hero h1 { padding: 160px 0 0 0; font-family: 'Roboto',system-ui,-apple-system,sans-serif; font-weight: 700; font-size: 1.9rem; opacity: 0.7; line-height: 1.2em; word-break: break-word; color: #FFF; }

#home-hero h1 .largetext { font-size: 2.2em; letter-spacing: -0.03em; line-height: 0.9em; }

#home-hero p { background: rgba(52, 61, 98, 0.8); color: #FFF; padding: 0.2em 1.8em; width: 30.0em; margin: 0.8em 0; }

.intro { padding: 68px 0; }

#home-hero .hero-video { overflow: hidden; z-index: -1; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }

.intro h2 { color: #474343; font-size: 3.9em; line-height: 0.76em; font-family: 'Roboto', sans-serif; font-weight: 700; float: left; width: 40%; margin-right: 3%; font-feature-settings: "palt"; }

.intro-cont { float: right; max-width: 680px; width: 52%; margin: 0 0 0 5%; font-size: 1.06em; padding-bottom: 80px; }

#top-index1 { clear: both; width: 100%; display: flex; }

.top-webdesing, .top-operation { width: 50%; background: #f3f3f3; padding: 105px 0 60px 0; }

.top-webdesing { padding-right: 0; }

.top-operation { background: url(/common/img/top/operation_bg.jpg) left center; background-size: cover; color: #FFF; }

.top-webdesing h2, .top-operation h2 { font-size: 4.0em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.0em; margin-bottom: 1.0em; word-break: break-word; font-feature-settings: "palt"; }

.top-webdesing h2 .s-jp, .top-operation h2 .s-jp { line-height: 1.0em; }

.top-webdesing h2 { color: #343d62; }

#top-goodat, #top-works { padding: 120px 0 0px 0; }

h2.title { color: #474343; font-size: 4.0em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.0em; margin-bottom: 1.0em; word-break: break-word; font-feature-settings: "palt"; }

h2.title .s-jp { line-height: 1.0em; }

#top-goodat ul { margin: 52px 0 0px 0; display: flex; flex-wrap: wrap; }

#top-goodat ul li { width: 25%; margin-bottom: 2.0em; }

#top-goodat ul li h3, #top-goodat ul li p { margin: 0 5%; font-size: 0.9em; }

#top-goodat ul li h3 { margin: 0.3em 5% 0.6em; }

#top-goodat ul li img { width: 100%; height: auto; }

#top-works ul { background: #363435; display: flex; flex-wrap: wrap; justify-content: center; padding: 0 0 160px 0; margin: 0 0 0 0; }

#top-works ul li { width: 33.333333%; padding: 0; }

#top-works ul li img { width: 100%; height: auto; }

#top-blogpost { padding: 120px 0 8px 0; background: #363435; }

#top-blogpost h2 { color: #FFF; }

#top-blogpost ul { display: flex; justify-content: space-between; flex-wrap: wrap; }

#top-blogpost ul li { width: 33%; background: #FFF; margin-bottom: 1.0em; }

#top-blogpost ul li img { width: 100%; height: auto; }

#top-blogpost ul li p, #top-blogpost ul li h3, #top-blogpost ul li hr { margin: 12px 5%; }

#top-blogpost ul li hr { display: block; height: 1px; border: 0; border-top: 2px solid #5ba2c3; }

#top-blogpost ul li .writer { font-size: 0.86em; font-family: 'Roboto', sans-serif; font-weight: 400; padding: 0 0 0 0; }

.writer img, #top-blogpost ul li .writer img { border-radius: 50%; height: 28px; width: 28px; padding: 0 0.4em 0 0.2em; vertical-align: middle; }

#top-blogpost ul li p.summary { font-size: 0.9em; opacity: 0.7; margin-top: 3.0em; }

#top-blogpost ul li .category { float: left; }

#top-blogpost ul li .date { float: right; }

#top-blogpost ul li .category, #top-blogpost ul li .date { opacity: 0.7; font-size: 0.9em; }

#top-faq { padding: 120px 0 80px 0; }

#top-faq dl dt::before, #top-faq dl dd::before { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 4.0em; padding: 0 0.4em 0 0; float: left; line-height: 1.0em; }

#top-faq dl dt::before { content: "Q"; }

#top-faq dl dd::before { content: "A"; color: #3a5779; }

#top-faq dl { width: 48%; float: left; margin: 0 1%; }

#top-faq dl dt { clear: both; font-weight: bold; margin-bottom: 1.0em; }

#top-faq dl dd { clear: both; margin-bottom: 4.0em; overflow: hidden; }

#map_canvas { margin: 0 0 0 0; width: 100%; height: 420px; clear: both; }

/*特徴
----------------------------------------------- */
#main .imgright { float: right; margin: 240px 0 48px 36px; width: 40%; min-width: 300px; }

.content-right { overflow: hidden; }

.content-right ul { margin: auto 0 2em 2em; }

.content-right ul li { list-style: outside circle; }

#point1 h2, .ourpoint h2 { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 4.0em; color: #474343; line-height: 1.0em; margin-bottom: 0.24em; letter-spacing: -0.01em; }

.ourpoint h2 { float: left; }

.ourpoint h2 .s-jp { line-height: 1.4em; }

#point1 h3, .ourpoint h3 { font-size: 1.6em; font-weight: normal; color: #474343; line-height: 1.2em; margin-bottom: 48px; font-feature-settings: 'palt' 1; }

.ourpoint h3 { font-weight: bold; margin: 48px 0 24px; }

.ourpoint.white h2, .ourpoint.white h3 { color: #FFFFFF; }

.text-right p, .content-right p, .content-right ul, .linktoarticle { font-size: 1.06em; }

.blue h2, .blue h3 { color: #343d62; }

.text-right { float: right; width: 50%; }

#point1 { padding: 0 0 80px 0; }

#point2, #point4, #point6 { padding: 100px 0; background: #e3e6ec; }

#point2::after, #point3::after, #point4::after, #point5::after, #point6::after { clear: both; display: block; content: ""; height: 0; }

#point3 { padding: 100px 0; background: url(/common/img/strongpoint/bg_branding2.jpg) no-repeat center center fixed; background-size: cover; color: #FFF; }

#point5 { padding: 100px 0; background: url(/common/img/strongpoint/bg_coding.jpg) no-repeat center center fixed; background-size: cover; color: #FFF; }

/*サービス
----------------------------------------------- */
.page-service article, .page-service-child article { padding: 0 0 100px 0; font-size: 1.12em; color: #000; }

.block-s1 { margin: -170px auto 4em; padding: 170px 0 0 0; }

.block-s1:first-child { margin: 0 auto 2em; padding: 0 0 0 0; }

.block-s1 h2 { font-size: 1.8em; font-feature-settings: "palt" 1; margin: 1em 0 0.4em; color: #474343; }

.block-s1 h3 { font-size: 1.5em; font-feature-settings: "palt" 1; margin: 1em 0 0.4em; color: #474343; }

.block-s1 h4 { font-size: 1.2em; font-feature-settings: "palt" 1; margin: 1em 0 0em; color: #474343; }

.pageinnav { margin: 2.0em; font-weight: bold; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 0.6em 0; }

.pageinnav li a:before { content: "\f107"; font-family: FontAwesome; padding: 0 0.3em 0 0; text-decoration: none; display: inline-block; }

.summary-points { font-size: 1.05em; font-weight: bold; font-feature-settings: "palt" 1; margin: 1.6em 0 1.6em 0; }

.summary-points li { list-style: disc; margin: 0 0 0 2em; }

blockquote { background: #F5F7FA; padding: 0.6em 1em; font-style: italic; margin: 1em 1em 1em 3em; }

blockquote::before { content: "“"; font-size: 48px; float: left; line-height: 1.0em; }

blockquote p { margin: 0 0 0 1.6em; }

.liststyle1 li { list-style: disc; margin: 0 0 0 2em; }

.liststyle-number li { list-style: decimal; margin: 0 0 0 2em; }

/*Service Top*/
.service-index-1 { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 80px 0; }

.service-index-1 li { width: 31%; padding-bottom: 3.0em; }

.service-index-1 h5 { font-size: 3.0em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.1em; font-feature-settings: "palt" 1; color: #343d62; background: #cbd9e3; height: 4.0em; padding: 0.6em 0.3em; }

.service-index-1 h5 .jp { font-size: 0.4em; display: block; margin-top: 0.1em; line-height: 1.0em; }

/*Web Design*/
.page-webdesign .block-s1 h2, .page-service .block-s1 h2 { font-size: 3.0em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.1em; }

.page-webdesign .block-s1 h3, .page-service .block-s1 h3 { font-size: 1.6em; margin: 0 0 2em 0; font-weight: normal; }

.service-index { margin: 40px 0; }

.service-index h2 { font-size: 1.5em; font-feature-settings: "palt" 1; color: #474343; }

.service-index ul { display: flex; justify-content: space-between; flex-wrap: wrap; }

.service-index ul li { width: 33.3333333%; font-size: 0.96em; padding-bottom: 2.0em; }

.service-index ul li img { width: 100%; height: auto; }

.service-index ul li h3, .service-index ul li p { margin: 0 4%; }

.projecttype h2 { font-size: 2.8em; font-family: 'Roboto', sans-serif; font-weight: 700; line-height: 1.1em; color: #343d62; }

.projecttype h3 { font-size: 1.0em; line-height: 1.1em; font-feature-settings: "palt" 1; color: #343d62; }

.projecttype h4 { font-size: 1.4em; line-height: 1.1em; font-feature-settings: "palt" 1; margin: 2em 0 0.8em 0; }

.block-half { clear: both; width: 100%; display: flex; flex-wrap: wrap; }

.block-half .cont-half { width: 50%; background: #e3e6ec; padding: 105px 0 60px 0; }

.webdesign-flow { padding: 100px 0; background: url(/common/img/service/bg-webdesign-flow.jpg) no-repeat center center fixed; background-size: cover; color: #FFF; }

.webdesign-flow::after { clear: both; display: block; content: ""; height: 0; }

.webdesign-flow .caution { font-size: 0.9em; }

.webdesign-flow ul li { padding: 0 0 2em 80px; background: url(/common/img/service/flowbar.svg) no-repeat; }

.webdesign-flow ul li:last-child { background: url(/common/img/service/flowbar2.svg) no-repeat; }

.webdesign-flow ul li h4 { font-size: 1.6em; }

.webdesign-fees { padding: 100px 0; background: #e3e6ec; }

.webdesign-fees::after { clear: both; display: block; content: ""; height: 0; }

.webdesign-fees ul li { list-style: circle; margin: 0 0 0 1.6em; }

.webdesign-fees .linktoarticle li { list-style: none; }

/*よくあるご質問*/
#faqcont ul { display: flex; flex-wrap: wrap; justify-content: flex-start; }

#faqcont ul li { width: 48%; margin: 0 auto 2em; }

#faqcont ul li p.q { min-height: 3.4em; font-weight: bold; font-size: 1.06em; vertical-align: middle; }

#faqcont ul li p.answer { overflow: hidden; }

#faqcont ul li p.q::before, #faqcont ul li p.answer::before { font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 4.0em; padding: 0 0.4em 0 0; line-height: 1.0em; vertical-align: baseline; float: left; height: auto; }

#faqcont ul li p.answer::before::after { clear: both; content: ""; height: 0; display: block; }

#faqcont ul li p.q::before { content: "Q"; }

#faqcont ul li p.answer::before { content: "A"; color: #3a5779; position: relative; margin-bottom: 1.0em; }

#faqcont { padding: 0 0 200px 0; }

/*ブログ+記事
----------------------------------------------- */
article { padding: 0 0 100px 0; font-size: 1.06em; color: #000; }

#hero-blog { height: 313px; width: 100%; position: fixed; top: 0; z-index: -1; padding: 60px 0 0; background: url(/common/img/pages/hero-blog.jpg) no-repeat center center #343d62; background-size: cover; }

#hero-blog h1 { color: #FFF; font-size: 3.0em; font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none; padding: 120px 0 0.3em 0; line-height: 1.0em; word-break: break-word; }

#hero-blog h2 { color: #FFF; font-size: 1.4em; padding: 0 0 0 0; font-feature-settings: "palt" 1; font-weight: normal; line-height: 1.0em; }

.single-post #hero-blog, .archive #hero-blog { overflow: hidden; }

.single-post #hero-blog:before { content: ''; background: inherit; filter: blur(5px); position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px; box-shadow: none; z-index: -1; }

.singlearticlepage h1 { font-size: 1.8em; font-feature-settings: "palt" 1; margin: 0 0 0.8em 0; line-height: 1.3em; }

.singlearticlepage .dateinfo { font-size: 0.7em; font-family: 'Roboto', sans-serif; display: flex; justify-content: flex-start; flex-wrap: wrap; margin: 0.6em 0 0 0; color: #606060; margin: 0 0 0 0; }

.singlearticlepage .dateinfo li { margin-right: 2.0em; }

.dateinfo ul { margin: 0; display: flex; justify-content: flex-start; }

.singlearticlepage .editor { font-size: 0.84em; vertical-align: baseline; line-height: 1.0em; margin: 0 0 2em 0; }

.singlearticlepage .editor img { border-radius: 50%; padding: 0 0.2em 0 0.2em; vertical-align: middle; height: auto; }

.singlearticlepage .article-main { border-bottom: 1px solid #979797; padding: 0 0 60px 0; }

.articlenav { margin: 0 0 60px 0; }

.articlenav ul { display: flex; justify-content: space-between; }

.articlenav ul li { font-family: 'Roboto', sans-serif; font-size: 1.1em; color: #979797; width: 48%; }

/*font-family: 'Pacifico', cursive;*/
.articlenav ul li p, .articlenav ul li .tex-jp { font: 16px/1.8 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.articlenav ul li .tex-jp { font-size: 0.7rem; }

.articlenav ul li p { border-top: 1px solid  #979797; }

.articlenav ul li.article-previous { text-align: right; }

.articlenav ul li.article-next { text-align: left; }

.article-main h2, .article-main h3, .article-main h4, .article-main h5 { font-feature-settings: "palt" 1; line-height: 1.16em; }

.article-main h2 { font-size: 1.5em; border-top: 1px solid #CACACA; border-bottom: 1px solid #CACACA; padding: 0.6em 0; margin: 1.6em 0 1.2em 0; }

.article-main h2:nth-child(n+2) { margin: 3.6em 0 1.2em 0; }

.article-main h3 { font-size: 1.4em; margin: 2.6em 0 0.3em 0; }

.article-main h4 { font-size: 1.3em; margin: 2.6em 0 0.3em 0; }

.article-main h5 { font-size: 1.2em; margin: 2.6em 0 0.3em 0; }

.article-main ul li { margin: 0 0 0 2em; list-style: disc; }

.article-main .pageinnav li { list-style: none; }

.article-main ol li { margin: 0 0 0 2em; list-style: decimal; }

.article-main p, .article-main ul, .article-main ol { margin: 0 0 1.6em 0; }

.article-main blockquote { background: #F5F7FA; padding: 1.2em 1.2em; font-style: italic; margin: 1em 2em 1em 3em; }

.article-main blockquote::before { content: "“"; font-size: 48px; line-height: 1.0em; }

.article-main blockquote::after { content: "”"; font-size: 48px; line-height: 1.0em; float: right; margin: -1em 1em 0 0; }

.article-main blockquote p { margin: 0 0 1em 2em; }

.article-main .table-style1 { width: 100%; font-size: 0.84em; border-collapse: collapse; margin: 1.0em auto; }

.article-main .table-style1 th, .article-main .table-style1 td { padding: 0.2em; }

.article-main .table-style1 th { background: #474343; font-weight: bold; border-bottom: 1px solid #979797; color: #FFF; }

.article-main .table-style1 td { border-bottom: 1px solid #979797; }

.article-main .table-style1 tr:nth-child(even) th, .article-main .table-style1 tr:nth-child(odd) td { background: #efefef; }

.article-main .reference { border-top: 1px solid #CACACA; margin: 8em auto 2em; padding: 1.0em 0; }

.article-main .reference h5 { font-size: 0.8em; margin: 0.6em 0 0.3em 0; }

.article-main .reference ul { font-size: 0.8em; }

/*問い合わせ
----------------------------------------------- */
.requiremark { color: #df4a5f; font-size: 0.9em; }

.expalinrequire { text-align: center; font-size: 0.9em; }

.page-contact .phoneblock { width: 400px; margin: auto auto 1em; border: 1px solid #DDD; padding: 0.3em 1em; text-align: center; }

.page-contact .phoneno { font-size: 1.8em; font-family: 'Roboto', sans-serif; font-weight: 700; text-decoration: none; display: block; }

.contacttable { margin: 4.0em 0 0; }

.contacttable th { text-align: right; }

.contacttable th, .contacttable td { padding: 0.2em 1em; }

.contacttable textarea, .contacttable select, .contacttable input[type=text], .contacttable input[type=email], .contacttable input[type=tel], .contacttable input[type=url] { border: 1px solid #DDD; padding: 0.4em; width: 14.0em; margin-right: 0.6em; font-size: 1.06em; }

.contacttable textarea { width: 28.6em; max-width: 90%; }

.contacttable input[type=text].longerf { width: 29.0em; max-width: 90%; }

.formbtn3 { clear: both; border: 2px solid #343d62; padding: 0.8em 2.8em; font-size: 1.0rem; border-radius: 30px; background: #343d62; text-align: center; color: #FFF; overflow: hidden; width: 12.0em; min-width: 190px; margin: auto; display: block; text-decoration: none; transition: all 0.6s; font-weight: bold; }

.formbtn3:hover { box-shadow: 360px 0 0 0 #1d81a2 inset; border: 2px solid #1d81a2; color: #FFF; cursor: pointer; }

.formbtn3::after { clear: both; display: block; height: 0; content: ""; }

.excuse { font-size: 0.9em; margin: 4.0em auto; }

/*会社概要
----------------------------------------------- */
.corp-profile { width: 90%; max-width: 600px; margin: 48px auto; }

.corp-profile th { text-align: right; padding: 0 2em 0 0; }

.corp-profile th, .corp-profile td { padding-bottom: 1.0em; vertical-align: top; }

.corp-profile td ol { margin: 0; padding: 0; }

/*実績
----------------------------------------------- */
.history { font-size: 0.9em; }

.history ul { margin: 2.0em; }

.history ul li { list-style: disc; }

.history h2 { font-size: 1.1rem; }

.grecaptcha-badge { display: none; }

@media screen and (max-width: 930px) { header nav { font-size: 0.9em; } }

@media screen and (max-width: 780px) { div, section { max-width: 100%; word-break: break-all; }
  #map div, #map section { max-width: none; }
  .btn2 { font-size: 0.9rem; }
  .btn2 a { padding: 0.5em 1.4em; width: 7.5em; min-width: 220px; }
  .btn3 { margin: 2.0em 0; text-align: center; }
  .btn3 a { margin: auto; float: none; }
  header h1 { margin: 16px 0 0 0; }
  header h1 img { width: 180px; height: auto; }
  nav ul.sub-navi { display: none; }
  .single-post #topicpath { margin: 240px auto 20px; }
  .cont880 blockquote { margin-left: 5%; }
  /* NAVIGATION ----------------------------------------------- */
  .mobile-header-nav { z-index: 999; width: 100%; position: absolute; margin: 0; display: none; top: 80px; left: 0; padding: 0; background: #FFF; }
  .mobile-header-nav ul { flex-wrap: wrap; padding: 36px 0 24px; }
  .mobile-header-nav li { text-align: center; height: auto; padding-bottom: 0.1em; width: 100%; font-size: 1.2em; line-height: 2.0em; }
  .hamburger-menu { z-index: 9999; display: inline-block; height: 80px; padding: 16px 16px 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; right: 0; position: absolute; }
  .hamburger-menu:hover { cursor: pointer; }
  .hamburger-menu .menu-item { background: #2c3a5f; display: block; height: 2px; width: 24px; margin: 0 0 6px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
  .hamburger-menu.open .menu-item { margin: 0 0 5px; }
  .hamburger-menu.open .menu-item:first-child { -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: 1px; transform-origin: 1px; }
  .hamburger-menu.open .menu-item:nth-child(2) { opacity: 0; }
  .hamburger-menu.open .menu-item:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform-origin: 3px; transform-origin: 3px; }
  header.fixed { top: -10px; }
  header.fixed nav { margin: 0 0 0px 0; }
  header.fixed h1 { margin: 14px 0 0px 0; }
  header.fixed .mobile-header-nav { top: 60px; }
  /* フッター ----------------------------------------------- */
  #bottom-contact, #bottom-profile { padding: 90px 5% 80px; }
  #bottom-contact h3 { font-size: 2.0em; }
  #bottom-contact p { font-size: 0.9rem; }
  #bottom-contact .phoneno a { font-size: 2.4em; }
  #bottom-profile h3 { font-size: 2.0em; }
  footer .f-block { float: none; }
  footer .f-block:first-child, footer .f-block:nth-child(2), footer .f-block:last-child { width: 100%; }
  #blogbottom ul li { margin: 18px 0%; width: 100%; }
  /* トップ ----------------------------------------------- */
  #home-hero h1 { padding: 11vh 0 0 0; font-size: 1.4em; }
  #home-hero p { width: 86%; margin: 0.8em 10% 0 0; padding: 0.6em 3%; }
  .intro h2 { float: none; width: 97%; margin-right: 3%; font-size: 2.5rem; }
  .intro-cont { float: none; max-width: none; width: 96%; margin: 1.8em 3%; }
  .top-webdesing h2, .top-operation h2 { font-size: 3.2rem; /*word-break: normal;*/ }
  h2.title { font-size: 2.8rem; }
  #top-index1 { width: 100%; display: flex; flex-wrap: wrap; }
  .top-webdesing, .top-operation { width: 100%; }
  #top-goodat ul li { width: 50%; }
  #top-works ul li { width: 100%; }
  #top-blogpost ul { flex-wrap: wrap; }
  #top-blogpost ul li { width: 100%; }
  #top-faq dl { width: 100%; float: none; margin: 0; }
  /* 2階層目以下共通 ----------------------------------------------- */
  #topicpath { margin: 220px auto 20px; }
  #hero-2nd { height: 40vh; width: 100%; position: fixed; top: 0; z-index: -1; }
  #hero-2nd h1 { color: #FFF; font-size: 2.8rem; padding: 7vh 0 0 0; line-height: 1.0em; }
  #hero-2nd h1 .s-jp { line-height: 1.8em; margin-top: 0.6rem; font-size: 0.9rem; }
  /*特徴 ----------------------------------------------- */
  #main .imgright { float: none; margin: 48px auto; }
  #point1 h2, .ourpoint h2 { font-size: 2.6rem; word-break: normal; }
  .ourpoint h2 { float: none; }
  #point1 h3, .ourpoint h3 { font-size: 1.4rem; }
  .text-right { float: none; width: 100%; }
  /*サービス ----------------------------------------------- */
  .service-index ul li { width: 100%; font-size: 0.96em; padding-bottom: 2.0em; }
  .block-half .cont-half { width: 100%; }
  /*Service Top*/
  .service-index h2 { line-height: 1.1em; }
  .service-index-1 li { width: 100%; padding-bottom: 3.0em; margin: auto; }
  /*Web Design*/
  .page-webdesign .block-s1 h2, .page-service .block-s1 h2 { line-height: 0.84em; font-size: 1.8rem; }
  .page-webdesign .block-s1 h3, .page-service .block-s1 h3 { line-height: 1.1em; }
  .block-s1 h4.jp { line-height: 1.4em; margin: 0 0 1em 0; }
  .service-index-1 h5 .jp { margin-top: 0.6rem; }
  .webdesign-flow ul { font-size: 0.90rem; }
  /*ブログ ----------------------------------------------- */
  #hero-blog h1 { padding: 5vh 0 0.3em 0; line-height: 1.0em; }
  .singlearticlepage h1 { line-height: 1.2em; margin-bottom: 0.8em; }
  .block-s1 h2, .block-s1 h3, .block-s1 h4, .block-s1 h5 { line-height: 0.96em; }
  /*よくあるご質問 ----------------------------------------------- */
  #faqcont ul { display: block; }
  #faqcont ul li { width: 100%; margin: 0 auto 2em; }
  /*問い合わせ ----------------------------------------------- */
  .page-contact .phoneblock { width: 80%; }
  .contacttable th { text-align: left; }
  .contacttable th, .contacttable td { display: block; }
  .contacttable textarea { width: 90%; }
  .contacttable input[type=text].longerf { width: 16.0em; max-width: 90%; } }

@media screen and (max-width: 390px) { /* 2階層目以下共通 ----------------------------------------------- */
  #hero-2nd h1 { font-size: 2.4rem; }
  /*特徴 ----------------------------------------------- */
  #point1 h2, .ourpoint h2 { font-size: 2.0rem; }
  .projecttype h2 { font-size: 2.0rem; } }

/*# sourceMappingURL=base02.map */