:import("../colors/_colors.css"){
  i__const_col_text_common_66: col-text-common;
  i__const_col_text_placeholder_common_67: col-text-placeholder-common;
}
:import("../variables/_variables.css"){
  i__const_hover_time_transition_common_68: hover-time-transition-common;
}
:export{
  values: "../variables/_variables.css";
  colors: "../colors/_colors.css";
  col-text-common: #333;
  col-text-placeholder-common: i__const_col_text_placeholder_common_67;
  hover-time-transition-common: 0.2s;
  size-width-page-pc: 990px;
  size-width-content-pc: 800px;
  size-width-procedure-pc: 500px;
  size-width-modal-pc: 500px;
  size-width-column-main-pc: 230px;
  size-thumbnail-small-pc: 80px;
  size-thumbnail-middle-pc: 96px;
  size-thumbnail-wide-width-pc: 148px;
  size-thumbnail-wide-height-pc: 84px;
  size-thumbnail-small-sp: 80px;
  size-thumbnail-middle-sp: 96px;
  size-thumbnail-wide-width-sp: 148px;
  size-thumbnail-wide-height-sp: 84px;
  layer-under-common: -1;
  layer-base-common: 1;
  layer-middle-common: 100;
  layer-high-common: 200;
  layer-overlay-common: 5000100;
  layer-modal-common: 5000200;
  radius-common: 4px;
  radius-small-common: 3px;
  radius-btn-normal: 4px;
  shadow-card-normal-common: 0 0 3px 0 rgba(0, 0, 0, .3);
  shadow-card-bottom-common: 0 3px 3px -3px rgba(0, 0, 0, .3);
  shadow-button-normal-common: 0 0 3px 0 rgba(0, 0, 0, .3);
  space-content-inner-pc: 16px;
  space-content-inner-pc-lv1: 8px;
  space-content-inner-pc-lv2: 12px;
  space-content-inner-pc-lv3: 16px;
  space-content-inner-pc-lv4: 20px;
  space-content-inner-pc-lv5: 24px;
  space-content-inner-sp: 12px;
  space-content-inner-sp-lv1: 8px;
  space-content-inner-sp-lv2: 12px;
  space-content-inner-sp-lv3: 16px;
  space-content-inner-sp-lv4: 20px;
  space-content-inner-sp-lv5: 24px;
  hover-img-opacity-common: 0.5;
  hover-button-opacity-common: 0.5;
  fontsize-lv1: 12px;
  fontsize-lv2: 14px;
  fontsize-lv3: 16px;
  fontsize-lv4: 18px;
  fontsize-lv5: 20px;
  fontsize-lv6: 22px;
  expand-transition: opacity 0.35s ease-in-out, max-height 0.25s ease-in-out;
  col-primary-green: #58b150;
  col-primary-red: #c00000;
  col-primary-navy: #08435e;
  col-sub-green: #007c38;
  col-gray-common: #666;
  col-text-sub-common: #999;
  col-text-blue-common: #019dff;
  col-link-blue-pc: #4c7df1;
  col-link-blue-hover-pc: #a5bef8;
  col-link-blue-visited-pc: #941d55;
  col-bor-lv1-common: #fcfcfd;
  col-bg: #fcfcfd;
  col-bg-container: #fff;
  col-button-normal-bg-common: #fff;
  col-button-normal-ie-border-common: #d8d8d8;
}
/* foundation */
@charset "UTF-8";
/**
   * iOS 11+ で、ヒラギノフォントが指定サイズより1px小さく描画されてしまう問題の対策
   *
   * @see
   * ios11以前と以降での、-apple-systemの表示 - Qiita
   * https://qiita.com/a_t/items/18693be11bd87f98d212
   */
@font-face {
  font-family: '-apple-system-subset';
  src: local(-apple-system);
  unicode-range: U+0000-05C7;
}
/* ---------------------------------- *\
  Reset Box Model
\* ---------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/* ---------------------------------- *\
  Document
\* ---------------------------------- */
/**
   * 1. ページの高さを、常にビューポート分確保する
   * 2. タッチデバイスで自動でズームされるのを防ぐ
   */
html {
  min-height: 100%; /* 1 */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}
