@charset "UTF-8";
* {
  min-height: 0vw;
}

html {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(14px, 1.8vw, 16px);
  position: relative;
  overflow-y: scroll;
  color: #333333;
}

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

body {
  line-height: 1.8;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

/*縦方向の揃え位置を中央揃えに指定*/
input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

/*禁則処理*/
p,
li,
dt,
dd,
th,
td,
pre {
  text-align: left;
  word-break: normal;
  word-wrap: break-word;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

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

input {
  margin: 0;
  box-sizing: border-box;
}

input[type=textbox]::before {
  content: attr(placeholder);
  color: #808080;
}

a:focus,
*:focus,
input[type=text]:focus {
  outline: none;
}

section {
  position: relative;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

i {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*================================================
 *  電話番号をスマホのみ有効に
 ================================================*/
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.is-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.is-right {
  text-align: right;
}

.float_l {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .float_l {
    float: left;
  }
}

.float_r {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .float_r {
    float: right;
  }
}

.cf {
  display: block;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}
.cf::before {
  content: "";
  display: block;
  clear: both;
}

.l0 {
  line-height: 0;
}

.spacer {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .spacer {
    margin-top: 6rem;
  }
}

.spacer_c {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .spacer_c {
    margin-top: 3rem;
  }
}

.spacer_cc {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .spacer_cc {
    margin-top: 20px;
  }
}

.spacer_ccc {
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .spacer_ccc {
    margin-top: 10px;
  }
}

.p_s0 {
  padding: 0.5rem;
}

.p_s {
  padding: 1rem;
}

.p_s2 {
  padding: 2rem;
}

.p_s3 {
  padding: 3rem;
}

.p_st0 {
  padding-top: 0.5rem;
}

.p_st {
  padding-top: 1rem;
}

.p_st2 {
  padding-top: 2rem;
}

.p_st3 {
  padding-top: 3rem;
}

.p_sb0 {
  padding-bottom: 0.5rem;
}

.p_sb {
  padding-bottom: 1rem;
}

.p_sb2 {
  padding-bottom: 2rem;
}

.p_sb3 {
  padding-bottom: 3rem;
}

.p_sl0 {
  padding-left: 0.5rem;
}

.p_sl {
  padding-left: 1rem;
}

.p_sl2 {
  padding-left: 2rem;
}

.p_sl3 {
  padding-left: 3rem;
}

.p_sr0 {
  padding-right: 0.5rem;
}

.p_sr {
  padding-right: 1rem;
}

.p_sr2 {
  padding-right: 2rem;
}

.p_sr3 {
  padding-right: 3rem;
}

.p_stb0 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p_stb {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p_stb2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p_stb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p_slr0 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p_slr {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p_slr2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p_slr3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pm_st {
  padding-top: -1rem;
}

.pm_st2 {
  padding-top: -2rem;
}

.pm_sb {
  padding-bottom: -1rem;
}

.pm_sl {
  padding-left: -1rem;
}

.pm_st {
  padding-right: -1rem;
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_s {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_s {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_sx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_sx {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}

.flex_sl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_sl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_ss {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_ss {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_c {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_cx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_cx {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: normal;
  }
}

.flex_cl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_cl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_cc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_cc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_b {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_bx {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_bx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: normal;
  }
}

.flex_bl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_bl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: normal;
  }
}

.flex_bb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .flex_bb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: normal;
  }
}

.as-center {
  align-self: center;
}

.memo {
  font-size: clamp(13px, 1.8vw, 14px);
  font-weight: 400;
}

.memoc {
  font-size: clamp(13px, 1.8vw, 14px);
  color: #808080;
  font-weight: 400;
}

.mi {
  font-weight: 600;
  color: #ea0124;
}

.mc {
  color: #036eb8;
}

.mcb {
  color: #036eb8;
  font-weight: 600;
}

.un {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
}

.unc {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ea0124;
}

.marker {
  background: linear-gradient(transparent 0%, #ff9 0%);
  display: inline;
}

.marker50 {
  background: linear-gradient(transparent 50%, #ff9 50%);
  display: inline;
}

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

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: clamp(12px, 3vw, 13px);
}

.font14 {
  font-size: clamp(13px, 3vw, 14px);
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: clamp(16px, 3vw, 18px);
}

.font20 {
  font-size: clamp(18px, 3vw, 20px);
}

.fittop {
  -o-object-position: top;
     object-position: top;
}

.fitbottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.fb10 {
  flex-basis: 10%;
}

.fb15 {
  flex-basis: 15%;
}

.fb19 {
  flex-basis: 19%;
}

.fb20 {
  flex-basis: 20%;
}

.fb25 {
  flex-basis: 25%;
}

.fb29 {
  flex-basis: 29%;
}

.fb30 {
  flex-basis: 30%;
}

.fb32 {
  flex-basis: 32%;
}

.fb33 {
  flex-basis: 33%;
}

.fb39 {
  flex-basis: 39%;
}

.fb40 {
  flex-basis: 40%;
}

.fb45 {
  flex-basis: 45%;
}

.fb48 {
  flex-basis: 48%;
}

.fb49 {
  flex-basis: 49%;
}

.fb50 {
  flex-basis: 50%;
}

.fb59 {
  flex-basis: 59%;
}

.fb60 {
  flex-basis: 60%;
}

.fb69 {
  flex-basis: 69%;
}

.fb70 {
  flex-basis: 70%;
}

.fb79 {
  flex-basis: 79%;
}

.fb80 {
  flex-basis: 80%;
}

.fb90 {
  flex-basis: 90%;
}

.fb100 {
  flex-basis: 100%;
}

.imgfit_h50 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h50 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h50 {
    max-height: 50px;
  }
}

.imgfit_h60 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h60 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h60 {
    max-height: 60px;
  }
}

.imgfit_h70 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h70 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h70 {
    max-height: 70px;
  }
}

.imgfit_h80 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h80 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h80 {
    max-height: 80px;
  }
}

.imgfit_h90 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h90 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h90 {
    max-height: 90px;
  }
}

.imgfit_h100 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h100 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h100 {
    max-height: 100px;
  }
}

.imgfit_h110 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h110 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h110 {
    max-height: 110px;
  }
}

.imgfit_h120 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h120 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h120 {
    max-height: 120px;
  }
}

.imgfit_h130 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h130 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h130 {
    max-height: 130px;
  }
}

.imgfit_h140 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h140 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h140 {
    max-height: 140px;
  }
}

.imgfit_h150 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h150 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h150 {
    max-height: 150px;
  }
}

.imgfit_h160 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h160 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h160 {
    max-height: 160px;
  }
}

.imgfit_h170 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h170 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h170 {
    max-height: 170px;
  }
}

.imgfit_h180 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h180 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h180 {
    max-height: 180px;
  }
}

.imgfit_h190 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h190 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h190 {
    max-height: 190px;
  }
}

.imgfit_h200 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h200 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h200 {
    max-height: 200px;
  }
}

.imgfit_h210 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h210 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h210 {
    max-height: 210px;
  }
}

.imgfit_h220 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h220 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h220 {
    max-height: 220px;
  }
}

.imgfit_h230 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h230 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h230 {
    max-height: 230px;
  }
}

.imgfit_h240 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h240 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h240 {
    max-height: 240px;
  }
}

.imgfit_h250 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h250 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h250 {
    max-height: 250px;
  }
}

.imgfit_h260 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h260 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h260 {
    max-height: 260px;
  }
}

.imgfit_h270 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h270 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h270 {
    max-height: 270px;
  }
}

.imgfit_h280 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h280 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h280 {
    max-height: 280px;
  }
}

.imgfit_h290 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h290 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h290 {
    max-height: 290px;
  }
}

.imgfit_h300 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h300 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h300 {
    max-height: 300px;
  }
}

.imgfit_h310 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h310 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h310 {
    max-height: 310px;
  }
}

.imgfit_h320 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h320 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h320 {
    max-height: 320px;
  }
}

.imgfit_h330 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h330 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h330 {
    max-height: 330px;
  }
}

.imgfit_h340 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h340 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h340 {
    max-height: 340px;
  }
}

.imgfit_h350 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h350 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h350 {
    max-height: 350px;
  }
}

.imgfit_h360 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h360 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h360 {
    max-height: 360px;
  }
}

.imgfit_h370 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h370 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h370 {
    max-height: 370px;
  }
}

.imgfit_h380 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h380 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h380 {
    max-height: 380px;
  }
}

.imgfit_h390 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h390 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h390 {
    max-height: 390px;
  }
}

.imgfit_h400 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h400 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h400 {
    max-height: 400px;
  }
}

.imgfit_h410 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h410 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h410 {
    max-height: 410px;
  }
}

.imgfit_h420 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h420 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h420 {
    max-height: 420px;
  }
}

.imgfit_h430 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h430 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h430 {
    max-height: 430px;
  }
}

.imgfit_h440 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h440 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h440 {
    max-height: 440px;
  }
}

.imgfit_h450 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h450 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h450 {
    max-height: 450px;
  }
}

.imgfit_h460 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h460 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h460 {
    max-height: 460px;
  }
}

