@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
flexbox
==================================================== */
/* ====================================================
object-fit
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow: hidden;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

main {
  position: relative;
  padding-top: 100px;
  display: block;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}

.container {
  display: block;
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1310px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

.inner1104 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1104px;
}

@media screen and (max-width: 768px) {
  .inner1104 {
    padding: 0 10px;
  }
}

.inner1220 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
}

@media screen and (max-width: 768px) {
  .inner1220 {
    padding: 0 10px;
  }
}

.inner955 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 995px;
}

@media screen and (max-width: 768px) {
  .inner955 {
    padding: 0 10px;
  }
}

.inner740 {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 780px;
}

@media screen and (max-width: 768px) {
  .inner740 {
    padding: 0 10px;
  }
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.sp-lg {
  display: none;
}

@media screen and (max-width: 960px) {
  .sp-lg {
    display: block;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.img100 {
  width: 100%;
}

.al-c {
  text-align: center;
}

.align-t {
  vertical-align: top;
}

.rollover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.rollover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

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

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col-2 {
  width: 48.27%;
}

@media screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col-2 img {
  width: 100%;
}

.col-2 img.imgAuto {
  width: auto;
}

.col-2.pdBox {
  padding: 0 3%;
}

@media screen and (max-width: 768px) {
  .col-2.pdBox {
    padding: 0;
  }
}

/* ====================================================
Float & clear
==================================================== */
.cf {
  *zoom: 1;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
font
==================================================== */
.en {
  font-family: "Raleway", sans-serif;
}

/* ====================================================
header
==================================================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

#main-header .logo_box {
  padding: 12px 0;
  height: 60px;
  background: #0f74ce;
}

@media screen and (max-width: 768px) {
  #main-header .logo_box {
    padding: 0;
  }
}

#main-header .logo_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-header .logo {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #main-header .logo {
    line-height: 60px;
  }
}

#main-header .btn_contact {
  position: relative;
  padding-left: 32px;
  width: 160px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  background: #44B744;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main-header .btn_contact:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 768px) {
  #main-header .btn_contact {
    position: absolute;
    top: 0;
    right: 52px;
    padding-left: 0;
    width: 60px;
    height: 60px;
    font-size: 0px;
    font-size: 0rem;
    line-height: 1;
    border-radius: 0;
  }
}

#main-header .btn_contact:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -9px;
  width: 28px;
  height: 19px;
  background: url(../img/common/mail_icon@2x.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  #main-header .btn_contact:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
    width: 54px;
    height: 32px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #main-header .btn_contact {
    padding: 12px 0 6px 30px;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) {
  .navToggle {
    display: none;
  }
  .navGlobal {
    background: white;
  }
  .navGlobal .navGlobalIn li {
    width: 20%;
    float: left;
  }
  .navGlobal .navGlobalIn li:last-child {
    display: none;
  }
  .navGlobal .navGlobalIn li a {
    display: block;
    color: #0f74ce;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 42px;
    text-align: center;
    height: 40px;
  }
  .navGlobal .navGlobalIn li a:hover, .navGlobal .navGlobalIn li a.active {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(217, 255, 217, 0.7);
  }
  .navGlobal .navGlobalIn li a.active {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  nav.navGlobal {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 44px 0;
    width: 100%;
    color: #000;
    text-align: center;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    background: white;
  }
}

@media screen and (max-width: 768px) and (max-width: 320px) {
  nav.navGlobal {
    overflow-y: scroll;
    height: calc(100vh - 136px);
  }
}

@media screen and (max-width: 768px) {
  nav.navGlobal .inner {
    padding: 0;
  }
  nav.navGlobal ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.navGlobal ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
  nav.navGlobal ul li a {
    display: block;
    padding: 22px 10px;
    color: #0f74ce;
    font-size: 18px;
    font-size: 1.8rem;
  }
  nav.navGlobal.active {
    top: 60px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px 0;
    width: 52px;
    height: 60px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navToggle span:nth-child(1) {
    top: 14px;
  }
  .navToggle span:nth-child(2) {
    top: 26px;
  }
  .navToggle span:nth-child(3) {
    top: 38px;
  }
  .navToggle.active span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .navToggle.active span:nth-child(1) {
    top: 28px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}

/* ====================================================
footer
==================================================== */
.ft_wrap {
  position: relative;
  z-index: 5;
}

#main-footer {
  color: #fff;
  background: #0f74ce;
}