/* ---------------------------------- *\
  Sections
\* ---------------------------------- */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue, -apple-system-subset, 'Hiragino Kaku Gothic ProN',
  sans-serif;
}
/**
   * IE で、main 要素を正常に表示させる
   */
main {
  display: block;
}
/* ---------------------------------- *\
  Vertical Rhythm
\* ---------------------------------- */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* ---------------------------------- *\
  Headings
\* ---------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* ---------------------------------- *\
  Lists
\* ---------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* ---------------------------------- *\
  Grouping content
\* ---------------------------------- */
/**
   * 1. Firefox で、box-sizing を正常にする
   * 2. IE、Edge で、はみ出した部分も表示されるようにする
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
}
/**
   * 1. すべてのブラウザで、フォントサイズが正常に継承されるようにする
   *
   * @see
   * https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
   *
   * 2. すべてのブラウザで、'em'で指定したフォントサイズが反映されるようにする
   */
pre {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* ---------------------------------- *\
  Text-level semantics
\* ---------------------------------- */
/**
   * IE 10 で、クリック時のグレー背景を無効化
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
   * 1. Chrome 57- で、下線を削除
   * 2. Chrome、Edge、IE、Opera、Safari で、正常に装飾されるようにする
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
   * Chrome、Edge、Safari で、フォントウェイトを正常にする
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. すべてのブラウザで、フォントサイズが正常に継承されるようにする
   *
   * @see
   * https://github.com/necolas/normalize.css/issues/519#issuecomment-197131966
   *
   * 2. すべてのブラウザで、'em'で指定したフォントサイズが反映されるようにする
   */
code,
kbd,
samp {
  /* stylelint-disable-next-line font-family-no-duplicate-names */
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
   * すべてのブラウザで、正常なフォントサイズで表示する
   */
small {
  font-size: 80%;
}
/**
   * すべてのブラウザで、sub/sup 要素に line-height が影響しないようにする
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* ---------------------------------- *\
  Embedded content
\* ---------------------------------- */
/**
   * IE 10 で、リンク内の画像のボーダーを削除する
   */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* ---------------------------------- *\
  Forms
\* ---------------------------------- */
/**
   * フォーム関連要素をリセットしてスタイルを整える
   * 1. ラジオボタンとチェックボックスをリセットしつつ、iOS では iOS 独自のスタイルを維持する
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
          appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
          appearance: radio;
}
/**
   * IE、Edge で、はみ出した部分も表示されるようにする
   */
button,
input {
  overflow: visible;
}
/**
   * Edge、Firefox、IE で、text-transform の継承を無効化
   */
button,
select {
  text-transform: none;
}
/**
   * iOS と Safari で、クリッカブルにならない状態を正常にする
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
   * Firefox で、内側の border と padding を削除
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * 前のルールにおいて無効化したフォーカス時のスタイルを再度有効化する
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * 非表示にする
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
   * 1. Edge、IE で、テキストの囲みを正常にする
   * 2. IE で、fieldset 要素の色の継承を正常にする
   * 3. すべてのブラウザで、fieldset と同時に使った際の legend につく padding を削除
   */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
   * Chrome、Firefox、Operaで、縦位置を正常にする
   */
progress {
  vertical-align: baseline;
}
/**
   * IE 10+ でデフォルトの縦方向のスクロールバーを削除
   */
textarea {
  overflow: auto;
}
/**
   * 1. IE 10 で padding を削除
   */
[type='checkbox'],
[type='radio'] {
  padding: 0; /* 1 */
}
/**
   * Chromeで、<input type=“number”> 時の ▲ と ▼ の装飾を無効化
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Safari で、アウトラインのスタイルを正常化
   */
[type='search'] {
  outline-offset: -2px; /* 1 */
}
/**
   * macOSの Chrome、Safari で、内側の padding を削除
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
/**
   * 1. iOS、Safariで、クリッカブルなテキスト要素を無効化
   * 2. Safari で、フォントのプロパティを 'inherit' に変更
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
   * ラベルをクリッカブルにする
   */
label[for] {
  cursor: pointer;
}
/* ---------------------------------- *\
  Interactive
\* ---------------------------------- */
/**
   * Edge、IE+、Firefox で、正常に表示させる
   */
details {
  display: block;
}
/**
   * すべてのブラウザで、正常にに表示させる
   */
summary {
  display: list-item;
}
/* ---------------------------------- *\
  Table
\* ---------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 62.5%; /* 1remを10pxにして計算しやすくする */
  line-height: 1.6;
}
body {
  color: #333;
  font-size: 1.6rem;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:hover img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
button > span {
    pointer-events: none;
  }
input[type='text'],
input[type='password'],
input[type='tel'],
input[type='url'],
input[type='email'],
input[type='number'],
input[type='search'],
textarea,
select[multiple],
button {
  border: none;
}
/* placeholder */
/* Webkit */
::-webkit-input-placeholder {
  color: i__const_col_text_placeholder_common_67;
  opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
  color: i__const_col_text_placeholder_common_67;
}
/* Firefox 19 以降 */
::-moz-placeholder {
  color: i__const_col_text_placeholder_common_67;
  opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
  color: i__const_col_text_placeholder_common_67;
}
/* サイズ */
/* サムネイル */
/**********
レイヤー（z-index） layer
変数名や階層数などは運用しながら調整予定
**********/
/* 背景的に使いたい場合など */
/* 通常 */
/* ちょっと上げたい場合、absoluteにして被せたいときなど */
/* fixedな要素など */
/* 全社マストヘッド:5000000 */
/* 要素全体に被せるoverlayなど */
/* overlayの上で用いるモーダルなど */
/**********
角丸 radius
**********/
/* オブジェクトのサイズが44px*44px未満のものは3pxを利用 */
/**********
影 box-shadow
**********/
/**********
余白 space
**********/
/**********
マウスオーバー時
**********/
/**********
フォントサイズ
**********/
/**********
フォントサイズ
**********/
/* 主要色 */
/* 文字色 */
/* 通常 */
/* ちょっと薄め */
/* 補足テキスト */
/* タグテキストなど */
/* リンク色 */
/* 罫線 */
/* コンテンツ内の区切りなど */
/* 背景色 */
/* ボタン */
/* ---------------------------------- *\
   #PAGE
\* ---------------------------------- */
@font-face {
	font-family: 'bahnschrift';
	src: url(../../asset/font/bahnschrift.ttf);
}
/**
 * @mixin breakpoints
 */
body {
  background-color: #fcfcfd;
  font-family: -apple-system-subset, Helvetica, Hiragino Kaku Gothic ProN,
    sans-serif;
  line-height: 2;
}
a {
  color: #333;
}
a:hover {
    opacity: .7;
  }
a,
button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.Font {
  font-family: bahnschrift;
}
.Title {
  color: #58b150;
  white-space: nowrap;
}
.Title:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #58b150;
    vertical-align: middle;
    margin-right: 4px;
  }
.Container {
  background-color: white;
}
.Contents {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in .35s;
  transition: opacity .5s ease-in .35s;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .Contents {
    opacity: 1;
  }
}
.is-show .Contents {
    opacity: 1;
  }
/* tool */
/* UTIL */
.Util-displayHiddenVisually {
    position: absolute!important;
    overflow: hidden!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    padding: 0!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important; 
  }
.Util-textCenter {
    text-align: center;
  }
.Util-marginB20 {
    margin-bottom: 20px;
  }
.Icon {
  position: relative;
}
.Icon::before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../image/all.png);
    -webkit-background-size: 216px 191px;
            background-size: 216px 191px;
    background-repeat: no-repeat;
    content: '';
  }
