@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/css/_fonts/NotoSansCJKjp-Regular.woff) format("woff"), url(/css/_fonts/NotoSansCJKjp-Regular.woff2) format("woff2"), url(/css/_fonts/NotoSansCJKjp-Regular.otf) format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp-Medium";
  font-style: normal;
  font-weight: 400;
  src: url(/css/_fonts/NotoSansCJKjp-Medium.woff) format("woff"), url(/css/_fonts/NotoSansCJKjp-Medium.woff2) format("woff2"), url(/css/_fonts/NotoSansCJKjp-Medium.otf) format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp-Bold";
  font-style: normal;
  font-weight: 400;
  src: url(/css/_fonts/NotoSansCJKjp-Bold.woff) format("woff"), url(/css/_fonts/NotoSansCJKjp-Bold.woff2) format("woff2"), url(/css/_fonts/NotoSansCJKjp-Bold.otf) format("opentype"); }

/* reset styles */
* {
  margin: 0;
  padding: 0; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'NotoSansCJKjp-Regular', '\30E1\30A4\30EA\30AA', Meiryo, Verdana, Arial, Helvetica, 'Hiragino Kaku Gothic Pro W3', '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'Osaka', 'MS P Gothic', '\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF', 'lroSVbN', sans-serif;
  font-style: normal;
  vertical-align: baseline;
  background-color: transparent; }

/* 游ゴシックの場合 */
html,
body {
  font-weight: 500; }

img {
  vertical-align: middle;
  *line-height: 0;
  *vertical-align: baseline; }

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

nav ul,
ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

sup {
  vertical-align: top; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 10px 0;
  padding: 0; }

table {
  border-spacing: 0;
  table-layout: fixed;
  border-collapse: collapse;
  empty-cells: show; }

input,
select {
  display: inline;
  vertical-align: middle;
  *vertical-align: baseline; }

/* base styles */
html {
  /* 10px */
  font-size: 62.5%; }

body {
  background: transparent;
  /* 横スクロールバーの発生する幅を指定 */
  min-width: 1000px;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.71429;
  letter-spacing: 0;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  /* Chromeのremバグ対策 */ }
  body > header, body > footer, body > section, body > article, body > div {
    /* 14px */
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    body {
      /* 横スクロールバーの発生する幅を指定 */
      min-width: 320px;
      font-size: 1.4rem;
      /* Chromeのremバグ対策 */ }
      body > header, body > footer, body > section, body > article, body > div {
        /* 14px */
        font-size: 1.4rem; } }

/* a */
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(232, 246, 229, 0.5); }
  a:hover {
    text-decoration: underline; }
  a img {
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    cursor: pointer; }
  a:hover img {
    background-color: transparent;
    opacity: 0.7;
    filter: alpha(opacity=70); }

/* margin paddingのクラス（5~100px） */
.pT5 {
  padding-top: 5px !important; }

.pR5 {
  padding-right: 5px !important; }

.pB5 {
  padding-bottom: 5px !important; }

.pL5 {
  padding-left: 5px !important; }

.mT5 {
  margin-top: 5px !important; }

.mR5 {
  margin-right: 5px !important; }

.mB5 {
  margin-bottom: 5px !important; }

.mL5 {
  margin-left: 5px !important; }

.pT10 {
  padding-top: 10px !important; }