#main-footer .inner {
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #main-footer .inner {
    display: block;
    padding-bottom: 0;
  }
}

#main-footer .address {
  width: 31.25%;
}

@media screen and (max-width: 900px) {
  #main-footer .address {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .address {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
}

#main-footer .address .logo {
  margin-bottom: 35px;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #main-footer .address .logo {
    margin-bottom: 20px;
  }
}

#main-footer .address p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #main-footer .address p {
    line-height: 1.6;
  }
}

#main-footer .ft_sitemap {
  width: 65.43%;
}

@media screen and (max-width: 900px) {
  #main-footer .ft_sitemap {
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap {
    width: 100%;
    text-align: center;
  }
}

#main-footer .ft_sitemap .ttl {
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
}

#main-footer .ft_sitemap a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main-footer .ft_sitemap a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#main-footer .ft_sitemap .cat_ttl a {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap .cat_ttl {
    margin: 0 13px;
  }
}

#main-footer .ft_sitemap .flex-box {
  margin-bottom: 13px;
}

@media screen and (max-width: 900px) {
  #main-footer .ft_sitemap .flex-box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap .flex-box {
    display: inline-block;
  }
}

#main-footer .ft_sitemap .flex-box.active {
  pointer-events: none;
}

#main-footer .ft_sitemap .flex-box:nth-of-type(5), #main-footer .ft_sitemap .flex-box:nth-of-type(6) {
  display: none;
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap .flex-box:nth-of-type(5) {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #main-footer .ft_sitemap .flex-box:nth-of-type(5) .cat_ttl {
    margin: 0 22px;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap .flex-box:nth-of-type(4), #main-footer .ft_sitemap .flex-box:nth-of-type(6) {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  #main-footer .ft_sitemap .flex-box:nth-of-type(4) .cat_ttl, #main-footer .ft_sitemap .flex-box:nth-of-type(6) .cat_ttl {
    margin: 0;
  }
}

#main-footer .ft_sitemap .flex-box .pc {
  margin-left: 1.3em;
  word-wrap: break-word;
}

@media screen and (max-width: 900px) {
  #main-footer .ft_sitemap .flex-box .pc {
    margin-left: 0;
    margin-top: 10px;
  }
}

#main-footer .ft_sitemap .boxLeft {
  width: 55.42%;
}

@media screen and (max-width: 900px) {
  #main-footer .ft_sitemap .boxLeft {
    width: 100%;
  }
}

#main-footer .ft_sitemap .boxRight {
  width: calc(100% - 55.42%);
}

@media screen and (max-width: 900px) {
  #main-footer .ft_sitemap .boxRight {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main-footer .ft_sitemap .boxRight {
    display: none;
  }
}

#main-footer .copyright {
  padding: 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  background: #707070;
}

@media screen and (max-width: 768px) {
  #main-footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.topBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8) url(../img/common/top.png) no-repeat center center;
  background-size: 42px auto;
}

.topBtn:hover {
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .topBtn {
    width: 50px;
    height: 50px;
    background-size: 30px auto;
  }
}

