@charset "utf-8";

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;
}

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: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  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;
}

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;
}

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%;
}


.p-footer .copyright {
  padding: 8px 0;
  text-align: center;
  font: .9rem;
  color: #fff;
  background: #0d3f63;
}

.p-footer .p-bottm-sec_list li {
  padding-left: 15px;
}

/* section
----------------------------------------------------------------- */
.l-section,
.l-section--bg {
  width: 100%;
}

.l-section--bg {
  background: #0d3f63;
}

/* content
----------------------------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 26px;
  box-sizing: border-box;
}

@media (min-width: 750px) {
  .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: 750px) {
  .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--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%;
  }
}

/* Clearing
?????????????????????????????????????????????????? */
.c-content:after,
.c-grid:after {
  content: "";
  display: table;
  clear: both;
}

/*
* タイトルやテキスト等
* よく使う要素への指定
*/
.c-title--tn {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  color: #0d3f63;
}

.c-title--tn .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Hind';
}

.c-title--tn .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .7rem;
  right: 0;
  width: 10px;
  height: 3px;
  color: #0d3f63;
  background: #0d3f63;
}

.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: #0d3f63;
}

.c-title--sm .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: .9rem;
  font-weight: 600;
  font-family: 'Hind';
}

.c-title--sm .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .7rem;
  right: 0;
  width: 14px;
  height: 3px;
  color: #0d3f63;
  background: #0d3f63;
}

.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: #0d3f63;
}

.c-title--md .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Hind';
}

.c-title--md .c-title_main::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: .8rem;
  right: 0;
  width: 18px;
  height: 5px;
  color: #0d3f63;
  background: #0d3f63;
}

.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: 2rem;
    width: 40px;
  }

  .c-title--md .c-title_lead {
    font-size: .8rem;
  }
}

.c-title--lg {
  display: inline-block;
  position: relative;
  margin: 3rem 0 2rem;
  letter-spacing: 2px;
  color: #0d3f63;
}

.c-title--lg .c-title_main {
  position: relative;
  padding-right: 22px;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: 'Hind';
}

.c-title--lg .c-title_lead {
  display: block;
  letter-spacing: 1px;
  font-size: .6rem;
  word-break: break-all;
}

.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 8rem;
  }

  .c-title--lg .c-title_main {
    padding-right: 54px;
    font-size: 3.2rem;
  }

  .c-title--lg .c-title_main::after {
    top: 2.2rem;
    width: 40px;
  }

  .c-title--lg .c-title_lead {
    font-size: .9rem;
  }
}

/* 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 {
  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;
  /*min-width: 154px;*/
  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: .75rem;
  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: #fff;
  background: #0d3f63;
  border: 1px solid #0d3f63;
}

.c-link-button--tm01 a:hover {
  background: #fff;
  color: #0d3f63;
}

.c-link-button--tm01--bd a {
  color: #0d3f63;
  background: #fff;
  border: 1px solid #0d3f63;
}

.c-link-button--tm01--bd a:hover {
  background: #0d3f63;
  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;
}

.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;
  }
}

.c-link-list--tm01 a {
  color: #fff;
  background: #0d3f63;
  border: 1px solid #0d3f63;
}

.c-link-list--tm01 a:hover {
  background: #fff;
  color: #0d3f63;
}

.c-link-list--tm01--bd a {
  color: #0d3f63;
  background: #fff;
  border: 1px solid #0d3f63;
}

.c-link-list--tm01--bd a:hover {
  background: #0d3f63;
  color: #fff;
}

.c-link-list--tm02 a {
  color: #fff;
  background: #ae8535;
  border: 1px solid #ae8535;
}

.c-link-list--tm02 a:hover {
  background: #fff;
  color: #ae8535;
}

.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_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: .8rem;
  padding: .4rem .8rem .3rem;
  letter-spacing: 1px;
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
  background: #ae8535;
}

@media (min-width: 1200px) {
  .c-label {
    font-size: .85rem;
  }
}

.c-label--new {
  color: #f75e5e;
  font-weight: bold;
}

.c-media--image img {
  width: 100%;
  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: #0d3f63;
}

.c-media-svg--tm02 {
  fill: #ae8535;
}

.c-media-svg--wh {
  fill: #fff;
}

.c-media-svg--333 {
  fill: #333;
}

.c-media-svg--000 {
  fill: #000;
}

/*
* ライター
*/
.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.6;
  text-align: left;
  font-size: .95rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .c-hd--xl {
    font-size: 1.6rem;
  }
}

.c-hd--lg {
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  font-size: .85rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .c-hd--lg {
    font-size: 1.3rem;
  }
}

.c-hd--md {
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  font-size: .75rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .c-hd--md {
    font-size: 1rem;
  }
}

.c-hd--sm {
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  font-size: .7rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .c-hd--sm {
    font-size: .9rem;
  }
}

.c-hd--border-left {
  padding-left: .6rem;
  border-left: 4px solid #0d3f63;
}

@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: .55rem;
  font-weight: bold;
  font-family: 'Hind';
}

@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: #0d3f63;
  border: 3px solid #0d3f63;
}

@media (min-width: 1200px) {
  .c-flow-block--accent {
    border: 5px solid #0d3f63;
  }
}

.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: #0d3f63;
}

@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: #0d3f63;
}

@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,
  .c-table td {
    padding: 1.2rem 1rem;
    letter-spacing: 1px;
    border-top: 1px solid #ddd;
    background: #fff;
  }

  .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: .85rem;
  }
}

/* entry-body 用設定
//
?????????????????????????????????????????????????? */
.p-post_entry-body h1 {
  margin-bottom: 1.4rem;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .p-post_entry-body h1 {
    font-size: 1.6rem;
  }
}

.p-post_entry-body h2 {
  margin: 2rem 0 1rem;
  padding: .5rem .8rem .6rem;
  line-height: 1.3;
  text-align: justify;
  font-size: .9rem;
  background: #0d3f63;
  color: #fff;
}

@media (min-width: 1200px) {
  .p-post_entry-body h2 {
    margin: 4rem 0 1rem;
    padding: .7rem .8rem .8rem 1.2rem;
    font-size: 1.3rem;
  }
}

.p-post_entry-body h3 {
  position: relative;
  margin: 2rem 0 1rem;
  padding-left: 1rem;
  text-align: justify;
  line-height: 1.4;
  font-size: .9rem;
  color: #ae8535;
}

.p-post_entry-body h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: .3rem;
  height: 100%;
  background: #ae8535;
}

@media (min-width: 1200px) {
  .p-post_entry-body h3 {
    margin: 3rem 0 .8rem;
    padding-left: 1.2rem;
    font-size: 1.2rem;
  }
}

.p-post_entry-body h4 {
  margin-bottom: 1.4rem;
  padding-top: 1.4rem;
  line-height: 1.6;
  font-size: .8rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .p-post_entry-body h4 {
    font-size: 1.2rem;
  }
}

