@charset "UTF-8";
/*-----------------------------------------------
__color
-----------------------------------------------*/
.colored-baseColor {
  color: #333333;
}

.colored-white {
  color: #fff;
}

.colored-red {
  color: #EA0000;
}

.colored-ysBlue {
  color: #00519A;
}

.colored-ysRed {
  color: #CD0A1C;
}

.colored-ysLightBlue {
  color: #1E5095;
}

.colored-aLink a:link,
.colored-aLink a:visited {
  color: #00519A;
}

/*-------------------
__font style
---------------------*/
.font-small-08em {
  font-size: .8em;
}

.text-lineThrough {
  text-decoration: line-through;
}

/*-----------------------------------------------
__line height
-----------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_12 {
  line-height: 1.2;
}

.lh_10 {
  line-height: 1;
}

/*-----------------------------------------------
__screen
-----------------------------------------------*/
.screen_black_02 {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------
__padding
-----------------------------------------------*/
.pd_side_3 {
  padding-right: 3%;
  padding-left: 3%;
}

.pd_side_5 {
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (max-width: 500px) {
  .pd_side_5 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.pd_side_15 {
  padding-right: 15%;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .pd_side_15 {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 500px) {
  .pd_side_15 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.marginTop3-0 {
  margin-top: 0;
}

.marginTop3-0:first-of-type {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginTop3-0:first-of-type {
    margin-top: 1.5em;
  }
}

.pl_5 {
  padding-left: 5%;
}

.pr_5 {
  padding-right: 5%;
}

.pdR_1em {
  padding-right: 1em;
}

.pdR_05em {
  padding-right: .5em;
}

.pdL_1em {
  padding-left: 1em;
}

.pdL_05em {
  padding-left: .5em;
}

.pdTop40 {
  padding-top: 40px;
}

.pdTop30 {
  padding-top: 30px;
}

.pdTop20 {
  padding-top: 20px;
}

.pdTop15 {
  padding-top: 15px;
}

.pdTop10em {
  padding-top: 10em;
}

@media screen and (max-width: 500px) {
  .pdTop10em {
    padding-top: 5em;
  }
}

.pdTop9em {
  padding-top: 9em;
}

@media screen and (max-width: 500px) {
  .pdTop9em {
    padding-top: 4.5em;
  }
}

.pdTop8em {
  padding-top: 8em;
}

@media screen and (max-width: 500px) {
  .pdTop8em {
    padding-top: 4em;
  }
}

.pdTop7em {
  padding-top: 7em;
}

@media screen and (max-width: 500px) {
  .pdTop7em {
    padding-top: 3.5em;
  }
}

.pdTop6em {
  padding-top: 6em;
}

@media screen and (max-width: 500px) {
  .pdTop6em {
    padding-top: 3em;
  }
}

.pdTop5em {
  padding-top: 5em;
}

@media screen and (max-width: 500px) {
  .pdTop5em {
    padding-top: 2.5em;
  }
}

.pdTop4em {
  padding-top: 4em;
}

@media screen and (max-width: 500px) {
  .pdTop4em {
    padding-top: 2em;
  }
}

.pdTop3em {
  padding-top: 3em;
}

@media screen and (max-width: 500px) {
  .pdTop3em {
    padding-top: 1.5em;
  }
}

.pdTop2em {
  padding-top: 2em;
}

@media screen and (max-width: 500px) {
  .pdTop2em {
    padding-top: 1em;
  }
}

.pdTop1em {
  padding-top: 1em;
}

@media screen and (max-width: 500px) {
  .pdTop1em {
    padding-top: .5em;
  }
}

.pdTop05em {
  padding-top: .5em;
}

@media screen and (max-width: 500px) {
  .pdTop05em {
    padding-top: .25em;
  }
}

.pdTop10 {
  padding-top: 10px;
}

.pdTop7 {
  padding-top: 7px;
}

.pdTop5 {
  padding-top: 5px;
}

.pdBottom5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .pdBottom5 {
    padding-bottom: 2.5em;
  }
}

.pdBottom_5em {
  padding-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .pdBottom_5em {
    padding-bottom: 2.5em;
  }
}

.pdBottom_4em {
  padding-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .pdBottom_4em {
    padding-bottom: 2em;
  }
}

.pdBottom_3em {
  padding-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .pdBottom_3em {
    padding-bottom: 1.5em;
  }
}

.pdBottom_2em {
  padding-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .pdBottom_2em {
    padding-bottom: 1em;
  }
}

.pdBottom_1em {
  padding-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .pdBottom_1em {
    padding-bottom: .5em;
  }
}

/*-----------------------------------------------
__margin
-----------------------------------------------*/
.marginT50 {
  margin-top: 50px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.marginB5 {
  margin-bottom: 5px;
}

.marginT10em {
  margin-top: 10em;
}

@media screen and (max-width: 500px) {
  .marginT10em {
    margin-top: 5em;
  }
}

.marginT9em {
  margin-top: 9em;
}

@media screen and (max-width: 500px) {
  .marginT9em {
    margin-top: 4.5em;
  }
}

.marginT8em {
  margin-top: 8em;
}

@media screen and (max-width: 500px) {
  .marginT8em {
    margin-top: 4em;
  }
}

.marginT7em {
  margin-top: 7em;
}

@media screen and (max-width: 500px) {
  .marginT7em {
    margin-top: 3.5em;
  }
}

.marginT6em {
  margin-top: 6em;
}

@media screen and (max-width: 500px) {
  .marginT6em {
    margin-top: 3em;
  }
}

.marginT5em {
  margin-top: 5em;
}

@media screen and (max-width: 500px) {
  .marginT5em {
    margin-top: 2.5em;
  }
}

.marginT4em {
  margin-top: 4em;
}

@media screen and (max-width: 500px) {
  .marginT4em {
    margin-top: 2em;
  }
}

.marginT3em {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginT3em {
    margin-top: 1.5em;
  }
}

.marginT2em {
  margin-top: 2em;
}

@media screen and (max-width: 500px) {
  .marginT2em {
    margin-top: 1em;
  }
}

.marginT1em5 {
  margin-top: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginT1em5 {
    margin-top: .75em;
  }
}

.marginT1em {
  margin-top: 1em;
}

@media screen and (max-width: 500px) {
  .marginT1em {
    margin-top: .5em;
  }
}

.marginB8em {
  margin-bottom: 8em;
}

@media screen and (max-width: 500px) {
  .marginB8em {
    margin-bottom: 4em;
  }
}

.marginB7em {
  margin-bottom: 7em;
}

@media screen and (max-width: 500px) {
  .marginB7em {
    margin-bottom: 3.5em;
  }
}

.marginB6em {
  margin-bottom: 6em;
}

@media screen and (max-width: 500px) {
  .marginB6em {
    margin-bottom: 3em;
  }
}

.marginB5em {
  margin-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .marginB5em {
    margin-bottom: 2.5em;
  }
}

.marginB4em {
  margin-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .marginB4em {
    margin-bottom: 2em;
  }
}

.marginB3em {
  margin-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .marginB3em {
    margin-bottom: 1.5em;
  }
}

.marginB2em {
  margin-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .marginB2em {
    margin-bottom: 1em;
  }
}

.marginB1em5 {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginB1em5 {
    margin-bottom: .75em;
  }
}

.marginB1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .marginB1em {
    margin-bottom: .5em;
  }
}

.marginR_auto {
  margin-right: auto;
}

.marginL_auto {
  margin-left: auto;
}

.margin_RL_auto {
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------------------------
__highlight, underline
-----------------------------------------------*/
.hLight-red {
  background: linear-gradient(transparent 0%, #ffadad 0%);
}

.uLine-red {
  background: linear-gradient(transparent 85%, #ff7f7f 0%);
}

.underline-red {
  position: relative;
  display: inline-block;
}

.underline-red::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 100%;
  background: #CD0A1C;
}

.underline-red.lang-switch::before {
  height: 2px;
  bottom: .3em;
}

/*-----------------------------------------------
__word wrap
-----------------------------------------------*/
.word-nowrap {
  display: inline-block;
}

.word-nowrap-R {
  display: inline-block;
  padding-right: .3em;
}

.word-nowrap-L {
  display: inline-block;
  padding-left: .3em;
}

/*-----------------------------------------------
__text align
-----------------------------------------------*/
.text-right {
  text-align: right;
}

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

.textCenter {
  text-align: center;
}

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

/*-----------------------------------------------
__text decoration
-----------------------------------------------*/
.text_shadow {
  text-shadow: 0px 0px 20px #666;
}

.text_shadow_white {
  text-shadow: 0px 0px 8px #fff;
}

@media screen and (max-width: 500px) {
  .text_small_8em_sp {
    font-size: .8em;
  }
}

.text_indent_dot {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot {
    padding-left: 1em;
  }
}

.text_indent_dot::before {
  position: absolute;
  left: 1em;
  content: '・';
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot::before {
    left: 0;
  }
}

.text_indent_arrow {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_arrow {
    padding-left: 1em;
  }
}

.text_indent_arrow::before {
  position: absolute;
  left: 1em;
  top: 50%;
  content: '';
  width: .4em;
  height: .4em;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 500px) {
  .text_indent_arrow::before {
    left: 0;
  }
}

.icon-externalLink {
  position: relative;
}

.icon-externalLink::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: .2em;
  background-image: url(../images/icon_externalLink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-externalLink-baseColor {
  position: relative;
}

.icon-externalLink-baseColor::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: -.2em;
  background-image: url(../images/icon_externalLink_baseColor.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

/*-----------------------------------------------
__text link
-----------------------------------------------*/
.link_arrow {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow:link, .link_arrow:visited {
  color: #013F8C;
}

.link_arrow:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover {
    opacity: 1;
  }
}

.link_arrow:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover::after {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow.mailsent-contact::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow.mailsent-contact:link, .link_arrow.mailsent-contact:visited {
  color: #013F8C;
}

.link_arrow.mailsent-contact:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover::after {
    opacity: 1;
  }
}

.link_arrow_top {
  display: block;
  width: 10em;
  position: relative;
  padding-top: .8em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_top::after {
  content: '';
  position: absolute;
  display: block;
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/link_arrow_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_top:link, .link_arrow_top:visited {
  color: #013F8C;
}

.link_arrow_top:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover {
    opacity: 1;
  }
}

.link_arrow_top:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover::after {
    opacity: 1;
  }
}

.link_arrow_long {
  display: block;
  width: 14em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_long::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow_long.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_long:link, .link_arrow_long:visited {
  color: #013F8C;
}

.link_arrow_long:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover {
    opacity: 1;
  }
}

.link_arrow_long:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover::after {
    opacity: 1;
  }
}

.link_uLine_colored {
  text-decoration: underline !important;
}

.link_uLine_colored:link, .link_uLine_colored:visited {
  color: #013F8C;
}

.link_uLine_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_uLine_colored:hover {
    opacity: 1;
  }
}

.link_colored:link, .link_colored:visited {
  color: #013F8C;
}

.link_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_colored:hover {
    opacity: 1;
  }
}

/*-----------------------------------------------
__site width
-----------------------------------------------*/
.width_limited {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.l_row {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_100 {
  width: 100%;
}

.content-w40p {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w40p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w50p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w50p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w60p {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w60p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w70p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w70p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

/*-----------------------------------------------
__flex
-----------------------------------------------*/
.flexWrapC {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

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

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

.align-center {
  align-items: center;
}

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

@media screen and (max-width: 768px) {
  .flex-3 {
    flex-direction: column;
  }
}

.flex-3__item {
  margin: 0 .5em;
  width: calc(100% / 3 - .5em - .5em);
}

.flex-3__item:first-of-type {
  margin-left: 0;
}

.flex-3__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .flex-3__item {
    margin: .5em 0;
    width: 100%;
  }
}

/*-----------------------------------------------
__effect
-----------------------------------------------*/
.fadeIn {
  transition: opacity 1.4s;
}

.fadeUp,
.slideIn,
.slideInL,
.fadeIn_up,
.fadeIn_up-sp {
  transition: opacity 2.2s, transform 1.2s;
}

.transDelay_1 {
  transition-delay: .3s;
}

.hover_opacity_06 {
  transition-duration: 0.3s;
}

.hover_opacity_06:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .hover_opacity_06:hover {
    opacity: 1;
  }
}

.hover_opacity_05 {
  transition-duration: 0.3s;
}

.hover_opacity_05:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .hover_opacity_05:hover {
    opacity: 1;
  }
}

.hover_scale_105 {
  transition-duration: 0.3s;
}

.hover_scale_105:hover {
  transform: scale(1.05);
}

.hover_translate_down-2 {
  transition-duration: 0.2s;
}

.hover_translate_down-2:hover {
  transform: translate(2px, 2px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-2:hover {
    transform: initial;
  }
}

.hover_translate_down-4 {
  transition-duration: 0.2s;
}

.hover_translate_down-4:hover {
  transform: translate(4px, 4px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-4:hover {
    transform: initial;
  }
}

.hover_uLine_R {
  position: relative;
  display: inline-block;
}

.hover_uLine_R::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: #CD0A1C;
  transition: .3s;
}

.hover_uLine_R:hover::before {
  width: 100%;
}

/*-----------------------------------------------
__others
-----------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.display_b {
  display: block;
}

.display_ib {
  display: inline-block;
}

.display_n {
  display: none;
}

.button_wrap {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
}

/*----------------
__hack
------------------*/
_:-ms-lang(x)::-ms-backdrop, .siteHeader-nav-ie {
  display: flex;
}

_:-ms-lang(x)::-ms-backdrop, .headerNav-bottom-wrap {
  width: 100vw;
}

_:-ms-lang(x)::-ms-backdrop, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00519A;
}

_:-ms-lang(x)::-ms-backdrop, .pageNews-archive__item {
  width: calc(99% / 2 - 1em - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
  width: calc(99% / 3);
}

@media screen and (max-width: 1150px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 500px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: 100%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .shop-data {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .shop-data > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .brandList__item {
  width: calc(99% / 3 - 1em - 1em);
}

@media screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .brandList__item {
    width: calc(98% / 2 - 1em - 1em);
  }
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item {
  padding-right: 2em;
  padding-left: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item:last-of-type {
  padding-right: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc__item {
  width: calc(98% / 2 - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc:after {
  width: calc(98% / 2 - 1em);
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

_:-ms-lang(x)::-ms-backdrop, .wpcf7-form-control::placeholder {
  color: #aaa;
}

/* IE */
.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

/* IE */
input.wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}

/* Edge */
input.wpcf7c-conf::-ms-input-placeholder {
  color: transparent;
}

/*-----------------------------------------------
__color
-----------------------------------------------*/
/*-----------------------------------------------
__fontweight
-----------------------------------------------*/
.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

.fw300 {
  font-weight: 300;
}

.fw100 {
  font-weight: 100;
}

/*-----------------------------------------------
__letterspacing centering
-----------------------------------------------*/
.lt1 {
  letter-spacing: .1em;
  text-indent: .1em;
}

.lt2 {
  letter-spacing: .2em;
  text-indent: .2em;
}

.lt3 {
  letter-spacing: .3em;
  text-indent: .3em;
}

/*-----------------------------------------------
__fontsize
-----------------------------------------------*/
.fz_65 {
  font-size: 4.0625rem;
}

@media screen and (max-width: 767px) {
  .fz_65 {
    font-size: 3.5625rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_65 {
    font-size: 2.5rem;
  }
}

.fz_62 {
  font-size: 3.875rem;
}

@media screen and (max-width: 767px) {
  .fz_62 {
    font-size: 3.375rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_62 {
    font-size: 2.375rem;
  }
}

.fz_60 {
  font-size: 3.75rem;
}

@media screen and (max-width: 767px) {
  .fz_60 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_60 {
    font-size: 2.3125rem;
  }
}

.fz_57 {
  font-size: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .fz_57 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_57 {
    font-size: 2.1875rem;
  }
}

.fz_50 {
  font-size: 3.125rem;
}

@media screen and (max-width: 1250px) {
  .fz_50 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 767px) {
  .fz_50 {
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_50 {
    font-size: 2rem;
  }
}

.fz_48 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .fz_48 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_48 {
    font-size: 1.875rem;
  }
}

.fz_45 {
  font-size: 2.8125rem;
}

@media screen and (max-width: 767px) {
  .fz_45 {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_45 {
    font-size: 1.6875rem;
  }
}

.fz_42 {
  font-size: 2.625rem;
}

@media screen and (max-width: 767px) {
  .fz_42 {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_42 {
    font-size: 1.5rem;
  }
}

.fz_40 {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .fz_40 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_40 {
    font-size: 1.375rem;
  }
}

.fz_36 {
  font-size: 2.25rem;
}

@media screen and (max-width: 767px) {
  .fz_36 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_36 {
    font-size: 1.375rem;
  }
}

.fz_30 {
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .fz_30 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_30 {
    font-size: 1.3125rem;
  }
}

.fz_28 {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .fz_28 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_28 {
    font-size: 1.25rem;
  }
}

.fz_26 {
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .fz_26 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_26 {
    font-size: 1.1875rem;
  }
}

.fz_25 {
  font-size: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .fz_25 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_25 {
    font-size: 1.1875rem;
  }
}

.fz_24 {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .fz_24 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_24 {
    font-size: 1.125rem;
  }
}

.fz_23 {
  font-size: 1.4375rem;
}

@media screen and (max-width: 767px) {
  .fz_23 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_23 {
    font-size: 1.125rem;
  }
}

.fz_22 {
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .fz_22 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_22 {
    font-size: 1.0625rem;
  }
}

.fz_21 {
  font-size: 1.3125rem;
}

@media screen and (max-width: 767px) {
  .fz_21 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_21 {
    font-size: 1rem;
  }
}

.fz_20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {
  .fz_20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_20 {
    font-size: 1rem;
  }
}

.fz_19 {
  font-size: 1.1875rem;
}

@media screen and (max-width: 767px) {
  .fz_19 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_19 {
    font-size: 1rem;
  }
}

.fz_18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .fz_18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_18 {
    font-size: 1rem;
  }
}

.fz_17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .fz_17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .fz_17 {
    font-size: 0.9375rem;
  }
}

.fz_16 {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .fz_16 {
    font-size: 0.9375rem;
  }
}

.fz_15 {
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .fz_15 {
    font-size: 0.875rem;
  }
}

.fz_14 {
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .fz_14 {
    font-size: 0.8125rem;
  }
}

.fz_13 {
  font-size: 0.8125rem;
}

.fz_12 {
  font-size: 0.75rem;
}

/*
%fz_65 {
	font-size: 65px;
	@include media(767px) {font-size: 57px;}
	//@include media(600px) {font-size: 47px;}
	@include media(600px) {font-size: 40px;}
}
%fz_60 {
	font-size: 60px;
	@include media(767px) {font-size: 52px;}
	//@include media(600px) {font-size: 47px;}
	@include media(600px) {font-size: 37px;}
}
%fz_50 {
	font-size: 50px;
	@include media(1250px) {font-size: 44px;}
	@include media(767px) {font-size: 42px;}
	@include media(600px) {font-size: 32px;}
}
%fz_48 {
	font-size: 48px;
	@include media(767px) {font-size: 40px;}
	@include media(600px) {font-size: 30px;}
}
%fz_45 {
	font-size: 45px;
	@include media(767px) {font-size: 37px;}
	@include media(600px) {font-size: 27px;}
}
%fz_42 {
	font-size: 42px;
	@include media(767px) {font-size: 34px;}
	@include media(600px) {font-size: 24px;}
}
%fz_40 {
	font-size: 40px;
	@include media(767px) {font-size: 32px;}
	@include media(600px) {font-size: 22px;}
}
%fz_36 {
	font-size: 36px;
	@include media(767px) {font-size: 28px;}
	@include media(600px) {font-size: 22px;}
}
%fz_30 {
	font-size: 30px;
//	@include media(767px) {font-size: 24px;}
	@include media(767px) {font-size: 25px;}
//	@include media(600px) {font-size: 20px;}
	@include media(600px) {font-size: 21px;}
}
%fz_28 {
	font-size: 28px;
//	@include media(767px) {font-size: 23px;}
	@include media(767px) {font-size: 24px;}
//	@include media(600px) {font-size: 19px;}
	@include media(600px) {font-size: 20px;}
}
%fz_26 {
	font-size: 25px;
//	@include media(767px) {font-size: 22px;}
	@include media(767px) {font-size: 23px;}
//	@include media(600px) {font-size: 18px;}
	@include media(600px) {font-size: 19px;}
}
%fz_24 {
	font-size: 24px;
//	@include media(767px) {font-size: 20px;}
	@include media(767px) {font-size: 22px;}
	@include media(600px) {font-size: 18px;}
}
%fz_22 {
	font-size: 22px;
//	@include media(767px) {font-size: 19px;}
	@include media(767px) {font-size: 20px;}
	@include media(600px) {font-size: 17px;}
}
%fz_21 {
	font-size: 21px;
	@include media(767px) {font-size: 19px;}
	@include media(600px) {font-size: 16px;}
}
%fz_20 {
	font-size: 20px;
	@include media(767px) {font-size: 18px;}
//	@include media(600px) {font-size: 16px;}
	@include media(600px) {font-size: 15px;}
}
%fz_18 {
	font-size: 18px;
	@include media(767px) {font-size: 16px;}
	@include media(600px) {font-size: 14px;}
}
%fz_17 {
	font-size: 17px;
	@include media(767px) {font-size: 15px;}//
	@include media(600px) {font-size: 14px;}//
}
%fz_16 {
	font-size: 16px;
	@include media(767px) {font-size: 14px;}
}
%fz_15 {
	font-size: 15px;
	@include media(767px) {font-size: 14px;}
}
%fz_14 {
	font-size: 14px;
	@include media(767px) {font-size: 13px;}
}
%fz_13 {
	font-size: 13px;
//	@include media(600px) {font-size: 12px;}
	@include media(600px) {font-size: 13px;}
}
%fz_12 {
	font-size: 12px;
//	@include media(600px) {font-size: 10px;}
	@include media(600px) {font-size: 12px;}
}

/*
%fz_65 {
	font-size: 65px;
	@include media(767px) {font-size: 57px;}
	//@include media(600px) {font-size: 47px;}
	@include media(600px) {font-size: 40px;}
}
%fz_60 {
	font-size: 60px;
	@include media(767px) {font-size: 52px;}
	//@include media(600px) {font-size: 47px;}
	@include media(600px) {font-size: 37px;}
}
%fz_50 {
	font-size: 50px;
	@include media(1250px) {font-size: 44px;}
	@include media(767px) {font-size: 42px;}
	@include media(600px) {font-size: 32px;}
}
%fz_45 {
	font-size: 45px;
	@include media(767px) {font-size: 37px;}
	@include media(600px) {font-size: 27px;}
}
%fz_42 {
	font-size: 42px;
	@include media(767px) {font-size: 34px;}
	@include media(600px) {font-size: 24px;}
}
%fz_40 {
	font-size: 40px;
	@include media(767px) {font-size: 32px;}
	@include media(600px) {font-size: 22px;}
}
%fz_36 {
	font-size: 36px;
	@include media(767px) {font-size: 28px;}
	@include media(600px) {font-size: 22px;}
}
%fz_30 {
	font-size: 30px;
	@include media(767px) {font-size: 24px;}
	@include media(600px) {font-size: 20px;}
}
%fz_28 {
	font-size: 27px;
	@include media(767px) {font-size: 23px;}
	@include media(600px) {font-size: 19px;}
}
%fz_25 {
	font-size: 25px;
	@include media(767px) {font-size: 21px;}
	@include media(600px) {font-size: 17px;}
}
%fz_24 {
	font-size: 24px;
	@include media(767px) {font-size: 20px;}
	@include media(600px) {font-size: 16px;}
}
%fz_22 {
	font-size: 22px;
	@include media(767px) {font-size: 19px;}
	@include media(600px) {font-size: 16px;}
}
%fz_20 {
	font-size: 20px;
	@include media(767px) {font-size: 18px;}
	@include media(600px) {font-size: 16px;}
}
%fz_18 {
	font-size: 18px;
	@include media(767px) {font-size: 16px;}
	@include media(600px) {font-size: 15px;}
}
%fz_17 {
	font-size: 17px;
	@include media(767px) {font-size: 15px;}
	@include media(600px) {font-size: 14px;}
}
%fz_16 {
	font-size: 16px;
	@include media(767px) {font-size: 14px;}
	@include media(600px) {font-size: 13px;}
}
%fz_15 {
	font-size: 15px;
	@include media(767px) {font-size: 13px;}
	@include media(600px) {font-size: 12px;}
}
%fz_14 {
	font-size: 14px;
	@include media(767px) {font-size: 12px;}
	@include media(600px) {font-size: 11px;}
}
%fz_13 {
	font-size: 13px;
	@include media(767px) {font-size: 11px;}
	@include media(600px) {font-size: 10px;}
}
%fz_12 {
	font-size: 12px;
	@include media(767px) {font-size: 10px;}
	@include media(600px) {font-size: 10px;}
}
*/
body {
  line-height: 1.75;
  font-size: 16px;
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Roboto, Meiryo, sans-serif;
  text-rendering: optimizeLegibility;
  color: #333333;
}

a, a:link, a:active, a:visited {
  text-decoration: none;
  outline: none;
  color: #333333;
}

a:hover {
  cursor: pointer;
}

/*-----------------------------------------------
__color
-----------------------------------------------*/
/*-----------------------------------------------
__fontfamily
-----------------------------------------------*/
.montserrat {
  font-family: 'Montserrat', sans-serif;
}

/*-----------------------------------------------
__fontweight
-----------------------------------------------*/
/*-----------------------------------------------
__letterspacing centering
-----------------------------------------------*/
/*-----------------------------------------------
__fontsize
-----------------------------------------------*/
/*--------------
__common
-----------------------------------------------*/
body {
  background: #F7F7F7;
}

_:-ms-lang(x)::-ms-backdrop, main {
  display: block;
}

.body-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------------------------
__header
-----------------------------------------------*/
/*-----------------------------------------------
__color
-----------------------------------------------*/
.colored-baseColor {
  color: #333333;
}

.colored-white {
  color: #fff;
}

.colored-red {
  color: #EA0000;
}

.colored-ysBlue {
  color: #00519A;
}

.colored-ysRed {
  color: #CD0A1C;
}

.colored-ysLightBlue {
  color: #1E5095;
}

.colored-aLink a:link,
.colored-aLink a:visited {
  color: #00519A;
}

/*-------------------
__font style
---------------------*/
.font-small-08em {
  font-size: .8em;
}

.text-lineThrough {
  text-decoration: line-through;
}

/*-----------------------------------------------
__line height
-----------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_12 {
  line-height: 1.2;
}

.lh_10 {
  line-height: 1;
}

/*-----------------------------------------------
__screen
-----------------------------------------------*/
.screen_black_02 {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------
__padding
-----------------------------------------------*/
.pd_side_3 {
  padding-right: 3%;
  padding-left: 3%;
}

.pd_side_5 {
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (max-width: 500px) {
  .pd_side_5 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.pd_side_15 {
  padding-right: 15%;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .pd_side_15 {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 500px) {
  .pd_side_15 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.marginTop3-0 {
  margin-top: 0;
}

.marginTop3-0:first-of-type {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginTop3-0:first-of-type {
    margin-top: 1.5em;
  }
}

.pl_5 {
  padding-left: 5%;
}

.pr_5 {
  padding-right: 5%;
}

.pdR_1em {
  padding-right: 1em;
}

.pdR_05em {
  padding-right: .5em;
}

.pdL_1em {
  padding-left: 1em;
}

.pdL_05em {
  padding-left: .5em;
}

.pdTop40 {
  padding-top: 40px;
}

.pdTop30 {
  padding-top: 30px;
}

.pdTop20 {
  padding-top: 20px;
}

.pdTop15 {
  padding-top: 15px;
}

.pdTop10em {
  padding-top: 10em;
}

@media screen and (max-width: 500px) {
  .pdTop10em {
    padding-top: 5em;
  }
}

.pdTop9em {
  padding-top: 9em;
}

@media screen and (max-width: 500px) {
  .pdTop9em {
    padding-top: 4.5em;
  }
}

.pdTop8em {
  padding-top: 8em;
}

@media screen and (max-width: 500px) {
  .pdTop8em {
    padding-top: 4em;
  }
}

.pdTop7em {
  padding-top: 7em;
}

@media screen and (max-width: 500px) {
  .pdTop7em {
    padding-top: 3.5em;
  }
}

.pdTop6em {
  padding-top: 6em;
}

@media screen and (max-width: 500px) {
  .pdTop6em {
    padding-top: 3em;
  }
}

.pdTop5em {
  padding-top: 5em;
}

@media screen and (max-width: 500px) {
  .pdTop5em {
    padding-top: 2.5em;
  }
}

.pdTop4em {
  padding-top: 4em;
}

@media screen and (max-width: 500px) {
  .pdTop4em {
    padding-top: 2em;
  }
}

.pdTop3em {
  padding-top: 3em;
}

@media screen and (max-width: 500px) {
  .pdTop3em {
    padding-top: 1.5em;
  }
}

.pdTop2em {
  padding-top: 2em;
}

@media screen and (max-width: 500px) {
  .pdTop2em {
    padding-top: 1em;
  }
}

.pdTop1em {
  padding-top: 1em;
}

@media screen and (max-width: 500px) {
  .pdTop1em {
    padding-top: .5em;
  }
}

.pdTop05em {
  padding-top: .5em;
}

@media screen and (max-width: 500px) {
  .pdTop05em {
    padding-top: .25em;
  }
}

.pdTop10 {
  padding-top: 10px;
}

.pdTop7 {
  padding-top: 7px;
}

.pdTop5 {
  padding-top: 5px;
}

.pdBottom5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .pdBottom5 {
    padding-bottom: 2.5em;
  }
}

.pdBottom_5em {
  padding-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .pdBottom_5em {
    padding-bottom: 2.5em;
  }
}

.pdBottom_4em {
  padding-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .pdBottom_4em {
    padding-bottom: 2em;
  }
}

.pdBottom_3em {
  padding-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .pdBottom_3em {
    padding-bottom: 1.5em;
  }
}

.pdBottom_2em {
  padding-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .pdBottom_2em {
    padding-bottom: 1em;
  }
}

.pdBottom_1em {
  padding-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .pdBottom_1em {
    padding-bottom: .5em;
  }
}

/*-----------------------------------------------
__margin
-----------------------------------------------*/
.marginT50 {
  margin-top: 50px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.marginB5 {
  margin-bottom: 5px;
}

.marginT10em {
  margin-top: 10em;
}

@media screen and (max-width: 500px) {
  .marginT10em {
    margin-top: 5em;
  }
}

.marginT9em {
  margin-top: 9em;
}

@media screen and (max-width: 500px) {
  .marginT9em {
    margin-top: 4.5em;
  }
}

.marginT8em {
  margin-top: 8em;
}

@media screen and (max-width: 500px) {
  .marginT8em {
    margin-top: 4em;
  }
}

.marginT7em {
  margin-top: 7em;
}

@media screen and (max-width: 500px) {
  .marginT7em {
    margin-top: 3.5em;
  }
}

.marginT6em {
  margin-top: 6em;
}

@media screen and (max-width: 500px) {
  .marginT6em {
    margin-top: 3em;
  }
}

.marginT5em {
  margin-top: 5em;
}

@media screen and (max-width: 500px) {
  .marginT5em {
    margin-top: 2.5em;
  }
}

.marginT4em {
  margin-top: 4em;
}

@media screen and (max-width: 500px) {
  .marginT4em {
    margin-top: 2em;
  }
}

.marginT3em {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginT3em {
    margin-top: 1.5em;
  }
}

.marginT2em {
  margin-top: 2em;
}

@media screen and (max-width: 500px) {
  .marginT2em {
    margin-top: 1em;
  }
}

.marginT1em5 {
  margin-top: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginT1em5 {
    margin-top: .75em;
  }
}

.marginT1em {
  margin-top: 1em;
}

@media screen and (max-width: 500px) {
  .marginT1em {
    margin-top: .5em;
  }
}

.marginB8em {
  margin-bottom: 8em;
}

@media screen and (max-width: 500px) {
  .marginB8em {
    margin-bottom: 4em;
  }
}

.marginB7em {
  margin-bottom: 7em;
}

@media screen and (max-width: 500px) {
  .marginB7em {
    margin-bottom: 3.5em;
  }
}

.marginB6em {
  margin-bottom: 6em;
}

@media screen and (max-width: 500px) {
  .marginB6em {
    margin-bottom: 3em;
  }
}

.marginB5em {
  margin-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .marginB5em {
    margin-bottom: 2.5em;
  }
}

.marginB4em {
  margin-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .marginB4em {
    margin-bottom: 2em;
  }
}

.marginB3em {
  margin-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .marginB3em {
    margin-bottom: 1.5em;
  }
}

.marginB2em {
  margin-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .marginB2em {
    margin-bottom: 1em;
  }
}

.marginB1em5 {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginB1em5 {
    margin-bottom: .75em;
  }
}

.marginB1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .marginB1em {
    margin-bottom: .5em;
  }
}

.marginR_auto {
  margin-right: auto;
}

.marginL_auto {
  margin-left: auto;
}

.margin_RL_auto {
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------------------------
__highlight, underline
-----------------------------------------------*/
.hLight-red {
  background: linear-gradient(transparent 0%, #ffadad 0%);
}

.uLine-red {
  background: linear-gradient(transparent 85%, #ff7f7f 0%);
}

.underline-red {
  position: relative;
  display: inline-block;
}

.underline-red::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 100%;
  background: #CD0A1C;
}

.underline-red.lang-switch::before {
  height: 2px;
  bottom: .3em;
}

/*-----------------------------------------------
__word wrap
-----------------------------------------------*/
.word-nowrap {
  display: inline-block;
}

.word-nowrap-R {
  display: inline-block;
  padding-right: .3em;
}

.word-nowrap-L {
  display: inline-block;
  padding-left: .3em;
}

/*-----------------------------------------------
__text align
-----------------------------------------------*/
.text-right {
  text-align: right;
}

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

.textCenter {
  text-align: center;
}

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

/*-----------------------------------------------
__text decoration
-----------------------------------------------*/
.text_shadow {
  text-shadow: 0px 0px 20px #666;
}

.text_shadow_white {
  text-shadow: 0px 0px 8px #fff;
}

@media screen and (max-width: 500px) {
  .text_small_8em_sp {
    font-size: .8em;
  }
}

.text_indent_dot {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot {
    padding-left: 1em;
  }
}

.text_indent_dot::before {
  position: absolute;
  left: 1em;
  content: '・';
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot::before {
    left: 0;
  }
}

.text_indent_arrow {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_arrow {
    padding-left: 1em;
  }
}

.text_indent_arrow::before {
  position: absolute;
  left: 1em;
  top: 50%;
  content: '';
  width: .4em;
  height: .4em;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 500px) {
  .text_indent_arrow::before {
    left: 0;
  }
}

.icon-externalLink {
  position: relative;
}

.icon-externalLink::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: .2em;
  background-image: url(../images/icon_externalLink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-externalLink-baseColor {
  position: relative;
}

.icon-externalLink-baseColor::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: -.2em;
  background-image: url(../images/icon_externalLink_baseColor.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

/*-----------------------------------------------
__text link
-----------------------------------------------*/
.link_arrow {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow:link, .link_arrow:visited {
  color: #013F8C;
}

.link_arrow:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover {
    opacity: 1;
  }
}

.link_arrow:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover::after {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow.mailsent-contact::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow.mailsent-contact:link, .link_arrow.mailsent-contact:visited {
  color: #013F8C;
}

.link_arrow.mailsent-contact:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover::after {
    opacity: 1;
  }
}

.link_arrow_top {
  display: block;
  width: 10em;
  position: relative;
  padding-top: .8em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_top::after {
  content: '';
  position: absolute;
  display: block;
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/link_arrow_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_top:link, .link_arrow_top:visited {
  color: #013F8C;
}

.link_arrow_top:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover {
    opacity: 1;
  }
}

.link_arrow_top:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover::after {
    opacity: 1;
  }
}

.link_arrow_long {
  display: block;
  width: 14em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_long::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow_long.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_long:link, .link_arrow_long:visited {
  color: #013F8C;
}

.link_arrow_long:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover {
    opacity: 1;
  }
}

.link_arrow_long:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover::after {
    opacity: 1;
  }
}

.link_uLine_colored {
  text-decoration: underline !important;
}

.link_uLine_colored:link, .link_uLine_colored:visited {
  color: #013F8C;
}

.link_uLine_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_uLine_colored:hover {
    opacity: 1;
  }
}

.link_colored:link, .link_colored:visited {
  color: #013F8C;
}

.link_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_colored:hover {
    opacity: 1;
  }
}

/*-----------------------------------------------
__site width
-----------------------------------------------*/
.width_limited {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.l_row {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_100 {
  width: 100%;
}

.content-w40p {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w40p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w50p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w50p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w60p {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w60p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w70p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w70p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

/*-----------------------------------------------
__flex
-----------------------------------------------*/
.flexWrapC {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

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

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

.align-center {
  align-items: center;
}

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

@media screen and (max-width: 768px) {
  .flex-3 {
    flex-direction: column;
  }
}

.flex-3__item {
  margin: 0 .5em;
  width: calc(100% / 3 - .5em - .5em);
}

.flex-3__item:first-of-type {
  margin-left: 0;
}

.flex-3__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .flex-3__item {
    margin: .5em 0;
    width: 100%;
  }
}

/*-----------------------------------------------
__effect
-----------------------------------------------*/
.fadeIn {
  transition: opacity 1.4s;
}

.fadeUp,
.slideIn,
.slideInL,
.fadeIn_up,
.fadeIn_up-sp {
  transition: opacity 2.2s, transform 1.2s;
}

.transDelay_1 {
  transition-delay: .3s;
}

.hover_opacity_06 {
  transition-duration: 0.3s;
}

.hover_opacity_06:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .hover_opacity_06:hover {
    opacity: 1;
  }
}

.hover_opacity_05 {
  transition-duration: 0.3s;
}

.hover_opacity_05:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .hover_opacity_05:hover {
    opacity: 1;
  }
}

.hover_scale_105 {
  transition-duration: 0.3s;
}

.hover_scale_105:hover {
  transform: scale(1.05);
}

.hover_translate_down-2 {
  transition-duration: 0.2s;
}

.hover_translate_down-2:hover {
  transform: translate(2px, 2px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-2:hover {
    transform: initial;
  }
}

.hover_translate_down-4 {
  transition-duration: 0.2s;
}

.hover_translate_down-4:hover {
  transform: translate(4px, 4px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-4:hover {
    transform: initial;
  }
}

.hover_uLine_R {
  position: relative;
  display: inline-block;
}

.hover_uLine_R::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: #CD0A1C;
  transition: .3s;
}

.hover_uLine_R:hover::before {
  width: 100%;
}

/*-----------------------------------------------
__others
-----------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.display_b {
  display: block;
}

.display_ib {
  display: inline-block;
}

.display_n {
  display: none;
}

.button_wrap {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
}

/*----------------
__hack
------------------*/
_:-ms-lang(x)::-ms-backdrop, .siteHeader-nav-ie {
  display: flex;
}

_:-ms-lang(x)::-ms-backdrop, .headerNav-bottom-wrap {
  width: 100vw;
}

_:-ms-lang(x)::-ms-backdrop, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00519A;
}

_:-ms-lang(x)::-ms-backdrop, .pageNews-archive__item {
  width: calc(99% / 2 - 1em - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
  width: calc(99% / 3);
}

@media screen and (max-width: 1150px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 500px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: 100%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .shop-data {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .shop-data > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .brandList__item {
  width: calc(99% / 3 - 1em - 1em);
}

@media screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .brandList__item {
    width: calc(98% / 2 - 1em - 1em);
  }
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item {
  padding-right: 2em;
  padding-left: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item:last-of-type {
  padding-right: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc__item {
  width: calc(98% / 2 - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc:after {
  width: calc(98% / 2 - 1em);
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

_:-ms-lang(x)::-ms-backdrop, .wpcf7-form-control::placeholder {
  color: #aaa;
}

/* IE */
.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

/* IE */
input.wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}

/* Edge */
input.wpcf7c-conf::-ms-input-placeholder {
  color: transparent;
}

/*-----------------
__load fade-in
-------------------*/
body {
  -webkit-animation: fadeIn 2.5s ease-in 0s 1 normal;
          animation: fadeIn 2.5s ease-in 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*-----------------
__header nav
-------------------*/
.siteHeader_pd_side {
  padding: 0 3%;
}

@media screen and (max-width: 1150px) {
  .siteHeader_pd_side {
    padding: 0 0;
  }
}

.siteHeader {
  width: 100%;
  z-index: 1000;
  position: fixed;
  overflow: visible !important;
  background: #F7F7F7;
}

.siteHeader-inner {
  position: relative;
}

_:-ms-lang(x)::-ms-backdrop,
.siteHeader {
  display: flex;
}

/* 文字サイズボタン */
.size-button {
  background-color: #fff;
  border: 1px solid #00519A;
  border-radius: .5em;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: .2em .2em;
  text-align: center;
}

.size-button:hover, .size-button.active {
  background-color: #00519A;
  color: #fff;
}

.size-button:focus {
  outline: none;
}

.size-button-wrap {
  color: #00519A;
  padding-top: .5em;
}

@media screen and (max-width: 1150px) {
  .size-button-wrap {
    padding: 14px 3% 0;
  }
}

.size-button-wrap p {
  display: inline-block;
  line-height: 1.5;
}

/* End 文字サイズボタン */
.siteHeader-nav {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0 0 0;
}

@media screen and (max-width: 1150px) {
  .siteHeader-nav {
    padding: 4em 0 0 0;
  }
}

@media screen and (max-width: 500px) {
  .siteHeader-nav {
    padding: 3.6em 0 0 0;
  }
}

@media screen and (max-width: 1150px) {
  .siteHeader-nav.sub {
    padding: 0;
  }
}

.siteHeader-nav-wrapper {
  display: block;
  height: 100%;
  border-radius: 0;
  border: none;
}

.siteHeader-nav-wrapper.showShadow {
  box-shadow: 0 1px 4px #333;
}

.nav_logo {
  width: 6em;
}

@media screen and (max-width: 1150px) {
  .nav_logo {
    width: 118px;
  }
}

@media screen and (max-width: 380px) {
  .nav_logo {
    width: 95px;
  }
}

.nav_logo a {
  transition: all .3s ease;
}

.nav_logo a:hover {
  opacity: .4;
}

.headerNav-menu {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1450px) {
  .headerNav-menu {
    font-size: 14px;
    padding-left: 2em;
  }
}

@media screen and (max-width: 1150px) {
  .headerNav-menu {
    display: none;
  }
}

.headerNav-menu__item {
  text-align: center;
  height: 100%;
  padding: 0 1.5em;
  margin: 0 1em;
  line-height: 1.3;
  transition: all .3s ease-out;
}

@media screen and (max-width: 1300px) {
  .headerNav-menu__item {
    padding: 0 .6em;
  }
}

.headerNav-menu__item a:link,
.headerNav-menu__item a:visited {
  color: #00519A;
}

/* top sub-nav */
.headerNav-menu-sub {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  padding: 1.5em 1.2em;
  width: auto;
  z-index: 1001 !important;
  background: #fff;
  border-radius: 0 0 18px 18px;
  height: 0;
  transition: all .2s ease;
  text-align: left;
}

.headerNav-menu-sub__item {
  padding: .6em .3em;
  white-space: nowrap;
}

.headerNav-menu-sub__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.headerNav-menu-sub__item a:hover {
  color: #aaa;
}

.primeMenu_style {
  position: relative;
}

/*
_:-ms-lang(x)::-ms-backdrop, 
.headerNav-menu{
	height: 30px;//
	position: absolute;//
	left: 50%;//
	transform: translateX(-50%);//
	width: 71em;//
}*/
.headerNav-menu-2 {
  display: none;
  margin-left: auto;
}

@media screen and (max-width: 1150px) {
  .headerNav-menu-2 {
    display: flex;
  }
}

.headerNav-menu-2__item {
  position: relative;
  width: 55px;
  padding: 0 2.5px;
}

@media screen and (max-width: 380px) {
  .headerNav-menu-2__item {
    width: 50px;
  }
}

.headerNav-menu-2__item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 80%;
  margin-left: 3px;
  background: radial-gradient(#202020, #fff);
}

.headerNav-menu-2__item:last-of-type::after {
  content: none;
}

/* header nav bottom */
.headerNav-bottom {
  display: flex;
  align-items: center;
  padding: .8em 0;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .headerNav-bottom {
    padding: .4em 0;
    justify-content: center;
  }
}

@media screen and (max-width: 1150px) {
  .headerNav-bottom.sub {
    padding: .7em 0;
  }
}

@media screen and (max-width: 500px) {
  .headerNav-bottom.sub {
    padding: .86em 0;
  }
}

.headerNav-bottom-wrap {
  background: #00519A;
  width: 100%;
}

.header_logo {
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1150px) {
  .header_logo {
    height: auto;
    width: 140px;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 500px) {
  .header_logo.sub {
    width: 120px;
  }
}

.header_logo img {
  width: initial;
  height: 100%;
}

@media screen and (max-width: 1150px) {
  .header_logo img {
    width: 100%;
    height: initial;
  }
}

.headerNav-lang {
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .headerNav-lang {
    display: none;
  }
}

.lang-switch_a {
  color: #fff;
  transition: all .3s ease;
}

.lang-switch_a:link, .lang-switch_a:visited {
  color: #fff;
}

.lang-switch_a:hover {
  opacity: .6;
}

.headerNav-icons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
}

.headerNav-icons li {
  transition: all .3s ease;
}

.headerNav-icons li a:link,
.headerNav-icons li a:visited {
  color: #fff;
}

.headerNav-icons li:hover {
  opacity: .6;
}

.headerNav-icons-wrap {
  display: block;
  width: 20em;
  margin-left: auto;
}

@media screen and (max-width: 1150px) {
  .headerNav-icons-wrap {
    display: none;
  }
}

.headerNav-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.7;
}

.fas.fa-shopping-cart,
.fab.fa-youtube,
.far.fa-envelope,
.fas.fa-search {
  font-size: 2.5em;
}

/*--------
__MV
---------*/
/* hero for toppage */
.hero-top {
  padding-top: 150px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .hero-top {
    padding-top: 100px;
  }
}

/* adust swiper */
.swiper-wrapper.hero {
  /*	height: calc(100vh - 150px - 50px)!important;//hero-top, padding-top:150px
	@include media(1150px){
		height: calc(100vh - 100px - 30px)!important;//swiper-pagination-wrap.hero
	}*/
  height: 100% !important;
}

/* swiper-slideの高さ調整　*/
.swiper-slide.hero {
  flex-shrink: 0;
  height: 100%;
  background: #00519A;
}

.swiper-slide.hero img,
.swiper-slide.hero a img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: 100%;
}

.swiper-slide.hero a {
  width: 100%;
  display: block;
}

.swiper-slide.hero a:hover {
  cursor: pointer;
  opacity: 1;
}

.swiper-slide.hero.first {
  position: relative;
}

.swiper-slide.hero.first img {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}

.swiper-pagination-wrap.hero {
  position: relative;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 1150px) {
  .swiper-pagination-wrap.hero {
    height: 30px;
  }
}

.swiper-pagination.hero {
  width: 100%;
}

.swiper-pagination.hero > .swiper-pagination-bullet {
  margin: 0 .5em;
}

.swiper-pagination.hero > .swiper-pagination-bullet:focus {
  outline: none;
}

.hero-top-inner {
  width: 100%;
}

/*
.hero-top-inner_sp{
	display: none;
	width: 100%;
	height: 100%;
	background:{
		image: url(../images/top_mv_sp.jpg);
//		repeat: no-repeat;
		size: cover;
		position: right center;
	}
	@include media(500px){
		display: block;
	}
}
*/
.hero-top-content {
  /*	width: 100%;
	height: 100%;
	position: relative;
	&-wrap{
		position: absolute;
		z-index: 10;
		width: 100%;
		height: 100%;
	}
*/
}

.hero-top-content__title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 2em;
  line-height: 1.2;
  z-index: 10;
  text-shadow: 0px 0px 20px #666;
}

@media screen and (max-width: 500px) {
  .hero-top-content__title {
    text-align: center;
    transform: translate(-50%, 0);
    top: 40%;
  }
}

/* hero for subpages */
.hero-sub {
  padding-top: 150px;
  height: 600px;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .hero-sub {
    padding-top: 58px;
    height: 420px;
  }
}

@media screen and (max-width: 500px) {
  .hero-sub {
    height: 260px;
  }
}

.hero-sub-inner {
  width: 100%;
  height: calc(600px - 150px);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1150px) {
  .hero-sub-inner {
    height: calc(460px - 100px);
  }
}

@media screen and (max-width: 500px) {
  .hero-sub-inner {
    height: calc(300px - 100px);
  }
}

.hero-sub-inner.searchResults {
  background-image: url(../images/mv_searchResults.jpg);
  background-position: center center;
}

.hero-sub-inner.contact {
  background-image: url(../images/mv_contact.jpg);
  background-position: center center;
}

.hero-sub-inner.shoplist {
  background-image: url(../images/mv_shopList.jpg);
  background-position: center center;
}

.hero-sub-inner.service {
  background-image: url(../images/mv_service.jpg);
  background-position: center center;
}

.hero-sub-inner.recruit {
  background-image: url(../images/mv_recruit.jpg);
  background-position: right center;
}

.hero-sub-inner.privacyPolicy {
  background-image: url(../images/mv_privacypolicy.jpg);
  background-position: right center;
}

.hero-sub-inner.termsofService {
  background-image: url(../images/mv_termsofservice.jpg);
  background-position: right center;
}

.hero-sub-inner.news {
  background-image: url(../images/mv_news.jpg);
  background-position: center center;
}

.hero-sub-inner.brand {
  background-image: url(../images/mv_brand.jpg);
  background-position: center center;
}

.hero-sub-inner.srecruit {
  background-image: url(../images/mv_srecruit.jpg);
  background-position: center center;
}

.hero-sub-inner.arecruit {
  background-image: url(../images/mv_arecruit.jpg);
  background-position: center center;
}

.hero-sub-inner.compInfo {
  background-image: url(../images/mv_info.jpg);
  background-position: center center;
}

.hero-sub-inner.timeline {
  background-image: url(../images/mv_timeline.jpg);
  background-position: center center;
}

.hero-sub-inner.sitemap {
  background-image: url(../images/mv_sitemap.jpg);
  background-position: center center;
}

.hero-sub-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-sub-content__title {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .hero-sub-content__title {
    bottom: 30px;
  }
}

.hero-sub-content__title-text {
  display: inline-block;
  line-height: 1;
  color: #00519A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
  .hero-sub-content__title-text {
    color: #00519A;
  }
}

@media screen and (max-width: 320px) {
  .hero-sub-content__title-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .hero-sub-content__title-text span {
    font-size: 1.275rem;
  }
}

.hero-sub-content__title-text-wrap {
  display: block;
  text-align: center;
  padding: .3em 0;
  width: 100%;
  height: 5.2rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .hero-sub-content__title-text-wrap {
    height: 3.4rem;
  }
}

.hero-sub-content__title-text-L-bg {
  display: block;
  width: 80%;
  height: 100%;
  background: #00519A;
  position: relative;
  background: #f7f7f7;
  opacity: .8;
}

.hero-sub-content__title-text-L-bg::after {
  position: absolute;
  top: 0;
  right: -3rem;
  content: '';
  display: block;
  border-right: 3rem solid transparent;
  border-top: 4.6rem solid #f7f7f7;
}

@media screen and (max-width: 600px) {
  .hero-sub-content__title-text-L-bg::after {
    border-top: 2.8rem solid #f7f7f7;
  }
}

@media screen and (max-width: 500px) {
  .hero-sub-content__title-text-L-bg::after {
    border-top: 2.8rem solid #f7f7f7;
  }
}

/*-------------
__ham menu
--------------*/
.menu-trigger {
  display: none;
  padding: .5em 1em;
  cursor: pointer;
  position: fixed;
  top: 2rem;
  right: 3%;
  z-index: 1001;
  text-align: center;
  outline: none;
  font-size: 14px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
}

@media screen and (max-width: 1150px) {
  .menu-trigger {
    display: block;
    top: 0;
    right: 0px;
    background: none;
    border: none;
  }
}

@media screen and (max-width: 500px) {
  .menu-trigger {
    padding-right: .5em;
  }
}

.menu-trigger.sub {
  padding: 1.5em 1em .5em;
}

/*   bars   */
.ham_bar {
  display: block;
  height: 2px;
  background-color: #00519A;
  margin: 8px 0;
  margin: 8px auto;
  transition: all 0.2s;
  transform-origin: 0 0;
  width: 41px;
}

.ham_bar.sub {
  background-color: #fff;
}

.hBar1 {
  margin-top: 2px;
}

.ham_close {
  display: none;
  padding: 0 .3em;
  color: #fff;
}

.ham_menu {
  display: block;
  padding: 0 .3em;
  color: #00519A;
}

/*  button activated  */
.menu-trigger.active {
  border: none;
}

.menu-trigger.active .ham_bar {
  width: 43px;
}

.menu-trigger.active .hBar1 {
  transform: rotate(14deg);
  background: #fff;
}

.menu-trigger.active .hBar3 {
  transform: rotate(-13deg);
  background: #fff;
}

.menu-trigger.active .ham_menu {
  display: none;
}

.menu-trigger.active .ham_close {
  display: block;
  transform: translateX(-1px);
}

/*------------
__drawer menu
--------------*/
.spHeader-nav {
  width: 375px;
  max-height: 100vh;
  height: auto;
  padding: 3em 0 3em 0;
  background-color: rgba(0, 81, 154, 0.93);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translate(402px);
  transition: all .5s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}

@media screen and (max-width: 500px) {
  .spHeader-nav {
    width: 100%;
    transform: translate(100%);
  }
}

.spHeader-nav.open {
  transform: translateZ(0);
}

/* lang switch */
.spHeader-lang {
  color: #fff;
}

.lang-switch_a {
  color: #fff;
  transition: all .3s ease;
}

.lang-switch_a:link, .lang-switch_a:visited {
  color: #fff;
}

.lang-switch_a:hover {
  opacity: .6;
}

/* search window */
.spHeader-search {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #00519A;
  font-size: 1.125rem;
  position: relative;
}

.spHeader-search::after {
  font-family: "Font Awesome 5 Free";
  content: '\f002';
  font-weight: 900;
  color: #00519A;
  position: absolute;
  top: 50%;
  left: .6em;
  transform: translateY(-50%);
}

.spHeader-search form input {
  display: inline-block;
  background: #fff;
  border-radius: 3.125em;
  padding-left: 2em;
  width: 180px;
  height: 42px;
}

.spHeader-search form input::-webkit-input-placeholder {
  opacity: 1;
}

.spHeader-search form input::-moz-placeholder {
  opacity: 1;
}

.spHeader-search form input:-ms-input-placeholder {
  opacity: 1;
}

.spHeader-search form input::-ms-input-placeholder {
  opacity: 1;
}

.spHeader-search form input::placeholder {
  opacity: 1;
}

.spHeader-search form input:focus {
  outline: none;
}

.spHeader-search form button {
  font-size: 0.9375rem;
  border: 1.5px solid #fff;
  border-radius: 1em;
  background: #003c71;
  cursor: pointer;
  height: 37px;
  width: 55px;
}

.spHeader-search form button:focus {
  outline: none;
}

.spHeader-nav-menu {
  padding-top: 1em;
  font-size: 16px;
  font-weight: 600;
}

.spHeader-nav-menu__item {
  width: 100%;
  line-height: 1.2;
}

.spHeader-nav-menu__item a:link,
.spHeader-nav-menu__item a:visited {
  color: #fff;
}

.spHeader-subNav {
  font-size: 16px;
  line-height: 1.75;
}

.spHeader-subNav__title {
  font-size: 16px;
  text-decoration: underline;
}

.spHeader-subNav__link {
  font-size: 13px;
}

.spHeader-subNav__item {
  line-height: 1.2;
}

.navWord_padding {
  padding: 1.2em 0 1.2em 2em;
}

.hover_uLine_R.drawer_menu {
  position: relative;
  display: block;
}

.hover_uLine_R.drawer_menu::before {
  position: absolute;
  bottom: .6em;
  left: 2em;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #CD0A1C;
  transition: .3s;
}

.hover_uLine_R.drawer_menu:hover::before {
  width: 100%;
}

/* pc search window */
.pc_search_window {
  text-align: center;
  padding-top: 8em;
  /*	form button{
		cursor: pointer;
		&:focus{
			outline: none;
		}
	}
*/
}

.pc_search_window-wrap {
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  transition: all .8s ease;
}

.pc_search_window-wrap.show {
  opacity: 1;
  visibility: visible;
}

.pc_search_window-close {
  display: block;
  position: relative;
  width: 2.6em;
  height: 2.6em;
}

.pc_search_window-close::before {
  content: '';
  position: absolute;
  top: 50%;
  right: .8em;
  width: 100%;
  height: 100%;
  border-right: 3px solid #00519A;
  border-radius: 1px;
  transform: translateY(-50%) rotate(-50deg);
}

.pc_search_window-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: .8em;
  width: 100%;
  height: 100%;
  border-left: 3px solid #00519A;
  border-radius: 1px;
  transform: translateY(-50%) rotate(50deg);
}

.pc_search_window-close-wrap {
  display: block;
  margin-top: 4em;
  margin-right: 8em;
  margin-left: auto;
  width: 3.6em;
  height: 3.6em;
  cursor: pointer;
}

.pc_search_window-close-wrap:focus {
  outline: none;
}

.pc_search_window__title {
  display: inline-block;
}

.pc_search_window form input {
  font-size: 2.25rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.pc_search_window form input:focus {
  outline: none;
  background: none;
}

.pc_search_window__form-button {
  cursor: pointer;
}

.pc_search_window__form-button:focus {
  outline: none;
}

/*-----------------------------------------------
__End
-----------------------------------------------*/
/*
_:-ms-lang(x)::-ms-backdrop, 
.width_limited-header {
	max-width: 100vw;
	margin: 0;
}


_:-ms-lang(x)::-ms-backdrop, 
.siteHeader-inner{
	min-height: 0%;//
	height: 40px;//
	margin-top: .8em;//
}
*/
/*
_:-ms-lang(x)::-ms-backdrop, 
.siteHeader-one__item--logo{
	//margin-top: -10px;//delete
}
*/
/*
_:-ms-lang(x)::-ms-backdrop, 
.siteHeader-lower{
	width: 100%;//
	//width: 100vw;//
	display: flex;//
	margin-top: 70px;//
	min-width: 100%;//
	position: relative;//
	@include media(767px){
		margin-top: 58px;//
	}	
}
*/
/*
_:-ms-lang(x)::-ms-backdrop, 
.siteHeader-two {
	position: fixed;
	right: 0px;
	//top: 15px;
	top: 23px;//
	@include media(767px){
		margin-top: -8px;
	}
}
*/
/*-----------------------------------------------
__main
-----------------------------------------------*/
#SERVICE01,
#SERVICE02,
#SERVICE03,
#RECRUIT_SHINSOTSU,
#RECRUIT_CHUTO,
#RECRUIT_ARUBAITO {
  padding-top: 2em;
}

#area_kanto,
#area_kansai,
#area_shikoku_kyushu {
  padding-top: 2em;
}

@media screen and (max-width: 500px) {
  #area_kanto,
  #area_kansai,
  #area_shikoku_kyushu {
    padding-top: 1em;
  }
}

.main-wrap.news_single {
  margin-top: 120px;
}

@media screen and (max-width: 1150px) {
  .main-wrap.news_single {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap.news_single {
    margin-top: 38px;
  }
}

@media screen and (max-width: 500px) {
  .main-wrap.news_single {
    margin-top: 46px;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs_ul li {
  display: inline;
}

.breadcrumbs_ul li a:hover {
  opacity: .5;
}

.breadcrumbs_ul li a::after {
  content: '>';
  margin-right: .5em;
  margin-left: .5em;
}

.breadcrumbs_ul li a span {
  display: inline-block;
}

/*-------------------------------------------------------
__block, H2/H3/H4, subtitle, textarea
---------------------------------------------------------*/
.mod {
  padding-top: 2.5em;
  padding-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .mod {
    padding-top: 1em;
    padding-bottom: 2em;
  }
}

.mod:last-of-type {
  padding-bottom: 10em;
}

@media screen and (max-width: 500px) {
  .mod:last-of-type {
    padding-bottom: 5em;
  }
}

@media screen and (max-width: 500px) {
  .mod.top_news {
    padding-bottom: 1em;
  }
}

.mod-inner-bg100.recruit {
  background-image: url(../images/recruit_staff.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mod-title-two {
  display: inline-block;
  line-height: 1.1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mod-title-two-wrap {
  display: block;
  text-align: center;
  padding: .3em 0;
  width: 100%;
  height: 5.2rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .mod-title-two-wrap {
    height: 3.8rem;
  }
}

.mod-title-two-L-bg {
  display: block;
  width: 70%;
  height: 100%;
  background: #00519A;
  position: relative;
}

.mod-title-two-L-bg::after {
  position: absolute;
  top: 0;
  right: -3rem;
  content: '';
  display: block;
  border-right: 3rem solid transparent;
  border-top: 4.6rem solid #00519A;
}

@media screen and (max-width: 600px) {
  .mod-title-two-L-bg::after {
    border-top: 3.2rem solid #00519A;
  }
}

.mod-title-two-R-bg {
  display: block;
  width: 70%;
  margin-left: auto;
  height: 100%;
  background: #00519A;
  position: relative;
}

.mod-title-two-R-bg::after {
  position: absolute;
  top: 0;
  left: -3rem;
  content: '';
  display: block;
  border-left: 3rem solid transparent;
  border-top: 4.6rem solid #00519A;
}

@media screen and (max-width: 600px) {
  .mod-title-two-R-bg::after {
    border-top: 3.2rem solid #00519A;
  }
}

.mod-title-three {
  font-weight: 400;
  line-height: 1.2;
  color: #00519A;
}

@media screen and (max-width: 500px) {
  .mod-title-three {
    line-height: 1.4;
  }
}

.mod-title-three-colored {
  font-weight: 400;
  line-height: 1.2;
  color: #00519A;
}

@media screen and (max-width: 500px) {
  .mod-title-three-colored {
    line-height: 1.4;
  }
}

.mod-title-four {
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .mod-title-four {
    line-height: 1.4;
  }
}

.mod-subTitle {
  padding-top: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .mod-subTitle {
    font-size: 14px;
    line-height: 1.7;
  }
}

.mod-text {
  padding-top: 3.8em;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .mod-text {
    padding-top: 1em;
  }
}

.mod-text-center {
  display: block;
  width: 60%;
  margin: 0 auto;
  min-width: 700px;
}

@media screen and (max-width: 768px) {
  .mod-text-center {
    min-width: initial;
    width: 100%;
  }
}

/*---------------------
__front-page.php
----------------------*/
.scroll_x {
  padding: 2em 5%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .scroll_x.topNews {
    padding-bottom: 1em;
  }
}

.scroll_x.topShop {
  background: #dfedff;
}

.scroll_x-wrap {
  overflow: hidden;
}

.scroll_x-wrap.topNews {
  padding-top: 3.8em;
}

@media screen and (max-width: 500px) {
  .scroll_x-wrap.topNews {
    padding-top: 0;
  }
}

.scroll_x-wrap.topShop {
  padding-top: 3.8em;
}

@media screen and (max-width: 500px) {
  .scroll_x-wrap.topShop {
    padding-top: 1.6em;
  }
}

.scroll_x__item {
  display: inline-block;
  white-space: normal;
  margin: 0 1em;
  height: auto;
  vertical-align: top;
}

.scroll_x__item.topNews {
  background: #fff;
  width: 230px;
}

@media screen and (max-width: 500px) {
  .scroll_x__item.topNews {
    width: 190px;
  }
}

.scroll_x__item.topShop {
  width: 230px;
}

@media screen and (max-width: 500px) {
  .scroll_x__item.topShop {
    width: 190px;
  }
}

@media screen and (max-width: 500px) {
  .scroll_x__item-title.topShop {
    font-size: 16px;
  }
}

.scroll_x__item-title.topNews {
  display: block;
  height: 6em;
  padding-bottom: 1em;
}

.scroll_x__item-figure.topNews {
  height: 115px;
}

@media screen and (max-width: 500px) {
  .scroll_x__item-figure.topNews {
    height: 90px;
  }
}

.scroll_x__item-figure.topNews img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.scroll_x__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

.scroll_x__item a.topNews {
  padding: 1em 1em 0;
}

.scroll_x__item a.topNews:link, .scroll_x__item a.topNews:visited {
  color: #00519A;
}

.scroll_x__item a.topNews:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .scroll_x__item a.topNews:hover {
    opacity: 1;
  }
}

.scroll_x__item a.topShop:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .scroll_x__item a.topShop:hover {
    opacity: 1;
  }
}

/*
.scroll_x::-webkit-scrollbar {
	height: 10px;
}
.result_scroll_x::-webkit-scrollbar-track {
	margin: 0 2px;
	background: #ccc;
	border-radius: 5px;
}
.result_scroll_x::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
*/
.text_blue_bg {
  line-height: 1;
  color: #fff;
  padding: .3em 1em .3em 1em;
  margin-left: -1em;
  display: inline-block;
  width: auto;
  height: 100%;
  background: #00519A;
  position: relative;
}

.text_blue_bg::after {
  position: absolute;
  top: 0;
  right: -1.5rem;
  content: '';
  display: block;
  border-right: 1.5rem solid transparent;
  border-top: 1.5rem solid #00519A;
}

@media screen and (max-width: 767px) {
  .text_blue_bg::after {
    border-top: 1.42rem solid #00519A;
  }
}

@media screen and (max-width: 360px) {
  .text_blue_bg::after {
    border-top: 1.405rem solid #00519A;
  }
}

@media screen and (max-width: 320px) {
  .text_blue_bg::after {
    border-top: 1.4rem solid #00519A;
  }
}

.top-message {
  width: 100%;
}

.top-message-wrap {
  background-image: url(../images/top_message.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .top-message-wrap {
    display: none;
  }
}

.top-message-screen {
  background: rgba(255, 255, 255, 0.5);
}

.top-message-inner {
  text-align: center;
  color: #00519A;
  padding-top: 12em;
  padding-right: 15%;
  padding-bottom: 10em;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .top-message-inner {
    padding-top: 10em;
    padding-right: 10%;
    padding-bottom: 8em;
    padding-left: 10%;
  }
}

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

.tiles_03-wrap {
  padding: 5em 5% 0;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1150px) {
  .tiles_03-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .tiles_03-wrap {
    padding: 5em 0 0;
  }
}

@media screen and (max-width: 500px) {
  .tiles_03-wrap {
    padding: 2em 0 0;
  }
}

.tiles_03__item {
  width: calc(100% / 3 - 4em);
  height: 100%;
  margin: 2em 2em;
}

@media screen and (max-width: 768px) {
  .tiles_03__item {
    width: calc(100% / 3 - 2em);
    margin: 1.6em 1em;
  }
}

@media screen and (max-width: 500px) {
  .tiles_03__item {
    margin: 1.2em .5em;
    width: calc(100% / 3 - 1em);
  }
}

@media screen and (max-width: 768px) {
  .tiles_03__item.brand_sp_none {
    display: none;
  }
}

.tiles_03__item figure {
  height: 18em;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1150px) {
  .tiles_03__item figure {
    height: 16em;
  }
}

@media screen and (max-width: 768px) {
  .tiles_03__item figure {
    height: 14em;
  }
}

@media screen and (max-width: 500px) {
  .tiles_03__item figure {
    height: 7em;
  }
}

.tiles_03__item figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  font-family: 'object-fit: contain;';
}

.tiles_03__item figure i.far.fa-image.toppage {
  color: #bbb;
  font-size: 3em;
  line-height: 3em;
}

@media screen and (max-width: 500px) {
  .tiles_03__item figure i.far.fa-image.toppage {
    font-size: 2em;
  }
}

.tiles_03__item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

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

@media screen and (max-width: 500px) {
  .tiles_03__item a:hover {
    opacity: 1;
  }
}

/*---------------------
__news archive page
-----------------------*/
/* keyword select */
.tax_select-title-wrap {
  color: #00519A;
  cursor: pointer;
  display: block;
  width: 16em;
  border: 2px solid #00519A;
  border-radius: 30px;
  background: #fff;
  padding-left: 2.5em;
}

@media screen and (max-width: 500px) {
  .tax_select-title-wrap {
    width: 13em;
  }
}

.toggle_icon-tax {
  position: absolute;
  top: 50%;
  left: -1em;
  transform: translateY(-60%) rotate(0deg);
  display: inline-block;
}

.toggle_icon-tax-wrap {
  position: relative;
}

.toggle_icon-tax.open {
  transform: translateY(-30%) rotate(180deg);
}

.tax_select-wrap.open {
  overflow: visible;
}

.tax_select-detail-wrap {
  width: 16em;
  background: #fff;
  padding: .5em .5em .5em 3em;
  margin-top: 16px;
  box-shadow: 0px 0px 1px 1px #ccc;
  position: relative;
}

.tax_select-detail-wrap-outline {
  position: absolute;
  z-index: 100 !important;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  transition: all .3s ease;
}

.tax_select-detail-wrap-outline-relative {
  position: relative;
}

.tax_select-detail-wrap-outline.open {
  visibility: visible;
  opacity: 1;
  overflow: visible;
  height: auto;
}

.tax_select-detail-wrap::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotate(-135deg);
  top: -5px;
  left: 10px;
  box-shadow: 1px 1px 1px #ccc;
}

/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
  position: relative;
  font-size: 27px;
}

@media screen and (max-width: 768px) {
  .pagination {
    font-size: 18px;
  }
}

.pagination span, .pagination a {
  display: block;
  width: auto;
  margin: 0;
  border: 1px solid #00519A;
  transform: skewX(-20deg);
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  transition: all .3s ease;
}

.pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
  border: none;
}

.pagination .pager {
  width: 2em;
}

.pagination a:hover,
.pagination .current {
  color: #fff !important;
  border-color: #00519A;
  background-color: #00519A;
  transform: skewX(-20deg);
}

.pagination a.prev {
  margin-right: 2em;
}

.pagination a.prev:hover {
  background-color: #F7F7F7 !important;
  color: #00519A !important;
  opacity: .5;
}

.pagination a.next {
  margin-left: 2em;
}

.pagination a.next:hover {
  background-color: #F7F7F7 !important;
  color: #00519A !important;
  opacity: .5;
}

.pagination span.page_num {
  display: none;
}

/* end pagination */
.sidebar-page {
  display: flex;
}

@media screen and (max-width: 768px) {
  .sidebar-page {
    display: block;
  }
}

.sidebar-page__item {
  margin-right: 1em;
  width: calc(100% - 375px - 1em);
}

@media screen and (max-width: 1150px) {
  .sidebar-page__item {
    width: calc(100% - 300px - 1em);
  }
}

@media screen and (max-width: 768px) {
  .sidebar-page__item {
    width: 100%;
    margin-right: 0;
  }
}

.sidebar-page__item:last-of-type {
  width: 375px;
  margin-right: 0;
}

@media screen and (max-width: 1150px) {
  .sidebar-page__item:last-of-type {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-page__item:last-of-type {
    margin: 3em auto 5em;
    width: 375px;
  }
}

@media screen and (max-width: 500px) {
  .sidebar-page__item:last-of-type {
    width: 100%;
  }
}

.pageNews-archive {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.pageNews-archive__item {
  padding: 1.5em;
  margin: 1em;
  background: #fff;
  width: calc(100% / 2 - 1em - 1em);
}

@media screen and (max-width: 500px) {
  .pageNews-archive__item {
    margin: .5em;
    padding: 1em;
    width: calc(100% / 2 - 1em);
  }
}

.pageNews-archive__item--figure {
  height: 260px;
}

@media screen and (max-width: 1300px) {
  .pageNews-archive__item--figure {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .pageNews-archive__item--figure {
    height: 100px;
  }
}

.pageNews-archive__item--figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.pageNews-archive-flex__item {
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .pageNews-archive-flex__item {
    display: block;
  }
}

.pageNews-archive-flex ul.pageNews-archive-flex__item {
  padding-right: .5em;
}

@media screen and (max-width: 500px) {
  .pageNews-archive-flex ul.pageNews-archive-flex__item {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .pdTop2em.news_arch {
    padding-top: 0;
  }
}

.pageNews-taxes__item {
  display: inline-block;
  padding-right: .5em;
  color: #00519A;
}

.pageNews-taxes__item:last-of-type {
  padding-right: 0;
}

.pageNews-taxes__item a:link,
.pageNews-taxes__item a:visited {
  color: #00519A;
}

.pageNews-archive-names__item {
  display: inline-block;
}

.pageNews-archive-names__item:first-of-type {
  padding-right: 1em;
}

@media screen and (max-width: 500px) {
  .pageNews-archive-names__item {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .link_arrow_top.pageNews {
    display: none;
  }
}

.link_arrow_top.pageNews::after {
  left: initial;
  right: 0;
  transform: initial;
  width: 90%;
}

.popular_ranking {
  counter-reset: item;
}

.popular_ranking-wrap {
  padding: 1.5em;
  background: #fff;
}

.popular_ranking-figure {
  height: 100px;
}

@media screen and (max-width: 1150px) {
  .popular_ranking-figure {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .popular_ranking-figure {
    height: 100px;
  }
}

.popular_ranking-figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.popular_articles {
  display: flex;
  margin: 1em 0;
  position: relative;
}

.popular_articles::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0 .5em;
  counter-increment: item;
  content: counter(item);
  color: #fff;
  background: #00519A;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.popular_articles__item {
  width: calc(100% / 2);
}

.popular_articles__item.title {
  padding-left: 1em;
}

/*---------------------
__single-news page
-----------------------*/
.pagenav {
  display: block;
}

.pagenav-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pagenav-wrap.pc {
    display: none;
  }
}

.pagenav-wrap.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pagenav-wrap.sp {
    display: block;
  }
}

.pagenav span {
  display: inline-block;
  margin: 0 2em;
}

@media screen and (max-width: 500px) {
  .pagenav span {
    margin: 0 .5em;
  }
}

.pagenav > .prev,
.pagenav > .next {
  display: inline-block;
  width: 4em;
}

.pageNews-single {
  padding: 4em 5em;
  margin: 1em;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 1150px) {
  .pageNews-single {
    padding: 4em 3em;
  }
}

@media screen and (max-width: 768px) {
  .pageNews-single {
    padding: 2em 1.5em;
  }
}

@media screen and (max-width: 500px) {
  .pageNews-single {
    margin: .5em;
    padding: 1em;
  }
}

.pageNews-single-url {
  padding-left: 1em;
  text-decoration: underline;
}

.pageNews-single-url a {
  transition: all .3s ease;
}

.pageNews-single-url a:link, .pageNews-single-url a:visited {
  color: #00519A;
}

.pageNews-single-url a:hover {
  opacity: .6;
}

.article-images-flex {
  display: flex;
  justify-content: center;
}

.article-images-flex__item {
  margin: 0 1em;
  width: calc(100% / 2 - 1em - 1em);
}

@media screen and (max-width: 500px) {
  .article-images-flex__item {
    margin: 0 .3em;
    width: calc(100% / 2 - .3em - .3em);
  }
}

.article-images-flex__item--figure {
  height: 360px;
}

@media screen and (max-width: 1400px) {
  .article-images-flex__item--figure {
    height: 300px;
  }
}

@media screen and (max-width: 1300px) {
  .article-images-flex__item--figure {
    height: 240px;
  }
}

@media screen and (max-width: 1023px) {
  .article-images-flex__item--figure {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .article-images-flex__item--figure {
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .article-images-flex__item--figure {
    height: 140px;
  }
}

.article-images-flex__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  font-family: 'object-fit: cover;';
}

.article-images-flex__item--caption {
  padding-top: .5em;
  color: #707070;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .article-images-flex__item--caption {
    font-size: 0.8125rem;
  }
}

/*---------------------
__shop list page
-----------------------*/
.mainArea-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.mainArea-nav__item {
  width: calc(100% / 4);
  border-right: 1px solid #00519A;
  line-height: 1.3;
}

@media screen and (max-width: 500px) {
  .mainArea-nav__item {
    font-size: 16px;
  }
}

.mainArea-nav__item:last-of-type {
  border-right: none;
}

@media screen and (max-width: 500px) {
  .mainArea-nav__item.sp_font {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
  .mainArea-nav__item.sp_font {
    font-size: 13px;
  }
}

.mainArea-nav__item a {
  transition: all .3s ease;
  display: inline-block;
  position: relative;
  margin-right: 1em;
}

.mainArea-nav__item a::after {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f0dd';
  font-weight: 900;
  margin-left: .5em;
  color: #CD0A1C;
}

.mainArea-nav__item a:hover {
  opacity: .5;
  color: #333333;
}

@media screen and (max-width: 500px) {
  .mainArea-nav__item a:hover {
    opacity: 1;
  }
}

.mainArea-nav__item a:hover:after {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .mainArea-nav__item a:hover:after {
    opacity: 1;
  }
}

.mainArea-nav__item a.underline-red.compInfo::before {
  height: .18em;
  bottom: -.18em;
}

.mainArea-nav__item a.arrow_right::after {
  content: '\f0da';
  top: 50%;
}

.mainArea-nav__item a.arrow_left {
  margin-right: 0;
  margin-left: 1em;
}

.mainArea-nav__item a.arrow_left::after {
  content: '\f0d9';
  top: 50%;
  left: -1em;
  margin-left: 0;
}

.mainArea-nav-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .mainArea-nav-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.shopList-count:nth-of-type(odd) > .mod-title-two-wrap > .mod-title-two-bg {
  display: block;
  width: 70%;
  margin-left: auto;
  height: 100%;
  background: #00519A;
  position: relative;
}

.shopList-count:nth-of-type(odd) > .mod-title-two-wrap > .mod-title-two-bg::after {
  position: absolute;
  top: 0;
  left: -3rem;
  content: '';
  display: block;
  border-left: 3rem solid transparent;
  border-top: 4.6rem solid #00519A;
}

@media screen and (max-width: 600px) {
  .shopList-count:nth-of-type(odd) > .mod-title-two-wrap > .mod-title-two-bg::after {
    border-top: 3.2rem solid #00519A;
  }
}

.shopList-count:nth-of-type(even) > .mod-title-two-wrap > .mod-title-two-bg {
  display: block;
  width: 70%;
  height: 100%;
  background: #00519A;
  position: relative;
}

.shopList-count:nth-of-type(even) > .mod-title-two-wrap > .mod-title-two-bg::after {
  position: absolute;
  top: 0;
  right: -3rem;
  content: '';
  display: block;
  border-right: 3rem solid transparent;
  border-top: 4.6rem solid #00519A;
}

@media screen and (max-width: 600px) {
  .shopList-count:nth-of-type(even) > .mod-title-two-wrap > .mod-title-two-bg::after {
    border-top: 3.2rem solid #00519A;
  }
}

.shopList__title {
  font-size: 1.125rem;
}

.shopList__title-wrap {
  padding: .5em 0 .5em 8em;
  margin: 1em auto;
  width: calc(100% - 10%);
  background: #fff;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .shopList__title-wrap {
    padding-left: 3em;
  }
}

@media screen and (max-width: 500px) {
  .shopList__title-wrap {
    width: 100%;
    padding-top: .1em;
    padding-bottom: .1em;
    margin: .5em 0;
    border-right: none;
    border-left: none;
  }
}

.shopList__title-wrap.marg0 {
  margin: 1em auto 0;
}

@media screen and (max-width: 500px) {
  .shopList__title-wrap.marg0 {
    margin: .5em 0 0;
  }
}

.shopList__content {
  padding-right: 10%;
  padding-left: 10%;
}

@media screen and (max-width: 768px) {
  .shopList__content {
    padding-right: 8%;
    padding-left: 8%;
  }
}

.toggle_icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 8em;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .toggle_icon {
    margin-right: 3em;
    width: 20px;
    height: 20px;
  }
}

.toggle_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background: #777;
  transition: all .3s ease;
}

.toggle_icon span:first-of-type {
  transform: translate(-50%, -50%) rotate(0deg);
}

.toggle_icon span:last-of-type {
  transform: translate(-50%, -50%) rotate(90deg);
}

.toggle_icon.open span:first-of-type {
  display: none;
}

.toggle_icon.open span:last-of-type {
  transform: translate(-50%, -50%) rotate(180deg);
  background: #CD0A1C;
}

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

.shop-boxes::after {
  content: '';
  display: block;
  width: calc(100% / 3);
  height: 0;
}

.shop-boxes__item {
  width: calc(100% / 3);
  min-width: 200px;
}

@media screen and (max-width: 1150px) {
  .shop-boxes__item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 500px) {
  .shop-boxes__item {
    width: 100%;
  }
}

.shop-boxes__item-inner {
  margin: .5em;
  padding: 1.5em;
  background: #dfedff;
}

.shop-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-name {
  font-size: 18px;
}

.shop-icons {
  display: flex;
  justify-content: center;
}

.shop-icons__item {
  padding-right: .8em;
  padding-left: .8em;
}

.shop-data-table {
  display: flex;
  justify-content: flex-end;
}

.shop-data-table__item:first-of-type {
  width: 5em;
  padding-right: .8em;
  text-align: left;
}

.shop-data-table__item:last-of-type {
  width: 60%;
}

/*---------------------
__service page
-----------------------*/
@media screen and (max-width: 380px) {
  .hero-sub-content__title-text.service span {
    font-size: 1.175rem;
  }
}

@media screen and (max-width: 320px) {
  .hero-sub-content__title-text.service span {
    font-size: 1.1rem;
  }
}

.service-flow {
  display: flex;
  justify-content: center;
}

.service-flow__item {
  padding-right: 5em;
}

@media screen and (max-width: 500px) {
  .service-flow__item {
    padding-right: 1em;
  }
}

.service-flow__item:last-of-type {
  padding-right: 0;
}

.service-flow__item a {
  transition: all .3s ease;
  display: block;
}

.service-flow__item a:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .service-flow__item a:hover {
    opacity: 1;
  }
}

/* PC */
.service-content-pc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .service-content-pc-wrap {
    display: none;
  }
}

.service-content-pc:after {
  content: '';
  display: block;
  width: calc(100% / 2 - 1em);
  height: 0;
  margin-right: 1em;
}

.service-content-pc__item {
  width: calc(100% / 2 - 1em);
  background: #dfedff;
  padding: 1.5em 1em;
  margin: 0 .5em 1em;
}

@media screen and (max-width: 500px) {
  .service-content-pc__item {
    width: 100%;
    margin: 1em;
  }
}

.service-detail-pc-wrap {
  display: flex;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .service-detail-pc-wrap {
    flex-direction: column;
  }
}

.service-detail-pc__item {
  width: calc(100% / 2 - .8em);
  margin-right: 1.6em;
}

.service-detail-pc__item:last-of-type {
  margin-right: 0;
  padding-top: 2.2em;
}

@media screen and (max-width: 1023px) {
  .service-detail-pc__item {
    width: 100%;
  }
  .service-detail-pc__item:last-of-type {
    padding-top: 1em;
  }
}

.service-detail-pc__item figure {
  padding-top: 1em;
}

.box-blue {
  background: #498AF5;
  text-align: center;
  color: #fff;
  padding: 0 .5em;
  display: block;
  width: 3em;
  position: absolute;
  top: 0;
  right: 0;
}

.box-orange {
  background: #F59F49;
  text-align: center;
  color: #fff;
  padding: 0 .5em;
  display: block;
  width: 3em;
  position: absolute;
  top: 0;
  right: 0;
}

.link_arrow.service {
  margin: 0 auto;
  padding-top: 2em;
}

/* End PC */
/* SP */
.service-content-sp {
  width: auto;
  max-width: 100%;
}

.service-content-sp-wrap {
  display: none;
}

@media screen and (max-width: 500px) {
  .service-content-sp-wrap {
    display: block;
  }
}

.service-content-sp__item {
  width: calc(100% - 2em - 3em) !important;
  background: #dfedff;
  padding: 1.5em 1em;
  margin: 1.5em;
  height: 100%;
}

.service-detail-sp-wrap {
  position: relative;
}

.service-detail-sp__item {
  width: 100%;
}

.service-detail-sp__item:last-of-type {
  padding-top: 1em;
}

.service-detail-sp__item figure {
  padding-top: 1em;
}

/*.objectFit_pos_right{
	height: 100%;
	img{
		@include media(500px){
			height: 100%;
			object-fit: cover;
//			object-fit: none;
			font-family: 'object-fit: cover';
			object-position: 100% 50%;
		}
	}
}
*/
/* End SP */
/* swiper customize */
div.slider_service .swiper-button-prev:after,
div.slider_service .swiper-container-rtl .swiper-button-next:after {
  content: "" !important;
  background-image: url(../images/icon_slide_prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

div.slider_service .swiper-button-next:after,
div.slider_service .swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url(../images/icon_slide_next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.swiper-pagination.service {
  bottom: 0 !important;
}

.swiper-pagination.service > .swiper-pagination-bullet {
  margin: 0 0.5em !important;
}

/*----------------
__brand list page
------------------*/
@media screen and (max-width: 500px) {
  .toggle_trigger-brand {
    cursor: pointer;
  }
}

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

@media screen and (max-width: 500px) {
  .brandList {
    display: block;
  }
}

.brandList:after {
  content: '';
  display: block;
  width: calc(100% / 3 - 1em - 1em);
  height: 0;
  margin: 1em 1em;
}

@media screen and (max-width: 768px) {
  .brandList:after {
    width: calc(100% / 2 - 1em - 1em);
  }
}

.brandList__item {
  margin: 1em 1em;
  background: #fff;
  width: calc(100% / 3 - 1em - 1em);
}

@media screen and (max-width: 768px) {
  .brandList__item {
    width: calc(100% / 2 - 1em - 1em);
  }
}

@media screen and (max-width: 500px) {
  .brandList__item {
    width: 100%;
    margin: 1em 0;
  }
}

.brand-info-figure-wrap {
  padding: 3em 1em 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  /*		&::after{
			display: none;
			@include media(500px){
				display: block;
				font-family: "Font Awesome 5 Free";
				content: '\f0dd';
				font-weight: 900;
				color: #aaa;
				position: absolute;
				right: 10px;
				bottom: 5px;
			}
		}
		&.open::after{
			transform: rotate(180deg);
		}
*/
}

@media screen and (max-width: 500px) {
  .brand-info-figure-wrap {
    padding: 1em 1em;
    position: relative;
  }
}

.brand-info-figure-wrap figure {
  height: 8em;
}

.brand-info-figure-wrap figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  font-family: 'object-fit: contain;';
}

.brand-info-figure-wrap figure i.far.fa-image {
  font-size: 3em;
  line-height: 3em;
  color: #eee;
}

@media screen and (max-width: 500px) {
  .brand-info-figure-wrap figure i.far.fa-image {
    line-height: 2em;
  }
}

@media screen and (max-width: 500px) {
  .brand-info-figure-wrap figure {
    height: 6em;
  }
}

.brand-info-textarea-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1em 3em;
}

@media screen and (max-width: 500px) {
  .brand-info-title {
    padding-top: 1em;
  }
}

/*--------------------
__corporate info page
---------------------*/
@media screen and (max-width: 500px) {
  .image100-text-title {
    font-size: 20px;
  }
}

.compInfo-message {
  width: 100%;
}

.compInfo-message-wrap {
  background-image: url(../images/top_message.jpg);
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: cover;
}

.compInfo-message-screen {
  background: rgba(255, 255, 255, 0.5);
}

.compInfo-message-inner {
  color: #00519A;
  padding-top: 6em;
  padding-right: 15%;
  padding-bottom: 5em;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .compInfo-message-inner {
    padding-top: 4em;
    padding-right: 10%;
    padding-bottom: 3em;
    padding-left: 10%;
  }
}

@media screen and (max-width: 500px) {
  .compInfo-message-inner {
    padding-top: 4em;
    padding-right: 3%;
    padding-bottom: 3em;
    padding-left: 3%;
  }
}

.compInfo-message-figure {
  width: 20em;
  margin: 0 auto;
}

@media screen and (max-width: 500px) {
  .compInfo-message-figure {
    width: 14em;
  }
}

.compInfo-list__content {
  width: 86%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  /*		@include media(500px){
			width: 100%;
			margin-top: 2em;
		}
*/
}

@media screen and (max-width: 767px) {
  .compInfo-list__content {
    width: 100%;
  }
}

.compInfo-list__content--title {
  display: flex;
  flex-direction: column;
  width: 20%;
  padding: 1.5rem 0 1.5rem 0;
  line-height: 1.4;
  border-bottom: 1.4px solid #707070;
  /*			&:last-of-type{
				border-bottom: 1px solid #707070;
				@include media(767px){
					border-bottom: none;
				}
			}
*/
  /*			&:first-of-type{
				@include media(767px){
					border-top: 1.4px solid #707070;
				}
			}
*/
}

@media screen and (max-width: 500px) {
  .compInfo-list__content--title {
    padding: 1rem 0;
  }
}

.compInfo-list__content--description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 80%;
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  line-height: 1.5;
  border-bottom: 1.4px solid #ADADAD;
  /*			&:last-of-type{
				border-bottom: 1px solid #ADADAD;
			}
*/
}

@media screen and (max-width: 500px) {
  .compInfo-list__content--description {
    padding: 1rem 0 1rem .5rem;
  }
}

.gMap_adjust {
  width: 100%;
  height: 367px;
}

@media screen and (max-width: 500px) {
  .gMap_adjust {
    height: 260px;
  }
}

/*--------------------
__company timeline page
---------------------*/
.compTimeline-list__content {
  width: 86%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .compTimeline-list__content {
    width: 100%;
  }
}

.compTimeline-list__content--title {
  display: flex;
  flex-direction: column;
  width: 16%;
  padding: 1.5rem 0 1.5rem .5rem;
  line-height: 1.4;
  border-bottom: 1.4px solid #707070;
}

@media screen and (max-width: 500px) {
  .compTimeline-list__content--title {
    padding: 1rem 0 1rem 0;
    width: 20%;
  }
}

.compTimeline-list__content--description {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 84%;
  padding: 1.5rem 1.5rem 1.5rem .3rem;
  line-height: 1.5;
  border-bottom: 1.4px solid #ADADAD;
}

@media screen and (max-width: 500px) {
  .compTimeline-list__content--description {
    padding: 1rem 0 1rem 0;
    width: 80%;
  }
}

/*----------------
__recruit page
------------------*/
.recruite-staff-message {
  padding-top: 18em;
  padding-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .recruite-staff-message {
    padding-top: 14em;
    padding-bottom: 0;
  }
}

.recruite-staff-message__content {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .recruite-staff-message__content {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 768px) {
  .recruite-staff-message__content {
    display: none;
  }
}

.recruite-staff-message__content.recruit_sp {
  display: none;
  padding-top: 2em;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .recruite-staff-message__content.recruit_sp {
    display: block;
  }
}

.recruite-staff-message__title {
  font-size: 24px;
}

@media screen and (max-width: 500px) {
  .mainArea-nav.recruit {
    font-size: 15px;
  }
}

.mainArea-nav__item.recruit,
.mainArea-nav__item.info {
  width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
  .screen_black_02.recruit {
    background-color: transparent;
  }
}

/*---------------------
__search.php
----------------------*/
/* search window */
.pageSearch-search {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.125rem;
  position: relative;
  /*	&::after{
		font-family: "Font Awesome 5 Free";
		content: '\f002';
		font-weight: 900;
		color: $c_ysBlue;
		position: absolute;
		top: 50%;
		left: .6em;
		transform: translateY(-50%);
	}*/
}

.pageSearch-search form input {
  display: inline-block;
  background: #dfedff;
  padding-left: 1em;
  width: 100%;
}

.pageSearch-search form input::-webkit-input-placeholder {
  opacity: 1;
}

.pageSearch-search form input::-moz-placeholder {
  opacity: 1;
}

.pageSearch-search form input:-ms-input-placeholder {
  opacity: 1;
}

.pageSearch-search form input::-ms-input-placeholder {
  opacity: 1;
}

.pageSearch-search form input::placeholder {
  opacity: 1;
}

.pageSearch-search form input:focus {
  outline: none;
}

.pageSearch-search form button {
  color: #fff;
  padding: 0 .3em;
  background: #00519A;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.pageSearch-search form button:focus {
  outline: none;
}

.fas.fa-search.searchResults {
  font-size: 1em;
}

.pageSearch-results {
  display: flex;
}

.pageSearch-results-wrap {
  display: block;
  padding: 3em 1em;
  margin: 2em 0;
  background: #dfedff;
}

@media screen and (max-width: 500px) {
  .pageSearch-results-wrap {
    padding: 1em 2em;
  }
}

.pageSearch-results-wrap:first-of-type {
  margin-top: 1em;
}

@media screen and (max-width: 500px) {
  .pageSearch-results {
    flex-direction: column;
  }
}

.pageSearch-results__item {
  margin: 0 1em;
  width: calc(66% - 1em - 1em);
}

@media screen and (max-width: 500px) {
  .pageSearch-results__item {
    margin: 1em 0;
    width: 100%;
  }
}

.pageSearch-results__item.figure {
  width: calc(34% - 1em - 1em);
}

@media screen and (max-width: 500px) {
  .pageSearch-results__item.figure {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .pageSearch-link-wrap {
    width: 100%;
    display: inline-block;
    text-align: end;
  }
}

@media screen and (max-width: 500px) {
  .pageSearch-link {
    display: block;
  }
}

.pageSearch-taxes__item {
  display: inline-block;
  padding-right: 1em;
}

.pageSearch-taxes__item:last-of-type {
  padding-right: 0;
}

/* サーチワードをハイライト */
/*----------------
__contact list page
------------------*/
.boxes-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxes-2::after {
  content: '';
  width: calc(100% / 2 - 2em);
  margin: 1em 0 1em 1em;
}

.boxes-2__item {
  width: calc(100% / 2 - 2em);
  margin: 1em;
}

@media screen and (max-width: 1150px) {
  .boxes-2__item {
    width: calc(100% / 2 - 1em);
    margin: 1em .5em;
  }
}

@media screen and (max-width: 768px) {
  .boxes-2__item {
    width: 100%;
    margin: 1em 0;
  }
}

@media screen and (max-width: 500px) {
  .boxes-2__item {
    margin: .5em 0;
  }
}

.boxes-2__item.contactList {
  padding: 1.5em;
  background: #dfedff;
}

@media screen and (max-width: 500px) {
  .boxes-2__item.contactList {
    padding: 1.5em 1em;
  }
}

.boxes-2__item:nth-of-type(odd) {
  margin-left: 0;
}

.boxes-2__item:nth-of-type(even) {
  margin-right: 0;
}

.button_arrow {
  width: 100%;
  margin-top: 1em;
  background: #00519A;
  cursor: pointer;
  position: relative;
}

.button_arrow:focus {
  outline: none;
}

.button_arrow a {
  display: block;
  padding: 1em 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}

.button_arrow a:link, .button_arrow a:visited {
  color: #fff;
}

.ys_arrow {
  display: inline-block;
  position: relative;
  padding-right: 5em;
}

@media screen and (max-width: 500px) {
  .ys_arrow {
    padding-right: 3.5em;
  }
}

.ys_arrow::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4em;
  height: 1em;
  background-image: url(../images/link_arrow_line.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .ys_arrow::after {
    width: 3em;
  }
}

/*----------------
__contact form page
------------------*/
.contactForm-title-wrap {
  width: 86%;
  margin-right: auto;
  margin-left: auto;
  background: #dfedff;
  padding: 1em;
}

@media screen and (max-width: 1150px) {
  .contactForm-title-wrap {
    width: 100%;
  }
}

.middle_length-contact {
  width: 367px;
}

@media screen and (max-width: 500px) {
  .middle_length-contact {
    width: 100%;
  }
}

.age_length-contact {
  width: 3em !important;
}

.short_length-contact {
  width: 200px !important;
}

.form-wrap.contact {
  padding-top: 3em;
  width: 60%;
  margin: 0 auto;
  min-width: 700px;
}

@media screen and (max-width: 768px) {
  .form-wrap.contact {
    min-width: initial;
    width: 100%;
  }
}

.form-wrap.contact input,
.form-wrap.contact textarea {
  width: 100%;
  background: #fff;
  padding: .3em .5em;
  resize: none;
}

.form-wrap.contact input:focus,
.form-wrap.contact textarea:focus {
  outline: none;
}

.form-wrap.contact textarea {
  height: 8em;
}

.form-item.contact {
  padding-top: 1.5em;
}

@media screen and (max-width: 500px) {
  .form-item.contact {
    padding-top: 1em;
  }
}

.form-item.contact:first-of-type {
  padding-top: 0;
}

.contact_radio input {
  display: inline-block !important;
  width: 1.5em !important;
  margin-left: 0 !important;
}

.form-item__select.contact {
  width: 100%;
  background-image: linear-gradient(to bottom left, #aaa 50%, transparent 50%), linear-gradient(to bottom right, #aaa 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
  background-position: calc(100% - 23px) 1em, calc(100% - 15px) 1em, center;
  background-repeat: no-repeat;
  background-size: 8px 8px, 8px 8px, cover;
  padding: .3em .5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.form-item__select.contact:focus {
  outline: none;
}

.textLink-contact {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #333333;
  background-color: #F7F7F7 !important;
  transition-duration: 0.1s;
}

@media screen and (max-width: 500px) {
  .textLink-contact-wrap {
    text-align: center !important;
    padding-top: 2em;
  }
}

@media screen and (max-width: 500px) {
  .textLink-contact {
    margin-bottom: 2.5em !important;
  }
}

.textLink-contact input {
  background: transparent !important;
  cursor: pointer;
}

.textLink-contact:hover {
  opacity: .5;
}

.confirm-btn_area.contact {
  width: 16em;
  margin: 0 auto;
  position: relative;
  transition-duration: 0.1s;
}

.confirm-btn_area.contact::after {
  width: 20%;
  height: 100%;
  content: '';
  position: absolute;
  top: 50%;
  right: .3em;
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/link_arrow_line.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}

.confirm-btn_area.contact:hover {
  transform: translate(2px, 2px);
}

.confirm-btn_area.contact input {
  background: #00519A !important;
  color: #fff;
  padding: 1.5em 0;
}

.confirm-btn_area-S.contact {
  width: 16em;
  margin: 0 auto;
  position: relative;
  transition-duration: 0.1s;
}

.confirm-btn_area-S.contact:hover {
  transform: translate(2px, 2px);
}

.confirm-btn_area-S.contact input {
  background: #00519A !important;
  color: #fff;
  padding: 1.5em 0;
}

.note_red {
  font-size: .7em;
  color: #CD0A1C;
}

.confirmPage_button-area.contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirmPage_button-area__item.contact {
  margin-right: .5em;
  margin-left: .5em;
}

.confirmPage_button-area__item.contact:first-of-type {
  width: 8em;
}

/* Contact Form 7 cutomize */
.contact-file-wrap span.wpcf7-form-control-wrap.contact-file_01, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_02, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_03, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_04, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_05 {
  display: inline-block !important;
  margin-bottom: 8px;
  width: 300px;
}

.contact-file-wrap span.wpcf7-form-control-wrap.contact-file_01 input, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_02 input, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_03 input, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_04 input, .contact-file-wrap span.wpcf7-form-control-wrap.contact-file_05 input {
  background: transparent !important;
  line-height: 1.3;
}

div.wpcf7-validation-errors {
  border: none !important;
  color: #CD0A1C;
  font-weight: 700;
  text-align: center;
}

.wpcf7c-conf,
.wpcf7c-conf:focus {
  background-color: transparent !important;
  border: none !important;
  color: #00519A !important;
  font-weight: 700;
}

.textLink-contact input.wpcf7c-conf {
  display: none !important;
}

/*.custom-wpcf7c-confirmed div.form-item__select-wrap.contact{
	background: #fff!important;
	&::after{
		content: none!important;
	}
}*/
select.form-item__select.contact.wpcf7c-conf {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
}

input.wpcf7c-conf::-webkit-input-placeholder {
  color: transparent !important;
}

input.wpcf7c-conf::-moz-placeholder {
  color: transparent !important;
}

input.wpcf7c-conf:-ms-input-placeholder {
  color: transparent !important;
}

input.wpcf7c-conf::-ms-input-placeholder {
  color: transparent !important;
}

input.wpcf7c-conf::placeholder {
  color: transparent !important;
}

.wpcf7c-elm-step2 {
  color: #00519A;
  font-weight: 700;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/*---------------------
__mailsent Contact page
-----------------------*/
.link_arrow.mailsent-contact {
  margin-right: initial;
  margin-left: auto !important;
}

.wpcf7-form.sent div {
  display: none;
}

/*----------------
__sitemap page
------------------*/
.sitemap-list {
  padding: 2em 3.5em;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .sitemap-list {
    padding: 1.5em;
  }
}

.sitemap-list__item {
  display: inline-block;
  margin-right: 4em;
  line-height: 2.5;
}

.sitemap-list__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .sitemap-list__item {
    margin-right: 2em;
  }
}

@media screen and (max-width: 500px) {
  .sitemap-list__item {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .flex-3.sitemap {
    flex-direction: column;
  }
}

.flex-3__item.sitemap {
  padding: 1.5em;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .flex-3__item.sitemap {
    margin: 1em 0;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .flex-3__item.sitemap {
    display: block;
  }
}

.sitemap-list-service__item p {
  line-height: 2.5;
}

@media screen and (max-width: 1023px) {
  .sitemap-list-service__item {
    display: inline-block;
    margin-right: 2em;
  }
}

@media screen and (max-width: 500px) {
  .sitemap-list-service__item {
    display: block;
    margin-right: 0;
  }
}

.text_indent_arrow.sitemap::before {
  border-top: 1px solid #00519A;
  border-right: 1px solid #00519A;
}

/*----------------
__privacy policy page
------------------*/
li > dl > dd {
  padding-left: 1em;
}

@media screen and (max-width: 500px) {
  li > dl > dd {
    padding-left: 0;
  }
}

/*----------------
__404 page
------------------*/
.main_page404 {
  margin-top: 150px;
}

@media screen and (max-width: 1150px) {
  .main_page404 {
    margin-top: 100px;
  }
}

/*-----------------------------------------------
__footer
-----------------------------------------------*/
/*-----------------------------------------------
__color
-----------------------------------------------*/
.colored-baseColor {
  color: #333333;
}

.colored-white {
  color: #fff;
}

.colored-red {
  color: #EA0000;
}

.colored-ysBlue {
  color: #00519A;
}

.colored-ysRed {
  color: #CD0A1C;
}

.colored-ysLightBlue {
  color: #1E5095;
}

.colored-aLink a:link,
.colored-aLink a:visited {
  color: #00519A;
}

/*-------------------
__font style
---------------------*/
.font-small-08em {
  font-size: .8em;
}

.text-lineThrough {
  text-decoration: line-through;
}

/*-----------------------------------------------
__line height
-----------------------------------------------*/
.lh_20 {
  line-height: 2;
}

.lh_17 {
  line-height: 1.7;
}

.lh_16 {
  line-height: 1.6;
}

.lh_15 {
  line-height: 1.5;
}

.lh_14 {
  line-height: 1.4;
}

.lh_12 {
  line-height: 1.2;
}

.lh_10 {
  line-height: 1;
}

/*-----------------------------------------------
__screen
-----------------------------------------------*/
.screen_black_02 {
  background-color: rgba(0, 0, 0, 0.2);
}

/*-----------------------------------------------
__padding
-----------------------------------------------*/
.pd_side_3 {
  padding-right: 3%;
  padding-left: 3%;
}

.pd_side_5 {
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (max-width: 500px) {
  .pd_side_5 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.pd_side_15 {
  padding-right: 15%;
  padding-left: 15%;
}

@media screen and (max-width: 768px) {
  .pd_side_15 {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 500px) {
  .pd_side_15 {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.marginTop3-0 {
  margin-top: 0;
}

.marginTop3-0:first-of-type {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginTop3-0:first-of-type {
    margin-top: 1.5em;
  }
}

.pl_5 {
  padding-left: 5%;
}

.pr_5 {
  padding-right: 5%;
}

.pdR_1em {
  padding-right: 1em;
}

.pdR_05em {
  padding-right: .5em;
}

.pdL_1em {
  padding-left: 1em;
}

.pdL_05em {
  padding-left: .5em;
}

.pdTop40 {
  padding-top: 40px;
}

.pdTop30 {
  padding-top: 30px;
}

.pdTop20 {
  padding-top: 20px;
}

.pdTop15 {
  padding-top: 15px;
}

.pdTop10em {
  padding-top: 10em;
}

@media screen and (max-width: 500px) {
  .pdTop10em {
    padding-top: 5em;
  }
}

.pdTop9em {
  padding-top: 9em;
}

@media screen and (max-width: 500px) {
  .pdTop9em {
    padding-top: 4.5em;
  }
}

.pdTop8em {
  padding-top: 8em;
}

@media screen and (max-width: 500px) {
  .pdTop8em {
    padding-top: 4em;
  }
}

.pdTop7em {
  padding-top: 7em;
}

@media screen and (max-width: 500px) {
  .pdTop7em {
    padding-top: 3.5em;
  }
}

.pdTop6em {
  padding-top: 6em;
}

@media screen and (max-width: 500px) {
  .pdTop6em {
    padding-top: 3em;
  }
}

.pdTop5em {
  padding-top: 5em;
}

@media screen and (max-width: 500px) {
  .pdTop5em {
    padding-top: 2.5em;
  }
}

.pdTop4em {
  padding-top: 4em;
}

@media screen and (max-width: 500px) {
  .pdTop4em {
    padding-top: 2em;
  }
}

.pdTop3em {
  padding-top: 3em;
}

@media screen and (max-width: 500px) {
  .pdTop3em {
    padding-top: 1.5em;
  }
}

.pdTop2em {
  padding-top: 2em;
}

@media screen and (max-width: 500px) {
  .pdTop2em {
    padding-top: 1em;
  }
}

.pdTop1em {
  padding-top: 1em;
}

@media screen and (max-width: 500px) {
  .pdTop1em {
    padding-top: .5em;
  }
}

.pdTop05em {
  padding-top: .5em;
}

@media screen and (max-width: 500px) {
  .pdTop05em {
    padding-top: .25em;
  }
}

.pdTop10 {
  padding-top: 10px;
}

.pdTop7 {
  padding-top: 7px;
}

.pdTop5 {
  padding-top: 5px;
}

.pdBottom5 {
  padding-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .pdBottom5 {
    padding-bottom: 2.5em;
  }
}

.pdBottom_5em {
  padding-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .pdBottom_5em {
    padding-bottom: 2.5em;
  }
}

.pdBottom_4em {
  padding-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .pdBottom_4em {
    padding-bottom: 2em;
  }
}

.pdBottom_3em {
  padding-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .pdBottom_3em {
    padding-bottom: 1.5em;
  }
}

.pdBottom_2em {
  padding-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .pdBottom_2em {
    padding-bottom: 1em;
  }
}

.pdBottom_1em {
  padding-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .pdBottom_1em {
    padding-bottom: .5em;
  }
}

/*-----------------------------------------------
__margin
-----------------------------------------------*/
.marginT50 {
  margin-top: 50px;
}

.marginT30 {
  margin-top: 30px;
}

.marginT20 {
  margin-top: 20px;
}

.marginB5 {
  margin-bottom: 5px;
}

.marginT10em {
  margin-top: 10em;
}

@media screen and (max-width: 500px) {
  .marginT10em {
    margin-top: 5em;
  }
}

.marginT9em {
  margin-top: 9em;
}

@media screen and (max-width: 500px) {
  .marginT9em {
    margin-top: 4.5em;
  }
}

.marginT8em {
  margin-top: 8em;
}

@media screen and (max-width: 500px) {
  .marginT8em {
    margin-top: 4em;
  }
}

.marginT7em {
  margin-top: 7em;
}

@media screen and (max-width: 500px) {
  .marginT7em {
    margin-top: 3.5em;
  }
}

.marginT6em {
  margin-top: 6em;
}

@media screen and (max-width: 500px) {
  .marginT6em {
    margin-top: 3em;
  }
}

.marginT5em {
  margin-top: 5em;
}

@media screen and (max-width: 500px) {
  .marginT5em {
    margin-top: 2.5em;
  }
}

.marginT4em {
  margin-top: 4em;
}

@media screen and (max-width: 500px) {
  .marginT4em {
    margin-top: 2em;
  }
}

.marginT3em {
  margin-top: 3em;
}

@media screen and (max-width: 500px) {
  .marginT3em {
    margin-top: 1.5em;
  }
}

.marginT2em {
  margin-top: 2em;
}

@media screen and (max-width: 500px) {
  .marginT2em {
    margin-top: 1em;
  }
}

.marginT1em5 {
  margin-top: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginT1em5 {
    margin-top: .75em;
  }
}

.marginT1em {
  margin-top: 1em;
}

@media screen and (max-width: 500px) {
  .marginT1em {
    margin-top: .5em;
  }
}

.marginB8em {
  margin-bottom: 8em;
}

@media screen and (max-width: 500px) {
  .marginB8em {
    margin-bottom: 4em;
  }
}

.marginB7em {
  margin-bottom: 7em;
}

@media screen and (max-width: 500px) {
  .marginB7em {
    margin-bottom: 3.5em;
  }
}

.marginB6em {
  margin-bottom: 6em;
}

@media screen and (max-width: 500px) {
  .marginB6em {
    margin-bottom: 3em;
  }
}

.marginB5em {
  margin-bottom: 5em;
}

@media screen and (max-width: 500px) {
  .marginB5em {
    margin-bottom: 2.5em;
  }
}

.marginB4em {
  margin-bottom: 4em;
}

@media screen and (max-width: 500px) {
  .marginB4em {
    margin-bottom: 2em;
  }
}

.marginB3em {
  margin-bottom: 3em;
}

@media screen and (max-width: 500px) {
  .marginB3em {
    margin-bottom: 1.5em;
  }
}

.marginB2em {
  margin-bottom: 2em;
}

@media screen and (max-width: 500px) {
  .marginB2em {
    margin-bottom: 1em;
  }
}

.marginB1em5 {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 500px) {
  .marginB1em5 {
    margin-bottom: .75em;
  }
}

.marginB1em {
  margin-bottom: 1em;
}

@media screen and (max-width: 500px) {
  .marginB1em {
    margin-bottom: .5em;
  }
}

.marginR_auto {
  margin-right: auto;
}

.marginL_auto {
  margin-left: auto;
}

.margin_RL_auto {
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------------------------
__highlight, underline
-----------------------------------------------*/
.hLight-red {
  background: linear-gradient(transparent 0%, #ffadad 0%);
}

.uLine-red {
  background: linear-gradient(transparent 85%, #ff7f7f 0%);
}

.underline-red {
  position: relative;
  display: inline-block;
}

.underline-red::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 100%;
  background: #CD0A1C;
}

.underline-red.lang-switch::before {
  height: 2px;
  bottom: .3em;
}

/*-----------------------------------------------
__word wrap
-----------------------------------------------*/
.word-nowrap {
  display: inline-block;
}

.word-nowrap-R {
  display: inline-block;
  padding-right: .3em;
}

.word-nowrap-L {
  display: inline-block;
  padding-left: .3em;
}

/*-----------------------------------------------
__text align
-----------------------------------------------*/
.text-right {
  text-align: right;
}

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

.textCenter {
  text-align: center;
}

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

/*-----------------------------------------------
__text decoration
-----------------------------------------------*/
.text_shadow {
  text-shadow: 0px 0px 20px #666;
}

.text_shadow_white {
  text-shadow: 0px 0px 8px #fff;
}

@media screen and (max-width: 500px) {
  .text_small_8em_sp {
    font-size: .8em;
  }
}

.text_indent_dot {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot {
    padding-left: 1em;
  }
}

.text_indent_dot::before {
  position: absolute;
  left: 1em;
  content: '・';
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 500px) {
  .text_indent_dot::before {
    left: 0;
  }
}

.text_indent_arrow {
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 500px) {
  .text_indent_arrow {
    padding-left: 1em;
  }
}

.text_indent_arrow::before {
  position: absolute;
  left: 1em;
  top: 50%;
  content: '';
  width: .4em;
  height: .4em;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 500px) {
  .text_indent_arrow::before {
    left: 0;
  }
}

.icon-externalLink {
  position: relative;
}

.icon-externalLink::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: .2em;
  background-image: url(../images/icon_externalLink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-externalLink-baseColor {
  position: relative;
}

.icon-externalLink-baseColor::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 1em;
  margin-left: -.2em;
  background-image: url(../images/icon_externalLink_baseColor.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

/*-----------------------------------------------
__text link
-----------------------------------------------*/
.link_arrow {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow:link, .link_arrow:visited {
  color: #013F8C;
}

.link_arrow:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover {
    opacity: 1;
  }
}

.link_arrow:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow:hover::after {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact {
  display: block;
  width: 10em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow.mailsent-contact::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow.mailsent-contact:link, .link_arrow.mailsent-contact:visited {
  color: #013F8C;
}

.link_arrow.mailsent-contact:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover {
    opacity: 1;
  }
}

.link_arrow.mailsent-contact:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow.mailsent-contact:hover::after {
    opacity: 1;
  }
}

.link_arrow_top {
  display: block;
  width: 10em;
  position: relative;
  padding-top: .8em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_top::after {
  content: '';
  position: absolute;
  display: block;
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/link_arrow_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_top:link, .link_arrow_top:visited {
  color: #013F8C;
}

.link_arrow_top:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover {
    opacity: 1;
  }
}

.link_arrow_top:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_top:hover::after {
    opacity: 1;
  }
}

.link_arrow_long {
  display: block;
  width: 14em;
  position: relative;
  padding-bottom: .3em;
  padding-left: .3em;
  transition: all .3s ease;
}

.link_arrow_long::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1em;
  bottom: 0;
  left: 0;
  background-image: url(../images/link_arrow_long.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.link_arrow_long:link, .link_arrow_long:visited {
  color: #013F8C;
}

.link_arrow_long:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover {
    opacity: 1;
  }
}

.link_arrow_long:hover::after {
  opacity: .8;
}

@media screen and (max-width: 500px) {
  .link_arrow_long:hover::after {
    opacity: 1;
  }
}

.link_uLine_colored {
  text-decoration: underline !important;
}

.link_uLine_colored:link, .link_uLine_colored:visited {
  color: #013F8C;
}

.link_uLine_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_uLine_colored:hover {
    opacity: 1;
  }
}

.link_colored:link, .link_colored:visited {
  color: #013F8C;
}

.link_colored:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .link_colored:hover {
    opacity: 1;
  }
}

/*-----------------------------------------------
__site width
-----------------------------------------------*/
.width_limited {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.l_row {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
}

.width_100 {
  width: 100%;
}

.content-w40p {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w40p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w50p {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w50p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w60p {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w60p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

.content-w70p {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  min-width: 750px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .content-w70p {
    width: 100%;
    min-width: initial;
    max-width: initial;
  }
}

/*-----------------------------------------------
__flex
-----------------------------------------------*/
.flexWrapC {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

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

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

.align-center {
  align-items: center;
}

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

@media screen and (max-width: 768px) {
  .flex-3 {
    flex-direction: column;
  }
}

.flex-3__item {
  margin: 0 .5em;
  width: calc(100% / 3 - .5em - .5em);
}

.flex-3__item:first-of-type {
  margin-left: 0;
}

.flex-3__item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .flex-3__item {
    margin: .5em 0;
    width: 100%;
  }
}

/*-----------------------------------------------
__effect
-----------------------------------------------*/
.fadeIn {
  transition: opacity 1.4s;
}

.fadeUp,
.slideIn,
.slideInL,
.fadeIn_up,
.fadeIn_up-sp {
  transition: opacity 2.2s, transform 1.2s;
}

.transDelay_1 {
  transition-delay: .3s;
}

.hover_opacity_06 {
  transition-duration: 0.3s;
}

.hover_opacity_06:hover {
  opacity: .6;
}

@media screen and (max-width: 500px) {
  .hover_opacity_06:hover {
    opacity: 1;
  }
}

.hover_opacity_05 {
  transition-duration: 0.3s;
}

.hover_opacity_05:hover {
  opacity: .5;
}

@media screen and (max-width: 500px) {
  .hover_opacity_05:hover {
    opacity: 1;
  }
}

.hover_scale_105 {
  transition-duration: 0.3s;
}

.hover_scale_105:hover {
  transform: scale(1.05);
}

.hover_translate_down-2 {
  transition-duration: 0.2s;
}

.hover_translate_down-2:hover {
  transform: translate(2px, 2px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-2:hover {
    transform: initial;
  }
}

.hover_translate_down-4 {
  transition-duration: 0.2s;
}

.hover_translate_down-4:hover {
  transform: translate(4px, 4px);
}

@media screen and (max-width: 500px) {
  .hover_translate_down-4:hover {
    transform: initial;
  }
}

.hover_uLine_R {
  position: relative;
  display: inline-block;
}

.hover_uLine_R::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 5px;
  background: #CD0A1C;
  transition: .3s;
}

.hover_uLine_R:hover::before {
  width: 100%;
}

/*-----------------------------------------------
__others
-----------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.display_b {
  display: block;
}

.display_ib {
  display: inline-block;
}

.display_n {
  display: none;
}

.button_wrap {
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-indent: 0px;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
}

/*----------------
__hack
------------------*/
_:-ms-lang(x)::-ms-backdrop, .siteHeader-nav-ie {
  display: flex;
}

_:-ms-lang(x)::-ms-backdrop, .headerNav-bottom-wrap {
  width: 100vw;
}

_:-ms-lang(x)::-ms-backdrop, .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00519A;
}

_:-ms-lang(x)::-ms-backdrop, .pageNews-archive__item {
  width: calc(99% / 2 - 1em - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
  width: calc(99% / 3);
}

@media screen and (max-width: 1150px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 500px) {
  _:-ms-lang(x)::-ms-backdrop, .shop-boxes__item {
    width: 100%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .shop-data {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .shop-data > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .brandList__item {
  width: calc(99% / 3 - 1em - 1em);
}

@media screen and (max-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop, .brandList__item {
    width: calc(98% / 2 - 1em - 1em);
  }
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

_:-ms-lang(x)::-ms-backdrop, .brand-info-textarea-wrap > * {
  max-width: 100%;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item {
  padding-right: 2em;
  padding-left: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-flow__item:last-of-type {
  padding-right: 2em;
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc__item {
  width: calc(98% / 2 - 1em);
}

_:-ms-lang(x)::-ms-backdrop, .service-content-pc:after {
  width: calc(98% / 2 - 1em);
}

.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

_:-ms-lang(x)::-ms-backdrop, .wpcf7-form-control::placeholder {
  color: #aaa;
}

/* IE */
.wpcf7-form-control:-ms-input-placeholder {
  color: #aaa;
}

/* Edge */
.wpcf7-form-control::-ms-input-placeholder {
  color: #aaa;
}

/* IE */
input.wpcf7c-conf:-ms-input-placeholder {
  color: transparent;
}

/* Edge */
input.wpcf7c-conf::-ms-input-placeholder {
  color: transparent;
}

/*--------------
__to top button
----------------*/
.toTop {
  position: absolute;
  z-index: 100;
  right: 8%;
  bottom: 12%;
  width: 35px;
}

@-webkit-keyframes fadeIn_button {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn_button {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*-------------
__footer outline
---------------*/
footer {
  width: 100%;
  padding-top: 14em;
  background-image: url(../images/footer_bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  footer {
    background-image: none;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .footer-bg_sp {
    padding-top: 6em;
    background-image: url(../images/footer_bg_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

@media screen and (max-width: 500px) {
  .footer-bg_sp {
    padding-top: 2.5em;
  }
}

.footer-inner {
  position: relative;
}

/*-------------
__footer contents
---------------*/
.footer-logo {
  width: 12em;
  margin: 0 auto;
  padding: 3em 0 2em;
}

@media screen and (max-width: 500px) {
  .footer-logo {
    width: 10em;
  }
}

/* sp footer icons */
.footerNav-icons {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
}

.footerNav-icons li {
  transition: all .3s ease;
}

.footerNav-icons li:last-of-type {
  margin-left: 1.3em;
  margin-right: .5em;
}

.footerNav-icons li a:link,
.footerNav-icons li a:visited {
  color: #fff;
}

.footerNav-icons li:hover {
  opacity: .6;
}

.footerNav-icons-wrap {
  display: none;
}

@media screen and (max-width: 1150px) {
  .footerNav-icons-wrap {
    display: block;
    width: 18em;
    margin: 0 auto;
    padding-bottom: 1.5em;
  }
}

.footerNav-icons__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.7;
}

.fas.fa-shopping-cart.footerSp,
.fab.fa-youtube.footerSp,
.far.fa-envelope.footerSp {
  font-size: 2em;
}

.footer-info {
  color: #fff;
}

@media screen and (max-width: 500px) {
  .footer-info {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .footer-info__item {
    padding-bottom: .8em;
  }
  .footer-info__item:last-of-type {
    padding-bottom: 0;
  }
}

.footer-info__item a {
  transition: all .3s ease;
  height: 100%;
}

.footer-info__item a:link,
.footer-info__item a:visited {
  color: #fff;
}

.footer-info__item a:hover {
  opacity: .6;
}

/*-----------
__copyright
-------------*/
.copyright {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 3em 3% 1em;
}

.copyright-wrap {
  width: 100%;
  background-color: #00519A;
}

/*# sourceMappingURL=maps/style.css.map */