.Icon--buttonAndroid {
  width: 170px;
  height: 51px;
}
.Icon--buttonAndroid::before {
    width: 170px;
    height: 51px;
    background-position: 0px 0px;
  }
.Icon--buttonIos {
  width: 170px;
  height: 51px;
}
.Icon--buttonIos::before {
    width: 170px;
    height: 51px;
    background-position: 0px -53px;
  }
.Icon--kurashi {
  width: 90px;
  height: 22px;
}
.Icon--kurashi::before {
    width: 90px;
    height: 22px;
    background-position: 0px -142px;
  }
.Icon--scrollTop {
  width: 44px;
  height: 44px;
}
.Icon--scrollTop::before {
    width: 44px;
    height: 44px;
    background-position: -172px 0px;
  }
.Icon--snsFb {
  width: 68px;
  height: 25px;
}
.Icon--snsFb::before {
    width: 68px;
    height: 25px;
    background-position: 0px -166px;
  }
.Icon--snsLn {
  width: 68px;
  height: 25px;
}
.Icon--snsLn::before {
    width: 68px;
    height: 25px;
    background-position: -70px -166px;
  }
.Icon--snsTw {
  width: 68px;
  height: 25px;
}
.Icon--snsTw::before {
    width: 68px;
    height: 25px;
    background-position: -140px -166px;
  }
