@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Cabin:400,400i,600i");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

img {
  vertical-align: bottom; }

html {
  height: 100%;
  font-size: 62.5%; }

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.0;
  color: #000; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

a {
  text-decoration: none;
  transition: all 0.5s; }

* {
  -webkit-appearance: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 767px) {
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    padding: 13px;
    padding-top: 23px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation; } }

.hamburger__icon {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px; }

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #0085ce;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: ""; }

.hamburger__icon:before {
  top: -7px; }

.hamburger__icon:after {
  top: 7px; }

.hamburger.active .hamburger__icon {
  background-color: transparent; }

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff; }

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 104, 161, 0.9);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed; }

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0; }

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-size: 2.2rem;
  letter-spacing: 0.1rem; }

.fat-nav li, .fat-nav li a {
  color: #fff; }

.fat-nav li a {
  font-family: 'Cabin', sans-serif;
  text-decoration: none; }

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 60px 0; }

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 5px;
  white-space: nowrap;
  text-decoration: none; }

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #000; }

.wp-pagenavi .current {
  color: #fff;
  background-color: #000; }

.trigger {
  cursor: pointer; }

.accordion_content {
  display: none; }

.l-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  @media only screen and (max-width: 767px) {
    .l-header {
      justify-content: flex-start;
      height: 65px; } }
  .l-header__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .l-header__inner {
        padding: 0 10px;
        justify-content: flex-start; } }
  .l-header__navi {
    display: flex;
    margin-left: auto; }
    .l-header__navi a {
      display: block;
      margin-left: 20px;
      font-weight: bold;
      color: #000;
      transition: 800ms ease all;
      position: relative;
      border: none;
      line-height: 1;
      padding: 5px 0; }
      .l-header__navi a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0;
        background: #000;
        transition: 400ms ease all;
        right: inherit;
        top: inherit; }
      .l-header__navi a:hover:after {
        width: 100%;
        transition: 400ms ease all; }
    .l-header__navi li {
      margin-left: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .l-header__navi {
        display: none; } }
  .l-header__btn {
    margin-left: 30px;
    display: flex; }
    .l-header__btn a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 180px;
      height: 50px;
      line-height: 1;
      text-align: center;
      color: #fff; }
      .l-header__btn a:hover {
        opacity: 0.7; }
    .l-header__btn_recruit {
      background: #88c509; }
      .l-header__btn_recruit::before {
        content: url("../img/common/recruit_icon.png");
        margin-right: 10px;
        display: inline-block;
        position: relative; }
    .l-header__btn_contact {
      background: #0068a1; }
      .l-header__btn_contact::before {
        content: url("../img/common/contact_icon.png");
        margin-right: 10px;
        display: inline-block;
        position: relative; }
    @media only screen and (max-width: 767px) {
      .l-header__btn {
        display: none; } }
  .l-header__logo img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .l-header__logo img {
        width: 100px;
        height: auto; } }
  .l-header.thin {
    width: 100%;
    height: 80px; }
    @media only screen and (max-width: 767px) {
      .l-header.thin {
        height: 65px; } }
    .l-header.thin img {
      width: 140px;
      height: auto; }
      @media only screen and (max-width: 767px) {
        .l-header.thin img {
          width: 100px;
          height: auto; } }

.l-footer {
  background: #242424;
  color: #fff;
  padding: 60px 0 140px 0; }
  @media only screen and (max-width: 767px) {
    .l-footer {
      padding: 40px 0; } }
  .l-footer__inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .l-footer__inner {
        width: 100%;
        display: block; } }
  .l-footer__left {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      .l-footer__left {
        width: 100%;
        display: block;
        text-align: center; }
        .l-footer__left img {
          width: 110px;
          height: auto; } }
    .l-footer__left p {
      margin-left: 40px; }
      @media only screen and (max-width: 767px) {
        .l-footer__left p {
          margin: 20px 0 0 0;
          font-size: 1.1rem; } }
  .l-footer__right {
    font-size: 1.2rem;
    color: #686868; }
    @media only screen and (max-width: 767px) {
      .l-footer__right {
        text-align: center;
        margin-top: 20px; } }
  .l-footer_contact {
    background: #0085ce; }
    .l-footer_contact__inner {
      padding: 80px 0;
      text-align: center;
      color: #fff;
      width: 615px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .l-footer_contact__inner {
          width: 100%;
          display: block;
          padding: 40px 0; } }
    .l-footer_contact__p {
      margin-top: 40px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .l-footer_contact__p {
          margin-top: 0px;
          display: block; } }
      .l-footer_contact__p::before, .l-footer_contact__p::after {
        content: "";
        flex-grow: 1;
        height: 1px;
        background: #fff;
        display: block; }
        @media only screen and (max-width: 767px) {
          .l-footer_contact__p::before, .l-footer_contact__p::after {
            content: none; } }
      .l-footer_contact__p::before {
        margin-right: .4em; }
      .l-footer_contact__p::after {
        margin-left: .4em; }
    .l-footer_contact__cont {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        .l-footer_contact__cont {
          display: block;
          padding: 20px;
          padding-bottom: 0;
          margin-top: 0; } }
    .l-footer_contact__tel {
      line-height: 1.3;
      position: relative;
      z-index: 100; }
      .l-footer_contact__tel dt {
        font-size: 4.0rem;
        font-family: 'Cabin', sans-serif;
        font-style: italic; }
        .l-footer_contact__tel dt a {
          color: #fff !important; }
        @media only screen and (max-width: 767px) {
          .l-footer_contact__tel dt {
            font-size: 3.0rem; } }
    .l-footer_contact__btn {
      display: block;
      background: #fff;
      width: 300px;
      line-height: 80px;
      text-align: center;
      font-weight: bold;
      color: #000;
      margin-left: 40px; }
      @media only screen and (max-width: 767px) {
        .l-footer_contact__btn {
          width: auto;
          margin: 20px 0 0 0;
          line-height: 60px; } }
      .l-footer_contact__btn::before {
        content: url("../img/common/contact_icon2.png");
        position: relative;
        bottom: -3px;
        margin-right: 10px; }
      .l-footer_contact__btn:hover {
        opacity: 0.7; }

.l-article {
  width: 800px;
  margin: 60px auto; }
  .l-article img {
    width: 100%;
    height: auto; }
  @media only screen and (max-width: 767px) {
    .l-article {
      width: 100%;
      padding: 0 20px;
      margin: 40px auto; } }
  .l-article__heading {
    font-size: 2.4rem;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .l-article__heading {
        font-size: 1.8rem; } }
  .l-article__cont {
    margin: 60px 0; }
    @media only screen and (max-width: 767px) {
      .l-article__cont {
        margin: 30px 0; } }
    .l-article__cont p {
      margin-bottom: 1.5rem; }
  .l-article__date {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 20px; }
    .l-article__date::before {
      content: "";
      width: 20px;
      height: 1px;
      background: #000;
      margin-right: 5px; }

.c-hero {
  margin-top: 100px;
  height: 500px;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .c-hero {
      margin-top: 50px;
      height: 180px;
      background-size: 100%;
      background-repeat: no-repeat; } }

.c-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 1.3rem;
  color: #fff;
  display: block;
  align-items: center;
  position: relative;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  position: relative;
  z-index: 2;
  background: #0068a1;
  padding: 0 20px; }
  .c-btn::after {
    position: absolute;
    top: 0px;
    right: 10px;
    content: url("../img/common/arrow.png"); }
  .c-btn:hover {
    padding: 0 25px;
    background: #0085ce; }
  .c-btn--blk {
    background: none;
    color: #000;
    width: 110px;
    padding: 0; }
    .c-btn--blk::after {
      content: url("../img/common/arrow_blk.png"); }
    .c-btn--blk:hover {
      padding: 0 5px;
      background: none; }
  .c-btn--blank::after {
    content: url("../img/common/icon_blank.png"); }
  .c-btn--back {
    width: 280px; }
    @media only screen and (max-width: 767px) {
      .c-btn--back {
        width: 100%; } }
    .c-btn--back::after {
      content: none; }
    .c-btn--back::before {
      position: absolute;
      top: 0px;
      left: 10px;
      content: url("../img/common/arrow.png");
      transform: scale(-1, 1); }
.c-btn_submit {
  background: #e80f0f;
  color: #fff;
  text-align: center;
  width: 300px;
  line-height: 80px;
  transition: all 0.5s; }
  .c-btn_submit:hover {
    opacity: 0.8; }
  @media only screen and (max-width: 767px) {
    .c-btn_submit {
      width: 100%;
      line-height: 50px; } }

.c-inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .c-inner {
      width: 100%;
      padding: 0 20px; } }
  .c-inner--s {
    width: 1000px; }
    @media only screen and (max-width: 767px) {
      .c-inner--s {
        width: 100%;
        padding: 0 20px; } }
  .c-inner--xs {
    width: 900px; }
    @media only screen and (max-width: 767px) {
      .c-inner--xs {
        width: 100%;
        padding: 0 20px; } }
  .c-inner--tp {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.75); }
    @media only screen and (max-width: 767px) {
      .c-inner--tp {
        background: none; } }

.c-section {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .c-section {
      margin-top: 24px; } }

.c-paragraph {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .c-paragraph {
      text-align: left; } }
  .c-paragraph--s {
    text-align: left;
    font-size: 1.3rem; }
  .c-paragraph--l {
    font-size: 1.6rem; }
  .c-paragraph p {
    margin-bottom: 1.5em; }

.c-heading01 {
  font-size: 5.0rem;
  font-family: 'Cabin', sans-serif;
  font-style: italic;
  color: #0085ce;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    .c-heading01 {
      font-size: 3.7rem;
      text-align: center;
      margin-bottom: 30px; } }
  .c-heading01 span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    font-style: normal; }
    @media only screen and (max-width: 767px) {
      .c-heading01 span {
        font-size: 1.3rem; } }
  .c-heading01--w {
    color: #fff; }
.c-heading02 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.3rem; }
  @media only screen and (max-width: 767px) {
    .c-heading02 {
      font-size: 2.0rem; } }
  .c-heading02--mb {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .c-heading02--mb {
        margin-bottom: 20px; } }
