@charset "UTF-8";
/* reset
----------------------------------------------------------------------*/
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;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

n html {
  height: 100%;
}

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

body {
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
address {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
address {
  font-weight: inherit;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
}

sup {
  font-size: 62.5%;
  vertical-align: text-top;
}

input,
textarea,
select,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit],
button {
  cursor: pointer;
}

/* =========================================================
root
========================================================= */
:root {
  font-size: 62.5%;
}

/* =========================================================
html
========================================================= */
/* =========================================================
body
========================================================= */
body {
  background: #ffffff;
  color: #1e1e1e;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

@media only screen and (min-width: 769px), print {
  body {
    line-height: 2.125;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    line-height: 1.7;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  body {
    font-size: 3.7333333333vw;
  }
}
/* =========================================================
scroll bar
========================================================= */
* {
  scrollbar-width: thin;
  scrollbar-color: #999999 #fcfcfc;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fcfcfc;
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999999;
}

/* =========================================================
object
========================================================= */
/* img
-------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

/* link
-------------------------------------*/
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* form
-------------------------------------*/
input,
select,
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-size: inherit;
  line-height: 1;
  font-family: inherit;
  vertical-align: middle;
  resize: none;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaaaaa;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input:placeholder-shown,
select:placeholder-shown,
textarea:placeholder-shown {
  color: #aaaaaa;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #aaaaaa;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaaaaa;
}
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  line-height: 1.2;
}

select {
  min-height: 2em;
  line-height: 1;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=date],
input[type=time],
input[type=number],
input[type=range],
input[type=color],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
select,
textarea {
  padding: 0.5em 1em;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  select {
    padding-right: 1em;
    background-image: none;
  }
}
input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  margin-top: -0.15em;
  border: 2px solid currentColor;
}
input[type=checkbox]:after,
input[type=radio]:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  width: 40%;
  height: 60%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%) rotate(45deg);
          transform: translate(-50%, -60%) rotate(45deg);
  border: solid currentColor;
  border-width: 0 2px 2px 0;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked:after {
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor;
}

/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none;
}