.Icon--yahooJapanLogo {
  width: 104px;
  height: 34px;
}
.Icon--yahooJapanLogo::before {
    width: 104px;
    height: 34px;
    background-position: 0px -106px;
  }
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
        outline: none;
    }
.slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }
.slick-track:after {
        clear: both;
    }
.slick-loading .slick-track {
        visibility: hidden;
    }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
        float: right;
    }
.slick-slide + .slick-slide {
        margin-left: 120px;
    }
@media screen and (max-width: 767px) {
  .slick-slide + .slick-slide {
    margin-left: 0;
  }
}
.slick-slide img {
        display: block;
    }
.slick-slide.slick-loading img {
        display: none;
    }
.slick-slide{

    display: none;
}
.slick-slide.dragging img {
        pointer-events: none;
    }
.slick-initialized .slick-slide {
        display: block;
    }
.slick-loading .slick-slide {
        visibility: hidden;
    }
.slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }
.slick-arrow.slick-hidden {
    display: none;
}
$slick-font-path: "../../../font/" !default;
$slick-font-family: "slick" !default;
$slick-loader-path: "./" !default;
$slick-arrow-color: white !default;
$slick-dot-color: black !default;
$slick-dot-color-active: $slick-dot-color !default;
$slick-prev-character: "\2190" !default;
$slick-next-character: "\2192" !default;
$slick-dot-character: "\2022" !default;
$slick-dot-size: 6px !default;
$slick-opacity-default: 0.75 !default;
$slick-opacity-on-hover: 1 !default;
$slick-opacity-not-active: 0.25 !default;
@function slick-image-url($url) {
    @if function-exists(image-url) {
        @return image-url($url);
    }
    @else {
        @return url($slick-loader-path + $url);
    }
}
@function slick-font-url($url) {
    @if function-exists(font-url) {
        @return font-url($url);
    }
    @else {
        @return url($slick-font-path + $url);
    }
}
/* Slider */
.slick-loading .slick-list {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
/* Icons */
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 56px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 18%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 100;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        color: transparent;
    }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: $slick-opacity-on-hover;
        }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: $slick-opacity-not-active;
    }
.slick-prev:before, .slick-next:before {
        font-family: $slick-font-family;
        font-size: 20px;
        line-height: 1;
        color: $slick-arrow-color;
        opacity: $slick-opacity-default;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
.slick-prev {
    left: 50%;
    background-image: url(../../asset/image/ico-arrow-l.png);
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
}
.slick-next {
    right: 50%;
    background-image: url(../../asset/image/ico-arrow-r.png);
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
}
/* Dots */
.slick-dotted.slick-slider {
    /*margin-bottom: 30px;*/
}
.slick-dots {
    position: absolute;
    top: -75px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
.slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 12px;
            width: 12px;
            border-radius: 12px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            background-color: rgba(0, 0, 0, .18);
            cursor: pointer;
        }
.slick-dots li button:hover, .slick-dots li button:focus {
                outline: none;
            }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
                    opacity: $slick-opacity-on-hover;
                }
.slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: $slick-dot-character;
                width: 20px;
                height: 20px;
                font-family: $slick-font-family;
                font-size: $slick-dot-size;
                line-height: 20px;
                text-align: center;
                color: $slick-dot-color;
                opacity: $slick-opacity-not-active;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
.slick-dots li.slick-active button {
            background-color: #58b150;
        }
.slick-dots li.slick-active button:before {
            color: $slick-dot-color-active;
            opacity: $slick-opacity-default;
        }
