@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
@import url(https://unpkg.com/aos@2.3.1/dist/aos.css);
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none
}
blockquote,
q {
  quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),url("fonts/slick.woff") format("woff"),url("fonts/slick.ttf") format("truetype"),url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-prev {
  left: -25px
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: "←"
}
[dir="rtl"] .slick-prev:before {
  content: "→"
}
.slick-next {
  right: -25px
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px
}
.slick-next:before {
  content: "→"
}
[dir="rtl"] .slick-next:before {
  content: "←"
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}
.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir="rtl"] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "Noto Sans CJK JP","Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #333;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
main {
  overflow: hidden
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width: 769px) {
  .container {
    padding-right: 20px;
    padding-left: 20px
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 5.33333%;
    padding-left: 5.33333%
  }
}
@media (min-width: 1001px) {
  .tab-only {
    display: none !important
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important
  }
}
.cmn-btn a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 240px;
  height: 3.5em;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  letter-spacing: 1.92px;
  border: 1px solid;
  border-radius: 1.75em
}
@media (max-width: 768px) {
  .cmn-btn a {
    font-size: 12px
  }
}
.cmn-btn a:hover {
  color: #fff;
  background-color: #333
}
.cmn-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%
}
@media (min-width: 769px) {
  .header {
    top: 40px
  }
}
@media (max-width: 768px) {
  .header {
    top: 20px
  }
}
@media (min-width: 769px) {
  .header .container {
    max-width: 1840px
  }
}
.header__inner {
  position: relative;
  overflow: hidden;
  background-color: #fff
}
@media (min-width: 769px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 2.17391%;
    border-radius: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media (max-width: 768px) {
  .header__inner {
    border-radius: 30px
  }
}
.header__logo {
  max-width: 156px;
  font-size: 0
}
@media (max-width: 768px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    max-width: 100px;
    height: 60px;
    margin-left: 4.44444%;
    margin-left: 5.97015%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.header__toggle {
  position: relative;
  float: right;
  overflow: hidden;
  width: 32px;
  height: 60px;
  margin-right: 5.97015%;
  border-radius: 50%
}
@media (min-width: 769px) {
  .header__toggle {
    display: none
  }
}
.header__toggle .ham {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.header__toggle .ham:hover {
  cursor: pointer
}
.header__toggle .ham_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__toggle .ham_menu_item {
  width: 100%;
  height: 2px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-radius: 1.5px;
  background: #333
}
.header__toggle .ham_menu_item-top.is-active {
  -webkit-transform: translate(0px, 6px) rotate(45deg);
  transform: translate(0px, 6px) rotate(45deg)
}
.header__toggle .ham_menu_item-mid.is-active {
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
  background: transparent
}
.header__toggle .ham_menu_item-btm.is-active {
  -webkit-transform: translate(0px, -6px) rotate(-45deg);
  transform: translate(0px, -6px) rotate(-45deg)
}
.header__nav {
  line-height: 1;
  text-align: center
}
@media (max-width: 768px) {
  .header__nav {
    clear: left;
    overflow: hidden;
    width: 100%;
    height: 0
  }
}
@media (max-width: 768px) {
  .header__nav nav {
    padding-bottom: 185px
  }
}
.header__nav nav ul {
  font-size: 20px
}
@media (min-width: 769px) {
  .header__nav nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px
  }
}
@media (max-width: 768px) {
  .header__nav nav li {
    margin-top: 2em
  }
}
@media (min-width: 769px) {
  .header__nav nav li + li {
    margin-left: 3em
  }
}
.header__nav nav a {
  font-family: "Abel","Noto Sans CJK JP","Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .15em
}
@media (max-width: 768px) {
  .header__nav nav a {
    display: block
  }
}
.header__nav nav a:hover {
  text-decoration: underline
}
.footer {
  padding: 65px 0 40px;
  color: #fff;
  background-color: #333
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0
  }
}
.footer a {
  color: #fff
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__address {
  margin-left: 2em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.44px
}
@media (max-width: 768px) {
  .footer__address {
    font-size: 11px
  }
}
.footer__nav {
  margin-top: 20px
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.footer__nav li {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.68px
}
@media (max-width: 768px) {
  .footer__nav li {
    font-size: 12.5px
  }
}
.footer__nav li:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 .5em
}
.footer__nav a:hover {
  text-decoration: underline
}
.footer .copyright {
  margin-top: 1em;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 1.2px;
  color: #888
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 3.5em
  }
}
@media (min-width: 769px) {
  .index header {
    display: none
  }
}
.index .kv {
  position: relative;
  z-index: 1;
  padding: 160px 0 340px
}
@media (max-width: 768px) {
  .index .kv {
    padding: 120px 0 100px
  }
}
.index .kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.index .kv__bg .container {
  height: 100%
}
@media screen and (min-width: 1921px) {
  .index .kv__bg .container {
    position: relative
  }
}
.index .kv__bg--inner {
  position: absolute;
  width: 1520px;
  height: 100%;
  border-radius: 0 0 20px 0;
  background-image: url("../images/kv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media screen and (min-width: 1921px) {
  .index .kv__bg--inner {
    right: -20px
  }
}
@media screen and (max-width: 1920px) {
  .index .kv__bg--inner {
    left: 0;
    width: 79.16667%
  }
}
.index .kv__column {
  position: relative;
  margin-right: auto;
  margin-left: auto
}
@media (min-width: 769px) {
  .index .kv__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1760px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.index .kv__txt {
  padding-left: 80px;
  color: #fff
}
@media (max-width: 768px) {
  .index .kv__txt {
    padding-left: 5.33333%
  }
}
.index .kv__copy {
  font-size: 140px;
  font-size: 14rem;
  line-height: 1.14;
  letter-spacing: .12em
}
@media (max-width: 768px) {
  .index .kv__copy {
    font-size: 70px;
    font-size: 7rem
  }
}
.index .kv__desc {
  margin-top: 3em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: .12em
}
@media (max-width: 768px) {
  .index .kv__desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.index .kv__logo {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 88.88889%
}
.index .kv__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 220%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.index .kv__nav {
  width: 100%;
  min-width: 180px;
  max-width: 220px;
  padding-right: 35px;
  text-align: center
}
@media (max-width: 768px) {
  .index .kv__nav {
    display: none
  }
}
.index .kv__nav li {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.92px
}
.index .kv__nav li:not(:first-child) {
  margin-top: 2.5em
}
.index .kv__nav a:hover {
  text-decoration: underline
}
.index .intro {
  margin-top: -275px;
  text-align: center
}
@media (max-width: 768px) {
  .index .intro {
    margin-top: -180px
  }
}
.index .intro .container {
  position: relative
}
.index .intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  border-radius: 0 0 0 20px;
  background-image: url("../images/intro.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (min-width: 769px) {
  .index .intro__bg {
    width: 1500px
  }
}
@media (max-width: 768px) {
  .index .intro__bg {
    left: 5.33333%
  }
}
.index .intro__desc {
  position: relative;
  padding: 350px 0 160px;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 1.28px
}
@media (max-width: 768px) {
  .index .intro__desc {
    padding: 230px 0 80px;
    padding-left: 5.22388%;
    font-size: 12px
  }
}
.index .sec {
  margin-top: 160px
}
@media (max-width: 768px) {
  .index .sec {
    margin-top: 80px
  }
}
.index .sec__ttl span {
  display: block
}
.index .sec__ttl--en {
  margin-bottom: .5em;
  line-height: 1
}
@media (min-width: 769px) {
  .index .sec__ttl--en {
    font-size: 24px;
    letter-spacing: 1.92px
  }
}
@media (max-width: 768px) {
  .index .sec__ttl--en {
    font-size: 16px
  }
}
.index .sec__ttl--ja {
  line-height: 1
}
@media (min-width: 769px) {
  .index .sec__ttl--ja {
    font-size: 40px;
    letter-spacing: 3.2px
  }
}
@media (max-width: 768px) {
  .index .sec__ttl--ja {
    font-size: 24px
  }
}
.index .about {
  margin-right: auto;
  margin-left: auto;
  padding: 120px 6.81818%;
  color: #fff;
  border-radius: 20px;
  background-image: url("../images/about.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (min-width: 769px) {
  .index .about {
    max-width: 1760px
  }
}
@media (max-width: 768px) {
  .index .about {
    margin-right: 5.33333%;
    margin-left: 5.33333%;
    padding: 64px 5.97015%
  }
}
.index .about a {
  color: #fff
}
.index .about__desc {
  max-width: 37em;
  margin-top: 2em;
  margin-bottom: 5em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.28px
}
@media (max-width: 768px) {
  .index .about__desc {
    margin-bottom: 3em;
    font-size: 12px
  }
}
.index .about .cmn-btn a:hover {
  color: #333;
  background-color: #fff
}
.index .works__list {
  margin-top: 60px
}
@media (max-width: 768px) {
  .index .works__list {
    margin-top: 30px
  }
}
.index .works__list .cmn-btn {
  margin-top: 120px;
  text-align: center
}
@media (max-width: 768px) {
  .index .works__list .cmn-btn {
    margin: 65px
  }
}
@media (min-width: 769px) {
  .index .works__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width: 769px) {
  .index .works__item {
    width: 30.37037%
  }
}
@media (max-width: 768px) {
  .index .works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media (max-width: 768px) {
  .index .works__item:not(:first-child) {
    margin-top: 35px
  }
}
.index .works__item figure {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 61.89024%;
  border-radius: 20px
}
@media (max-width: 768px) {
  .index .works__item figure {
    border-radius: 10px
  }
}
.index .works__item figure img {
  position: absolute;
  top: 0;
  left: 0
}
@media (max-width: 768px) {
  .index .works__pic {
    min-width: 39.10448%
  }
}
@media (max-width: 768px) {
  .index .works__txt {
    margin-left: 13px
  }
}
.index .works__date {
  margin-bottom: .6em;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.68px
}
@media (max-width: 768px) {
  .index .works__date {
    font-size: 10.5px
  }
}
@media (min-width: 769px) {
  .index .works__date {
    margin-top: 1em
  }
}
.index .works__name {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 1.6px
}
@media (max-width: 768px) {
  .index .works__name {
    font-size: 15px
  }
}
.index .works__desc {
  margin-top: .5em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.28px
}
@media (max-width: 768px) {
  .index .works__desc {
    font-size: 12px
  }
}
.index .news {
  padding-bottom: 240px
}
@media (max-width: 768px) {
  .index .news {
    padding-bottom: 120px
  }
}
.index .news__list {
  margin-top: 60px
}
@media (max-width: 768px) {
  .index .news__list {
    margin-top: 30px
  }
}
.index .news__item {
  font-size: 16px
}
.index .news__item:not(:first-child) {
  margin-top: 1.5em
}
.index .news__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.index .news__item dl > * {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.28px
}
@media (max-width: 768px) {
  .index .news__item dl > * {
    font-size: 12px
  }
}
.index .news__item dl dt {
  position: relative;
  width: 6em;
  margin-right: 1em;
  padding-right: 1em
}
.index .news__item dl dt:after {
  content: '';
  position: absolute;
  top: 0.25em;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 1em;
  border-right: 1px solid
}
.index .news__item dl dd a:hover {
  text-decoration: underline
}
.lower .lower__mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  padding-top: 120px;
  color: #fff;
  background-color: #aaa;
  background-image: url(/_assets-c/images/lower_mv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 768px) {
  .lower .lower__mv {
    height: 280px;
    padding-top: 80px
  }
}
.lower .lower__ttl {
  position: relative;
  text-align: center
}
.lower .lower__ttl span {
  display: block
}
.lower .lower__ttl--en {
  margin-bottom: 0.625em;
  font-family: "Abel","Noto Sans CJK JP","Noto Sans JP","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em
}
@media (max-width: 768px) {
  .lower .lower__ttl--en {
    font-size: 16px
  }
}
.lower .lower__ttl--ja {
  font-size: 48px;
  font-weight: 500;
  line-height: 1
}
@media (max-width: 768px) {
  .lower .lower__ttl--ja {
    font-size: 28px
  }
}
.lower .p-about .lower__mv {
  background-image: url("../images/about/kv.jpg")
}
.lower .p-about .business {
  padding: 150px 0 240px
}
@media (max-width: 768px) {
  .lower .p-about .business {
    padding: 80px 0 120px
  }
}
.lower .p-about .business__ttl {
  margin-bottom: 2em;
  font-size: 40px
}
@media (max-width: 768px) {
  .lower .p-about .business__ttl {
    font-size: 20px
  }
}
@media (min-width: 769px) {
  .lower .p-about .business__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (min-width: 769px) {
  .lower .p-about .business__item {
    width: 30.37037%
  }
  .lower .p-about .business__item:not(:nth-child(3n+1)) {
    margin-left: 4.44444%
  }
  .lower .p-about .business__item:nth-child(n+4) {
    margin-top: 80px
  }
}
@media (max-width: 768px) {
  .lower .p-about .business__item {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto
  }
  .lower .p-about .business__item:not(:first-child) {
    margin-top: 40px
  }
}
.lower .p-about .business__pic figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 61.89024%;
  border-radius: 20px
}
@media (max-width: 768px) {
  .lower .p-about .business__pic figure {
    border-radius: 10px
  }
}
.lower .p-about .business__pic figure img {
  position: absolute;
  top: 0;
  left: 0
}
.lower .p-about .business__name {
  margin: 1em 0 .8em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center
}
@media (max-width: 768px) {
  .lower .p-about .business__name {
    font-size: 15px
  }
}
.lower .p-about .business__desc {
  font-size: 16px;
  line-height: 2
}
@media (max-width: 768px) {
  .lower .p-about .business__desc {
    font-size: 12px
  }
}
.lower .p-about .business__desc a {
  text-decoration: underline
}
.lower .p-about .business__desc a:hover {
  text-decoration: none
}
.lower .p-company .lower__mv {
  background-image: url("../images/company/kv.jpg")
}
.lower .p-company .intro {
  overflow: hidden;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 160px 0 136px;
  border-radius: 20px;
  background-image: url("../images/company/intro_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (min-width: 769px) {
  .lower .p-company .intro {
    max-width: 1760px
  }
}
@media (max-width: 768px) {
  .lower .p-company .intro {
    margin-top: 44px;
    margin-right: 5.33333%;
    margin-left: 5.33333%;
    padding: 80px 5.97015% 60px;
    border-radius: 10px;
    background-position: right center
  }
}
.lower .p-company .intro__desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3;
  text-align: center
}
@media (max-width: 768px) {
  .lower .p-company .intro__desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.lower .p-company .intro__sign {
  margin-top: 40px;
  font-size: 0;
  text-align: right
}
.lower .p-company .profile {
  padding: 160px 0 240px
}
@media (max-width: 768px) {
  .lower .p-company .profile {
    padding: 80px 0 120px
  }
}
.lower .p-company .profile__ttl span {
  display: block;
  line-height: 1
}
.lower .p-company .profile__ttl--ja {
  font-size: 32px;
  font-size: 3.2rem
}
@media (max-width: 768px) {
  .lower .p-company .profile__ttl--ja {
    font-size: 20px;
    font-size: 2rem
  }
}
.lower .p-company .profile__ttl--en {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 768px) {
  .lower .p-company .profile__ttl--en {
    font-size: 10.5px;
    font-size: 1.05rem
  }
}
.lower .p-company .profile__table {
  margin-top: 60px
}
@media (max-width: 768px) {
  .lower .p-company .profile__table {
    margin-top: 30px
  }
}
.lower .p-company .profile__table * {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5
}
@media (max-width: 768px) {
  .lower .p-company .profile__table * {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.lower .p-company .profile__table tr:not(:first-child) th,
.lower .p-company .profile__table tr:not(:first-child) td {
  padding-top: 1.5em
}
.lower .p-company .profile__table th,
.lower .p-company .profile__table td {
  vertical-align: top
}
.lower .p-company .profile__table th {
  min-width: 7.5em;
  font-weight: normal;
  text-align: left
}
.lower .p-company .profile__map {
  overflow: hidden;
  height: 400px;
  margin-top: 80px;
  border-radius: 20px
}
@media (max-width: 768px) {
  .lower .p-company .profile__map {
    height: 240px;
    margin-top: 40px;
    border-radius: 10px
  }
}
.lower .p-company .profile__map--ttl {
  margin-bottom: 1em;
  text-align: center
}
.lower .p-company .profile__map iframe {
  width: 100%;
  height: 100%
}
.lower .p-service .lower__mv {
  background-image: url("../images/service/kv.jpg")
}
.lower .p-service .business {
  padding: 160px 0;
  background-color: #fafafa
}
@media (max-width: 768px) {
  .lower .p-service .business {
    padding: 80px 0
  }
}
.lower .p-service .business__ttl {
  margin-bottom: 2em;
  font-size: 40px
}
@media (max-width: 768px) {
  .lower .p-service .business__ttl {
    font-size: 20px
  }
}
@media (min-width: 769px) {
  .lower .p-service .business__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}
@media (min-width: 769px) {
  .lower .p-service .business__item {
    width: 30.37037%
  }
  .lower .p-service .business__item:not(:nth-child(3n+1)) {
    margin-left: 4.44444%
  }
  .lower .p-service .business__item:nth-child(n+4) {
    margin-top: 80px
  }
}
@media (max-width: 768px) {
  .lower .p-service .business__item {
    max-width: 335px;
    margin-right: auto;
    margin-left: auto
  }
  .lower .p-service .business__item:not(:first-child) {
    margin-top: 40px
  }
}
.lower .p-service .business__pic figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 61.89024%;
  border-radius: 20px
}
@media (max-width: 768px) {
  .lower .p-service .business__pic figure {
    border-radius: 10px
  }
}
.lower .p-service .business__pic figure a {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s
}
.lower .p-service .business__pic figure a:hover {
  opacity: 0.8
}
.lower .p-service .business__pic figure img {
  position: absolute;
  top: 0;
  left: 0
}
.lower .p-service .business__name {
  margin: 1em 0 .8em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center
}
@media (max-width: 768px) {
  .lower .p-service .business__name {
    font-size: 15px
  }
}
.lower .p-service .business__desc {
  font-size: 16px;
  line-height: 2
}
@media (max-width: 768px) {
  .lower .p-service .business__desc {
    font-size: 12px
  }
}
.lower .p-service .business__desc a {
  text-decoration: underline
}
.lower .p-service .business__desc a:hover {
  text-decoration: none
}
.lower .p-service .detail {
  padding: 160px 0 240px
}
@media (max-width: 768px) {
  .lower .p-service .detail {
    padding: 80px 0 120px
  }
}
.lower .p-service .detail__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 210px
}
@media (max-width: 768px) {
  .lower .p-service .detail__item {
    padding-top: 200px
  }
}
.lower .p-service .detail__item:not(:first-child) {
  margin-top: 155px
}
@media (max-width: 768px) {
  .lower .p-service .detail__item:not(:first-child) {
    margin-top: 80px
  }
}
.lower .p-service .detail__item:nth-child(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.lower .p-service .detail__item:nth-child(odd) .detail__pic {
  right: 320px
}
@media (max-width: 768px) {
  .lower .p-service .detail__item:nth-child(odd) .detail__pic {
    right: 40px
  }
}
.lower .p-service .detail__item:nth-child(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.lower .p-service .detail__item:nth-child(even) .detail__pic {
  left: 320px
}
@media (max-width: 768px) {
  .lower .p-service .detail__item:nth-child(even) .detail__pic {
    left: 40px
  }
}
.lower .p-service .detail__pic {
  position: absolute;
  top: 0
}
@media (max-width: 768px) {
  .lower .p-service .detail__pic figure {
    height: 320px
  }
}
.lower .p-service .detail__pic img {
  max-width: none
}
@media (max-width: 768px) {
  .lower .p-service .detail__pic img {
    max-height: 100%
  }
}
.lower .p-service .detail__txt {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/service/detail_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (min-width: 769px) {
  .lower .p-service .detail__txt {
    max-width: 480px;
    min-height: 390px;
    padding: 40px;
    border-radius: 20px
  }
}
@media (max-width: 768px) {
  .lower .p-service .detail__txt {
    max-width: 83.58209%;
    padding: 20px;
    border-radius: 10px
  }
}
.lower .p-service .detail__txt .cmn-btn {
  margin-top: 35px
}
@media (max-width: 768px) {
  .lower .p-service .detail__txt .cmn-btn {
    margin-top: 20px
  }
}
.lower .p-service .detail__ttl span {
  display: block;
  line-height: 1
}
.lower .p-service .detail__ttl--ja {
  font-size: 32px;
  font-size: 3.2rem
}
@media (max-width: 768px) {
  .lower .p-service .detail__ttl--ja {
    font-size: 20px;
    font-size: 2rem
  }
}
.lower .p-service .detail__ttl--en {
  margin-top: 1em;
  font-size: 14px;
  font-size: 1.4rem
}
@media (max-width: 768px) {
  .lower .p-service .detail__ttl--en {
    font-size: 10.5px;
    font-size: 1.05rem
  }
}
.lower .p-service .detail__desc {
  margin-top: 2em;
  font-size: 16px;
  font-size: 1.6rem
}
@media (max-width: 768px) {
  .lower .p-service .detail__desc {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.lower .p-service .detail__desc > * {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2
}
@media (max-width: 768px) {
  .lower .p-service .detail__desc > * {
    font-size: 12px;
    font-size: 1.2rem
  }
}
.lower .p-service .detail__desc a {
  text-decoration: underline
}
.lower .p-service .detail__desc a:hover {
  text-decoration: none
}
@media (min-width: 769px) {
  .archive__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .archive__list ul li {
    width: 28.8%
  }
}
@media (min-width: 769px) {
  .archive__list li:not(:nth-child(3n+1)) {
    margin-left: 6.8%
  }
  .archive__list li:nth-child(n+4) {
    margin-top: 40px
  }
}
@media (max-width: 768px) {
  .archive__list li + li {
    margin-top: 40px
  }
}
.archive__list li a {
  display: block;
  -webkit-transition: .5s;
  transition: .5s
}
.archive__list li a:hover {
  opacity: 0.7
}
.archive__list li figure {
  position: relative;
  overflow: hidden;
  padding-top: 61.80556%;
  border-radius: 16px;
  background-color: #ecebeb
}
.archive__list li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.archive__list--author {
  margin-top: 1em;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.44px;
  color: #cfcfcf
}
@media (max-width: 768px) {
  .archive__list--author {
    font-size: 10px
  }
}
.archive__list--author:before {
  content: '';
  display: inline-block;
  width: 2em;
  height: 1px;
  margin-right: 0.5em;
  vertical-align: middle;
  background-color: #cfcfcf
}
.archive__list--ttl {
  margin-top: 0.6em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 2.16px
}
@media (max-width: 768px) {
  .archive__list--ttl {
    font-size: 13.5px
  }
}
.archive__list--desc {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  letter-spacing: 1.68px
}
@media (max-width: 768px) {
  .archive__list--desc {
    font-size: 10.5px
  }
}
.archive__list--btn {
  margin-top: 40px;
  text-align: center
}
/*# sourceMappingURL=../sourcemaps/style.css.map */
