@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900|Noto+Sans+JP:400,500,700&display=swap");
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;
}

li {
  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
==================================================== */
@font-face {
  font-family: 'Holland';
  src: url("../fonts/Holland.eot");
  src: url("../fonts/Holland.eot?#iefix") format("embedded-opentype"), url("../fonts/Holland.woff2") format("woff2"), url("../fonts/Holland.woff") format("woff"), url("../fonts/Holland.ttf") format("truetype"), url("../fonts/Holland.svg#Holland") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Base style & container
==================================================== */
body {
  color: black;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
   color: #2e2e2e;
}

body.fix {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1590px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

a:hover {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0.7;
}

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

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

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

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

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

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

/* ====================================================
Header
==================================================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 23px 13px;
  z-index: 10;
}

#main-header.status2 {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.2);
}

#main-header.status2 .logo img {
  display: none;
}

#main-header.status2 .logo .black {
  display: block;
}

#main-header.status2 .logo .black img {
  display: block;
}

#main-header.status2 .navGlobalIn li a {
  color: #000;
}

#main-header.status2 .menu-bar i {
  background: #000000;
}

@media screen and (max-width: 767px) {
  #main-header {
    padding: 10px 20px;
  }
}

#main-header .logo {
  width: 190px;
  padding-left: 27px;
  position: relative;
  z-index: 10;
}

#main-header .logo .black {
  display: none;
}

#main-header .logo.on img {
  display: none;
}

#main-header .logo.on .black {
  display: block;
}

#main-header .logo.on .black img {
  display: block;
}

@media screen and (max-width: 767px) {
  #main-header .logo {
    padding-left: 0;
    width: 100px;
  }
}

#main-header .navGlobal {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 990px) {
  #main-header .navGlobal {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #main-header .navGlobal {
    width: calc(100% - 100px);
  }
}

#main-header .navGlobal.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  padding-top: 120px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
}

#main-header .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 34px;
}

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

@media screen and (max-width: 990px) {
  #main-header .navGlobalIn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}

#main-header .navGlobalIn li {
  padding: 0 12px;
}

@media screen and (max-width: 990px) {
  #main-header .navGlobalIn li:nth-child(1) a {
    border-top: solid 1px #000;
  }
}

#main-header .navGlobalIn li a {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.125;
}

@media screen and (max-width: 1200px) {
  #main-header .navGlobalIn li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 990px) {
  #main-header .navGlobalIn li {
    width: 100%;
  }
  #main-header .navGlobalIn li a {
    color: #000;
    border-bottom: solid 1px #000;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  #main-header .navGlobalIn li:last-child a {
    border-bottom: 0;
  }
}

.menu-bar {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 25px;
}

@media screen and (max-width: 990px) {
  .menu-bar {
    display: block;
  }
}

.menu-bar i {
  width: 32px;
  display: block;
  height: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

.menu-bar i:last-child {
  margin-bottom: 0;
}

.menu-bar.on i {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
}

.menu-bar.on i:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 10px;
}

.menu-bar.on i:nth-child(2) {
  display: none;
}

.menu-bar.on i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

/* ====================================================
Footer
==================================================== */
.footerlink {
  padding: 113px 0 92px;
  background: url(../img/index/bg02.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .footerlink {
    padding: 50px 0;
  }
}

.footerlink .ttl-style02 {
  margin-bottom: 83px;
}

@media screen and (max-width: 767px) {
  .footerlink .ttl-style02 {
    margin-bottom: 30px;
  }
}

.footerlink .list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px;
}

@media screen and (max-width: 767px) {
  .footerlink .list02 {
    margin: 0 -5px;
  }
}

.footerlink .list02 li {
  padding: 0 30px;
  width: 50%;
  max-width: 583px;
}

@media screen and (max-width: 767px) {
  .footerlink .list02 li {
    padding: 0 5px;
  }
}

.bottomfooter {
  padding: 60px 0;
  background: #707678;
}

@media screen and (max-width: 767px) {
  .bottomfooter {
    padding: 30px 0;
  }
}

.bottomfooter .inner {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottomfooter .logo {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .bottomfooter .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

.bottomfooter .navGlobal {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .bottomfooter .navGlobal {
    width: 100%;
  }
}

.bottomfooter .navGlobal .navGlobalIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .bottomfooter .navGlobal .navGlobalIn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bottomfooter .navGlobal .navGlobalIn li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  border-right: solid 2px #9b9fa0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .bottomfooter .navGlobal .navGlobalIn li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

.bottomfooter .navGlobal .navGlobalIn li:last-child a {
  border-right: 0;
  padding-right: 0;
}

.bottomfooter .navGlobal .copyright {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.14286;
  color: #bcbcbc;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .bottomfooter .navGlobal .copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .bottomfooter .navGlobal .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.scrEventFade {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform .8s ease;
  transition: opacity 0.5s ease-in, -webkit-transform .8s ease;
  -o-transition: opacity 0.5s ease-in, transform .8s ease;
  transition: opacity 0.5s ease-in, transform .8s ease;
  transition: opacity 0.5s ease-in, transform .8s ease, -webkit-transform .8s ease;
}

.scrEventFade.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slick-slide:hover, .slick-slide:focus {
  outline: none;
}

/*
#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*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

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

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

.txtBase {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.ttl-style02 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #90d9f1;
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.1;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

.ttl-style02 span {
  font-family: "Holland";
  font-weight: 300;
  display: inline-block;
  padding: 0 10px;
  -webkit-transform: translateY(-21px);
      -ms-transform: translateY(-21px);
          transform: translateY(-21px);
  font-weight: 300;
}

.ttl-style02 small {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 75px;
  font-weight: 400;
  color: #5dc2e3;
}

@media screen and (max-width: 990px) {
  .ttl-style02 {
    font-size: 90px;
    font-size: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl-style02 {
    font-size: 30px;
    font-size: 3rem;
  }
  .ttl-style02 span {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .ttl-style02 small {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
}

.ttl-style02-white {
  color: #fff;
}

.ttl-style02-xs {
  font-size: 60px;
  font-size: 6rem;
}

.ttl-style02-xs span {
  -webkit-transform: translateY(-16px);
      -ms-transform: translateY(-16px);
          transform: translateY(-16px);
}

@media screen and (max-width: 990px) {
  .ttl-style02-xs {
    font-size: 40px;
    font-size: 4rem;
  }
  .ttl-style02-xs span {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media screen and (max-width: 767px) {
  .ttl-style02-xs {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .ttl-style02-xs span {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@media screen and (max-width: 321px) {
  .ttl-style02-xs {
    font-size: 20px;
    font-size: 2rem;
  }
  .ttl-style02-xs span {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.ttl-style03 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  color: #707678;
  margin-bottom: 0;
}

.ttl-style03 small {
  display: block;
  margin-top: 32px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.94118;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .ttl-style03 {
    font-size: 30px;
    font-size: 3rem;
  }
  .ttl-style03 small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.txt-des {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .txt-des {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  width: 100px;
  height: 50px;
  border: 2px solid #FFCCCC;
  text-align: center;
  line-height: 50px;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}

.btn-entry {
  width: 204px;
  height: 67px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: bold;
  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;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #f6d365)), color-stop(51%, var(--c2, #fda085)), to(var(--c1, #f6d365))) var(--x, 0)/200%;
  background: -o-linear-gradient(left, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  --c1: #a5e1f0;
  --c2: #5dc2e3;
}

.btn-entry span {
  position: relative;
  z-index: 4;
}

.btn-entry:hover {
  opacity: 1;
  --x: 100%;
}

.btn-entry:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (max-width: 1200px) {
  .btn-entry {
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn-style01 {
  width: 410px;
  height: 93px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  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;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #f6d365)), color-stop(51%, var(--c2, #fda085)), to(var(--c1, #f6d365))) var(--x, 0)/200%;
  background: -o-linear-gradient(left, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  --c1: #a5e1f0;
  --c2: #5dc2e3;
}

.btn-style01:hover {
  opacity: 1;
  --x: 100%;
}

.btn-style01:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.btn-style01 span {
  position: relative;
  z-index: 4;
}



.btn-style10 {
  margin: 0 auto;
  width: 80%;
  max-width: 400px;
  height: 80px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #fff;
  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;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  color: #5ec2e3;
}

.btn-style10:hover {
  opacity: 1.0;
  /*color: #89d4ed;*/
  letter-spacing: 0.2rem;
}


.btn-style10 span {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .btn-style01 {
    width: 300px;
    height: 70px;
  }

   .btn-style10 {
    width: 80%;
    max-width: 300px;
    height: 65px;
  }
}

@media screen and (max-width: 980px) {
  .btn-style10 {
    width: 250px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-style01 {
    width: 250px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .btn-style10 {
    width: 250px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn-style02 {
  min-width: 245px;
  text-align: center;
  position: relative;
  padding-bottom: 13px;
  display: inline-block;
  color: #5ec2e3;
  font-family: "Lato", sans-serif;
  border-bottom: solid 2px #5ec2e3;
  margin-bottom: 77px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.btn-style02:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 9px;
  right: 5px;
}

@media screen and (max-width: 767px) {
  .btn-style02 {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 200px;
    margin-bottom: 30px;
  }
}

.btn-style03 {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 140px;
  max-width: 523px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: bold;
  color: #6dcae9;
  background: #ffffff;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .btn-style03 {
    font-size: 18px;
    font-size: 1.8rem;
    height: 70px;
  }
}

.btn-style03 span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .btn-style03 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btn-style03:hover {
  background: #a5e1f0;
  color: #fff;
  opacity: 1;
}



.btn-style20 {
   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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 140px;
  max-width: 600px;
  margin: 150px auto;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: bold;
  color: #fff;
  
   -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(var(--c1, #f6d365)), color-stop(51%, var(--c2, #fda085)), to(var(--c1, #f6d365))) var(--x, 0)/200%;
  background: -o-linear-gradient(left, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  background: linear-gradient(90deg, var(--c1, #f6d365), var(--c2, #fda085) 51%, var(--c1, #f6d365)) var(--x, 0)/200%;
  --c1: #a5e1f0;
  --c2: #5dc2e3;
}

@media screen and (max-width: 767px) {
  .btn-style20 {
    font-size: 22px;
    font-size: 2.2rem;
    height: 100px;
    margin: 60px auto;
  }
}

.btn-style20 span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .btn-style20 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

  .btn-style20:hover {
  opacity: 1;
  --x: 100%;
}

  .btn-style20:hover:after {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}





/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.fade {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity .8s ease-in, -webkit-transform .8s ease;
  transition: opacity .8s ease-in, -webkit-transform .8s ease;
  -o-transition: opacity .8s ease-in, transform .8s ease;
  transition: opacity .8s ease-in, transform .8s ease;
  transition: opacity .8s ease-in, transform .8s ease, -webkit-transform .8s ease;
}

.fade.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fade.delay180s {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform .8s ease;
  transition: opacity 0.5s ease-in, -webkit-transform .8s ease;
  -o-transition: opacity 0.5s ease-in, transform .8s ease;
  transition: opacity 0.5s ease-in, transform .8s ease;
  transition: opacity 0.5s ease-in, transform .8s ease, -webkit-transform .8s ease;
}

.fadeIn.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fadeIn.delay03s {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeIn.delay05s {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadeIn.delay07s {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fadeIn.delay09s {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.fadeIn.delay11s {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.fadeIn.delay13s {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.fadeIn.delay15s {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn.delay17s {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.fadeIn.delay19s {
  -webkit-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.fadeIn.delay21s {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.fadeIn.delay23s {
  -webkit-transition-delay: 2.3s;
       -o-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.fadeIn.delay25s {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.fadeIn-Right {
  opacity: 0;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.3s ease-in, -webkit-transform .8s ease;
  transition: opacity 0.3s ease-in, -webkit-transform .8s ease;
  -o-transition: opacity 0.3s ease-in, transform .8s ease;
  transition: opacity 0.3s ease-in, transform .8s ease;
  transition: opacity 0.3s ease-in, transform .8s ease, -webkit-transform .8s ease;
}

.fadeIn-Right.inview {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.fadeIn-Right.delay03s {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeIn-Right.delay033s {
  -webkit-transition-delay: 0.33s;
       -o-transition-delay: 0.33s;
          transition-delay: 0.33s;
}

.fadeIn-Right.delay036s {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

.fadeIn-Right.delay039s {
  -webkit-transition-delay: 0.39s;
       -o-transition-delay: 0.39s;
          transition-delay: 0.39s;
}

.fadeIn-Right.delay042s {
  -webkit-transition-delay: 0.42s;
       -o-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

.fadeIn-Right.delay045s {
  -webkit-transition-delay: 0.45s;
       -o-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.fadeIn-Right.delay048s {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

.fadeIn-Right.delay05s {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.fadeIn-Right.delay051s {
  -webkit-transition-delay: 0.51s;
       -o-transition-delay: 0.51s;
          transition-delay: 0.51s;
}

.fadeIn-Right.delay054s {
  -webkit-transition-delay: 0.54s;
       -o-transition-delay: 0.54s;
          transition-delay: 0.54s;
}

.fadeIn-Right.delay057s {
  -webkit-transition-delay: 0.57s;
       -o-transition-delay: 0.57s;
          transition-delay: 0.57s;
}

.fadeIn-Right.delay06s {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadeIn-Right.delay063s {
  -webkit-transition-delay: 0.63s;
       -o-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

.fadeIn-Right.delay066s {
  -webkit-transition-delay: 0.66s;
       -o-transition-delay: 0.66s;
          transition-delay: 0.66s;
}

.fadeIn-Right.delay069s {
  -webkit-transition-delay: 0.69s;
       -o-transition-delay: 0.69s;
          transition-delay: 0.69s;
}

.fadeIn-Right.delay07s {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.fadeIn-Right.delay072s {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
}

.fadeIn-Right.delay075s {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.fadeIn-Right.delay078s {
  -webkit-transition-delay: 0.78s;
       -o-transition-delay: 0.78s;
          transition-delay: 0.78s;
}

.fadeIn-Right.delay081s {
  -webkit-transition-delay: 0.81s;
       -o-transition-delay: 0.81s;
          transition-delay: 0.81s;
}

.fadeIn-Right.delay084s {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
}

.fadeIn-Right.delay087s {
  -webkit-transition-delay: 0.87s;
       -o-transition-delay: 0.87s;
          transition-delay: 0.87s;
}

.fadeIn-Right.delay09s {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.fadeIn-Right.delay093s {
  -webkit-transition-delay: 0.93s;
       -o-transition-delay: 0.93s;
          transition-delay: 0.93s;
}

.fadeIn-Right.delay096s {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
}

.fadeIn-Right.delay099s {
  -webkit-transition-delay: 0.99s;
       -o-transition-delay: 0.99s;
          transition-delay: 0.99s;
}

.fadeIn-Right.delay102s {
  -webkit-transition-delay: 1.02s;
       -o-transition-delay: 1.02s;
          transition-delay: 1.02s;
}

.fadeIn-Right.delay105s {
  -webkit-transition-delay: 1.05s;
       -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

.fadeIn-Right.delay108s {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
}

.fadeIn-Right.delay11s {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.fadeIn-Right.delay111s {
  -webkit-transition-delay: 1.11s;
       -o-transition-delay: 1.11s;
          transition-delay: 1.11s;
}

.fadeIn-Right.delay114s {
  -webkit-transition-delay: 1.14s;
       -o-transition-delay: 1.14s;
          transition-delay: 1.14s;
}

.fadeIn-Right.delay117s {
  -webkit-transition-delay: 1.17s;
       -o-transition-delay: 1.17s;
          transition-delay: 1.17s;
}

.fadeIn-Right.delay120s {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.fadeIn-Right.delay123s {
  -webkit-transition-delay: 1.23s;
       -o-transition-delay: 1.23s;
          transition-delay: 1.23s;
}

.fadeIn-Right.delay124s {
  -webkit-transition-delay: 1.24s;
       -o-transition-delay: 1.24s;
          transition-delay: 1.24s;
}

.fadeIn-Right.delay127s {
  -webkit-transition-delay: 1.27s;
       -o-transition-delay: 1.27s;
          transition-delay: 1.27s;
}

.fadeIn-Right.delay130s {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.fadeIn-Right.delay133s {
  -webkit-transition-delay: 1.33s;
       -o-transition-delay: 1.33s;
          transition-delay: 1.33s;
}

.fadeIn-Right.delay136s {
  -webkit-transition-delay: 1.36s;
       -o-transition-delay: 1.36s;
          transition-delay: 1.36s;
}

.fadeIn-Right.delay139s {
  -webkit-transition-delay: 1.39s;
       -o-transition-delay: 1.39s;
          transition-delay: 1.39s;
}

.fadeIn-Right.delay142s {
  -webkit-transition-delay: 1.42s;
       -o-transition-delay: 1.42s;
          transition-delay: 1.42s;
}

.fadeIn-Right.delay145s {
  -webkit-transition-delay: 1.45s;
       -o-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

.fadeIn-Right.delay148s {
  -webkit-transition-delay: 1.48s;
       -o-transition-delay: 1.48s;
          transition-delay: 1.48s;
}

.fadeIn-Right.delay150s {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn-Right.delay151s {
  -webkit-transition-delay: 1.51s;
       -o-transition-delay: 1.51s;
          transition-delay: 1.51s;
}

.fadeIn-Right.delay154s {
  -webkit-transition-delay: 1.54s;
       -o-transition-delay: 1.54s;
          transition-delay: 1.54s;
}

.fadeIn-Right.delay157s {
  -webkit-transition-delay: 1.57s;
       -o-transition-delay: 1.57s;
          transition-delay: 1.57s;
}

.fadeIn-Right.delay160s {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.fadeIn-Right.delay163s {
  -webkit-transition-delay: 1.63s;
       -o-transition-delay: 1.63s;
          transition-delay: 1.63s;
}

.fadeIn-Right.delay165s {
  -webkit-transition-delay: 1.65s;
       -o-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

.fadeIn-Right.delay168s {
  -webkit-transition-delay: 1.68s;
       -o-transition-delay: 1.68s;
          transition-delay: 1.68s;
}

.fadeIn-Right.delay171s {
  -webkit-transition-delay: 1.71s;
       -o-transition-delay: 1.71s;
          transition-delay: 1.71s;
}

.mainvisual {
  position: relative;
  margin-bottom: 190px;
}

@media screen and (max-width: 990px) {
  .mainvisual {
    margin-bottom: 100px;
  }
}

.mainvisual video {
  width: 100%;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainvisual video {
    height: auto !important;
  }
}

.mainvisual img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*@media screen and (max-width: 767px) {
  .mainvisual {
    margin-bottom: 50px;
  }
  .mainvisual img {
    min-height: 300px;
  }
}*/


/*****SPスライダー*****/


@media screen and (max-width: 767px) {
.mainvisual  {
  width: 100%;
  min-height: 500px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 30px;
}


.mainvisual .slider {
    width:100%;
    margin:0 auto;
    position:relative;
}

.mainvisual .slider ul {
    width:100%;
    margin:0 auto;
    position:relative;
    padding:0;
    list-style:none;
}
.mainvisual .slider ul li {
    width:100%;
    
    position:absolute;
   
    top:0;
    left:0;
    animation-iteration-count:infinite;
    animation-duration:24s;
}

.mainvisual .slider ul li img {
      width: 100%;
      height: auto;
}


.mainvisual .slider ul li:nth-child(1) {
    animation-name:slidertop;
    animation-delay:-3s;
}
.mainvisual .slider ul li:nth-child(2) {
    animation-name:slidertop;
    animation-delay:3s;
    opacity:0;
}
.mainvisual .slider ul li:nth-child(3) {
    animation-name:slidertop;
    animation-delay:9s;
    opacity:0;
}
.mainvisual .slider ul li:nth-child(4) {
    animation-name:slidertop;
    animation-delay:15s;
    opacity:0;
}
 
@keyframes slidertop {
    0%{
        opacity:0;
    }
    20.83%{
        opacity:1;
    }
    33.33%{
        opacity:1;
    }
    45.83%{
        opacity:0;
    }
    100%{
        opacity:0;
    }   
}

}

@media screen and (max-width: 640px) {
.mainvisual  {
  width: 100%;
  min-height: 300px;
  margin-bottom: 20px;
}
}




.mainvisual_ttl {
  position: absolute;
  bottom: 12%;
  left: 14.5%;
  color: #fff;
  z-index: 2;
  width: 100%;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}

.mainvisual_ttl small {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

.mainvisual_ttl span {
  font-size: 90px;
  font-size: 9rem;
  line-height: 0.6;
  display: block;
  margin-top: 5px;
  margin-left: -23px;
}

.mainvisual_ttl span b {
  font-size: 120px;
  font-size: 12rem;
  line-height: 0.6;
  font-family: "Holland";
  display: inline-block;
  margin-right: 22px;
  font-weight: 300;
}

@media screen and (max-width: 990px) {
  .mainvisual_ttl {
    left: 20px;
    font-size: 90px;
    font-size: 9rem;
  }
  .mainvisual_ttl span {
    font-size: 60px;
    font-size: 6rem;
    margin-left: 0;
  }
  .mainvisual_ttl span b {
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual_ttl {
    left: 20px;
    font-size: 60px;
    font-size: 6rem;
  }
  .mainvisual_ttl small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mainvisual_ttl span {
    font-size: 30px;
    font-size: 3rem;
    margin-left: 0;
  }
  .mainvisual_ttl span b {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-experience {
  padding-bottom: 232px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .sec-experience {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-experience {
    padding-bottom: 7px;
  }
}

.sec-experience:before {
  content: "";
  position: absolute;
  height: 83%;
  top: 7%;
  width: 88%;
  pointer-events: none;
  background: #eaf6fc;
}

@media screen and (max-width: 990px) {
  .sec-experience:before {
    display: none;
  }
}

.experience {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 990px) {
  .experience {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.experience_content {
  width: calc(1280/1550*100%);
  padding-left: 11%;
  background: #ffffff;
  padding-bottom: 130px;
}

@media screen and (max-width: 1700px) {
  .experience_content {
    padding-bottom: 7%;
    padding-right: 12%;
  }
}

@media screen and (max-width: 1500px) {
  .experience_content {
    width: 70%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 990px) {
  .experience_content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}

.experience_content_ttl {
  color: #6dcae9;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.66667;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .experience_content_ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.experience_content .txtBase {
  margin-bottom: 68px;
  max-width: 675px;
}

@media screen and (max-width: 767px) {
  .experience_content .txtBase {
    margin-bottom: 15px;
  }
}

.experience_img {
  width: calc(595/1550*100%);
  margin-left: -325px;
  -webkit-transform: translateY(-31px);
      -ms-transform: translateY(-31px);
          transform: translateY(-31px);
}

@media screen and (max-width: 1500px) {
  .experience_img {
    width: 40%;
    margin-left: -10%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 990px) {
  .experience_img {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .experience_img img {
    width: 100%;
  }
}

.sec-joblist {
  padding: 120px 0;
  margin-bottom: 122px;
}

@media screen and (max-width: 990px) {
  .sec-joblist {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-joblist {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}

.sec-joblist .txt-des {
  margin-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .sec-joblist .txt-des {
    margin-bottom: 30px;
  }
}

.sec-joblist .inner {
  max-width: 1490px;
}

.listjob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px -25px;
}

@media screen and (max-width: 767px) {
  .listjob {
    margin: 0 -5px;
  }
}

.listjob_item {
  width: 33.33%;
  padding: 0 13px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .listjob_item {
    width: 50%;
    padding: 0 5px;
  }
}

.listjob_item_wrap {
  background: #90d9f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 412px;
  padding: 0 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .listjob_item_wrap {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media screen and (max-width: 767px) {
  .listjob_item_wrap {
    padding: 0 10px;
    min-height: 300px;
  }
}

.listjob_item_wrap img {
  display: block;
  margin: 0 auto 20px;
}

.listjob_item_wrap_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33333;
  text-align: center;
  color: #fff;
}

.listjob_item_wrap_ttl span {
  font-size: 20px;
  font-size: 2rem;
}

.listjob_item_wrap_ttl small {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .listjob_item_wrap_ttl {
    font-size: 29px;
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 990px) {
  .listjob_item_wrap_ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .listjob_item_wrap_ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .listjob_item_wrap_ttl small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .listjob_item_wrap_ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .listjob_item_wrap_ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listjob_item_wrap_ttl small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.listjob_item_wrap_ttl2 {
  color: #707678;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 27px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .listjob_item_wrap_ttl2 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .listjob_item_wrap_ttl2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.listjob_item_wrap_link {
  display: inline-block;
  min-width: 253px;
  padding-bottom: 11px;
  border-bottom: solid 2px #90d2ea;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  color: #5ec2e3;
  opacity: .7;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.listjob_item_wrap_link:after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 8px;
  right: 6px;
}

.listjob_item_wrap_link:hover {
  opacity: 1;
}

@media screen and (max-width: 990px) {
  .listjob_item_wrap_link {
    min-width: 100px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .listjob_item_wrap_link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.listjob_item:nth-child(1) .listjob_item_wrap {
  background: #ffffff;
  border: solid 1px #71c9e5;
}

.listjob_item:nth-child(3) .listjob_item_wrap {
  background: #5dc2e3;
}

.listjob_item:nth-child(4) .listjob_item_wrap {
  background: #89d4ed;
}

.listjob_item:nth-child(5) .listjob_item_wrap {
  background: #67c9e9;
}

.listjob_item:nth-child(6) .listjob_item_wrap {
  background: #45b8dd;
}

.sec-career {
  margin-bottom: 225px;
}

@media screen and (max-width: 990px) {
  .sec-career {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-career {
    margin-bottom: 50px;
  }
}

.sec-career .inner {
  max-width: 1780px;
}

.sec-career-odd {
  margin-bottom: 194px;
}

@media screen and (max-width: 990px) {
  .sec-career-odd {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-career-odd {
    margin-bottom: 43px;
  }
}

.career {
  position: relative;
}

@media screen and (max-width: 990px) {
  .career img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.career_content {
  position: absolute;
  bottom: -67px;
  right: -11px;
  padding: 34px 0px 20px 80px;
  background: #ffffff;
  z-index: 2;
  max-width: 40%;
}

@media screen and (max-width: 1700px) {
  .career_content {
    padding-left: 30px;
    right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .career_content {
    bottom: -25%;
  }
}

@media screen and (max-width: 990px) {
  .career_content {
    width: 100%;
    position: static;
    bottom: auto;
    right: auto;
    padding: 0 0 0 3.6%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .career_content {
    padding: 0;
  }
}

.career_content_ttl {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  color: #707678;
  margin-bottom: -50px;
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
}

@media screen and (max-width: 1700px) {
  .career_content_ttl {
    font-size: 60px;
    font-size: 6rem;
    -webkit-transform: translateY(-65px);
        -ms-transform: translateY(-65px);
            transform: translateY(-65px);
  }
}

@media screen and (max-width: 1200px) {
  .career_content_ttl {
    font-size: 40px;
    font-size: 4rem;
    -webkit-transform: translateY(-55px);
        -ms-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}

@media screen and (max-width: 990px) {
  .career_content_ttl {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .career_content_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.career_content_ttl2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  color: #5dc2e3;
  margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
  .career_content_ttl2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

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

@media screen and (max-width: 767px) {
  .career_content_ttl2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.career_content .txtBase {
  margin-bottom: 59px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .career_content .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.career_content .txtBase span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .career_content .txtBase span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .career_content .txtBase {
    margin-bottom: 15px;
  }
}

.career-odd {
  max-width: 1565px;
  margin: 0 auto;
  text-align: right;
}

.career-odd .career_content {
  text-align: left;
  right: auto;
  left: 0;
  padding-left: 12px;
  padding-top: 12.5%;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1200px) {
  .career-odd .career_content {
    max-width: 50%;
  }
}

@media screen and (max-width: 990px) {
  .career-odd .career_content {
    padding-top: 0;
    padding-left: 3.6%;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .career-odd .career_content {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}

.career-odd .career_content .career_content_ttl {
  font-size: 60px;
  font-size: 6rem;
  -webkit-transform: translateY(-96px);
      -ms-transform: translateY(-96px);
          transform: translateY(-96px);
}

@media screen and (max-width: 1200px) {
  .career-odd .career_content .career_content_ttl {
    font-size: 30px;
    font-size: 3rem;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}

@media screen and (max-width: 990px) {
  .career-odd .career_content .career_content_ttl {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .career-odd .career_content .career_content_ttl {
    margin-bottom: 20px;
  }
}

.career-odd .career_content .career_content_ttl2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .career-odd .career_content .career_content_ttl2 {
    margin-bottom: 20px;
  }
}

.career-odd .career_content .txtBase {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .career-odd .career_content .txtBase {
    margin-bottom: 15px;
  }
}

.sec-workspace {
  margin-bottom: 307px;
}

@media screen and (max-width: 990px) {
  .sec-workspace {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-workspace {
    margin-bottom: 62px;
  }
}

.sec-workspace .inner {
  max-width: 1720px;
}

.workspace {
  padding: 144px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/index/bg01.png) no-repeat top right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1565px;
  margin: 0 auto;
}

@media screen and (max-width: 990px) {
  .workspace {
    padding-top: 0;
    background: #ffffff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.workspace_content {
  background: #ffffff;
  padding-right: 10px;
  padding-left: 3.6%;
  width: calc(723/1565*100%);
}

@media screen and (max-width: 990px) {
  .workspace_content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .workspace_content {
    padding: 0;
  }
}

.workspace_content_ttl {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  color: #707678;
  margin-bottom: -50px;
  -webkit-transform: translate(-87px, -100px);
      -ms-transform: translate(-87px, -100px);
          transform: translate(-87px, -100px);
}

@media screen and (max-width: 1700px) {
  .workspace_content_ttl {
    font-size: 60px;
    font-size: 6rem;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media screen and (max-width: 1200px) {
  .workspace_content_ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 990px) {
  .workspace_content_ttl {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .workspace_content_ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.workspace_content_ttl2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  color: #5dc2e3;
  margin-bottom: 20px;
}

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

@media screen and (max-width: 767px) {
  .workspace_content_ttl2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.workspace_content .txtBase {
  max-width: 600px;
  margin-bottom: 58px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .workspace_content .txtBase {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .workspace_content .txtBase {
    margin-bottom: 15px;
  }
}

.workspace_content .btn-style01 {
  margin-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .workspace_content .btn-style01 {
    margin-bottom: 20px;
  }
}

.workspace_content_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-left: -8%;
}

.workspace_content_img_item {
  width: 48%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .workspace_content_img_item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 990px) {
  .workspace_content_img {
    margin-left: 0;
  }
}

.workspace_img {
  width: calc(842/1565*100%);
}

@media screen and (max-width: 990px) {
  .workspace_img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  .workspace_img img {
    width: 100%;
  }
}

.sec-interview {
  position: relative;
  padding-bottom: 215px;
  margin-bottom: 145px;
}

@media screen and (max-width: 990px) {
  .sec-interview {
    padding-bottom: 10%;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec-interview {
    margin-bottom: 50px;
  }
}

.sec-interview .ttl-style03 {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-53px);
      -ms-transform: translateY(-53px);
          transform: translateY(-53px);
}

@media screen and (max-width: 767px) {
  .sec-interview .ttl-style03 {
    -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

.sec-interview:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 94%;
  background: #eaf6fc;
}

.interview {
  padding: 0 0 0 3%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .interview {
    padding: 0 0 0 4%;
  }
}

.interview .slick-list {
  overflow: initial;
  padding-right: 14%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .interview .slick-list {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .interview .slick-list {
    padding-right: 5%;
  }
}

.interview .slide-left {
  position: absolute;
  left: 45px;
  top: 43%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: url(../img/index/ico-left.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 2;
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .interview .slide-left {
    width: 45px;
    height: 45px;
    left: 22px;
  }
}

.interview .slide-next {
  position: absolute;
  right: -45px;
  top: 43%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: url(../img/index/ico-next.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .interview .slide-next {
    width: 45px;
    height: 45px;
    right: -22px;
  }
}

.interview.status2 .slide-left {
  display: block !important;
}

.interview.status2 .slide-next {
  display: block !important;
}

.interview.status1 .slide-left {
  display: block !important;
}

.interview.status1 .slide-next {
  display: block !important;
}

.interview_item {
  padding: 0 31px;
}

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

@media screen and (max-width: 767px) {
  .interview_item {
    padding: 0 5px;
  }
}

.interview_item_wrap {
  position: relative;
}

.interview_item_wrap:before {
  content: "";
  position: absolute;
  height: 30%;
  bottom: 0;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.interview_item_wrap img {
  display: block;
  width: 100%;
}

.interview_item_wrap_ttl {
  position: absolute;
  left: 44px;
  bottom: 40px;
  color: #5dc2e3;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
}

.interview_item_wrap_ttl span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media (max-width: 1400px) {
  .interview_item_wrap_ttl span br {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .interview_item_wrap_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    left: 20px;
    bottom: 20px;
  }
  .interview_item_wrap_ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .interview_item_wrap_ttl {
    font-size: 13px;
    font-size: 1.3rem;
    left: 10px;
    bottom: 20px;
    padding-right: 10px;
  }
  .interview_item_wrap_ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 321px) {
  .interview_item_wrap_ttl {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .interview_item_wrap_ttl span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.link-bottom {
  margin-bottom: 150px;
}

@media screen and (max-width: 990px) {
  .link-bottom {
    margin-bottom: 100px;
  }
}

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

.link-bottom .inner {
  max-width: 1800px;
}

.list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1665px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list01 li {
  width: 50%;
  padding: 0 50px;
}

@media screen and (max-width: 1200px) {
  .list01 li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .list01 li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .list01 li:last-child {
    margin-bottom: 0;
  }
}

.list01 li a {
  color: #707678;
  padding-bottom: 25px;
  border-bottom: solid 2px #707678;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  transition: 0.4s;
}

.list01 li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #90d2ea;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  -o-transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

.list01 li a:after {
  content: "\f054";
  font: normal normal normal 25px/1 FontAwesome;
  position: absolute;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .list01 li a:after {
    font-size: 14px;
  }
}

.list01 li a:hover {
  color: #90d2ea;
}

.list01 li a:hover:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
      transform-origin: right center;
}

.list01 li a:hover span {
  color: #90d2ea;
}

@media screen and (max-width: 767px) {
  .list01 li a {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
  }
}

.list01 li a span {
  display: inline-block;
  margin-left: 30px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .list01 li a span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list01 li a:hover {
  color: #90d2ea;
}

.sc_part.grad_btn {
  font-size: 13px;
  width: 250px;
  height: 60px;
  display: block;
  position: relative;
}

.sc_part.grad_btn .sc_part_wrap {
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s ease-out;
  position: relative;
}

.sc_part.grad_btn .sc_part_wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.sc_part.grad_btn .sc_part_wrap span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
  -o-transition: transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.45, 0.25, 1);
}

.sc_part.grad_btn .sc_part_wrap a {
  font-size: 13px;
  color: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 4.615;
  line-height: 60px;
  text-align: center;
  top: 0;
}

.sc_part.grad_btn:hover span {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
          box-shadow: 0 0 20px 0px rgba(46, 152, 229, 0.5);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.sec-mv {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec-mv {
    margin-bottom: 50px;
  }
}

.sec-mv .mv-img img {
  width: 100%;
  min-height: 300px;
  max-height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  height: 23vw;
  font-family: 'object-fit:cover';
}

@media screen and (max-width: 767px) {
  .sec-mv .mv-img img {
    min-height: 120px;/*163*/
  }
}

.sec-mv .mv-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-mv .ttl-mv {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1.2;
  color: #707678;
  display: block;
  padding-left: 0;
  letter-spacing: 5px;
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  .sec-mv .ttl-mv {
    font-size: 70px;
  font-size: 7rem;
    padding-left: 10px;
  }
}

@media screen and (max-width: 990px) {
  .sec-mv .ttl-mv {
    font-size: 55px;
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-mv .ttl-mv {
    font-size: 35px;
    font-size: 3.5rem;
    padding-left: 0;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 640px) {
  .sec-mv .ttl-mv {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    padding-left: 0;
  }
}

.sec-mv .ttl-mv small {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 0;
  display: block;
  letter-spacing: 11px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 990px) {
 .sec-mv .ttl-mv small {
    font-size: 20px;
    font-size: 2.0rem;
     letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv .ttl-mv small {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 640px) {
  .sec-mv .ttl-mv small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-staff {
  margin-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .sec-staff {
    margin-bottom: 10px;
  }
}

.sec-interview01 {
  margin-bottom: 69px;
}

@media screen and (max-width: 767px) {
  .sec-interview01 {
    margin-bottom: 20px;
  }
}

.staff-img {
  margin: 0 -67px;
}

@media screen and (max-width: 1200px) {
  .staff-img {
    margin: 0 -20px;
  }
}

.staff-img img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit:cover';
}

@media screen and (max-width: 1200px) {
  .staff-img img {
    min-height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .staff-img img {
    min-height: 300px;
  }
}

.staff-content {
  margin: -176px 152px 0 116px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 61px 15% 59px 20.5%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .staff-content {
    margin: -176px 105px 0;
    padding: 48px 5%;
  }
}

@media screen and (max-width: 767px) {
  .staff-content {
    margin: -150px 20px 0;
    padding: 6% 5% 6%;
  }
}

@media screen and (max-width: 640px) {
  .staff-content {
    margin: -150px 0 0;
    padding: 40px 20px;
  }
}

.staff-content .ttl {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.75;
  margin-bottom: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #8fdaf1;
  text-align: center;
  padding-right: 53px;
}

@media screen and (max-width: 1200px) {
  .staff-content .ttl {
    padding-right: 0;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .staff-content .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .staff-content .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.staff-content .txt {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  line-height: 2;
  color: #2e2e2e;
}

@media screen and (max-width: 767px) {
  .staff-content .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .staff-content .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.interview01-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -26px;
}

@media screen and (max-width: 1200px) {
  .interview01-rows {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .interview01-rows {
    margin: 0 -10px;
  }
}

.interview01-col {
  position: relative;
  width: 100%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  padding: 0 26px;
}

@media screen and (max-width: 1200px) {
  .interview01-col {
    padding: 0 20px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .interview01-col {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .interview01-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.interview01-col:nth-child(3n+2) {
  padding: 0 24px 0 28px;
}

@media screen and (max-width: 1200px) {
  .interview01-col:nth-child(3n+2) {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .interview01-col:nth-child(3n+2) {
    padding: 0 10px;
  }
}

.interview01-col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .ttl-interview01 {
  line-height: 1.4;
}

.interview01-col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .interview01-tag {
  margin-bottom: 3px;
}

.interview01-col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .interview01-wrap {
  padding: 23px 29px;
}

@media screen and (max-width: 990px) {
  .interview01-col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .interview01-wrap {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .interview01-col:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .interview01-wrap {
    padding: 20px;
  }
}

.interview01-post {
  margin-bottom: 56px;
  display: block;
}

@media screen and (max-width: 767px) {
  .interview01-post {
    margin-bottom: 10px;
  }
}

.interview01-post:hover {
  opacity: 1;
}

.interview01-post.is-over img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.interview01-img {
  position: relative;
  overflow: hidden;
}

.interview01-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 50%;
}

.interview01-img img {
  min-height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transition-duration: 4s;
  -o-transition-duration: 4s;
     transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
     transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

@media screen and (max-width: 767px) {
  .interview01-img img {
    min-height: 250px;
  }
}

.interview01-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 32px 29px;
}

@media screen and (max-width: 990px) {
  .interview01-wrap {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .interview01-wrap {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .interview01-wrap {
    padding: 15px;
  }
}

.interview01-wrap .ttl-interview01 {
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.07;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  .interview01-wrap .ttl-interview01 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .interview01-wrap .ttl-interview01 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .interview01-wrap .ttl-interview01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.interview01-tag {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #5dc2e3;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .interview01-tag {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .interview01-tag {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.interview01-content {
  padding: 25px 29px;
}

@media screen and (max-width: 990px) {
  .interview01-content {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .interview01-content {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .interview01-content {
    padding: 15px;
  }
}

.interview01-content .txt-interview01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66;
  color: #707678;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .interview01-content .txt-interview01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 640px) {
  .interview01-content .txt-interview01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.interview01-other {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #2e2e2e;
}

@media screen and (max-width: 990px) {
  .interview01-other {
    font-size: 20px;
    font-size: 2rem;
  }
}

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

@media screen and (max-width: 640px) {
  .interview01-other {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*-----------------------------------add20200820----*/
.minTxt {
margin-bottom: 100px;
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
}

h3.phTitle {
font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
text-align: center;
}

.phCatch {
text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 30px;
    font-weight: 500;
    color: #000;
}
.is-sp {
display: none;
}
@media screen and (max-width: 768px) {
.phCatch {
text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}
.is-sp {
display: block;
}
}

.loop_wrap {
  display: flex;
  width: 100vw;
  height: 500px;
  overflow: hidden;
  margin-top: 80px
}

.loop_wrap img {
  width: auto;
  height: 100%;
  max-width: 3928px!important;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.loop_wrap img:first-child {
  animation: loop 100s -50s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 100s linear infinite;
}

@media screen and (max-width: 900px) {
.loop_wrap {
  height: 250px;
  margin-top: 40px
}
@media screen and (max-width: 768px) {
.loop_wrap {
  height: 200px;
}
}



/*# sourceMappingURL=maps/styles.css.map */
