
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
  box-sizing: inherit
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

button, [type=button], [type=reset], [type=submit] [role=button] {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

li {
  list-style: none
}

table {
  border-collapse: separate;
  border-spacing: 0;
  cellspacing: 0
}

html {
  font-size: 10px
}

*:focus-visible {
  outline: 2px blue dashed !important
}

body {
  background-color: #fff;
  color: #000;
  -webkit-print-color-adjust: exact;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  font-feature-settings: "palt";
  letter-spacing: .05em
}

@media only screen and (max-width: 750px) {
  body p {
    text-align: justify
  }
}

.is-sp {
  display: none
}

@media only screen and (max-width: 750px) {
  .is-sp {
    display: inherit
  }
}

@media only screen and (max-width: 750px) {
  .is-pc {
    display: none
  }
}

a {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline: none;
  color: #192f60
}

a:hover {
  text-decoration: none
}

a:visited, a:active {
  outline: none
}

a img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-style: none;
  border: 0
}

.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em
}

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: .1em
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto
}

img.img100 {
  width: 100%;
  height: auto
}

img.imgMax100 {
  max-width: 100%;
  height: auto
}

img.objfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover;"
}

@media only screen and (max-width: 750px) {
  img {
    max-width: 100%
  }
}

.mt0 {
  margin-top: 0px !important
}

.pt0 {
  padding-top: 0px !important
}

.mb0 {
  margin-bottom: 0px !important
}

.pb0 {
  padding-bottom: 0px !important
}

.ml0 {
  margin-left: 0px !important
}

.pl0 {
  padding-left: 0px !important
}

.mr0 {
  margin-right: 0px !important
}

.pr0 {
  padding-right: 0px !important
}