.pR10 {
  padding-right: 10px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pL10 {
  padding-left: 10px !important; }

.mT10 {
  margin-top: 10px !important; }

.mR10 {
  margin-right: 10px !important; }

.mB10 {
  margin-bottom: 10px !important; }

.mL10 {
  margin-left: 10px !important; }

.pT15 {
  padding-top: 15px !important; }

.pR15 {
  padding-right: 15px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pL15 {
  padding-left: 15px !important; }

.mT15 {
  margin-top: 15px !important; }

.mR15 {
  margin-right: 15px !important; }

.mB15 {
  margin-bottom: 15px !important; }

.mL15 {
  margin-left: 15px !important; }

.pT20 {
  padding-top: 20px !important; }

.pR20 {
  padding-right: 20px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.pL20 {
  padding-left: 20px !important; }

.mT20 {
  margin-top: 20px !important; }

.mR20 {
  margin-right: 20px !important; }

.mB20 {
  margin-bottom: 20px !important; }

.mL20 {
  margin-left: 20px !important; }

.pT25 {
  padding-top: 25px !important; }

.pR25 {
  padding-right: 25px !important; }

.pB25 {
  padding-bottom: 25px !important; }

.pL25 {
  padding-left: 25px !important; }

.mT25 {
  margin-top: 25px !important; }

.mR25 {
  margin-right: 25px !important; }

.mB25 {
  margin-bottom: 25px !important; }

.mL25 {
  margin-left: 25px !important; }

.pT30 {
  padding-top: 30px !important; }

.pR30 {
  padding-right: 30px !important; }

.pB30 {
  padding-bottom: 30px !important; }

.pL30 {
  padding-left: 30px !important; }

.mT30 {
  margin-top: 30px !important; }

.mR30 {
  margin-right: 30px !important; }

.mB30 {
  margin-bottom: 30px !important; }

.mL30 {
  margin-left: 30px !important; }

.pT35 {
  padding-top: 35px !important; }

.pR35 {
  padding-right: 35px !important; }

.pB35 {
  padding-bottom: 35px !important; }

.pL35 {
  padding-left: 35px !important; }

.mT35 {
  margin-top: 35px !important; }

.mR35 {
  margin-right: 35px !important; }

.mB35 {
  margin-bottom: 35px !important; }

.mL35 {
  margin-left: 35px !important; }

.pT40 {
  padding-top: 40px !important; }

.pR40 {
  padding-right: 40px !important; }

.pB40 {
  padding-bottom: 40px !important; }

.pL40 {
  padding-left: 40px !important; }

.mT40 {
  margin-top: 40px !important; }

.mR40 {
  margin-right: 40px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mL40 {
  margin-left: 40px !important; }

.pT45 {
  padding-top: 45px !important; }

.pR45 {
  padding-right: 45px !important; }

.pB45 {
  padding-bottom: 45px !important; }

.pL45 {
  padding-left: 45px !important; }

.mT45 {
  margin-top: 45px !important; }

.mR45 {
  margin-right: 45px !important; }

.mB45 {
  margin-bottom: 45px !important; }

.mL45 {
  margin-left: 45px !important; }

.pT50 {
  padding-top: 50px !important; }

.pR50 {
  padding-right: 50px !important; }

.pB50 {
  padding-bottom: 50px !important; }

.pL50 {
  padding-left: 50px !important; }

.mT50 {
  margin-top: 50px !important; }

.mR50 {
  margin-right: 50px !important; }

.mB50 {
  margin-bottom: 50px !important; }

.mL50 {
  margin-left: 50px !important; }

.pT55 {
  padding-top: 55px !important; }

.pR55 {
  padding-right: 55px !important; }

.pB55 {
  padding-bottom: 55px !important; }

.pL55 {
  padding-left: 55px !important; }

.mT55 {
  margin-top: 55px !important; }

.mR55 {
  margin-right: 55px !important; }

.mB55 {
  margin-bottom: 55px !important; }

.mL55 {
  margin-left: 55px !important; }

.pT60 {
  padding-top: 60px !important; }

.pR60 {
  padding-right: 60px !important; }

.pB60 {
  padding-bottom: 60px !important; }

.pL60 {
  padding-left: 60px !important; }

.mT60 {
  margin-top: 60px !important; }

.mR60 {
  margin-right: 60px !important; }

.mB60 {
  margin-bottom: 60px !important; }

.mL60 {
  margin-left: 60px !important; }

.pT65 {
  padding-top: 65px !important; }

.pR65 {
  padding-right: 65px !important; }

.pB65 {
  padding-bottom: 65px !important; }

.pL65 {
  padding-left: 65px !important; }

.mT65 {
  margin-top: 65px !important; }

.mR65 {
  margin-right: 65px !important; }

.mB65 {
  margin-bottom: 65px !important; }

.mL65 {
  margin-left: 65px !important; }

.pT70 {
  padding-top: 70px !important; }

.pR70 {
  padding-right: 70px !important; }

.pB70 {
  padding-bottom: 70px !important; }

.pL70 {
  padding-left: 70px !important; }

.mT70 {
  margin-top: 70px !important; }

.mR70 {
  margin-right: 70px !important; }

.mB70 {
  margin-bottom: 70px !important; }

.mL70 {
  margin-left: 70px !important; }

.pT75 {
  padding-top: 75px !important; }

.pR75 {
  padding-right: 75px !important; }

.pB75 {
  padding-bottom: 75px !important; }

.pL75 {
  padding-left: 75px !important; }

.mT75 {
  margin-top: 75px !important; }

.mR75 {
  margin-right: 75px !important; }

.mB75 {
  margin-bottom: 75px !important; }

.mL75 {
  margin-left: 75px !important; }

.pT80 {
  padding-top: 80px !important; }

.pR80 {
  padding-right: 80px !important; }

.pB80 {
  padding-bottom: 80px !important; }

.pL80 {
  padding-left: 80px !important; }

.mT80 {
  margin-top: 80px !important; }

.mR80 {
  margin-right: 80px !important; }

.mB80 {
  margin-bottom: 80px !important; }

.mL80 {
  margin-left: 80px !important; }

.pT85 {
  padding-top: 85px !important; }

.pR85 {
  padding-right: 85px !important; }

.pB85 {
  padding-bottom: 85px !important; }

.pL85 {
  padding-left: 85px !important; }

.mT85 {
  margin-top: 85px !important; }

.mR85 {
  margin-right: 85px !important; }

.mB85 {
  margin-bottom: 85px !important; }

.mL85 {
  margin-left: 85px !important; }

.pT90 {
  padding-top: 90px !important; }

.pR90 {
  padding-right: 90px !important; }

.pB90 {
  padding-bottom: 90px !important; }

.pL90 {
  padding-left: 90px !important; }

.mT90 {
  margin-top: 90px !important; }

.mR90 {
  margin-right: 90px !important; }

.mB90 {
  margin-bottom: 90px !important; }

.mL90 {
  margin-left: 90px !important; }

.pT95 {
  padding-top: 95px !important; }

.pR95 {
  padding-right: 95px !important; }

.pB95 {
  padding-bottom: 95px !important; }

.pL95 {
  padding-left: 95px !important; }

.mT95 {
  margin-top: 95px !important; }

.mR95 {
  margin-right: 95px !important; }

.mB95 {
  margin-bottom: 95px !important; }

.mL95 {
  margin-left: 95px !important; }

.pT100 {
  padding-top: 100px !important; }

.pR100 {
  padding-right: 100px !important; }

.pB100 {
  padding-bottom: 100px !important; }

.pL100 {
  padding-left: 100px !important; }

.mT100 {
  margin-top: 100px !important; }

.mR100 {
  margin-right: 100px !important; }

.mB100 {
  margin-bottom: 100px !important; }

.mL100 {
  margin-left: 100px !important; }

/* テキスト色（任意で追加・削除） */
.txtRed {
  color: #F40000 !important; }

/* テキスト書式（任意で追加・削除） */
.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

.txt_ind {
  text-indent: -1em;
  padding-left: 1em; }

.txt_b {
  font-weight: bold; }

/* float */
.c_b {
  clear: both; }

.r {
  float: right; }

.l {
  float: left; }

/* clearfix */
.cf:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0.1px;
  line-height: 0;
  overflow: hidden;
  visibility: hidden; }

.cf, .clearfix {
  display: inline-block; }

/* Hides from IE-mac \*/
* html .cf, * html .clearfix {
  height: 1%;
  overflow: visible; }

.cf, .clearfix {
  display: block; }

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

/* flexbox */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .flex.row_rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.col_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

/* form（任意で編集） */
input {
  font-family: "NotoSansCJKjp-Regular","\30E1\30A4\30EA\30AA", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Osaka", "MS P Gothic", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "lroSVbN", sans-serif; }
  input[type=image], input[type=submit], input[type=button] {
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    cursor: pointer; }
  input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=url] {
    height: 25px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    @media only screen and (max-width: 768px) {
      input[type=text], input[type=tel], input[type=email], input[type=number], input[type=password], input[type=url] {
        font-size: 16px;
        font-size: 1.6rem; } }
  @media only screen and (max-width: 768px) {
    input[type=submit] {
      font-size: 16px;
      font-size: 1.6rem; } }
  input[type=number] {
    text-align: right; }
    @media only screen and (max-width: 768px) {
      input[type=number] {
        font-size: 16px;
        font-size: 1.6rem; } }

select {
  height: 25px;
  font-family: "NotoSansCJKjp-Regular","\30E1\30A4\30EA\30AA", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Osaka", "MS P Gothic", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "lroSVbN", sans-serif;
  line-height: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    select {
      font-size: 16px;
      font-size: 1.6rem; } }

textarea {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "NotoSansCJKjp-Regular","\30E1\30A4\30EA\30AA", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Osaka", "MS P Gothic", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "lroSVbN", sans-serif;
  ime-mode: active; }
  @media only screen and (max-width: 768px) {
    textarea {
      font-size: 16px;
      font-size: 1.6rem; } }

.ime_a {
  ime-mode: active; }

.ime_i {
  ime-mode: inactive; }

.ime_d {
  ime-mode: disabled; }

/* プルダウンメニュー（必要の応じて追記） */
.pulldown {
  position: relative; }
  .pulldown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0; }

/* アコーディオンメニュー（必要の応じて追記） */
.accordion_close, .accordion_open {
  cursor: pointer;
  /* スマートフォンサイトでタップした際の色の指定 */
  -webkit-tap-highlight-color: rgba(232, 246, 229, 0.5); }

.accordion_close + * {
  display: none; }

/* レスポンシブ対応（必要の応じて追記） */
.pc {
  display: block; }
  @media only screen and (max-width: 768px) {
    .pc {
      display: none; } }

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

@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    max-width: auto;
    max-width: initial;
    height: auto; } }

a.tel_link {
  pointer-events: none !important;
  text-decoration: none; }
  @media only screen and (max-width: 768px) {
    a.tel_link {
      pointer-events: auto !important;
      text-decoration: underline !important; } }

/***------------
contents
------------***/
#contents {
  padding-top: 50px; }
  @media only screen and (max-width: 768px) {
    #contents {
      padding-top: 30px; } }