.imgfit_h470 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h470 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h470 {
    max-height: 470px;
  }
}

.imgfit_h480 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h480 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h480 {
    max-height: 480px;
  }
}

.imgfit_h490 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h490 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h490 {
    max-height: 490px;
  }
}

.imgfit_h500 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h500 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h500 {
    max-height: 500px;
  }
}

.imgfit_h510 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h510 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h510 {
    max-height: 510px;
  }
}

.imgfit_h520 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h520 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h520 {
    max-height: 520px;
  }
}

.imgfit_h530 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h530 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h530 {
    max-height: 530px;
  }
}

.imgfit_h540 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h540 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h540 {
    max-height: 540px;
  }
}

.imgfit_h550 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h550 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h550 {
    max-height: 550px;
  }
}

.imgfit_h560 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h560 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h560 {
    max-height: 560px;
  }
}

.imgfit_h570 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h570 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h570 {
    max-height: 570px;
  }
}

.imgfit_h580 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h580 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h580 {
    max-height: 580px;
  }
}

.imgfit_h590 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h590 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h590 {
    max-height: 590px;
  }
}

.imgfit_h600 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h600 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h600 {
    max-height: 600px;
  }
}

.imgfit_h610 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h610 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h610 {
    max-height: 610px;
  }
}

.imgfit_h620 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h620 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h620 {
    max-height: 620px;
  }
}

.imgfit_h630 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h630 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h630 {
    max-height: 630px;
  }
}

.imgfit_h640 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h640 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h640 {
    max-height: 640px;
  }
}

.imgfit_h650 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h650 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h650 {
    max-height: 650px;
  }
}

.imgfit_h660 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h660 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h660 {
    max-height: 660px;
  }
}

.imgfit_h670 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h670 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h670 {
    max-height: 670px;
  }
}

.imgfit_h680 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h680 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h680 {
    max-height: 680px;
  }
}

.imgfit_h690 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h690 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h690 {
    max-height: 690px;
  }
}

.imgfit_h700 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h700 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h700 {
    max-height: 700px;
  }
}

.imgfit_h710 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h710 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h710 {
    max-height: 710px;
  }
}

.imgfit_h720 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h720 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h720 {
    max-height: 720px;
  }
}

.imgfit_h730 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h730 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h730 {
    max-height: 730px;
  }
}

.imgfit_h740 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h740 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h740 {
    max-height: 740px;
  }
}

.imgfit_h750 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h750 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h750 {
    max-height: 750px;
  }
}

.imgfit_h760 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h760 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h760 {
    max-height: 760px;
  }
}

.imgfit_h770 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h770 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h770 {
    max-height: 770px;
  }
}

.imgfit_h780 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h780 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h780 {
    max-height: 780px;
  }
}

.imgfit_h790 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h790 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h790 {
    max-height: 790px;
  }
}

.imgfit_h800 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h800 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h800 {
    max-height: 800px;
  }
}

.imgfit_h810 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h810 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h810 {
    max-height: 810px;
  }
}

.imgfit_h820 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h820 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h820 {
    max-height: 820px;
  }
}

.imgfit_h830 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h830 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h830 {
    max-height: 830px;
  }
}

.imgfit_h840 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h840 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h840 {
    max-height: 840px;
  }
}

.imgfit_h850 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h850 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h850 {
    max-height: 850px;
  }
}

.imgfit_h860 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h860 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h860 {
    max-height: 860px;
  }
}

.imgfit_h870 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h870 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h870 {
    max-height: 870px;
  }
}

.imgfit_h880 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h880 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h880 {
    max-height: 880px;
  }
}

.imgfit_h890 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h890 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h890 {
    max-height: 890px;
  }
}

.imgfit_h900 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h900 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h900 {
    max-height: 900px;
  }
}

.imgfit_h910 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h910 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h910 {
    max-height: 910px;
  }
}

.imgfit_h920 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h920 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h920 {
    max-height: 920px;
  }
}

.imgfit_h930 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h930 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h930 {
    max-height: 930px;
  }
}

.imgfit_h940 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h940 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h940 {
    max-height: 940px;
  }
}

.imgfit_h960 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h960 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h960 {
    max-height: 960px;
  }
}

.imgfit_h970 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h970 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h970 {
    max-height: 970px;
  }
}

.imgfit_h980 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h980 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h980 {
    max-height: 980px;
  }
}

.imgfit_h990 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_h990 {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_h990 {
    max-height: 990px;
  }
}

.imgfit_w50 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w50 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w50 {
    max-width: 50px;
  }
}

.imgfit_w60 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w60 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w60 {
    max-width: 60px;
  }
}

.imgfit_w70 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w70 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w70 {
    max-width: 70px;
  }
}

.imgfit_w80 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w80 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w80 {
    max-width: 80px;
  }
}

.imgfit_w90 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w90 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w90 {
    max-width: 90px;
  }
}

.imgfit_w100 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w100 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w100 {
    max-width: 100px;
  }
}

.imgfit_w110 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w110 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w110 {
    max-width: 110px;
  }
}

.imgfit_w120 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w120 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w120 {
    max-width: 120px;
  }
}

.imgfit_w130 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w130 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w130 {
    max-width: 130px;
  }
}

.imgfit_w140 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w140 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w140 {
    max-width: 140px;
  }
}

.imgfit_w150 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w150 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w150 {
    max-width: 150px;
  }
}

.imgfit_w160 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w160 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w160 {
    max-width: 160px;
  }
}

.imgfit_w170 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w170 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w170 {
    max-width: 170px;
  }
}

.imgfit_w180 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w180 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w180 {
    max-width: 180px;
  }
}

.imgfit_w190 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w190 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w190 {
    max-width: 190px;
  }
}

.imgfit_w200 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w200 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w200 {
    max-width: 200px;
  }
}

.imgfit_w210 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w210 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w210 {
    max-width: 210px;
  }
}

.imgfit_w220 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w220 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w220 {
    max-width: 220px;
  }
}

.imgfit_w230 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w230 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w230 {
    max-width: 230px;
  }
}

.imgfit_w240 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w240 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w240 {
    max-width: 240px;
  }
}

.imgfit_w250 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w250 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w250 {
    max-width: 250px;
  }
}

.imgfit_w260 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w260 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w260 {
    max-width: 260px;
  }
}

.imgfit_w270 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w270 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w270 {
    max-width: 270px;
  }
}

.imgfit_w280 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w280 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w280 {
    max-width: 280px;
  }
}

.imgfit_w290 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w290 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w290 {
    max-width: 290px;
  }
}

.imgfit_w300 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w300 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w300 {
    max-width: 300px;
  }
}

.imgfit_w310 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w310 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w310 {
    max-width: 310px;
  }
}

.imgfit_w320 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w320 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w320 {
    max-width: 320px;
  }
}

.imgfit_w330 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w330 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w330 {
    max-width: 330px;
  }
}

.imgfit_w340 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w340 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w340 {
    max-width: 340px;
  }
}

.imgfit_w350 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w350 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w350 {
    max-width: 350px;
  }
}

.imgfit_w360 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w360 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w360 {
    max-width: 360px;
  }
}

.imgfit_w370 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w370 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w370 {
    max-width: 370px;
  }
}

.imgfit_w380 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w380 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w380 {
    max-width: 380px;
  }
}

.imgfit_w390 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w390 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w390 {
    max-width: 390px;
  }
}

.imgfit_w400 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w400 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w400 {
    max-width: 400px;
  }
}

.imgfit_w410 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w410 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w410 {
    max-width: 410px;
  }
}

.imgfit_w420 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w420 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w420 {
    max-width: 420px;
  }
}

.imgfit_w430 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w430 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w430 {
    max-width: 430px;
  }
}

.imgfit_w440 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w440 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w440 {
    max-width: 440px;
  }
}

.imgfit_w450 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w450 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w450 {
    max-width: 450px;
  }
}

.imgfit_w460 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w460 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w460 {
    max-width: 460px;
  }
}

.imgfit_w470 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w470 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w470 {
    max-width: 470px;
  }
}

.imgfit_w480 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w480 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w480 {
    max-width: 480px;
  }
}

.imgfit_w490 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w490 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w490 {
    max-width: 490px;
  }
}

.imgfit_w500 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w500 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w500 {
    max-width: 500px;
  }
}

.imgfit_w510 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w510 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w510 {
    max-width: 510px;
  }
}

.imgfit_w520 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w520 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w520 {
    max-width: 520px;
  }
}

.imgfit_w530 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w530 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w530 {
    max-width: 530px;
  }
}

.imgfit_w540 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w540 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w540 {
    max-width: 540px;
  }
}

.imgfit_w550 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w550 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w550 {
    max-width: 550px;
  }
}

.imgfit_w560 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w560 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w560 {
    max-width: 560px;
  }
}

.imgfit_w570 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w570 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w570 {
    max-width: 570px;
  }
}

.imgfit_w580 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w580 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w580 {
    max-width: 580px;
  }
}

.imgfit_w590 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w590 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w590 {
    max-width: 590px;
  }
}

.imgfit_w600 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w600 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w600 {
    max-width: 600px;
  }
}

