@charset "UTF-8";
/*
Author: c.nz
Version: 1.0.5
*/
/* ---------------------------------------------------
　　common
------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; -webkit-box-sizing: border-box; box-sizing: border-box;}

ol, ul { list-style: none; }

i, cite, em, var, address, dfn { font-style: normal; }

html { font-size: 62.5%; /*font-size: calc(100vw * (10 / 1920));*/ }
@media screen and (max-width: 1366px) { html { font-size: calc(100vw * (9 / 1366)); } }
@media screen and (max-width: 1280px) { html { font-size: calc(100vw * (8 / 1280)); } }
@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { html { font-size: 10px; } }

body { font-family: "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-display: swap; font-size: 1.6rem; }

.acms-container { max-width: 100%; padding-left: 0; padding-right: 0; }
.acms-container #adminBox { margin-bottom: 0; }

.slick-dots li.slick-active button { background: none; }

.js-edit_inplace-hovering { left: 50% !important; transform: translateX(-50%); }

.js-fadein { opacity: 0; transform: translateY(40px); transition: .6s; }

.js-fadein.active { opacity: 1; transform: translateY(0); }

#container { width: 100%; margin: 0 auto; overflow: hidden; position: relative; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; }
.container::after { content: ""; clear: both; display: block; }

.btn{background:transparent; color: #222; font-weight: 400; line-height: initial; border: none; display: initial; padding: initial; border-radius: 0;}

a { transition: all ease 0.3s; box-sizing: border-box; }
a:link, a:visited { color: #222; text-decoration: none; }
a:hover { opacity: .7; }
a[href^="tel:"] { pointer-events: none; text-decoration: none; }

.entry-column a:visited { color: #222; }
.entry-column blockquote {background: #F7F9FA; border-left: 5px solid #E5ECEF;}

img { max-width: 100%; height: auto; line-height: 1; vertical-align: bottom; }
img.max { width: 100%; }

p { line-height: 1.8; margin: 0; }

.flexbox { display: -ms-flexbox; display: -webkit-box; display: flex; flex-wrap: wrap; align-items: top; justify-content: space-between; }

.flexbox.mid { align-items: center; }

.flexbox.center { justify-content: center; }

.flexbox.reverse { flex-direction: row-reverse; }

.flL { float: left; }

.flR { float: right; }

.taL { text-align: left; }

.taC { text-align: center; }

.taR { text-align: right; }

.rel { position: relative; }

.mincho { font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.gothic { font-family: "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.w20 { width: 20%; }

.w30 { width: 30%; }

.w70 { width: 70%; }

.w80 { width: 80%; }

.w1200 { max-width: 1200px; }

.txt-lll { font-size: 1.375em; }

.txt-ll { font-size: 1.25em; }

.txt-l { font-size: 1.125em; }

.txt-s { font-size: 0.875em; }

.txt-ss { font-size: 0.75em; }

.txt-sss { font-size: 0.625em; }

.tcol-red { color: red; }

.tcol-orange { color: orangered; }

.tcol-yellow { color: orange; }

.tcol-green { color: darkgreen; }

.tcol-blue { color: blue; }

.tcol-purple { color: purple; }

.pc-only { display: block; }

.sp-only { display: none; }

.pc-block { display: block; }

.sp-block { display: none; }

.pc-inline { display: inline; }

.sp-inline { display: none; }

@font-face {
  font-family: 'f-alata';
  src: url('./fonts/Alata-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'f-barlow';
	src: url('./fonts/BarlowSemiCondensed-Medium.woff') format('woff'),
       url('./fonts/BarlowSemiCondensed-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'f-caveat';
  src: url('./fonts/Caveat-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'f-inter';
  src: url('./fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}
@font-face {
  font-family: 'f-montserrat';
  src: url('./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}
@font-face {
  font-family: 'f-noto_sans_jp_b';
  src: url('./fonts/NotoSansJP-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'f-noto_sans_jp_r';
  src: url('./fonts/NotoSansJP-Regular.otf') format('opentype');
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
	html.is-fixed, html.is-fixed body {overflow: hidden;}
	body { font-feature-settings: "palt";}
  a:hover img { opacity: 1; }
  a[href^="tel:"] { pointer-events: auto; color: #FFF;}
  .container { max-width: 100%; }
  p { line-height: 1.4; }
  .w1200 { width: auto; }
  .pc-only { display: none !important; }
  .sp-only { display: block; }
  .pc-block { display: none !important; }
  .sp-block { display: block; }
  .pc-inline { display: none !important; }
  .sp-inline { display: inline; }
  .pc-hidden { display: block; } }
/* ----------------------------- 1. 各ページ共通 */
#header.acms-admin-module-edit-wrapper{z-index: 999 !important;}
.l-header { position: fixed; width: calc(100% - 100px); left: 50px; top: 50px; display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 90px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 20px; padding-left: 50px; z-index: 1999; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }
.l-header__logo{max-width: 20.7rem;}
.l-header:before, .l-header:after { display: none; }
.l-header-wrap { display: flex; align-items: center; justify-content: flex-end; width: calc(100% - 20.7rem - 6%); /*max-height: 90px;*/max-height: 100%;}
.l-header-wrap:before, .l-header-wrap:after { display: none; }
.l-header__nav ul { display: flex; }
.l-header__nav ul:before, .l-header__nav ul:after { display: none; }
/* .l-header__nav ul li{flex-shrink: 0;} */
.l-header__nav li a { display: block; padding: 2.9rem 3rem 3rem; font-size: 19px; font-size: 1.9rem; font-weight: 500; text-decoration: none; line-height: 1.8em;}
.l-header__nav li a:hover { background: #009CE1; color: #fff; }
.l-header__nav .js-pulldown { position: relative; }
.l-header__nav .js-pulldown.is-open a { background: #009CE1; color: #fff; }

.l-header__nav > ul > li > ul{ display: none; position: absolute; left: 0; top: 100%; width: 403px; background: #009CE1; color: #fff; padding-top: 20px; padding-bottom: 20px; flex-direction: column; }
.l-header__nav > ul > li > ul > li{}
.l-header__nav > ul > li > ul > li > a { padding-top: 10px; padding-bottom: 10px; color: #fff; }
.l-header__nav > ul > li > ul > li > a:hover { background: transparent; }

/* メガメニュー関連調整 */
.l-header__nav.mega > ul > li > ul{width: 600px;z-index: 999;}
.l-header__nav.mega > ul > li > ul > li{margin-bottom: 10px;}
.l-header__nav.mega > ul > li > ul > li > .mmtit{font-size: 1.8rem;padding-left: 16px;padding-right: 16px;font-weight: 700;border-top: 1px solid #fff;padding-top: 15px;}
.l-header__nav.mega > ul > li > ul > li:first-of-type > .mmtit{border-top: none;padding-top: 0;}
.l-header__nav.mega > ul > li > ul > li > a{display: inline-block;padding-top: 3px;}
.l-header__nav.mega > ul > li > ul > li > a::before{content: "・";}


.l-header__contact { display: flex; align-items: center; flex-shrink: 0;}
.l-header__contact:before, .l-header__contact:after { display: none; }
.l-header__contact .tel a { display: block; color: #009CE1; font-size: 32px; font-size: 3.2rem; font-family: "f-inter", "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 500; letter-spacing: -0.05em; }
.l-header__contact .tel span { display: block; background: url(../images/common/icon_tel.svg) no-repeat left center; background-size: 23px 30px; padding-left: 25px; }
.l-header__contact .email { margin-left: 20px; position: relative;}
.l-header__contact .email a:hover{opacity: 1;}
.l-header__contact .email a img.after-hover{opacity: 0; transition: .4s; position: absolute; top: 0; left: 0; z-index: 2;}
.l-header__contact .email a:hover img.after-hover{opacity: 1;}
.l-header__contact .email img{max-width: 6rem;}

.DownMove .l-header{opacity: 1; top: 50px; transition: .4s;}
.UpMove .l-header{opacity: 0; top: 0px; transition: .4s;}

/* 220711 */
.l-header__submenu {}
.l-header__submenu .l-header__submenuBtn {width: 6rem; height: 9rem; display: flex; align-items: center; justify-content: center; position: relative; z-index: 9; border-radius: 0; cursor: pointer;margin: 0 5rem;}
.l-header__submenu .l-header__submenuBtn span, .l-header__submenu .l-header__submenuBtn span:before, .l-header__submenu .l-header__submenuBtn span:after {background: #222;}
.l-header__submenu .l-header__submenuBtn span {display: block; position: relative; width: 3.2rem; margin-left: auto; margin-right: auto; height: 0.2rem;}
.l-header__submenu .l-header__submenuBtn span:before, .l-header__submenu .l-header__submenuBtn span:after {display: block; content: ""; position: absolute; width: 100%; height: 0.2rem; left: 0;}
.l-header__submenu .l-header__submenuBtn span:before {top: -0.8rem;}
.l-header__submenu .l-header__submenuBtn span:after {bottom: -0.8rem;}
.l-header__submenu .l-header__submenuBtn.is-open span, .l-header__submenu .l-header__submenuBtn.is-open span:before, .l-header__submenu .l-header__submenuBtn.is-open span:after {background: #009ce1;}
.l-header__submenu .l-header__submenuContainer {display: none; background: #009ce1; position: absolute; left: 60px; transform: translateX(-100%); top: 100%; padding: 20px 50px 0 0; width: 870px;}
.l-header__submenu .l-header__submenuList {display: flex;}
.l-header__submenuList .box1 {margin-left: 74px; list-style: disc;}
.l-header__submenuList .box1 li {margin-bottom: 20px; font-size: 16px; font-size: 1.6rem; line-height: 160%; color: #FFF}
.l-header__submenuList ul li a, .l-header__submenuList ul li:visited, .l-header__submenuList ul li:link {color: #FFF;}
/* /220711 */

@media screen and (max-width: 1605px){
  .l-header__nav li a {font-size: 16px; font-size: 1.6rem;}
}

@media screen and (max-width: 1540px) { 
  .l-header { padding-left: 25px; }
  .l-header__nav li a { font-size: 16px; font-size: 1.6rem; padding-left: 1rem; padding-right: 1rem; }
  .l-header__contact .tel a { font-size: 25px; font-size: 2.5rem; }
  .l-header__contact .tel span { background-size: 16px 23px; padding-left: 20px; } 

  .l-header__submenu .l-header__submenuBtn {margin: 0 2rem;}
}

@media screen and (max-width: 1300px) {
  .l-header__submenu .l-header__submenuContainer {display: none; background: #009ce1; position: absolute; left: 15rem; transform: translateX(-100%); top: 100%; padding: 20px 50px 0 0; width: 100rem;}
  .l-header__submenu .l-header__submenuList {display: flex; }
}

.l-footer { background: #009CE1; color: #fff; padding-top: 75px; padding-bottom: 80px; }
.l-footer .c-wrap__1580 { display: flex; justify-content: space-between; }
.l-footer .c-wrap__1580:before, .l-footer .c-wrap__1580:after { display: none; }
.l-footer__logo h1 { margin-bottom: 22px; }
.l-footer__logo .info { margin-bottom: 40px; font-size: 1.8rem; }
.l-footer__logo .link { display: flex; align-items: center; }
.l-footer__logo .link:before, .l-footer__logo .link:after { display: none; }
.l-footer__logo .z-btn a { display: block; text-decoration: none; background: #fff url(../images/common/footer_icon1.svg) no-repeat 34px; background-size: 40px 37px; border-radius: 60px; padding: 12px 34px; padding-left: 84px; width: 350px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #009CE1; font-size: 20px; font-size: 2rem; }
.l-footer__logo .z-btn a span { display: block; background: url(../images/common/icon_blank.svg) no-repeat right center/contain;padding-right: 28px; }
.l-footer__logo .sns { display: flex; align-items: center; margin-left: 20px; }
.l-footer__logo .sns:before, .l-footer__logo .sns:after { display: none; }
.l-footer__logo .sns li { margin-left: 20px; }
.l-footer__nav { display: flex; }
.l-footer__nav:before, .l-footer__nav:after { display: none; }
.l-footer__nav .box1 { margin-left: 74px; list-style: disc; }
.l-footer__nav .box1 li { margin-bottom: 20px; font-size: 16px; font-size: 1.6rem; line-height: 160%; }
.l-footer__nav ul li a,.l-footer__nav ul li:visited,.l-footer__nav ul li:link{color: #FFF;}
.l-footer__copyright { background: #fff; color: #009CE1; text-align: center; padding-top: 30px; padding-bottom: 30px; }
.l-footer__copyright small{font-size: 1.4rem;}

.l-pagetop { position: fixed; right: 30px; bottom: 0; z-index: 999; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; transition: 0.3s ease all; text-align: center; }
.l-pagetop a { display: flex; flex-direction: column; align-items: center; font-size: 15px; font-size: 1.5rem; font-family: 'f-alata', sans-serif; text-decoration: none; }
.l-pagetop a.sp-only {display: none;}
.l-pagetop a span{line-height: 1.8em;}

@media screen and (max-width:767px) , (max-width:896px) and (orientation:landscape){
  .l-header__nav li a:hover {background: inherit; color: inherit; opacity: 1;}
  .l-header__nav li a:active, .l-header__nav li a:focus {background: #009CE1; color: #fff;}

  .l-footer__nav .box1{margin-left: 10px;}
  .l-footer__nav .box1 li {font-size: 14px; font-size: 1.4rem;}

	/* 220721 */
	.l-header__submenu {position: relative;}
	.l-header__submenu .l-header__submenuBtn {margin: 0 0 0 auto; position: static;}
	.l-header__submenu .l-header__submenuContainer {width: 100%; transform: translateX(0); left: 0; padding: 30px 15px 70px;}
	.l-header__submenu .l-header__submenuList { flex-wrap: wrap; }
  .l-header__submenu .l-header__submenuList > div { margin-left: 4%; width: 46%; }
	.l-header__submenu .l-header__submenuList .box1 {margin-left: 10px;}
  .l-header__submenu .l-header__submenuList > div li { font-size: 14px; font-size: 1.4rem; }
	/* /220721 */

  /* メガメニュー関連調整 */
  .l-header__nav.mega > ul > li > ul{width: auto;}
  .l-header__nav.mega > ul > li > ul > li > a{display:block;}
}


/* ---------------------------------------------------
	follow-content
------------------------------------------------------ */
.follow-content { height: calc(100vw * (80 / 1920)); display: flex; justify-content: flex-start; align-items: center; position: fixed; transition: .6s; width: 100%; top: -500px; background: #FFF; z-index: 999; }
.follow-content.is-follow { position: fixed; top: 0; }
.follow-content .logo { width: calc(100vw * (150 / 1920)); margin: calc(100vw * (10 / 1920)) calc(100vw * (190 / 1920)) calc(100vw * (10 / 1920)) calc(100vw * (20 / 1920)); }
.follow-content .logo a { display: block; }
.follow-content .logo a:hover { opacity: 1; }
.follow-content .seo-description { font-size: calc(100vw * (14 / 1920)); font-weight: 500; letter-spacing: 0; line-height: 1.575; margin-bottom: calc(100vw * (36 / 1920)); }
.follow-content .gnavi > ul { display: flex; justify-content: flex-start; align-items: center; }
.follow-content .gnavi > ul > li { font-size: calc(100vw * (18 / 1920)); margin-right: calc(100vw * (40 / 1920)); font-weight: bold; letter-spacing: 0; line-height: 1.4; position: relative; }
.follow-content .gnavi > ul > li:last-of-type { margin-right: 0; }
.follow-content .gnavi > ul > li > ul { display: none; position: absolute; top: 100%; left: 0; width: auto; height: auto; z-index: 1000; }
.follow-content .gnavi > ul > li > ul > li { width: auto; height: auto; }
.follow-content .gnavi > ul > li > ul > li a { display: block; white-space: nowrap; width: auto; padding: 5px; background: rgba(255, 255, 255, 0.95); }
.follow-content .mail-btn { width: calc(100vw * (180 / 1920)); margin-right: 0; margin-left: calc(100vw * (20 / 1920)); height: 100%; }
.follow-content .mail-btn a { background: #999; width: 100%; color: #FFF; padding: calc(100vw * (14 / 1920)) 0 calc(100vw * (13 / 1920)); font-size: calc(100vw * (18 / 1920)); letter-spacing: .05em; line-height: 2; text-align: center; position: relative; height: 100%; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-weight: 700; }
.follow-content .mail-btn a::before { content: ""; display: inline-block; height: calc(100vw * (20 / 1920)); background: url(../images/common/ico-mail.png) no-repeat center/contain; width: 100%; }
.follow-content .tel-info { margin-left: auto; margin-right: 0; text-align: right; }
.follow-content .tel-info p { font-size: calc(100vw * (38 / 1920)); line-height: .66315; letter-spacing: 0; font-weight: 400; margin-bottom: calc(100vw * (5 / 1920)); }
.follow-content .tel-info small { font-size: calc(100vw * (16 / 1920)); font-weight: 500; line-height: 1.575; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .follow-content { display: none; } }
/* ---------------------------------------------------
　　pagetit
------------------------------------------------------ */
.pagetit { width: 100%; position: relative; background: #FFF; text-align: center; padding: 220px 0 20px; position: relative;}
.pagetit .page-title { margin: 0 auto; font-size: 3.2rem; font-weight: bold; line-height: 1.2; color: #000; letter-spacing: 0.05em; }
.pagetit .page-title::after { content: ""; display: block; width: 600px; max-width: 100%; margin: 60px auto 0; height: 4px; background-color: #009CE1; }

.pagetit .p-top__kv {position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 100%;}
.pagetit .p-top__kv h2 {position: absolute; left: 0; top: 0; width: 100%; height: 50px; z-index: 9; display: flex; align-items: center; justify-content: center; font-size: 14px; font-size: 1.4rem; font-family: "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; line-height: 100%; color: #999; font-weight: 400;}
.inpage .pagetit .p-top__kv{display: none;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .pagetit { width: 100%; max-width: 100%; padding-top: 120px; }
  .pagetit .page-title { font-size: 2rem; }
  .pagetit .page-title::after { margin-top: 30px; }
 	.pagetit .p-top__kv h2 {display: none;}}
/* ---------------------------------------------------
　　topicpath
------------------------------------------------------ */
.topicpath { background: none; width: 100%; text-align: center; padding: 0; margin-bottom: 0; }
.topicpath .acms-container { max-width: 1200px; }
.topicpath .topicpath-list { width: 100%; padding: 0; text-align: center; }
.topicpath .topicpath-list .topicpath-item { float: none; display: inline-block; background: none; padding: 0; font-size: 15px; line-height: 1.2; font-weight: 200; }
.topicpath .topicpath-list .topicpath-item a { display: inline; }
.topicpath .topicpath-list .topicpath-item::before { display: inline-block; content: ">"; padding: 0 10px; }
.topicpath .topicpath-list .topicpath-item:first-child { padding: 0; }
.topicpath .topicpath-list .topicpath-item:first-child::before { display: inline-block; content: ""; padding: 0; }
.topicpath .topicpath-list .topicpath-item .topicpath-link { font-size: 15px; font-weight: 200; }

@media screen and (max-width: 896px) and (orientation: landscape) { .topicpath { padding-left: 40px; } }

/* ----------------------------- 9. 共通パーツ */
.u-mt0 { margin-top: 0px; }

.u-mt5 { margin-top: 5px; }

.u-mt10 { margin-top: 10px; }

.u-mt15 { margin-top: 15px; }

.u-mt20 { margin-top: 20px; }

.u-mt30 { margin-top: 30px; }

.u-mt40 { margin-top: 40px; }

.u-mt50 { margin-top: 50px; }

.u-mt60 { margin-top: 60px; }

.u-mt70 { margin-top: 70px; }

.u-mt80 { margin-top: 80px; }

.u-mt90 { margin-top: 90px; }

.u-mb0 { margin-bottom: 0; }

.u-mb5 { margin-bottom: 5px; }

.u-mb10 { margin-bottom: 10px; }

.u-mb15 { margin-bottom: 15px; }

.u-mb20 { margin-bottom: 20px; }

.u-mb30 { margin-bottom: 30px; }

.u-mb40 { margin-bottom: 40px; }

.u-mb50 { margin-bottom: 50px; }

.u-mb60 { margin-bottom: 60px; }

.u-mb70 { margin-bottom: 70px; }

.u-mb80 { margin-bottom: 80px; }

.u-mb90 { margin-bottom: 90px; }

.u-pb0 { padding-bottom: 0px; }

.u-col { color: #222222; }
.u-col__red { color: #F00; }

.u-mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.u-gothic { font-family: "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.u-italic { font-style: italic; }

.u-center { text-align: center !important; }
.u-center th, .u-center td { text-align: center !important; }

.u-right { text-align: right !important; }
.u-right th, .u-right td { text-align: right !important; }

.u-left { text-align: left !important; }
.u-left th, .u-left td { text-align: left !important; }

.c-wrap { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; box-sizing: content-box;}
.c-wrap__1580 { max-width: 1580px; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; box-sizing: content-box;}

.c-btn1 { margin-top: 50px; text-align: center; }
.c-btn1 a { border: 1px solid #222; text-align: center; color: #222; padding: 3px 20px 6px; font-size: 1.6rem; letter-spacing: .05em; line-height: 120%; font-weight: 600; position: relative; display: inline-block; text-decoration: none; overflow: hidden;}
.c-btn1 a:hover {opacity: 1; color: #fff; border-color: #009CE1;}
.c-btn1 a::before { position: absolute; top: 0; left: 0; content: ''; display: block; width: 100%; height: 150%; background: #009CE1; transform: scaleX(0); transform-origin: right; transition: all .25s ease; transition-property: transform; z-index: -1;}
.c-btn1 a:hover::before { transform: scaleX(1); transform-origin: left;}
.c-btn1 a:hover span { background-image: url(../images/common/arrow_2-white.svg); }

.c-btn1 a.white { background: #fff; border-color: #fff; color: #009CE1; }
.c-btn1 a.white span { background-image: url(../images/common/arrow_2-blue.svg); }
.c-btn1 a.white:hover { background: #009CE1; color: #fff; }
.c-btn1 a.white:hover span { background-image: url(../images/common/arrow_2-white.svg); }
.c-btn1 span { display: block; background: url(../images/common/arrow_2.svg) no-repeat right calc(50% + 2px); background-size: 10px 10px; padding-right: 23px; }

.c-table__nostyle { width: 100%; }
.c-table__nostyle th, .c-table__nostyle td { padding: 2px 0 !important; border: 0; font-weight: normal; text-align: left; vertical-align: top; background: transparent; }

.u-indent { text-indent: -1em; padding-left: 1em; }

.u-youtube-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.u-youtube-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 896px) { .c-btn1 { margin-top: 30px; }
  .c-title1 { margin-bottom: 40px; }
  .c-title1 .en { font-size: 38px; font-size: 3.8rem; }
  .c-title1 .h { font-size: 18px; font-size: 1.8rem; }
  .c-table__nostyle { width: 100%; }
  .c-table__nostyle th, .c-table__nostyle td { padding: 2px 0 !important; border: 0; font-weight: normal; text-align: left; vertical-align: top; background: transparent; }
  .u-indent { text-indent: -1em; padding-left: 1em; } }
@media screen and (max-width: 896px) { /* ----------------------------- 全体 */
  html { font-size: 62.5%; }
  body { font-size: 14px; font-size: 1.4rem; min-width: initial; }
  body.fixed { width: 100%; height: 100%; position: fixed; }
  .l-header { background: transparent; border-radius: 0; padding: 0; left: 0; top: 0; width: 100%; box-shadow: none; padding: 0; padding-left: 13px; flex-wrap: wrap;  align-items: flex-start;}
  .l-header__logo { position: relative; z-index: 9; padding-top: 13px;max-width: 100%;}
  .l-header__logo h1 img { width: 148px; }
  .l-header__btn { background: #009CE1; border-radius: 60px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; position: relative; z-index: 9; border-radius: 0;}
  .l-header__btn:before, .l-header__btn:after { display: none; }
  .l-header__btn span { display: block; position: relative; width: 30px; margin-left: auto; margin-right: auto; }
  .l-header__btn span:before, .l-header__btn span:after { display: block; content: ""; position: absolute; width: 100%; height: 2px; background: #fff; left: 0; }
  .l-header__btn span:before { top: -7px; }
  .l-header__btn span:after { bottom: -7px; }
  .l-header-wrap { display: none; width: 100vw; height: 100vh; overflow: auto; padding: 80px 0 150px; background: rgba(255, 255, 255, 0.95); position: absolute; left: 0; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; max-height: none;}
  .l-header__nav ul { display: block; }
  .l-header__nav li { border-bottom: 1px solid rgba(34, 34, 34, 0.4); }
  .l-header__nav li a { color: #222222; padding: 15px; font-size: 16px; font-size: 1.6rem; }
  .l-header__nav .js-pulldown { position: relative; }
  .l-header__nav .js-pulldown > a { width: calc(100% - 40px); position: relative; }
  .l-header__nav .js-pulldown > span { position: absolute; top: 0; right: 0; width: 40px; height: 55px; }
  .l-header__nav .js-pulldown > span:before, .l-header__nav .js-pulldown > span:after { display: block; content: ""; position: absolute; width: 20px; height: 2px; background: #222222; top: 0; bottom: 0; right: 0; left: 0; margin: auto; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; transition: 0.3s ease all; z-index: 9; }
  .l-header__nav .js-pulldown > span:after { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); transform: rotate(-90deg); }
  .l-header__nav .js-pulldown.is-open { background: #009CE1; }
  .l-header__nav .js-pulldown.is-open > span:before, .l-header__nav .js-pulldown.is-open > span:after { background: #fff; }
  .l-header__nav .js-pulldown.is-open > span:after { -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0); }
  .l-header__nav > ul > li > ul { width: auto; position: relative; padding-top: 0; padding-bottom: 10px; }
  .l-header__nav > ul > li > ul li { border-bottom: 0; }
  .l-header__nav > ul > li > ul li a { font-size: 14px; font-size: 1.4rem; }
  .l-fixed { position: fixed; left: 0; bottom: 0; width: calc(100vw - 60px); z-index: 9999; }
  .l-fixed ul { display: flex; }
  .l-fixed ul:before, .l-fixed ul:after { display: none; }
  .l-fixed li { flex-grow: 1; border-top: 1px solid #008EDC; border-right: 1px solid #008EDC; width: 50%; height: 60px; box-sizing: border-box;}
  .l-fixed li a { display: block; padding: 6px 0; color: #008EDC; font-weight: 500; font-size: 14px; font-size: 1.6rem; background-color: #FFF; text-align: center; line-height: 30px; height: 100%; line-height: 1;}
	.l-fixed li a:hover {opacity: 1;}
  .l-fixed li a span.l-fixed-img {width: 100%; height: 20px; display: flex; justify-content: center; align-items: center;}
.l-fixed li a span.l-fixed-txt { display: inline-block; *display: inline; *zoom: 1; background-repeat: no-repeat; background-position: left center; width: 100%; font-size: 14px; line-height: 2; }
  .l-footer { padding-top: 40px; padding-bottom: 40px; }
  .l-footer .c-wrap__1580 { display: block; }
  .l-footer__logo { margin-bottom: 60px; }
  .l-footer__logo h1 { margin-bottom: 15px; }
  .l-footer__logo h1 img { width: 200px; }
  .l-footer__logo .info { margin-bottom: 20px; font-size: 1.6rem; line-height: 1.6;}
  .l-footer__logo .link { flex-direction: column; }
  .l-footer__logo .z-btn a { width: auto; font-size: 1.8rem;}
  .l-footer__logo .sns { margin-top: 18px; margin-left: 0; justify-content: center; }
  .l-footer__nav { flex-wrap: wrap; }
  .l-footer__nav > div { margin-left: 4%; width: 46%; }
  .l-footer__nav > div li { font-size: 14px; font-size: 1.4rem; margin-bottom: 8px; }
  .l-footer__copyright { padding-top: 15px; padding-bottom: 60px;}
  .l-footer__copyright small{ font-size: 12px; font-size: 1.2rem; }
  .l-pagetop { right: 0; bottom: 0; z-index: 9999; display: block !important; opacity: 1 !important;}
  .l-pagetop a { font-size: 13px; font-size: 1.3rem; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background-color: #009ce1;}
  .l-pagetop a.sp-only {display: flex;}
	.l-pagetop a.sp-only:hover {opacity: 1;}
  .l-pagetop img { height: auto; }
  .p-top__kv { height: 80vw; margin-bottom: 40px; }
  .p-top__kv h2 { font-size: 50px; font-size: 5rem; }
  .p-top__kv .slider li:before { height: 4px; }
  .p-top__kv .slider li img { height: 80vw; }
}


/* pagetop */
.pagetop { display: block; position: fixed; right: 0; bottom: -100%; z-index: 1000; transition: all 0.6s; }
.pagetop.active { display: block; bottom: 0; }
.pagetop a { display: block; }
.pagetop a:hover { transform: translateY(-3px); }
.pagetop a:hover img { opacity: 1; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .pagetop { width: 44px; }
  .pagetop a:hover { transform: translateY(0); } }
/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider { padding: 0 0 12px 0; }
.slick-slider img { margin: 0 auto; }

.fix-height { height: 300px; /* はじめのちらつき防止 */ overflow: hidden; /* はじめのちらつき防止 */ }

.slick-slide:hover { cursor: pointer; }

.slick-list:focus:focus { position: relative; }
.slick-list:focus:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; border: 2px dotted #c41134; content: ""; }

.js-slider .slick-list:focus { position: relative; }
.js-slider .slick-list:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; border: 2px dotted #c41134; content: ""; }

.main-slider-image { height: 300px; background: no-repeat center #333; background-size: cover; }
.main-slider-image a:hover { text-decoration: none; }

.main-slider-text-outer { height: 100%; }

.main-slider-text-wrap { display: table; width: 100%; height: 100%; }

.main-slider-text-inner { display: table-cell; padding: 0 20px; text-align: center; vertical-align: middle; }

.main-slider-main-copy { margin: 0; color: #FFF; font-weight: bold; font-size: 24px; }

.main-slider-side-copy { margin: 0; color: #FFF; font-size: 16px; }

/* ちらつき防止 */
.slick-track, .slick-list { -webkit-transform: translateZ(0); -webkit-perspective: 1000; }

/* 矢印ナビゲーション */
.slick-prev, .slick-next { position: absolute; top: 50%; display: block; width: 19px; height: 60px; margin-top: -29px; padding: 0; color: transparent; font-size: 0; line-height: 0; background: transparent; border: none; outline: none; cursor: pointer; }
.slick-prev:focus, .slick-next:focus { border: 1px dotted #FFF; }

.slick-prev { left: 10px; background: url("../../images/marker/icon_white_arrow_left.png") no-repeat; }

.slick-next { right: 10px; background: url("../../images/marker/icon_white_arrow_right.png") no-repeat; }

/* ドットのナビゲーション */
.slick-dots { position: relative; clear: both; margin: -35px 0 0 0; padding: 0; text-align: center; list-style: none; }

.slick-dots li { display: inline-block; }

.slick-dots li button { position: relative; display: inline-block; width: 15px; height: 15px; margin: 0 8px; font-size: 0; background: #FFF; border: 1px solid transparent; border-radius: 7px; content: ""; }

.slick-dots li button:focus { border: 1px solid #c41134; outline: 0; }

.slick-dots li:hover button { cursor: pointer; }

.slick-dots li.slick-active button { background: #c41134; }

.slick-dots button { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; border: 0; clip: rect(0 0 0 0); }

.slick-dots{bottom: 1.5rem; position: absolute;}
.slick-dots li{margin: 0 9px; padding:0; width: 14px; height: 14px;}
.slick-dots li button{background:#FFF; margin: 0; border:1px solid #333; width: 10px; height: 10px; padding: 0;}
.slick-dots li button:before{content: none;}
.slick-dots li.slick-active button{background: #333;}

#autoplay-btn { position: absolute; right: 10px; bottom: 10px; z-index: 1; width: 50px; height: 50px; color: #FFF; background: rgba(0, 0, 0, 0.7); border: 0; border-radius: 50%; outline: 0; }
#autoplay-btn:hover { background: rgba(0, 0, 0, 0.9); }
#autoplay-btn:active:before, #autoplay-btn:focus:before { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; border: 1px dotted #FFF; content: ""; }
#autoplay-btn:after { position: absolute; top: 15px; left: 17px; display: block; box-sizing: border-box; width: 16px; height: 20px; margin-left: 0; border-top: none; border-right: 5px solid #FFF; border-bottom: none; border-left: 5px solid #FFF; content: ""; }
#autoplay-btn.active:after { left: 15px; width: 0; height: 0; margin-left: 5px; border-color: transparent transparent transparent #FFF; border-style: solid; border-width: 10px 0 10px 15px; }

@media screen and (min-width: 768) { .slick-prev { left: 50px; }
  .slick-next { right: 50px; }
  .fix-height { height: 400px; /* はじめのちらつき防止 */ }
  .main-slider-image { height: 400px; }
  .main-slider-main-copy { font-size: 40px; }
  .main-slider-side-copy { font-size: 24px; } }
/* ---------------------------------------------------
	btn_menu
------------------------------------------------------ */
.btn_menu { display: none; position: fixed; right: 15px; top: 10px; width: 100px; height: 100px; padding: 20px 20px 15px; cursor: pointer; text-align: center; z-index: 9999; background: #000; }
.btn_menu .menu-trigger { display: inline-block; position: relative; width: 40px; height: 32px; box-sizing: border-box; transition: all .4s; }
.btn_menu .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box; position: absolute; left: 0; width: 100%; height: 3px; background-color: #FFF; }
.btn_menu .menu-trigger span:nth-of-type(1) { top: 0; }
.btn_menu .menu-trigger span:nth-of-type(1) { top: 4px; }
.btn_menu .menu-trigger span:nth-of-type(2) { top: 14px; }
.btn_menu .menu-trigger span:nth-of-type(3) { bottom: 0; }
.btn_menu .menu-trigger.active { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.btn_menu .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(-35deg); transform: translateY(10px) rotate(-35deg); }
.btn_menu .menu-trigger.active span:nth-of-type(2) { -webkit-transform: translateY(0) rotate(35deg); transform: translateY(0) rotate(35deg); }
.btn_menu .menu-trigger.active span:nth-of-type(3) { opacity: 0; }
.btn_menu .txt { color: #FFF; font-size: 12px; font-family: Arial, Helvetica, "sans-serif"; font-weight: bold; margin-top: 4px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .btn_menu { display: block; width: 60px; height: 60px; padding: 10px 10px 15px; }
  .btn_menu .menu-trigger { width: 40px; height: 26px; }
  .btn_menu .menu-trigger span { height: 2px; }
  .btn_menu .menu-trigger span:nth-of-type(1) { top: 0; }
  .btn_menu .menu-trigger span:nth-of-type(1) { top: 2px; }
  .btn_menu .menu-trigger span:nth-of-type(2) { top: 12px; }
  .btn_menu .menu-trigger span:nth-of-type(3) { bottom: 0; } }
/* ---------------------------------------------------
	pager
------------------------------------------------------ */
.pager { display: flex; justify-content: center; align-items: center; margin: 40px 0; }
.pager li { display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border:none; border-radius: 100px; overflow: hidden; font-size: 15px; background: #F7F9FA; margin:0 5px; border-radius: 100px; overflow: hidden;}
.pager li > span { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }
.pager li a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #009CE1; text-decoration: none; font-family: "f-inter";}
.pager li.prev, .pager li.next { border: none; border-radius: 100px; overflow: hidden; background: none; }
.pager li.prev .pager-link, .pager li.prev .pager-link:hover, .pager li.next .pager-link, .pager li.next .pager-link:hover { background: none; color: #009CE1; }
.pager li.cur { background: #009CE1; color: #F7F9FA; border-radius: 100px; overflow: hidden; }
.pager li .pager-link { background: #F7F9FA; padding: 10px; }
.pager li .pager-link:active, .pager li .pager-link:focus, .pager li .pager-link:visited { color: #009CE1; }
.pager li .pager-link:hover { background: #009CE1; color: #F7F9FA; border-radius: 100px; overflow: hidden; opacity: 1; }

.serial-nav { width: 100%; max-width: 1200px; margin: 0 auto 50px; display: flex; justify-content: space-between; align-items: center; }
.serial-nav .serial-nav-prev { text-align: left; }
.serial-nav .serial-nav-next { text-align: right; }
.serial-nav a { display: block; padding: 12px 40px; line-height: 1.333; color: #009CE1; font-size: 1.8rem; font-weight: bold; }
.serial-nav .serial-nav-prev a::before{content: ""; display: inline-block; width:16px; height: 14px; background:url(../images/common/before-arr.svg) no-repeat center/contain; margin-right: 15px;}
.serial-nav .serial-nav-next a::after{content: ""; display: inline-block; width:16px; height: 14px; background:url(../images/common/after-arr.svg) no-repeat center/contain; margin-left: 15px;}
.serial-nav a:active, .serial-nav a:focus, .serial-nav a:hover, .serial-nav a:visited { color: #009CE1; }
.serial-nav a:hover { text-decoration: none; }
.serial-nav .serial-nav-item a { border: none; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .pager { margin: 20px 0; }
  .pager li { margin-bottom: 10px; width: 40px; height: 40px;}
  .serial-nav { padding: 0 10px; }
  .serial-nav .serial-nav-item { width: 48%; }
  .serial-nav a { padding: 10px 20px; } }
/* ---------------------------------------------------
	子ブログindex
------------------------------------------------------ */
.koblog { width: 100%; max-width: 1200px; margin: 0 auto; padding: 50px 0; }
.koblog .koblog-card-wrap { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 30px; }
.koblog .koblog-card-wrap .koblog-card { width: 22.5%; margin-right: 3.33%; margin-bottom: 40px; }
.koblog .koblog-card-wrap .koblog-card:nth-child(4n) { margin-right: 0; }
.koblog .koblog-card-wrap .koblog-card .image { max-width: 270px; height: 180px; overflow: hidden; position: relative; }
.koblog .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner { display: flex; justify-content: space-between; align-items: center; margin-top: 15px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 2rem; line-height: 1; margin-right: 10px; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; min-width: 100px; height: 24px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.koblog .koblog-card-wrap .koblog-card .koblog-card-inner .text { margin-top: 10px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .koblog { padding: 0 15px 60px; }
  .koblog .koblog-card-wrap { justify-content: center; margin-top: 30px; }
  .koblog .koblog-card-wrap .koblog-card { width: 100%; margin-bottom: 25px; margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card:last-child { margin-right: 0; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner { margin-top: 15px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image { max-width: 100%; max-height: 180px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .image img { width: 100%; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 18px; }
  .koblog .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; } }
@media screen and (max-width: 896px) and (orientation: landscape) { .koblog .koblog-card { width: 49%; margin-right: 2%; }
  .koblog .koblog-card:nth-child(2n) { margin-right: 0; } }
/* ---------------------------------------------------
	子ブログindex - news用
------------------------------------------------------ */
.koblog-news { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; }
.koblog-news .koblog-card-wrap { display: block; margin-top: 30px; }
.koblog-news .koblog-card-wrap .koblog-card { width: 100%; display: flex; justify-content: flex-start; flex-wrap: wrap; padding: 10px 0; }
.koblog-news .koblog-card-wrap .koblog-card .image { width: 100px; height: 100px; overflow: hidden; position: relative; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { display: block; width: calc(100% - 120px); }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .meta { display: flex; justify-content: flex-start; flex-wrap: wrap; width: 100%; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; margin-right: 20px; }
.koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .koblog-news { max-width: 100%; padding: 0 10px; }
  .koblog-news .koblog-card-wrap { margin-top: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .image { margin-right: 10px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner { width: calc(100% - 110px); }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .category { font-size: 14px; }
  .koblog-news .koblog-card-wrap .koblog-card .koblog-card-inner .date { font-size: 20px; }
  .koblog-news .koblog-card-wrap .koblog-card .text { margin-top: 10px; } }
/* ---------------------------------------------------
	子ブログ詳細
------------------------------------------------------ */
/* タイトル */
.entry > header h2 { padding-bottom: 10px; border-bottom: 1px solid #999; margin-bottom: 40px; }
.entry > header .entry-info { display: flex; justify-content: flex-start; flex-wrap: wrap; align-items: center; margin-bottom: 40px; }
.entry > header .entry-info .date { flex: none; margin-right: 10px; font-size: 2rem; line-height: 1; }
.entry > header .entry-info .category { flex: none; display: flex; justify-content: center; align-items: center; height: 24px; min-width: 100px; padding: 0 10px; font-size: 1.4rem; color: #fff; background: #00469C; }
.entry > .entry-footer { max-width: 1200px; margin: 20px auto; }

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .entry > header h2 { margin-bottom: 20px; }
  .entry > header .entry-info { margin-bottom: 20px; padding: 0 10px; }
  .entry > header .entry-info .date { margin-right: 10px; margin-bottom: 10px; font-size: 16px; font-size: 1rem; line-height: 1; width: 100%; } }
/* SNSシェアボタン */
.share-wrapper { display: flex; justify-content: flex-start; align-items: center; padding: 5px; }
.share-wrapper .share-list { display: inline-block; }
.share-wrapper .share-item { display: inline-block; margin: 0 0 0 15px; vertical-align: top; }
.share-wrapper .share-item a { color: #999; text-decoration: none; }
.share-wrapper .share-item [class*="acms-icon"] { font-size: 2.2rem; vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook { position: relative; color: #1877F2; line-height: 1.2; }
.share-wrapper .share-item .share-item-facebook::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-facebook:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }
.share-wrapper .share-item .share-item-twitter { position: relative; color: #55ACEE; line-height: 1.2; }
.share-wrapper .share-item .share-item-twitter::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-twitter:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }

.share-wrapper .share-item .share-item-x { position: relative;color: #0f1419; line-height: 1.2; }
.share-wrapper .share-item .share-item-x::before { vertical-align: middle; }
.share-wrapper .share-item .share-item-x:focus::before { position: absolute; top: -1px; right: -1px; bottom: -1px; left: -1px; border: 1px dotted #333; content: ""; }


/* ---------------------------------------------------
	tag
------------------------------------------------------ */
.taglist { width: 100%; max-width: 1200px; margin: 40px auto; padding: 0; }
.taglist .tag { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.taglist .tag a { display: inline-block; padding: 2px 10px; border: 1px solid #009CE1; color: #009CE1; margin-right: 5px; margin-bottom: 10px; border-radius: 100px; font-size: 1.4rem; line-height: 1.4; font-weight: 400; letter-spacing: 0; transition: .4s;}
.taglist .tag a:hover { display: inline-block; border: 1px solid #009CE1; background: #009CE1; color: #FFF; opacity: 1;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .taglist { width: 100%; max-width: 100%; margin: 20px auto; padding: 0 10px; } }
/* ---------------------------------------------------
	404
------------------------------------------------------ */
#article-404.entry-title { text-align: center; margin: 50px 0; }

/* ---------------------------------------------------
　　contact
------------------------------------------------------ */
/* ボタン　色付き */
.btn-attention { background: #C41134; border: 0; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 6px 15px; border-radius: 3px; }

.btn-attention:hover, .btn-attention:visited { color: #FFF; text-decoration: none; }

.btn-attention:focus, .btn-attention:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention:hover { color: #FFF; background-color: #910021; background-image: -webkit-gradient(linear, left top, left bottom, from(#C41134), to(#910021)); background-image: linear-gradient(to bottom, #C41134, #910021); }

.btn-attention:active, .btn-attention:focus { background: #910021; }

/* ボタンサイズ大 */
.btn-large { background: #666; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-large:hover, .btn-large:visited { color: #FFF; text-decoration: none; }

.btn-large:focus, .btn-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-large:hover { background: #444; }

.btn-large:active, .btn-large:focus { background: #444; }

/* ボタンサイズ大 色付き */
.btn-attention-large { background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-large:hover, .btn-attention-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-large:focus, .btn-attention-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-large:hover { background: #910021; }

.btn-attention-large:active, .btn-attention-large:focus { background: #910021; }

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large { width: 100%; background: #C41134; color: #FFF; font-weight: bold; line-height: 1.3; border: 0; display: inline-block; padding: 15px 20px; text-align: center; border-radius: 5px; font-size: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: background-color .25s linear; transition: background-color .25s linear; }

.btn-attention-block-large:hover, .btn-attention-block-large:visited { color: #FFF; text-decoration: none; }

.btn-attention-block-large:focus, .btn-attention-block-large:active { color: #FFF; -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); }

.btn-attention-block-large:hover { background: #910021; }

.btn-attention-block-large:active, .btn-attention-block-large:focus { background: #910021; }

@media (min-width: 768px) { .btn-block-large { max-width: 360px; }
  .btn-attention-block-large { max-width: 360px; } }
.contact-box .message-group { margin: 0 0 35px; }

.contact-box .message-text { color: #c41134; font-weight: 700; }

.contact-box .contact-no { margin: 0; color: #333; font-weight: 700; font-size: 30px; }

.contact-box .contact-no a { color: inherit; }

.contact-box .error-text { margin: 5px 0 0; color: #c41134; }

.contact-box p { line-height: 1.6; }

.contact-form { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0 0 20px; padding: 0; list-style: none; background: #e5e5e5; }

.contact-form-heading { margin: 40px 0 10px; }

.contact-form-group { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; padding: 0; background: #e5e5e5; border-bottom: 1px solid #fff; }

.contact-form-group fieldset { display: contents; border: 0; }

.contact-form-label { margin: 0; padding: 10px 10px 0; font-weight: 700; text-align: left; }

.contact-form-control, .contact-form-label { display: block; width: 100%; box-sizing: border-box; }

.contact-form-control { padding: 10px; }

.contact-form-grid { margin: 0 -5px; }

.acms-entry .contact-form-col, .contact-form-col { margin: 0 0 10px; padding: 0 5px; }

.acms-entry .contact-form-col:last-child, .contact-form-col:last-child { margin: 0; }

@media screen and (min-width: 768px) { .contact-form { width: 100%; }
  .contact-form-label { padding: 15px 15px 5px; vertical-align: top; }
  .contact-form-control { padding: 5px 15px 15px; }
  .contact-form-col { margin: 0; } }
.contact-box .mail-step { margin: 0 0 25px; padding: 0 10px; background: #e5e5e5; counter-reset: a; }

.contact-box .mail-step-item { float: left; margin: 0 5px; padding: 14px 0 10px; color: #999; font-weight: 700; list-style: none; border-bottom: 4px solid transparent; font-size: 14px; }

.contact-box .mail-step-item:before { content: counter(a) "."; counter-increment: a; }

.contact-box .mail-step-item-current { color: #333; border-bottom: 4px solid #333; }

@media screen and (min-width: 768px) { .contact-box .mail-step-item { margin: 0 10px; padding: 18px 0 14px; font-size: 16px; } }
.form-btn-box { margin: 0 10px 50px; text-align: center; }

.form-btn { display: inline-block; }

@media screen and (min-width: 768px) { .form-btn-send { width: 100%; max-width: 360px; } }
.label-required { margin: 0 5px; padding: 2px 8px; color: #fff; background: #c41134; border-radius: 3px; font-size: 12px; }

@media screen and (min-width: 768px) { .label-required { margin: 0 10px; margin-top: 5px;} }
.contact-box select[required]:required { border: 1px solid #c49511; }

.contact-box select.focused:invalid { border: 1px solid #c41134; }

.contact-box select[required]:valid { border: 1px solid #a7a7aa; }

.contact-box input[required]:required, .contact-box textarea[required]:required { background: #fffdeb; }

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid { background: #ffebee; }

.contact-box input[required]:valid, .contact-box textarea[required]:valid { background: #fff; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { font-size: 16px; box-sizing: border-box; padding: 0 5px; }

.contact-box textarea { font-size: 16px; padding: 5px 5px 4px; }

.contact-box select { background-color: #f7f7f7; min-height: 30px; padding-top: 4px; padding-bottom: 4px; font-size: 16px; vertical-align: top; }

@media screen and (min-width: 768px) { .contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week], .contact-box textarea { padding: 5px 8px;}
  .contact-box select { padding-left: 8px; min-height: 40px; } }
.valid-mark { display: none; }

.valid-mark.valid { display: inline; float: right; color: #5cb85c; }

.invalid { background-color: #ffebee !important; }

.contact-box { width: 100%; max-width: 1200px; margin: 0 auto; }

.contact-box .tel-box { width: 680px; margin: 0 auto 40px; padding: 30px 0; border: 1px solid #000; text-align: center; }

.contact-box .tel-box h2 { margin-bottom: 0; }

.entry-column .contact-box ul li { background: none; padding: 0; }

.contact-box .contact-no { font-size: 4rem; }

.contact-box .contact-no + p { margin-bottom: 0; }

.contact-form, .contact-form-group { background: none; }

.contact-form-group { display: flex; justify-content: flex-start; align-items: stretch; font-size: 1.8rem; }

.contact-form-label { border-bottom: 1px solid #ccc; font-size: 1.8rem; width: calc(100% / 3); padding: 10px; }

.contact-form-control { border-bottom: 1px solid #ccc; font-size: 1.8rem; width: calc((100% / 3 ) * 2); padding: 10px; }

.contact-box input[type=date], .contact-box input[type=datetime-local], .contact-box input[type=datetime], .contact-box input[type=email], .contact-box input[type=month], .contact-box input[type=number], .contact-box input[type=password], .contact-box input[type=search], .contact-box input[type=tel], .contact-box input[type=text], .contact-box input[type=time], .contact-box input[type=url], .contact-box input[type=week] { padding: 5px; }

.contact-box select { min-height: 40px; }

.contact-box .acms-admin-form-radio { display: block; margin-bottom: 10px; }

.contact-box .radio-sub { display: inline-block; padding-left: 25px; margin-bottom: 10px; }

.form-btn-box { margin: 20px 10px; }

.contact-box .btn-attention-block-large { position: relative; display: block; width: 100%; padding: 25px 50px; border: 2px solid #000; color: #000; font-weight: bold; text-align: center; text-decoration: none; background: #FFF; transition: all .25s ease; border-radius: 0; margin: auto; }

.contact-box .btn-attention-block-large:active, .contact-box .btn-attention-block-large:focus, .contact-box .btn-attention-block-large:hover { opacity: 0.8; }

.contact-box .btn-large { padding: 25px 30px; border-radius: 0; border: 2px solid #666; }

input, select, textarea { font-family:"f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 400; }

.contact-box .message-back-link a { color: #222; }

.label-any { margin: 0 10px; margin-top: 5px; padding: 2px 8px; color: #fff; background: #666; border-radius: 3px; font-size: 12px; float: right; }

.label-required { float: right; }

.entry-column .contact-form p.attention{margin: 0;}
.entry-column .contact-form p.attention a{text-decoration: underline;}

.customer-flex {display: flex;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) { .contact-box .tel-box { width: 94%; }
  .contact-box .contact-no { font-size: 28px; }
  .contact-box .fax { font-size: 20px; }
  .contact-form-group{display: block;}
  .contact-form-label{width: 100%;}
  .contact-form-control{width:100%;}
	.customer-inline input[type=text] {width: 25%;}
}
/* reCAPTCHA */
.grecaptcha-badge { bottom: 80px !important; }

/* ------------------------------
　　print
------------------------------ */
@page { size: A4; margin: 5mm; }
@media print { body { width: 1000px; font-size: 16px; } }

/* ------------------------------
　　dynamic-form（動的フォーム）
------------------------------ */
#dynamic-form {
  padding-top: 140px;
  margin: -140px auto 0;
}
#dynamic-form form {
  display: block;
  margin: 30px 0;
  /* text-align: center; */
}
#dynamic-form ul li {
  line-height: 1.8;
}
#dynamic-form .label-required {
  display: none;
}
#dynamic-form .form-required .label-required {
  display: inline-block;
}
#dynamic-form .form-required .label-any {
  display: none;
}
#dynamic-form .flexbox.submit-btn {
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#dynamic-form .flexbox.submit-btn form + form {
  margin-left: 0.25%;
}

#dynamic-form .formBtnBox {
  text-align: center;
}

/* 確認画面 */
#dynamic-form .acms-admin-grid-r {
  margin-bottom: 20px;
}
/* /確認画面 */

/* @media screen and (max-width: 1440px) {
  #dynamic-form {
    padding-top: 120px;
    margin-top: -120px;
  }
}

@media screen and (max-width: 1389px) {
  #dynamic-form {
    padding-top: 133px;
    margin-top: -133px;
  }
}

@media screen and (max-width: 1024px) {
  #dynamic-form {
    padding-top: 125px;
    margin-top: -125px;
  }
}

@media screen and (max-width: 880px) {
  #dynamic-form {
    padding-top: 115px;
    margin-top: -115px;
  }
} */

@media screen and (max-width: 767px) {
  /* #dynamic-form {
    padding-top: 60px;
    margin-top: -60px;
  } */
  #dynamic-form .flexbox.submit-btn form + form {
    /* margin-left: 0; */
  }

  /* 確認画面 */
  #dynamic-form .acms-admin-grid-r {
    padding: 0 10px;
  }
  /* /確認画面 */
}



/* アニメーション */
.pop-motion > *{opacity: 0; display: inline-block;}
.pop-motion .is-active{animation:poptxtanim .6s forwards;}

.anims.fadein{opacity: 0; transform: translateY(-50px); transition: .6s;}
.anims.fadein.is-active{opacity: 1; transform: translateY(0);}

.anims.pop-dynamic{opacity: 0; transition: .6s;}
.anims.pop-dynamic.is-active{opacity: 1; animation:poptxtanim_dynamic 1s forwards;}

.anims.fadein.leftin{transform: translateX(-50px); transition: .6s;}
.anims.fadein.leftin.is-active{transform: translateX(0); animation: none;}

.slow{transition: 4s !important;}

.index-anim.pop-motion > *{opacity: 0;}
.index-anim.pop-motion > *.is-active{animation:poptxtanim .6s forwards;}

.index-anim.fadein > *{opacity: 0; transform: translateY(-50px); transition: .6s;}
.index-anim.fadein > *.is-active{opacity: 1; transform: translateY(0);}

.index-anim.pop-dynamic > *{opacity: 0;}
.index-anim.pop-dynamic > *.is-active{animation:poptxtanim .6s forwards;}

@keyframes poptxtanim{
  0%{opacity: 0; transform: translateY(40px);}
  30%{opacity: 1; transform: translateY(-20px);}
  40%{opacity: 1; transform: translateY(0);}
  100%{opacity: 1; transform: translateY(0);}
}

@keyframes poptxtanim_dynamic{
  0%{opacity: 0; transform: translateY(60px);}
  30%{opacity: 1; transform: translateY(-60px);}
  40%{opacity: 1; transform: translateY(0);}
  100%{opacity: 1; transform: translateY(0);}
}


/*
  制作実績一覧ページ
 */
.product-wrap{width: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.product-wrap::after {content: ""; display: block; width: 31.166%; order: 99;}
.product-wrap .item {width: 31.166%; margin: 0; margin-bottom: 40px; padding: 0;}
.product-wrap .item a {display: block; position: relative;}
.product-wrap .item a:hover{opacity: 1;}
.product-wrap .item a .img-box {width: 100%; margin-bottom: 20px; position: relative; overflow: hidden;}
.product-wrap .item a .img-box img {width: 100%;}
/* ホバー時 */
.product-wrap .item a .img-box .hover-text{position: absolute; top: 0; left: 0; transform: translateY(100%); transition: .3s; width: 100%; height: 100%;}
.product-wrap .item a:hover .img-box .hover-text{transform: translateY(0%);}
.product-wrap .item a .img-box .hover-text::before{content: ""; display: inline-block; width: 100%; height: 100%; background:rgb(0 149 225 / 70%);}
.product-wrap .item a .img-box .hover-text p{color: #FFF; padding: 10px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%;}

.product-wrap .item a .txt-box {}
.product-wrap .item a .txt-box h4 {font-size: 18px; font-size: 1.8rem; font-weight: 400; letter-spacing: 0; line-height: 1.5; color: #333; margin-bottom: 20px;}
.product-wrap .item .tag-box {}
.product-wrap .item .tag-box .tag-list{display: inline-flex; flex-wrap: wrap; justify-content: flex-start; position: relative;}
.product-wrap .item .tag-box .tag-list a.tag{font-size: 14px; font-size: 1.4rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; color: #009CE1; padding: 2px 10px; margin-right: 5px; margin-bottom:10px; border:1px solid #009CE1; border-radius: 100px; background: #FFF; transition: .4s;}
.product-wrap .item .tag-box .tag-list a.tag:hover {background: #009CE1; color: #FFF;}

@media screen and (max-width:1366px) {
  .product-wrap {padding:0 20px}
}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .product-wrap {padding:0 10px;}
  .product-wrap .item{width: 100%;}
}


/*
 お客様の声
*/
.voice-wrap {width: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap:wrap;}
.voice-wrap .item{width: calc((100% / 2) - 40px); margin-bottom: 60px;}
.voice-wrap .item a .img-box{width: 100%; margin-bottom: 14px;}
.voice-wrap .item a .img-box img{width: 100%;}
.voice-wrap .item a .txt-box h4 {font-size: 32px; font-size: 3.2rem; color: #009CE1; font-weight: 700; letter-spacing: .05em; line-height: 1.4; margin-bottom: 20px;}
.voice-wrap .item a .txt-box p {font-size: 18px; font-size: 1.8rem; font-weight: 400; letter-spacing: 0; line-height: 2; margin-bottom: 40px;}

.voice-wrap .item .tag-box .tag-list {display: inline-flex; flex-wrap: wrap; justify-content: flex-start;}
.voice-wrap .item .tag-box .tag-list a.tag{font-size: 14px; font-size: 1.4rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; color: #009CE1; padding: 2px 10px; margin-right: 5px; margin-bottom:10px; border:1px solid #009CE1; border-radius: 100px; background: #FFF; transition: .4s;}
.voice-wrap .item .tag-box .tag-list a.tag:hover{background: #009CE1; color: #FFF;}

@media screen and (max-width:1366px) {
  .voice-wrap{padding:0 20px}
}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .voice-wrap{padding:0 10px;}
  .voice-wrap .item{width: 100%;}
	.voice-wrap .item a .txt-box h4 {font-size: 2rem;}
}

.p-top__project {padding-top: 112px; padding-bottom: 120px; margin-bottom: 144px; }
.p-top__project .heading { margin-bottom: 40px; }
.p-top__project .heading h3 { text-align: center; font-size: 80px; font-size: 8rem; font-family: "f-inter", "f-noto_sans_jp_r", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #444; line-height: 120%; }
.p-top__project .content ul { display: flex; flex-wrap: wrap; }
.p-top__project .content ul:before, .p-top__project .content ul:after { display: none; }
.p-top__project .content li { width: 23.4177%; margin-left: 2.109733%; margin-bottom: 48px; }
.p-top__project .content li:nth-child(4n+1) { margin-left: 0; }
.p-top__project .content li a { text-decoration: none; }
.p-top__project .content .img1 { overflow: hidden; }
.p-top__project .content .img1 img { -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; transition: 0.3s ease all; width: 370px; height: 270px; object-fit: cover; }
.p-top__project .content .img1 a:hover img { opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.p-top__project .content .txt1 { padding: 10px; }
.p-top__project .content .txt1 .date { font-family: 'f-barlow', sans-serif; font-weight: 500; line-height: 120%; color: #A7B9C0; font-size: 1.8rem; letter-spacing: 0; line-height: 1.6; }
.p-top__project .content .txt1 h4 { font-size: 1.8rem; letter-spacing: 0; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
.p-top__project .content .txt1 .lead { font-size: 16px; font-size: 1.6rem; line-height: 1.4; margin-bottom: 10px; }
.p-top__project .content .txt1 .tag { display: flex; flex-wrap: wrap; }
.p-top__project .content .txt1 .tag a { border: 1px solid #222; border-radius: 24px; font-size: 14px; font-size: 1.4rem; line-height: 120%; margin: 5px; padding: 3px 8px; }

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .p-top__project{padding-bottom: 30px; margin-bottom: 40px;}
  .p-top__project .heading h3{font-size: 5rem;}
  .p-top__project .content li{width:100%;}
}


/*
スタッフブログ
 */
.staff-blog {width:100%; max-width: 1200px; margin: 40px auto 0; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap:wrap;}
.staff-blog::before,.staff-blog::after {content: ""; display: block; width: 22.5%; order: 99;}
.staff-blog .item{width: 22.5%; margin-bottom: 40px;}
.staff-blog .item a .img-box{width: 100%; margin-bottom: 20px; position: relative;aspect-ratio: 3 / 2;}
.staff-blog .item a .img-box img{width: 100%;height: 100%;object-fit: cover;}
.staff-blog .item a .img-box .data{position: absolute; line-height: 1.4; display: flex; justify-content: center; bottom: 0; left: 0; transform: translateY(50%);}
.staff-blog .item a .img-box .date{font-size: 18px; font-size: 1.8rem; font-weight: 500; letter-spacing: 0; line-height: 1.4; font-family:  "f-barlow"; color: #A7B9C0; padding: 2px 10px; background:#FFF;}
.staff-blog .item a .img-box .cate{background: #009CE1; color: #FFF; padding: 2px 10px;}
.staff-blog .item a .txt-box h4{font-size: 18px; font-size: 1.8rem; font-weight: 700; letter-spacing: 0; line-height: 1.4; margin-bottom: 10px;}
.staff-blog .item a .txt-box p{font-size: 18px; font-size: 1.8rem; font-weight: 400; line-height: 1.5;}

@media screen and (max-width:1366px){
  .staff-blog{padding: 0 20px;}
}
@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .staff-blog{padding: 0 10px;}
  .staff-blog .item{width:100%;}
}

/*
 ホームページ制作実績
*/
#works_slide {margin: 0; position: relative;}
#works_slide::before {content: ""; display: block;width: 100%; height: auto;}
#works_slide .container {max-width: 1800px;}
#works_slide h2 {font-weight: 700; font-style: normal; font-size: 3.2rem; line-height: 1.4; color: #009CE1; margin: 0 auto 40px; padding: 0; border-left: none; letter-spacing: 0.05em;}
#works_slide .works_list {margin: 20px auto 30px;}
#works_slide .works_list .list_item {padding: 0 10px;}
#works_slide .works_list .list_item:hover .item_pic img {opacity: 1;}
#works_slide .works_list .list_item:hover .item_pic .pic_txt {opacity: 1;}
#works_slide .works_list .list_item a {text-decoration: none;}
#works_slide .works_list .list_item .item_pic {position: relative; overflow: hidden;}
#works_slide .works_list .list_item .item_pic img {display: block;}
#works_slide .works_list .list_item .item_pic a {position: relative; display: block;}
#works_slide .works_list .list_item .item_pic .pic_txt {position: absolute; left: -2px; top: -2px; display: flex; width: 100%; width: calc(100% + 4px); height: 100%; height: calc(100% + 4px); padding: 8.2%; background: rgba(0, 63, 145, 0.8); color: #fff; justify-content: center; align-items: center; opacity: 0; transition: opacity .4s; line-height: 1.4;}
#works_slide .works_list .list_item h3 {margin: 0; padding: 20px 0 20px; color: #444; font-size: 1em;}
#works_slide .works_list .list_item h3 a {display: block; color: #222 !important; font-size: 1.8rem; font-weight: normal;}
#works_slide .works_list .list_item .tag a {padding: 2px 10px; border: 1px solid #FFF; color: #FFF; border-radius: 12px; display: inline-block; margin-bottom: 10px;}

@media all and (-ms-high-contrast: none) {
}
@media screen and (max-width: 1840px) {
  #works_slide .container {width: 97%;}
}
@media screen and (max-width: 1000px) and (min-width: 767px) {
  #works_slide::before {height: calc(100vw * 700 / 1920);}
}
@media screen and (max-width: 767px) {
  #works_slide {margin: 0 0 100px;}
  #works_slide .container {width: 92%;}
  #works_slide h2 {font-size: 2.4rem;}
  #works_slide h2 img {max-width: 50%;}
  #works_slide .works_list {margin: 20px auto 30px;}
  #works_slide .works_list .list_item:hover h3 a {color: #444;}
  #works_slide .works_list .list_item .item_pic .pic_txt {display: none;}
  #works_slide .works_list .list_item h3 a:hover {color: #FFF;}
  #works_slide .works_list .list_item {padding: 0;}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #works_slide::before {max-height: 360px; }
}

/*
 サイトマップ
*/
.site-map.container {margin-bottom: 100px;}
.site-map .acms-list-wrap + .acms-list-wrap .acms-list-group {border-top: 0;}



/*
 制作実績
*/
.works-content{width:100%; max-width: 1200px; margin: 0 auto; margin-top: 100px; }
.works-content .data-wrap{display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 120px;}
.works-content .data-wrap .img-box{width: 50%;}
.works-content .data-wrap .img-box img{width:100%;}
.works-content .data-wrap .txt-box{width: 46.5%;}
.works-content .data-wrap .txt-box h4{font-size: 32px; font-size: 3.2rem; letter-spacing: .05em; line-height: 1.4; letter-spacing: .05em; color: #009CE1; margin-bottom: 40px;}
.works-content .data-wrap .txt-box .site-url{margin-bottom: 30px;}
.works-content .data-wrap .txt-box .site-url a{font-size: 2rem; font-size: 20px; font-weight: 400; line-height: 1.62; letter-spacing: 0;}
.works-content .data-wrap .txt-box .tag-list{display: inline-flex; flex-wrap: wrap; justify-content: flex-start; margin-bottom: 40px;}
.works-content .data-wrap .txt-box .tag-list .tag{font-size: 14px; font-size: 1.4rem; font-weight: 400; letter-spacing: 0; line-height: 1.4; color: #009CE1; padding: 2px 10px; margin-right: 5px; margin-bottom:10px; border:1px solid #009CE1; border-radius: 100px; background: #FFF; transition: .4s;}
.works-content .data-wrap .txt-box .tag-list .tag:hover{background: #009CE1; color: #FFF;}
.works-content .data-wrap .txt-box .description{font-size: 1.8rem; font-size: 18px; font-weight: 400; line-height: 2;}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .works-content .data-wrap .txt-box h4{font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; margin-top: 20px;}
}


.specification{width: 100%; margin-bottom: 120px;}
.specification table{width: 100%;}
.specification table tr{}
.specification table tr:first-of-type th{border-top: 2px solid #009CE1; }
.specification table tr:first-of-type td{border-top: 2px solid #DFDFDF; }
.specification table th{width: 25%; border-bottom: 2px solid #009CE1; font-size: 18px; font-size: 1.8rem; font-weight: 700; line-height: 1.8; color: #333; padding: 1.7rem;}
.specification table td{font-size: 1.8rem; font-weight: 700; letter-spacing: 0; line-height: 1.8; text-align: left;border-bottom: 3px solid #DFDFDF; padding: 1.7rem;}
.serial-index-item{width: 255px; color: #FFF;}
.serial-index-item a{padding: 12px; background: #009CE1; color: #FFF; font-size: 1.8rem; font-size: 18px; line-height: 1.333; font-weight: 700; text-align: center;}
.serial-index-item a:visited,.serial-index-item a:focus,.serial-index-item a:active{color:#FFF;}
.serial-index-item a:hover{color:#009CE1;}
.works-pager .serial-nav{justify-content: center;}
.works-pager .serial-nav a{width: 255px;}
.works-pager .serial-nav{margin-bottom: 120px;}


@media screen and (max-width:1366px){
  .specification{padding: 0 20px;}
}
@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .specification{padding: 0; margin-bottom: 40px;}
  .specification table th,.specification table td{display: block; width: 100%;}
  .specification table tr:first-of-type th{border-top: none;}
  .specification table tbody{border: solid 2px #009CE1;}
  .specification table td{border-bottom: none;}
  .specification table th{background:rgb(0 156 225 / 50%); padding: 1.2rem;}
  .works-content{padding: 0 10px;}
  .works-content .data-wrap{display: block; margin-bottom: 40px;}
  .works-content .data-wrap .img-box{width:100%;}
  .works-content .data-wrap .txt-box{width:100%;}

}


/* 関連実績 */
.works-connect{width: 100%; position: relative; padding-bottom: 0; margin-bottom: 120px;}
.works-connect::after{content: ""; display: inline-block; width: 100%; height: auto;}
.works-connect h2{font-size: 32px; font-weight: 700; letter-spacing: .05em; line-height: 1.4; margin-bottom: 4rem; text-align: center; color: #009CE1;}
.works-connect .items-wrap{display: flex; justify-content: center; padding-bottom: 0; margin-bottom:0;}
.works-connect .items-wrap .item{width: 34.8rem; margin:0 2rem}
.works-connect .items-wrap .item a{}
.works-connect .items-wrap .item a .img-box{ background:#FFF; margin-bottom: 2rem; box-shadow: 0 3px 12px rgba(0,0,0,.12);}
.works-connect .items-wrap .item a .img-box img{}
.works-connect .items-wrap .item a .txt-box{}
.works-connect .items-wrap .item a .txt-box p{font-size: 1.8rem; font-weight: 400; line-height: 1.5; color: #222;}
.works-connect .index-btn{text-align: center;}
.works-connect .index-btn a{background: #FFF; color:#009CE1; font-size: 1.6rem; font-size: 16px; letter-spacing: .05em; padding: 5px 20px; text-align: center; ;}
.works-connect .index-btn a::after{content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 10px; background: url(../images/common/more-arr.svg) no-repeat center/contain;}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .works-connect{display: block; padding: 0 10px;}
  .works-connect .items-wrap{color:#333; display: block;}
  .works-connect .items-wrap .item{width: 100%; margin: 0; margin-bottom: 40px;}
  .serial-index-item{display: none;}
  .works-pager .serial-nav a{width: 100%;}
  .works-connect .items-wrap .item a .txt-box p{color: #333;}
  .works-connect::after{display: none; content: none;}
  .works-connect .index-btn a{background: #009CE1; color: #FFF;}
  .works-connect .index-btn a::after{background: url(../images/common/more-arr-w.svg) no-repeat center/contain;}
  .works-connect{margin-bottom: 40px;}
}

/* オプションサービス一覧用 */
.option-desc{font-size: 2rem; text-align: center;margin:4rem auto 6rem; padding: 0 1rem;}

.optionservice-summary{width: 120rem;max-width: 100%;margin:4rem auto 6rem;}
.optionservice-summary .b-tit{margin-bottom: 3rem;font-size: 2.8rem;border-bottom: 0.4rem solid #009CE1;padding-bottom: 0.4rem;letter-spacing: 0.05em;font-weight: 700;}
.optionservice-summary .optionservice{display: flex; flex-wrap: wrap;align-items: flex-start;justify-content: flex-start;gap:4rem;}

.optionservice-summary .optionservice .item{width:calc((100%/3) - ((2rem * 4)/3));display: block;}

.optionservice-summary .optionservice .item .img-box{aspect-ratio: 1.414/1;margin-bottom: 1rem;}
.optionservice-summary .optionservice .item .img-box img{width: 100%; height: 100%;object-fit: cover;}

.optionservice-summary .optionservice .item .txt-box{}
.optionservice-summary .optionservice .item .txt-box .tit{color: #009CE1;font-size: 2rem;font-feature-settings: "palt";margin-bottom: 1rem;}
.optionservice-summary .optionservice .item .txt-box .reco{}
.optionservice-summary .optionservice .item .txt-box .reco{font-size: 1.5rem;color: #222;line-height: 1;}
.optionservice-summary .optionservice .item .txt-box .reco .stit{display: block;font-size: 1.3rem;color: #707070;line-height: 1;margin-bottom: 0.5rem;}

@media screen and (max-width:896px),(max-width:896px) and (orientation:landscape){
  .option-desc{font-size: 1.6rem; margin:4rem auto 6rem; padding: 0 1rem;line-height: 1.8;}

  .optionservice-summary{width: 100%;margin:4rem auto 6rem;}
  .optionservice-summary .b-tit{margin-bottom: 3rem;font-size: 2.2rem;padding-bottom: 0.4rem;letter-spacing: 0.05em;width: calc(100% - 2rem);margin-left: auto;margin-right: auto;}
  .optionservice-summary .optionservice{display: block;padding: 0 1rem;}

  .optionservice-summary .optionservice .item{width:100%;display: block;margin-bottom: 5rem;}

  .optionservice-summary .optionservice .item .img-box{}
  .optionservice-summary .optionservice .item .img-box img{}

  .optionservice-summary .optionservice .item .txt-box{}
  .optionservice-summary .optionservice .item .txt-box .tit{font-size: 1.8rem;}
  .optionservice-summary .optionservice .item .txt-box .reco{}
  .optionservice-summary .optionservice .item .txt-box .reco{}
  .optionservice-summary .optionservice .item .txt-box .reco .stit{}
}

/* フォーム調整 */
.acms-form-checkbox, .acms-form-radio{
  display: block;
}