/*============================
#top

_|_|_|_|_|    _|_|    _|_|_|
    _|      _|    _|  _|    _|
    _|      _|    _|  _|_|_|
    _|      _|    _|  _|
    _|        _|_|    _|

============================*/
html:not(.moving) body.root > #wrapper > #container {
  background: url(../elements/img_root_corporate_info_001.jpg) 65% 72% / cover no-repeat;
}
article#root > article {
  background: #FFF;
}

article#root article#top {
}

article#root article#top > div.inner {
}

article#root article#top > div.inner > div.body {
}

article#root > article#top .slide {
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
  background: #222;
  overflow: hidden;
}

article#root > article#top .slide > ul.carousel {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

article#root > article#top .slide > ul.carousel li.cell {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  transition-property: z-index, opacity;
  transition-duration: 0s, 1s;
  transition-timing-function: ease-out;
}

article#root > article#top .slide > ul.carousel li.cell.active {
  z-index: 3;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

article#root > article#top .slide > ul.carousel li.cell.pending.active {
  z-index: 2;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}

article#root > article#top .slide > ul.carousel li.cell div.img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

article#root > article#top .slide > ul.carousel li.cell div.img > img {
  display: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: -1000%;
  left: -1000%;
  right: -1000%;
  bottom: -1000%;
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform-property: -moz-transform;
  -webkit-transform-property: -webkit-transform;
  -o-transform-property: -o-transform;
  -ms-transform-property: -ms-transform;
  transition-property: transform;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}

article#root > article#top .slide > ul.carousel li.cell.active div.img > img {
  display: block;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 5s;
  -webkit-transition-duration: 5s;
  -o-transition-duration: 5s;
  -ms-transition-duration: 5s;
  transition-duration: 5s;

  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

article#root > article#top .slide > ul.dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 5;
  height: 20px;
  left: 0;
  right: 0;
  display: none;
}

article#root > article#top .slide > ul.dots > li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.2, -0.3, 0.6, 2.5);
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

article#root > article#top .slide > ul.dots > li.active {
  filter: alpha(opacity=100);
  background: hsl(192, 100%, 31%);
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  cursor: default;
}


article#root article#top > div.inner > div.body > section.slide > div.top_copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 170px;
  color: #ffffff;
  text-align: left;
  top: 0;
  z-index: 2;
}

article#root article#top > div.inner > div.body > section.slide > div.top_copy span[class^='char'] {
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, .5, .5, 1);
  transform: matrix(1, 0, 0, 1, 0, 20);
  /*opacity: 0;*/
}

article#root article#top > div.inner > div.body > section.slide > div.top_copy span[class^='char'][style*='visibility: visible;'] {
  transform: matrix(1, 0, 0, 1, 0, 0);
  /*opacity: 1;*/
}

article#root article#top > div.inner > div.body > section.slide > div.top_copy > div.inner {
  background-color: rgba(51,51,51,0);
  display: inline-block;
  color: #ffffff;
  font-size: 206.6%;
  letter-spacing: 0.05em;
  padding: 28px 88px 28px 65px;

  transition-property: background;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}

article#root article#top > div.inner > div.body > section.slide > div.top_copy > div.inner.textillate {
  background-color: rgba(51,51,51,0.34);
}

article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn {
  bottom: 90px;  position: absolute;
  top: 0;
  right: 0;
  bottom: 24px;
  left: 0;
  margin: auto auto 0;
  width: 50px;
  height: 60px;
  z-index: 10;
}

article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a {
  color: #ffffff;
  font-size: 80;
  display: block;
}