.imgfit_w610 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w610 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w610 {
    max-width: 610px;
  }
}

.imgfit_w620 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w620 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w620 {
    max-width: 620px;
  }
}

.imgfit_w630 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w630 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w630 {
    max-width: 630px;
  }
}

.imgfit_w640 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w640 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w640 {
    max-width: 640px;
  }
}

.imgfit_w650 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w650 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w650 {
    max-width: 650px;
  }
}

.imgfit_w660 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w660 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w660 {
    max-width: 660px;
  }
}

.imgfit_w670 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w670 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w670 {
    max-width: 670px;
  }
}

.imgfit_w680 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w680 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w680 {
    max-width: 680px;
  }
}

.imgfit_w690 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w690 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w690 {
    max-width: 690px;
  }
}

.imgfit_w700 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w700 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w700 {
    max-width: 700px;
  }
}

.imgfit_w710 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w710 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w710 {
    max-width: 710px;
  }
}

.imgfit_w720 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w720 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w720 {
    max-width: 720px;
  }
}

.imgfit_w730 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w730 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w730 {
    max-width: 730px;
  }
}

.imgfit_w740 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w740 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w740 {
    max-width: 740px;
  }
}

.imgfit_w750 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w750 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w750 {
    max-width: 750px;
  }
}

.imgfit_w760 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w760 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w760 {
    max-width: 760px;
  }
}

.imgfit_w770 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w770 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w770 {
    max-width: 770px;
  }
}

.imgfit_w780 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w780 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w780 {
    max-width: 780px;
  }
}

.imgfit_w790 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w790 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w790 {
    max-width: 790px;
  }
}

.imgfit_w800 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w800 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w800 {
    max-width: 800px;
  }
}

.imgfit_w810 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w810 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w810 {
    max-width: 810px;
  }
}

.imgfit_w820 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w820 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w820 {
    max-width: 820px;
  }
}

.imgfit_w830 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w830 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w830 {
    max-width: 830px;
  }
}

.imgfit_w840 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w840 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w840 {
    max-width: 840px;
  }
}

.imgfit_w850 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w850 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w850 {
    max-width: 850px;
  }
}

.imgfit_w860 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w860 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w860 {
    max-width: 860px;
  }
}

.imgfit_w870 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w870 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w870 {
    max-width: 870px;
  }
}

.imgfit_w880 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w880 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w880 {
    max-width: 880px;
  }
}

.imgfit_w890 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w890 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w890 {
    max-width: 890px;
  }
}

.imgfit_w900 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w900 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w900 {
    max-width: 900px;
  }
}

.imgfit_w910 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w910 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w910 {
    max-width: 910px;
  }
}

.imgfit_w920 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w920 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w920 {
    max-width: 920px;
  }
}

.imgfit_w930 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w930 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w930 {
    max-width: 930px;
  }
}

.imgfit_w940 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w940 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w940 {
    max-width: 940px;
  }
}

.imgfit_w950 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w950 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w950 {
    max-width: 950px;
  }
}

.imgfit_w960 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w960 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w960 {
    max-width: 960px;
  }
}

.imgfit_w970 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w970 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w970 {
    max-width: 970px;
  }
}

.imgfit_w980 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w980 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w980 {
    max-width: 980px;
  }
}

.imgfit_w990 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w990 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w990 {
    max-width: 990px;
  }
}

.imgfit_w1000 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1000 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1000 {
    max-width: 1000px;
  }
}

.imgfit_w1100 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1100 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1100 {
    max-width: 1100px;
  }
}

.imgfit_w1200 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1200 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1200 {
    max-width: 1200px;
  }
}

.imgfit_w1300 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1300 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1300 {
    max-width: 1300px;
  }
}

.imgfit_w1400 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1400 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1400 {
    max-width: 1400px;
  }
}

.imgfit_w1500 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1500 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1500 {
    max-width: 1500px;
  }
}

.imgfit_w1600 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1600 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1600 {
    max-width: 1600px;
  }
}

.imgfit_w1700 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1700 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1700 {
    max-width: 1700px;
  }
}

.imgfit_w1800 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1800 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1800 {
    max-width: 1800px;
  }
}

.imgfit_w1900 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w1900 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w1900 {
    max-width: 1900px;
  }
}

.imgfit_w2000 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2000 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2000 {
    max-width: 2000px;
  }
}

.imgfit_w2100 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2100 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2100 {
    max-width: 2100px;
  }
}

.imgfit_w2200 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2200 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2200 {
    max-width: 2200px;
  }
}

.imgfit_w2300 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2300 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2300 {
    max-width: 2300px;
  }
}

.imgfit_w2400 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2400 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2400 {
    max-width: 2400px;
  }
}

.imgfit_w2500 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2500 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2500 {
    max-width: 2500px;
  }
}

.imgfit_w2600 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2600 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2600 {
    max-width: 2600px;
  }
}

.imgfit_w2700 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2700 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2700 {
    max-width: 2700px;
  }
}

.imgfit_w2800 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2800 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2800 {
    max-width: 2800px;
  }
}

.imgfit_w2900 {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .imgfit_w2900 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .imgfit_w2900 {
    max-width: 2900px;
  }
}

.area_full {
  margin: 0 calc(50% - 50vw);
}

.area_50 {
  max-width: 50px;
}

.area_60 {
  max-width: 60px;
}

.area_70 {
  max-width: 70px;
}

.area_80 {
  max-width: 80px;
}

.area_90 {
  max-width: 90px;
}

.area_100 {
  max-width: 100px;
}

.area_110 {
  max-width: 110px;
}

.area_120 {
  max-width: 120px;
}

.area_130 {
  max-width: 130px;
}

.area_140 {
  max-width: 140px;
}

.area_150 {
  max-width: 150px;
}

.area_160 {
  max-width: 160px;
}

.area_170 {
  max-width: 170px;
}

.area_180 {
  max-width: 180px;
}

.area_190 {
  max-width: 190px;
}

.area_200 {
  max-width: 200px;
}

.area_210 {
  max-width: 210px;
}

.area_220 {
  max-width: 220px;
}

.area_230 {
  max-width: 230px;
}

.area_240 {
  max-width: 240px;
}

.area_250 {
  max-width: 250px;
}

.area_260 {
  max-width: 260px;
}

.area_270 {
  max-width: 270px;
}

.area_280 {
  max-width: 280px;
}

.area_290 {
  max-width: 290px;
}

.area_300 {
  max-width: 300px;
}

.area_310 {
  max-width: 310px;
}

.area_320 {
  max-width: 320px;
}

.area_330 {
  max-width: 330px;
}

.area_340 {
  max-width: 340px;
}

.area_350 {
  max-width: 350px;
}

.area_360 {
  max-width: 360px;
}

.area_370 {
  max-width: 370px;
}

.area_380 {
  max-width: 380px;
}

.area_390 {
  max-width: 390px;
}

.area_400 {
  max-width: 400px;
}

.area_410 {
  max-width: 410px;
}

.area_420 {
  max-width: 420px;
}

.area_430 {
  max-width: 430px;
}

.area_440 {
  max-width: 440px;
}

.area_450 {
  max-width: 450px;
}

.area_460 {
  max-width: 460px;
}

.area_470 {
  max-width: 470px;
}

.area_480 {
  max-width: 480px;
}

.area_490 {
  max-width: 490px;
}

.area_500 {
  max-width: 500px;
}

.area_510 {
  max-width: 510px;
}

.area_520 {
  max-width: 520px;
}

.area_530 {
  max-width: 530px;
}

.area_540 {
  max-width: 540px;
}

.area_550 {
  max-width: 550px;
}

.area_560 {
  max-width: 560px;
}

.area_570 {
  max-width: 570px;
}

.area_580 {
  max-width: 580px;
}

.area_590 {
  max-width: 590px;
}

.area_600 {
  max-width: 600px;
}

.area_610 {
  max-width: 610px;
}

.area_620 {
  max-width: 620px;
}

.area_630 {
  max-width: 630px;
}

.area_640 {
  max-width: 640px;
}

.area_650 {
  max-width: 650px;
}

.area_660 {
  max-width: 660px;
}

.area_670 {
  max-width: 670px;
}

.area_680 {
  max-width: 680px;
}

.area_690 {
  max-width: 690px;
}

.area_700 {
  max-width: 700px;
}

.area_710 {
  max-width: 710px;
}

.area_720 {
  max-width: 720px;
}

.area_730 {
  max-width: 730px;
}

.area_740 {
  max-width: 740px;
}

.area_750 {
  max-width: 750px;
}

.area_760 {
  max-width: 760px;
}

.area_770 {
  max-width: 770px;
}

.area_780 {
  max-width: 780px;
}

.area_790 {
  max-width: 790px;
}

.area_800 {
  max-width: 800px;
}

.area_810 {
  max-width: 810px;
}

.area_820 {
  max-width: 820px;
}

.area_830 {
  max-width: 830px;
}

.area_840 {
  max-width: 840px;
}

.area_850 {
  max-width: 850px;
}

.area_860 {
  max-width: 860px;
}

.area_870 {
  max-width: 870px;
}

.area_880 {
  max-width: 880px;
}