/* component */
.Button .button {
    display: inline-block;
    text-align: center;
  }
.Button .button a,
    .Button .button button {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      padding: 12px 32px;
      border-radius: 4px;
      background-color: #fff;
      font-weight: bold;
      line-height: 1.4;
    }
.Button .button a:active, .Button .button button:active {
        text-decoration: none;
      }
.Button .button a:active span, .Button .button button:active span {
          opacity: 0.5;
        }
.Button_icon {
    margin-right: 8px;
  }
/* 色違いのパターン */
.Button_primaryButton {
    composes: button;
  }
.Button_primaryButton a,
    .Button_primaryButton button {
      color: #fff;
      background-color: col-secondary-blue-common;
    }
.Button_primaryButton .icon {
      color: #fff;
    }
.Button_econdaryButton {
    composes: button;
  }
.Button_econdaryButton a,
    .Button_econdaryButton button {
      border: solid 1px col-secondary-blue-common;
      color: col-secondary-blue-common;
      background-color: #fff;
    }
.Button_econdaryButton .icon {
      color: col-secondary-blue-common;
    }
.Button_normalButton {
    composes: button;
  }
.Button_normalButton a,
    .Button_normalButton button {
      background-color: #fff;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
              box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    }
.Button_normalButton .icon {
      color: col-icon-strong-common;
    }
/* サイズ違いのパターン */
.Button_largeButton {
    composes: button;
    display: block;
  }
.Button_largeButton a,
    .Button_largeButton button {
      width: 100%;
      font-size: 1.6rem;
    }
.Button_largeButton .icon {
      font-size: 2.2rem;
    }
.Button_middleButton {
    composes: button;
  }
.Button_middleButton a,
    .Button_middleButton button {
      font-size: 1.4rem;
    }
.Button_middleButton .icon {
      font-size: 1.8rem;
    }
.Button_middleWideButton {
    composes: button;
    display: block;
  }
.Button_middleWideButton a,
    .Button_middleWideButton button {
      width: 100%;
      font-size: 1.4rem;
    }
.Button_middleWideButton .icon {
      font-size: 1.8rem;
    }
.FlexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.FlexBox--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
.FlexBox--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
.FlexBox--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
.FlexBox--justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
.FlexBox--middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
.FlexBox--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
.FlexBox--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
.FlexBox--wrap {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
.FlexBox__item {
    display: block;
  }
.FlexBox__item--fill {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
              flex: 1;
    }
/* ui */
/* HEADER */
.Header {
  padding: 0 30px;
  min-height: 100px;
  //background-color: #f1f1f3;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .Header {
    padding: 0 20px;
    min-height: 80px;
    background-color: #fff;
  }
}
.Header__logo { 
    font-size: 2.2rem;
    background-image: url(../../asset/image/logo.png);
    background-repeat: no-repeat;
    -webkit-background-size: 58px 30px;
            background-size: 58px 30px;
    background-position: 0 5px;
    padding-left: 70px;
    display: block;
    white-space: nowrap;
    margin-right: 40px;
  }
@media screen and (max-width: 1023px) {
  .Header__logo {
    margin-right: 20px;
  }
}
.Header__lang {
    white-space: nowrap; 
    -webkit-box-flex: 1; 
    -webkit-flex: 1; 
            flex: 1;
    margin-right: 40px;
  }
@media screen and (max-width: 1023px) {
  .Header__lang {
    margin-right: 20px;
  }
}
.Header__langText {
    color: #58b150;
  }
@media screen and (max-width: 767px) {
  .Header__langText {
    display: none;
  }
}
.Header__langText.is-current {
      color: #333;
      opacity: .6;
    }
.Header__langText + .Header__langText:before {
        content: "/";
        color: #333;
      }
.Menu {
  max-width: 720px;
}
@media screen and (max-width: 767px) {
  .Menu {
    display: none;
  }
}
.Menu a {
    display: block;
  }
.Menu .is-current a {
      opacity: .6;
    }
.Nav__trigger,
  .Nav__trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