.p-post_entry-body h5,
.p-post_entry-body h6 {
  line-height: 1.6;
  font-size: .7rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
  color: #0d3f63;
}

@media (min-width: 1200px) {

  .p-post_entry-body h5,
  .p-post_entry-body h6 {
    font-size: 1rem;
  }
}

.p-post_entry-body p {
  padding: .4rem 0;
  text-align: justify;
  font-size: .75rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .p-post_entry-body p {
    padding: .8rem 0;
    line-height: 2;
    letter-spacing: 1px;
    font-size: .95rem;
  }
}

.p-post_entry-body p img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.p-post_entry-body a {
  color: #347ac0;
  text-decoration: underline;
}

.p-post_entry-body table {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: .7rem;
  table-layout: fixed;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 1px;
  border-collapse: separate;
  border-spacing: 0;
}

.p-post_entry-body table th,
.p-post_entry-body table td {
  padding: .6rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.p-post_entry-body table th {
  text-align: center;
  vertical-align: middle;
  background: #f7f7f7;
}

.p-post_entry-body table th:first-child,
.p-post_entry-body table td:first-child {
  border-left: none;
}

@media (min-width: 1200px) {
  .p-post_entry-body table {
    font-size: .8rem;
    table-layout: inherit;
  }

  .p-post_entry-body table th,
  .p-post_entry-body table td {
    padding: 1rem;
  }
}

.p-post_entry-body dl {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: .7rem;
}

.p-post_entry-body dl dt {
  margin-bottom: .6rem;
  font-weight: bold;
  padding: .6rem;
  background: #f7f7f7;
}

.p-post_entry-body dl dd {
  padding: 0 .6rem 1.2rem;
}

@media (min-width: 1200px) {
  .p-post_entry-body dl {
    font-size: .9rem;
  }
}

.p-post_entry-body ul,
.p-post_entry-body ol {
  box-sizing: border-box;
  margin: .8rem auto;
  padding: .2rem 1rem;
  line-height: 1.4;
  list-style: inside;
  font-size: .7rem;
  border: 1px solid #ddd;
}

.p-post_entry-body ul li,
.p-post_entry-body ol li {
  padding: .6rem 0;
  border-top: 1px dotted #ccc;
}

.p-post_entry-body ul li:first-child,
.p-post_entry-body ol li:first-child {
  border: none;
}

.p-post_entry-body ul ul,
.p-post_entry-body ul ol,
.p-post_entry-body ol ul,
.p-post_entry-body ol ol {
  box-sizing: border-box;
  width: 100%;
  margin: .6rem 0 0;
  padding: 0 0 0 1rem;
  border: none;
}

.p-post_entry-body ul ul li,
.p-post_entry-body ul ol li,
.p-post_entry-body ol ul li,
.p-post_entry-body ol ol li {
  position: relative;
  padding-left: 1rem;
  border-top: 1px dotted #ddd;
  font-size: .65rem;
  color: #555;
}

.p-post_entry-body ul ul li:first-child,
.p-post_entry-body ul ol li:first-child,
.p-post_entry-body ol ul li:first-child,
.p-post_entry-body ol ol li:first-child {
  border-top: 1px dotted #ddd;
}

@media (min-width: 900px) {

  .p-post_entry-body ul,
  .p-post_entry-body ol {
    width: 90%;
    padding: .8rem 2rem;
    font-size: .9rem;
  }

  .p-post_entry-body ul ul li,
  .p-post_entry-body ul ol li,
  .p-post_entry-body ol ul li,
  .p-post_entry-body ol ol li {
    font-size: .8rem;
  }
}

.p-post_entry-body ol {
  list-style-type: decimal;
}

.p-post_entry-body strong {
  font-weight: bold;
}

.p-post_entry-body address {
  margin-bottom: 1.2rem;
  line-height: 1.4;
  font-size: .7rem;
  font-style: italic;
}

.p-post_entry-body address * {
  margin-bottom: 0;
  font-size: .7rem;
  font-style: italic;
}

@media (min-width: 1200px) {
  .p-post_entry-body address {
    font-size: .8rem;
  }
}

.p-post_entry-body pre {
  white-space: pre-wrap;
  margin-bottom: 1.2rem;
  padding: 1.6rem;
  letter-spacing: 1px;
  font-size: .7rem;
  font-style: italic;
  background: #f7f7f7;
}

@media (min-width: 900px) {
  .p-post_entry-body pre {
    font-size: .8rem;
  }
}

.p-post_entry-body blockquote {
  box-sizing: border-box;
  position: relative;
  margin: .8rem 0;
  padding: .2rem 1.2rem;
  text-align: justify;
  font-size: .6rem;
  border-left: 6px solid #e6e6e6;
}

.p-post_entry-body blockquote::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '”';
  font-family: sans-serif;
  font-size: 6rem;
  color: #e6e6e6;
  z-index: -1;
}

@media (min-width: 1200px) {
  .p-post_entry-body blockquote {
    margin: 2rem 0;
    padding: .6rem 3rem;
    font-size: .9rem;
  }
}

.p-post_entry-body .alignleft {
  float: left;
  margin-right: 1rem;
}

.p-post_entry-body .alignright {
  float: right;
  margin-left: 1rem;
}

.p-post_entry-body figure {
  width: 100% !important;
  margin-bottom: 1.8rem;
  padding-top: 1rem;
}

.p-post_entry-body figure img {
  display: block;
  padding-bottom: .6rem;
}

.p-post_entry-body figure figcaption {
  font-weight: bold;
  font-size: .6rem;
  color: #555;
}

@media (min-width: 750px) {
  .p-post_entry-body figure figcaption {
    font-size: .7rem;
  }
}

.p-post_entry-body .wp-caption.aligncenter {
  margin: 0 auto 1.8rem;
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 3.6rem;
  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: absolute;
  top: 0;
  z-index: 10;
}

@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 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 11% 0;
  text-align: left;
  cursor: pointer;
}

.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;
}

.p-gnav_wrap a {
  color: #fff;
  /*color: #fff; */
}

.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: 2px;
  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 1.2rem;
  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;
}

/*//　mobile用header
==================================================*/
.p-header_contents--mobile {
  display: block;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 1200px) {
  .p-header_contents--mobile {
    display: none;
  }
}

.p-gnav_logo--mobile {
  width: 32%;
}

.p-gnav_logo--mobile a {
  display: block;
  margin-left: 1rem;
  padding: .6rem 0;
}

@media (min-width: 750px) {
  .p-gnav_logo--mobile {
    width: 20%;
  }
}

.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: #333;
  border-bottom: 1px solid #ddd;
}

