@charset "utf-8";
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
header{
  border-bottom: 1px solid #4389bb;
}
html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
      /*/
height: auto;
overflow: hidden;
/**/
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 62.5%;
 /*  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
 font-family: "Gotham SSm A", "Gotham SSm B", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;*/
  font-family:
  -apple-system, BlinkMacSystemFont,
  "游ゴシック体", YuGothic,
  "Yu Gothic M",
  "游ゴシック Medium", "Yu Gothic Medium",
  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
  "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
  "メイリオ", Meiryo,
  Osaka,
  "ＭＳ Ｐゴシック", "MS PGothic",
  "Helvetica Neue", HelveticaNeue,
  Helvetica,
  Arial,
  "Segoe UI",
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  line-height: 1.1;
  letter-spacing: .06rem;
  color: #333;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'palt' 1;
}
#l-body{
      overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

object[type="image/svg+xml"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  width: auto\9;
  /* ie8 */
  ms-interpolation-mode: bicubic;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
}

a:hover {
  color: #347ac0;
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #e4df2c;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.l-header {
  width: 100%;
}

/* footer */
.p-footer {
  clear: both;
  width: 100%;
}


@media (max-width: 1200px) {
  .p-footer section:last-child {
  width: 100%;
}

}

.p-footer .copyright {
  padding: 8px 0;
  text-align: center;
  font: .9rem;
  color: #fff;
  background: #4b869e;
}
.p-footer .p-bottm-sec_list li {
  padding-left: 15px;
}

/* section
----------------------------------------------------------------- */
.l-section, .l-section--bg {
  width: 100%;
}
.l-section--bg {
  background: #4b869e;
}
.l-section-bg {
  background: #0f3668 !important ;
  background: linear-gradient(#005da0c7 6%, #0f3668 0, #0f3668 94%, #005da0 0) !important ;
}
.l-section.topimage{
    margin-bottom: 8rem;
}
@media screen and (max-width: 480px) {
.l-section.topimage{
    margin-bottom: 5rem;
}
}
/* content
----------------------------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 26px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .l-container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .l-container {
    max-width: 1200px;
    padding: 0 20px;
  }
}

.l-container--ph-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .l-container--ph-full {
    padding: 0 40px;
  }
}
@media (min-width: 900px) {
  .l-container--ph-full {
    max-width: 1200px;
    padding: 0 20px;
  }
}

.l-container_inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .l-container_inner {
    max-width: 90%;
  }
}
@media (min-width: 800px) {
  .l-container_inner {
    max-width: 82.8%;
  }
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.l-section::after, .l-section--bg::after,
.l-container::after,
.l-content--mb_full:after {
  content: "";
  display: table;
  clear: both;
}

/* Grid
----------------------------------------------------------------- */
@media (min-width: 750px) {
  .c-col--1 {
    width: 5.4%;
  }

  .c-col--2 {
    width: 14%;
  }

  .c-col--3 {
    width: 22.6%;
  }

  .c-col--4 {
    width: 31.2%;
  }

  .c-col--5 {
    width: 39.8%;
  }

  .c-col--6 {
    width: 48.4%;
  }

  .c-col--7 {
    width: 57%;
  }

  .c-col--8 {
    width: 65.6%;
  }

  .c-col--9 {
    width: 74.2%;
  }

  .c-col--10 {
    width: 82.8%;
  }

  .c-col--11 {
    width: 91.4%;
  }

  .c-col--12 {
    width: 100%;
    margin-left: 0;
  }

  .c-col--1, .c-col--2, .c-col--3, .c-col--4, .c-col--5, .c-col--6, .c-col--7, .c-col--8, .c-col--9, .c-col--10, .c-col--11 {
    float: left;
    margin-left: 3.2%;
  }

  .c-col--1:first-child, .c-col--2:first-child, .c-col--3:first-child,  .c-col--3:nth-child(5), .c-col--4:first-child, .c-col--5:first-child, .c-col--6:first-child, .c-col--7:first-child, .c-col--8:first-child, .c-col--9:first-child, .c-col--10:first-child, .c-col--11:first-child {
    margin-left: 0;
  }

  /* Offsets */
  .c-off-col--1 {
    margin-left: 11.8%;
  }

  .c-off-col--1:first-child {
    margin-left: 8.6%;
  }

  .c-off-col--2 {
    margin-left: 20.4%;
  }

  .c-off-col--2:first-child {
    margin-left: 17.2%;
  }

  .c-off-col--3 {
    margin-left: 29%;
  }

  .c-off-col--3:first-child {
    margin-left: 25.8%;
  }

  .c-off-col--4 {
    margin-left: 37.6%;
  }

  .c-off-col--4:first-child {
    margin-left: 34.4%;
  }

  .c-off-col--5 {
    margin-left: 46.2%;
  }

  .c-off-col--5:first-child {
    margin-left: 43%;
  }

  .c-off-col--6 {
    margin-left: 54.8%;
  }

  .c-off-col--6:first-child {
    margin-left: 51.6%;
  }

  .c-off-col--7 {
    margin-left: 63.4%;
  }

  .c-off-col--7:first-child {
    margin-left: 60.2%;
  }

  .c-off-col--8 {
    margin-left: 72%;
  }

  .c-off-col--8:first-child {
    margin-left: 68.8%;
  }

  .c-off-col--9 {
    margin-left: 80.6%;
  }

  .c-off-col--9:first-child {
    margin-left: 77.4%;
  }

  .c-off-col--10 {
    margin-left: 89.2%;
  }

  .c-off-col--10:first-child {
    margin-left: 86%;
  }

  .c-off-col--11, .c-off-col--11:first-child {
    margin-left: 94.6%;
  }
}
.hidden-xs{
  display: block;
}
@media screen and (max-width: 480px){
  .hidden-xs{
  display: none;
}
}
.visible-xs{
    display: none;
}
@media screen and (max-width: 480px){
  .visible-xs{
  display: block;
}
}
.pl-65{
  display: block;
    padding-left: 6.5em;
}
@media screen and (max-width: 480px){
 .pl-65 {
    display: inline;
    padding-left: 0em;
}
}
.pl-1{
  display: block;
    padding-left: 1em;
}
.ml-1{
    margin-left: 1em;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-content:after, .c-grid:after {
  content: "";
  display: table;
  clear: both;
}

/*
* タイトルやテキスト等
* よく使う要素への指定
*/
.c-title--tn {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  color: #4b869e;
}
.c-title--tn .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.c-title--tn .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .7rem;
  right: 0;
  width: 10px;
  height: 3px;
  color: #4b869e;
  background: #4b869e;
}
.c-title--tn .c-title_lead {
  display: block;
  padding-top: .1rem;
  letter-spacing: 1px;
  font-size: .6rem;
  word-break: break-all;
}
@media (min-width: 1200px) {
  .c-title--tn .c-title_main {
    padding-right: 36px;
  }
  .c-title--tn .c-title_main::after {
    top: .7rem;
    width: 30px;
  }
}

.c-title--sm {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  color: #0f3668;
}
.c-title--sm .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: .9rem;
  font-weight: 600;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.c-title--sm .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .7rem;
  right: 0;
  width: 14px;
  height: 3px;
  color: #0f3668;
  background: #0f3668;
}
.c-title--sm .c-title_lead {
  display: block;
  padding-top: .2rem;
  letter-spacing: 1px;
  font-size: .5rem;
  word-break: break-all;
}
.c-title--sm--wh {
  color: #fff;
}
.c-title--sm--wh .c-title_main::after {
  color: #fff;
  background: #fff;
}
@media (min-width: 1200px) {
  .c-title--sm .c-title_main {
    padding-right: 36px;
    font-size: 1.3rem;
  }
  .c-title--sm .c-title_main::after {
    top: .9rem;
    width: 30px;
  }
  .c-title--sm .c-title_lead {
    font-size: .7rem;
  }
}

.c-title--md {
  display: inline-block;
  position: relative;
  margin: 3rem 0 2rem;
  letter-spacing: 2px;
  color: #4b869e;
}
.c-title--md .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
.c-title--md .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .8rem;
  right: 0;
  width: 18px;
  height: 5px;
  color: #4b869e;
  background: #4b869e;
}
.c-title--md .c-title_lead {
  display: block;
  padding-top: .4rem;
  letter-spacing: 1px;
  font-size: .6rem;
  font-weight: normal;
  word-break: break-all;
}
.c-title--md--wh {
  color: #fff;
}
.c-title--md--wh .c-title_main::after {
  color: #fff;
  background: #fff;
}
@media (min-width: 1200px) {
  .c-title--md {
    margin: 6rem 0 3rem;
  }
  .c-title--md .c-title_main {
    padding-right: 54px;
    font-size: 2.6rem;
  }
  .c-title--md .c-title_main::after {
    top: 1.8rem;
    width: 40px;
  }
  .c-title--md .c-title_lead {
    font-size: .8rem;
  }
}

.c-title--lg {
  display: inline-block;
  position: relative;
  margin: 6rem 0 2rem;
  letter-spacing: 2px;
  color: #333;
}
.c-title--lg .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1.0rem;
  font-weight: 600;
 font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}