.button, .button--search, .button--more {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "NotoSansCJKjp-Regular","\30E1\30A4\30EA\30AA", Meiryo, Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Osaka", "MS P Gothic", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "lroSVbN", sans-serif;
  font-weight: bold;
  cursor: pointer; }
  .button:hover, .button--search:hover, .button--more:hover {
    text-decoration: none; }

.button {
  background: #fff;
  border: solid 1px #1a1a1a; }
  .button--search {
    background: #ff7f00;
    border: none;
    color: #fff; }
  .button--more {
    width: 100%;
    height: 70px;
    border: solid 2px currentcolor;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 10px;
    color: #00a025;
    font-size: 1.8rem;
    position: relative; }
    .button--more::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px currentcolor;
      border-right: solid 2px currentcolor;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      position: absolute;
      top: 50%;
      right: 30px;
      -webkit-transform: translate(0, -50%) rotate(45deg);
          -ms-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .button--more {
        height: 50px;
        font-size: 1.4rem; }
        .button--more::after {
          right: 20px; } }

@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/css/_fonts/Montserrat-Regular.eot) format("embedded-opentype"), url(/css/_fonts/Montserrat-Regular.woff) format("woff"), url(/css/_fonts/Montserrat-Regular.woff2) format("woff2"), url(/css/_fonts/Montserrat-Regular.ttf) format("truetype"); }