.mt5 {
  margin-top: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.mt10 {
  margin-top: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.pt15 {
  padding-top: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.pl15 {
  padding-left: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.pr15 {
  padding-right: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.pt25 {
  padding-top: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.pl25 {
  padding-left: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.pr25 {
  padding-right: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.pt30 {
  padding-top: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.pl30 {
  padding-left: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.pr30 {
  padding-right: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.pt35 {
  padding-top: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.pl35 {
  padding-left: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.pr35 {
  padding-right: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.pt40 {
  padding-top: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.pl40 {
  padding-left: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.pr40 {
  padding-right: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.pt45 {
  padding-top: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.pl45 {
  padding-left: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.pr45 {
  padding-right: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.pt50 {
  padding-top: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.pl50 {
  padding-left: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.pr50 {
  padding-right: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.pt55 {
  padding-top: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.pb55 {
  padding-bottom: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.pl55 {
  padding-left: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.pr55 {
  padding-right: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.pt60 {
  padding-top: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.pl60 {
  padding-left: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.pr60 {
  padding-right: 60px !important
}

.mt70 {
  margin-top: 70px !important
}

.pt70 {
  padding-top: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.pl70 {
  padding-left: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.pr70 {
  padding-right: 70px !important
}

.mt75 {
  margin-top: 75px !important
}

.pt75 {
  padding-top: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.pb75 {
  padding-bottom: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.pl75 {
  padding-left: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.pr75 {
  padding-right: 75px !important
}

.mt80 {
  margin-top: 80px !important
}

.pt80 {
  padding-top: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.pl80 {
  padding-left: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.pr80 {
  padding-right: 80px !important
}

.mt90 {
  margin-top: 90px !important
}

.pt90 {
  padding-top: 90px !important
}

.mb90 {
  margin-bottom: 90px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.ml90 {
  margin-left: 90px !important
}

.pl90 {
  padding-left: 90px !important
}

.mr90 {
  margin-right: 90px !important
}

.pr90 {
  padding-right: 90px !important
}

.mt95 {
  margin-top: 95px !important
}

.pt95 {
  padding-top: 95px !important
}

.mb95 {
  margin-bottom: 95px !important
}

.pb95 {
  padding-bottom: 95px !important
}

.ml95 {
  margin-left: 95px !important
}

.pl95 {
  padding-left: 95px !important
}

.mr95 {
  margin-right: 95px !important
}

.pr95 {
  padding-right: 95px !important
}

.mt100 {
  margin-top: 100px !important
}

.pt100 {
  padding-top: 100px !important
}

.mb100 {
  margin-bottom: 100px !important
}

.pb100 {
  padding-bottom: 100px !important
}

.ml100 {
  margin-left: 100px !important
}

.pl100 {
  padding-left: 100px !important
}

.mr100 {
  margin-right: 100px !important
}

.pr100 {
  padding-right: 100px !important
}

.center {
  text-align: center;
  margin: 0 auto
}

.elem_main_contents {
  padding: 0 20px;
  margin: 0 -20px;
  padding-top: 1px;
  padding-bottom: 80px;
  background-color: #f0eeec
}

@media only screen and (max-width: 750px) {
  .elem_main_contents {
    padding: 0 15px;
    margin: 0
  }
}

@media only screen and (max-width: 750px) {
  .elem_main_contents {
    padding-top: 1px;
    padding-bottom: 30px
  }
}

.elem_column_block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 100px 70px;
  margin: 60px auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 750px) {
  .elem_column_block {
    padding: 80px 20px 40px;
    margin: 30px auto
  }
}

.elem_column_block.no_padding {
  padding: 0
}

@media only screen and (max-width: 750px) {
  .elem_column_block.no_padding {
    padding: 0
  }
}

.elem_column_block.bgcolor_white {
  background-color: #fff;
  z-index: 2
}

.elem_column_block.bgcolor_red {
  background-color: #dc0014;
  color: #fff
}

.elem_column_block p {
  margin: 10px 0
}

.elem_column_block_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px
}

.elem_column_block_inner .elem_heading_lv3 {
  margin-left: -10px
}

.elem_column_darkgray {
  padding: 0 20px;
  margin: 0 -20px;
  background-color: #222;
  color: #fff
}

@media only screen and (max-width: 750px) {
  .elem_column_darkgray {
    padding: 0 15px;
    margin: 0 -15px
  }
}

.elem_column_darkgray .elem_heading_lv2 h2::before {
  background-color: #dc0014 !important
}

.elem_column_darkgray .elem_column_block {
  margin-top: 0;
  margin-bottom: 0
}

.elem_column_darkgray.bg_top {
  position: relative;
  z-index: 1;
  margin-top: -70px
}

.elem_column_darkgray.bg_top::before {
  content: " ";
  width: 100%;
  height: 110px;
  background-color: #222;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -1
}

@media only screen and (max-width: 750px) {
   .elem_column_darkgray.bg_top {
     margin-top: 0;
  }
  .elem_column_darkgray.bg_top::before {
    height: 55px;
    top: -55px
  }
}

.elem_column_darkgray.bg_btm {
  position: relative;
  z-index: 1
}

.elem_column_darkgray.bg_btm::after {
  content: " ";
  width: 100%;
  height: 80px;
  background-color: #222;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1
}

@media only screen and (max-width: 750px) {
  .elem_column_darkgray.bg_btm::after {
    height: 40px;
    bottom: -40px
  }
}

.elem_column_darkgray a {
  color: #fff
}

.elem_column_red {
  padding: 0 20px;
  margin: 0 -20px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #dc0014
}

@media only screen and (max-width: 750px) {
  .elem_column_red {
    padding: 0 15px;
    margin: 0 -15px
  }
}

@media only screen and (max-width: 750px) {
  .elem_column_red {
    padding-top: 1px;
    padding-bottom: 1px
  }
}

.elem_column_red.bg_top {
  position: relative;
  z-index: 1
}

.elem_column_red.bg_top::before {
  content: " ";
  width: 100%;
  height: 110px;
  background-color: #dc0014;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -1
}

@media only screen and (max-width: 750px) {
  .elem_column_red.bg_top::before {
    height: 55px;
    top: -55px
  }
}

.elem_column_red.bg_btm {
  position: relative;
  z-index: 1
}

.elem_column_red.bg_btm::after {
  content: " ";
  width: 100%;
  height: 80px;
  background-color: #dc0014;
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: -1
}

@media only screen and (max-width: 750px) {
  .elem_column_red.bg_btm::after {
    height: 40px;
    top: -40px
  }
}

.elem_mainvisual {
  margin: 0 -20px
}

@media only screen and (max-width: 750px) {
  .elem_mainvisual {
    margin: 0 -15px
  }
}

.elem_flex_column {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

@media only screen and (max-width: 750px) {
  .elem_flex_column {
    display: block
  }
}

.elem_flex_column>* {
  width: 50%;
  margin-right: 2%
}

@media only screen and (max-width: 750px) {
  .elem_flex_column>* {
    margin-top: 25px;
    width: auto;
    margin-right: 0
  }
}

.elem_flex_column>*:last-child {
  margin-right: 0
}

@media only screen and (max-width: 750px) {
  .elem_flex_column>*:first-child {
    margin-top: 0
  }
}

.elem_flex_column_border {
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

.elem_flex_column_border::after {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #666;
  position: absolute;
  top: 0;
  left: 50%
}

@media only screen and (max-width: 750px) {
  .elem_flex_column_border::after {
    display: none
  }
}

.elem_flex_column_border ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}

@media only screen and (max-width: 750px) {
  .elem_flex_column_border ul {
    display: block
  }
}

.elem_flex_column_border ul>* {
  margin-bottom: 5px
}

.elem_flex_column_border ul>*:nth-child(2n+1) {
  margin-right: 10px
}

@media only screen and (max-width: 750px) {
  .elem_flex_column_border ul>*:nth-child(2n+1) {
    margin-right: 0
  }
}

.elem_flex_column_border ul>*:nth-child(2n) {
  margin-left: 10px
}

@media only screen and (max-width: 750px) {
  .elem_flex_column_border ul>*:nth-child(2n) {
    margin-left: 0
  }
}

.elem_flex_between_start {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width: 750px) {
  .elem_flex_between_start {
    display: block
  }
}

.elem_flex_between_start .elem_heading_lv2 {
  margin-left: 0;
  margin-right: 0
}

.elem_column_imagetext {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext {
    display: block
  }
}

.elem_column_imagetext .image {
  flex: 0 0 18%;
  max-width: 18%;
  margin-left: auto
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .image {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 15px auto;
    text-align: center
  }
}

.elem_column_imagetext .image .name {
  display: block;
  margin-top: 12px
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .image .name {
    margin-top: 8px
  }
}

.elem_column_imagetext .image.wide {
  flex: 0 0 35%;
  max-width: 35%
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .image.wide {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.elem_column_imagetext .textbody {
  flex: 1 1 100%;
  max-width: 100%
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .textbody {
    width: auto
  }
}

.elem_column_imagetext .textbody p {
  margin: 0 0 10px
}

.elem_column_imagetext .textbody.block_left {
  padding-right: 5%
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .textbody.block_left {
    padding-right: 0
  }
}

.elem_column_imagetext .textbody.block_right {
  padding-left: 5%
}

@media only screen and (max-width: 750px) {
  .elem_column_imagetext .textbody.block_right {
    padding-left: 0
  }
}

.elem_topicpath {
  max-width: 1200px;
  margin: 0 auto;
  padding: 180px 0 10px;
  font-size: 1.1rem
}

@media only screen and (max-width: 1200px) {
  .elem_topicpath {
    font-size: 1rem;
    padding: 70px 15px 10px;
  }
}

.elem_topicpath ol {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

.elem_topicpath ol li::after {
  content: "＞";
  padding: 0 .5em
}

.elem_topicpath ol li:last-child::after {
  display: none
}

.elem_page_heading {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px
}

@media only screen and (max-width: 750px) {
  .elem_page_heading {
    padding: 10px 15px 0
  }
}

.elem_page_heading h1 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 1.25
}

@media only screen and (max-width: 750px) {
  .elem_page_heading h1 {
    font-size: 3.2rem
  }
}

.elem_page_heading h1 span {
  display: inline-block;
  padding-bottom: 20px;
  position: relative
}

@media only screen and (max-width: 750px) {
  .elem_page_heading h1 span {
    padding-bottom: 15px
  }
}

.elem_page_heading h1 span::before {
  content: " ";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #dc0014;
  position: absolute;
  bottom: 0;
  left: 0
}

@media only screen and (max-width: 750px) {
  .elem_page_heading h1 span::before {
    width: 70px;
    height: 3px
  }
}

.elem_heading_lv2 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative
}

@media only screen and (max-width: 750px) {
  .elem_heading_lv2 {
    margin-bottom: 25px
  }
}

.elem_heading_lv2::before {
  content: " ";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #dc0014;
  position: absolute;
  top: 20px;
  left: -100px
}

@media only screen and (max-width: 750px) {
  .elem_heading_lv2::before {
    top: -22px;
    left: -20px
  }
}

.elem_heading_lv2 h2 {
  font-size: 2.8rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.3
}

@media only screen and (max-width: 750px) {
  .elem_heading_lv2 h2 {
    line-height: 1.2142857143;
    letter-spacing: .06em
  }
}

.elem_heading_lv2 .sub_text {
  margin: 15px 0 0;
  font-size: 1.2rem;
  letter-spacing: .1em;
  color: #666
}

.elem_heading_lv2.white {
  color: #fff
}

.elem_heading_lv2.white h2::before {
  background-color: #fff
}

.elem_heading_lv2.white .sub_text {
  color: #fff
}

.elem_heading_lv2.withicon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.elem_heading_lv2.withicon .icon {
  width: 78px;
  margin-right: 20px
}

.elem_heading_lv3 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px
}

.elem_heading_lv3 h3 {
  padding-left: 10px;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.35;
  position: relative
}

.elem_heading_lv3 h3::before {
  content: " ";
  width: 2px;
  height: 80%;
  background-color: #dc0014;
  border-radius: 10px;
  position: absolute;
  top: 10%;
  left: 0
}

.elem_heading_lv4 {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px
}

@media only screen and (max-width: 750px) {
  .elem_heading_lv4 {
    margin-bottom: 20px
  }
}

.elem_heading_lv4 h4 {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5
}

.elem_heading_lv4 h4 span {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  background-color: #222;
  color: #fff;
  min-width: 5.5em;
  text-align: center
}

.witharrow {
  display: inline-block;
  padding-left: 20px;
  position: relative
}

.witharrow::before {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background: url(/library/common/jfoodo/img/icon/link-arrow01.svg) center/15px auto no-repeat;
  position: absolute;
  top: 7px;
  left: 0
}

.elem_witharrow_list {
  font-size: 1.5rem;
  line-height: 1.5
}

@media only screen and (max-width: 750px) {
  .elem_witharrow_list {
    font-size: 1.4rem;
    line-height: 1.4285714286
  }
}

.elem_witharrow_list li {
  margin-bottom: 5px
}

@media only screen and (max-width: 750px) {
  .elem_witharrow_list li {
    margin-bottom: 8px
  }
}

.elem_witharrow_list li:last-child {
  margin-bottom: 0
}

.elem_witharrow_list .witharrow::before {
  top: 4px
}

.link_icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px
}

span .link_icon {
  margin-top: 5px
}

.elem_thum_list_link > ul{
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

@media only screen and (max-width: 750px) {
  .elem_thum_list_link > ul{
    margin: 15px auto;
    display: block
  }
}


.elem_thum_list_link ul>* {
  margin-top: 25px;
  width: 31%;
  margin-right: 3.5%
}

@media only screen and (max-width: 750px) {
  .elem_thum_list_link > ul>* {
    display: block;
    margin-top: 15px;
    width: auto;
    margin-right: 0
  }
}

.elem_thum_list_link > ul>*:nth-child(3n) {
  margin-right: 0
}

.elem_thum_list_link > ul>*:nth-child(-n+3) {
  margin-top: 0
}

@media only screen and (max-width: 750px) {
  .elem_thum_list_link > ul>*:nth-child(-n+3) {
    margin-top: 15px
  }
}

@media only screen and (max-width: 750px) {
  .elem_thum_list_link > ul>*:first-child {
    margin-top: 0
  }
}

.elem_thum_list_link a {
  text-decoration: none;
  color: #000;
  display: block;
}
.elem_thum_list_link a:focus-visible {
  outline: 2px blue dashed !important
}

.elem_thum_list_link a>div {
  overflow: hidden
}

.elem_thum_list_link a>div img {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.elem_thum_list_link a span {
  display: block;
  margin-top: 5px;
  padding: 0 45px 0 10px;
  letter-spacing: .13em;
  font-weight: 700;
  position: relative
}

.elem_thum_list_link a span::before {
  content: " ";
  display: block;
  width: 32px;
  height: 13px;
  background: url(/library/common/jfoodo/img/icon/link-arrow04.svg) center/32px auto no-repeat;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (min-width: 751px) {
  .elem_thum_list_link a:hover img {
    opacity: .7;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
  }
  .elem_thum_list_link a:hover span::before {
    right: -1px
  }
}

.elem_button_lv1 {
  margin-top: 35px
}

@media only screen and (max-width: 750px) {
  .elem_button_lv1 {
    margin-top: 30px
  }
}

.elem_button_lv1 a {
  display: inline-block;
  padding: 15px 54px;
  min-width: 240px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 750px) {
  .elem_button_lv1 a {
    min-width: inherit;
    max-width: 400px;
    width: 100%;
    padding: 15px 45px 15px 45px
  }
}

.elem_button_lv1 a::before {
  content: " ";
  width: 32px;
  height: 13px;
  background: url(/library/common/jfoodo/img/icon/link-arrow03.svg) center/32px auto no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 750px) {
  .elem_button_lv1 a::before {
    right: 10px
  }
}

@media only screen and (min-width: 751px) {
  .elem_button_lv1 a:hover {
    background-color: #222
  }
  .elem_button_lv1 a:hover::before {
    right: 7px
  }
}

.elem_button_lv1.text_s a {
  font-size: 1.4rem
}

.elem_button_lv1.bgcolor_red a {
  background-color: #dc0014
}

.elem_button_lv1.center {
  text-align: center
}

.elem_button_lv1.right {
  text-align: right
}

.elem_button_column > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap
}

@media only screen and (max-width: 750px) {
  .elem_button_column > ul {
    display: block
  }
}

.elem_button_column > ul>* {
  margin-top: 30px;
  width: 31%;
  margin-right: 3.5%
}

@media only screen and (max-width: 750px) {
  .elem_button_column > ul>* {
    margin-top: 15px;
    width: auto;
    margin-right: 0
  }
}

@media only screen and (min-width: 751px) {
  .elem_button_column > ul>*:nth-child(3n) {
    margin-right: 0
  }
}

.elem_button_column .elem_button_lv1 a {
  display: block;
  min-width: inherit;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

.elem_button_column .elem_button_lv1 a .text_s {
  font-size: .8em
}

.elem_text_list {
  max-width: 1200px;
  margin: 0 auto
}

.elem_text_list li {
  padding-left: 1.2em;
  margin-bottom: 20px;
  font-size: 1.5rem;
  position: relative
}

@media only screen and (max-width: 750px) {
  .elem_text_list li {
    margin-bottom: 10px
  }
}

.elem_text_list li:last-child {
  margin-bottom: 0
}

.elem_text_list li::before {
  content: "●";
  position: absolute;
  top: 1px;
  left: 0;
  font-weight: 700;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5)
}

.elem_text_list.short li {
  margin-bottom: 0
}

.elem_text_list.short li:last-child {
  margin-bottom: 0
}

.elem_text_list_number {
  padding-left: 1.6em
}

.elem_text_list_number>li {
  list-style-type: decimal;
  margin-left: 25px;
  padding-left: 0;
}
.elem_text_list_number>li::before {
  content: none;
}

.elem_text_list_disc {
  padding-left: 1.6em
}

.elem_text_list_disc>li {
  list-style-type: disc
}

.elem_thum_list {
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap
}

@media only screen and (max-width: 750px) {
  .elem_thum_list {
    margin: 20px auto;
    display: block
  }
}

.elem_thum_list>* {
  margin-top: 30px;
  width: 31%;
  margin-right: 3.5%
}

@media only screen and (max-width: 750px) {
  .elem_thum_list>* {
    margin-top: 15px;
    width: auto;
    margin-right: 0
  }
}

.elem_thum_list>*:nth-child(3n) {
  margin-right: 0
}

.elem_thum_list>*:nth-child(-n+3) {
  margin-top: 0
}

@media only screen and (max-width: 750px) {
  .elem_thum_list>*:nth-child(-n+3) {
    margin-top: 15px
  }
}

@media only screen and (max-width: 750px) {
  .elem_thum_list>*:first-child {
    margin-top: 0
  }
}

.elem_thum_list.width30>* {
  width: 30%;
  margin-right: 5%
}

@media only screen and (max-width: 750px) {
  .elem_thum_list.width30>* {
    width: auto;
    margin-right: 0
  }
}

.elem_thum_list.width30>*:nth-child(3n) {
  margin-right: 0
}

.elem_thum_list img {
  margin-bottom: 10px
}

.elem_thum_list span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: .01em
}

.elem_thum_list span.title {
  letter-spacing: .13em;
  font-size: 1.6rem;
  font-weight: 700
}

.elem_thum_list a {
  display: block;
  text-decoration: none;
  color: #000
}

.elem_thum_list a>div {
  overflow: hidden;
  margin-bottom: 10px
}

.elem_thum_list a>div img {
  margin-bottom: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (min-width: 751px) {
  .elem_thum_list a:hover img {
    opacity: .7;
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
  }
}

.elem_thum_list a.witharrow {
  display: inline-block
}

@media only screen and (min-width: 751px) {
  .elem_thum_list a.witharrow:hover {
    text-decoration: underline
  }
}

.elem_table_vol1 {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.625
}

.elem_table_vol1 ul {
  display: table
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1 ul {
    display: block
  }
}

.elem_table_vol1 ul li {
  display: table-row
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1 ul li {
    margin-top: 30px;
    display: block
  }
  .elem_table_vol1 ul li:first-child {
    margin-top: 0
  }
}

.elem_table_vol1 ul li span {
  display: table-cell;
  padding: 0 40px 50px 0
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1 ul li span {
    padding: 0;
    display: block
  }
}

.elem_table_vol1 ul li span.title {
  white-space: nowrap;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .1em
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1 ul li span.title {
    margin-bottom: 10px
  }
}

.elem_table_vol1 ul li span.title em {
  display: inline-block;
  padding-left: 10px;
  font-style: normal;
  position: relative
}

.elem_table_vol1 ul li span.title em::before {
  content: " ";
  width: 2px;
  height: 80%;
  background-color: #dc0014;
  border-radius: 10px;
  position: absolute;
  top: 10%;
  left: 0
}

.elem_table_vol1 ul li span.text {
  padding-right: 0
}

.elem_table_vol1 ul li:last-child span {
  padding-bottom: 0
}

.elem_table_vol1.short li span {
  padding: 0 40px 15px 0
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1.short li span {
    padding: 0;
    display: block
  }
}

.elem_table_vol1.short li:last-child span {
  padding-bottom: 15px
}

@media only screen and (max-width: 750px) {
  .elem_table_vol1.short li:last-child span {
    padding: 0
  }
}

.elem_table_vol2 {
  max-width: 1200px;
  margin: 0 auto;
  margin: 30px auto;
  font-size: 1.5rem;
  line-height: 1.5625;
  overflow-x: scroll;
  overflow-y: hidden
}

@media only screen and (max-width: 750px) {
  .elem_table_vol2 {
    display: none
  }
}

.elem_table_vol2 table {
  width: 1000px;
  border: 0;
  border-spacing: 0;
  border-collapse: separate
}

.elem_table_vol2 table th, .elem_table_vol2 table td {
  text-align: left;
  vertical-align: middle;
  font-weight: 400
}

.elem_table_vol2 table thead th {
  padding: 4px 15px;
  background-color: #000;
  color: #fff
}

.elem_table_vol2 table tbody th, .elem_table_vol2 table tbody td {
  padding: 20px 15px;
  border-bottom: 1px solid #999;
  background-color: #fff
}

.elem_table_vol2 table tbody tr:nth-child(2n) th, .elem_table_vol2 table tbody tr:nth-child(2n) td {
  background-color: #f0eeec
}

.elem_table_vol2_sp {
  display: none;
  border-top: 1px solid #999;
  margin: 15px auto;
  font-size: 1.2rem;
  letter-spacing: .01em;
  line-height: 1.3333333333
}

@media only screen and (max-width: 750px) {
  .elem_table_vol2_sp {
    display: block
  }
}

.elem_table_vol2_sp h4 {
  padding: 4px 12px 5px;
  border-bottom: 1px solid #999;
  background-color: #000;
  color: #fff;
  font-weight: 400
}

.elem_table_vol2_sp h4 a {
  color: #fff
}

.elem_table_vol2_sp dl dt {
  padding: 4px 12px 5px;
  border-bottom: 1px solid #999;
  background-color: #f0eeec
}

.elem_table_vol2_sp dl dd {
  padding: 10px 12px;
  border-bottom: 1px solid #999;
  background-color: #fff
}

.elem_faq>ul>li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
  line-height: 1.5625;
  border-bottom: 1px solid #999
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li {
    display: block;
    padding: 15px
  }
}

.elem_faq>ul>li div {
  padding: 22px 20px
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li div {
    padding: 0;
    display: block
  }
}

.elem_faq>ul>li div:nth-child(1) {
  width: 3em
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li div:nth-child(1) {
    margin-bottom: 3px;
    width: auto
  }
}

.elem_faq>ul>li div:nth-child(2) {
  width: 39.5%
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li div:nth-child(2) {
    margin-bottom: 10px;
    width: auto
  }
}

.elem_faq>ul>li div:nth-child(3) {
  width: 53.5%
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li div:nth-child(3) {
    width: auto
  }
}

.elem_faq>ul>li:nth-last-child(2n+1) {
  background-color: #f0eeec
}

.elem_faq>ul>li.elem_faq_head {
  border-bottom: 0;
  background-color: #000;
  color: #fff
}

@media only screen and (max-width: 750px) {
  .elem_faq>ul>li.elem_faq_head {
    display: none
  }
}

.elem_faq>ul>li.elem_faq_head div {
  padding: 6px 20px
}

.elem_news_navi {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

@media only screen and (max-width: 750px) {
  .elem_news_navi {
    flex-flow: row wrap;
    justify-content: space-between
  }
}

.elem_news_navi button {
  margin-left: 10px;
  font-size: 1.3rem;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #666;
  border-radius: 50px;
  min-width: 6em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 750px) {
  .elem_news_navi button {
    display: block;
    min-width: auto;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px
  }
}

.elem_news_navi button.current {
  background-color: #333;
  color: #fff
}

@media only screen and (min-width: 751px) {
  .elem_news_navi button:hover {
    background-color: #333;
    color: #fff
  }
}

.elem_news_navi button:first-child {
  margin-left: 0
}

.elem_news_list {
  border-top: 1px solid #666
}

.elem_news_list li {
  border-bottom: 1px solid #666;
  display: none
}

.elem_news_list li:nth-child(-n+3) {
  display: block
}

.elem_news_list li a {
  display: block;
  padding: 25px 40px 25px 10px;
  text-decoration: none;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative
}

@media only screen and (max-width: 750px) {
  .elem_news_list li a {
    padding: 20px 40px 15px 10px;
    flex-wrap: wrap
  }
}

.elem_news_list li a::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/library/common/jfoodo/img/icon/link-arrow02.svg) center/16px auto no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.elem_news_list li a .date {
  flex: 0 0 9.5em;
  margin-right: 15px
}

.elem_news_list li a .category {
  padding: 2px 2px;
  margin-right: 15px;
  margin-top: 1px;
  flex: 0 0 110px;
  border: 1px solid #666;
  border-radius: 50px;
  font-size: 1.2rem;
  background-color: #333;
  color: #fff;
  box-sizing: border-box;
  text-align: center
}

.elem_news_list li a .title {
  flex: 1 1 100%
}

@media only screen and (max-width: 750px) {
  .elem_news_list li a .title {
    margin-top: 5px;
    width: 100%
  }
}

@media only screen and (min-width: 751px) {
  .elem_news_list li a:hover::before {
    right: 0
  }
  .elem_news_list li a:hover .title {
    text-decoration: underline
  }
}

.elem_googlemap {
  max-width: 1200px;
  margin: 0 auto
}

.elem_googlemap iframe {
  width: 100%;
  height: 500px
}

@media only screen and (max-width: 750px) {
  .elem_googlemap iframe {
    height: 250px
  }
}

.elem_image_lv1 {
  margin: 30px 0;
  text-align: center
}

.elem_image_lv1.no_margin {
  margin: 0
}

.elem_image_width100 {
  width: 100%;
  height: auto
}

.elem_border {
  display: block;
  border: 0;
  height: 1px;
  width: 100%;
  background-color: #999;
  margin: 35px 0
}

@media only screen and (max-width: 750px) {
  .elem_border {
    margin: 30px 0
  }
}

.font10 {
  font-size: 1rem
}

.font11 {
  font-size: 1.1rem
}

.font12 {
  font-size: 1.2rem
}

.font13 {
  font-size: 1.3rem
}

.font14 {
  font-size: 1.4rem
}

.font15 {
  font-size: 1.5rem
}

.font16 {
  font-size: 1.6rem
}

.font17 {
  font-size: 1.7rem
}

.font18 {
  font-size: 1.8rem
}

.font19 {
  font-size: 1.9rem
}

.font20 {
  font-size: 2rem
}

.text_center {
  text-align: center !important
}

.text_right {
  text-align: right !important
}

.text_left {
  text-align: left !important
}

.text_justify {
  text-align: justify !important
}

.text_bold {
  font-weight: 700
}

.mt_minus80 {
  margin-top: -80px !important
}

@media only screen and (max-width: 750px) {
  .mt_minus80 {
    margin-top: -40px !important
  }
}

.mb00 {
  margin-bottom: 0 !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mt00 {
  margin-top: 0 !important
}

.mt30 {
  margin-top: 30px !important
}

.mt100 {
  margin-top: 100px !important
}

.mtb10 {
  margin-top: 0 !important;
  margin-bottom: 10px !important
}

.movie_wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px
}

.movie_wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.movie_wrap iframe, .movie_wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.overflow_visible {
  overflow: visible !important
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.t-mv {
  margin: 0 -20px 0;
  position: relative;
  overflow: hidden
}

@media only screen and (max-width: 750px) {
  .t-mv {
    margin: -20px -15px 0 !important
  }
}

.t-mv .swiper-slide {
  position: relative;
  height: 500px
}

@media only screen and (max-width: 750px) {
  .t-mv .swiper-slide {
    height: auto
  }
}

@media only screen and (max-width: 750px) {
  .t-mv .swiper-slide img {
    width: 100%;
    height: auto
  }
}

.t-mv .t-mv_text {
  padding: 0 20px;
  margin-top: -40px;
  text-align: center;
  font-size: 2.6rem;
  text-shadow: 1px 1px 0 #4d4d4d, -1px -1px 0 #4d4d4d, -1px 1px 0 #4d4d4d, 1px -1px 0 #4d4d4d, 0px 1px 0 #4d4d4d, 0 -1px 0 #4d4d4d, -1px 0 0 #4d4d4d, 1px 0 0 #4d4d4d;
  position: absolute;
  color: #fff;
  top: 40%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 3
}

@media only screen and (max-width: 750px) {
  .t-mv .t-mv_text {
    padding: 0 18px;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1.75;
    top: inherit;
    bottom: 96px;
    text-align: left
  }
}

.t-mv .t-mv_controller {
  position: absolute;
  bottom: 190px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 750px) {
  .t-mv .t-mv_controller {
    bottom: 68px
  }
}

.t-mv .t-mv_controller .t-mv_pagination {
  text-align: center;
  margin-right: 10px;
  height: 10px;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center
}

@media only screen and (max-width: 750px) {
  .t-mv .t-mv_controller .t-mv_pagination {
    width: 80%
  }
}

.t-mv .t-mv_controller .t-mv_pagination span {
  display: block;
  flex: 1 1 40px;
  max-width: 40px;
  width: 40px;
  height: 2px;
  margin: 0 7px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1
}

.t-mv .t-mv_controller .t-mv_pagination span.swiper-pagination-bullet-active {
  background-color: #dc0014
}

.t-mv .t-mv_controller .playct {
  line-height: 0
}

.t-mv .t-mv_controller .playct svg {
  width: 9px;
  height: 10px
}

.t-mv .t-mv_controller .playct svg .svgcolor {
  fill: #fff
}

.t-mv .t-mv_controller .playct:hover {
  cursor: pointer
}

.t-mv .t-mv_controller .playct:hover svg .svgcolor {
  fill: #dc0014
}

.t-mv .t-mv_controller .playct.active svg .svgcolor {
  fill: #dc0014
}

.t-mv .t-mv_controller .playct.stop {
  margin-right: 7px
}

.t-about {
  position: relative
}

.t-about.mt_minus {
  margin-top: -150px
}

@media only screen and (max-width: 750px) {
  .t-about.mt_minus {
    margin-top: -40px
  }
}

.t-about .t-about_inner {
  width: 58%
}

@media only screen and (max-width: 750px) {
  .t-about .t-about_inner {
    width: auto
  }
}

.t-about .elem_heading_lv2::before {
  background-color: #fff
}

.t-about .t-about_logo {
  width: 33.3333333333%;
  position: absolute;
  top: 0;
  right: 5%
}

@media only screen and (max-width: 750px) {
  .t-about .t-about_logo {
    margin: 25px auto;
    right: auto;
    position: relative;
    width: auto
  }
}
.t-about .elem_button_lv1 {
    width: 50%;
}
.t-about .t-about_link {
    width: 40%;
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.t-about .t-about_link,
.t-about .t-about_link a {
    color: #fff;
}
@media only screen and (max-width: 750px) {
.t-about .elem_button_lv1 {
    width: 100%;
}
}

.t-about .sub_text {
  color: #fff
}

.t-active {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

@media only screen and (max-width: 750px) {
  .t-active {
    display: block
  }
}

.t-active .elem_column_block {
  margin-right: 15px;
  width: 57.5%;
  margin: 0
}

@media only screen and (max-width: 750px) {
  .t-active .elem_column_block {
    margin: 0 0 10px;
    width: auto
  }
}

.t-active .t-active_list {
  width: 41.3333333333%
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list {
    width: auto
  }
}

.t-active .t-active_list ul {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul {
    display: block
  }
}

.t-active .t-active_list ul li {
  height: 50%;
  margin-bottom: 15px;
  letter-spacing: .13em
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li {
    height: auto;
    margin-bottom: 10px;
    letter-spacing: .05em
  }
}

.t-active .t-active_list ul li:last-child {
  margin-bottom: 0
}

.t-active .t-active_list ul li a {
  padding: 20px 20px 20px 235px;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li a {
    padding: 20px 20px 20px 160px;
    height: 140px
  }
}

.t-active .t-active_list ul li a::before {
  content: " ";
  display: block;
  width: 140px;
  height: 140px;
  background: url(/library/common/jfoodo/img/icon/marketing.svg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -70px
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li a::before {
    width: 80px;
    height: 80px;
    margin-top: -40px
  }
}

.t-active .t-active_list ul li a::after {
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #dc0014;
  position: absolute;
  top: 0;
  right: 0
}

@media only screen and (min-width: 751px) {
  .t-active .t-active_list ul li a:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
  }
}

.t-active .t-active_list ul li p::before {
  content: " ";
  display: block;
  width: 1px;
  height: 122px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 195px;
  margin-top: -61px
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li p::before {
    width: 1px;
    height: 90px;
    margin-top: -45px;
    left: 135px
  }
}

.t-active .t-active_list ul li.marketing a::before {
  background-image: url(/library/common/jfoodo/img/icon/marketing.svg)
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li.marketing a::before {
    background-size: 70px auto
  }
}

.t-active .t-active_list ul li.promotion a::before {
  background-image: url(/library/common/jfoodo/img/icon/promotion.svg)
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li.promotion a::before {
    background-size: 70px auto
  }
}

.t-active .t-active_list ul li.support a::before {
  background-image: url(/library/common/jfoodo/img/icon/support.svg)
}

@media only screen and (max-width: 750px) {
  .t-active .t-active_list ul li.support a::before {
    background-size: 73px auto
  }
}

.p-activities_list p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6666666667
}

.p-activities_list .icon {
  margin-bottom: 20px;
  text-align: center;
  height: 110px
}

@media only screen and (max-width: 750px) {
  .p-activities_list .icon {
    margin-bottom: 10px;
    height: 110px
  }
}

.p-activities_list .icon img {
  vertical-align: middle
}

.p-activities_list .title {
  font-weight: 700;
  text-align: center
}

.p-activities_list .number {
  margin: 5px 0 15px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3
}

@media only screen and (max-width: 750px) {
  .p-activities_list .number {
    margin: 5px 0 10px;
    font-size: 3rem
  }
}

.p-activities_list .number span {
  font-size: 4rem
}

@media only screen and (max-width: 750px) {
  .p-activities_list .number span {
    font-size: 2rem
  }
}

#content-news .elem_news_navi {
  margin-top: 50px;
  justify-content: center
}

#content-news .elem_news_navi button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 5px 30px
}

#content-news .elem_news_navi button.current {
  background-color: #333;
  color: #fff
}

@media only screen and (min-width: 751px) {
  #content-news .elem_news_navi button:hover {
    background-color: #333;
    color: #fff
  }
}

#content-news .elem_news_list li {
  display: block
}

#content-news .elem_news_list li a {
  color: #000
}

#content-news .elem_news_list li a::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/library/common/jfoodo/img/icon/link-arrow01.svg) center/16px auto no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (min-width: 751px) {
  #content-news .elem_news_list li a:hover::before {
    right: 0
  }
  #content-news .elem_news_list li a:hover .title {
    text-decoration: underline
  }
}

#top:focus {
  outline: none !important
}

:root ol, :root ul {
  margin: 0 !important;
  padding: 0 !important
}

.h-header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  box-sizing: border-box
}

@media only screen and (max-width: 1200px) {
  .h-header {
    height: 60px
  }
}

.h-header .h-header_inner {
  padding: 0 210px 0 35px
}
@media only screen and (max-width: 1250px) {
  .h-header .h-header_inner {
     padding: 0 180px 0 30px
   }
}
.h-header .h-header_inner:before, .h-header .h-header_inner:after {
  content: "";
  display: table
}

.h-header .h-header_inner:after {
  clear: both
}

.h-header .h-header_inner {
  zoom: 1
}

@media only screen and (max-width: 1200px) {
  .h-header .h-header_inner {
    padding: 0
  }
}

.h-header .h-logo {
  padding-top: 25px;
  float: left
}

@media only screen and (max-width: 1200px) {
  .h-header .h-logo {
    padding: 13px 0 0 15px;
    position: relative;
    z-index: 11;
    height: 60px;
    box-sizing: border-box;
    background-color: #fff;
    width: auto
  }
  .h-header .h-logo img {
    width: 140px
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-navi_box {
    float: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }
}

.h-header .h-menu {
  display: none
}

@media only screen and (max-width: 1200px) {
  .h-header .h-menu {
    display: block;
    width: 64px;
    height: 60px;
    position: relative;
    background-color: #f0eeec;
    box-sizing: border-box;
    z-index: 11
  }
  .h-header .h-menu.opened span {
    background-color: transparent
  }
  .h-header .h-menu.opened span::before {
    top: 0;
    transform: rotate(45deg)
  }
  .h-header .h-menu.opened span::after {
    bottom: 0;
    transform: rotate(-45deg)
  }
  .h-header .h-menu span {
    display: block;
    width: 20px;
    height: 1.5px;
    background-color: #231815;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -10px
  }
  .h-header .h-menu span::before, .h-header .h-menu span::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #231815;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }
  .h-header .h-menu span::before {
    top: -5px
  }
  .h-header .h-menu span::after {
    bottom: -5px
  }
  .h-header .h-menu em {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
  }
}

.h-header .h-globalnavi {
  float: right;
  font-size: 1.5rem;
  line-height: 1.5
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    float: none;
    font-size: 1.6rem;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 10
  }
}

.h-header .h-globalnavi>ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul {
    padding-top: 120px;
    border-bottom: 1px solid #d8d2cd;
    display: block
  }
}

.h-header .h-globalnavi>ul>li {
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li {
    height: auto;
    display: block;
    border-top: 1px solid #d8d2cd
  }
}

.h-header .h-globalnavi>ul>li::after {
  content: "｜";
  display: inline-block;
  padding: 0 1em
}
@media only screen and (max-width: 1260px) {
.h-header .h-globalnavi>ul>li::after {
  padding: 0 0.6em
}
}
@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li::after {
    display: none
  }
}

.h-header .h-globalnavi>ul>li:last-child::after {
  display: none
}

.h-header .h-globalnavi>ul>li.top {
  display: none
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li.top {
    display: block
  }
}

.h-header .h-globalnavi>ul>li>a {
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  position: relative;
  text-align: center
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a {
    height: auto;
    display: block;
    padding: 16px 45px 16px 25px
  }
}

.h-header .h-globalnavi>ul>li>a::before {
  content: " ";
  display: block;
  width: 0;
  height: 2px;
  background-color: #dc0014;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a::before {
    content: " ";
    display: block;
    width: 32px;
    height: 13px;
    background: url(/library/common/jfoodo/img/icon/link-arrow04.svg) center/32px auto no-repeat;
    position: absolute;
    top: 50%;
    right: 14px;
    bottom: inherit;
    left: inherit;
    margin-top: -6px
  }
}

@media only screen and (min-width: 751px) {
  .h-header .h-globalnavi>ul>li>a:hover::before {
    width: 100%
  }
}

@media only screen and (min-width: 751px)and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a:hover::before {
    width: 32px
  }
}

@media only screen and (min-width: 751px) {
  .h-header .h-globalnavi>ul>li>a.current::before, .h-header .h-globalnavi>ul>li>a.current2::before, .h-header .h-globalnavi>ul>li>a.active::before {
    width: 100%
  }
}

@media only screen and (min-width: 751px)and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a.current::before, .h-header .h-globalnavi>ul>li>a.current2::before, .h-header .h-globalnavi>ul>li>a.active::before {
    width: 32px
  }
}

@media only screen and (min-width: 751px) {
  .h-header .h-globalnavi>ul>li>a.current+.h-sub_navi, .h-header .h-globalnavi>ul>li>a.current2+.h-sub_navi, .h-header .h-globalnavi>ul>li>a.active+.h-sub_navi {
    max-height: 70px
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a:hover::before {
    width: 32px
  }
  .h-header .h-globalnavi>ul>li>a.current::before, .h-header .h-globalnavi>ul>li>a.current2::before, .h-header .h-globalnavi>ul>li>a.active::before {
    width: 32px
  }
}

.h-header .h-globalnavi>ul>li>a br {
  display: none
}

@media only screen and (max-width: 1100px) {
  .h-header .h-globalnavi>ul>li>a br {
    display: inherit
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li>a br {
    display: none
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li.meganavi>a::before {
    width: 32px;
    height: 32px;
    background: url(/library/common/jfoodo/img/icon/plus.svg) center no-repeat;
    margin-top: -16px
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi>ul>li.meganavi>a.current::before, .h-header .h-globalnavi>ul>li.meganavi>a.current2::before, .h-header .h-globalnavi>ul>li.meganavi>a.active::before {
    background-image: url(/library/common/jfoodo/img/iconn/minus.svg)
  }
  .h-header .h-globalnavi>ul>li.meganavi>a.current+.h-sub_navi, .h-header .h-globalnavi>ul>li.meganavi>a.current2+.h-sub_navi, .h-header .h-globalnavi>ul>li.meganavi>a.active+.h-sub_navi {
    max-height: 300px
  }
}

.h-header .h-globalnavi .h-sub_navi {
  padding-right: 195px !important;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #f0eeec;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.5rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi .h-sub_navi {
    padding-right: 0 !important;
    position: relative;
    top: 0;
    height: auto;
    justify-content: flex-start;
    flex-wrap: wrap
  }
}

.h-header .h-globalnavi .h-sub_navi li {
  margin-left: 5px
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi .h-sub_navi li {
    margin-left: 0;
    width: 50%;
    border-top: 1px solid #d8d2cd;
    border-right: 1px solid #d8d2cd;
    box-sizing: border-box
  }
  .h-header .h-globalnavi .h-sub_navi li:nth-child(2n) {
    border-right: 0
  }
}

.h-header .h-globalnavi .h-sub_navi li:first-child {
  margin-left: 0
}

.h-header .h-globalnavi .h-sub_navi li a {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (min-width: 751px) {
  .h-header .h-globalnavi .h-sub_navi li a:hover {
    background-color: #dc0014;
    color: #fff
  }
  .h-header .h-globalnavi .h-sub_navi li a.current, .h-header .h-globalnavi .h-sub_navi li a.active {
    background-color: #dc0014;
    color: #fff
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi .h-sub_navi li a {
    display: block;
    padding: 16px 45px 16px 25px;
    border-radius: 0;
    position: relative
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-globalnavi .h-sub_navi li a::after {
    content: " ";
    display: block;
    width: 32px;
    height: 13px;
    background: url(/library/common/jfoodo/img/icon/link-arrow04.svg) center/32px auto no-repeat;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -6px
  }
}

.h-header .h-cv {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  text-align: center;
  background-color: #fff
}

@media only screen and (max-width: 1200px) {
  .h-header .h-cv {
    position: relative;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.2222222222;
    z-index: 11
  }
}

.h-header .h-cv a {
  padding-top: 80px;
  display: block;
  width: 170px;
  height: 170px;
  background: url(/library/common/jfoodo/img/icon/icon-note.svg) 70px 30px no-repeat #dc0014;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

@media only screen and (min-width: 751px) {
  .h-header .h-cv a:hover {
    opacity: .8
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-cv a {
    padding-top: 20px;
    width: 96px;
    height: 60px;
    background-position: 40px 5px;
    background-size: 14px auto
  }
}

@media only screen and (max-width: 1200px) {
  .h-header .h-cv a span {
    display: inline-block;
    transform: scale(0.9)
  }
}

@media print {
  .h-header {
    position: absolute
  }
}

@media only screen and (max-width: 1200px) {
  body.opened .h-header, body.opened2 .h-header {
    position: absolute
  }
  body.opened .h-globalnavi, body.opened2 .h-globalnavi {
    max-height: 100vh;
    overflow-y: scroll
  }
  body.opened .h-menu span, body.opened2 .h-menu span {
    background-color: transparent
  }
  body.opened .h-menu span::before, body.opened2 .h-menu span::before {
    top: 0;
    transform: rotate(45deg)
  }
  body.opened .h-menu span::after, body.opened2 .h-menu span::after {
    bottom: 0;
    transform: rotate(-45deg)
  }
  body.opened .c-content, body.opened .f-footer, body.opened2 .c-content, body.opened2 .f-footer {
    height: 0;
    overflow: hidden
  }
}

.f-footer {
  padding: 75px 20px 40px;
  background-color: #fff
}

@media only screen and (max-width: 750px) {
  .f-footer {
    padding: 5px 15px 15px
  }
}

@media only screen and (max-width: 750px) {
  .f-footer .elem_flex_column {
    display: block
  }
}

.f-footer .elem_flex_column .elem_flex_column_box:nth-child(1) {
  width: 54%
}

@media only screen and (max-width: 750px) {
  .f-footer .elem_flex_column .elem_flex_column_box:nth-child(1) {
    margin-bottom: 30px;
    width: auto
  }
}

.f-footer .elem_flex_column .elem_flex_column_box:nth-child(2) {
  width: 44%
}

@media only screen and (max-width: 750px) {
  .f-footer .elem_flex_column .elem_flex_column_box:nth-child(2) {
    width: auto
  }
}

.f-footer .f-logo {
  margin-top: 90px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center
}

@media only screen and (max-width: 750px) {
  .f-footer .f-logo {
    margin-top: 25px
  }
}

.f-footer .f-logo .jetro {
  flex: 0 0 162px;
  max-width: 162px;
  margin-right: 40px
}

@media only screen and (max-width: 750px) {
  .f-footer .f-logo .jetro {
    flex: 0 0 116px;
    max-width: 116px;
    margin-right: 7px
  }
}

.f-footer .f-logo .jfoodo {
  flex: 0 0 241px;
  max-width: 241px;
  margin-left: 40px
}

@media only screen and (max-width: 750px) {
  .f-footer .f-logo .jfoodo {
    flex: 0 0 173px;
    max-width: 173px;
    margin-left: 7px
  }
}

.f-footer .f-logo img {
  max-width: 100%;
  width: 100%;
  height: auto
}

.f-footer .f-aside {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 45px;
  font-size: 1.4rem;
  text-align: center
}

@media only screen and (max-width: 750px) {
  .f-footer .f-aside {
    margin-top: 35px;
    font-size: 1.2rem
  }
}

.f-footer .f-aside p {
  margin-top: 10px
}

@media only screen and (max-width: 750px) {
  .f-footer .f-aside p {
    text-align: center
  }
}

@media only screen and (max-width: 750px) {
  .f-footer .f-aside .recruit {
    margin-top: 18px;
    display: block;
    text-align: center;
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 750px) {
  .f-footer .f-aside .f-copyright {
    margin: 18px -10px 0;
    font-size: 1rem;
    line-height: 1.4444444444;
    transform: scale(0.9)
  }
}

.f-navigation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0
}

.f-navigation ul {
  margin-top: -10px!important;
  text-align: center
}
.f-navigation ul li {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px;
  vertical-align: top
}
.f-navigation ul li a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  color: #000
}

.f-navigation ul li a:hover {
  text-decoration: underline
}

.f-navigation ul li a .icon_external {
  margin-top: 2px
}
.f-navigation ul {
  margin-left: -25px!important
}

.f-navigation ul li {
  margin-left: 25px
}

.f-navigation ul li+li {
  position: relative
}

.f-navigation ul li+li::before {
  position: absolute;
  top: 50%;
  left: -13px;
  display: block;
  width: 1px;
  height: 10px;
  content: "";
  transform: translate(0, -50%);
  background: #000
}
.c-content {
  margin-top: 0;
  padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .c-content {
    padding: 0 !important
  }
}

@media only screen and (max-width: 750px) {
  .c-content {
    padding: 0 15px
  }
}

.c-content.top-content {
  margin-top: 70px !important
}

@media only screen and (max-width: 1200px) {
  .c-content.top-content {
    margin-top: 60px !important
  }
}

.elem_list_anchor_box {
  padding:30px 0 5px;
}
.elem_list_anchor_box ul {
  display: flex;
}
.elem_list_anchor_box ul li {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  width: calc((100% - 60px) / 3);
}

.elem_list_anchor_box ul li a {
  background-color: #000;
  display: block;
  position: relative;
  padding: 15px 15px 40px;
  text-decoration: none;
}

.elem_list_anchor_box ul li a .title {
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}
.elem_list_anchor_box ul li a .title span {
  font-size: 0.875em;
}
.elem_list_anchor_box ul li a .info {
  color: #fff;
  text-align: center;
}
.elem_list_anchor_box ul li a:hover, 
.elem_list_anchor_box ul li a:focus {
  text-decoration: none;
  opacity: .9;
  transition: opacity .25s;
}
.elem_list_anchor_box ul li a:hover .link,
.elem_list_anchor_box ul li a:focus .link {
  text-decoration: underline;
}

.elem_list_anchor_box ul li a .arrow_down {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    left: calc(50% - 15px);
    bottom: 25px;
    transition: all .3s ease-out;
}
.elem_list_anchor_box ul li a:hover .arrow_down {
   bottom: 20px;
}
@media only screen and (max-width: 750px) {
   .elem_list_anchor_box ul {
       flex-direction: column;
   }
   .elem_list_anchor_box ul li {
       width: 100%;
   }
   .elem_list_anchor_box ul li a {
       padding: 10px 15px 35px;
   }
   .elem_column_block .elem_list_anchor_box ul li p {
       margin: 5px 0;
   }
}

.screen-reader-text:not(:focus):not(:active) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px #000;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #fff;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}