@charset "UTF-8";
/*
Theme Name: biclogi
Theme URI: 
Description: biclogi renew
Author: huevo
*/
/*////////////////////////////////////////////////////////////

Foundation

////////////////////////////////////////////////////////////*/
@import url(assets/css/normalize.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/**
/* Base
============================================================*/
/**
* box-sizing
*
* padding、borderをwidthに含める
--------------------------------------------------*/
@import url(assets/css/normalize.css);
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
* フォントの基本設定
--------------------------------------------------*/
html {
  font-size: 10px;
  line-height: 1.8;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  font-size: 1.6rem;
  color: #111111;
  letter-spacing: 0.02em;
}

/**
* 斜体をリセット
- - - - - - - - - - - - - - - - - - - - */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

/**
* 見出しの基本設定
- - - - - - - - - - - - - - - - - - - - */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: inherit;
  line-height: 2rem;
  font-weight: bold;
}

p {
  text-align: justify;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/**
* margin, paddingをリセット
--------------------------------------------------*/
/**
* 見出し
- - - - - - - - - - - - - - - - - - - - */
html, body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/**
* list
- - - - - - - - - - - - - - - - - - - - */
li > ul, li > li {
  margin-left: 0;
}

/**
* dd
- - - - - - - - - - - - - - - - - - - - */
dd {
  margin-left: 0;
}

/**
* table
--------------------------------------------------*/
table {
  width: 100%;
}

table th {
  text-align: left;
}

/**
* リンクの基本設定
--------------------------------------------------*/
a {
  color: #e70012;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/*////////////////////////////////////////////////////////////

Foundation

////////////////////////////////////////////////////////////*/
/**
/* Base
============================================================*/
/**
* box-sizing
*
* padding、borderをwidthに含める
--------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
* フォントの基本設定
--------------------------------------------------*/
html {
  font-size: 10px;
  line-height: 1.8;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
  font-size: 1.6rem;
  color: #111111;
  letter-spacing: 0.02em;
}

/**
* 斜体をリセット
- - - - - - - - - - - - - - - - - - - - */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

/**
* 見出しの基本設定
- - - - - - - - - - - - - - - - - - - - */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: inherit;
  line-height: 2rem;
  font-weight: bold;
}

p {
  text-align: justify;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/**
* margin, paddingをリセット
--------------------------------------------------*/
/**
* 見出し
- - - - - - - - - - - - - - - - - - - - */
html, body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/**
* list
- - - - - - - - - - - - - - - - - - - - */
li > ul, li > li {
  margin-left: 0;
}

/**
* dd
- - - - - - - - - - - - - - - - - - - - */
dd {
  margin-left: 0;
}

/**
* table
--------------------------------------------------*/
table {
  width: 100%;
}

table th {
  text-align: left;
}

/**
* リンクの基本設定
--------------------------------------------------*/
a {
  color: #e70012;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: underline;
}

/*////////////////////////////////////////////////////////////

Layout

////////////////////////////////////////////////////////////*/
/*
/* flex-grid
============================================================*/
body {
  padding: 0;
}

/**
/* header
============================================================*/
.l-header {
  padding: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .l-header {
    padding: 0;
    height: 8vh;
    background-color: rgba(235, 1, 9, 0.8);
  }
}

@media only screen and (min-width: 1120px) {
  .l-header {
    height: 100px;
  }
}

.blend_multiply {
  display: none;
}

@media only screen and (min-width: 768px) {
  .blend_multiply {
    width: 100%;
    height: 100px;
    /*background-color: #e70012;*/
    mix-blend-mode: multiply;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

/* main
------------------------------------------------------------*/
.main {
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .main {
    padding: 80px 0;
  }
}

/**
/* contents
============================================================*/
.l-contents {
  margin: 0 auto;
  padding: 60px 0 60px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .l-contents {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

/**
/* inner
============================================================*/
.l-inner {
  padding: 0 15px;
}

@media only screen and (min-width: 768px) {
  .l-inner {
    margin: 0 auto;
    padding: 0;
    width: 1080px;
    position: relative;
  }
}

/* sidebar
------------------------------------------------------------*/
.l-sidebar {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .l-sidebar {
    padding: 0;
    width: 100px;
  }
}

/**
/* footer
============================================================*/
.l-footer {
  padding-top: 35px;
  width: 100%;
}

/*////////////////////////////////////////////////////////////

Object - Component

////////////////////////////////////////////////////////////*/
/**
/* breadcrumb ぱんくず
============================================================*/
.c-breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-breadcrumbs li:nth-child(n + 2)::before {
  content: "≫";
  margin: 0 10px;
}

/**
/* button
============================================================*/
.c-button {
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.c-button__solid {
  background-color: #999;
  color: #fff;
}

.c-button__enclosed {
  background-color: #f5f5f5;
  border: 1px solid #999;
  color: #999;
}

.c-button__ghost {
  background-color: transparent;
  border: 1px solid #999;
  color: #999;
}

.c-button__chevron {
  position: relative;
}

.c-button__chevron i {
  display: block;
  margin-top: -6px;
  position: absolute !important;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 12px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.c-button__chevron i::before, .c-button__chevron i::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-button__chevron i::before {
  border-color: transparent transparent transparent #999;
  left: 0;
}

.c-button__chevron i::after {
  border-color: transparent transparent transparent #fff;
  top: 0;
  left: -2px;
}

.c-button__chevron_wh {
  position: relative;
}

.c-button__chevron_wh i {
  display: block;
  margin-top: -6px;
  position: absolute !important;
  top: 50%;
  right: 16px;
  width: 6px;
  height: 12px;
  background: #999;
  position: relative;
  overflow: hidden;
}

.c-button__chevron_wh i::before, .c-button__chevron_wh i::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-button__chevron_wh i::before {
  border-color: transparent transparent transparent #fff;
  left: 0;
}

.c-button__chevron_wh i::after {
  border-color: transparent transparent transparent #999;
  top: 0;
  left: -2px;
}

.c-button__arrow_bg {
  position: relative;
}

.c-button__arrow_bg::after {
  content: '';
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("assets/images/common/arrow_r_black.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.c-button__arrow_awesome {
  position: relative;
}

.c-button__arrow_awesome::after {
  content: "?";
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'FontAwesome';
  color: #999;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

/*
/* chevron
============================================================*/
.c-chevron_top {
  width: 20px;
  height: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.c-chevron_top::before, .c-chevron_top::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-chevron_top::before {
  border-color: transparent transparent #999 transparent;
  top: -10px;
}

.c-chevron_top::after {
  top: -8px;
  border-color: transparent transparent #fff transparent;
}

.c-chevron_right {
  width: 10px;
  height: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.c-chevron_right::before, .c-chevron_right::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-chevron_right::before {
  border-color: transparent #999 transparent transparent;
  right: 0;
}

.c-chevron_right::after {
  border-color: transparent #fff transparent transparent;
  top: 0;
  right: -2px;
}

.c-chevron_bottom {
  width: 20px;
  height: 10px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.c-chevron_bottom::before, .c-chevron_bottom::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-chevron_bottom::before {
  border-color: #999 transparent transparent transparent;
  bottom: -10px;
}

.c-chevron_bottom::after {
  border-color: #fff transparent transparent transparent;
  bottom: -8px;
}

.c-chevron_left {
  width: 10px;
  height: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.c-chevron_left::before, .c-chevron_left::after {
  content: '';
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  display: block;
  position: absolute;
}

.c-chevron_left::before {
  border-color: transparent transparent transparent #999;
  left: 0;
}

.c-chevron_left::after {
  border-color: transparent transparent transparent #fff;
  top: 0;
  left: -2px;
}

/*
/* flex-grid
============================================================*/
.c-row {
  display: flex;
  flex-wrap: wrap;
}

.c-row_left {
  justify-content: flex-start;
}

.c-row_right {
  justify-content: flex-end;
}

.c-row_center {
  justify-content: center;
}

.c-row_around {
  justify-content: space-around;
}

.c-row_between {
  justify-content: space-between;
}

.c-row_stretch {
  align-items: stretch;
}

.c-row_top {
  align-items: flex-start;
}

.c-row_middle {
  align-items: center;
}

.c-row_bottom {
  align-items: flex-end;
}

.c-col {
  width: 100%;
}

.c-col_gutter {
  padding: 21.6px;
}

.c-col__1 {
  width: 100%;
}

.c-col__2-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__3-1 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col__3-2 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col__4-1 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col__4-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__4-3 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col__5-1 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col__5-2 {
  flex: 0 0 40%;
  max-width: 40%;
}

.c-col__5-3 {
  flex: 0 0 60%;
  max-width: 60%;
}

.c-col__5-4 {
  flex: 0 0 80%;
  max-width: 80%;
}

.c-col__6-1 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-col__6-2 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col__6-3 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__6-4 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col__6-5 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-col__7-1 {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

.c-col__7-2 {
  flex: 0 0 28.57143%;
  max-width: 28.57143%;
}

.c-col__7-3 {
  flex: 0 0 42.85714%;
  max-width: 42.85714%;
}

.c-col__7-4 {
  flex: 0 0 57.14286%;
  max-width: 57.14286%;
}

.c-col__7-5 {
  flex: 0 0 71.42857%;
  max-width: 71.42857%;
}

.c-col__7-6 {
  flex: 0 0 85.71429%;
  max-width: 85.71429%;
}

.c-col__8-1 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.c-col__8-2 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col__8-3 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.c-col__8-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__8-5 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.c-col__8-6 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col__8-7 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.c-col__9-1 {
  flex: 0 0 11.11111%;
  max-width: 11.11111%;
}

.c-col__9-2 {
  flex: 0 0 22.22222%;
  max-width: 22.22222%;
}

.c-col__9-3 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col__9-4 {
  flex: 0 0 44.44444%;
  max-width: 44.44444%;
}

.c-col__9-5 {
  flex: 0 0 55.55556%;
  max-width: 55.55556%;
}

.c-col__9-6 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col__9-7 {
  flex: 0 0 77.77778%;
  max-width: 77.77778%;
}

.c-col__9-8 {
  flex: 0 0 88.88889%;
  max-width: 88.88889%;
}

.c-col__10-1 {
  flex: 0 0 10%;
  max-width: 10%;
}

.c-col__10-2 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col__10-3 {
  flex: 0 0 30%;
  max-width: 30%;
}

.c-col__10-4 {
  flex: 0 0 40%;
  max-width: 40%;
}

.c-col__10-5 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__10-6 {
  flex: 0 0 60%;
  max-width: 60%;
}

.c-col__10-7 {
  flex: 0 0 70%;
  max-width: 70%;
}

.c-col__10-8 {
  flex: 0 0 80%;
  max-width: 80%;
}

.c-col__10-9 {
  flex: 0 0 90%;
  max-width: 90%;
}

.c-col__11-1 {
  flex: 0 0 9.09091%;
  max-width: 9.09091%;
}

.c-col__11-2 {
  flex: 0 0 18.18182%;
  max-width: 18.18182%;
}

.c-col__11-3 {
  flex: 0 0 27.27273%;
  max-width: 27.27273%;
}

.c-col__11-4 {
  flex: 0 0 36.36364%;
  max-width: 36.36364%;
}

.c-col__11-5 {
  flex: 0 0 45.45455%;
  max-width: 45.45455%;
}

.c-col__11-6 {
  flex: 0 0 54.54545%;
  max-width: 54.54545%;
}

.c-col__11-7 {
  flex: 0 0 63.63636%;
  max-width: 63.63636%;
}

.c-col__11-8 {
  flex: 0 0 72.72727%;
  max-width: 72.72727%;
}

.c-col__11-9 {
  flex: 0 0 81.81818%;
  max-width: 81.81818%;
}

.c-col__11-10 {
  flex: 0 0 90.90909%;
  max-width: 90.90909%;
}

.c-col__12-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-col__12-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-col__12-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col__12-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col__12-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-col__12-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col__12-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-col__12-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col__12-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col__12-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-col__12-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

@media only screen and (min-width: 325px) {
  .c-col__xsm_1 {
    width: 100%;
  }
  .c-col__xsm_2-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_3-1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xsm_3-2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xsm_4-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xsm_4-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_4-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xsm_5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__xsm_5-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__xsm_5-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__xsm_5-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__xsm_6-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__xsm_6-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xsm_6-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_6-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xsm_6-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__xsm_7-1 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .c-col__xsm_7-2 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%;
  }
  .c-col__xsm_7-3 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%;
  }
  .c-col__xsm_7-4 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%;
  }
  .c-col__xsm_7-5 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%;
  }
  .c-col__xsm_7-6 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%;
  }
  .c-col__xsm_8-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .c-col__xsm_8-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xsm_8-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-col__xsm_8-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_8-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .c-col__xsm_8-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xsm_8-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .c-col__xsm_9-1 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .c-col__xsm_9-2 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .c-col__xsm_9-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xsm_9-4 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%;
  }
  .c-col__xsm_9-5 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%;
  }
  .c-col__xsm_9-6 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xsm_9-7 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }
  .c-col__xsm_9-8 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }
  .c-col__xsm_10-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .c-col__xsm_10-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__xsm_10-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .c-col__xsm_10-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__xsm_10-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_10-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__xsm_10-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .c-col__xsm_10-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__xsm_10-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .c-col__xsm_11-1 {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
  .c-col__xsm_11-2 {
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
  }
  .c-col__xsm_11-3 {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
  }
  .c-col__xsm_11-4 {
    flex: 0 0 36.36364%;
    max-width: 36.36364%;
  }
  .c-col__xsm_11-5 {
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
  .c-col__xsm_11-6 {
    flex: 0 0 54.54545%;
    max-width: 54.54545%;
  }
  .c-col__xsm_11-7 {
    flex: 0 0 63.63636%;
    max-width: 63.63636%;
  }
  .c-col__xsm_11-8 {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
  }
  .c-col__xsm_11-9 {
    flex: 0 0 81.81818%;
    max-width: 81.81818%;
  }
  .c-col__xsm_11-10 {
    flex: 0 0 90.90909%;
    max-width: 90.90909%;
  }
  .c-col__xsm_12-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col__xsm_12-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__xsm_12-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xsm_12-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xsm_12-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col__xsm_12-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xsm_12-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col__xsm_12-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xsm_12-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xsm_12-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__xsm_12-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media only screen and (min-width: 480px) {
  .c-col__sm_1 {
    width: 100%;
  }
  .c-col__sm_2-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_3-1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__sm_3-2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__sm_4-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__sm_4-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_4-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__sm_5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__sm_5-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__sm_5-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__sm_5-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__sm_6-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__sm_6-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__sm_6-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_6-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__sm_6-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__sm_7-1 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .c-col__sm_7-2 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%;
  }
  .c-col__sm_7-3 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%;
  }
  .c-col__sm_7-4 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%;
  }
  .c-col__sm_7-5 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%;
  }
  .c-col__sm_7-6 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%;
  }
  .c-col__sm_8-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .c-col__sm_8-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__sm_8-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-col__sm_8-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_8-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .c-col__sm_8-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__sm_8-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .c-col__sm_9-1 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .c-col__sm_9-2 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .c-col__sm_9-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__sm_9-4 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%;
  }
  .c-col__sm_9-5 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%;
  }
  .c-col__sm_9-6 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__sm_9-7 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }
  .c-col__sm_9-8 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }
  .c-col__sm_10-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .c-col__sm_10-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__sm_10-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .c-col__sm_10-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__sm_10-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_10-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__sm_10-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .c-col__sm_10-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__sm_10-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .c-col__sm_11-1 {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
  .c-col__sm_11-2 {
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
  }
  .c-col__sm_11-3 {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
  }
  .c-col__sm_11-4 {
    flex: 0 0 36.36364%;
    max-width: 36.36364%;
  }
  .c-col__sm_11-5 {
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
  .c-col__sm_11-6 {
    flex: 0 0 54.54545%;
    max-width: 54.54545%;
  }
  .c-col__sm_11-7 {
    flex: 0 0 63.63636%;
    max-width: 63.63636%;
  }
  .c-col__sm_11-8 {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
  }
  .c-col__sm_11-9 {
    flex: 0 0 81.81818%;
    max-width: 81.81818%;
  }
  .c-col__sm_11-10 {
    flex: 0 0 90.90909%;
    max-width: 90.90909%;
  }
  .c-col__sm_12-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col__sm_12-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__sm_12-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__sm_12-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__sm_12-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col__sm_12-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__sm_12-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col__sm_12-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__sm_12-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__sm_12-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__sm_12-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .c-col__md_1 {
    width: 100%;
  }
  .c-col__md_2-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_3-1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__md_3-2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__md_4-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__md_4-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_4-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__md_5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__md_5-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__md_5-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__md_5-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__md_6-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__md_6-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__md_6-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_6-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__md_6-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__md_7-1 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .c-col__md_7-2 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%;
  }
  .c-col__md_7-3 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%;
  }
  .c-col__md_7-4 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%;
  }
  .c-col__md_7-5 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%;
  }
  .c-col__md_7-6 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%;
  }
  .c-col__md_8-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .c-col__md_8-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__md_8-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-col__md_8-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_8-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .c-col__md_8-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__md_8-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .c-col__md_9-1 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .c-col__md_9-2 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .c-col__md_9-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__md_9-4 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%;
  }
  .c-col__md_9-5 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%;
  }
  .c-col__md_9-6 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__md_9-7 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }
  .c-col__md_9-8 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }
  .c-col__md_10-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .c-col__md_10-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__md_10-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .c-col__md_10-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__md_10-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_10-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__md_10-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .c-col__md_10-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__md_10-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .c-col__md_11-1 {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
  .c-col__md_11-2 {
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
  }
  .c-col__md_11-3 {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
  }
  .c-col__md_11-4 {
    flex: 0 0 36.36364%;
    max-width: 36.36364%;
  }
  .c-col__md_11-5 {
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
  .c-col__md_11-6 {
    flex: 0 0 54.54545%;
    max-width: 54.54545%;
  }
  .c-col__md_11-7 {
    flex: 0 0 63.63636%;
    max-width: 63.63636%;
  }
  .c-col__md_11-8 {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
  }
  .c-col__md_11-9 {
    flex: 0 0 81.81818%;
    max-width: 81.81818%;
  }
  .c-col__md_11-10 {
    flex: 0 0 90.90909%;
    max-width: 90.90909%;
  }
  .c-col__md_12-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col__md_12-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__md_12-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__md_12-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__md_12-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col__md_12-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__md_12-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col__md_12-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__md_12-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__md_12-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__md_12-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media only screen and (min-width: 1120px) {
  .c-col__lg_1 {
    width: 100%;
  }
  .c-col__lg_2-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_3-1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__lg_3-2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__lg_4-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__lg_4-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_4-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__lg_5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__lg_5-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__lg_5-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__lg_5-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__lg_6-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__lg_6-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__lg_6-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_6-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__lg_6-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__lg_7-1 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .c-col__lg_7-2 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%;
  }
  .c-col__lg_7-3 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%;
  }
  .c-col__lg_7-4 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%;
  }
  .c-col__lg_7-5 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%;
  }
  .c-col__lg_7-6 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%;
  }
  .c-col__lg_8-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .c-col__lg_8-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__lg_8-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-col__lg_8-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_8-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .c-col__lg_8-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__lg_8-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .c-col__lg_9-1 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .c-col__lg_9-2 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .c-col__lg_9-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__lg_9-4 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%;
  }
  .c-col__lg_9-5 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%;
  }
  .c-col__lg_9-6 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__lg_9-7 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }
  .c-col__lg_9-8 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }
  .c-col__lg_10-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .c-col__lg_10-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__lg_10-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .c-col__lg_10-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__lg_10-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_10-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__lg_10-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .c-col__lg_10-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__lg_10-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .c-col__lg_11-1 {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
  .c-col__lg_11-2 {
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
  }
  .c-col__lg_11-3 {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
  }
  .c-col__lg_11-4 {
    flex: 0 0 36.36364%;
    max-width: 36.36364%;
  }
  .c-col__lg_11-5 {
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
  .c-col__lg_11-6 {
    flex: 0 0 54.54545%;
    max-width: 54.54545%;
  }
  .c-col__lg_11-7 {
    flex: 0 0 63.63636%;
    max-width: 63.63636%;
  }
  .c-col__lg_11-8 {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
  }
  .c-col__lg_11-9 {
    flex: 0 0 81.81818%;
    max-width: 81.81818%;
  }
  .c-col__lg_11-10 {
    flex: 0 0 90.90909%;
    max-width: 90.90909%;
  }
  .c-col__lg_12-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col__lg_12-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__lg_12-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__lg_12-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__lg_12-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col__lg_12-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__lg_12-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col__lg_12-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__lg_12-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__lg_12-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__lg_12-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media only screen and (min-width: 1280px) {
  .c-col__xlg_1 {
    width: 100%;
  }
  .c-col__xlg_2-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_3-1 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xlg_3-2 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xlg_4-1 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xlg_4-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_4-3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xlg_5-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__xlg_5-2 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__xlg_5-3 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__xlg_5-4 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__xlg_6-1 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__xlg_6-2 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xlg_6-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_6-4 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xlg_6-5 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__xlg_7-1 {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .c-col__xlg_7-2 {
    flex: 0 0 28.57143%;
    max-width: 28.57143%;
  }
  .c-col__xlg_7-3 {
    flex: 0 0 42.85714%;
    max-width: 42.85714%;
  }
  .c-col__xlg_7-4 {
    flex: 0 0 57.14286%;
    max-width: 57.14286%;
  }
  .c-col__xlg_7-5 {
    flex: 0 0 71.42857%;
    max-width: 71.42857%;
  }
  .c-col__xlg_7-6 {
    flex: 0 0 85.71429%;
    max-width: 85.71429%;
  }
  .c-col__xlg_8-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .c-col__xlg_8-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xlg_8-3 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .c-col__xlg_8-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_8-5 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .c-col__xlg_8-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xlg_8-7 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .c-col__xlg_9-1 {
    flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
  .c-col__xlg_9-2 {
    flex: 0 0 22.22222%;
    max-width: 22.22222%;
  }
  .c-col__xlg_9-3 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xlg_9-4 {
    flex: 0 0 44.44444%;
    max-width: 44.44444%;
  }
  .c-col__xlg_9-5 {
    flex: 0 0 55.55556%;
    max-width: 55.55556%;
  }
  .c-col__xlg_9-6 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xlg_9-7 {
    flex: 0 0 77.77778%;
    max-width: 77.77778%;
  }
  .c-col__xlg_9-8 {
    flex: 0 0 88.88889%;
    max-width: 88.88889%;
  }
  .c-col__xlg_10-1 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .c-col__xlg_10-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .c-col__xlg_10-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .c-col__xlg_10-4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .c-col__xlg_10-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_10-6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .c-col__xlg_10-7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .c-col__xlg_10-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .c-col__xlg_10-9 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .c-col__xlg_11-1 {
    flex: 0 0 9.09091%;
    max-width: 9.09091%;
  }
  .c-col__xlg_11-2 {
    flex: 0 0 18.18182%;
    max-width: 18.18182%;
  }
  .c-col__xlg_11-3 {
    flex: 0 0 27.27273%;
    max-width: 27.27273%;
  }
  .c-col__xlg_11-4 {
    flex: 0 0 36.36364%;
    max-width: 36.36364%;
  }
  .c-col__xlg_11-5 {
    flex: 0 0 45.45455%;
    max-width: 45.45455%;
  }
  .c-col__xlg_11-6 {
    flex: 0 0 54.54545%;
    max-width: 54.54545%;
  }
  .c-col__xlg_11-7 {
    flex: 0 0 63.63636%;
    max-width: 63.63636%;
  }
  .c-col__xlg_11-8 {
    flex: 0 0 72.72727%;
    max-width: 72.72727%;
  }
  .c-col__xlg_11-9 {
    flex: 0 0 81.81818%;
    max-width: 81.81818%;
  }
  .c-col__xlg_11-10 {
    flex: 0 0 90.90909%;
    max-width: 90.90909%;
  }
  .c-col__xlg_12-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col__xlg_12-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col__xlg_12-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col__xlg_12-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col__xlg_12-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col__xlg_12-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col__xlg_12-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col__xlg_12-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col__xlg_12-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col__xlg_12-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col__xlg_12-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

/**
/* global navigation
============================================================*/
.c-global-nav {
  padding: 0;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-global-nav > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-global-nav > ul > li {
  width: 100%;
}

.c-global-nav > ul > li > a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-global-nav {
    height: auto;
    background-color: transparent;
    display: block;
    position: static;
  }
  .c-global-nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-global-nav > ul > li {
    width: auto;
  }
  .c-global-nav > ul > li > a {
    display: inline;
  }
}

.c-drawer {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
}

.c-global-btn {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-global-btn {
    display: none;
  }
}

.c-close-btn {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-close-btn {
    display: none;
  }
}

/*
/* media
============================================================*/
.c-media {
  display: flex;
}

.c-media__figure img {
  width: 100%;
  height: auto;
  display: block;
}

/*
/* notes
============================================================*/
.c-notes p {
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.c-notes p:before {
  content: '※';
}

/*
/* overlay
============================================================*/
.c-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}

.c-overlay_open {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s linear;
}

/**
/* switching tabs
============================================================*/
.c-tabs ul {
  list-style-type: none;
  margin-left: 0;
}

.c-tabs__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.c-tabs__content li {
  background: #eee;
  padding: 20px;
}

.c-tabs__content li._.hide {
  display: none;
}

/*
/* toggle contents
============================================================*/
.c-toggle__btn {
  cursor: pointer;
}

.c-toggle__content {
  display: none;
}

/*
/* toggle tab contents
============================================================*/
.c-toggleTab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.c-toggleTab__tab {
  cursor: pointer;
}

.c-toggleTab__contents {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-toggleTab__content.hide {
  display: none;
}

/* category list
------------------------------------------------------------*/
.category_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category_list li {
  width: 32%;
}

@media only screen and (min-width: 768px) {
  .category_list li {
    width: 100px;
  }
}

.category_list li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .category_list li a {
    margin: 0 3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.category_list .all {
  background-color: #000;
}

/* pagenation
------------------------------------------------------------*/
.pagination {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-numbers, .pagination .current {
  margin: 0 3px;
  width: 30px;
  height: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: sans-serif;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.pagination a.page-numbers:hover {
  border-color: #e70012;
  color: #e70012;
  text-decoration: underline;
}

.pagination .current {
  background-color: #e70012;
  color: #fff;
  display: block;
  transform: skewX(-22deg);
}

.pagination .current span {
  display: block;
  transform: skewX(20deg);
}

.pagination .prev, .pagination .next {
  width: 85px;
  height: 30px;
  padding: 0;
  background: #e70012;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;

  transform: skewX(-22deg);
}

.pagination .prev span, .pagination .next span {
  transform: skewX(20deg);
  display: block;
}

.pagination .prev:hover, .pagination .next:hover {
  color: #fff !important;
}

.pagination .prev:hover:hover, .pagination .next:hover:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

.pagination .prev {
  left: 0;
}

.pagination .next {
  right: 0;
}

.toindex {
  margin: 0 auto 20px;
  width: 91%;
  background-color: #e70012;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
  transform: skewX(-22deg);
}

.toindex::before {
  content: '';
  margin-top: -4px;
  width: 8px;
  height: 15px;
  background-image: url(assets/images/common/arrow_chevron_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: skewX(20deg);
}

@media only screen and (min-width: 768px) {
  .toindex {
    margin-bottom: 60px;
    width: 300px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 60px;
    line-height: 6rem;
  }
  .toindex::before {
    margin-top: -5px;
    width: 8px;
    height: 15px;
    top: 50%;
    right: 25px;
  }
}

.toindex span {
  display: block;
  transform: skewX(20deg);
}

.pagenavi_single {
  margin: 0 auto 30px;
  width: 91%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .pagenavi_single {
    margin-bottom: 55px;
    width: 100%;
  }
}

.pagenavi_single .prev, .pagenavi_single .next {
  width: 36%;
}

@media only screen and (min-width: 768px) {
  .pagenavi_single .prev, .pagenavi_single .next {
    width: 120px;
  }
}

.pagenavi_single .prev p, .pagenavi_single .next p {
  background-color: #e70012;
  position: relative;
  align-self: center;
  transform: skewX(-22deg);
}

.pagenavi_single .prev p:hover:hover, .pagenavi_single .next p:hover:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

.pagenavi_single .prev p a, .pagenavi_single .next p a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  transform: skewX(2deg);
}

.pagenavi_single .prev p a:before, .pagenavi_single .next p a:before {
  content: '';
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff !important;
  display: block;
  position: absolute;
  top: 50%;
}

.pagenavi_single .prev p a:visited, .pagenavi_single .next p a:visited {
  color: #fff;
}

.pagenavi_single .prev p a:before {
  background-image: url(assets/images/common/arrow_chevron_left.png);
  left: 15px;
}

.pagenavi_single .next p a:before {
  background-image: url(assets/images/common/arrow_chevron_right.png);
  right: 15px;
}

/*////////////////////////////////////////////////////////////

Object - Project

////////////////////////////////////////////////////////////*/
/*
/* page common
============================================================*/
/* headding 
------------------------------------------------------------*/
.p-page__header {
  margin-bottom: 30px;
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.p-page__header::before {
  content: '';
  width: 62%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  z-index: 0;
  transform: skewX(-22deg);
  transform-origin: right top;
}

@media only screen and (min-width: 768px) {
  .p-page__header {
    margin-bottom: 0;
    height: 430px;
  }
  .p-page__header::before {
    width: 620px;
    opacity: 0.8;
  }
}

.recruit_header::before {
  background-color: #ff0c0c !important;
}



.p-page__header--wide::before {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .p-page__header--wide::before {
    width: 780px;
  }
}

.p-page__header h1 {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #e70012;
  position: absolute;
  top: 50px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .p-page__header h1 {
    margin-bottom: 40px;
    padding-left: 165px;
    font-size: 5rem;
    line-height: 5rem;
    top: 210px;
  }
}

.p-page__header h1 span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-page__header h1 span {
    font-size: 3rem;
    line-height: 4rem;
    display: block;
  }
}

.p-page__header h1.h1_2col {
  top: 32px;
}

@media only screen and (min-width: 768px) {
  .p-page__header h1.h1_2col {
    top: 163px;
  }
}

.p-page__header h1.h1_lines {
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .p-page__header h1.h1_lines {
    font-size: 5rem;
    line-height: 6rem;
    top: 160px;
  }
}

.p-page__header_en {
  margin-left: 65px;
  padding: 0 30px 0 45px;
  min-width: 130px;
  background-color: #e70012;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transform: skewX(-22deg);
  display: block;
  position: absolute;
  top: 100px;
  z-index: 1;
}

.p-page__header_en.pos_bottom {
  top: auto;
  bottom: 7px;
}

@media only screen and (min-width: 768px) {
  .p-page__header_en.pos_bottom {
    bottom: 30px;
  }
}

.p-page__header_en::before, .p-page__header_en::after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 49.5%;
  z-index: 3;
}

.p-page__header_en::before {
  width: 35px;
  background-color: #fff;
  left: 0;
}

.p-page__header_en::after {
  width: 65px;
  background-color: #e70012;
  left: -65px;
}

@media only screen and (min-width: 768px) {
  .p-page__header_en {
    margin-left: 255px;
    padding-left: 65px;
    min-width: 300px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 60px;
    line-height: 6rem;
    top: 300px;
  }
  .p-page__header_en::before {
    width: 60px;
  }
  .p-page__header_en::after {
    width: 255px;
    left: -255px;
  }
}

.p-page__header_en span {
  transform: skewX(20deg);
  display: block;
}

.p-page__header img {
  width: 100%;
  height: 190px;
  max-width: none !important;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .p-page__header img {
    height: 430px;
  }
}

/* icon, bullet
------------------------------------------------------------*/
.p-bullet_right {
  width: 12px;
  height: 12px;
  background: url(assets/images/common/bullet_right.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.p-bullet_plus {
  width: 12px;
  height: 12px;
  background: url(assets/images/common/bullet_plus.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative;
}

.p-bullet_plus.open {
  width: 12px;
  height: 12px;
  background: url(assets/images/common/bullet_minus.png) no-repeat;
  background-size: contain;
}

.post__icon {
  font-family: 'arial', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.post__icon_news {
  background-color: #e70012;
}

.post__icon_blog {
  background-color: #848484;
}

.post__icon_recruit {
  background-color: #60a960;
}

.icon__mail {
  /*margin-left: 13px;*/
  width: 22px;
  height: 16px;
  background-image: url(assets/images/common/icon_mail_wh.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
}


.icon__mail--small {
  margin-left: 5px;
  width: 18px;
  height: auto;
  aspect-ratio: 22 / 16;
}

.icon__mail_red {
  background-image: url(assets/images/common/icon_mail_red.png);
}

.icon__tel {
  margin-left: 13px;
  width: 22px;
  height: 16px;
  background-image: url(assets/images/common/icon_tel_wh.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
}

.icon__tel_red {
  background-image: url(assets/images/common/icon_tel_wh.png);
}

/* button
------------------------------------------------------------*/
.p-btn__wrap {
  display: flex;
}

.p-btn__wrap--fle {
  justify-content: flex-end;
}

.p-btn__skewed {
  transform: skewX(-22deg);
  display: block;
}

.p-btn__skewed span {
  transform: skewX(22deg);
  display: block;
}

.p-btn__lined {
  position: relative;
}

.p-btn__lined::before, .p-btn__lined::after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 49.5%;
}

.p-btn__lined::before {
  background-color: #fff;
  left: 0;
}

.p-btn__lined::after {
  background-color: #e70012;
}

/* color
------------------------------------------------------------*/
.p-bg_red {
  background-color: #e70012;
  color: #fff;
}

.p-bg_blue {
  background-color: #1959b1;
  color: #fff;
}

.p-bg_green {
  background-color: #49b119;
  color: #fff;
}

.p-bg_purple {
  background-color: #9715d3;
  color: #fff;
}

.p-bg_orange {
  background-color: #fc7716;
  color: #fff;
}

/* breadclumb
------------------------------------------------------------*/
#breadcrumb {
  display: none;
}

@media only screen and (min-width: 768px) {
  #breadcrumb {
    padding-left: 30px;
    height: 80px;
    display: block;
  }
  #breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #breadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 80px;
    line-height: 8rem;
  }
  #breadcrumb ul li a {
    text-decoration: underline;
  }
}

.has_anchor {
  margin-top: -100px;
  padding-top: 100px;
}

/* 404
------------------------------------------------------------*/
.notfound {
  padding-top: 80px;
  padding-bottom: 80px;
}

/**
/* project - global navigation
============================================================*/
.p-global-nav {
  width: 100%;
  height: 100vh;
  background-image: url(assets/images/common/global_bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 600px auto;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  overflow: scroll;
}

@media only screen and (min-width: 768px) {
  .p-global-nav {
    width: 65%;
    /*max-width: 780px;*/
    height: auto;
    background: none;
    display: block;
    position: static;
    overflow: visible;
  }
}

.p-global-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul {
    background-color: transparent;
  }
}

.p-global-nav ul .p-global--half {
  width: 50%;
}

.p-global-nav ul li {
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 6.5vh;
  position: relative;
}

.p-global-nav ul li::before {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #e70012;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li {
    margin: 5px;
    padding-left: 0;
    width: auto;
    border: none;
    font-size: 16px;
    font-size: 1.42857vw;
    line-height: 1;
    position: relative;
  }
  .p-global-nav ul li::before {
    display: none;
  }
  .p-global-nav ul li::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #b70005;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left top;
    transition: transform .2s ease-out;
  }
  .p-global-nav ul li:hover::after {
    transform: scaleX(1);
  }
}

@media only screen and (min-width: 1120px) {
  .p-global-nav ul li {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.6rem !important;
  }
}

.p-global-nav ul li a {
  padding-left: 20px;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
}


.p-global-nav ul li.global_recruit_sp a{
  padding-left: 0px;
}

.p-global-nav ul li a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li a {
    padding-left: 0;
    color: #fff;
  }
  .p-global-nav ul li a::before, .p-global-nav ul li a::after {
    display: none;
  }
}

.p-global-nav ul li a .en {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li a .en {
    margin-top: 3px;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    color: #fff;
    opacity: 0.5;
  }
}

.p-global-nav ul li a .ja {
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li a .ja {
    color: #fff;
    display: block;
  }
}

.p-global-nav ul li > ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li > ul {
    padding-top: 34px;
    background-color: transparent;
    width: 170px;
    position: absolute;
    top: 30px;
    left: 0;
  }
}

.p-global-nav ul li > ul > li {
  width: 50%;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
  display: block;
}

.p-global-nav ul li > ul > li:nth-of-type(odd) {
  border-right: 1px solid #c7c7c7;
}

.p-global-nav ul li > ul > li::before {
  display: none !important;
}

.p-global-nav ul li > ul > li::after {
  display: none;
}
.p-global-nav ul li > ul.company > li:not(:last-child) {
  border-bottom: 1px solid #c7c7c7!important;
}
@media only screen and (min-width: 768px) {
  .p-global-nav ul li > ul > li {
    margin-top: 0;
    margin-bottom: 1px;
    background-color: rgba(231, 0, 18, 0.5);
    width: 100%;
    border: none;
  }
  .p-global-nav ul li > ul > li:nth-of-type(odd) {
    border: none;
  }
}

.p-global-nav ul li > ul > li.service:nth-of-type(n+5) {
  border-bottom: none;
}

.p-global-nav ul li > ul > li.company:nth-of-type(n+3) {
  border-bottom: none;
}

.p-global-nav ul li > ul > li > a {
  position: relative;
}

.p-global-nav ul li > ul > li > a::before {
  content: '';
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-image: url(assets/images/common/bullet_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul li > ul > li > a {
    padding-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    line-height: 4rem;
    position: relative;
  }
  .p-global-nav ul li > ul > li > a::before {
    display: none;
  }
}

.p-global-nav ul .global_solid {
  padding: 0;
  margin-top: 2px;
  background-color: #e70012;
  border-bottom: none;
  text-align: center;
  position: relative;
}

.p-global-nav ul .global_solid::before {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .p-global-nav ul .global_solid {
    display: none;
  }
}

.p-global-nav ul .global_solid a {
  height: 8vh;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.p-global-nav ul .global_solid a::before, .p-global-nav ul .global_solid a::after {
  display: none;
}

.p-global-nav ul .global_solid a:first-of-type {
  border-right: 1px solid #fff;
}

.p-global-nav ul .global_recruit_sp {
  background-color: #fff;
  width: 100%;
  padding: 2vh 0 0 0;
  border-bottom: none;
  display: block;
}



@media only screen and (min-width: 768px) {
  .p-global-nav ul .global_recruit_sp {
    display: none;
  }
}

.p-global-nav ul .global_recruit_sp p {
  margin-bottom: 2vh;
  text-align: center;
  color: #e70012;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}

.p-global-nav ul .global_recruit_sp div {
  margin-bottom: 2px;
  padding-left: 0;
  height: 8vh;
  background-color: #baecb9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}

.p-global-nav ul .global_recruit_sp div ::after {
  content: '';
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(assets/images/common/bullet_right.png) no-repeat;
  background-size: contain;
  display: inline-block;
}

.p-global-nav ul .global_recruit_sp div img {
  margin-right: 15px;
  width: 25px;
  display: block;
  position: relative;
  top: -5px;
}

.p-global-nav ul .global_recruit_sp__img {
  margin: 0 auto 2vh;
  width: 260px;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .flexx {
    width: calc( 100% - 250px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

.global_contact__row {
  background-color: #dddddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .global_contact__row {
    display: none;
  }
}

.global_contact__col {
  padding: 2vh 10px;
  width: 50%;
}

.global_contact__label {
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 10px;
  font-size: 3.125vw;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.global_contact__tel {
  margin-bottom: 6px;
  color: #e70012;
  font-weight: bold;
  font-size: 15px;
  font-size: 4.6875vw;
  line-height: 15px;
  text-align: center;
  display: block;
}

.global_contact__time {
  font-size: 10px;
  font-size: 3.125vw;
  text-align: center;
  letter-spacing: 0;
}

.global_contact__time a {
  margin-left: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}

.global_contact__time a img {
  width: 18px;
  height: auto;
  display: block;
}

.global_sns {
  padding: 1.2vh 0;
  background-color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .global_sns {
    display: none;
  }
}

.global_sns a {
  display: inline-block;
}

.global_sns a img {
  width: 36px;
}

/* global button
- - - - - - - - - - - - - - - - - - */
.p-global-btn {
  padding: 20px;
  width: 60px;
  height: 60px;
  background-color: #e70012;
  display: inline-block;
  position: relative;
  transition: all .4s;
  transform: skewX(20deg);
}

.p-global-btn span {
  width: 20px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 20px;
  transition: all .4s;
}

.p-global-btn span:nth-of-type(1) {
  top: 20px;
}

.p-global-btn span:nth-of-type(2) {
  margin-top: -1.5px;
  top: 50%;
}

.p-global-btn span:nth-of-type(3) {
  bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .p-global-btn span {
    left: 20px;
  }
  .p-global-btn span:nth-of-type(1) {
    top: 20px;
  }
  .p-global-btn span:nth-of-type(3) {
    bottom: 20px;
  }
}

.p-global-btn.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.p-global-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.p-global-btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

/* Close button
- - - - - - - - - - - - - - - - - - */
.p-close-btn {
  width: 30px;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 25px;
  color: #000;
}

.p-close-btn img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-close-btn {
    display: none;
  }
}

/**
/* project - header items
============================================================*/
.p-logo {
  padding-left: 20px;
  width: 62%;
  height: 60px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .p-logo {
    width: 25%;
    margin-right: 40px;
    margin-left: -20px;
    padding-left: 40px;
    height: 100px;
    transform: skewX(-22deg);
  }
}

@media only screen and (min-width: 1280px) {
  .p-logo {
    width: 250px;
  }
}

.p-logo img {
  width: 140px;
  height: auto;
  max-width: none;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-logo img {
    width: 90%;
    transform: skewX(22deg);
  }
}

@media only screen and (min-width: 1120px) {
  .p-logo img {
    width: 175px;
  }
}

.p-header__btns {
  width: 38%;
  background-color: #e70012;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: skewX(-22deg);
}

@media only screen and (min-width: 768px) {
  .p-header__btns {
    display: none;
  }
}

.p-header__btn {
  padding: 7px 10px 0;
  width: 48%;
  height: 60px;
  background-color: #baecb9;
  text-align: right;
  display: block;
  position: relative;
  z-index: 1;
}

.p-header__btn img {
  margin-right: 15px;
  width: 23px;
  height: auto;
  display: inline-block;
  transform: skewX(20deg);
}

.p-header__btn span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  color: #e70012;
  font-weight: bold;
  letter-spacing: 0;
  display: block;
  transform: skewX(20deg);
}

.p-header__btn_recruit {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-header__btn_recruit {
    width: 215px;
    display: block;
    position: relative;
  }
  .p-header__btn_recruit > a {
    width: 180px;
    padding: 10px 10px 10px 25px;
    background-color: #fff;
    transform: skewX(-22deg);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #e70012;
    font-weight: bold;
    letter-spacing: 0;
    display: block;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.3);
  }
  .p-header__btn_recruit > a::before, .p-header__btn_recruit > a::after {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    top: 18px;
  }
  .p-header__btn_recruit > a::before {
    width: 80px;
    background-color: #e70012;
    right: 0;
  }
  .p-header__btn_recruit > a::after {
    width: 40px;
    background-color: #fff;
    right: -40px;
  }
  .p-header__btn_recruit > a p {
    transform: skewX(22deg);
    display: block;
  }
  .p-header__btn_recruit > a p span {
    margin-top: 6px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    display: block;
    opacity: 0.4;
  }
}

/**
/* project - to top
============================================================*/
.p-to-top {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 10;
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .p-to-top {
    width: 40px;
    height: 40px;
    right: 40px;
  }
}

.p-to-top img {
  width: 100%;
  height: auto;
  display: block;
}

/**
/* project - footer items
============================================================*/
.recruit-menu {
  padding: 0 20px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .recruit-menu {
    margin: 0 auto 80px;
    padding: 0;
    width: 1080px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.recruit-menu h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .recruit-menu h2 {
    width: 17%;
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-align: left;
  }
}

.recruit-menu h2 span {
  padding-top: 10px;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .recruit-menu h2 span {
    padding-top: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-menu__content {
    width: 83%;
  }
}

.recruit-menu__links {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.recruit-menu__links::before, .recruit-menu__links::after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.recruit-menu__links::before {
  width: 100%;
  background-color: #ddd;
}

.recruit-menu__links::after {
  width: 100px;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .recruit-menu__links {
    margin-bottom: 32px;
    padding-bottom: 22px;
    /*flex-wrap: nowrap;*/
  }
  .recruit-menu__links::after {
    width: 180px;
    left: -70px;
  }
}

.recruit-menu__links a {
  min-width: 50%;
  font-size: 14px;
  font-size: 4.375vw;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

@media only screen and (min-width: 768px) {
  .recruit-menu__links a {
    min-width: auto;
  }
}

.recruit-menu__links a::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .recruit-menu__links a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-menu__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}

.recruit-menu__contact h3 {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  line-height: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .recruit-menu__contact h3 {
    margin-bottom: 0;
  }
}

.recruit-menu__contact .tel {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #e70012;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .recruit-menu__contact .tel {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.recruit-menu__contact .biztime {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
}

.recruit-menu__contact .biztime a img {
  width: auto;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.p-footer-recommend {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-footer-recommend {
    margin-bottom: 60px;
    width: 100%;
    background-color: #f0f0f0;
    display: block;
    overflow: hidden;
  }
}

.p-footer-recommend h2 {
  width: 280px;
  padding-top: 30px;
  padding-bottom: 35px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #e70012;
  position: relative;
}

.p-footer-recommend h2::after {
  content: '';
  width: 800px;
  height: 100%;
  background-image: url(assets/images/common/recommend_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.p-footer-recommend h2 span {
  display: block;
  position: relative;
  z-index: 1;
}

.p-footer-recommend h2 em {
  padding-top: 27px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  display: block;
}

.recommend__inner {
  margin: 0 auto;
  width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend__content {
  padding-top: 35px;
  padding-bottom: 35px;
  width: 740px;
}

.recommend__content_top {
  padding-bottom: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
}

.recommend__content_top img {
  width: 342px;
}

.recommend__content_top a {
  width: 275px;
  padding: 22px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-left: 50px;
}

.recommend__content_bottom {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.recommend__content_bottom::before, .recommend__content_bottom::after {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9;
}

.recommend__content_bottom::before {
  width: 155px;
  background-color: #e70012;
  left: -220px;
}

.recommend__content_bottom::after {
  width: 2000px;
  background-color: #ddd;
  left: -65px;
}

.recommend__content__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend__content__col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend__content__row div:nth-of-type(1) {
  width: 50%;
}

.recommend__content__col h3 {
  padding-left: 6px;
  width: 35%;
  height: 60px;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  transform: skewX(-22deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recommend__content__row div h3 {
  font-size: 1.35rem;
  letter-spacing: normal;
}

.recommend__content__col h3 span {
  transform: skewX(22deg);
  display: inline-block;
}

.recommend__content__col .tel {
  padding-top: 10px;
  width: 62%;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  color: #e70012;
  font-weight: bold;
}

.recommend__content__col .tel span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: normal;
  color: #000;
  display: block;
}

.recommend__content__col .tel span a img {
  width: auto;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.p-footer-recruit__img {
  width: 100%;
  height: auto;
  display: block;
}

.p-footer-recruit h2 {
  margin: 0 auto 25px;
  width: 86%;
}

@media only screen and (min-width: 768px) {
  .p-footer-recruit h2 {
    margin-top: 0;
    margin-bottom: 40px;
    width: 525px;
  }
}

.p-footer-recruit h2 img {
  width: 100%;
  height: auto;
  display: block;
}

.p-footer-recruit p {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #e70012;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-footer-recruit p {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.p-footer-recruit_btns {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-footer-recruit_btns {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 389px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: block;
  }
}

.p-footer-recruit_btns ul {
  display: none;
}

@media only screen and (min-width: 768px) {
  .p-footer-recruit_btns ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 389px;
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .p-footer-recruit_btns ul li {
    padding: 0;
    margin: 0;
    width: 3960px;
    height: 389px;
    float: left;
    display: inline;
    overflow: hidden;
  }
}

.p-footer-recruit_btns a {
  margin: 0 auto;
  width: 260px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 55px;
  line-height: 5.5rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .p-footer-recruit_btns a {
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    z-index: 9;
  }
}

.p-footer-recruit_btns img {
  height: 390px;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact {
    background: #dddddd url(assets/images/common/footer_contact_bg.png) no-repeat;
    background-size: auto 100%;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer-contact__inner {
    margin: 0 auto;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-footer-contact_1 {
  padding: 30px 20px 30px;
  background: url(assets/images/common/footer_contact_bg_sp.png) no-repeat;
  background-size: cover;
  position: relative;
}

.p-footer-contact_1::before {
  content: '';
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_1 {
    padding: 60px 0;
    width: 50%;
    background: none;
  }
  .p-footer-contact_1::before {
    display: none;
  }
}

.p-footer-contact_1__content {
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_1__content {
    width: 100%;
  }
}

.p-footer-contact_1 h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_1 h2 {
    display: inline-block;
    position: relative;
  }
  .p-footer-contact_1 h2::after {
    content: '';
    margin-top: -8px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
  }
}

.p-footer-contact_1 h2 a {
  font-size: 22px;
  font-size: 6.875vw;
  line-height: 100%;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_1 h2 a {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

.p-footer-contact_1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #fff;
}

.p-footer-contact_2 {
  padding: 40px 20px 30px;
  background-color: #dddddd;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_2 {
    padding: 50px 0;
    width: 50%;
    transform: skewX(-22deg);
  }
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_2__content {
    transform: skewX(22deg);
  }
}

.p-footer-contact_2__tel {
  margin-bottom: 10px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  color: #e70012;
  text-align: center;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact_2__tel {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.p-footer-contact_2 .biztime {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
}

.p-footer-contact__btn__wrap {
  width: 100%;
}

.p-footer-contact__btn {
  margin: 0 auto;
  width: 230px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
}

.p-footer-contact__btn::before {
  width: 20px;
}

.p-footer-contact__btn::after {
  width: 50px;
  left: -50px;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact__btn {
    width: 330px;
  }
  .p-footer-contact__btn::before {
    width: 50px;
  }
  .p-footer-contact__btn::after {
    width: 120px;
    left: -120px;
  }
}

.p-footer-contact__btn .icon__mail {
  margin-left: 8px;
  width: 18px;
  height: 12px;
}

@media only screen and (min-width: 768px) {
  .p-footer-contact__btn .icon__mail {
    width: 22px;
    height: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer-contact__btn {
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer__info {
    width: 42%;
  }
}

.p-footer__content {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.p-footer__logo_sp {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 5vw;
  line-height: 100%;
  color: #e70012;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-footer__logo_sp img {
  margin-right: 10px;
  width: 45px;
  height: auto;
  display: block;
  align-self: flex-start;
}

.p-footer__logo_sp p {
  padding-top: 5px;
}

.p-footer__logo {
  margin-right: 30px;
  width: 80px;
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.p-footer__address {
  margin-bottom: 35px;
  font-size: 13px;
  font-size: 4.0625vw;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .p-footer__address {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .p-footer__address p {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #e70012;
    font-weight: bold;
  }
}

.p-footer__global_sp {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  max-height: 460px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.p-footer__global_sp li {
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 3.4375vw;
  line-height: 100%;
  letter-spacing: 0;
	line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .p-footer__global_sp li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    margin-left: 1rem;
    text-indent: -1rem;
  }
}

.p-footer__global_sp li a {
  color: #000;
  font-weight: bold;
  display: block;
}

.p-footer__global_sp li a::before {
  content: '';
  margin-right: 3px;
  width: 0;
  height: 0;
  border-left: 5px solid #e70012;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}

.p-footer__global_sp li > ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0 1rem;
}

.p-footer__global_sp li > ul li {
  margin-bottom: 10px;
  width: 100%;
}

.p-footer__global_sp li > ul li a {
  font-weight: normal;
}

.p-footer__global_sp li > ul li a::before {
  content: '-';
  width: auto;
  height: auto;
  margin-right: 3px;
  border: none;
  display: inline-block;
}

.p-footer__global {
  width: 58%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-footer__global ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 33.333%;
}

.p-footer__global ul li {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0.02rem;
}

.p-footer__global ul li:last-of-type {
  margin-bottom: 0;
}

.p-footer__global ul li a {
  color: #000;
  font-weight: bold;
  text-indent: -2rem;
  display: block;
}

.p-footer__global ul li a::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.p-footer__global ul li a span {
	font-size: 1.2rem;
}

.p-footer__global ul li > ul {
  list-style-type: none;
  margin: 0;
  padding: 12px 0 0 0;
  width: 100%;
}

.p-footer__global ul li > ul li {
  margin-bottom: 9px;
  width: 100%;
}

.p-footer__global ul li > ul li a {
  text-indent: 0;
  font-weight: normal;
  width: 11em;
  display: inline-block;
}

.p-footer__global ul li > ul li::before {
  content: '-';
  margin-right: 3px;
  width: auto;
  height: auto;
  border: none;
  vertical-align: top;
  display: inline-block;
}

.p-footer__global ul li > ul li a::before {
  display: none;
}

.p-footer__btns {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-footer__btns_sns {
  width: 35px;
  height: 35px;
  margin: 0 4px;
  display: block;
}

.p-footer__btns_sns img {
  width: 100%;
  height: auto;
  display: block;
}

.p-footer__btns_recruit {
  margin: 0 8px;
  width: 130px;
  background-color: #baecb9;
  border-radius: 17.5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #0d520d;
  text-align: center;
  font-weight: bold;
  display: block;
}

.p-copy {
  background-color: #dddddd;
  font-size: 10px;
  font-size: 1rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  letter-spacing: 0.05rem;
}

@media only screen and (min-width: 768px) {
  .p-copy {
    margin: 0 auto;
    padding-bottom: 90px;
    background-color: transparent;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.2rem;
    text-align: left;
    width: 1080px;
  }
}

.p-global_sidebar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'helvetica', sans-serif;
}

.p-global_sidebar li a {
  color: #999;
}

.p-global_sidebar li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.5rem;
}

/**
/* form
============================================================*/
.p-form {
  /* placeholder */
}

.p-form__lead {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: "YuGothic", "游ゴシック", sans-serif;
}

@media only screen and (min-width: 768px) {
  .p-form__lead {
    margin-bottom: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    text-align: center;
  }
}

.p-form__lead em {
  color: #ce1b1b;
}

.p-form__confirmtext {
  margin-bottom: 30px;
  display: none;
  text-align: center;
  font-family: "YuGothic", "游ゴシック", sans-serif;
}

.p-form__wrap {
  border-top: 1px solid #b2b2b2;
}

.p-form__item {
  padding: 15px 0;
  border-bottom: 1px solid #b2b2b2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "YuGothic", "游ゴシック", sans-serif;
}

@media only screen and (min-width: 768px) {
  .p-form__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.p-form__label {
  margin-bottom: 10px;
  width: 100%;
  align-self: center;
}

@media only screen and (min-width: 768px) {
  .p-form__label {
    margin-bottom: 0;
    width: 25%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.p-form__label span {
  padding: 2px 0;
  display: inline-block;
}

.p-form__label span::before {
  content: '';
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #e70012;
  display: inline-block;
  position: relative;
  top: -3px;
}

.p-form__input {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .p-form__input {
    margin-bottom: 0;
    width: 35%;
  }
}

.p-form__input .error {
  margin: 10px 0 5px;
}

@media only screen and (min-width: 768px) {
  .p-form__textarea {
    width: 65%;
  }
}

@media only screen and (min-width: 768px) {
  .p-form__note {
    padding-left: 20px;
    width: 40%;
    align-self: center;
  }
}

.p-form__agree {
  margin: 35px 0 100px;
  padding: 30px 15px;
  background: url(assets/images/common/bg_vertical_line_gray.png);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: "YuGothic", "游ゴシック", sans-serif;
  text-align: center;
}

.p-form__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-form__btn_confirm, .p-form__btn_submit, .p-form__btn_back {
  border: 1px solid #e70012;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .p-form__btn_confirm, .p-form__btn_submit, .p-form__btn_back {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 70px;
    line-height: 7rem;
  }
}

.p-form__btn_confirm, .p-form__btn_submit {
  background-color: #e70012;
}

.p-form__btn_confirm::after, .p-form__btn_submit::after {
  content: '';
  margin-left: 10px;
  width: 9px;
  height: 9px;
  border: 1px solid;
  border-color: transparent #fff #fff transparent;
  transform: rotate(-45deg);
  display: inline-block;
  position: relative;
  top: -4px;
}

.p-form__btn_confirm {
  width: 70%;
}

.p-form__btn_submit {
  margin: 0 5px;
  width: 40%;
}

.p-form__btn_back {
  margin: 0 5px;
  width: 25%;
  color: #e70012;
  background-color: transparent;
  cursor: pointer;
}

.p-form .required {
  margin-right: 15px;
  padding: 0 5px;
  border: 1px solid #de0000;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #de0000;
  display: inline-block;
  position: relative;
  top: -2px;
}

.p-form .any {
  margin-right: 15px;
  padding: 0 5px;
  border: 1px solid #afafaf;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #afafaf;
  display: inline-block;
  position: relative;
  top: -2px;
}

.p-form input[type='text'],
.p-form input[type='email'] {
  padding: 0 10px;
  border: 1px solid #9b9b9b;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  width: 100%;
}

.p-form textarea {
  height: 200px;
  width: 100%;
  border: 1px solid #9b9b9b;
  resize: vertical;
}

.p-form input[type='ceckbox'] {
  margin-right: 10px !important;
}

.p-form :placeholder-shown {
  color: 000;
}

.p-form ::-webkit-input-placeholder {
  color: #a0a0a0;
}

.p-form :-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.p-form ::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.p-form :-ms-input-placeholder {
  color: #a0a0a0;
}

.mw_wp_form_preview .p-form__confirmtext {
  display: block;
}

/*////////////////////////////////////////////////////////////

Object - page

////////////////////////////////////////////////////////////*/
/**
/* page - index
============================================================*/
.l-contents__index {
  padding: 60px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .l-contents__index {
    padding: 0 0 0 0;
    position: relative;
  }
}

.index-header {
  width: 100%;
  position: relative;
}

.index-header .header__info {
  padding: 60px 20px 0;
}

.index-header .header__info .info__heading {
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  color: #e70012;
  text-align: center;
}

.index-header .header__info .info__icons {
  display: none;
}

.index-header .header__info .info__list {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.index-header .header__info .info__list li {
  padding: 5px 0;
}

.index-header .header__info .info__icon {
  width: 90px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  display: inline-block;
}

.index-header .header__info .info__date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  display: inline-block;
}

.index-header .header__info .info__text {
  padding-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-header .header__info .info__text a {
  color: #111;
}

.index-header .header__info .info__more {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
}

.index-header .header__info .info__more a {
  color: #e70012;
}

.index-header .header__info .info__more::before {
  content: '';
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #e70012 #e70012 transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  top: -2px;
}

.index-header .header__btns {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.index-header .header__btn {
  padding: 7px 0;
  width: calc( 100% / 3);
  background-color: #e70012;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.index-header .header__btn:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .index-header {
    height: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .index-header .header__items {
    width: 27%;
    order: 1;
    align-self: flex-start;
  }
  .index-header .header__info {
    padding-top: 130px;
  }
  .index-header .header__info .info__heading {
    text-align: left;
  }
  .index-header .header__info .info__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .index-header .header__info .info__list {
    padding-top: 10px;
  }
  .index-header .header__info .info__icon {
    margin-right: 5px;
    width: 70px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    align-self: flex-start;
  }
  .index-header .header__info .info__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
  .index-header .header__info .info__more {
    line-height: 22px;
    text-align: right;
  }
  .index-header .header__btns {
    padding-top: 30px;
    display: block;
    position: static;
  }
  .index-header .header__btn {
    margin-bottom: 10px;
    padding-left: 50px;
    width: 100%;
    font-size: 20px;
    font-size: 1.78571vw;
    line-height: 3;
    text-align: left;
    transform: translateX(-14px) skewX(-22deg);
    position: relative;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1120px) {
  .index-header .header__btn {
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
    line-height: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .index-header .header__btn::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .index-header .header__btn:nth-of-type(2) {
    padding-left: 80px;
    border: none;
    transform: translateX(-46px) skewX(-22deg);
  }
  .index-header .header__btn:nth-of-type(2)::before {
    left: 30px;
  }
  .index-header .header__btn:nth-of-type(3) {
    padding-left: 110px;
    border: none;
    transform: translateX(-78px) skewX(-22deg);
  }
  .index-header .header__btn:nth-of-type(3)::before {
    left: 62px;
  }
  .index-header .header__btn span {
    transform: skewX(21deg);
  }
}

/* hero
------------------------------------------------------------*/
.hero {
  padding: 0;
  width: 100%;
  height: 89vw;
  position: relative;
}

.hero .slick-arrow {
  z-index: 500;
  width: 50px;
  height: 50px;
  background: rgba(231, 10, 18, 0.7);
}

.hero .slick-prev {
  left: 0;
  top: calc(100% - 23px);
}

.hero .slick-next {
  right: 0;
  top: calc(100% - 23px);
}

.hero .slick-prev:before {
  content: "";
  width: 17px;
  height: 30px;
  display: inline-block;
  background: url(assets/images/common/arrow_chevron_left.png) no-repeat center;
}

.hero .slick-next:before {
  content: "";
  width: 17px;
  height: 30px;
  display: inline-block;
  background: url(assets/images/common/arrow_chevron_right.png) no-repeat center;
}

.hero .slick-dots {
  position: relative;
  top: -50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 9999;
}

.hero .slick-dots li {
  height: auto;
  width: 20px;
}

@media only screen and (min-width: 768px) {
  .hero {
    width: 72%;
    padding-left: 0;
    padding-top: 170px;
    background-image: none;
    order: 2;
  }
  .hero .slick-prev {
    left: 0;
    top: 50%;
  }
  .hero .slick-next {
    right: 0;
    top: 50%;
  }
  .hero .slick-dots {
    top: 10px;
  }
}

.slick-dots li button {
  width: 35px;
  height: 35px;
}

.slick-dots li button:before {
  font-size: 35px;
}

.hero__img {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 89vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .hero__img {
    height: 804px;
  }
}

.hero__img li {
  width: 100%;
  height: 106vw;
}

@media only screen and (min-width: 768px) {
  .hero__img li {
    height: 804px;
    position: relative;
  }
}

.hero__img li img {
  max-width: none !important;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hero__img li img {
    height: 804px;
    width: auto;
    position: absolute;
    left: 0;
  }
}

.hero__img li .hero__text01 {
  margin-bottom: 35px;
  width: 218px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 20;
}

@media only screen and (min-width: 768px) {
  .hero__text01 {
    margin-left: 100px;
    margin-bottom: 50px;
    width: 450px;
  }
}

.hero__text02 {
  margin: 0 auto 25px;
  width: 91%;
  display: block;
  align-self: flex-start;
}

@media only screen and (min-width: 768px) {
  .hero__text02 {
    margin-left: 35px;
    margin-right: 0;
    margin-bottom: 0;
    width: 445px;
    height: auto;
    position: relative;
    z-index: 2;
  }
}

.hero__content {
  height: calc(36vh - 30px);
  padding: 0;
  background: url(assets/images/common/global_bg.png) no-repeat center center;
  background-size: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

@media only screen and (min-width: 768px) {
  .hero__content {
    display: none;
  }
}

.hero__content p {
  font-size: 11px;
  font-size: 3.4375vw;
  text-align: center;
}

.hero__bar {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hero__bar {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.hero__bar .date {
  padding-right: 15px;
}

.hero__bar a {
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: #111;
  font-weight: bold;
  display: inline-block;
}

.hero__bar_content {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.hero__bar_content::after {
  content: '';
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(assets/images/index/index_newsbar_arrow.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.hero__btn {
  position: relative;
  z-index: 2;
}

.post__icon_hero {
  width: 100px;
  margin-right: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  display: inline-block;
}

/* hero button
- - - - - - - - - - - - - - - - - - */
.p-btn__wrap_hero {
  width: 155px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .p-btn__wrap_hero {
    margin-bottom: 35px;
    width: 600px;
  }
}

.p-btn__hero {
  padding-right: 15px;
  width: 140px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-family: "游明朝", "Yu Mincho", serif;
  text-align: right;
}

.p-btn__hero::before {
  width: 40px;
}

.p-btn__hero::after {
  width: 40px;
  left: -40px;
}

@media only screen and (min-width: 768px) {
  .p-btn__hero {
    padding-right: 25px;
    width: 300px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
    line-height: 6rem;
  }
  .p-btn__hero::before {
    width: 160px;
  }
  .p-btn__hero::after {
    width: 230px;
    left: -230px;
  }
}

/* index お客様　お問い合わせ
------------------------------------------------------------*/
.hero__contact {
  padding: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .hero__contact {
    width: auto;
    position: absolute;
    bottom: 90px;
    right: 100px;
  }
}

.hero__contact__outer {
  padding: 20px 20px 30px;
  background-color: rgba(255, 255, 255, 0.75);
  transform: skewX(-22deg);
}

.hero__contact__inner {
  transform: skewX(22deg);
}

.hero__contact h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #e70012;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .hero__contact h2 {
    padding-left: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: left;
  }
}

.hero__contact p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .hero__contact p {
    justify-content: flex-start;
  }
}

.hero__contact p a {
  padding-left: 10px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.hero__contact__btn {
  margin: 20px auto 0;
  background-color: #e70012;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  transform: skewX(-22deg);
}

@media only screen and (min-width: 768px) {
  .hero__contact__btn {
    width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
    line-height: 4rem;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
}

.hero__contact__btn span {
  display: block;
  transform: skewX(22deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.hero__contact .contact_icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
}

.hero__contact .contact_icon_tel {
  background-image: url(assets/images/index/hero_contact_icon_tel.png);
}

.hero__contact .contact_icon_mail {
  margin-right: 5px;
  background-image: url(assets/images/index/hero_contact_icon_mail.png);
}

.hero__contact .contact_icon_track, .hero__contact .contact_icon .haisou {
  margin-left: 5px;
  width: 30px;
  height: 16px;
  background-image: url(assets/images/index/hero_contact_icon_track.png);
}

.haisou .contact_icon_track {
  transform: skewX(20deg);
}

/* index recruit
------------------------------------------------------------*/
.index-sec1__img {
  width: 100%;
  height: auto;
  display: block;
}

.index-sec1 h2 {
  margin: 0 auto 25px;
  width: 86%;
}

@media only screen and (min-width: 768px) {
  .index-sec1 h2 {
    margin-top: 0;
    margin-bottom: 40px;
    width: 525px;
  }
}

.index-sec1 h2 img {
  width: 100%;
  height: auto;
  display: block;
}

.index-sec1 p {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #e70012;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .index-sec1 p {
    margin-bottom: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.index-sec1 a {
  margin: 0 auto;
  width: 260px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 55px;
  line-height: 5.5rem;
  text-align: center;
  font-weight: bold;
}

.index-sec1_1 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .index-sec1_1 {
    padding-top: 130px;
    padding-bottom: 0;
    height: 475px;
    background-image: url(assets/images/index/index_sec1_img01.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.index-sec1_2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .index-sec1_2 {
    margin: 0 auto;
    width: 100%;
    height: 389px;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: block;
  }
  .index-sec1_2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 389px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .index-sec1_2 ul li {
    padding: 0;
    margin: 0;
    width: 3597px;
    /*width: 3960px;*/
    height: 389px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .index-sec1_2 img {
    width: auto;
    height: 389px;
  }
  /* =======================================
  ClearFixElements
  ======================================= */
  .index-sec1_2 ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  .index-sec1_2 ul {
    display: inline-block;
    overflow: hidden;
  }
}

/* index sk Point
------------------------------------------------------------*/
.index-sec2__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.index-sec2__num {
  padding-left: 5px;
  width: 24%;
  font-size: 54px;
  font-size: 16.875vw;
  line-height: 100%;
  font-family: 'arial', sans-serif;
  color: #e70012;
  transform: skewX(-15deg);
}

@media only screen and (min-width: 768px) {
  .index-sec2__num {
    width: 110px;
    font-size: 95px;
    font-size: 9.5rem;
    line-height: 95px;
    line-height: 9.5rem;
  }
}

.index-sec2__num span {
  font-size: 11px;
  font-size: 3.4375vw;
  line-height: 100%;
  display: block;
}

.index-sec2__header p {
  margin-top: 155px;
  padding: 5vw;
}

@media only screen and (max-width: 767px) {
.index-sec2__header p {
  margin-top: 220px;
  padding: 8vw 5vw 5vw 5vw;
  }
}


@media only screen and (min-width: 768px) {
  .index-sec2__num span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .index-sec2__header p {
    margin-top: 0;
    padding: 0 0 0 133px;
  }
}

.index-sec2 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 76%;
  font-size: 26px;
  font-size: 7.125vw;
  line-height: 1.2;
  color: #e70012;
  position: relative;
}

.index-sec2 h2::before, .index-sec2 h2::after, .index-sec4 h2::before, .index-sec4 h2::after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 4px;
}

.index-sec2 h2::before, .index-sec4 h2::before {
  width: 100%;
  background-color: #adadad;
}

.index-sec2 h2::after, .index-sec4 h2::after {
  width: 50%;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .index-sec2 h2, .index-sec4 h2 {
    margin-bottom: 50px;
    width: 620px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .index-sec2 h2::before, .index-sec2 h2::after, .index-sec4 h2::before, .index-sec4 h2::after {
    top: 8px;
  }
  .index-sec2 h2::before, .index-sec4 h2::before {
    width: 75vw;
  }
  .index-sec2 h2._biz {
    width: 710px;
  }
}

.index-sec2 h2 span {
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .index-sec2 h2 span {
    padding-top: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .index-sec2 h2._service::before, .index-sec4 h2._service::before {
    width: 100%;
    background-color: #fff;
    left: -740px;
  }
  .index-sec2 h2._service::after, .index-sec4 h2._service::after {
    width: 100%;
    background-color: #e70012;
  }
}

.index-sec2_1 {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #f3f3f3 url(assets/images/index/index_sec2_bg01.jpg) no-repeat left -10px top 100px/auto 26%;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 {
    padding-top: 115px;
    background-image: url(assets/images/index/index_sec2_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__inner {
    margin: 0 auto;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__content {
    width: 840px;
  }
}

.index-sec2_1_text {
  margin-bottom: 15px;
  padding: 20px 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  color: #e70012;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_text {
    padding: 20px 0 0;
  }
}

.index-sec2_1 .index-sec2_txt {
  position: relative;
  top: 300px;
  padding-bottom: 300px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 p {
    margin-bottom: 30px;
    padding: 0 0 0 130px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
  .index-sec2_1 .index-sec2_txt {
    position: relative;
    top: 300px;
    padding-bottom: 300px;
  }
}

.index-sec2_1 p em {
  padding: 2px;
  background-color: #e70012;
  color: #fff;
}

.index-sec2_1_heading-lv1 {
  background-color: #e70012;
  color: #fff;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3rem;
  transform: skewX(-22deg);
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 10px 10px 40px;
}

.index-sec2_1_heading-lv1 a {
  color: #fff;
}

.index-sec2_1_heading-lv1 span {
  display: block;
  transform: skewX(20deg);
}

.index-sec2_1_heading-lv1::after {
  width: 140px;
  background-color: #e70012;
  left: -140px;
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 49.5%;
}

.index-sec2_1_heading-lv1::before {
  width: 40px;
  left: 0;
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  top: 49.5%;
  z-index: 10;
}

.index-sec2_1_ex {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_ex {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.index-sec2_1_row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_row {
    width: calc( 100% - 160px);
  }
}

.index-sec2_1_col {
  margin-bottom: 40px;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_col {
    width: 20%;
  }
}

.index-sec2_1_img {
  margin: 0 auto;
  width: 70%;
  height: auto;
  display: block;
}

.index-sec2_1_label {
  margin: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_label {
    padding: 0 !important;
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.index-sec2_1_price {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #e70012;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_price {
    padding: 0 !important;
  }
}

.index-sec2_1_price span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
}

.index-sec2_1_heading-lv2 {
  margin-top: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_heading-lv2 {
    padding-top: 30px;
    width: 160px;
  }
}

.index-sec2_1_list {
  list-style-type: none;
  margin-bottom: 40px;
  padding: 0 20px 0 45px !important;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_list {
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 0 0 25px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.index-sec2_1_list li {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1_list li {
    padding: 0 20px;
    width: 50%;
  }
  .index-sec2_1_list li:nth-of-type(3) {
    width: 28%;
  }
  .index-sec2_1_list li:nth-of-type(4) {
    width: 22%;
  }
}

.index-sec2_1_list .list__heading {
  margin: 0 0 5px 0;
  padding: 0;
  color: #e70012;
  font-weight: bold;
  text-indent: -2rem;
  display: block;
}

.index-sec2_1_list .list__heading::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.index-sec2_1_list .list__text {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.index-sec2_2 h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 5.625vw;
  line-height: 36px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 .index-sec2_txt {
    top: 0;
    padding-bottom: 0;
  }
  .index-sec2_1_heading-lv1 {
    margin: 0;
    width: 480px;
    line-height: 2em;
    height: 60px;
  }
  .index-sec2_1_heading-lv1 a:hover {
    text-decoration: none;
  }
  .index-sec2_1_heading-lv1-1 {
    margin-left: 350px;
  }
  .index-sec2_2 h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: left;
    width: 100%;
    margin-left: 170px;
  }
}

.index-sec2_2 h3 span {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  background-color: #e70012;
  border-radius: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2 h3 span {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}

.index-sec2_1 .index_dl01 {
  padding: 15px 15px 15px 30px;
}

.index-sec2_1 .index_dl01 dt, p.index_dl01 {
  color: #e70012;
  font-weight: bold;
  text-indent: -2rem;
  display: block;
}

p.index_dl01 {
  margin: 15px 0;
}

.index-sec2_1 .index_dl01 dt:before, p.index_dl01:before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.index-sec2_2 ul {
  list-style-type: none;
  margin: 0 0 35px 0;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 ul {
    padding-left: 190px;
  }
  .index-sec2_1 .index_dl01 {
    padding: 15px 0 15px 0;
  }
}

.index-sec2_2 ul li {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 4.0625vw;
  line-height: 120%;
  margin-left: 0.6rem;
  text-indent: -0.6rem;
}

.index-sec2_2 ul li::before {
  content: '';
  margin-right: 0.35rem;
  width: 0;
  height: 0;
  border-left: 4px solid #e70012;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2 ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .index-sec2_1 ul li::before {
    border-left: 5px solid #e70012;
    border-top: 4px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.index-sec2_1__contact {
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}

.index-sec2_1__contact::before {
  content: '';
  width: 43vw;
  height: 43vw;
  background: url(assets/images/index/index_sec2_bg_sp.png) no-repeat top right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__contact::before {
    display: none;
  }
}

.index-sec2_1__contact .content {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__contact .content {
    width: 100%;
  }
}

.index-sec2_1__contact .text {
  width: 200px;
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #e70012;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__contact .text {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .index-sec2_1-btn__wrap {
    width: 100%;
    justify-content: flex-end;
    position: relative;
  }
  .index-sec2_1-btn__wrap::after {
    content: '';
    width: 390px;
    height: 60px;
    background: url(assets/images/index/logo_bigcam.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 275px;
    bottom: -40px;
    z-index: 0;
  }
}

.index-sec2_1__btn {
  width: 45%;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
}

.index-sec2_1__btn::before {
  width: 20px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__btn {
    width: 280px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
    z-index: 1;
  }
  .index-sec2_1__btn::before {
    width: 40px;
    left: 0;
  }
  .index-sec2_1__btn::after {
    width: 220px;
    background-color: #e70012;
    left: -220px;
  }
}

.index-sec2_1__tel {
  width: 170px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__tel {
    width: 260px;
  }
}

.index-sec2_1__tel .tel {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #e70012;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__tel .tel {
    padding: 0;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 33px;
    line-height: 3.3rem;
  }
}

.index-sec2_1__tel .biztime {
  width: 100%;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #111;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1__tel .biztime {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}

.index-sec2_1 .sk_info {
  margin: 0 10px;
  width: auto;
}

.index-sec2_1 .sk_info p {
  padding: 0;
}

.index-sec2_1 .sk_info p.name {
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: solid 1px;
}

.index-sec2_1 .sk_info p span {
  display: inline-block;
  padding-right: 20px;
}


@media only screen and (max-width: 767px) {
.index-sec2_1 .sk_info p span {
  padding-right: 10px !important;
}
}

.index-sec2_1 .sk_info p a > span {
  padding: 0;
}

.index-sec2_1 .sk_info p a > span .icon__mail {
  background-image: url(assets/images/common/icon_mail_red.png);
}

.index-sec2_2 {
  margin-bottom: 80px;
  padding-top: 80px;
  position: relative;
  background: url(assets/images/index/index_sec2_bg04.jpg) no-repeat top 35vw right/auto 33%;
}

@media only screen and (max-width: 767px) {
.index-sec2_2 {
  margin-bottom: 50px;
  padding-top: 50px;
  }
}


/*
.index-sec2_2::after {
  content: '';
  margin: 0 auto;
  width: 100%;
  height: 150px;
  background-image: url(assets/images/index/index_sec2_bg03.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -90px;
}
*/
@media only screen and (min-width: 768px) {
  .index-sec2_1 .sk_info {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
  }
  .index-sec2_1 .sk_info p {
    padding: 0;
    font-size: 1.8rem;
  }
  .index-sec2_1 .sk_info p.name {
    font-size: 2.1rem;
    font-weight: bold;
    border-right: solid 1px;
    padding-right: 20px;
    border-bottom: none;
    margin-right: 20px;
    white-space: nowrap;
  }
  .index-sec2_2 {
    margin-bottom: 0;
    padding-top: 85px;
    padding-bottom: 120px;
    background-image: url(assets/images/index/index_sec2_bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .index-sec2_2::after {
    display: none;
  }
}

.index-sec2_2__lead {
  display: none;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2__lead {
    margin-bottom: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .index-sec2_2__inner {
    margin: 0 auto;
    width: 1280px;
  }
}

.index-sec2_2-btn__wrap {
  margin-bottom: 30px;
  padding-right: 20px;
  width: 100%;
  display: block;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
.index-sec2_2-btn__wrap {
  padding-right: 12px;
  padding-left:12px;
  }
}

.index-sec2_2-btn__wrap .text {
  color: #e70a12;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}

.index-sec2_2-btn__wrap .text:after {
  display: none;
}

.index-sec2_2-btn__wrap .btn_sec02 .text {
  margin-left: 0;
}

.index-sec2_2-btn__wrap .btn_sec02 .text::after {
  display: none;
}

.index-sec2_2-btn__wrap .tel {
  width: 320px;
  margin-left: auto;
  color: #e70a12;
  font-weight: bold;
  position: relative;
  text-align: right;
  right: 8px;
}

@media only screen and (max-width: 767px) {
.index-sec2_2-btn__wrap .tel {
  width: 90%;
  }
.index-sec2_2-btn__wrap .tel__small {
  font-size:0.9em;
  }
}

.index-sec2_2-btn__wrap .tel__small {
  padding-top: 3px;
  line-height: 1.2em;
  display: inline-block;
}

.index-sec2_2-btn__wrap .tel__text {
  padding-right: 15px;
  font-size: 97%;
  color: #111;
  font-weight: normal;
  display: block;
}

.index-sec2_2-btn__wrap .tel a {
  width: 54%;
  font-size: 150%;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  padding-left: 5px;
  bottom: -5px;
}

@media only screen and (max-width: 767px) {
.index-sec2_2-btn__wrap .tel a {
  width: 58%;
  font-size: 140%;
  }
}

.index-sec2_2-btn__wrap .tel a:hover {
  text-decoration: none;
}

.index-sec2_2-btn__wrap .tel__haisou {
  display: block;
  transform: skewX(-22deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #e70012;
  right: 25px;
  position: relative;
  padding-right: 0;
}

.index-sec2_2-btn__wrap .tel__haisou a {
  color: #fff;
  transform: skewX(20deg);
  font-size: 1.6rem;
  font-weight: bold;
  width: auto;
  padding: 0 0 9px;
}

.index-sec2_2-btn__wrap .btn_sec02 {
  margin-top: 50px;
}

.index-sec2_2-btn__wrap .btn_sec03 {
  margin-top: 50px;
}

.index-sec2_2-btn__wrap .btn_sec03 .tel span {
  word-wrap: break-word;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2__content {
    width: 750px;
    margin-top: 40px;
  }
  .index-sec2_2-btn__wrap {
    margin-bottom: 30px;
    padding-right: 20px;
    width: 100%;
    justify-content: flex-end;
    padding-left: 58px;
    justify-content: flex-start;
    position: relative;
    top: 100px;
    display: -webkit-flex;
    display: flex;
  }
  .index-sec2_2-btn__wrap .text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    line-height: 2.6rem;
    position: absolute;
  }
  .index-sec2_2-btn__wrap .btn_sec {
    margin-top: 0;
    width: calc( 100% / 3);
    position: relative;
  }
  .index-sec2_2-btn__wrap .btn_sec01 {
    z-index: 3;
  }
  .index-sec2_2-btn__wrap .btn_sec01 .text::after {
    content: '';
    width: 130px;
    aspect-ratio: 162 / 35;
    background: url(assets/images/index/logo_bigcam.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: -28px;
    z-index: 0;
  }
  .index-sec2_2-btn__wrap .btn_sec02 {
    margin-top: 0;
    z-index: 2;
  }
  .index-sec2_2-btn__wrap .btn_sec02 .text {
    margin-left: 30px;
  }
  .index-sec2_2-btn__wrap .btn_sec03 {
    margin-top: 0;
    z-index: 1;
  }
  .index-sec2_2-btn__wrap .btn_sec03 .text {
    margin-left: 30px;
  }
  .index-sec2_2-btn__wrap .btn_sec03 .text::after {
    display: none;
  }
}

.index-sec2_2__btn {
  width: auto;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.index-sec2_2__btn::before {
  width: 40px;
  left: 0;
}

.index-sec2_2__btn::after {
  width: 200px;
  background-color: #e70012;
  left: -200px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2__btn {
    width: 190px;
    height: 50px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 50px;
    line-height: 5rem;
    margin-left: auto;
  }
  .index-sec2_2__btn::before {
    width: 10px;
    left: 0;
  }
  .index-sec2_2__btn::after {
    width: 200px;
    background-color: #e70012;
    left: 0px;
  }
  .btn_sec01 .index-sec2_2__btn::after {
    width: 800px;
    left: -800px;
  }
  .btn_sec02 .index-sec2_2__btn::after, .btn_sec03 .index-sec2_2__btn::after {
    width: 210px;
    left: -210px;
  }
}

.index-sec2_2 ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-sec2_2 ul li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 3.75vw;
  line-height: 120%;
  margin-left: 0.6rem;
  text-indent: -0.6rem;
}

.index-sec2_2 ul li::before {
  content: '';
  margin-right: 0.35rem;
  width: 0;
  height: 0;
  border-left: 4px solid #e70012;
  border-top: 3px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 768px) {
  .index-sec2_2 ul {
    padding: 0 0 0 115px;
  }
  .index-sec2_2 ul li {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .index-sec2_2 ul li::before {
    border-left: 5px solid #e70012;
    border-top: 4px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.index-sec2_2__img {
  width: 100%;
  height: auto;
  display: block;
}

/* index map
------------------------------------------------------------*/
.index-sec4 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.map_link {
  position: relative;
}

.map_link img {
  margin-bottom: 20px;
}

.map_link a {
  position: absolute;
  width: 210px;
  padding: 15px 10px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background-color: #e70012;
  transition: background-color .2s ease-out;
}

.map_link a:hover {
  opacity: 1;
  background-color: #f37f88 !important;
  text-decoration: none !important;
}

.map_link #honsha {
  top: 22px;
  left: 463px;
}

.map_link #johoku {
  top: 76px;
  left: 463px;
}

.map_link #koutou {
  bottom: 0;
  right: 0;
}

.map_link #yokohama {
  bottom: 0;
  left: 502px;
}

.map_link #funabashi {
  top: 215px;
  right: 0;
}

.map_link #higashimatsuyama {
  top: 215px;
  left: 463px;
}

.map_link #kojibu {
  top: 130px;
  left: 463px;
}

.map_link #itabashi_ds {
  top: 76px;
  right: 0;
}

.map_link #nagoya {
  top: 50px;
  left: 76px;
}

.map_link #osaka {
  bottom: 0;
  left: 62px;
}

.map_link #hiroshima {
  top: 175px;
  left: 0;
}

.index-sec4__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.index-sec4 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 76%;
  font-size: 26px;
  font-size: 7.125vw;
  line-height: 1.2;
  color: #e70012;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .index-sec4 h2 {
    margin-bottom: 50px;
    width: 620px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
    margin-left: 15px;
  }
  .index-sec4 h2._service::before {
    background-color: #adadad;
  }
}

@media only screen and (max-width: 768px) {
  .map_link a {
    position: static;
    width: 44%;
    margin: 2%;
    font-size: 1.6rem;
  }
}

._scroll {
  overflow: scroll;
}

@media only screen and (min-width: 768px) {
  ._scroll {
    overflow: visible;
  }
}

.service__table-row {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .service__table-row {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .service__table-col {
    margin: 0 auto;
    width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .service__table-col--mt {
    padding-top: 100px;
  }
}

.service__table-heading {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .service__table-heading {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

.service__table-note {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .service__table-note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}

.service__table-note ul li {
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  position: relative;
}

.service__table-note ul li::before {
  content: '※';
}

@media only screen and (min-width: 768px) {
  .service__table-note ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
  }
}

.service__table1 {
  width: 860px;
  border-collapse: collapse;
  border-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .service__table1 {
    width: 100%;
  }
}

.service__table1 th, .service__table1 td {
  padding: 10px;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.service__table1 td.addBorderBottom0,
.service__table1 td._bdn.addBorderBottom0 {
  border-bottom: 1px #eee solid;
}
.service__table1 td.addBorderBottom255,
.service__table1 td._bdn.addBorderBottom255 {
  border-bottom: 1px #fff solid;
}

@media only screen and (min-width: 768px) {
  .service__table1 th, .service__table1 td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.service__table1 th._gray, .service__table1 td._gray {
  background-color: #eee;
}

.service__table1 th._bdn, .service__table1 td._bdn {
  border: none;
}

.service__table1 th {
  width: 16%;
}

.service__table1 th:first-of-type {
  width: 4%;
}

@media only screen and (min-width: 768px) {
  .service__table1 td {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.service__table1 td._gray {
  background-color: #eee;
}

.service__table1 td._price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
}

@media only screen and (min-width: 768px) {
  .service__table1 td._price {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.service__table1 td span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  display: inline-block;
}

.service__table2 {
  width: 860px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 3rem;
  border-collapse: collapse;
  border-spacing: 1px;
}

.service__table2 td {
  padding: 10px 5px 10px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  font-weight: bold;
  border-right: 1px solid #ccc;
}

.service__table2 td._gray {
  background-color: #eeeeee;
}

.service__table2 td._left {
  width: 15%;
}

.service__table2 td._right {
  width: 10%;
}

.service__table2 td._orange {
  background-color: #efd1be;
}

.service__table2 td._bdn {
  border: none;
}

.service__table2 td ._flx {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.service__table2 td ._label {
  display: block;
  width: 45%;
}

.service__table2 td ._normal {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.service__table2 td ._sub {
  padding-left: 5px;
  padding-right: 0;
  width: 55%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: block;
}

.service__table2 td ._small {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.5rem;
  display: inline-block;
}

.service__table2 td._price, .service__table2 td ._price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-right: 10px;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .service__table2 td._price, .service__table2 td ._price {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .service__table2 {
    width: 100%;
  }
}

.service-btn__wrap-2-1 {
  width: 500px !important;
}

.service-sec2_2__btn {
  margin-left: auto;
  width: 45%;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.service-sec2_2__btn::before {
  width: 20px;
  left: 0;
  z-index: 2;
}

.service-sec2_2__btn::after {
  width: 200px;
  background-color: #e70012;
  left: -200px;
}

.btn_sec02 .index-sec2_2__btn::after {
  width: 210px;
  left: -210px;
}

.btn_sec03 .index-sec2_2__btn::after {
  width: 210px;
  left: -210px;
}

@media only screen and (min-width: 768px) {
  .service-sec2_2__btn {
    width: 280px;
    height: 60px;
    font-size: 13px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
    margin-left: auto;
  }
  .service-sec2_2__btn:last-of-type {
    margin-left: 30px;
  }
  .service-sec2_2__btn::before {
    width: 40px;
    left: 0;
  }
  .service-sec2_2__btn::after {
    width: 200px;
    background-color: #e70012;
    left: -200px;
  }
  .btn_sec01 .index-sec2_2__btn::after {
    width: 800px;
    left: -800px;
  }
}

.service3__table-inner {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .service3__table-inner {
    margin-top: 80px;
  }
}

.service3__table-row {
  margin-bottom: 150px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .service3__table-row {
    margin: 0 auto 80px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.service3__table-col {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .service3__table-col {
    padding: 10px;
    width: 32%;
  }
}

.service3__table-heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #e70012;
}

.service3__table-note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding-left: 10px;
}

.service3__table {
  margin-bottom: 40px;
  border-collapse: collapse;
  border-spacing: 1px;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .service3__table {
    margin-bottom: 0;
  }
}

.service3__table th {
  padding: 10px;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

@media only screen and (min-width: 768px) {
  .service3__table th {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 23px;
    line-height: 2.3rem;
  }
}

.service3__table td {
  padding: 18px 10px 17px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .service3__table td {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.service3__table td._low {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.service3__table td._low2 {
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}

.service3__table td._bdrn {
  border-right: none;
}

.service3__table td._bdbn {
  border-bottom: none;
}

.service3__table ._small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: left;
}

/**
/* page - news
============================================================*/
.news-menu {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .news-menu {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.news-menu h2 {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #e70012;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .news-menu h2 {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .news-menu__category, .news-menu__archive {
    margin: 0 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.news-menu__category {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .news-menu__category {
    margin-bottom: 0;
  }
}

.news-menu__archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5%;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e70012;
  border-radius: 0;
  font-size: 4.5vw;
  color: #e70012;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 768px) {
  .news-menu__archive select {
    width: 189px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.news__row {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .news__row {
    margin-right: -2%;
    margin-left: -2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.news__col {
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .news__col {
    padding: 0 2%;
    width: calc(100% / 4);
  }
}

.news__col .media {
  margin-bottom: 15px;
  padding-top: 68%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.news__col .media img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.news__col .meta {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

.news__col .meta .date {
  margin-right: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.news__col .meta .post__icon {
  padding: 0 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .news__col .meta .post__icon {
    width: 80px;
  }
}

.news__col h2 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .news__col h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.news__col h2 a {
  text-decoration: underline;
}

.news__col h2 a:hover {
  text-decoration: none;
}

.news__col p {
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: justify;
}

.news__col .readmore {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.news__col .readmore a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #e70012;
  position: relative;
}

.news__col .readmore a::after {
  content: '';
  margin-left: 1rem;
  width: 20px;
  height: 7px;
  background-image: url(assets/images/news/arrow_readmore.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: -1px;
}

/* archive
------------------------------------------------------------*/
.archive_ttl {
  margin-bottom: 50px;
}

/* single
------------------------------------------------------------*/
.news-single__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .news-single__inner {
    width: 918px;
  }
}

.news-single__inner h1 {
  margin-bottom: 0px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .news-single__inner h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

.news-single__inner .meta {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .news-single__inner .meta {
    margin-bottom: 20px;
  }
}

.news-single__inner .meta .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.news-single__inner .meta .post__icon {
  margin-left: 15px;
  height: 24px;
  width: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.postbody {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .postbody {
    padding-bottom: 80px;
  }
}

.postbody h2,
.postbody h3,
.postbody h4,
.postbody h5,
.postbody h6,
.postbody .title_solid,
.postbody .title_underline,
.postbody .title_chevron,
.postbody .title_border,
.postbody .title_plane {
  margin: 0 0 25px !important;
  font-weight: bold;
  color: #3e3a34;
}

.postbody h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 33px;
  line-height: 3.3rem;
}

@media only screen and (min-width: 768px) {
  .postbody h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 46px;
    line-height: 4.6rem;
  }
}

.postbody h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
}

@media only screen and (min-width: 768px) {
  .postbody h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}

.postbody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
}

@media only screen and (min-width: 768px) {
  .postbody h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
}

.postbody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .postbody h5 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.postbody h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .postbody h6 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.postbody div {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.postbody p {
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.postbody img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}

.postbody a {
  color: #66cbee;
  text-decoration: underline;
}

.postbody a:hover {
  text-decoration: none;
}

.postbody .single_meta {
  margin-bottom: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
}

.postbody blockquote {
  margin: 0 0 40px;
  padding: 20px;
  border: 1px dashed #e70012;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: sans-serif;
  font-style: italic;
}

.postbody blockquote p {
  margin-bottom: 0;
}

.postbody ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.postbody ul li:before {
  content: '';
  margin-right: 10px;
  width: 10px;
  height: 14px;
  background: url(assets/images/common/ul_chevron.png) no-repeat;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  display: inline-block;
}

.postbody .underline {
  padding-bottom: 2px;
  border-bottom: 3px solid #66cbee;
}

.postbody .bold_red {
  color: #da5358;
  font-weight: bold;
}

.postbody .bold_blue {
  color: #66cbee;
  font-weight: bold;
}

.postbody .bold_yellow {
  color: #f5b32c;
  font-weight: bold;
}

.postbody .bold_black {
  color: #e70012;
  font-weight: bold;
}

/**
/* page - voice
============================================================*/
@media only screen and (min-width: 768px) {
  .voice-sec {
    margin: 0 auto;
    width: 1080px;
  }
}

.voice-sec__archive {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.voice-sec__archive h2 {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "YuGothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #e70012;
  letter-spacing: 0.06rem;
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .voice-sec__archive h2 {
    margin-right: 15px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.voice-sec__archive select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0 10px;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e70012;
  border-radius: 0;
  font-size: 4.5vw;
  color: #e70012;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 768px) {
  .voice-sec__archive select {
    width: 189px;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.voice-sec__row {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .voice-sec__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.voice-sec__col {
  margin-bottom: 40px;
  padding: 20px 60px;
  width: 100%;
  background-color: #f0f0f0;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  position: relative;
}

.voice-sec__col::before, .voice-sec__col::after {
  content: '';
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
}

.voice-sec__col::before {
  background-image: url(assets/images/voice/voice_col_bg_red_sp.png);
  background-position: bottom left;
  left: 0;
}

.voice-sec__col::after {
  background-image: url(assets/images/voice/voice_col_bg_gray_sp.png);
  background-position: top right;
  right: 0;
}

.voice-sec__col:hover:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .voice-sec__col {
    margin-bottom: 55px;
    width: 47.75%;
    padding: 25px 95px;
  }
  .voice-sec__col::before {
    background-image: url(assets/images/voice/voice_col_bg_red.png);
  }
  .voice-sec__col::after {
    background-image: url(assets/images/voice/voice_col_bg_gray.png);
  }
}

.voice-sec__col h2 {
  /*margin-bottom: 10px;*/
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  position: relative;
}

.voice-sec__col h2::before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #e70012;
  display: block;
  position: absolute;
  top: 14px;
  left: -45px;
}

@media only screen and (min-width: 768px) {
  .voice-sec__col h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.voice-sec__col p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #111111;
}

@media only screen and (min-width: 768px) {
  .voice-sec__col p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.voice-sec__meta {
  color: #111111;
}

.voice-sec__mordal {
  background-color: #fff;
  border: none;
  position: relative;
}

.voice-sec__mordal::before, .voice-sec__mordal::after {
  content: '';
  width: 50%;
  height: 17%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  position: absolute;
}

.voice-sec__mordal::before {
  background-image: url(assets/images/voice/voice_col_bg_red_mordal.png);
  background-position: bottom left;
  top: 0;
  left: 0;
}

.voice-sec__mordal::after {
  background-image: url(assets/images/voice/voice_col_bg_gray_mordal.png);
  background-position: top right;
  bottom: 0;
  right: 0;
}

.voice-sec__meta .date {
  display: none;
}

@media only screen and (min-width: 768px) {
  .voice-sec__mordal::before, .voice-sec__mordal::after {
    content: '';
    width: 50%;
    height: 50%;
  }
}

.voice-sec__mordal h2 {
  padding: 60px 35px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .voice-sec__mordal h2 {
    padding: 40px 90px 15px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 4rem;
  }
}

.voice-sec__mordal .content {
  padding: 25px 35px 40px;
  border-top: 1px solid #e70012;
}

@media only screen and (min-width: 768px) {
  .voice-sec__mordal .content {
    padding: 25px 90px 40px;
  }
}

.voice-sec__mordal .content p {
  margin-bottom: 10px;
}

/**
/* page - faq
============================================================*/
.faq__btns {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .faq__btns {
    margin: 0 auto 90px;
    padding: 0;
    width: 1080px;
  }
}

.faq__btns a {
  width: 32.5%;
  height: 40px;
  background-color: #e70012;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transform: skewX(-22deg);
}

@media only screen and (min-width: 768px) {
  .faq__btns a {
    height: 60px;
    width: 310px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    position: relative;
  }
  .faq__btns a::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.faq__btns a span {
  transform: skewX(20deg);
}

@media only screen and (min-width: 768px) {
  .faq-sec1 {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .faq-sec1__header {
    justify-content: flex-start;
    overflow: hidden;
  }
}

.faq-sec1__header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .faq-sec1__header__inner {
    margin: 0 auto;
    width: 1080px;
  }
}

.faq-sec1__num {
  width: 20%;
  padding-right: 5px;
  font-size: 54px;
  font-size: 16.875vw;
  text-align: right;
  line-height: 100%;
  font-family: 'arial', sans-serif;
  color: #e70012;
  transform: skewX(-15deg);
}

@media only screen and (min-width: 768px) {
  .faq-sec1__num {
    width: 110px;
    font-size: 95px;
    font-size: 9.5rem;
    line-height: 95px;
    line-height: 9.5rem;
    position: absolute;
    left: -110px;
  }
}

.faq-sec1__num span {
  font-size: 11px;
  font-size: 3.4375vw;
  line-height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .faq-sec1__num span {
    padding-right: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.faq-sec1 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 76%;
  font-size: 26px;
  font-size: 8.125vw;
  line-height: 100%;
  color: #e70012;
  position: relative;
}

.faq-sec1 h2::before, .faq-sec1 h2::after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 4px;
}

.faq-sec1 h2::before {
  width: 100%;
  background-color: #adadad;
}

.faq-sec1 h2::after {
  width: 50%;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .faq-sec1 h2 {
    margin: 0 auto 50px;
    padding-left: 10px;
    width: 1080px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .faq-sec1 h2::before, .faq-sec1 h2::after {
    top: 8px;
  }
  .faq-sec1 h2::before {
    width: 2000px;
  }
}

.faq-sec1 h2 span {
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .faq-sec1 h2 span {
    padding-top: 7px;
  }
}

.faq-sec1__row {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .faq-sec1__row {
    margin: 0 auto 80px;
    width: 1080px;
  }
}

.faq-sec1__col h3 {
  margin-bottom: 20px;
  padding: 0 45px;
  height: 90px;
  background-color: #ddd;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #e70012;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.faq-sec1__col h3::before, .faq-sec1__col h3::after {
  content: '';
  width: 48px;
  height: 100%;
  transform: skewX(-22deg);
  display: block;
  position: absolute;
  top: 0;
}

.faq-sec1__col h3::before {
  background-color: #e70012;
  left: -31px;
}

.faq-sec1__col h3::after {
  background-color: #9b9b9b;
  right: -31px;
}

@media only screen and (min-width: 768px) {
  .faq-sec1__col h3 {
    margin-bottom: 25px;
    padding-left: 70px;
    padding-right: 70px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
  .faq-sec1__col h3::before, .faq-sec1__col h3::after {
    width: 25px;
    height: 60px;
  }
  .faq-sec1__col h3::before {
    left: -13px;
  }
  .faq-sec1__col h3::after {
    right: -13px;
  }
}

@media only screen and (min-width: 768px) {
  .faq-sec1__col h3 span {
    display: block;
    position: relative;
  }
  .faq-sec1__col h3 span::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #e70012;
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
  }
}

.faq-sec1__col p {
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}

.faq-sec2 {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .faq-sec2 {
    margin-bottom: 115px;
  }
}

.faq-sec2_1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1__tel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.faq-sec2_1__tel .telnum {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1__tel .telnum {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}

.faq-sec2_1__tel .telnum .icon__tel {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1__tel .telnum .icon__tel {
    width: 35px;
    height: 35px;
  }
}

.faq-sec2_1__tel .biztime {
  padding-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1__tel .biztime {
    padding-top: 0;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-align: left;
  }
}

.faq-sec2_1__text {
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_1__text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

.faq-sec2_2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ddd;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .faq-sec2_2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    line-height: 2.2rem;
  }
}

/**
/* page - interview
============================================================*/
@media only screen and (min-width: 768px) {
  .interview-sec__row {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.interview-sec__col {
  margin-bottom: 40px;
  width: 100%;
  min-height: 260px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .interview-sec__col {
    margin-bottom: 95px;
    width: 520px;
    height: 360px;
  }
}

.interview-sec__img {
  width: 130px;
  height: 160px;
  background-color: #e70012;
  display: block;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .interview-sec__img {
    width: 220px;
    height: 260px;
  }
}

.interview-sec__img span {
  width: 130px;
  height: 160px;
  display: block;
  transform: skewX(-22deg);
  transform-origin: bottom left;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .interview-sec__img span {
    width: 220px;
    height: 260px;
  }
}

.interview-sec__img span img {
  margin-left: -13px;
  width: 235px;
  height: 180px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  transform: skewX(20deg);
  transform-origin: bottom left;
}

@media only screen and (min-width: 768px) {
  .interview-sec__img span img {
    width: 340px;
    height: 260px;
  }
}

.interview-sec__content {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 80px;
  width: 80%;
  background-image: url(assets/images/interview/interview_col_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .interview-sec__content {
    padding-top: 35px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 170px;
    width: 430px;
    overflow: visible;
  }
}

.interview-sec__content h2 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-align: right;
  position: relative;
}

.interview-sec__content h2::after {
  content: '';
  width: 190px;
  height: 1px;
  background-color: #e70012;
  display: block;
  position: absolute;
  right: -20px;
  bottom: 0;
}

@media only screen and (min-width: 768px) {
  .interview-sec__content h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 45px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  .interview-sec__content h2::after {
    content: '';
    width: 190px;
    height: 1px;
    background-color: #e70012;
    display: block;
    position: absolute;
    right: -20px;
    bottom: 0;
  }
}

.interview-sec__meta {
  margin-bottom: 10px;
  background-color: #baecb9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #0d520d;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .interview-sec__meta {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
}

.interview-sec__name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #0d520d;
  text-align: right;
  font-weight: bold;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .interview-sec__name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.interview-sec__name span {
  padding-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #688568;
  display: block;
}

@media only screen and (min-width: 768px) {
  .interview-sec__name span {
    padding-top: 0;
    display: inline-block;
  }
}

.interview-sec__btn {
  width: 140px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: -5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}

.interview-sec__btn::after {
  content: '';
  margin-top: -7px;
  width: 4px;
  height: 14px;
  background: url(assets/images/common/arrow_chevron_right.png) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: skewX(20deg);
}

@media only screen and (min-width: 768px) {
  .interview-sec__btn {
    margin: 0 auto;
    width: 250px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 46px;
    line-height: 4.6rem;
    left: 0;
    right: 0;
    bottom: -23px;
  }
}

/* single
------------------------------------------------------------*/
.interview-single-sec1 {
  padding-top: 45px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1 {
    background-image: url(assets/images/interview/interview_bg_main.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
  }
}

.interview-single-sec1_1__inner {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__img {
    width: calc( 50% + 117px);
    margin-left: -117px;
    overflow: hidden;
    transform: skewX(-22deg);
    transform-origin: bottom left;
    position: absolute;
    top: 0;
  }
}

.interview-single-sec1_1__img img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__img img {
    height: 320px;
    transform: skewX(20deg);
    transform-origin: top right;
    object-position: 100% 50%;
  }
}

.interview-single-sec1_1__content {
  padding: 25px 20px;
  background-image: url(assets/images/interview/interview_bg_header.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__content {
    max-width: 850px;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 400px;
    background: none;
    position: relative;
  }
  .interview-single-sec1_1__content::after {
    content: '';
    width: 200%;
    height: 100%;
    background-image: url(assets/images/interview/interview_bg_header.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}

.interview-single-sec1_1__content h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__content h2 {
    margin-bottom: 25px;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 60px;
    line-height: 6rem;
    position: relative;
    z-index: 1;
  }
}

.interview-single-sec1_1__meta {
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #baecb9;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  color: #0d520d;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__meta {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    line-height: 4.4rem;
    position: relative;
    z-index: 1;
  }
}

.interview-single-sec1_1__name {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  color: #e5e5e5;
  font-weight: bold;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_1__name {
    font-size: 40px;
    font-size: 4rem;
    line-height: 65px;
    line-height: 6.5rem;
    position: relative;
    z-index: 1;
  }
}

.interview-single-sec1_1__name span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #e5e5e5;
}

.interview-single-sec1_2 {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2 {
    padding-top: 85px;
  }
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__header {
    justify-content: flex-start;
    overflow: hidden;
  }
}

.interview-single-sec1_2__header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__header__inner {
    margin: 0 auto;
    width: 1080px;
  }
}

.interview-single-sec1_2__num {
  width: 20%;
  padding-right: 5px;
  font-size: 54px;
  font-size: 16.875vw;
  text-align: right;
  line-height: 100%;
  font-family: 'arial', sans-serif;
  color: #e70012;
  transform: skewX(-15deg);
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__num {
    width: 110px;
    font-size: 95px;
    font-size: 9.5rem;
    line-height: 95px;
    line-height: 9.5rem;
    position: absolute;
    left: -110px;
  }
}

.interview-single-sec1_2__num span {
  font-size: 11px;
  font-size: 3.4375vw;
  line-height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__num span {
    padding-right: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.interview-single-sec1_2 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 76%;
  font-size: 26px;
  font-size: 8.125vw;
  line-height: 100%;
  color: #e70012;
  position: relative;
}

.interview-single-sec1_2 h2::before, .interview-single-sec1_2 h2::after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 4px;
}

.interview-single-sec1_2 h2::before {
  width: 100%;
  background-color: #adadad;
}

.interview-single-sec1_2 h2::after {
  width: 50%;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2 h2 {
    margin: 0 auto 50px;
    padding-left: 10px;
    width: 1080px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .interview-single-sec1_2 h2::before, .interview-single-sec1_2 h2::after {
    top: 8px;
  }
  .interview-single-sec1_2 h2::before {
    width: 2000px;
  }
}

.interview-single-sec1_2 h2 span {
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2 h2 span {
    padding-top: 7px;
  }
}

.interview-single-sec1_2__row {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__row {
    margin: 0 auto;
    padding: 0;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.interview-single-sec1_2__col {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__col {
    margin-bottom: 45px;
    width: 48%;
  }
}

.interview-single-sec1_2__col h3 {
  margin-bottom: 20px;
  padding: 0 45px;
  height: 90px;
  background-color: #ddd;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #e70012;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.interview-single-sec1_2__col h3::before, .interview-single-sec1_2__col h3::after {
  content: '';
  width: 48px;
  height: 100%;
  transform: skewX(-22deg);
  display: block;
  position: absolute;
  top: 0;
}

.interview-single-sec1_2__col h3::before {
  background-color: #e70012;
  left: -31px;
}

.interview-single-sec1_2__col h3::after {
  background-color: #9b9b9b;
  right: -31px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__col h3 {
    margin-bottom: 25px;
    padding-left: 70px;
    padding-right: 70px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 36px;
    line-height: 3.6rem;
  }
  .interview-single-sec1_2__col h3::before, .interview-single-sec1_2__col h3::after {
    width: 25px;
    height: 60px;
  }
  .interview-single-sec1_2__col h3::before {
    left: -13px;
  }
  .interview-single-sec1_2__col h3::after {
    right: -13px;
  }
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__col h3 span {
    display: block;
    position: relative;
  }
  .interview-single-sec1_2__col h3 span::before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #e70012;
    display: block;
    position: absolute;
    top: 50%;
    left: -70px;
  }
}

.interview-single-sec1_2__img {
  margin-bottom: 45px;
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec1_2__img {
    margin-bottom: 50px;
    height: 375px;
  }
}

.interview-single-sec1_2__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.interview-single-sec2 {
  padding-top: 40px;
  background-color: #defbde;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
}

.interview-single-sec2__inner {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__inner {
    margin: 0 auto;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__content {
    width: 46%;
  }
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__header {
    justify-content: flex-start;
  }
}

.interview-single-sec2__header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__header__inner {
    margin: 0 auto;
  }
}

.interview-single-sec2__num {
  width: 20%;
  padding-right: 5px;
  font-size: 54px;
  font-size: 16.875vw;
  text-align: right;
  line-height: 100%;
  font-family: 'arial', sans-serif;
  color: #e70012;
  transform: skewX(-15deg);
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__num {
    width: 110px;
    font-size: 95px;
    font-size: 9.5rem;
    line-height: 95px;
    line-height: 9.5rem;
    position: absolute;
    left: -110px;
  }
}

.interview-single-sec2__num span {
  font-size: 11px;
  font-size: 3.4375vw;
  line-height: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__num span {
    padding-right: 10px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.interview-single-sec2 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 76%;
  font-size: 26px;
  font-size: 8.125vw;
  line-height: 100%;
  color: #e70012;
  position: relative;
}

.interview-single-sec2 h2::before, .interview-single-sec2 h2::after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 4px;
}

.interview-single-sec2 h2::before {
  width: 50%;
  background-color: #fff;
  left: -210px;
}

.interview-single-sec2 h2::after {
  width: 100%;
  background-color: #e70012;
  left: 2px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2 h2 {
    margin: 0 auto 50px;
    padding-left: 10px;
    width: 100%;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .interview-single-sec2 h2::before, .interview-single-sec2 h2::after {
    top: 8px;
  }
  .interview-single-sec2 h2::before {
    width: 1000px;
    left: -1100px;
  }
}

.interview-single-sec2 h2 span {
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2 h2 span {
    padding-top: 7px;
  }
}

.interview-single-sec2__flow {
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__flow {
    padding: 0;
  }
}

.interview-single-sec2__flow dt {
  width: 53%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #e70012;
  position: relative;
}

.interview-single-sec2__flow dt::before {
  content: '';
  top: -1px;
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__flow dt {
    margin-bottom: 8px;
    width: 36%;
  }
}

.interview-single-sec2__flow dd {
  width: 47%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__flow dd {
    margin-bottom: 8px;
    width: 64%;
  }
}

.interview-single-sec2__img {
  width: 100%;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__img {
    width: 54%;
    height: 300px;
    position: absolute;
    right: 0;
    transform: skewX(-22deg);
    transform-origin: bottom left;
    overflow: hidden;
  }
}

.interview-single-sec2__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec2__img img {
    height: 300px;
    transform: skewX(20deg);
    transform-origin: bottom left;
  }
}

.interview-single-sec3 {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(assets/images/interview/interview_index_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec3 {
    margin-bottom: 115px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.interview-single-sec3__btn {
  margin: 0 auto 40px;
  width: 250px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.interview-single-sec3__btn::after {
  content: '';
  margin-top: -8px;
  width: 9px;
  height: 16px;
  background: url(assets/images/common/arrow_chevron_right.png);
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: skewX(20deg);
}

@media only screen and (min-width: 768px) {
  .interview-single-sec3__btn {
    margin-bottom: 50px;
    width: 300px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
  }
}

.interview-single-sec3__row {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec3__row {
    margin-left: -18px;
    margin-right: -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.interview-single-sec3__col {
  margin-bottom: 30px;
  width: 100%;
  height: 220px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec3__col {
    margin-right: 18px;
    margin-left: 18px;
    width: 335px;
  }
}

.interview-single-sec3__img {
  background-color: #e70012;
  display: block;
  position: absolute;
  top: 0;
}

.interview-single-sec3__img span {
  width: 150px;
  height: 180px;
  display: block;
  transform: skewX(-22deg);
  transform-origin: bottom left;
  overflow: hidden;
}

.interview-single-sec3__img span img {
  margin-left: -10px;
  width: 235px;
  height: 180px;
  max-width: none;
  transform: skewX(20deg);
  transform-origin: bottom left;
  object-fit: cover;
}

.interview-single-sec3__content {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 120px;
  width: 265px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .interview-single-sec3__content h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-left: 45px;
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    line-height: 44px;
    line-height: 4.4rem;
  }
  .interview-single-sec3__content h2::after {
    content: '';
    width: 190px;
    height: 1px;
    background-color: #e70012;
    display: block;
    position: absolute;
    right: -20px;
    bottom: 0;
  }
}

.interview-single-sec3__meta {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #0d520d;
  text-align: right;
  font-weight: bold;
}

.interview-single-sec3__meta2 {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #4b4b4b;
  text-align: right;
  font-weight: bold;
}

.interview-single-sec3__name {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #0d520d;
  text-align: right;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}

.interview-single-sec3__name::after {
  content: '';
  width: 130px;
  height: 1px;
  background-color: #9b9b9b;
  display: block;
  position: absolute;
  right: -15px;
  bottom: 0;
}

.interview-single-sec3__name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  color: #688568;
}

.interview-single-sec3__col_btn {
  width: 140px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: -5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
}

.interview-single-sec3__col_btn::after {
  content: '';
  margin-top: -7px;
  width: 4px;
  height: 14px;
  background: url(assets/images/common/arrow_chevron_right.png) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: skewX(20deg);
}

.interview-single-btn_recruit_wrap {
  overflow: hidden;
}

.interview-single-btn_recruit {
  margin: 0 auto;
  width: 230px;
  height: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
}

.interview-single-btn_recruit::before {
  width: 20px;
}

.interview-single-btn_recruit::after {
  width: 300px;
  left: -300px;
}

@media only screen and (min-width: 768px) {
  .interview-single-btn_recruit {
    width: 330px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
    line-height: 6rem;
  }
  .interview-single-btn_recruit::before {
    width: 50px;
  }
  .interview-single-btn_recruit::after {
    width: 1500px;
    left: -1500px;
  }
}

/**
/* page - gallery
============================================================*/
.gallery-sec__ttl {
  margin-bottom: 40px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .gallery-sec__ttl {
    margin: 0 auto 60px;
    width: 615px;
  }
}

.gallery-sec__ttl img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-sec__lead {
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .gallery-sec__lead {
    margin-bottom: 60px;
  }
}

.gallery-sec__row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .gallery-sec__row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
}

.gallery-sec__col {
  padding: 5px;
  width: calc( 100% / 2);
}

@media only screen and (min-width: 768px) {
  .gallery-sec__col {
    padding: 15px;
    width: calc( 100% / 3);
  }
}

.gallery-sec__img {
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
}

.gallery-sec__img:hover:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

.gallery-sec__img img {
  /*width: 100%;
  height: auto;
  display: block;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/*
/* page partner
============================================================*/
.partner-sec1 {
  padding-top: 30px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .partner-sec1 {
    padding-top: 75px;
    padding-bottom: 65px;
    background-image: url(assets/images/partner/partner_bg1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}

.partner-sec1 h2 {
  margin: 0 auto 30px;
  width: 80%;
}

@media only screen and (min-width: 768px) {
  .partner-sec1 h2 {
    margin-bottom: 70px;
    width: 977px;
  }
}

.partner-sec1 h2 img {
  width: 100%;
  height: auto;
}

.partner-sec1 h3 {
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #e70012;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .partner-sec1 h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.partner-sec1 p {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .partner-sec1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .partner-sec2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-image: url(assets/images/partner/partner_bg1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #f2f2f2;
  }
}

.partner-sec2 h2 {
  margin: 0 auto 30px;
  width: 320px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #e70012;
  text-align: center;
  position: relative;
}

.partner-sec2 h2::before, .partner-sec2 h2::after {
  content: '';
  width: 19px;
  height: 27px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
}

.partner-sec2 h2::before {
  background-image: url(assets/images/partner/partner_sec2_ttl_left.png);
  left: 0;
}

.partner-sec2 h2::after {
  background-image: url(assets/images/partner/partner_sec2_ttl_right.png);
  right: 0;
}

@media only screen and (min-width: 768px) {
  .partner-sec2 h2 {
    margin-bottom: 40px;
    width: 680px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
  .partner-sec2 h2::before, .partner-sec2 h2::after {
    width: 19px;
    height: 27px;
    display: inline-block;
    position: relative;
    top: 5px;
  }
  .partner-sec2 h2::before {
    margin-right: 5px;
  }
}

.partner-sec2__row {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .partner-sec2__row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.partner-sec2__col {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .partner-sec2__col {
    margin-bottom: 0;
    padding: 0 20px;
    width: 33.333%;
  }
}

.partner-sec2__col h3 {
  margin-bottom: 20px;
  color: #e70012;
}

@media only screen and (min-width: 768px) {
  .partner-sec2__col h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}

.partner-sec2__col p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.partner-sec2__img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .partner-sec2__img {
    margin-bottom: 25px;
  }
}

.partner-sec2__img img {
  width: 100%;
  height: auto;
  display: block;
}

.partner-sec3 {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .partner-sec3 {
    padding-top: 90px;
  }
}

.partner-sec3__header {
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .partner-sec3__header {
    justify-content: flex-start;
    overflow: hidden;
  }
}

.partner-sec3__header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .partner-sec3__header__inner {
    margin: 0 auto;
    width: 1080px;
  }
}

.partner-sec3 h2 {
  margin-bottom: 25px;
  padding-top: 25px;
  width: 100%;
  font-size: 26px;
  font-size: 8.125vw;
  line-height: 100%;
  color: #e70012;
  position: relative;
}

.partner-sec3 h2::before, .partner-sec3 h2::after {
  content: '';
  height: 2px;
  display: block;
  position: absolute;
  top: 4px;
}

.partner-sec3 h2::before {
  width: 120%;
  background-color: #adadad;
}

.partner-sec3 h2::after {
  width: 25%;
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .partner-sec3 h2 {
    margin: 0 auto 50px;
    padding-left: 10px;
    width: 1080px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
    line-height: 5rem;
  }
  .partner-sec3 h2::before, .partner-sec3 h2::after {
    top: 8px;
  }
  .partner-sec3 h2::before {
    width: 2000px;
  }
}

.partner-sec3 h2 span {
  padding-top: 10px;
  font-size: 2.2rem;
  line-height: 3rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .partner-sec3 h2 span {
    padding-top: 7px;
  }
}

/**
/* page - contact
============================================================*/
.local-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .local-nav {
    margin-top: 60px;
  }
}

.local-nav .nav__row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.local-nav .nav__button {
  padding: 10px;
  width: 50%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .local-nav .nav__button {
    padding: 0 10px;
    width: 20%;
  }
}

.local-nav .nav__button img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-nav {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .contact-nav {
    max-width: 1280px;
    min-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.contact-nav .nav__wide, .contact-nav .nav__narrow {
  padding: 30px;
}

.contact-nav .nav__wide {
  background-color: #e70012;
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__wide {
    width: 61%;/*53.5%;*/
  }
}

.contact-nav .nav__narrow {
  margin-top: 10px;
  background-color: #004ea2;
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__narrow {
    margin-top: 0;
    width: 37.1%;/*44%;*/
  }
}

.contact-nav .nav__label {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.contact-nav .nav__label img {
  height: 20px !important;
  position: relative;
  top: 3px;
  display: inline-block;
}

.contact-nav .nav__row {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.contact-nav .nav__row .linkNavi01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 24vw;
  margin: 10px 0;
  padding: 3% 3.5%;
  border: 1.5vw #fff solid;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .contact-nav .nav__row .linkNavi01 {
    display: block;
    width: 25%;
    min-height: auto;
    padding: 1.4% 1.5%;
    border: 6px #fff solid;
    border-radius: 12px;
    text-align: center;
  }
}

.contact-nav .nav__row .linkNavi01 .p01 {
  width: 45%;
  text-align: left;
  font-size: 3.6vw;
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .contact-nav .nav__row .linkNavi01 .p01 {
    width: 100%;
    margin-bottom: 25%;
    text-align: center;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1080px) {
  .contact-nav .nav__row .linkNavi01 .p01 {
    font-size: 1.2vw;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-nav .nav__row .linkNavi01 .p01 {
    font-size: inherit;
  }
}

.contact-nav .nav__row .linkNavi01 .boxImg {
  width: 55%;
  text-align: right;
	position:relative;
	right:-15px;
}
@media only screen and (min-width: 768px) {
  .contact-nav .nav__row .linkNavi01 .boxImg {
    width: 100%;
	  text-align: center;
	  right:0px;
  }
}

.contact-nav .nav__row .linkNavi01 .boxImg img {
  width: 90%;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .contact-nav .nav__row .linkNavi01 .boxImg img {
    width: auto;
    max-width: 100px;
  }
}

.contact-nav .nav__button {
  margin: 10px 0;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__button {
    width: 48.5%;
  }
}

.contact-nav .nav__button img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__button--wide {
    width: 47.5%;/*66%;*/
  }
}

@media only screen and (min-width: 768px) {
  .contact-nav .nav__button--narrow {
    width: 23%;/*32%;*/
  }
}

.contact-tel {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px 20px 5px 30px;
  width: 100%;
  background-color: #f0f0f0;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .contact-tel {
    margin-top: 40px;
    padding: 0;
  }
}

.contact-tel h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #e70012;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .contact-tel h2 {
    margin-bottom: 0;
    padding-right: 50px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 85px;
    line-height: 8.5rem;
    text-align: left;
    position: relative;
  }
  .contact-tel h2::after {
    content: '';
    width: 800px;
    height: 100%;
    background-image: url(assets/images/common/recommend_bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}

.contact-tel h2 span {
  display: block;
  position: relative;
  z-index: 1;
}

.contact-tel h2 em {
  padding-top: 27px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contact-tel__inner {
    margin: 0 auto;
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .contact-tel__content {
    width: 730px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
}

.contact-tel__content_top {
  padding-bottom: 25px;
}

.contact-tel__content_top a {
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.contact-tel__content_top a::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.contact-tel__content__row {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .contact-tel__content__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.contact-tel__content__col {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .contact-tel__content__col {
    margin-bottom: 0;
    width: 46%;
  }
}

.contact-tel__content__col h3 {
  padding-left: 6px;
  width: 42%;
  height: 60px;
  background-color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  transform: skewX(-22deg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contact-tel__content__col h3 span {
  transform: skewX(20deg);
  display: inline-block;
}

.contact-tel__content__col .tel {
  padding-top: 10px;
  width: auto;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'arial', sans-serif;
  font-weight: bold;
  color: #e70012;
  font-weight: bold;
  text-decoration: none;
}

.contact-tel__content__col .tel span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: normal;
  color: #000;
  display: block;
}

.form_lead {
  margin-bottom: 50px;
  font-family: "YuGothic", "游ゴシック", sans-serif;
}

.form_lead em {
  color: #de0000;
}

.lead02 {
  text-align: center;
  margin-bottom: 60px;
}

#form_area .must {
  font-size: 11px;
  color: #de0000;
  border: 1px solid #de0000;
  padding: 3px 5px;
  line-height: 1;
  vertical-align: 2px;
  display: inline-block;
  margin-right: 5px;
}

#form_area dl {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 1px solid #9c9c9c;
}

#form_area dl:first-child {
  border-top: 1px solid #9c9c9c;
}

#form_area dt {
  width: 28%;
  background-size: 5px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 600;
}

#form_area dt span {
  margin-right: 20px;
  position: relative;
}

#form_area dt span::after {
  content: '';
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
}

#form_area dd {
  display: table-cell;
  width: 100%;
  padding: 15px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #form_area dd {
    width: 75%;
  }
}

#form_area dd .notice {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  #form_area dd .notice {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #form_area dd .notice__mail {
    margin-top: -20px;
    position: absolute;
    top: 50%;
  }
}

#form_area .must {
  font-size: 11px;
  color: #de0000;
  border: 1px solid #de0000;
  padding: 3px 5px;
  line-height: 1;
  vertical-align: 2px;
  display: inline-block;
  margin-right: 30px;
}

#form_area dl .free {
  font-size: 11px;
  color: #787777;
  border: 1px solid #787777;
  padding: 3px 5px;
  line-height: 1;
  vertical-align: 2px;
  display: inline-block;
  margin-right: 30px;
}

#form_area .add_btn {
  display: inline-block;
}

#form_area input[type=text], #form_area input[type=email], #form_area input[type=tel] {
  padding: 9px;
  width: 100%;
  border: 1px solid #a0a0a0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
}

@media only screen and (min-width: 768px) {
  #form_area input[type=text], #form_area input[type=email], #form_area input[type=tel] {
    width: 350px;
  }
}

#form_area .mail_area input:first-child {
  margin-bottom: 15px;
}

#form_area #zip, #form_area #zip02 {
  width: 171px;
}

#form_area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  padding: 10px 15px 10px 15px;
  width: 170px;
  height: 41px;
  border-radius: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  background-image: url(assets/images/contact/arrow_select.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 23px auto;
}

#form_area select#pref, #form_area select#pref02 {
  /*margin: 15px 0;*/
  border: 1px solid #a0a0a0;
}

@media only screen and (min-width: 768px) {
  #form_area select {
    margin-bottom: 0;
  }
}

#form_area #addr {
  width: 80%;
}

#form_area .add_btn input {
  background: url(../../images/contact/btn-add.png) no-repeat;
  border: none;
  width: 171px;
  height: 50px;
  vertical-align: -18px;
  cursor: pointer;
  margin-left: 10px;
}

#form_area textarea {
  padding: 0 6px;
  height: 180px;
  width: 80%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.privacy__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #9c9c9c;
}

@media only screen and (min-width: 768px) {
  .privacy__ttl {
    padding: 25px 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}

.privacy .scrollContents {
  padding: 30px 10%;
  height: 280px;
  overflow-y: scroll;
  scrollbar-base-color: #ff0000;
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

.privacy .scrollContents p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.privacy .scrollContents::-webkit-scrollbar {
  width: 10px;
}

.privacy .scrollContents::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.privacy .scrollContents::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.privacy .scrollContents .container {
  width: 100%;
  height: 400px;
  overflow: auto;
}

.privacy_check {
  background-color: #f3f3f3;
  text-align: center;
  padding: 10px 0;
  width: 80%;
  margin: 40px auto;
}

.privacy_check .mwform-checkbox-field {
  margin: 0 !important;
}

#form_area .btn_area {
  padding: 0 15px;
  margin-bottom: 120px;
  max-width: 760px;
  margin: 0 auto 120px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#form_area .btn_area button {
  outline: none;
}

#form_area .btn_area .confirm {
  margin: auto;
  width: 80%;
  max-width: 440px;
  background-color: #e70012;
  transform: skewX(-22deg);
  display: block;
  position: relative;
}

#form_area .btn_area .confirm::before {
  content: '';
  margin-top: -7px;
  width: 8px;
  height: 15px;
  background-image: url(assets/images/common/arrow_chevron_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: skewX(20deg);
}

#form_area .btn_area .confirm button {
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 50px;
  line-height: 5rem;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: block;
  cursor: pointer;
  transform: skewX(20deg);
}

#form_area .btn_area .confirm button:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #form_area .btn_area .confirm button {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 70px;
    line-height: 7rem;
  }
}

#form_area .back {
  width: 45%;
  border: 3px solid #e70012;
  display: block;
  transform: skewX(-22deg);
  display: none;
}

#form_area .back:hover {
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

#form_area .back button {
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  line-height: 5rem;
  color: #e70012;
  background-color: transparent;
  border: none;
  display: block;
  transform: skewX(20deg);
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #form_area .back button {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 70px;
    line-height: 7rem;
  }
}

#form_area .submit {
  width: 53%;
  background-color: #e70012;
  border: 3px solid #e70012;
  display: block;
  transform: skewX(-22deg);
  display: none;
}

#form_area .submit:hover {
  opacity: 0.5;
  transition: opacity 0.2s linear;
}

#form_area .submit button {
  padding: 0;
  width: 100%;
  height: 70px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 56px;
  line-height: 5.6rem;
  color: #fff;
  text-align: center;
  display: block;
  transform: skewX(20deg);
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #form_area .submit button {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 70px;
    line-height: 7rem;
  }
}

.mw_wp_form_confirm dd .notice,
.mw_wp_form_preview dd .notice {
  display: none !important;
}

.mw_wp_form_confirm dd .confirm_none,
.mw_wp_form_preview dd .confirm_none {
  display: none !important;
}

.mw_wp_form_confirm .btn_area .back, .mw_wp_form_confirm .btn_area .submit,
.mw_wp_form_preview .btn_area .back,
.mw_wp_form_preview .btn_area .submit {
  display: block !important;
}

.confirm #form_area .privacy {
  display: none;
}

.confirm #form_area dt, .confirm #form_area dd {
  min-height: 62px;
  line-height: 1.6;
}

.confirm #form_area .sub, .confirm #form_area #zip-btn, .confirm #form_area #zip-btn02 {
  display: none;
}

.confirm .lead {
  text-align: center;
  margin-bottom: 60px;
}

.confirm .submit {
  display: block;
}

.thanks .lead {
  text-align: center;
  margin-bottom: 80px;
}

.thanks .lead .ttl {
  color: #dc2300;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.2em;
}

.thanks .lead p:first-child {
  margin-left: -60px;
}

.mwform-checkbox-field {
  display: inline-block;
  margin: 5px 15px 5px 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  padding-right: 10px;
  margin-left: 0;
}

.open_area {
  display: none;
}

#form_area .birth input, #form_area dd .birth select, #form_area .age input {
  width: 20%;
}

.mw_wp_form .error {
  margin: 10px 0 0 0;
}

/*お問い合わせのディスプレイのみ*/
#entry input[type="text"], #entry input[type="password"], #entry input[type="datetime"], #entry input[type="datetime-local"], #entry input[type="date"], #entry input[type="month"], #entry input[type="time"], #entry input[type="week"], #entry input[type="number"], #entry input[type="email"], #entry input[type="url"], #entry input[type="search"], #entry input[type="tel"], #entry input[type="color"] {
  display: inline !important;
}

#entry select, #entry textarea, #entry .field {
  display: inline !important;
}

/*メディアクエリ*/
/*お問い合わせ-------------------------------------------------------------------*/
@media only screen and (max-width: 867px) {
  .contact .lead {
    background: url(../../images_sp/contact/icn.png), url(../../images/license/bg-yellow.png);
    background-repeat: no-repeat, repeat;
    background-position: center 20px, left center;
    padding: 130px 20px 20px 20px;
    border-radius: 15px;
    margin-bottom: 80px;
    background-size: calc(100% - 40px), auto;
  }
  .contact .lead02 {
    padding: 0 25px;
  }
  #form_area dt {
    width: 100%;
    display: block;
  }
  #form_area dl {
    display: block;
    padding: 10px 0;
    margin: 10px 0;
  }
  #form_area dd {
    display: table-cell;
    width: 100%;
    padding: 15px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
  }
  #form_area dd .sub {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    margin: 10px 0 0 0;
  }
  #form_area textarea {
    width: 100%;
  }
  .privacy_check {
    width: 100%;
  }
  .privacy_check .mwform-checkbox-field {
    width: 100%;
  }
}

/*////////////////////////////////////////////////////////////

Object - Utility

////////////////////////////////////////////////////////////*/
/* float
------------------------------------------------------------*/
.floatL, .fl-l {
  float: left !important;
}

.floatR, .fl-r {
  float: right !important;
}

/* clearfix 
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.clear {
  clear: both;
}

/* text align
------------------------------------------------------------*/
.al-l {
  text-align: left !important;
}

.al-c {
  text-align: center !important;
}

.al-r {
  text-align: right !important;
}

/* margin controls
------------------------------------------------------------*/
/* margin-top
- - - - - - - - - - - - - - - - - - */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt155 {
  margin-top: 155px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt165 {
  margin-top: 165px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt175 {
  margin-top: 175px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt185 {
  margin-top: 185px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt195 {
  margin-top: 195px !important;
}

.mt200 {
  margin-top: 200px !important;
}

/* margin-right
- - - - - - - - - - - - - - - - - - */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mr200 {
  margin-right: 200px !important;
}

/* margin-bottom
- - - - - - - - - - - - - - - - - - */
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

/* margin-left
- - - - - - - - - - - - - - - - - - */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ml200 {
  margin-left: 200px !important;
}

/* padding controls
------------------------------------------------------------*/
/* padding-top
- - - - - - - - - - - - - - - - - - */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt155 {
  padding-top: 155px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt165 {
  padding-top: 165px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt175 {
  padding-top: 175px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt185 {
  padding-top: 185px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt195 {
  padding-top: 195px !important;
}

.pt200 {
  padding-top: 200px !important;
}

/* padding-right
- - - - - - - - - - - - - - - - - - */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pr200 {
  padding-right: 200px !important;
}

/* padding-bottom
- - - - - - - - - - - - - - - - - - */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

/* padding-left
- - - - - - - - - - - - - - - - - - */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pl200 {
  padding-left: 200px !important;
}

/* paersentage width
-------------------------------------------------------------*/
/* base
- - - - - - - - - - - - - - - - - - */
.w0p {
  width: 0% !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/* media query extra small
- - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 325px) {
  .w_xsm0p {
    width: 0% !important;
  }
  .w_xsm5p {
    width: 5% !important;
  }
  .w_xsm10p {
    width: 10% !important;
  }
  .w_xsm15p {
    width: 15% !important;
  }
  .w_xsm20p {
    width: 20% !important;
  }
  .w_xsm25p {
    width: 25% !important;
  }
  .w_xsm30p {
    width: 30% !important;
  }
  .w_xsm35p {
    width: 35% !important;
  }
  .w_xsm40p {
    width: 40% !important;
  }
  .w_xsm45p {
    width: 45% !important;
  }
  .w_xsm50p {
    width: 50% !important;
  }
  .w_xsm55p {
    width: 55% !important;
  }
  .w_xsm60p {
    width: 60% !important;
  }
  .w_xsm65p {
    width: 65% !important;
  }
  .w_xsm70p {
    width: 70% !important;
  }
  .w_xsm75p {
    width: 75% !important;
  }
  .w_xsm80p {
    width: 80% !important;
  }
  .w_xsm85p {
    width: 85% !important;
  }
  .w_xsm90p {
    width: 90% !important;
  }
  .w_xsm95p {
    width: 95% !important;
  }
  .w_xsm100p {
    width: 100% !important;
  }
}

/* media query small
- - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 480px) {
  .w_sm0p {
    width: 0% !important;
  }
  .w_sm5p {
    width: 5% !important;
  }
  .w_sm10p {
    width: 10% !important;
  }
  .w_sm15p {
    width: 15% !important;
  }
  .w_sm20p {
    width: 20% !important;
  }
  .w_sm25p {
    width: 25% !important;
  }
  .w_sm30p {
    width: 30% !important;
  }
  .w_sm35p {
    width: 35% !important;
  }
  .w_sm40p {
    width: 40% !important;
  }
  .w_sm45p {
    width: 45% !important;
  }
  .w_sm50p {
    width: 50% !important;
  }
  .w_sm55p {
    width: 55% !important;
  }
  .w_sm60p {
    width: 60% !important;
  }
  .w_sm65p {
    width: 65% !important;
  }
  .w_sm70p {
    width: 70% !important;
  }
  .w_sm75p {
    width: 75% !important;
  }
  .w_sm80p {
    width: 80% !important;
  }
  .w_sm85p {
    width: 85% !important;
  }
  .w_sm90p {
    width: 90% !important;
  }
  .w_sm95p {
    width: 95% !important;
  }
  .w_sm100p {
    width: 100% !important;
  }
}

/* media query midium
- - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 768px) {
  .w_md0p {
    width: 0% !important;
  }
  .w_md5p {
    width: 5% !important;
  }
  .w_md10p {
    width: 10% !important;
  }
  .w_md15p {
    width: 15% !important;
  }
  .w_md20p {
    width: 20% !important;
  }
  .w_md25p {
    width: 25% !important;
  }
  .w_md30p {
    width: 30% !important;
  }
  .w_md35p {
    width: 35% !important;
  }
  .w_md40p {
    width: 40% !important;
  }
  .w_md45p {
    width: 45% !important;
  }
  .w_md50p {
    width: 50% !important;
  }
  .w_md55p {
    width: 55% !important;
  }
  .w_md60p {
    width: 60% !important;
  }
  .w_md65p {
    width: 65% !important;
  }
  .w_md70p {
    width: 70% !important;
  }
  .w_md75p {
    width: 75% !important;
  }
  .w_md80p {
    width: 80% !important;
  }
  .w_md85p {
    width: 85% !important;
  }
  .w_md90p {
    width: 90% !important;
  }
  .w_md95p {
    width: 95% !important;
  }
  .w_md100p {
    width: 100% !important;
  }
}

/* media query large
- - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1120px) {
  .w_lg0p {
    width: 0% !important;
  }
  .w_lg5p {
    width: 5% !important;
  }
  .w_lg10p {
    width: 10% !important;
  }
  .w_lg15p {
    width: 15% !important;
  }
  .w_lg20p {
    width: 20% !important;
  }
  .w_lg25p {
    width: 25% !important;
  }
  .w_lg30p {
    width: 30% !important;
  }
  .w_lg35p {
    width: 35% !important;
  }
  .w_lg40p {
    width: 40% !important;
  }
  .w_lg45p {
    width: 45% !important;
  }
  .w_lg50p {
    width: 50% !important;
  }
  .w_lg55p {
    width: 55% !important;
  }
  .w_lg60p {
    width: 60% !important;
  }
  .w_lg65p {
    width: 65% !important;
  }
  .w_lg70p {
    width: 70% !important;
  }
  .w_lg75p {
    width: 75% !important;
  }
  .w_lg80p {
    width: 80% !important;
  }
  .w_lg85p {
    width: 85% !important;
  }
  .w_lg90p {
    width: 90% !important;
  }
  .w_lg95p {
    width: 95% !important;
  }
  .w_lg100p {
    width: 100% !important;
  }
}

/* media query extra large
- - - - - - - - - - - - - - - - - - */
@media only screen and (min-width: 1120px) {
  .w_xlg0p {
    width: 0% !important;
  }
  .w_xlg5p {
    width: 5% !important;
  }
  .w_xlg10p {
    width: 10% !important;
  }
  .w_xlg15p {
    width: 15% !important;
  }
  .w_xlg20p {
    width: 20% !important;
  }
  .w_xlg25p {
    width: 25% !important;
  }
  .w_xlg30p {
    width: 30% !important;
  }
  .w_xlg35p {
    width: 35% !important;
  }
  .w_xlg40p {
    width: 40% !important;
  }
  .w_xlg45p {
    width: 45% !important;
  }
  .w_xlg50p {
    width: 50% !important;
  }
  .w_xlg55p {
    width: 55% !important;
  }
  .w_xlg60p {
    width: 60% !important;
  }
  .w_xlg65p {
    width: 65% !important;
  }
  .w_xlg70p {
    width: 70% !important;
  }
  .w_xlg75p {
    width: 75% !important;
  }
  .w_xlg80p {
    width: 80% !important;
  }
  .w_xlg85p {
    width: 85% !important;
  }
  .w_xlg90p {
    width: 90% !important;
  }
  .w_xlg95p {
    width: 95% !important;
  }
  .w_xlg100p {
    width: 100% !important;
  }
}

/* border controls
------------------------------------------------------------*/
.u-bdn {
  border: none !important;
}

.u-bdnt {
  border-top: none !important;
}

.u-bdnr {
  border-right: none !important;
}

.u-bdnb {
  border-bottom: none !important;
}

.u-bdnl {
  border-left: none !important;
}

/* display
------------------------------------------------------------*/
.dspsp {
  display: block;
}

@media only screen and (min-width: 768px) {
  .dspsp {
    display: none;
  }
}

.dspspi {
  display: inline;
}

@media only screen and (min-width: 768px) {
  .dspspi {
    display: none;
  }
}

.dspspib {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .dspspib {
    display: none;
  }
}

.dsppc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dsppc {
    display: block;
  }
}

.dsppci {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dsppci {
    display: inline;
  }
}

.dsppcib {
  display: none;
}

@media only screen and (min-width: 768px) {
  .dsppcib {
    display: inline-block;
  }
}

.dspn {
  display: none;
}

.dspb {
  display: block;
}

/* z-index controls
------------------------------------------------------------*/
.zindex10 {
  z-index: 10;
}

.zindex9 {
  z-index: 9;
}

.zindex8 {
  z-index: 8;
}

.zindex7 {
  z-index: 7;
}

.zindex6 {
  z-index: 6;
}

.zindex5 {
  z-index: 5;
}

.zindex4 {
  z-index: 4;
}

.zindex3 {
  z-index: 3;
}

.zindex2 {
  z-index: 2;
}

.zindex1 {
  z-index: 1;
}

/* hover with hilight
------------------------------------------------------------*/
.hilight:hover {
  opacity: 0.5 !important;
  transition: opacity 0.2s linear !important;
  text-decoration: none !important;
}

/*20221027追加*/
.inview_content {
  opacity: 0;
  transition: all 0.8s;
}

.inview_content.slide_left {
  transform: translateX(10%);
}

.inview_content.slide_right {
  transform: translateX(-10%);
}

.inview_content.show {
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateX(0);
}

.inview_content.show.inview_delay {
  transition-delay: 0.5s;
}

.content_hidden {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 {
    background-image: url(assets/images/index/index_sec2_bg01.png);
    background-position: left top;
    background-size: 80%;
    padding-top: 34vw;
  }
  .index-sec2 .inview_content h2 {
    margin-bottom: 100px;
  }
}

.index-sec2_1 h3::after {
  width: 100vw;
  left: -100vw;
}

.index-sec2_1 h3::before {
  background-color: #fff;
}

.index-sec2_1 h3 span {
  padding-left: 1em;
}

.index-sec2_1 {
  position: relative;
}

.index-sec2_1:after {
  content: "";
  width: 784px;
  height: 1342px;
  background: url("assets/images/index/bg-20221027-1.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -300px;
  top: 35vw;
  pointer-events: none;
  z-index: -1;
}

.index-sec2_1 .boxWrap01 {
  position: relative;
  margin: 20px 0 30px 0;
}

@media only screen and (min-width: 768px) {
  .index-sec2_1 .boxWrap01 {
    padding-left: 160px;
  }
}

.index-sec2_1 .boxWrap02 {
  position: relative;
}

@media only screen and (min-width: 769px) and (max-width: 1520px) {
  .index-sec2_1:after {
    width: 48%;
    height: 75%;
    top: 40vw;
  }
}

@media only screen and (max-width: 768px) {
  .index-sec2_1 {
    padding-top: 50px;
    padding-bottom: 30px;
    background: #f3f3f3 url(assets/images/index/bg-20221027-1.png) no-repeat left 30px;
    background-size: 100%;
  }
  .index-sec2_1:after {
    content: "";
    width: 83%;
    height: 38vw;
    background: url(assets/images/index/index_sec2_bg01.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 68vw;
    pointer-events: none;
    z-index: -1;
  }
  body#top p.index_dl01 {
    margin: 0;
  }
  .service_top #sec_add2022 {
    background-position: right top !important;
  }
  .service_top #sec_add2022 .inner:before {
    left: inherit;
    z-index: 2;
    top: -90px !important;
    bottom: auto !important;
    right: 15px !important;
    width: 188px !important;
    height: 182px !important;
  }
}

.career__content {
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("assets/images/recruit/bg-search.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .career__content {
    padding: 20px 0 20px;
  }
}

.career__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1080px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .career__inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.career__inner__map {
  padding-bottom: 50px;
}

.career__ttl {
  padding: 20px 0;
  width: 100%;
  background-color: #e70012;
  background-image: url(assets/images/recruit/bg-search01.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: normal;
  display: inline-block;
}

.career__ttl:after {
  content: "▼";
  padding-left: 10px;
}

@media only screen and (min-width: 768px) {
  .career__ttl {
    width: 130px;
    align-self: flex-start;
  }
  .career__ttl:after {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .career__ttl span {
    font-size: 1.8rem;
    display: block;
  }
}

.career__ttl--map {
  background-image: url(assets/images/recruit/bg-search02.jpg);
  color: #0d520d;
  background-color: #BAECB9;
}

.career__list {
  margin-top: 15px;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  letter-spacing: normal;
  display: none;
}

@media only screen and (min-width: 768px) {
  .career__list {
    margin-top: 0;
    margin-right: -10px;
    margin-left: -10px;
    width: calc(100% - 165px);
    display: flex;
  }
}

.career__list li {
  margin: 0 0 10px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .career__list li {
    padding: 0 10px;
    width: calc(100% / 3);
  }
}

.career__list li a {
  padding: 8px 15px;
  width: 100%;
  display: block;
  color: #111;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  transition: opacity .2s ease-out;
}

.career__list li a:hover {
  opacity: .5;
  text-decoration: none;
}

.map__content {
  padding: 10px 0;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .map__content {
    padding: 30px 0;
  }
}

.map__inner {
  padding: 0 0 50px;
  position: relative;
}

.map__bg {
  margin: 15px auto 0;
  width: 335px;
  height: 335px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: none;
}

@media only screen and (min-width: 768px) {
  .map__bg {
    width: 548px;
    height: 548px;
    display: block;
  }
}

.map__bg img {
  height: auto !important;
}

.map__list {
  list-style-type: none;
  padding: 0;
}

.map__list .list__heading {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  font-weight: bold;
  position: relative;
}

.map__list .list__heading::before, .map__list .list__heading::after {
  content: '';
  background-color: #e70012;
  display: block;
  position: absolute;
  bottom: -2px;
}

.map__list .list__heading::before {
  height: 1px;
}

.map__list .list__heading::after {
  width: 1px;
}

.map__list .list__heading a {
  color: #000;
}

.map__list > li {
  position: absolute;
}

.map__list > li > ul {
  list-style-type: none;
  margin-top: 5px;
  padding: 0;
}

.map__list > li > ul li {
  padding-right: 5px;
  width: auto !important;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 0 !important;
  color: #999;
  font-weight: bold;
  display: inline-block;
}

.map__list > li > ul li a {
  margin-bottom: 5px;
  color: #000;
}

.map__list > li#kantou {
  margin-bottom: 0 !important;
  width: 90px;
  top: 220px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .map__list > li#kantou {
    width: 135px;
    bottom: 97px;
    right: 0;
    top: auto;
  }
}

.map__list > li#kantou .list__heading {
  position: relative;
}

.map__list > li#kantou .list__heading::before {
  width: 120px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .map__list > li#kantou .list__heading::before {
    width: 203px;
    right: 0;
  }
}

.map__list > li#tokai {
  width: 80px;
  top: 50px;
  left: 80px;
}

.map__list > li#tokai .list__heading {
  position: relative;
}

.map__list > li#tokai .list__heading::before {
  width: 90px;
  bottom: -2px;
  right: 0;
}

.map__list > li#tokai .list__heading::after {
  height: 180px;
  bottom: -182px;
  right: 0px;
}

@media only screen and (min-width: 768px) {
  .map__list > li#tokai {
    width: 80px;
    top: auto;
    bottom: 50px;
    right: 179px;
    left: auto;
  }
  .map__list > li#tokai .list__heading {
    position: relative;
  }
  .map__list > li#tokai .list__heading::before {
    width: 100px;
    bottom: -2px;
    right: 0;
  }
  .map__list > li#tokai .list__heading::after {
    height: 70px;
    bottom: -2px;
    right: 100px;
  }
}

.map__list > li#kinki {
  width: 80px;
  top: 130px;
  left: 45px;
}

.map__list > li#kinki .list__heading {
  position: relative;
}

.map__list > li#kinki .list__heading::before {
  width: 90px;
  bottom: -2px;
  right: 0px;
}

.map__list > li#kinki .list__heading::after {
  height: 109px;
  bottom: -110px;
  left: 80px;
  right: auto;
}

@media only screen and (min-width: 768px) {
  .map__list > li#kinki {
    width: 80px;
    top: 300px;
    left: 122px;
  }
  .map__list > li#kinki .list__heading {
    position: relative;
  }
  .map__list > li#kinki .list__heading::before {
    width: 100px;
    bottom: -2px;
    left: -20px;
  }
  .map__list > li#kinki .list__heading::after {
    height: 89px;
    bottom: -90px;
    left: 80px;
  }
}

.map__list > li#chugoku {
  margin-bottom: 0 !important;
  top: 290px;
  left: 140px;
}

.map__list > li#chugoku .list__heading {
  position: relative;
}

.map__list > li#chugoku .list__heading::before {
  width: 165px;
  bottom: -2px;
  right: -20px;
}

.map__list > li#chugoku .list__heading::after {
  height: 65px;
  bottom: -2px;
  right: 145px;
}

@media only screen and (min-width: 768px) {
  .map__list > li#chugoku {
    width: 80px;
    bottom: 0;
    left: 124px;
    top: auto;
  }
  .map__list > li#chugoku .list__heading {
    position: relative;
  }
  .map__list > li#chugoku .list__heading::before {
    width: 120px;
    bottom: -2px;
    right: -20px;
  }
  .map__list > li#chugoku .list__heading::after {
    height: 110px;
    bottom: -2px;
    right: 100px;
  }
}

.map__list > li.is_active .list__heading a {
  color: #e70012;
}

.map__list > li.is_active > ul > li a {
  color: #e70012;
}

.map__list--sp {
  display: none;
}

.map__list--sp.is-open {
  display: block;
}

.map__list--sp > li {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: none !important;
}

.map__list--sp > li .list__heading {
  padding: 7px 15px;
  margin-bottom: 5px;
  border: 1px solid #c4c4c4;
  width: 100%;
}

.map__list--sp > li .list__heading.list__none {
  padding-left: 35px;
}

.map__list--sp > li .list__heading a::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #e70012;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  display: inline-block;
  position: relative;
  top: 3px;
}

.map__list--sp > li .list__heading a.is-open::before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #e70012;
  border-left: 5px solid transparent;
  top: -3px;
}

.map__list--sp > li a {
  width: 100%;
  color: #111;
  display: block;
}

.map__list--sp > li a:hover {
  opacity: 1 !important;
}

.map__list--sp > li > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.map__list--sp > li > ul > li {
  margin-bottom: 5px !important;
  padding: 7px 15px;
  border: 1px solid #c4c4c4;
  width: 49% !important;
}

.map__list--sp > li > ul > li.list__none {
  padding-left: 35px;
  color: #c4c4c4;
}

.map__list--sp > li > ul > li a {
  padding: 0;
  border: none;
  display: block;
}

.map__list--sp > li > ul > li a::before {
  content: '';
  margin-right: 1.4rem;
  width: 0;
  height: 0;
  border-left: 7px solid #e70012;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

/* 会社情報
------------------------------------------------------------*/
/* 2023.04.06 cssの変更が他のパーツに干渉するため、独立 */
.company-sec0 {
  box-sizing: border-box;
  padding-top: 3rem;
  width: 100%;
  background: url("assets/images/vision/bg_vision_01sp.jpg") no-repeat center -74px;
  background-size: 100%;
  padding-bottom: 17em;
}

@media only screen and (min-width: 768px) {
  .company-sec0 {
    margin-bottom: 6rem;
    padding-bottom: 40%;
    background: url("assets/images/vision/bg_vision_01.jpg") no-repeat center top;
    background-size: cover;
  }
}

.company-sec0__heading {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  text-align: center;
  color: #e60012;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  .company-sec0__heading {
    font-size: 4rem;
  }
}

.company-sec0__text {
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}

@media only screen and (min-width: 768px) {
  .company-sec0__text {
    text-align: center;
  }
}

.office__col {
  margin-top: -125px;
  margin-bottom: 80px;
  padding-top: 125px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .office__col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.office__img {
  margin-bottom: 20px;
  aspect-ratio: 3 / 2;
}

@media only screen and (min-width: 768px) {
  .office__img {
    margin-bottom: 0;
    order: 1;
    width: 30%;
  }
}

.office__img img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .office__body {
    order: 2;
    width: 36%;
  }
}

.office__heading {
  background-image: url("assets/images/service/delivery/bg-ttl_h4_left.png"), url("assets/images/service/delivery/bg-ttl_h4_right.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  font-size: 1.8rem;
  background-color: #ddd;
  color: #e60012;
  padding: 18px 0;
  margin-bottom: 1.5em;
}

.office__heading::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e60012;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.office__labels {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.office__label {
  margin-bottom: 10px;
  padding: 0 10px;
  margin-left: 10px;
  width: 40%;
  min-width: 130px;
  background-color: #e70012;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transform: skewX(-22deg);
}

@media only screen and (min-width: 768px) {
  .office__label {
    width: 30%;
  }
}

.office__label span {
  transform: skewX(22deg);
  display: block;
}

.office__label.c1 {
  background-color: #9714D2;
}

.office__label.c2 {
  background-color: #E70012;
}

.office__label.c3 {
  background-color: #49B119;
  width: 40%;
}

.office__label.c4 {
  background-color: #FC7716;
}

.office__label.c5 {
  background-color: #999999;
}

.office__label.c6 {
  background-color: #1959B1;
}

.office__list {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .office__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.office__list dt, .office__list dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.office__list dt {
  font-weight: bold;
}

.office__list dt::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #e70012;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .office__list dt {
    width: 17%;
  }
}

.office__list dd {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .office__list dd {
    width: 83%;
  }
}

.office__map {
  width: 100%;
  aspect-ratio: 3 / 2;
  position: relative;
}

.office__map::after {
  content: '';
  width: calc( 100% - 50px);
  height: 1px;
  background-color: #e70012;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .office__map {
    width: 30%;
    order: 3;
  }
}

.office__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.office__map .map__button {
  width: 45%;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 2;
}

.office__map .map__button::before {
  width: 20px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .office__map .map__button {
    width: 200px;
    z-index: 1;
  }
  .office__map .map__button::before {
    width: 40px;
    left: 0;
  }
  .office__map .map__button:hover {
    background-color: #f37f88;
    opacity: 1;
    text-decoration: none;
    transition: background-color .2s ease-out;
  }
}

@media only screen and (min-width: 768px) {
  .mbm0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .sdgs__wrap {
    background: url("assets/images/service/bg-contents.jpg") no-repeat center top -180px;
  }
}

.sdgs__wrap .index-sec2 h2 {
  width: 100%;
}

.sdgs__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
}

@media only screen and (min-width: 768px) {
  .sdgs__inner {
    padding: 0;
  }
}

.sdgs__col {
  padding-bottom: 80px;
  position: relative;
}

.sdgs__heading {
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #e70012;
  font-size: 16px;
  font-size: 1.6rem;



  line-height: 40px;
  line-height: 4rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .sdgs__heading {
    width: 100%;
    margin-bottom: 70px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
    line-height: 6rem;
  }
}

.sdgs__mark {
  margin: 0 auto 25px;
  width: auto;
  height: 80px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sdgs__mark {
    height: 120px;
    position: absolute;
    top: -30px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sdgs__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.sdgs__imgs01 {
  text-align: center;
  position: relative;
}

.sdgs__imgs02 {
  margin-top: 20px;
  height: 110px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sdgs__imgs02 {
    width: 64%;
  }
}

.sdgs__img-col {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .sdgs__img-col {
    margin-bottom: 80px;
    height: 260px;
    display: block;
    position: relative;
  }
}

.sdgs__img01 {
  margin-bottom: 10px;
}

.sdgs__img05 {
  height: 105px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .sdgs__img05 {
    height: 240px;
  }
}

.sdgs__img06 {
  height: 105px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .sdgs__img06 {
    height: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .sdgs__img {
    height: 260px;
    position: absolute;
  }
  .sdgs__img01 {
    margin-bottom: 0;
    top: 0;
    left: 45px;
  }
  .sdgs__img02 {
    top: 0;
    right: 45px;
  }
  .sdgs__img03 {
    position: absolute;
    top: 0;
    left: calc(50% - 175px);
    transform: translateX(-50%);
  }
  .sdgs__img04 {
    position: absolute;
    top: 0;
    left: calc(50% + 175px);
    transform: translateX(-50%);
  }
}

.sdgs__img img {
  margin: 0 auto 5px;
  height: 90px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .sdgs__img img {
    height: 240px;
  }
}

.sdgs__img p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .sdgs__img p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    line-height: 3rem;
    text-align-last: left;
  }
}

@media only screen and (min-width: 768px) {
  .sdgs__body--narrow {
    width: 34%;
  }
}

.sdgs__body .body__heading {
  margin-bottom: 25px;
  padding: 5px 0 5px 10px;
  border-left: 8px solid #e70012;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
}

@media only screen and (min-width: 768px) {
  .sdgs__body .body__heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
  }
}

.sdgs__body .body__list {
  list-style-type: none;
  padding: 0;
}

.sdgs__body .body__list li {
  margin-left: 18px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-indent: -18px;
  text-align: justify;
}

.sdgs__body .body__list li::before {
  content: '';
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #e70012;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 768px) {
  .sdgs__body .body__list li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
  .sdgs__body .body__list li::before {
    top: -2px;
  }
}

/** 配送金額表修正 **/
.box_delibery_table {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.box_delibery_table table:first-child {
	-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-right:none;
}
.box_delibery_table table:nth-child(3) {
	width:100%;
	border-top:none;
	border-bottom:none;
}
.box_delibery_table table:nth-child(3) td:first-child {
	width:30.1%;
}
.delibery_table {
	width: 70%;
	border-collapse: collapse;
    border-spacing: 1px;
	border: 1px solid #ccc;
}
.delibery_table th, .delibery_table td {
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.1rem;
    font-weight: bold;
    border-right: 1px solid #ccc;
}
.box_delibery_table table:first-child th,.box_delibery_table table:first-child td {
	border:none;
}
.delibery_table th {
	background: #e70012;
	color:#fff;
	text-align: center;
	height:2.1rem;
}
.delibery_table tr:nth-child(odd) td {
	background-color: #eee;
}
.box_delibery_table table:nth-child(3) tr:nth-child(odd) td {
	background-color: #fff;
}
.delibery_table tr > td:last-child {
	text-align: right;
	font-size: 1.6rem;
}
.box_delibery_table table:nth-child(3) td {
		border-bottom: 1px solid #ccc;
	}
.box_delibery_table table:nth-child(3) tr > td:last-child {
	text-align: left;
	font-size: 1.4rem;
}
.delibery_table td span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    display: inline-block;
}
.delibery_table td.bg_gray {
	background-color: #333!important;
	text-align: center!important;
	color:#fff;
	font-size: 1.4rem!important;
	font-weight: normal;
}
.delibery_table td img {
	width:80%;
}

@media only screen and (max-width: 767px) {
	.box_delibery_table  {
		display: block;
	}
	.box_delibery_table .delibery_table {
		width:100%!important;
	}
	.box_delibery_table table:first-child {
		border: 1px solid #ccc;
		border-bottom:none;
	}
	.box_delibery_table table:nth-child(3) td {
		display: block!important;
		width:100%!important;
	}
	.delibery_table td img {
		width: 50%;
	}
	.delibery_table tr > td:last-child {
		width: 7em;
	}
	.box_delibery_table table:nth-child(3) td {
		border-right:none;
	}
	
}

/** 20231003TOP調整用 **/
@media only screen and (min-width: 768px) {
	.index-sec2_1_label {
		min-height: inherit;
	}
	.index-sec2__num span {
		position: relative;
		width: 200px;
		left:2px;
	}
	.index-sec2 h2._service::after, .index-sec4 h2._service::after {
		left: 100px;
	}
	.index-sec2 h2::before, .index-sec2 h2::after, .index-sec4 h2::before, .index-sec4 h2::after {
		left: 100px;
	}
	.index-sec2 h2::after, .index-sec4 h2::after {
		width: 73%;
	}
}
@media only screen and (max-width: 768px) {
	.index-sec2__header p {
		padding: 3vw 5vw 2vw 5vw;
	}
	.index-sec2__num span {
		position: relative;
		width: 35vw
	}
	.index-sec2 h2::before, .index-sec2 h2::after, .index-sec4 h2::before, .index-sec4 h2::after {
		left: 18vw;
	}
}

/** 会社情報追加 **/
.authentication_list {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 0 30px;
}
.authentication_list li {
	width:320px;
}
.authentication_list li img {
	margin-bottom:10px;
	width:auto;
}
.authentication_list li p span {
	display: block;
	font-weight: bold;
	margin-bottom:10px;
	text-align: center;
}
#company06 .box_img {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	margin-top:50px;
}
#company06 .box_img img {
	margin:0 -40px;
}

@media only screen and (max-width: 768px) {
	.authentication_list {
		display: block;
		margin:0;
	}
	.authentication_list li  {
		width:100%;
		margin-bottom:30px;
	}
	.authentication_list li img {
		max-width: 70%;
	}
	#company06 .box_img {
		overflow: hidden;
		position:relative;
	}
	#company06 .box_img img {
		width: auto;
    	height: 120px!important;
	}
	#company06 .box_img img:first-child {
		position:absolute;
		left:-65px;
	}
	#company06 .box_img img:last-child {
		position:absolute;
		right:-65px;
	}
}

/*採用情報調整 */
.service_wrap .list03 li .txt .btn_recruit_common {
	width: 250px;
	padding: 10px 0;
	font-size: 1.6rem;
	display: block!important;
	margin: 0 auto!important;
}
/* フッター調整 */
.p-footer__btns_authentication {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.p-footer__btns_authentication {
		width: 70%;
    	margin: 0 auto 30px;
	}
}

/* ビジネスパートナー募集 */
.box_partner_bnr {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:100px;
}
.box_partner_bnr .partner_bnr {
	width:350px;
	display: block;
}
.box_partner_bnr .partner_bnr > a.a_bnr {
	display: block;
	border:solid 3px #e70012;
	padding:15px 35px 15px 15px;
	text-align: center;
	position:relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.partner_bnr > a.a_bnr:after {
	content:"";
	width:20px;
	height:100%;
	display: block;
	position:absolute;
	right:0;
	top:0;
	background: #e70012 url(assets/images/partner/ico-arrow.png) no-repeat center;
}
.box_partner_bnr .partner_bnr img {
	margin-bottom:10px;
}
.box_partner_bnr .partner_bnr p {
	font-weight: bold;
	margin: 0;
	font-size: 1.7rem;
}
.box_partner_bnr .partner_bnr p span {
	display: inline-block;
	margin:0 0.5em;
}
.box_partner_bnr .partner_bnr .tit {
	font-size: 2.4rem;
    line-height: 1.3em;
	min-height: 70px;
}
.box_partner_bnr .partner_bnr .tit_bic {
	font-size: 3.4rem;
	margin: 8px 0;
}
.box_partner_bnr .index-sec2_1__btn {
	margin: 10px auto;
}
@media only screen and (max-width: 768px) {
	.box_partner_bnr {
		display: block;
	}
	.box_partner_bnr .partner_bnr {
		width:100%;
		margin-bottom:10px;
	}
	.box_partner_bnr .partner_bnr p {
		text-align: center;
	}
	.box_partner_bnr .index-sec2_1__btn {
		width: 90%;
		font-size: 1.8rem;
		line-height: 5rem;
	}
  .p-global-nav ul li.js-subslide a {
    width: 85%;
    margin-left: auto;
    padding-left: 0;
  }
  .p-global-nav ul li.js-subslide a i {
    margin-left: -11.5%;
  }
  
  
  
  
}

/*20240911リクルートサイトリニューアル*/

  .boxHeaderToggle01 {
    position: absolute;
    top: 51px;
    left: -15px;
    width: 198px;
    padding-top: 23px;
    z-index: 1;
    display: none;
  }
  .boxHeaderToggle01:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
  }
  .boxHeaderToggle01 > ul {
    border: 2px solid #e70012;
    font-size: 1.6rem;
    font-weight: bold;
    color: #e70012;
    padding: 0;
  }
  .boxHeaderToggle01 > ul > li {
    height: 52px;
    list-style-type: none;
  }
  .boxHeaderToggle01 > ul > li:not(:last-child) {
    border-bottom: 1px solid #e70012;
  }
  .boxHeaderToggle01 > ul > li > a {
    background-color: #fff;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
  }
  .boxHeaderToggle01 > ul > li > a:hover {
    background-color: #e70012;
    color: #fff;
  }
  .boxHeaderToggle01 .dot {
    margin: 0 -4px;
  }
  .boxBottomRecruit {
    min-height: 320px;
    background: url("assets/images/index/2024/bg01.png") no-repeat center top;
    background-size: cover;
    position: relative;
  }
.boxBottomRecruit:after {
  content: "";
  width: 285px;
  height: 283px;
  background: url("assets/images/index/2024/img02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 30px;
  pointer-events: none;
}
@media only screen and (max-width:1540px) and (min-width:768px) {
  .boxBottomRecruit:after {
    right: -7%;
  }
}
  .boxBottomRecruit>.img {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-116%);
    z-index: 1;
  }

  .boxBottomRecruit>.cont {
    max-width: 1080px;
    margin: auto;
    position: relative;
    min-height: 320px;
    text-align: right;
    padding-top: 127px;
  }
.boxBottomRecruit>.cont>.p01 {
  font-family: "Poppins", system-ui;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  right: -53px;
  top: 60px;
  letter-spacing: 0.06em;
  font-size: 16.421rem;
  color: #fff;
  line-height: 1;
}
.boxBottomRecruit>.cont>.p02 {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
  padding-right: 82px;
}
.boxBottomRecruit>.cont>.btn {
  position: relative;
  z-index: 0;
}
  .boxBottomRecruit>.cont>.btn:before {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #008f3f;
    position: absolute;
    right: 275px;
    top: 29px
  }
  .boxBottomRecruit>.cont>.btn a:before {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 29px
  }
.boxBottomRecruit>.cont>.btn>a {
  width: 275px;
  padding: 22px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #008f3f;
  color: #fff;
  transform: skewX(-22deg);
  text-decoration: none!important;
  position: relative;
  transition: all 0.3s;
}
  .boxBottomRecruit>.cont>.btn>a:hover {
    opacity: 0.7;
  }
.boxBottomRecruit>.cont>.btn>a>span {
  transform: skewX(22deg);
  display: block;
}
  .p-footer-recommend h2 {
    padding-top: 66px;
  }
  @media only screen and (max-width: 767px) {
    .boxBottomRecruit>.cont>.p01 {
      top: -12px;
      font-size: 24vw;
      right: 0;
      left: 0;
      margin: auto;
    }
    .boxBottomRecruit>.cont {
      padding-top: 22vw;
      text-align: left;
    }
    .boxBottomRecruit>.cont>.p02 {
      margin: 0;
      padding: 0 5%;
      text-align: center;
    }
    .boxBottomRecruit>.cont>.btn {
      margin-top: 47vw;
      text-align: center;
    }
    .boxBottomRecruit>.img {
      position: absolute;
      top: 37vw;
      left: -6vw;
      transform: translateX(0);
    }
    .boxBottomRecruit {
      padding-bottom: 11vw;
      overflow: hidden;
    }
    .boxBottomRecruit>.cont>.btn>a {
      padding: 15px;
      width: 215px;
    }
    .boxBottomRecruit>.cont>.btn a:before,.boxBottomRecruit>.cont>.btn:before {
      top: 23px;
    }
    .boxBottomRecruit:after {
      width: 130px;
      height: 283px;
      top: 9px;
      right: -33px;
    }
  }
 .p-footer__logo {
    width: 93px;
    margin-right: 14px;
  }
  .p-footer__content {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  .p-footer__btns_sns.facebook {
    width: 15px;
    height: auto;
  }
  .p-footer__btns_sns.x {
    width: 25px;
    height: auto;
  }
  .p-footer__btns_sns.youtube {
    width: 33px;
    height: auto;
  }
  .p-footer__btns {
    align-items: center;
  }
  .p-footer__btns_sns {
    margin: 0 12px;
  }
  .boxFooter_ttl01 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #e60012;
    position: relative;
    margin-bottom: 14px;
  }
  .boxFooter_ttl01 span {
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 83px;
  }
  .boxFooter_ttl01:before {
    content: "";
    width: 46px;
    height: 1px;
    background-color: #e60012;
    position: absolute;
    left: 83px;
    top: 50%;
    z-index: 1;
  }
  .boxFooter_ttl01:after {
    content: "";
    width: calc(100% - 83px);
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    left: 83px;
    top: 50%;
  }
  .p-footer__global {
    width: 56%;
    display: block;
  }
  .p-footer__global01 {
    display: flex;
    margin-bottom: 35px;
  }
  .p-footer__global02 {
    display: flex;
  }
  .p-footer__btns_authentication {
    /*padding-left: 83px;*/
      padding-left: 0px;
  }
  .p-footer__btns {
    padding-left: 83px;
    margin-bottom: 8px;
  }
  .p-global-nav ul li.recruit_sp {
    display: none;
  }
  .recommend__content {
    width: 790px;
  }
  @media only screen and (min-width: 768px) {
    .p-footer__address p {
      font-size: 2.2rem;
      margin-bottom: 0.5em;
      line-height: 1.5;
      padding-top: 0.1em;
    }
    .p-footer__address {
      margin-bottom: 0;
      line-height: 1.8;
    }
    .p-footer__info {
      width: 37%;
    }
    .recommend__content__col h3 {
      width: 36%;
    }
    .recommend__content__col .tel {
      width: 59%;
    }
  }
  @media only screen and (max-width: 767px) {
     .p-global-nav ul li.recruit_sp {
       display: block;
    }
    .p-global-nav ul li.no2 {
      display: flex;
      align-items: center;
    }
    .p-global-nav ul li.no2 a {
      line-height: 1.5;
      text-indent: -16px;
      padding-left: 16px;
    }
    .p-global-nav ul .global_recruit_sp div {
      color: #fff;
      background-color: #008f3f;
    }
    .global_recruit_sp:before,
    .global_recruit_sp:after {
      content: none!important;
    }
    .p-global-nav ul .global_recruit_sp div {
      margin-bottom: 0;
    }
    .boxFooter_ttl01 {
    padding: 0 15px;
    }
    .p-footer__btns,.p-footer__btns_authentication {
      padding-left: 0;
    }
    .p-footer__btns_authentication {
      width: 60%;
    }
    .p-footer__global {
      width: 100%;
    }
    .p-footer__global01,
    .p-footer__global02 {
      flex-wrap: wrap;
    }
    .p-footer__global01 ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .p-footer__global01 ul li {
      width: 48%;
      line-height: 1.5;
      font-size: 1.5rem;
    }
    .p-footer__global01 ul li:nth-of-type(2n) {
      margin-left: auto;
    }
    .p-footer__global ul li a {
      position: relative;
      padding-left: 1em;
      text-indent: 0;
    }
    .p-footer__global ul li a:before {
      margin: 0;
      position: absolute;
      left: 0;
      top: 0.4em;
    }
    .p-footer__global02 {
      display: block;
    }
    .p-footer__global02 li {
      font-size: 1.5rem!important;
    }
    .p-footer__global02 ul {
      width: 100%;
    }
    .p-footer__global02 ul > li > ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 35px;
    }
    .p-footer__global02 ul > li > ul > li {
      width: auto;
    }
    .p-footer__global01 > ul > li:last-child {
      width: 100%;
    }
    .p-global-nav {
      height: calc(100vh - 52px);
    }
    .index-header .header__btns {
      z-index: 9;
    }
    
    
  }




.sdgs__imgs01.cps .sdgs__img-col{
	display:flex;
    gap:50px;
    height: auto;
	
}
.sdgs__imgs01.cps .sdgs__img {
    height: 260px;
    position:inherit;
  }
.sdgs__imgs01.cps .sdgs__img img {
  height: auto;
}

@media only screen and (min-width: 767px) {

.sdgs__imgs01.cps .sdgs__img-col{
    height: 370px;
	flex-wrap:nowrap;
	margin-left:50px;
	margin-right:50px;
}
.sdgs__imgs01.cps p{
  /* transform: translateX(30px); */
}
.sdgs__imgs01.cps .sdgs__img:nth-child(1) p{
  transform: translateX(0px);
  text-align-last:center;
}
.sdgs__imgs01.cps .sdgs__img:nth-child(2) p{
 text-align-last:center;
  transform: translateX(-20px);
}

}

.sdgs__imgs01.cps .sdgs__img {
    height: 248px;
    position:inherit;
  }


@media only screen and (max-width: 767px) {
.sdgs__imgs01.cps .sdgs__img {
    height: auto;
  }

.sdgs__imgs01.cps .sdgs__img-col{
	display:flex;
	gap:50px;
}
.sdgs__imgs01.cps .sdgs__img-col div:nth-child(2) img{
	padding-bottom:40px;
}
.sdgs__heading.csp {
  line-height: 2rem;
padding:2rem;
}

}

.p-footer__btns_authentication{
	display:flex;
}
.p-footer__btns_authentication a:nth-child(2){
	padding-left:1.5rem;
}

