@charset "UTF-8";
/*  common
================================================ */
/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  vertical-align: bottom;
  background: transparent; }

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

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif;
  line-height: 1; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  background: transparent;
  outline: none; }

img {
  vertical-align: bottom; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th, td {
  text-align: left;
  vertical-align: top; }

input, select, textarea {
  font-family: inherit; }

input[type="submit"] {
  cursor: pointer; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*  02_base
================================================ */
html {
  overflow: auto; }

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .06em;
  overflow: hidden;
  -webkit-text-size-adjust: 100%; }
  @media all and (min-width: 600px) {
    body {
      min-width: 1160px;
      font-size: 1.6rem; } }
  body.sg {
    height: auto; }

a {
  color: inherit;
  text-decoration: underline; }
  @media all and (min-width: 600px) {
    a:hover {
      text-decoration: none; } }

span {
  font-weight: inherit; }

strong {
  font-weight: 700; }

img {
  width: 100%;
  height: auto; }

.l-wrapper {
  position: relative; }

.l-container {
  padding: 20px 0 40px; }
  @media all and (min-width: 600px) {
    .l-container {
      padding: 30px 0 90px; }
      .l-container.col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 1160px;
        margin: 0 auto; }
        .l-container.col2 .l-contents {
          width: calc(100% - 242px - 80px); }
        .l-container.col2 .l-sidebar {
          padding-top: 116px;
          width: 242px; } }