.area_890 {
  max-width: 890px;
}

.area_900 {
  max-width: 900px;
}

.area_910 {
  max-width: 910px;
}

.area_920 {
  max-width: 920px;
}

.area_930 {
  max-width: 930px;
}

.area_940 {
  max-width: 940px;
}

.area_950 {
  max-width: 950px;
}

.area_960 {
  max-width: 960px;
}

.area_970 {
  max-width: 970px;
}

.area_980 {
  max-width: 980px;
}

.area_990 {
  max-width: 990px;
}

.area_1000 {
  max-width: 1000px;
}

.area_1100 {
  max-width: 1100px;
}

.area_1200 {
  max-width: 1200px;
}

.area_1300 {
  max-width: 1300px;
}

.area_1400 {
  max-width: 1400px;
}

.area_1500 {
  max-width: 1500px;
}

.area_1600 {
  max-width: 1600px;
}

.area_1700 {
  max-width: 1700px;
}

.area_1800 {
  max-width: 1800px;
}

.area_1900 {
  max-width: 1900px;
}

.area_2000 {
  max-width: 2000px;
}

.area_2100 {
  max-width: 2100px;
}

.area_2200 {
  max-width: 2200px;
}

.area_2300 {
  max-width: 2300px;
}

.area_2400 {
  max-width: 2400px;
}

.area_2500 {
  max-width: 2500px;
}

.area_2600 {
  max-width: 2600px;
}

.area_2700 {
  max-width: 2700px;
}

.area_2800 {
  max-width: 2800px;
}

.area_2900 {
  max-width: 2900px;
}

sup {
  position: relative;
  top: -0.3em;
}

/*-- globalフォルダの中の_index.scss --*/
div.wrap {
  flex: 1 0 auto;
  position: relative;
  width: 100%;
  margin: auto;
}

#header {
  height: 60px;
  background-color: white;
  background-repeat: repeat;
  background-position: top center;
  box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.5607843137);
  position: fixed;
  top: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 4;
}
@media screen and (min-width: 1000px) {
  #header {
    height: 80px;
  }
}

.head-animation {
  transform: translateY(-100%);
}

.toplogo__container {
  position: absolute;
  max-width: 60%;
}
@media screen and (min-width: 1000px) {
  .toplogo__container {
    position: relative;
    margin-right: auto;
    max-width: 400px;
  }
}
.toplogo__container h1 {
  line-height: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  .toplogo__container h1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
@media screen and (min-width: 1000px) {
  .toplogo__container h1 {
    height: 80px;
  }
}
.toplogo__container h1 img {
  margin-left: 3vw;
  max-width: 80%;
  max-height: 58px;
}
@media screen and (min-width: 1000px) {
  .toplogo__container h1 img {
    max-width: 100%;
  }
}

body {
  background-image: repeating-linear-gradient(-45deg, #dedede 0, #dedede 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
}

.main {
  position: relative;
  z-index: 0;
  margin-top: -100px;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 400px);
  height: 300px;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  background-image: repeating-linear-gradient(-45deg, #dedede 0, #dedede 1px, transparent 0, transparent 50%);
  background-size: 10px 10px;
  background-color: white;
  z-index: -1;
}

.contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.subcontents {
  position: relative;
  display: block;
  min-height: 100vh;
  max-width: 1200px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  scrollbar-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1480px) {
  .subcontents {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .subcontents {
    margin-top: calc(60px + 50px);
  }
}

footer {
  background-color: white;
  padding-top: 3rem;
}

.footer__wrap {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
  max-width: 1200px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1480px) {
  .footer__wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: normal;
  }
}
.footer__wrap > dl {
  flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  .footer__wrap > dl {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #036eb8;
  }
}
.footer__wrap > dl dd {
  font-size: clamp(0.875rem, 2vw, 1rem);
  margin-top: 1em;
  text-align: right;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__wrap > dl dd {
    margin-top: 20px;
  }
}
.footer__address {
  flex-basis: 45%;
  align-self: center;
  font-style: normal;
}
.footer__address dl {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__address dl {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__address dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}
.footer__address dl dt {
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .footer__address dl dt {
    flex-basis: 30%;
  }
}
.footer__address dl dd {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .footer__address dl dd {
    flex-basis: 70%;
  }
}
.footer__map {
  margin-top: 0.5em;
  font-size: clamp(0.812rem, 2vw, 0.875rem);
}
@media screen and (min-width: 768px) {
  .footer__map {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__map {
    text-align: right;
  }
}
.footer__map a {
  text-decoration: none;
  color: #036eb8;
  border-width: 1px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 0;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5em 4em 0.5em 1em;
}
.footer__map a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
}
.footer__map a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23036eb8"><path d="M12 2C7.589 2 4 5.589 4 9.995 3.971 16.44 11.696 21.784 12 22c0 0 8.029-5.56 8-12 0-4.411-3.589-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"></path></svg>');
}
.footer__map :hover {
  color: white;
  background-color: #036eb8;
}
.footer__map a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23ffffff"><path d="M12 2C7.589 2 4 5.589 4 9.995 3.971 16.44 11.696 21.784 12 22c0 0 8.029-5.56 8-12 0-4.411-3.589-8-8-8zm0 12c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4z"></path></svg>');
}
.footer__menu {
  margin-top: 3em;
  width: 100%;
  background-color: #a5d4f6;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: normal;
  }
}
.footer__menu li {
  list-style: none;
}
.footer__menu li a {
  color: #036eb8;
  font-size: clamp(1rem, 1rem + 0.5vw, 0.875rem);
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5em 3em 0.5em 1em;
}
.footer__menu li a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 16px;
  left: auto;
  margin: auto;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
}
.footer__menu li a:hover {
  font-weight: 800;
  text-decoration: underline;
}
.footer__menu li a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23036eb8"><path d="M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z"></path></svg>');
}
.footer__menu li a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23036eb8"><path d="M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z"></path></svg>');
}
.footer__copyright {
  background-color: #036eb8;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #036eb8;
  flex-basis: 100%;
  font-size: clamp(0.812rem, 2vw, 0.875rem);
  width: 100%;
  text-align: center;
  color: white;
  padding: 2rem;
}

/*-- layoutフォルダの中の_index.scss --*/
/*ハンバーガー*/
.hamburger {
  border-width: 2px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  padding: 16px 9px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  height: 3px;
  width: 28px;
  transition: 0.6s ease;
  background-color: #036eb8;
}
.hamburger span::before {
  content: "";
  position: absolute;
  margin-top: -8px;
  background-color: #036eb8;
  display: block;
  height: 3px;
  width: 28px;
  transition: 0.6s ease;
  border-radius: 3px;
}
.hamburger span::after {
  content: "";
  position: absolute;
  margin-top: 8px;
  background-color: #036eb8;
  display: block;
  height: 3px;
  width: 28px;
  transition: 0.6s ease;
  border-radius: 3px;
}

.nav-checkbox {
  display: none;
}
.nav-checkbox:not(:checked) ~ .nav-area {
  overflow: hidden;
  height: 60px;
}
@media screen and (min-width: 1000px) {
  .nav-checkbox:not(:checked) ~ .nav-area {
    overflow: visible;
    height: 80px;
  }
}
.nav-checkbox:checked ~ .nav-area {
  transition: height 0.6s ease;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (min-width: 1000px) {
  .nav-checkbox:checked ~ .nav-area {
    height: initial;
    overflow: initial;
  }
}
.nav-checkbox:checked ~ .nav-area .hamburger span {
  background-color: transparent;
}
.nav-checkbox:checked ~ .nav-area .hamburger span::before {
  margin-top: 0;
  transform: rotate(225deg);
}
.nav-checkbox:checked ~ .nav-area .hamburger span::after {
  margin-top: 0;
  transform: rotate(-225deg);
}

.nav-area {
  position: absolute;
  height: 60px;
  transition: 0.6s ease;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .nav-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
    flex-wrap: wrap;
    height: 80px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 768px) {
  .nav-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
.nav-area a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
  opacity: 1;
}
.nav-area .nav-item {
  border-top: 0;
}

.nav-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  background: white;
  padding-right: 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #036eb8;
}
@media screen and (min-width: 1000px) {
  .nav-header {
    margin-right: auto;
    height: 80px;
    padding-right: 0;
  }
}

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: normal;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .navigation {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: normal;
  }
}
@media screen and (min-width: 1000px) {
  .navigation {
    height: 80px;
    background-color: transparent;
    padding-right: 0;
    padding-right: 60px;
  }
}
.navigation .nav-item {
  height: 100%;
}
.navigation > .nav-item:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #036eb8;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  .navigation > .nav-item:not(:last-child) {
    border-bottom: none;
  }
}
.navigation > .nav-item:not(:last-child) a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: normal;
  flex-wrap: wrap;
  text-decoration: none;
  cursor: pointer;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 600;
  color: #036eb8;
  padding: 1rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .navigation > .nav-item:not(:last-child) a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