.title-waveline {
  font-family: Montserrat-Regular;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .title-waveline:after {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAgMTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMUExQTFBO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwxYzUsMCw1LDQsMTAsNGM1LDAsNS00LDEwLTRjNSwwLDUsNCwxMCw0YzUsMCw1LTQsMTAtNGM1LDAsNSw0LDEwLDRjNSwwLDUtNCwxMC00YzUsMCw1LDQsMTAsNAoJCWM1LDAsNS00LDEwLTRjNSwwLDUsNCwxMCw0YzUsMCw1LTQsMTAtNCIvPgo8L2c+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsNWM1LDAsNSw0LDEwLDRjNSwwLDUtNCwxMC00YzUsMCw1LDQsMTAsNGM1LDAsNS00LDEwLTRjNSwwLDUsNCwxMCw0YzUsMCw1LTQsMTAtNGM1LDAsNSw0LDEwLDQKCQljNSwwLDUtNCwxMC00YzUsMCw1LDQsMTAsNGM1LDAsNS00LDEwLTQiLz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
    height: 10px; }
  @media only screen and (max-width: 768px) {
    .title-waveline {
      font-size: 24px;
      font-size: 2.4rem; } }

.title-doubleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .title-doubleline__text {
    border-bottom: double 4px currentcolor;
    color: #1a1a1a;
    font-size: 2.4rem;
    letter-spacing: 0.04em; }
    @media only screen and (max-width: 768px) {
      .title-doubleline__text {
        font-size: 1.6rem; } }

.logo {
  line-height: 0; }

.global-header, .global-header--page {
  width: 100%;
  position: fixed;
  z-index: 50; }
  @media only screen and (min-width: 769px) {
    .global-header, .global-header--page {
      top: 20px; } }
  @media only screen and (max-width: 768px) {
    .global-header, .global-header--page {
      padding: 10px 6.25%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media only screen and (max-width: 768px) {
  .global-header--page {
    background: #fff; } }

@media only screen and (min-width: 769px) {
  .global-nav {
    background: #fff;
    height: 70px;
    width: 100%;
    min-width: 1000px;
    max-width: 1260px;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    -webkit-transition: all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s; } }

.global-nav--active {
  width: 950px;
  min-width: initial; }

@media only screen and (min-width: 769px) {
  .global-nav__logo {
    width: 185px;
    margin: 0 auto 0 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-transition: all 1.0s ease 0s;
    -o-transition: all 1.0s ease 0s;
    transition: all 1.0s ease 0s;
    overflow: hidden; } }

@media only screen and (max-width: 768px) {
  .global-nav__logo {
    width: 110px; } }

@media only screen and (max-width: 768px) {
  .global-nav__logo--sp-none {
    display: none; } }

@media only screen and (min-width: 769px) {
  .global-nav--active .global-nav__logo {
    margin: 0;
    width: 0; } }

.global-nav__items {
  width: 755px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media only screen and (max-width: 768px) {
    .global-nav__items {
      display: none; } }

.global-nav__item {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.global-nav__link {
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.25s ease 0s;
  -o-transition: background-color 0.25s ease 0s;
  transition: background-color 0.25s ease 0s; }
  .global-nav__link:hover {
    background: #e8f6e5;
    text-decoration: none; }

.global-nav__contact {
  background: #00a025;
  width: 180px;
  height: 100%;
  padding: 0 20px 0 25px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .global-nav__contact {
      display: none; } }
  .global-nav__contact::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px currentcolor;
    border-right: solid 2px currentcolor;
    margin-left: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .global-nav__contact:hover {
    text-decoration: none; }

.smartphone-nav {
  display: none; }
  @media only screen and (max-width: 768px) {
    .smartphone-nav {
      display: block; } }
  .smartphone-nav__open {
    width: 40px; }
  .smartphone-nav__wrapper {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100; }
    .smartphone-nav__wrapper--enter-active, .smartphone-nav__wrapper--leave-active {
      -webkit-transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
    .smartphone-nav__wrapper--enter, .smartphone-nav__wrapper--leave-to {
      opacity: 0.0; }
  .smartphone-nav__container {
    background: #00a025;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
  .smartphone-nav__header {
    height: 40px;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media only screen and (max-width: 768px) {
      .smartphone-nav__header {
        width: 87.5%;
        margin-right: auto;
        margin-left: auto; } }
  .smartphone-nav__logo {
    width: 110px; }
  .smartphone-nav__close {
    width: 40px; }
  .smartphone-nav__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: auto; }
  .smartphone-nav__items {
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .smartphone-nav__item:not(:last-child) {
    margin-bottom: 23px; }
  .smartphone-nav__link {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold; }

.global-footer {
  background: #f2f2f2;
  width: 100%;
  padding: 50px 0 60px;
  border-top: solid 1px #000;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .global-footer {
      padding: 30px 0 40px; } }
  @media only screen and (min-width: 769px) {
    .global-footer__wrapper {
      width: 1000px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (min-width: 769px) {
    .global-footer__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .global-footer__wrapper {
      width: 87.5%;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (min-width: 769px) {
    .global-footer__nav {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 410px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 410px;
              flex: 0 0 410px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (max-width: 768px) {
    .global-footer__nav {
      margin-bottom: 40px; } }
  .global-footer__insides {
    padding-bottom: 19px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media only screen and (max-width: 768px) {
      .global-footer__insides {
        display: none; } }
  .global-footer__inside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
    .global-footer__inside:not(:nth-child(3n+0)) {
      margin-right: 20px; }
    .global-footer__inside:not(:nth-child(-n+3)) {
      margin-top: 9px; }
    .global-footer__inside-link {
      font-weight: bold; }
  .global-footer__dl {
    margin-bottom: 25px; }
  .global-footer__dt {
    margin-bottom: 9px;
    font-weight: bold; }
  .global-footer__dd {
    padding-bottom: 19px;
    border-bottom: solid 1px #ccc; }
    .global-footer__dd:not(:last-child) {
      margin-bottom: 20px; }
  .global-footer__outsides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  .global-footer__outside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
    .global-footer__outside:not(:nth-child(3n+0)) {
      margin-right: 25px; }
    .global-footer__outside:not(:nth-child(-n+3)) {
      margin-top: 4px; }
    .global-footer__outside-link {
      color: #666; }
  @media only screen and (min-width: 769px) {
    .global-footer__author {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 500px;
         -moz-box-flex: 0;
          -ms-flex: 0 0 500px;
              flex: 0 0 500px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; } }
  .global-footer__logo {
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .global-footer__logo {
        width: 165px; } }
  .global-footer__address {
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .global-footer__address {
        margin-bottom: 20px;
        font-size: 1.3rem; } }
  .global-footer__button {
    background: #00a025;
    width: 160px;
    height: 40px;
    padding: 0 20px;
    border: solid 2px #00a025;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .global-footer__button {
        width: 100%;
        font-size: 1.4rem;
        position: relative; } }
    .global-footer__button::after {
      content: "";
      width: 8px;
      height: 8px;
      border-top: solid 2px currentcolor;
      border-right: solid 2px currentcolor;
      margin-left: auto;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .global-footer__button::after {
          position: absolute;
          top: 50%;
          right: 20px;
          -webkit-transform: translate(0, -50%) rotate(45deg);
              -ms-transform: translate(0, -50%) rotate(45deg);
                  transform: translate(0, -50%) rotate(45deg); } }
    .global-footer__button:hover {
      background: #fff;
      color: #00a025;
      text-decoration: none; }
  .global-footer__list {
    width: calc(100% + 10px);
    margin: auto -10px 7px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media only screen and (max-width: 768px) {
      .global-footer__list {
        margin-top: 35px; } }
  .global-footer__list-item {
    margin: 10px 20px 0 0; }
  .global-footer .global-footer__sub-link, .global-footer .global-footer__sub-link--pdf {
    color: #505050;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .global-footer .global-footer__sub-link::before, .global-footer .global-footer__sub-link--pdf::before {
      content: "";
      width: 6px;
      height: 6px;
      border-top: solid 2px currentcolor;
      border-right: solid 2px currentcolor;
      margin-right: 5px;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .global-footer__sub-link--pdf:after {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzYgNDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cgkuc3Qxe2ZpbGw6I0ZDNDEyODt9Cgkuc3Qye2ZpbGw6I0NDQ0NDQzt9Cjwvc3R5bGU+CjxnPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIyNCwwIDAsMCAwLDQ4IDM2LDQ4IDM2LDEyIAkiLz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNy41LDI2LjhjLTEtMC4xLTMuNSwwLjEtNi4xLDAuNmMtMS41LTEuNS0yLjctMy4zLTMuNi00LjhjMy04LjYsMS4xLTExLTEuNS0xMWMtMiwwLTMsMi4xLTIuOCw0LjQKCQkJYzAuMSwxLjIsMS4xLDMuNiwyLjMsNmMtMC44LDItMi4xLDUuMy0zLjQsNy43Yy0xLjYsMC41LTIuOSwxLTMuOSwxLjRjLTQuOCwyLjItNS4yLDUuMi00LjIsNi40YzEuOSwyLjQsNS45LDAuMyw5LjktNi45CgkJCWMyLjgtMC44LDYuNC0xLjgsNi43LTEuOGMwLDAsMC4xLDAsMC4xLDBjMiwxLjgsNC40LDMuOCw2LjMsNC4xYzIuOCwwLjQsNC40LTEuNyw0LjMtMi45QzMxLjksMjguNywzMS4xLDI3LDI3LjUsMjYuOHogTTkuNiwzNC42CgkJCWMtMS4yLDEuNC0zLjEsMi43LTMuNywyLjNjLTAuNy0wLjQtMC44LTEuNywwLjctMy4yYzEuNS0xLjQsNC0yLjIsNC40LTIuM2MwLjQtMC4yLDAuNiwwLDAuNiwwLjJDMTEuNiwzMS44LDEwLjgsMzMuMiw5LjYsMzQuNnoKCQkJIE0xNC43LDE1LjljLTAuMS0xLjQsMC4yLTIuNywxLjMtMi45YzEuMi0wLjIsMS43LDEuMiwxLjMsMy4zYy0wLjQsMi4yLTAuNywzLjYtMC45LDMuOGMtMC4yLDAuMi0wLjQtMC40LTAuNC0wLjQKCQkJQzE1LjYsMTguOSwxNC45LDE3LjMsMTQuNywxNS45eiBNMTUuMiwyOWMwLjYtMSwyLjItNS4xLDIuMi01LjFjMC4zLDAuNiwyLjksMy43LDIuOSwzLjdTMTYuMywyOC42LDE1LjIsMjl6IE0yNy4zLDMwLjgKCQkJYy0xLjctMC4yLTQuNS0yLjItNC41LTIuMmMtMC40LTAuMiwzLjEtMC42LDQuNC0wLjZjMS43LDAuMSwyLjMsMC44LDIuMywxLjZDMjkuNiwzMC4zLDI5LDMxLDI3LjMsMzAuOHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjQsMEgwdjQ4aDM2VjEyTDI0LDB6IE0zNSw0N0gxVjFoMjJ2MTF2MWgxaDExVjQ3eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
    background-size: 12px 16px;
    width: 12px;
    height: 16px;
    margin-top: 4px; }
    @media only screen and (max-width: 768px) {
      .global-footer__sub-link--pdf:after {
        content: none; } }
  .global-footer__copyright {
    color: #505050;
    font-size: 1.2rem;
    display: block; }

.outside-link {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM5OTk7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2xpbmtfb3V0PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjaGFyYSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS44OCwwVjguMTNIMTBWMFpNOS4yMiw3LjM0SDIuNjZWLjc4SDkuMjJaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjAuNzggOS4yMiAwLjc4IDUuNzggMC43OCAyLjY2IDAuNzggMS44OCAwIDEuODggMCAxMCA4LjEzIDEwIDguMTMgOS4yMiA3LjM0IDkuMjIgMC43OCA5LjIyIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjQuNTUgNi4xMSA2Ljg1IDMuODEgNi44NSA1LjQ2IDcuNjMgNS40NiA3LjYzIDIuNDcgNC42NCAyLjQ3IDQuNjQgMy4yNiA2LjMgMy4yNiA0IDUuNTYgNC41NSA2LjExIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 14px; }

.scroll-top {
  background: #00a025;
  width: 60px;
  height: 60px;
  border: solid 2px #00a025;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-indent: -999px;
  display: block;
  overflow: hidden;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s; }
  @media only screen and (max-width: 768px) {
    .scroll-top {
      width: 50px;
      height: 50px; } }
  .scroll-top--hide {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .scroll-top--hide {
        bottom: 15px;
        right: 6.25%; } }
  .scroll-top--scrolling {
    position: fixed;
    bottom: 20px;
    right: 30px; }
    @media only screen and (max-width: 768px) {
      .scroll-top--scrolling {
        bottom: 15px;
        right: 6.25%; } }
  .scroll-top--scrollend {
    position: absolute;
    top: -80px;
    right: 30px; }
    @media only screen and (max-width: 768px) {
      .scroll-top--scrollend {
        top: -65px;
        right: 6.25%; } }
  .scroll-top:hover {
    background: #fff;
    color: #00a025;
    text-decoration: none; }
  .scroll-top::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px currentcolor;
    border-left: solid 2px currentcolor;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 44.167%;
    left: 40.167%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .scroll-top::after {
        width: 10px;
        height: 10px;
        top: 44%;
        left: 40%; } }

.page-header {
  padding-bottom: 40px;
  position: relative; }
  .page-header::before {
    content: "";
    background: #d9f3fc;
    height: 40px;
    width: calc((100% - 1000px) / 2 + 620px);
    position: absolute;
    right: 0;
    bottom: 0; }
  .page-header::after {
    content: "";
    background-color: #d9f3fc;
    background-position: 10px 0;
    background-image: -webkit-linear-gradient(302deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(302deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(148deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
    background-size: 48px 30px;
    height: 40px;
    width: 350px;
    position: absolute;
    right: calc((100% - 1000px) / 2 + 270px);
    bottom: 0; }
  @media only screen and (max-width: 768px) {
    .page-header {
      padding: 60px 0 20px; }
      .page-header::before {
        content: "";
        height: 20px;
        width: 62.5%; }
      .page-header::after {
        content: "";
        background-color: #d9f3fc;
        background-position: 10px 0;
        background-image: -webkit-linear-gradient(302deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
        background-image: -o-linear-gradient(302deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
        background-image: linear-gradient(148deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0.75) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));
        background-size: 15.984px 9.99px;
        height: 20px;
        width: 83.333px;
        right: calc(62.5% - 83.333px);
        bottom: 0; } }

.page-visual {
  background: url(/css/img/bg-any-visual@pc.jpg) no-repeat center center;
  background-size: cover;
  height: 360px;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 768px) {
    .page-visual {
      background: url(/css/img/bg-any-visual@sp.jpg) no-repeat center center;
      background-size: cover;
      height: 150px;
      padding-top: 0; } }
  .page-visual__title {
    color: #fff;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .page-visual__title {
        font-size: 2.4rem; } }
  .page-visual__parent {
    margin-bottom: 15px;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .page-visual__parent {
        font-size: 1.4rem; } }
    .page-visual__parent::after, .page-visual__parent::before {
      content: "";
      width: 40px;
      height: 0;
      margin: 0 10px;
      border-top: solid 1px currentcolor; }
  .page-visual__ruby {
    min-width: 90px;
    height: 32px;
    padding: 0 8px;
    border: solid 2px currentcolor;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.04em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .page-visual__ruby {
        min-width: 65px;
        height: 26px;
        margin-top: 10px;
        font-size: 1.4rem; } }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .wrapper .global-footer {
    margin-top: auto; }
  .wrapper--preview {
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .wrapper--preview {
        margin-bottom: 139px; } }

.contents {
  padding: 40px 0 100px; }
  @media only screen and (min-width: 769px) {
    .contents {
      width: 1000px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 768px) {
    .contents {
      width: 87.5%;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (max-width: 768px) {
    .contents {
      padding: 20px 0 90px; } }
  .contents--2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .contents--2col {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .contents__main:not(:last-child) {
      margin-bottom: 50px; } }
  .contents--2col .contents__main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 740px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 740px;
            flex: 0 0 740px; }
  .contents--2col .contents__sub {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; }
    @media only screen and (min-width: 769px) {
      .contents--2col .contents__sub:first-child {
        margin-right: auto; }
      .contents--2col .contents__sub:last-child {
        margin-left: auto; } }

/***------------
#recruit-link
------------***/
@-webkit-keyframes arrow {
  50% {
    margin-left: 10px;
    opacity: 1; }
  100% {
    margin-left: 15px;
    opacity: 0; } }
@keyframes arrow {
  50% {
    margin-left: 10px;
    opacity: 1; }
  100% {
    margin-left: 15px;
    opacity: 0; } }

#recruit-link {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    #recruit-link {
      width: 87.5%;
      margin: 0 auto;
      display: block; } }
  @media only screen and (max-width: 768px) {
    #recruit-link > div {
      border-radius: 5px;
      -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.13);
              box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.13); }
      #recruit-link > div:not(:last-child) {
        margin-bottom: 10px; } }
  #recruit-link > div a {
    text-decoration: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 480px;
       -moz-box-flex: 0;
        -ms-flex: 0 1 480px;
            flex: 0 1 480px;
    background: #fff; }
    @media only screen and (max-width: 768px) {
      #recruit-link > div a {
        border-radius: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        position: relative; }
        #recruit-link > div a:after {
          content: "";
          width: 4px;
          height: 4px;
          border: 0px;
          border-right: solid 2px #00aceb;
          border-bottom: solid 2px #00aceb;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          position: absolute;
          top: 0;
          right: 10px;
          bottom: 0;
          margin: auto; } }
    #recruit-link > div a picture {
      display: block;
      margin-bottom: 30px; }
      #recruit-link > div a picture img {
        border-radius: 10px; }
      @media only screen and (max-width: 768px) {
        #recruit-link > div a picture {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 110px;
             -moz-box-flex: 0;
              -ms-flex: 0 0 110px;
                  flex: 0 0 110px;
          margin-bottom: 0;
          margin-right: 15px; }
          #recruit-link > div a picture img {
            border-radius: 5px 0 0 5px / 5px 0 0 5px; } }
    @media only screen and (max-width: 768px) {
      #recruit-link > div a dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #recruit-link > div a dl dt {
      color: #0091eb;
      font-size: 20px;
      font-size: 2.0rem;
      font-weight: bold;
      margin-bottom: 10px; }
      #recruit-link > div a dl dt small {
        color: #505050;
        font-size: 12px;
        font-size: 1.2rem;
        display: block; }
      @media only screen and (max-width: 768px) {
        #recruit-link > div a dl dt {
          font-size: 16px;
          font-size: 1.6rem;
          margin-bottom: 0; }
          #recruit-link > div a dl dt small {
            font-size: 13px;
            font-size: 1.3rem; } }
    @media only screen and (max-width: 768px) {
      #recruit-link > div a dl dd {
        display: none; } }
    #recruit-link > div a dl dd .link {
      color: #0091eb;
      margin-top: 20px; }
      #recruit-link > div a dl dd .link:after {
        content: "";
        border-right: 1px solid #0091eb;
        border-bottom: 1px solid #0091eb;
        display: inline-block;
        margin-top: -6px;
        margin-left: 5px;
        width: 30px;
        height: 5px;
        -webkit-transform: skewX(40deg);
            -ms-transform: skewX(40deg);
                transform: skewX(40deg);
        vertical-align: middle; }
    #recruit-link > div a:hover .link:after {
      -webkit-animation: arrow 1.45s infinite ease;
              animation: arrow 1.45s infinite ease; }

#recruit-entry section + #recruit-link {
  margin-top: 50px; }

/***------------
recruit-entry
------------***/
#recruit-entry {
  background: -webkit-repeating-linear-gradient(120deg, #fdfcee, #fdfcee 15px, #fffefb 0, #fffefb 25px);
  background: -o-repeating-linear-gradient(120deg, #fdfcee, #fdfcee 15px, #fffefb 0, #fffefb 25px);
  background: repeating-linear-gradient(-30deg, #fdfcee, #fdfcee 15px, #fffefb 0, #fffefb 25px);
  border-top: solid 1px #faf5c8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 60px; }
  @media only screen and (max-width: 768px) {
    #recruit-entry {
      padding: 50px 0 100px; } }
  #recruit-entry section {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      #recruit-entry section {
        width: 87.5%; } }
    #recruit-entry section h2 {
      color: #0091eb;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: normal;
      letter-spacing: 0.2rem;
      text-align: center;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        #recruit-entry section h2 {
          font-size: 24px;
          font-size: 2.4rem;
          margin-bottom: 20px;
          line-height: 1.4; } }
    #recruit-entry section .entry-pho1 {
      position: absolute;
      top: 20px;
      left: 0; }
      @media only screen and (max-width: 768px) {
        #recruit-entry section .entry-pho1 {
          width: 78px;
          height: 63px;
          top: -70px;
          left: 0; } }
    #recruit-entry section .entry-pho2 {
      position: absolute;
      top: 10px;
      right: 10px; }
    #recruit-entry section .entry-pho3 {
      position: absolute;
      top: 180px;
      right: 0; }
    #recruit-entry section div.entry-main {
      width: 640px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media only screen and (max-width: 768px) {
        #recruit-entry section div.entry-main {
          width: 100%; } }
      #recruit-entry section div.entry-main div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 48%;
           -moz-box-flex: 0;
            -ms-flex: 0 1 48%;
                flex: 0 1 48%;
        margin-bottom: 20px; }
        #recruit-entry section div.entry-main div img {
          width: 100%; }
    #recruit-entry section div.entry-main:after {
      content: none; }
    #recruit-entry section .entry-text {
      width: 640px;
      margin: 0 auto 35px; }
      #recruit-entry section .entry-text p:not(:last-of-type) {
        margin-bottom: 20px; }
      @media only screen and (max-width: 768px) {
        #recruit-entry section .entry-text {
          width: 100%;
          margin: 0 auto 30px; } }
    #recruit-entry section .entry-btn {
      width: 640px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        #recruit-entry section .entry-btn {
          width: 100%; } }
      #recruit-entry section .entry-btn a {
        color: #0091eb;
        background: #fff;
        border: solid 2px #0091eb;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 23px 0; }
        @media only screen and (max-width: 768px) {
          #recruit-entry section .entry-btn a {
            border-radius: 5px;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 11px 0; } }