/*
#overview
モジュールスタイルガイド

これはサイト全体に適用されるモジュールのパーツ群です。
必ずこちらのパーツを使用してコーディングするようにお願いします。
*/
/*
#colors
@背景色 #996600
@文字色 #333
@リンク #ccc
*/
/*
#styleguide
パンくずモジュール

パンくずのモジュールです。

@depulicated
@非推奨
@todo
@common

```
<div class="breadcrumb">
<a href='/'>トップページ</a> <i class='fa fa-angle-right' aria-hidden='true'></i> <span>ページ1</span>
</div>

```

*/
/*
#styleguide
見出しモジュール　識別子はttl

見出しモジュールは、セクションごとの見出しとなる要素（HTML5の分類で、「ヘッディングコンテンツ(Heading Content)」となるh1やh2などの要素、見出しとみなすことが出来そうなp要素の事です。
クラス名として識別子、「 ttl 」をつけて管理します。

```
<h1 class="ttlCom01"><span class="ttlCom01In">見出しモジュール</span></h1>
<h2 class="ttlCom02">見出しモジュール</h2>
<h3 class="ttlCom03">見出しモジュール</h3>

```

*/
/*
#styleguide
テキストモジュール　識別子はtxt

テキストモジュールは、p要素やテキストに該当するspan要素などのコンテンツ内の本文のことです。
基本的に、サイト内のテキストはテキストモジュールに該当します。クラス名として識別子「txt」をつけます。

```
<p class="txtBasic">テキストモジュール、識別子は～</p>

```

*/
/*
#styleguide
リンクモジュール　識別子はlink

リンクモジュールは、基本的にa要素のようにリンクが関係するモジュールの事です。クラス名として識別子「link」をつけます。
通常は、テキスト内にリンクが存在する場合にモジュールとして分ける事が多いです。

```
<a href="" class="linkCmn">OOCSS</a>

```

*/
/*
#styleguide
ボタンモジュール　識別子はbtn

ボタンモジュールは、見た目や役割がボタン上の要素の事です。クラス名をつける要素は特に指定はありませんが、button要素やa要素、a要素を囲むdiv要素に付与するパターンが多いです。
クラス名として識別子「btn」をつけます。

```
<div class="btn btnRed">ボタン</div>
<br>
<div class="btn btnBlue">ボタン</div>

```

*/
/*
#styleguide
リストモジュール　識別子はlist

リストモジュールは、リスト状の同じものが連続して並ぶものが該当します。基本的には、ul、ol、dl要素の様な明確にリスト分けされるものが該当しますが、div要素でも構いません。クラス名として識別子「list」をつけます。
また、クラス名を付与する場所はリストの親要素、つまり連続するリストの子要素がliだとすると、ul要素やol要素に識別子「list」を付与したクラス名をつけます。

```
<ul class="listOption">
	<li class="item">HTML</li>
	<li class="item">CSS</li>
	<li class="item">JavaScript</li>
</ul>

```

*/
/*
#styleguide
ボックスモジュール　識別子はbox

ボックスモジュールは、ボックス状のものが該当します。基本的には見出しやテキストなどの要素を含み込むボーダー付きの箱をボックスモジュールとしてみなします。クラス名として識別子「box」をつけます。

```
<div class="boxReading">
	<h2 class="ttlCom01">ボックスモジュールとは</h2>
		<p class="txtCom01">モジュールコーディングという考え方～</p>
		<a href="" class="linkCom01">続きを読む</a>
</div>

```

*/
/*
#styleguide
グリッドモジュール　識別子はgrid（子要素にはcol)

2カラムや3カラムなど、カラム分けするレイアウトのモジュールが該当します。識別子「grid」を付与します。
子要素には「col」を付与します。基本的に、親に「gridXXX」というメインクラスを付与して、「column-2」や「column-3」などカラム数と対応する数字込みのサブクラスを付与します。

```

<div class="gridCom column-3">
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
	<div class="col">
		<img class="imageCodingDetail" src="img/XXX.jpg">
	<h2 class="ttlCodingDetail">コーディングの秘訣その1</h2>
	<p class="txtCodingDetail">モジュールコーディングという考え方は～</p>
	</div>
</div>


```

*/
/*
#styleguide
FORMモジュール　

フォーム用の部品になります。

```

<form actione="">
<dl>
	<dt>テキスト</dt>
	<dd><input type="text" name="" value=""></dd>
	<dt>パスワード</dt>
	<dd><input type="password" name="passwd" value=""></dd>
	<dt>ラジオボタン</dt>
	<dd><input type="radio" name="" value="" checked="checked" />テスト1
	<input type="radio" name="" value="" />テスト2
	<input type="radio" name="" value="" />テスト3</dd>
	<dt>チェックボックス</dt>
	<dd><input type="checkbox" name="" value="" checked="checked" />テスト1
	<input type="checkbox" name="" value="" />テスト2
	<input type="checkbox" name="" value="" checked="checked" />テスト3</dd>
	<dt>プルダウン</dt>
	<dd><select name="">
	<option value="" selected="selected">テスト1</option>
	<option value="">テスト2</option>
	<option value="">テスト3</option>
	</select></dd>
	<dt>テキストエリア</dt>
	<dd><textarea name="" rows="5" cols="20">テキストエリア</textarea></dd>
</dl>
<div>
	<input type="button" name="btn1" value="汎用ボタン">
	<input type="reset" name="btn2" value="リセット" >
	<input type="submit" name="btn3" value="送信" >
</div>
</form>


```

*/
/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.ttlCom01 {
  margin-bottom: 15px;
  color: #0f74ce;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ttlCom01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.ttlCom01 span {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .ttlCom01 span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.ttlCom01 span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  margin: auto;
  width: 285px;
  height: 1px;
  background: #44B744;
}

