@charset "utf-8";

/*     defolt_css     */
body {
  font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 0;
  color: #535353;
}

/*  reset css   */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/Avenir.woff') format('woff'),
       url('../font/Avenir.ttf') format('truetype');
}
@font-face {
  font-family: 'Avenir-heavy';
  src: url('../font/Avenir-heavy.woff') format('woff');
}

@font-face {
  font-family: 'Avenir-Black';
  src: url('../font/Avenir-Black.woff') format('woff');
}

.avenir-b {
  font-family: 'Avenir-Black', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

.avenir-h {
  font-family: 'Avenir-heavy', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

.avenir {
  font-family: 'Avenir', sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a.file {
  text-decoration: underline;
  color: #6d6d6d;
}

.tel_fotter {
  width: 30vw;
  min-width: 250px;
  max-width: 350px;
  margin: 10px 0;
}

a.gnav:hover {
    opacity: 1;
}

.pc_nav li a:hover > .gf {
    color: #eb8d2d;
    opacity: 1;
}

.pc_nav li a .gf:hover {
    color: #eb8d2d;
    opacity: 1;
}

#company_01 .name {
    max-width: 300px;
    margin-left: auto;
}

/*メニュー説明文 カレント*/
/*
.pc_nav li.current-menu-ancestor > a .gf,
.pc_nav li.current-menu-item > a .gf,
.pc_nav li.current-menu-parent > a .gf,
.pc_nav li.current-post-ancestor > a .gf,
.pc_nav li.current_page_ancestor > a .gf,
.pc_nav li.current_page_parent > a .gf,
.pc_nav li > a:hover:after {
color: #3AABD6;
}
*/

a:hover {
    opacity: .7;
}

a.bor:hover {
    text-decoration: underline;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

/*  reset css   */
body {
  margin: 0 !important;
}

body {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding: 0;
    color: #2E2E2E;
    word-break: break-word;
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all .3s;
  display: block;
  color: #000;
}

p, li {
    line-height: 1.7;
    font-size: 16px;
}

h2 {
    font-size: 38px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
}

/*画像の最大幅を画面のサイズの最大幅に設定*/
img {
  width: 100%;
  height: auto;
}

header {
  display: inline-block;
  width: 100%;
}

footer {
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
  padding-inline-start: 0px;
  width: 100%;
  display: inline-block;
}

article {
  max-width: 1080px;
  width: 90%;
  margin: auto;
  z-index: 2;
}

article.max_w {
    max-width: unset;
    width: 100%;
}

#front_01,
#front_02,
#front_03,
#front_04,
#front_06,
#front_08 {
    padding: 100px 0;
}

#front_07 {
    line-height: 0;
}

#front_01 {
    background: url(../img/top1_bg.png);
    background-size: cover;
}

#front_03 {
    background: url(../img/sec2_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#front_04 {
    position: relative;
    background: url(../img/sec4_bg.jpg);
    background-size: cover;
    background-position: top left;
}

#front_06 {
    position: relative;
    background: url(../img/sec6_bg.jpg);
    background-size: cover;
    background-position: top left;
}

#front_04 .section__wrap {
    position: relative;
    z-index: 1;
}

#front_05 {
    background: #142357;
    background-size: cover;
    background-position: center;
}

#front_05:before {
    content: "";
    position: absolute;
    background: url(../img/f5_bg_txt.svg);
    background-size: contain;
    left: 1.5%;
    background-repeat: no-repeat;
    width: 110px;
    height: 100%;
}

a.gnav:hover {
    opacity: 1;
}

.pc_nav li a:hover {
    color: #eb8d2d;
    opacity: 1;
}

.pc_nav li a:hover {
    color: #eb8d2d;
    opacity: 1;
}

.org {
    color: #eb8d2d;
}

.vdl.b, h1 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.header_wrap {
    width: 100%;
    height: 100px;
    position: fixed;
    margin: 0;
    z-index: 99;
}

.header-inner {
    display: flex;
    width: 100%;
    height: 100px;
    z-index: 99;
    margin: auto;
    position: relative;
    align-items: center;
}

.pc_nav {
    width: 47%;
    max-width: unset;
    margin: 0;
}

.pc_nav ul#menu-main-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo {
    width: 80px;
    height: 100%;
    margin: 0 16px;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mv_wrap {
    position: relative;
    width: 100%;
    height: auto;
}

.mv_wrap.page {
    height: 42vh;
}