/*
 * 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;
}

.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: #fff;
}

.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: #fff;
}

.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: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

@media (max-width: 1200px) {
  .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 {
    width: 80%;
  }

  .p-footer_contact .is--fex_item01 {
    box-sizing: border-box;
    float: left;
  }

  .p-footer_contact .is--fex_item02 {
    box-sizing: border-box;
    width: 34%;
    float: left;
  }

  .p-footer_contact .is--fex_item03 {
    box-sizing: border-box;
    width: 30%;
    float: left;
  }
}

.p-footer_contact_hd {
  margin-bottom: .4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 2.6vw;
  font-weight: 600;
  text-decoration: underline;
  color: #0d3f63;
}

@media (min-width: 750px) {
  .p-footer_contact_hd {
    margin-bottom: 0;
    padding-right: 2%;
    font-size: 1.4vw;
    text-decoration: none;
  }
}

@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';
  color: #0d3f63;
}

.p-footer_contact_tel span {
  display: inline;
  font-size: 1rem;
}

@media (min-width: 750px) {
  .p-footer_contact_tel {
    font-size: 1.6rem;
  }

  .p-footer_contact_tel span {
    padding-top: .3rem;
  }
}

@media (min-width: 1200px) {
  .p-footer_contact_tel {
    font-size: 2.2rem;
  }

  .p-footer_contact_tel span {
    padding-top: .3rem;
    font-size: 1.4rem;
  }
}


.p-footer_contact_tel--info {
  letter-spacing: 1px;
  font-size: .6rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .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: #0d3f63;
  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: 78px;
  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_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: 92%;
  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: .6rem;
  font-weight: 600;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.p-footer_page-lists>li::before {
  content: '◯';
  padding-right: .2rem;
  color: #fff;
}

.p-footer_page-lists>li a {
  color: #fff;
}

@media (min-width: 750px) {
  .p-footer_page-lists>li {
    font-size: 0.9vw;
  }
}

@media (min-width: 1200px) {
  .p-footer_page-lists>li {
    font-size: .7rem;
  }
}

.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: .6rem;
  padding: 0 0 .4rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  text-indent: 0;
  margin-left: 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;
}

@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 dt {
  margin-bottom: .2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
}

.p-footer_info_dl dd {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: .6rem;
  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: .9rem;
  }

  .p-footer_info_dl dd {
    line-height: 1.6;
    font-size: .7rem;
  }
}

.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;
}

@media (min-width: 750px) {
  .p-journal-card_box {
    position: static;
    padding: 0;
    border: none;
  }
}

@media (min-width: 1200px) {
  .p-journal-card_box {
    margin-bottom: 1rem;
  }
}

.p-journal-card_thumb {
  float: left;
  width: 50%;
  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;
}

@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: #0d3f63;
}

.p-journal-card_cat span {
  padding-right: .8rem;
  font-size: 1rem;
  font-style: italic;
  font-weight: normal;
}

@media (min-width: 750px) {
  .p-journal-card_cat {
    top: -.8rem;
    padding: .4rem 1rem;
    font-size: .8rem;
    color: #fff;
    background: #0d3f63;
  }

  .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: .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: #0d3f63;
  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.6;
  text-align: justify;
  letter-spacing: .1rem;
  font-size: .5rem;
  color: #666;
  word-break: break-all;
}

@media (min-width: 1200px) {
  .p-journal-card_excerpt {
    font-size: .6rem;
  }
}

.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;
}

/* page common　
--------------------------------------------------------------------------------*/
.p-page-hero {
  position: relative;
  padding-top: 30%;
  margin-bottom: 5rem;
}

@media (min-width: 750px) {
  .p-page-hero {
    padding-top: 15%;
    margin-bottom: 0rem;
  }
}

@media (min-width: 1200px) {
  .p-page-hero {
    /*padding-top: 10%;
    margin-top: -7rem;*/
    margin-top: 1%;
  }
}

@media screen and (max-width: 480px) {
  .page-template-page-business .p-page-hero {
    margin-bottom: 0.5rem;
  }
}