@media only screen and (min-width: 769px), print {
  #MqMark {
    font-family: "pc";
  }
}
@media only screen and (max-width: 768px) {
  #MqMark {
    font-family: "sp";
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.l-inner {
  position: relative;
  margin: 0 auto;
}

@media only screen and (min-width: 769px), print {
  .l-inner {
    max-width: 1340px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .l-inner {
    padding-inline: 25px;
  }
}
@media only screen and (min-width: 769px), print {
  .l-inner.-sizeL {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}
.l-contents {
  position: relative;
}

.c-xxxxButton {
  line-height: 1;
}
.c-xxxxButton a {
  -webkit-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
}
.c-xxxxButton a:hover {
  opacity: 0.7;
}

.c-level1Heading {
  font-weight: bold;
  margin: 1.5em 0;
  font-size: 20px;
  font-size: 2rem;
}
.c-level1Heading:first-child {
  margin-top: 0;
}
.c-level1Heading:last-child {
  margin-bottom: 0;
}

.p-header {
  line-height: 1;
  position: relative;
}
.p-header img {
  vertical-align: top;
}

.p-footer {
  line-height: 1;
  position: relative;
}
.p-footer img {
  vertical-align: top;
}

.p-pop {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px auto;
}
.p-pop__cont {
  display: none;
}
.p-pop .p-pop__cont {
  display: block;
}
.p-pop__inner {
  position: relative;
  max-width: 1024px;
  margin: auto;
}
.p-pop__main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
.p-pop__photo {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  text-align: center;
}
.p-pop__movie {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.p-pop__iframeWrap {
  position: relative;
  padding-top: 56.25%;
}
.p-pop__iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__closeBtn {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 10px;
  cursor: pointer;
}
.p-pop__closeBtn {
  -webkit-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
}
.p-pop__closeBtn:hover {
  opacity: 0.7;
}
.p-pop__closeBtn:before, .p-pop__closeBtn:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  margin: -1px 0 0 -25%;
  border-radius: 2px;
  background-color: #fff;
}
.p-pop__closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-pop__closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-pop__closeWrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-pop__prev, .p-pop__next {
  position: absolute;
  top: 50%;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  text-indent: -9999px;
  border-radius: 50%;
  background: #fff;
}
.p-pop__prev:after, .p-pop__next:after {
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  border: 1px solid #000;
  border-width: 2px 2px 0 0;
}
.p-pop__prev {
  left: 0;
}
.p-pop__prev:after {
  -webkit-transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
          transform: translate(-30%, -50%) scaleX(-1) rotate(45deg);
}
.p-pop__next {
  right: 0;
}
.p-pop__next:after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

@media only screen and (min-width: 769px), print {
  .p-pop__inner {
    padding: 50px 60px;
  }
  .p-pop__iframeWrap iframe {
    max-height: calc(100vh - 150px);
  }
  .p-pop__closeBtn {
    width: 50px;
    height: 50px;
  }
  .p-pop__prev, .p-pop__next {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-pop__inner {
    padding: 50px 50px 0;
  }
  .p-pop__inner iframe {
    max-height: calc(100vh - 100px);
  }
  .p-pop__closeBtn {
    width: 35px;
    height: 35px;
  }
  .p-pop__prev, .p-pop__next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}
.p-popOverlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-xxxxList__item:nth-child(n+1) {
  margin-top: 0px;
}

.p-wysiwyg p {
  margin: 1.5em 0;
}
.p-wysiwyg p:first-child {
  margin-top: 0;
}
.p-wysiwyg p:last-child {
  margin-bottom: 0;
}
.p-wysiwyg ul {
  margin: 1.5em auto;
}
.p-wysiwyg ul:first-child {
  margin-top: 0;
}
.p-wysiwyg ul:last-child {
  margin-bottom: 0;
}
.p-wysiwyg table {
  width: auto;
  margin: 1.5em auto;
}
.p-wysiwyg table th,
.p-wysiwyg table td {
  line-height: 1.4;
  padding: 8px 15px;
}

/* hover */
.u-ovSelf {
  -webkit-transition: ease 0.4s opacity;
  transition: ease 0.4s opacity;
}
.u-ovSelf:hover {
  opacity: 0.7;
}

a.u-ov:hover img {
  opacity: 0.7;
}

/* fade setting */
.u-ovSelf,
a.u-ov img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* clearfix */
.u-clearfix:after,
.u-clearFix:after,
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

/* wight height */
.u-wAuto {
  width: auto !important;
}

.u-hAuto {
  height: auto !important;
}

.u-minwAuto {
  min-width: auto !important;
}

.u-minhAuto {
  min-height: auto !important;
}

.u-maxwAuto {
  max-width: auto !important;
}

.u-maxhAuto {
  max-height: auto !important;
}

.u-w0 {
  width: 0px !important;
}

.u-minw0 {
  min-width: 0px !important;
}

.u-maxw0 {
  max-width: 0px !important;
}

.u-h0 {
  height: 0px !important;
}

.u-minh0 {
  min-height: 0px !important;
}

.u-maxh0 {
  max-height: 0px !important;
}

.u-w0per {
  width: 0% !important;
}

.u-minw0per {
  min-width: 0% !important;
}

.u-maxw0per {
  max-width: 0% !important;
}

.u-h0per {
  height: 0% !important;
}

.u-minh0per {
  min-height: 0% !important;
}

.u-maxh0per {
  max-height: 0% !important;
}

.u-w5 {
  width: 5px !important;
}

.u-minw5 {
  min-width: 5px !important;
}

.u-maxw5 {
  max-width: 5px !important;
}

.u-h5 {
  height: 5px !important;
}

.u-minh5 {
  min-height: 5px !important;
}

.u-maxh5 {
  max-height: 5px !important;
}

.u-w5per {
  width: 5% !important;
}

.u-minw5per {
  min-width: 5% !important;
}

.u-maxw5per {
  max-width: 5% !important;
}

.u-h5per {
  height: 5% !important;
}

.u-minh5per {
  min-height: 5% !important;
}

.u-maxh5per {
  max-height: 5% !important;
}

.u-w10 {
  width: 10px !important;
}

.u-minw10 {
  min-width: 10px !important;
}

.u-maxw10 {
  max-width: 10px !important;
}

.u-h10 {
  height: 10px !important;
}

.u-minh10 {
  min-height: 10px !important;
}

.u-maxh10 {
  max-height: 10px !important;
}

.u-w10per {
  width: 10% !important;
}

.u-minw10per {
  min-width: 10% !important;
}

.u-maxw10per {
  max-width: 10% !important;
}

.u-h10per {
  height: 10% !important;
}

.u-minh10per {
  min-height: 10% !important;
}

.u-maxh10per {
  max-height: 10% !important;
}

.u-w15 {
  width: 15px !important;
}

.u-minw15 {
  min-width: 15px !important;
}

.u-maxw15 {
  max-width: 15px !important;
}

.u-h15 {
  height: 15px !important;
}

.u-minh15 {
  min-height: 15px !important;
}

.u-maxh15 {
  max-height: 15px !important;
}

.u-w15per {
  width: 15% !important;
}

.u-minw15per {
  min-width: 15% !important;
}

.u-maxw15per {
  max-width: 15% !important;
}

.u-h15per {
  height: 15% !important;
}

.u-minh15per {
  min-height: 15% !important;
}

.u-maxh15per {
  max-height: 15% !important;
}

.u-w20 {
  width: 20px !important;
}

.u-minw20 {
  min-width: 20px !important;
}

.u-maxw20 {
  max-width: 20px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-minh20 {
  min-height: 20px !important;
}

.u-maxh20 {
  max-height: 20px !important;
}

.u-w20per {
  width: 20% !important;
}

.u-minw20per {
  min-width: 20% !important;
}

.u-maxw20per {
  max-width: 20% !important;
}

.u-h20per {
  height: 20% !important;
}

.u-minh20per {
  min-height: 20% !important;
}

.u-maxh20per {
  max-height: 20% !important;
}

.u-w25 {
  width: 25px !important;
}

.u-minw25 {
  min-width: 25px !important;
}

.u-maxw25 {
  max-width: 25px !important;
}

.u-h25 {
  height: 25px !important;
}

.u-minh25 {
  min-height: 25px !important;
}

.u-maxh25 {
  max-height: 25px !important;
}

.u-w25per {
  width: 25% !important;
}

.u-minw25per {
  min-width: 25% !important;
}

.u-maxw25per {
  max-width: 25% !important;
}

.u-h25per {
  height: 25% !important;
}

.u-minh25per {
  min-height: 25% !important;
}

.u-maxh25per {
  max-height: 25% !important;
}

.u-w30 {
  width: 30px !important;
}

.u-minw30 {
  min-width: 30px !important;
}

.u-maxw30 {
  max-width: 30px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-minh30 {
  min-height: 30px !important;
}

.u-maxh30 {
  max-height: 30px !important;
}

.u-w30per {
  width: 30% !important;
}

.u-minw30per {
  min-width: 30% !important;
}

.u-maxw30per {
  max-width: 30% !important;
}

.u-h30per {
  height: 30% !important;
}

.u-minh30per {
  min-height: 30% !important;
}

.u-maxh30per {
  max-height: 30% !important;
}

.u-w35 {
  width: 35px !important;
}

.u-minw35 {
  min-width: 35px !important;
}

.u-maxw35 {
  max-width: 35px !important;
}

.u-h35 {
  height: 35px !important;
}

.u-minh35 {
  min-height: 35px !important;
}

.u-maxh35 {
  max-height: 35px !important;
}

.u-w35per {
  width: 35% !important;
}

.u-minw35per {
  min-width: 35% !important;
}

.u-maxw35per {
  max-width: 35% !important;
}

.u-h35per {
  height: 35% !important;
}

.u-minh35per {
  min-height: 35% !important;
}

.u-maxh35per {
  max-height: 35% !important;
}

.u-w40 {
  width: 40px !important;
}

.u-minw40 {
  min-width: 40px !important;
}

.u-maxw40 {
  max-width: 40px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-minh40 {
  min-height: 40px !important;
}

.u-maxh40 {
  max-height: 40px !important;
}

.u-w40per {
  width: 40% !important;
}

.u-minw40per {
  min-width: 40% !important;
}

.u-maxw40per {
  max-width: 40% !important;
}

.u-h40per {
  height: 40% !important;
}

.u-minh40per {
  min-height: 40% !important;
}

.u-maxh40per {
  max-height: 40% !important;
}

.u-w45 {
  width: 45px !important;
}

.u-minw45 {
  min-width: 45px !important;
}

.u-maxw45 {
  max-width: 45px !important;
}

.u-h45 {
  height: 45px !important;
}

.u-minh45 {
  min-height: 45px !important;
}

.u-maxh45 {
  max-height: 45px !important;
}

.u-w45per {
  width: 45% !important;
}

.u-minw45per {
  min-width: 45% !important;
}

.u-maxw45per {
  max-width: 45% !important;
}

.u-h45per {
  height: 45% !important;
}

.u-minh45per {
  min-height: 45% !important;
}

.u-maxh45per {
  max-height: 45% !important;
}

.u-w50 {
  width: 50px !important;
}

.u-minw50 {
  min-width: 50px !important;
}

.u-maxw50 {
  max-width: 50px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-minh50 {
  min-height: 50px !important;
}

.u-maxh50 {
  max-height: 50px !important;
}

.u-w50per {
  width: 50% !important;
}

.u-minw50per {
  min-width: 50% !important;
}

.u-maxw50per {
  max-width: 50% !important;
}

.u-h50per {
  height: 50% !important;
}

.u-minh50per {
  min-height: 50% !important;
}

.u-maxh50per {
  max-height: 50% !important;
}

.u-w55 {
  width: 55px !important;
}

.u-minw55 {
  min-width: 55px !important;
}

.u-maxw55 {
  max-width: 55px !important;
}

.u-h55 {
  height: 55px !important;
}

.u-minh55 {
  min-height: 55px !important;
}

.u-maxh55 {
  max-height: 55px !important;
}

.u-w55per {
  width: 55% !important;
}

.u-minw55per {
  min-width: 55% !important;
}

.u-maxw55per {
  max-width: 55% !important;
}

.u-h55per {
  height: 55% !important;
}

.u-minh55per {
  min-height: 55% !important;
}

.u-maxh55per {
  max-height: 55% !important;
}

.u-w60 {
  width: 60px !important;
}

.u-minw60 {
  min-width: 60px !important;
}

.u-maxw60 {
  max-width: 60px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-minh60 {
  min-height: 60px !important;
}

.u-maxh60 {
  max-height: 60px !important;
}

.u-w60per {
  width: 60% !important;
}

.u-minw60per {
  min-width: 60% !important;
}

.u-maxw60per {
  max-width: 60% !important;
}

.u-h60per {
  height: 60% !important;
}

.u-minh60per {
  min-height: 60% !important;
}

.u-maxh60per {
  max-height: 60% !important;
}

.u-w65 {
  width: 65px !important;
}

.u-minw65 {
  min-width: 65px !important;
}

.u-maxw65 {
  max-width: 65px !important;
}

.u-h65 {
  height: 65px !important;
}

.u-minh65 {
  min-height: 65px !important;
}

.u-maxh65 {
  max-height: 65px !important;
}

.u-w65per {
  width: 65% !important;
}

.u-minw65per {
  min-width: 65% !important;
}

.u-maxw65per {
  max-width: 65% !important;
}

.u-h65per {
  height: 65% !important;
}

.u-minh65per {
  min-height: 65% !important;
}

.u-maxh65per {
  max-height: 65% !important;
}

.u-w70 {
  width: 70px !important;
}

.u-minw70 {
  min-width: 70px !important;
}

.u-maxw70 {
  max-width: 70px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-minh70 {
  min-height: 70px !important;
}

.u-maxh70 {
  max-height: 70px !important;
}

.u-w70per {
  width: 70% !important;
}

.u-minw70per {
  min-width: 70% !important;
}

.u-maxw70per {
  max-width: 70% !important;
}

.u-h70per {
  height: 70% !important;
}

.u-minh70per {
  min-height: 70% !important;
}

.u-maxh70per {
  max-height: 70% !important;
}

.u-w75 {
  width: 75px !important;
}

.u-minw75 {
  min-width: 75px !important;
}

.u-maxw75 {
  max-width: 75px !important;
}

.u-h75 {
  height: 75px !important;
}

.u-minh75 {
  min-height: 75px !important;
}

.u-maxh75 {
  max-height: 75px !important;
}

.u-w75per {
  width: 75% !important;
}

.u-minw75per {
  min-width: 75% !important;
}

.u-maxw75per {
  max-width: 75% !important;
}

.u-h75per {
  height: 75% !important;
}

.u-minh75per {
  min-height: 75% !important;
}

.u-maxh75per {
  max-height: 75% !important;
}

.u-w80 {
  width: 80px !important;
}

.u-minw80 {
  min-width: 80px !important;
}

.u-maxw80 {
  max-width: 80px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-minh80 {
  min-height: 80px !important;
}

.u-maxh80 {
  max-height: 80px !important;
}

.u-w80per {
  width: 80% !important;
}

.u-minw80per {
  min-width: 80% !important;
}

.u-maxw80per {
  max-width: 80% !important;
}

.u-h80per {
  height: 80% !important;
}

.u-minh80per {
  min-height: 80% !important;
}

.u-maxh80per {
  max-height: 80% !important;
}

.u-w85 {
  width: 85px !important;
}

.u-minw85 {
  min-width: 85px !important;
}

.u-maxw85 {
  max-width: 85px !important;
}

.u-h85 {
  height: 85px !important;
}

.u-minh85 {
  min-height: 85px !important;
}

.u-maxh85 {
  max-height: 85px !important;
}

.u-w85per {
  width: 85% !important;
}

.u-minw85per {
  min-width: 85% !important;
}

.u-maxw85per {
  max-width: 85% !important;
}

.u-h85per {
  height: 85% !important;
}

.u-minh85per {
  min-height: 85% !important;
}

.u-maxh85per {
  max-height: 85% !important;
}

.u-w90 {
  width: 90px !important;
}

.u-minw90 {
  min-width: 90px !important;
}

.u-maxw90 {
  max-width: 90px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-minh90 {
  min-height: 90px !important;
}

.u-maxh90 {
  max-height: 90px !important;
}

.u-w90per {
  width: 90% !important;
}

.u-minw90per {
  min-width: 90% !important;
}

.u-maxw90per {
  max-width: 90% !important;
}

.u-h90per {
  height: 90% !important;
}

.u-minh90per {
  min-height: 90% !important;
}

.u-maxh90per {
  max-height: 90% !important;
}

.u-w95 {
  width: 95px !important;
}

.u-minw95 {
  min-width: 95px !important;
}

.u-maxw95 {
  max-width: 95px !important;
}

.u-h95 {
  height: 95px !important;
}

.u-minh95 {
  min-height: 95px !important;
}

.u-maxh95 {
  max-height: 95px !important;
}

.u-w95per {
  width: 95% !important;
}

.u-minw95per {
  min-width: 95% !important;
}

.u-maxw95per {
  max-width: 95% !important;
}

.u-h95per {
  height: 95% !important;
}

.u-minh95per {
  min-height: 95% !important;
}

.u-maxh95per {
  max-height: 95% !important;
}

.u-w100 {
  width: 100px !important;
}

.u-minw100 {
  min-width: 100px !important;
}

.u-maxw100 {
  max-width: 100px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-minh100 {
  min-height: 100px !important;
}

.u-maxh100 {
  max-height: 100px !important;
}

.u-w100per {
  width: 100% !important;
}

.u-minw100per {
  min-width: 100% !important;
}

.u-maxw100per {
  max-width: 100% !important;
}

.u-h100per {
  height: 100% !important;
}

.u-minh100per {
  min-height: 100% !important;
}

.u-maxh100per {
  max-height: 100% !important;
}

/* display */
.u-dib {
  display: inline-block !important;
}

.u-di {
  display: inline !important;
}

.u-db {
  display: block !important;
}

.u-dfl {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-dnone,
.u-hide {
  display: none !important;
}

/* pcNone,spNone */
@media only screen and (min-width: 769px), print {
  /* show
  ----------*/
  .u-pcBlock {
    display: block;
  }
  .u-spBlock {
    display: none;
  }
  .u-pcBlock-i {
    display: inline-block;
  }
  .u-spBlock-i {
    display: none;
  }
  /* hide
  ----------*/
  .u-pcNone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .u-pcBlock {
    display: none;
  }
  .u-spBlock {
    display: block;
  }
  .u-pcBlock-i {
    display: none;
  }
  .u-spBlock-i {
    display: inline-block;
  }
  /* hide
  ----------*/
  .u-spNone {
    display: none;
  }
}
/* font */
.u-fontB {
  font-weight: bold !important;
}

.u-fontM {
  font-weight: 500 !important;
}

.u-fontN {
  font-weight: normal !important;
}

/* color */
.u-colorBlack {
  color: #000000 !important;
}

.u-colorText {
  color: #1e1e1e !important;
}

.u-colorWhite {
  color: #ffffff !important;
}

.u-colorRed {
  color: #ff0000 !important;
}

/* background-color */
.u-bgBlack {
  background-color: #000000 !important;
}

.u-bgText {
  background-color: #1e1e1e !important;
}

.u-bgWhite {
  background-color: #ffffff !important;
}

.u-bgRed {
  background-color: #ff0000 !important;
}

.u-bgTransparent {
  background-color: transparent !important;
}

/* layout */
.u-tl {
  text-align: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-tl--pc {
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-tl--sp {
    text-align: left !important;
  }
}

.u-tr {
  text-align: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-tr--pc {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-tr--sp {
    text-align: right !important;
  }
}

.u-tc {
  text-align: center !important;
}
@media only screen and (min-width: 769px), print {
  .u-tc--pc {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-tc--sp {
    text-align: center !important;
  }
}

.u-clear {
  clear: both !important;
}

.u-fl {
  float: left !important;
}
@media only screen and (min-width: 769px), print {
  .u-fl--pc {
    float: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-fl--sp {
    float: left !important;
  }
}

.u-fr {
  float: right !important;
}
@media only screen and (min-width: 769px), print {
  .u-fr--pc {
    float: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-fr--sp {
    float: right !important;
  }
}

.u-justifyEnd {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-justifyStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-justifyCenter {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-alignItemsEnd {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-alignItemsStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-alignItemsCenter {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-alignSelfEnd {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.u-alignSelfStart {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-alignSelfCenter {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.u-ellipsis {
  display: inline-block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-decoration: inherit !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mt0em {
  margin-top: 0em !important;
}

.u-mb0em {
  margin-bottom: 0em !important;
}

.u-ml0em {
  margin-left: 0em !important;
}

.u-mr0em {
  margin-right: 0em !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pt0em {
  padding-top: 0em !important;
}

.u-pb0em {
  padding-bottom: 0em !important;
}

.u-pl0em {
  padding-left: 0em !important;
}

.u-pr0em {
  padding-right: 0em !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

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

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

.u-mr1em {
  margin-right: 1em !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pt1em {
  padding-top: 1em !important;
}

.u-pb1em {
  padding-bottom: 1em !important;
}

.u-pl1em {
  padding-left: 1em !important;
}

.u-pr1em {
  padding-right: 1em !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

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

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mt2em {
  margin-top: 2em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}

.u-ml2em {
  margin-left: 2em !important;
}

.u-mr2em {
  margin-right: 2em !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pt2em {
  padding-top: 2em !important;
}

.u-pb2em {
  padding-bottom: 2em !important;
}

.u-pl2em {
  padding-left: 2em !important;
}

.u-pr2em {
  padding-right: 2em !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mt3em {
  margin-top: 3em !important;
}

.u-mb3em {
  margin-bottom: 3em !important;
}

.u-ml3em {
  margin-left: 3em !important;
}

.u-mr3em {
  margin-right: 3em !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pt3em {
  padding-top: 3em !important;
}

.u-pb3em {
  padding-bottom: 3em !important;
}

.u-pl3em {
  padding-left: 3em !important;
}

.u-pr3em {
  padding-right: 3em !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

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

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mt4em {
  margin-top: 4em !important;
}

.u-mb4em {
  margin-bottom: 4em !important;
}

.u-ml4em {
  margin-left: 4em !important;
}

.u-mr4em {
  margin-right: 4em !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pt4em {
  padding-top: 4em !important;
}

.u-pb4em {
  padding-bottom: 4em !important;
}

.u-pl4em {
  padding-left: 4em !important;
}

.u-pr4em {
  padding-right: 4em !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mt5em {
  margin-top: 5em !important;
}

.u-mb5em {
  margin-bottom: 5em !important;
}

.u-ml5em {
  margin-left: 5em !important;
}

.u-mr5em {
  margin-right: 5em !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pt5em {
  padding-top: 5em !important;
}

.u-pb5em {
  padding-bottom: 5em !important;
}

.u-pl5em {
  padding-left: 5em !important;
}

.u-pr5em {
  padding-right: 5em !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

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

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mt6em {
  margin-top: 6em !important;
}

.u-mb6em {
  margin-bottom: 6em !important;
}

.u-ml6em {
  margin-left: 6em !important;
}

.u-mr6em {
  margin-right: 6em !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pt6em {
  padding-top: 6em !important;
}

.u-pb6em {
  padding-bottom: 6em !important;
}

.u-pl6em {
  padding-left: 6em !important;
}

.u-pr6em {
  padding-right: 6em !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

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

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mt7em {
  margin-top: 7em !important;
}

.u-mb7em {
  margin-bottom: 7em !important;
}

.u-ml7em {
  margin-left: 7em !important;
}

.u-mr7em {
  margin-right: 7em !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pt7em {
  padding-top: 7em !important;
}

.u-pb7em {
  padding-bottom: 7em !important;
}

.u-pl7em {
  padding-left: 7em !important;
}

.u-pr7em {
  padding-right: 7em !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

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

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mt8em {
  margin-top: 8em !important;
}

.u-mb8em {
  margin-bottom: 8em !important;
}

.u-ml8em {
  margin-left: 8em !important;
}

.u-mr8em {
  margin-right: 8em !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pt8em {
  padding-top: 8em !important;
}

.u-pb8em {
  padding-bottom: 8em !important;
}

.u-pl8em {
  padding-left: 8em !important;
}

.u-pr8em {
  padding-right: 8em !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mt9em {
  margin-top: 9em !important;
}

.u-mb9em {
  margin-bottom: 9em !important;
}

.u-ml9em {
  margin-left: 9em !important;
}

.u-mr9em {
  margin-right: 9em !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pt9em {
  padding-top: 9em !important;
}

.u-pb9em {
  padding-bottom: 9em !important;
}

.u-pl9em {
  padding-left: 9em !important;
}

.u-pr9em {
  padding-right: 9em !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

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

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mt10em {
  margin-top: 10em !important;
}

.u-mb10em {
  margin-bottom: 10em !important;
}

.u-ml10em {
  margin-left: 10em !important;
}

.u-mr10em {
  margin-right: 10em !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pt10em {
  padding-top: 10em !important;
}

.u-pb10em {
  padding-bottom: 10em !important;
}

.u-pl10em {
  padding-left: 10em !important;
}

.u-pr10em {
  padding-right: 10em !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mt11em {
  margin-top: 11em !important;
}

.u-mb11em {
  margin-bottom: 11em !important;
}

.u-ml11em {
  margin-left: 11em !important;
}

.u-mr11em {
  margin-right: 11em !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pt11em {
  padding-top: 11em !important;
}

.u-pb11em {
  padding-bottom: 11em !important;
}

.u-pl11em {
  padding-left: 11em !important;
}

.u-pr11em {
  padding-right: 11em !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

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

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mt12em {
  margin-top: 12em !important;
}

.u-mb12em {
  margin-bottom: 12em !important;
}

.u-ml12em {
  margin-left: 12em !important;
}

.u-mr12em {
  margin-right: 12em !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pt12em {
  padding-top: 12em !important;
}

.u-pb12em {
  padding-bottom: 12em !important;
}

.u-pl12em {
  padding-left: 12em !important;
}

.u-pr12em {
  padding-right: 12em !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mt13em {
  margin-top: 13em !important;
}

.u-mb13em {
  margin-bottom: 13em !important;
}

.u-ml13em {
  margin-left: 13em !important;
}

.u-mr13em {
  margin-right: 13em !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pt13em {
  padding-top: 13em !important;
}

.u-pb13em {
  padding-bottom: 13em !important;
}

.u-pl13em {
  padding-left: 13em !important;
}

.u-pr13em {
  padding-right: 13em !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

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

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mt14em {
  margin-top: 14em !important;
}

.u-mb14em {
  margin-bottom: 14em !important;
}

.u-ml14em {
  margin-left: 14em !important;
}

.u-mr14em {
  margin-right: 14em !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pt14em {
  padding-top: 14em !important;
}

.u-pb14em {
  padding-bottom: 14em !important;
}

.u-pl14em {
  padding-left: 14em !important;
}

.u-pr14em {
  padding-right: 14em !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mt15em {
  margin-top: 15em !important;
}

.u-mb15em {
  margin-bottom: 15em !important;
}

.u-ml15em {
  margin-left: 15em !important;
}

.u-mr15em {
  margin-right: 15em !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pt15em {
  padding-top: 15em !important;
}

.u-pb15em {
  padding-bottom: 15em !important;
}

.u-pl15em {
  padding-left: 15em !important;
}

.u-pr15em {
  padding-right: 15em !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

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

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mt16em {
  margin-top: 16em !important;
}

.u-mb16em {
  margin-bottom: 16em !important;
}

.u-ml16em {
  margin-left: 16em !important;
}

.u-mr16em {
  margin-right: 16em !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pt16em {
  padding-top: 16em !important;
}

.u-pb16em {
  padding-bottom: 16em !important;
}

.u-pl16em {
  padding-left: 16em !important;
}

.u-pr16em {
  padding-right: 16em !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mt17em {
  margin-top: 17em !important;
}

.u-mb17em {
  margin-bottom: 17em !important;
}

.u-ml17em {
  margin-left: 17em !important;
}

.u-mr17em {
  margin-right: 17em !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pt17em {
  padding-top: 17em !important;
}

.u-pb17em {
  padding-bottom: 17em !important;
}

.u-pl17em {
  padding-left: 17em !important;
}

.u-pr17em {
  padding-right: 17em !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

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

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mt18em {
  margin-top: 18em !important;
}

.u-mb18em {
  margin-bottom: 18em !important;
}

.u-ml18em {
  margin-left: 18em !important;
}

.u-mr18em {
  margin-right: 18em !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pt18em {
  padding-top: 18em !important;
}

.u-pb18em {
  padding-bottom: 18em !important;
}

.u-pl18em {
  padding-left: 18em !important;
}

.u-pr18em {
  padding-right: 18em !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mt19em {
  margin-top: 19em !important;
}

.u-mb19em {
  margin-bottom: 19em !important;
}

.u-ml19em {
  margin-left: 19em !important;
}

.u-mr19em {
  margin-right: 19em !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pt19em {
  padding-top: 19em !important;
}

.u-pb19em {
  padding-bottom: 19em !important;
}

.u-pl19em {
  padding-left: 19em !important;
}

.u-pr19em {
  padding-right: 19em !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

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

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mt20em {
  margin-top: 20em !important;
}

.u-mb20em {
  margin-bottom: 20em !important;
}

.u-ml20em {
  margin-left: 20em !important;
}

.u-mr20em {
  margin-right: 20em !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pt20em {
  padding-top: 20em !important;
}

.u-pb20em {
  padding-bottom: 20em !important;
}

.u-pl20em {
  padding-left: 20em !important;
}

.u-pr20em {
  padding-right: 20em !important;
}

@media only screen and (min-width: 769px), print {
  .u-mt0--pc {
    margin-top: 0px !important;
  }
  .u-mb0--pc {
    margin-bottom: 0px !important;
  }
  .u-ml0--pc {
    margin-left: 0px !important;
  }
  .u-mr0--pc {
    margin-right: 0px !important;
  }
  .u-mt0em--pc {
    margin-top: 0em !important;
  }
  .u-mb0em--pc {
    margin-bottom: 0em !important;
  }
  .u-ml0em--pc {
    margin-left: 0em !important;
  }
  .u-mr0em--pc {
    margin-right: 0em !important;
  }
  .u-pt0--pc {
    padding-top: 0px !important;
  }
  .u-pb0--pc {
    padding-bottom: 0px !important;
  }
  .u-pl0--pc {
    padding-left: 0px !important;
  }
  .u-pr0--pc {
    padding-right: 0px !important;
  }
  .u-pt0em--pc {
    padding-top: 0em !important;
  }
  .u-pb0em--pc {
    padding-bottom: 0em !important;
  }
  .u-pl0em--pc {
    padding-left: 0em !important;
  }
  .u-pr0em--pc {
    padding-right: 0em !important;
  }
  .u-mt5--pc {
    margin-top: 5px !important;
  }
  .u-mb5--pc {
    margin-bottom: 5px !important;
  }
  .u-ml5--pc {
    margin-left: 5px !important;
  }
  .u-mr5--pc {
    margin-right: 5px !important;
  }
  .u-mt1em--pc {
    margin-top: 1em !important;
  }
  .u-mb1em--pc {
    margin-bottom: 1em !important;
  }
  .u-ml1em--pc {
    margin-left: 1em !important;
  }
  .u-mr1em--pc {
    margin-right: 1em !important;
  }
  .u-pt5--pc {
    padding-top: 5px !important;
  }
  .u-pb5--pc {
    padding-bottom: 5px !important;
  }
  .u-pl5--pc {
    padding-left: 5px !important;
  }
  .u-pr5--pc {
    padding-right: 5px !important;
  }
  .u-pt1em--pc {
    padding-top: 1em !important;
  }
  .u-pb1em--pc {
    padding-bottom: 1em !important;
  }
  .u-pl1em--pc {
    padding-left: 1em !important;
  }
  .u-pr1em--pc {
    padding-right: 1em !important;
  }
  .u-mt10--pc {
    margin-top: 10px !important;
  }
  .u-mb10--pc {
    margin-bottom: 10px !important;
  }
  .u-ml10--pc {
    margin-left: 10px !important;
  }
  .u-mr10--pc {
    margin-right: 10px !important;
  }
  .u-mt2em--pc {
    margin-top: 2em !important;
  }
  .u-mb2em--pc {
    margin-bottom: 2em !important;
  }
  .u-ml2em--pc {
    margin-left: 2em !important;
  }
  .u-mr2em--pc {
    margin-right: 2em !important;
  }
  .u-pt10--pc {
    padding-top: 10px !important;
  }
  .u-pb10--pc {
    padding-bottom: 10px !important;
  }
  .u-pl10--pc {
    padding-left: 10px !important;
  }
  .u-pr10--pc {
    padding-right: 10px !important;
  }
  .u-pt2em--pc {
    padding-top: 2em !important;
  }
  .u-pb2em--pc {
    padding-bottom: 2em !important;
  }
  .u-pl2em--pc {
    padding-left: 2em !important;
  }
  .u-pr2em--pc {
    padding-right: 2em !important;
  }
  .u-mt15--pc {
    margin-top: 15px !important;
  }
  .u-mb15--pc {
    margin-bottom: 15px !important;
  }
  .u-ml15--pc {
    margin-left: 15px !important;
  }
  .u-mr15--pc {
    margin-right: 15px !important;
  }
  .u-mt3em--pc {
    margin-top: 3em !important;
  }
  .u-mb3em--pc {
    margin-bottom: 3em !important;
  }
  .u-ml3em--pc {
    margin-left: 3em !important;
  }
  .u-mr3em--pc {
    margin-right: 3em !important;
  }
  .u-pt15--pc {
    padding-top: 15px !important;
  }
  .u-pb15--pc {
    padding-bottom: 15px !important;
  }
  .u-pl15--pc {
    padding-left: 15px !important;
  }
  .u-pr15--pc {
    padding-right: 15px !important;
  }
  .u-pt3em--pc {
    padding-top: 3em !important;
  }
  .u-pb3em--pc {
    padding-bottom: 3em !important;
  }
  .u-pl3em--pc {
    padding-left: 3em !important;
  }
  .u-pr3em--pc {
    padding-right: 3em !important;
  }
  .u-mt20--pc {
    margin-top: 20px !important;
  }
  .u-mb20--pc {
    margin-bottom: 20px !important;
  }
  .u-ml20--pc {
    margin-left: 20px !important;
  }
  .u-mr20--pc {
    margin-right: 20px !important;
  }
  .u-mt4em--pc {
    margin-top: 4em !important;
  }
  .u-mb4em--pc {
    margin-bottom: 4em !important;
  }
  .u-ml4em--pc {
    margin-left: 4em !important;
  }
  .u-mr4em--pc {
    margin-right: 4em !important;
  }
  .u-pt20--pc {
    padding-top: 20px !important;
  }
  .u-pb20--pc {
    padding-bottom: 20px !important;
  }
  .u-pl20--pc {
    padding-left: 20px !important;
  }
  .u-pr20--pc {
    padding-right: 20px !important;
  }
  .u-pt4em--pc {
    padding-top: 4em !important;
  }
  .u-pb4em--pc {
    padding-bottom: 4em !important;
  }
  .u-pl4em--pc {
    padding-left: 4em !important;
  }
  .u-pr4em--pc {
    padding-right: 4em !important;
  }
  .u-mt25--pc {
    margin-top: 25px !important;
  }
  .u-mb25--pc {
    margin-bottom: 25px !important;
  }
  .u-ml25--pc {
    margin-left: 25px !important;
  }
  .u-mr25--pc {
    margin-right: 25px !important;
  }
  .u-mt5em--pc {
    margin-top: 5em !important;
  }
  .u-mb5em--pc {
    margin-bottom: 5em !important;
  }
  .u-ml5em--pc {
    margin-left: 5em !important;
  }
  .u-mr5em--pc {
    margin-right: 5em !important;
  }
  .u-pt25--pc {
    padding-top: 25px !important;
  }
  .u-pb25--pc {
    padding-bottom: 25px !important;
  }
  .u-pl25--pc {
    padding-left: 25px !important;
  }
  .u-pr25--pc {
    padding-right: 25px !important;
  }
  .u-pt5em--pc {
    padding-top: 5em !important;
  }
  .u-pb5em--pc {
    padding-bottom: 5em !important;
  }
  .u-pl5em--pc {
    padding-left: 5em !important;
  }
  .u-pr5em--pc {
    padding-right: 5em !important;
  }
  .u-mt30--pc {
    margin-top: 30px !important;
  }
  .u-mb30--pc {
    margin-bottom: 30px !important;
  }
  .u-ml30--pc {
    margin-left: 30px !important;
  }
  .u-mr30--pc {
    margin-right: 30px !important;
  }
  .u-mt6em--pc {
    margin-top: 6em !important;
  }
  .u-mb6em--pc {
    margin-bottom: 6em !important;
  }
  .u-ml6em--pc {
    margin-left: 6em !important;
  }
  .u-mr6em--pc {
    margin-right: 6em !important;
  }
  .u-pt30--pc {
    padding-top: 30px !important;
  }
  .u-pb30--pc {
    padding-bottom: 30px !important;
  }
  .u-pl30--pc {
    padding-left: 30px !important;
  }
  .u-pr30--pc {
    padding-right: 30px !important;
  }
  .u-pt6em--pc {
    padding-top: 6em !important;
  }
  .u-pb6em--pc {
    padding-bottom: 6em !important;
  }
  .u-pl6em--pc {
    padding-left: 6em !important;
  }
  .u-pr6em--pc {
    padding-right: 6em !important;
  }
  .u-mt35--pc {
    margin-top: 35px !important;
  }
  .u-mb35--pc {
    margin-bottom: 35px !important;
  }
  .u-ml35--pc {
    margin-left: 35px !important;
  }
  .u-mr35--pc {
    margin-right: 35px !important;
  }
  .u-mt7em--pc {
    margin-top: 7em !important;
  }
  .u-mb7em--pc {
    margin-bottom: 7em !important;
  }
  .u-ml7em--pc {
    margin-left: 7em !important;
  }
  .u-mr7em--pc {
    margin-right: 7em !important;
  }
  .u-pt35--pc {
    padding-top: 35px !important;
  }
  .u-pb35--pc {
    padding-bottom: 35px !important;
  }
  .u-pl35--pc {
    padding-left: 35px !important;
  }
  .u-pr35--pc {
    padding-right: 35px !important;
  }
  .u-pt7em--pc {
    padding-top: 7em !important;
  }
  .u-pb7em--pc {
    padding-bottom: 7em !important;
  }
  .u-pl7em--pc {
    padding-left: 7em !important;
  }
  .u-pr7em--pc {
    padding-right: 7em !important;
  }
  .u-mt40--pc {
    margin-top: 40px !important;
  }
  .u-mb40--pc {
    margin-bottom: 40px !important;
  }
  .u-ml40--pc {
    margin-left: 40px !important;
  }
  .u-mr40--pc {
    margin-right: 40px !important;
  }
  .u-mt8em--pc {
    margin-top: 8em !important;
  }
  .u-mb8em--pc {
    margin-bottom: 8em !important;
  }
  .u-ml8em--pc {
    margin-left: 8em !important;
  }
  .u-mr8em--pc {
    margin-right: 8em !important;
  }
  .u-pt40--pc {
    padding-top: 40px !important;
  }
  .u-pb40--pc {
    padding-bottom: 40px !important;
  }
  .u-pl40--pc {
    padding-left: 40px !important;
  }
  .u-pr40--pc {
    padding-right: 40px !important;
  }
  .u-pt8em--pc {
    padding-top: 8em !important;
  }
  .u-pb8em--pc {
    padding-bottom: 8em !important;
  }
  .u-pl8em--pc {
    padding-left: 8em !important;
  }
  .u-pr8em--pc {
    padding-right: 8em !important;
  }
  .u-mt45--pc {
    margin-top: 45px !important;
  }
  .u-mb45--pc {
    margin-bottom: 45px !important;
  }
  .u-ml45--pc {
    margin-left: 45px !important;
  }
  .u-mr45--pc {
    margin-right: 45px !important;
  }
  .u-mt9em--pc {
    margin-top: 9em !important;
  }
  .u-mb9em--pc {
    margin-bottom: 9em !important;
  }
  .u-ml9em--pc {
    margin-left: 9em !important;
  }
  .u-mr9em--pc {
    margin-right: 9em !important;
  }
  .u-pt45--pc {
    padding-top: 45px !important;
  }
  .u-pb45--pc {
    padding-bottom: 45px !important;
  }
  .u-pl45--pc {
    padding-left: 45px !important;
  }
  .u-pr45--pc {
    padding-right: 45px !important;
  }
  .u-pt9em--pc {
    padding-top: 9em !important;
  }
  .u-pb9em--pc {
    padding-bottom: 9em !important;
  }
  .u-pl9em--pc {
    padding-left: 9em !important;
  }
  .u-pr9em--pc {
    padding-right: 9em !important;
  }
  .u-mt50--pc {
    margin-top: 50px !important;
  }
  .u-mb50--pc {
    margin-bottom: 50px !important;
  }
  .u-ml50--pc {
    margin-left: 50px !important;
  }
  .u-mr50--pc {
    margin-right: 50px !important;
  }
  .u-mt10em--pc {
    margin-top: 10em !important;
  }
  .u-mb10em--pc {
    margin-bottom: 10em !important;
  }
  .u-ml10em--pc {
    margin-left: 10em !important;
  }
  .u-mr10em--pc {
    margin-right: 10em !important;
  }
  .u-pt50--pc {
    padding-top: 50px !important;
  }
  .u-pb50--pc {
    padding-bottom: 50px !important;
  }
  .u-pl50--pc {
    padding-left: 50px !important;
  }
  .u-pr50--pc {
    padding-right: 50px !important;
  }
  .u-pt10em--pc {
    padding-top: 10em !important;
  }
  .u-pb10em--pc {
    padding-bottom: 10em !important;
  }
  .u-pl10em--pc {
    padding-left: 10em !important;
  }
  .u-pr10em--pc {
    padding-right: 10em !important;
  }
  .u-mt55--pc {
    margin-top: 55px !important;
  }
  .u-mb55--pc {
    margin-bottom: 55px !important;
  }
  .u-ml55--pc {
    margin-left: 55px !important;
  }
  .u-mr55--pc {
    margin-right: 55px !important;
  }
  .u-mt11em--pc {
    margin-top: 11em !important;
  }
  .u-mb11em--pc {
    margin-bottom: 11em !important;
  }
  .u-ml11em--pc {
    margin-left: 11em !important;
  }
  .u-mr11em--pc {
    margin-right: 11em !important;
  }
  .u-pt55--pc {
    padding-top: 55px !important;
  }
  .u-pb55--pc {
    padding-bottom: 55px !important;
  }
  .u-pl55--pc {
    padding-left: 55px !important;
  }
  .u-pr55--pc {
    padding-right: 55px !important;
  }
  .u-pt11em--pc {
    padding-top: 11em !important;
  }
  .u-pb11em--pc {
    padding-bottom: 11em !important;
  }
  .u-pl11em--pc {
    padding-left: 11em !important;
  }
  .u-pr11em--pc {
    padding-right: 11em !important;
  }
  .u-mt60--pc {
    margin-top: 60px !important;
  }
  .u-mb60--pc {
    margin-bottom: 60px !important;
  }
  .u-ml60--pc {
    margin-left: 60px !important;
  }
  .u-mr60--pc {
    margin-right: 60px !important;
  }
  .u-mt12em--pc {
    margin-top: 12em !important;
  }
  .u-mb12em--pc {
    margin-bottom: 12em !important;
  }
  .u-ml12em--pc {
    margin-left: 12em !important;
  }
  .u-mr12em--pc {
    margin-right: 12em !important;
  }
  .u-pt60--pc {
    padding-top: 60px !important;
  }
  .u-pb60--pc {
    padding-bottom: 60px !important;
  }
  .u-pl60--pc {
    padding-left: 60px !important;
  }
  .u-pr60--pc {
    padding-right: 60px !important;
  }
  .u-pt12em--pc {
    padding-top: 12em !important;
  }
  .u-pb12em--pc {
    padding-bottom: 12em !important;
  }
  .u-pl12em--pc {
    padding-left: 12em !important;
  }
  .u-pr12em--pc {
    padding-right: 12em !important;
  }
  .u-mt65--pc {
    margin-top: 65px !important;
  }
  .u-mb65--pc {
    margin-bottom: 65px !important;
  }
  .u-ml65--pc {
    margin-left: 65px !important;
  }
  .u-mr65--pc {
    margin-right: 65px !important;
  }
  .u-mt13em--pc {
    margin-top: 13em !important;
  }
  .u-mb13em--pc {
    margin-bottom: 13em !important;
  }
  .u-ml13em--pc {
    margin-left: 13em !important;
  }
  .u-mr13em--pc {
    margin-right: 13em !important;
  }
  .u-pt65--pc {
    padding-top: 65px !important;
  }
  .u-pb65--pc {
    padding-bottom: 65px !important;
  }
  .u-pl65--pc {
    padding-left: 65px !important;
  }
  .u-pr65--pc {
    padding-right: 65px !important;
  }
  .u-pt13em--pc {
    padding-top: 13em !important;
  }
  .u-pb13em--pc {
    padding-bottom: 13em !important;
  }
  .u-pl13em--pc {
    padding-left: 13em !important;
  }
  .u-pr13em--pc {
    padding-right: 13em !important;
  }
  .u-mt70--pc {
    margin-top: 70px !important;
  }
  .u-mb70--pc {
    margin-bottom: 70px !important;
  }
  .u-ml70--pc {
    margin-left: 70px !important;
  }
  .u-mr70--pc {
    margin-right: 70px !important;
  }
  .u-mt14em--pc {
    margin-top: 14em !important;
  }
  .u-mb14em--pc {
    margin-bottom: 14em !important;
  }
  .u-ml14em--pc {
    margin-left: 14em !important;
  }
  .u-mr14em--pc {
    margin-right: 14em !important;
  }
  .u-pt70--pc {
    padding-top: 70px !important;
  }
  .u-pb70--pc {
    padding-bottom: 70px !important;
  }
  .u-pl70--pc {
    padding-left: 70px !important;
  }
  .u-pr70--pc {
    padding-right: 70px !important;
  }
  .u-pt14em--pc {
    padding-top: 14em !important;
  }
  .u-pb14em--pc {
    padding-bottom: 14em !important;
  }
  .u-pl14em--pc {
    padding-left: 14em !important;
  }
  .u-pr14em--pc {
    padding-right: 14em !important;
  }
  .u-mt75--pc {
    margin-top: 75px !important;
  }
  .u-mb75--pc {
    margin-bottom: 75px !important;
  }
  .u-ml75--pc {
    margin-left: 75px !important;
  }
  .u-mr75--pc {
    margin-right: 75px !important;
  }
  .u-mt15em--pc {
    margin-top: 15em !important;
  }
  .u-mb15em--pc {
    margin-bottom: 15em !important;
  }
  .u-ml15em--pc {
    margin-left: 15em !important;
  }
  .u-mr15em--pc {
    margin-right: 15em !important;
  }
  .u-pt75--pc {
    padding-top: 75px !important;
  }
  .u-pb75--pc {
    padding-bottom: 75px !important;
  }
  .u-pl75--pc {
    padding-left: 75px !important;
  }
  .u-pr75--pc {
    padding-right: 75px !important;
  }
  .u-pt15em--pc {
    padding-top: 15em !important;
  }
  .u-pb15em--pc {
    padding-bottom: 15em !important;
  }
  .u-pl15em--pc {
    padding-left: 15em !important;
  }
  .u-pr15em--pc {
    padding-right: 15em !important;
  }
  .u-mt80--pc {
    margin-top: 80px !important;
  }
  .u-mb80--pc {
    margin-bottom: 80px !important;
  }
  .u-ml80--pc {
    margin-left: 80px !important;
  }
  .u-mr80--pc {
    margin-right: 80px !important;
  }
  .u-mt16em--pc {
    margin-top: 16em !important;
  }
  .u-mb16em--pc {
    margin-bottom: 16em !important;
  }
  .u-ml16em--pc {
    margin-left: 16em !important;
  }
  .u-mr16em--pc {
    margin-right: 16em !important;
  }
  .u-pt80--pc {
    padding-top: 80px !important;
  }
  .u-pb80--pc {
    padding-bottom: 80px !important;
  }
  .u-pl80--pc {
    padding-left: 80px !important;
  }
  .u-pr80--pc {
    padding-right: 80px !important;
  }
  .u-pt16em--pc {
    padding-top: 16em !important;
  }
  .u-pb16em--pc {
    padding-bottom: 16em !important;
  }
  .u-pl16em--pc {
    padding-left: 16em !important;
  }
  .u-pr16em--pc {
    padding-right: 16em !important;
  }
  .u-mt85--pc {
    margin-top: 85px !important;
  }
  .u-mb85--pc {
    margin-bottom: 85px !important;
  }
  .u-ml85--pc {
    margin-left: 85px !important;
  }
  .u-mr85--pc {
    margin-right: 85px !important;
  }
  .u-mt17em--pc {
    margin-top: 17em !important;
  }
  .u-mb17em--pc {
    margin-bottom: 17em !important;
  }
  .u-ml17em--pc {
    margin-left: 17em !important;
  }
  .u-mr17em--pc {
    margin-right: 17em !important;
  }
  .u-pt85--pc {
    padding-top: 85px !important;
  }
  .u-pb85--pc {
    padding-bottom: 85px !important;
  }
  .u-pl85--pc {
    padding-left: 85px !important;
  }
  .u-pr85--pc {
    padding-right: 85px !important;
  }
  .u-pt17em--pc {
    padding-top: 17em !important;
  }
  .u-pb17em--pc {
    padding-bottom: 17em !important;
  }
  .u-pl17em--pc {
    padding-left: 17em !important;
  }
  .u-pr17em--pc {
    padding-right: 17em !important;
  }
  .u-mt90--pc {
    margin-top: 90px !important;
  }
  .u-mb90--pc {
    margin-bottom: 90px !important;
  }
  .u-ml90--pc {
    margin-left: 90px !important;
  }
  .u-mr90--pc {
    margin-right: 90px !important;
  }
  .u-mt18em--pc {
    margin-top: 18em !important;
  }
  .u-mb18em--pc {
    margin-bottom: 18em !important;
  }
  .u-ml18em--pc {
    margin-left: 18em !important;
  }
  .u-mr18em--pc {
    margin-right: 18em !important;
  }
  .u-pt90--pc {
    padding-top: 90px !important;
  }
  .u-pb90--pc {
    padding-bottom: 90px !important;
  }
  .u-pl90--pc {
    padding-left: 90px !important;
  }
  .u-pr90--pc {
    padding-right: 90px !important;
  }
  .u-pt18em--pc {
    padding-top: 18em !important;
  }
  .u-pb18em--pc {
    padding-bottom: 18em !important;
  }
  .u-pl18em--pc {
    padding-left: 18em !important;
  }
  .u-pr18em--pc {
    padding-right: 18em !important;
  }
  .u-mt95--pc {
    margin-top: 95px !important;
  }
  .u-mb95--pc {
    margin-bottom: 95px !important;
  }
  .u-ml95--pc {
    margin-left: 95px !important;
  }
  .u-mr95--pc {
    margin-right: 95px !important;
  }
  .u-mt19em--pc {
    margin-top: 19em !important;
  }
  .u-mb19em--pc {
    margin-bottom: 19em !important;
  }
  .u-ml19em--pc {
    margin-left: 19em !important;
  }
  .u-mr19em--pc {
    margin-right: 19em !important;
  }
  .u-pt95--pc {
    padding-top: 95px !important;
  }
  .u-pb95--pc {
    padding-bottom: 95px !important;
  }
  .u-pl95--pc {
    padding-left: 95px !important;
  }
  .u-pr95--pc {
    padding-right: 95px !important;
  }
  .u-pt19em--pc {
    padding-top: 19em !important;
  }
  .u-pb19em--pc {
    padding-bottom: 19em !important;
  }
  .u-pl19em--pc {
    padding-left: 19em !important;
  }
  .u-pr19em--pc {
    padding-right: 19em !important;
  }
  .u-mt100--pc {
    margin-top: 100px !important;
  }
  .u-mb100--pc {
    margin-bottom: 100px !important;
  }
  .u-ml100--pc {
    margin-left: 100px !important;
  }
  .u-mr100--pc {
    margin-right: 100px !important;
  }
  .u-mt20em--pc {
    margin-top: 20em !important;
  }
  .u-mb20em--pc {
    margin-bottom: 20em !important;
  }
  .u-ml20em--pc {
    margin-left: 20em !important;
  }
  .u-mr20em--pc {
    margin-right: 20em !important;
  }
  .u-pt100--pc {
    padding-top: 100px !important;
  }
  .u-pb100--pc {
    padding-bottom: 100px !important;
  }
  .u-pl100--pc {
    padding-left: 100px !important;
  }
  .u-pr100--pc {
    padding-right: 100px !important;
  }
  .u-pt20em--pc {
    padding-top: 20em !important;
  }
  .u-pb20em--pc {
    padding-bottom: 20em !important;
  }
  .u-pl20em--pc {
    padding-left: 20em !important;
  }
  .u-pr20em--pc {
    padding-right: 20em !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-mt0--sp {
    margin-top: 0px !important;
  }
  .u-mb0--sp {
    margin-bottom: 0px !important;
  }
  .u-ml0--sp {
    margin-left: 0px !important;
  }
  .u-mr0--sp {
    margin-right: 0px !important;
  }
  .u-mt0em--sp {
    margin-top: 0em !important;
  }
  .u-mb0em--sp {
    margin-bottom: 0em !important;
  }
  .u-ml0em--sp {
    margin-left: 0em !important;
  }
  .u-mr0em--sp {
    margin-right: 0em !important;
  }
  .u-pt0--sp {
    padding-top: 0px !important;
  }
  .u-pb0--sp {
    padding-bottom: 0px !important;
  }
  .u-pl0--sp {
    padding-left: 0px !important;
  }
  .u-pr0--sp {
    padding-right: 0px !important;
  }
  .u-pt0em--sp {
    padding-top: 0em !important;
  }
  .u-pb0em--sp {
    padding-bottom: 0em !important;
  }
  .u-pl0em--sp {
    padding-left: 0em !important;
  }
  .u-pr0em--sp {
    padding-right: 0em !important;
  }
  .u-mt5--sp {
    margin-top: 5px !important;
  }
  .u-mb5--sp {
    margin-bottom: 5px !important;
  }
  .u-ml5--sp {
    margin-left: 5px !important;
  }
  .u-mr5--sp {
    margin-right: 5px !important;
  }
  .u-mt1em--sp {
    margin-top: 1em !important;
  }
  .u-mb1em--sp {
    margin-bottom: 1em !important;
  }
  .u-ml1em--sp {
    margin-left: 1em !important;
  }
  .u-mr1em--sp {
    margin-right: 1em !important;
  }
  .u-pt5--sp {
    padding-top: 5px !important;
  }
  .u-pb5--sp {
    padding-bottom: 5px !important;
  }
  .u-pl5--sp {
    padding-left: 5px !important;
  }
  .u-pr5--sp {
    padding-right: 5px !important;
  }
  .u-pt1em--sp {
    padding-top: 1em !important;
  }
  .u-pb1em--sp {
    padding-bottom: 1em !important;
  }
  .u-pl1em--sp {
    padding-left: 1em !important;
  }
  .u-pr1em--sp {
    padding-right: 1em !important;
  }
  .u-mt10--sp {
    margin-top: 10px !important;
  }
  .u-mb10--sp {
    margin-bottom: 10px !important;
  }
  .u-ml10--sp {
    margin-left: 10px !important;
  }
  .u-mr10--sp {
    margin-right: 10px !important;
  }
  .u-mt2em--sp {
    margin-top: 2em !important;
  }
  .u-mb2em--sp {
    margin-bottom: 2em !important;
  }
  .u-ml2em--sp {
    margin-left: 2em !important;
  }
  .u-mr2em--sp {
    margin-right: 2em !important;
  }
  .u-pt10--sp {
    padding-top: 10px !important;
  }
  .u-pb10--sp {
    padding-bottom: 10px !important;
  }
  .u-pl10--sp {
    padding-left: 10px !important;
  }
  .u-pr10--sp {
    padding-right: 10px !important;
  }
  .u-pt2em--sp {
    padding-top: 2em !important;
  }
  .u-pb2em--sp {
    padding-bottom: 2em !important;
  }
  .u-pl2em--sp {
    padding-left: 2em !important;
  }
  .u-pr2em--sp {
    padding-right: 2em !important;
  }
  .u-mt15--sp {
    margin-top: 15px !important;
  }
  .u-mb15--sp {
    margin-bottom: 15px !important;
  }
  .u-ml15--sp {
    margin-left: 15px !important;
  }
  .u-mr15--sp {
    margin-right: 15px !important;
  }
  .u-mt3em--sp {
    margin-top: 3em !important;
  }
  .u-mb3em--sp {
    margin-bottom: 3em !important;
  }
  .u-ml3em--sp {
    margin-left: 3em !important;
  }
  .u-mr3em--sp {
    margin-right: 3em !important;
  }
  .u-pt15--sp {
    padding-top: 15px !important;
  }
  .u-pb15--sp {
    padding-bottom: 15px !important;
  }
  .u-pl15--sp {
    padding-left: 15px !important;
  }
  .u-pr15--sp {
    padding-right: 15px !important;
  }
  .u-pt3em--sp {
    padding-top: 3em !important;
  }
  .u-pb3em--sp {
    padding-bottom: 3em !important;
  }
  .u-pl3em--sp {
    padding-left: 3em !important;
  }
  .u-pr3em--sp {
    padding-right: 3em !important;
  }
  .u-mt20--sp {
    margin-top: 20px !important;
  }
  .u-mb20--sp {
    margin-bottom: 20px !important;
  }
  .u-ml20--sp {
    margin-left: 20px !important;
  }
  .u-mr20--sp {
    margin-right: 20px !important;
  }
  .u-mt4em--sp {
    margin-top: 4em !important;
  }
  .u-mb4em--sp {
    margin-bottom: 4em !important;
  }
  .u-ml4em--sp {
    margin-left: 4em !important;
  }
  .u-mr4em--sp {
    margin-right: 4em !important;
  }
  .u-pt20--sp {
    padding-top: 20px !important;
  }
  .u-pb20--sp {
    padding-bottom: 20px !important;
  }
  .u-pl20--sp {
    padding-left: 20px !important;
  }
  .u-pr20--sp {
    padding-right: 20px !important;
  }
  .u-pt4em--sp {
    padding-top: 4em !important;
  }
  .u-pb4em--sp {
    padding-bottom: 4em !important;
  }
  .u-pl4em--sp {
    padding-left: 4em !important;
  }
  .u-pr4em--sp {
    padding-right: 4em !important;
  }
  .u-mt25--sp {
    margin-top: 25px !important;
  }
  .u-mb25--sp {
    margin-bottom: 25px !important;
  }
  .u-ml25--sp {
    margin-left: 25px !important;
  }
  .u-mr25--sp {
    margin-right: 25px !important;
  }
  .u-mt5em--sp {
    margin-top: 5em !important;
  }
  .u-mb5em--sp {
    margin-bottom: 5em !important;
  }
  .u-ml5em--sp {
    margin-left: 5em !important;
  }
  .u-mr5em--sp {
    margin-right: 5em !important;
  }
  .u-pt25--sp {
    padding-top: 25px !important;
  }
  .u-pb25--sp {
    padding-bottom: 25px !important;
  }
  .u-pl25--sp {
    padding-left: 25px !important;
  }
  .u-pr25--sp {
    padding-right: 25px !important;
  }
  .u-pt5em--sp {
    padding-top: 5em !important;
  }
  .u-pb5em--sp {
    padding-bottom: 5em !important;
  }
  .u-pl5em--sp {
    padding-left: 5em !important;
  }
  .u-pr5em--sp {
    padding-right: 5em !important;
  }
  .u-mt30--sp {
    margin-top: 30px !important;
  }
  .u-mb30--sp {
    margin-bottom: 30px !important;
  }
  .u-ml30--sp {
    margin-left: 30px !important;
  }
  .u-mr30--sp {
    margin-right: 30px !important;
  }
  .u-mt6em--sp {
    margin-top: 6em !important;
  }
  .u-mb6em--sp {
    margin-bottom: 6em !important;
  }
  .u-ml6em--sp {
    margin-left: 6em !important;
  }
  .u-mr6em--sp {
    margin-right: 6em !important;
  }
  .u-pt30--sp {
    padding-top: 30px !important;
  }
  .u-pb30--sp {
    padding-bottom: 30px !important;
  }
  .u-pl30--sp {
    padding-left: 30px !important;
  }
  .u-pr30--sp {
    padding-right: 30px !important;
  }
  .u-pt6em--sp {
    padding-top: 6em !important;
  }
  .u-pb6em--sp {
    padding-bottom: 6em !important;
  }
  .u-pl6em--sp {
    padding-left: 6em !important;
  }
  .u-pr6em--sp {
    padding-right: 6em !important;
  }
  .u-mt35--sp {
    margin-top: 35px !important;
  }
  .u-mb35--sp {
    margin-bottom: 35px !important;
  }
  .u-ml35--sp {
    margin-left: 35px !important;
  }
  .u-mr35--sp {
    margin-right: 35px !important;
  }
  .u-mt7em--sp {
    margin-top: 7em !important;
  }
  .u-mb7em--sp {
    margin-bottom: 7em !important;
  }
  .u-ml7em--sp {
    margin-left: 7em !important;
  }
  .u-mr7em--sp {
    margin-right: 7em !important;
  }
  .u-pt35--sp {
    padding-top: 35px !important;
  }
  .u-pb35--sp {
    padding-bottom: 35px !important;
  }
  .u-pl35--sp {
    padding-left: 35px !important;
  }
  .u-pr35--sp {
    padding-right: 35px !important;
  }
  .u-pt7em--sp {
    padding-top: 7em !important;
  }
  .u-pb7em--sp {
    padding-bottom: 7em !important;
  }
  .u-pl7em--sp {
    padding-left: 7em !important;
  }
  .u-pr7em--sp {
    padding-right: 7em !important;
  }
  .u-mt40--sp {
    margin-top: 40px !important;
  }
  .u-mb40--sp {
    margin-bottom: 40px !important;
  }
  .u-ml40--sp {
    margin-left: 40px !important;
  }
  .u-mr40--sp {
    margin-right: 40px !important;
  }
  .u-mt8em--sp {
    margin-top: 8em !important;
  }
  .u-mb8em--sp {
    margin-bottom: 8em !important;
  }
  .u-ml8em--sp {
    margin-left: 8em !important;
  }
  .u-mr8em--sp {
    margin-right: 8em !important;
  }
  .u-pt40--sp {
    padding-top: 40px !important;
  }
  .u-pb40--sp {
    padding-bottom: 40px !important;
  }
  .u-pl40--sp {
    padding-left: 40px !important;
  }
  .u-pr40--sp {
    padding-right: 40px !important;
  }
  .u-pt8em--sp {
    padding-top: 8em !important;
  }
  .u-pb8em--sp {
    padding-bottom: 8em !important;
  }
  .u-pl8em--sp {
    padding-left: 8em !important;
  }
  .u-pr8em--sp {
    padding-right: 8em !important;
  }
  .u-mt45--sp {
    margin-top: 45px !important;
  }
  .u-mb45--sp {
    margin-bottom: 45px !important;
  }
  .u-ml45--sp {
    margin-left: 45px !important;
  }
  .u-mr45--sp {
    margin-right: 45px !important;
  }
  .u-mt9em--sp {
    margin-top: 9em !important;
  }
  .u-mb9em--sp {
    margin-bottom: 9em !important;
  }
  .u-ml9em--sp {
    margin-left: 9em !important;
  }
  .u-mr9em--sp {
    margin-right: 9em !important;
  }
  .u-pt45--sp {
    padding-top: 45px !important;
  }
  .u-pb45--sp {
    padding-bottom: 45px !important;
  }
  .u-pl45--sp {
    padding-left: 45px !important;
  }
  .u-pr45--sp {
    padding-right: 45px !important;
  }
  .u-pt9em--sp {
    padding-top: 9em !important;
  }
  .u-pb9em--sp {
    padding-bottom: 9em !important;
  }
  .u-pl9em--sp {
    padding-left: 9em !important;
  }
  .u-pr9em--sp {
    padding-right: 9em !important;
  }
  .u-mt50--sp {
    margin-top: 50px !important;
  }
  .u-mb50--sp {
    margin-bottom: 50px !important;
  }
  .u-ml50--sp {
    margin-left: 50px !important;
  }
  .u-mr50--sp {
    margin-right: 50px !important;
  }
  .u-mt10em--sp {
    margin-top: 10em !important;
  }
  .u-mb10em--sp {
    margin-bottom: 10em !important;
  }
  .u-ml10em--sp {
    margin-left: 10em !important;
  }
  .u-mr10em--sp {
    margin-right: 10em !important;
  }
  .u-pt50--sp {
    padding-top: 50px !important;
  }
  .u-pb50--sp {
    padding-bottom: 50px !important;
  }
  .u-pl50--sp {
    padding-left: 50px !important;
  }
  .u-pr50--sp {
    padding-right: 50px !important;
  }
  .u-pt10em--sp {
    padding-top: 10em !important;
  }
  .u-pb10em--sp {
    padding-bottom: 10em !important;
  }
  .u-pl10em--sp {
    padding-left: 10em !important;
  }
  .u-pr10em--sp {
    padding-right: 10em !important;
  }
  .u-mt55--sp {
    margin-top: 55px !important;
  }
  .u-mb55--sp {
    margin-bottom: 55px !important;
  }
  .u-ml55--sp {
    margin-left: 55px !important;
  }
  .u-mr55--sp {
    margin-right: 55px !important;
  }
  .u-mt11em--sp {
    margin-top: 11em !important;
  }
  .u-mb11em--sp {
    margin-bottom: 11em !important;
  }
  .u-ml11em--sp {
    margin-left: 11em !important;
  }
  .u-mr11em--sp {
    margin-right: 11em !important;
  }
  .u-pt55--sp {
    padding-top: 55px !important;
  }
  .u-pb55--sp {
    padding-bottom: 55px !important;
  }
  .u-pl55--sp {
    padding-left: 55px !important;
  }
  .u-pr55--sp {
    padding-right: 55px !important;
  }
  .u-pt11em--sp {
    padding-top: 11em !important;
  }
  .u-pb11em--sp {
    padding-bottom: 11em !important;
  }
  .u-pl11em--sp {
    padding-left: 11em !important;
  }
  .u-pr11em--sp {
    padding-right: 11em !important;
  }
  .u-mt60--sp {
    margin-top: 60px !important;
  }
  .u-mb60--sp {
    margin-bottom: 60px !important;
  }
  .u-ml60--sp {
    margin-left: 60px !important;
  }
  .u-mr60--sp {
    margin-right: 60px !important;
  }
  .u-mt12em--sp {
    margin-top: 12em !important;
  }
  .u-mb12em--sp {
    margin-bottom: 12em !important;
  }
  .u-ml12em--sp {
    margin-left: 12em !important;
  }
  .u-mr12em--sp {
    margin-right: 12em !important;
  }
  .u-pt60--sp {
    padding-top: 60px !important;
  }
  .u-pb60--sp {
    padding-bottom: 60px !important;
  }
  .u-pl60--sp {
    padding-left: 60px !important;
  }
  .u-pr60--sp {
    padding-right: 60px !important;
  }
  .u-pt12em--sp {
    padding-top: 12em !important;
  }
  .u-pb12em--sp {
    padding-bottom: 12em !important;
  }
  .u-pl12em--sp {
    padding-left: 12em !important;
  }
  .u-pr12em--sp {
    padding-right: 12em !important;
  }
  .u-mt65--sp {
    margin-top: 65px !important;
  }
  .u-mb65--sp {
    margin-bottom: 65px !important;
  }
  .u-ml65--sp {
    margin-left: 65px !important;
  }
  .u-mr65--sp {
    margin-right: 65px !important;
  }
  .u-mt13em--sp {
    margin-top: 13em !important;
  }
  .u-mb13em--sp {
    margin-bottom: 13em !important;
  }
  .u-ml13em--sp {
    margin-left: 13em !important;
  }
  .u-mr13em--sp {
    margin-right: 13em !important;
  }
  .u-pt65--sp {
    padding-top: 65px !important;
  }
  .u-pb65--sp {
    padding-bottom: 65px !important;
  }
  .u-pl65--sp {
    padding-left: 65px !important;
  }
  .u-pr65--sp {
    padding-right: 65px !important;
  }
  .u-pt13em--sp {
    padding-top: 13em !important;
  }
  .u-pb13em--sp {
    padding-bottom: 13em !important;
  }
  .u-pl13em--sp {
    padding-left: 13em !important;
  }
  .u-pr13em--sp {
    padding-right: 13em !important;
  }
  .u-mt70--sp {
    margin-top: 70px !important;
  }
  .u-mb70--sp {
    margin-bottom: 70px !important;
  }
  .u-ml70--sp {
    margin-left: 70px !important;
  }
  .u-mr70--sp {
    margin-right: 70px !important;
  }
  .u-mt14em--sp {
    margin-top: 14em !important;
  }
  .u-mb14em--sp {
    margin-bottom: 14em !important;
  }
  .u-ml14em--sp {
    margin-left: 14em !important;
  }
  .u-mr14em--sp {
    margin-right: 14em !important;
  }
  .u-pt70--sp {
    padding-top: 70px !important;
  }
  .u-pb70--sp {
    padding-bottom: 70px !important;
  }
  .u-pl70--sp {
    padding-left: 70px !important;
  }
  .u-pr70--sp {
    padding-right: 70px !important;
  }
  .u-pt14em--sp {
    padding-top: 14em !important;
  }
  .u-pb14em--sp {
    padding-bottom: 14em !important;
  }
  .u-pl14em--sp {
    padding-left: 14em !important;
  }
  .u-pr14em--sp {
    padding-right: 14em !important;
  }
  .u-mt75--sp {
    margin-top: 75px !important;
  }
  .u-mb75--sp {
    margin-bottom: 75px !important;
  }
  .u-ml75--sp {
    margin-left: 75px !important;
  }
  .u-mr75--sp {
    margin-right: 75px !important;
  }
  .u-mt15em--sp {
    margin-top: 15em !important;
  }
  .u-mb15em--sp {
    margin-bottom: 15em !important;
  }
  .u-ml15em--sp {
    margin-left: 15em !important;
  }
  .u-mr15em--sp {
    margin-right: 15em !important;
  }
  .u-pt75--sp {
    padding-top: 75px !important;
  }
  .u-pb75--sp {
    padding-bottom: 75px !important;
  }
  .u-pl75--sp {
    padding-left: 75px !important;
  }
  .u-pr75--sp {
    padding-right: 75px !important;
  }
  .u-pt15em--sp {
    padding-top: 15em !important;
  }
  .u-pb15em--sp {
    padding-bottom: 15em !important;
  }
  .u-pl15em--sp {
    padding-left: 15em !important;
  }
  .u-pr15em--sp {
    padding-right: 15em !important;
  }
  .u-mt80--sp {
    margin-top: 80px !important;
  }
  .u-mb80--sp {
    margin-bottom: 80px !important;
  }
  .u-ml80--sp {
    margin-left: 80px !important;
  }
  .u-mr80--sp {
    margin-right: 80px !important;
  }
  .u-mt16em--sp {
    margin-top: 16em !important;
  }
  .u-mb16em--sp {
    margin-bottom: 16em !important;
  }
  .u-ml16em--sp {
    margin-left: 16em !important;
  }
  .u-mr16em--sp {
    margin-right: 16em !important;
  }
  .u-pt80--sp {
    padding-top: 80px !important;
  }
  .u-pb80--sp {
    padding-bottom: 80px !important;
  }
  .u-pl80--sp {
    padding-left: 80px !important;
  }
  .u-pr80--sp {
    padding-right: 80px !important;
  }
  .u-pt16em--sp {
    padding-top: 16em !important;
  }
  .u-pb16em--sp {
    padding-bottom: 16em !important;
  }
  .u-pl16em--sp {
    padding-left: 16em !important;
  }
  .u-pr16em--sp {
    padding-right: 16em !important;
  }
  .u-mt85--sp {
    margin-top: 85px !important;
  }
  .u-mb85--sp {
    margin-bottom: 85px !important;
  }
  .u-ml85--sp {
    margin-left: 85px !important;
  }
  .u-mr85--sp {
    margin-right: 85px !important;
  }
  .u-mt17em--sp {
    margin-top: 17em !important;
  }
  .u-mb17em--sp {
    margin-bottom: 17em !important;
  }
  .u-ml17em--sp {
    margin-left: 17em !important;
  }
  .u-mr17em--sp {
    margin-right: 17em !important;
  }
  .u-pt85--sp {
    padding-top: 85px !important;
  }
  .u-pb85--sp {
    padding-bottom: 85px !important;
  }
  .u-pl85--sp {
    padding-left: 85px !important;
  }
  .u-pr85--sp {
    padding-right: 85px !important;
  }
  .u-pt17em--sp {
    padding-top: 17em !important;
  }
  .u-pb17em--sp {
    padding-bottom: 17em !important;
  }
  .u-pl17em--sp {
    padding-left: 17em !important;
  }
  .u-pr17em--sp {
    padding-right: 17em !important;
  }
  .u-mt90--sp {
    margin-top: 90px !important;
  }
  .u-mb90--sp {
    margin-bottom: 90px !important;
  }
  .u-ml90--sp {
    margin-left: 90px !important;
  }
  .u-mr90--sp {
    margin-right: 90px !important;
  }
  .u-mt18em--sp {
    margin-top: 18em !important;
  }
  .u-mb18em--sp {
    margin-bottom: 18em !important;
  }
  .u-ml18em--sp {
    margin-left: 18em !important;
  }
  .u-mr18em--sp {
    margin-right: 18em !important;
  }
  .u-pt90--sp {
    padding-top: 90px !important;
  }
  .u-pb90--sp {
    padding-bottom: 90px !important;
  }
  .u-pl90--sp {
    padding-left: 90px !important;
  }
  .u-pr90--sp {
    padding-right: 90px !important;
  }
  .u-pt18em--sp {
    padding-top: 18em !important;
  }
  .u-pb18em--sp {
    padding-bottom: 18em !important;
  }
  .u-pl18em--sp {
    padding-left: 18em !important;
  }
  .u-pr18em--sp {
    padding-right: 18em !important;
  }
  .u-mt95--sp {
    margin-top: 95px !important;
  }
  .u-mb95--sp {
    margin-bottom: 95px !important;
  }
  .u-ml95--sp {
    margin-left: 95px !important;
  }
  .u-mr95--sp {
    margin-right: 95px !important;
  }
  .u-mt19em--sp {
    margin-top: 19em !important;
  }
  .u-mb19em--sp {
    margin-bottom: 19em !important;
  }
  .u-ml19em--sp {
    margin-left: 19em !important;
  }
  .u-mr19em--sp {
    margin-right: 19em !important;
  }
  .u-pt95--sp {
    padding-top: 95px !important;
  }
  .u-pb95--sp {
    padding-bottom: 95px !important;
  }
  .u-pl95--sp {
    padding-left: 95px !important;
  }
  .u-pr95--sp {
    padding-right: 95px !important;
  }
  .u-pt19em--sp {
    padding-top: 19em !important;
  }
  .u-pb19em--sp {
    padding-bottom: 19em !important;
  }
  .u-pl19em--sp {
    padding-left: 19em !important;
  }
  .u-pr19em--sp {
    padding-right: 19em !important;
  }
  .u-mt100--sp {
    margin-top: 100px !important;
  }
  .u-mb100--sp {
    margin-bottom: 100px !important;
  }
  .u-ml100--sp {
    margin-left: 100px !important;
  }
  .u-mr100--sp {
    margin-right: 100px !important;
  }
  .u-mt20em--sp {
    margin-top: 20em !important;
  }
  .u-mb20em--sp {
    margin-bottom: 20em !important;
  }
  .u-ml20em--sp {
    margin-left: 20em !important;
  }
  .u-mr20em--sp {
    margin-right: 20em !important;
  }
  .u-pt100--sp {
    padding-top: 100px !important;
  }
  .u-pb100--sp {
    padding-bottom: 100px !important;
  }
  .u-pl100--sp {
    padding-left: 100px !important;
  }
  .u-pr100--sp {
    padding-right: 100px !important;
  }
  .u-pt20em--sp {
    padding-top: 20em !important;
  }
  .u-pb20em--sp {
    padding-bottom: 20em !important;
  }
  .u-pl20em--sp {
    padding-left: 20em !important;
  }
  .u-pr20em--sp {
    padding-right: 20em !important;
  }
}
.p-filterColorPurple {
  -webkit-filter: invert(16%) sepia(33%) saturate(6166%) hue-rotate(277deg) brightness(87%) contrast(96%);
          filter: invert(16%) sepia(33%) saturate(6166%) hue-rotate(277deg) brightness(87%) contrast(96%);
  will-change: filter;
  -webkit-backface-visibility: hidden;
}

.f-min {
  font-family: "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-yakuhan {
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-yakuhanMin {
  font-family: YakuHanMP, "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.f-en {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
}

.f-enCur {
  font-family: "Libre Baskerville", "Yu Mincho", "游明朝体", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #6b1b7e;
}

.swiper {
  list-style: none;
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-variant: initial;
  font-size: var(--swiper-navigation-size);
  line-height: 1;
  font-family: swiper-icons;
  letter-spacing: 0;
  text-transform: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.1);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 7px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 7px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  pointer-events: none;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  visibility: visible;
  pointer-events: auto;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-cube-shadow:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  content: "";
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-header .l-inner {
  max-width: 100%;
}

.p-header img {
  vertical-align: top;
}

.p-header, .p-header__fixWrap {
  border-bottom: 1px solid #d6d2cf;
}

.p-header__fixWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #ffffff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-header__logo, .p-header__menuOpen {
  line-height: 1;
}

.p-header__title a {
  display: inline-block;
}

@media only screen and (min-width: 769px), print {
  .p-header, .p-header__inner {
    height: 140px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .p-header, .p-header__inner {
    height: 80px;
  }
}
@media only screen and (min-width: 769px), print {
  .p-header__inner {
    gap: 60px;
    padding-block: 15px;
  }
  .p-header__logo, .p-header__menuOpen {
    width: 30%;
    max-width: 302px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .p-header__logo, .p-header__menuOpen {
    width: 180px;
  }
}
@media only screen and (min-width: 769px), print {
  .p-header__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p-header__title img {
    width: 316px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .p-header__title img {
    width: 180px;
  }
}
@media only screen and (max-width: 768px) {
  .p-header .l-inner {
    padding-inline: 15px;
  }
  .p-header, .p-header__inner {
    height: 50px;
  }
  .p-header__inner {
    padding-block: 8px;
  }
  .p-header__logo {
    width: 178px;
    padding-top: 3px;
  }
  .p-header__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #6b1b7e;
    text-align: right;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .p-header__title {
    font-size: 2.6666666667vw;
  }
}
.p-topicPathNav {
  border-top: 1px solid #b5b5b5;
}

.p-topicPathNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.p-topicPathNav__item img {
  vertical-align: middle;
}

.p-topicPathNav__item:nth-child(n+2)::before {
  display: inline-block;
  padding: 0 0.75em;
  font-size: 80%;
  vertical-align: middle;
  content: ">";
}

.p-topicPathNav__item a {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (min-width: 769px), print {
  .p-topicPathNav__list {
    min-height: 50px;
    padding: 8px 40px;
  }
  .p-topicPathNav__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-topicPathNav__list {
    min-height: 38px;
    padding: 8px 15px;
  }
  .p-topicPathNav__item {
    font-size: 10px;
    font-size: 1rem;
  }
}
.p-footer__inner {
  position: relative;
}

.p-footer__inner::before {
  background-color: #f5f5f5;
}

.p-footer__inner::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__inner > * {
  position: relative;
  z-index: 1;
}

.p-footer__address dt,
.p-footer__address dd {
  color: #6b1b7e;
}

.p-footer__snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__navLinks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.p-footer__navLinks > li a {
  display: block;
  color: #6b1b7e;
  text-decoration: none;
}

.p-footer__copy {
  color: #ffffff;
}

.p-footer__copy {
  position: relative;
}

.p-footer__copy::before {
  background-color: #333333;
}

.p-footer__copy::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-footer__copy > * {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 769px), print {
  .p-footer .l-inner {
    max-width: 1300px;
  }
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 75px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .p-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .p-footer__logo {
    width: 302px;
  }
  .p-footer__address {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-footer__address .-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
  }
  .p-footer__address .-item:nth-child(n+2) {
    margin-top: 15px;
  }
  .p-footer__address dt {
    width: 150px;
    padding-right: 1em;
  }
  .p-footer__address dd {
    width: calc(100% - 150px - 1em);
  }
  .p-footer__snsLinks {
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .p-footer__snsLinks {
    width: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .p-footer__navLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1em;
    padding-block: 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-footer__navLinks > li + li {
    border-left: 1px solid #b8b8b8;
  }
  .p-footer__navLinks > li a {
    padding-inline: 1em;
  }
  .p-footer__copy {
    padding: 15px 20px;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-footer__inner {
    padding-block: 40px;
  }
  .p-footer__logo {
    text-align: center;
  }
  .p-footer__logo img {
    width: 263px;
  }
  .p-footer__address {
    margin-top: 30px;
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-footer__address .-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-footer__snsLinks {
    gap: 22px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .p-footer__navLinks {
    padding-block: 24px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-footer__navLinks > li + li {
    margin-top: 15px;
  }
  .p-footer__copy {
    padding: 10px 0;
    line-height: 1.8;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home__pickup {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home__pickup {
    margin-top: 30px;
  }
}
.pg-home-visual {
  position: relative;
  margin-inline: auto;
}

.pg-home-visual__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.pg-home-visual__itemInner {
  text-decoration: none;
}

.pg-home-visual__itemVisual {
  position: relative;
  line-height: 1;
}

.pg-home-visual__itemVisual img {
  vertical-align: top;
}

.pg-home-visual__itemNum {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #ffffff;
  font-weight: 400;
}

.pg-home-visual__itemNum em {
  margin-left: 0.05em;
  font-style: inherit;
  font-weight: inherit;
}

.pg-home-visual__itemMain {
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pg-home-visual__itemCatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 300;
  line-height: 1;
}

.pg-home-visual__itemCatch strong {
  display: block;
  background-color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.pg-home-visual__itemCatch small {
  display: block;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.02em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.pg-home-visual__itemTextBlock {
  background-color: #ffffff;
}

.pg-home-visual__itemTitle {
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: 0.04em;
}

.pg-home-visual__itemText {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.pg-home-visual__arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1em;
  height: 1em;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #ffffff;
  color: #231815;
}

.pg-home-visual__arrow::after {
  color: currentColor;
  font-weight: 700;
  font-size: 35%;
}

.pg-home-visual__arrow::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 1em 0.5em;
}

.pg-home-visual__arrow.-prev {
  padding-right: 0.05em;
}

.pg-home-visual__arrow.-next {
  padding-left: 0.05em;
}

.pg-home-visual__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  line-height: 1;
  text-align: right;
}

.pg-home-visual__pagination .swiper-pagination {
  position: relative;
  bottom: auto;
  width: auto;
  margin-top: -0.15em;
  line-height: 0;
}

.pg-home-visual__pagination .swiper-pagination-bullet {
  margin-left: 10px !important;
  vertical-align: middle;
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(0)) .-total::before {
  content: "0";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(0).swiper-pagination-bullet-active) .-current::before {
  content: "0";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(1)) .-total::before {
  content: "1";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active) .-current::before {
  content: "1";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(2)) .-total::before {
  content: "2";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active) .-current::before {
  content: "2";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(3)) .-total::before {
  content: "3";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active) .-current::before {
  content: "3";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(4)) .-total::before {
  content: "4";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active) .-current::before {
  content: "4";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(5)) .-total::before {
  content: "5";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active) .-current::before {
  content: "5";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(6)) .-total::before {
  content: "6";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active) .-current::before {
  content: "6";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(7)) .-total::before {
  content: "7";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active) .-current::before {
  content: "7";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(8)) .-total::before {
  content: "8";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(8).swiper-pagination-bullet-active) .-current::before {
  content: "8";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(9)) .-total::before {
  content: "9";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(9).swiper-pagination-bullet-active) .-current::before {
  content: "9";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(10)) .-total::before {
  content: "10";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(10).swiper-pagination-bullet-active) .-current::before {
  content: "10";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(11)) .-total::before {
  content: "11";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(11).swiper-pagination-bullet-active) .-current::before {
  content: "11";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(12)) .-total::before {
  content: "12";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(12).swiper-pagination-bullet-active) .-current::before {
  content: "12";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(13)) .-total::before {
  content: "13";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(13).swiper-pagination-bullet-active) .-current::before {
  content: "13";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(14)) .-total::before {
  content: "14";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(14).swiper-pagination-bullet-active) .-current::before {
  content: "14";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(15)) .-total::before {
  content: "15";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(15).swiper-pagination-bullet-active) .-current::before {
  content: "15";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(16)) .-total::before {
  content: "16";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(16).swiper-pagination-bullet-active) .-current::before {
  content: "16";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(17)) .-total::before {
  content: "17";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(17).swiper-pagination-bullet-active) .-current::before {
  content: "17";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(18)) .-total::before {
  content: "18";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(18).swiper-pagination-bullet-active) .-current::before {
  content: "18";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(19)) .-total::before {
  content: "19";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(19).swiper-pagination-bullet-active) .-current::before {
  content: "19";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(20)) .-total::before {
  content: "20";
}

.pg-home-visual__pagination:has(.swiper-pagination-bullet:nth-child(20).swiper-pagination-bullet-active) .-current::before {
  content: "20";
}

@media only screen and (min-width: 769px), print {
  .pg-home-visual {
    position: relative;
    max-width: 1190px;
  }
  .pg-home-visual__heading {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 50px;
    margin-inline: calc(50% - 50svw);
    padding-inline: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__heading {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__item {
    padding-bottom: 100px;
  }
  .pg-home-visual__itemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-inline: 45px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-home-visual__itemInner {
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__itemInner {
    display: block;
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__itemInner > * {
    width: 100%;
  }
  .pg-home-visual__itemVisual {
    -ms-flex-item-align: start;
        align-self: flex-start;
    overflow: hidden;
  }
  .pg-home-visual__itemVisual img {
    -webkit-transition: ease 0.6s transform;
    transition: ease 0.6s transform;
  }
  .pg-home-visual__itemVisual img:where(a:hover *) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .pg-home-visual__itemNum {
    padding: 15px 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .pg-home-visual__itemNum em {
    font-size: 74px;
    font-size: 7.4rem;
  }
  .pg-home-visual__itemMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    left: -1px;
    width: 75%;
    max-width: 680px;
    min-height: 100%;
    margin-bottom: -100px;
    margin-left: -100%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__itemMain {
    position: static;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__itemCatch {
    gap: 15px;
    padding: 40px 50px 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__itemCatch {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__itemCatch strong {
    padding: 5px 5px;
    font-size: 42px;
    font-size: 4.2rem;
    font-size: clamp(2.1rem, 3.1343283582vw, 4.2rem);
  }
  .pg-home-visual__itemCatch small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-home-visual__itemTextBlock {
    padding: 55px 20px;
  }
  .pg-home-visual__itemTitle {
    font-size: 34px;
    font-size: 3.4rem;
    font-size: clamp(2rem, 2.5373134328vw, 3.4rem);
  }
  .pg-home-visual__itemTitle span {
    display: inline-block;
    position: relative;
  }
  .pg-home-visual__itemTitle span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    width: 100%;
    height: 1px;
    background-color: #333333;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .pg-home-visual__itemTitle span:nth-of-type(2)::after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .pg-home-visual__itemTitle span:nth-of-type(3)::after {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  a:hover .pg-home-visual__itemTitle span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .pg-home-visual__itemText {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-home-visual__itemText:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-home-visual__arrow {
    margin-top: -0.5em;
    margin-inline: 10px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-home-visual__arrow {
    margin-inline: -15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__arrow {
    margin-inline: -25px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-visual__pagination {
    gap: 20px;
    margin-top: -70px;
    padding-inline: 45px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-visual__pagination {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 18px;
    padding-inline: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual {
    margin-inline: -5px;
  }
  .pg-home-visual__heading {
    min-height: 34px;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__heading {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__main {
    margin-inline: -20px;
  }
  .pg-home-visual__itemInner {
    display: block;
    position: relative;
    padding-inline: 20px;
  }
  .pg-home-visual__itemNum {
    padding: 8px 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemNum {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemNum em {
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemNum em {
    font-size: 9.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemCatch {
    gap: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin-inline: 20px;
    padding: 15px 25px 10px;
  }
  .pg-home-visual__itemCatch strong {
    padding: 2px 2px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemCatch strong {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemCatch small {
    font-size: 7px;
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemCatch small {
    font-size: 1.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemTextBlock {
    padding: 25px 8px;
  }
  .pg-home-visual__itemTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemTitle {
    font-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__itemText {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-visual__itemText:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-home-visual__arrow {
    top: 0;
    margin-top: calc(34px - 0.5em + 35.333svw);
    margin-inline: -20px;
    font-size: 35px;
  }
  .pg-home-visual__pagination {
    gap: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-home-visual__pagination {
    font-size: 3.2vw;
  }
}
.pg-home-pickup__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border: 0 solid currentColor;
  border-width: 0 1px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-home-pickup__title {
    padding-inline: 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pg-home-pickup__main {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-pickup__title {
    padding-inline: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pg-home-pickup__main {
    margin-top: 15px;
  }
}
.pg-home-challenge {
  position: relative;
}

.pg-home-challenge::before {
  background-color: #f5f5f1;
}

.pg-home-challenge::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-home-challenge > * {
  position: relative;
  z-index: 1;
}

.pg-home-challenge::before {
  background: url(../images/common/bg_beigepattern.png) repeat #f5f5f1;
}

.pg-home-challenge__titleWrap {
  line-height: 1;
}

.pg-home-challenge__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  font-weight: 400;
}

.pg-home-challenge__enTitle {
  font-weight: 300;
}

.pg-home-challenge__lead {
  line-height: 1.7;
}

.pg-home-challenge__list .pg-home-indexCard__main {
  background: url(../images/common/bg_beigepattern.png) repeat #f5f5f1;
}

.pg-home-challenge__more {
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-home-challenge {
    padding-block: 125px 100px;
  }
  .pg-home-challenge__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-home-challenge__titleWrap {
    min-width: 320px;
  }
  .pg-home-challenge__title {
    padding: 5px 5px;
    font-size: 34px;
    font-size: 3.4rem;
  }
  .pg-home-challenge__enTitle {
    margin-top: 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pg-home-challenge__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-challenge__main {
    margin-top: 60px;
  }
  .pg-home-challenge__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-challenge__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-challenge__more {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-challenge {
    padding-block: 55px 55px;
  }
  .pg-home-challenge__title {
    padding: 3px 3px;
    font-size: 29px;
    font-size: 2.9rem;
  }
  .pg-home-challenge__enTitle {
    margin-top: 8px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .pg-home-challenge__lead {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-challenge__main {
    margin-top: 30px;
  }
  .pg-home-challenge__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-home-challenge__list > li {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
  }
  .pg-home-challenge__arrowWrap {
    margin-top: 20px;
  }
  .pg-home-challenge__more {
    margin-top: 30px;
  }
}
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 3em;
  border-radius: 50em;
  background-color: #6b1b7e;
  color: #ffffff;
  line-height: 1;
  text-decoration: none;
}

.c-button i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-inline: 1.5em;
  line-height: 1;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}

.c-button i img {
  vertical-align: middle;
}

@media only screen and (min-width: 769px), print {
  .c-button {
    min-width: 320px;
    min-height: 56px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-button {
    -webkit-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .c-button i {
    width: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-button {
    min-width: 280px;
    min-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-button i {
    width: 14px;
  }
}
.pg-home-indexCard__inner {
  display: block;
  text-decoration: none;
}

.pg-home-indexCard__main {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.pg-home-indexCard__title {
  font-weight: 700;
  line-height: 1.5;
}

.pg-home-indexCard__text {
  line-height: 1.6;
}

@media only screen and (min-width: 769px), print {
  .pg-home-indexCard__thumb {
    overflow: hidden;
  }
  .pg-home-indexCard__thumb img {
    -webkit-transition: ease 0.6s transform;
    transition: ease 0.6s transform;
  }
  .pg-home-indexCard__thumb img:where(a:hover *) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .pg-home-indexCard__main {
    width: calc(100% - 20px);
    max-width: 334px;
    margin-top: -30px;
    margin-left: -1px;
    padding-left: 1px;
    padding-block: 30px;
  }
  .pg-home-indexCard__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.1940298507vw, 1.6rem);
  }
  .pg-home-indexCard__title span {
    display: inline-block;
    position: relative;
  }
  .pg-home-indexCard__title span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    width: 100%;
    height: 1px;
    background-color: #333333;
    content: "";
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .pg-home-indexCard__title span:nth-of-type(2)::after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .pg-home-indexCard__title span:nth-of-type(3)::after {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .pg-home-indexCard__title span:nth-of-type(4)::after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .pg-home-indexCard__title span:nth-of-type(5)::after {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  a:hover .pg-home-indexCard__title span::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .pg-home-indexCard__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-home-indexCard__text:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-indexCard__main {
    padding-block: 20px;
  }
  .pg-home-indexCard__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-home-indexCard__text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .pg-home-indexCard__text:nth-child(n+2) {
    margin-top: 15px;
  }
}
.pg-home-indexArrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pg-home-indexArrows__arrow {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 10px;
  line-height: 1;
  cursor: pointer;
}

.pg-home-indexArrows__arrow img {
  width: 25px;
  vertical-align: top;
}

.pg-home-indexArrows__arrow.swiper-button-disabled {
  opacity: 0.2;
}

.pg-home-indexArrows__arrow.swiper-button-disabled img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.pg-home-indexArrows__arrow::after {
  display: none;
}

.pg-home-indexArrows__arrow.-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.pg-home-graduate {
  position: relative;
}

.pg-home-graduate::before {
  background-color: #e6ebf3;
}

.pg-home-graduate::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-home-graduate > * {
  position: relative;
  z-index: 1;
}

.pg-home-graduate__titleWrap {
  line-height: 1;
}

.pg-home-graduate__title {
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pg-home-graduate__lead {
  line-height: 1.7;
}

.pg-home-graduate__list .pg-home-indexCard__main {
  background-color: #e6ebf3;
}

.pg-home-graduate__more {
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-home-graduate {
    padding-block: 125px 100px;
  }
  .pg-home-graduate__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-home-graduate__titleWrap {
    min-width: 320px;
  }
  .pg-home-graduate__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .pg-home-graduate__enTitle {
    width: 92px;
    margin-top: 5px;
  }
  .pg-home-graduate__lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-graduate__main {
    margin-top: 50px;
  }
  .pg-home-graduate__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-home-graduate__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-home-graduate__more {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-home-graduate {
    padding-block: 55px 85px;
  }
  .pg-home-graduate__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pg-home-graduate__enTitle {
    width: 80px;
    margin-top: 5px;
  }
  .pg-home-graduate__lead {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-home-graduate__main {
    margin-top: 30px;
  }
  .pg-home-graduate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-home-graduate__list > li {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
  }
  .pg-home-graduate__arrowWrap {
    margin-top: 20px;
  }
  .pg-home-graduate__more {
    margin-top: 30px;
  }
}
.pg-arnc__bgWrap {
  position: relative;
}

.pg-arnc__bgWrap::before {
  background-color: #f5f5f1;
}

.pg-arnc__bgWrap::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-arnc__bgWrap > * {
  position: relative;
  z-index: 1;
}

.pg-arnc__bgWrap::before {
  background: url(../images/common/bg_beigepattern.png) repeat #f5f5f1;
}

.pg-arnc__index {
  border-top: 1px solid #ffffff;
}

.pg-arnc__interview {
  position: relative;
}

.pg-arnc__turning {
  position: relative;
}

.pg-arnc__turning::before {
  background-color: #f5f5f1;
}

.pg-arnc__turning::before {
  display: block;
  position: absolute;
  width: 150vw;
  height: 100%;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0;
  z-index: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pg-arnc__turning > * {
  position: relative;
  z-index: 1;
}

.pg-arnc__turning::before {
  background: url(../images/common/bg_beigepattern.png) repeat #f5f5f1;
}

.pg-arnc__define {
  position: relative;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc__prof {
    padding-block: 120px 300px;
  }
  .pg-arnc__interview {
    margin-top: -190px;
    padding-bottom: 260px;
  }
  .pg-arnc__turning {
    padding-bottom: 580px;
  }
  .pg-arnc__define {
    margin-top: -430px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc__prof {
    padding-block: 50px 80px;
  }
  .pg-arnc__interview {
    padding-bottom: 100px;
  }
  .pg-arnc__turning {
    padding-bottom: 200px;
  }
  .pg-arnc__define {
    margin-top: -160px;
    padding-bottom: 90px;
  }
}
.pg-arnc-heading {
  position: relative;
}

.pg-arnc-heading__shape::before, .pg-arnc-heading__shape::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 1em;
  height: 0.8660254038em;
}

.pg-arnc-heading__shape::before {
  opacity: 0.5;
  background-color: #ffffff;
}

.pg-arnc-heading__shape::after {
  background-color: #6b1b7e;
}

.pg-arnc-heading__shape.-shape01::before, .pg-arnc-heading__shape.-shape01::after {
  top: 0;
  left: 50%;
}

.pg-arnc-heading__shape.-shape01::before {
  z-index: 1;
}

.pg-arnc-heading__shape.-shape02::before, .pg-arnc-heading__shape.-shape02::after {
  right: 50%;
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.pg-arnc-heading__inner {
  position: relative;
  z-index: 1;
}

.pg-arnc-heading__titleWrap {
  line-height: 1;
  text-align: center;
}

.pg-arnc-heading__enTitle {
  font-weight: 400;
}

.pg-arnc-heading__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #ffffff;
  font-weight: 400;
}

.pg-arnc-heading__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #231815;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.pg-arnc-heading__text {
  line-height: 1.8;
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-heading {
    padding-block: 85px 70px;
  }
  .pg-arnc-heading:has(.pg-arnc-heading__shape) {
    padding-top: 125px;
  }
  .pg-arnc-heading__shape.-shape01::before {
    margin: 0 -550px;
    font-size: 394px;
    font-size: 39.4rem;
  }
  .pg-arnc-heading__shape.-shape01::after {
    margin: 217px -510px;
    font-size: 115px;
    font-size: 11.5rem;
  }
  .pg-arnc-heading__shape.-shape02::before {
    margin: -60px -580px;
    font-size: 203px;
    font-size: 20.3rem;
  }
  .pg-arnc-heading__shape.-shape02::after {
    margin: 63px -530px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  .pg-arnc-heading__enTitle {
    position: absolute;
    top: 0;
    right: 50%;
    margin-top: -15px;
    margin-right: calc(30px - 50svw);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-heading__title {
    padding: 5px 5px;
    font-size: 70px;
    font-size: 7rem;
    font-size: clamp(4.8rem, 5.223880597vw, 7rem);
  }
  .pg-arnc-heading__title:where(.-typeInner *) {
    font-size: 68px;
    font-size: 6.8rem;
    font-size: clamp(4.8rem, 5.0746268657vw, 6.8rem);
  }
  .pg-arnc-heading__catch {
    margin-top: 15px;
    padding: 5px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-heading__text {
    margin-top: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-heading__text:where(.-typeInner *) {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading {
    padding-block: 40px 40px;
  }
  .pg-arnc-heading:has(.pg-arnc-heading__shape) {
    padding-top: 60px;
  }
  .pg-arnc-heading__shape.-shape01::before {
    margin: 0 -185px;
    font-size: 114px;
    font-size: 11.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__shape.-shape01::before {
    font-size: 30.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__shape.-shape01::after {
    margin: 62px -173px;
    font-size: 33px;
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__shape.-shape01::after {
    font-size: 8.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__shape.-shape02::before {
    margin: -23px -171px;
    font-size: 65px;
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__shape.-shape02::before {
    font-size: 17.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__shape.-shape02::after {
    margin: 16px -155px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__shape.-shape02::after {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__enTitle {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__enTitle {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__title {
    margin-top: 35px;
    padding: 3px 3px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__title {
    font-size: 9.3333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__catch {
    margin-top: 5px;
    padding: 3px 3px;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__catch {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-heading__text {
    margin-top: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-heading__text {
    font-size: 3.4666666667vw;
  }
}
.pg-arnc-index__heading {
  line-height: 1;
  text-align: center;
}

.pg-arnc-index__enTitle {
  font-weight: 400;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-index {
    padding-block: 75px 200px;
  }
  .pg-arnc-index__enTitle {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .pg-arnc-index__title {
    margin-top: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pg-arnc-index__main {
    margin-top: 80px;
  }
  .pg-arnc-index__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 32px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-index__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-index__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 480px;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-index {
    padding-block: 50px 90px;
  }
  .pg-arnc-index__enTitle {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-index__enTitle {
    font-size: 6.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-index__title {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-index__title {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-index__main {
    margin-top: 40px;
  }
  .pg-arnc-index__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.pg-arnc-indexCard {
  background-color: #ffffff;
}

.pg-arnc-indexCard__inner {
  display: block;
  position: relative;
  text-decoration: none;
}

.pg-arnc-indexCard__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pg-arnc-indexCard__num {
  position: absolute;
  left: 0;
  border-bottom: 1px dotted currentColor;
  font-weight: 400;
  line-height: 1;
}

.pg-arnc-indexCard__num em {
  margin-left: 0.1em;
  font-style: inherit;
  font-weight: inherit;
}

.pg-arnc-indexCard__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.55;
}

.pg-arnc-indexCard__pref {
  background-color: #231815;
  color: #ffffff;
  line-height: 1;
}

.pg-arnc-indexCard__thumb {
  position: relative;
}

.pg-arnc-indexCard__catch {
  position: absolute;
  right: 0;
  margin-bottom: -2em;
  line-height: 1;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.pg-arnc-indexCard__catch span {
  display: inline-block;
  background-color: #ffffff;
}

.pg-arnc-indexCard__main {
  position: relative;
}

.pg-arnc-indexCard__name {
  line-height: 1.55;
}

.pg-arnc-indexCard__name strong {
  font-weight: inherit;
}

.pg-arnc-indexCard__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  overflow: hidden;
  line-height: 1;
}

.pg-arnc-indexCard__icon img {
  vertical-align: top;
}

.pg-arnc-indexCard__icon img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-indexCard__inner {
    padding: 50px 40px 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-indexCard__inner {
    padding-inline: 25px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-indexCard__heading {
    gap: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pg-arnc-indexCard__num {
    top: -50px;
    margin-top: -20px;
    padding-bottom: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-arnc-indexCard__num em {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .pg-arnc-indexCard__title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pg-arnc-indexCard__pref {
    margin-bottom: 5px;
    padding: 5px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-arnc-indexCard__thumb:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-arnc-indexCard__thumbInner {
    overflow: hidden;
  }
  .pg-arnc-indexCard__thumbInner img {
    -webkit-transition: ease 0.6s transform;
    transition: ease 0.6s transform;
  }
  .pg-arnc-indexCard__thumbInner img:where(a:hover *) {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .pg-arnc-indexCard__catch {
    bottom: 0;
    padding-right: 30px;
    font-size: 20px;
    font-size: 2rem;
    font-size: clamp(1.6rem, 1.4925373134vw, 2rem);
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-indexCard__catch {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-indexCard__catch span {
    margin-left: 3px;
    padding: 5px 5px;
  }
  .pg-arnc-indexCard__main {
    padding-right: 30px;
  }
  .pg-arnc-indexCard__main:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-arnc-indexCard__name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-arnc-indexCard__icon {
    padding-bottom: 6px;
  }
  .pg-arnc-indexCard__icon img {
    -webkit-transition: ease 0s transform;
    transition: ease 0s transform;
  }
  .pg-arnc-indexCard__icon img:where(a:hover *):first-child, .pg-arnc-indexCard__icon img:where(a:hover *):last-child {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .pg-arnc-indexCard__icon img:where(a:hover *):first-child {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .pg-arnc-indexCard__icon img:where(a:hover *):last-child {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__inner {
    padding: 12px 16px 20px;
  }
  .pg-arnc-indexCard__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pg-arnc-indexCard__num {
    top: -12px;
    margin-top: -12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__num {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__num em {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__num em {
    font-size: 7.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__title {
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__title {
    font-size: 2.9333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__pref {
    padding: 2px 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__pref {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__thumb:nth-child(n+2) {
    margin-top: 15px;
  }
  .pg-arnc-indexCard__catch {
    top: 0;
    margin-top: 18px;
    padding-right: 8px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__catch {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__catch span {
    margin-left: 3px;
    padding: 3px 2px;
  }
  .pg-arnc-indexCard__main {
    padding-right: 30px;
  }
  .pg-arnc-indexCard__main:nth-child(n+2) {
    margin-top: 20px;
  }
  .pg-arnc-indexCard__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-indexCard__name {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-indexCard__icon {
    width: 14px;
  }
}
.pg-arnc-visual__inner {
  position: relative;
}

.pg-arnc-visual__thumb {
  width: 100%;
}

.pg-arnc-visual__thumbInner {
  margin-left: calc(50% - 50svw);
}

.pg-arnc-visual__catch {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-bottom: 2em;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.pg-arnc-visual__catch span {
  display: inline-block;
  background-color: #ffffff;
}

.pg-arnc-visual__numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -1px;
  background: url(../images/common/bg_beigepattern.png) repeat #f5f5f1;
}

.pg-arnc-visual__num {
  border-bottom: 1px dotted currentColor;
  font-weight: 400;
  line-height: 1;
}

.pg-arnc-visual__num em {
  margin-left: 0.1em;
  font-style: inherit;
  font-weight: inherit;
}

.pg-arnc-visual__main {
  position: relative;
  z-index: 1;
  width: 100%;
}

.pg-arnc-visual__name {
  line-height: 1;
  letter-spacing: 0.05em;
}

.pg-arnc-visual__name strong,
.pg-arnc-visual__name span {
  display: inline-block;
  background-color: #ffffff;
  font-weight: inherit;
}

.pg-arnc-visual__pref {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #231815;
  color: #ffffff;
  line-height: 1;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-visual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-arnc-visual__catch {
    bottom: 0;
    padding-right: 42px;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: clamp(1.8rem, 2.0895522388vw, 2.8rem);
  }
  .pg-arnc-visual__catch span {
    margin-left: 10px;
    padding: 5px 5px;
  }
  .pg-arnc-visual__numWrap {
    width: 420px;
    height: 125px;
    padding: 20px 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-visual__numWrap {
    width: 320px;
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-visual__num {
    padding-inline: 3px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pg-arnc-visual__num em {
    font-size: 58px;
    font-size: 5.8rem;
    font-size: clamp(4.2rem, 4.328358209vw, 5.8rem);
  }
  .pg-arnc-visual__main {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: -100%;
    padding-block: 32px;
  }
  .pg-arnc-visual__name strong,
  .pg-arnc-visual__name span {
    padding: 5px;
  }
  .pg-arnc-visual__name strong {
    font-size: 22px;
    font-size: 2.2rem;
    font-size: clamp(1.8rem, 1.6417910448vw, 2.2rem);
  }
  .pg-arnc-visual__name span {
    margin-top: 3px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-visual__pref {
    margin-top: 15px;
    padding: 5px 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__thumb {
    position: relative;
  }
  .pg-arnc-visual__catch {
    top: 50%;
    margin-right: -12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__catch {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__catch span {
    margin-left: 5px;
    padding: 3px 2px;
  }
  .pg-arnc-visual__numWrap {
    width: 146px;
    height: 40px;
    padding: 5px 20px;
  }
  .pg-arnc-visual__num {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__num {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__num em {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__num em {
    font-size: 5.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__main {
    padding-block: 32px;
  }
  .pg-arnc-visual__name strong,
  .pg-arnc-visual__name span {
    padding: 3px;
  }
  .pg-arnc-visual__name strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__name strong {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__name span {
    margin-top: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__name span {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-visual__pref {
    margin-top: 10px;
    padding: 3px 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-visual__pref {
    font-size: 3.2vw;
  }
}
.pg-arnc-prof__visual {
  line-height: 1;
}

.pg-arnc-prof__visual img,
.pg-arnc-prof__visual video {
  width: 100%;
  height: auto;
  border: 0 solid #ffffff;
  vertical-align: top;
}

.pg-arnc-prof__thumb img {
  border-radius: 50%;
}

.pg-arnc-prof__name {
  line-height: 1.5;
}

.pg-arnc-prof__name strong {
  font-weight: 700;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-prof__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-prof__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-prof__visual {
    width: 50%;
    max-width: 660px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-prof__visual {
    width: 40%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-prof__visual {
    width: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-prof__visual img {
    border-width: 5px;
  }
  .pg-arnc-prof__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pg-arnc-prof__thumb {
    width: 200px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-prof__thumb {
    width: 150px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-prof__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-arnc-prof__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-arnc-prof__name:nth-child(n+2) {
    margin-top: 8px;
  }
  .pg-arnc-prof__name strong {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pg-arnc-prof__name small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-arnc-prof__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-arnc-prof__text:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__visual img {
    border-width: 3px;
  }
  .pg-arnc-prof__main {
    margin-top: 40px;
  }
  .pg-arnc-prof__thumb {
    width: 140px;
    margin-inline: auto;
  }
  .pg-arnc-prof__textBlock {
    margin-top: 20px;
  }
  .pg-arnc-prof__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-prof__catch {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-prof__name {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__name:nth-child(n+2) {
    margin-top: 8px;
  }
  .pg-arnc-prof__name strong {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-prof__name strong {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__name small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-prof__name small {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-prof__text {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-prof__text:nth-child(n+2) {
    margin-top: 20px;
  }
}
.pg-arnc-interview__visual {
  position: relative;
  width: 100%;
  line-height: 1;
}

.pg-arnc-interview__visual img {
  vertical-align: top;
}

.pg-arnc-interview__visual::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  width: 100%;
  margin: -1px;
  background-color: #ffffff;
}

.pg-arnc-interview__visual:where(.-type01 *):after, .pg-arnc-interview__visual:where(.-type03 *):after {
  left: 0;
}

.pg-arnc-interview__visual:where(.-type02 *):after, .pg-arnc-interview__visual:where(.-type04 *):after {
  right: 0;
}

.pg-arnc-interview__heading {
  position: relative;
  text-align: center;
}

.pg-arnc-interview__num {
  border-bottom: 1px dotted currentColor;
  font-weight: 400;
  line-height: 1;
}

.pg-arnc-interview__num::before {
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  margin-top: -0.3em;
  margin-right: 0.5em;
  border-radius: 50%;
  background-color: #6b1b7e;
  vertical-align: middle;
}

.pg-arnc-interview__num em {
  margin-top: 0.2em;
  font-style: inherit;
  font-weight: inherit;
}

.pg-arnc-interview__title {
  font-weight: 400;
  text-align: left;
}

.pg-arnc-interview__main {
  position: relative;
}

.pg-arnc-interview__textBlock:nth-child(n+2) {
  margin-top: 2em;
}

.pg-arnc-interview__textBlock p + p {
  margin-top: 2em;
}

.pg-arnc-interview__photoList {
  position: relative;
  margin-block: 2.5em;
}

.pg-arnc-interview__photoList:first-child {
  margin-top: 0;
}

.pg-arnc-interview__photoList:last-child {
  margin-bottom: 0;
}

.pg-arnc-interview__photoList.is-animeInit > li img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: ease 1s;
  transition: ease 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li img {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(0) img {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(1) img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(2) img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(3) img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(4) img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.pg-arnc-interview__photoList.is-animeInit.is-animeActive > li:nth-child(5) img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-interview:nth-child(n+2) {
    margin-top: 160px;
  }
  .pg-arnc-interview__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 100px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1299px), print {
  .pg-arnc-interview__inner {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1079px) {
  .pg-arnc-interview__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-interview__inner:where(.-type02 *), .pg-arnc-interview__inner:where(.-type04 *) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pg-arnc-interview__visual::after {
    max-width: calc(100% - 185px);
    height: 100px;
  }
  .pg-arnc-interview__visualInner:where(.-type01 *), .pg-arnc-interview__visualInner:where(.-type03 *) {
    margin-right: calc(50% - 50svw);
  }
  .pg-arnc-interview__visualInner:where(.-type02 *), .pg-arnc-interview__visualInner:where(.-type04 *) {
    margin-left: calc(50% - 50svw);
  }
  .pg-arnc-interview__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .pg-arnc-interview__heading {
    width: auto;
    padding-inline: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1079px) {
  .pg-arnc-interview__heading {
    width: 100%;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-interview__num {
    padding-bottom: 12px;
    padding-inline: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .pg-arnc-interview__num em {
    display: block;
    font-size: 46px;
    font-size: 4.6rem;
  }
  .pg-arnc-interview__title {
    line-height: 1.9;
    white-space: nowrap;
    font-size: 28px;
    font-size: 2.8rem;
    font-size: clamp(2.4rem, 2.0895522388vw, 2.8rem);
  }
}
@media only screen and (min-width: 769px) and (min-width: 1080px) {
  .pg-arnc-interview__title {
    -ms-writing-mode: tb-rl;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-interview__main {
    max-width: 740px;
    padding-top: 100px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1079px) {
  .pg-arnc-interview__main {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-interview:nth-child(n+2) {
    margin-top: 80px;
  }
  .pg-arnc-interview__visual {
    width: auto;
    margin-right: calc(50% - 50svw);
    margin-left: calc(50% - 50svw);
  }
  .pg-arnc-interview__visual img {
    width: 100%;
  }
  .pg-arnc-interview__visual::after {
    max-width: calc(100% - 20px);
    height: 32px;
  }
  .pg-arnc-interview__heading {
    padding-top: 15px;
  }
  .pg-arnc-interview__num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 5px;
    padding-inline: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-interview__num {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-interview__num em {
    display: inline-block;
    margin-top: -0.05em;
    margin-left: 0.2em;
    vertical-align: middle;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-interview__num em {
    font-size: 8.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-interview__title {
    margin-top: 40px;
    line-height: 1.43;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-interview__title {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-interview__main {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-interview__main {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer1 {
    display: none;
  }
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer2 {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) {
    overflow: hidden;
  }
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer1 {
    float: right;
    min-height: 14em;
    margin-bottom: calc(-190px - 1em);
  }
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer2 {
    float: right;
    clear: both;
    width: 314px;
    height: 190px;
    margin: 0 20px;
    margin-right: -10px;
  }
  .pg-arnc-interview__photoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-block: 3em;
  }
  .pg-arnc-interview__photoList:where(.-type01 *) {
    float: right;
    width: 346px;
    margin-right: -175px;
    margin-left: 60px;
  }
  .pg-arnc-interview__photoList:where(.-type01 *):nth-child(2) {
    margin-top: 2em;
  }
  .pg-arnc-interview__photoList:where(.-type01 *) > li:nth-child(1) {
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 230px;
    margin: 20px -50px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1439px) {
  .pg-arnc-interview__photoList:where(.-type01 *) > li:nth-child(1) {
    margin-inline: -140px;
  }
}
@media only screen and (min-width: 1080px) {
  .pg-arnc-interview__photoList:where(.-type02 *) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(1) {
    width: 530px;
    margin-right: -70px;
    padding-bottom: 55px;
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(2) {
    width: 314px;
    margin-right: 32px;
    margin-left: -80px;
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(3) {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    margin-top: 55px;
    margin-left: -365px;
  }
}
@media only screen and (min-width: 1080px) and (max-width: 1399px) {
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(3) {
    top: 20px;
    margin-top: 0;
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1080px) {
  .pg-arnc-interview__photoList:where(.-type03 *) > li:nth-child(1) {
    width: 340px;
    margin-right: 50px;
    margin-left: -70px;
  }
  .pg-arnc-interview__photoList:where(.-type03 *) > li:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: calc(50% - 50svw);
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1080px) and (min-width: 769px) and (max-width: 1299px) {
  .pg-arnc-interview__photoList:where(.-type03 *) > li:nth-child(2) {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1080px) {
  .pg-arnc-interview__photoList:where(.-type04 *) > li:nth-child(1) {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 314px;
    margin-right: -62px;
    margin-bottom: 3em;
  }
  .pg-arnc-interview__photoList:where(.-type04 *) > li:nth-child(2) {
    width: 630px;
    margin-left: -90px;
  }
}
@media only screen and (max-width: 1079px) {
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer1 {
    display: none;
  }
  .pg-arnc-interview__textBlock:where(.-type04 *):nth-child(1) .-spacer2 {
    display: none;
  }
  .pg-arnc-interview__photoList {
    margin-inline: auto;
  }
  .pg-arnc-interview__photoList > li {
    margin-inline: auto;
  }
  .pg-arnc-interview__photoList > li + li {
    margin-top: 10px;
  }
  .pg-arnc-interview__photoList:where(.-type01 *) > li:nth-child(1) {
    width: 30.6666666667vw;
    margin-right: 0;
  }
  .pg-arnc-interview__photoList:where(.-type01 *) > li:nth-child(2) {
    width: 46.1333333333vw;
  }
  .pg-arnc-interview__photoList:where(.-type01 *) > li:nth-child(2) img {
    margin-left: -1.3333333333vw;
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(1) {
    width: 64vw;
    margin-right: calc(50% - 50svw);
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(2) {
    width: 41.8666666667vw;
    margin-top: 8vw;
    margin-left: calc(29.8666666667vw + 50% - 50svw + 0.8vw);
  }
  .pg-arnc-interview__photoList:where(.-type02 *) > li:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 29.3333333333vw;
    margin-bottom: 16vw;
    margin-left: calc(50% - 50svw);
  }
  .pg-arnc-interview__photoList:where(.-type03 *) > li:nth-child(1) {
    width: 45.3333333333vw;
    margin-left: calc(50% - 50svw);
  }
  .pg-arnc-interview__photoList:where(.-type03 *) > li:nth-child(2) {
    width: 68.8vw;
    margin-right: 0;
  }
  .pg-arnc-interview__photoList:where(.-type04 *) > li:nth-child(1) {
    width: 41.8666666667vw;
    margin-right: 0;
  }
  .pg-arnc-interview__photoList:where(.-type04 *) > li:nth-child(2) {
    width: 73.3333333333vw;
    margin-left: 0;
  }
}
.pg-arnc-turning {
  position: relative;
  margin-inline: auto;
}

.pg-arnc-turning__heading {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  text-align: right;
}

.pg-arnc-turning__enTitle {
  font-weight: 400;
}

.pg-arnc-turning__introTitle {
  font-weight: 700;
}

.pg-arnc-turning__ruleTitle {
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.pg-arnc-turning__ruleTitle::before, .pg-arnc-turning__ruleTitle::after {
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  background-color: currentColor;
}

.pg-arnc-turning__ruleTitle::before {
  right: 50%;
  -webkit-transform: skewY(18deg);
          transform: skewY(18deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.pg-arnc-turning__ruleTitle::after {
  left: 50%;
  -webkit-transform: skewY(-18deg);
          transform: skewY(-18deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.pg-arnc-turning__ruleMain {
  background-color: #ffffff;
}

.pg-arnc-turning__ruleItem:nth-child(n+2) {
  border: 0 solid #d6d2cf;
}

.pg-arnc-turning__ruleItem dt {
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-turning {
    max-width: 1240px;
    padding-top: 50px;
  }
  .pg-arnc-turning__enTitle {
    margin-top: -0.85em;
    font-size: 80px;
    font-size: 8rem;
    font-size: clamp(6rem, 5.9701492537vw, 8rem);
  }
  .pg-arnc-turning__title {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pg-arnc-turning__main {
    margin-top: 80px;
  }
  .pg-arnc-turning__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-turning__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-turning__introTextWrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pg-arnc-turning__introTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-arnc-turning__introText {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-turning__introText:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-arnc-turning__thumb {
    width: 50%;
    max-width: 600px;
    padding-top: 10px;
  }
  .pg-arnc-turning__rule {
    margin-top: 130px;
  }
  .pg-arnc-turning__ruleTitle {
    padding: 0 50px 30px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pg-arnc-turning__ruleMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -10px;
    padding-block: 70px;
  }
  .pg-arnc-turning__ruleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pg-arnc-turning__ruleItem {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-inline: 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
  .pg-arnc-turning__ruleItem {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 769px), print {
  .pg-arnc-turning__ruleItem:nth-child(n+2) {
    border-width: 0 0 0 1px;
  }
  .pg-arnc-turning__ruleItem dt {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pg-arnc-turning__ruleItem dd {
    margin-top: 35px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning {
    padding-top: 90px;
  }
  .pg-arnc-turning__heading {
    margin-top: -34px;
  }
  .pg-arnc-turning__enTitle {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__enTitle {
    font-size: 10.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__title {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__title {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__introTitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__introTitle {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__introText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__introText {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__introText:nth-child(n+2) {
    margin-top: 30px;
  }
  .pg-arnc-turning__thumb {
    margin-top: 35px;
  }
  .pg-arnc-turning__rule {
    margin-top: 60px;
  }
  .pg-arnc-turning__ruleTitle {
    padding: 0 35px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__ruleTitle {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__ruleMain {
    margin-top: -10px;
    padding-block: 15px;
    padding-inline: 20px;
  }
  .pg-arnc-turning__ruleItem {
    padding-block: 35px;
  }
  .pg-arnc-turning__ruleItem:nth-child(n+2) {
    border-width: 1px 0 0;
  }
  .pg-arnc-turning__ruleItem dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__ruleItem dt {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-turning__ruleItem dd {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-turning__ruleItem dd {
    font-size: 3.7333333333vw;
  }
}
.pg-arnc-define__visual {
  margin-inline: auto;
}

.pg-arnc-define__heading {
  line-height: 1;
  text-align: center;
}

.pg-arnc-define__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px dotted currentColor;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.pg-arnc-define__enTitle {
  font-weight: 300;
}

.pg-arnc-define__sign {
  text-align: center;
}

@media only screen and (min-width: 769px), print {
  .pg-arnc-define__visual {
    max-width: 1100px;
  }
  .pg-arnc-define__heading {
    margin-top: 130px;
  }
  .pg-arnc-define__title {
    padding-bottom: 5px;
    font-size: 42px;
    font-size: 4.2rem;
  }
  .pg-arnc-define__enTitle {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pg-arnc-define__main {
    margin-top: 50px;
  }
  .pg-arnc-define__sign img {
    width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-define__heading {
    margin-top: 50px;
  }
  .pg-arnc-define__title {
    padding-bottom: 8px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-define__title {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-define__enTitle {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 374px) {
  .pg-arnc-define__enTitle {
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .pg-arnc-define__main {
    margin-top: 30px;
  }
  .pg-arnc-define__sign img {
    width: 250px;
  }
}