.c-heading03 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #0068a1;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .c-heading03 {
      font-size: 2.0rem;
      margin-bottom: 20px;
      text-align: center; } }
  .c-heading03 span {
    font-size: 1.5rem;
    color: #0085ce;
    display: block;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .c-heading03 span {
        font-size: 1.1rem; } }
.c-heading04 {
  font-size: 2.4rem;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .c-heading04 {
      font-size: 2.0rem; } }
  .c-heading04::before, .c-heading04::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #ddd;
    display: block; }
  .c-heading04::before {
    margin-right: 20px; }
  .c-heading04::after {
    margin-left: 20px; }
.c-heading05 {
  font-size: 2.6rem;
  font-family: 'Cabin', sans-serif;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.3rem;
  color: #0085ce; }

.c-table {
  border-top: solid 3px #0085ce;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .c-table {
      font-size: 1.3rem !important; } }
  @media only screen and (max-width: 767px) {
    .c-table {
      margin-top: 30px; } }
  .c-table td, .c-table th {
    text-align: left;
    border-bottom: solid 1px #ddd;
    padding: 20px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .c-table td, .c-table th {
        display: block;
        padding: 15px; } }
  .c-table th {
    font-weight: bold;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .c-table th {
        border-bottom: none;
        width: 100%;
        padding: 15px 15px 0px 15px; } }
  @media only screen and (max-width: 767px) {
    .c-table {
      width: 100%;
      border-bottom: none;
      padding-bottom: 0;
      font-size: 1.8rem; } }
  .c-table tr:first-child th {
    border-top: solid 1px #000; }
  @media only screen and (max-width: 767px) {
    .c-table td {
      padding-top: 10px; } }
  .c-table--form {
    border: none;
    margin-top: 0px; }
    .c-table--form td, .c-table--form th {
      border: none !important;
      padding: 10px; }

.c-form_txtbox {
  border: solid 1px #dcdcdc;
  border-radius: 3px;
  width: 100%;
  padding: 5px; }
.c-form_txtarea {
  border-radius: 3px;
  height: 220px;
  border: solid 1px #dcdcdc;
  width: 100%;
  padding: 5px; }
.c-form_select {
  position: relative; }
  .c-form_select:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: #000;
    font-size: 1.8rem;
    position: absolute;
    top: 13px;
    bottom: 0;
    margin: auto;
    right: 20px; }
  .c-form_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 2px solid #ddd;
    background: #fff;
    font-size: 1.4rem;
    padding: 0 20px;
    position: relative; }
.c-icon_required {
  background: #cc0000;
  display: block;
  float: right;
  width: 50px;
  height: 20px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  margin-left: auto; }
.c-form_polcy {
  margin-bottom: 40px; }
  .c-form_polcy label {
    display: flex;
    align-items: center;
    justify-content: center; }
.c-checkbox01-input {
  display: none; }
.c-checkbox01-parts {
  padding-left: 40px;
  position: relative; }
.c-checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 3px; }
.c-checkbox01-input:checked + .c-checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000; }

::-ms-expand {
  /*IEセレクトボックス矢印消す*/
  display: none; }

.mwform-checkbox-field-text {
  padding-left: 30px;
  line-height: 17px;
  display: inline-block;
  position: relative; }

.mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  border-radius: 3px; }

