@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  color: #333333;
}

html {
  font-size: 0.6944444vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333vw;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: calc(100% - 16rem);
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 89.33%;
    margin: 0 auto;
  }
}

/* ======================================================================
 header
====================================================================== */
.header .header-inner {
  height: 200px;
  background-image: url(../img/top/cover.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .header .header-inner {
    height: 20rem;
  }
}

.header .header-inner .header-content {
  position: static;
}

.header .header-inner .header-content .header-logo {
  display: block;
}

.header .header-inner .header-content .header-logo img {
  visibility: visible;
}

.header .header-inner .header-content .header-nav {
  display: block;
}

.header .header-inner .header-content .header-nav a {
  font-size: 16px;
}

.header .header-inner .header-top {
  display: none;
}

.header .header-inner .header-top_description {
  display: none;
}

.header .header-inner .header-top_cover {
  display: none;
}

.header .header-inner .header-top_lead {
  display: none;
}

.header .header-inner .header-top_grade {
  display: none;
}

.header .header-inner .header-nav_bottom {
  display: none;
}

.header .header-inner .header-drawer {
  bottom: -70px;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a {
  display: inline-block;
  height: 15px !important;
  position: relative;
  margin-top: 2.26667vw;
  margin-bottom: 0.4vw;
}

.header .header-inner .header-drawer .drawer .header-nav_sp ul li a img {
  position: absolute;
  margin-top: 0;
  top: .6vw;
  right: calc(-4.66667vw - 1.33333vw);
}

/* ======================================================================
 entry
====================================================================== */
.entry {
  line-height: 1.6;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  .entry {
    margin-top: 25.3rem;
  }
}

/* ======================================================================
 footer
====================================================================== */
.footer {
  line-height: 1.6;
}

/* ======================================================================
 company
====================================================================== */
/* ----------------------------------------------------------------------
 top_sec
---------------------------------------------------------------------- */
.top_sec {
  padding-top: 6rem;
}

@media screen and (max-width: 768px) {
  .top_sec {
    padding-top: 6.4rem;
  }
}

.top_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_sec .inner .ttl {
  white-space: nowrap;
}

.top_sec .inner .ttl .main {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .09em;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .main {
    font-size: 4.2rem;
    margin-bottom: 2.9rem;
  }
}

.top_sec .inner .ttl .sub {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .ttl .sub {
    font-size: 2.2rem;
  }
}

.top_sec .inner .top_menu {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .top_sec .inner .top_menu {
    display: none;
  }
}

.top_sec .inner .top_menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_sec .inner .top_menu .list .item + .item {
  margin-left: 3.0rem;
}

.top_sec .inner .top_menu .list .item .link {
  font-weight: bold;
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
}

.top_sec .inner .top_menu .list .item.current {
  position: relative;
}

.top_sec .inner .top_menu .list .item.current .link {
  color: #ccc;
  opacity: 1;
}

.top_sec .inner .top_menu .list .item.current::before {
  content: '';
  display: block;
  width: 100%;
  height: .2rem;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -6.2rem;
}

.top_sec .inner .top_menu .list .item:hover .link {
  color: #ccc;
  opacity: 1;
}

/* ----------------------------------------------------------------------
 com_sec01
---------------------------------------------------------------------- */
.com_sec01 {
  padding-top: 10rem;
}

@media screen and (max-width: 768px) {
  .com_sec01 {
    padding-top: 8rem;
  }
}

.com_sec01 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 16rem);
}

@media screen and (max-width: 768px) {
  .com_sec01 .inner {
    width: calc(100% - 12rem);
  }
}

.com_sec01 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .com_sec01 .inner .sub_ttl {
    margin-bottom: 4.6rem;
  }
}

.com_sec01 .inner .list:after {
  content: '';
  display: block;
  clear: both;
}

.com_sec01 .inner .list.top a {
  float: left;
}

.com_sec01 .inner .list.btm a {
  float: right;
}

.com_sec01 .inner .list a {
  position: relative;
  display: block;
  width: 28.6%;
  background: #000;
}

.com_sec01 .inner .list a:hover {
  opacity: 1;
}

.com_sec01 .inner .list a:hover:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/company/zoom.png) no-repeat 50% 50%;
  z-index: 1;
}

.com_sec01 .inner .list a:hover img {
  opacity: .6;
}

.com_sec01 .inner .list a:first-child {
  width: 42.8%;
}

.com_sec01 .inner .list a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.lum-lightbox {
  background: rgba(0, 0, 0, 0.8) !important;
}

.lum-gallery-button {
  display: none;
}

.lum-lightbox {
  z-index: 1000;
}

.lum-close-button {
  cursor: pointer;
  width: 7.2rem !important;
  height: 7.2rem !important;
  background: url(../img/company/close.png) no-repeat;
  background-size: 100%;
  opacity: 1 !important;
  top: 5% !important;
  right: 5% !important;
}