/***------------
requirement
------------***/
#contents.requirement {
  width: 100%;
  margin: 0 auto; }
  #contents.requirement .requirement-main {
    width: 1000px;
    margin: 0 auto 70px; }
    @media only screen and (max-width: 768px) {
      #contents.requirement .requirement-main {
        width: 87.5%;
        margin: 0 auto 60px; } }
    #contents.requirement .requirement-main table {
      border-top: solid 1px #cccccc;
      width: 100%; }
      #contents.requirement .requirement-main table tr {
        border-bottom: solid 1px #cccccc; }
        #contents.requirement .requirement-main table tr th {
          color: #0091eb;
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          font-weight: bold;
          width: 240px;
          padding: 13px 13px 13px 70px;
          text-align: left; }
          @media only screen and (max-width: 768px) {
            #contents.requirement .requirement-main table tr th {
              display: block;
              width: 100%;
              padding: 20px 3.5714% 2px; } }
        #contents.requirement .requirement-main table tr td {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 13px 13px 13px 10px; }
          @media only screen and (max-width: 768px) {
            #contents.requirement .requirement-main table tr td {
              display: block;
              padding: 2px 3.5714% 20px; } }
          #contents.requirement .requirement-main table tr td .list li:not(:last-child) {
            border-bottom: dotted 1px #cccccc;
            padding-bottom: 15px;
            margin-bottom: 15px; }
            @media only screen and (max-width: 768px) {
              #contents.requirement .requirement-main table tr td .list li:not(:last-child) {
                padding-bottom: 10px;
                margin-bottom: 10px; } }
          #contents.requirement .requirement-main table tr td .list li p strong {
            margin-bottom: 5px;
            display: block; }
          #contents.requirement .requirement-main table tr td .list li p a {
            text-decoration: underline; }
          #contents.requirement .requirement-main table tr td .list li dl dt {
            color: #999999;
            float: left;
            font-weight: bold;
            width: 60px; }
            @media only screen and (max-width: 768px) {
              #contents.requirement .requirement-main table tr td .list li dl dt {
                display: block;
                width: 100%; } }
          #contents.requirement .requirement-main table tr td .list li dl dd {
            padding-left: 60px; }
            @media only screen and (max-width: 768px) {
              #contents.requirement .requirement-main table tr td .list li dl dd {
                padding-left: 0; } }
          #contents.requirement .requirement-main table tr td .requirement-contact {
            background: #f2f2f2;
            border-radius: 5px;
            width: 720px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 768px) {
              #contents.requirement .requirement-main table tr td .requirement-contact {
                width: 100%;
                display: block;
                margin-top: 5px;
                text-align: center; } }
            #contents.requirement .requirement-main table tr td .requirement-contact > div {
              -webkit-box-flex: 0;
              -webkit-flex: 0 1 50%;
                 -moz-box-flex: 0;
                  -ms-flex: 0 1 50%;
                      flex: 0 1 50%; }
            #contents.requirement .requirement-main table tr td .requirement-contact_tel {
              border-right: solid 2px #ffffff;
              -webkit-box-sizing: border-box;
                 -moz-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 20px 30px; }
              @media only screen and (max-width: 768px) {
                #contents.requirement .requirement-main table tr td .requirement-contact_tel {
                  border-right: none;
                  border-bottom: solid 2px #ffffff;
                  padding: 20px 7.692%; } }
              #contents.requirement .requirement-main table tr td .requirement-contact_tel p:not(:last-child) {
                margin-bottom: 8px; }
              #contents.requirement .requirement-main table tr td .requirement-contact_tel p a.tel_link {
                color: #0091eb;
                font-size: 40px;
                font-size: 4.0rem;
                font-weight: bold;
                line-height: 1;
                text-decoration: none; }
                #contents.requirement .requirement-main table tr td .requirement-contact_tel p a.tel_link:before {
                  content: "";
                  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDcuNCA2MS45IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0Ny40IDYxLjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA5MUVCO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNC4yLDIuNkMwLDUuNC0wLjgsMTQsMC44LDIxQzIsMjYuNSw0LjcsMzMuOCw5LjEsNDAuN2M0LjIsNi41LDEwLjEsMTIuMywxNC42LDE1LjdjNS44LDQuMywxNCw3LjEsMTguMiw0LjMKCQljMi4xLTEuNCw1LjMtNS4yLDUuNS01LjljMCwwLTEuOS0yLjktMi4zLTMuNWwtNi4zLTkuN2MtMC41LTAuNy0zLjQtMC4xLTQuOSwwLjhjLTIsMS4xLTMuOSw0LjItMy45LDQuMmMtMS40LDAuOC0yLjUsMC00LjktMS4xCgkJYy0zLTEuNC02LjMtNS42LTguOS05LjRjLTIuNC00LTQuOS04LjctNS0xMmMwLTIuNi0wLjMtNCwxLTVjMCwwLDMuNS0wLjQsNS40LTEuOGMxLjQtMSwzLjItMy40LDIuNy00LjFsLTYuMy05LjcKCQlDMTMuNywyLjksMTEuOSwwLDExLjksMEMxMS4yLTAuMSw2LjQsMS4yLDQuMiwyLjZ6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat;
                  width: 23px;
                  height: 30px;
                  display: inline-block;
                  margin-right: 8px; }
                @media only screen and (max-width: 768px) {
                  #contents.requirement .requirement-main table tr td .requirement-contact_tel p a.tel_link {
                    font-size: 27px;
                    font-size: 2.7rem;
                    text-decoration: none !important; }
                    #contents.requirement .requirement-main table tr td .requirement-contact_tel p a.tel_link:before {
                      width: 16px;
                      height: 21px;
                      margin-right: 5px; } }
              #contents.requirement .requirement-main table tr td .requirement-contact_tel p span {
                color: #fff;
                background: #0091eb;
                border-radius: 12px;
                font-weight: bold;
                padding: 1px 10px;
                margin-right: 5px;
                vertical-align: middle; }
                @media only screen and (max-width: 768px) {
                  #contents.requirement .requirement-main table tr td .requirement-contact_tel p span {
                    -webkit-box-sizing: border-box;
                       -moz-box-sizing: border-box;
                            box-sizing: border-box;
                    display: block;
                    margin-bottom: 5px;
                    width: 100%; } }
            #contents.requirement .requirement-main table tr td .requirement-contact_mail {
              -webkit-box-sizing: border-box;
                 -moz-box-sizing: border-box;
                      box-sizing: border-box;
              padding: 20px 7.692%; }
              #contents.requirement .requirement-main table tr td .requirement-contact_mail p {
                text-align: center;
                margin-bottom: 5px; }
              #contents.requirement .requirement-main table tr td .requirement-contact_mail__btn {
                background: #0091eb;
                border-radius: 5px; }
                #contents.requirement .requirement-main table tr td .requirement-contact_mail__btn a {
                  color: #fff;
                  -webkit-box-sizing: border-box;
                     -moz-box-sizing: border-box;
                          box-sizing: border-box;
                  display: block;
                  font-weight: bold;
                  text-align: center;
                  text-decoration: none;
                  padding: 12px; }
                  #contents.requirement .requirement-main table tr td .requirement-contact_mail__btn a:before {
                    content: "";
                    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTUuOSA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTUuOSA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNTUuOSwyNS4zIDQ4LjcsMTcuOCA1NS45LDExLjYgCSIvPgoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI3LjIsMTcuOCAwLDI1LjMgMCwxMS42IAkiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01NS45LDMyLjFWMzljMCwxLjctMS40LDMtMywzSDNjLTEuNywwLTMtMS40LTMtM3YtNi45bDEwLjgtMTEuMmwxMi4zLDEwLjZjMS4zLDEuMSwzLDEuNyw0LjgsMS43CgkJYzEuOCwwLDMuNS0wLjYsNC44LTEuN2wxMi4zLTEwLjZMNTUuOSwzMi4xeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTU1LjksM3YzTDI5LjUsMjguN2MtMC44LDAuNy0yLjMsMC43LTMuMiwwTDAsNlYzYzAtMS43LDEuNC0zLDMtM2g0OS44QzU0LjUsMCw1NS45LDEuMyw1NS45LDN6Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat;
                    width: 18px;
                    height: 14px;
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: middle; }
                  @media only screen and (max-width: 768px) {
                    #contents.requirement .requirement-main table tr td .requirement-contact_mail__btn a {
                      padding: 10px 5px; } }