.p-page-hero_text-block {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 1.6rem 1.0rem;
  background: linear-gradient(rgba(255, 255, 255, 0.5), #fff 4rem);
  position: relative;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
}

.p-page-hero_text-block h2 span {
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
}

@media (min-width: 768px) {
  .p-page-hero_text-block {
    padding: 3rem;
    background: linear-gradient(rgba(255, 255, 255, 0.5), #fff 8rem);
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .p-page-hero_text-block {
    width: auto;
    max-width: 80%;
    padding: 6rem 6rem 0rem;
    margin-left: -6rem;
    background: linear-gradient(rgba(255, 255, 255, 0.5), #fff 10rem);
  }
}

.p-page-hero_text-block h3 img {
  position: absolute;
  bottom: 8px;
  right: -27px;
  width: 109px;
}

@media screen and (max-width: 480px) {
  .p-page-hero_text-block h3 img {
    bottom: 0px;
    right: -20px;
    width: 80px;
  }
}

.vacancyinfo a {
  position: absolute;
  right: 35px;
  top: 27px;
  /* background: linear-gradient(135deg,#005da0 0%,#005da0 50%,#0f3668 50%,#0f3668 100%) !important;*/
  background: #33A076;
  color: #fff;
  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";
  padding: 0.5em 1.0em;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  margin: auto;
  font-size: 0.9rem;
}

@media screen and (max-width: 1024px) {
  .vacancyinfo a {
    right: 10px;
    top: 10px;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 834px) {
  .vacancyinfo a {
    padding: 0.5em;
  }
}

@media screen and (max-width: 600px) {
  .vacancyinfo a {
    position: relative;
    margin: 0em 2em 1.5em;
    display: block;
    top: 0;
    right: 0;
    font-size: 0.75rem;
  }
}

.vacancyinfo span {
  color: #eae401 !important;
  font-size: 0.85em;
  font-weight: bold;
  display: block;
}

.vacancyinfo span.cpboard {
  background: #ffffff;
  color: #34a076 !important;
  display: inline-block;
  padding: 0 5px;
  border-radius: 10px;
}

@media screen and (max-width:600px) {
  .vacancyinfo span {
    padding-left: 1em;
    display: inline-block;
  }
}

@media screen and (max-width:378px) {
  .vacancyinfo span {
    padding-left: 0em;
    display: block;
  }
}

.propertyphotolink a:link,
.propertyphotolink a:visited {
  font-size: .7rem;
  color: #4389bb;
  border: 1px #4389bb solid;
  padding: 0.45rem 0.6rem 0.4rem;
  margin-top: 8px;
  display: inline-block;
  font-weight: bold;
  border-radius: 20px;
}

.propertyphotolink a:hover,
.propertyphotolink a:active {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #cccccc;
  background: #4389bb;
}

@media screen and (max-width:1199px) {

  .propertyphotolink a:link,
  .propertyphotolink a:visited {
    font-size: .6rem;
  }

  .propertyphotolink a:hover,
  .propertyphotolink a:active {
    font-size: .6rem;
  }
}

.propertyphoto {
  display: flex;
  flex-wrap: wrap;
}

.propertyphototitle {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
}

.propertyphototitle span {
  background: #33A076;
  color: #fff;
  font-size: 1.0rem;
  margin: 1rem 0;
  border-radius: 50%;
  height: 7rem;
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  flex-direction: column;
  line-height: 1.5;
  text-align: center;
}

.propertyphototitle small {
  font-size: 0.8rem;
}

.propertyphototitle p {
  margin-left: 1rem;
  font-size: 1.0rem;
  font-weight: bolder;
  color: #33A076;
  padding-bottom: 1rem;
  line-height: 1.8;
}

@media screen and (max-width:576px) {
  .propertyphototitle {
    flex-wrap: wrap;
  }

  .propertyphototitle p {
    font-size: 0.8rem;
  }
}

.propertyphoto .photobox {
  width: 25%;
  margin: 20px 0 40px;
  text-align: center;
  position: relative;
}

.propertyphoto figure {
  position: relative;
}

.propertyphoto .photobox .photo_card,
.propertyphoto .photobox figcaption {
  position: absolute;
  background: rgb(255 255 255 / 94%);
  min-width: 25%;
  max-width: 45%;
  border: 1px solid #ededed;
  padding: 0.5rem;
  line-height: 1.5;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  color: #585858;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 8%);
}

.propertyphoto .photobox figcaption {
  bottom: 0.5rem;
  z-index: 10;
  max-width: 100%;
}

.propertyphoto .photobox.wide .photo_card {
  max-width: 70%;
}

.propertyphoto .photobox .photo_card.lb {
  bottom: 0.5rem;
  left: 0rem;
}

.propertyphoto .photobox .photo_card.rb {
  bottom: 0.5rem;
  right: 0rem;
}

.propertyphoto .photobox .photo_card.bottom {
  left: 0%;
  max-width: 90%;
}

.propertyphoto .photobox.wide {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .propertyphoto .photobox {
    width: 33%;
  }

  .propertyphoto .photobox.wide {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .propertyphoto .photobox {
    width: 50%;
  }

  .propertyphoto .photobox.wide {
    width: 100%;
  }

  .propertyphoto .photobox .photo_card,
  .propertyphoto .photobox figcaption {
    max-width: 75%;
    padding: 0.2rem;
    font-size: 0.6rem;
  }

  .propertyphoto .photobox .photo_card.lb {
    bottom: -1rem;
  }

  .propertyphoto .photobox .photo_card.rb {
    bottom: -1rem;
  }
}

.propertyphoto .photobox img {
  width: 85%;
}

.propertyphoto .photobox.wide img {
  width: 96%;
}

.propertyphoto .phototitle {
  font-size: 0.75rem;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 0.2em;
  width: 85%;
  font-weight: bold;
  color: #555;
  margin: 0 auto 14px auto;
  text-align: left;
}

.p-page-hero_bg {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: -1;
}

.home .p-page-hero_bg img {
  height: 400px;
  width: auto !important;
  max-width: unset;
}

@media screen and (max-width: 770px) {
  .home .p-page-hero_bg img {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .home .p-page-hero_bg img {
    height: 280px;
  }
}

@media (min-width: 1800px) {
  .p-page-hero_bg {
    right: 10%;
  }
}

@media (min-width: 750px) {
  .p-page-hero_bg {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .p-page-hero_bg {
    width: 100%;
  }
}

.p-page-list li {
  padding: .3rem 0;
  letter-spacing: 1px;
  font-size: .7rem;
}

@media (min-width: 1200px) {
  .p-page-list li {
    padding: .5rem 0;
    font-size: 1rem;
  }
}

.p-page-flow_wrap {
  position: relative;
  text-align: center;
}

.p-page-flow_wrap::before {
  content: "\f107";
  font-size: 2.4rem;
  font-family: FontAwesome;
  color: #ccc;
}

.p-page-flow_block {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background: #0d3f63;
}

.p-page-flow_block--end {
  padding: 1rem 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0d3f63;
  background: #fff;
  border-radius: 4px;
  border: 2px solid #0d3f63;
}

.p-page-flow_hd {
  float: left;
  letter-spacing: 1px;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.p-page-flow_contents {
  position: relative;
  float: right;
  width: 55%;
  height: 100%;
  padding: 1.4rem 4rem 1.4rem 2rem;
  text-align: left;
  font-size: .9rem;
  background: #fff;
  color: #0d3f63;
}

.p-page-flow_contents:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 999px 999px 0 0;
  border-right-color: #fff;
}

/* service
--------------------------------------------------------------------------------*/
.p-service_list-wrap {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 900px) {
  .p-service_list-wrap {
    margin-bottom: 2%;
  }
}

.p-service_list {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 1rem;
  background: #f7f7f7;
  -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);
}

@media (min-width: 900px) {
  .p-service_list {
    width: 49%;
    float: right;
    margin-bottom: 0;
    padding: 1.4rem 1.8rem;
  }

  .p-service_list:first-child {
    float: left;
  }
}

.p-service_list:hover {
  background: #ececec;
  cursor: pointer;
}

.p-service_list_thumb {
  width: 34%;
  float: left;
  margin-top: .3rem;
}

.p-service_list_info {
  width: 60%;
  float: right;
}

.p-service_list_info .c-hd--md {
  margin-bottom: .6rem;
}

.p-service_ad {
  position: relative;
  padding-top: 26%;
}

.p-service_ad::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../common_img/test02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: right top;
}

@media (min-width: 1200px) {
  .p-service_ad {
    padding-top: 14%;
  }

  .p-service_ad::before {
    background-size: 70% auto;
  }
}

.p-service_ad_ex-list {
  width: 30%;
  float: left;
  margin: 0 1%;
}

.p-service_ad_ex-list .c-media--thumb {
  margin-bottom: 1rem;
}

.p-service_ad_ex-list .c-media--thumb img {
  box-sizing: border-box;
  box-shadow: #eee 3px 3px 3px;
}

/* business
--------------------------------------------------------------------------------*/
.p-business_list {
  margin-bottom: 1rem;
  padding: 1.6rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -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-business_list:hover {
  background: #f7f7f7;
}

.p-business_list:hover .u-bgc-f7 {
  background: #fff !important;
}

.p-business_list .c-media--thumb {
  margin-bottom: 1.4rem;
}

.p-business_list figure {
  text-align: center;
}

.p-business_list figure svg {
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .p-business_list {
    margin-bottom: 2rem;
    padding: 2.2rem;
  }
}

.p-business_list_hd {
  margin-bottom: 1.4rem;
}

@media screen and (max-width: 480px) {
  .p-business_list_hd {
    margin-bottom: 0.7rem;
  }

  .vacancylist .p-business_list_hd {
    margin-bottom: 1.2rem;
  }
}

.p-business_list_hd_lead {
  display: block;
  font-size: .7rem;
  font-weight: normal;
  color: #333;
}

/* recruit
--------------------------------------------------------------------------------*/
@media (min-width: 900px) {
  .p-recruit-hero--top {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-image: url(../common_img/recruit/180409_01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
  }
}

.p-recruit-hero--top_hd {
  position: relative;
  margin-bottom: 1rem;
  letter-spacing: .15rem;
  line-height: 1.6;
  text-align: justify;
  font-size: 1rem;
  font-weight: 500;
  color: #004576;
}

.p-recruit-hero--top_hd::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  max-width: 60px;
  padding-top: 48.85%;
  background-image: url("/wp/wp-content/themes/design-center/common_img/recruit/img_message.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

@media (min-width: 900px) {
  .p-recruit-hero--top_hd {
    margin-bottom: 1rem;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    font-size: 1.8rem;
    border-left: 1px solid #004576;
  }

  .p-recruit-hero--top_hd::before {
    top: -50%;
    left: -6%;
    max-width: 262px;
  }
}

.p-recruit-hero--top_name {
  margin-bottom: 1.8rem;
  color: #004576;
}

.p-recruit-hero--top_bnr {
  position: relative;
  padding: 1rem 1.2rem;
  background: #6ac400;
  -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-recruit-hero--top_bnr a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-recruit-hero--top_bnr span {
  display: block;
  margin-bottom: .2rem;
  margin-left: .15rem;
  font-size: .6rem;
}

.p-recruit-hero--top_bnr::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  content: 'READ MORE';
  padding-bottom: 2px;
  color: #fff;
  font-size: .6rem;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.p-recruit-hero--top_bnr:hover {
  background: #95e735;
}

.p-recruit-hero--top_bnr:hover a {
  text-decoration: none;
}

@media (min-width: 750px) {
  .p-recruit-hero--top_bnr {
    width: 300px;
  }
}

.p-recruit-tile {
  box-sizing: border-box;
  position: relative;
  -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);
  border: 2px solid #fff;
}

.p-recruit-tile:hover {
  background: #f7f7f7;
  border: 2px solid #004576;
}

.p-recruit-tile--sm {
  box-sizing: border-box;
  position: relative;
  -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-recruit-tile--sm:hover {
  background: #fff;
}

.p-recruit-tile_pic {
  z-index: 0;
  width: 90%;
  margin-right: 0;
  margin-left: auto;
}

.p-recruit-tile_pic .p-recruit-info {
  width: 90%;
  margin-top: -10%;
}

.p-recruit-info {
  position: relative;
  box-sizing: border-box;
  padding: 2rem 1.6rem 1rem;
  background: #004576;
  color: #fff;
  z-index: 2;
}

.p-recruit-info dl {
  margin-left: .6rem;
}

.p-recruit-info dt {
  margin-bottom: .2rem;
  font-size: .55rem;
  font-weight: bold;
}

.p-recruit-info dd {
  font-size: .7rem;
}

.p-recruit-info dd span {
  font-size: .6rem;
}

.p-recruit-info::before {
  content: '';
  position: absolute;
  top: .8rem;
  left: 1rem;
  width: 100%;
  max-width: 40px;
  padding-top: 48.85%;
  background-image: url(../common_img/recruit/img_message-small.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 900px) {
  .p-recruit-info {
    padding: 3.2rem 3rem 2rem;
  }

  .p-recruit-info dl {
    margin-left: 1rem;
  }

  .p-recruit-info dt {
    margin-bottom: .3rem;
    font-size: .7rem;
  }

  .p-recruit-info dd {
    font-size: 1.05rem;
  }

  .p-recruit-info dd span {
    font-size: .7rem;
  }

  .p-recruit-info::before {
    top: 1.4rem;
    left: 1.2rem;
    width: 100%;
    max-width: 62px;
  }
}

.p-recruit-info_hd {
  margin-right: .6rem;
  margin-bottom: .9rem;
  padding-left: .6rem;
  letter-spacing: .15rem;
  line-height: 1.6;
  text-align: justify;
  font-size: .75rem;
  font-weight: 600;
  border-left: 1px solid #99b5c8;
}

.p-recruit-info_hd a {
  color: #fff;
}

@media (min-width: 900px) {
  .p-recruit-info_hd {
    margin-right: 0;
    margin-bottom: 1.4rem;
    padding-left: 1rem;
    font-size: 1rem;
  }
}

.p-recruit-tile .p-recruit-info {
  width: 90%;
  float: left;
  margin-top: -10%;
}

@media (max-width: 749px) {
  .p-recruit-tile--sm .p-recruit-tile_pic {
    width: 60%;
  }
}

.p-recruit-tile--sm .p-recruit-info {
  width: 90%;
  float: left;
  margin-top: -10%;
}

@media (max-width: 749px) {
  .p-recruit-tile--sm .p-recruit-info {
    margin-top: -20%;
  }
}

.p-recruit-tile--sm .p-recruit-info::before {
  content: '';
  position: absolute;
  top: .8rem;
  left: 1rem;
  width: 100%;
  max-width: 40px;
  padding-top: 48.85%;
  background-image: url(../common_img/recruit/img_message-small.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 900px) {
  .p-recruit-tile--sm .p-recruit-info {
    padding: 2.4rem 1.2rem 2rem;
  }

  .p-recruit-tile--sm .p-recruit-info dl {
    margin-left: .6rem;
  }

  .p-recruit-tile--sm .p-recruit-info dt {
    margin-bottom: .3rem;
    font-size: .6rem;
  }

  .p-recruit-tile--sm .p-recruit-info dd {
    font-size: .7rem;
  }

  .p-recruit-tile--sm .p-recruit-info dd span {
    font-size: .6rem;
  }

  .p-recruit-tile--sm .p-recruit-info::before {
    top: 1rem;
    left: .8rem;
    width: 100%;
    max-width: 40px;
  }
}

.p-recruit-tile--sm .p-recruit-info_hd {
  margin-right: .6rem;
  margin-bottom: .9rem;
  padding-left: .6rem;
  letter-spacing: .15rem;
  line-height: 1.6;
  text-align: justify;
  font-size: .75rem;
  font-weight: 600;
  border-left: 1px solid #99b5c8;
}

.p-recruit-tile--sm .p-recruit-info_hd a {
  color: #fff;
}

.p-recruit-lists {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.p-recruit-lists .c-list,
.p-recruit-lists .c-lists .c-list--ico,
.c-lists .p-recruit-lists .c-list--ico {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.p-recruit-lists a {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  font-weight: bold;
}

.p-recruit-person-copy--main {
  position: relative;
  padding: 0 5% 1rem;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  text-align: justify;
  font-size: .8rem;
  font-weight: 500;
  color: #004576;
  border-bottom: 1px solid #004576;
}

.p-recruit-person-copy--main::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 0;
  max-width: 80px;
  width: 100%;
  padding-bottom: 48.85%;
  background-image: url("/wp/wp-content/themes/design-center/common_img/recruit/img_message.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

@media (min-width: 1200px) {
  .p-recruit-person-copy--main {
    padding: 2.2rem 0 0 2rem;
    font-size: 1.5rem;
    border-left: 1px solid #004576;
    border-bottom: none;
  }

  .p-recruit-person-copy--main::before {
    top: -78%;
    left: -10%;
    max-width: 262px;
    width: 100%;
    padding-bottom: 48.85%;
  }
}

.p-recruit-article-info {
  box-sizing: border-box;
  position: relative;
  padding: 1rem;
  background: #004576;
  color: #fff;
  z-index: 2;
}

.p-recruit-article-info dt {
  margin-bottom: .2rem;
  font-size: .55rem;
  font-weight: bold;
}

.p-recruit-article-info dd {
  font-size: .7rem;
}

.p-recruit-article-info dd span {
  font-size: .6rem;
}

.p-recruit-article-info::before {
  content: '';
  position: absolute;
  top: -1.2rem;
  left: .5rem;
  width: 100%;
  max-width: 80px;
  padding-top: 48.85%;
  background-image: url(../common_img/recruit/img_message-small.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width: 900px) {
  .p-recruit-article-info {
    float: left;
    width: 56%;
    margin-top: -26%;
    padding: 4.6rem 4.8rem 3rem;
  }

  .p-recruit-article-info dl {
    margin-left: 2rem;
  }

  .p-recruit-article-info dt {
    margin-bottom: .3rem;
    font-size: .7rem;
  }

  .p-recruit-article-info dd {
    font-size: 1.05rem;
  }

  .p-recruit-article-info dd span {
    font-size: .7rem;
  }

  .p-recruit-article-info::before {
    top: -24%;
    left: 1.2rem;
    width: 100%;
    max-width: 262px;
    background-image: url(../common_img/recruit/img_message.png);
  }
}

.p-recruit-article-info_hd {
  margin-bottom: .9rem;
  letter-spacing: .15rem;
  line-height: 1.6;
  text-align: justify;
  font-size: .75rem;
  font-weight: 600;
}

.p-recruit-article-info_hd a {
  color: #fff;
}

@media (min-width: 900px) {
  .p-recruit-article-info_hd {
    margin-bottom: 3.2rem;
    padding-left: 1rem;
    font-size: 1.4rem;
    border-left: 1px solid #99b5c8;
  }
}

@media (min-width: 900px) {
  .p-recruit-article-hero {
    width: 62%;
    float: right;
  }
}

.p-recruit-article_hd {
  display: table;
  margin-bottom: 1rem;
  vertical-align: middle;
  font-size: .9rem;
  font-weight: bold;
  color: #004576;
}

.p-recruit-article_hd span {
  display: table-cell;
  padding-right: .6rem;
  vertical-align: middle;
  font-size: 1.2rem;
}

.p-recruit-article_hd p {
  display: table-cell;
  line-height: 1.25;
  vertical-align: middle;
}

@media (min-width: 900px) {
  .p-recruit-article_hd {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .p-recruit-article_hd span {
    font-size: 2rem;
  }

  .p-recruit-article_hd p {
    line-height: 1.4;
  }
}

.p-recruit-artcile_hd--message {
  margin-bottom: .9rem;
  padding-left: .6rem;
  line-height: 1.4;
  font-size: .9rem;
  font-weight: bold;
  color: #6ac400;
  border-left: 4px solid #6ac400;
}

@media (min-width: 900px) {
  .p-recruit-artcile_hd--message {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
    padding-left: 1rem;
  }
}

.p-recuruit-bnr {
  width: 80%;
  margin: 0 auto auto;
  background: #6ac400;
  -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-recuruit-bnr a {
  display: block;
  padding: .8rem 0;
  text-align: center;
  color: #fff;
  font-size: .8rem;
  font-weight: bold;
}

.p-recuruit-bnr:hover {
  background: #95e735;
}

.p-recuruit-bnr:hover a {
  text-decoration: none;
}

@media (min-width: 900px) {
  .p-recuruit-bnr {
    width: 30%;
  }

  .p-recuruit-bnr a {
    padding: 1.2rem 0;
    font-size: 1rem;
  }
}

/* works
--------------------------------------------------------------------------------*/
.p-works-table-wrap {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  .p-works-table-wrap {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.p-works-table {
  width: 100%;
  border: 1px solid #ddd;
}

.p-works-table th {
  padding: .6rem .2rem;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: .7rem;
  text-align: center;
  width: 25%;
}

.p-works-table td {
  padding: .6rem .5rem;
  font-size: .65rem;
  border: 1px solid #ddd;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  .p-works-table {
    width: 75%;
    overflow: hidden;
    margin: auto;
  }

  .p-works-table th {
    padding: .8rem 1rem;
    font-size: .75rem;
  }

  .p-works-table td {
    padding: .8rem 1rem;
    font-size: .8rem;
  }
}

.c2_works_flex_01,
.c2_works_flex_02 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
}

.c2_works_flex_01+.c2_works_flex_01 {
  margin-bottom: 5rem;
}

.c2_works_list {
  width: 33% !important;
  margin: 0;
}

.c2_works_list+.c2_works_list {
  margin-left: 20px;
}

.c2_works_list div {
  margin-top: 1rem;
}

.c2_works_list div .c2_works_box_01,
.c2_works_list div .c2_works_box_02 {
  line-height: 1.6;
  transform: scale(0.9);
  font-weight: bold;
}

.c2_works_box_01 {
  width: 65%;
  transform-origin: left top;
}

.c2_works_box_02 {
  width: 58%;
  transform-origin: right top;
}

@media (max-width: 750px) {
  .c2_works_flex_01 {
    flex-direction: column;
    margin-top: 0;
    justify-content: center !important;
    align-items: center !important;
  }

  .c2_works_flex_02 {
    flex-direction: row;
    margin-top: 0;
    justify-content: center !important;
  }

  .c2_works_list {
    width: 100% !important;
    margin: 2rem auto 0;
  }

  .c2_works_list:first-child {
    margin: 1rem auto 0;
  }

  .c2_works_flex_01+.c2_works_flex_01 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .c2_works_list img {
    width: 100% !important;
    height: auto;
  }

  .c2_works_list+.c2_works_list {
    margin-left: 0;
  }

  .c2_works_list div .c2_works_box_01,
  .c2_works_list div .c2_works_box_02 {
    line-height: 1.6;
    width: 50%;
  }

  .c2_works_list div .c2_works_box_01 {
    width: 60% !important;
  }

  .c2_works_list div .c2_works_box_02 {
    width: 50% !important;
  }
}

@media (max-width: 320px) {
  .c2_works_list div .c2_works_box_01 {
    width: 90% !important;
    margin: 0;
  }

  .c2_works_list div .c2_works_box_02 {
    width: 90% !important;
    margin: 0;
  }
}

/* slick
--------------------------------------------------------------------------------*/

.c2-slick-item {}


/* hero
--------------------------------------------------------------------------------*/
.c2-box-title {
  margin-top: 0 !important;
}

.c2-box-outer {
  width: 550px;
}

.c2-justify-content-between {
  justify-content: space-between;
}

.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) {
  .c2-box-outer {
    width: 100%;
    justify-content: center !important;
  }

  .c2-box-outer+.c2-box-outer {
    margin-top: 2rem;
  }

  .c2-font-20px {
    font-size: .8rem;
  }
}

@media (max-width: 750px) {
  .c2-box-outer+.c2-box-outer {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .c2-font-20px {
    font-size: .6rem;
  }
}

.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: 78px !important;
  align-items: center;
}

.c2-bg-f7f7f7 {
  background-color: #f7f7f7 !important;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  margin-top: 0 !important;
  margin-bottom: 0 !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: #0d3f63 !important;
}

.u-c-tm02 {
  color: #ae8535 !important;
}

.owned .u-c-tm02,
.page-template-page-businessparts .u-c-tm02 {
  color: #ea4025 !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: #0d3f63 !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: #123c5b !important;
}

.u-bdc-tm01 {
  border-color: #0d3f63 !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-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-top: 1.6rem;
  margin-bottom: 1.6rem;
}

@media (min-width: 750px) {
  .u-mb-md {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.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;
  }
}


ul.c2-list-head-circle {
  list-style-type: none;
  margin-bottom: 30px;
  font-size: .95rem;
}

ul.c2-list-head-circle li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}

ul.c2-list-head-circle li:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #0d3f63;
  margin-right: 10px;
}

@media (max-width: 750px) {
  ul.c2-list-head-circle {
    font-size: .75rem;
  }

  ul.c2-list-head-circle li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #0d3f63;
    margin-right: 10px;
  }
}

/* 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: #0d3f63;
}

.p-footer .p-bottm-sec_list li {
  padding-left: 15px;
}

/* footer
================================================================================================================= */
.p-footer_contact {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

@media (max-width: 1200px) {
  .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 {
    width: 80%;
  }

  .p-footer_contact .is--fex_item01 {
    box-sizing: border-box;
    float: left;
  }

  .p-footer_contact .is--fex_item02 {
    box-sizing: border-box;
    width: 34%;
    float: left;
  }

  .p-footer_contact .is--fex_item03 {
    box-sizing: border-box;
    width: 30%;
    float: left;
  }
}

.p-footer_contact_hd {
  margin-bottom: .4rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 2.6vw;
  font-weight: 600;
  text-decoration: underline;
  color: #0d3f63;
}

@media (min-width: 750px) {
  .p-footer_contact_hd {
    margin-bottom: 0;
    padding-right: 2%;
    font-size: 1.4vw;
    text-decoration: none;
  }
}

@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';
  color: #0d3f63;
}

.p-footer_contact_tel span {
  display: inline;
  font-size: 1rem;
}

@media (min-width: 750px) {
  .p-footer_contact_tel {
    font-size: 1.6rem;
  }

  .p-footer_contact_tel span {
    padding-top: .3rem;
  }
}

@media (min-width: 1200px) {
  .p-footer_contact_tel {
    font-size: 2.2rem;
  }

  .p-footer_contact_tel span {
    padding-top: .3rem;
    font-size: 1.4rem;
  }
}


.p-footer_contact_tel--info {
  letter-spacing: 1px;
  font-size: .6rem;
  font-weight: bold;
  color: #0d3f63;
}

@media (min-width: 1200px) {
  .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: #0d3f63;
  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: 78px;
  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_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: .6rem;
  font-weight: 600;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.p-footer_page-lists>li::before {
  content: '◯';
  padding-right: .2rem;
  color: #fff;
}

.p-footer_page-lists>li a {
  color: #fff;
}

@media (min-width: 750px) {
  .p-footer_page-lists>li {
    font-size: 0.9vw;
  }
}

@media (min-width: 1200px) {
  .p-footer_page-lists>li {
    font-size: .7rem;
  }
}

.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: .6rem;
  padding: 0 0 .4rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  text-indent: 0;
  margin-left: 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;
}

@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 dt {
  margin-bottom: .2rem;
  font-size: .7rem;
  font-weight: bold;
  color: #fff;
}

.p-footer_info_dl dd {
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: .6rem;
  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: .9rem;
  }

  .p-footer_info_dl dd {
    line-height: 1.6;
    font-size: .7rem;
  }
}

.p-footer_info-map {
  display: none;
  width: 50%;
}

@media (min-width: 750px) {
  .p-footer_info-map {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.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 #ae8535 solid !important;
  color: #ae8535 !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-mail-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c2-mail-icon::before {
  content: url(../common_img/common/mail_icon.png);
  height: 14px;
  margin-right: 1rem;
}


@media (max-width: 1080px) {
  .c2-mail-icon {
    text-align: left;
  }
}

ul.c2-list-head-circle {
  list-style-type: none;
  margin-bottom: 30px;
  font-size: .95rem;
}

ul.c2-list-head-circle li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.5em;
}

ul.c2-list-head-circle li:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #0d3f63;
  margin-right: 10px;
}

@media (max-width: 750px) {
  ul.c2-list-head-circle {
    font-size: .75rem;
  }

  ul.c2-list-head-circle li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    background: #0d3f63;
    margin-right: 10px;
  }
}

.detailpicture .c-grid {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 480px) {
  .detailpicture .c-grid {
    margin-bottom: 0rem;
  }

  .detailpicture .c-grid div {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .propertydetails .u-fl-r {
    width: 100%;
  }
}

.page-template-page-businessparts .mainconts .c-text {
  font-size: 1.4em;
}

@media screen and (max-width: 480px) {
  .page-template-page-businessparts .mainconts .c-text .mintext {
    font-size: 90%;
  }
}

.page-template-page-businessparts .l-container_inner {
  top: -50px;
}

@media screen and (max-width: 480px) {
  .page-template-page-businessparts .l-container_inner {
    top: 0px;
  }
}

.page-template-page-businessparts .c-hd--lg {
  background-image: none;
  padding-left: 0px
}

.page-template-page-contact .c-hd--border-left {
  border-left: 4px solid #33c3f0;
}

.page-template-page-contact textarea {
  min-height: 100px;
  line-height: 1.6;
}

.information-list .u-c-tm02 {
  color: #347ac0 !important;
}

.information-list a {
  color: #545454;
  text-decoration: underline;
  text-decoration-color: #e4df2c;
}

.information-list a:link,
.information-list a:visited {
  text-decoration: underline;
  text-decoration-color: #e4df2c;
  color: #545454;
}

.information-list a:hover,
.information-list a:active {
  text-decoration: underline;
  text-decoration-color: #e4df2c;
  color: #347ac0;
}

.information-list .c-hd--sm {
  color: #545454;
}

.information-list p.c-hd--sm {
  font-weight: normal;
  margin-top: 1rem;
}

@media screen and (max-width: 480px) {
  .information-list .c-text--date {
    padding-bottom: 4px;
  }
}

.page-template-page-contact .complete #syubetu {
  font-size: .9rem;
  line-height: 1.7;
}

#year10logo {
  position: absolute;
  top: 5%;
  width: 9%;
  left: 3%;
}

@media screen and (max-width: 1025px) {
  #year10logo {
    width: 12%;
    right: 3%;
    top: 22%;
    left: inherit;
  }
}

@media screen and (max-width: 600px) {
  #year10logo {
    width: 17%;
    top: 24%;
  }
}

/* vacancy
================================================================================================================= */
.vacancy .c-hd--border-left {
  border-left: 4px solid #33A076;
}

.vacancyimgbox {
  margin-bottom: 1rem;
  text-align: center;
}

.vacancyimg {
  max-height: 200px;
  margin: auto;
}

.vacancylist .c-link-list--tm02 {
  text-align: left !important;
  margin-bottom: 6px;
  display: contents;
}

@media screen and (max-width: 335px) {
  .vacancylist .c-link-list--tm02 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 70%;
    margin-left: 15%;
  }
}

.vacancylist .c-link-list--tm02 a {
  margin-bottom: 6px;
  margin-right: 5px;
}

.vacancylist table {
  font-size: 0.85rem;
  margin-top: 15px;
}

.vacancylist table th {
  font-size: 0.9em;
  border-right: 1px solid #ddd;
  width: 5em;
}

.vacancylist table td {
  line-height: 1.3;
  padding: 5px 0 2px 1em;
}

.vacancylist table td.station {
  font-size: 0.75rem;
}

.vacancylist table td a:link,
.vacancylist table td a:visited,
.vacancylist table td a:hover,
.vacancylist table td a:active {
  color: #4389bb;
}

@media screen and (max-width: 840px) {
  .vacancylist table {
    font-size: 0.8rem;
  }

  .vacancylist table td {
    padding: 4px 0 2px 1em;
  }
}

@media screen and (max-width: 480px) {
  .vacancylist table {
    font-size: 0.75rem;
    margin-bottom: 2rem;
  }
}

.vacancylist table td span {
  font-size: 105%;
  font-weight: bold;
  color: #005da0;
}

.vacancylist table td .novacancy {
  padding: 0px 3px;
  font-size: 0.8rem;
  border-radius: 1px;
  color: #ed3535;
  border: 1px solid #ed3535;
}

.vacancylist h3 .vacancy {
  padding: 1px 3px;
  font-size: 75%;
  border-radius: 2px;
  background: #e05252;
  color: #fff;
  letter-spacing: 0.03em;
}

.vacancylist table td .vacancy {
  padding: 0px 3px;
  font-size: 0.8rem;
  border-radius: 1px;
  color: #005da0;
  border: 1px solid #005da0;
  margin-right: 0.7rem;
}

.vacancylist .attention {
  display: flex;
  margin: 0 0 1rem 2rem;
  background: #f9f9f9;
  width: fit-content;
  border-radius: 10px;
  padding: 0.5rem;
  align-items: flex-start;
  border: #ebebeb 1px solid;
  padding: 0.5rem 2rem 0.5rem 1rem;
  min-width: 70%;
}

.vacancylist .attention .title {
  font-size: 1.1rem;
  margin-right: 2rem;
  border-radius: 2px;
  font-weight: bolder;
  color: #eb2727;
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
}

.vacancylist .attention .content {
  font-size: 0.95rem;
}

.vacancylist .attention .mainconts {
  font-weight: bolder;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

.vacancylist .attention .subconts {
  font-size: 85%;
}

@media screen and (max-width: 1025px) {
  .vacancylist .attention .title {
    font-size: 0.9rem;
  }

  .vacancylist .attention .content {
    font-size: 0.8rem;
  }

  .vacancylist .attention .subconts {
    font-size: 90%;
  }
}

@media screen and (max-width: 992px) {
  .vacancylist .attention {
    margin: 0px 0 1rem 1rem;
    padding: 0.5rem 1rem;
  }

  .vacancylist .attention .title {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .vacancylist .attention {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .vacancylist .attention {
    margin: 0px 0 1rem 0rem;
    width: auto;
  }
}

#view_day {
  font-size: 0.9em;
  font-weight: normal;
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#modal-container>div {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#modal-container>div>img {
  max-width: calc(100vw - 100px);
  max-height: calc(100vh - 100px);
}

img.popup {
  cursor: pointer;
}

.applicationform a {
  color: #ffffff;
  background: #34a076;
  padding: 3px 8px;
  margin-left: 1em;
  border-radius: 1px;
  font-weight: bold;
  font-size: .8rem;
}

@media screen and (max-width: 1199px) {
  .applicationform a {
    font-size: 0.6rem;
  }
}

.applicationform a:link,
.applicationform a:visited {
  color: #ffffff;
  text-decoration: none;
}

.applicationform a:hover {
  color: #34a076;
  background: #ffffff;
  border: 1px solid #34a076;
}

.cancellation {
  font-size: 0.85rem;
  padding: 1rem 0rem 1rem;
  letter-spacing: 0;
  line-height: 1.7;
}

.cancellation .remarks {
  font-size: 110%;
  letter-spacing: -0.05em;
}

.blacklink a {
  display: inline-block;
  padding: 3px 15px 2px 15px;
  text-align: center;
  background: #375173;
  font-family: YuGothic, sans-serif;
  color: #fff;
  border-radius: 1px;
  position: relative;
  line-height: 1.5;
  margin-left: 0.7em;
  transition: 0.2s;
  text-decoration: none;
}

.blacklink a:link,
.blacklink a:visited {
  color: #fff;
  text-decoration: none;
}

.blacklink a:active,
.blacklink a:hover {
  background: #51719b;
  color: #fff;
}

/* propertyphoto
================================================================================================================= */
.c-title_propertyphoto {
  font-size: 1.1rem;
  border-left: 4px solid #33A076;
  font-family: 'Hind', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif !important;
  padding-left: 1rem;
}

.c-title_propertyphoto .c-title_lead {
  font-size: .8rem;
  display: inline-block;
  padding-left: 1em;
}

@media screen and (max-width: 380px) {
  .c-title_propertyphoto {
    font-size: 0.9rem;
  }
}

/* all
================================================================================================================= */
.br-p {
  display: block;
}

.br-s {
  display: none;
}

@media screen and (max-width: 600px) {
  .br-p {
    display: none;
  }

  .br-s {
    display: block;
  }
}

/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #dbdbdb;
}

.tab li a {
  font-size: 0.85rem;
  display: block;
  background: #e7e5e5;
  margin: 0.5rem 0.5rem 0 0;
  padding: 10px 20px;
  font-weight: bolder;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a,
.tab li a:hover {
  background: #33A076;
  color: #fff;
}


/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: flex;
  /*表示*/
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  flex-wrap: wrap;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}