/*  utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: 'sp'; }
  @media all and (min-width: 600px) {
    .u-media-query {
      font-family: 'pc'; } }

@media all and (max-width: 599px) {
  .u-view-pc {
    display: none !important; } }

@media all and (min-width: 600px) {
  .u-view-sp {
    display: none !important; } }

/* link
-------------------------------------- */
.u-alpha {
  display: block;
  text-decoration: none; }
  @media all and (min-width: 600px) {
    .u-alpha {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .u-alpha:hover {
        opacity: .7; } }

/* font
-------------------------------------- */
.u-font-barlow {
  font-family: 'Barlow', sans-serif; }

/* layout
-------------------------------------- */
.u-cf:after {
  content: "";
  display: block;
  clear: both; }

.u-inner {
  box-sizing: border-box; }
  @media all and (max-width: 599px) {
    .u-inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media all and (min-width: 600px) {
    .u-inner {
      width: 100%;
      max-width: 1160px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px; } }

/*  component
================================================ */
/*
Archive

c-archive01
 
.c-archive01 - base style
 
Markup:
<ul class="archive c-archive01 {$modifiers}">
	<li class="c-archive01__item"><a href="#" class="c-archive01__link u-alpha">
		<div class="c-archive01__img"><img src="http://wptest.mh-test.com/cms/wp-content/uploads/2015/07/pic_dummy01-640x400.png" class="attachment-pic640 size-pic640 wp-post-image" alt="" title="" width="576" height="360"></div>
		<ul class="c-archive01__meta">
			<li class="c-archive01__cat">カテゴリ</li>
			<li class="c-archive01__date">0000.00.00</li>
		</ul>
		<p class="c-archive01__sub">記事タイトル</p>
	</a></li>
</ul>
 
Styleguide 1.0.0
*/
.c-archive01__item {
  background-color: #fff;
  padding-bottom: 30px; }
  .c-archive01__item + .c-archive01__item {
    margin-top: 20px; }

.c-archive01__head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.5;
  padding: 25px 10px 0; }
  .c-archive01__head:before {
    content: '';
    width: 35px;
    height: 1px;
    background-color: #009e96;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto; }

.c-archive01__txt {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 17px;
  padding: 0 10px; }

.c-archive01__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-archive01 .c-archive01__btn {
  max-width: 125px;
  margin: 0 7px;
  width: 125px; }

.c-archive01 .c-archive01__btn-link {
  font-size: 1.2rem;
  padding: 8px 0; }
  .c-archive01 .c-archive01__btn-link:before {
    right: 12px; }

@media all and (min-width: 600px) {
  .c-archive01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-archive01__item {
      width: 350px;
      padding-bottom: 30px;
      margin-right: 35px; }
      .c-archive01__item + .c-archive01__item {
        margin-top: 0; }
      .c-archive01__item:nth-child(3n) {
        margin-right: 0; }
    .c-archive01__img {
      overflow: hidden; }
      .c-archive01__img img {
        display: block;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .c-archive01__img.is-active img {
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
        opacity: 1; }
    .c-archive01__head {
      font-size: 1.8rem;
      padding-top: 30px;
      margin-bottom: 30px;
      padding: 30px 10px 0; }
      .c-archive01__head:before {
        width: 40px;
        bottom: -16px; }
    .c-archive01__txt {
      font-size: 1.5rem;
      margin-bottom: 23px; }
    .c-archive01__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .c-archive01 .c-archive01__btn {
      max-width: 145px;
      margin: 0 5px;
      width: 145px; }
    .c-archive01 .c-archive01__btn-link {
      font-size: 1.4rem; }
      .c-archive01 .c-archive01__btn-link:before {
        top: 14px;
        right: 15px; } }

/*
Archive

c-archive02
 
.c-archive02 - base style
 
Markup:
<ul class="home-news-archive c-archive02">
<li class="js-inview fade-anim c-archive02__item is-show">
<a href="#" class="c-archive02__link">
<div class="c-archive02__mata">
<p class="c-archive02__cat">お知らせ</p>
<p class="c-archive02__date u-font-barlow">2020.00.00</p>
</div>
<p class="c-archive02__txt">新機種「ワンバーS-30」素材ダウンロードを公開しました</p>
</a>
</li>
<li class="js-inview fade-anim c-archive02__item is-show">
<a href="#" class="c-archive02__link">
<div class="c-archive02__mata">
<p class="c-archive02__cat">お知らせ</p>
<p class="c-archive02__date u-font-barlow">2020.00.00</p>
</div>
<p class="c-archive02__txt">新機種「ワンバーS-30」公式サイトを公開しました</p>
</a>
</li>
<li class="js-inview fade-anim c-archive02__item is-show">
<a href="#" class="c-archive02__link">
<div class="c-archive02__mata">
<p class="c-archive02__cat">素材ダウンロード</p>
<p class="c-archive02__date u-font-barlow">2020.00.00</p>
</div>
<p class="c-archive02__txt">新機種「CRデコラッシュ 259ver.」、「CRデコラッシュ 199ver.」スペックを公開しました</p>
</a>
</li>
</ul>
 
Styleguide 1.0.1
*/
.c-archive02__item {
  padding: 14px 0; }
  .c-archive02__item + .c-archive02__item {
    border-top: 1px solid #d6d6d6; }

.c-archive02__date {
  font-size: 1.4rem; }

.c-archive02__head {
  font-weight: bold;
  color: #0071be; }

.c-archive02__txt {
  line-height: 1.5; }

@media all and (min-width: 600px) {
  .c-archive02__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 40px 20px 0; }
  .c-archive02__mata {
    width: 115px; }
  .c-archive02__date {
    font-size: 1.6rem; }
  .c-archive02__in {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-archive02__txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }

/*
Archive

c-archive03
 
.c-archive03 - base style
 
Markup:
<ul class="c-archive03 js-more-list">
	<li class="c-archive03__item">
		<ul class="c-archive03-meta">
			<li class="c-archive03-meta__item is-type">パチスロ</li>
			<li class="c-archive03-meta__item is-logo">
				<div class="c-archive03-meta__logo"><img src="/img/products/logo_yama01.jpg" alt="yama"></div>
			</li>
			<li class="c-archive03-meta__item is-name">スーパービンゴギャラクシー</li>
		</ul>
		<div class="c-archive03__main-box">
			<div class="c-archive03__machine">
				<img src="/img/products/img_machine01.jpg" alt="">
			</div>
			<div class="c-archive03__info">
				<p class="c-archive03__date">2019年9月登場</p>
				<p class="c-archive03__logo">
					<img src="/img/products/img_logo01.jpg" alt="">
				</p>
				<div class="c-archive03__area-txt">
					<p class="c-archive03__copy">純増約4.6枚!ノンストップAT!</p>
					<p class="c-archive03__data">6号機、AT</p>
					<p class="c-archive03__copyright">&copy;BELLCO</p>
				</div>
				<div class="c-archive03__area-btn">
					<p class="c-archive03__btn c-btn01 is-blank">
						<a href="#" target="_blank" rel="noopener noreferrer" class="c-archive01__btn-link c-btn01__link">特設サイト</a>
					</p>
					<p class="c-archive03__btn c-btn01">
						<a href="#" target="_blank" rel="noopener noreferrer" class="c-archive01__btn-link c-btn01__link">詳細ページへ</a>
					</p>								
				</div>
			</div>
		</div>
	</li>
</ul>
 
Styleguide 1.0.2
*/
.c-archive03__item {
  background: #fff;
  border: 1px solid #d6d6d6; }
  .c-archive03__item + .c-archive03__item {
    margin-top: 30px; }
  .c-archive03__item.is-hidden {
    display: none; }

.c-archive03-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-archive03-meta__item {
    width: 50%;
    border-bottom: 1px solid #d6d6d6;
    box-sizing: border-box; }
    .c-archive03-meta__item.is-type {
      padding: 2px 0;
      border-right: 1px solid #d6d6d6;
      background: #009e96;
      color: #fff;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center; }
    .c-archive03-meta__item.is-name {
      padding: 3px 0;
      width: 100%;
      text-align: center;
      font-weight: bold; }
  .c-archive03-meta__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-align: center; }
    .c-archive03-meta__logo img {
      width: auto;
      height: 19px; }

.c-archive03__main-box {
  padding: 10px 0 20px; }

.c-archive03__machine {
  float: left;
  width: calc(30% - 5px);
  position: relative;
  height: 150px;
  margin-left: 5px; }
  @media all and (max-width: 340px) {
    .c-archive03__machine {
      margin-left: 15px;
      width: calc(30% - 15px); } }
  .c-archive03__machine img {
    height: 141px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.c-archive03__area-btn {
  margin-top: 19px;
  padding-top: 18px;
  border-top: 1px solid #d6d6d6;
  clear: both; }

.c-archive03__area-txt {
  position: relative;
  width: 65%;
  margin-left: 35%;
  box-sizing: border-box;
  padding-right: 14px; }

.c-archive03__date {
  font-weight: bold;
  font-size: 1.3rem;
  text-align: right;
  padding-right: 14px; }

.c-archive03__logo {
  float: left;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  min-height: 70px;
  margin-bottom: 5px; }
  @media all and (max-width: 340px) {
    .c-archive03__logo {
      min-height: 55px; } }
  .c-archive03__logo img {
    width: 72%; }
    @media all and (max-width: 340px) {
      .c-archive03__logo img {
        width: 60%; } }

.c-archive03__copy {
  font-weight: bold;
  line-height: 1.5; }

.c-archive03__copyright {
  font-size: 1.2rem;
  text-align: right; }

.c-archive03__btn {
  max-width: 252px !important; }
  .c-archive03__btn + .c-archive03__btn {
    margin-top: 15px; }

.c-archive03-more-btn {
  cursor: pointer; }

@media all and (min-width: 600px) {
  .c-archive03__item {
    background: #fff;
    border: 1px solid #d6d6d6; }
    .c-archive03__item + .c-archive03__item {
      margin-top: 42px; }
  .c-archive03-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-archive03-meta__item {
      width: 19%;
      border-bottom: none;
      min-width: 212px;
      min-height: 60px;
      font-size: 2.2rem; }
      .c-archive03-meta__item.is-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px;
        border-bottom: 1px solid #d6d6d6;
        background: #009e96;
        color: #fff;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center; }
      .c-archive03-meta__item.is-logo {
        min-width: 215px; }
      .c-archive03-meta__item.is-name {
        padding: 13px 40px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: left;
        font-weight: bold;
        border-bottom: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        line-height: 1.5; }
    .c-archive03-meta__logo {
      border-bottom: 1px solid #d6d6d6;
      box-sizing: border-box; }
      .c-archive03-meta__logo img {
        position: relative;
        top: 5px;
        height: 34px; }
  .c-archive03__main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 37px 35px 47px; }
  .c-archive03__machine {
    float: none;
    width: 34%;
    height: 388px;
    margin: 0 75px 0 0; }
    .c-archive03__machine img {
      height: 388px; }
  .c-archive03__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-archive03__area-btn {
    position: relative;
    margin-top: 21px;
    padding-top: 0;
    border-top: none;
    height: 64px; }
  .c-archive03__area-txt {
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 0; }
  .c-archive03__date {
    font-size: 1.6rem;
    padding: 10px 0 0 0;
    line-height: 1.3; }
  .c-archive03__logo {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 170px;
    margin-bottom: 25px; }
    .c-archive03__logo img {
      width: 68%; }
  .c-archive03__copy {
    font-size: 2rem; }
  .c-archive03__copyright {
    position: relative;
    top: -8px;
    font-size: 1.4rem; }
  .c-archive03__data {
    margin-top: 2px; }
  .c-archive03__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    max-width: 290px !important;
    margin: 0 !important; }
    .c-archive03__btn.is-blank {
      left: 0; }
    .c-archive03__btn + .c-archive03__btn {
      margin-top: 0; }
  .c-archive03-more-btn {
    margin-top: 70px !important; } }

/*
Archive

c-archive04
 
.c-archive04 - base style
 
Markup:
<ul class="download-archive-list c-archive04">
	<?php for($i =0; $i < 15; $i++): ?>
	<li class="c-archive04__item">
		<a href="" class="c-archive04__link">
			<div class="c-archive04__img">
				<img src="/img/download/img_machine01.png" alt="">
			</div>
			<div class="c-archive04__txt-area">
				<p class="c-archive04__txt">キングオブジャック</p>
				<p class="c-archive04__lead">ダウンロードはコチラ</p>
			</div>
		</a>
	</li>
	<?php endfor; ?>							
</ul>
 
Styleguide 1.0.3
*/
.c-archive04__item {
  border: 1px solid #d6d6d6; }
  .c-archive04__item + .c-archive04__item {
    margin-top: 20px; }

.c-archive04__img {
  padding: 20px 0;
  text-align: center;
  background: #f2f2f2; }
  .c-archive04__img img {
    height: 294px;
    width: auto; }

.c-archive04__txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem; }
  .c-archive04__txt-area {
    padding: 12px 15px;
    border-top: 1px solid #d6d6d6; }

.c-archive04__lead {
  position: relative;
  margin-top: 15px;
  color: #009e96;
  text-align: right;
  padding-right: 12px; }
  .c-archive04__lead:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #009e96;
    border-right: 2px solid #009e96;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media all and (min-width: 600px) {
  .c-archive04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
    .c-archive04__item {
      margin: 0 15px;
      width: calc(33.3% - 30px);
      box-sizing: border-box; }
      .c-archive04__item + .c-archive04__item {
        margin-top: 0; }
      .c-archive04__item:nth-child(n+4) {
        margin-top: 30px; }
    .c-archive04__img {
      padding: 27px 0 30px; }
    .c-archive04__txt {
      font-size: 2.2rem;
      line-height: 1.5; }
      .c-archive04__txt-area {
        padding: 12px 15px;
        border-top: 1px solid #d6d6d6; }
    .c-archive04__lead {
      margin-top: 21px;
      padding-right: 19px; }
      .c-archive04__lead:before {
        top: 13px;
        right: 4px; } }

/*
Archive

c-archive05
 
.c-archive05 - base style
 
Markup:
<ul class="news-archive c-archive02">
	<li class="c-archive02__item">
		<a href="#" class="c-archive02__link">
			<div class="c-archive02__mata">
				<p class="c-archive02__cat">お知らせ</p>
				<p class="c-archive02__date u-font-barlow">2020.00.00</p>
			</div>
			<p class="c-archive02__txt">新機種「ワンバーS-30」素材ダウンロードを公開しました</p>
		</a>
	</li>
</ul>		
 
Styleguide 1.0.4
*/
.c-archive05__item + .c-archive05__item {
  border-top: 1px solid #d6d6d6; }

.c-archive05__item:last-child {
  border-bottom: 1px solid #d6d6d6; }

.c-archive05__link {
  display: block;
  text-decoration: none;
  padding: 14px 30px 14px 0; }

.c-archive05__mata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px; }

.c-archive05__cat {
  font-size: 1.1rem;
  min-width: 120px;
  background-color: #f2f2f2;
  text-align: center;
  color: #e60012;
  line-height: 1.9;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 5px 5px 0; }
  .c-archive05__cat-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.c-archive05__date {
  position: relative;
  top: -2px;
  margin-left: 10px; }

.c-archive05__txt {
  position: relative;
  line-height: 1.7; }
  .c-archive05__txt:before {
    content: '';
    position: absolute;
    top: 4px;
    right: -21px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #009e96;
    border-right: 2px solid #009e96;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media all and (min-width: 600px) {
  .c-archive05__item + .c-archive05__item {
    border-top: 1px solid #d6d6d6; }
  .c-archive05__link {
    padding: 24px 40px 24px 0; }
    .c-archive05__link:hover .c-archive05__txt {
      color: #0bc3ba;
      text-decoration: underline; }
  .c-archive05__mata {
    margin-bottom: 0; }
  .c-archive05__cat {
    font-size: 1.2rem;
    min-width: 140px;
    line-height: 1.9;
    padding: 2px 5px;
    margin-bottom: 5px; }
  .c-archive05__date {
    font-size: 1.6rem;
    margin-left: 14px; }
  .c-archive05__txt {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .c-archive05__txt:before {
      content: '';
      position: absolute;
      top: 9px;
      right: -29px;
      width: 7px;
      height: 7px; } }

/*
Button

c-btn01

.c-btn01 - base style
.c-btn01.is_white - is_white

Markup:
<p class="c-btn01 {$modifiers}"><a href="#">Button</a></p>

Styleguide 2.0.0
*/
.c-btn01 {
  max-width: 275px;
  margin: auto;
  text-align: center; }
  .c-btn01__link {
    display: block;
    padding: 14px 0;
    border: 2px solid #009e96;
    border-radius: 25px;
    text-decoration: none;
    color: #009e96;
    font-weight: bold;
    line-height: 1.3;
    position: relative; }
    .c-btn01__link:before {
      content: '';
      position: absolute;
      top: 40%;
      right: 20px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #009e96;
      border-right: 2px solid #009e96;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-btn01.is-dl .c-btn01__link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 16px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../img/common/ico_dl01.png) no-repeat center/contain;
    border: none; }
  @media all and (min-width: 600px) {
    .c-btn01 {
      max-width: 320px; }
      .c-btn01__link {
        border-radius: 40px;
        padding: 20px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .c-btn01__link:before {
          top: 25px;
          right: 30px;
          width: 6px;
          height: 6px; }
        .c-btn01__link:hover {
          color: #fff;
          border: 2px solid #0bc3ba;
          background-color: #0bc3ba; }
          .c-btn01__link:hover:before {
            border-top: 2px solid #fff;
            border-right: 2px solid #fff; } }

.c-btn01.is-white .c-btn01__link {
  border: 2px solid #fff;
  color: #fff; }
  .c-btn01.is-white .c-btn01__link:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }

@media all and (min-width: 600px) {
  .c-btn01.is-white .c-btn01__link:hover {
    border: 2px solid #0bc3ba;
    background-color: #0bc3ba; } }

.c-btn01.is-blank .c-btn01__link:before {
  border: none;
  background: url(../img/common/ico_blank01.png) 0 0 no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

@media all and (min-width: 600px) {
  .c-btn01.is-blank .c-btn01__link:hover:before {
    background: url(../img/common/ico_blank02.png) 0 0 no-repeat;
    background-size: contain; } }

.c-btn01.is-pdf .c-btn01__link {
  position: relative; }
  .c-btn01.is-pdf .c-btn01__link:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    right: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/common/ico_pdf01.png) 0 0 no-repeat;
    background-size: contain;
    border: none; }

@media all and (min-width: 600px) {
  .c-btn01.is-pdf .c-btn01__link:before {
    width: 27px;
    height: 27px; }
  .c-btn01.is-pdf .c-btn01__link:hover:before {
    background: url(../img/common/ico_pdf02.png) 0 0 no-repeat;
    background-size: contain; } }

/*
c-btn02

.c-btn02 - base style

Markup:
<p class="c-btn02 {$modifiers}"><a href="#">Button</a></p>

Styleguide 2.0.1
*/
.c-btn02 {
  max-width: 275px;
  margin: auto;
  text-align: center; }
  .c-btn02__link {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
    background-color: #e60012; }
    .c-btn02__link:before {
      content: '';
      position: absolute;
      top: 40%;
      right: 20px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-btn02.is-search .c-btn02__link {
    height: 35px;
    width: 205px;
    margin: 0 auto;
    padding: 5px 15px 8px; }
    .c-btn02.is-search .c-btn02__link:before {
      display: inline-block;
      position: relative;
      top: 3px;
      right: auto;
      width: 16px;
      height: 16px;
      margin-right: 5px;
      border: none;
      background: url(../img/common/ico_loupe01.png) center center no-repeat;
      background-size: cover;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .c-btn02 button {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 1.4rem;
    letter-spacing: .06em;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer; }
  @media all and (min-width: 600px) {
    .c-btn02 {
      max-width: 320px; }
      .c-btn02__link {
        border-radius: 40px;
        padding: 22px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .c-btn02__link:before {
          top: 28px;
          right: 30px;
          width: 6px;
          height: 6px; }
        .c-btn02__link:hover {
          background-color: #ff4316; }
      .c-btn02.is-search .c-btn02__link {
        height: 38px;
        padding: 2px 15px 7px;
        font-size: 1.6rem; }
        .c-btn02.is-search .c-btn02__link:before {
          top: 4px;
          width: 18px;
          height: 18px; } }

/*
c-btn03

.c-btn03 - base style

Markup:
<p class="c-btn03"><a href="#" class="c-btn03__link u-alpha">応募フォームはコチラ</a></p>

Styleguide 2.0.2
*/
.c-btn03 {
  max-width: 275px;
  margin: 35px auto 0;
  text-align: center; }
  .c-btn03__link {
    display: block;
    width: 100%;
    padding: 16px 0;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    background-color: #009e96; }
    .c-btn03__link:before {
      content: '';
      position: absolute;
      top: 40%;
      right: 20px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-btn03.is-down .c-btn03__link:before {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .c-btn03.is-back .c-btn03__link:before {
    top: 41%;
    left: 20px;
    right: auto;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  @media all and (min-width: 600px) {
    .c-btn03 {
      max-width: 320px; }
      .c-btn03__link {
        border-radius: 40px;
        padding: 22px 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .c-btn03__link:before {
          top: 28px;
          right: 30px;
          width: 6px;
          height: 6px; }
        .c-btn03__link:hover {
          opacity: .7; }
      .c-btn03.is-back .c-btn03__link:before {
        top: 28px;
        left: 20px;
        right: auto;
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); } }

.c-btn04 {
  max-width: 100%;
  margin: auto;
  text-align: center; }
  .c-btn04__link {
    display: block;
    padding: 16px 0;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    background-color: #0071be;
    font-weight: bold;
    line-height: 1.3;
    position: relative; }
    .c-btn04__link:before {
      content: '';
      position: absolute;
      top: 45%;
      right: 20px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: 1; }
  @media all and (min-width: 600px) {
    .c-btn04 {
      width: 440px;
      margin: 0; }
      .c-btn04__link {
        border-radius: 40px;
        padding: 28px 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .c-btn04__link:before {
          top: 34px;
          right: 34px;
          width: 6px;
          height: 6px; }
        .c-btn04__link:hover .btn-span {
          width: 1000px;
          height: 1000px; }
      .c-btn04__txt {
        position: relative;
        z-index: 2;
        font-size: 1.8rem; }
      .c-btn04__span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: #2190db;
        -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

/*
Head

c-head01

.c-head01 - Base styles
.is-horizontal - horizontal style

Markup:
<div class="c-head01">
	<p class="c-head01__en u-font-barlow">products</p>
	<h2 class="c-head01__jp">機種情報</h2>
</div>

Styleguide 5.0.0
*/
.c-head01 {
  text-align: center; }
  .c-head01__en {
    line-height: 1.5;
    font-size: 3.5rem;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    .c-head01__en.is-color-white {
      color: #fff; }
  .c-head01__jp {
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: bold; }
    .c-head01__jp.is-color-white {
      color: #fff; }
  .c-head01.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-head01.is-horizontal .c-head01__en {
      font-size: 2.5rem; }
    .c-head01.is-horizontal .c-head01__jp {
      margin-left: 16px;
      font-size: 1.4rem; }
  @media all and (min-width: 600px) {
    .c-head01__en {
      font-size: 5.0rem; }
    .c-head01__jp {
      font-size: 1.8rem; }
    .c-head01.is-horizontal .c-head01__en {
      font-size: 3.6rem; }
    .c-head01.is-horizontal .c-head01__jp {
      margin-left: 20px;
      font-size: 1.6rem; } }

/*
Head

c-head02 - 英語+日本語タイトル

.c-head02 - Base styles

Markup:
<div class="c-head02 {$modifiers}">
	<h2 class="c-head02__en u-font-barlow">official sns</h2>
</div>

Styleguide 5.0.1
*/
.c-head02 {
  text-align: center; }
  .c-head02__en {
    display: inline-block;
    line-height: 1.5;
    font-size: 2.5rem;
    text-transform: uppercase;
    border-bottom: 2px solid #333; }
  @media all and (min-width: 600px) {
    .c-head02 {
      text-align: center; }
      .c-head02__en {
        font-size: 3.0rem; } }

/*
Head

c-head03

.c-head03 - Base styles

Markup:
<h2 class="c-head03"><span class="c-head03__txt">関連企業</span></h2>

Styleguide 5.0.2
*/
.c-head03 {
  margin-bottom: 25px;
  text-align: center; }
  .c-head03__txt {
    display: inline-block;
    padding-bottom: 2px;
    line-height: 1.5;
    font-size: 1.7rem;
    font-weight: 700;
    border-bottom: 2px solid #333; }
  @media all and (min-width: 600px) {
    .c-head03 {
      margin-bottom: 50px; }
      .c-head03__txt {
        padding-bottom: 4px;
        font-size: 2.2rem; } }

/*
Head

c-head04

.c-head04 - Base styles

Markup:
<h2 class="sitepolicy-sec__head c-head04">免責事項</h2>

Styleguide 5.0.3
*/
.c-head04 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 2rem;
  border-bottom: 2px solid #009e96;
  font-weight: 700;
  line-height: 1.5; }
  @media all and (min-width: 600px) {
    .c-head04 {
      margin-bottom: 30px;
      padding-bottom: 8px;
      font-size: 3rem;
      letter-spacing: 0.15rem; } }

/*
Head

c-head05

.c-head05 - Base styles

Markup:
<h3 class="company-greenting__head c-head05">会社概要</h3>

Styleguide 5.0.4
*/
.c-head05 {
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  border-left: 3px solid #009e96; }
  @media all and (min-width: 600px) {
    .c-head05 {
      font-size: 2.4rem;
      border-width: 5px;
      line-height: 1.3; } }

/*
Head

c-head06

.c-head06 - Base styles

Markup:
<h3 class="company-greenting__head c-head06">会社概要</h3>

Styleguide 5.0.4
*/
.c-head06 {
  position: relative;
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  .c-head06:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #009e96; }
  @media all and (min-width: 600px) {
    .c-head06 {
      font-size: 4.2rem;
      letter-spacing: 0.2rem; }
      .c-head06:before {
        bottom: -20px;
        left: 50%;
        width: 40px;
        height: 5px; } }

/*
Toggle

c-toggle-tit01

.c-toggle-tit01 - Base styles

Markup:
<p class="js-toggle-trigger c-toggle-tit01">アコーディオン開閉</p>
<div class="js-toggle-content txt">内容</div>

Styleguide 11.0.0
*/
.c-toggle-tit01 {
  position: relative; }
  .c-toggle-tit01:before {
    position: absolute;
    content: "";
    top: 30%;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../img/common/ico_arw02.png) no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .c-toggle-tit01.is-active:before {
    top: 30%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

/*
Toggle

c-toggle-tit02

.c-toggle-tit02 - Base styles

Markup:
<p class="js-toggle-trigger c-toggle-tit02">アコーディオン開閉</p>
<div class="js-toggle-content txt">内容</div>

Styleguide 11.0.1
*/
.c-toggle-tit02 {
  position: relative;
  background-color: #009e96;
  color: #fff;
  padding: 10px 35px 15px 10px;
  line-height: 1.6; }
  .c-toggle-tit02:before {
    position: absolute;
    content: "";
    top: 43%;
    right: 15px;
    width: 13px;
    height: 13px;
    background: url(../img/common/ico_arw03.png) no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .c-toggle-tit02.is-active:before {
    top: 38%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media all and (min-width: 600px) {
    .c-toggle-tit02 {
      padding: 15px;
      font-size: 2rem; }
      .c-toggle-tit02:before {
        top: 45%;
        right: 30px;
        width: 20px;
        height: 20px; }
      .c-toggle-tit02.is-active:before {
        top: 35%;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }

/*  common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb {
  background-color: #00696a; }
  .l-breadcrumb .breadcrumb-list {
    text-align: right;
    padding-bottom: 5px; }
    .l-breadcrumb .breadcrumb-list__link {
      text-decoration: none; }
    .l-breadcrumb .breadcrumb-list__item {
      font-size: 1.3rem;
      color: #fff;
      display: inline-block; }
      .l-breadcrumb .breadcrumb-list__item + .breadcrumb-list__item {
        padding-left: 5px; }
        .l-breadcrumb .breadcrumb-list__item + .breadcrumb-list__item:before {
          content: ">";
          margin-right: 4px; }

/* .l-footer
================================================ */
.l-footer {
  background: #0071be url(../img/common/footer/bg_footer01_sp.png) 50% 0 no-repeat;
  background-size: contain;
  padding-bottom: 25px;
  position: relative; }
  @media all and (min-width: 600px) {
    .l-footer {
      overflow: hidden;
      background: #0071be url(../img/common/footer/bg_footer01_pc.png) 50% -65px no-repeat;
      background-size: contain;
      padding-bottom: 35px;
      position: relative; } }

.ft-bnr {
  margin-bottom: 35px; }
  .ft-bnr__list {
    border: 2px solid #0071be;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 5px 6px 15px; }
  .ft-bnr__item {
    margin-right: 10px;
    margin: 0 10px 10px 0; }
    .ft-bnr__item img {
      height: 35px;
      width: auto; }
  @media all and (min-width: 600px) {
    .ft-bnr {
      margin-bottom: 30px; }
      .ft-bnr__list {
        border: 3px solid #0071be;
        padding: 37px 32px 17px 42px; }
      .ft-bnr__item {
        margin-right: 10px;
        margin: 0 10px 20px 0; }
        .ft-bnr__item img {
          height: 60px; } }

.ft-caution {
  margin-bottom: 25px; }
  .ft-caution-box {
    border: 2px solid #fff;
    padding: 0 20px 16px 20px;
    box-sizing: border-box;
    margin-bottom: 8px; }
  .ft-caution__img {
    width: 50px;
    margin: -18px auto 10px; }
  .ft-caution__txt {
    color: #fff;
    font-weight: bold;
    line-height: 1.6; }
  .ft-caution__copy {
    text-align: center;
    color: #92d2ff;
    font-size: 1.1rem; }
  @media all and (min-width: 600px) {
    .ft-caution {
      margin-bottom: 45px; }
      .ft-caution-box {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 810px;
        margin: 0 auto 10px; }
      .ft-caution__img {
        width: 112px;
        margin: -12px 0 0 -3px;
        text-align: center; }
        .ft-caution__img img {
          width: 68px; }
      .ft-caution__txt {
        padding: 11px 15px 15px 30px;
        border-left: 2px solid #fff;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .ft-caution__copy {
        font-size: 1.4rem; } }

.ft-btm-area {
  border-top: 1px solid #4d9cd2; }
  @media all and (min-width: 600px) {
    .ft-btm-area {
      padding-top: 40px; }
      .ft-btm-area__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

.ft-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 18px;
  margin-bottom: 14px; }

.ft-nav__item {
  width: 48%;
  border-bottom: 1px solid #4d9cd2; }
  .ft-nav__item.is-full {
    width: 100%; }
  .ft-nav__item.is-item01 {
    width: 30%; }
  .ft-nav__item.is-item02 {
    width: 66%; }

.ft-nav__link {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 0; }

.ft-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .ft-nav__sub-link {
    font-size: 1.1rem;
    text-decoration: none;
    color: #fff;
    padding: 0 16px; }

@media all and (min-width: 600px) {
  .ft-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .ft-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 7px;
      margin-bottom: 7px; }
    .ft-nav__item {
      width: auto;
      border-bottom: none;
      line-height: 1.2; }
      .ft-nav__item.is-full {
        width: auto; }
        .ft-nav__item.is-full .ft-nav__link {
          padding-right: 0; }
      .ft-nav__item.is-item01 {
        width: auto; }
      .ft-nav__item.is-item02 {
        width: auto; }
      .ft-nav__item + .ft-nav__item {
        border-left: 1px solid #4d9cd2; }
    .ft-nav__link {
      font-size: 1.4rem;
      padding: 0 21px; }
      .ft-nav__link:hover {
        text-decoration: underline; }
    .ft-nav__sub {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .ft-nav__sub-item:last-child .ft-nav__sub-link {
        padding-right: 0; }
      .ft-nav__sub-link {
        font-size: 1.3rem;
        padding: 0 20px; }
        .ft-nav__sub-link:hover {
          text-decoration: underline; } }

.ft-btm__logo {
  width: 94px;
  margin: 25px auto 3px; }

@media all and (min-width: 600px) {
  .ft-btm__logo {
    width: 112px;
    margin: 0; } }

.ft-cr {
  text-align: center;
  font-size: 1.1rem;
  color: #92d2ff; }
  @media all and (min-width: 600px) {
    .ft-cr {
      text-align: left;
      font-size: 1.4rem;
      padding-top: 10px; } }

/* .c-pagetop
================================================ */
.ft-pagetop__link {
  position: absolute;
  bottom: 35px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  overflow: hidden; }
  .ft-pagetop__link img {
    width: 12px; }

@media all and (min-width: 600px) {
  .ft-pagetop__link {
    bottom: 175px;
    right: 30px;
    width: 56px;
    height: 56px; }
    .ft-pagetop__link img {
      width: 16px; } }

/* .l-header
================================================ */
.l-header {
  width: 100%;
  position: relative;
  min-width: 320px;
  z-index: 2000; }
  @media all and (min-width: 600px) {
    .l-header {
      width: 100%;
      min-width: 1160px; } }

/* .hd-msg
-------------------------------------- */
.hd-msg {
  background-color: #f2f2f2; }
  .hd-msg__inner {
    padding: 10px 27px 10px 15px;
    position: relative; }
  .hd-msg.is-close {
    display: none; }
  .hd-msg__txt {
    font-size: 1.0rem;
    line-height: 1.5; }
  .hd-msg__btn {
    width: 20px;
    position: absolute;
    top: 3px;
    right: 10px; }
  @media all and (min-width: 600px) {
    .hd-msg__inner {
      padding: 18px 60px 18px 30px; }
    .hd-msg__txt {
      font-size: 1.5rem; }
    .hd-msg__btn {
      cursor: pointer;
      width: 30px;
      top: 25%;
      right: 20px; } }

/* .l-header .hd-info
-------------------------------------- */
.l-header .hd-info {
  position: relative;
  z-index: 3;
  height: 50px;
  padding: 13px 10px 0 15px;
  background: #fff;
  box-sizing: border-box; }
  .l-header .hd-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .l-header .hd-info__logo {
    width: 87px;
    padding-top: 2px; }
  @media all and (min-width: 600px) {
    .l-header .hd-info {
      height: auto;
      padding: 0; }
      .l-header .hd-info-wrap {
        height: 105px; }
      .l-header .hd-info-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff; }
      .l-header .hd-info__logo {
        width: 147px;
        padding: 13px 0 0 30px; } }

@media all and (min-width: 600px) {
  .l-header.is-fixed .hd-info-in {
    position: fixed;
    width: 100%;
    min-width: 1160px;
    top: 0;
    z-index: 1000; }
    .l-header.is-fixed .hd-info-in .nav-list {
      display: none; }
    .l-header.is-fixed .hd-info-in .hd-info__logo {
      width: 106px; } }

/* .l-header .nav-btn
-------------------------------------- */
.l-header .nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff; }
  .l-header .nav-btn__line {
    position: absolute;
    left: 12px;
    width: 28px;
    height: 3px;
    content: '';
    background: #0071be;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .l-header .nav-btn__line:nth-child(1) {
      top: 10px; }
    .l-header .nav-btn__line:nth-child(2) {
      top: 18px; }
    .l-header .nav-btn__line:nth-child(3) {
      top: 26px; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(2) {
    opacity: 0; }
  .l-header .nav-btn.is-open .nav-btn__line:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .l-header .nav-btn__chara {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #0071be; }

@media all and (max-width: 599px) {
  .l-header.is-fixed .nav-btn {
    position: fixed;
    top: 0;
    right: 0; } }

/* .l-nav
================================================ */
.l-nav {
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: calc(100vh - 70px);
  min-width: 320px;
  padding: 0 20px 10px;
  background: #fff;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media all and (max-width: 599px) {
    .l-nav {
      overflow: auto;
      -webkit-transform: translateX(120%);
          -ms-transform: translateX(120%);
              transform: translateX(120%); }
      .l-nav::-webkit-scrollbar {
        display: none; }
      .l-nav.is-open {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  .l-nav .nav-list__item + .nav-list__item {
    border-top: 1px solid #d6d6d6; }
  .l-nav .nav-list__link {
    display: block;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 13px 0 13px 13px;
    position: relative; }
    .l-nav .nav-list__link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 45%;
      width: 4px;
      height: 4px;
      border-top: 2px solid #0071be;
      border-right: 2px solid #0071be;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .l-nav .nav-list-main {
    margin: 0 -20px 5px; }
    .l-nav .nav-list-main__item + .nav-list-main__item {
      border-top: 1px solid #fff; }
    .l-nav .nav-list-main__link {
      display: block;
      text-decoration: none;
      font-size: 1.5rem;
      font-weight: bold;
      color: #fff;
      background-color: #0071be;
      padding: 12px 20px 13px 58px;
      position: relative; }
      .l-nav .nav-list-main__link:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 20px;
        width: 25px;
        height: 25px; }
      .l-nav .nav-list-main__link.is-icon01:before {
        background-image: url(../img/common/header/ico_nav01.png);
        background-size: contain; }
      .l-nav .nav-list-main__link.is-icon02:before {
        background-image: url(../img/common/header/ico_nav02.png);
        background-size: contain; }
      .l-nav .nav-list-main__link.is-icon03:before {
        background-image: url(../img/common/header/ico_nav03.png);
        background-size: contain; }
      .l-nav .nav-list-main__link.is-arw-down {
        position: relative; }
        .l-nav .nav-list-main__link.is-arw-down:after {
          content: '';
          position: absolute;
          right: 20px;
          top: 40%;
          width: 6px;
          height: 6px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
  @media all and (min-width: 600px) {
    .l-nav {
      position: static;
      width: 825px;
      min-width: auto;
      padding: 0; }
      .l-nav .nav-list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 10px 0; }
        .l-nav .nav-list__wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .l-nav .nav-list__item + .nav-list__item {
          border-top: none;
          border-left: 1px solid #d6d6d6; }
        .l-nav .nav-list__link {
          font-size: 1.3rem;
          padding: 0px 40px 0 10px;
          line-height: 1.2;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .l-nav .nav-list__link:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 4px;
            height: 4px;
            border-top: 2px solid #0071be;
            border-right: 2px solid #0071be;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .l-nav .nav-list__link:hover {
            color: #2190db; }
      .l-nav .nav-list-main {
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .l-nav .nav-list-main__item {
          width: 33.33333%; }
          .l-nav .nav-list-main__item + .nav-list-main__item {
            border-top: none;
            border-left: 1px solid #fff;
            box-sizing: border-box; }
        .l-nav .nav-list-main__link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          height: 70px;
          font-size: 1.7rem;
          line-height: 1.3;
          padding: 0 0 0 32px;
          overflow: hidden; }
          .l-nav .nav-list-main__link-txt {
            position: relative;
            z-index: 2; }
          .l-nav .nav-list-main__link:before {
            top: 20px;
            left: 78px;
            width: 32px;
            height: 32px;
            z-index: 2; }
          .l-nav .nav-list-main__link.is-icon01:before {
            background-image: url(../img/common/header/ico_nav01.png);
            background-size: contain; }
          .l-nav .nav-list-main__link.is-icon02:before {
            background-image: url(../img/common/header/ico_nav02.png);
            background-size: contain; }
          .l-nav .nav-list-main__link.is-icon03:before {
            background-image: url(../img/common/header/ico_nav03.png);
            background-size: contain;
            left: 43px; }
          .l-nav .nav-list-main__link .btn-span {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-radius: 50%;
            background-color: #2190db;
            -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
            transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .l-nav .nav-list-main__link:hover .btn-span {
            width: 225%;
            height: 562.5px; } }

@media all and (max-width: 599px) {
  .l-header.is-fixed .l-nav {
    top: 50px; } }

/* .nav-overlay
================================================ */
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  @media all and (min-width: 600px) {
    .nav-overlay {
      display: none !important; } }

/* .l-main-img HOME
================================================ */
.l-main-img {
  position: relative;
  z-index: 3; }
  @media all and (min-width: 600px) {
    .l-main-img {
      font-size: 3rem; } }

#home .slick-next:before, #home .slick-prev:before {
  content: '';
  opacity: 1;
  background: url(../img/common/ico_arw01.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block; }

#home .slick-next:before {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

#home .slick-next, #home .slick-prev {
  top: 120%;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-indent: -9999px; }

#home .slick-prev {
  left: 10px; }

#home .slick-next {
  right: 10px; }

#home .slick-dots {
  bottom: -43px; }

#home .slick-dots li button:before {
  opacity: 1;
  color: #d0d8d8; }

#home .slick-dots li.slick-active button:before {
  color: #0071be; }

#home .slick-dots li {
  margin: 0; }

@media all and (min-width: 600px) {
  #home .slick-next:before, #home .slick-prev:before {
    width: 62px;
    height: 62px; }
  #home .slick-next, #home .slick-prev {
    top: 50%;
    width: 62px;
    height: 62px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #home .slick-next:hover, #home .slick-prev:hover {
      opacity: 0.7; }
  #home .slick-prev {
    left: 0; }
  #home .slick-next {
    right: 0; }
  #home .slick-dots {
    bottom: -46px; }
  #home .slick-dots li button:before {
    font-size: 15px; }
  #home .slick-dots li {
    margin: 0 10px; } }

/* .l-sub-img
================================================ */
.l-sub-img {
  box-sizing: border-box;
  background: url(../img/common/bg_main01_sp.png) no-repeat 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  height: 140px; }
  .l-sub-img__head {
    padding-top: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff; }
    .l-sub-img__head-ja {
      line-height: 1.5;
      font-size: 2.5rem;
      font-weight: bold;
      letter-spacing: 0.1rem; }
    .l-sub-img__head-en {
      margin-top: 5px;
      line-height: 1.0;
      font-size: 1.5rem;
      letter-spacing: 0.15rem;
      text-transform: uppercase; }
  @media all and (min-width: 600px) {
    .l-sub-img {
      height: 250px;
      background-image: url(../img/common/bg_main01_pc.png); }
      .l-sub-img__head {
        padding-top: 70px;
        text-align: left; }
        .l-sub-img__head-ja {
          font-size: 4.5rem;
          letter-spacing: 0.3rem; }
        .l-sub-img__head-en {
          margin-top: 10px;
          letter-spacing: 0.25rem;
          font-size: 2rem; } }

/* #sidebar
================================================ */
/* .sd-section
-------------------------------------- */
.sd-section__head {
  padding: 3px 35px;
  background: #009e96;
  color: #fff;
  font-weight: bold; }

.sd-section-list-btn__item {
  border-bottom: 1px solid #d6d6d6; }
  .sd-section-list-btn__item:last-child {
    border-bottom: none; }

.sd-section-list-btn__link {
  position: relative;
  padding: 7px 36px; }
  .sd-section-list-btn__link:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 18px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #009e96;
    border-right: 2px solid #009e96;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.sd-section-select {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 12px 36px;
  background: #fff url(../img/common/ico_arw02.png) 96.5% 50% no-repeat;
  background-size: 12px auto; }
  .sd-section-select::-ms-expand {
    display: none; }

@media all and (min-width: 600px) {
  .sd-section + .sd-section {
    margin-top: 30px; }
  .sd-section__head {
    padding: 6px 19px; }
  .sd-section-list-btn {
    border: 1px solid #d6d6d6;
    border-top: none; }
    .sd-section-list-btn__item {
      border-bottom: 1px solid #d6d6d6; }
      .sd-section-list-btn__item:last-child {
        border-bottom: none; }
    .sd-section-list-btn__link {
      position: relative;
      padding: 9px 19px; }
      .sd-section-list-btn__link:before {
        top: 41%; }
  .sd-section-select {
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    padding: 9px 19px;
    background: #fff url(../img/common/ico_arw02.png) 92% 50% no-repeat;
    background-size: 13px auto; } }

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("eot"), url("../font/iconfont.woff2") format("woff2"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg"); }

[class*=c-icon]:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-decoration: none;
  text-transform: none; }

.c-icon-svg01:before {
  content: "\E001"; }

.c-icon-svg02:before {
  content: "\E002"; }

.c-icon-svg03:before {
  content: "\E003"; }

/*  helper
================================================ */
.js-switch-tab {
  cursor: pointer; }

.js-switch-content {
  display: none; }
  .js-switch-content.is-active {
    display: block; }

.js-toggle-trigger {
  cursor: pointer; }

.js-toggle-content {
  display: none; }

/*  page
================================================ */
.loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-animation: loading 3s ease forwards;
          animation: loading 3s ease forwards; }
  .loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: loading_logo 2.5s ease 0.5s forwards;
            animation: loading_logo 2.5s ease 0.5s forwards;
    opacity: 0; }

@-webkit-keyframes loading {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@keyframes loading {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@-webkit-keyframes loading_logo {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

@keyframes loading_logo {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none; } }

.fade-anim {
  opacity: 0; }

.fade-anim.is-show {
  -webkit-animation: animation_fadein 0.9s ease 0.3s forwards;
          animation: animation_fadein 0.9s ease 0.3s forwards; }

.bound-anim__logo {
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1); }

.bound-anim__logo.is-show {
  -webkit-animation: animation_bound_logo 1.0s ease-in forwards;
          animation: animation_bound_logo 1.0s ease-in forwards;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center; }

@-webkit-keyframes animation_bound {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animation_bound {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes animation_bound_logo {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animation_bound_logo {
  from {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  60% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); }
  70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes animation_reel {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 586px; } }

@keyframes animation_reel {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 586px; } }

@-webkit-keyframes animation_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes animation_fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.home-about {
  border-top: 1px solid #d6d6d6;
  margin-top: 12px;
  padding: 20px 0 26px; }
  .home-about__txt {
    line-height: 1.5;
    margin-bottom: 15px; }
  .home-about__btn + .home-about__btn {
    margin-top: 10px; }
  @media all and (min-width: 600px) {
    .home-about {
      padding: 35px 0 40px; }
      .home-about__txt {
        text-align: center;
        margin-bottom: 25px; }
      .home-about-btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .home-about__btn {
        margin: 0 10px; }
        .home-about__btn + .home-about__btn {
          margin-top: 0; } }

.home-news {
  border-top: 1px solid #d6d6d6;
  padding: 34px 0 50px; }
  .home-news-archive {
    margin: 12px 20px 25px; }
  .home-news-wrap {
    margin: 25px -20px 0;
    overflow: hidden; }
    .home-news-wrap__scroll {
      height: 350px;
      overflow-y: scroll; }
  @media all and (min-width: 600px) {
    .home-news {
      padding: 80px 0 100px; }
      .home-news-archive {
        margin: 15px 50px 25px; }
      .home-news-wrap {
        border: 1px solid #d6d6d6;
        margin: 45px 0 0;
        box-sizing: border-box; }
        .home-news-wrap__scroll {
          height: 380px; } }

.home-company {
  background-color: #f2f2f2;
  padding: 35px 0 50px; }
  .home-company-wrap {
    margin-top: 13px; }
  .home-company__item {
    display: table;
    width: 100%;
    padding: 14px 0; }
    .home-company__item + .home-company__item {
      border-top: 1px solid #d6d6d6; }
    .home-company__item-head {
      display: table-cell;
      width: 100px;
      font-weight: bold;
      line-height: 1.5;
      vertical-align: top; }
    .home-company__item-txt {
      display: table-cell;
      line-height: 1.5; }
  .home-company__map {
    margin-top: 10px;
    padding: 5px;
    background-color: #fff; }
  .home-company__iframe {
    position: relative;
    width: 100%;
    height: 350px; }
    .home-company__iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media all and (min-width: 600px) {
    .home-company {
      padding: 80px 0 90px; }
      .home-company-wrap {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .home-company__address {
        width: 520px; }
      .home-company__item {
        padding: 23px 10px; }
        .home-company__item + .home-company__item {
          border-top: 1px solid #d6d6d6; }
        .home-company__item-head {
          width: 130px; }
      .home-company__map {
        width: 520px;
        margin-top: 15px; }
      .home-company__iframe {
        height: 540px; } }

.home-relation {
  margin-bottom: 10px;
  padding-top: 45px; }
  .home-relation__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .home-relation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 40px;
    box-sizing: border-box;
    border-left: 1px solid #d6d6d6; }
    .home-relation__item:nth-child(even) {
      border-right: 1px solid #d6d6d6; }
    .home-relation__item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .home-relation__item a img {
        width: auto;
        height: 29px;
        vertical-align: top; }
  @media all and (min-width: 600px) {
    .home-relation {
      margin-bottom: 0;
      padding-top: 90px; }
      .home-relation__item {
        min-height: 70px; }
        .home-relation__item a img {
          height: 46px; } }