@media screen and (min-width: 1000px) {
  .navigation > .nav-item:not(:last-child) a {
    text-align: center;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .navigation > .nav-item:not(:last-child) a {
    padding: 10px 20px;
  }
}
.navigation > .nav-item:not(:last-child) a:hover {
  background-color: #bce3fe;
  color: #036eb8;
}
.navigation > li:last-child {
  margin-bottom: 100px;
}
@media screen and (min-width: 1000px) {
  .navigation > li:last-child {
    margin-bottom: 0;
  }
}

.navigation li:nth-of-type(n + 2):nth-of-type(-n + 8) {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .navigation li:nth-of-type(n + 2):nth-of-type(-n + 8)::before {
    content: "";
    display: block;
    height: 30px;
    border-left: 1px solid #036eb8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.nav-item:last-of-type a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
  background-color: #036eb8;
  color: white;
  padding: 16px 1px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1000px) {
  .nav-item:last-of-type a {
    padding: 3px 1.5rem;
    text-align: center;
    height: 100%;
  }
}
.nav-item:last-of-type a:hover {
  background-color: white;
  color: #036eb8;
}
.nav-item:last-of-type a::before {
  content: "";
  display: block;
  width: auto; /* アイコンの幅 */
  height: 40px; /* アイコンの高さ */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-item:last-of-type a::before {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23ffffff"><path d="M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z"></path></svg>');
}
.nav-item:last-of-type a:hover:before {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23036eb8"><path d="M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z"></path></svg>');
}

.nav-dropdown {
  position: relative;
  z-index: 122;
}
.nav-dropdown:hover {
  background: #a5d4f6;
}
@media screen and (min-width: 1000px) {
  .nav-dropdown:hover {
    position: relative;
    display: inline-block;
    align-items: center;
  }
  .nav-dropdown:hover:before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    margin: auto;
    content: "";
    width: 1em;
    height: 1em;
    border: 1em solid transparent;
    border-bottom: 1em solid white;
  }
}
@media screen and (min-width: 1000px) {
  .nav-dropdown:hover > ul {
    position: absolute;
    top: 80px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0;
    display: block;
    min-width: 100%;
    z-index: 200;
    background: white;
  }
}
.nav-dropdown > a {
  pointer-events: none;
  position: relative;
  display: inline-block;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .nav-dropdown > a {
    display: flex;
  }
}
.nav-dropdown > a::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: auto;
  right: 2em;
  transform: translate(0, 0);
  margin: auto;
  content: "";
  width: 1em;
  height: 1em;
  border: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid white;
}
@media screen and (min-width: 1000px) {
  .nav-dropdown > a::after {
    display: none;
  }
}
.nav-dropdown > ul {
  display: none;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #036eb8;
  position: relative;
  min-width: 100%;
}
@media screen and (min-width: 1000px) {
  .nav-dropdown > ul {
    display: none;
    border-top: none;
  }
}
.nav-dropdown > ul .nav-item a {
  background: white;
  display: block;
  min-width: 100%;
  padding: 0.8em 1em 0.8em 2em;
  z-index: 122;
  font-size: 1.6rem;
  color: #184769;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #036eb8;
}
@media screen and (min-width: 1000px) {
  .nav-dropdown > ul .nav-item a {
    background: white;
    padding: 0.8em 1em;
    white-space: nowrap;
  }
}
.nav-dropdown > ul .nav-item a:hover {
  background: #a5d4f6;
  z-index: 122;
}
.nav-dropdown > ul .nav-item a span {
  display: none;
}

.active ul {
  display: block;
}
@media screen and (min-width: 1000px) {
  .active ul {
    display: none;
  }
}

/*-- navフォルダの中の_index.scss --*/
.topcontents {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .topcontents {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}

.mainphoto__wrap {
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mainphoto__wrap {
    height: 400px;
  }
}
@media screen and (min-width: 1025px) {
  .mainphoto__wrap {
    height: 600px;
  }
}

.mainphoto__copy p {
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  color: #ffffff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  white-space: nowrap;
  max-width: 90vw;
}
.mainphoto__copy p span.catch {
  font-size: 0.812rem;
  background-color: #036eb8;
  padding: 0.2rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .mainphoto__copy p span.catch {
    font-size: 1.25rem;
    padding: 0.2rem 1rem;
  }
}
@media screen and (min-width: 1025px) {
  .mainphoto__copy p span.catch {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .mainphoto__copy p span.catch {
    font-size: 1.5rem;
  }
}
.mainphoto__copy p span.copy {
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-shadow: 0 0 8px #000;
  padding: 0.1em;
  position: relative;
  z-index: 2; /* 文字がバーの上に来るように */
  text-shadow: rgba(0, 0, 0, 0.7019607843) 1px 0px 0px, rgba(0, 0, 0, 0.7019607843) -1px 0px 0px, rgba(0, 0, 0, 0.7019607843) 0px -1px 0px, rgba(0, 0, 0, 0.7019607843) 0px 1px 0px, rgba(0, 0, 0, 0.7019607843) 1px 1px 0px, rgba(0, 0, 0, 0.7019607843) -1px 1px 0px, rgba(0, 0, 0, 0.7019607843) 1px -1px 0px, rgba(0, 0, 0, 0.7019607843) -1px -1px 0px, rgba(0, 0, 0, 0.7019607843) 0.5px 1px 0px, rgba(0, 0, 0, 0.7019607843) -0.5px 1px 0px, rgba(0, 0, 0, 0.7019607843) 0.5px -1px 0px, rgba(0, 0, 0, 0.7019607843) -0.5px -1px 0px, rgba(0, 0, 0, 0.7019607843) 1px 0.5px 0px, rgba(0, 0, 0, 0.7019607843) -1px 0.5px 0px, rgba(0, 0, 0, 0.7019607843) 1px -0.5px 0px, rgba(0, 0, 0, 0.7019607843) -1px -0.5px 0px;
}
@media screen and (min-width: 768px) {
  .mainphoto__copy p span.copy {
    font-size: 1.5rem;
    padding: 0.1em 0.6em;
  }
}
@media screen and (min-width: 1025px) {
  .mainphoto__copy p span.copy {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .mainphoto__copy p span.copy {
    font-size: 3rem;
  }
}

.about__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .about__wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
  }
}
.about__wrap dl {
  margin-top: 3em;
  display: flex;
  flex-direction: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .about__wrap dl {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .about__wrap dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5%;
  }
}
.about__wrap dl dt {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  flex-basis: 25%;
  font-size: clamp(1rem, 3vw, 1.875rem);
  display: inline-flex; /* 中央寄せのためにflex使用 */
  align-items: center;
  justify-content: center;
  width: 100%; /* 楕円の横幅（調整可） */
  height: 6rem; /* 楕円の高さ（調整可） */
  border-radius: 50%; /* 楕円（丸み最大） */
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1rem auto;
  background: rgba(3, 110, 184, 0.3);
  text-shadow: white 1px 0px 0px, white -1px 0px 0px, white 0px -1px 0px, white 0px 1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px, white 0.5px 1px 0px, white -0.5px 1px 0px, white 0.5px -1px 0px, white -0.5px -1px 0px, white 1px 0.5px 0px, white -1px 0.5px 0px, white 1px -0.5px 0px, white -1px -0.5px 0px;
}
.about__wrap dl dd {
  flex-basis: 70%;
  font-size: clamp(1rem, 3vw, 1.125rem);
}
.about__wrap dl dd span {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 600;
}
.about__wrap dl dd p {
  font-size: clamp(0.875rem, 3vw, 0.875rem);
  margin-top: 1rem;
}
.about__wrap dl dd div {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.about__wrap dl dd div a {
  margin: 1rem;
  text-decoration: none;
  color: #036eb8;
  border-width: 2px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 3rem 0.5rem 5rem;
}
.about__wrap dl dd div a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 2rem;
  margin: auto;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
.about__wrap dl dd div a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
.about__wrap dl dd div a:hover {
  color: white;
  background-color: #036eb8;
}
.about__wrap dl dd div a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23ffffff"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}

.news__wrap {
  flex-basis: 100%;
}
.news__wrap > div {
  max-width: 800px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1480px) {
  .news__wrap > div {
    padding-right: 0;
    padding-left: 0;
  }
}
.news__wrap h2 {
  text-align: left;
  font-family: "Fredericka the Great", serif;
  font-size: clamp(0.875rem, 3vw, 1.25rem);
  color: #036eb8;
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #036eb8;
}
.news__wrap dl {
  width: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news__wrap dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: normal;
  }
}
.news__wrap dl dt {
  font-size: clamp(0.875rem, 1vw, 0.875rem);
  padding: 0.5em;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .news__wrap dl dt {
    flex-basis: 29%;
    padding: 0.5em 1em 0.5em 2em;
  }
}
.news__wrap dl dd {
  font-size: clamp(0.875rem, 1vw, 0.875rem);
  padding: 0.5em;
  text-align: left;
  background-color: #fff;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .news__wrap dl dd {
    flex-basis: 69%;
    padding: 0.5em 1em 0.5em 2em;
  }
}
.news__wrap a {
  text-decoration: underline;
  color: #036eb8;
}

.sugoi__wrap {
  margin-top: 3em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sugoi__wrap {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .sugoi__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 3rem;
  }
}
.sugoi__wrap h2 {
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem;
  border: 2px solid #333333;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}
.sugoi__wrap h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.sugoi__wrap h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
.sugoi__wrap a {
  transition: transform 0.3s ease;
  flex-basis: calc((100% - 4rem) / 2);
  box-shadow: 8px 8px 3px -2px rgba(0, 0, 0, 0.3450980392);
}
@media screen and (min-width: 768px) {
  .sugoi__wrap a {
    flex-basis: calc((100% - 6rem) / 3);
  }
}
.sugoi__wrap a:hover {
  opacity: 0.5;
  transform: translateY(-10px);
}
.sugoi__wrap a dt {
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  font-weight: 600;
  color: white;
  line-height: 2;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}
.sugoi__wrap a dt span {
  display: block;
  line-height: 2.7rem;
  font-family: "Fredericka the Great", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.sugoi__wrap a dd {
  color: #333333;
  padding: 1rem;
  align-items: stretch;
}
.sugoi__wrap a:nth-of-type(1) dt {
  background-color: rgb(0, 85, 195);
}
.sugoi__wrap a:nth-of-type(2) dt {
  background-color: rgb(0, 134, 76);
}
.sugoi__wrap a:nth-of-type(3) dt {
  background-color: rgb(155, 142, 0);
}
.sugoi__wrap a:nth-of-type(4) dt {
  background-color: rgb(119, 0, 107);
}
.sugoi__wrap a:nth-of-type(5) dt {
  background-color: rgb(149, 0, 0);
}
.sugoi__wrap a:nth-of-type(1) {
  background-color: rgb(230, 241, 255);
}
.sugoi__wrap a:nth-of-type(2) {
  background-color: rgb(226, 255, 242);
}
.sugoi__wrap a:nth-of-type(3) {
  background-color: rgb(255, 251, 210);
}
.sugoi__wrap a:nth-of-type(4) {
  background-color: rgb(255, 236, 253);
}
.sugoi__wrap a:nth-of-type(5) {
  background-color: rgb(255, 224, 224);
}

section.scene__wrap {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  section.scene__wrap {
    margin-top: 6rem;
  }
}
section.scene__wrap dl {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  section.scene__wrap dl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
section.scene__wrap dl dt {
  flex-basis: 29%;
  align-items: center;
}
section.scene__wrap dl dt img {
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  section.scene__wrap dl dt img {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  section.scene__wrap dl dd {
    flex-basis: calc(69% - 3rem);
  }
}
section.scene__wrap dl dd h2 {
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 3rem;
  border: 2px solid #333333;
  border-radius: 4px;
  background-color: #ffffff;
}
section.scene__wrap dl dd h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
section.scene__wrap dl dd h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #333333 #333333 transparent transparent;
  rotate: 135deg;
  translate: -50%;
}
@media screen and (max-width: 767px) {
  section.scene__wrap dl dd h2 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
section.scene__wrap dl dd ul {
  margin-top: 1em;
  font-size: clamp(1rem, 3vw, 1.25rem);
}
@media screen and (min-width: 768px) {
  section.scene__wrap dl dd ul {
    margin-top: 20px;
  }
}
section.scene__wrap dl dd ul li {
  margin-bottom: 1rem;
  list-style: none;
}
section.scene__wrap dl dd ul li span {
  background: linear-gradient(transparent 60%, #ff9 60%);
  display: inline;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}
section.scene__wrap dl dd ul li p {
  font-size: clamp(0.875rem, 3vw, 1rem);
  padding: 0.5rem 1rem;
}

.topwork__wrap {
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .topwork__wrap {
    margin-top: 6rem;
  }
}
.topwork__wrap dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .topwork__wrap dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2%;
  }
}
.topwork__wrap dl dt {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  flex-basis: 55%;
}
.topwork__wrap dl dt h2 {
  border-width: 1px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 2rem;
  background-color: #036eb8;
  overflow: hidden;
  color: #ffffff;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .topwork__wrap dl dt h2 {
    margin-top: 20px;
  }
}
.topwork__wrap dl dt h2 span {
  font-size: clamp(0.875rem, 3vw, 1rem);
  color: #8acefd;
  margin: 0 1rem;
}
.topwork__wrap dl dt ul {
  margin-left: 2rem;
}
.topwork__wrap dl dt div a {
  margin: 1rem;
  text-decoration: none;
  color: #036eb8;
  border-width: 2px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 3rem 0.5rem 5rem;
}
.topwork__wrap dl dt div a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 2rem;
  margin: auto;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
.topwork__wrap dl dt div a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
.topwork__wrap dl dt div a:hover {
  color: white;
  background-color: #036eb8;
}
.topwork__wrap dl dt div a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23ffffff"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
.topwork__wrap dl dd {
  flex-basis: 39%;
}

.haifu__wrap {
  margin-top: 3em;
  display: flex;
  flex-direction: flex;
  justify-content: center;
  align-items: center;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .haifu__wrap {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .haifu__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 2%;
  }
}
@media screen and (min-width: 768px) {
  .haifu__wrap {
    margin-bottom: 200px;
  }
}
.haifu__wrap > div {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .haifu__wrap > div {
    flex-basis: 59%;
  }
}
.haifu__wrap dl {
  flex-basis: 100%;
  order: 1;
}
@media screen and (min-width: 768px) {
  .haifu__wrap dl {
    flex-basis: 39%;
    margin-bottom: 0;
    order: 2;
  }
}
.haifu__wrap dl dt {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
}
.haifu__wrap dl dt h2 {
  border-width: 1px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 2rem;
  background-color: #036eb8;
  overflow: hidden;
  color: #ffffff;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .haifu__wrap dl dt h2 {
    margin-top: 20px;
  }
}
.haifu__wrap dl dd {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.haifu__wrap dl dd img {
  max-width: 360px;
}

.youtube__wrap {
  max-width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  order: 2;
  margin-bottom: 200px;
  height: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .youtube__wrap {
    padding-bottom: 36.25%;
    order: 1;
    margin-bottom: 0;
  }
}
.youtube__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slowloop h2 {
  font-size: 3rem;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  color: #036eb8;
  font-family: "Fredericka the Great", serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.slowloop h2 span {
  font-family: YakuHanJP, "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  color: white;
  display: block;
}

.subcontents h2 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: rgba(59, 93, 144, 0.1568627451);
  margin-bottom: 2rem;
  color: #036eb8;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .subcontents h2 {
    margin-top: 6rem;
  }
}
.subcontents h3,
.subcontents caption {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 600;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: rgba(59, 93, 144, 0.1568627451);
  margin-bottom: 2rem;
  margin-top: 2em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .subcontents h3,
.subcontents caption {
    margin-top: 3rem;
  }
}

div.pankuzu__wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  div.pankuzu__wrap {
    display: block;
    max-width: 1200px;
    margin: 100px auto 50px auto;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 8px;
    background-color: white;
    overflow: hidden;
  }
  div.pankuzu__wrap ul {
    padding: 0.5em 1em;
    font-size: 14px;
    margin: 0;
    list-style: none;
    text-align: left;
  }
  div.pankuzu__wrap ul li {
    display: inline;
    list-style: none;
  }
  div.pankuzu__wrap ul li:after {
    /* >を表示*/
    content: ">";
    padding: 0 0.2em;
    color: #555;
  }
  div.pankuzu__wrap ul li:last-child:after {
    content: "";
  }
  div.pankuzu__wrap ul li a {
    text-decoration: none;
    color: #036eb8;
  }
}

.syaji {
  list-style: none;
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.syaji li {
  margin-top: 1em;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .syaji li {
    margin-top: 20px;
  }
}

.rinen {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .rinen {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2%;
  }
}
.rinen dt {
  flex-basis: 59%;
  padding-bottom: 1rem;
}
.rinen dd {
  flex-basis: 39%;
  padding: 0 1rem;
  max-width: 500px;
}

.company__wrap h4 {
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}
.company__wrap .message__top {
  font-family: YakuHanJP, "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .company__wrap .message__top {
    margin-top: 20px;
  }
}
.company__wrap .message__top span {
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 0.875rem);
}
.company__wrap table {
  border-collapse: collapse;
  text-align: left;
  max-width: 360px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .company__wrap table {
    max-width: 980px;
  }
}
.company__wrap table td {
  background: white;
  padding: 0.5em 1em;
  border: 1px solid #036eb8;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .company__wrap table td {
    border: none;
    display: block;
    width: 100%;
  }
  .company__wrap table td[data-title]::before {
    content: attr(data-title) " :";
    font-weight: bold;
    padding-right: 1em;
    display: inline;
  }
}
.company__wrap table tbody th {
  border: 1px solid #036eb8;
  border-collapse: collapse;
  background: #bce3fe;
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-weight: 400;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .company__wrap table tbody th {
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    background: #bce3fe;
  }
}

