@charset "UTF-8";
/*-------------------------------------------------- colors --------------------------------------------------*/
/*-------------------------------------------------- base font size --------------------------------------------------*/
/*-------------------------------------------------- media queries --------------------------------------------------*/
/*-------------------------------------------------- font settings --------------------------------------------------*/
/*-------------------------------------------------- box width --------------------------------------------------*/
/*-------------------------------------------------- default styles reset --------------------------------------------------*/
/*-------------------------------------------------- property default set --------------------------------------------------*/
/*-------------------------------------------------- base --------------------------------------------------*/
@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W0); font-weight: 100; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W1); font-weight: 200; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W2); font-weight: 300; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W3); font-weight: 400; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W4); font-weight: 500; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W5); font-weight: 600; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W6); font-weight: 700; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W7); font-weight: 800; }

@font-face { font-family: "Hiragino Sans"; src: local(HiraginoSans-W8); font-weight: 900; }

@font-face { font-family: "Hiragino Sans W9"; src: local(HiraginoSans-W9); font-weight: 900; }

* { box-sizing: border-box; }

html { height: auto; }

body { background-color: #fff; color: #2A2B2C; font-size: 14px; font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 250; line-height: 2; letter-spacing: 0.07em; height: 100%; word-wrap: break-word; }

a, a:hover, a:active, a:focus { color: #2E617A; text-decoration: none; }

img { vertical-align: middle; }

table { border-collapse: collapse; }

table td { padding: 0; }

address { font-style: normal; }

/*-------------------------------------------------- modules,commons --------------------------------------------------*/
.md { /*-------------------------------------------------- loader --------------------------------------------------*/ /*-------------------------------------------------- header --------------------------------------------------*/ /*-------------------------------------------------- footer --------------------------------------------------*/ /*-------------------------------------------------- contents --------------------------------------------------*/ /*-------------------------------------------------- section --------------------------------------------------*/ /*-------------------------------------------------- archive --------------------------------------------------*/ /*-------------------------------------------------- pager --------------------------------------------------*/ /*-------------------------------------------------- breadcrumb --------------------------------------------------*/ }

.ls01 { letter-spacing: 0.2em; display: inline!important; }

.fixed-btn { position: fixed; top:150px; right:0px; z-index:999; }
@media screen and (max-width: 767px) { .fixed-btn { display:none; } }
a.fixed-btn-a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; opacity: 0.8; }

.fixed-btn-sp { display:none; }
@media screen and (max-width: 767px) { .fixed-btn-sp { position: fixed; bottom:0px; z-index:999; display:block; width: 100%; background: #2e617a; color: #ffffff; text-align: center; padding: 10px; font-size: 0.875rem; font-weight: 550; letter-spacing: 0.1em; border-top: 1px solid #fff; } }

.md-loader { width: 100vw; height: 100vh; background: rgba(255, 255, 255, 0.5); display: block; position: fixed; z-index: 10000; }

.md-loader img { opacity: 1; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }

@media screen and (max-width: 767px) { .md-loader img { width: 32px; height: 32px; } }

.md-header { position: fixed; z-index: 9000; width: 100%; padding: 49px 0; background-color: #fff; border-bottom: 1px solid #2E617A; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; overflow: hidden; }

@media screen and (max-width: 1152px) { .md-header { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .md-header { padding: 0; overflow: visible; border-bottom: none; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }

.md-header.isSatisfy { border-bottom: none; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.md-header-inner { max-width: 1152px; margin: 0 auto; color: #2E617A; }

@media screen and (max-width: 767px) { .md-header-inner { width: 300px; } }

@media screen and (max-width: 767px) { .md-header-inner { max-width: 300px; } }

.md-header-upper { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 767px) { .md-header-upper { height: 75px; padding: 20px 0; } }

.md-header-upper .header-logo { line-height: 1; margin: 0; }

@media screen and (max-width: 767px) { .md-header-upper .header-logo { width: 225px; } }

.md-header-upper .header-logo a { display: block; }

.md-header-upper .header-logo a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-upper .header-logo a:hover:hover { opacity: 0.6; }

.md-header-upper .header-logo a img { width: 312px; }

@media screen and (max-width: 767px) { .md-header-upper .header-logo a img { width: 100%; max-width: 100%; height: auto; } }

.md-header-upper .header-btn { cursor: pointer; position: relative; font-size: 1.25rem; font-family: 'Open Sans', sans-serif; font-weight: 600; letter-spacing: 0.18em; margin: 0; padding-right: 30px; }

.md-header-upper .header-btn.menu { display: block; }

.md-header-upper .header-btn.menu:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-upper .header-btn.menu:hover:hover { opacity: 0.6; }

.md-header-upper .header-btn.menu .header-btn-icon { height: 2px; background-color: #2E617A; }

.md-header-upper .header-btn.menu .header-btn-icon:before { top: -6px; }

.md-header-upper .header-btn.menu .header-btn-icon:after { bottom: -6px; }

.md-header-upper .header-btn.close { display: none; }

.md-header-upper .header-btn.close:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-upper .header-btn.close:hover:hover { opacity: 0.6; }

.md-header-upper .header-btn.close .header-btn-icon { width: 16px; height: 14px; }

.md-header-upper .header-btn.close .header-btn-icon:before, .md-header-upper .header-btn.close .header-btn-icon:after { height: 1px; }

.md-header-upper .header-btn.close .header-btn-icon:before { transform: rotate(45deg); top: 5px; }

.md-header-upper .header-btn.close .header-btn-icon:after { transform: rotate(-45deg); top: 5px; }

@media screen and (max-width: 767px) { .md-header-upper .header-btn .header-btn-text { display: none; } }

.md-header-upper .header-btn .header-btn-icon { position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 18px; height: 12px; }

.md-header-upper .header-btn .header-btn-icon:before, .md-header-upper .header-btn .header-btn-icon:after { content: ''; position: absolute; width: 100%; height: 2px; background-color: #2E617A; }

.md-header-under { zoom: 1; opacity: 0; transition-property: all; transition-duration: 750ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-under:after { content: ''; display: block; clear: both; }

@media screen and (max-width: 767px) { .md-header-under { position: fixed; right: -268px; z-index: 1; width: 268px; min-height: calc(100vh - 75px); height: 100%; background-color: #fff; opacity: 0; overflow-y: scroll; } }

.md-header-under .header-navOthers { float: left; display: none; margin: 40px 0 0; }

@media screen and (max-width: 767px) { .md-header-under .header-navOthers { display: block; float: none; position: relative; z-index: 1; padding: 67px 40px 0; margin: 0; background-color: #fff; } }

.md-header-under .header-navOthers ul { margin: 0; padding-left: 0; font-size: 0.75rem; line-height: 1.66667; }

.md-header-under .header-navOthers ul li { list-style-type: none; }

@media screen and (max-width: 767px) { .md-header-under .header-navOthers ul { margin-bottom: 22px; font-size: 0.8125rem; } }

.md-header-under .header-navOthers ul li { letter-spacing: 0.1em; }

.md-header-under .header-navOthers ul li a { display: block; padding: 10px 0; }

@media screen and (max-width: 767px) { .md-header-under .header-navOthers ul li a { padding: 8px 0; } }

.md-header-under .header-navOthers ul li a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-under .header-navOthers ul li a:hover:hover { opacity: 0.6; }

@media screen and (max-width: 767px) { .md-header-under .header-navOthers ul li a span { display: block; } }

.md-header-under .header-navOthers .navOthers-icons { display: inline-block; font-size: 26px; margin-right: 16px; }

@media screen and (max-width: 767px) { .md-header-under .header-navOthers .navOthers-icons { font-size: 30px; } }

.md-header-under .header-navOthers .navOthers-icons:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-under .header-navOthers .navOthers-icons:hover:hover { opacity: 0.6; }

.md-header-under .header-nav { float: right; display: none; }

@media screen and (max-width: 767px) { .md-header-under .header-nav { display: block; float: none; background-color: #fff; width: 100%; } }

.md-header-under .header-nav .nav-item { margin: 0; border-left: 1px solid #2E617A; padding-top: 8px; }

.md-header-under .header-nav .nav-item dd { margin-left: 0; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item { border-left: none; padding-top: 0; } }

.md-header-under .header-nav .nav-item:not(:last-child) ul { margin-right: 45px; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item:not(:last-child) ul { margin-right: 0; } }

.md-header-under .header-nav .nav-item dt { font-size: 0.9375rem; line-height: 1.73333; font-weight: 550; letter-spacing: 0.3em; margin-bottom: 30px; padding-left: 20px; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item dt { position: relative; z-index: 1; padding-left: 0; padding-bottom: 10px; margin-bottom: 0; font-size: 0.8125rem; letter-spacing: 0.1em; line-height: 38px; background-color: #fff; }
  .md-header-under .header-nav .nav-item dt span { display: block; padding-left: 35px; border-top: 1px solid #2E617A; border-bottom: 1px solid #2E617A; }
  .md-header-under .header-nav .nav-item dt span:after { content: ''; position: absolute; top: 1px; right: 0; z-index: 0; display: block; width: 38px; height: 38px; background-color: #2E617A; color: #fff; } }

.md-header-under .header-nav .nav-item dt i.fa-angle-up, .md-header-under .header-nav .nav-item dt i.fa-angle-down { position: absolute; right: 10px; z-index: 1; font-size: 28px; }

.md-header-under .header-nav .nav-item dt i.fa-angle-up { top: 5px; }

.md-header-under .header-nav .nav-item dt i.fa-angle-down { top: 7px; }

.md-header-under .header-nav .nav-item dt i.fa-angle-down, .md-header-under .header-nav .nav-item dt i.fa-angle-up { top: 10px; right: 10px; font-size: 20px; color: #fff; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item dd { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; position: relative; z-index: 0; height: 0; overflow: hidden; }
  .md-header-under .header-nav .nav-item dd.active { overflow: visible; margin-bottom: 10px; }
  .md-header-under .header-nav .nav-item dd.active.item01 { height: 169px; }
  .md-header-under .header-nav .nav-item dd.active.item02 { height: 169px; }
  .md-header-under .header-nav .nav-item dd.active.item03 { height: 126px; }
  .md-header-under .header-nav .nav-item dd.active.item04 { height: 126px; } }

.md-header-under .header-nav .nav-item ul { margin: 0; padding-left: 0; }

.md-header-under .header-nav .nav-item ul li { list-style-type: none; }

.md-header-under .header-nav .nav-item ul li { letter-spacing: 0.1em; padding-left: 20px; padding-bottom: 16px; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item ul li { padding: 0; line-height: 40px; background-color: #F5FAFA; }
  .md-header-under .header-nav .nav-item ul li:not(:last-child) { margin-bottom: 3px; } }

.md-header-under .header-nav .nav-item ul li a { display: block; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item ul li a { padding-left: 35px; font-size: 0.8125rem; } }

.md-header-under .header-nav .nav-item ul li a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-header-under .header-nav .nav-item ul li a:hover:hover { opacity: 0.6; }

.md-header-under .header-nav .nav-item ul li a span { display: none; }

@media screen and (max-width: 767px) { .md-header-under .header-nav .nav-item ul li a span { display: inline; } }

@media screen and (max-width: 767px) { .md-header-bk { transition-property: all; transition-duration: 750ms; transition-delay: 0s; transition-timing-function: ease-in-out; position: fixed; left: 0; width: 100%; min-height: calc(100vh - 75px); background-color: rgba(0, 0, 0, 0.35); opacity: 0; } }

.md-header.active { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); padding-bottom: 80px; }

@media screen and (max-width: 767px) { .md-header.active { padding-bottom: 0; } }

.md-header.active .header-btn.close { display: block; }

.md-header.active .header-btn.menu { display: none; }

.md-header.active .md-header-upper { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .md-header.active .md-header-upper { margin-bottom: 0; } }

.md-header.active .md-header-under { height: 231px; opacity: 1; }

@media screen and (max-width: 767px) { .md-header.active .md-header-under { right: 0; opacity: 1; } }

@media screen and (max-width: 767px) { .md-header.active .md-header-bk { opacity: 1; } }

.md-header.active .header-navOthers { display: block; }

@media screen and (max-width: 767px) { .md-header.active .header-navOthers { display: block; } }

.md-header.active .header-nav { display: -ms-flexbox; display: flex; }

@media screen and (max-width: 767px) { .md-header.active .header-nav { display: block; } }

.md-footer { background-color: #2E617A; padding: 113px 0 58px; color: #fff; }

@media screen and (max-width: 1152px) { .md-footer { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .md-footer { padding: 50px 0 70px; } }

.md-footer a { color: #fff; }

.md-footer-inner { max-width: 1152px; margin: 0 auto; }

@media screen and (max-width: 767px) { .md-footer-inner { width: 300px; } }

.md-footer .footer-logo { margin: 0 0 60px; text-align: center; }

@media screen and (max-width: 767px) { .md-footer .footer-logo { width: 225px; margin: 0 auto 40px; } }

@media screen and (max-width: 767px) { .md-footer .footer-logo img { width: 100%; } }

.md-footer .footer-nav { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; margin-bottom: 60px; }

@media screen and (max-width: 767px) { .md-footer .footer-nav { display: block; width: 225px; margin: 0 auto 50px; } }

.md-footer .footer-nav .nav-item { margin: 0; padding: 8px 50px 0; border-left: 1px solid #fff; }

.md-footer .footer-nav .nav-item dd { margin-left: 0; }

@media screen and (max-width: 767px) { .md-footer .footer-nav .nav-item { padding: 16px 0 0; border-left: 0; border-top: 1px solid #fff; } }

.md-footer .footer-nav .nav-item:last-child { border-right: 1px solid #fff; }

@media screen and (max-width: 767px) { .md-footer .footer-nav .nav-item:last-child { border-right: none; border-bottom: 1px solid #fff; } }

.md-footer .footer-nav .nav-item dt { margin-bottom: 30px; font-size: 1.25rem; font-weight: 550; line-height: 1.7; letter-spacing: 0.34em; text-align: center; }

@media screen and (max-width: 767px) { .md-footer .footer-nav .nav-item dt { margin-bottom: 16px; font-size: 1rem; line-height: 1.6875; letter-spacing: 0.1em; } }

.md-footer .footer-nav .nav-item dd { line-height: 1.9375; letter-spacing: 0.07em; text-align: center; }

@media screen and (max-width: 767px) { .md-footer .footer-nav .nav-item dd { font-size: 0.8125rem; line-height: 24px; letter-spacing: 0.1em; } }

.md-footer .footer-nav .nav-item ul { margin: 0; padding-left: 0; }

.md-footer .footer-nav .nav-item ul li { list-style-type: none; }

.md-footer .footer-nav .nav-item li { margin-bottom: 16px; }

.md-footer .footer-nav .nav-item li a { display: block; font-size: 1rem; }

@media screen and (max-width: 767px) { .md-footer .footer-nav .nav-item li a { font-size: 0.8125rem; } }

.md-footer .footer-nav .nav-item li a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-footer .footer-nav .nav-item li a:hover:hover { opacity: 0.6; }

.md-footer .footer-contactLink { display: block; position: relative; background-color: #fff; color: #2E617A; border: 1px solid #fff; font-size: 1rem; font-weight: 550; letter-spacing: 0.1em; line-height: 56px; text-align: center; width: 328px; height: 56px; margin: 0 auto 40px; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .md-footer .footer-contactLink { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 268px; height: 40px; line-height: 40px; font-size: 0.875rem; } }

.md-footer .footer-contactLink:after { content: ''; position: absolute; top: 0; bottom: 0; right: 20px; box-sizing: border-box; border-left: 8px solid #2E617A; border-top: 6px solid transparent; border-right: 8px solid transparent; border-bottom: 6px solid transparent; width: 16px; height: 12px; margin: auto; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .md-footer .footer-contactLink:after { content: none; } }

.md-footer .footer-contactLink:hover { background-color: #2E617A; color: #fff; }

.md-footer .footer-contactLink:hover:after { border-left-color: #fff; }

.md-footer .footer-icons { line-height: 1; margin-bottom: 28px; text-align: center; }

@media screen and (max-width: 767px) { .md-footer .footer-icons { margin-bottom: 40px; } }

.md-footer .footer-icons a { display: inline-block; font-size: 28px; line-height: 1; }

@media screen and (max-width: 767px) { .md-footer .footer-icons a { font-size: 30px; } }

.md-footer .footer-icons a:first-child { margin-right: 20px; }

.md-footer .footer-icons a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-footer .footer-icons a:hover:hover { opacity: 0.6; }

.md-footer .footer-bottom { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: baseline; align-items: baseline; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom { display: block; } }

.md-footer .footer-bottom .bottom-list { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; letter-spacing: 0.1em; margin-right: 40px; }

.md-footer .footer-bottom .bottom-list li { list-style-type: none; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom .bottom-list { display: block; margin: 0 0 46px; } }

.md-footer .footer-bottom .bottom-list li { font-size: 0.75rem; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom .bottom-list li { width: 150px; margin: 0 auto 20px; font-size: 0.8125rem; line-height: 1.53846; text-align: center; } }

.md-footer .footer-bottom .bottom-list li:first-child { margin-right: 20px; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom .bottom-list li:first-child { margin-right: auto; } }

.md-footer .footer-bottom .bottom-list li a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-footer .footer-bottom .bottom-list li a:hover:hover { opacity: 0.6; }

.md-footer .footer-bottom .copyright { font-family: 'Open Sans', sans-serif; margin: 0; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom .copyright { width: 210px; margin: 0 auto; font-size: 0.5rem; line-height: 1.25; letter-spacing: 0.1em; text-align: center; } }

.md-footer .footer-bottom .copyright small { font-size: 0.875rem; }

@media screen and (max-width: 767px) { .md-footer .footer-bottom .copyright small { font-size: 0.5rem; } }

.md-contents { padding-top: 144px; }

@media screen and (max-width: 1152px) { .md-contents { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .md-contents { padding: 75px 0 0; } }

.md-contents:after { content: ''; display: block; max-width: 1152px; margin: 0 auto; height: 132px; background: url(../images/footerPic_PC.png) no-repeat right bottom; }

@media screen and (max-width: 767px) { .md-contents:after { width: 336px; } }

@media screen and (max-width: 767px) { .md-contents:after { height: 75px; background-image: url(../images/footerPic_SP.png); background-size: contain;} }

.md-contents .objFit img { object-fit: cover; font-family: 'object-fit: cover;'; }

.md-section { margin: 0 auto; width: 1008px; margin-bottom: 100px; }

@media screen and (max-width: 767px) { .md-section { width: 100%; } }

@media screen and (max-width: 767px) { .md-section { margin-bottom: 50px; } }

.md-section--middle { max-width: 1152px; margin: 0 auto; }

@media screen and (max-width: 767px) { .md-section--middle { width: 300px; } }

@media screen and (max-width: 767px) { .md-section--middle { width: 100%; } }

.md-section--wide { max-width: 1296px; margin: 0 auto; }

@media screen and (max-width: 767px) { .md-section--wide { width: 100%; } }

.md-section-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.9375rem; font-weight: 600; letter-spacing: 0.43em; margin: 0 0 30px; text-align: center; }

@media screen and (max-width: 767px) { .md-section-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { .md-section-title span { display: block; } }

.md-section-desc { font-size: 1rem; line-height: 1.9375; margin: 0 0 25px; text-align: center; }

@media screen and (max-width: 767px) { .md-section-desc { font-size: 0.875rem; line-height: 1.71429; text-align: left; } }

.md-archive { max-width: 1152px; margin: 0 auto; margin-bottom: 72px; }

@media screen and (max-width: 767px) { .md-archive { width: 300px; } }

@media screen and (max-width: 767px) { .md-archive { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .md-archive-head { margin-bottom: 20px; } }

.md-archive-head-nav--spBtn { position: relative; width: 268px; padding-left: 34px; margin: 0 auto 3px; line-height: 40px; font-size: 0.875rem; font-weight: 550; letter-spacing: 0.1em; background-color: #2E617A; color: #fff; cursor: pointer; }

.md-archive-head-nav--spBtn i.fa-angle-up, .md-archive-head-nav--spBtn i.fa-angle-down { position: absolute; right: 10px; z-index: 1; font-size: 28px; }

.md-archive-head-nav--spBtn i.fa-angle-up { top: 5px; }

.md-archive-head-nav--spBtn i.fa-angle-down { top: 7px; }

.md-archive-head-nav--spBtn i.fa-angle-down, .md-archive-head-nav--spBtn i.fa-angle-top { top: 8px; right: 10px; font-size: 28px; }

.md-archive-head-nav { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 60px; }

.md-archive-head-nav li { list-style-type: none; }

@media screen and (max-width: 767px) { .md-archive-head-nav { display: block; transition-property: height; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; width: 268px; height: 0; margin: 0 auto; overflow: hidden; }
  .md-archive-head-nav.active { overflow: visible; }
  .md-archive-head-nav.active.typeCat { height: 129px; }
  .md-archive-head-nav.active.typeWorks { height: 86px; } }

.md-archive-head-nav li { border: 1px solid #2E617A; line-height: 46px; text-align: center; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .md-archive-head-nav li { margin-bottom: 3px; line-height: 38px; text-align: left; } }

.md-archive-head-nav li.current { background-color: #2E617A; color: #fff; }

.md-archive-head-nav li:hover { background-color: #2E617A; }

.md-archive-head-nav li:hover a { color: #fff; }

.md-archive-head-nav li a, .md-archive-head-nav li span { display: block; font-size: 1rem; font-weight: 550; letter-spacing: 0.34em; }

@media screen and (max-width: 767px) { .md-archive-head-nav li a, .md-archive-head-nav li span { padding-left: 34px; font-size: 0.875rem; letter-spacing: 0.1em; } }

.md-archive-head-nav li span { cursor: auto; }

.md-archive-head-nav li a { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-head-nav.typeCat li { width: 270px; max-width: 24%; }

@media screen and (max-width: 767px) { .md-archive-head-nav.typeCat li { width: 100%; max-width: 100%; } }

.md-archive-head-nav.typeWorks li { width: 367px; max-width: 32%; }

@media screen and (max-width: 767px) { .md-archive-head-nav.typeWorks li { width: 100%; max-width: 100%; } }

.md-archive-list { display: -ms-flexbox; display: flex; -ms-flex-pack: left; justify-content: left; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 767px) { .md-archive-list { display: block; } }

.md-archive-list.category { margin-bottom: 100px; }

@media screen and (max-width: 767px) { .md-archive-list.category { margin-bottom: 39px; } }

.md-archive-list.category > * { margin-bottom: 20px; }

.md-archive-list.works { margin-bottom: 80px; }

@media screen and (max-width: 767px) { .md-archive-list.works { margin-bottom: 35px; } }

.md-archive-list.works > * { margin-bottom: 20px; }

@media screen and (max-width: 767px) { .md-archive-list.works > * { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .md-archive-list.works .md-archive-list-item:not(:nth-child(3n+3)) { margin-bottom: 18px; } }

.md-archive-list-item { width: 32%; max-width: 367px; }

@media screen and (max-width: 767px) { .md-archive-list-item { width: 100%; } }

.md-archive-list-item:not(:nth-child(3n+3)) { margin-right: 25px; }

@media screen and (max-width: 1152px) { .md-archive-list-item:not(:nth-child(3n+3)) { margin-right: 0; } }

@media screen and (max-width: 767px) { .md-archive-list-item:not(:nth-child(3n+3)) { margin-bottom: 24px; } }

@media screen and (max-width: 1152px) { .md-archive-list-item:not(:nth-child(2n+2)) { margin-right: 25px; } }

@media screen and (max-width: 767px) { .md-archive-list-item:not(:nth-child(2n+2)) { margin-right: 0; } }

.md-archive-list-item .item-thumb { position: relative; width: 367px; height: 249px; overflow: hidden; max-width: 100%; margin-bottom: 12px; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-list-item .item-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-thumb { margin-bottom: 10px; position: relative; width: 300px; height: 180px; overflow: hidden; }
  .md-archive-list-item .item-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; } }

.md-archive-list-item .item-thumb:hover { background-color: #000; }

.md-archive-list-item .item-thumb:hover img { opacity: 0.6; }

.md-archive-list-item .item-thumb img { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-list-item .item-cat { margin: 0 0 4px; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-cat { margin-bottom: 4px; } }

.md-archive-list-item .item-cat a { font-weight: 550; line-height: 1.71429; letter-spacing: 0.1em; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-cat a { font-size: 0.75rem; line-height: 1.66667; } }

.md-archive-list-item .item-cat a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-list-item .item-cat a:hover:hover { opacity: 0.6; }

.md-archive-list-item .item-title { margin: 0 0 6px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 100%; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-title { margin-bottom: 5px; } }

.md-archive-list-item .item-title a { font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.125rem; line-height: 1.72222; letter-spacing: 0.1em; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-list-item .item-title a:hover { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-archive-list-item .item-title a:hover:hover { opacity: 0.6; }

.md-archive-list-item .item-texts { margin: 0 0 16px; min-height: 48px; line-height: 1.71429; letter-spacing: 0.09em; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-texts { min-height: 72px; margin-bottom: 14px; letter-spacing: 0.07em; } }

.md-archive-list-item .item-texts p { margin: 0; line-height: 1.71429; letter-spacing: 0.09em; }

@media screen and (max-width: 767px) { .md-archive-list-item .item-texts p { letter-spacing: 0.07em; } }

.md-archive-list-item .item-date { color: #2E617A; font-family: 'Open Sans', sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 1.16667; letter-spacing: 0.1em; margin: 0; }

.md-pager { border-top: 1px solid #2A2B2C; border-bottom: 1px solid #2A2B2C; font-size: 1.125rem; line-height: 1.22222; padding: 58px 0; text-align: center; letter-spacing: -.4em; }

@media screen and (max-width: 767px) { .md-pager { padding: 38px 0; font-size: 1rem; line-height: 50px; } }

.md-pager .page-numbers { display: inline-block; width: 24px; height: 27px; line-height: 27px; letter-spacing: normal; margin: 0 10px; /*a.prev, a.next { @include linkTextHover; }*/ }

@media screen and (max-width: 767px) { .md-pager .page-numbers { width: 30px; height: 30px; margin: 0 5px; line-height: 28px; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-size: 0.9375rem; border: 1px solid #2E617A; font-weight: 600; } }

.md-pager .page-numbers:not(.disp) { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-pager .page-numbers:not(.disp):hover { opacity: 0.6; }

.md-pager .page-numbers.prev, .md-pager .page-numbers.next { width: 80px; position: relative; letter-spacing: 0.17em; }

@media screen and (max-width: 767px) { .md-pager .page-numbers.prev, .md-pager .page-numbers.next { width: 45px; height: 45px; margin: 0; padding-left: 0; border: 1px solid #2E617A; border-radius: 50%; overflow: hidden; } }

.md-pager .page-numbers.prev.disp, .md-pager .page-numbers.next.disp { color: #ADADAD; cursor: auto; }

.md-pager .page-numbers.prev { float: left; padding-left: 15px; text-align: left; }

@media screen and (max-width: 767px) { .md-pager .page-numbers.prev { text-indent: -9999px; text-align: center; } }

.md-pager .page-numbers.prev:before { content: ''; display: block; position: absolute; top: 11px; left: 4px; width: 6px; height: 6px; border-top: 1px solid #2E617A; border-left: 1px solid #2E617A; transform: rotate(-45deg); }

@media screen and (max-width: 767px) { .md-pager .page-numbers.prev:before { top: 0; bottom: 0; left: 18px; width: 8px; height: 8px; margin: auto; border-width: 2px; } }

.md-pager .page-numbers.prev.disp:before { border-color: #ADADAD; }

.md-pager .page-numbers.next { float: right; padding-right: 15px; text-align: right; }

@media screen and (max-width: 767px) { .md-pager .page-numbers.next { text-indent: -9999px; text-align: center; } }

.md-pager .page-numbers.next:after { content: ''; display: block; position: absolute; top: 11px; right: 4px; width: 6px; height: 6px; border-top: 1px solid #2E617A; border-right: 1px solid #2E617A; transform: rotate(45deg); }

@media screen and (max-width: 767px) { .md-pager .page-numbers.next:after { top: 0; right: 18px; bottom: 0; width: 8px; height: 8px; margin: auto; border-width: 2px; } }

.md-pager .page-numbers.next.disp:after { border-color: #ADADAD; }

.md-pager .page-numbers.current { background-color: #2E617A; color: #fff; }

.md-breadcrumb { padding: 10px 0 43px; }

@media screen and (max-width: 767px) { .md-breadcrumb { width: 300px; margin-left: auto; margin-right: auto; } }

.md-breadcrumb ul { list-style-type: none; margin: 0; padding-left: 0; }

.md-breadcrumb ul li { position: relative; display: inline-block; max-width: 600px; padding-right: 12px; line-height: 24px; font-size: 0.8125rem; font-weight: 600; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; }

.md-breadcrumb ul li:not(:first-child) { padding-left: 20px; }

@media screen and (max-width: 767px) { .md-breadcrumb ul li:not(:first-child) { padding-left: 16px; } }

.md-breadcrumb ul li:not(:first-child):before { content: ''; position: absolute; display: inline-block; top: 6px; left: -4px; margin: auto; width: 8px; height: 8px; transform: rotate(45deg); border-top: 1px solid #2E617A; border-right: 1px solid #2E617A; }

@media screen and (max-width: 767px) { .md-breadcrumb ul li:not(:first-child):before { top: 12px; left: -2px; width: 4px; height: 4px; } }

.md-breadcrumb ul li.postTitle { display: block; margin-top: 12px; letter-spacing: 0.3em; }

.md-breadcrumb ul li.postTitle span { color: #8D8D8D; }

.md-breadcrumb ul li a { letter-spacing: 0.3em; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.md-breadcrumb ul li a:hover { opacity: 0.6; }

/*-------------------------------------------------- bx-slider customize --------------------------------------------------*/
/*ul#indexSliderCont li { width: 864px; height: 504px; position: relative; } ul#indexSliderCont li img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; max-width: 100%; max-height: 100%; margin: auto; }*/
.bx-wrapper { background-color: inherit; border: none; box-shadow: none; margin: 0 auto; }

.bx-wrapper .bx-pager { bottom: -47px; height: 12px; line-height: 1; padding: 0; }

@media screen and (max-width: 767px) { .bx-wrapper .bx-pager { bottom: -8px; padding: 0; } }

.bx-wrapper .bx-pager.bx-default-pager a { width: 12px; height: 12px; border-radius: 50%; background-color: #fff; border: 1px solid #2E617A; }

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus { background-color: #2E617A; }

.bx-wrapper .bx-controls-direction a { z-index: 1000; }

.bx-wrapper .bx-prev { left: -95px; background: none; }

.bx-wrapper .bx-next { right: -95px; background: none; }

.bx-wrapper .bx-prev, .bx-wrapper .bx-next { position: relative; }

.bx-wrapper .bx-prev:before, .bx-wrapper .bx-prev:after, .bx-wrapper .bx-next:before, .bx-wrapper .bx-next:after { content: ''; position: absolute; width: 30px; height: 30px; }

.bx-wrapper .bx-prev:before, .bx-wrapper .bx-next:before { top: 0; z-index: 1; border-top: 1px solid #2E617A; width: 30px; height: 30px; }

.bx-wrapper .bx-prev:after, .bx-wrapper .bx-next:after { top: 1px; z-index: 0; border-top: 1px solid #fff; width: 28px; height: 28px; }

.bx-wrapper .bx-prev:before { left: 0; border-left: 1px solid #2E617A; transform: rotate(-45deg); }

.bx-wrapper .bx-prev:after { left: -1px; width: 32px; border-left: 1px solid #fff; transform: rotate(-45deg); box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16); }

.bx-wrapper .bx-next:before { right: 0; border-right: 1px solid #2E617A; background-color: #fff; transform: rotate(45deg); }

.bx-wrapper .bx-next:after { right: -2px; border-right: 1px solid #fff; transform: rotate(45deg); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }

/*-------------------------------------------------- lightbox customize --------------------------------------------------*/
.lightboxOverlay { background: rgba(42, 43, 44, 0.75); }

.lightbox { position: fixed; top: 0 !important; right: 0; bottom: 0; left: 0 !important; width: 598px; height: 598px; margin: auto; }

@media screen and (max-width: 767px) { .lightbox { width: 305px !important; height: 305px !important; } }

.lb-outerContainer { /*position: absolute; top: 0; bottom: 0;*/ width: 598px !important; height: 598px !important; background: none; }

@media screen and (max-width: 767px) { .lb-outerContainer { width: 305px !important; height: 305px !important; } }

.lightbox .lb-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: auto !important; height: auto !important; max-height: 598px; max-width: 598px; margin: auto; border: none; border-radius: 0; }

@media screen and (max-width: 767px) { .lightbox .lb-image { max-width: 305px; max-height: 305px; } }

.lb-nav a.lb-prev, .lb-nav a.lb-next { opacity: 1; width: 28px; height: 28px; background: none; border-top: 1px solid #fff; top: 0; bottom: 0; position: absolute; margin: auto; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.lb-nav a.lb-prev:hover, .lb-nav a.lb-next:hover { opacity: 0.6; }

@media screen and (max-width: 767px) { .lb-nav a.lb-prev, .lb-nav a.lb-next { width: 21px; height: 21px; } }

.lb-nav a.lb-prev { left: -164px; border-left: 1px solid #fff; transform: rotate(-45deg); }

@media screen and (max-width: 767px) { .lb-nav a.lb-prev { left: -20px; } }

.lb-nav a.lb-next { right: -164px; border-right: 1px solid #fff; transform: rotate(45deg); }

@media screen and (max-width: 767px) { .lb-nav a.lb-next { right: -20px; } }

.lb-data .lb-close { display: block; position: absolute; right: 0; top: 0; z-index: 1000; width: 20px; height: 20px; cursor: pointer; text-indent: -9999px; background: none; }

.lb-data .lb-close:before, .lb-data .lb-close:after { content: ''; position: absolute; border-top: 1px solid #fff; display: block; width: 24px; height: 24px; top: 6px; }

.lb-data .lb-close:before { transform: rotate(-45deg); left: 6px; }

.lb-data .lb-close:after { transform: rotate(45deg); left: -10px; }

.lb-data .lb-details { display: none; }

/*-------------------------------------------------- 404 page --------------------------------------------------*/
.page404 .md-content { min-height: 500px; padding: 250px 0; }

@media screen and (max-width: 767px) { .page404 .md-content { min-height: 200px; padding: 100px 0; } }

.page404 .page404-text { text-align: center; }

/*-------------------------------------------------- category,archive --------------------------------------------------*/
body.category .md-section-title, body.archive .md-section-title { margin-top: 50px; }

/*-------------------------------------------------- single --------------------------------------------------*/
body.single .md-single { margin-bottom: 50px; }

body.single .md-section-title { margin-top: 50px; }

body.single .md-hero-batch { display: none; }

@media screen and (max-width: 767px) { body.single .md-breadcrumb.top { display: none; } }

/*-------------------------------------------------- page --------------------------------------------------*/
body.page .md-section-title { margin-top: 85px; }

@media screen and (max-width: 767px) { body.page .md-section-title { margin-top: 55px; } }

/*-------------------------------------------------- index page --------------------------------------------------*/
.index .md-loader { max-width: 100%; background: #2E617A; }

@media screen and (max-width: 767px) { .index .md-loader img { width: 301px; height: auto; } }

.index .md-header { border-bottom: none; box-shadow: none; }

@media screen and (max-width: 767px) { .index .md-header { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); } }

.index .md-header.isSatisfy { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.index .md-header.active { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.index-slider { max-width: 1152px; margin: 0 auto; padding-bottom: 120px; }

@media screen and (max-width: 767px) { .index-slider { max-width: 100%; padding-bottom: 50px; } }

.index-slider ul { top: -14px; }

@media screen and (max-width: 767px) { .index-slider ul { top: -14px; } }

.index-slider li { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; overflow: hidden; max-height: 504px; }

.index-slider li:hover { background-color: #000; }

.index-slider li:hover img { opacity: 0.6; }

@media screen and (max-width: 767px) { .index-slider li:hover { background: none; } }

.index-slider li img { width: 100%; height: auto; min-height: 504px; vertical-align: top; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-slider li img { min-height: inherit; } }

.index-slider-text { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-hero { max-width: 1152px; margin: 0 auto; text-align: center; margin-bottom: 124px; }

@media screen and (max-width: 767px) { .index-hero { width: 300px; } }

@media screen and (max-width: 767px) { .index-hero { margin-bottom: 65px; } }

.index-hero-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.9375rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.70968; margin: 0 0 60px; text-align: center; }

@media screen and (max-width: 767px) { .index-hero-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { .index-hero-title { width: 210px; margin: 0 auto 40px; line-height: 1.7; } }

.index-hero p { font-size: 1.125rem; line-height: 1.72222; letter-spacing: 0.43em; margin: 0; }

@media screen and (max-width: 767px) { .index-hero p { font-size: 0.875rem; line-height: 1.71429; letter-spacing: 0.07em; } }

.index-hero p span { display: block; }

@media screen and (max-width: 767px) { .index-hero p span { display: inline; } }

.index-hero p:not(:last-child) { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-hero p:not(:last-child) { margin-bottom: 18px; } }

@media screen and (max-width: 767px) { .index-hero p.sp-inline { display: inline; } }

.index-hero p.sp-inline + p { margin-top: 30px; }

@media screen and (max-width: 767px) { .index-hero p span.sp-block { display: block; } }

.index-cont { margin-bottom: 126px; }

@media screen and (max-width: 767px) { .index-cont { margin-bottom: 50px; } }

.index-cont .ic-head { position: relative; }

.index-cont .ic-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.9375rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.77419; margin: 0 0 26px; text-align: center; }

@media screen and (max-width: 767px) { .index-cont .ic-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { .index-cont .ic-title { margin-bottom: 15px; } }

.index-cont .ic-desc { max-width: 700px; margin: 0 auto 50px; }

@media screen and (max-width: 767px) { .index-cont .ic-desc { line-height: 1.71429; margin-bottom: 12px; } }

.index-cont .ic-links { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 40px; }

@media screen and (max-width: 767px) { .index-cont .ic-links { display: block; margin-bottom: 20px; } }

.index-cont .ic-links-item { display: block; width: calc((100% - 26px) / 2); }

.index-cont .ic-links-item:first-child { margin-right: 26px; }

.index-cont .ic-links a { display: block; position: relative; width: 563px; max-width: 49%; height: 56px; letter-spacing: 0.34em; line-height: 54px; border: 1px solid #2E617A; background-color: #fff; color: #2E617A; font-size: 1rem; font-weight: 550; text-align: center; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-cont .ic-links a { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 100%; max-width: 100%; height: auto; margin-bottom: 20px; } }

.index-cont .ic-links a:after { content: ''; position: absolute; top: 0; bottom: 0; right: 12px; box-sizing: border-box; border-left: 8px solid #2E617A; border-top: 6px solid transparent; border-right: 8px solid transparent; border-bottom: 6px solid transparent; width: 16px; height: 12px; margin: auto; }

@media screen and (max-width: 767px) { .index-cont .ic-links a:after { content: none; } }

.index-cont .ic-links a:hover { border: 1px solid #fff; background-color: #2E617A; color: #fff; }

.index-cont .ic-links a:hover:after { border-left-color: #fff; }

.index-cont .ic-list-category { margin: 0 0 6px; line-height: 1.71429; letter-spacing: 0.1em; font-weight: 550; }

@media screen and (max-width: 767px) { .index-cont .ic-list-category { margin-bottom: 7px; font-size: 0.75rem; line-height: 1.66667; } }

.index-cont .ic-list-title { margin: 0 0 14px; letter-spacing: 0.1em; line-height: 1.72222; font-size: 1.125rem; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

@media screen and (max-width: 767px) { .index-cont .ic-list-title { margin-bottom: 9px; font-size: 1.125rem; line-height: 1.72222; } }

.index-cont .ic-list-excerpt { min-height: 72px; margin-bottom: 18px; color: #2A2B2C; font-size: 0.875rem; line-height: 1.71429; letter-spacing: 0.09em; }

@media screen and (max-width: 767px) { .index-cont .ic-list-excerpt { margin-bottom: 14px; letter-spacing: 0.07em; } }

.index-cont .ic-list-excerpt p { margin: 0; position: relative; height: 72px; overflow: hidden; }

.index-cont .ic-list-excerpt p:before, .index-cont .ic-list-excerpt p:after { position: absolute; background: #fff; }

.index-cont .ic-list-excerpt p:before { content: "…"; bottom: 0; right: 0; }

.index-cont .ic-list-excerpt p:after { content: ""; width: 100%; height: 100%; }

.index-cont .ic-list-date { margin: 0; font-size: 0.75rem; line-height: 1.16667; letter-spacing: 0.1em; font-family: 'Open Sans', sans-serif; }

.index-cont .ic-list--fourCol { display: -ms-flexbox; display: flex; }

@media screen and (max-width: 767px) { .index-cont .ic-list--fourCol { display: block; } }

.index-cont .ic-list--fourCol .fourCol-item { max-width: 270px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--fourCol .fourCol-item { max-width: 100%; width: 100%; margin-bottom: 22px; } }

.index-cont .ic-list--fourCol .fourCol-item:not(:last-child) { margin-right: 24px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--fourCol .fourCol-item:not(:last-child) { margin-right: 0; } }

.index-cont .ic-list--fourCol .fourCol-item a:hover .fourCol-thumb { background-color: #000; }

.index-cont .ic-list--fourCol .fourCol-item a:hover .fourCol-thumb img { opacity: 0.6; }

.index-cont .ic-list--fourCol .fourCol-item a:hover .fourCol-cont { opacity: 0.6; }

.index-cont .ic-list--fourCol .fourCol-thumb { position: relative; width: 269px; height: 180px; overflow: hidden; margin-bottom: 12px; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--fourCol .fourCol-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

.index-cont .ic-list--fourCol .fourCol-thumb img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-cont .ic-list--fourCol .fourCol-thumb { position: relative; width: 300px; height: 180px; overflow: hidden; margin-bottom: 14px; margin-right: 0; }
  .index-cont .ic-list--fourCol .fourCol-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; } }

.index-cont .ic-list--fourCol .fourCol-cont { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--fourCol .fourCol-cont img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--threeCol { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 767px) { .index-cont .ic-list--threeCol { display: block; } }

.index-cont .ic-list--threeCol .threeCol-item { max-width: 370px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--threeCol .threeCol-item { max-width: 100%; margin-bottom: 16px; } }

.index-cont .ic-list--threeCol .threeCol-item:not(:nth-child(3n+3)) { margin-right: 21px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--threeCol .threeCol-item:not(:nth-child(3n+3)) { margin-right: 0; } }

.index-cont .ic-list--threeCol .threeCol-item a:hover .threeCol-thumb { background-color: #000; }

.index-cont .ic-list--threeCol .threeCol-item a:hover .threeCol-thumb img { opacity: 0.6; }

.index-cont .ic-list--threeCol .threeCol-thumb { position: relative; width: 367px; height: 250px; overflow: hidden; margin-bottom: 12px; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--threeCol .threeCol-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

.index-cont .ic-list--threeCol .threeCol-thumb img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-cont .ic-list--threeCol .threeCol-thumb { position: relative; width: 300px; height: 180px; overflow: hidden; }
  .index-cont .ic-list--threeCol .threeCol-thumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; } }

.index-cont .ic-list--threeCol .threeCol-cont a { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--threeCol .threeCol-cont a img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-list--threeCol .threeCol-cont a:hover { opacity: 0.6; }

.index-cont .ic-list--threeCol .ic-list-excerpt { min-height: 48px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--threeCol .ic-list-excerpt { min-height: 72px; } }

.index-cont .ic-list--twoCol { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px; }

.index-cont .ic-list--twoCol li { list-style-type: none; }

@media screen and (max-width: 767px) { .index-cont .ic-list--twoCol { display: block; margin-bottom: 20px; } }

.index-cont .ic-list--twoCol .twoCol-item { max-width: 504px; }

@media screen and (max-width: 767px) { .index-cont .ic-list--twoCol .twoCol-item:first-child { margin-bottom: 14px; } }

.index-cont .ic-toArchive { position: absolute; right: 0; top: 18px; bottom: 0; margin: auto; }

@media screen and (max-width: 767px) { .index-cont .ic-toArchive { position: relative; top: 0; width: 268px; margin-bottom: 20px; } }

.index-cont .ic-toArchive a { display: block; position: relative; font-size: 1rem; line-height: 1.6875; letter-spacing: 0.34em; padding-left: 20px; font-weight: 550; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

.index-cont .ic-toArchive a:hover { opacity: 0.6; }

@media screen and (max-width: 767px) { .index-cont .ic-toArchive a { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; padding-left: 0; } }

.index-cont .ic-toArchive a:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; box-sizing: border-box; border-left: 8px solid #2E617A; border-top: 6px solid transparent; border-right: 8px solid transparent; border-bottom: 6px solid transparent; width: 16px; height: 12px; margin: auto; }

@media screen and (max-width: 767px) { .index-cont .ic-toArchive a:before { content: none; } }

.index-cont.news { max-width: 1152px; margin: 0 auto; margin-bottom: 126px; }

@media screen and (max-width: 767px) { .index-cont.news { width: 300px; } }

@media screen and (max-width: 767px) { .index-cont.news { margin-bottom: 42px; } }

.index-cont.news .ic-title { border-bottom: 1px solid #2E617A; }

@media screen and (max-width: 767px) { .index-cont.news .ic-title { border-bottom: none; } }

.index-cont.events { max-width: 1152px; margin: 0 auto; margin-bottom: 126px; }

@media screen and (max-width: 767px) { .index-cont.events { width: 300px; } }

@media screen and (max-width: 767px) { .index-cont.events { margin-bottom: 42px; } }

.index-cont.events .ic-title { border-bottom: 1px solid #2E617A; }

@media screen and (max-width: 767px) { .index-cont.events .ic-title { border-bottom: none; } }

.index-cont.works { max-width: 1152px; margin: 0 auto; margin-bottom: 124px; }

@media screen and (max-width: 767px) { .index-cont.works { width: 300px; } }

@media screen and (max-width: 767px) { .index-cont.works { margin-bottom: 45px; } }

.index-cont.works .ic-title { border-bottom: 1px solid #2E617A; }

@media screen and (max-width: 767px) { .index-cont.works .ic-title { border-bottom: none; margin-bottom: 12px; } }

@media screen and (max-width: 767px) { .index-cont.works .ic-toArchive { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-cont.works .ic-links { width: 268px; margin: 0 auto 10px; } }

@media screen and (max-width: 767px) { .index-cont.works .ic-links a { margin-bottom: 10px; } }

.index-cont.works .ic-worksSubTitle { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.125rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.72222; letter-spacing: 0.43em; margin-bottom: 40px; text-align: center; }

@media screen and (max-width: 767px) { .index-cont.works .ic-worksSubTitle { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { .index-cont.works .ic-worksSubTitle { margin: 13px 0; font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

.index-cont.works .ic-list-excerpt { margin-bottom: 32px; }

@media screen and (max-width: 767px) { .index-cont.works .ic-list-excerpt { margin-bottom: 14px; } }

.index-cont.model { padding-top: 85px; padding-bottom: 100px; margin-bottom: 85px; background-color: #F5FAFA; }

@media screen and (max-width: 767px) { .index-cont.model { width: 100%; padding-top: 42px; padding-bottom: 50px; margin-bottom: 44px; border-bottom: none; } }

.index-cont.model .ic-head, .index-cont.model .ic-list--twoCol, .index-cont.model .ic-desc { max-width: 1152px; margin: 0 auto; }

@media screen and (max-width: 767px) { .index-cont.model .ic-head, .index-cont.model .ic-list--twoCol, .index-cont.model .ic-desc { width: 300px; } }

@media screen and (max-width: 767px) { .index-cont.model .ic-head, .index-cont.model .ic-list--twoCol, .index-cont.model .ic-desc { width: 300px; margin-left: auto; margin-right: auto; } }

.index-cont.model .ic-head { margin-bottom: 40px; }

@media screen and (max-width: 767px) { .index-cont.model .ic-head { margin-bottom: 16px; } }

.index-cont.model .ic-title { margin-bottom: 52px; line-height: 1.70968; }

@media screen and (max-width: 767px) { .index-cont.model .ic-title { margin-bottom: 8px; line-height: 1.7; } }

.index-cont.model .ic-desc { max-width: 784px; font-size: 1rem; line-height: 1.9375; }

@media screen and (max-width: 767px) { .index-cont.model .ic-desc { font-size: 0.875rem; line-height: 1.71429; } }

@media screen and (max-width: 767px) { .index-cont.model .ic-desc span { display: block; } }

.index-cont.model .model-houseImg { margin-bottom: 12px; }

@media screen and (max-width: 767px) { .index-cont.model .model-houseImg { width: 100%; margin-bottom: 5px; } }

.index-cont.model .ic-list--twoCol { margin-bottom: 44px; }

@media screen and (max-width: 767px) { .index-cont.model .ic-list--twoCol { margin-bottom: 20px; } }

.index-cont.model .model-desc { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.125rem; font-weight: 600; line-height: 1.72222; letter-spacing: 0.1em; margin: 0 0 15px; text-align: center; }

@media screen and (max-width: 767px) { .index-cont.model .model-desc { margin-bottom: 10px; font-size: 0.875rem; line-height: 1.71429; } }

.index-cont.model .model-price { color: #2E617A; font-size: 1.125rem; font-weight: 550; line-height: 1.72222; letter-spacing: 0.1em; margin: 0; text-align: center; }

@media screen and (max-width: 767px) { .index-cont.model .model-price { font-size: 0.875rem; line-height: 1.71429; } }

.index-cont.model .model-costImg { max-width: 955px; margin: 0 auto; text-align: center; margin-bottom: 100px; }

@media screen and (max-width: 767px) { .index-cont.model .model-costImg { width: 100%; } }

@media screen and (max-width: 767px) { .index-cont.model .model-costImg { width: 300px; margin: 0 auto 50px; } }

.index-cont.model .model-costImg img { max-width: 100%; }

.index-cont.model .model-link { display: block; width: 576px; max-width: 49%; height: 70px; margin: 0 auto; letter-spacing: 0.34em; line-height: 70px; border: 1px solid #2E617A; background-color: #F5FAFA; color: #2E617A; font-size: 1rem; font-weight: 550; text-align: center; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-cont.model .model-link { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 268px; max-width: 100%; height: auto; } }

.index-cont.model .model-link:hover { border: 1px solid #fff; background-color: #2E617A; color: #fff; }

.index-cont.about { max-width: 1152px; margin: 0 auto; margin-bottom: 144px; }

@media screen and (max-width: 767px) { .index-cont.about { width: 300px; } }

@media screen and (max-width: 767px) { .index-cont.about { margin-bottom: 50px; } }

.index-cont.about .ic-title { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-cont.about .ic-title { margin-bottom: 12px; } }

.index-cont.about .about-img { text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-cont.about .about-img { margin-bottom: 20px; } }

.index-cont.about .about-img img { max-width: 100%; }

.index-cont.about .about-links { margin: 0; padding-left: 0; max-width: 792px; margin: 0 auto; }

.index-cont.about .about-links li { list-style-type: none; }

@media screen and (max-width: 767px) { .index-cont.about .about-links { width: 268px; } }

.index-cont.about .about-links li { line-height: 100px; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-cont.about .about-links li { margin-bottom: 18px; } }

.index-cont.about .about-links li a { display: block; position: relative; text-align: center; font-size: 1.25rem; font-weight: 550; letter-spacing: 0.34em; background-color: #2E617A; color: #fff; border: 1px solid #2E617A; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { .index-cont.about .about-links li a { line-height: 40px; font-size: 0.875rem; letter-spacing: 0.1em; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); } }

.index-cont.about .about-links li a:after { content: ''; position: absolute; top: 0; bottom: 0; right: 20px; box-sizing: border-box; border-left: 8px solid #fff; border-top: 6px solid transparent; border-right: 8px solid transparent; border-bottom: 6px solid transparent; width: 16px; height: 12px; margin: auto; }

@media screen and (max-width: 767px) { .index-cont.about .about-links li a:after { content: none; } }

.index-cont.about .about-links li a:hover { background-color: #fff; color: #2E617A; }

body.category { /*-------------------------------------------------- news archive --------------------------------------------------*/ /*-------------------------------------------------- news archive --------------------------------------------------*/ }

/*-------------------------------------------------- single --------------------------------------------------*/
body.single .sn { /*----- sidebar -----*/ /*-------------------------------------------------- single works --------------------------------------------------*/ }

body.single .sn-body--works { max-width: 955px; margin: 0 auto; }

@media screen and (max-width: 767px) { body.single .sn-body--works { width: 100%; } }

@media screen and (max-width: 767px) { body.single .sn-body--works { width: 100%; } }

body.single .sn-body--works .sn-hero { position: relative; width: 955px; height: 614px; overflow: hidden; }

body.single .sn-body--works .sn-hero img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

@media screen and (max-width: 767px) { body.single .sn-body--works .sn-hero { width: 100%; height: 214px; } }

body.single .sn-body--works .sn-cat { margin: 0 0 15px; }

@media screen and (max-width: 767px) { body.single .sn-body--works .sn-cat { margin: 0 auto 15px; } }

body.single .sn-body--works .sn-cat a { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-body--works .sn-cat a:hover { opacity: 0.6; }

@media screen and (max-width: 767px) { body.single .sn-body--works .sn-title { margin-bottom: 15px; } }

body.single .sn-body--category { max-width: 1152px; margin: 0 auto; }

@media screen and (max-width: 767px) { body.single .sn-body--category { width: 300px; } }

@media screen and (max-width: 767px) { body.single .sn-body--category { width: 100%; } }

body.single .sn-body--category .sn-text { margin-bottom: 50px; }

@media screen and (max-width: 767px) { body.single .sn-body--category .sn-text { margin-bottom: 45px; } }

body.single .sn-body--category .sn-hero { position: relative; width: 759px; height: 508px; overflow: hidden; }

body.single .sn-body--category .sn-hero img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

@media screen and (max-width: 767px) { body.single .sn-body--category .sn-hero { width: 100%; height: 214px; } }

@media screen and (max-width: 767px) { body.single .sn-body--category .sn-date { margin-bottom: 60px; } }

body.single .sn-hero { margin-bottom: 43px; text-align: center; }

@media screen and (max-width: 767px) { body.single .sn-hero { margin-bottom: 26px; } }

body.single .sn-cat { font-size: 0.875rem; margin: 0 0 25px; font-weight: 550; color: #2E617A; }

@media screen and (max-width: 767px) { body.single .sn-cat { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 22px; font-size: 0.75rem; line-height: 1.66667; letter-spacing: 0.1em; } }

body.single .sn-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.69231; margin: 0 0 30px; }

@media screen and (max-width: 767px) { body.single .sn-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.single .sn-title { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 26px; font-size: 1.125rem; line-height: 1.72222; letter-spacing: 0.1em; } }

body.single .sn-text { margin-bottom: 70px; /* ショートコードのスタイル */ }

@media screen and (max-width: 767px) { body.single .sn-text { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 50px; } }

body.single .sn-text p { line-height: 2; letter-spacing: 0.09em; margin: 0 0 30px; }

@media screen and (max-width: 767px) { body.single .sn-text p { line-height: 1.71429; letter-spacing: 0.07em; } }

body.single .sn-text img { max-width: 100%; height: auto; }

body.single .sn-text-link { margin-top: 48px; }

body.single .sn-text-link a { display: block; max-width: 660px; padding: 18px 0; font-size: 1.25rem; font-weight: 550; letter-spacing: 0.34em; line-height: 1.7; background-color: #2E617A; color: #fff; border: 1px solid #2E617A; text-align: center; }

@media screen and (max-width: 767px) { body.single .sn-text-link a { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; font-size: 0.875rem; line-height: 1.5; letter-spacing: 0.1em; padding: 9px 0; }
  body.single .sn-text-link a span { display: block; } }

body.single .sn-text-link a:hover { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; background-color: #fff; color: #2E617A; }

body.single .sn-date { color: #2E617A; font-family: 'Open Sans', sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 1.16667; letter-spacing: 0.1em; margin: 0 0 35px; }

@media screen and (max-width: 767px) { body.single .sn-date { width: 300px; margin-left: auto; margin-right: auto; } }

body.single .sn-category-twoColumns { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 767px) { body.single .sn-category-twoColumns { display: block; } }

body.single .sn-category-twoColumns .twoColumns-left { max-width: 760px; }

body.single .sn-category-twoColumns .twoColumns-right { max-width: 294px; width: 100%; }

body.single .sn-sidebar-title { margin: 0 0 12px; color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; letter-spacing: 0.2em; }

@media screen and (max-width: 767px) { body.single .sn-sidebar-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

body.single .sn-sidebar-content { padding: 25px 0 30px 6px; border-bottom: 1px solid #2E617A; }

body.single .sn-sidebar-content:first-child { border-top: 1px solid #2E617A; }

body.single .sn-sidebar-content.search { padding: 15px 0 15px 6px; }

body.single .sn-sidebar-content.search .search-inner { position: relative; }

body.single .sn-sidebar-content.search .search-text, body.single .sn-sidebar-content.search .search-btn { -webkit-appearance: none; border: none; }

body.single .sn-sidebar-content.search .search-text { padding: 12px; }

body.single .sn-sidebar-content.search .search-text::-webkit-input-placeholder { font-size: 1rem; letter-spacing: 0.114em; color: #8D8D8D; }

body.single .sn-sidebar-content.search .search-btn { position: absolute; right: 0; top: 0; bottom: 0; z-index: 1; margin: auto; width: 38px; height: 30px; padding: 0; cursor: pointer; background-color: transparent; text-indent: -9999px; }

body.single .sn-sidebar-content.search i { font-size: 20px; position: absolute; right: 9px; top: 0; bottom: 0; z-index: 0; width: 20px; height: 20px; margin: auto; line-height: 1; color: #2E617A; }

body.single .sn-sidebar-archiveList { margin: 0; padding-left: 0; }

body.single .sn-sidebar-archiveList li { list-style-type: none; }

body.single .sn-sidebar-archiveList .archiveList-item:not(:last-child) { margin-bottom: 13px; }

body.single .sn-sidebar-archiveList .archiveList-item a { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

body.single .sn-sidebar-archiveList .archiveList-item a:hover .item-img { background-color: #000; position: relative; width: 128px; height: 87px; overflow: hidden; }

body.single .sn-sidebar-archiveList .archiveList-item a:hover .item-img img { opacity: 0.6; }

body.single .sn-sidebar-archiveList .archiveList-item a:hover .item-img img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

body.single .sn-sidebar-archiveList .archiveList-item a:hover .item-cont { opacity: 0.6; }

body.single .sn-sidebar-archiveList .item-img { position: relative; width: 128px; height: 87px; overflow: hidden; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-sidebar-archiveList .item-img img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

body.single .sn-sidebar-archiveList .item-img img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-sidebar-archiveList .item-cont { width: 144px; margin: 0; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-sidebar-archiveList .item-cat { margin: 0 0 10px; font-size: 0.875rem; line-height: 1; font-weight: 550; color: #2E617A; letter-spacing: 0.1em; }

body.single .sn-sidebar-archiveList .item-date { margin: 0 0 7px; color: #2E617A; font-family: 'Open Sans', sans-serif; font-size: 0.75rem; font-weight: 600; line-height: 1; letter-spacing: 0.1em; }

body.single .sn-sidebar-archiveList .item-title { margin: 0; color: #2A2B2C; min-height: 48px; line-height: 1.71429; font-weight: 300; letter-spacing: 0.09em; }

body.single .sn-sidebar-linkList { margin: 0; padding-left: 0; }

body.single .sn-sidebar-linkList li { list-style-type: none; }

body.single .sn-sidebar-linkList .linkList-item { margin-bottom: 6px; }

body.single .sn-sidebar-linkList .linkList-item a { display: block; position: relative; padding-left: 16px; font-size: 1rem; letter-spacing: 0.34em; font-weight: 550; line-height: 42px; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-sidebar-linkList .linkList-item a:hover { opacity: 0.6; }

body.single .sn-sidebar-linkList .linkList-item a:after { content: ''; position: absolute; top: 0; bottom: 0; right: 12px; box-sizing: border-box; border-left: 8px solid #2E617A; border-top: 6px solid transparent; border-right: 8px solid transparent; border-bottom: 6px solid transparent; width: 16px; height: 12px; margin: auto; }

body.single .sn-pager { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 20px; }

body.single .sn-pager li { list-style-type: none; }

@media screen and (max-width: 767px) { body.single .sn-pager { display: block; padding: 30px 0 55px; background-color: #F5FAFA; } }

body.single .sn-pager li { background-color: #F5FAFA; }

body.single .sn-pager li a { display: block; max-width: 464px; }

@media screen and (max-width: 767px) { body.single .sn-pager li a { width: 300px; margin-left: auto; margin-right: auto; padding: 0; } }

body.single .sn-pager .pager-prev, body.single .sn-pager .pager-next { position: relative; }

body.single .sn-pager .pager-prev a, body.single .sn-pager .pager-next a { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-pager .pager-prev a:before, body.single .sn-pager .pager-prev a:after, body.single .sn-pager .pager-next a:before, body.single .sn-pager .pager-next a:after { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; content: ''; position: absolute; cursor: pointer; width: 30px; height: 30px; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-prev a:before, body.single .sn-pager .pager-prev a:after, body.single .sn-pager .pager-next a:before, body.single .sn-pager .pager-next a:after { content: none; } }

body.single .sn-pager .pager-prev a:before, body.single .sn-pager .pager-next a:before { top: 50%; z-index: 1; border-top: 1px solid #2E617A; width: 30px; height: 30px; }

body.single .sn-pager .pager-prev a:after, body.single .sn-pager .pager-next a:after { top: calc(50% + 1px); z-index: 0; border-top: 1px solid #F5FAFA; width: 28px; height: 28px; }

body.single .sn-pager .pager-prev a:hover, body.single .sn-pager .pager-next a:hover { opacity: 0.6; }

body.single .sn-pager .pager-prev a:hover .pager-title, body.single .sn-pager .pager-prev a:hover .pager-spTwoColumns-texts, body.single .sn-pager .pager-next a:hover .pager-title, body.single .sn-pager .pager-next a:hover .pager-spTwoColumns-texts { opacity: 0.6; }

body.single .sn-pager .pager-prev a:hover:before, body.single .sn-pager .pager-prev a:hover:after, body.single .sn-pager .pager-next a:hover:before, body.single .sn-pager .pager-next a:hover:after { opacity: 0.6; }

body.single .sn-pager .pager-prev a:hover .pager-postThumb, body.single .sn-pager .pager-next a:hover .pager-postThumb { background-color: #000; }

body.single .sn-pager .pager-prev a:hover .pager-postThumb img, body.single .sn-pager .pager-next a:hover .pager-postThumb img { opacity: 0.6; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-prev { padding: 0; } }

body.single .sn-pager .pager-prev a { padding: 32px 84px 53px 104px; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-prev a { padding: 8px 38px; width: 100%; } }

body.single .sn-pager .pager-prev a:before { left: 40px; border-left: 1px solid #2E617A; transform: rotate(-45deg); }

body.single .sn-pager .pager-prev a:after { left: 39px; width: 32px; border-left: 1px solid #F5FAFA; transform: rotate(-45deg); box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.16); }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-next { padding: 0; } }

body.single .sn-pager .pager-next a { padding: 32px 104px 53px 84px; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-next a { padding: 8px 38px; width: 100%; } }

body.single .sn-pager .pager-next a:before { right: 40px; z-index: 1; border-right: 1px solid #2E617A; background-color: #F5FAFA; transform: rotate(45deg); }

body.single .sn-pager .pager-next a:after { right: 38px; z-index: 0; border-right: 1px solid #fff; transform: rotate(45deg); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16); }

body.single .sn-pager .pager-title { margin: 0 0 25px; color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1; text-align: center; letter-spacing: 0.2em; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-title { margin-bottom: 20px; font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; text-align: left; } }

body.single .sn-pager .pager-spTwoColumns-texts { transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-pager .pager-postThumb { position: relative; width: 280px; height: 190px; overflow: hidden; margin-bottom: 13px; text-align: center; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-pager .pager-postThumb img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

body.single .sn-pager .pager-postThumb img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postThumb { width: 128px; height: 87px; margin-right: 20px; margin-bottom: 0; } }

body.single .sn-pager .pager-postCat { margin: 0 0 1px; font-weight: 550; text-align: center; letter-spacing: 0.1em; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postCat { margin-bottom: 10px; font-size: 0.75rem; line-height: 1; text-align: left; } }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postDate { margin: 0 0 8px; font-family: 'Open Sans', sans-serif; font-size: 0.75rem; line-height: 1.16667; letter-spacing: 0.1em; } }

body.single .sn-pager .pager-postTitle { margin: 0 0 12px; color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.125rem; font-weight: 600; letter-spacing: 0.43em; letter-spacing: 0.1em; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postTitle { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postTitle { font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; margin-bottom: 0; font-size: 0.875rem; font-weight: 300; line-height: 1.71429; letter-spacing: 0.07em; color: #000; } }

body.single .sn-pager .pager-postDesc { min-height: 96px; margin: 0; color: #2A2B2C; line-height: 1.71429; }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-postDesc { display: none; } }

@media screen and (max-width: 767px) { body.single .sn-pager .pager-spTwoColumns { display: -ms-flexbox; display: flex; }
  body.single .sn-pager .pager-spTwoColumns-texts { -ms-flex: 1; flex: 1; } }

body.single .sn-works-gallery { margin: 0; margin-bottom: 8px; }

body.single .sn-works-gallery dd { margin-left: 0; }

@media screen and (max-width: 767px) { body.single .sn-works-gallery { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 53px; } }

body.single .sn-works-gallery dt { color: #2E617A; font-weight: 550; line-height: 1.71429; letter-spacing: 0.1em; margin-bottom: 24px; }

@media screen and (max-width: 767px) { body.single .sn-works-gallery dt { font-size: 0.75rem; line-height: 1.66667; } }

@media screen and (max-width: 767px) { body.single .sn-works-gallery dt span { display: block; } }

body.single .sn-works-gallery ul { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

body.single .sn-works-gallery ul li { list-style-type: none; }

body.single .sn-works-gallery ul li { width: 171px; height: 171px; margin-bottom: 32px; text-align: center; }

@media screen and (max-width: 767px) { body.single .sn-works-gallery ul li { width: 144px; height: 144px; margin-bottom: 12px; } }

body.single .sn-works-gallery ul li a { display: block; position: relative; width: 171px; height: 171px; overflow: hidden; transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.single .sn-works-gallery ul li a img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

body.single .sn-works-gallery ul li a img { transition-property: opacity; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.single .sn-works-gallery ul li a { position: relative; width: 144px; height: 144px; overflow: hidden; }
  body.single .sn-works-gallery ul li a img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; } }

body.single .sn-works-gallery ul li a:hover { background-color: #000; }

body.single .sn-works-gallery ul li a:hover img { opacity: 0.6; }

body.single .sn-works-gallery ul li.hasNoImg { padding-top: 64px; background-color: #D6D6D6; text-align: center; }

body.single .sn-works-gallery ul li.hasNoImg i { color: #fff; font-size: 2.1875rem; }

body.single .sn-works-gallery .gallery-img { position: relative; width: 171px; height: 171px; overflow: hidden; }

body.single .sn-works-gallery .gallery-img img { position: static; height: 100%; width: 100%; left: 0; top: 0; transform: none; }

@media screen and (max-width: 767px) { body.single .sn-works-gallery .gallery-img { width: 144px; height: 144px; } }

body.page { position: relative; /* モーダルウィンドウのスタイル */ /* オーバーレイのスタイル */ /* モーダルウィンドウの中身のスタイル */ /*-------------------------------------------------- philosophy page --------------------------------------------------*/ /*-------------------------------------------------- teamwork page --------------------------------------------------*/ /*-------------------------------------------------- flow page --------------------------------------------------*/ /*-------------------------------------------------- company page --------------------------------------------------*/ /*-------------------------------------------------- recruit page --------------------------------------------------*/ /*-------------------------------------------------- company page --------------------------------------------------*/ }

body.page .sec-philosophy-modal { position: fixed; width: 100%; height: 100vh; top: 0; left: 0; display: none; z-index: 10000; }

body.page .modal-overLay { position: fixed; top: 0; left: 0; background: rgba(42, 43, 44, 0.75); width: 100%; height: 100vh; z-index: 200; }

body.page .modal-inner { position: absolute; z-index: 201; top: 50%; left: 50%; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; transform: translate(-50%, -50%); width: 900px; height: 408px; background-color: #fff; padding: 60px; }

@media screen and (max-width: 767px) { body.page .modal-inner { display: block; width: 82%; padding: 38px; } }

body.page .modal-img { width: 288px; margin-right: 30px; }

@media screen and (max-width: 767px) { body.page .modal-img { width: 100%; margin-right: 0; } }

body.page .modal-img img { width: 100%; height: auto; }

body.page .modal-texts { -ms-flex: 1; flex: 1; }

body.page .modal-texts h3 { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.70588; letter-spacing: 0.2em; margin: 8px 0 40px; }

@media screen and (max-width: 767px) { body.page .modal-texts h3 { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .modal-texts h3 { margin: 32px 0 16px; font-size: 1.125rem; line-height: 1.33333; letter-spacing: 0.1em; } }

@media screen and (max-width: 767px) { body.page .modal-texts h3 span { display: block; } }

body.page .modal-texts p { line-height: 1.71429; letter-spacing: 0.09em; margin: 0; }

@media screen and (max-width: 767px) { body.page .modal-texts p { font-size: 0.75rem; line-height: 1.5; } }

body.page .modal-texts rt { font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-weight: 300; }

body.page .modal-closeBtn { display: block; position: absolute; right: -20px; top: -40px; width: 20px; height: 20px; cursor: pointer; text-indent: -9999px; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

body.page .modal-closeBtn:hover { opacity: 0.6; }

body.page .modal-closeBtn:before, body.page .modal-closeBtn:after { content: ''; position: absolute; border-top: 1px solid #fff; display: block; width: 24px; height: 24px; top: 6px; }

body.page .modal-closeBtn:before { transform: rotate(-45deg); left: 6px; }

body.page .modal-closeBtn:after { transform: rotate(45deg); left: -10px; }

@media screen and (max-width: 767px) { body.page #modal01_01 .modal-inner { height: 412px; } }

@media screen and (max-width: 767px) { body.page #modal01_01 h3 { margin: 24px 0 20px; } }

@media screen and (max-width: 767px) { body.page #modal01_02 .modal-inner { height: 488px; } }

@media screen and (max-width: 767px) { body.page #modal01_02 .modal-texts h3 { margin-bottom: 16px; } }

body.page #modal01_02 blockquote { margin: 0 0 24px; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; line-height: 1.71429; color: #2E617A; }

@media screen and (max-width: 767px) { body.page #modal01_02 blockquote { margin-bottom: 20px; font-size: 0.75rem; line-height: 1.5; } }

body.page #modal01_02 blockquote span { display: block; position: relative; padding-left: 46px; }

@media screen and (max-width: 767px) { body.page #modal01_02 blockquote span { display: inline-block; } }

body.page #modal01_02 blockquote span:before { content: ''; position: absolute; top: 12px; left: 0; display: block; width: 46px; height: 1px; background-color: #2E617A; }

body.page .sec-philosophy { max-width: 1152px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 767px) { body.page .sec-philosophy { width: 300px; } }

@media screen and (max-width: 767px) { body.page .sec-philosophy { width: 100%; } }

body.page .sec-philosophy .md-section-title { margin: 0 auto; width: 1008px; margin-top: 85px; margin-bottom: 70px; }

@media screen and (max-width: 767px) { body.page .sec-philosophy .md-section-title { width: 100%; } }

@media screen and (max-width: 767px) { body.page .sec-philosophy .md-section-title { margin-top: 48px; margin-bottom: 34px; } }

body.page .sec-philosophy-hero { margin-bottom: 40px; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-hero { width: 100%; margin-bottom: 58px; } }

body.page .sec-philosophy-subCont { margin: 0 auto; width: 1008px; margin-bottom: 120px; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont { width: 100%; } }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont { width: 300px; margin: 0 auto 45px; } }

body.page .sec-philosophy-subCont .subCont-title { border-bottom: 1px solid #2E617A; color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.9375rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.70968; margin: 0 0 20px; padding: 24px 0; /* 以下追加 */ }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.7; letter-spacing: 0.28em; padding: 0 0 10px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

body.page .sec-philosophy-subCont .subCont-title [data-ruby] { position: relative; }

body.page .sec-philosophy-subCont .subCont-title [data-ruby]:before { content: attr(data-ruby); position: absolute; top: -2em; left: -10px; right: 0; margin: auto; font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-size: 0.875rem; line-height: 2; font-weight: 300; letter-spacing: 0.09em; text-align: center; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title [data-ruby]:before { content: none; } }

body.page .sec-philosophy-subCont .subCont-title rt { display: none; font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title rt { display: block; } }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-title span { display: block; } }

body.page .sec-philosophy-subCont .subCont-desc { font-size: 1rem; line-height: 1.9375; margin: 0; min-height: 100px; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-desc { min-height: inherit; font-size: 0.875rem; line-height: 1.71429; } }

body.page .sec-philosophy-subCont .subCont-list { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; margin: 20px 0 0; }

body.page .sec-philosophy-subCont .subCont-list li { list-style-type: none; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-list { display: block; } }

body.page .sec-philosophy-subCont .subCont-list li { position: relative; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-list li { width: 100%; } }

body.page .sec-philosophy-subCont .subCont-list li:not(:last-child) { margin-right: 72px; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-list li:not(:last-child) { margin-right: 0; margin-bottom: 19px; } }

body.page .sec-philosophy-subCont .subCont-list li a { position: absolute; z-index: 1; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; background-color: rgba(42, 43, 44, 0.3); color: #fff; font-size: 1.125rem; font-weight: 550; line-height: 1.44444; letter-spacing: 0.09em; text-align: center; text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); width: 100%; height: 100%; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.page .sec-philosophy-subCont .subCont-list li a { font-size: 1rem; line-height: 1.5; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); } }

body.page .sec-philosophy-subCont .subCont-list li a:hover { background-color: rgba(42, 43, 44, 0.1); }

body.page .sec-philosophy-subCont .subCont-list li img { width: 100%; height: auto; }

body.page .sec-teamwork { margin-bottom: 80px; }

@media screen and (max-width: 767px) { body.page .sec-teamwork { margin-bottom: 0; } }

body.page .sec-teamwork .md-section-title { margin-top: 85px; }

@media screen and (max-width: 767px) { body.page .sec-teamwork .md-section-title { width: 300px; margin-left: auto; margin-right: auto; margin-top: 48px; margin-bottom: 27px; } }

@media screen and (max-width: 767px) { body.page .sec-teamwork .md-section-desc { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 45px; } }

body.page .sec-teamwork .md-section-desc span { display: block; }

@media screen and (max-width: 767px) { body.page .sec-teamwork .md-section-desc span { display: inline; } }

body.page .sec-teamwork-subCont { position: relative; padding: 70px 0 100px; height: 1296px; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont { height: auto; padding: 44px 0 70px; background-color: #F5FAFA; } }

body.page .sec-teamwork-subCont:after { content: ''; position: absolute; width: 1296px; height: 1296px; background-color: #F5FAFA; border-radius: 50%; top: 0; right: 0; left: 0; margin: auto; z-index: -1; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont:after { content: none; } }

body.page .sec-teamwork-subCont .subCont-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.5625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.72; letter-spacing: 0.2em; margin: 0 0 40px; text-align: center; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-title { width: 300px; margin: 0 auto 34px; } }

body.page .sec-teamwork-subCont .subCont-list { margin: 0; padding-left: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 864px; margin: 0 auto; }

body.page .sec-teamwork-subCont .subCont-list li { list-style-type: none; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-list { display: block; width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } }

body.page .sec-teamwork-subCont .subCont-list li { width: 50%; max-width: 425px; margin-bottom: 30px; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-list li { width: 100%; margin-bottom: 18px; } }

body.page .sec-teamwork-subCont .subCont-list li img { width: 100%; height: auto; }

body.page .sec-teamwork-subCont .subCont-list dl { margin: 0; }

body.page .sec-teamwork-subCont .subCont-list dl dd { margin-left: 0; }

body.page .sec-teamwork-subCont .subCont-list dt { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.43em; line-height: 2; letter-spacing: 0.15em; margin: 12px 0 8px; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-list dt { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-list dt { line-height: 1.7; letter-spacing: 0.28em; margin: 14px 0 8px; } }

body.page .sec-teamwork-subCont .subCont-list dd { font-size: 0.875rem; line-height: 1.71429; }

body.page .sec-teamwork-subCont .subCont-link { display: block; border: 1px solid #2E617A; font-size: 1rem; font-weight: 500; letter-spacing: 0.34em; line-height: 72px; margin: 0 auto; max-width: 432px; text-align: center; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.page .sec-teamwork-subCont .subCont-link { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 268px; height: 40px; line-height: 40px; font-size: 0.875rem; } }

body.page .sec-teamwork-subCont .subCont-link:hover { background-color: #2E617A; color: #fff; }

body.page .sec-idea { margin-bottom: 70px; }

@media screen and (max-width: 767px) { body.page .sec-idea { margin-bottom: 50px; } }

body.page .sec-idea .md-section-title { line-height: 1; margin: 100px 0 90px; }

@media screen and (max-width: 767px) { body.page .sec-idea .md-section-title { width: 300px; margin-left: auto; margin-right: auto; line-height: 1.7; margin-top: 46px; margin-bottom: 30px; } }

body.page .sec-idea-columns { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns { display: block; width: 300px; margin-left: auto; margin-right: auto; } }

body.page .sec-idea-columns .columns-texts { font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.125rem; letter-spacing: 0.15em; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-texts { font-family: Hiragino Sans, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'HiraKakuProN-W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; font-size: 0.875rem; margin-bottom: 45px; letter-spacing: 0.07em; } }

body.page .sec-idea-columns .columns-texts p { line-height: 2; margin: 0 0 40px; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-texts p { line-height: 1.71429; margin-bottom: 25px; } }

body.page .sec-idea-columns .columns-texts p span { display: block; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-texts p span { display: inline; } }

body.page .sec-idea-columns .columns-members { margin-top: 10px; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members { margin-top: 0; } }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members img { width: 100%; height: auto; } }

body.page .sec-idea-columns .columns-members .members-columns { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members .members-columns { margin-bottom: 45px; } }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members .members-columns-item { width: 125px; } }

body.page .sec-idea-columns .columns-members p { line-height: 1.71429; letter-spacing: 0.09em; margin: 0; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members p { font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; } }

body.page .sec-idea-columns .columns-members p span { display: block; }

body.page .sec-idea-columns .columns-members p .member-name { display: block; font-size: 1rem; line-height: 1.9375; margin-top: 12px; }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members p .member-name { font-size: 0.875rem; line-height: 1.71429; letter-spacing: 0.07em; margin-top: 11px; margin-bottom: 9px; } }

@media screen and (max-width: 767px) { body.page .sec-idea-columns .columns-members p .member-position { margin-bottom: 8px; } }

@media screen and (max-width: 767px) { body.page .sec-flow .md-section-title { margin-top: 48px; margin-bottom: 26px; } }

body.page .sec-flow .md-section-desc { margin-bottom: 42px; }

@media screen and (max-width: 767px) { body.page .sec-flow .md-section-desc { margin-bottom: 26px; } }

@media screen and (max-width: 767px) { body.page .sec-flow .md-section-title, body.page .sec-flow .md-section-desc { width: 300px; margin-left: auto; margin-right: auto; } }

body.page .sec-flow-chart { position: relative; height: 2460px; margin-bottom: 85px; background: url(../images/flow_lines.png) #F5FAFA no-repeat 50% 200px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart { height: auto; padding: 20px 0 50px; margin-bottom: 50px; background-image: none; } }

body.page .sec-flow-chart .chart-item { position: absolute; border: 1px solid #2E617A; padding: 28px 34px 36px; text-align: center; width: 372px; }

body.page .sec-flow-chart .chart-item.ci01 { top: 104px; left: 104px; }

body.page .sec-flow-chart .chart-item.ci02 { top: 345px; right: 104px; }

body.page .sec-flow-chart .chart-item.ci03 { top: 490px; left: 104px; }

body.page .sec-flow-chart .chart-item.ci04 { top: 720px; right: 104px; }

body.page .sec-flow-chart .chart-item.ci05 { top: 950px; left: 104px; }

body.page .sec-flow-chart .chart-item.ci06 { top: 1180px; right: 104px; }

body.page .sec-flow-chart .chart-item.ci07 { top: 1410px; left: 104px; }

body.page .sec-flow-chart .chart-item.ci08 { top: 1725px; right: 104px; }

body.page .sec-flow-chart .chart-item.ci09 { top: 1870px; left: 104px; }

body.page .sec-flow-chart .chart-item.ci01 { top: 115px; }

body.page .sec-flow-chart .chart-item.ci02 { top: 345px; }

body.page .sec-flow-chart .chart-item.ci03 { top: 500px; }

body.page .sec-flow-chart .chart-item.ci04 { top: 726px; }

body.page .sec-flow-chart .chart-item.ci05 { top: 916px; }

body.page .sec-flow-chart .chart-item.ci06 { top: 1194px; }

body.page .sec-flow-chart .chart-item.ci07 { top: 1406px; }

body.page .sec-flow-chart .chart-item.ci08 { top: 1632px; }

body.page .sec-flow-chart .chart-item.ci09 { top: 1866px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item { width: 300px; margin-left: auto; margin-right: auto; position: relative; padding: 12px 0 74px; border: none; }
  body.page .sec-flow-chart .chart-item.ci01 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci02 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci03 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci04 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci05 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci06 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci07 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci08 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item.ci09 { left: 0; top: inherit; }
  body.page .sec-flow-chart .chart-item:before, body.page .sec-flow-chart .chart-item:after { content: ''; position: absolute; left: 0; right: 0; margin: 0 auto; }
  body.page .sec-flow-chart .chart-item:before { bottom: 0; width: 11px; height: 11px; background-color: #2E617A; border-radius: 50%; }
  body.page .sec-flow-chart .chart-item:after { bottom: 0; width: 1px; height: 60px; background-color: #2E617A; }
  body.page .sec-flow-chart .chart-item.ci09 { padding-bottom: 34px; } }

@media screen and (max-width: 767px) and (max-width: 767px) { body.page .sec-flow-chart .chart-item.ci09 { padding-bottom: 24px; } }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item.ci09:before, body.page .sec-flow-chart .chart-item.ci09:after { content: none; } }

body.page .sec-flow-chart .chart-item-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.43em; line-height: 2; letter-spacing: 0.28em; margin: 0 0 8px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

body.page .sec-flow-chart .chart-item-title.lsShort { letter-spacing: 0.15em; }

body.page .sec-flow-chart .chart-item-desc { font-size: 0.875rem; line-height: 1.71429; }

body.page .sec-flow-chart .chart-item-desc.big { font-size: 0.875rem; line-height: 1.71429; margin: 0; }

body.page .sec-flow-chart .chart-item-desc.big span { display: inline; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-desc.big span { display: block; } }

body.page .sec-flow-chart .chart-item-desc span { display: block; }

body.page .sec-flow-chart .chart-item-img { margin-top: 20px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-img { width: 141px; margin: 16px auto 8px; } }

body.page .sec-flow-chart .chart-item-img.twoColumns { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-img.twoColumns { width: 100%; }
  body.page .sec-flow-chart .chart-item-img.twoColumns > div { width: 141px; } }

body.page .sec-flow-chart .chart-item-img.twoColumns:first-child { margin-right: 16px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-img.twoColumns:first-child { margin-right: 0; } }

body.page .sec-flow-chart .chart-item-img img { width: 100%; max-width: 144px; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-item-img img { max-width: 141px; } }

body.page .sec-flow-chart .chart-link { position: absolute; left: 0; right: 0; bottom: 70px; width: 432px; margin: 0 auto; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-link { width: 300px; margin-left: auto; margin-right: auto; position: relative; bottom: inherit; } }

body.page .sec-flow-chart .chart-link p { font-size: 1rem; line-height: 1.9375; margin: 0 0 20px; text-align: center; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-link p { color: #2E617A; font-size: 0.875rem; line-height: 1.71429; } }

body.page .sec-flow-chart .chart-link a { display: block; border: 1px solid #2E617A; font-size: 1rem; font-weight: 500; letter-spacing: 0.34em; line-height: 72px; margin: 0 auto; max-width: 432px; text-align: center; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.page .sec-flow-chart .chart-link a { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 268px; height: 40px; line-height: 40px; font-size: 0.875rem; } }

body.page .sec-flow-chart .chart-link a:hover { background-color: #2E617A; color: #fff; }

body.page .sec-companyProfile.md-section { margin-bottom: 72px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile.md-section { margin-bottom: 44px; } }

body.page .sec-companyProfile .md-section-title { margin-bottom: 34px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile .md-section-title { margin-bottom: 10px; } }

body.page .sec-companyProfile-table { margin-bottom: 96px; width: 100%; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } }

body.page .sec-companyProfile-table th, body.page .sec-companyProfile-table td { border-bottom: 1px solid #2E617A; }

body.page .sec-companyProfile-table th { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.70588; letter-spacing: 0.02em; padding: 22px 10px; text-align: left; width: 280px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table th { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table th { width: 74px; padding: 16px 0; font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table th span { display: block; } }

body.page .sec-companyProfile-table td { font-size: 1rem; line-height: 1.9375; padding: 22px 10px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table td { padding: 16px 0; font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; } }

body.page .sec-companyProfile-table td ul { margin: 0; padding-left: 0; }

body.page .sec-companyProfile-table td ul li { list-style-type: none; }

body.page .sec-companyProfile-table td dl { margin: 0; }

body.page .sec-companyProfile-table td dl dd { margin-left: 0; }

body.page .sec-companyProfile-table .companyProfile-zip { margin-right: 20px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table .companyProfile-zip { display: block; margin: 0; } }

body.page .sec-companyProfile-table .companyProfile-historyList { width: 500px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table .companyProfile-historyList { display: block; width: 100%; } }

body.page .sec-companyProfile-table .companyProfile-historyList dt { width: 100px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table .companyProfile-historyList dt { display: inline; } }

body.page .sec-companyProfile-table .companyProfile-historyList dd { width: 400px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-table .companyProfile-historyList dd { display: inline; } }

body.page .sec-companyProfile-table .companyProfile-area { max-width: 500px; }

body.page .sec-companyProfile-idea { background-color: #F5FAFA; margin: 0; padding: 20px 72px 30px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea { padding: 36px 0 20px; } }

body.page .sec-companyProfile-idea dl { margin: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }

body.page .sec-companyProfile-idea dl dd { margin-left: 0; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea dl { display: block; width: 300px; margin-left: auto; margin-right: auto; } }

body.page .sec-companyProfile-idea dl:first-child { border-bottom: 1px solid #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea dl:first-child { margin-bottom: 20px; } }

body.page .sec-companyProfile-idea dt { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.625rem; font-weight: 600; letter-spacing: 0.43em; line-height: 1.69231; width: 280px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea dt { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea dt { width: 100%; font-size: 1.25rem; line-height: 1.7; margin-bottom: 8px; text-align: center; } }

body.page .sec-companyProfile-idea dd { -ms-flex: 1; flex: 1; font-size: 1rem; line-height: 1.9375; padding: 30px 10px 20px; }

@media screen and (max-width: 767px) { body.page .sec-companyProfile-idea dd { font-size: 0.875rem; line-height: 1.71429; padding: 0 0 18px; } }

@media screen and (max-width: 767px) { body.page .sec-access.md-section { margin-bottom: 44px; } }

@media screen and (max-width: 767px) { body.page .sec-access .md-section-title { margin: 0 0 12px; } }

body.page .sec-access-map { width: 100%; height: 400px; }

@media screen and (max-width: 767px) { body.page .sec-access-map { height: 175px; } }

@media screen and (max-width: 767px) { body.page .sec-privacy { width: 300px; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 767px) { body.page .sec-privacy .md-section-title { margin-top: 0; } }

body.page .sec-privacy-subSection { margin-bottom: 24px; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection { margin-bottom: 18px; font-size: 0.75rem; line-height: 1.41667; } }

body.page .sec-privacy-subSection .subSec-title { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; font-weight: 550; letter-spacing: 0.2em; line-height: 1.70588; margin: 0; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection .subSec-title { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection .subSec-title { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

body.page .sec-privacy-subSection p { margin: 0; font-size: 1rem; line-height: 1.6875; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection p { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

body.page .sec-privacy-subSection dl { margin: 0; font-size: 1rem; line-height: 1.6875; }

body.page .sec-privacy-subSection dl dd { margin-left: 0; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection dl { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

body.page .sec-privacy-subSection ul { margin: 0; padding-left: 0; }

body.page .sec-privacy-subSection ul li { position: relative; list-style-type: none; list-style-position: inside; text-indent: 16px; font-size: 1rem; line-height: 1.6875; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection ul li { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; text-indent: 12px; } }

body.page .sec-privacy-subSection ul li:before { content: '・'; position: absolute; left: -16px; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection ul li:before { left: -12px; } }

body.page .sec-privacy-subSection ol { margin: 0; padding-left: 0; }

body.page .sec-privacy-subSection ol li { list-style-position: inside; font-size: 1rem; line-height: 1.6875; }

@media screen and (max-width: 767px) { body.page .sec-privacy-subSection ol li { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

@media screen and (max-width: 767px) { body.page .sec-recruitInfo { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } }

@media screen and (max-width: 767px) { body.page .sec-recruitInfo .md-section-title { margin-top: 48px; margin-bottom: 26px; } }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 40px; } }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .md-section-title { margin-top: 0; margin-bottom: 13px; } }

body.page .sec-recruitSummary .summary { max-width: 720px; margin: 0 auto 60px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary { margin-bottom: 10px; } }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-body { display: none; }
  body.page .sec-recruitSummary .summary-body.active { display: block; } }

body.page .sec-recruitSummary .summary-title { color: #2E617A; font-size: 1.125rem; letter-spacing: 0.09em; line-height: 1.55556; margin: 0 0 16px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-title { position: relative; padding-left: 35px; margin-bottom: 10px; font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; border: 1px solid #2E617A; } }

body.page .sec-recruitSummary .summary-title i { display: none; }

body.page .sec-recruitSummary .summary-title i.fa-angle-up, body.page .sec-recruitSummary .summary-title i.fa-angle-down { position: absolute; right: 10px; z-index: 1; font-size: 28px; }

body.page .sec-recruitSummary .summary-title i.fa-angle-up { top: 5px; }

body.page .sec-recruitSummary .summary-title i.fa-angle-down { top: 7px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-title i { display: block; } }

body.page .sec-recruitSummary .summary-desc { font-size: 1rem; margin-bottom: 24px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-desc { margin: 8px 0; font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; }
  body.page .sec-recruitSummary .summary-desc span { display: block; } }

body.page .sec-recruitSummary .summary-item { padding-bottom: 60px; margin-bottom: 10px; background-color: #F5FAFA; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item { padding-bottom: 0; margin-bottom: 3px; background-color: #ECF4F4; } }

body.page .sec-recruitSummary .summary-item-title { position: relative; padding: 32px 80px 24px; margin: 0 0 10px; font-size: 1.125rem; letter-spacing: 0.09em; line-height: 1.55556; margin-bottom: 0; border-bottom: 1px solid #fff; color: #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item-title { padding: 0 0 0 20px; font-size: 0.8125rem; font-weight: 300; line-height: 39px; letter-spacing: 0.1em; } }

body.page .sec-recruitSummary .summary-item-title i { display: none; }

body.page .sec-recruitSummary .summary-item-title i.fa-plus, body.page .sec-recruitSummary .summary-item-title i.fa-minus { position: absolute; right: 10px; top: 10px; z-index: 1; font-size: 20px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item-title i { display: block; } }

body.page .sec-recruitSummary .summary-item-table { padding: 8px 80px 0; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item-table { display: none; padding: 0 10px 30px; }
  body.page .sec-recruitSummary .summary-item-table.active { display: block; } }

body.page .sec-recruitSummary .summary-item table { width: 100%; }

body.page .sec-recruitSummary .summary-item table th, body.page .sec-recruitSummary .summary-item table td { border-bottom: 1px solid #2E617A; }

body.page .sec-recruitSummary .summary-item table th { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; width: 100px; padding: 0; line-height: 1.70588; letter-spacing: 0.2em; text-align: left; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item table th { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item table th { width: 80px; font-size: 0.75rem; line-height: 1.25; letter-spacing: 0.05em; } }

body.page .sec-recruitSummary .summary-item table th:before { content: ''; display: inline-block; width: 0; min-height: 80px; vertical-align: middle; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item table th:before { min-height: 60px; } }

body.page .sec-recruitSummary .summary-item table td { padding: 8px 12px; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item table td { padding: 8px 0; } }

body.page .sec-recruitSummary .summary-item table td p { font-size: 1rem; margin: 0; }

@media screen and (max-width: 767px) { body.page .sec-recruitSummary .summary-item table td p { font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; } }

body.page .sec-recruitApply { max-width: 720px; margin: 0 auto 80px; }

@media screen and (max-width: 767px) { body.page .sec-recruitApply { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 50px; } }

@media screen and (max-width: 767px) { body.page .sec-recruitApply .md-section-title { margin-top: 0; margin-bottom: 13px; }
  body.page .sec-recruitApply .md-section-desc { margin-bottom: 8px; } }

body.page .sec-recruitApply .apply-list { margin: 0; border-top: 1px solid #2E617A; border-bottom: 1px solid #2E617A; padding: 30px 0; text-align: center; }

body.page .sec-recruitApply .apply-list dd { margin-left: 0; }

@media screen and (max-width: 767px) { body.page .sec-recruitApply .apply-list { padding: 15px 0; } }

body.page .sec-recruitApply .apply-list dt { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.43em; line-height: 2; letter-spacing: 0.15em; margin-bottom: 8px; }

@media screen and (max-width: 767px) { body.page .sec-recruitApply .apply-list dt { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-recruitApply .apply-list dt { font-size: 0.75rem; line-height: 1.41667; letter-spacing: 0.05em; } }

body.page .sec-recruitApply .apply-list dd { color: #2E617A; font-family: 'Open Sans', sans-serif; font-size: 2rem; line-height: 1.1875; letter-spacing: 0.1em; }

@media screen and (max-width: 767px) { body.page .sec-recruitApply .apply-list dd { font-size: 1rem; line-height: 1.1875; letter-spacing: 0.1em; } }

body.page .sec-contact { /*-- contact form 7 customize --*/ }

@media screen and (max-width: 767px) { body.page .sec-contact .md-section-title { width: 300px; margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom: 22px; } }

body.page .sec-contact .md-section-desc { margin-bottom: 50px; }

@media screen and (max-width: 767px) { body.page .sec-contact .md-section-desc { width: 300px; margin-left: auto; margin-right: auto; margin-bottom: 24px; text-align: center; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formWrapper { background-color: #ECF4F4; padding: 22px 0 10px; } }

body.page .sec-contact .contact-formList { margin: 0; padding-left: 0; padding: 28px 72px 68px; background-color: #ECF4F4; }

body.page .sec-contact .contact-formList li { list-style-type: none; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList { width: 300px; margin-left: auto; margin-right: auto; padding: 0; } }

body.page .sec-contact .contact-formList .formList-item { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; border-bottom: 1px solid #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item { display: block; padding: 17px 0 20px; } }

body.page .sec-contact .contact-formList .formList-item .item-head { position: relative; width: 270px; padding: 0 10px; line-height: 106px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item .item-head { width: 100%; padding: 0; margin-bottom: 8px; line-height: 1; } }

body.page .sec-contact .contact-formList .formList-item .item-head label { color: #2E617A; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; font-size: 1.0625rem; font-weight: 600; letter-spacing: 0.43em; letter-spacing: 0.2em; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item .item-head label { font-size: 1.25rem; line-height: 1.7; letter-spacing: 0.28em; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item .item-head label { margin-right: 8px; font-size: 1rem; line-height: 1.25; letter-spacing: 0.1em; } }

body.page .sec-contact .contact-formList .formList-item .item-head .required { position: absolute; right: 0; margin-right: 20px; font-weight: 550; letter-spacing: 0.1em; color: #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item .item-head .required { position: relative; font-size: 0.75rem; line-height: 1.66667; } }

body.page .sec-contact .contact-formList .formList-item .item-body { -ms-flex: 1; flex: 1; line-height: 110px; padding-right: 20px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item .item-body { line-height: 1; padding-right: 0; } }

body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-form-control-wrap { padding-top: 24px; line-height: 1; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-form-control-wrap { padding-top: 0; } }

body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-textarea { height: 60px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item.user-address .wpcf7-textarea { height: 58px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine { padding-top: 64px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine { padding-top: 32px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-know { padding-top: 68px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-know { padding-top: 48px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-know .item-head { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-know .textarea-label { margin-bottom: 8px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-know .user-know-textarea { margin: 4px 0 0 14px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-know .user-know-textarea { margin: 6px 0 0; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-interest { padding-top: 68px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-interest { padding-top: 36px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-interest .item-head { margin-bottom: 20px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-interest .wpcf7-form-control-wrap { width: 280px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-building { padding-top: 60px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-building { padding-top: 28px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-building .item-head { margin-bottom: 18px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-hasLand { padding-top: 56px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-hasLand { padding-top: 28px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-hasLand .item-head { margin-bottom: 18px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-timing { padding-top: 56px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-timing { padding-top: 28px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-timing .item-head { margin-bottom: 18px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate { padding-top: 56px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate { padding-top: 28px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate .item-head { margin-bottom: 16px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate .wpcf7-text { margin-left: 1em; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate .wpcf7-text { margin-left: 0; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-estimate .item-userEstimate-price { font-size: 0.875rem; letter-spacing: 0.1em; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose { padding-top: 62px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose { padding-top: 38px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .item-head { margin-bottom: 20px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .item-head { margin-bottom: 18px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .textarea-label { margin-bottom: 0; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList { margin: 0; padding-left: 0; padding-left: 20px; }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList li { list-style-type: none; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList { padding-left: 0; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item { margin-bottom: 45px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item { margin-bottom: 16px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-document { margin-bottom: 8px; }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-document .purposeList-radioLine { margin-bottom: 8px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-document .purposeList-radioLine { margin-bottom: 16px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-lecture { margin-bottom: 30px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-lecture { margin-bottom: 20px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-lecture .purposeList-radioLine { margin-bottom: 8px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-lecture .purposeList-radioLine { margin-bottom: 6px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-lecture .textarea-label { margin-bottom: 8px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase { margin-bottom: 18px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase { margin-bottom: 6px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase .purposeList-radioLine { margin-bottom: 10px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase .purposeList-radioLine { margin-bottom: 4px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase .user-purpose-showcase-desc { font-size: 1rem; line-height: 1.9375; letter-spacing: 0.07em; margin-bottom: 6px; color: #2E617A; vertical-align: middle; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase .user-purpose-showcase-desc { margin-bottom: 4px; font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-purpose-showcase .user-showcaseDate .wpcf7-text { margin-bottom: 4px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-event .purposeList-radioLine { margin-bottom: 10px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-event .purposeList-radioLine { margin-bottom: 4px; } }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-item.user-event .text-label { margin-bottom: 8px; line-height: 1; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-radioLine { display: -ms-flexbox; display: flex; -ms-flex-pack: left; justify-content: left; -ms-flex-align: center; align-items: center; margin-bottom: 6px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-radioLine { display: block; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-title { display: inline-block; min-width: 290px; font-size: 1.125rem; font-weight: 550; line-height: 20px; color: #2E617A; vertical-align: middle; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purposeList-title { font-size: 0.875rem; line-height: 1.71429; letter-spacing: 0.1em; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .wpcf7-text { width: 100%; max-width: 824px; margin-bottom: 16px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose .user-purposeList .purpose-text input { margin-bottom: 0; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-purpose.user-purpose-lecture { margin-bottom: 8px; }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents { padding-top: 24px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents { padding-top: 20px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents .item-head { margin-bottom: 26px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents .item-head { margin-bottom: 8px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents .wpcf7-textarea { max-width: 864px; height: 216px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine.user-otherContents .wpcf7-textarea { height: 230px; } }

body.page .sec-contact .contact-formList .formList-item--oneLine .textarea-label { font-size: 1rem; line-height: 1.9375; letter-spacing: 0.07em; margin-bottom: 4px; color: #2E617A; vertical-align: middle; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine .textarea-label { margin-bottom: 10px; font-size: 0.75rem; line-height: 1.5; letter-spacing: 0; } }

body.page .sec-contact .contact-formList .formList-item--oneLine .item-userEstimate-price { font-size: 1.125rem; font-weight: 550; letter-spacing: 0.09em; color: #2E617A; }

body.page .sec-contact .contact-formList .formList-item--oneLine p { margin: 0; line-height: 1; }

body.page .sec-contact .contact-formList .formList-item--oneLine p.item-head { margin: 0 0 24px; font-size: 1.0625rem; letter-spacing: 0.2em; font-family: "Yu Mincho", "YuMincho", 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HiraMinProN-W3', serif; color: #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine p.item-head { font-size: 1rem; line-height: 1.25; letter-spacing: 0.1em; } }

body.page .sec-contact .contact-formList .formList-item--oneLine p.item-head span { margin-left: 20px; }

@media screen and (max-width: 767px) { body.page .sec-contact .contact-formList .formList-item--oneLine p.item-head span { display: block; margin-left: 0; } }

body.page .sec-contact .wpcf7-form .wpcf7-form-control-wrap { display: block; }

body.page .sec-contact .wpcf7-form input[type="checkbox"] { -webkit-appearance: none; width: 20px; height: 20px; border: 1px solid #2E617A; }

body.page .sec-contact .wpcf7-form .wpcf7-text, body.page .sec-contact .wpcf7-form .wpcf7-number { -webkit-appearance: none; border-radius: 0; width: 573px; padding: 0 4px; border: 1px solid #2E617A; line-height: 38px; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-text, body.page .sec-contact .wpcf7-form .wpcf7-number { width: 100%; } }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item { margin-right: 12px; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] { display: none; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before { opacity: 1; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:after { background-color: #2E617A; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label { cursor: pointer; display: inline-block; position: relative; padding: 11px 12px 11px 34px; line-height: 20px; box-sizing: border-box; vertical-align: middle; transition: background-color 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label { padding: 0 12px 10px 30px; font-size: 0.875rem; letter-spacing: 0.1em; } }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:hover:after { border-color: #2E617A; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before { content: ''; display: block; position: absolute; z-index: 1; top: 12px; left: 10px; width: 5px; height: 10px; border-right: 3px solid #fff; border-bottom: 3px solid #fff; opacity: 0; transform: rotate(45deg); transition: opacity 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before { top: 2px; } }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after { content: ''; display: block; position: absolute; top: 10px; left: 4px; width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #2E617A; background-color: #fff; transition: border-color 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after { top: 0; } }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item { margin: 0; } }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label { display: block; }

body.page .sec-contact .wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label { font-size: 1.125rem; font-weight: 550; letter-spacing: 0.09em; color: #2E617A; }

body.page .sec-contact .wpcf7-form .wpcf7-radio { font-size: 1.125rem; font-weight: 550; line-height: 20px; color: #2E617A; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-radio { font-size: 0.875rem; letter-spacing: 0.1em; } }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item { margin-left: 0; }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio] { display: none; }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:before { opacity: 1; }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label { cursor: pointer; display: inline-block; position: relative; width: 160px; padding: 10px 12px 10px 34px; border-radius: 8px; line-height: 24px; box-sizing: border-box; vertical-align: middle; transition: background-color 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label { width: 140px; padding: 5px 8px 10px 30px; } }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover:after { border-color: #2E617A; }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before { content: ''; display: block; position: absolute; top: 17px; left: 7px; z-index: 1; width: 10px; height: 10px; box-sizing: border-box; border-radius: 10px; background-color: #2E617A; opacity: 0; transition: opacity 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before { top: 12px; } }

body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after { display: block; content: ''; position: absolute; top: 10px; left: 0; width: 24px; height: 24px; border: 2px solid #2E617A; border-radius: 50%; box-sizing: border-box; background-color: #fff; transition: border-color 0.2s linear; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after { top: 5px; } }

body.page .sec-contact .wpcf7-form .wpcf7-textarea { -webkit-appearance: none; border-radius: 0; width: 100%; max-width: 824px; height: 72px; padding: 0 4px; border: 1px solid #2E617A; }

body.page .sec-contact .wpcf7-form .user-estimate { display: inline-block; margin-right: 12px; }

body.page .sec-contact .wpcf7-form .user-estimate .wpcf7-number { width: 110px; }

body.page .sec-contact .wpcf7-form .wpcf7-submit { display: block; cursor: pointer; width: 432px; padding: 0; margin: 72px auto 0; line-height: 70px; border-radius: 0; border: 1px solid #2E617A; font-size: 1rem; letter-spacing: 0.34em; font-weight: 550; color: #2E617A; background-color: #fff; transition-property: all; transition-duration: 500ms; transition-delay: 0s; transition-timing-function: ease-in-out; }

@media screen and (max-width: 767px) { body.page .sec-contact .wpcf7-form .wpcf7-submit { border: 1px solid #2E617A; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16); font-size: 0.875rem; line-height: 38px; letter-spacing: 0.1em; text-align: center; width: 268px; height: 40px; line-height: 40px; font-size: 0.875rem; margin-top: 26px; } }

body.page .sec-contact .wpcf7-form .wpcf7-submit:hover { color: #fff; background-color: #2E617A; }
.photo img{
  max-width: 100%;
}
/*# sourceMappingURL=styles.css.map */