@media screen and (max-width: 768px) {
  .ttlCom01 span:before {
    width: 172px;
  }
}

.ttlCom02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #0F74CE;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.ttlCom02:after {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0F74CE;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.ttlCom03 {
  text-align: center;
}

.ttlCom03 span {
  margin-bottom: 30px;
  color: #0f74ce;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #44B744;
}

@media screen and (max-width: 768px) {
  .ttlCom03 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btnCmn01 {
  position: relative;
  padding: 8px 20px;
  padding-right: 35px;
  color: #0f74ce;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border: 4px solid #0f74ce;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .btnCmn01 {
    border: 2px solid #0f74ce;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btnCmn01:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  border-top: 4px solid #0f74ce;
  border-right: 4px solid #0f74ce;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .btnCmn01:before {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #0f74ce;
    border-right: 2px solid #0f74ce;
  }
}

.btnCmn01:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btnSv01 {
  text-align: center;
  display: block;
}

.btnSv01 a {
  color: #fff;
  background: #44B744;
  border-radius: 35px;
  min-width: 350px;
  display: inline-block;
  text-align: left;
  padding: 16px 40px 11px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .btnSv01 a {
    height: 36px;
    line-height: 35px;
    padding: 0 12px;
    min-width: 250px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btnSv01 a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btnSv01 a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../img/common/next@2x.png) no-repeat center center;
  background-size: 10px auto;
}

@media screen and (max-width: 768px) {
  .btnSv01 a:after {
    background-size: 7px auto;
    right: -10px;
  }
}

.btnSv01.btnSeawater a {
  background: #0F74CE;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.table-recruit tr td {
  vertical-align: middle;
  border-bottom: 10px solid #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.table-recruit tr td:first-child {
  font-size: 20px;
  font-size: 2rem;
  color: #0F74CE;
  background-color: #D9FFD9;
  width: 200px;
  text-align: center;
  border-right: 10px solid #fff;
}

@media (max-width: 768px) {
  .table-recruit tr td:first-child {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100px;
  }
}

.table-recruit tr td:last-child {
  color: #2F2F2F;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #FAFAD2;
}