.works__wrap > a dl {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .works__wrap > a dl {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .works__wrap > a dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.works__wrap > a dl dt {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .works__wrap > a dl dt {
    flex-basis: 200px;
  }
}
.works__wrap > a dl dt img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.works__wrap > a dl dd {
  color: #333333;
  flex: 1;
}
.works__wrap > a dl dd h4 {
  font-weight: 600;
  font-size: clamp(1.125rem, 3vw, 1.5rem);
  color: #036eb8;
}
.works__wrap > a dl dd > div {
  text-decoration: none;
  color: #036eb8;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.5em 0 0.5em 2em;
}
.works__wrap > a dl dd > div::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
}
.works__wrap > a dl dd > div::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
.works__wrap table {
  border: 1px solid #036eb8;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  table-layout: fixed;
}
.works__wrap table td {
  background: white;
  padding: 0.5em;
  border: 1px solid #036eb8;
  border-collapse: collapse;
  vertical-align: middle;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .works__wrap table td {
    display: block;
    width: 100%;
  }
  .works__wrap table td[data-title]::before {
    color: #036eb8;
    content: attr(data-title) " :";
    font-weight: bold;
    padding-right: 1em;
    display: inline;
  }
}
.works__wrap table thead th {
  border: 1px solid #036eb8;
  background: #26a4fb;
  color: white;
  text-align: center;
  vertical-align: middle;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .works__wrap table thead th {
    display: none;
  }
}
.works__wrap table tbody th {
  border: 1px solid #036eb8;
  border-collapse: collapse;
  background: #eef8ff;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .works__wrap table tbody th {
    display: block;
    width: 100%;
    background: #036eb8;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .works__wrap table thead th:nth-child(1),
.works__wrap table tbody td:nth-child(1) {
    width: 3em;
  }
  .works__wrap table thead th:nth-child(2),
.works__wrap table tbody td:nth-child(2) {
    width: 10%;
  }
  .works__wrap table thead th:nth-child(3),
.works__wrap table tbody td:nth-child(3) {
    width: 25%;
  }
  .works__wrap table thead th:nth-child(4),
.works__wrap table tbody td:nth-child(4) {
    width: 5em;
  }
  .works__wrap table thead th:nth-child(5),
.works__wrap table tbody td:nth-child(5) {
    width: 40%;
  }
}
.works__wrap table span.client,
.works__wrap table span.location {
  display: block;
}

.topicslist__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .topicslist__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 3rem;
  }
}
.topicslist__wrap a {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: normal;
  flex-wrap: nowrap;
  border-width: 1px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 0;
  background-color: white;
  overflow: hidden;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .topicslist__wrap a {
    flex-basis: calc((100% - 3rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .topicslist__wrap a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: normal;
  }
}
.topicslist__wrap a:hover {
  background-color: #e9f5ff;
}
.topicslist__wrap h3 {
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  border: none;
  color: #333333;
  margin: 0;
  font-weight: 600;
}
.topicslist__wrap .slide-media img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 150px;
  height: 150px;
}
.topicslist__wrap .slide-content > p {
  color: #333333;
  font-size: clamp(0.812rem, 3vw, 0.875rem);
  margin-left: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topicslist__wrap .slide-content > div {
  color: #036eb8;
  position: relative;
  display: block;
  text-align: left;
  padding: 0.5em 0 0.5em 2em;
  position: absolute;
  bottom: 0;
  right: 1rem;
}
.topicslist__wrap .slide-content > div::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
}
.topicslist__wrap .slide-content > div::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}