.lum-close-button:before, .lum-close-button:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .lum-close-button {
    top: 2% !important;
    right: 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .lum-lightbox-inner img {
    max-width: 100% !important;
    max-height: auto !important;
  }
}

/* ----------------------------------------------------------------------
 com_sec02
---------------------------------------------------------------------- */
.com_sec02 {
  position: relative;
}

.com_sec02 .sec_ttl {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500;
  font-size: 22rem;
  opacity: .1;
  position: relative;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .com_sec02 .sec_ttl {
    font-size: 12rem;
    white-space: nowrap;
  }
}

.com_sec02 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 34rem);
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner {
    width: calc(100% - 12rem);
  }
}

.com_sec02 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .09em;
  text-align: center;
  margin-bottom: 6.4rem;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .sub_ttl {
    margin: 4.6rem 0;
  }
}

.com_sec02 .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.com_sec02 .inner .list li {
  width: 20%;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li {
    width: 42%;
  }
}

.com_sec02 .inner .list li:not(:nth-child(4n)) {
  margin-right: 6.66%;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li:not(:nth-child(2n)) {
    margin-right: 10%;
  }
}

.com_sec02 .inner .list li .img {
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.05);
}

.com_sec02 .inner .list li .img img {
  width: 100%;
}

.com_sec02 .inner .list li .txt {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 3rem;
  line-height: 1.6;
  letter-spacing: -.01em;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li .txt {
    font-size: 2.2rem;
    letter-spacing: -.09em;
  }
}

.com_sec02 .inner .list li .txt .span {
  position: relative;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li .txt .span.span_01_02 {
    right: 1rem;
  }
}

.com_sec02 .inner .list li .txt .span.span_03_02 {
  letter-spacing: -0.08em;
  right: 3rem;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li .txt .span.span_03_02 {
    right: 0;
  }
}

.com_sec02 .inner .list li .txt .span.span_04_02 {
  letter-spacing: -0.08em;
  right: 2.6rem;
}

@media screen and (max-width: 768px) {
  .com_sec02 .inner .list li .txt .span.span_04_02 {
    right: 0;
  }
}

.com_bg01 {
  position: absolute;
  z-index: 1;
  top: 12rem;
  right: 0;
  width: 19.1rem;
  height: 36.4rem;
}

@media screen and (max-width: 768px) {
  .com_bg01 {
    width: 16.4rem;
    height: 36.4rem;
    top: 40rem;
  }
}

.com_bg01 img {
  width: 100%;
}

.com_bg02 {
  position: absolute;
  z-index: 1;
  top: -10rem;
  left: -1.5rem;
  width: 42.4rem;
  height: 138.9rem;
}

@media screen and (max-width: 768px) {
  .com_bg02 {
    width: 28.3rem;
    height: 108.1rem;
    top: -30rem;
  }
}

.com_bg02 img {
  width: 100%;
}

/* ----------------------------------------------------------------------
 com_sec03
---------------------------------------------------------------------- */
.com_sec03 {
  position: relative;
}

.com_sec03 .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 16rem);
}

@media screen and (max-width: 768px) {
  .com_sec03 .inner {
    width: calc(100% - 12rem);
  }
}

.com_sec03 .inner .sub_ttl {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  letter-spacing: .09em;
  text-align: center;
  margin: 8rem 0 6.4rem;
}

.com_sec03 .inner .list li {
  background: #FFF;
  border: 0.8rem solid #efefef;
  margin-top: 3.8rem;
  padding: 6.7rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .com_sec03 .inner .list li {
    margin-top: 6.4rem;
    padding: 7%;
  }
}

.com_sec03 .inner .list li .ttl {
  width: 86rem;
  margin: 0 auto;
  background: #5f5555;
  color: #FFF;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 2rem 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .com_sec03 .inner .list li .ttl {
    width: 100%;
  }
}

.com_sec03 .inner .list li .txt {
  margin-top: 5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: -.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .com_sec03 .inner .list li .txt {
    font-size: 2.4rem;
  }
}

.com_sec03 .inner .list li .img {
  width: 72.8rem;
  margin: 6rem auto 0;
}

@media screen and (max-width: 768px) {
  .com_sec03 .inner .list li .img {
    width: 100%;
  }
}

.com_sec03 .inner .list li .img img {
  width: 100%;
}

.com_bg03 {
  position: absolute;
  z-index: 1;
  bottom: -10rem;
  right: 0;
  width: 27.7rem;
  height: 73.6rem;
}

@media screen and (max-width: 768px) {
  .com_bg03 {
    width: 15.2rem;
    height: 73.6rem;
    bottom: -15rem;
  }
}

.com_bg03 img {
  width: 100%;
}
/*# sourceMappingURL=environment.css.map */