@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative; }

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

img.w_85 {
  max-width: 85%;
  height: auto; }

img.w_75 {
  max-width: 75%;
  height: auto; }

img.w_50 {
  max-width: 50%;
  height: auto; }

html {
  scroll-behavior: smooth; }

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/**************************
FORMAT
**************************/
.bold {
  font-weight: 500; }

.red {
  color: #FF5454; }

.c_yellow {
  color: #FFF683; }

.marker {
  display: inline;
  padding: 0 1px 0px;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(255, 246, 131, 0.5) 60%); }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

.a_right {
  text-align: right !important; }

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.ml_10 {
  margin-left: 10px; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_right_10 {
  padding: 0 10px 0 0; }

.pad_10-20 {
  padding: 10px 20px !important; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px !important; }

.pad_area {
  padding-top: 20px;
  padding-bottom: 0; }
  @media screen and (max-width: 900px) {
    .pad_area {
      padding-top: 10px;
      padding-bottom: 0px; } }

.pad_30 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .pad_30 {
      padding-top: 20px;
      padding-bottom: 20px; } }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.2em; }

.large {
  font-size: 1.5em; }

.clear {
  clear: both; }

.bg_gray {
  background-color: #ECECEC; }

.bg_khaki {
  background-color: #F5F2EB; }

.c_khaki {
  color: #C4B790; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.mask_black {
  position: relative;
  z-index: -1; }
  .mask_black::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.img-circle {
  border-radius: 50%; }

/*LINK*/
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #273A64; }

a img {
  border: none;
  transition: .3s; }

a:hover img {
  transition: .3s;
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

.flex_2 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_2 > div {
    margin: 0;
    padding: 10px;
    width: 50%; }

.flex_2_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_2_1 > div {
    margin: 0;
    padding: 10px;
    width: 50%; }
    @media (max-width: 900px) {
      .flex_2_1 > div {
        margin: 0;
        width: 100%; } }

.flex_3_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_3_1 > div {
    margin: 0;
    padding: 10px;
    width: 33.3%; }
    @media (max-width: 900px) {
      .flex_3_1 > div {
        margin: 0;
        width: 100%; } }

.flex_3 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  .flex_3 > div {
    margin: 0;
    padding: 5px;
    width: 33.3%; }

.flex_4_2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start; }
  .flex_4_2 > div {
    margin: 0;
    padding: 10px;
    width: 25%; }
    @media (max-width: 900px) {
      .flex_4_2 > div {
        margin: 0;
        width: 50%; } }

.flex_4_1 {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_4_1 > div {
    margin: 0;
    padding: 10px;
    width: 25%; }
    @media (max-width: 900px) {
      .flex_4_1 > div {
        margin: 0;
        width: 100%; } }

.flex_30_70 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_30_70 > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 30%; }
    @media (max-width: 900px) {
      .flex_30_70 > div:nth-child(1) {
        margin: 0;
        width: 100%; } }
  .flex_30_70 > div:nth-child(2) {
    margin: 0;
    padding: 10px;
    width: 70%; }
    @media (max-width: 900px) {
      .flex_30_70 > div:nth-child(2) {
        margin: 0;
        width: 100%; } }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

.right_res_center {
  text-align: right !important; }

@media screen and (max-width: 900px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
/*TEL*/
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/**************************
HEADLINE
**************************/
h3.catch_phrase {
  font-size: 2.4em;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #273A64;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 900px) {
    h3.catch_phrase {
      font-size: 1.8em; } }

h3.catch_phrase_sub {
  font-size: 2.8em;
  line-height: 1.5em;
  color: #273A64;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 900px) {
    h3.catch_phrase_sub {
      font-size: 1.65em; } }

h3.ttl_midashi {
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 30px;
  color: #333;
  font-weight: 700;
  text-align: center; }
  h3.ttl_midashi span {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 2em; 
    color:#273A64;
  }
  @media screen and (max-width: 900px) {
    h3.ttl_midashi span {
      font-size: 1.2em; 
    } 
  }

h3.ttl_annotation {
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 3px solid #273A64;
  padding: 8px 0;
  margin-bottom: 20px; }
  @media (max-width: 900px) {
    h3.ttl_annotation {
      font-size: 1.2em; } }

h4.topics_title {
  margin-bottom: 10px;
  color: #2A2A2A;
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: normal;
  line-height: 1.5em; }

h4.ttl_camping {
  margin-bottom: 10px;
  color: #2A2A2A;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em; }

h5.sidebar {
  font-size: 17.6px;
  font-weight: 500;
  padding: 10px 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #d1d1d1; }

/**************************
background
**************************/
.contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 900px) {
    .contents {
      margin: 0px auto;
      padding: 10px; } }

.contents_600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 900px) {
    .contents_600 {
      margin: 0px auto; } }

.contents_800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 900px) {
    .contents_800 {
      margin: 0px auto; } }

.contents_1600 {
  width: 100%;
  margin: 0 auto;
  /*padding:10px 10px;*/ }
  @media screen and (max-width: 900px) {
    .contents_1600 {
      margin: 0px auto; 
      padding: 10px;
  } 
}

/*jQuery.appear.js*/
.item_top {
  top: -30px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_bottom {
  bottom: -30px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_left {
  left: -40px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_right {
  right: -40px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px; }

.item_c_left {
  left: 600px;
  padding-left: 0px;
  opacity: 0;
  position: relative; }

.item_c_right {
  right: 600px;
  padding-right: 0px;
  opacity: 0;
  position: relative; }

.item_lyric {
  left: 2vw;
  padding-left: 0px;
  opacity: 0;
  position: relative;
  text-align: left; }

/**************************
FRAMEWORK
**************************/
body {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 900px) {
    body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif; }

/*鬪ｨ邨�∩*/
#wrap {
  margin: 0px auto; }

.container {
  /*padding-top: 80px;*/
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto; }

.bread {
  background: #C4B790;
  color: #fff; }
  .bread .inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 10px;
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 0.06em; }
    .bread .inner a {
      color: #fff !important; }

ul.disk li {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em; }

ul.number li {
  list-style-type: decimal;
  padding-left: 1em;
  text-indent: -1em; }

ul.toggle_menu {
  display: none;
  list-style-type: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10; }

ul.toggle_menu li a {
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 17px 25px;
  color: #000;
  background-color: rgba(182, 220, 201, 0.96);
  border-bottom: 1px dotted #DDD; }

ul.toggle_menu li a:hover {
  color: #8A603F; }

/* FRONTPAGE */
.bg_texture {
  background-image: url("./images/bg_texture.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover; }

.area_catch {
  margin-top: 40px;
  position: relative;
  padding-top: 50%;
  background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 50%, #fff 50%, #fff 100%); }

.front_catch {
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  z-index: 5;
  background-image: url("images/bg_catch.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 900px) {
    .front_catch {
      padding: 15px;
      margin: -20px auto 0; } }

.sub_catch {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px; }
  .sub_catch > div:nth-child(1) {
    width: 100%;
    z-index: 1;
    vertical-align: middle; }
  .sub_catch > div:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.86);
    padding: 50px;
    width: 100%;
    margin: -80px auto 0;
    z-index: 5; }
    @media screen and (max-width: 900px) {
      .sub_catch > div:nth-child(2) {
        padding: 15px;
        margin: -20px auto 0; } }

/*繝槭せ繧ｯ繝懊ち繝ｳ*/
.for_someone {
  width: 100%;
  background-color: #474747;
  color: #fff;
  text-align: center;
  padding: 6px 0; }

.btn_mask {
  position: relative; }

.btn_mask a {
  width: 100%;
  max-width: none;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: background 0.3s;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: bold; }

.btn_mask a span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  font-style: italic; }

.btn_mask a:hover {
  background: rgba(0, 0, 0, 0.2); }

.btn_bg_dx-strategy {
  background: url("./images/img_dx.jpg") no-repeat center center/cover; }

.btn_bg_digital-thinking {
  background: url("./images/img_digital-thinking.jpg") no-repeat center center/cover; }

.btn_bg_digital-innovation {
  background: url("./images/img_digital-innovation.jpg") no-repeat center center/cover; }

.seminar_name {
  position: absolute;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: bold;
  left: 20px;
  top: 20px; }

ul.list_seminar {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  ul.list_seminar li {
    width: 80px;
    float: left; }

/*seminar*/
.seminar_top {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  .seminar_top > div:nth-child(1) {
    position: relative;
    width: 50%;
    padding: 20px;
    background-color: #474747;
    order: 1; }
    @media screen and (max-width: 900px) {
      .seminar_top > div:nth-child(1) {
        width: 100%;
        height: 240px;
        order: 2; } }
    .seminar_top > div:nth-child(1) .box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%); }
      @media screen and (max-width: 900px) {
        .seminar_top > div:nth-child(1) .box {
          top: 33%; } }
      .seminar_top > div:nth-child(1) .box .for_someone_top {
        display: inline-block;
        background-color: #fff;
        color: #474747;
        padding: 4px 10px;
        margin-bottom: 20px; }
  .seminar_top > div:nth-child(2) {
    width: 50%;
    order: 2; }
    @media screen and (max-width: 900px) {
      .seminar_top > div:nth-child(2) {
        width: 100%;
        order: 1; } }
    .seminar_top > div:nth-child(2) img {
      vertical-align: top; }

h2.ttl_top_seminar {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
  white-space: nowrap; }

/*annotation*/
dl.list_flow {
  padding: 15px;
  background-color: #fff; }
  dl.list_flow dt {
    float: left;
    width: 100px;
    padding: 10px;
    font-weight: bold; }
    @media (max-width: 900px) {
      dl.list_flow dt {
        float: none;
        padding: 3px;
        width: 100%; } }
  dl.list_flow dd {
    margin-left: 105px;
    padding: 10px; }
    @media (max-width: 900px) {
      dl.list_flow dd {
        margin-left: 0;
        padding: 3px;
        margin-bottom: 15px; } }

/* Contact */
.flex_contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  position: relative; }
  .flex_contact > div:first-child {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("images/logo_light_10.svg");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center center;
    background-size: contain; }

/* post 謚慕ｨｿ縲topics */
.flex_post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
  margin-bottom: 10px;
  position: relative; }
  .flex_post > div:first-child {
    width: 76%;
    padding: 10px 15px;
    margin-bottom: 50px; }
    @media screen and (max-width: 900px) {
      .flex_post > div:first-child {
        width: 100%; } }
    .flex_post > div:first-child p.datetag {
      color: #273A64;
      margin-bottom: 30px;
      font-family: "Barlow", sans-serif; }
    .flex_post > div:first-child h3.post_title {
      border-bottom: 3px solid #273A64;
      font-weight: bold;
      font-size: 1.25em;
      padding-bottom: 30px;
      margin-bottom: 30px; }
  .flex_post > div:last-child {
    width: 24%;
    padding: 10px 15px;
    margin-bottom: 0px; }
    @media screen and (max-width: 900px) {
      .flex_post > div:last-child {
        width: 100%; } }
    .flex_post > div:last-child h4.sidebar_title {
      font-weight: bold;
      color: #fff;
      text-align: center;
      padding: 15px 0;
      background-color: #273A64;
      margin-bottom: 10px; }
      @media screen and (max-width: 900px) {
        .flex_post > div:last-child h4.sidebar_title {
          padding: 15px 0; } }

/*footer*/
.area_banner {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F2F3F8; }

footer {
  padding-top: 30px;
  background-color: #000;
  width: 100%;
  height: auto;
  color: #fff; }
  footer a:link {
    color: #FFF;
    text-decoration: none; }

/*footer 縺薙％縺ｾ縺ｧ*/
address {
  width: 100%;
  text-align: center;
  background-color: #000;
  color: white;
  font-size: 0.8em;
  padding: 10px 0; }

/* breadlist */
.breadlist {
  width: 100%;
  max-width: 1280px;
  margin: 10px auto 30px;
  font-size: 12.8px; }

/**************************
LIST
**************************/
ul.list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em; }

dl.table {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #CCC; }
  dl.table dt {
    font-weight: bold;
    float: left;
    width: 32%;
    padding: 20px 19px 20px;
    border-top: 1px solid #CCC; }
  dl.table dd {
    margin-left: 32%;
    background: #FFF;
    padding: 20px 39px 20px;
    border-top: 1px solid #CCC; }

@media screen and (max-width: 767px) {
  dl.table dt {
    float: none;
    width: 100%;
    padding: 10px 19px 10px; }
  dl.table dd {
    margin-left: 0;
    background: #FFF;
    padding: 10px 39px 20px; } }
/**************************
TABLE
**************************/
table.t_responsive {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }

.t_responsive th {
  min-width: 100px;
  border-right: none;
  border-bottom: 1px solid #ccc;
  background-color: #FFF1E6;
  font-weight: 500;
  padding: 0.3em 1em;
  text-align: left; }

.t_responsive td {
  border-right: none;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #fff; }

.t_responsive td.left {
  text-align: left; }

@media screen and (max-width: 900px) {
  table.t_responsive {
    width: 100%; }

  .t_responsive th,
  .t_responsive td {
    width: 100%;
    display: block; }

  .t_responsive th {
    font-weight: 500; }

  .t_responsive td {
    padding-left: 1em;
    border-bottom: none; } }
/**************************
JQuery
/**************************

/* contactform7 */
.wpcf7 textarea, .wpcf7 input[type="text"],
.wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], select {
  width: 100%;
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #777; }

.wpcf7 select {
  margin: 0 auto 1em;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #777; }

.wpcf7 textarea:focus, .wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 select:focus {
  outline: 0;
  border: 2px solid #47C1E2;
  background-color: #fff; }

.wpcf7 input[type="zip"] {
  width: 180px; }

.wpcf7 input[type="submit"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #777;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em; }

.wpcf7 input[type="submit"]:hover {
  background-color: #FF9E00; }

.wpcf7-list-item-label {
  margin-right: 15px; }

.wpcf7 input[type="button"] {
  width: 150px;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #999;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 5px;
  margin-right: 1em; }

.wpcf7 input[type="button"]:hover {
  background-color: #555; }

span.wpcf7-not-valid-tip {
  width: 300px; }

span.wpcf7-list-item {
  display: block; }

/**************************
BUTTON
**************************/
.btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 7px;
  background: none;
  z-index: 1000; }

.btn:before,
.btn:after,
.btn span {
  display: block;
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

.btn span {
  height: 3px;
  /*background-color: #fff;*/
  top: calc(50% - 1.5px); }

.btn:before {
  content: "MENU";
  font-size: 11.2px;
  text-align: center;
  top: calc(25% - 3px);
  border-top: 3px solid #fff; }

.btn:after {
  content: "";
  bottom: calc(25% - 3px);
  border-bottom: 3px solid #fff; }

.btn.on span {
  display: none; }

.btn.on:before {
  content: "";
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }

.btn.on:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

.btnlink {
  width: 96%;
  display: block;
  margin: auto;
  border: 1px solid #0060ff;
  border-radius: 5px;
  background: #4285F4;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 35px;
  color: #000; }

a.btn_more_white {
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 10px 70px;
  font-family: "Barlow", sans-serif;
  color: #fff;
  border: 5px solid #fff;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  transition: .3s; }
  @media screen and (max-width: 900px) {
    a.btn_more_white {
      padding: 10px 30px;
      font-size: 16px;
      min-width: 250px; } }
  a.btn_more_white:hover {
    background-color: #fff;
    color: #333;
    transition: .3s; }

a.btn_more {
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 10px 70px;
  font-family: "Barlow", sans-serif;
  color: #333;
  border: 5px solid #333;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  transition: .3s; }
  @media screen and (max-width: 900px) {
    a.btn_more {
      padding: 10px 30px;
      font-size: 16px;
      min-width: 250px; } }
  a.btn_more:hover {
    background-color: #333;
    color: #fff;
    transition: .3s; }

a.btn_more_khaki {
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: 10px 70px;
  color: #C4B790;
  border: 5px solid #C4B790;
  text-align: center;
  font-size: 1.25em;
  font-weight: 500;
  transition: .3s; }
  @media screen and (max-width: 900px) {
    a.btn_more_khaki {
      padding: 10px 30px;
      font-size: 16px;
      min-width: 250px; } }
  a.btn_more_khaki:hover {
    background-color: #C4B790;
    color: #fff;
    transition: .3s; }

a.btn_syousai {
  position: relative;
  display: inline-block;
  padding: 7px 24px;
  color: #FFF;
  background-color: #273A64;
  border: 2px solid #273A64;
  text-align: center;
  transition: .3s;
  margin: 10px auto;
  /*&::before{
      content:">";
      //background-image: url("images/btn_arrow.svg");
      position: absolute;
      right:7px;
      top:7px;
      transition: .3s;
  }*/ }
  a.btn_syousai:hover {
    color: #273A64;
    background-color: #fff; }
    a.btn_syousai:hover::before {
      right: 3px;
      transition: .3s; }

a.btn_entry {
  position: relative;
  display: inline-block;
  padding: 7px 24px;
  color: #FFF;
  background-color: #FF9E00;
  border: 2px solid #FF9E00;
  text-align: center;
  transition: .3s;
  margin: 20px auto;
  /*&::before{
      content:">";
      //background-image: url("images/btn_arrow.svg");
      position: absolute;
      right:7px;
      top:7px;
      transition: .3s;
  }*/ }
  a.btn_entry:hover {
    color: #FF9E00;
    background-color: #fff; }
    a.btn_entry:hover::before {
      right: 3px;
      transition: .3s; }

a.btn_lms {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background-color: #960000;
  border: 2px solid #960000;
  text-align: center;
  transition: .3s;
  margin: 20px auto;
  font-size: 0.8em;
  border-radius: 40px;
  /*&::before{
      content:">";
      //background-image: url("images/btn_arrow.svg");
      position: absolute;
      right:7px;
      top:7px;
      transition: .3s;
  }*/ }
  a.btn_lms:hover {
    color: #960000;
    background-color: #fff; }
    a.btn_lms:hover::before {
      right: 3px;
      transition: .3s; }

/*slide menu*/
.ul_open_h,
.ul_open_v {
  background: rgba(27, 0, 0, 0.9);
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 0;
  z-index: 999; }

.ul_open_h {
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed; }

.ul_open_h li {
  padding: 10px;
  width: 360px; }

.ul_open_v {
  position: absolute;
  height: 100%; }

.ul_open_v li {
  padding: 10px;
  width: 360px; }

.open-1 {
  right: -100%; }

.open-1.active {
  right: 0px; }

.move-1.on.btn {
  position: fixed;
  right: 25px;
  top: 10px; }

ul li ul li {
  margin-left: 1em;
  padding: 3px; }

/**************************
OTHERS
**************************/
.lyric_top {
  position: absolute;
  left: 3vw;
  top: 66%;
  z-index: 4;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 1200px) {
    .lyric_top {
      left: 4vw; } }
  .lyric_top div {
    display: inline-block;
    font-size: 2.4em;
    color: #FFF;
    background-color: rgba(14, 47, 99, 0.8);
    padding: 5px;
    line-height: 2em;
    letter-spacing: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 1200px) {
      .lyric_top div {
        font-size: 1.1em;
        line-height: 1.6em;
        letter-spacing: 5px;
        margin-bottom: 5px; } }

/**************************
PAGE CONTENTS
**************************/
.hissu {
  display: inline-block;
  background-color: #E0243E;
  color: #FFF;
  font-size: 0.6em;
  margin-left: 10px;
  padding: 0px 5px;
  font-weight: bold;
  line-height: 1.5em; }

.old {
  float: left;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .old a {
    padding: 0.1em 1em;
    color: #000; }

.icon_new {
  display: inline-block;
  background-color: #E0243E;
  color: #FFF;
  font-size: 0.8rem;
  margin-left: 10px;
  padding: 0px 5px;
  font-weight: bold;
  line-height: 1.5em; }

.icon_pet {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  z-index: 999; }

.new {
  float: right;
  text-align: center;
  border-radius: 10px;
  color: #000;
  margin-left: auto;
  margin-right: 0; }
  .new a {
    padding: 0.1em 1em;
    color: #000; }

.old a:hover, .new a:hover {
  color: #3842CE; }

.striptag {
  font-size: 14px;
  width: 88%; }

/*pagenation*/
.pagenation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  clear: both;
  padding: 10px 0 0;
  position: relative;
  font-size: 11px;
  line-height: 14px;
  text-align: center; }
  .pagenation span {
    display: block;
    min-width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    padding: 5px;
    background-color: #fff;
    border-radius: 3px;
    color: #b7b7b7;
    text-decoration: none; }
  .pagenation a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 2px 5px 2px 0;
    text-align: center;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    color: #b7b7b7;
    text-decoration: none; }
    .pagenation a:hover {
      background-color: #b7b7b7;
      color: #fff; }
    .pagenation a.pagenation_square {
      border: none; }
  .pagenation .current {
    background-color: #b7b7b7;
    border: 2px solid #b7b7b7;
    color: #fff;
    border-radius: 50%; }

/*title_area*/
.t_bg_purchase {
  background: url("images/top_purchase.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.t_bg_car-sale {
  background: url("images/top_car-sale.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.t_bg_rent {
  background: url("../rent_img/top_rent.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.t_bg_company {
  background: url("images/top_company.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.title_area {
  height: 20vw;
  position: relative; }
  @media screen and (max-width: 900px) {
    .title_area {
      height: 36vw; } }
  .title_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 35, 61, 0.59);
    z-index: 1; }
  .title_area .mv-text {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 900px) {
      .title_area .mv-text {
        top: 50%;
        width: 80%; } }
    .title_area .mv-text h2 {
      text-align: center;
      color: #FFF;
      font-weight: bold;
      line-height: 1.8em; }
      @media screen and (max-width: 900px) {
        .title_area .mv-text h2 {
          font-size: 1em;
          line-height: 1.5em; } }
      .title_area .mv-text h2 span {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 3em;
        font-weight: 700; 
        line-height: 36px;
      }


/*pageTop*/
#pageTop {
  background: url("images/pagetop.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer;
  transition: .3s; }

#pageTop:hover {
  background: url("images/pagetop.svg");
  background-size: cover;
  bottom: 3%;
  transition: .3s; }


.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.99s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #ccc !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #ccc !important; }

.grecaptcha-badge {
  visibility: hidden; }

dl.sidebar_post dt {
  font-size: 0.85em;
  color: #273A64;
  font-family: "Barlow", sans-serif; }
dl.sidebar_post dd {
  margin-bottom: 10px;
  font-size: 0.9em; }

dl.topics dt {
  font-size: 0.8em;
  color: #273A64;
  font-family: "Barlow", sans-serif; }
dl.topics dd {
  margin-bottom: 10px; }

/*list*/
dl.list_training {
  padding: 5px;
  margin-bottom: 10px; }
  dl.list_training dt {
    font-weight: bold; }

h3.ttl_contents {
  font-size: 1.6em;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 20px;
  line-height: 1.2em; }
  h3.ttl_contents span {
    font-size: 0.6em;
    font-weight: normal; }

h3.ttl_contents_dx {
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 8px 5px;
  margin-bottom: 20px;
  line-height: 1.2em;
  border-bottom: 2px solid #1D2088; }
  h3.ttl_contents_dx span {
    font-size: 0.6em;
    font-weight: normal; }
  @media (max-width: 900px) {
    h3.ttl_contents_dx {
      font-size: 1.6em; } }

.kettei {
  background-color: #FF8600;
  color: #fff;
  display: inline-block;
  padding: 2px 5px; }

.situation {
  display: inline-block;
  border-radius: 15px;
  font-size: 0.8em;
  background-color: #00DD3B;
  color: #fff;
  padding: 2px 10px; }
  .situation.kuuseki {
    background-color: #00DD3B; }
  .situation.wazuka {
    background-color: #DD5900; }
  .situation.manseki {
    background-color: #FF0101; }
  .situation.chushi {
    background-color: #7E0000; }
  .situation.cancel {
    background-color: #DD5900; }

a.link_underline {
  color: #384a9a !important;
  text-decoration: none;
  font-weight: bold; }
  a.link_underline:hover {
    text-decoration: underline !important; }

/*====================================================================
accordion
====================================================================*/
.accordion {
  margin: 10px auto; }

.accordion .accordion_header {
  background-color: #f4f1f0;
  color: #000;
  font-size: 1.2em;
  padding: 20px 72px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  border: 2px solid #000; }
  .accordion .accordion_header::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    width: 57px;
    height: 57px;
    margin-top: -28px;
    background: url("../../images/9_q.png") top left no-repeat;
    background-size: 57px 57px; }

.accordion .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordion .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.accordion .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg); }

.accordion .accordion_header .i_box .one_i:before, .accordion .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #b28146;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.accordion .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; }

.accordion .accordion_header.stay .i_box .one_i:before {
  content: none; }

.accordion .accordion_header.open .i_box .one_i:before {
  content: none; }

.accordion .accordion_header.stay.open .i_box .one_i:before {
  content: ""; }

.accordion .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion .accordion_inner {
  display: none;
  background-color: #fff;
  padding: 30px 30px 30px 72px;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
  position: relative; }
  .accordion .accordion_inner::before {
    position: absolute;
    content: "";
    top: 50px;
    left: 10px;
    width: 57px;
    height: 57px;
    margin-top: -28px;
    background: url("../../images/9_a.png") top left no-repeat;
    background-size: 57px 57px; }

.accordion .accordion_inner.stay {
  display: block; }

.accordion .accordion_inner p.txt_a_ac {
  margin: 0; }

@media screen and (max-width: 767px) {
  .accordion .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px; }

  .accordion .accordion_header {
    font-size: 1.1em;
    text-align: left;
    padding: 15px 70px; } }
/* privacy */
dl.privacy dt {
  margin-bottom: 8px;
  color: #273A64;
  font-weight: bold;
  font-size: 1.2em; }
dl.privacy dd {
  margin-bottom: 40px;
  padding: 0 10px; }

/*top */
.main-visual {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background-image: url("images/slider/05.jpg");
  background-size: cover;
  background-position: center bottom; }
  @media screen and (max-width: 900px) {
    .main-visual {
      background-image: url("images/slider/05_sp.jpg"); } }

.top_contents {
  position: absolute;
  z-index: 1;
  width: 50%;
  max-width: 350px;
  height: auto;
  padding: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff; }
  .top_contents img {
    width: 100%; }

.fixed-background::before {
  background-image: url("images/bg_fixed2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh; }

.flex_products {
  margin: 0 auto 60px;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_products > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 50%;
    background-color: rgba(196, 183, 144, 0.5); }
    @media (max-width: 900px) {
      .flex_products > div:nth-child(1) {
        margin: 0;
        width: 100%; } }
  .flex_products > div:nth-child(2) {
    margin: 0;
    padding: 50px;
    width: 50%; }
    @media (max-width: 900px) {
      .flex_products > div:nth-child(2) {
        margin: 0;
        width: 100%;
        padding: 20px; } }
    .flex_products > div:nth-child(2) h3 {
      color: #fff;
      font-size: 1.2em;
      font-weight: bold;
      line-height: 2em;
      margin-bottom: 40px; }
      .flex_products > div:nth-child(2) h3 span {
        font-size: 3em;
        font-family: "Barlow Condensed", sans-serif;
        background: linear-gradient(45deg, white 0%, #c4b790 50%, white 100%);
        background: -webkit-linear-gradient(45deg, white 0%, #c4b790 50%, white 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.bg_sale {
  background-image: url(images/loading_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.bg_white {
  background-color: #fff; }

.eng {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0 !important; }

.menu_ja {
  font-size: 0.8em; }

.flex_greeting {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_greeting > div:nth-child(1) {
    margin: 0;
    padding: 10px;
    width: 55%; }
    @media (max-width: 900px) {
      .flex_greeting > div:nth-child(1) {
        margin: 0;
        width: 100%; } }
  .flex_greeting > div:nth-child(2) {
    margin: 0;
    padding: 10px;
    width: 45%; }
    @media (max-width: 900px) {
      .flex_greeting > div:nth-child(2) {
        margin: 0;
        width: 100%; } }

p.indent {
  text-indent: 1em;
  line-height: 2em; }

ul.footer_link li {
  color: #fff;
  font-size: 0.8em; }
  ul.footer_link li a {
    color: #fff;
    transition: .3s; }
    ul.footer_link li a:hover {
      color: #fff;
      opacity: 0.8;
      transition: .3s; }
  ul.footer_link li::before {
    content: "笆ｸ";
    display: inline;
    margin-right: 8px; }

h4.ttl_shop_name {
  font-size: 1.4em;
  font-weight: 700; 
}
@media (max-width: 900px) {
  h4.ttl_shop_name {
    font-size: 1em;
  }
}  

.area_contact {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  border: 5px solid #333; }

.car_title {
  font-size: 2em;
  line-height: 2em;
  font-weight: 700;
  border-bottom: 2px solid #273A64; }

ul.l_sitemap li {
  margin-bottom: 20px;
  font-size: 1.5em; }

.price {
  font-weight: bold;
  font-size: 1.7em;
  font-family: "Barlow", sans-serif; }

.soldout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.icon_pet {
  position: absolute;
  right: 20px;
  bottom: 20px; }

.red{
  color:#960000;
}