.media__wrap dl {
  max-width: 900px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .media__wrap dl {
    margin-top: 6rem;
  }
}
.media__wrap dl dt {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #036eb8;
}
.media__wrap dl dt span {
  display: block;
  font-weight: 400;
  font-size: clamp(0.875rem, 3vw, 1rem);
  text-align: right;
}
.media__wrap dl dd {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .media__wrap dl dd {
    margin-top: 20px;
  }
}
.media__wrap div.topiyoutube__wrap {
  max-width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 56.25%;
  order: 2;
  height: 0px;
  position: relative;
}
.media__wrap div.topiyoutube__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media__link a {
  margin: 1rem;
  text-decoration: none;
  color: #db0000;
  border-width: 2px;
  border-style: solid;
  border-color: #db0000;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
  padding: 0.5em 3em 0.5em 1em;
  width: 50%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.media__link a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  left: auto;
  margin: auto;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
}
.media__link a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23db0000"><path d="m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z"></path><path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"></path></svg>');
}
.media__link :hover {
  color: white;
  background-color: #db0000;
}
.media__link a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23ffffff"><path d="m13 3 3.293 3.293-7 7 1.414 1.414 7-7L21 11V3z"></path><path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z"></path></svg>');
}

div.topics_return {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  div.topics_return {
    margin-top: 6rem;
  }
}
div.topics_return a {
  margin: 1rem;
  text-decoration: none;
  color: #036eb8;
  border-width: 2px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 5px;
  background-color: white;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 2rem 0.5rem 4rem;
}
div.topics_return a::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
}
div.topics_return a::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
div.topics_return a:hover {
  color: white;
  background-color: #036eb8;
}
div.topics_return a:hover:after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23ffffff"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}

.kyowa__wrap ul {
  margin-left: 2rem;
}
.kyowa__wrap ul li {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

.flow__wrap ol {
  max-width: 800px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.flow__wrap ol > li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: nowrap;
  background-color: #036eb8;
  margin-top: 80px;
  position: relative;
  padding-bottom: 20px; /* 矢印分の余白 */
  position: relative;
  display: flex;
  text-align: center;
  padding: 0;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .flow__wrap ol > li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: normal;
  }
}
.flow__wrap ol > li > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
  font-size: clamp(1.125rem, 3vw, 1.25rem);
  width: 100%;
  color: white;
  background-color: #036eb8;
  padding: 0.5rem 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .flow__wrap ol > li > div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: normal;
  }
}
.flow__wrap ol > li::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: auto;
  bottom: -70px;
  right: auto;
  left: auto;
  margin: auto;
  width: 60px;
  height: 60px;
  transform: translateX(0);
}
.flow__wrap ol > li:not(:last-child)::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23a5d4f6"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 15-5-5h4V7h2v5h4l-5 5z"></path></svg>');
}
.flow__wrap ol > li img {
  max-width: 180px;
}

.features__copy {
  margin-top: 90px;
  position: relative;
  display: block;
  text-align: center;
  padding: 1rem;
  color: #ea0124;
  font-size: clamp(1.125rem, 3vw, 1.625rem);
  font-weight: 600;
}
.features__copy::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -150px;
  bottom: 0;
  right: 50%;
  left: 50%;
  margin: auto;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
}
.features__copy::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23db0000"><path d="M20.901 10.566A1.001 1.001 0 0 0 20 10h-4V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v7H4a1.001 1.001 0 0 0-.781 1.625l8 10a1 1 0 0 0 1.562 0l8-10c.24-.301.286-.712.12-1.059zM12 19.399 6.081 12H10V4h4v8h3.919L12 19.399z"></path></svg>');
}
.features__photo {
  display: flex;
  flex-direction: flex-basis;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .features__photo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
  }
}
.features__photo li {
  list-style-type: none;
  flex-basis: calc((100% - 3rem) / 2);
}
@media screen and (min-width: 768px) {
  .features__photo li {
    flex-basis: calc((100% - 3rem) / 4);
  }
}

.privacy__wrap dl dt {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #bbbbbb;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .privacy__wrap dl dt {
    margin-top: 3rem;
  }
}
.privacy__wrap dl dd,
.privacy__wrap dl dd ul {
  margin-top: 0.5em;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .privacy__wrap dl dd,
.privacy__wrap dl dd ul {
    margin-top: 10px;
  }
}

/*-- pageフォルダの中の_index.scss --*/
#pagetop {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23a5d4f6"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.293 12.707L12 10.414l-4.293 4.293-1.414-1.414L12 7.586l5.707 5.707-1.414 1.414z"></path></svg>');
  opacity: 0.8;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  z-index: 100;
  opacity: 0; /* 初期状態で透明 */
  transition: opacity 0.3s ease; /* 透明度のトランジションを設定 */
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #pagetop {
    display: none;
  }
}

#pagetop.show {
  display: block; /* 表示状態 */
  opacity: 1; /* 完全に表示 */
}
@media screen and (max-width: 767px) {
  #pagetop.show {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
} /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
form#mail_form * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
  position: relative;
}

form#mail_form {
  width: 1000px;
  margin: 50px auto;
  background: hsla(0deg, 0%, 100%, 0.6);
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}
form#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #bbbbbb;
}
form#mail_form dt {
  width: 30%;
  float: left;
  padding: 30px 0 25px;
  text-align: right;
}
form#mail_form dt i {
  float: left;
  position: relative;
  top: -2px;
}
form#mail_form dd {
  width: 65%;
  float: right;
  padding: 30px 0 25px 5%;
}

form#mail_form dl:after,
form#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* -- span.required, span.optional -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
  display: inline-block;
  font-size: clamp(0.812rem, 1vw, 0.875rem);
  color: #ffffff;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  font-style: normal;
}

form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}

form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}

/* -- error message -------------------------------------------------------------------------------- */
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load-circle 1s linear infinite;
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* -- input, select, textarea -------------------------------------------------------------------------------- */
form#mail_form input[type=text],
form#mail_form input[type=email],
form#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
}