article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > span {
  font-weight: 200;
  padding-bottom: 16px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > div.scroll_arrow {
  width: 40px;
  margin: 0 auto;

  -webkit-animation: scrollarrow infinite forwards 1.8s;
  -moz-animation: scrollarrow infinite forwards 1.8s;
  animation: scrollarrow infinite forwards 1.8s;
}
@-webkit-keyframes scrollarrow {
  0% {
    -webkit-transform: translateY(-9px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(9px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-9px);
    opacity: 0;
    } }
@-moz-keyframes scrollarrow {
  0% {
    -moz-transform: translateY(-9px);
    opacity: 0;
  }
  55% {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
  60% {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
  90% {
    -moz-transform: translateY(9px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-9px);
    opacity: 0;
    } }
@keyframes scrollarrow {
  0% {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
    opacity: 0;
  }
  55% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    -o-transform: translateY(9px);
    transform: translateY(9px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
    opacity: 0;
  }
}

article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > div.scroll_arrow > img.preload {
}

article#root article#top > div.inner > div.body > section.top_contact {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner {
  background: url(../elements/img_root_contact_001.jpg)100% 100%/cover no-repeat;
  position: relative;
  padding: 66px 0 55px;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner::before {
  content: "";
  background: url(../elements/img_dot_001.png?211221) top center / 50px repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.16;
  -moz-opacity: 0.16;
  filter: alpha(opacity=16);
  -ms-filter: "alpha(opacity=16)";
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > p.text {
  position: relative;
  z-index: 10;
  color: #ffffff;
  margin-bottom: 28px;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > p.text > span {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn {
  position: relative;
  z-index: 10;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li {
  display: inline-block;
  margin: 0 6px;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a {
  width: 233px;
  display: block;
  background-color: #cccccc;
  border-radius: 28px;
  padding: 13px 0;
  line-height: 1em;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over {
  background-color: #AAC8CE;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a.over > div.icon {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.icon {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.icon > img.preload {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a.over > div.text {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  font-size: 93.3%;
  margin-bottom: 2px;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.text {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.text > span {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over {
  padding-right: 4px;
  background-color: #707E90;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.icon {
  margin-right: 4px;
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.icon > img.preload {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.text {
}

article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.text > span {
}

/*============================
#services

  _|_|_|  _|_|_|_|  _|_|_|    _|      _|  _|_|_|    _|_|_|  _|_|_|_|    _|_|_|
_|        _|        _|    _|  _|      _|    _|    _|        _|        _|
  _|_|    _|_|_|    _|_|_|    _|      _|    _|    _|        _|_|_|      _|_|
      _|  _|        _|    _|    _|  _|      _|    _|        _|              _|
_|_|_|    _|_|_|_|  _|    _|      _|      _|_|_|    _|_|_|  _|_|_|_|  _|_|_|

============================*/
article#root article#services {
}

article#root article#services > div.inner {
}

article#root article#services > div.inner > div.body {
}

article#root article#services > div.inner > div.body > section.common_heading_area {
}

article#root article#services > div.inner > div.body > section.common_heading_area > div.inner {
}

article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
}

article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
}

article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
}

article#root article#services > div.inner > div.body > section.services_contents {
  margin: 220px auto 0;
  background: url(../elements/img_root_service_003.jpg)bottom center/100% no-repeat;
  padding-bottom: 142px;
  padding-top: 100px;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner {
  max-width: 1000px;
  margin: -300px auto 0;
  padding-top: 0;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row {
  position: relative;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 {
  text-align: left;
  margin-bottom: 103px;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_01.img {
  width: 60%;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_01.img::after {
  content: "";
  display: block;
  background-color: rgba(169,191,198,42%);
  width: 600px;
  height: 405px;
  position: absolute;
  top: -20px;
  left: 20px;
  z-index: 0;
}


article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text {
  text-align: left;
  position: absolute;
  z-index: 10;
  background-color: #AAC8CE;
  color: #ffffff;
  right: 50px;
  top: 98px;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading {
  padding: 27px 0 0;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > h3 {
  font-size: 180%;
  font-weight: 200;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  padding: 0 0 0 35px;
  letter-spacing: 0.1em;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > div.en {
  font-weight: 200;
  font-size: 66.6%;
  display: inline-block;
  vertical-align: middle;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > div.en {
  letter-spacing: 0.21em;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.body_text {
  padding: 23px 49px 33px 35px;
  font-size: 93.3%;
}


article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_01.img > img.preload {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading {

}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading::after {
  content: "";
  display: block;
  width: 315px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 12px;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > h3 {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > div.en {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > div.en > span {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.body_text {
  padding: 23px 49px 33px 35px;
  font-size: 93.3%;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.body_text {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.body_text > span {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 {
  text-align: right;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img::after {
  right: 20px;
  left: auto;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_01.img > img.preload {
  position: relative;
  z-index: 10;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img > img.preload {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text {
  right: auto;
  left: 50px;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > h3 {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en > span {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en > span:first-child {
  margin-right: 0.8em;
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.body_text {
}

article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.body_text > span {
}


/*============================
#news

_|      _|  _|_|_|_|  _|          _|    _|_|_|
_|_|    _|  _|        _|          _|  _|
_|  _|  _|  _|_|_|    _|    _|    _|    _|_|
_|    _|_|  _|          _|  _|  _|          _|
_|      _|  _|_|_|_|      _|  _|      _|_|_|


============================*/
article#root article#news {
}

article#root article#news > div.inner {
}

article#root article#news > div.inner > div.body {
  letter-spacing: -0.4em;
}

article#root article#news > div.inner > div.body > section {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

article#root article#news > div.inner > div.body > section.common_heading_area {
  width: 27%;
  background-color: #AAC8CE;
  color: #ffffff;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner {
  padding-top: 168px;
  padding-bottom: 243px;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  margin-bottom: 32px;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn {
  font-size: 93.3%;
  letter-spacing: 0.05em;
  width: 163px;
  margin: 0 auto;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over {
  color: #ffffff;
  border: solid 1px #ffffff;
  display: block;
  border-radius: 21px;
  padding: 7px 0;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over.on {
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner {
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner > span {
  display: inline-block;
  vertical-align: middle;
}

article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner > span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 5px;
  background: url(../elements/arrow_white_001.png)center center/contain no-repeat;
  margin-left: 8px;
  margin-bottom: 0.1em;
}

article#root article#news > div.inner > div.body > section.news_contents {
  width: 73%;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news {
  max-width: 680px;
  width: 86%;
  margin: 0 auto;
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li {
  border: none;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a {
  padding: 25px 0;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow {
  color: #707e90;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 25px 0;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow > span {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 5px;
  background: url(../elements/arrow_gray_001.png)center center/contain no-repeat;
  margin-left: 0;
  margin-bottom: 0.15em;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a.on {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.text_wrapper {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.text_wrapper > div.title > .en {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.date {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.date > time > span.week {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > * {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper {
  height: 110px;
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img {
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img.noimage {
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img > img {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper.noimage > img {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.year {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.month {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.day {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.week {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category {
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category > span {
}
article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category > span > span {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.title {
  font-size: 90%;
  font-weight: normal;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.schedule {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.status {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.description {
  display: none;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.arrow_navi {
  display: none;
  pointer-events: none;
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over > div.inner {
}

article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over > div.inner > span {
}

/*============================
#company

  _|_|_|    _|_|    _|      _|  _|_|_|      _|_|    _|      _|  _|      _|
_|        _|    _|  _|_|  _|_|  _|    _|  _|    _|  _|_|    _|    _|  _|
_|        _|    _|  _|  _|  _|  _|_|_|    _|_|_|_|  _|  _|  _|      _|
_|        _|    _|  _|      _|  _|        _|    _|  _|    _|_|      _|
  _|_|_|    _|_|    _|      _|  _|        _|    _|  _|      _|      _|


============================*/
article#root article#company {
  background: transparent;
}

article#root article#company > div.inner {
}

article#root article#company > div.inner > div.body {
}

article#root article#company > div.inner > div.body > section.common_heading_area {
  color: #ffffff;
}

article#root article#company > div.inner > div.body > section.common_heading_area > div.inner {
  padding: 243px 0 256px;
}

article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
}

article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
}

article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
}

article#root article#company > div.inner > div.body > section.company_contents {
  background: url(../elements/img_root_corporate_info_002.jpg)center center/cover no-repeat;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner {
  padding: 119px 0 144px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou {
  background-color: #707E90;
  max-width: 800px;
  margin: 0 auto;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row {
  position: relative;
  text-align: left;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 {
  position: absolute;
  max-width: 265px;
  top: 0;
  right: 0;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap > img.img_1.preload {
  margin-bottom: 5px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap > img.img_2.preload {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 {
  color: #ffffff;
  width: 537px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap {
  padding: 48px 48px 55px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.heading {
  font-weight: 200;
  font-size: 126.6%;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.heading > span {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail {
  font-size: 86.6%;
  letter-spacing: 0.15em;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl {
  border-bottom: solid 1px #ECECEC;
  padding: 3px 0 0;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl:last-child {
  border-bottom: none;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dt {
  display: inline-block;
  width: 7em;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dd {
  display: inline-block;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc > dt {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc > dd {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp > dt {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp > dd {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dd > a.over {
  color: #ffffff;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.map_area {
  background-color: #EEE;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.map_area > iframe {
  vertical-align: top;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message {
  max-width: 800px;
  margin: 70px auto 0;
  background-color: #AAC8CE;
  color: #ffffff;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp > div.jp {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp > div.en {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row {
  position: relative;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 {
  max-width: 175px;
  vertical-align: middle;
  height: 490px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 > div.inner {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 > div.inner > img.preload {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 {
  height: 100%;
  vertical-align: middle;
  width: calc(100% - 175px);
  text-align: left;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text {
  padding: 0 12.5%;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.copy {
  font-size: 158.5%;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.copy > span {
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > p {
  font-size: 80%;
  line-height: 2.5em;
  letter-spacing: 0.06em;
}

article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.name {
  font-size: 106.6%;
  text-align: right;
  margin-top: 65px;
}

/*============================
#recruit

_|_|_|    _|_|_|_|    _|_|_|  _|_|_|    _|    _|  _|_|_|  _|_|_|_|_|
_|    _|  _|        _|        _|    _|  _|    _|    _|        _|
_|_|_|    _|_|_|    _|        _|_|_|    _|    _|    _|        _|
_|    _|  _|        _|        _|    _|  _|    _|    _|        _|
_|    _|  _|_|_|_|    _|_|_|  _|    _|    _|_|    _|_|_|      _|


============================*/
article#root article#recruit {
}

article#root article#recruit > div.inner {
}

article#root article#recruit > div.inner > div.body {
}

article#root article#recruit > div.inner > div.body > section.common_heading_area {
}

article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner {
}

article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
}

article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
}

article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > div.copy {
  font-size: 186.6%;
  font-weight: 500;
  letter-spacing: 0.02em;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > div.copy > span {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > p {
  font-size: 120%;
  letter-spacing: 0.06em;
  margin-bottom: 54px;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > p > span {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc {
  height: 675px;
  position: relative;
  overflow: hidden;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner {
  height: 100%;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.img {
  height: 100%;
  width: 100%;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.img > img.preload {
  width: 100%;
  height: 100%;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  background-color: #AAC8CE;
  width: 234px;
  height: 200px;
  font-size: 113.3%;
  line-height: 2.3em;
  padding: 20px 0;
  right: 0;
  left: 0;
  letter-spacing: 0.1em;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.text > p {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.img {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.img > img.preload {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.text {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.text > p {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.img {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.img > img.preload {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.text {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.text > p {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.img {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.img > img.preload {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.text {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.text > p {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area {
  background-color: #AAC8CE;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner {
  padding-bottom: 100px;
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box > p {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box > p > span {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner > span {
}

article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner > span::after {
}

/*============================
#contact

  _|_|_|    _|_|    _|      _|  _|_|_|_|_|    _|_|      _|_|_|  _|_|_|_|_|
_|        _|    _|  _|_|    _|      _|      _|    _|  _|            _|
_|        _|    _|  _|  _|  _|      _|      _|_|_|_|  _|            _|
_|        _|    _|  _|    _|_|      _|      _|    _|  _|            _|
  _|_|_|    _|_|    _|      _|      _|      _|    _|    _|_|_|      _|


============================*/
article#root article#contact {
}

article#root article#contact > div.inner {
  padding-bottom: 100px;
}

article#root article#contact > div.inner > div.body {
}

article#root article#contact > div.inner > div.body > section.common_heading_area {
}

article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner {
  padding-bottom: 30px;
}

article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
}

article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
}

article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
}

article#root article#contact > div.inner > div.body > section.contact_contents {
}

article#root article#contact > div.inner > div.body > section.contact_contents > div.inner {
}









/* @group If <= 1400 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:1400px) {
}
/* @end */






/* @group If <= 1200 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:1200px) {
}
/* @end */






/* @group If <= 1000 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:1000px) {
}
/* @end */






/* @group If <= 800 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:800px) {
}
/* @end */






/* @group If <= 740 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:740px) {
}
/* @end */






/* @group If <= 600 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:600px) {

  /*============================
  #top

  _|_|_|_|_|    _|_|    _|_|_|
      _|      _|    _|  _|    _|
      _|      _|    _|  _|_|_|
      _|      _|    _|  _|
      _|        _|_|    _|

  ============================*/
  article#root article#top {
  }

  article#root article#top > div.inner {
  }

  article#root article#top > div.inner > div.body {
  }

  article#root article#top > div.inner > div.body > section.slide {
  }

  article#root article#top > div.inner > div.body > section.slide > ul.carousel {
  }

  article#root article#top > div.inner > div.body > section.slide > ul.carousel > li.cell {
  }

  article#root article#top > div.inner > div.body > section.slide > ul.carousel > li.cell > div.img {
  }

  article#root article#top > div.inner > div.body > section.slide > ul.carousel > li.cell > div.img > img.preload.object_fit.pc {
  }

  article#root article#top > div.inner > div.body > section.slide > ul.carousel > li.cell > div.img > img.preload.object_fit.sp {
  height: 100%;
  width: 100%;
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_copy {
  height: 202px;
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_copy > div.inner {
  font-size: 186.6%;
  padding: 38px 0;
  text-align: center;
  display: block;
  line-height: 1.5em;
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn {
  bottom: 90px;
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a {
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > span {
  font-size: 80%;
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > div.scroll_arrow {
  }

  article#root article#top > div.inner > div.body > section.slide > div.top_scroll_btn > a > div.scroll_arrow > img.preload {
  }

  article#root article#top > div.inner > div.body > section.top_contact {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner {
  background: url(../elements/img_root_contact_001_sp.jpg)100% 100%/cover no-repeat;
  padding: 86px 0 73px;
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner::before {

  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > p.text {
  margin-bottom: 40px;
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > p.text > span {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn {

  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn {
  margin-bottom: 22px;
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a.over > div.icon {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.icon {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.icon > img.preload {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li > a.over > div.text {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.text {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.mail_btn > a.over > div.text > span {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.icon {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.icon > img.preload {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.text {
  }

  article#root article#top > div.inner > div.body > section.top_contact > div.inner > div.contact_btn > ul > li.tel_btn > a.over > div.text > span {
  }

  /*============================
  #services

    _|_|_|  _|_|_|_|  _|_|_|    _|      _|  _|_|_|    _|_|_|  _|_|_|_|    _|_|_|
  _|        _|        _|    _|  _|      _|    _|    _|        _|        _|
    _|_|    _|_|_|    _|_|_|    _|      _|    _|    _|        _|_|_|      _|_|
        _|  _|        _|    _|    _|  _|      _|    _|        _|              _|
  _|_|_|    _|_|_|_|  _|    _|      _|      _|_|_|    _|_|_|  _|_|_|_|  _|_|_|

  ============================*/
  article#root article#services {
  }

  article#root article#services > div.inner {
  }

  article#root article#services > div.inner > div.body {
  }

  article#root article#services > div.inner > div.body > section.common_heading_area {
  }

  article#root article#services > div.inner > div.body > section.common_heading_area > div.inner {
  padding-top: 50px;
  padding-bottom: 30px;
  }

  article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  }

  article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
  }

  article#root article#services > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
  }

  article#root article#services > div.inner > div.body > section.services_contents {
  background: url(../elements/img_root_service_003_sp.jpg)center center/cover no-repeat;
  padding-bottom: 102px;
  margin-top: 150px;
  padding-top: 170px;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.img {
  width: 100%;
  height: 94.1vw;
  overflow: hidden;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_01.img::after {
  top: -10px;
  height: 100px;
  }


  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text {
  position: relative;
  width: 84%;
  margin: -134px auto 0;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading {
  padding-top: 17px;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > h3 {
  font-size: 133.3%;
  padding: 0 8.5%;
  margin-bottom: -5px;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > div.en {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading > div.en {
  padding: 0 8.5%;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.body_text {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_01.img {
  width: 100%;

  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_01.img > img.preload {
  height: 100%;
  width: 100%;
  object-fit: cover;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading {

  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.heading::after {
  width: 90.5%;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > h3 {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > div.en {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.heading > div.en > span {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_02.text > div.body_text {
  padding: 8px 8.5% 21px;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.body_text {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_01 > div.col.col_02.text > div.body_text > span {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img {
  width: 100%;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img::after {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row > div.col.col_01.img > img.preload {
  height: 104%;
  width: 100%;
  object-position: 70% 100%;
  object-fit: cover;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_01.img > img.preload {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text {
  left: 0;
  margin-top: -90px;
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > h3 {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en > span {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.heading > div.en > span:first-child {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.body_text {
  }

  article#root article#services > div.inner > div.body > section.services_contents > div.inner > div.row.row_02 > div.col.col_02.text > div.body_text > span {
  }

  /*============================
  #news

  _|      _|  _|_|_|_|  _|          _|    _|_|_|
  _|_|    _|  _|        _|          _|  _|
  _|  _|  _|  _|_|_|    _|    _|    _|    _|_|
  _|    _|_|  _|          _|  _|  _|          _|
  _|      _|  _|_|_|_|      _|  _|      _|_|_|


  ============================*/
  article#root article#news {
  }

  article#root article#news > div.inner {
  }

  article#root article#news > div.inner > div.body {
  background-color: #99cccc29;
  }

  article#root article#news > div.inner > div.body > section.common_heading_area {
  width: 100%;
  background-color: initial;
  color: #333333;
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner {
  padding-top: 41px;
  padding-bottom: 5px;
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  margin-bottom: 5px;
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over.on {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner > span {
  }

  article#root article#news > div.inner > div.body > section.common_heading_area > div.inner > div.news_btn > a.over > div.inner > span::after {
  }

  article#root article#news > div.inner > div.body > section.news_contents {
  width: 100%;
  display: block;
  padding-bottom: 60px;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner {
  width: 100%;
  position: relative;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news {
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul {
  white-space: nowrap;
  padding: 0 8%;
  width: 265%;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm {
  white-space: normal;
  padding: 0 1%;
  width: 33.333%;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 15px 0px;
  padding: 8% 4%;
  overflow: hidden;
  background: #FFF;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow {
  margin: 0 5% 10px 0;
  text-align: right;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow > span {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.arrow::after {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a.on {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li > a > div.text_wrapper {
  padding: 0;
  margin: 0;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.text_wrapper > div.title > .en {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.date {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a.over > div.date > time > span.week {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > * {
  width: 100% !important;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 65%;
  margin-bottom: 25px;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img.noimage {
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper > div.img > img {
  border-radius: 0;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.img_wrapper.noimage > img {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper {
  direction: rtl;
  width: 109% !important;
  margin: 0 -4.5%;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > * {
  direction: ltr;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date {
  padding: 2px 0 2px 5px;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.year {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.month {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.day {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.date > time > span.week {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category {
  letter-spacing: -.40em;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category > span {
  font-size: 60%;
  border-radius: 0;
  margin: 0 !important;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.category > span > span {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.title {
  text-align: justify;
  font-weight: normal;
  padding: 15px 4.5% 10px;
  min-height: 85px;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.schedule {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.status {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news > ul > li.thm > a > div.text_wrapper > div.description {
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.arrow_navi {
  display: block !important;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 85%;
  margin: 30px auto;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.arrow_navi > .btn {
    width: 45px;
    height: 45px;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: auto;
    cursor: pointer;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.arrow_navi > .btn.left {
    background: transparent url(../elements/icon_scroll_left.png?211221) 50% 50% / 100% no-repeat;
    left: 3%;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.arrow_navi > .btn.right {
    background: transparent url(../elements/icon_scroll_right.png?211221) 50% 50% / 100% no-repeat;
    right: 3%;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news.scroll_end + div.arrow_navi > .btn.left {
    display: block;
  }
  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.index.news.scroll_start + div.arrow_navi > .btn.right {
    display: block;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp {
  margin-top: 25px;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over {
  color: #ffffff;
  background-color: #AAC8CE;
  display: inline-block;
  padding: 11px 20px 13px 25px;
  border-radius: 30px;
  line-height: 1em;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over > div.inner {
  line-height: 1em;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over > div.inner > span {
    vertical-align: middle;
    font-size: 93.3%;
  }

  article#root article#news > div.inner > div.body > section.news_contents > div.inner > div.news_btn.sp > a.over > div.inner > span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 5px;
    background: url(../elements/arrow_white_001.png)center center/contain no-repeat;
    vertical-align: middle;
    margin-left: 12px;
    margin-bottom: 2px;
  }

  /*============================
  #company

    _|_|_|    _|_|    _|      _|  _|_|_|      _|_|    _|      _|  _|      _|
  _|        _|    _|  _|_|  _|_|  _|    _|  _|    _|  _|_|    _|    _|  _|
  _|        _|    _|  _|  _|  _|  _|_|_|    _|_|_|_|  _|  _|  _|      _|
  _|        _|    _|  _|      _|  _|        _|    _|  _|    _|_|      _|
    _|_|_|    _|_|    _|      _|  _|        _|    _|  _|      _|      _|


  ============================*/
  article#root article#company {
  }

  article#root article#company > div.inner {
  }

  article#root article#company > div.inner > div.body {
  }

  article#root article#company > div.inner > div.body > section.common_heading_area {
  }

  article#root article#company > div.inner > div.body > section.common_heading_area > div.inner {
  padding: 105px 0 229px;
  }

  article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  }

  article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
  }

  article#root article#company > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
  }

  article#root article#company > div.inner > div.body > section.company_contents {
  background: url(../elements/img_root_message_002_sp.jpg)center bottom/100% no-repeat;
  padding-bottom: 165px;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner {
  padding-top: 0;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 {
  position: static;
  width: 100%;
  max-width: inherit;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap {
  letter-spacing: -0.4em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap > img {
    width: 50%;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap > img.img_1.preload {
  margin-bottom: 0;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_01 > div.img_wrap > img.img_2.preload {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 {
  width: 100%;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap {
  padding: 21px 28px 35px;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.heading {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.heading > span {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail {
  font-size: 93.3%;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl {
  padding: 4px 0 0;
  letter-spacing: -0.4em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl:last-child {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dt {
  width: 5.5em;
  letter-spacing: 0.05em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dd {
  width: calc(100% - 5.5em);
  letter-spacing: 0.05em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc > dt {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.pc > dd {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp > dt {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl.sp > dd {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.row > div.col.col_02 > div.text_wrap > div.gaiyou_detail > dl > dd > a.over {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.map_area {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.gaiyou > div.inner > div.map_area > iframe {
  width: 100%;
  height: 380px;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message {
  margin: 0 auto 0;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp {
  padding: 27% 0 133%;
  background: url(../elements/img_root_message_001_sp.jpg)bottom center/cover no-repeat;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp > div.jp {
  font-size: 233.3%;
  font-weight: 200;
  margin: 0 auto;
  line-height: 1.1;
  width: 1em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > h3.sp > div.en {
  font-size: 269.7%;
  font-weight: 200;
  letter-spacing: 0.13em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 > div.inner {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_1 > div.inner > img.preload {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 {
  width: 100%;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner {
  padding: 54px 0 57px;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text {
  padding: 0 11%;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.copy {
  letter-spacing: 0;
  margin-bottom: 49px;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.copy > span {
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > p {
  font-size: 86.6%;
  line-height: 2.1em;
  }

  article#root article#company > div.inner > div.body > section.company_contents > div.inner > section.message > div.inner > div.message_heading > div.message_body > div.row > div.col.col_2 > div.inner > div.text > div.name {
  margin-top: 40px;
  letter-spacing: 0.05em;
  }

  /*============================
  #recruit

  _|_|_|    _|_|_|_|    _|_|_|  _|_|_|    _|    _|  _|_|_|  _|_|_|_|_|
  _|    _|  _|        _|        _|    _|  _|    _|    _|        _|
  _|_|_|    _|_|_|    _|        _|_|_|    _|    _|    _|        _|
  _|    _|  _|        _|        _|    _|  _|    _|    _|        _|
  _|    _|  _|_|_|_|    _|_|_|  _|    _|    _|_|    _|_|_|      _|


  ============================*/
  article#root article#recruit {
  }

  article#root article#recruit > div.inner {
  }

  article#root article#recruit > div.inner > div.body {
  }

  article#root article#recruit > div.inner > div.body > section.common_heading_area {
  }

  article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner {
  }

  article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  }

  article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
  }

  article#root article#recruit > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > div.copy {
  font-size: 160%;
  font-weight: 600;

  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > div.copy > span {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > p {
  margin-top: 10px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.intro > p > span {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.img {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.img > img.preload {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.text {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.pc > div.inner > div.text > p {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div {
    position: relative;
    margin-bottom: 23px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div > div.img {
    width: 86.6%;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.img {
  margin: 0 0 0 auto;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.img > img.preload {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div > div.text {
    position: absolute;
    color: #ffffff;
    background-color: #AAC8CE;
    z-index: 10;
    height: 4em;
    bottom: 55px;
    font-size: 93.3%;
    font-weight: bold;
    padding: 16px 32px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.text {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div > div.text > p {
    
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_1 > div.text > p {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.img {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.img > img.preload {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.text {
  right: 0;
  left: auto;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_2 > div.text > p {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.img {
  margin: 0 0 0 auto;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.img > img.preload {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.text {
  height: 6em;
  text-align: left;
  bottom: 33px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_img.sp > div.inner > div.section_3 > div.text > p {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner {
  padding-bottom: 57px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box {
  position: relative;
  top: -5px;
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box > p {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.text_wrap.arrow_text_box > p > span {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner > span {
  }

  article#root article#recruit > div.inner > div.body > section.recruit_contents > div.inner > div.recruit_bottom_area > div.inner > div.btn_recruit > a > div.inner > span::after {
  }
  /*============================
  #contact

    _|_|_|    _|_|    _|      _|  _|_|_|_|_|    _|_|      _|_|_|  _|_|_|_|_|
  _|        _|    _|  _|_|    _|      _|      _|    _|  _|            _|
  _|        _|    _|  _|  _|  _|      _|      _|_|_|_|  _|            _|
  _|        _|    _|  _|    _|_|      _|      _|    _|  _|            _|
    _|_|_|    _|_|    _|      _|      _|      _|    _|    _|_|_|      _|


  ============================*/
  article#root article#contact {
  }

  article#root article#contact > div.inner {
  padding-bottom: 95px;
  }

  article#root article#contact > div.inner > div.body {
  }

  article#root article#contact > div.inner > div.body > section.common_heading_area {
  }

  article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner {
  padding-top: 96px;
  padding-bottom: 25px;
  }

  article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading {
  }

  article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.jp {
  }

  article#root article#contact > div.inner > div.body > section.common_heading_area > div.inner > h2.common_heading > div.en {
  }

  article#root article#contact > div.inner > div.body > section.contact_contents {
  }

  article#root article#contact > div.inner > div.body > section.contact_contents > div.inner {
  }



}
/* @end */






/* @group If <= 450 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:450px) {
}
/* @end */






/* @group If <= 350 

_|_|_|  _|_|_|_|
  _|    _|
  _|    _|_|_|
  _|    _|
_|_|_|  _|

 --------------------------------------------------------*/
@media only screen and (max-width:350px) {
}
/* @end */