.c-title--lg .c-title_lead {
  display: block;
  letter-spacing: 1px;
  font-size: .6rem;
  word-break: break-all;
   font-family: 'Garamond','Georgia','MS Serif';
}
.c-title_propertyphoto .c-title_lead {
    font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif !important;
}
.c-title--lg--wh {
  color: #fff;
}
.c-title--lg--wh .c-title_main::after {
  color: #fff;
  background: #fff;
}
@media (min-width: 1200px) {
  .c-title--lg {
    margin: 6rem 0 3rem;
  }
  .c-title--lg .c-title_main {
    padding-right: 54px;
     font-size: 1.2rem;
   }
   .c-title--lg .c-title_lead {
    font-size: .8rem;
  }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-button {
  padding: .6rem 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 2px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.c-button:hover
.c-button:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}

@media (max-width: 749px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    width: 100%;
  }
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,select {
  height: 30px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #333;
  font-weight: normal;
}
@media (min-width: 1200px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea {
    font-size: .9rem;
  }
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* link
// 一覧や詳細へのリンクなど
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-link {
  color: #347ac0;
}
.c-link a {
  color: #347ac0;
}

.c-link-button, .c-link-button--tm01, .c-link-button--tm01--bd, .c-link-button--tm02, .c-link-button--tm02--bd {
  clear: both;
  box-sizing: border-box;
}
.c-link-button a, .c-link-button--tm01 a, .c-link-button--tm01--bd a, .c-link-button--tm02 a, .c-link-button--tm02--bd a {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  padding: .6rem .7rem .65rem;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  font-size: .85rem;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-link-button a:hover, .c-link-button--tm01 a:hover, .c-link-button--tm01--bd a:hover, .c-link-button--tm02 a:hover, .c-link-button--tm02--bd a:hover {
  text-decoration: none;
}

.c-link-button--tm01 a {
  color: #f83f02 !important;
  border: 1px solid #fff;
}

.c-link-button--tm01 a:hover {
  background: #fff;
  color: #4b869e;
}

.c-link-button--tm01--bd a {
  color: #4b869e;
  background: #fff;
  border: 1px solid #4b869e;
}
.c-link-button--tm01--bd a:hover {
  background: #4b869e;
  color: #fff;
}

.c-link-button--tm02 a {
  color: #fff;
  background: #ae8535;
  border: 1px solid #ae8535;
}
.c-link-button--tm02 a:hover {
  background: #fff;
  color: #ae8535;
}

.c-link-button--tm02--bd a {
  color: #ae8535;
  background: #fff;
  border: 1px solid #ae8535;
}
.c-link-button--tm02--bd a:hover {
  background: #ae8535;
  color: #fff;
}

.c-link-list, .c-link-list--tm01, .c-link-list--tm01--bd, .c-link-list--tm02, .c-link-list--tm02--bd {
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
.c-link-list a, .c-link-list--tm01 a, .c-link-list--tm01--bd a, .c-link-list--tm02 a, .c-link-list--tm02--bd a {
  display: inline-block;
  min-width: 60%;
  padding: .4rem .7rem .45rem;
  letter-spacing: 1px;
  text-align: center;
  font-size: .6rem;
  font-weight: 600;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  white-space: nowrap;
  border: 1px solid #ddd;
  background: #fff;
}
.vacancylist .c-link-list--tm02 a{
  min-width: 40%;
}
.vacancylist .c-link-list--tm02.linklarge a{
   min-width: calc(81% + 30px);
}
.c-link-list a:hover, .c-link-list--tm01 a:hover, .c-link-list--tm01--bd a:hover, .c-link-list--tm02 a:hover, .c-link-list--tm02--bd a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .c-link-list a, .c-link-list--tm01 a, .c-link-list--tm01--bd a, .c-link-list--tm02 a, .c-link-list--tm02--bd a {
    min-width: 200px;
    padding: .55rem 1.4rem .6rem;
    font-size: .8rem;
  }
  .vacancylist .c-link-list--tm02 a{
   min-width: 200px;
    padding: .55rem 1.4rem .6rem;
    font-size: .8rem;
  }
  .vacancylist .c-link-list--tm02.linklarge a{
   min-width: calc(400px + 55px);
  }
}
@media (max-width: 364px) {
  .vacancylist .c-link-list--tm02 a {
    min-width: 38%;
    }
  .vacancylist .c-link-list--tm02.linklarge a{
      min-width: 38%;
     }
  .vacancylist .c-link-list--tm04 a{
    /*padding: 0.4rem 0.4rem 0.45rem;*/
  }
}
.c-link-list--tm01 a {
  color: #fff;
  background: #4b869e;
  border: 1px solid #4b869e;
}
.c-link-list--tm01 a:hover {
  background: #fff;
  color: #4b869e;
}

.c-link-list--tm01--bd a {
  color: #4b869e;
  background: #fff;
  border: 1px solid #4b869e;
}
.c-link-list--tm01--bd a:hover {
  background: #4b869e;
  color: #fff;
}

.c-link-list--tm02 a {
  color: #ffffff;
    border: 1px solid #cccccc;
    background: #4389bb;
}
.c-link-list--tm02 a:hover {
  background: #fff;
  color: #4389bb;
}

.c-link-list--tm02--bd a {
  color: #ae8535;
  background: #fff;
  border: 1px solid #ae8535;
}
.c-link-list--tm02--bd a:hover {
  background: #ae8535;
  color: #fff;
}

.c-link-list--tm03 a {
  color: #ffffff;
    border: 1px solid #cccccc;
    background: #36af80;
}
.c-link-list--tm03 a:hover {
  background: #fff;
  color: #36af80;
}
.c-link-list--tm04 a {
  color: #ffffff;
    border: 1px solid #cccccc;
    background: #ff9c77;
}
.c-link-list--tm04 a:hover {
  background: #fff;
  color: #ff9c77;
}
.c-link_text--more {
  text-align: right;
  font-size: .5rem;
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .c-link_text--more {
    font-size: .6rem;
  }
}

/*
* タイトルやテキスト等
* よく使う要素への指定
*/
.c-label {
  display: inline-block;
  margin-bottom: 2rem;
  padding: .4rem .8rem .3rem;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
  background: #4389bb;
}
@media (min-width: 1200px) {
  .c-label {
    font-size: .85rem;
  }
}

.c-label--new {
  color: #f75e5e;
  font-weight: bold;
}

.c-media--image img {
  display: block;
}

.c-media--image_cap {
  display: block;
  padding-top: .6rem;
  font-size: .8rem;
}

.c-media_thumb--circle {
  overflow: hidden;
  border-radius: 10px;
  border: #ececec 3px solid;
}

.c-media--movie {
  position: relative;
  width: 100%;
}
.c-media--movie iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-media--movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-media--map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 61.8%;
}
.c-media--map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-media-svg--tm01 {
  fill: #4b869e;
}

.c-media-svg--tm02 {
  fill: #ae8535;
}

.c-media-svg--wh {
  fill: #fff;
}

.c-media-svg--333 {
  fill: #333;
}

.c-media-svg--000 {
  fill: #000;
}

/* pagenav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-pagenav {
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
}

.c-pagenav a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #666;
  background-color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
}

.c-pagenav a:hover {
  background-color: #e8e8e8;
}

.c-pagenav span {
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
}

.c-pagenav span.current {
  background: #000;
  color: #fff;
}

.c-pagenav h2.screen-reader-text {
  display: none;
}

/*
* ライター
*/
.c-writer_thumb--sm {
  clear: left;
  float: left;
  overflow: hidden;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .c-writer_thumb--sm {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.c-writer_thumb--md {
  clear: left;
  float: left;
  overflow: hidden;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .c-writer_thumb--md {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.c-writer_thumb--lg {
  clear: left;
  float: left;
  overflow: hidden;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100px;
}
@media (min-width: 1200px) {
  .c-writer_thumb--lg {
    width: 5.4rem;
    height: 5.4rem;
  }
}

.c-writer_info {
  float: left;
  padding: .1rem 0 0 .6rem;
  line-height: 1.3;
  text-align: left;
  color: #555;
}
.c-writer_info--wh {
  color: #fff;
}

.c-writer_name {
  font-size: .7rem;
  font-weight: bold;
}
@media (min-width: 900px) {
  .c-writer_name {
    font-size: .8rem;
  }
}

.c-writere_name_section {
  display: block;
  letter-spacing: 1px;
  font-size: .5rem;
  font-weight: normal;
}
@media (min-width: 900px) {
  .c-writere_name_section {
    font-size: .55rem;
  }
}

.c-writer_role {
  letter-spacing: 1px;
  font-size: .5rem;
}
@media (min-width: 900px) {
  .c-writer_role {
    font-size: .55rem;
  }
}

/*
* タイトルやテキスト等
* よく使う要素への指定

*大きさの設定
　tn = tiny
　sm = small
　md =medium
　lg = large
　xl = extra large

*/
.c-block--bg_white {
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .c-block--bg_white {
    padding: 1.6rem 1.8rem;
  }
}

.c-block--border {
  box-sizing: border-box;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .c-block--border {
    padding: 1.6rem 1.8rem;
  }
}

.c-hd--xl {
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: left;
  font-size: .85rem;
  font-weight: bold;
  color: #05101f;
  font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
}
.c-hd--xl span {
  line-height: 2.0;
}
.page-template-page-about .c-hd--xl{
      margin-top: 8rem;
}

@media (min-width: 1200px) {
  .c-hd--xl {
    font-size: 1.2rem;
  }
}

.c-hd--lg {
    letter-spacing: 1px;
    line-height: 1.6;
    text-align: left;
    font-size: .85rem;
    font-weight: bold;
    color: #05101f;
    padding-left: 40px;
    background-image: url(../img/logo_bg.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 37px;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}
.p-business_list .c-hd--lg{
    background-image: none;
}
@media (min-width: 1200px) {
  .c-hd--lg {
    font-size: 1.1rem;
  }
}

.c-hd--md {
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  font-size: .75rem;
  font-weight: bold;
  color: #05101f;
  font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}
.owned .p-business_list .c-hd--md{
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif !important;
  font-weight: normal;
  }
  .vacancylist .c-hd--md{
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif !important;
  }
.owned .propertydetails  .c-hd--md {
   font-size: 1.0rem;
  } 

@media (min-width: 1200px) {
  .c-hd--md {
    font-size: 0.9rem;
  }
  .vacancylist .c-hd--md {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
.page-template-page-businessparts .c-hd--md {
   font-size: 0.8rem;
} 
}
.c-hd--sm {
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  font-size: .7rem;
  font-weight: bold;
  color: #4b869e;
}
@media (min-width: 1200px) {
  .c-hd--sm {
    font-size: .9rem;
  }
}
.owned .c-hd--sm{
    font-size: .75rem;
  }
@media screen and (max-width: 768px) {
.owned .c-hd--sm{
    font-size: .7rem;
  }
}

.c-hd--border-left {
  padding-left: .6rem;
  border-left: 4px solid #e4df2c;
}
@media (min-width: 1200px) {
  .c-hd--border-left {
    padding-left: 1rem;
  }
}

.c-text {
  font-size: .75rem;
  line-height: 1.8;
  text-align: justify;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .c-text {
    font-size: .95rem;
  }
}

.c-text--lg {
  font-size: .8rem;
  line-height: 2;
  text-align: justify;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .c-text--lg {
    font-size: 1.1rem;
  }
}

.c-text--sm {
  font-size: .7rem;
  line-height: 1.6;
  text-align: justify;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .c-text--sm {
    font-size: .8rem;
  }
}

.c-text--tn {
  font-size: .6rem;
  line-height: 1.6;
  text-align: justify;
  word-wrap: break-word;
}
@media (min-width: 1200px) {
  .c-text--tn {
    font-size: .7rem;
  }
}

.c-text--date {
  letter-spacing: 1px;
  line-height: 1.2;
  font-size: .65rem;
  font-weight: bold;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}
@media (min-width: 1200px) {
  .c-text--date {
    font-size: .7rem;
  }
}

.c-lists {
  box-sizing: border-box;
}
.c-lists .c-list, .c-lists .c-list--ico {
  display: block;
  padding-top: .4rem;
  margin-top: .4rem;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: .8rem;
  border-top: 1px dotted #ddd;
}
.c-lists .c-list--sm {
  padding-top: .3rem;
  margin-top: .3rem;
  font-size: .7rem;
}
.c-lists .c-list:first-child, .c-lists .c-list--ico:first-child, .c-lists .c-list--sm:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.c-lists .c-list--ico {
  position: relative;
  padding-left: 1.4rem;
}
.c-lists .c-list--ico::before {
  position: absolute;
  top: auto;
  left: 0;
  content: '\f152';
  font-family: 'FontAwesome';
  font-weight: normal !important;
}
@media (min-width: 1200px) {
  .c-lists .c-list, .c-lists .c-list--ico {
    padding-top: .6rem;
    margin-top: .6rem;
    font-size: .9rem;
  }
  .c-lists .c-list--sm {
    padding-top: .4rem;
    margin-top: .4rem;
    font-size: .8rem;
  }
}

.c-lists--block {
  padding: 1rem;
  border: 1px dotted #ccc;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .c-lists--block {
    padding: 1.6rem 2rem;
  }
}

@media (min-width: 1200px) {
  .c-flow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-flow-block, .c-flow-block--accent, .c-flow-block--comp {
  box-sizing: border-box;
  position: relative;
  margin-bottom: .6rem;
  padding: .8rem 1rem;
  background: #fff;
  border-radius: 3px;
  border: 3px solid #ddd;
}
@media (min-width: 1200px) {
  .c-flow-block, .c-flow-block--accent, .c-flow-block--comp {
    margin-bottom: 1rem;
    padding: 1.6rem 2rem;
    border-radius: 6px;
    border: 5px solid #ddd;
  }
}

.c-flow-block--accent {
  background: #4b869e;
  border: 3px solid #4b869e;
}
@media (min-width: 1200px) {
  .c-flow-block--accent {
    border: 5px solid #4b869e;
  }
}
.c-flow-block--accent .c-flow-block_hd {
  color: #fff;
}
.c-flow-block--accent .c-flow-block_text {
  color: #fff;
}

.c-flow-block--comp {
  background: #ae8535;
  border: 3px solid #ae8535;
}
@media (min-width: 1200px) {
  .c-flow-block--comp {
    border: 5px solid #ae8535;
  }
}
.c-flow-block--comp .c-flow-block_hd {
  text-align: center;
  color: #fff;
}
.c-flow-block--comp .c-flow-block_text {
  text-align: center;
  color: #fff;
}

.c-flow-block_hd {
  margin-bottom: .3rem;
  letter-spacing: 1px;
  line-height: 1.3;
  font-size: .9rem;
  color: #4b869e;
}
@media (min-width: 1200px) {
  .c-flow-block_hd {
    margin-bottom: .6rem;
    font-size: 1.1rem;
  }
}

.c-flow-block_text {
  line-height: 1.4;
  font-size: .6rem;
}
@media (min-width: 1200px) {
  .c-flow-block_text {
    font-size: .9rem;
  }
}

.c-flow-block--arrow-down::after {
  position: absolute;
  content: '\f0d7';
  width: 100%;
  left: 0;
  bottom: -1.5rem;
  text-align: center;
  font-size: 2rem;
  font-family: 'FontAwesome';
  color: #ddd;
}
@media (min-width: 1200px) {
  .c-flow-block--arrow-down::after {
    bottom: -2.2rem;
    font-size: 3rem;
  }
}
.c-flow-block--arrow-down.c-flow-block--accent::after {
  position: absolute;
  content: '\f0d7';
  width: 100%;
  left: 0;
  bottom: -1.5rem;
  text-align: center;
  font-size: 2rem;
  font-family: 'FontAwesome';
  color: #4b869e;
}
@media (min-width: 1200px) {
  .c-flow-block--arrow-down.c-flow-block--accent::after {
    bottom: -2.2rem;
    font-size: 3rem;
  }
}
.c-flow-block--arrow-down.c-flow-block--comp::after {
  position: absolute;
  content: '\f0d7';
  width: 100%;
  left: 0;
  bottom: -1.5rem;
  text-align: center;
  font-size: 2rem;
  font-family: 'FontAwesome';
  color: #ae8535;
}
@media (min-width: 1200px) {
  .c-flow-block--arrow-down.c-flow-block--comp::after {
    bottom: -2.2rem;
    font-size: 3rem;
  }
}

.c-table {
  box-sizing: border-box;
  width: 100%;
}
.c-table th,
.c-table td {
  box-sizing: border-box;
  padding: .45rem 1rem .3rem;
  line-height: 1.6;
   font-size: .7rem;
}
.c-table th {
  min-width: 20%;
  vertical-align: middle;
  background: #f7f7f7;
}
.c-table td {
  padding-bottom: .8rem;
}

@media (max-width: 749px) {
  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }
}
@media (min-width: 750px) {
    .c-table th {
    width: 23%;
  }
  .c-table th,
  .c-table td {
    padding: 1.2rem 1rem;
    letter-spacing: 1px;
    border-top: 1px solid #ddd;
    background: #fff;
  }
  form .c-table th {
    border-right: 1px solid #ddd;
    background: #f7f7f7;
  }
  .c-table tr:first-child th,
  .c-table tr:first-child td {
  /*  padding-top: 0;*/
    border-top: none;
  }
}
@media (min-width: 1200px) {
  .c-table th,
  .c-table td {
    font-size: .8rem;
  }
   .c-table th {
    width: 20%;
  }
}
.c-table td.about_message{
  line-height: 2.0;
}
.c-table td.about_president{
      padding-right: 30%;
    font-size: 0.8rem;
    text-align: right;
}
@media screen and (max-width: 480px) {
 .c-table td.about_president{
      padding-right: 1rem;
      padding-bottom: 2rem;
    font-size: 0.65rem;
    text-align: right;
}
}
.owned .p-business_list .c-table td{
  padding: .45rem 1rem .3rem;
  background: #fff0;
  font-size: .7rem;
  border-top: 1px solid #ddd;
}
.owned .p-business_list .c-table td a{
  color: #347ac0;
  text-decoration: underline;
}
.owned .p-business_list .c-table td a:hover{
  font-weight: bold;
  text-decoration: none;
}
.owned .p-business_list .c-table td a:hover i{
  -webkit-text-stroke: 1px #FFF;
}
.c-pagetop {
  display: none;
  position: fixed;
  bottom: 0.4rem;
  right: 3.6rem;
  text-align: right;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: .8rem;
}
.c-pagetop a {
  display: block;
  padding: .4rem 0;
}
.c-pagetop a:hover {
  text-decoration: none;
  color: #333;
}
.c-pagetop:before, .c-pagetop:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #333;
  transition: .1s;
}
.c-pagetop:before {
  left: 50%;
}
.c-pagetop:after {
  right: 50%;
}
.c-pagetop:hover:before, .c-pagetop:hover:after {
  width: 50%;
}
@media (min-width: 750px) {
  .c-pagetop {
    display: block;
  }
}

/* header
======================================================================================== */
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media (min-width: 1200px) {
  .p-header {
   position: relative;
    width: 100%;
    height: 74px;
    z-index: 3;
  }
}

.p-header_contents {
  position: static;
  display: none;
}
@media (min-width: 1200px) {
  .p-header_contents {
    display: block;
    height: 100%;
  }
}

.p-header_logo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  text-align: center;
}
.p-header_logo img{
  width: 100%;
}
.p-header_logo a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-self: center;
}

.p-header_logo object {
  display: block;
  width: 100%;
  pointer-events: none;
}

.description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.menu-container {
  width: 100%;
  position: relative;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  position: relative;
  top: 50%;
  float: right;
  content: "\f394";
  padding: 0;
  line-height: 1;
  font-family: "Ionicons";
  font-size: 2.5rem;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: .4em .8em;
  background: #fff;
  color: #333;
  font-size: 2em;
}

.p-gnav_section {
  height: 100%;
  display: table;
}

.p-gnav_bnr-sec {
  display: table-header-group;
  text-align: right;
}
.p-gnav_bnr-sec .c-link-button--tm02 a {
  border-width: 0 1px 1px;
}

.p-gnav_wrap {
  margin: auto 0 0 auto;
  text-align: right;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
      font-size: 95%;
}

.p-gnav_wrap a {
  color: #333;
}

.p-gnav_wrap:before,
.p-gnav_wrap:after {
  content: "";
  display: table;
}

.p-gnav_wrap:after {
  clear: both;
}

.p-gnav_wrap > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  letter-spacing: 1px;
  text-align: center;
}

.p-gnav_wrap > li span {
  display: block;
  margin-top: 4px;
  padding-top: 4px;
  letter-spacing: 1px;
  font-size: .5rem;
  font-weight: normal;
  border-top: 2px solid #eee;
}

.p-gnav_link {
  z-index: 99;
  display: block;
  padding: 15px 0.7rem;
  font-size: .9rem;
  font-weight: bold;
}

.p-gnav_link:hover {
  padding-bottom: 12px;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}

.p-gnav_mega_wrap {
  overflow: hidden;
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  padding: 30px 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  border-bottom: 1px solid #e8e8e8;
}

.p-gnav_mega_inner {
  display: block;
  width: 62%;
  margin: 0 auto;
}

.p-gnav_mega_inner ul {
  text-align: center;
}

.p-gnav_mega_inner li {
  font-size: .9rem;
  font-weight: bold;
}

.p-gnav_mega_inner a {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
  background: none;
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-gnav_mega_inner a:hover {
  color: #333;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.p-gnav_mega_line1 {
  float: left;
  width: 33%;
  border-right: 1px solid #e2e2e2;
}

.p-gnav_mega_line2 {
  float: left;
  width: 33%;
  border-right: 1px solid #e2e2e2;
}

.p-gnav_mega_line3 {
  float: right;
  width: 33%;
  margin: 0;
}

.p-gnav_mega_half_left {
  width: 50%;
  float: left;
}

.p-gnav_mega_half_right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: right;
  border-left: 1px solid #e2e2e2;
}
.p-gnav_link2{
  font-size: 0.75rem;
}

/*//　mobile用header
==================================================*/
.p-header_contents--mobile {
/*  border-bottom: 1px solid #ddd;*/
}
@media (min-width: 1200px) {
  .p-header_contents--mobile {
    display: none;
  }
}

.p-gnav_logo--mobile {
  width: 20%;
}
@media (max-width: 768px) {
  .p-gnav_logo--mobile {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .p-gnav_logo--mobile {
    width: 45%;
  }
}
.p-gnav_logo--mobile a {
  display: block;
  margin-left: 1rem;
  padding: .6rem 0;
}


.p-gnav_lists--mobile {
  display: none;
}

.p-gnav_list--mobile {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  letter-spacing: 1px;
  font-size: .8rem;
  font-weight: bold;
  color: #0f3668;
  border-bottom: 1px solid #ddd;
}
.p-gnav_list--mobile-mail{
  color: #f83f02;
}

/*
 * Hiraku Ver.1.0.2 (https://www.appleple.com)
 * Copyright appleple | MIT License
 *
 */
.js-hiraku-offcanvas-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.js-hiraku-offcanvas-open {
  display: block;
}

.js-hiraku-offcanvas-body {
  left: 0;
  width: 100%;
  transition: left .3s ease-in-out;
  /* -webkit-transform: perspective(0); */
}

.js-hiraku-offcanvas-body-right {
  position: fixed;
  left: 0;
  overflow-y: hidden;
}

.js-hiraku-offcanvas-body-left {
  position: fixed;
  left: 0;
  overflow-y: hidden;
}

.js-hiraku-offcanvas-body-moving {
  position: fixed;
  left: 0;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  overflow-y: auto;
  box-sizing: border-box;
  width: 70%;
  max-width: 100%;
  background: #fff;
}

.js-hiraku-offcanvas:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
  right: auto;
  left: 0;
  margin-left: -70%;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
  margin-right: 0;
  transition: margin-right .3s ease-in-out;
  background: #ffffffe3;
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active li a{
  color: #0f3668;
}
.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active li a.p-gnav_list--mobile-mail{
  color: #f83f02;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
  margin-left: 0;
  transition: margin-left .3s ease-in-out;
}

.js-hiraku-header-fixed {
  position: fixed;
  top: 5px;
  right: 0;
  width: 30%;
  transition: margin-left .3s ease-in-out;
}

.sr-only {
  text-indent: -9999px;
  color: #fff;
}

.js-hiraku-offcanvas-body-right,
.js-hiraku-offcanvas-body-left {
  overflow: hidden;
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
  margin-left: -70%;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
  margin-left: 70%;
}

.js-hiraku-offcanvas-close-btn {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hiraku-open-btn {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 3px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background: inherit;
}

.hiraku-open-btn-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: 6px 0;
  transition: .1s all;
  border-radius: 1px;
  background-color: #0f3668;
}

.hiraku-open-btn-line:before,
.hiraku-open-btn-line:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  transition: .3s all;
  border-radius: 1px;
  background-color: #0f3668;
}

.hiraku-open-btn-line:before {
  top: -6px;
}

.hiraku-open-btn-line:after {
  bottom: -6px;
}

[aria-expanded='true'] .hiraku-open-btn-line {
  background-color: transparent;
}

[aria-expanded='true'] .hiraku-open-btn-line:before,
[aria-expanded='true'] .hiraku-open-btn-line:after {
  width: 29px;
}

[aria-expanded='true'] .hiraku-open-btn-line:before {
  -ms-transform: translate(-2px, 6px) rotate(45deg);
  transform: translate(-2px, 6px) rotate(45deg);
}

[aria-expanded='true'] .hiraku-open-btn-line:after {
  -ms-transform: translate(-2px, -6px) rotate(-45deg);
  transform: translate(-2px, -6px) rotate(-45deg);
}

/* footer
================================================================================================================= */
.p-footer_contact {
  width: 80%;
  margin: 0 auto;
  padding: 3.5rem 0;
}
@media screen and (max-width: 770px) {
  .p-footer_contact {
  width: 100%;
 }
}
@media screen and (max-width: 480px){
  .p-footer_contact {
    width:88%;
  }
}
@media (max-width: 1200px) {
  .p-footer_contact .is--fex_item01 {
    box-sizing: border-box;
    width: 36%;
  }
}
@media (max-width: 749px) {
  .p-footer_contact .is--fex_item01 {
    width: 100%;
  }
}

@media (min-width: 750px) {
  .p-footer_contact .is--fex_item01 {
    width: 30%;
    float: left;

  }
  .p-footer_contact .is--fex_item01 img {
    width: 90%;
    display: inline-block;
    margin-bottom: 12px;
}

  .p-footer_contact .is--fex_item02 {
    box-sizing: border-box;
    width: 34%;
    float: left;
    margin-top: 10px;
  }
  .p-footer_contact .is--fex_item03{
    box-sizing: border-box;
    width: 27%;
    float: left;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px){
  .p-footer_contact .is--fex_item01 img {
    margin-top: 5px;
}
}
@media screen and (max-width: 480px){
  .p-footer_contact .is--fex_item01 img {
    margin-top: 0px;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
}
@media (min-width: 768px) {
   .p-footer_contact .is--fex_item03{
    box-sizing: border-box;
    width: 30%;
    float: left;
    margin-top: 15px;
  }
}
.p-footer_contact_hd {
  margin-bottom: 1rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 4.0vw;
  font-weight: 600;
  color: #05101f;
}
@media (min-width: 750px) {
  .p-footer_contact_hd {
    margin-bottom: 0;
    padding-right: 2%;
    font-size: 1.4vw;
  }
}
@media (min-width: 1200px) {
  .p-footer_contact_hd {
    font-size: 1.1rem;
  }
}

.p-footer_contact_tel_wrap {
  margin-bottom: .6rem;
  text-align: center;
}

@media (min-width: 750px) {
  .p-footer_contact_tel_wrap {
    margin-bottom: 0;
    padding-left: 2%;
    text-align: left;
    background: url("../common_img/common/common_border.png") no-repeat left;
  }
}

.p-footer_contact_tel {
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 600;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
  color: #0f3668;
  margin-bottom: 0.8rem;
}
.p-footer_contact_tel span {
  display: inline;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-footer_contact_tel {
    font-size: 1.4rem;
  }
  .p-footer_contact_tel span {
    padding-top: .3rem;
  }
}
@media (min-width: 1200px) {
  .p-footer_contact_tel {
    font-size: 1.6rem;
  }
  .p-footer_contact_tel span {
    padding-top: .3rem;
    font-size: 1.4rem;
  }
}


.p-footer_contact_tel--info {
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: bold;
  color: #0f3668;
}
@media (min-width: 768px) {
  .p-footer_contact_tel--info {
    font-size: .8rem;
  }
}

.p-footer_contact_bnr a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: .8rem 1rem;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: bold;
  background: #0f3668;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer_contact_bnr a::after {
  display: block;
  content: '\f0da';
  font-family: FontAwesome;
  position: absolute;
  top: .8rem;
  right: 1rem;
  color: #fff;
}
.p-footer_contact_bnr a:hover {
  text-decoration: none;
  background: #006ab6;
}
@media (min-width: 1200px) {
  .p-footer_contact_bnr a {
    padding: 1rem 1.2rem;
    font-size: .9rem;
  }
}

.p-footer_copyrght {
  width: 100%;
  height: 40px;
  letter-spacing: 1px;
  font-size: .6rem;
  align-self: center;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1200px) {
  .p-footer_copyrght {
    width: 100%;
    height: 40px;
    letter-spacing: 1px;
    font-size: .6rem;
    align-self: center;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.p-footer {
  clear: both;
  width: 100%;
  background: #fff;
  color: #333;
}

.p-footer_section01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 749px) {
  .p-footer_section01 .c-grid .c-col--6 {
    margin-bottom: 1rem;
  }
}
.p-footer_page-lists{
  margin-top: 2em;
}
.p-footer_page-lists_wrap {
  display: flex;
}

.p-footer_page-lists_inner {
  flex-direction: row;
  flex-grow: 5;
  display: block;
  flex-basis: 50%;
}
.p-footer_page-lists_inner ul {
  width: 92%;
}
.p-footer_page-lists_inner.is--inner01 {
  flex-grow: 2;
}

.p-footer_page-lists_hd {
  width: 100%;
  margin-bottom: .6rem;
  padding-bottom: .2rem;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
}
.p-footer_page-lists_hd a {
  color: #fff;
}
@media (min-width: 1200px) {
  .p-footer_page-lists_hd {
    font-size: .8rem;
  }
}

.p-footer_page-lists > li {
  padding: .2rem 0;
  font-size: .8rem;
  font-weight: 600;
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.4em;
}
.p-footer_page-lists > li::before {
  content: '◯';
  padding-right: .2rem;
  color: #fff;
}
.p-footer_page-lists > li a {
  color: #fff;
}
@media (min-width: 1200px) {
  .p-footer_page-lists > li {
    font-size: 1.25em;
  }
}

.p-footer_page-lists--lg > li {
  margin-bottom: .6rem;
  padding: 0 0 .4rem;
  font-size: .7rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
}
.p-footer_page-lists--lg > li:last-child {
  margin-bottom: 0;
  padding: 0;
}
.p-footer_page-lists--lg > li a {
  color: #fff;
}
.p-footer_page-lists--lg > li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
}

.p-footer_page-lists_03 > li {
  margin-bottom: .3rem;
  padding: 0 0 .4rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  text-indent: 0;
  margin-left: 0;
}
.menu-item-jigyounaiyou ul li.c-col--5 {
    margin-left: 0 !important;
    padding-bottom: 0.5rem;
}
.p-footer_page-lists_03 > li.menu-item-jigyounaiyou {
  margin-left: 9.5px;
    padding-left: .2rem;
    font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .p-footer_page-lists_03 > li.menu-item-jigyounaiyou li {
    font-size: 0.9em;
}
}
.p-footer_page-lists_03 > li.menu-item-jigyou {
  margin-bottom: 0;
}
.p-footer_page-lists_03 > li a {
  color: #fff;
}
.p-footer_page-lists_03 > li::before {
  content: '';
  display: inline-block;
  width: 1.5px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
}
.p-footer_page-lists_03 > li.menu-item-jigyounaiyou::before {
  display: none;
}
.menu-item-jigyounaiyou ul li{
      margin-left: 0 !important;
      padding-bottom: 0.3rem;
}
@media (max-width: 1200px) {
.p-footer_page-lists_03 > li::before {
  width: 2px;
}
}

@media (min-width: 750px) {
  .p-footer_page-lists--lg > li {
    font-size: 1.1vw;
  }
}
@media (min-width: 1200px) {
  .p-footer_page-lists--lg > li {
    font-size: .8rem;
  }
}

.p-footer_page-lists_02 {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: column !important;
  height: 3.4rem;
}

.p-footer_page-lists_02 > li {
  width: 45%;
}

@media (max-width: 1200px) {
.p-footer_page-lists_02 > li {
  width: 45%;
}
}

@media (max-width: 749px) {
  .p-footer_page-lists_02 {
    width: 100%;
    display: block;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    height: auto;
  }
  .p-footer_page-lists_02 > li {
    width: 100%;
  }
}

.p-footer_info-wrap {
  display: flex;
}

.p-footer_info-inner {
  flex-direction: row;
}

.p-footer_info {
  overflow: hidden;
  margin-bottom: 10px;
}

@media (min-width: 750px) {
  .p-footer_info {
    margin-bottom: 0;
  }
}

.p-footer_info_logo {
  width: 60%;
  margin-bottom: 1.8rem;
}
@media (min-width: 750px) {
  .p-footer_info_logo {
    width: 80%;
    text-align: left;
    /* margin-bottom: 2rem; */
    padding-top: 0;
  }
}
.p-footer_info_dl {
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  .p-footer_info_dl {
  margin-bottom: 2em;
}
}
.p-footer_info_dl dt {
  margin-bottom: .2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.p-footer_info_dl dd {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: .7rem;
  color: #fff;
}
@media (min-width: 750px) {
  .p-footer_info_dl dd {
    font-size: 1vw;
  }
}
@media (min-width: 1200px) {
  .p-footer_info_dl {
    margin-bottom: 0;
    text-align: left;
  }
  .p-footer_info_dl dt {
    margin-bottom: .8rem;
    font-size: 1.0rem;
    line-height: 1.4;
  }
  .p-footer_info_dl dd {
    line-height: 1.6;
    font-size: .8rem;
  }
}

.p-footer_info-map {
  display: none;
  width: 50%;
}
@media (min-width: 750px) {
  .p-footer_info-map {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.p-cat-lists li {
  display: inline-block;
  margin: 0 .05rem 0.3rem;
}
.p-cat-lists li a {
  display: block;
  padding: .3rem .4rem;
  font-size: .65rem;
  font-weight: bold;
  background: #f7f7f7;
  color: #ae8535;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-cat-lists li:hover a {
  background: #347ac0;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 900px) {
  .p-cat-lists li {
    margin: 0 .2rem;
  }
  .p-cat-lists li a {
    padding: .4rem .6rem;
    font-size: .7rem;
  }
}

.p-tag-lists li {
  display: inline-block;
  margin: 0 .05rem 0.3rem;
}
.p-tag-lists li a {
  display: block;
  padding: .3rem .4rem;
  font-size: .65rem;
  font-weight: bold;
  background: #f7f7f7;
  color: #666;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-tag-lists li:hover a {
  background: #347ac0;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 900px) {
  .p-tag-lists li {
    margin: 0 .2rem;
  }
  .p-tag-lists li a {
    padding: .4rem .6rem;
    font-size: .7rem;
  }
}

.p-archive-card {
  width: 100%;
  margin: 0 0 1rem;
}
@media (min-width: 750px) {
  .p-archive-card {
    float: left;
    width: 46%;
    margin: 0 2% 2rem;
  }
}

.p-journal-card_box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  clear: both;
  margin-bottom: .6rem;
  padding: .6rem;
  border: 1px solid #eee;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
@media (min-width: 750px) {
  .p-journal-card_box {
    position: static;
    padding: 0;
    border: none;
  }
}
@media (min-width: 1200px) {
  .p-journal-card_box {
    margin-bottom: 2rem;
  }
}

.p-journal-card_thumb {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 750px) {
  .p-journal-card_thumb {
    float: none;
    width: 100%;
  }
}

.p-journal-card_inner {
  box-sizing: border-box;
}
.p-journal-card_inner .c-text--date {
  margin-bottom: .2rem;
  margin-left: 54%;
  color: #666;
}
.p-journal-card_inner .c-text--date a {
  color: #ae8535;
  text-decoration: none;
  font-size: .6rem;
}
@media (min-width: 750px) {
  .p-journal-card_inner {
    position: relative;
    float: none;
    width: 100%;
    padding: 1rem 1rem .8rem;
  }
  .p-journal-card_inner .c-text--date {
    margin-left: 0;
  }
  .p-journal-card_inner .c-text--date a {
    font-size: .8rem;
  }
}

.p-journal-card_info {
  clear: both;
  padding-top: .6rem;
  text-align: left;
}
@media (min-width: 750px) {
  .p-journal-card_info {
    text-align: right;
  }
}

.p-journal-card_title {
  margin: 0 0 0 54%;
  line-height: 1.4;
  text-align: justify;
  font-size: .7rem;
  word-wrap: break-word;
}
.p-journal-card_title a:hover {
      text-decoration: none;
}
@media (min-width: 750px) {
  .p-journal-card_title {
    margin: 0 0 .6rem 0;
    font-size: .9rem;
  }
}
@media (min-width: 1200px) {
  .p-journal-card_title {
    font-size: 1rem;
  }
}

.p-journal-card_cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: .4rem .6rem;
  text-align: center;
  line-height: 1.1;
  letter-spacing: .05rem;
  font-size: .65rem;
  font-weight: bold;
  color: #4b869e;
}
.p-journal-card_cat span {
  padding-right: .8rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}
@media (min-width: 481px) {
  .p-journal-card_cat span {
    font-size: 1.3rem;
  }
}
@media (min-width: 769px) {
  .p-journal-card_cat {
    top: -.8rem;
    padding: .4rem 1rem;
    font-size: .8rem;
    color: #fff;
    background: #4b869e;
  }
  .p-journal-card_cat span {
    font-size: 1.6rem;
  }
}

.p-journal-card_box--full {
  overflow: hidden;
}
.p-journal-card_box--full .p-journal-card_thumb {
  float: none;
  width: 100%;
  margin-bottom: 1.6rem;
}
.p-journal-card_box--full .p-journal-card_title {
  margin-left: 0;
}
.p-journal-card_box--full .p-journal-card_cat {
  top: -2rem;
  background: #0f3668;
  color: #fff;
}

.p-journal-card_inner--full {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding: .8rem 0 0;
}
.p-journal-card_inner--full .c-text--date {
  color: #666;
  margin-bottom: .2rem;
}
.p-journal-card_inner--full .c-text--date a {
  color: #ae8535;
  text-decoration: none;
  font-size: .6rem;
}
@media (min-width: 1200px) {
  .p-journal-card_inner--full {
    padding: 1.2rem 1rem 0;
  }
  .p-journal-card_inner--full .c-text--date a {
    font-size: .8rem;
  }
}

.p-journal-card_info--full {
  text-align: left;
}
@media (min-width: 750px) {
  .p-journal-card_info--full {
    text-align: right;
  }
}

.p-journal-card_box--full_sec01 {
  margin-bottom: .6rem;
}
@media (min-width: 1200px) {
  .p-journal-card_box--full_sec01 {
    padding-top: .15rem;
    margin-bottom: 0;
  }
}

.p-journal-card_box--full_sec02 {
  margin-bottom: .6rem;
}
@media (min-width: 1200px) {
  .p-journal-card_box--full_sec02 {
    margin-bottom: 0;
    margin-left: 1.2rem;
  }
}

.p-journal-card_excerpt {
  line-height: 1.7;
  text-align: justify;
  letter-spacing: .1rem;
  font-size: .8rem;
  color: #555;
  word-break: break-all;
}
@media (min-width: 1200px) {
  .p-journal-card_excerpt {
    font-size: .7rem;
  }
}

.p-journal-card_writer {
  display: inline;
  overflow: hidden;
  text-align: left;
  width: 40%;
}

.p-journal-card_info-date {
  float: right;
  display: table-cell;
  overflow: hidden;
  width: 60%;
  text-align: right;
  vertical-align: middle;
}
@media (min-width: 750px) {
  .p-journal-card_info-date {
    height: 2.8rem;
    float: none;
  }
}

.p-journal-card_info-date_ico {
  margin-right: .15rem;
  color: #888;
}
.p-journal-card_info-date_ico::before {
  font-size: .8rem;
}
@media (min-width: 750px) {
  .p-journal-card_info-date_ico {
    margin-right: .3rem;
  }
  .p-journal-card_info-date_ico::before {
    font-size: .9rem;
  }
}

.p-journal-card_info-date_num {
  padding: .15rem 0;
  vertical-align: middle;
  font-size: .65rem;
  color: #666;
}
@media (min-width: 750px) {
  .p-journal-card_info-date_num {
    font-size: .8rem;
  }
}

.p-journal-card_view {
  display: inline-block;
}

.p-journal-card_ulike {
  display: inline-block;
  margin-left: .4rem;
}
@media (min-width: 750px) {
  .p-journal-card_ulike {
    margin-left: .8rem;
  }
}

.p-journal-card_comment {
  display: inline-block;
  margin-left: .4rem;
}
@media (min-width: 750px) {
  .p-journal-card_comment {
    margin-left: .8rem;
  }
}

.wpulike-robeen svg {
  width: 40px;
}

.wpulike-heart .wp_ulike_general_class {
  padding: 0;
  background: none;
  border: none;
}

.wpulike-heart .wp_ulike_btn.wp_ulike_put_image {
  width: 14px;
  height: 14px;
  padding: 0 !important;
  border: none;
  background-size: 14px auto;
}

.wpulike-heart .count-box {
  padding: .15rem;
  font-size: .65rem;
  color: #666;
}
@media (min-width: 750px) {
  .wpulike-heart .count-box {
    font-size: .8rem;
  }
}

.js-inview_fade-up {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 0.6s ease 0s;
}

.js-inview_fade-up--show {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

.js-inview_fade {
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.js-inview_fade--show {
  opacity: 1;
}

.js-inview-home_fade-up {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 1s ease 0s;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f7f7f7;
  z-index: 11;
}

#loader-bg #loader {
  position: fixed;
  top: 48%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  text-align: center;
  color: #fff;
  z-index: 5;
}

/* slick
--------------------------------------------------------------------------------*/

ul.c2-slick-item {
  background: #000;
}
ul.c2-slick-item li.slick-slide:nth-of-type(1) > div {
  background: url("../img/mainimage.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

ul.c2-slick-item li.slick-slide:nth-of-type(2) > div {
  background: url("../img/mainimage.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}



ul.c2-slick-item li.slick-slide {
  width: 100%;
  min-height: 800px;
  height: 40vw;
  position: relative;
}
ul.c2-slick-item li.slick-slide > div,
ul.c2-slick-item li.slick-slide > div > div {
  width: 100%;
  height: 100%;
  position: relative;
}

ul.c2-slick-item li.slick-slide:nth-of-type(1) > div > div div {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(1) > div > div > p {
  position: absolute;
  left: 10%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(2) > div > div div {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(2) > div > div > p {
  position: absolute;
  left: 10%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(3) > div > div div {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(3) > div > div > p {
  position: absolute;
  left: 10%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(4) > div > div div {
  position: absolute;
  right: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(4) > div > div > p {
  position: absolute;
  right: 20%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(5) > div > div div {
  position: absolute;
  left: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(5) > div > div > p {
  position: absolute;
  left: 10%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(6) > div > div div {
  position: absolute;
  right: 10%;
  bottom: 10%;
}

ul.c2-slick-item li.slick-slide:nth-of-type(6) > div > div > p {
  position: absolute;
  right: 20%;
  top: 15%;
}

ul.c2-slick-item li.slick-slide > div > div > div {
  width: 210px;
  color: #fff;
}

ul.c2-slick-item li.slick-slide > div > div > div > p.heading {
  font-size: 1.25rem;
  border-bottom: 1px #fff solid;
  padding-bottom: 10px;
  margin-top: 50px;
}

ul.c2-slick-item li.slick-slide > div > div > div > p.heading + p {
  margin-top: 10px;
  margin-bottom: 16px;
}

ul.c2-slick-item li.slick-slide > div > div > div > dl {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 10px;
}

ul.c2-slick-item li.slick-slide > div > div > div > dl dt {
  min-width: 64px;
}

ul.c2-slick-item li.slick-slide > div > div > div > dl dd sup {
  font-size: 10px !important;
}

@media (max-width: 1200px) {
    ul.c2-slick-item li.slick-slide {
      width: 100%;
      height: 800px;
      background-size: cover;
      position: relative;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(1) > div > div {
      background-position: right center;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(2) > div > div {
      background-position: 96% 90%;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(3) > div > div {
      background-position: 80% center;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(4) > div > div {
      background-position: 15% center;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(5) > div > div {
      background-position: 70% center;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(6) > div > div {
      background-position: 0 bottom;
    }
}

@media (max-width: 750px) {
    .slick-slide img {
        width: 80%;
        height: 80%;
    }
    ul.c2-slick-item li.slick-slide > div > div > div > p.heading {
      margin-top: 2rem;
    }
    ul.c2-slick-item li.slick-slide {
      width: 100%;
      height: 250px;
      min-height: auto;
      background-size: cover;
    }

    .c2-slick-item .slick-list .slick-track {
      height: 250px;
    }

    ul.c2-slick-item li.slick-slide > div > div p {
      width:  90%;
      height: auto;
    }

    ul.c2-slick-item li.slick-slide > div div {
      transform: scale(0.6) !important;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(1) > div > div div {
      position: absolute;
      left: -35%;
      bottom: -45%;
      justify-content: flex-start;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(1) > div > div > p {
      left: -23%;
      top: 0;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(1) > div {
      background-position: 64% center;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(2) > div > div div {
      position: absolute;
      left: -35%;
      bottom: -45%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(2) > div > div > p {
      left: -23%;
      top: 0;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(2) > div {
      background-position: 89% 90%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(3) > div > div div {
      position: absolute;
      left: -35%;
      bottom: -45%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(3) > div > div > p {
      left: -23%;
      top: 0;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(3) > div {
      background-position: 40% center;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(4) > div > div div {
      position: absolute;
      right: -40%;
      bottom: -45%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(4) > div > div > p {
      right: -45%;
      top: 0;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(4) > div {
      background-position: 20% center;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(5) > div > div div {
      position: absolute;
      left: -35%;
      bottom: -45%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(5) > div > div > p {
      left: -23%;
      top: 0;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(5) > div {
      background-position: 48% center;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(6) > div > div div {
      position: absolute;
      right: -40%;
      bottom: -45%;
    }

    ul.c2-slick-item li.slick-slide:nth-of-type(6) > div > div > p {
      right: -45%;
      top: 0;
    }
    ul.c2-slick-item li.slick-slide:nth-of-type(6) > div {
      background-position: 10% bottom;
    }
}

/* hero
--------------------------------------------------------------------------------*/
.p-hero-image {
  clear: both;
  width: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 750px) {
  .p-hero-image {
    width: 90%;
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .p-hero-image {
    width: 80%;
    max-width: 1126px;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

.p-hero-image_inner {
  width: 100%;
  padding-top: 65.54%;
}

.p-hero-image_copy {
  width: 50%;
  position: absolute;
  top: 45%;
  left: 8%;
  text-align: left;
  color: #fff;
  z-index: 2;
}
@media (min-width: 750px) {
  .p-hero-image_copy {
    width: 34%;
  }
}
.p-hero-image_copy object {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-hero-image_copy span {
  display: block;
}

.p-hero-image--first {
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-hero-image--second {
  display: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-hero_hd {
  margin-bottom: 1rem;
  line-height: 1.6;
  letter-spacing: .2rem;
  text-align: center;
  font-size: 1.1rem;
  color: #4b869e;
}
@media (min-width: 900px) {
  .p-hero_hd {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}

.p-hero_text {
  margin-bottom: 2rem;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: .1rem;
  font-size: .65rem;
}
@media (min-width: 900px) {
  .p-hero_text {
    margin-bottom: 8rem;
    text-align: center;
    line-height: 2.4;
    font-size: 1rem;
  }
}

/* hero bottom
--------------------------------------------------------------------------------*/

.slick-track {
  width: 100%;
  height: 800px;
}

.swiper-container {
  width: 100%;
  height: 800px;
}

a.box + a.box{
  margin-left: .8rem;
}

a.box figure {
  background: #0e395c;
  display: block;
  position: relative;
  z-index: 1;
  border: 1px #0e395c solid;
}

a.box figure figcaption {
  display: none;
  color: #fff;
}
a.box:hover {
  text-decoration: none;
}

a.box:hover figure figcaption {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
}

a.box:hover > figure img {
  opacity: .2;
}

.c2-box-title {
  margin-top: 0 !important;
}

a.box > p {
  margin-top: 20px;
}

a.box + a.box {
  margin-right: 10px;
}

.c2-box-outer {
  width: 550px;
}

.c2-justify-content-between {
  justify-content: space-between !important;
}

@media screen and (min-width: 749px) {
  .c2-justify-content-between {
    justify-content: center !important;
  }
}

.c2-font-20px {
  font-size: 1.25rem;
}

.c2-footer-left-logo {
  position: absolute;
  left: 0;
}

.c2-align-items-center {
  align-items: center !important;
}

.c2-justify-content-center {
  justify-content: center !important;
}

@media (max-width: 1200px) {
  a.box {
    width: 35%;
  }
  a.box figure img {
    width: 100%;
  }
  .c2-box-outer {
    width: 100%;
    justify-content: center !important;
  }
  .c2-box-outer + .c2-box-outer {
    margin-top: 2rem;
  }
  .c2-font-20px {
    font-size: .8rem;
  }
  a.box + a.box {
    margin-right: 0;
    margin-left: 4rem;
  }
}

@media (max-width: 750px) {
  a.box {
    width: calc(100% / 2 - .5rem);
  }
  a.box:hover > figure img {
    opacity: 1;
  }
  a.box p {
    margin-top: 0.8rem;
  }
  a.box figure {
    background: none;
  }
  a.box figure img {
    width: 100%;
    opacity: 1;
    vertical-align: middle;
  }
  a.box figure figcaption {
    display: none;
  }
  a.box:hover figure figcaption {
    display: none;
  }
  a.box:hover {

  }
  .c2-box-outer + .c2-box-outer {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  a.box + a.box {
    margin-right: 0;
    margin-left: .5rem;
    margin-top: 0;
  }
  .c2-font-20px {
    font-size: .8rem;
  }
}


/* product
--------------------------------------------------------------------------------*/
.p-product {
  background-image: url(../common_img/home/bg_product.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 96% auto;
}

.p-product_logo {
  width: 50%;
  margin: 0 auto 2rem;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .p-product_logo {
    width: 80%;
    padding-top: 40px;
  }
}

.p-product_logo_obj {
  width: 100%;
  height: 100%;
}

.p-product_hd {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: normal;
  border-bottom: 1px dotted #fff;
}
@media (min-width: 1200px) {
  .p-product_hd {
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 40px;
  }
}

.p-product_card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-product_card_hd {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  color: #fff;
}

.p-product_card_bottom {
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 1200px) {
  .p-product_card_bottom {
    position: absolute;
    bottom: 5%;
    left: 0;
    padding: 0 4%;
  }
}

.p-product_card_title {
  margin-bottom: 15px;
  letter-spacing: .1rem;
  line-height: 1.4;
  font-size: .8rem;
}
.p-product_card_title a {
  color: #fff;
}
@media (min-width: 1200px) {
  .p-product_card_title {
    font-size: 1rem;
  }
}

.p-product_card_thumb {
  margin-bottom: 1rem;
}
@media (min-width: 900px) {
  .p-product_card_thumb {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }
  .p-product_card_thumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    /* 透過した黒を重ねる */
    background-color: rgba(0, 0, 0, 0.3);
  }
}

/* business
--------------------------------------------------------------------------------*/
.p-section--business {
  background-color: #333;
  background-image: url(../img/bg_home.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-business-card_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (min-width: 750px) {
  .p-business-card_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}

.p-business-card {
  position: relative;
  width: 50%;
  padding-top: 50%;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* .p-business-card svg.cls-1 {
  fill: #fff;
} */
.p-business-card a {
  color: #fff;
}
.p-business-card:hover {
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-business-card:hover a {
  color: #ae8535;
  text-decoration: none;
}
.p-business-card:hover svg {
  fill: #4b869e;
}
.p-business-card_ico > svg {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
}

@media (max-width: 750px) {
  .p-business-card_ico > svg {
    display: block;
    top: 30px;
    width: 100%;
    height: 80%;
  }
}

@media (max-width: 1200px) {
  .p-business-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin: 0;
  }
  .p-business-card:first-child , .p-business-card:nth-child(5) {
    margin-left: 0;
  }
}

@media (min-width: 750px) {
  .p-business-card {
    width: 23%;
    padding-top: 23%;
    margin: 0 0 2.666666% 2.666666%;
  }
  .p-business-card:first-child {
    margin-left: 0;
  }
}

.c2-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


@media (max-width: 1200px) {
.c2-footer-left-logo {
  position: relative;
  padding: 1rem 0 .2rem;
}
}

.c2-copy-area {
  height: 40px !important;
  align-items: center;
}

.p-business-card_ico {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
  text-align: center;
  fill: #fff;
}

@media (min-width: 900px) {
  .p-business-card_ico {
    width: 60%;
    top: 12%;
    left: 20%;
  }
  .p-business-card_ico svg {
    height: 60%;
  }
}

.p-business_hd {
  width: 80%;
  position: absolute;
  bottom: 1.2rem;
  left: 10%;
  line-height: 1.3;
  text-align: center;
  letter-spacing: .1rem;
  font-size: 3vw;
}
@media (min-width: 750px) {
  .p-business_hd {
    position: absolute;
    bottom: 1.6rem;
    font-size: 1.6vw;
  }
}
@media (min-width: 1200px) {
  .p-business_hd {
    font-size: 1.1rem;
    bottom: 1.8rem;
  }
}

.p-business_hd_lead {
  display: block;
  padding-top: .5rem;
  letter-spacing: .1rem;
  line-height: 1.3;
  font-size: 1.5vw;
}
@media (min-width: 750px) {
  .p-business_hd_lead {
    font-size: .8vw;
  }
}
@media (min-width: 1200px) {
  .p-business_hd_lead {
    font-size: .6rem;
  }
}

/* journal
--------------------------------------------------------------------------------*/
.p-journal_card_hd {
  margin-bottom: .6rem;
  letter-spacing: .1rem;
  font-size: .8rem;
  color: #4b869e;
  background-position: left top;
  background-size: 1rem auto;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .p-journal_card_hd {
    font-size: 1rem;
  }
}

.p-journal_card_hd_lead {
  padding-top: 3px;
  padding-left: .6rem;
  font-size: .6rem;
}
@media (min-width: 900px) {
  .p-journal_card_hd_lead {
    display: block;
    padding-left: 0;
    font-size: .7rem;
  }
}

/* service
--------------------------------------------------------------------------------*/
.p-service_tile-wrap {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-service_tile-wrap {
    width: 90%;
  }
}

.p-service_tile {
  box-sizing: border-box;
  width: 29.3333333333%;
  float: left;
  margin: 0 2% 1rem;
  padding: 0;
}
.p-service_tile .p-service_tile_thumb {
  overflow: hidden;
  border-radius: 999px;
  position: relative;
  width: 100%;
  margin: 0 auto .6rem;
  padding-top: 100%;
  -webkit-transform: translate(0);
}
.p-service_tile .p-service_tile_thumb .p-service_tile_thumb_in {
  position: absolute;
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
  filter: grayscale(60%);
  transform: scale(0.95);
  transition-duration: .6s;
}
.p-service_tile:hover {
  cursor: pointer;
}
.p-service_tile:hover .p-service_tile_thumb_in {
  transform: scale(1);
  filter: grayscale(0%);
}
@media (min-width: 750px) {
  .p-service_tile {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 1rem;
  }
}
@media (min-width: 900px) {
  .p-service_tile {
    margin-bottom: 1.4rem;
  }
  .p-service_tile .p-service_tile_thumb {
    margin-bottom: 1.4rem;
  }
}

.p-service_tile_hd {
  line-height: 1.4;
  font-size: .6rem;
  font-weight: 600;
  color: #4b869e;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-service_tile_hd {
    font-size: 1rem;
  }
}

/* info
--------------------------------------------------------------------------------*/
.p-info_wrap {
  box-sizing: border-box;
  margin-bottom: 2rem;
  padding: 1.2rem 1rem;
  background: #f7f7f7;
}
@media (min-width: 1200px) {
  .p-info_wrap {
    margin-bottom: 0rem;
    padding: 2rem 2rem 1rem;
  }
}

.p-info_lists {
      margin-bottom: 1.5rem;
    max-height: 280px;
    overflow-y: hidden;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 481px) {
  .p-info_lists {
    max-height: 330px;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  .p-info_lists {
    padding-top: .8rem;
  }
}
.p-info_lists::-webkit-scrollbar{
  width: 7px;
}
.p-info_lists::-webkit-scrollbar-track{
  background: #f1f1f1;
  border: none;
  border-radius: 10px;
}
.p-info_lists::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
.p-info_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-bottom: .4rem;
  padding: .4rem .4rem 0 0;
  font-size: .75rem;
  border-top: 1px dotted #ccc;
}
.p-info_list:first-child {
  padding-top: 0;
  border: none;
}
.p-info_list .c-text--date {
  padding-top: .1rem;
  padding-right: .6rem;
  font-size: .65rem;
  color: #666;
}
.p-info_list a {
  line-height: 1.4;
  /* text-align: justify;*/
  color: #347ac0;
  display: contents;
}
@media (min-width: 900px) {
  .p-info_list {
    margin-bottom: 1rem;
    padding: 1rem .8rem 0;
    font-size: .8rem;
  }
  .p-info_list .c-text--date {
    padding-right: 1rem;
    font-size: .7rem;
  }
}

.p-bnr-box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .p-bnr-box {
       /* 20200323nakaji
    width: 70%;*/
        width: 100%;
  }
}

.p-bnr-box_bnr {
  box-sizing: border-box;
  float: left;
  width: 48%;
  margin: 0 1% 2%;
}
@media (min-width: 750px) {
  .p-bnr-box_bnr {
   /* 20200323nakaji
   width: 23%;*/
   width: 24%;
    margin: 0 0.5% 0;
  }

}
@media (max-width: 749px) {
  .p-bnr-box_bnr:last-of-type {
  margin-right: 50%;
  }
}
.c2-bg-f7f7f7 {
  background-color: #f7f7f7 !important;
  padding-top: 2.5rem;
  padding-bottom: 2.2rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 750px) {
.c2-margin-top-15rem {
  padding-top: 1.5rem !important;
}
}

/* Utiliy
   ----------------------------------------------------------------- */
.u-ff-serif {
  font-family: 'Arapey', Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

.u-ff-sans {
  font-family: 'roboto',Arial,'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', sans-serif;
}

.u-bd-t01 {
  border-top: 1px solid #ddd;
}

.u-c-tm01 {
  color: #4b869e !important;
}

.u-c-tm02 {
  color: #444 !important;
}
.owned .u-c-tm02 {
  color: #f83f02
 !important;
}

.u-c-000 {
  color: #000 !important;
}

.u-c-333 {
  color: #333 !important;
}

.u-c-666 {
  color: #666 !important;
}

.u-c-ccc {
  color: #ccc !important;
}

.u-c-fff {
  color: #fff !important;
}

.u-c-red {
  color: #d70033 !important;
}

.u-bgc-tm01 {
  background-color: #4b869e !important;
}

.u-bgc-tm02 {
  background-color: #ae8535 !important;
}

.u-bgc-000 {
  background-color: #000 !important;
}

.u-bgc-333 {
  background-color: #333 !important;
}

.u-bgc-666 {
  background-color: #666 !important;
}

.u-bgc-ccc {
  background-color: #ccc !important;
}

.u-bgc-fff {
  background-color: #fff !important;
}

.u-bgc-f7 {
  background-color: #f7f7f7 !important;
}

.u-bgc-footer {
  background-color: #0f3668 !important;
  background: linear-gradient(135deg,#005da0 0%,#005da0 50%,#0f3668 50%,#0f3668 100%) !important;
}

.u-bdc-tm01 {
  border-color: #4b869e !important;
}

.u-bdc-tm02 {
  border-color: #ae8535 !important;
}

.u-bdc-000 {
  border-color: #000 !important;
}

.u-bdc-333 {
  border-color: #333 !important;
}

.u-bdc-666 {
  border-color: #666 !important;
}

.u-bdc-ccc {
  border-color: #ccc !important;
}

.u-bdc-fff {
  border-color: #fff !important;
}

.u-bdc-f7 {
  border-color: #f7f7f7 !important;
}

.u-pos-s {
  position: static !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-f {
  position: fixed !important;
}

.u-fl-n {
  float: none !important;
}

.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-cl-n {
  clear: none !important;
}

.u-cl-l {
  clear: left !important;
}

.u-cl-r {
  clear: right !important;
}

.u-cl-b {
  clear: both !important;
}

.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: flex !important;
}

.u-d-if {
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

.u-v-v {
  visibility: visible !important;
}

.u-v-h {
  visibility: hidden !important;
}

.u-v-c {
  visibility: collapse !important;
}

.u-ov-v {
  overflow: visible !important;
}

.u-ov-h {
  overflow: hidden !important;
}

.u-ov-s {
  overflow: scroll !important;
}

.u-ov-a {
  overflow: auto !important;
}

.u-ovx-v {
  overflow-x: visible !important;
}

.u-ovx-h {
  overflow-x: hidden !important;
}

.u-ovx-s {
  overflow-x: scroll !important;
}

.u-ovx-a {
  overflow-x: auto !important;
}

.u-ovy-v {
  overflow-y: visible !important;
}

.u-ovy-h {
  overflow-y: hidden !important;
}

.u-ovy-s {
  overflow-y: scroll !important;
}

.u-ovy-a {
  overflow-y: auto !important;
}

.u-bxz-cb {
  box-sizing: content-box !important;
}

.u-bxz-bb {
  box-sizing: border-box !important;
}

.u-bxsh-n {
  box-shadow: none !important;
}

.u-m-a {
  margin: auto !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-0_a {
  margin: 0 auto !important;
}

.u-mt-a {
  margin-top: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mr-a {
  margin-right: auto !important;
}

.u-mr-0 {
  margin-right: 0 !important;
}

.u-mb-a {
  margin-bottom: auto !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-ml-a {
  margin-left: auto !important;
}

.u-ml-0 {
  margin-left: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-w-a {
  width: auto !important;
}

.u-w-0 {
  width: 0 !important;
}

.u-w-5p {
  width: 5% !important;
}

.u-w-10p {
  width: 10% !important;
}

.u-w-15p {
  width: 15% !important;
}

.u-w-20p {
  width: 20% !important;
}

.u-w-25p {
  width: 25% !important;
}

.u-w-30p {
  width: 30% !important;
}

.u-w-33p {
  width: 33% !important;
}

.u-w-35p {
  width: 35% !important;
}

.u-w-40p {
  width: 40% !important;
}

.u-w-45p {
  width: 45% !important;
}

.u-w-50p {
  width: 50% !important;
}

.u-w-55p {
  width: 55% !important;
}

.u-w-60p {
  width: 60% !important;
}

.u-w-65p {
  width: 65% !important;
}

.u-w-66p {
  width: 66% !important;
}

.u-w-70p {
  width: 70% !important;
}

.u-w-75p {
  width: 75% !important;
}

.u-w-80p {
  width: 80% !important;
}

.u-w-85p {
  width: 85% !important;
}

.u-w-90p {
  width: 90% !important;
}

.u-w-95p {
  width: 95% !important;
}

.u-w-100p {
  width: 100% !important;
}

.u-h-a {
  height: auto !important;
}

.u-h-0 {
  height: 0 !important;
}

.u-h-100p {
  height: 100% !important;
}

.u-maw-n {
  max-width: none !important;
}

.u-maw-5p {
  max-width: 5% !important;
}

.u-maw-10p {
  max-width: 10% !important;
}

.u-maw-15p {
  max-width: 15% !important;
}

.u-maw-20p {
  max-width: 20% !important;
}

.u-maw-25p {
  max-width: 25% !important;
}

.u-maw-30p {
  max-width: 30% !important;
}

.u-maw-33p {
  max-width: 33% !important;
}

.u-maw-35p {
  max-width: 35% !important;
}

.u-maw-40p {
  max-width: 40% !important;
}

.u-maw-45p {
  max-width: 45% !important;
}

.u-maw-50p {
  max-width: 50% !important;
}

.u-maw-55p {
  max-width: 55% !important;
}

.u-maw-60p {
  max-width: 60% !important;
}

.u-maw-65p {
  max-width: 65% !important;
}

.u-maw-66p {
  max-width: 66% !important;
}

.u-maw-70p {
  max-width: 70% !important;
}

.u-maw-75p {
  max-width: 75% !important;
}

.u-maw-80p {
  max-width: 80% !important;
}

.u-maw-85p {
  max-width: 85% !important;
}

.u-maw-90p {
  max-width: 90% !important;
}

.u-maw-95p {
  max-width: 95% !important;
}

.u-maw-100p {
  max-width: 100% !important;
}

.u-mah-n {
  max-height: none !important;
}

.u-mah-100p {
  max-height: 100% !important;
}

.u-miw-0 {
  min-width: 0 !important;
}

.u-mih-0 {
  min-height: 0 !important;
}

.u-bfv-h {
  backface-visibility: hidden !important;
}

.u-bfv-v {
  backface-visibility: visible !important;
}

.u-bd-n {
  border: none !important;
}

.u-bd-0 {
  border: 0 !important;
}

.u-bdcl-c {
  border-collapse: collapse !important;
}

.u-bdcl-s {
  border-collapse: separate !important;
}

.u-bdc-t {
  border-color: transparent !important;
}

.u-bdc-cc {
  border-color: currentColor !important;
}

.u-bdi-n {
  border-image: none !important;
}

.u-bds-n {
  border-style: none !important;
}

.u-bds-h {
  border-style: hidden !important;
}

.u-bds-dt {
  border-style: dotted !important;
}

.u-bds-ds {
  border-style: dashed !important;
}

.u-bds-s {
  border-style: solid !important;
}

.u-bds-db {
  border-style: double !important;
}

.u-bds-w {
  border-style: wave !important;
}

.u-bds-g {
  border-style: groove !important;
}

.u-bds-r {
  border-style: ridge !important;
}

.u-bds-i {
  border-style: inset !important;
}

.u-bds-o {
  border-style: outset !important;
}

.u-bdw-0 {
  border-width: 0 !important;
}

.u-bdw-1 {
  border-width: 1px !important;
}

.u-bdw-2 {
  border-width: 2px !important;
}

.u-bdw-3 {
  border-width: 3px !important;
}

.u-bdw-4 {
  border-width: 4px !important;
}

.u-bdw-5 {
  border-width: 5px !important;
}

.u-bdw-6 {
  border-width: 6px !important;
}

.u-bdtw-0 {
  border-top-width: 0 !important;
}

.u-bdtw-1 {
  border-top-width: 1px !important;
}

.u-bdtw-2 {
  border-top-width: 2px !important;
}

.u-bdtw-3 {
  border-top-width: 3px !important;
}

.u-bdtw-4 {
  border-top-width: 4px !important;
}

.u-bdtw-5 {
  border-top-width: 5px !important;
}

.u-bdtw-6 {
  border-top-width: 6px !important;
}

.u-bdrw-0 {
  border-right-width: 0 !important;
}

.u-bdrw-1 {
  border-right-width: 1px !important;
}

.u-bdrw-2 {
  border-right-width: 2px !important;
}

.u-bdrw-3 {
  border-right-width: 3px !important;
}

.u-bdrw-4 {
  border-right-width: 4px !important;
}

.u-bdrw-5 {
  border-right-width: 5px !important;
}

.u-bdrw-6 {
  border-right-width: 6px !important;
}

.u-bdbw-0 {
  border-bottom-width: 0 !important;
}

.u-bdbw-1 {
  border-bottom-width: 1px !important;
}

.u-bdbw-2 {
  border-bottom-width: 2px !important;
}

.u-bdbw-3 {
  border-bottom-width: 3px !important;
}

.u-bdbw-4 {
  border-bottom-width: 4px !important;
}

.u-bdbw-5 {
  border-bottom-width: 5px !important;
}

.u-bdbw-6 {
  border-bottom-width: 6px !important;
}

.u-bdlw-0 {
  border-left-width: 0 !important;
}

.u-bdlw-1 {
  border-left-width: 1px !important;
}

.u-bdlw-2 {
  border-left-width: 2px !important;
}

.u-bdlw-3 {
  border-left-width: 3px !important;
}

.u-bdlw-4 {
  border-left-width: 4px !important;
}

.u-bdlw-5 {
  border-left-width: 5px !important;
}

.u-bdlw-6 {
  border-left-width: 6px !important;
}

.u-bdt-n {
  border-top: none !important;
}

.u-bdt-0 {
  border-top: 0 !important;
}

.u-bdtc-t {
  border-top-color: transparent !important;
}

.u-bdtc-cc {
  border-top-color: currentColor !important;
}

.u-bdr-n {
  border-right: none !important;
}

.u-bdr-0 {
  border-right: 0 !important;
}

.u-bdrc-t {
  border-right-color: transparent !important;
}

.u-bdrc-cc {
  border-right-color: currentColor !important;
}

.u-bdb-n {
  border-bottom: none !important;
}

.u-bdb-0 {
  border-bottom: 0 !important;
}

.u-bdbc-t {
  border-bottom-color: transparent !important;
}

.u-bdbc-cc {
  border-bottom-color: currentColor !important;
}

.u-bdl-n {
  border-left: none !important;
}

.u-bdl-0 {
  border-left: 0 !important;
}

.u-bdlc-t {
  border-left-color: transparent !important;
}

.u-bdlc-cc {
  border-left-color: currentColor !important;
}

.u-bdrs-0 {
  border-radius: 0 !important;
}

.u-bdrs-1 {
  border-radius: 1px !important;
}

.u-bdrs-2 {
  border-radius: 2px !important;
}

.u-bdrs-3 {
  border-radius: 3px !important;
}

.u-bdrs-4 {
  border-radius: 4px !important;
}

.u-bdrs-5 {
  border-radius: 5px !important;
}

.u-bdrs-6 {
  border-radius: 6px !important;
}

.u-bdrs-7 {
  border-radius: 7px !important;
}

.u-bdrs-8 {
  border-radius: 8px !important;
}

.u-bdrs-9 {
  border-radius: 9px !important;
}

.u-bdrs-10 {
  border-radius: 10px !important;
}

.u-bdrs-100p {
  border-radius: 100% !important;
}

.u-bg-n {
  background: none !important;
}

.u-bgc-t {
  background-color: transparent !important;
}

.u-bgc-cc {
  background-color: currentColor !important;
}

.u-bgi-n {
  background-image: none !important;
}

.u-bgr-n {
  background-repeat: no-repeat !important;
}

.u-bgr-x {
  background-repeat: repeat-x !important;
}

.u-bgr-y {
  background-repeat: repeat-y !important;
}

.u-bgr-sp {
  background-repeat: space !important;
}

.u-bgr-rd {
  background-repeat: round !important;
}

.u-bga-f {
  background-attachment: fixed !important;
}

.u-bga-s {
  background-attachment: scroll !important;
}

.u-bgp-t {
  background-position: top !important;
}

.u-bgp-r {
  background-position: right !important;
}

.u-bgp-b {
  background-position: bottom !important;
}

.u-bgp-l {
  background-position: left !important;
}

.u-bgp-c {
  background-position: center !important;
}

.u-bgsz-a {
  background-size: auto !important;
}

.u-bgsz-ct {
  background-size: contain !important;
}

.u-bgsz-cv {
  background-size: cover !important;
}

.u-c-i {
  color: inherit !important;
}

.u-tbl-a {
  table-layout: auto !important;
}

.u-tbl-f {
  table-layout: fixed !important;
}

.u-lis-n {
  list-style: none !important;
}

.u-lisp-i {
  list-style-position: inside !important;
}

.u-lisp-o {
  list-style-position: outside !important;
}

.u-list-n {
  list-style-type: none !important;
}

.u-list-d {
  list-style-type: disc !important;
}

.u-list-c {
  list-style-type: circle !important;
}

.u-list-s {
  list-style-type: square !important;
}

.u-list-dc {
  list-style-type: decimal !important;
}

.u-list-dclz {
  list-style-type: decimal-leading-zero !important;
}

.u-list-lr {
  list-style-type: lower-roman !important;
}

.u-list-ur {
  list-style-type: upper-roman !important;
}

.u-lisi-n {
  list-style-image: none !important;
}

.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

.u-ti-0 {
  text-indent: 0 !important;
}

.u-ti--9999 {
  text-indent: -9999px !important;
}

.u-tsh-n {
  text-shadow: none !important;
}

.u-lh-nm {
  line-height: normal !important;
}

.u-lh-i {
  line-height: inherit !important;
}

.u-whs-nm {
  white-space: normal !important;
}

.u-whs-p {
  white-space: pre !important;
}

.u-whs-nw {
  white-space: nowrap !important;
}

.u-whs-pw {
  white-space: pre-wrap !important;
}

.u-whs-pl {
  white-space: pre-line !important;
}

.u-wob-nm {
  word-break: normal !important;
}

.u-wob-k {
  word-break: keep-all !important;
}

.u-wob-ba {
  word-break: break-all !important;
}

.u-wow-nm {
  word-wrap: normal !important;
}

.u-wow-n {
  word-wrap: none !important;
}

.u-wow-u {
  word-wrap: unrestricted !important;
}

.u-wow-s {
  word-wrap: suppress !important;
}

.u-wow-bw {
  word-wrap: break-word !important;
}

.u-lts-nm {
  letter-spacing: normal !important;
}

.u-fw-nm {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fz-05 {
  font-size: 0.5rem !important;
}

.u-fz-06 {
  font-size: 0.6rem !important;
}

.u-fz-07 {
  font-size: 0.7rem !important;
}

.u-fz-08 {
  font-size: 0.8rem !important;
}

.u-fz-09 {
  font-size: 0.9rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-op-0 {
  opacity: 0 !important;
}

.u-op-0_1 {
  opacity: 0.1 !important;
}

.u-op-0_2 {
  opacity: 0.2 !important;
}

.u-op-0_3 {
  opacity: 0.3 !important;
}

.u-op-0_4 {
  opacity: 0.4 !important;
}

.u-op-0_5 {
  opacity: 0.5 !important;
}

.u-op-0_6 {
  opacity: 0.6 !important;
}

.u-op-0_7 {
  opacity: 0.7 !important;
}

.u-op-0_8 {
  opacity: 0.8 !important;
}

.u-op-0_9 {
  opacity: 0.9 !important;
}

.u-op-1 {
  opacity: 1 !important;
}

.u-cur-a {
  cursor: auto !important;
}

.u-cur-d {
  cursor: default !important;
}

.u-cur-c {
  cursor: crosshair !important;
}

.u-cur-ha {
  cursor: hand !important;
}

.u-cur-he {
  cursor: help !important;
}

.u-cur-m {
  cursor: move !important;
}

.u-cur-p {
  cursor: pointer !important;
}

.u-cur-t {
  cursor: text !important;
}

.u-fx-n {
  flex: none !important;
}

.u-m-tn {
  margin: .4rem;
}
@media (min-width: 750px) {
  .u-m-tn {
    margin: .8rem;
  }
}

.u-m-sm {
  margin: .8rem;
}
@media (min-width: 750px) {
  .u-m-sm {
    margin: 1.6rem;
  }
}

.u-m-md {
  margin: 1.6rem;
}
@media (min-width: 750px) {
  .u-m-md {
    margin: 3.2rem;
  }
}

.u-m-lg {
  margin: 3.2rem;
}
@media (min-width: 750px) {
  .u-m-lg {
    margin: 5rem;
  }
}

.u-m-xl {
  margin: 5rem;
}
@media (min-width: 750px) {
  .u-m-xl {
    margin: 7rem;
  }
}

.u-mt-tn {
  margin-top: .4rem;
}
@media (min-width: 750px) {
  .u-mt-tn {
    margin-top: .8rem;
  }
}

.u-mt-sm {
  margin-top: .8rem;
}
@media (min-width: 750px) {
  .u-mt-sm {
    margin-top: 1.6rem;
  }
}

.u-mt-md {
  margin-top: 1.6rem;
}
@media (min-width: 750px) {
  .u-mt-md {
    margin-top: 3.2rem;
  }
}

.u-mt-lg {
  margin-top: 3.2rem;
}
@media (min-width: 750px) {
  .u-mt-lg {
    margin-top: 5rem;
  }
}

.u-mt-xl {
  margin-top: 5rem;
}
@media (min-width: 750px) {
  .u-mt-xl {
    margin-top: 7rem;
  }
}

.u-mr-tn {
  margin-right: .4rem;
}
@media (min-width: 750px) {
  .u-mr-tn {
    margin-right: .8rem;
  }
}

.u-mr-sm {
  margin-right: .8rem;
}
@media (min-width: 750px) {
  .u-mr-sm {
    margin-right: 1.6rem;
  }
}

.u-mr-md {
  margin-right: 1.6rem;
}
@media (min-width: 750px) {
  .u-mr-md {
    margin-right: 3.2rem;
  }
}

.u-mr-lg {
  margin-right: 3.2rem;
}
@media (min-width: 750px) {
  .u-mr-lg {
    margin-right: 5rem;
  }
}

.u-mr-xl {
  margin-right: 5rem;
}
@media (min-width: 750px) {
  .u-mr-xl {
    margin-right: 7rem;
  }
}
.u-mb-xs {
  margin-bottom: .3rem;
}

.u-mb-tn {
  margin-bottom: .4rem;
}
@media (min-width: 750px) {
  .u-mb-tn {
    margin-bottom: .8rem;
  }
}

.u-mb-sm {
  margin-bottom: .8rem;
}
@media (min-width: 750px) {
  .u-mb-sm {
    margin-bottom: 1.6rem;
  }
}

.u-mb-md {
    margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 480px) {
  .u-mb-md {
    margin-top: 1.6rem;
  }
}


.u-mb-lg {
  margin-bottom: 1.2rem;
}
@media (min-width: 750px) {
  .u-mb-lg {
    margin-bottom: 5rem;
  }
}

.u-mb-xl {
  margin-bottom: 5rem;
}
@media (min-width: 750px) {
  .u-mb-xl {
    margin-bottom: 7rem;
  }
}

.u-ml-tn {
  margin-left: .4rem;
}
@media (min-width: 750px) {
  .u-ml-tn {
    margin-left: .8rem;
  }
}

.u-ml-sm {
  margin-left: .8rem;
}
@media (min-width: 750px) {
  .u-ml-sm {
    margin-left: 1.6rem;
  }
}

.u-ml-md {
  margin-left: 1.6rem;
}
@media (min-width: 750px) {
  .u-ml-md {
    margin-left: 3.2rem;
  }
}

.u-ml-lg {
  margin-left: 3.2rem;
}
@media (min-width: 750px) {
  .u-ml-lg {
    margin-left: 5rem;
  }
}

.u-ml-xl {
  margin-left: 5rem;
}
@media (min-width: 750px) {
  .u-ml-xl {
    margin-left: 7rem;
  }
}

.u-m-5 {
  margin: 5px !important;
}

.u-m-10 {
  margin: 10px !important;
}

.u-m-15 {
  margin: 15px !important;
}

.u-m-20 {
  margin: 20px !important;
}

.u-m-25 {
  margin: 25px !important;
}

.u-m-30 {
  margin: 30px !important;
}

.u-m-35 {
  margin: 35px !important;
}

.u-m-40 {
  margin: 40px !important;
}

.u-m-45 {
  margin: 45px !important;
}

.u-m-50 {
  margin: 50px !important;
}

.u-m-55 {
  margin: 55px !important;
}

.u-m-60 {
  margin: 60px !important;
}

.u-m-65 {
  margin: 65px !important;
}

.u-m-70 {
  margin: 70px !important;
}

.u-m-75 {
  margin: 75px !important;
}

.u-m-80 {
  margin: 80px !important;
}

.u-m-85 {
  margin: 85px !important;
}

.u-m-90 {
  margin: 90px !important;
}

.u-m-95 {
  margin: 95px !important;
}

.u-m-100 {
  margin: 100px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-p-tn {
  padding: .4rem;
}
@media (min-width: 750px) {
  .u-p-tn {
    padding: .8rem;
  }
}

.u-p-sm {
  padding: .8rem;
}
@media (min-width: 750px) {
  .u-p-sm {
    padding: 1.6rem;
  }
}

.u-p-md {
  padding: 1.6rem;
}
@media (min-width: 750px) {
  .u-p-md {
    padding: 3.2rem;
  }
}

.u-p-lg {
  padding: 3.2rem;
}
@media (min-width: 750px) {
  .u-p-lg {
    padding: 5rem;
  }
}

.u-p-xl {
  padding: 5rem;
}
@media (min-width: 750px) {
  .u-p-xl {
    padding: 7rem;
  }
}

.u-pt-tn {
  padding-top: .4rem;
}
@media (min-width: 750px) {
  .u-pt-tn {
    padding-top: .8rem;
  }
}

.u-pt-sm {
  padding-top: .8rem;
}

@media (min-width: 750px) {
  .u-pt-sm {
    padding-top: 1.6rem;
  }
}
.u-pt-md {
  padding-top: 1.6rem;
}

@media (min-width: 750px) {
  .u-pt-md {
    padding-top: 3.2rem;
  }
}

.u-pt-lg {
  padding-top: 3.2rem;
}
@media (min-width: 750px) {
  .u-pt-lg {
    padding-top: 5rem;
  }
}

.u-pt-xl {
  padding-top: 5rem;
}
@media (min-width: 750px) {
  .u-pt-xl {
    padding-top: 7rem;
  }
}

.u-pr-tn {
  padding-right: .4rem;
}
@media (min-width: 750px) {
  .u-pr-tn {
    padding-right: .8rem;
  }
}

.u-pr-sm {
  padding-right: .8rem;
}
@media (min-width: 750px) {
  .u-pr-sm {
    padding-right: 1.6rem;
  }
}

.u-pr-md {
  padding-right: 1.6rem;
}
@media (min-width: 750px) {
  .u-pr-md {
    padding-right: 3.2rem;
  }
}

.u-pr-lg {
  padding-right: 3.2rem;
}
@media (min-width: 750px) {
  .u-pr-lg {
    padding-right: 5rem;
  }
}

.u-pr-xl {
  padding-right: 5rem;
}
@media (min-width: 750px) {
  .u-pr-xl {
    padding-right: 7rem;
  }
}

.u-pb-tn {
  padding-bottom: .4rem;
}
@media (min-width: 750px) {
  .u-pb-tn {
    padding-bottom: .8rem;
  }
}

.u-pb-sm {
  padding-bottom: .8rem;
}
@media (min-width: 750px) {
  .u-pb-sm {
    padding-bottom: 1.6rem;
  }
}

.u-pb-md {
  padding-bottom: 1.6rem;
}
@media (min-width: 750px) {
  .u-pb-md {
    padding-bottom: 3.2rem;
  }
}

.u-pb-lg {
  padding-bottom: 3.2rem;
}
@media (min-width: 750px) {
  .u-pb-lg {
    padding-bottom: 5rem;
  }
}

.u-pb-xl {
  padding-bottom: 5rem;
}
@media (min-width: 750px) {
  .u-pb-xl {
    padding-bottom: 7rem;
  }
}

.u-pl-tn {
  padding-left: .4rem;
}
@media (min-width: 750px) {
  .u-pl-tn {
    padding-left: .8rem;
  }
}

.u-pl-sm {
  padding-left: .8rem;
}
@media (min-width: 750px) {
  .u-pl-sm {
    padding-left: 1.6rem;
  }
}

.u-pl-md {
  padding-left: 1.6rem;
}
@media (min-width: 750px) {
  .u-pl-md {
    padding-left: 3.2rem;
  }
}

.u-pl-lg {
  padding-left: 3.2rem;
}
@media (min-width: 750px) {
  .u-pl-lg {
    padding-left: 5rem;
  }
}

.u-pl-xl {
  padding-left: 5rem;
}
@media (min-width: 750px) {
  .u-pl-xl {
    padding-left: 7rem;
  }
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-p-55 {
  padding: 55px !important;
}

.u-p-60 {
  padding: 60px !important;
}

.u-p-65 {
  padding: 65px !important;
}

.u-p-70 {
  padding: 70px !important;
}

.u-p-75 {
  padding: 75px !important;
}

.u-p-80 {
  padding: 80px !important;
}

.u-p-85 {
  padding: 85px !important;
}

.u-p-90 {
  padding: 90px !important;
}

.u-p-95 {
  padding: 95px !important;
}

.u-p-100 {
  padding: 100px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media (max-width: 749px) {
  .u-ph-d-n {
    display: none !important;
  }

  .u-ph-d-il {
    display: inline !important;
  }

  .u-ph-d-b {
    display: block !important;
  }

  .u-ph-w-a {
    width: auto !important;
  }

  .u-ph-w-0 {
    width: 0 !important;
  }

  .u-ph-w-5p {
    width: 5% !important;
  }

  .u-ph-w-10p {
    width: 10% !important;
  }

  .u-ph-w-15p {
    width: 15% !important;
  }

  .u-ph-w-20p {
    width: 20% !important;
  }

  .u-ph-w-25p {
    width: 25% !important;
  }

  .u-ph-w-30p {
    width: 30% !important;
  }

  .u-ph-w-33p {
    width: 33% !important;
  }

  .u-ph-w-35p {
    width: 35% !important;
  }

  .u-ph-w-40p {
    width: 40% !important;
  }

  .u-ph-w-45p {
    width: 45% !important;
  }

  .u-ph-w-50p {
    width: 50% !important;
  }

  .u-ph-w-55p {
    width: 55% !important;
  }

  .u-ph-w-60p {
    width: 60% !important;
  }

  .u-ph-w-65p {
    width: 65% !important;
  }

  .u-ph-w-66p {
    width: 66% !important;
  }

  .u-ph-w-70p {
    width: 70% !important;
  }

  .u-ph-w-75p {
    width: 75% !important;
  }

  .u-ph-w-80p {
    width: 80% !important;
  }

  .u-ph-w-85p {
    width: 85% !important;
  }

  .u-ph-w-90p {
    width: 90% !important;
  }

  .u-ph-w-95p {
    width: 95% !important;
  }

  .u-ph-w-100p {
    width: 100% !important;
  }

  .u-ph-m-0_a {
    margin: 0 auto !important;
  }

  .u-ph-m-0 {
    margin: 0 !important;
  }

  .u-ph-m-5 {
    margin: 5px !important;
  }

  .u-ph-m-10 {
    margin: 10px !important;
  }

  .u-ph-m-15 {
    margin: 15px !important;
  }

  .u-ph-m-20 {
    margin: 20px !important;
  }

  .u-ph-m-25 {
    margin: 25px !important;
  }

  .u-ph-m-30 {
    margin: 30px !important;
  }

  .u-ph-m-35 {
    margin: 35px !important;
  }

  .u-ph-m-40 {
    margin: 40px !important;
  }

  .u-ph-m-45 {
    margin: 45px !important;
  }

  .u-ph-m-50 {
    margin: 50px !important;
  }

  .u-ph-m-55 {
    margin: 55px !important;
  }

  .u-ph-m-60 {
    margin: 60px !important;
  }

  .u-ph-m-65 {
    margin: 65px !important;
  }

  .u-ph-m-70 {
    margin: 70px !important;
  }

  .u-ph-m-75 {
    margin: 75px !important;
  }

  .u-ph-m-80 {
    margin: 80px !important;
  }

  .u-ph-m-85 {
    margin: 85px !important;
  }

  .u-ph-m-90 {
    margin: 90px !important;
  }

  .u-ph-m-95 {
    margin: 95px !important;
  }

  .u-ph-m-100 {
    margin: 100px !important;
  }

  .u-ph-mt-0 {
    margin-top: 0 !important;
  }

  .u-ph-mt-5 {
    margin-top: 5px !important;
  }

  .u-ph-mt-10 {
    margin-top: 10px !important;
  }

  .u-ph-mt-15 {
    margin-top: 15px !important;
  }

  .u-ph-mt-20 {
    margin-top: 20px !important;
  }

  .u-ph-mt-25 {
    margin-top: 25px !important;
  }

  .u-ph-mt-30 {
    margin-top: 30px !important;
  }

  .u-ph-mt-35 {
    margin-top: 35px !important;
  }

  .u-ph-mt-40 {
    margin-top: 40px !important;
  }

  .u-ph-mt-45 {
    margin-top: 45px !important;
  }

  .u-ph-mt-50 {
    margin-top: 50px !important;
  }

  .u-ph-mt-55 {
    margin-top: 55px !important;
  }

  .u-ph-mt-60 {
    margin-top: 60px !important;
  }

  .u-ph-mt-65 {
    margin-top: 65px !important;
  }

  .u-ph-mt-70 {
    margin-top: 70px !important;
  }

  .u-ph-mt-75 {
    margin-top: 75px !important;
  }

  .u-ph-mt-80 {
    margin-top: 80px !important;
  }

  .u-ph-mt-85 {
    margin-top: 85px !important;
  }

  .u-ph-mt-90 {
    margin-top: 90px !important;
  }

  .u-ph-mt-95 {
    margin-top: 95px !important;
  }

  .u-ph-mt-100 {
    margin-top: 100px !important;
  }

  .u-ph-mr-0 {
    margin-right: 0 !important;
  }

  .u-ph-mr-5 {
    margin-right: 5px !important;
  }

  .u-ph-mr-10 {
    margin-right: 10px !important;
  }

  .u-ph-mr-15 {
    margin-right: 15px !important;
  }

  .u-ph-mr-20 {
    margin-right: 20px !important;
  }

  .u-ph-mr-25 {
    margin-right: 25px !important;
  }

  .u-ph-mr-30 {
    margin-right: 30px !important;
  }

  .u-ph-mr-35 {
    margin-right: 35px !important;
  }

  .u-ph-mr-40 {
    margin-right: 40px !important;
  }

  .u-ph-mr-45 {
    margin-right: 45px !important;
  }

  .u-ph-mr-50 {
    margin-right: 50px !important;
  }

  .u-ph-mr-55 {
    margin-right: 55px !important;
  }

  .u-ph-mr-60 {
    margin-right: 60px !important;
  }

  .u-ph-mr-65 {
    margin-right: 65px !important;
  }

  .u-ph-mr-70 {
    margin-right: 70px !important;
  }

  .u-ph-mr-75 {
    margin-right: 75px !important;
  }

  .u-ph-mr-80 {
    margin-right: 80px !important;
  }

  .u-ph-mr-85 {
    margin-right: 85px !important;
  }

  .u-ph-mr-90 {
    margin-right: 90px !important;
  }

  .u-ph-mr-95 {
    margin-right: 95px !important;
  }

  .u-ph-mr-100 {
    margin-right: 100px !important;
  }

  .u-ph-mb-0 {
    margin-bottom: 0 !important;
  }

  .u-ph-mb-5 {
    margin-bottom: 5px !important;
  }

  .u-ph-mb-10 {
    margin-bottom: 10px !important;
  }

  .u-ph-mb-15 {
    margin-bottom: 15px !important;
  }

  .u-ph-mb-20 {
    margin-bottom: 20px !important;
  }

  .u-ph-mb-25 {
    margin-bottom: 25px !important;
  }

  .u-ph-mb-30 {
    margin-bottom: 30px !important;
  }

  .u-ph-mb-35 {
    margin-bottom: 35px !important;
  }

  .u-ph-mb-40 {
    margin-bottom: 40px !important;
  }

  .u-ph-mb-45 {
    margin-bottom: 45px !important;
  }

  .u-ph-mb-50 {
    margin-bottom: 50px !important;
  }

  .u-ph-mb-55 {
    margin-bottom: 55px !important;
  }

  .u-ph-mb-60 {
    margin-bottom: 60px !important;
  }

  .u-ph-mb-65 {
    margin-bottom: 65px !important;
  }

  .u-ph-mb-70 {
    margin-bottom: 70px !important;
  }

  .u-ph-mb-75 {
    margin-bottom: 75px !important;
  }

  .u-ph-mb-80 {
    margin-bottom: 80px !important;
  }

  .u-ph-mb-85 {
    margin-bottom: 85px !important;
  }

  .u-ph-mb-90 {
    margin-bottom: 90px !important;
  }

  .u-ph-mb-95 {
    margin-bottom: 95px !important;
  }

  .u-ph-mb-100 {
    margin-bottom: 100px !important;
  }

  .u-ph-ml-0 {
    margin-left: 0 !important;
  }

  .u-ph-ml-5 {
    margin-left: 5px !important;
  }

  .u-ph-ml-10 {
    margin-left: 10px !important;
  }

  .u-ph-ml-15 {
    margin-left: 15px !important;
  }

  .u-ph-ml-20 {
    margin-left: 20px !important;
  }

  .u-ph-ml-25 {
    margin-left: 25px !important;
  }

  .u-ph-ml-30 {
    margin-left: 30px !important;
  }

  .u-ph-ml-35 {
    margin-left: 35px !important;
  }

  .u-ph-ml-40 {
    margin-left: 40px !important;
  }

  .u-ph-ml-45 {
    margin-left: 45px !important;
  }

  .u-ph-ml-50 {
    margin-left: 50px !important;
  }

  .u-ph-ml-55 {
    margin-left: 55px !important;
  }

  .u-ph-ml-60 {
    margin-left: 60px !important;
  }

  .u-ph-ml-65 {
    margin-left: 65px !important;
  }

  .u-ph-ml-70 {
    margin-left: 70px !important;
  }

  .u-ph-ml-75 {
    margin-left: 75px !important;
  }

  .u-ph-ml-80 {
    margin-left: 80px !important;
  }

  .u-ph-ml-85 {
    margin-left: 85px !important;
  }

  .u-ph-ml-90 {
    margin-left: 90px !important;
  }

  .u-ph-ml-95 {
    margin-left: 95px !important;
  }

  .u-ph-ml-100 {
    margin-left: 100px !important;
  }

  .u-ph-p-0 {
    padding: 0 !important;
  }

  .u-ph-p-5 {
    padding: 5px !important;
  }

  .u-ph-p-10 {
    padding: 10px !important;
  }

  .u-ph-p-15 {
    padding: 15px !important;
  }

  .u-ph-p-20 {
    padding: 20px !important;
  }

  .u-ph-p-25 {
    padding: 25px !important;
  }

  .u-ph-p-30 {
    padding: 30px !important;
  }

  .u-ph-p-35 {
    padding: 35px !important;
  }

  .u-ph-p-40 {
    padding: 40px !important;
  }

  .u-ph-p-45 {
    padding: 45px !important;
  }

  .u-ph-p-50 {
    padding: 50px !important;
  }

  .u-ph-p-55 {
    padding: 55px !important;
  }

  .u-ph-p-60 {
    padding: 60px !important;
  }

  .u-ph-p-65 {
    padding: 65px !important;
  }

  .u-ph-p-70 {
    padding: 70px !important;
  }

  .u-ph-p-75 {
    padding: 75px !important;
  }

  .u-ph-p-80 {
    padding: 80px !important;
  }

  .u-ph-p-85 {
    padding: 85px !important;
  }

  .u-ph-p-90 {
    padding: 90px !important;
  }

  .u-ph-p-95 {
    padding: 95px !important;
  }

  .u-ph-p-100 {
    padding: 100px !important;
  }

  .u-ph-pt-0 {
    padding-top: 0 !important;
  }

  .u-ph-pt-5 {
    padding-top: 5px !important;
  }

  .u-ph-pt-10 {
    padding-top: 10px !important;
  }

  .u-ph-pt-15 {
    padding-top: 15px !important;
  }

  .u-ph-pt-20 {
    padding-top: 20px !important;
  }

  .u-ph-pt-25 {
    padding-top: 25px !important;
  }

  .u-ph-pt-30 {
    padding-top: 30px !important;
  }

  .u-ph-pt-35 {
    padding-top: 35px !important;
  }

  .u-ph-pt-40 {
    padding-top: 40px !important;
  }

  .u-ph-pt-45 {
    padding-top: 45px !important;
  }

  .u-ph-pt-50 {
    padding-top: 50px !important;
  }

  .u-ph-pt-55 {
    padding-top: 55px !important;
  }

  .u-ph-pt-60 {
    padding-top: 60px !important;
  }

  .u-ph-pt-65 {
    padding-top: 65px !important;
  }

  .u-ph-pt-70 {
    padding-top: 70px !important;
  }

  .u-ph-pt-75 {
    padding-top: 75px !important;
  }

  .u-ph-pt-80 {
    padding-top: 80px !important;
  }

  .u-ph-pt-85 {
    padding-top: 85px !important;
  }

  .u-ph-pt-90 {
    padding-top: 90px !important;
  }

  .u-ph-pt-95 {
    padding-top: 95px !important;
  }

  .u-ph-pt-100 {
    padding-top: 100px !important;
  }

  .u-ph-pr-0 {
    padding-right: 0 !important;
  }

  .u-ph-pr-5 {
    padding-right: 5px !important;
  }

  .u-ph-pr-10 {
    padding-right: 10px !important;
  }

  .u-ph-pr-15 {
    padding-right: 15px !important;
  }

  .u-ph-pr-20 {
    padding-right: 20px !important;
  }

  .u-ph-pr-25 {
    padding-right: 25px !important;
  }

  .u-ph-pr-30 {
    padding-right: 30px !important;
  }

  .u-ph-pr-35 {
    padding-right: 35px !important;
  }

  .u-ph-pr-40 {
    padding-right: 40px !important;
  }

  .u-ph-pr-45 {
    padding-right: 45px !important;
  }

  .u-ph-pr-50 {
    padding-right: 50px !important;
  }

  .u-ph-pr-55 {
    padding-right: 55px !important;
  }

  .u-ph-pr-60 {
    padding-right: 60px !important;
  }

  .u-ph-pr-65 {
    padding-right: 65px !important;
  }

  .u-ph-pr-70 {
    padding-right: 70px !important;
  }

  .u-ph-pr-75 {
    padding-right: 75px !important;
  }

  .u-ph-pr-80 {
    padding-right: 80px !important;
  }

  .u-ph-pr-85 {
    padding-right: 85px !important;
  }

  .u-ph-pr-90 {
    padding-right: 90px !important;
  }

  .u-ph-pr-95 {
    padding-right: 95px !important;
  }

  .u-ph-pr-100 {
    padding-right: 100px !important;
  }

  .u-ph-pb-0 {
    padding-bottom: 0 !important;
  }

  .u-ph-pb-5 {
    padding-bottom: 5px !important;
  }

  .u-ph-pb-10 {
    padding-bottom: 10px !important;
  }

  .u-ph-pb-15 {
    padding-bottom: 15px !important;
  }

  .u-ph-pb-20 {
    padding-bottom: 20px !important;
  }

  .u-ph-pb-25 {
    padding-bottom: 25px !important;
  }

  .u-ph-pb-30 {
    padding-bottom: 30px !important;
  }

  .u-ph-pb-35 {
    padding-bottom: 35px !important;
  }

  .u-ph-pb-40 {
    padding-bottom: 40px !important;
  }

  .u-ph-pb-45 {
    padding-bottom: 45px !important;
  }

  .u-ph-pb-50 {
    padding-bottom: 50px !important;
  }

  .u-ph-pb-55 {
    padding-bottom: 55px !important;
  }

  .u-ph-pb-60 {
    padding-bottom: 60px !important;
  }

  .u-ph-pb-65 {
    padding-bottom: 65px !important;
  }

  .u-ph-pb-70 {
    padding-bottom: 70px !important;
  }

  .u-ph-pb-75 {
    padding-bottom: 75px !important;
  }

  .u-ph-pb-80 {
    padding-bottom: 80px !important;
  }

  .u-ph-pb-85 {
    padding-bottom: 85px !important;
  }

  .u-ph-pb-90 {
    padding-bottom: 90px !important;
  }

  .u-ph-pb-95 {
    padding-bottom: 95px !important;
  }

  .u-ph-pb-100 {
    padding-bottom: 100px !important;
  }

  .u-ph-pl-0 {
    padding-left: 0 !important;
  }

  .u-ph-pl-5 {
    padding-left: 5px !important;
  }

  .u-ph-pl-10 {
    padding-left: 10px !important;
  }

  .u-ph-pl-15 {
    padding-left: 15px !important;
  }

  .u-ph-pl-20 {
    padding-left: 20px !important;
  }

  .u-ph-pl-25 {
    padding-left: 25px !important;
  }

  .u-ph-pl-30 {
    padding-left: 30px !important;
  }

  .u-ph-pl-35 {
    padding-left: 35px !important;
  }

  .u-ph-pl-40 {
    padding-left: 40px !important;
  }

  .u-ph-pl-45 {
    padding-left: 45px !important;
  }

  .u-ph-pl-50 {
    padding-left: 50px !important;
  }

  .u-ph-pl-55 {
    padding-left: 55px !important;
  }

  .u-ph-pl-60 {
    padding-left: 60px !important;
  }

  .u-ph-pl-65 {
    padding-left: 65px !important;
  }

  .u-ph-pl-70 {
    padding-left: 70px !important;
  }

  .u-ph-pl-75 {
    padding-left: 75px !important;
  }

  .u-ph-pl-80 {
    padding-left: 80px !important;
  }

  .u-ph-pl-85 {
    padding-left: 85px !important;
  }

  .u-ph-pl-90 {
    padding-left: 90px !important;
  }

  .u-ph-pl-95 {
    padding-left: 95px !important;
  }

  .u-ph-pl-100 {
    padding-left: 100px !important;
  }

  .u-ph-ta-l {
    text-align: left !important;
  }

  .u-ph-ta-c {
    text-align: center !important;
  }

  .u-ph-ta-r {
    text-align: right !important;
  }

  .u-ph-ta-j {
    text-align: justify !important;
  }

  .u-ph-fz-07 {
    font-size: 0.7rem !important;
  }

  .u-ph-fz-08 {
    font-size: 0.8rem !important;
  }

  .u-ph-fz-09 {
    font-size: 0.9rem !important;
  }

  .u-ph-fz-10 {
    font-size: 1rem !important;
  }

  .u-ph-fz-11 {
    font-size: 1.1rem !important;
  }

  .u-ph-fz-12 {
    font-size: 1.2rem !important;
  }

  .u-ph-fz-13 {
    font-size: 1.3rem !important;
  }

  .u-ph-fz-14 {
    font-size: 1.4rem !important;
  }

  .u-ph-fz-15 {
    font-size: 1.5rem !important;
  }

  .u-ph-fz-16 {
    font-size: 1.6rem !important;
  }

  .u-ph-fz-17 {
    font-size: 1.7rem !important;
  }

  .u-ph-fz-18 {
    font-size: 1.8rem !important;
  }

  .u-ph-fz-19 {
    font-size: 1.9rem !important;
  }

  .u-ph-fz-20 {
    font-size: 2rem !important;
  }
}

.c2-after-border , .c2-after-border-ffffff {
  position: relative;
  overflow: hidden;
}

/*.c2-after-border::after {
  display: inline-block;
  content: "";
  width: 52px;
  height: 1px;
  background-color: #123c5b;
  margin-left: 14px;
  position: absolute;
  bottom: 14px;
}*/

.c2-after-border-ffffff::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-left: 14px;
  position: absolute;
  bottom: 14px;
}

@media (max-width: 1200px) {
  .c2-after-border::after {
    bottom: 10px;
  }
  .c2-after-border-ffffff::after {
    bottom: 10px;
  }
}

@media (max-width: 749px) {
  .c2-after-border-ffffff::after {
    width: 52px;
    bottom: 8px;
}
  .c2-after-border::after {
    bottom: 10px;
  }
}

.c2-link-ae8535 a {
  border: 1px #ddd  solid !important;
  color: #9e9e9e !important;
}
.c2-link-ae8535 a:hover{
  background: #cccccc;
    color: #fff !important;
}

.c2-title--md-01 , .c2-title--md-02 {
  position: relative;
  padding-left: 60px;
}

.c2-title--md-03 {
  position: relative;
  padding-left: 55px;
  margin-top: 8px;
  text-align: left;
}

@media (max-width: 1200px) {
  .c2-title--md-03 {
    margin-top: 0;
    font-size: .9rem;
  }
}

@media (max-width: 749px) {
  .c2-title--md-01:before , .c2-title--md-02:before , .c2-title--md-03:before {
    width: 50%;
    height: 50%;
  }
  .c-title--md .c-title_main::after {
    height: 1px;
  }
}

.c-title_lead {
  margin-top: 6px;
}

.c2-title--md-01:before , .c2-title--md-02:before , .c2-title--md-03:before {
  display: inline-block;
  width: 45px;
  height: 43px;
  position: absolute;
  left: 0;
}

.c2-title--md-01:before {
  content: "";
  background: url("../common_img/common/head_img_01.png") no-repeat;
}

.c2-title--md-02:before {
  content: "";
  background: url("../common_img/common/head_img_02.png") no-repeat;
}

.c2-title--md-03:before {
  content: "";
  background: url("../common_img/common/head_img_01.png") no-repeat center;
  align-self: center;
}

@media (max-width: 1200px) {
  .c2-title--md-01:before , .c2-title--md-02:before , .c2-title--md-03:before {
    background-size: 50%;
  }
  .c2-title--md-01, .c2-title--md-02 {
    padding-left: 30px;
  }
  .c-title--md .c-title_main::after {
    height: 1px;
  }
}

.c2-btn-right-border {
  position: relative;
  z-index: 1;
  text-align: center;
}

.c2-btn-right-border a::after {
  display: none;
  background: #123c5b;
}
/*
.c2-btn-right-border::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  background: #e4df2c;
  width: 8%;
  height: 1px;
  z-index: 2;
}

.c2-btn-right-border::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2%;
  background: #e4df2c;
  width: 8%;
  height: 1px;
}*/

.c2-mail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c2-mail-icon::before {
  content: url(../img/mail_icon.png);
  height: 14px;
  margin-right: 1rem;
}


@media (max-width: 1080px) {
  .c2-mail-icon {
    text-align: left;
  }
}
.topconts1 {
    background: #0f3668;
    color: #fff;
    border-radius: 6px;
        margin-top: 2%;
        margin-left: 11.8%;
  float: left;
}
.topconts1 dl{
    text-align: center;
}
.topconts1 dl dt{
       font-size: 1.5em;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 0.3em;
    border-bottom: dotted 3px #eae401;
    display: inline-block;
    font-weight: bold;
    margin-top: 2em;
}
.topconts1 dl dd{
    display: inline-block;
    margin: auto;
    text-align: left;
    margin-top: 1em;
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.topconts2 {
    color: #0f3668;
    border-radius: 6px;
    border: 1px solid #c7c7c7;
    margin-left: 0;
    float: left;
}

.topconts2 dl{
    text-align: center;
}

.topconts2 dl dt{
    font-size: 1.8em;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 0.3em;
    display: inline-block;
    font-weight: bold;
    margin-top: 2em;
}
.topconts2 dl dt span{
    padding-top: .4em;
    background-position: top left -1px;
    background-repeat: repeat-x;
    background-size: 0.97em .3em;
    background-image: radial-gradient(.15em .15em at center center,#f5de1a ,#f5de1a 100%,transparent);
    font-size: 1.1em;
    padding-right: 0.15em;
}
.topconts2 dl dd{
    display: inline-block;
    margin: auto;
    text-align: left;
    margin-top: 1em;
    font-size: 1.4em;
    line-height: 1.9;
    margin-bottom: 1.0em;
    font-weight: bold;
}

.topconts2 .contact_mail a{
       display: table;
    font-size: 1.8em;
    font-weight: bold;
    margin: auto;
    padding: 8px 16px;
    border-radius: 5px;
    color: #005da0;
    border: 1px solid #ececec;
    letter-spacing: -0.05em;
    background: #f7f7f7;
}
@media screen and (max-width: 480px) {
  .topconts2 .contact_mail a{
    font-size: 1.6em;
}
}
.topconts2 .contact_mail a:hover{
   text-decoration: none;
   background-color: #006ab6;
   color: #fff;
}
.topconts2 .contact_mail .fa{
      color: #f83f02;
       position: relative;
    bottom: 0.05em;
}
.topconts2 .contact_mail a:hover .fa{
   color: #fff;
}
.topconts2 .contact_mail span{
     font-size: 1.1em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    position: relative;
    top: 0.05em;
}
.topconts2 .contact_tel{
    display: table;
    font-size: 1.2em;
    font-weight: bold;
    margin: auto;
    border-radius: 5px;
    color: #005da0;
    letter-spacing: -0.05em;
    margin-bottom: 1.0em;
    margin-top: 1em;
}
.topconts2 .contact_tel .fa{
     color: #f83f02;
     padding: 0px 3px 0px 10px;
}
.topconts2 .contact_tel span{
     font-size: 1.1em;
}
.topcontsarrow{
  display: table;
    float: left;
    margin-top: 3%;
}

.topcontsarrow .fa{
transform: scale(0.4, 1);
    font-size: 9rem;
    color: gainsboro;
}
@media screen and (max-width:1110px){
.topconts2 {
    width: 45% !important;
}
}
@media screen and (max-width:1000px){
.topconts1 {
    width: 35% !important;
        margin-left: 5%;
}
.topconts2 {
    width: 50% !important;
}
}
@media screen and (max-width:950px){
.topconts2 dl dt {
    font-size: 1.6em;
}
.topconts2 dl dd {
    font-size: 1.3em;
}
.topconts2 .contact_mail {
    font-size: 0.9em;
}
.topconts1 dl dt {
    font-size: 1.4em;
}
}
@media screen and (max-width:810px){
.topconts1 {
    width: 40% !important;
        margin-left: 0%;
}
.topconts2 {
    width: 54% !important;
}
.topconts1 dl dt {
    font-size: 1.2em;
}
.topconts1 dl dd {
    font-size: 1.1em;
}
.topconts2 dl dt {
    font-size: 1.4em;
}
.topconts2 dl dd {
    font-size: 1.2em;
}
.topcontsarrow {
    margin-top: 6%;
}
.topcontsarrow .fa{
      font-size: 6rem;
}
}
@media screen and (max-width:700px){
  .topconts1 {
    width: 60% !important;
        margin-left: 20%;
        float: none;
    margin-bottom: 1.5em;
}
 .topconts2 {
  width: 80% !important;
    margin-left: 10%;
    float: none;
    margin-top: 1em;

}
.topcontsarrow {
    display: table;
    float: none;
    margin-top: 0%;
    margin: auto;
}
.topcontsarrow .fa {
  font-size: 2rem;
    transform: scale(3.0, 1.0) rotate(90deg);
}
}
@media screen and (max-width:500px){
  .topconts1 {
    width: 90% !important;
    margin-left: 5%;
}  .topconts2 {
    width: 100% !important;
    margin-left: 0%;
}
}
#top-main-box{
    height: 400px;
    background-image: url(../img/mainimage.jpg);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (max-width: 480px){
  #top-main-box{
    height: 300px;
  }
}
#top-main-box h2{
  text-indent: -99999px;
}
#top-main-box h3 img{
    display: block;
    position: absolute;
    max-height: 50%;
    bottom: 10%;
    left: 10%;
}
@media screen and (max-width: 480px){
  #top-main-box h3 img {
    max-height: 45%;
      bottom: 15%;
  }
  .topconts2 dl dt {
    font-size: 1.4em;
    line-height: 1.9;
    text-align: left;
}
  .topconts2 dl dt span{
  margin-left: 4em;
  }
  .topconts2 dl dd {
    padding: 0.5em;
    margin-top: 0em;
}
}
.top-title_main{
    color: #fff;
    font-size: 20px;
    margin: 13px auto 10px auto;
    display: inline-block;
    vertical-align: middle;
    /* background-image: url(../img/mark_1.png); */
    background-repeat: no-repeat;
    /* padding-left: 1.7rem; */
    background-position-y: center;
    background-size: 17px;
    border-bottom: 2px solid #e4df2c;
    padding-bottom: 1px;
}
@media screen and (max-width: 480px){
.top-title_main{
font-size: 15px;
margin: 13px auto 5px auto;
}
}
.top-title_lead{
  color: #fff;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  margin-top: 3px;
}
@media screen and (max-width: 480px){
  .top-title_lead{
    font-size: 0.6rem;
    margin-left: 0rem;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
}
#map-info{
  border-bottom: 1px #ddd solid;
}
#map-info iframe{
      width: 100%;
    height: 350px;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho","Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif; }
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }
.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.p-bnr-box dl dt{
  height: 20px;
    font-size: 0.8rem;
    text-align: left;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif; 
 
}
.p-bnr-box dl dt.p-bnr-box_title{
    background: url(../img/mark_2.png) no-repeat;
    padding-left: 18px;
    background-position-y: inherit;
    background-size: 14px;
}
@media screen and (max-width: 480px){
  .p-bnr-box dl dt.p-bnr-box_group {
     margin-top: 1rem;
  }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.fa-caret-right:before {
    content: "\f0da";
    color: #e4df2c;
}
.owned table dt{
  font-size: 1.1em;
} 
.text-center{
  text-align: center;
}
.link_col a{
  color: #347ac0;
}
.vacancyinfo a{
   color: #fff !important;
}
.vacancyinfo a:link{
   color: #fff !important;
}
.vacancyinfo a:hover {
    color: #fff;
    text-decoration: none;
   /* background: #33A076 !important;*/
   background: #5dc39c;
}