form#mail_form input[type=text]:focus,
form#mail_form input[type=email]:focus,
form#mail_form input[type=tel]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type=radio],
form#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

form#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
}

form#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
}

/* -- ul, li -------------------------------------------------------------------------------- */
form#mail_form ul {
  list-style-type: none;
}

form#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}

form#mail_form ul li:first-child label {
  margin-top: 0px;
}

form#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}

/* -- input design -------------------------------------------------------------------------------- */
form#mail_form input[name=company] {
  width: 90%;
}

form#mail_form input[name=name_1],
form#mail_form input[name=name_2],
form#mail_form input[name=read_1],
form#mail_form input[name=read_2],
form#mail_form input[name=postal],
form#mail_form input[name=phone],
form#mail_form input[name=schedule] {
  width: 40%;
}

form#mail_form input[name=mail_address],
form#mail_form input[name=mail_address_confirm] {
  width: 90%;
}

form#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 1rem;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

form#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

/* -- button -------------------------------------------------------------------------------- */
form#mail_form p#form_submit {
  width: 90%;
  margin: 2rem auto;
  padding: 30px 0;
}

form#mail_form input[type=button] {
  padding: 7px 20px;
  border: 1px solid #036eb8;
  border-radius: 3px;
  background: #036eb8;
  font-size: 1rem;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}

form#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #036eb8;
  border: 1px solid #036eb8;
}

form#mail_form input[type=button] {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- form#mail_form, dl, dt, dd -------------------------------------------------------------------------------- */
  form#mail_form {
    width: 95%;
    font-size: 100%;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    padding: 25px 0 10px;
    text-align: left;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    padding: 0px 0 20px 0px;
  }
  form#mail_form dl dt i {
    float: none;
    position: static;
    font-weight: normal;
  }
  /* -- span.required, span.optional -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
    margin: 0 15px 0 0;
  }
  /* -- input design -------------------------------------------------------------------------------- */
  form#mail_form input[name=phone],
form#mail_form input[name=schedule] {
    width: 60%;
  }
  /* -- button -------------------------------------------------------------------------------- */
  form#mail_form p#form_submit {
    padding: 25px 0;
  }
  form#mail_form input[type=button] {
    margin-left: 0;
  }
}
/* 1000pixel end */
/* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */
div#confirm_field * {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}

div#confirm_field {
  width: 1000px;
  margin: 50px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  display: none;
}

div#confirm_field h2 {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 135%;
  font-weight: bold;
  text-align: center;
}

div#confirm_field dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}

div#confirm_field dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div#confirm_field dl dt {
  width: 30%;
  float: left;
  padding: 25px 0;
  text-align: right;
}

div#confirm_field dl dd {
  width: 65%;
  float: right;
  padding: 25px 0 25px 5%;
}

/* -- button -------------------------------------------------------------------------------- */
div#confirm_field p#confirm_submit {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
}

div#confirm_field input[type=button] {
  padding: 7px 20px;
  border-radius: 3px;
  font-size: 1rem;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
}

div#confirm_field input#confirm_submit_button {
  background: #5cb85c;
  border: 1px solid #4cae4c;
  margin-left: 35%;
}

div#confirm_field input#confirm_submit_button:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

div#confirm_field input#confirm_cancel_button {
  background: #d9534f;
  border: 1px solid #d43f3a;
  margin-left: 20px;
}

div#confirm_field input#confirm_cancel_button:hover {
  cursor: pointer;
  background: #c9302c;
  border: 1px solid #ac2925;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  /* -- div#confirm_field, dl, dt, dd -------------------------------------------------------------------------------- */
  div#confirm_field {
    width: 100%;
  }
  div#confirm_field h2 {
    text-align: left;
  }
  div#confirm_field dl dt {
    width: auto;
    float: none;
    padding: 25px 0 5px;
    text-align: left;
    font-weight: bold;
  }
  div#confirm_field dl dt:before {
    content: "【";
  }
  div#confirm_field dl dt:after {
    content: "】";
  }
  div#confirm_field dl dd {
    width: auto;
    float: none;
    padding: 0px 0 25px 0px;
  }
  /* -- button -------------------------------------------------------------------------------- */
  div#confirm_field input#confirm_submit_button {
    margin-left: 0;
  }
}
/* 1000pixel end */
dl.check_label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: normal;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  dl.check_label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: normal;
  }
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Thin.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-ExtraLight.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Light.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Medium.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-SemiBold.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-ExtraBold.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/YakuHanJP/YakuHanJP-Black.woff2") format("woff2");
  unicode-range: U+3001, U+3002, U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f, U+3010, U+3011, U+3014, U+3015, U+30fb, U+ff01, U+ff08, U+ff09, U+ff1a, U+ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
section#fadeslide {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 1000px) {
  section#fadeslide {
    margin-top: 80px;
  }
}

.slider__wrap {
  width: 100%;
  height: 27vw;
  overflow: hidden;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .slider__wrap {
    margin-top: 80px;
  }
}
.slider__wrap ul.slider__item {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.slider__wrap ul.slider__item li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.slider__wrap ul.slider__item li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__wrap ul.slider__item li figcaption {
  color: #036eb8;
  border-width: 3px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: clamp(0.812rem, 2vw, 1rem);
  z-index: 1;
  padding: 0.2rem 1rem;
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .slider__wrap ul.slider__item li figcaption {
    top: auto;
    bottom: 120px;
    right: 1rem;
  }
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

section.slowloop {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-radius: 2000px 2000px 0 0/300px 300px 0 0;
  margin: -160px -200px 0 -200px;
  padding: 65px 280px;
  min-height: 300px;
  text-align: center;
  background-color: #a5d4f6;
  z-index: 3;
  /* 前へ / 次へボタン */
  /* 前へ */
  /* 次へ */
  /* slider */
}
section.slowloop .splide__track {
  overflow: visible;
}
section.slowloop .l-inner {
  box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  section.slowloop .l-inner {
    padding: 0 10rem;
  }
}
section.slowloop .splide {
  position: relative;
}
section.slowloop .splide__arrow--prev,
section.slowloop .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: #036eb8;
  border: solid 2px rgb(255, 255, 255);
  border-radius: 50%;
}
section.slowloop .splide__arrow--prev {
  left: -2rem;
}
section.slowloop .splide__arrow--next {
  right: -2rem;
}
section.slowloop .splide__arrow--prev::after,
section.slowloop .splide__arrow--next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: 1px solid #ddd;
  border-width: 3px 3px 0 0;
}
section.slowloop .splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}
section.slowloop .splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}
section.slowloop .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
section.slowloop .splide__arrow:focus-visible {
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
section.slowloop .splide__pagination {
  font-size: 0;
}
section.slowloop .splide__pagination__page:focus-visible {
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
section.slowloop .splide__slide:focus-visible {
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}
section.slowloop .splide-wrapper {
  position: relative;
}
section.slowloop .splide__arrow > svg {
  display: none;
}
section.slowloop .splide__arrow--prev,
section.slowloop .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.slowloop .splide__arrow--prev::after,
section.slowloop .splide__arrow--next::after {
  border-color: #fff;
}
section.slowloop .slide {
  border-width: 2px;
  border-style: solid;
  border-color: #036eb8;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  overflow: hidden;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s ease;
  height: 100%;
  background-color: #ffffff;
}
section.slowloop .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
section.slowloop .slide-media {
  height: 200px;
  overflow: hidden;
}
section.slowloop .slide-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90%;
}
section.slowloop .splide {
  z-index: 0;
}
section.slowloop .slide-content {
  background-color: #ffffff;
  padding: 0 1rem 1rem 1rem;
  height: 100%;
}
section.slowloop .slide-content h3 {
  font-size: clamp(0.875rem, 3vw, 1rem);
  color: #333333;
  text-align: left;
}
section.slowloop .slide-content > div {
  margin-top: 1em;
  text-decoration: none;
  color: #036eb8;
  position: relative;
  display: block;
  text-align: right;
  padding: 0.5em 1em 0.5em 0.2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.slowloop .slide-content > div {
    margin-top: 20px;
  }
}
section.slowloop .slide-content > div::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 6rem;
  left: auto;
  margin: auto;
  width: 28px;
  height: 28px;
  transform: translateX(-50%);
}
section.slowloop .slide-content > div::after {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 -960 960 960" fill="%23036eb8"><path d="M383-480 200-664l56-56 240 240-240 240-56-56 183-184Zm264 0L464-664l56-56 240 240-240 240-56-56 183-184Z"/></svg>');
}
@media only screen and (min-width: 1025px) {
  section.slowloop .splide__arrow--prev::before,
section.slowloop .splide__arrow--next::before {
    transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  }
  section.slowloop .splide__arrow--prev:hover::before,
section.slowloop .splide__arrow--next:hover::before {
    transform: scale(1.2);
  }
  section.slowloop .slide:hover {
    transform: translateY(-16px);
  }
  section.slowloop .slide:hover img {
    transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
    transform: translateY(0);
  }
}

/*-- slideフォルダの中の_index.scss --*/
/*# sourceMappingURL=style.css.map */