.c-checkbox01-input:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000; }

input::placeholder::placeholder {
  color: rgba(51, 51, 51, 0.502); }
input::placeholder:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.502); }
input::placeholder::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.502); }

/* IE */
input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.502); }

/* Edge */
input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.502); }

.mw_wp_form_input .form_step01 {
  font-weight: bold;
  color: #0085ce;
  background: #fff !important; }
  .mw_wp_form_input .form_step01:after {
    border-color: transparent transparent transparent #fff !important; }

.mw_wp_form_preview .form_step02 {
  font-weight: bold;
  color: #0085ce;
  background: #fff !important; }
  .mw_wp_form_preview .form_step02:after {
    border-color: transparent transparent transparent #fff !important; }

.mw_wp_form_complete .form_step03 {
  font-weight: bold;
  color: #0085ce;
  background: #fff !important; }
  .mw_wp_form_complete .form_step03:after {
    border-color: transparent transparent transparent #fff !important; }

.mw_wp_form_preview .c-form_polcy {
  display: none; }
.mw_wp_form_preview .c-form_select:after {
  content: none; }

.c-lavel_target {
  color: #fff;
  font-family: 'Cabin', sans-serif;
  font-size: 1.3rem;
  width: 55px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center; }
  .c-lavel_target--men {
    background: #87aabe; }
  .c-lavel_target--ladies {
    background: #d291aa; }

.c-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .c-col::after {
    content: "";
    display: block;
    width: 30%; }
  @media only screen and (max-width: 767px) {
    .c-col {
      display: block; } }
  .c-col__item2 {
    flex: 0 1;
    /* カラム間の隙間の分を引く */
    flex-basis: calc((100% / 2) - 20px);
    /* IE用に分けて書く */
    margin-top: 60px;
    max-width: 48%; }
    @media only screen and (max-width: 767px) {
      .c-col__item2 {
        max-width: 100%;
        margin-top: 15px; } }
  .c-col__item3 {
    flex: 0 1;
    /* カラム間の隙間の分を引く */
    flex-basis: calc((100% / 3) - 20px);
    /* IE用に分けて書く */ }
    @media only screen and (max-width: 767px) {
      .c-col__item3 {
        margin-top: 30px; } }
  .c-col__item4 {
    flex: 0 1;
    /* カラム間の隙間の分を引く */
    flex-basis: calc((100% / 4) - 30px);
    /* IE用に分けて書く */
    margin-top: 40px;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .c-col__item4 {
        margin-top: 0; } }
  .c-col--ac {
    align-items: center; }

.c-link_external {
  text-decoration: none;
  color: #000;
  display: block;
  line-height: 15px; }
  .c-link_external:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/icon_external.png);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px; }
  .c-link_external:hover {
    text-decoration: underline; }
.c-link_more_arrow {
  font-size: 1.3rem;
  font-family: 'Cabin', sans-serif;
  display: block;
  position: relative;
  width: 60px;
  height: 35px;
  color: #000; }
  .c-link_more_arrow::after {
    content: "";
    display: block;
    width: 36px;
    height: 12px;
    background: url(../img/arrow_b.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0px;
    transition: all 0.5s; }
  .c-link_more_arrow:hover::after {
    right: -10px; }
.c-link_bar {
  position: relative; }
  .c-link_bar:after {
    content: "";
    height: 3px;
    width: 0;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.5s; }
.c-link_underline {
  color: #0085ce;
  border-bottom: solid 1px #0085ce; }
  .c-link_underline::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 5px;
    border-bottom: none !important; }
  .c-link_underline:hover {
    border-bottom: none;
    opacity: 0.5; }

.c-map {
  margin: 96.7741935484px 0; }
  @media only screen and (max-width: 767px) {
    .c-map {
      margin: 30px 0; } }
  .c-map iframe {
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .c-map iframe {
        height: 300px; } }

.c-breadcrumb {
  color: #666666;
  font-size: 1.3rem;
  padding: 20px 0 0px 0; }
  @media only screen and (max-width: 767px) {
    .c-breadcrumb {
      font-size: 1.0rem; } }
  .c-breadcrumb a {
    color: #0068a1; }

.c-brand_logo {
  text-align: center;
  margin-bottom: 40px; }
  .c-brand_logo--milagro-tamponatoleather img {
    width: 180px;
    height: auto; }
  .c-brand_logo--milagro-italianubuck img {
    width: 270px;
    height: auto; }
  .c-brand_logo--rinto img {
    width: 200px;
    height: auto; }
  .c-brand_logo--anon img {
    width: 140px;
    height: auto; }
  .c-brand_logo--nagasawa img {
    width: 280px;
    height: auto; }
  .c-brand_logo--ikenohata img {
    width: 260px;
    height: auto; }
  .c-brand_logo--inoue {
    font-size: 4.0rem;
    font-weight: bold;
    color: #000; }
  .c-brand_logo--tanaka img {
    width: 210px;
    height: auto; }

.c-picbox {
  display: flex;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .c-picbox {
      margin-top: 60px;
      display: block; } }
  .c-picbox li {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .c-picbox li {
        width: 100%; } }
    .c-picbox li img {
      width: 100%;
      height: auto; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.p-strength_card {
  margin-top: 60px;
  padding: 40px;
  border: 3px solid #000;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .p-strength_card {
      padding: 20px;
      margin-top: 40px; } }
  .p-strength_card--home {
    padding-top: 80px; }
    @media only screen and (max-width: 767px) {
      .p-strength_card--home {
        padding-top: 40px; } }
  .p-strength_card__number {
    font-family: 'Cabin', sans-serif;
    font-size: 7.0rem;
    font-weight: bold;
    background: #fff;
    width: 100px;
    height: 100px;
    line-height: 1;
    text-align: center;
    color: #000;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto; }
    .p-strength_card__number > span {
      border-bottom: 3px solid #000;
      padding-bottom: 8px;
      font-size: 1.6rem;
      display: block;
      width: 2em;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .p-strength_card__number > span {
          font-size: 1.0rem; } }
    @media only screen and (max-width: 767px) {
      .p-strength_card__number {
        font-size: 3.5rem;
        width: 50px;
        height: 50px;
        top: -30px; } }
.p-aboutus_navi {
  display: flex;
  text-align: center;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
  margin-bottom: -120px;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .p-aboutus_navi {
      display: block;
      border: none;
      margin: 0;
      margin-bottom: -60px; } }
  .p-aboutus_navi li {
    flex: 1; }
    .p-aboutus_navi li:nth-child(even) a {
      border-left: solid 1px #ddd;
      border-right: solid 1px #ddd; }
      @media only screen and (max-width: 767px) {
        .p-aboutus_navi li:nth-child(even) a {
          border-left: none;
          border-right: none; } }
  .p-aboutus_navi a {
    position: relative;
    display: flex;
    color: #000;
    flex-direction: column;
    justify-content: center;
    height: 300px; }
    @media only screen and (max-width: 767px) {
      .p-aboutus_navi a {
        height: auto;
        padding: 20px;
        text-align: left;
        border-bottom: solid 1px #ddd; } }
    .p-aboutus_navi a::after {
      position: relative;
      content: "";
      display: block;
      width: 36px;
      height: 12px;
      background: url(../img/arrow_b.png);
      background-size: cover;
      margin: 20px auto 0 auto;
      left: 0;
      right: 0;
      transition: all 0.5s; }
      @media only screen and (max-width: 767px) {
        .p-aboutus_navi a::after {
          left: auto;
          position: absolute;
          right: 20px;
          top: 30px; } }
    .p-aboutus_navi a:hover {
      background: #000;
      color: #fff; }
      .p-aboutus_navi a:hover::after {
        background: url(../img/arrow_w.png);
        background-size: cover;
        left: 10px; }
  .p-aboutus_navi__heading {
    font-family: 'Cabin', sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .p-aboutus_navi__heading {
        font-size: 1.8rem; } }

.p-contact_form {
  border-top: solid 3px #0085ce;
  margin-top: 40px;
  padding: 50px;
  background: #fff; }
.p-contact_btn {
  text-align: center;
  margin: 40px auto 0 auto; }
  .p-contact_btn p {
    padding-bottom: 20px; }
.p-contact_tel {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .p-contact_tel {
      margin-top: 30px;
      text-align: center;
      padding-bottom: 40px; } }
  .p-contact_tel__heading {
    font-weight: bold;
    font-size: 1.6rem;
    display: flex;
    align-items: center; }
    .p-contact_tel__heading::before, .p-contact_tel__heading::after {
      content: "";
      flex-grow: 1;
      height: 1px;
      background: #ddd;
      display: block; }
    .p-contact_tel__heading::before {
      margin-right: 20px; }
    .p-contact_tel__heading::after {
      margin-left: 20px; }
  .p-contact_tel dl {
    line-height: 1.3; }
    .p-contact_tel dl dt {
      font-size: 4.0rem;
      font-family: 'Cabin', sans-serif;
      font-style: italic; }
      @media only screen and (max-width: 767px) {
        .p-contact_tel dl dt {
          font-size: 3.0rem; } }

.p-news_list {
  border-bottom: solid 1px #ddd; }
  .p-news_list li {
    border-top: solid 1px #ddd;
    display: flex;
    padding: 10px; }
    .p-news_list li a {
      color: #0068a1;
      display: block; }
      .p-news_list li a:hover {
        text-decoration: underline; }
  .p-news_list__date {
    margin-right: 20px; }

.p-originalbrand_thumarea {
  display: flex; }
  .p-originalbrand_thumarea > li {
    flex-basis: calc((100% / 4));
    /* IE用に分けて書く */ }
    .p-originalbrand_thumarea > li:nth-child(even) {
      background: #f9f9f9; }
  @media only screen and (max-width: 767px) {
    .p-originalbrand_thumarea {
      display: block; } }
.p-originalbrand_thumarea_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-originalbrand_thumarea_02 li {
    flex-basis: calc((50% - 20px));
    /* IE用に分けて書く */ }
  @media only screen and (max-width: 767px) {
    .p-originalbrand_thumarea_02 {
      display: block; } }
.p-originalbrand_content__label {
  display: flex;
  justify-content: center;
  margin-top: 24px; }
.p-originalbrand_content__head {
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    .p-originalbrand_content__head {
      margin-top: 15px; } }
.p-originalbrand_content__body {
  padding: 35px;
  padding-top: 0; }
  @media only screen and (max-width: 767px) {
    .p-originalbrand_content__body {
      padding: 20px;
      padding-top: 0; } }
.p-originalbrand_card {
  color: #000; }
  .p-originalbrand_card__pic {
    background: #000;
    overflow: hidden;
    width: 100%; }
    .p-originalbrand_card__pic > img {
      width: 100%;
      height: auto;
      position: relative;
      vertical-align: middle;
      transition: all 0.5s; }
  .p-originalbrand_card:hover .p-originalbrand_card__pic > img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.5s;
    /*変化に掛かる時間*/
    opacity: 0.6; }
  .p-originalbrand_card:hover .c-link_bar:after {
    width: 100%; }
.p-originalbrand_detail {
  display: flex;
  position: relative;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .p-originalbrand_detail {
      margin-top: 60px;
      display: block; } }
  .p-originalbrand_detail__inner {
    width: 100%; }
  .p-originalbrand_detail li {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .p-originalbrand_detail li {
        width: 100%; } }
  .p-originalbrand_detail__pic img {
    width: 100%;
    height: auto; }
  .p-originalbrand_detail__text {
    background: url(../img/milagro-tamponatoleather/bg_img.jpg);
    background-size: cover;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .p-originalbrand_detail__text {
        padding: 60px 24px; } }
    .p-originalbrand_detail__text--bgnon {
      background: #250f08; }
    .p-originalbrand_detail__text::after {
      content: "";
      position: absolute;
      background-size: cover; }
    .p-originalbrand_detail__text--milagro-tamponatoleather::after {
      width: 170px;
      height: 131px;
      background-image: url(../img/milagro-tamponatoleather/tag.png);
      right: 15px;
      top: -20px; }
      @media only screen and (max-width: 767px) {
        .p-originalbrand_detail__text--milagro-tamponatoleather::after {
          width: 90px;
          height: 70px;
          right: 10px; } }
  .p-originalbrand_detail__heading {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    margin-right: auto;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-originalbrand_detail__heading {
        font-size: 1.4rem;
        margin-bottom: 20px; } }
  .p-originalbrand_detail--milagro-italianubuck::after {
    width: 150px;
    height: 150px;
    background-image: url(../img/milagro-italianubuck/tag.png);
    right: 15px;
    top: -20px; }

.p-selectbrand_thumarea {
  padding: 40px;
  padding-bottom: 20px;
  padding-top: 30px;
  border: 1px solid #ddd;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .p-selectbrand_thumarea {
      padding: 20px; } }
  .p-selectbrand_thumarea__head {
    background: #fff;
    width: 280px;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto; }
  @media only screen and (max-width: 767px) {
    .p-selectbrand_thumarea__col {
      display: flex;
      margin-top: 24px; }
      .p-selectbrand_thumarea__col li {
        display: block;
        flex-basis: calc((100% / 2) - 5px);
        /* IE用に分けて書く */
        display: flex; } }
.p-selectbrand_card {
  display: block; }
  .p-selectbrand_card__head {
    margin-top: 24px; }
    @media only screen and (max-width: 767px) {
      .p-selectbrand_card__head {
        margin-top: 5px; }
        .p-selectbrand_card__head h3 {
          font-size: 1.3rem; } }
  .p-selectbrand_card__pic {
    background: #000;
    overflow: hidden;
    width: 100%; }
    .p-selectbrand_card__pic > img {
      width: 100%;
      height: auto;
      position: relative;
      vertical-align: middle;
      transition: all 0.5s; }
  .p-selectbrand_card:hover .p-selectbrand_card__pic > img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.5s;
    /*変化に掛かる時間*/
    opacity: 0.6; }
  .p-selectbrand_card:hover .c-link_bar:after {
    width: 100%; }
.p-selectbrand_detail {
  display: flex;
  position: relative;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .p-selectbrand_detail {
      margin-top: 60px;
      display: block; } }
  .p-selectbrand_detail li {
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .p-selectbrand_detail li {
        width: 100%; } }
  .p-selectbrand_detail__pic img {
    width: 100%;
    height: auto; }
  .p-selectbrand_detail__pic--1 {
    width: 100% !important; }

.p-home_news {
  display: flex;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .p-home_news {
      display: block; } }
  .p-home_news dt {
    position: relative;
    background: #0068a1;
    font-size: 1.8rem;
    transform:  translateX(-50%);
    font-family: 'Cabin', sans-serif;
    width: 104px;
    line-height: 60px;
    text-align: center;
    font-style: italic; }
    .p-home_news dt::after {
      position: absolute;
      top: 0;
      right: -60px;
      content: '';
      width: 0;
      height: 0;
      border-bottom: 60px solid transparent;
      border-left: 60px solid #0068a1; }
      @media only screen and (max-width: 767px) {
        .p-home_news dt::after {
          border: none; } }
    @media only screen and (max-width: 767px) {
      .p-home_news dt {
        width: auto;
        font-size: 1.4rem;
        line-height: normal;
        text-align: left;
        padding: 10px; } }
  .p-home_news dd {
    background: #0085ce;
    line-height: 60px;
    flex: 1;
    padding-left: 70px; }
    @media only screen and (max-width: 767px) {
      .p-home_news dd {
        display: block;
        line-height: normal;
        padding: 10px; } }
    .p-home_news dd a {
      color: #fff;
      font-size: 1.4rem; }
      .p-home_news dd a:hover {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .p-home_news dd a {
          display: block; } }
.p-home_reason {
  justify-content: space-between;
  border-right: solid 1px #ddd;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .p-home_reason {
      margin-top: 20px;
      border-top: solid 1px #ddd; } }
  .p-home_reason li {
    position: relative;
    width: 33.333333%;
    border: solid 1px #ddd;
    border-right: none;
    padding: 120px 50px 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-home_reason li {
        width: 100%;
        border-top: none; } }
    .p-home_reason li h3 {
      font-size: 2.0rem;
      font-weight: bold;
      color: #0085ce;
      letter-spacing: 0.3rem; }
    .p-home_reason li p {
      color: #333;
      font-size: 1.4rem;
      line-height: 1.8;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        .p-home_reason li p br {
          display: none; } }
  .p-home_reason__num {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 25px;
    color: #0085ce;
    font-size: 1.6rem;
    font-family: 'Cabin', sans-serif;
    font-style: italic; }
    .p-home_reason__num:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 44px;
      height: 1px;
      background-color: #cce3f0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .p-home_reason__01 {
    background-image: url("../img/common/reason01.png");
    background-size: 65px;
    background-position: center 50px; }
  .p-home_reason__02 {
    background-image: url("../img/common/reason02.png");
    background-size: 57px;
    background-position: center 54px; }
  .p-home_reason__03 {
    background-image: url("../img/common/reason03.png");
    background-size: 73px;
    background-position: center 45px; }
  .p-home_reason_wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 80px 0;
    margin: 80px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .p-home_reason_wrapper {
        padding: 0;
        margin: 40px 0 0 0; } }
  .p-home_reason_btn {
    position: absolute;
    top: 20px;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .p-home_reason_btn {
        position: static;
        margin: 30px auto; } }
.p-home_service {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .p-home_service {
      margin-top: 0; } }
  .p-home_service li {
    width: 390px;
    color: #fff;
    height: 238px;
    background-size: 100%; }
    @media only screen and (max-width: 767px) {
      .p-home_service li {
        width: 100%;
        background-size: cover;
        margin-top: 20px; } }
    .p-home_service li h3 {
      font-size: 2.0rem;
      letter-spacing: 0.3rem;
      font-weight: bold; }
    .p-home_service li p {
      font-size: 1.4rem;
      line-height: 1.7; }
  .p-home_service__01 {
    background-image: url("../img/top/kaitai_pic.jpg"); }
  .p-home_service__02 {
    background-image: url("../img/top/kaishu_pic.jpg"); }
  .p-home_service__03 {
    background-image: url("../img/top/hatsuri_pic.jpg"); }
  .p-home_service__msk {
    color: #fff;
    display: block;
    background: rgba(0, 104, 161, 0.7);
    height: 100%;
    padding: 26px;
    padding-top: 100px; }
    .p-home_service__msk:hover {
      background: rgba(0, 104, 161, 0.9); }
    @media only screen and (max-width: 767px) {
      .p-home_service__msk {
        padding: 20px;
        padding-top: 100px; } }
  .p-home_service_wrapper {
    position: relative;
    padding: 100px 0;
    background: url("../img/common/bg01.png") no-repeat center; }
    @media only screen and (max-width: 767px) {
      .p-home_service_wrapper {
        padding: 40px 0;
        background: url("../img/common/bg01.png") no-repeat center top; } }
  .p-home_service_btn {
    position: absolute;
    top: 20px;
    right: 0; }
    @media only screen and (max-width: 767px) {
      .p-home_service_btn {
        position: static;
        margin: 30px auto 0 auto; } }
.p-home_cr {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .p-home_cr {
      display: block;
      padding-top: 0px;
      width: 100%; } }
  .p-home_cr li {
    width: 520px; }
    @media only screen and (max-width: 767px) {
      .p-home_cr li {
        width: 100%; } }
  .p-home_cr__inner {
    background: #fff;
    padding: 40px;
    margin-top: 50px;
    position: relative;
    z-index: 2; }
    .p-home_cr__inner p {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .p-home_cr__inner p {
          margin-bottom: 20px; }
          .p-home_cr__inner p br {
            display: none; } }
    @media only screen and (max-width: 767px) {
      .p-home_cr__inner {
        padding: 30px;
        width: 90%;
        margin: 0 auto; }
        .p-home_cr__inner a {
          margin: 0 auto; } }
  .p-home_cr_wrapper {
    position: relative; }
    .p-home_cr_wrapper::after {
      left: 0;
      top: 0;
      position: absolute;
      content: "";
      background: url("../img/top/company_pic.jpg");
      background-size: cover;
      width: 50%;
      height: 355px;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .p-home_cr_wrapper::after {
          content: none; } }
    .p-home_cr_wrapper::before {
      right: 0;
      top: 0;
      position: absolute;
      content: "";
      background: url("../img/top/recruit_pic.jpg");
      background-size: cover;
      width: 50%;
      height: 355px;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .p-home_cr_wrapper::before {
          content: none; } }
  @media only screen and (max-width: 767px) {
    .p-home_cr__company {
      background: url("../img/top/company_pic.jpg") no-repeat;
      background-size: 140%;
      padding-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .p-home_cr__recruit {
      background: url("../img/top/recruit_pic.jpg") no-repeat;
      background-size: 140%;
      padding-top: 30px; } }
.p-home_topics {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .p-home_topics {
      display: block; } }
  .p-home_topics__right {
    width: 900px; }
    @media only screen and (max-width: 767px) {
      .p-home_topics__right {
        width: 100%; } }
  .p-home_topics__left a {
    margin-top: 40px; }
  .p-home_topics__btn {
    margin-top: 20px;
    float: right; }
    @media only screen and (max-width: 767px) {
      .p-home_topics__btn {
        margin: 20px auto 0 auto;
        float: none; } }
.p-home_bg {
  background: url("../img/top/main_bg.jpg") no-repeat center -560px; }
  @media only screen and (max-width: 767px) {
    .p-home_bg {
      background: url("../img/top/main_bg.jpg") no-repeat center -160px;
      background-size: 1000px; } }

.p-pickup {
  margin-top: 60px; }
  .p-pickup__pic img {
    width: 100%;
    height: auto; }
  .p-pickup__heading {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 24px 0;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .p-pickup__heading {
        font-size: 1.4rem;
        margin: 17.1428571429px 0 8px 0; } }

.p-localnavi {
  background: #f9f9f9;
  padding: 40px;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .p-localnavi {
      display: none; } }
  .p-localnavi__heading {
    font-family: 'Cabin', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000; }
  .p-localnavi__menu {
    display: flex; }
    .p-localnavi__menu li {
      margin-left: 40px; }
    .p-localnavi__menu a {
      color: #000; }
      .p-localnavi__menu a:hover {
        opacity: 0.5; }

.current > a {
  opacity: 0.5; }

.p-single_breadcrumb {
  margin-top: 130px; }
.p-single_header {
  border-top: 3px solid #000;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .p-single_header {
      border-top: none;
      padding: 0; } }
  .p-single_header dl {
    display: flex; }
    .p-single_header dl > dt {
      color: #000;
      font-weight: bold; }
    .p-single_header dl > dd {
      border-left: 1px solid #ddd;
      margin-left: 20px;
      padding-left: 20px;
      flex: 1;
      color: #000; }
  .p-single_header__bottom {
    text-align: right;
    border-bottom: solid 1px #ddd;
    margin-top: 20px;
    padding-bottom: 15px; }
.p-single_eyecatching {
  margin: 60px 0; }
  @media only screen and (max-width: 767px) {
    .p-single_eyecatching {
      margin: 30px 0; } }
  .p-single_eyecatching img {
    width: 100%;
    height: auto; }
.p-single_section {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .p-single_section {
      margin-bottom: 60px; } }
  .p-single_section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em; }
  .p-single_section p {
    margin-bottom: 2em; }
  .p-single_section a {
    color: #000;
    text-decoration: underline; }
    .p-single_section a:hover {
      text-decoration: none; }

.p-pagetitle {
  height: 470px;
  background-size: cover;
  padding-top: 170px;
  position: relative;
  z-index: -1;
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .p-pagetitle {
      height: 200px;
      padding-top: 70px;
      margin-top: 65px; } }
  .p-pagetitle--company {
    background-image: url("../img/company/pagetitle_pic.jpg"); }
  .p-pagetitle--service {
    background-image: url("../img/service/pagetitle_pic.jpg"); }
  .p-pagetitle--reason {
    background-image: url("../img/reason/pagetitle_pic.jpg"); }
  .p-pagetitle--works {
    background-image: url("../img/works/pagetitle_pic.jpg"); }
  .p-pagetitle--recruit {
    background-image: url("../img/recruit/pagetitle_pic.jpg"); }
  .p-pagetitle--contact {
    background-image: url("../img/contact/pagetitle_pic.jpg"); }
  .p-pagetitle--topics {
    background-image: url("../img/topics/pagetitle_pic.jpg"); }
  .p-pagetitle::before, .p-pagetitle::after {
    z-index: 1;
    position: absolute;
    left: -30%;
    top: 0;
    content: "";
    width: 110%;
    height: 110%; }
  .p-pagetitle::before {
    transform: rotate(45deg);
    background-color: rgba(124, 175, 19, 0.5); }
  .p-pagetitle::after {
    transform: rotate(-45deg);
    background-color: rgba(0, 133, 206, 0.5); }
  .p-pagetitle__wrapper {
    overflow: hidden; }
  .p-pagetitle h1 {
    position: relative;
    z-index: 2; }

.p-hero {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .p-hero {
      margin-top: 65px; } }
  .p-hero__heading {
    font-size: 7.7rem;
    font-family: 'Cabin', sans-serif;
    color: #0068a1;
    font-style: italic;
    line-height: 1; }
    .p-hero__heading span {
      font-size: 2.0rem;
      display: block;
      line-height: 1.7;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0.5rem;
      margin: 30px 0 0 20px; }
      @media only screen and (max-width: 767px) {
        .p-hero__heading span {
          font-size: 1.3rem;
          margin: 15px auto; } }
    @media only screen and (max-width: 767px) {
      .p-hero__heading {
        font-size: 5.0rem; } }
  .p-hero__inner {
    position: relative;
    padding: 100px 0 180px 60px;
    background: url("../img/common/anniversary.png") no-repeat right 75px;
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .p-hero__inner {
        padding: 40px 30px 240px 30px;
        width: 100%;
        background: url("../img/common/anniversary.png") no-repeat center bottom;
        background-size: 370px; } }
  .p-hero__scroll {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(90deg);
    font-family: 'Cabin', sans-serif;
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .p-hero__scroll {
        display: none; } }
    .p-hero__scroll::after {
      margin-left: 10px;
      content: url("../img/common/arrow_blk.png"); }

.p-greeting {
  background: url("../img/company/quickly_safety.png") no-repeat center top; }
  @media only screen and (max-width: 767px) {
    .p-greeting {
      background-size: 120%; } }

.p-map {
  width: 100%;
  height: 470px; }
  @media only screen and (max-width: 767px) {
    .p-map {
      height: 270px; } }
  .p-map_wrapper {
    border: solid 10px #fff;
    margin: 40px 0 30px 0; }
    @media only screen and (max-width: 767px) {
      .p-map_wrapper {
        border: solid 5px #fff;
        margin: 20px 0 30px 0; } }

.p-comapny_profile {
  padding: 80px 0;
  background: url("../img/common/bg03.png") #edf2f4 center top no-repeat; }
  @media only screen and (max-width: 767px) {
    .p-comapny_profile {
      padding: 40px 0;
      margin-top: 50px; } }

.p-history {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .p-history {
      margin-top: 0; } }
  .p-history dl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    padding-top: 20px; }
    @media only screen and (max-width: 767px) {
      .p-history dl {
        display: block; } }
    .p-history dl::before {
      position: absolute;
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      background: #0085ce;
      border-radius: 6px;
      margin-left: 40px;
      z-index: 1;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .p-history dl::before {
          content: none; } }
    .p-history dl::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 100%;
      width: 1px;
      background: #ddd;
      z-index: 0; }
      @media only screen and (max-width: 767px) {
        .p-history dl::after {
          content: none; } }
  .p-history dt {
    font-weight: bold;
    width: 420px;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .p-history dt {
        text-align: left;
        width: 100%;
        border-top: solid 1px #ddd;
        padding-top: 15px; } }
  .p-history dd {
    position: relative;
    border: solid 1px #ddd;
    padding: 15px;
    width: 420px; }
    @media only screen and (max-width: 767px) {
      .p-history dd {
        width: 100%;
        margin-left: 0;
        padding: 0;
        border: none; } }
    .p-history dd::before, .p-history dd::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .p-history dd::before, .p-history dd::after {
          content: none; } }
    .p-history dd::before {
      top: 0;
      bottom: 0;
      left: -15px;
      border-style: solid;
      border-width: 7.5px 15px 7.5px 0;
      border-color: transparent #ddd transparent transparent; }
    .p-history dd::after {
      top: 0;
      bottom: 0;
      left: -14px;
      border-style: solid;
      border-width: 5.5px 14px 5.5px 0;
      border-color: transparent #fff transparent transparent;
      z-index: 10; }
  .p-history dl:nth-child(odd) {
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .p-history dl:nth-child(odd) {
        flex-direction: row; } }
    .p-history dl:nth-child(odd) dt {
      font-weight: bold;
      width: 420px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .p-history dl:nth-child(odd) dt {
          width: 100%; } }
      .p-history dl:nth-child(odd) dt::after {
        content: none; }
    .p-history dl:nth-child(odd) dd {
      position: relative;
      border: solid 1px #ddd;
      padding: 15px;
      width: 420px; }
      @media only screen and (max-width: 767px) {
        .p-history dl:nth-child(odd) dd {
          border: none;
          padding: 0;
          width: 100%; } }
      .p-history dl:nth-child(odd) dd::before, .p-history dl:nth-child(odd) dd::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          .p-history dl:nth-child(odd) dd::before, .p-history dl:nth-child(odd) dd::after {
            content: none; } }
      .p-history dl:nth-child(odd) dd::before {
        top: 0px;
        bottom: 0;
        right: -15px;
        left: auto;
        border-style: solid;
        border-width: 7.5px 0 7.5px 15px;
        border-color: transparent transparent transparent #ddd;
        z-index: 2; }
      .p-history dl:nth-child(odd) dd::after {
        top: 0px;
        bottom: 0;
        right: -14px;
        left: auto;
        border-style: solid;
        border-width: 5.5px 0 5.5px 14px;
        border-color: transparent transparent transparent #fff;
        z-index: 10; }

.p-service {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .p-service {
      width: 100%;
      padding: 0; } }
  .p-service li {
    display: flex;
    align-items: center;
    margin-top: -100px;
    padding: 160px 0 60px 0;
    border-bottom: solid 1px #ddd; }
    @media only screen and (max-width: 767px) {
      .p-service li {
        display: block;
        margin-top: -65px;
        padding: 95px 0 30px 0; } }
    .p-service li:last-child {
      border: none; }
  .p-service__pic {
    width: 500px; }
    @media only screen and (max-width: 767px) {
      .p-service__pic {
        width: 100%; }
        .p-service__pic img {
          width: 100%;
          height: auto; } }
  .p-service__text {
    flex: 1;
    margin-left: 60px; }
    @media only screen and (max-width: 767px) {
      .p-service__text {
        margin: 30px 0 0 0; } }
  .p-service_wrapper {
    position: relative;
    z-index: 0;
    padding: 0px 0 60px 0; }
    @media only screen and (max-width: 767px) {
      .p-service_wrapper {
        padding: 0; } }
    .p-service_wrapper::after {
      position: absolute;
      left: 0;
      right: 0;
      top: -180px;
      content: "";
      height: 120%;
      width: 100%;
      background: url("../img/common/bg02.png") center top no-repeat; }
  .p-service__btn {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 600px;
    line-height: 100px;
    background: #0068a1;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1rem;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .p-service__btn {
        width: 90%;
        line-height: 60px;
        font-size: 1.5rem;
        margin-top: 20px; } }
    .p-service__btn:hover {
      background: #0085ce;
      letter-spacing: 0.15rem; }
    .p-service__btn:before {
      display: inline-block;
      content: "";
      width: 19px;
      height: 32px;
      margin-right: 10px;
      background: url("../img/common/icon_works.png");
      background-size: cover; }

.p-reason {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    .p-reason {
      width: 100%;
      padding: 40px 0 0 0; } }
  .p-reason li {
    display: flex;
    align-items: center;
    padding: 60px 0;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .p-reason li {
        display: block;
        padding: 50px 0 30px 0; } }
    .p-reason li:last-child {
      border: none; }
    .p-reason li:first-child {
      padding-top: 0; }
    .p-reason li:nth-child(even) {
      flex-direction: row-reverse; }
  .p-reason__text {
    width: 560px;
    padding-top: 90px; }
    @media only screen and (max-width: 767px) {
      .p-reason__text {
        width: 100%;
        margin-top: 40px; } }
    .p-reason__text p {
      margin-top: 20px; }
    .p-reason__text--01 {
      background: url("../img/common/reason01.png") no-repeat center top;
      background-size: 78px; }
    .p-reason__text--02 {
      background: url("../img/common/reason02.png") no-repeat center top;
      background-size: 68px; }
    .p-reason__text--03 {
      background: url("../img/common/reason03.png") no-repeat center top;
      background-size: 83px; }
  .p-reason__pic {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .p-reason__pic img {
        width: 100%;
        height: auto; } }
  .p-reason__num {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: -40px;
    color: #0085ce;
    font-size: 3.0rem;
    font-family: 'Cabin', sans-serif;
    font-style: italic; }
    @media only screen and (max-width: 767px) {
      .p-reason__num {
        left: -10px;
        top: -50px; } }
    .p-reason__num:after {
      left: 30px;
      content: '';
      position: absolute;
      top: 70%;
      display: inline-block;
      width: 74px;
      height: 1px;
      background-color: #0085ce;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      @media only screen and (max-width: 767px) {
        .p-reason__num:after {
          left: 20px; } }
  .p-reason_wrapper {
    position: relative;
    z-index: 0;
    padding: 0px 0 0px 0; }
    @media only screen and (max-width: 767px) {
      .p-reason_wrapper {
        padding: 0; } }
    .p-reason_wrapper::after {
      position: absolute;
      left: 0;
      right: 0;
      top: -180px;
      content: "";
      height: 120%;
      width: 100%;
      background: url("../img/common/bg02.png") center top no-repeat;
      opacity: 0.5; }

.p-works {
  position: relative;
  z-index: 2; }
  .p-works a {
    color: #000;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 30px;
    line-height: 1; }
    .p-works a::after {
      font-family: "Font Awesome 5 Free";
      content: "\f1c1";
      color: #e92e2e; }
    .p-works a:hover {
      background: #0068a1;
      color: #fff; }
      .p-works a:hover::after {
        font-family: "Font Awesome 5 Free";
        content: "\f1c1";
        color: #fff; }
    @media only screen and (max-width: 767px) {
      .p-works a {
        font-size: 1.5rem;
        padding: 15px; } }
  .p-works_example {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .p-works_example {
        display: block;
        margin-top: 10px; } }
    .p-works_example li {
      width: 380px; }
      @media only screen and (max-width: 767px) {
        .p-works_example li {
          width: 100%;
          padding: 20px 0; }
          .p-works_example li img {
            width: 100%;
            height: auto; } }
    .p-works_example__heading {
      font-weight: bold;
      margin: 20px 0 5px 0;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .p-works_example__heading {
          margin: 10px 0 5px 0; } }
    .p-works_example p {
      font-size: 1.4rem;
      line-height: 1.5; }
  .p-works_wrapper {
    position: relative;
    background: url("../img/common/bg03.png") no-repeat #edf2f4;
    padding: 80px 0 100px 0;
    margin-bottom: -100px; }
    @media only screen and (max-width: 767px) {
      .p-works_wrapper {
        margin-bottom: -24px;
        padding: 30px 0; } }

.p-recruit {
  position: relative;
  background: url("../img/common/bg03.png") #edf2f4 no-repeat;
  padding: 1px 0 100px 0;
  margin: 100px 0 -120px 0; }
  @media only screen and (max-width: 767px) {
    .p-recruit {
      padding: 1px 0 40px 0;
      margin: 0 0 -24px 0; } }
  .p-recruit__p {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .p-recruit__p {
        padding-top: 20px; } }
  .p-recruit_form {
    border-top: solid 3px #0085ce;
    margin-top: 40px;
    padding: 50px;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .p-recruit_form {
        padding: 20px;
        margin-top: 20px; } }
  .p-recruit_btn {
    text-align: center;
    margin: 40px auto 0 auto; }
    @media only screen and (max-width: 767px) {
      .p-recruit_btn {
        margin: 20px auto 0 auto; } }
    .p-recruit_btn p {
      padding-bottom: 20px; }

.p-contact_form {
  border-top: solid 3px #0085ce;
  margin-top: 40px;
  padding: 50px;
  background: #fff; }
.p-contact_btn {
  text-align: center;
  margin: 40px auto 0 auto; }
  .p-contact_btn p {
    padding-bottom: 20px; }
.p-contact_tel {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .p-contact_tel {
      margin-top: 30px;
      text-align: center;
      padding-bottom: 40px; } }
  .p-contact_tel__heading {
    font-weight: bold;
    font-size: 1.6rem;
    display: flex;
    align-items: center; }
    .p-contact_tel__heading::before, .p-contact_tel__heading::after {
      content: "";
      flex-grow: 1;
      height: 1px;
      background: #ddd;
      display: block; }
    .p-contact_tel__heading::before {
      margin-right: 20px; }
    .p-contact_tel__heading::after {
      margin-left: 20px; }
  .p-contact_tel dl {
    line-height: 1.3; }
    .p-contact_tel dl dt {
      font-size: 4.0rem;
      font-family: 'Cabin', sans-serif;
      font-style: italic; }
      @media only screen and (max-width: 767px) {
        .p-contact_tel dl dt {
          font-size: 3.0rem; } }

.u-mt20 {
  margin-top: 20px; }
.u-mt30 {
  margin-top: 30px; }
.u-mt40 {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .u-mt40 {
      margin-top: 24px; } }
.u-mt50 {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .u-mt50 {
      margin-top: 24px; } }
.u-mt60 {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .u-mt60 {
      margin-top: 24px; } }
.u-mb20 {
  margin-bottom: 20px; }
.u-mb30 {
  margin-bottom: 30px; }
.u-mb40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .u-mb40 {
      margin-bottom: 24px; } }
.u-mb50 {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .u-mb50 {
      margin-bottom: 24px; } }
.u-mb60 {
  margin-bottom: 60px; }

/*--------------------------------------
@Left Center Right
----------------------------------------*/
.left {
  *display: inline;
  float: left; }

.right {
  *display: inline;
  float: right; }

.center {
  text-align: center;
  position: relative;
  margin: 0 auto; }

.text_left {
  text-align: left; }

.text_right {
  text-align: right; }

.text_center {
  text-align: center; }

.floatl {
  float: left; }

.floatr {
  float: right; }

.txt {
  overflow: hidden;
  zoom: 1; }

.sp_text_left {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .sp_text_left {
      text-align: left; } }

/*--------------------------------------
@Position
----------------------------------------*/
.pos_a {
  position: absolute; }

.pos_r {
  position: relative; }

.pos_top {
  top: 0; }

.pos_right {
  right: 0; }

.pos_left {
  left: 0; }

.pos_bottom {
  bottom: 0; }

/*--------------------------------------
@font size
----------------------------------------*/
.text_s {
  font-size: 1.2rem; }

.text_m {
  font-size: 1.4rem; }

.text_b {
  font-weight: bold; }

.text_n {
  font-weight: normal; }

/*--------------------------------------
@display_none
----------------------------------------*/
@media only screen and (min-width: 1200px) {
  .u-pc_none {
    display: none; } }

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

/*--------------------------------------
@display_none
----------------------------------------*/
@media only screen and (max-width: 767px) {
  .sp_img100 img {
    width: 100%;
    height: auto; } }

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

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

.width100 {
  width: 100%;
  height: auto; }