@media (max-width: 768px) {
  .table-recruit tr td:last-child {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.table-recruit tr:last-child td {
  border-top: 0;
}

.btn {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 38px;
  display: inline-block;
}

@media (max-width: 768px) {
  .btn {
    font-size: 20px;
    font-size: 2rem;
    padding: 9px 20px;
  }
}

.btn.btn-radius {
  border-radius: 30px;
}

.btn.btn-blue {
  color: #fff;
  background-color: #0F74CE;
}

.box_text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .box_text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}

.box_text .title {
  font-size: 20px;
  font-size: 2rem;
  color: #404040;
  padding: 0 0 5px;
  border-bottom: 1px solid #707070;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .box_text .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box_text .content ul {
  list-style: disc;
  padding-left: 40px;
}

.box_text .content ul li {
  font-size: 10px;
  font-size: 1rem;
}

.box_text .content ul li span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .box_text .content ul li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box_text.address {
  padding: 35px 20px;
  border: 1px solid #707070;
}

@media (max-width: 768px) {
  .box_text.address {
    padding: 15px 10px;
  }
}

.box_text.address .title {
  border-bottom: 0;
  padding-bottom: 0;
}

.box_text.address .tel a {
  display: inline-block;
}

.box_text.address .contentText {
  margin-bottom: 55px;
}

.box_text.address .position {
  margin-bottom: 20px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid.col2 .item {
  width: 48.3%;
}

@media (max-width: 768px) {
  .grid.col2 .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}

.main-zindex {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* ====================================================
index
==================================================== */
.content_index .main_slider .slide_item {
  position: relative;
}

.content_index .main_slider .slide_item .lead_box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.content_index .main_slider .slide_item .lead_box .txt {
  color: #fff;
  font-weight: bold;
  font-size: 44px;
  font-size: 4.4rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.73);
}

@media screen and (max-width: 768px) {
  .content_index .main_slider .slide_item .lead_box .txt {
    font-size: 48px;
    font-size: 6.4vw;
    /* 750 = design width, mobile only */
  }
}

@media screen and (max-width: 768px) {
  .content_index .main_slider .slide_item img {
    width: 100%;
    height: 145.86vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
  }
}

.content_index .main_slider .slick-prev,
.content_index .main_slider .slick-next {
  width: 70px;
  height: 70px;
}

.content_index .main_slider .slick-prev:before,
.content_index .main_slider .slick-next:before {
  display: none;
}

.content_index .main_slider .slick-prev:after,
.content_index .main_slider .slick-next:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background: url(../img/common/next@2x.png) no-repeat center center;
  background-size: 15px auto;
  opacity: .5;
}

.content_index .main_slider .slick-prev {
  left: 0;
  z-index: 2;
}

.content_index .main_slider .slick-prev:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.content_index .main_slider .slick-next {
  right: 0;
}

.content_index .sec_aboutWise{
  top:-120px;
  position: relative;
}

.content_index .sec_aboutWise .inner {
  position: relative;
  margin-top: -90px;
  padding-top: 36px;
  padding-bottom: 66px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .content_index .sec_aboutWise{
    top: -90px;
  }

  .content_index .sec_aboutWise .inner {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 50px;
    box-shadow: none;
  }
}
@media screen and (max-width: 640px) {
  .content_index .sec_aboutWise{
    top: -55px;
  }
}

.content_index section .lead {
  margin-bottom: 14px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .content_index section .lead {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.content_index section .txt_basic {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .content_index section .txt_basic {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.content_index .sec_works {
  padding-bottom: 168px;
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works {
    padding-bottom: 50px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 640px) {
  .content_index .sec_works {
    margin-top: -30px;
  }
}

.content_index .sec_works .works_list {
  margin-top: 30px;
}

.content_index .sec_works .works_list .item {
  width: 49.29%;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item {
    margin-bottom: 18px;
    width: 100%;
  }
}

.content_index .sec_works .works_list .item a {
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content_index .sec_works .works_list .item a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.content_index .sec_works .works_list .item .txt_box {
  position: relative;
  padding: 67px 36px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item .txt_box {
    padding: 48px 24px;
  }
}

.content_index .sec_works .works_list .item .txt_box .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item .txt_box .ttl {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.content_index .sec_works .works_list .item .txt_box small {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item .txt_box small {
    font-size: 20px;
    font-size: 2rem;
  }
}

.content_index .sec_works .works_list .item .txt_box:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../img/common/next@2x.png) no-repeat center center;
  background-size: 15px auto;
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item .txt_box:before {
    background-size: 12px auto;
  }
}

.content_index .sec_works .works_list .item.item01 .txt_box {
  background: #707070;
}

.content_index .sec_works .works_list .item.item02 .txt_box {
  background: #0f74ce;
}

.content_index .sec_works .works_list .item .img img {
  width: 100%;
  height: 15.866vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media screen and (max-width: 768px) {
  .content_index .sec_works .works_list .item .img img {
    height: 49.86vw;
  }
}

.breadcrumb {
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

/*
		background-attachment: inherit !important;
*/
.obj_fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.banner {
  position: relative;
  background-size: cover !important;
  padding: 200px 0 400px;
  /*	min-height: 740px;*/
  background-position: center center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
  .banner {
    background-image: none !important;
  }
  .banner:before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    z-index: 1;
  }
  .banner .bg_img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 1024px) {
  .banner .bg_img {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .banner {
    min-height: 130px;
    padding: 65px 0 40px;
    background-size: 100% !important;
    background-position: top !important;
  }
}

.banner .ttl-banner {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 44px;
  font-size: 4.4rem;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.73);
  line-height: 1;
  letter-spacing: 33px;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .banner .ttl-banner {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 3vw;
    top: auto;
    /*			position: relative;*/
  }
}

.banner.banner-company {
  background-image: url("../img/company/banner.png");
}

.banner.banner-service {
  background-image: url("../img/service/banner.png");
}

.banner.banner-works {
  background-image: url("../img/works/banner.png");
}

.ttl-style01 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .ttl-style01 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.delay-page {
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.load {
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.company-content {
  margin-top: 15px;
}

.company-content .company-intro .ttl-style01 {
  margin-top: 40px;
  margin-bottom: 35px;
}

.company-content .company-intro .company-txt01 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .company-content .company-intro .company-txt01 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.company-content .company-intro .intro-inner {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .company-content .company-intro .intro-inner {
    margin-bottom: 70px;
  }
}

.company-content .company-access {
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .company-content .company-access {
    padding-bottom: 50px;
  }
}

.company-content .company-access .company-access-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .company-content .company-access .company-access-inner {
    margin-top: 0;
  }
}

.company-content .company-access .company-access-inner .map {
  width: 57.36%;
}

.company-content .company-access .company-access-inner #map {
  width: 100%;
  height: 520px;
}

.company-content .company-access .company-access-inner #map iframe {
  width: 100%;
  height: 100%;
}

.company-content .company-access .company-access-inner .map-content {
  width: calc(100% - 57.36%);
  padding: 0px 15px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.63;
}

.company-content .company-access .company-access-inner .map-content p {
  margin-bottom: 36px;
}

@media screen and (max-width: 768px) {
  .company-content .company-access .company-access-inner {
    display: block;
  }
  .company-content .company-access .company-access-inner .map, .company-content .company-access .company-access-inner .map-content {
    width: 100%;
  }
  .company-content .company-access .company-access-inner #map {
    height: 300px;
  }
  .company-content .company-access .company-access-inner .map-content {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .company-content .company-access .company-access-inner .map-content p {
    margin-bottom: 20px;
  }
}

.author {
  text-align: right;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .author {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-philosophy {
  list-style: none;
  margin-top: 55px;
}

.list-philosophy li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-size: 2.4rem;
  list-style: none;
  margin-bottom: 30px;
}

.list-philosophy li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .list-philosophy li {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.list-profile {
  list-style-type: none;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .list-profile {
    margin-top: 0;
  }
}

.list-profile > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #AFAFAF;
  padding: 17px 0px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .list-profile > li {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
  }
}

.list-profile > li .subList li span {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  color: #2F2F2F;
}

.list-profile > li > ul {
  width: 72.5%;
}

@media screen and (max-width: 768px) {
  .list-profile > li > ul {
    width: 100%;
  }
}

.list-profile > li > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  display: block;
}

.list-profile > li > ul li:last-child {
  margin-bottom: 0;
}

.list-profile > li > span {
  width: 27.5%;
}

@media screen and (max-width: 768px) {
  .list-profile > li > span {
    display: block;
  }
}

.service-content {
  padding-top: 15px;
  padding-bottom: 92px;
}

@media screen and (max-width: 768px) {
  .service-content {
    padding-bottom: 55px;
  }
}

.service-intro .ttlCom01 {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .service-intro .ttlCom01 {
    margin-bottom: 20px;
  }
}

.service-intro .boxAluminum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 74px;
}

@media screen and (max-width: 768px) {
  .service-intro .boxAluminum {
    display: block;
    margin-bottom: 40px;
  }
}

.service-intro .boxAluminum .alumImg {
  width: 41.35%;
}

@media screen and (max-width: 768px) {
  .service-intro .boxAluminum .alumImg {
    width: 100%;
    margin-bottom: 15px;
  }
}

.service-intro .boxAluminum .alumContent {
  width: 58.65%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .service-intro .boxAluminum .alumContent {
    width: 100%;
    padding-left: 0;
  }
}

.service-intro .boxAluminum .alumContent .ttlAlbum {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
  margin-top: -8px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .service-intro .boxAluminum .alumContent .ttlAlbum {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.service-intro .boxAluminum .alumContent .descAlbum {
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .service-intro .boxAluminum .alumContent .descAlbum {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contentProduct {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .contentProduct {
    margin-bottom: 50px;
  }
}

.contentProduct .ttlProduct {
  text-align: center;
}

.contentProduct .ttlProduct span {
  font-weight: bold;
  background: #44B744;
  min-width: 280px;
  padding: 10px 10px 7px;
  margin-bottom: 38px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .contentProduct .ttlProduct span {
    font-size: 20px;
    font-size: 2rem;
    min-width: 250px;
  }
}

.contentProduct .listProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.contentProduct .listProduct li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 35px;
}

.contentProduct .listProduct li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .contentProduct .listProduct li {
    width: 49%;
    margin-bottom: 25px;
  }
  .contentProduct .listProduct li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.contentProduct .listProduct li .proImg {
  text-align: center;
  margin-bottom: 10px;
}

.contentProduct .listProduct li .proImg img {
  height: 196px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .contentProduct .listProduct li .proImg img {
    height: 165px;
  }
}

.contentProduct .listProduct li .txtPro {
  color: #707070;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .contentProduct .listProduct li .txtPro {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page_recruit .recruit-text {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media (nax-width: 768px) {
  .page_recruit .recruit-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page_recruit .company-content .company-intro .intro-inner.inner740 {
  margin-bottom: 70px;
}

.page_recruit .company-content .company-intro .intro-inner {
  margin-bottom: 215px;
}

@media (max-width: 768px) {
  .page_recruit .company-content .company-intro .intro-inner {
    margin-bottom: 80px;
  }
}

.page_recruit .table-recruit {
  margin: 0 auto 60px;
  width: 100%;
}

@media (nax-width: 768px) {
  .page_recruit .table-recruit {
    margin-bottom: 30px;
  }
}

.page_recruit .company-content {
  margin-top: 45px;
}

.page_recruit .ttlCom01 {
  margin-bottom: 30px;
}

.page_privacy .company-content {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page_privacy .company-content {
    margin-top: 20px;
  }
}

.page_privacy .box_text.address {
  margin-top: 110px;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .page_privacy .box_text.address {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.page_privacy .ttlCom01 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {
  .page_privacy .ttlCom01 {
    margin-bottom: 30px;
  }
}

.page_privacy .privacy-text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .page_privacy .privacy-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page_privacy .company-content .company-intro .intro-inner {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page_privacy .company-content .company-intro .intro-inner {
    margin-bottom: 30px;
  }
}

.page-works {
  background: #fff;
}

.page-works .box-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .page-works .box-result {
    display: block;
    margin-bottom: 40px;
  }
}

.page-works .box-result .items-result {
  width: 49.5%;
  margin-right: 1%;
}

@media screen and (max-width: 768px) {
  .page-works .box-result .items-result {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-works .box-result .items-result:nth-of-type(2n) {
  margin-right: 0px;
}

.page-works .box-result .items-result.bg-gray {
  background: #707070;
}

.page-works .box-result .items-result.bg-water {
  background: #0F74CE;
}

.page-works .box-result .items-result a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.page-works .box-result .items-result a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-works .box-result .items-result a:hover:before {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page-works .box-result .items-result a .result-desc {
  padding: 5px 30px;
}

@media screen and (max-width: 1100px) {
  .page-works .box-result .items-result a .result-desc {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .page-works .box-result .items-result a .result-desc {
    padding: 10px 15px;
    width: 65%;
  }
}

.page-works .box-result .items-result a .result-desc .ttl-result {
  color: #fff;
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-feature-settings : "palt";
}

@media screen and (max-width: 1100px) {
  .page-works .box-result .items-result a .result-desc .ttl-result {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page-works .box-result .items-result a .result-desc .ttl-result {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-works .box-result .items-result a .result-desc .txt-result {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1100px) {
  .page-works .box-result .items-result a .result-desc .txt-result {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .page-works .box-result .items-result a .result-desc .txt-result {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-works .box-result .items-result a .result-img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .page-works .box-result .items-result a .result-img {
    width: 35%;
  }
}

.page-works .box-result .items-result a .result-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-business {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .content-business {
    padding-bottom: 45px;
  }
}

.content-business .list-revolutionize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize {
    margin-bottom: 20px;
  }
}

.content-business .list-revolutionize li {
  width: 32.6%;
  margin-right: 1.1%;
  margin-bottom: 25px;
}

.content-business .list-revolutionize li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize li {
    width: 49%;
    margin-right: 2%;
  }
  .content-business .list-revolutionize li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .content-business .list-revolutionize li {
    width: 100%;
    margin-right: 0%;
  }
}

.content-business .list-revolutionize li:nth-of-type(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.content-business .list-revolutionize li .ttl-revo {
  background: #0F74CE;
  color: #fff;
  padding: 7px 10px 5px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize li .ttl-revo {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content-business .list-revolutionize.boxResult li {
  margin-bottom: 15px;
}

.content-business .list-revolutionize.boxResult li .ct-result {
  display: block;
  background: #44B744;
  padding: 10px;
}

.content-business .list-revolutionize.boxResult li .ct-result .ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize.boxResult li .ct-result .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content-business .list-revolutionize.boxResult li .ct-result .desc {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .content-business .list-revolutionize.boxResult li .ct-result .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-contact {
  margin: 0 0 150px;
}

@media screen and (max-width: 768px) {
  .page-contact {
    margin: 0 0 55px;
  }
}

.page-contact .desc-contact {
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .page-contact .desc-contact {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-formContact {
  color: #656565;
  margin: 40px 0 84px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .box-formContact {
    margin: 20px 0 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-formContact .obligatory {
  text-align: right;
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .box-formContact .obligatory {
    margin-bottom: 15px;
  }
}

.box-formContact .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group {
    display: block;
  }
}

.box-formContact .form-group label {
  width: 21.5%;
  padding-right: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  .box-formContact .form-group label {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group label {
    width: 100%;
    padding-right: 0px;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
  }
}

.box-formContact .form-group .wpcf7-form-control-wrap {
  width: 82.5%;
}

@media screen and (max-width: 1100px) {
  .box-formContact .form-group .wpcf7-form-control-wrap {
    width: 68%;
  }
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.box-formContact .form-group .form-control {
  width: 100%;
  height: 36px;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group .form-control {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-formContact .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(101, 101, 101, 0.6);
}

.box-formContact .form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(101, 101, 101, 0.6);
}

.box-formContact .form-group .form-control::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(101, 101, 101, 0.6);
}

.box-formContact .form-group .form-control::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(101, 101, 101, 0.6);
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box-formContact .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box-formContact .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .box-formContact .form-group .form-control::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-formContact .form-group textarea {
  height: 220px !important;
  resize: none;
}

@media screen and (max-width: 768px) {
  .box-formContact .form-group textarea {
    height: 150px !important;
  }
}

.box-formContact .btnFrom {
  background: #0F74CE;
  color: #fff;
  border: 0px;
  border-radius: 10px;
  min-width: 256px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  font-size: 2rem;
}

.box-formContact .btnFrom:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .box-formContact .btnFrom {
    min-width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-formContact .btn-form {
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .box-formContact .btn-form {
    text-align: center;
  }
}

.box-careers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #44B744;
}

@media screen and (max-width: 768px) {
  .box-careers {
    display: block;
  }
}

.box-careers .img-car {
  width: 24.45%;
}

@media screen and (max-width: 1100px) {
  .box-careers .img-car {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .box-careers .img-car {
    width: 100%;
  }
}

.box-careers .desc-car {
  color: #fff;
  width: 75.55%;
  padding: 15px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.box-careers .desc-car:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url(../img/common/next@2x.png) no-repeat center center;
  background-size: 15px auto;
}

@media screen and (max-width: 768px) {
  .box-careers .desc-car:after {
    right: -8px;
    background-size: 10px auto;
  }
}

@media screen and (max-width: 1100px) {
  .box-careers .desc-car {
    width: 70%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .box-careers .desc-car {
    width: 100%;
    padding: 15px 30px 15px 15px;
  }
}

.box-careers .desc-car .ttl-car {
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1100px) {
  .box-careers .desc-car .ttl-car {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .box-careers .desc-car .ttl-car {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-careers .desc-car .txt-car {
  margin-left: 35px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1100px) {
  .box-careers .desc-car .txt-car {
    margin-left: 0px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .box-careers .desc-car .txt-car {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


/* ====================================================
    SC修正対応 2025.11.07
==================================================== */
.list-msg {
  max-width: 1080px;
  list-style: none;
  margin: 55px auto;
  padding: 0 20px;
}
.list-msg p, .msg_cnt p{
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 48px;
}

.circle_01 {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.circle_01:before {
  position: absolute;
  content: "●";
  top: 10px;
  left: 0;
  font-size: 8px;
  color: #2F2F2F;
}

.more-link_01{
  color: #045CFE;
  margin-left: 20px;
}

.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mt55{ margin-top: 50px !important; }

.u-fullwidth{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .list-msg{
    margin: 40px auto;
  }
  .list-msg p, .msg_cnt p{
    font-size: 20px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
  }

  .circle_01:before {
    top: 4px;
  }
}