.mv_wrap.c2 {
    background: url(../img/mv2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c3 {
    background: url(../img/mv3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c4 {
    background: url(../img/mv4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c5 {
    background: url(../img/mv5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c6 {
    background: url(../img/mv6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c7 {
    background: url(../img/mv7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv_wrap.c8 {
    background: url(../img/mv8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.mv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 880px;
    height: 100%;
    margin: auto;
}

article.in_art {
    max-width: 920px;
}

article.in_880 {
    max-width: 880px;
}

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

h1.mvh1 {
    color: #fcfcfc;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.top h1.mvh1:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: -35px;
    background: #eb8d2d;
    z-index: -1;
}

h2.topsec_h2.center {
    color: #142357;
    font-size: 26px;
}

p.mv_p {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #f4f4f4;
}

.d-demo__wrap.top {
    margin: 100px 0 50px;
}

.news_more_wrap {
    width: 35%;
}

.news_more__inner h2 {
    line-height: 1;
    margin-bottom: 5px;
}

.box_p_wrap {
    display: inline-block;
    border: solid 1px #f85827;
    vertical-align: middle;
}

.box_p_wrap p {
    padding: 0 10px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}

.mv_btn_wrap {
    margin: 20px 0;
}

.btn {
    display: inline-block;
}

a.btn_a {
    padding: 15px 40px;
    color: #f4f4f4;
    background: #FF7F27;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

a.btn_a.en {
    padding: 15px 40px;
    color: #f4f4f4;
    background: #FF7F27;
    font-family: 'Avenir', sans-serif;
    letter-spacing: 2px;
}

.news_i_wrap {
    width: 65%;
}

.post__link:first-child .top_post_li {
    display: flex;
    padding: 0 0 10px;
}

.top_post_li {
    position: relative;
    display: flex;
}

.news_item {
    position: relative;
    width: 30%;
    margin: 1.5%;
}

span.post__time {
    position: relative;
    margin-right: 10px;
    letter-spacing: 1px;
    color: #fcfcfc;
    font-family: 'Avenir';
    font-size: 14px;
    z-index: 2;
    text-transform: uppercase;
    min-width: 120px;
    padding: 5px 10px;
    line-height: 3;
}

span.post__time:before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(20,35,87);
    background: -moz-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142357",endColorstr="#040711",GradientType=1);
}

.category {
    padding: 2.5px 10px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #142357;
    z-index: 1;
    margin-right: 10px;
}

.category:before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    background: linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#7e7e7e",GradientType=1);
  }

p.post__inner_txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 82px;
}

.news_btn_wrap {
    margin-top: 40px;
}

.top_sec2_right_p {
    display: flex;
    justify-content: flex-end;
}

.flex {
    display: flex;
}

.flex_in_60 {
    width: 60%;
}

.flex_wrap.f5 .flex_in_60 {
    padding: 50px 0;
}

.flex_wrap.f5 .flex_in_40 img {
    object-fit: cover;
    height: 100%;
}

.flex_in_40 {
    width: 40%;
    line-height: 0;
}

.obj_wrap {
    width: 40%;
    line-height: 0;
}

img.obj_img {
    object-fit: cover;
    height: 100%;
}

.flex_in.relative {
    position: relative;
}

.center_ab {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 300px;
    width: 90%;
    transform: translate(-50%, -50%);
}

h2.enja {
    font-size: 24px;
    text-align: center;
}

h2.enja span {
    font-size: 14px;
    display: block;
    line-height: 1;
}

h2.enja {
    font-size: 24px;
    text-align: center;
}

p.top_sec2_box_p {
    margin-right: 5%;
}

.s3_flex_img {
    max-width: 200px;
    margin: auto auto 0 15%;
}

.fr4_flex {
    display: flex;
    width: 100%;
    max-width: 880px;
    margin: auto;
    justify-content: center;
}

.fr4_flex .flex_in {
    width: 30%;
    max-width: 180px;
    margin: 2%;
    padding: 0 1%;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fr4_flex .flex_in img {
    max-width: 132px;
}

.f5_in_box {
    max-width: 300px;
    margin: auto;
}

.f5_img_wrap {
    width: 55%;
    margin: auto;
}

h3.f5_h3 {
    color: #fff;
    font-size: 20px;
    margin: 5% 0;
}

h3.f5_h3.blk {
    color: #2B2929;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

/* btn */
.btn-square-slant {
    display: inline-block;
    position: relative;
    width: 180px;
    font-size: 18px;
    padding: 15px 35px;
    text-decoration: none;
    color: #EB8C2D;
    z-index: 1;
}

.btn-square-slant:before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    background: linear-gradient(180deg, rgba(252,252,252,1) 11%, rgba(126,126,126,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfc",endColorstr="#7e7e7e",GradientType=1);
}
/* btn */

a.btn-square-slant.blue_txt {
    color: #142357;
}

/* btn blue */
a.btn-square-slant.blue {
    color: #fff;
}

.btn-square-slant.blue:before {
    transform: skewX(-15deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(20,35,87);
    background: -moz-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142357",endColorstr="#040711",GradientType=1);
}
/* btn blue */

span.arrow {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sec3_flex_wrap {
    margin-top: 100px;
}

.flex_3_in.m-top {
    margin-top: -50px;
}

.flex_3_in {
    width: 21%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
}

.bus_ttl {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: -29px;
    width: 60px;
    height: 210px;
    background: url(../img/label_a.png);
    background-size: cover;
    background-position: bottom;
}

.m-top .bus_ttl {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: -29px;
    width: 60px;
    height: 210px;
    background: url(../img/label_b.png);
    background-size: cover;
    background-position: bottom;
}

h3.bs_ttl {
    color: #fff;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

h3.bs_ttl span {
    letter-spacing: 0;
    line-height: 1.3;
    display: block;
}

h3.bs_ttl span.transform_en {
    margin-left: 2px;
}

span.transform_txt {
    transform: rotate(90deg);
    margin-left: 1px;
}

li.page__nation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5%;
    width: 100%;
}

li.page__nation a {
    padding: 0 10px;
}

li.page__nation span {
    padding: 0 10px;
    color: #2482b4;
}

a.post__link:hover {
  opacity: .5;
}

.swiper-container.slider {
  overflow: hidden;
  max-height: 55vh;
}

div#breadcrumb {
    max-width: 1080px;
    width: 90%;
    margin: auto;
}

#breadcrumb li {
    position: relative;
    float: left;
    padding: 8px 15px;
    margin-top: 5px;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
}

#breadcrumb li:not(:first-child):before {
    content: '';
    position: absolute;
    background: url(../img/arrow_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    left: -2.5px;
    font-size: 15px;
    top: 10px;
}

#breadcrumb li:last-child {
    text-decoration: none;
}

.page_links {
    line-height: 0;
    background: #F5F5F5;
    padding-bottom: 8px;
}

.sp-buttons {
  position: absolute !important;
  bottom: 0;
}

.sp-button {
  border: 1px solid #fff !important;
}

.sp-selected-button {
  background-color: #fff !important;
}

.pc_nav li {
    top: 0;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.pc.header_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 100%;
}

.cta_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
}

.gf {
    color: var(--Neutral-Gray-600, #757575);
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

.pc_nav li a {
    width: 100%;
    color: var(--main-dark, #142357);
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.pc.header_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 43%;
    height: 100%;
}

.h_cta_2 {
    width: 97.2%;
    margin: 0 1.4%;
}

.pc_nav li:hover + .gf {
    color: #3aabd6;
}

.mdd_inner {
    width: 300px;
    background: #000;
    opacity: .7;
    display: none;
}

ul.sub-menu li {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0;
    color: #fff;
    vertical-align: middle;
}

.sub-menu li:before {
    content: url(../img/btn_arrow.svg);
    position: absolute;
    left: 15px;
    font-size: 10px;
    top: 30%;
}

.pc_nav ul.sub-menu li a {
    color: #fff;
    padding: 12px;
}

.pc_nav ul.sub-menu li a.gnav:hover {
    color: #3aabd6;
}

a.scroll {
    display: flex;
    align-items: center;
    position: absolute;
    right: 50%;
    bottom: -25px;
    z-index: 2;
    padding: 30px 10px 60px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'Avenir', sans-serif;
    line-height: 1;
    transform: translate(50%, 0px);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

a.scroll::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgb(255 255 255) 50%, rgb(255 255 255) 100%);
}

a.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

p.shipo {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

a.btn_b {
    padding: 8px 15px;
    margin-top: 15px;
    color: #f4f4f4;
    border: solid 1px #f4f4f4;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.top_sec__inner {
    margin: 8% 0 20%;
}

.mobile {
  display: none;
}

#wrapper {
  overflow: hidden;
}

.flex_max_w {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex_in {
    width: 50%;
}

.flex_txt_in {
    margin: auto;
    padding: 0 50px;
    max-width: 500px;
}

h2.sec1_h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: vdl-v7mincho, sans-serif;
    font-size: 30px;
}

h2.sec1_h2 .span1:first-letter {
    font-size: 40px;
    color: #FF7F27;
}

.line {
    position: relative;
    width: 30%;
    top: 3px;
}

h2.sec1_h2 .line:after {
    background: #707070;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
}

h2.sec1_h2 .span2 {
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    margin-top: 5px;
}

h3.sec1_h3 {
    font-size: 30px;
    margin: 10px 0 25px;
    font-weight: 500;
}

.center_wp {
    text-align: center;
    margin: 20px 0 0;
}

h2.sec2_h2 {
    font-size: 30px;
    text-align: center;
    padding: 40px 0 20px;
}

span.big {
    font-size: 38px;
}

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

.pr_flex_in {
    width: 28%;
    padding: 2%;
    margin: 0 auto 20px;
    background: #f2f2f2;
    box-shadow: 2px 6px 4px 0px #d9d9d9;
}

.pr_flex_in img {
    width: 80%;
    margin: 0 10% 0;
}

p.pr_p {
    border-top: dotted 1px;
    margin: 10px 5% 0;
    padding: 10px 0 0;
    text-align: center;
}

.pr_flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: auto;
}

p.pr_p.c1 {
    padding: 37px 0 37px;
}

p.pr_p.c2 {
    padding: 23px 0 23px;
}

.bold {
    font-weight: 600;
}

.pr_txt_wp {
    text-align: center;
    margin: 20px 0 50px;
}

p.pr_txt {
    font-size: 20px;
}

.bottom_arrow {
    width: 6%;
    min-width: 80px;
    max-width: 100px;
    margin: auto;
}

h2.sec3_h2 {
    font-size: 32px;
    text-align: center;
    padding: 60px 0 40px;
}

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

.ttl_wrap {
    text-align: center;
    margin-bottom: 25px;
}

h2.minc {
    font-size: 30px;
    font-family: vdl-v7mincho, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.minc span {
    font-size: 20px;
    display: block;
    line-height: 1;
}

h2.minc:first-letter {
    font-size: 40px;
    color: #FF7F27;
}

/* アニメーション */

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.fadeUpTrigger {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform,animation,position;
}

/*==================================================
ふわっ
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time02{
animation-delay: 0.2s;
}

.delay-time03{
animation-delay: 0.3s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time05{
animation-delay: 0.5s;
}

/* スクロールアニメーション */

/*　ヘッダーアニメーション　*/
/*　上に上がる動き　*/

.header_wrap.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.header_wrap.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*　ヘッダーアニメーション　*/

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

.news_flex_left {
    position: relative;
    width: 45%;
    line-height: 0;
}

.news_flex_right {
    position: relative;
    width: 55%;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    background: #f2f2f2;
}

.news_flex_left img {
    min-height: 400px;
    object-fit: cover;
}

.op_box {
    position: absolute;
    top: 35%;
    left: 70%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
}

h2.minc.wht {
    color: #fff;
}

.absolute_wp {
    position: absolute;
    bottom: 50px;
    left: 100px;
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.d-demo {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.d-demo__wrap {
  display: flex;
  overflow: hidden;
  margin: 0px auto 50px;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
    width: calc(100vw / 1);
    line-height: 0;
    margin: 0 8px;
}

.d-demo__item > img{
   width: 100%;
}

.flex_contents {
    display: flex;
}

.flex_cts img {
    max-width: 330px;
}

.flex_cts {
    width: 35%;
    margin-right: 15%;
}

.mr_left {
    margin-left: 50px;
}

.about_btn_wrap {
    text-align: right;
    margin: 20px 0 0;
}

.work_flex {
    display: flex;
}

.wo_flex {
    width: 18%;
    margin: auto;
}

.wo_img {
    margin-left: 20px;
    width: 90%;
    height: 200px;
}

.wo_img img {
    object-fit: cover;
    height: 100%;
}

.wo_txt_box {
    position: relative;
    top: -30px;
    left: 0;
    padding: 10px;
    min-height: 55px;
    margin-right: 20px;
    background: #363636;
    color: #fcfcfc;
}

p.wo {
    font-size: 14px;
    margin-left: 20px;
    margin-top: -20px;
}

.org_str {
    -webkit-text-stroke: 2px #f85827;
    text-stroke: 1px #f85827;
    color: transparent;
}

.center {
    text-align: center;
}

.org_bg {
    background: #f85827;
    color: #fff;
    font-weight: 500;
}

.org_bg.center {
    display: block;
    padding: 4px 0;
    width: 80px;
    margin: 0 auto;
}

.work_wrap {
    margin-top: 50px;
}

.wht {
    color: #fcfcfc;
}

.width_mask {
    position: relative;
    z-index: 1;
}

.flex_contents:before {
    position: absolute;
    display: flex;
    content: '';
    width: 90vw;
    height: 350px;
    left: 0;
    bottom: -50px;
    background: #363636;
    z-index: -1;
}

.cta_flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*.cta_wrap:before {
    content: '';
    position: absolute;
    top: -19px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0;
    background: #363636;
    transform: skewY(3deg);
    z-index: -1;
}*/

.btn-square-slant.big_btn {
    width: 100%;
    max-width: 230px;
    padding: 15px 35px 10px;
    text-align: center;
}

.btn-square-slant.wht_bg {
    background: #fcfcfc;
    color: #f85827;
}

.about_btn_wrap a.btn-square-slant.wht_bg {
    text-align: left;
}

.ft_mg {
    margin: 25px 0 5px;
}

h3.footer {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer_wrap {
    padding: 100px 0 50px;
}

.footer_menu_wrap {
    display: flex;
    justify-content: space-evenly;
}

.f-hours {
    display: flex;
    justify-content: space-between;
}

ul#menu-footer_menu {
    display: flex;
    flex-direction: column;
    min-width: 292px;
    margin: auto;
}

ul#menu-footer_menu li {
    margin: 1%;
    display: flex;
}

ul#menu-footer_menu li a.gnav {
    color: #142357;
    text-transform: uppercase;
}

.fotter_nav .gf {
    position: relative;
    display: inline-block;
    color: #9B9B9B;
    padding-left: 20px;
    margin-left: 5px;
    padding-top: 0;
}

.fotter_nav .gf:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 1px;
    left: 6px;
    top: 49%;
    background: #9b9b9b;
}

.btn-square-slant.wht_bg:before {
    content: " ";
    position: absolute;
    bottom: -3px;
    left: 1.5px;
    width: 100%;
    height: 100%;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #fcfcfc;
    border-bottom-color: #fcfcfc;
    border-radius: 5px;
}

span.left-i {
    display: inline-block;
    vertical-align: middle;
}

h3.footer {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.add_footer {
    margin-top: 30px;
}

footer {
    position: relative;
    padding: 50px 0 0;
    background: #fcfcfc;
}

p.copyright {
    font-family: 'Avenir';
    text-align: center;
    color: #fff;
    letter-spacing: 1.5px;
    padding: 10px 0;
    background: #142357;
}

/*/////////    COMMON     /////////*/
/*/////////    COMMON     /////////*/
/*/////////    COMMON     /////////*/

.center_wrap {
    text-align: center;
}

.inner_contents {
    position: relative;
    padding-bottom: 150px;
}

.com_2_in {
    margin-top: 50px;
}

.top_txt_area {
    padding: 100px 0;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
}

.page_ttl_wrap {
    text-align: center;
    position: relative;
    padding: 50px;
    color: #FCFCFC;
    margin-bottom: 150px;
    z-index: 1;
}

h2.page_h2 {
    font-size: 28px;
}

.container.page1,
.container.page2,
.container.page3,
.container.page4,
.container.page5,
.container.page6 {
    padding: 50px 0 0;
    position: relative;
}

.container.page1:before {
    content: '';
    background: url(../img/p1_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 8.3%;
    height: 600px;
}

.container.page4:before {
    content: '';
    background: url(../img/p4_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 8.3%;
    height: 600px;
}

.container.page5:before {
    content: '';
    background: url(../img/p5_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 8.3%;
    height: 600px;
}

.container.page6 {
    background: #f2f2f2;
}

span.en_h2 {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

/*/////////    COMMON     /////////*/
/*/////////    COMMON     /////////*/
/*/////////    COMMON     /////////*/

/*/////////business page/////////*/
/*/////////business page/////////*/
/*/////////business page/////////*/



h3.bus_h3 {
    font-size: 38px;
    font-family: 'Avenir-Black';
    text-transform: uppercase;
    color: #f85827;
}

.flex_6 {
    display: flex;
    justify-content: center;
}

.flex_6:first-child {
    margin-top: 30px;
}

.flex_6 .flex_in {
    width: 30%;
    margin: 1%;
}

.flex_6.line2 {
    margin-top: -50px;
}

.flex_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flex_wrap.top_flex-start {
    align-items: flex-start;
}

.fif_box {
    width: 50%;
}

.bus_txt_box {
    max-width: 400px;
    margin-top: 25px;
}

.tags_wrap {
    max-width: 600px;
}

span.tags {
    padding: 1px 50px 0 10px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    margin: 15px 6px;
}

span.tags:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #FD5826;
    transform: scaleY(1.3) perspective(10px) rotateX(3deg);
    transform-origin: bottom left;
}

#no_1:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 500px;
    bottom: 0;
    background: url(../img/no1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#no_2:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 500px;
    height: 60px;
    right: 0;
    bottom: 105px;
    background: url(../img/no2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

#no_3:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 500px;
    bottom: 0;
    background: url(../img/no3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.p1_sec01 {
    position: relative;
    line-height: 0;
}

.flex_btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 5% 5%;
}

.p1_in_txt {
    margin: 5%;
    line-height: 1.8;
}

.p1_in_img {
    width: 70%;
    margin: auto;
}

h3.p1_h3 {
    font-size: 26px;
    line-height: 1.8;
}

span.en_h1 {
    display: block;
    line-height: 1;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

h1.mvh1 {
    color: #fcfcfc;
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

h1.mvh1:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    left: -30px;
    background: #eb8c2c;
    z-index: -1;
}

/*/////////business page/////////*/
/*/////////business page/////////*/
/*/////////business page/////////*/

/*/////////works page/////////*/
/*/////////works page/////////*/
/*/////////works page/////////*/


.category_list {
    margin: 150px 0 100px;
}

p.case_no {
    font-size: 16px;
    margin: 15px;
    font-family: 'Avenir-heavy';
    letter-spacing: 1px;
}

h3.const {
    line-height: 1;
    padding-bottom: 30px;
    margin-left: 15px;
    font-weight: 500;
}

img.active {
    filter: drop-shadow(0px 10px 10px #142357);
}

a.op1 {
    opacity: 1;
}

.link_img_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flex_link {
    position: relative;
    width: 46%;
    margin: 0 2% 10px;
    line-height: 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flex_link .hover-img {
    margin: 0;
    padding: 0;
}

.hover-img img {
    width: 100%;
    height: 100%;
}

.absolute_img.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    z-index: -1;
}

.flex_link .flex_link_in {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    background: rgb(20 35 87 / 58%);
    backdrop-filter: blur(3px);
}

.flex_link_in:hover:after {
    content: '';
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
}

.flex_link_in:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
}

.flex_link:hover .flex_link_in {
  /*topを0にして上からスライド*/
  top: 0;
}

.hover_contents_wrap {
    position: relative;
    text-align: center;
    padding: 20px;
}

.hover_contents_wrap:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/dotted_wht.svg);
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
}

.hover_contents_wrap:after {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(../img/dotted_wht.svg);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.work_name.mdl {
    line-height: 1.5;
}

span.work_name_span {
    background: #eb8d2e;
    margin-right: 7.5px;
    padding: 0 10px 3px;
}

span.work_name_span2 {
    margin-left: 7.5px;
    padding: 0 10px 3px;
    color: #142357;
    background: #fcfcfc;
}

.remodal-overlay {
    background: none !important;
}

.remodal {
    max-width: 1080px !important;
    height: 90vh;
    background-color: rgb(17 33 85 / 88%)!important;
    backdrop-filter: blur(3px);
}

.photo {
    width: 80%;
    margin: auto;
    margin-top: 10%;
}

.swiper-container.slider-thumbnail {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  max-height: 15vh;
}

.remodal-close {
    right: 20px !important;
    left: unset !important;
    width: 55px !important;
    height: 50px !important;
    top: 20px !important;
    font-family: 'Avenir-heavy';
    padding-top: 20px !important;
    color: #FCFCFC !important;
}

.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 10px !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.scroll-content {
    position: relative;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -30px !important;
    top: unset !important;
    bottom: 35px !important;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -30px !important;
    top: unset !important;
    bottom: 35px !important;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url(../img/prev_btn.svg)!important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../img/next_btn.svg)!important;
}

/*/////////works page/////////*/
/*/////////works page/////////*/
/*/////////works page/////////*/

/*/////////company page/////////*/
/*/////////company page/////////*/
/*/////////company page/////////*/

.page_ttl_wrap.p3_1 {
    text-align: center;
    position: relative;
    padding: 60px 0;
    color: #FCFCFC;
    background: url(../img/p3_ttl1_bg.jpg);
    margin-bottom: 150px;
    z-index: 1;
}

.page_ttl_wrap.p3_2 {
    text-align: center;
    position: relative;
    padding: 60px 0;
    color: #FCFCFC;
    background: url(../img/p3_ttl2_bg.jpg);
    margin-bottom: 150px;
    z-index: 1;
}

.page_ttl_wrap.p4_1 {
    text-align: center;
    position: relative;
    padding: 60px 0;
    color: #FCFCFC;
    background: url(../img/p4_ttl1_bg.jpg);
    margin-bottom: 0;
    z-index: 1;
}

.en.blue {
    color: #142357;
    font-weight: 400;
    font-size: 28px;
}

#company_01 {
    padding-bottom: 100px;
}

.box_p_wrap.wht_bo {
    border: solid 1px #fcfcfc;
    background: transparent;
}

.page_ttl_wrap_2 {
    position: relative;
}

.page_ttl_wrap_2:before {
    content: '';
    position: absolute;
    display: inline-block;
    bottom: -120px;
    left: 50%;
    width: 1px;
    height: 80px;
    background: #f85827;
}

.str_1 {
    margin-top: 200px;
    position: relative;
}

.str_1:before {
    content: '';
    position: absolute;
    top: 120px;
    bottom: -50px;
    left: 0;
    right: 0;
    background: url(../img/top1_bg.png);
    transform: rotateZ(30deg);
    background-size: cover;
    transform: skewY(-3deg) rotateZ(180deg);
    z-index: 0;
}

.str_2 {
    margin-top: 100px;
    position: relative;
}

.str_2:before {
    content: '';
    position: absolute;
    top: 120px;
    bottom: -50px;
    left: 0;
    right: 0;
    background: url(../img/top1_bg.png);
    background-size: cover;
    background-position: center;
    transform: skewY(3deg) rotateZ(180deg);
    z-index: 0;
}

h3.org_ja {
    font-size: 24px;
    margin-bottom: 10px;
    color: #f85827;
}

.flex_wrap_end {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}

.flex_end {
    width: 50%;
}

.left_img,
.right_img {
    width: 70%;
}

.right_img {
    margin-left: 30%;
}

.str_txt_box {
    margin-bottom: 40px;
}

.str_3_wrap {
    padding: 200px 0;
    background: url(../img/str_3_bg.jpg);
    background-size: cover;
}

h3.h3_big {
    font-size: 26px;
    margin-bottom: 20px;
}

.company_data .page_ttl_wrap:before {
    z-index: 0;
}

.company_data h2.page_h2 {
    position: relative;
}

.company_data {
    padding-bottom: 150px;
    background-repeat: repeat;
    background-size: auto;
    position: relative;
}

.com_tbl_wrap {
    margin: 50px auto 0;
    max-width: 700px;
    width: 90%;
}

.com_tbl_wrap table {
    width: 100%;
}

.com_tbl_wrap th {
    width: 30%;
}

.com_tbl_wrap th, .com_tbl_wrap td {
    padding: 20px 0;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.com_tbl_wrap th:after,
.com_tbl_wrap td:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #CECECE;
}

.page_ttl_wrap.ttl_bg_org {
    position: relative;
    z-index: 1;
}

.page_ttl_wrap.ttl_bg_org:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 0;
    background: #FD5826;
    z-index: -1;
}

.page_ttl_wrap.ttl_bg_org:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    bottom: -55px;
    background: #636363;
}

.enkaku_wrap {
    background: #F5F5F5;
    padding-bottom: 100px;
}

.enkaku_line:nth-child(2n) {
    background: #fcfcfc;
}

.day_wrap {
    position: relative;
    width: 40%;
    display: flex;
    justify-content: center;
}

.txt_wrap {
    width: 50%;
}

h3.big_bg_year {
    display: inline-block;
    font-size: 100px;
    line-height: 1;
    font-family: 'Avenir-Black';
    color: #F0B87F;
    letter-spacing: 0px;
}

h3.big_bg_year.line_font {
    color: transparent;
    -webkit-text-stroke: 1px #142357;
    text-stroke: 1px #142357;
}

.company_dp {
    background: #F5F5F5;
}

.manth_wrap {
    top: 50%;
    width: 10%;
    color: #ddd;
}

.manth_wrap span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
    font-weight: bold;
}

/*/////////company page/////////*/
/*/////////company page/////////*/
/*/////////company page/////////*/

/*/////////recruit page/////////*/
/*/////////recruit page/////////*/
/*/////////recruit page/////////*/

.w540 {
    max-width: 540px;
    margin: auto;
}

.rec_img_wrap {
    position: relative;
}

.rec_h3_wrap {
    position: absolute;
    bottom: -25px;
    left: -3%;
    padding: 30px 150px 30px 30px;
}

.rec_h3_wrap p {
    position: relative;
}

.rec_h3_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(54 54 54 / 80%);
    transform: scaleY(1.4) perspective(0.4em) rotateX(1deg);
    transform-origin: bottom left;
}

h3.rec_h3 {
    position: relative;
    font-size: 24px;
}

.rec_inner {
    margin-top: 100px;
}

h4.rec_h4 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: dotted 2px #959595;
    margin-bottom: 20px;
}

.rec_fif {
    width: 50%;
}

.rec_p_box {
    width: 90%;
}

.rec_pr_box {
    border: solid 1px #363636;
    margin-top: 25px;
}

h5.recbox_h5 {
    text-align: center;
}

h5.recbox_h5 {
    text-align: center;
    background: #363636;
    padding: 5px 0;
    font-size: 18px;
}

ul.rec_ul {
    margin: 10px 0;
}

ul.rec_ul li {
    padding-left: 40px;
    position: relative;
}

ul.rec_ul li:before {
    content: '';
    position: absolute;
    background: #fc5925;
    width: 15px;
    height: 15px;
    left: 15px;
    top: 7px;
}

.rec_fif img {
    width: 80%;
    margin: 0 10%;
}

.rec_flex__wrap2 {
    margin-top: 50px;
}

.rec_flex__wrap2 .flex_wrap {
    align-items: flex-start;
}

h4.rec_h4.padding_top {
    padding-top: 34px;
}

.rec_flex__wrap2 .rec_fif {
    width: 46%;
    margin: 0 auto;
}

.rec_flex__wrap2 .rec_fif p {
    margin-top: 25px;
}

.recruit_sec01 {
    padding-top: 250px;
    margin-top: -200px;
    padding-bottom: 100px;
    background: #F5F5F5;
}

.recruit_sec02 {
    padding: 100px 0 150px;
    background: #fcfcfc;
}

.recruit_sec03 {
    padding: 50px 0 100px;
    background: #f2f2f2;
}

.recruit_sec04 {
    padding: 100px 0;
    background: url(../img/rec04_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.recruit_sec04 article.in_art {
    z-index: 0;
}

.recruit_sec05 {
    padding: 100px 0;
    background: #F2F2F2;
}

.rec_clm3 {
    width: 30%;
    margin: 0 auto 25px;
}

.rec_tbl_wrap {
    margin: 50px auto 0;
    max-width: 700px;
    width: 90%;
}

.rec_tbl_wrap table {
    width: 100%;
}

.rec_tbl_wrap th {
    width: 30%;
    background: #142357;
    color: #fcfcfc;
    font-weight: 400;
}

.rec_tbl_wrap td {
    background: #fcfcfc;
}

.rec_tbl_wrap th, .rec_tbl_wrap td {
    padding: 30px 0 30px 35px;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.rec_tbl_wrap th:before {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: solid 1px #CECECE;
}

.rec_tbl_wrap td:before {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom: solid 1px #CECECE;
}

h2.cercle {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 5px 50px;
    margin-bottom: 30px;
    color: #fff;
    z-index: 2;
}

h2.cercle:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    transform: skewX(-20deg);
    background: #764617;
    background: -moz-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#EB8C2D), to(#764617));
    background: -webkit-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -o-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -ms-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: linear-gradient( #EB8C2D 0%, #764617 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#EB8C2D, endColorstr=#764617,GradientType=0 );
    z-index: -1;
}

h2.cercle:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 5px;
    right: -5px;
    top: 5px;
    z-index: -2;
    transform: skewX(-20deg);
    border: solid 1px #142357;
}

p.w540 {
    max-width: 540px;
    margin: 0 auto 50px;
}

.recruit_sec04 .flex_wrap {
    justify-content: center;
}

.rec_icon {
    margin: 20px;
}

.cercle.grd {
    background: rgb(57,200,165);
    background: -moz-linear-gradient(130deg, rgba(57,200,165,1) 0%, rgba(45,163,182,1) 38%, rgba(178,105,172,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(57,200,165,1) 0%, rgba(45,163,182,1) 38%, rgba(178,105,172,1) 100%);
    background: linear-gradient(130deg, rgba(57,200,165,1) 0%, rgba(45,163,182,1) 38%, rgba(178,105,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#39c8a5",endColorstr="#b269ac",GradientType=1);
    border: none;
    color: #fcfcfc;
}

.rec_clm3 {
    width: 30%;
    margin: 0 auto 25px;
}

ul.rec_ul.blk_icon li:before {
    background: #363636;
}

.rec_tbl_wrap td.last:before {
    border-bottom: none;
}

.rec_tbl_wrap th.last:before {
    border-bottom: none;
}

.rec_form_txtbox {
    max-width: 500px;
    text-align: center;
    margin: 0 auto 50px;
}

.rec_form_wrap {
    margin: 50px auto 0;
    max-width: 700px;
    width: 90%;
}

table.form_tbl.rec {
    width: 100%;
}

.rec_form_wrap th {
    width: 100%;
    display: block;
    font-weight: 500;
}

.rec_form_wrap td {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.rec_form_wrap th, .rec_form_wrap td {
    padding: 0;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.rec_form_wrap input {
    width: 100%;
    padding: 8px;
    background: #Fcfcfc;
    border: none;
}

.rec_form_wrap select {
    padding: 8px;
    background: #Fcfcfc;
    border: none;
}

.rec_form_wrap textarea {
    width: 99.8%;
    padding: 8px;
    background: #Fcfcfc;
    border: none;
}

.rec_form_wrap .textarea-73 textarea {
    max-height: 80px;
}

span.space_span {
    margin: 0 10px;
}

span.haveto {
    color: #E00A17;
}

h3.personal_info {
    text-align: center;
    margin: 10px 0 20px;
}

p.rec_form_p {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.hidden_box {
    max-height: 200px;
    overflow: scroll;
    padding: 10px;
    margin: 30px 0;
    background: #fcfcfc;
    border: solid 2px #142357;
}

.section::-webkit-scrollbar {
    width: 16px;
}

.section::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
    background-color: #f85827;
    border-radius: 100px;
}

.rec_form_wrap input[type="checkbox"] {
    width: auto;
}

.submit_btn {
    display: inline-block;
    position: relative;
    width: 240px;
    padding: 15px 35px 15px 20px;
    text-decoration: none;
    color: #FFF;
    border-radius: 5px;
}

.submit_btn:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: skewX(-15deg);
    background: rgb(20,35,87);
    background: -moz-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    background: linear-gradient(180deg, rgba(20,35,87,1) 0%, rgba(4,7,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142357",endColorstr="#040711",GradientType=1);
}

.submit_btn:active {
    border: none;
    -webkit-transform: translate(2px,2px);
    transform: translate(2px,2px);
}

.rec_form_wrap input[type="submit"] {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px;
    background: none;
    color: #fff;
    border: none;
}

.submit_btn_wrap {
    text-align: center;
    margin-top: 20px;
}
/*/////////recruit page/////////*/
/*/////////recruit page/////////*/
/*/////////recruit page/////////*/

/*/////////NEWS page/////////*/
/*/////////NEWS page/////////*/
/*/////////NEWS page/////////*/

.news_page_wrap h3.post__h3 {
    color: #142357;
}

span.post__time {
    min-width: 120px;
}

.category {
    min-width: 75px;
}

.news_page_wrap .postlist__inner {
    padding: 15px;
}

.single_page_wrap {
    padding: 50px 0 100px;
}

.container.page5.single {
    background: #F2F2F2;
}

.post_card {
    max-width: 700px;
    margin: auto;
    padding: 5%;
    background: #ffff;
}

h2.post_ttl {
    font-size: 24px;
    margin: 10px 0 20px;
    padding: 10px;
    color: #142357;
}

.news_single_btn {
    text-align: center;
    margin: 40px 0;
}

.news_single_btn .btn-square-slant.big_btn {
    max-width: 180px;
}

.center_wp.mgn_top {
    margin-top: 100px;
}

/*/////////NEWS page/////////*/
/*/////////NEWS page/////////*/
/*/////////NEWS page/////////*/

/*/////////contact page/////////*/
/*/////////contact page/////////*/
/*/////////contact page/////////*/

.cf_form_txtbox {
    max-width: 550px;
    text-align: center;
    margin: 0 auto 50px;
}

.tel_cta_img {
    max-width: 400px;
    margin: 25px auto;
}

.privacy_sec01 {
    padding: 100px 0;
    background: #f2f2f2;
}

h2.thanks_h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.thanks_wrap p {
    text-align: center;
    max-width: 550px;
    margin: auto;
}

/*/////////contact page/////////*/
/*/////////contact page/////////*/
/*/////////contact page/////////*/

.pry_txtbox {
    text-align: center;
    margin-bottom: 100px;
}

.privacy_wrap {
    background: #ffff;
    padding: 50px;
}

h2.pry_h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.pry_txtbox {
    text-align: center;
    margin-bottom: 50px;
}

header.bg__404 .header_wrap {
    background: rgb(54 54 54 / 54%);
    top: 0;
}

.mv_wrap.page.none {
    height: 0;
    background: none;
}

.container.page_404 {
    padding-top: 40px;
    position: relative;
    top: 0;
}

_:lang(x)+_:-webkit-full-screen-document, body .container.page_404 {
    padding-top: 73px;
}

h1.h1_404 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1625px) {
}

@media (min-width: 1100px) {
}

@media (min-width: 900px) {
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }

  .sp_nav {
    display: none;
  }

  nav#header-nav {
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
  }

  .flex_link .hover-img {
    margin: 0;
    padding: 0 0 125px;
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {}

@media (max-width: 1100px) {
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {

  /*     defolt_css     */

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .sp_nav {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 10px;
  }

  .header_item {
    z-index: 99;
  }

  .pc_nav {
    display: none;
  }

  .sp_nav {
    display: block;
  }

  .min900 {
    display: block;
  }

  .menu_bars {
    content: url(../img/menu_i.svg);
    width: 25px;
    height: 31px;
    padding: 0 12%;
  }

  .menu_bars.menu_times {
    content: url(../img/time_i.svg);
    width: 25px;
    height: 31px;
    padding: 0 12%;
  }

  /*スマホ用のメニューボタン*/
  .smart-inner {
    position: relative;
  }

  #navbutton {
    position: absolute;
    top: -1%;
    right: 0px;
    background: none;
    border: none;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2.2em;
    color: #333;
    margin: 20px;
  }

  /*ヘッダーナビ*/
  #smart-nav {
    display: none;
  }

  .smart-nav {
    padding-top: 81px;
    height: 100vh;
    background: rgb(17, 33, 85, 80%);
  }

  .entry_btn_sp.sp {
    display: block;
    width: 15%;
    min-width: 120px;
    text-align: center;
    position: absolute;
    right: 100px;
  }

  .entry_btn_sp.sp a {
    color: #fff;
    padding: 29px;
    background: transparent linear-gradient(135deg, #15CCB3 0%, #41C36E 100%) 0% 0% no-repeat padding-box;
  }

  .smart-nav li a {
    width: 80%;
    margin: auto;
    display: block;
    padding: 15px 5px;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
  }

  .smart-nav ul {
    margin: 80px 0 0;
    padding: 0;
    list-style: none;
  }

  .smart-nav li a:hover {
    opacity: 0.8;
  }

  ul.column_3 li {
    width: 46%;
    float: left;
    margin: 2%;
  }

  .mv_wrap {
    position: relative;
    margin-top: 0;
    top: 0;
  }

  #breadcrumb li {
    padding: 5px;
    margin-top: 5px;
    font-size: 12px;
  }

   div#breadcrumb {
      width: 98%;
   }

   .mv__inner {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 80%;
     max-width: 550px;
   }

  /*スマホ用のメニューボタン*/
  .smart-inner {
    position: relative;
  }

  .vh100_wrap p.blk {
    line-height: 1.8;
  }

  #navbutton {
    position: absolute;
    top: -1%;
    right: 0px;
    background: none;
    border: none;
  }

  #navbutton:focus {
    outline: none;
  }

  #navbutton i {
    font-size: 2.2em;
    color: #333;
    margin: 20px;
  }

  /*ヘッダーナビ*/
  #smart-nav {
    display: none;
  }

  .smart-nav {
    padding: 0;
    height: 100vh;
  }

  .menu-item {
    width: 80%;
    margin: 0 0 0 10%;
    position: relative;
  }

  .smart-nav li a:hover {
    opacity: 0.8;
  }

  nav.g_nav {
    display: none;
  }

  nav#header-nav {
    display: none;
  }

  article {
    width: 90%;
  }

  /*     defolt_css     */
  div#page_404 {
    min-height: 50vh;
    width: 80%;
    margin: 50px auto 0;
  }

  /*////////newcss////////*/
  /*////////newcss////////*/
  /*////////newcss////////*/

  .mv_wrap {
    position: relative;
  }

  h1.mvh1 {
    color: #fcfcfc;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  p.mv_p {
    font-size: 16px;
  }

  .mv__inner {
    position: absolute;
    top: 54%;
  }

  .logo {
    width: 25%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contents {
    margin-top: -7px;
  }

  .news_i_wrap {
    width: 100%;
  }
  .postlist__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .news_btn_wrap.sp {
    text-align: center;
  }
  .swiper-container.strong,
  .swiper-container.strong2 {
    position: relative;
  }
  .flex_3_in {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
  }
  .swp_box_concept.sp {
    padding: 100px 0 50px;
  }
  .strong.swiper-horizontal>.swiper-pagination-bullets, .sp1.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -15px;
    left: 0;
    width: 100%;
  }

  span.swiper-pagination-bullet-active {
    background: #f85827 !important;
  }

  .wo_flex {
    width: 100%;
    margin: auto;
  }
  .swiper-container.strong2 {
    padding: 50px 0;
  }
  .strong2.swiper-horizontal>.swiper-pagination-bullets, .sp2.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .flex_contents {
    display: flex;
    flex-direction: column;
  }
  .flex_cts img {
    max-width: unset;
    position: relative;
  }
  .mr_left {
    margin-left: 50px;
    position: relative;
  }
  .flex_cts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
  }
  .flex_contents:before {
    position: absolute;
    display: flex;
    content: '';
    width: 100vw;
  }
  #front_05 {
    background-size: cover;
    background-position: center;
    margin-top: -50px;
    padding: 50px 0;
  }
  .flex_cts:last-child {
    margin-bottom: 10px;
  }
  .flex_cts:first-child {
    position: relative;
  }
  .flex_cts:first-child:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 350px;
    background: #363636;
    left: -5.5%;
    bottom: -50px;
    z-index: 0;
  }
  h3.footer {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
  }
  .cta_flex.right {
    margin-top: 50px;
    width: 100%;
  }
  a.btn-square-slant.big_btn {
    width: 100%;
    max-width: unset;
    padding: 15px 0 10px;
  }
  img.fo_cta {
    width: 60%;
  }
  .footer_wrap {
    padding: 50px 0 50px;
  }
  ul#menu-footer_menu-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .fotter_inner_right.sp {
    width: 100%;
  }
  ul#menu-footer_menu-1 li {
    display: flex;
    width: unset;
    margin: 1% 2%;
  }
  .fotter_nav {
    margin: 50px 0 10px;
  }
  p.copyright {
    font-size: 14px;
    padding-bottom: 115px;
  }
  .mv_wrap.page {
    height: 45vh;
  }

}

@media (max-width: 767px) {


}

@media (max-width: 767px) {

  .mobile {
    display: block;
  }

  #front_01 {
    margin-top: 0;
    padding: 50px 0;
  }

  div#breadcrumb {
    width: 100%;
    overflow: auto;
    display: inline;
}

  div#breadcrumb ul {
    width: auto;
    display: flex;
    overflow: auto;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #breadcrumb li {
    padding: 5px 8px;
    margin-top: 5px;
    font-size: 16px;
    word-break: keep-all;
    display: inline;
  }

  input,
  button,
  textarea,
  select {
    /* デフォルトスタイルをリセット */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* font-familyを継承しないので、継承させる */
    font-family: inherit;
    /* iOSの角丸をリセット */
    border-radius: 0;
    /* box-size */
    box-sizing: border-box;
    /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
    font-size: 16px;
    /* 文字色を親から継承 */
    color: inherit;
  }

  label {
    /* iOSでのlabelとinput,select,textareaの関連付け */
    cursor: pointer;
  }

  /* スピンボタン非表示 chrome,safari */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="month"]::-webkit-outer-spin-button,
  input[type="month"]::-webkit-inner-spin-button,
  input[type="datetime-local"]::-webkit-outer-spin-button,
  input[type="datetime-local"]::-webkit-inner-spin-button,
  input[type="week"]::-webkit-outer-spin-button,
  input[type="week"]::-webkit-inner-spin-button,
  input[type="time"]::-webkit-outer-spin-button,
  input[type="time"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-outer-spin-button,
  input[type="date"]::-webkit-inner-spin-button {
    /*-webkit-appearance: none;
  margin: 0;*/
    display: none;
  }

  table.form_tbl.rec td input[type="text"],
  table.form_tbl.rec td input[type="tel"],
  table.form_tbl.rec td input[type="email"] {
      width: 100%;
      padding: 5px;
  }

  /* スピンボタン非表示(firefox) */
  input[type="number"],
  input[type="month"],
  input[type="datetime-local"],
  input[type="week"],
  input[type="time"],
  input[type="date"] {
    -moz-appearance: textfield;
  }

  /* クリアボタン非表示 */
  input[type="date"]::-webkit-clear-button,
  input[type="month"]::-webkit-clear-button,
  input[type="datetime-local"]::-webkit-clear-button,
  input[type="time"]::-webkit-clear-button,
  input[type="week"]::-webkit-clear-button {
    -webkit-appearance: none;
  }

  input[type="radio"] {
    -moz-appearance: inherit;
    appearance: auto;
    border-radius: 50%;
    border: solid 1px #35caa8;
    width: 15px;
    height: 15px;
  }

  input[type="radio"]:checked {
    border: solid 7.5px #35caa8;
    background: #35caa8;
    border-radius: 50%;
  }

  input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: inherit;
    appearance: auto;
  }

  span.concept_low:before {
    width: 95%;
    left: 2%;
  }

  img.concept_01 {
    width: 30%;
  }

  #slider-left {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 65vh;
  }

  #slider-right {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35vh;
    margin-top: -7px;
  }

  ul.modal_shop.eq_page li {
    width: 44.8%;
    margin: 2.2%;
    text-align: left;
  }

  ul.modal_shop li {
    position: relative;
    width: 46.3%;
    text-align: left;
    border: solid 1px;
    float: left;
    margin: 1% 2.3% 1% 0;
    padding: 8px 0;
  }

  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 12px;
  }

  h4.eq__tag {
    margin: 2% 0 0 6%;
  }

  .p1_no {
    margin-left: 38%;
  }

  h3.p1_h3 {
    position: absolute;
  }

  h4.eq__tag:before {
    left: -6%;
  }

  table.rec_tbl th {
    width: 100%;
    display: block;
  }

  table.rec_tbl td {
    padding-left: 3%;
    vertical-align: top;
    width: 97%;
    display: block;
  }

  .swiper-container.top1 {
    width: 100%;
    height: 65vh;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  #slider-top {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    left: 0;
  }

  #slider-bottom {
    position: absolute;
    display: flex;
    width: 50%;
    height: 35vh;
    right: 0;
  }

  .swiper-container.top2 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
  }

  .swiper-container.top3 {
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0;
    bottom: unset;
    display: flex;
    position: absolute;
  }

  h1.const {
    font-size: 20px;
  }

  article.post {
    margin-top: 30px;
  }

  .post_container {
    margin-top: -6px;
  }

  .header-inner {
    height: 70px;
    justify-content: space-between;
  }

  .cta_head {
    margin-right: 95px;
    line-height: 0;
  }

  #front_01,
  #front_02,
  #front_03,
  #front_04,
  #front_06,
  #front_08 {
    padding: 50px 0;
  }

  #front_01 {
    background: url(../img/top1_bg_sp.jpg);
    background-size: cover;
  }

  #front_04 {
    position: relative;
    background: url(../img/sec4_bg_sp.jpg);
    background-size: cover;
    background-position: top left;
  }

  #front_05:before {
    content: unset;
  }

  #front_03 .flex {
    flex-direction: column-reverse;
  }

  #front_03 .flex_in {
    width: 100%;
    margin: 0 auto 20px;
  }

  .s3_flex_img {
    margin: auto;
    max-width: 160px;
  }

  p.top_sec2_box_p.wht {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .swp_box_concept2.sp .flex_in {
    width: 45%;
    margin: 2.5%;
  }

  .swp_box_concept2.sp .flex {
    justify-content: center;
  }

  .sp_nav {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }

  h2.sec_ttl {
    font-size: 65px;
  }

  h3.sec_ttl {
    font-size: 65px;
  }

  .section__mask {
    margin-right: auto;
  }

  h3.mv__one:before {
    top: 1%
  }

  h3.post-title.back1:after, h3.post-title.back2:after, h3.post-title.back3:after, h3.post-title.back4:after, h3.post-title.back5:after {
    font-size: 65px;
  }

  .post-title {
    font-size: 18px;
  }

  p.sf_p {
    margin: 3% 0 0 0;
  }

  td.s__vo_box {
    margin: 0 auto 50px;
    width: 80%;
    padding-left: 0;
  }

  td.sf__td {
    margin-bottom: 10%;
  }

  th.sf__th {
    padding-bottom: 5px;
  }

  p.position {
    margin-bottom: -5px;
  }

  .flex_wrap.f5 {
    flex-direction: column;
  }

  .f5_img_wrap {
    width: 60%;
    margin: auto;
  }

  .flex_6 {
    flex-wrap: wrap;
  }

  .flex_6 .flex_in {
    width: 50%;
    margin: 1%;
  }

  .name {
    max-width: 280px;
    margin: 10px 0 0 auto;
  }

  p.cmp_1 {
    letter-spacing: .5px;
    margin-top: 10px;
  }

  .flex_6.line2 {
    margin-top: -13%;
  }

  .flex_6.line2 .flex_in:first-child {
    margin: 1% 1% 1%;
  }

  #front_08 .flex {
    flex-direction: column-reverse;
  }

  #front_08 .flex_in {
    width: 100%;
  }

  div#front_08 {
    background: url(../img/f8_sp_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .news_item {
    position: relative;
    width: 100%;
    margin: 1.5%;
  }

  span.post__time {
    min-width: unset;
    line-height: 1;
    margin: 15px 5px 15px 0;
  }

  .category {
    min-width: 75px;
    height: 24px;
    margin-top: 15px;
    padding: 0 10px;
  }

  .fotter_sns_link.sp {
    display: flex;
    justify-content: center;
  }

  a.f-link {
    margin: 3%;
    width: 16%;
  }

  footer {
    position: relative;
    padding: 0;
    background: #fcfcfc;
  }

  .footer__logo {
    width: 55%;
    padding: 0;
    position: relative;
    display: flex;
    margin: 0 auto 0;
  }

  #front_08 article {
    width: 100%;
  }

  .flex_in_60 {
    width: 90%;
  }

  .link_btn {
    z-index: 3;
    position: relative;
  }

  h3.ttl_inner {
    padding-left: 5%;
  }

  .sec__label {
    display: none;
  }

  .box01 {
    margin-left: auto;
    position: relative;
  }

  ul.swiper-wrapper {
    margin-left: 0;
  }

  ul.swiper-wrapper.sp02 {
    margin-left: 0;
    width: 85%;
  }

  ul.swiper-wrapper.sp04 {
    margin-left: 0;
  }

  .smart-nav li a {
    font-size: 4vw;
    width: 92%;
    padding: 25px 0 10px 8%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 1.5px;
  }

  ul.sub-menu {
    margin: 0;
  }
  ul.sub-menu li {
    width: 100%;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 0 0;
    margin: 0 0 0 auto;
    color: #fff;
    vertical-align: middle;
}
  li#menu-item-117 a {
    border-bottom: none;
  }
  ul.sub-menu li a {
    border-bottom: none;
    padding-left: 45px;
  }
  ul.sub-menu li a:before {
    left: 35px;
}
ul.sub-menu li:before {
    content: "";
    position: absolute;
    display: flex;
    width: 1px;
    height: 100%;
    top: 10%;
    left: 30px;
    background: #fff;
}
  .menu-item:before {
    top: 27%;
  }

  .menu-item {
    width: 92%;
    margin: 0 0 0 4%;
    position: relative;
  }

  ul#menu-footer_menu li {
    width: 95%;
    margin: 0 2.5%;
    position: relative;
}

  .entry_btn_sp.sp a {
    padding: 20px;
  }

  .menu_bars {
    width: 26px;
    height: 18px;
    padding: 26px 20px
  }

  .smart-nav {
    padding: 90px 0 0;
    height: 100vh;
  }

  ul#menu-footer_menu li a.gnav {
    color: #fcfcfc;
    text-transform: uppercase;
  }

  .menu_bars.menu_times {
    width: 26px;
    height: 21px;
    padding: 25px 20px;
}

  #navbutton {
    position: absolute;
    top: 0;
    width: unset;
    margin: 0 0 0 0;
    right: 0;
    background: #142357;
    border: none;
}

  ul#menu-smart-menu {
    margin: 10% 5%;
  }

  p.p_view:before {
    width: 65%;
  }

  .link_btn.btn_03 {
    margin-top: 40%;
    width: 60%;
    margin: 0 20% 0;
  }

  .f5_h3__wrap {
    position: inherit;
    padding: 5% 0 20%;
  }

  .f5_h3__mask {
    width: 94%;
    position: absolute;
    left: 0;
    background: #000;
    padding: 1% 0;
  }

  ul.f5_inner li {
    display: inline-block;
  }

  .f5_li__txtbox {
    position: relative;
    margin: 0 0 3% 3%;
    width: 97%;
    float: left;
  }

  .f5_li__imgbox {
    width: 100%;
    margin: 3% 0 3% 0;
    float: left;
  }

  .f5_li__txtbox:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 58%;
    top: 104px;
    left: -3%;
    background: #D5D5D5;
  }

  h4.sf_name.gray {
    margin-left: 2%;
    padding-left: 6%;
    position: relative;
  }

  th.ac_th {
    min-width: 85px;
    text-align: left;
  }

  th.ac_th, td.ac_td {
    width: 100%;
    min-width: 100%;
    display: block;
    margin: auto;
  }

  td.ac_td {
    margin-bottom: 15px;
  }

  .post__sec5_back {
    position: absolute;
    width: 15%;
    margin-top: 15%;
    max-width: 100px;
    z-index: -1;
  }

  h3.post-title.back1, h3.post-title.back2, h3.post-title.back3, h3.post-title.back4, h3.post-title.back5 {
    margin: 80px 0 35px;
    font-size: 18px;
  }

  td.ac_td img {
    width: 75%;
  }

  h4.shop__mn {
    font-size: 20px;
  }

  span.sub.noto {
    font-size: 13px;
  }

  h3.beginner {
    padding: 1% 6%;
    width: 88%;
    font-size: 15px;
  }

  h3.ctr__ttl {
    font-size: 13px;
  }

  table.form_tbl {
    width: 100%;
    margin: auto;
    max-width: 600px;
  }

  table.form_tbl th, table.form_tbl td {
    text-align: left;
    display: block;
    padding-left: 0;
  }

  table.form_tbl.rec th {
    width: 95%;
    margin-top: 20px;
  }

  table.form_tbl th {
    width: 95%;
    margin: auto;
    padding-bottom: 0;
  }

  .hidden_box h4 {
    font-size: 16px;
    font-weight: 400;
  }

  table.form_tbl td {
    width: 95%;
    margin: auto;
    padding-top: 0;
}

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 2px 0;
    width: 100%;
  }

  .hidden_box {
    max-height: 300px;
    width: 97%;
    font-size: 12px;
    max-width: 600px;
    margin: 25px auto;
    padding: 1%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

  .hidden_box::-webkit-scrollbar {
    width: 1%;
  }

  .w100_form textarea {
    padding: 1%;
    width: 100%;
    height: 150px;
    margin: 2px auto;
  }

  .shop__ac {
    position: relative;
    display: block;
  }

  table.sho_ac {
    display: block;
    max-width: 600px;
    width: 100%;
    margin: auto;
    table-layout: fixed;
  }

  .google__map_wrap {
    width: 100%;
    display: block;
  }

  span.haveto {
    font-size: 10px;
    position: relative;
    margin-left: 5px;
    padding: 1px 12px 1px;
    top: 0;
  }

  span.ab_span {
    position: relative;
  }

  article.pv_page {
    margin-top: 15%;
  }

  .cp_p__box {
    width: 90%;
    padding: 2%;
    position: absolute;
    bottom: -70px;
    right: 0;
  }

  .cp_back_wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  h3.ttl_inner {
    padding-left: 5%;
    font-size: 25px;
  }

  article.post, article.pages {
    margin-top: 50px;
  }

  ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .service__03section ul.column_3 li {
    width: 96.7%;
    float: left;
    margin: 1.65%;
  }

  .page_container {
    margin-top: 40px;
  }

  ul.btn_fif li a {
    padding: 5% 0;
    color: #fff;
    background: #000;
  }

  ul.btn_fif li {
    width: 44.5%;
  }

  .eq__list_item {
    width: 100%;
    display: block;
    max-width: 1080px;
  }

  .s__ttl_wrap.margin_4 {
    margin-bottom: 80px;
    padding-top: 50px;
  }

  .eq__list_img {
    width: 100%;
    float: left;
  }

  p.machine_no {
    font-size: 50px;
    line-height: 1.2;
  }

  .eq__list_txt {
    width: 95%;
    margin-left: 5%;
  }

  h4.eq__ttl.eq__page_ttl {
    width: 98%;
    margin: 2% 0 2% 2%;
    min-height: 60px;
  }

  h4.eq__tag.eq_page {
    margin-left: 5%;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  h4.eq__tag.eq_page:before {
    left: -4%;
  }

  .features__01, .features__02, .features__03 {
    display: block;
    width: 100%;
    margin-bottom: 5%;
  }

  .fif.left_li {
    margin-right: 0;
    width: 100%;
  }

  .fif.right_li {
    margin-left: 0;
    width: 100%;
  }

  .fif.right_li.txt {
    width: 100%;
    margin-left: 0;
  }

  .link_btn {
    z-index: 3;
    position: relative;
    margin-top: 20px;
  }

  .btn_wrap {
    margin-bottom: 10%;
  }

  .step_no {
    font-size: 60px;
  }

  .step__list_item {
    display: block;
    width: 100%;
    margin-bottom: 15%;
  }

  .step__list_txt {
    width: 100%;
  }

  .step__list_img {
    width: 100%;
    margin-left: 0;
  }

  .step__list_item:before {
    left: 46%;
  }

  .post__wrap.pages {
    display: flex;
    width: 100%;
    padding: 8% 0;
    border-bottom: solid 1px #B5B5B5;
  }

  .news_cat__li {
    width: 46%;
    float: left;
    margin: 2% 2% 2% 2%;
  }

  .postlist__inner.pages {
    width: 100%;
    margin-left: 0;
  }

  ul.btn_fif li.btn_pages {
    width: 46.5%;
  }

  .reserved {
    height: 185px;
    max-width: 210px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
  }

  .days {
    width: 210px;
    margin: 5% auto 0;
    position: relative;
    float: left;
    text-align: left;
  }

  .hour {
    width: 210px;
    margin: 5% auto 10%;
    text-align: left;
    float: left;
  }

  h3.f_ad {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fcfcfc;
    z-index: 1;
  }

  h3.f_ad:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skewX(-20deg);
    background: #764617;
    background: -moz-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#EB8C2D), to(#764617));
    background: -webkit-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -o-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: -ms-linear-gradient( #EB8C2D 0%, #764617 100%);
    background: linear-gradient( #EB8C2D 0%, #764617 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#EB8C2D, endColorstr=#764617,GradientType=0 );
    z-index: -1;
  }

  ul.modal_shop {
    margin-left: 0;
    width: 100%;
  }
  ul#menu-footer_menu {
      display: flex;
      flex-wrap: wrap;
  }

  .fotter_nav ul li a {
    color: #fcfcfc;
  }


  /*////////newcss////////*/
  /*////////newcss////////*/
  /*////////newcss////////*/

  .mv_wrap {
    position: relative;
  }

  h1.mvh1 {
    color: #fcfcfc;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  p.mv_p {
    font-size: 16px;
  }

  .mv__inner {
    position: absolute;
    top: 54%;
  }

  .logo {
    width: 16%;
    height: 100%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    z-index: 99999;
  }

  .logo a {
    display: inline-block;
    line-height: 1;
  }

  .contents {
    margin-top: -7px;
  }

  .news_i_wrap {
    width: 100%;
  }
  .postlist__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .news_btn_wrap.sp {
    text-align: center;
  }
  .swiper-container.strong,
  .swiper-container.strong2 {
    position: relative;
  }
  .flex_3_in {
    width: 100%;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
  }
  .swp_box_concept.sp {
    padding: 100px 0 50px;
  }
  .strong.swiper-horizontal>.swiper-pagination-bullets, .sp1.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -15px;
    left: 0;
    width: 100%;
  }

  span.swiper-pagination-bullet-active {
    background: #f85827 !important;
  }

  .wo_flex {
    width: 100%;
    margin: auto;
  }
  .swiper-container.strong2 {
    padding: 50px 0;
  }
  .strong2.swiper-horizontal>.swiper-pagination-bullets, .sp2.swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .flex_contents {
    display: flex;
    flex-direction: column;
  }
  .flex_cts img {
    max-width: unset;
    position: relative;
  }
  .mr_left {
    margin-left: 50px;
    position: relative;
  }
  .flex_cts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 100px;
  }
  .flex_contents:before {
    position: absolute;
    display: flex;
    content: '';
    width: 100vw;
  }
  .flex_cts:last-child {
    margin-bottom: 10px;
  }
  .flex_cts:first-child {
    position: relative;
  }
  .flex_cts:first-child:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 350px;
    background: #363636;
    left: -5.5%;
    bottom: -50px;
    z-index: 0;
  }
  h3.footer {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
  }
  .cta_flex.right {
    margin-top: 50px;
    width: 100%;
  }
  a.btn-square-slant.big_btn {
    width: 100%;
    max-width: unset;
    padding: 15px 0 10px;
  }
  img.fo_cta {
    width: 60%;
  }
  .footer_wrap {
    padding: 50px 0 50px;
  }
  ul#menu-footer_menu-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .fotter_inner_right.sp {
    width: 100%;
  }
  ul#menu-footer_menu-1 li {
    display: flex;
    width: unset;
    margin: 1% 2%;
  }
  .fotter_nav {
    margin: 50px 0 10px;
  }
  p.copyright {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .inner_contents {
    position: relative;
    padding-bottom: 0px;
  }
  div#company_01 .flex_in {
    width: 100%;
  }
  div#company_01 .flex {
    flex-direction: column-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }
  .company_data {
    padding-bottom: 50px;
  }
  .mv_wrap.page {
    height: 45vh;
  }
  .mv_wrap.c2,
  .mv_wrap.c3,
  .mv_wrap.c4,
  .mv_wrap.c5,
  .mv_wrap.c6,
  .mv_wrap.c7,
  .mv_wrap.c8,
  .mv_wrap.c9 {
    background-position: -30px;
  }
  #breadcrumb li:not(:first-child):before {
    height: 15px;
    width: 10px;
    left: -3.5px;
    top: 7px;
  }
  .fif_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_txt_area {
    padding: 50px 7.5% 0;
    width: 85%;
    position: relative;
  }
  #no_2:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 90%;
    height: 50px;
    bottom: 500px;
  }
  .sp.momdal_inner {
    color: #fcfcfc;
    margin-top: 50px;
  }
  .work_name.mdl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  span.work_name_span {
    display: inline-block;
    margin-right: 0;
  }
  span.work_name_span2 {
    margin-left: 0;
    margin-top: 5px;
  }
  h3.const {
    line-height: 1.5
  }
  .photo {
    width: 100%;
    margin: auto;
    margin-top: 10%;
  }
  .flex_link {
    width: 100%;
  }
  .flex_wrap_end {
    flex-direction: column;
  }
  .flex_end {
    width: 100%;
  }
  .left_img, .right_img {
    width: 95%;
    margin: auto;
  }
  .flex_wrap_end.wrap2 {
    flex-direction: column-reverse;
  }
  .str_3_wrap {
    padding: 100px 0 300px;
    background: url(../img/str_3_bg_sp.jpg);
    background-size: cover;
  }
  .day_wrap {
    width: 80%;
  }
  .manth_wrap {
    top: 50%;
    width: 20%;
    color: #ddd;
  }
  .txt_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  h3.rec_h3 {
    position: relative;
    font-size: 20px;
  }
  .rec_h3_wrap {
    position: absolute;
    bottom: -85px;
    width: 100%;
    left: -5.5%;
    padding: 10px 0 30px 30px;
  }
  .rec_h3_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(54 54 54 / 80%);
    transform: scaleY(1.4) perspective(0.8em) rotateX(1deg);
    transform-origin: bottom left;
  }
  .rec_inner {
    margin-top: 130px;
  }
  .rec_fif {
    width: 100%;
    margin-bottom: 50px;
  }
  .rec_fif img {
    width: 100%;
    margin: 0 0;
  }
  .rec_flex__wrap2 .flex_wrap {
    flex-direction: column;
  }
  .rec_flex__wrap2 .rec_fif {
    width: 100%;
  }
  .rec_flex__wrap2 .rec_fif p {
    margin-bottom: 50px;
  }
  .recruit_sec01 {
    padding-top: 200px;
    margin-top: -200px;
    padding-bottom: 50px;
    background: #F5F5F5;
  }
  .recruit_sec02 {
    padding: 100px 0 100px;
    background: #fcfcfc;
  }
  .swiper-container.strong3 {
    position: relative;
    padding-bottom: 20px;
  }
  .swp_box_concept.sp3 {
    padding: 20px 0 50px;
  }
  .rec_tbl_wrap th {
    width: 90%;
    display: block;
    padding: 5%;
  }
  .rec_tbl_wrap td {
    width: 90%;
    display: block;
    padding: 7% 5%;
  }
  .rec_tbl_wrap th:before,
  .rec_tbl_wrap td:before {
    border-bottom: none;
  }
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 5px 15px;
  }
  .news_single_btn .btn-square-slant.big_btn {
    max-width: 280px;
  }
  .contact_sec01 {
    padding: 50px 0 100px;
  }
  .privacy_wrap {
    background: #ffff;
    padding: 10px;
  }
  .mv_wrap.c2 {
      background: url(../img/mv_sp_2.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c3 {
      background: url(../img/mv_sp_3.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c4 {
      background: url(../img/mv_sp_4.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c5 {
      background: url(../img/mv_sp_5.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c6 {
      background: url(../img/mv_sp_6.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c7 {
      background: url(../img/mv_sp_7.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  .mv_wrap.c8 {
      background: url(../img/mv_sp_8.jpg);
      background-repeat: no-repeat;
      background-size: cover;
  }

  h1.h1_404 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .p404_sec01 {
    max-width: 90%;
    margin: auto;
  }
  .header_wrap.DownMove {
    animation: none !important;
  }
  .header_wrap.UpMove {
    animation: none !important;
  }
  .news_more_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  _:lang(x)+_:-webkit-full-screen-document, body .container.page_404 {
      padding-top: 80px;
  }
  nav#smart-nav .cta_flex.right {
    width: 80%;
    margin: 50px auto;
  }
  .smart-nav ul {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
  }
  .fotter_sns_link.sp {
    display: flex;
    justify-content: space-between;
    margin: 20px 5% 5px;
  }
  .smart_nav li a:hover {
      color: #FD5826;
      opacity: 1;
  }

  .smart_nav li a:hover {
      color: #FD5826;
      opacity: 1;
  }

  #menu-main-menu-1 li.current-menu-ancestor > a.gnav,
  #menu-main-menu-1 li.current-menu-item > a.gnav,
  #menu-main-menu-1 li.current-menu-parent > a.gnav,
  #menu-main-menu-1 li.current-post-ancestor > a.gnav,
  #menu-main-menu-1 li.current_page_ancestor > a.gnav,
  #menu-main-menu-1 li.current_page_parent > a.gnav,
  #menu-main-menu-1 li > a:hover:after {
    color: #FD5826;
    position: relative;
  }

  #menu-main-menu-1 li.current-menu-ancestor > a.gnav:before,
  #menu-main-menu-1 li.current-menu-item > a.gnav:before,
  #menu-main-menu-1 li.current-menu-parent > a.gnav:before,
  #menu-main-menu-1 li.current-post-ancestor > a.gnav:before,
  #menu-main-menu-1 li.current_page_ancestor > a.gnav:before,
  #menu-main-menu-1 li.current_page_parent > a.gnav:before,
  #menu-main-menu-1 li > a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    background: #FD5826;
  }
  .container.page1:before {
    content: '';
    background: url(../img/p1_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 26.3%;
    height: 600px;
}
.container.page2:before {
    content: '';
    background: url(../img/p2_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 26.3%;
    height: 600px;
}

.container.page5:before {
    content: '';
    background: url(../img/p5_txt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 26.3%;
    height: 600px;
}
.p1_sec01 .flex {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.p1_sec01 .flex_in {
    width: 100%;
}
.p1_sec01 article.sp {
    width: 100%;
}
}

@media (max-width: 375px) {
  .smart-nav li a {
    font-size: 4vw;
    width: 98%;
    padding: 4% 2% 2%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    letter-spacing: 1.5px;
  }
  .ft_mg {
    margin: 25px auto 5px 0;
    width: 102%;
  }
}

@media (max-width: 321px) {
  ul.modal_shop li a {
    padding-left: 5px;
    font-size: 10px;
  }

  ul.modal_shop li:before {
    position: absolute;
    content: url(../img/btn_arrow.svg);;
    font-size: 12px;
    top: 20%;
    right: 5%;
    color: #D9D9D9;
  }
}