@media screen and (min-width: 768px) {
  .Nav__trigger,
  .Nav__trigger span {
    display: none;
  }
}
.Nav__trigger {
    position: relative;
    width: 20px;
    height: 17px;
  }
.Nav__trigger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #333;
      border-radius: 4px;
    }
.Nav__trigger span:nth-of-type(1) {
        top: 0;
      }
.Nav__trigger span:nth-of-type(2) {
        top: 7px;
      }
.Nav__trigger span:nth-of-type(3) {
        bottom: 0;
      }
.Nav__contents {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100vh;
    background-color: white;
    left: 0;
    right: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
.Nav__contents.is-show {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 1;
    }
.Nav__contentsWrapper {
    height: 1000px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
.Nav__items {
    border-top: 1px solid #e0e0e0;
  }
.Nav__items li {
      border-bottom: 1px solid #e0e0e0;
    }
.Nav__items a {
      display: block;
      padding: 14px 30px;
      font-size: 1.8rem;
    }
.Nav__items a span {
        display: block;
        background-image: url(../../asset/image/ico-arrow-b.png);
        background-repeat: no-repeat;
        background-position: center right;
        -webkit-background-size: 16px 10px;
                background-size: 16px 10px;
      }
.Nav__lang {
    margin: 40px 0;
    text-align: center;
  }
.Nav__langText {
    color: #58b150;
    font-size: 2.3rem;
  }
.Nav__langText.is-current {
      color: #333;
      opacity: .6;
    }
.Nav__langText + .Nav__langText:before {
        content: "/";
        color: #333;
        padding: 0 5px;
      }
.Nav__logo { 
    font-size: 5rem;
    line-height: .9;
    margin: 0 auto;
  }
.Nav__logo span {
      display: block;
      background-image: url(../../asset/image/logo.png);
      -webkit-background-size: 66px 33px;
              background-size: 66px 33px;
      background-repeat: no-repeat;
      background-position: 94px 10px; 
    }
.Nav__contactWrap {
    margin-top: 50px;
  }
.Nav__contactText {
    font-size: 1.7rem;
    color: #58b150;
    text-align: center;
  }
.Main__bg {
    text-align: center;
    background-color: #f1f1f3;
    background-image: url(../../asset/image/main-bg.png);
    background-repeat: no-repeat;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
@media screen and (max-width: 1023px) {
  .Main__bg {
    background-image: url(../../asset/image/main-bg_tb.png);
  }
}
@media screen and (max-width: 767px) {
  .Main__bg {
    background-image: url(../../asset/image/main-bg_sp.png);
    height: 650px;
  }
}
.About {
  padding: 40px 20px 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .About {
    padding: 40px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .About {
    padding: 40px 20px 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .About .Contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.About__imageWrap {
    margin-right: 80px;
  }
@media screen and (max-width: 1023px) {
  .About__imageWrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .About__imageWrap {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .About__logoWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.About__logo {
    margin-top: 60px;
    font-size: 5.2rem;
    line-height: .9;
  }
@media screen and (max-width: 767px) {
  .About__logo {
    margin-bottom: 60px;
  }
}
.About__logo span {
      display: block;
      background-image: url(../../asset/image/logo.png);
      background-repeat: no-repeat;
      -webkit-background-size: 70px 35px;
              background-size: 70px 35px;
      background-position: 100px 2px;
    }
.About__textWrap {
    max-width: 592px;
  }
.About__title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
@media screen and (max-width: 767px) {
  .About__title {
    text-align: center;
  }
}
.About__text {
    font-size: 1.4rem;
  }
.CaseStudy {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .CaseStudy {
    margin-bottom: 20px;
  }
}
.CaseStudy__titleWrap {
    margin-top: 90px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 90px;
  }
@media screen and (max-width: 767px) {
  .CaseStudy__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
}
.CaseStudy__title {
    font-size: 2.6rem;
    margin-top: -5px;
    margin-left: 40px;
    line-height: 1.4;
  }
@media screen and (max-width: 767px) {
  .CaseStudy__title {
    margin-top: 40px;
    margin-left: 0;
    text-align: center;
  }
}
.CaseStudy__items {
    padding-bottom: 40px;
  }
@media screen and (max-width: 767px) {
  .CaseStudy__items {
    padding-bottom: 0;
  }
}
.CaseStudy__item {
    max-width: 540px;
  }
.CaseStudy__itemRow {
    margin-bottom: 15px;
  }
@media screen and (max-width: 767px) {
  .CaseStudy__itemRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.CaseStudy__itemImage {
    margin-bottom: 30px;
    text-align: center;
  }
.CaseStudy__itemImage img {
      display: inline;
    }
.CaseStudy__itemTitle {
    font-size: 1.4rem;
    min-width: 118px;
    margin-top: 2px;
  }
.CaseStudy__itemTitle--red {
      color: #c00000;
    }
.CaseStudy__itemTitle--green {
      color: #58b150;
    }
.CaseStudy__itemText {
    width: 422px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
@media screen and (max-width: 767px) {
  .CaseStudy__itemText {
    text-align: left;
    width: 320px;
  }
}
.CaseStudy__itemCliant {
    font-size: 1.8rem;
  }
.Solution {
  margin-bottom: 80px;
  padding: 50px 20px;
}
@media screen and (max-width: 767px) {
  .Solution {
    margin-bottom: 20px;
    padding: 50px 20px 20px;
  }
}
.Solution__container {
    margin-bottom: 50px;
  }
@media screen and (max-width: 767px) {
  .Solution__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.Solution__imageWrap {
    margin-right: 60px;
  }
@media screen and (max-width: 767px) {
  .Solution__imageWrap {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3;
    margin-right: 0;
    padding: 0 20px;
    text-align: center;
    margin-top: 40px;
  }
}
.Solution__title {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
@media screen and (max-width: 767px) {
  .Solution__title {
    text-align: center;
  }
}
.Solution__titleText {
    max-width: 450px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
@media screen and (max-width: 767px) {
  .Solution__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.Solution__item {
    max-width: 500px;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
  }
@media screen and (max-width: 767px) {
  .Solution__item {
    margin-bottom: 40px;
  }
}
.Solution__item + .Solution__item {
      margin-left: 10px;
    }
@media screen and (max-width: 767px) {
  .Solution__item + .Solution__item {
    margin-left: 0;
  }
}
.Solution__itemHeader {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
  }
.Solution__itemTitle {
    text-align: center;
    color: white;
    background-color: #007c38;
    padding: 8px;
    font-size: 1.7rem;
  }
@media screen and (max-width: 1023px) {
  .Solution__itemTitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .Solution__itemTitle {
    padding: 10px 5px;
  }
}
.Solution__itemTitle--navy {
      background-color: #08435e;
    }
.Solution__itemBody {
    padding: 20px 40px 0;
    font-size: 1.4rem;
    line-height: 1.6; 
  }
@media screen and (max-width: 1023px) {
  .Solution__itemBody {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .Solution__itemBody {
    padding: 10px;
  }
}
.Solution__itemBody p {
      text-indent: -1em;
      padding-left: 1em;
    }
.Solution__itemBody p + p {
      margin-top: 20px
    }
.StrongPoint {
  padding: 20px;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .StrongPoint {
    width: 100%;
    margin-bottom: 20px;
    padding: 50px 20px;
  }
}
.StrongPoint__container {
    margin-bottom: 30px;
  }
@media screen and (max-width: 767px) {
  .StrongPoint__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
.StrongPoint__titleWrapper {
    margin-bottom: 20px;
    max-width: 890px;
    padding: 0 40px 0 10px;
  }
@media screen and (max-width: 767px) {
  .StrongPoint__titleWrapper {
    padding: 0;
  }
}
.StrongPoint__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
@media screen and (max-width: 1023px) {
  .StrongPoint__title {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .StrongPoint__title {
    text-align: center;
  }
}
.StrongPoint__titleText {
    line-height: 1.6;
    font-size: 1.3rem;
  }
@media screen and (max-width: 767px) {
  .StrongPoint__titleImage {
    text-align: center;
  }
}
.StrongPoint__items {
    max-width: 890px;
    margin: 0 auto;
  }
.StrongPoint__item {
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    margin-bottom: 20px;
  }
@media screen and (max-width: 1023px) {
  .StrongPoint__item {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .StrongPoint__item {
    padding-right: 0;
    -webkit-flex-basis: auto;
            flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.StrongPoint__itemImage {
    margin-right: 20px;
  }
@media screen and (max-width: 767px) {
  .StrongPoint__itemImage {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.StrongPoint__itemTitle {
    color: #58b150;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
@media screen and (max-width: 767px) {
  .StrongPoint__itemTitle {
    text-align: center;
    font-size: 2.2rem;
  }
}
.StrongPoint__itemText {
    font-size: 1.3rem;
    line-height: 1.5;
  }
.StrongPoint__itemText p {
      text-indent: -1em;
      padding-left: 1em;
    }
.Profile {
  margin-bottom: 160px;
  padding: 100px 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Profile {
    width: 100%;
    margin-bottom: 20px;
    padding: 50px 20px;
  }
}
.Profile__wrap {
    padding: 0 20px;
    width: 100%;
  }
@media screen and (min-width: 768px) {
  .Profile__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}
@media screen and (max-width: 767px) {
  .Profile__wrap {
    padding: 0;
  }
}
.Profile__titleWrap {
    margin-bottom: 60px;
  }
@media screen and (max-width: 767px) {
  .Profile__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .Profile__titleWrap br {
    display: none;
  }
}
.Profile__main {
    margin-bottom: 60px;
  }
@media screen and (max-width: 767px) {
  .Profile__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.Profile__mainImage {
    margin-right: 40px;
  }
@media screen and (max-width: 767px) {
  .Profile__mainImage {
    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.Profile__name {
    font-size: 3rem;
  }
.Profile__english {
    margin-bottom: 16px;
  }
.Profile__title {
    line-height: 1.2;
  }
.Profile__url {
    line-height: 1.2;
  }
@media screen and (max-width: 767px) {
  .Profile__url {
    margin-top: 40px;
  }
}
.Profile__url a {
      color: #58b150;
      font-size: 1.2rem;
    }
.Profile__textWrap {
    max-width: 820px;
    margin: 0 auto;
  }
.Footer {
  background-color: white;
  padding-top: 100px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-top: 50px;
  }
}
.Footer__wrap {
    width: 100%;
    padding: 0 20px;
  }
@media screen and (min-width: 768px) {
  .Footer__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  }
}
@media screen and (max-width: 767px) {
  .Footer__logoWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.Footer__logo {
    font-size: 7.9rem;
    max-width: 377px;
    line-height: .9;
    margin-right: 80px;
  }
@media screen and (max-width: 767px) {
  .Footer__logo {
    font-size: 6rem;
    margin-right: 0;
    text-align: left;
  }
}
.Footer__logo span {
      display: block;
      background-image: url(../../asset/image/logo.png);
      background-repeat: no-repeat;
      background-position: 150px 10px;
    }
@media screen and (max-width: 767px) {
  .Footer__logo span {
    -webkit-background-size: 81px 40px;
            background-size: 81px 40px;
    background-position: 115px 12px;
  }
}
.Footer__infoWrap {
    margin-bottom: 80px;
  }
@media screen and (max-width: 767px) {
  .Footer__infoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .Footer__infoWrap .Title {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.Footer__infoTexts {
    margin-top: -20px;
  }
.Footer__infoCompany {
    margin-top: 30px;
  }
@media screen and (max-width: 767px) {
  .Footer__infoCompany {
    margin-top: 80px;
  }
}
.Footer__infoName {
    margin-top: 16px;
  }
@media screen and (max-width: 767px) {
  .Footer__infoName {
    margin-top: 30px;
  }
}
.Footer__infoName span {
      font-size: 2.4rem;
      margin-right: 16px;
    }
@media screen and (max-width: 767px) {
  .Footer__infoName span {
    font-size: 3rem;
    display: block;
    margin-right: 0;
  }
}
.Footer__contactWrap {
    margin-bottom: 80px;
  }
.Footer__contactText {
    font-size: 2rem;
    color: #58b150;
    text-align: center;
  }
.Footer_copy {
    display: block;
    background-color: #58b150;
    color: #fff;
    padding: 10px 0;
    text-align: center;
  }
@media screen and (min-width: 768px) {
  .Footer_copy {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
