@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* line 5, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

/* line 91, ../sass/_common.scss */
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
menu,
nav,
section,
main,
canvas,
picture {
  display: block;
}

/* line 107, ../sass/_common.scss */
blockquote,
q {
  quotes: none;
}

/* line 111, ../sass/_common.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 118, ../sass/_common.scss */
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

/* line 125, ../sass/_common.scss */
select,
option,
button {
  font-family: inherit;
  font-size: inherit;
}

/* line 131, ../sass/_common.scss */
input.styleReset,
button.styleReset,
textarea.styleReset,
select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

/* line 147, ../sass/_common.scss */
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 152, ../sass/_common.scss */
.list li ul {
  display: none;
  margin-top: calc(10 / 750 * 550 * 1px);
  margin-bottom: calc(30 / 750 * 550 * 1px);
  padding-left: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    margin-bottom: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    margin-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    padding-left: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 152, ../sass/_common.scss */
  .list li ul {
    padding-left: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 157, ../sass/_common.scss */
.list li ul li {
  margin-bottom: calc(8 / 750 * 550 * 1px);
  border-top: 1px solid #a9a9a9;
  padding-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 157, ../sass/_common.scss */
  .list li ul li {
    margin-bottom: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 157, ../sass/_common.scss */
  .list li ul li {
    margin-bottom: calc(8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 157, ../sass/_common.scss */
  .list li ul li {
    padding-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 157, ../sass/_common.scss */
  .list li ul li {
    padding-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 161, ../sass/_common.scss */
.list li ul li:first-of-type {
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
/* line 166, ../sass/_common.scss */
.list li ul li:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: calc(8 / 750 * 550 * 1px);
  border-bottom: 1px solid #a9a9a9;
}
@media (max-width: 1199px) {
  /* line 166, ../sass/_common.scss */
  .list li ul li:last-of-type {
    padding-bottom: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 166, ../sass/_common.scss */
  .list li ul li:last-of-type {
    padding-bottom: calc(8 / 750 * 100 * 1vw);
  }
}
/* line 171, ../sass/_common.scss */
.list li ul li a {
  text-indent: -2.6em;
  padding-left: 2.6em;
  box-sizing: border-box;
  font-size: calc(24 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 171, ../sass/_common.scss */
  .list li ul li a {
    font-size: calc(24 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 171, ../sass/_common.scss */
  .list li ul li a {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 176, ../sass/_common.scss */
.list li ul li a:before {
  content: ">";
}
/* line 184, ../sass/_common.scss */
.list li.on .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg) !important;
}

/* line 191, ../sass/_common.scss */
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

/* line 202, ../sass/_common.scss */
html {
  font-size: calc(10vw / 3.75);
  -webkit-font-smoothing: antialiased;
}

/* line 206, ../sass/_common.scss */
body {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff800;
}
/* line 218, ../sass/_common.scss */
body:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/0413_images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #c3e3da;
}
@media screen and (min-width: 980px) and (max-height: 979px) {
  /* line 218, ../sass/_common.scss */
  body:after {
    background-position: left bottom -20px;
  }
}
@media screen and (max-width: 1550px) {
  /* line 237, ../sass/_common.scss */
  body:before {
    content: none;
  }
  /* line 240, ../sass/_common.scss */
  body:after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/0413_images/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top 90px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff800;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1550px) {
  /* line 240, ../sass/_common.scss */
  body:after {
    background-size: 80%;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1250px) {
  /* line 240, ../sass/_common.scss */
  body:after {
    background-size: 66%;
    background-position: left top 60%;
  }
}
@media screen and (max-width: 1550px) and (max-width: 1199px) {
  /* line 240, ../sass/_common.scss */
  body:after {
    content: none;
  }
}

/* line 267, ../sass/_common.scss */
body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

@media screen and (min-width: 980px) {
  /* line 275, ../sass/_common.scss */
  html {
    font-size: 8px;
  }

  /* line 279, ../sass/_common.scss */
  body {
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media screen and (min-width: 900px) {
  /* line 286, ../sass/_common.scss */
  html {
    font-size: 10px;
  }
}
/* line 291, ../sass/_common.scss */
* {
  -webkit-tap-highlight-color: transparent;
}

/* line 294, ../sass/_common.scss */
a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

/* line 300, ../sass/_common.scss */
p,
dt,
dd,
li {
  word-break: break-word;
  word-wrap: normal;
}

/* line 307, ../sass/_common.scss */
img {
  max-width: 100%;
  vertical-align: top;
}

/* line 311, ../sass/_common.scss */
button {
  cursor: pointer;
  font-family: inherit;
}

/* line 315, ../sass/_common.scss */
.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit;
}

/* line 320, ../sass/_common.scss */
.accordionTrigger {
  cursor: pointer;
  display: block;
}

/* line 324, ../sass/_common.scss */
.accordionContent {
  display: none;
}

/* line 327, ../sass/_common.scss */
.en {
  font-family: "Oswald", sans-serif;
}

/* line 330, ../sass/_common.scss */
.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0;
}

/* line 335, ../sass/_common.scss */
.slide .photo:first-child {
  opacity: 1;
  position: relative;
}

/* line 339, ../sass/_common.scss */
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative;
}

/* line 343, ../sass/_common.scss */
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  margin-top: 10px;
}

/* line 353, ../sass/_common.scss */
.slide .slick-dots li {
  overflow: hidden;
  flex-basis: 4.2%;
  margin: 0 1% 0 0;
}

/* line 358, ../sass/_common.scss */
.slide .slick-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  text-indent: -9999em;
  background-color: #cecece;
  transition: background-color 0.2s ease-out;
}

@media screen and (max-width: 979px) {
  /* line 378, ../sass/_common.scss */
  .slide .slick-dots li button {
    width: 2.15vw;
    height: 2.15vw;
    border-radius: 2.15vw;
  }
}
/* line 384, ../sass/_common.scss */
.slide .slick-dots li button:hover,
.slide .slick-dots li.slick-active button {
  background-color: #fff;
}

/* line 388, ../sass/_common.scss */
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 1.7rem;
  height: 1.7rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain;
}

/* line 410, ../sass/_common.scss */
.slide .slick-arrow.slick-prev {
  left: 0.6rem;
}

/* line 413, ../sass/_common.scss */
.slide .slick-arrow.slick-next {
  right: 0.6rem;
  transform: rotate(180deg);
}

/* line 417, ../sass/_common.scss */
.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out;
}

@media screen and (min-width: 980px) {
  /* line 427, ../sass/_common.scss */
  .slide .slick-dots {
    top: calc(100% + 8px);
    margin-top: 10px;
  }

  /* line 431, ../sass/_common.scss */
  .slide .slick-dots li {
    flex-basis: 15px;
    margin: 0 3px 0 0;
  }

  /* line 435, ../sass/_common.scss */
  .slide .slick-dots li button {
    /*height: 3px;*/
  }

  /* line 438, ../sass/_common.scss */
  .slide .slick-arrow {
    width: 2.7rem;
    height: 2.7rem;
  }

  /* line 442, ../sass/_common.scss */
  .slide .slick-arrow.slick-prev {
    left: 1.3rem;
  }

  /* line 445, ../sass/_common.scss */
  .slide .slick-arrow.slick-next {
    right: 1.3rem;
  }

  /* mover */
  /* line 449, ../sass/_common.scss */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
  }

  /* line 454, ../sass/_common.scss */
  .mover:hover {
    opacity: 0.8;
  }

  /* line 457, ../sass/_common.scss */
  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
  }

  /* line 462, ../sass/_common.scss */
  .moverContent:hover > * {
    opacity: 0.8;
  }
}
/* line 467, ../sass/_common.scss */
.modePC,
.modePCib {
  display: none;
}

/* line 471, ../sass/_common.scss */
.modePC.important,
.modePCib.important {
  display: none !important;
}

/* line 475, ../sass/_common.scss */
.modeSP {
  display: block;
}

/* line 478, ../sass/_common.scss */
.modeSP.important {
  display: block !important;
}

@media screen and (min-width: 980px) {
  /* line 482, ../sass/_common.scss */
  .modePC {
    display: block;
  }

  /* line 485, ../sass/_common.scss */
  .modePC.important {
    display: block !important;
  }

  /* line 488, ../sass/_common.scss */
  .modePCib {
    display: inline-block;
  }

  /* line 491, ../sass/_common.scss */
  .modePCib.important {
    display: inline-block !important;
  }

  /* line 494, ../sass/_common.scss */
  .modeSP {
    display: none;
  }

  /* line 497, ../sass/_common.scss */
  .modeSP.important {
    display: none !important;
  }
}
@keyframes bgloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 195px 0;
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}
@keyframes lineMove {
  0% {
    background-size: 0 2px;
  }
  50% {
    background-size: 0 2px;
  }
  100% {
    background-size: 100% 2px;
  }
}
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
/* line 564, ../sass/_common.scss */
.wrapper {
  transition: opacity 0.3s;
}

/* line 567, ../sass/_common.scss */
.load_complete .wrapper {
  opacity: 1;
}

/* line 570, ../sass/_common.scss */
.contentInner {
  width: calc(315 / 375 * 100%);
  margin: auto;
}

/* line 574, ../sass/_common.scss */
.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
}

/* line 579, ../sass/_common.scss */
.fadeContent.current {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 980px) {
  /* line 584, ../sass/_common.scss */
  .contentInner {
    width: 100%;
    max-width: 1200px;
    /*padding: 0 20px;*/
    box-sizing: border-box;
  }
}
/* line 591, ../sass/_common.scss */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 979px) {
  /* line 591, ../sass/_common.scss */
  #header {
    z-index: 1000;
    border-bottom: 1px solid #ddd;
    max-width: 550px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* line 606, ../sass/_common.scss */
#globalNav .button {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: calc(60 / 375 * 100vw);
  height: 0;
  /*background-color: #fff;*/
  padding: calc(65 / 375 * 100vw) 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  /* line 606, ../sass/_common.scss */
  #globalNav .button {
    right: initial;
    left: 440px;
    padding: 20px;
    top: 18px;
    width: 110px;
  }
}
@media screen and (max-width: 550px) {
  /* line 606, ../sass/_common.scss */
  #globalNav .button {
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(60 / 375 * 100vw);
    height: 0;
    /*background-color: #fff;*/
    padding: calc(65 / 375 * 100vw) 0 0 0;
    box-sizing: border-box;
    right: 0;
    left: initial;
  }
}

/* line 638, ../sass/_common.scss */
#globalNav .button .wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(20 / 60 * 100%);
  height: 0;
  padding: calc(16 / 60 * 100%) 0 0 0;
  margin: auto;
}

/* line 651, ../sass/_common.scss */
#globalNav .button .wrap span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000;
  margin: auto;
  transition: all 0.2s;
}

/* line 660, ../sass/_common.scss */
#globalNav .button .wrap span:nth-of-type(1) {
  top: 0;
}

/* line 663, ../sass/_common.scss */
#globalNav .button .wrap span:nth-of-type(2) {
  top: calc(50% - 1px);
}

/* line 666, ../sass/_common.scss */
#globalNav .button .wrap span:nth-of-type(3) {
  bottom: 0;
}

/* line 669, ../sass/_common.scss */
#globalNav .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  height: 100vh;
}

/* line 676, ../sass/_common.scss */
#globalNav .menu .menuBg {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 683, ../sass/_common.scss */
#globalNav .menu .menuInner {
  overflow: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /*width: calc(300 / 375 * 100vw);*/
  width: 100vw;
  background-image: url(../images/0413_images/menu-bg.webp);
  background-size: cover;
  background-position: center bottom;
    /*
	transform: translateX(100%);
	transition: all 0.2s ease-out;
*/
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
@media screen and (max-width: 979px) {
  /* line 683, ../sass/_common.scss */
  #globalNav .menu .menuInner {
    left: 0;
    width: 550px;
  }
}
@media screen and (max-width: 550px) {
  /* line 683, ../sass/_common.scss */
  #globalNav .menu .menuInner {
    left: initial;
    right: 0;
    width: 100%;
  }
}

/* line 711, ../sass/_common.scss */
#globalNav.open .list {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  width: 75%;
  margin-inline: auto;
  margin-top: calc(100 / 750 * 550 * 1px);
  margin-bottom: calc(100 / 750 * 550 * 1px);
  height: max-content;
}
@media (max-width: 1199px) {
  /* line 711, ../sass/_common.scss */
  #globalNav.open .list {
    margin-top: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 711, ../sass/_common.scss */
  #globalNav.open .list {
    margin-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 711, ../sass/_common.scss */
  #globalNav.open .list {
    margin-bottom: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 711, ../sass/_common.scss */
  #globalNav.open .list {
    margin-bottom: calc(100 / 750 * 100 * 1vw);
  }
}

/* line 722, ../sass/_common.scss */
#globalNav.open .list .item {
  flex-basis: 100%;
  font-size: 1.6rem;
  line-height: 1.19;
  margin-bottom: 16px;
  background-size: 8.6vw;
}

/* line 729, ../sass/_common.scss */
#globalNav.open .list .item a {
  display: block;
  width: 100%;
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #66351e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  font-size: 16px;
  --base-offset-y: 2.5em;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  /* line 729, ../sass/_common.scss */
  #globalNav.open .list .item a {
    transition: filter 0.3s ease-in-out;
  }
}
@media screen and (min-width: 980px) {
  /* line 750, ../sass/_common.scss */
  #globalNav.open .list .item a:hover {
    --hover-offset-y: 2.5em;
    filter: brightness(1.5);
  }
}
/* line 756, ../sass/_common.scss */
#globalNav.open .list .item a span {
  font-size: 20px;
  margin-right: 10px;
  color: #df6c12;
}

/* line 762, ../sass/_common.scss */
#globalNav.open .list .item li a {
  font-size: 14px;
}

/* line 765, ../sass/_common.scss */
#globalNav.open .list .item a .en {
  display: block;
  font-size: 20px;
  line-height: 2;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 2px solid #ffffff;
}

/* line 773, ../sass/_common.scss */
#globalNav.open .list .item a .en .large {
  display: inline-block;
  font-size: 3.4rem;
  line-height: 1.18;
  padding: 0 0 0 0.25em;
}

/* line 779, ../sass/_common.scss */
#globalNav.open .button .wrap span:nth-of-type(1) {
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateY(-1px) rotate(-45deg);
  background-color: #333;
}

/* line 785, ../sass/_common.scss */
#globalNav.open .button .wrap span:nth-of-type(2) {
  opacity: 0;
  left: 0;
}

/* line 789, ../sass/_common.scss */
#globalNav.open .button .wrap span:nth-of-type(3) {
  top: 0;
  left: 0;
  transform: translateY(-50%) translateY(1px) rotate(45deg);
  background-color: #333;
}

/* line 795, ../sass/_common.scss */
#globalNav.open .menu {
  left: 0;
}

/* line 798, ../sass/_common.scss */
#globalNav.open .menu .menuBg {
  left: 0;
}

/* line 801, ../sass/_common.scss */
#globalNav.open .menu .menuInner {
  /*transform: translateX(0);*/
  opacity: 1;
  animation: Fade-In 0.5s;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 980px) {
  /* line 815, ../sass/_common.scss */
  #globalNav {
    display: none;
  }
}
/* line 819, ../sass/_common.scss */
#footer {
  width: 550px;
  margin-inline: auto;
  z-index: 2;
  position: relative;
  background: #fff;
  padding-bottom: calc(100 / 750 * 550 * 1px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    padding-bottom: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    padding-bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 1550px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    margin-right: 0;
    transform: translate(-460px, 0);
  }
}
@media screen and (max-width: 1280px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    transform: translate(-380px, 0%);
  }
}
@media screen and (max-width: 1199px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    transform: translate(0, 0%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 979px) {
  /* line 819, ../sass/_common.scss */
  #footer {
    transform: initial;
    width: 100%;
    max-width: 550px;
  }
}

/* line 845, ../sass/_common.scss */
#footer .content {
  padding: 0 0 calc(35 / 375 * 100%) 0;
}

/* line 848, ../sass/_common.scss */
#footer nav {
  padding-top: calc(40 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 848, ../sass/_common.scss */
  #footer nav {
    padding-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 848, ../sass/_common.scss */
  #footer nav {
    padding-top: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 850, ../sass/_common.scss */
#footer nav p {
  font-size: calc(24 / 750 * 550 * 1px);
  line-height: calc(42 / 24);
  padding-bottom: calc(40 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 850, ../sass/_common.scss */
  #footer nav p {
    font-size: calc(24 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 850, ../sass/_common.scss */
  #footer nav p {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 850, ../sass/_common.scss */
  #footer nav p {
    padding-bottom: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 850, ../sass/_common.scss */
  #footer nav p {
    padding-bottom: calc(40 / 750 * 100 * 1vw);
  }
}

/* line 856, ../sass/_common.scss */
#footer .list {
  margin: 0 0 calc(20 / 350 * 100%) 0;
  padding: calc(20 / 350 * 100%);
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

/* line 862, ../sass/_common.scss */
#footer .list .item {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 867, ../sass/_common.scss */
#footer .list .item a {
  display: inline-block;
  padding: 0.45em 0;
}

/* line 871, ../sass/_common.scss */
#footer .logo {
  width: calc(300 / 350 * 100%);
  margin: 0 auto;
  padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0;
}

/* line 876, ../sass/_common.scss */
#footer .copy {
  color: #707070;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 980px) {
  /* line 893, ../sass/_common.scss */
  #footer nav {
    padding-inline: calc(20 / 350 * 100%);
  }

  /* line 896, ../sass/_common.scss */
  #footer .list {
    padding-inline: 0;
  }

  /* line 899, ../sass/_common.scss */
  #footer .list .item {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 calc(40 / 1400 * 100%);
  }
}
/* loading */
/* line 918, ../sass/_common.scss */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #df6c12;
}

/* line 930, ../sass/_common.scss */
.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
}

/* line 939, ../sass/_common.scss */
.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

/* line 942, ../sass/_common.scss */
.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

/* line 945, ../sass/_common.scss */
.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* line 960, ../sass/_common.scss */
.text-center {
  text-align: center;
}

/* line 963, ../sass/_common.scss */
.text-left {
  text-align: left;
}

/* line 966, ../sass/_common.scss */
.text-right {
  text-align: right;
}

/* line 969, ../sass/_common.scss */
.menuInner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/0413_images/menu-bg.webp);
  background-size: cover;
  background-position: center;
}
/* line 977, ../sass/_common.scss */
.menuInner .btns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 982, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(1) {
  width: calc(310 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 982, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(1) {
    width: calc(310 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 982, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(1) {
    width: calc(310 / 750 * 100 * 1vw);
  }
}
/* line 987, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(2) {
  width: calc(331 / 750 * 550 * 1px);
  margin-right: calc(-21 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 987, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(2) {
    width: calc(331 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 987, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(2) {
    width: calc(331 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 987, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(2) {
    margin-right: calc(-21 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 987, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(2) {
    margin-right: calc(-21 / 750 * 100 * 1vw);
  }
}
/* line 991, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(3) {
  width: calc(326 / 750 * 550 * 1px);
  margin-right: calc(-16 / 750 * 550 * 1px);
  margin-top: calc(6 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    width: calc(326 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    width: calc(326 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    margin-right: calc(-16 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    margin-right: calc(-16 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    margin-top: calc(6 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 991, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(3) {
    margin-top: calc(6 / 750 * 100 * 1vw);
  }
}
/* line 996, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(4) {
  width: calc(325 / 750 * 550 * 1px);
  margin-right: calc(-15 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 996, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(4) {
    width: calc(325 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 996, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(4) {
    width: calc(325 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 996, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(4) {
    margin-right: calc(-15 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 996, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(4) {
    margin-right: calc(-15 / 750 * 100 * 1vw);
  }
}
/* line 1000, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(5) {
  width: calc(310 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1000, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(5) {
    width: calc(310 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1000, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(5) {
    width: calc(310 / 750 * 100 * 1vw);
  }
}
/* line 1003, ../sass/_common.scss */
.menuInner .btns-list li:nth-of-type(6) {
  width: calc(340 / 750 * 550 * 1px);
  margin-right: calc(-30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1003, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(6) {
    width: calc(340 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1003, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(6) {
    width: calc(340 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1003, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(6) {
    margin-right: calc(-30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1003, ../sass/_common.scss */
  .menuInner .btns-list li:nth-of-type(6) {
    margin-right: calc(-30 / 750 * 100 * 1vw);
  }
}
/* line 1009, ../sass/_common.scss */
.menuInner h2 {
  font-size: 30px;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #795e50;
}
@media screen and (min-width: 980px) and (max-height: 979px) {
  /* line 1009, ../sass/_common.scss */
  .menuInner h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* line 1023, ../sass/_common.scss */
.menuInner h2 img {
  width: calc(124 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1023, ../sass/_common.scss */
  .menuInner h2 img {
    width: calc(124 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1023, ../sass/_common.scss */
  .menuInner h2 img {
    width: calc(124 / 750 * 100 * 1vw);
  }
}
/* line 1027, ../sass/_common.scss */
.menuInner p {
  margin-top: 10px;
}

/* line 1032, ../sass/_common.scss */
.menuInner ul {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding-bottom: calc(300 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1032, ../sass/_common.scss */
  .menuInner ul {
    padding-bottom: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1032, ../sass/_common.scss */
  .menuInner ul {
    padding-bottom: calc(300 / 750 * 100 * 1vw);
  }
}
/* line 1037, ../sass/_common.scss */
.menuInner ul li {
  margin-top: 30px;
}
/* line 1039, ../sass/_common.scss */
.menuInner ul li:first-of-type {
  margin-top: 0;
}
/* line 1043, ../sass/_common.scss */
.menuInner ul li a img {
  width: calc(460 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1043, ../sass/_common.scss */
  .menuInner ul li a img {
    width: calc(460 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1043, ../sass/_common.scss */
  .menuInner ul li a img {
    width: calc(460 / 750 * 100 * 1vw);
  }
}

/* line 1050, ../sass/_common.scss */
aside {
  padding-top: calc(70 / 750 * 550 * 1px);
  padding-bottom: calc(70 / 750 * 550 * 1px);
  position: fixed;
  overflow: auto;
  right: calc(50% - 900px);
  top: 50%;
  z-index: 40;
  transform: translate(-50%, -50%);
  width: 360px;
  padding-inline: 20px;
  z-index: 1;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    padding-top: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    padding-top: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    padding-bottom: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    padding-bottom: calc(70 / 750 * 100 * 1vw);
  }
}
@media screen and (min-width: 980px) and (max-height: 800px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    height: 54vh;
  }
}
@media screen and (max-width: 1550px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    left: initial;
    right: 0;
    margin-right: 0;
    transform: translate(-48px, -50%);
  }
}
@media screen and (max-width: 1280px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    transform: translate(0px, -50%);
  }
}
@media screen and (max-width: 1199px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    right: calc(-35 / 750 * 550 * 1px);
    transform: translate(0px, -50%) scale(0.7);
  }
}
@media screen and (max-width: 1150px) and (max-width: 1199px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    right: calc(-35 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 1150px) and (max-width: 550px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    right: calc(-35 / 750 * 100 * 1vw);
  }
}

@media screen and (max-width: 979px) {
  /* line 1050, ../sass/_common.scss */
  aside {
    display: none;
  }
}
/* line 1091, ../sass/_common.scss */
aside h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #795e50;
}
@media screen and (min-width: 980px) and (max-height: 979px) {
  /* line 1091, ../sass/_common.scss */
  aside h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* line 1105, ../sass/_common.scss */
aside h2 img {
  width: calc(124 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1105, ../sass/_common.scss */
  aside h2 img {
    width: calc(124 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1105, ../sass/_common.scss */
  aside h2 img {
    width: calc(124 / 750 * 100 * 1vw);
  }
}
/* line 1109, ../sass/_common.scss */
aside ul {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
/* line 1113, ../sass/_common.scss */
aside ul li {
  margin-top: 36px;
}
/* line 1115, ../sass/_common.scss */
aside ul li:first-of-type {
  margin-top: 0;
}
/* line 1120, ../sass/_common.scss */
aside .btns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(24 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1120, ../sass/_common.scss */
  aside .btns-list {
    margin-top: calc(24 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1120, ../sass/_common.scss */
  aside .btns-list {
    margin-top: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 1125, ../sass/_common.scss */
aside .btns-list li {
  margin-left: calc(4.5 / 750 * 550 * 1px);
  margin-right: calc(4.5 / 750 * 550 * 1px);
  margin-top: calc(10 / 750 * 550 * 1px);
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-left: calc(4.5 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-left: calc(4.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-right: calc(4.5 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-right: calc(4.5 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1125, ../sass/_common.scss */
  aside .btns-list li {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 1131, ../sass/_common.scss */
aside .btns-list li a {
  display: inline-block;
  position: relative;
}
/* line 1135, ../sass/_common.scss */
aside .btns-list li .on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
/* line 1143, ../sass/_common.scss */
aside .btns-list li.on .on {
  opacity: 1;
}
/* line 1147, ../sass/_common.scss */
aside .btns-list li img {
  height: calc(67 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1147, ../sass/_common.scss */
  aside .btns-list li img {
    height: calc(67 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1147, ../sass/_common.scss */
  aside .btns-list li img {
    height: calc(67 / 750 * 100 * 1vw);
  }
}
/* line 1153, ../sass/_common.scss */
aside .btns-list li:nth-of-type(1) img, aside .btns-list li:nth-of-type(2) img, aside .btns-list li:nth-of-type(3) img {
  height: calc(115 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1153, ../sass/_common.scss */
  aside .btns-list li:nth-of-type(1) img, aside .btns-list li:nth-of-type(2) img, aside .btns-list li:nth-of-type(3) img {
    height: calc(115 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1153, ../sass/_common.scss */
  aside .btns-list li:nth-of-type(1) img, aside .btns-list li:nth-of-type(2) img, aside .btns-list li:nth-of-type(3) img {
    height: calc(115 / 750 * 100 * 1vw);
  }
}
/* line 1157, ../sass/_common.scss */
aside .btns-list li:nth-of-type(1) {
  margin-top: 0;
}
/* line 1203, ../sass/_common.scss */
aside p {
  margin-top: 10px;
}

/* line 1208, ../sass/_common.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 1212, ../sass/_common.scss */
.notice {
  font-size: calc(21 / 750 * 550 * 1px);
  margin-top: calc(20 / 750 * 550 * 1px);
  line-height: calc(45 / 26);
}
@media (max-width: 1199px) {
  /* line 1212, ../sass/_common.scss */
  .notice {
    font-size: calc(21 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1212, ../sass/_common.scss */
  .notice {
    font-size: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1212, ../sass/_common.scss */
  .notice {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1212, ../sass/_common.scss */
  .notice {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 1216, ../sass/_common.scss */
.notice + .notice {
  margin-top: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1216, ../sass/_common.scss */
  .notice + .notice {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1216, ../sass/_common.scss */
  .notice + .notice {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}

/* line 1222, ../sass/_common.scss */
.border-top {
  border-top: calc(3 / 979 * 550 * 1px) solid #3f5e45;
  margin-top: calc(80 / 750 * 550 * 1px);
  padding-top: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1222, ../sass/_common.scss */
  .border-top {
    margin-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1222, ../sass/_common.scss */
  .border-top {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1222, ../sass/_common.scss */
  .border-top {
    padding-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1222, ../sass/_common.scss */
  .border-top {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}

/* line 1227, ../sass/_common.scss */
.noborder-top {
  margin-top: calc(80 / 750 * 550 * 1px);
  padding-top: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1227, ../sass/_common.scss */
  .noborder-top {
    margin-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1227, ../sass/_common.scss */
  .noborder-top {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1227, ../sass/_common.scss */
  .noborder-top {
    padding-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1227, ../sass/_common.scss */
  .noborder-top {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}

/* line 1231, ../sass/_common.scss */
.dashed-top {
  border-top: calc(3 / 979 * 550 * 1px) dotted #3f5e45;
  margin-top: calc(80 / 750 * 550 * 1px);
  padding-top: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1231, ../sass/_common.scss */
  .dashed-top {
    margin-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1231, ../sass/_common.scss */
  .dashed-top {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1231, ../sass/_common.scss */
  .dashed-top {
    padding-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1231, ../sass/_common.scss */
  .dashed-top {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
/* line 1235, ../sass/_common.scss */
.dashed-top.mt-100 {
  margin-top: calc(150 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1235, ../sass/_common.scss */
  .dashed-top.mt-100 {
    margin-top: calc(150 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1235, ../sass/_common.scss */
  .dashed-top.mt-100 {
    margin-top: calc(150 / 750 * 100 * 1vw);
  }
}

/* line 1240, ../sass/_common.scss */
.am {
  font-size: calc(26 / 750 * 550 * 1px);
  margin-top: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1240, ../sass/_common.scss */
  .am {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1240, ../sass/_common.scss */
  .am {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1240, ../sass/_common.scss */
  .am {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1240, ../sass/_common.scss */
  .am {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}

/* line 1246, ../sass/_common.scss */
.post-detail {
  display: block;
  border: 1px solid #66351e;
  background: #fff;
  border-top-left-radius: calc(116 / 750 * 550 * 1px);
  border-bottom-right-radius: calc(116 / 750 * 550 * 1px);
  overflow: hidden;
  padding: calc(60 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    border-top-left-radius: calc(116 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    border-top-left-radius: calc(116 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    border-bottom-right-radius: calc(116 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    border-bottom-right-radius: calc(116 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    padding: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_common.scss */
  .post-detail {
    padding: calc(60 / 750 * 100 * 1vw);
  }
}

/* line 1257, ../sass/_common.scss */
#top .slick-list {
  padding-top: calc(30 / 979 * 550 * 1px) !important;
}
@media (max-width: 1150px) {
  /* line 1257, ../sass/_common.scss */
  #top .slick-list {
    padding-top: calc(30 / 979 * 45 * 1vw) !important;
  }
}
@media (max-width: 979px) {
  /* line 1257, ../sass/_common.scss */
  #top .slick-list {
    padding-top: calc(30 / 979 * 100 * 1vw) !important;
  }
}
/* line 1266, ../sass/_common.scss */
#top .slick-list .post-detail {
  overflow: initial !important;
}

/* line 1271, ../sass/_common.scss */
.slick-post,
.slick-post-manual {
  margin-bottom: calc(120 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1271, ../sass/_common.scss */
  .slick-post,
  .slick-post-manual {
    margin-bottom: calc(120 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1271, ../sass/_common.scss */
  .slick-post,
  .slick-post-manual {
    margin-bottom: calc(120 / 750 * 100 * 1vw);
  }
}
/* line 1275, ../sass/_common.scss */
.slick-post a,
.slick-post-manual a {
  position: relative;
}
/* line 1277, ../sass/_common.scss */
.slick-post a .new,
.slick-post-manual a .new {
  position: absolute;
  aspect-ratio: 1/1;
  width: calc(120 / 750 * 550 * 1px);
  left: calc(-30 / 750 * 550 * 1px);
  top: calc(-30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    width: calc(120 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    width: calc(120 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    left: calc(-30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    left: calc(-30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    top: calc(-30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1277, ../sass/_common.scss */
  .slick-post a .new,
  .slick-post-manual a .new {
    top: calc(-30 / 750 * 100 * 1vw);
  }
}

/* line 1286, ../sass/_common.scss */
.slick-post3 {
  margin-bottom: calc(60 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1286, ../sass/_common.scss */
  .slick-post3 {
    margin-bottom: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1286, ../sass/_common.scss */
  .slick-post3 {
    margin-bottom: calc(60 / 750 * 100 * 1vw);
  }
}

/* line 1292, ../sass/_common.scss */
.slick-post .slick-next,
.slick-post .slick-prev,
.slick-post3 .slick-next,
.slick-post3 .slick-prev,
.slick-post-manual .slick-next,
.slick-post-manual .slick-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: calc(90 / 750 * 550 * 1px);
  aspect-ratio: 1/1;
  color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 1199px) {
  /* line 1292, ../sass/_common.scss */
  .slick-post .slick-next,
  .slick-post .slick-prev,
  .slick-post3 .slick-next,
  .slick-post3 .slick-prev,
  .slick-post-manual .slick-next,
  .slick-post-manual .slick-prev {
    width: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1292, ../sass/_common.scss */
  .slick-post .slick-next,
  .slick-post .slick-prev,
  .slick-post3 .slick-next,
  .slick-post3 .slick-prev,
  .slick-post-manual .slick-next,
  .slick-post-manual .slick-prev {
    width: calc(90 / 750 * 100 * 1vw);
  }
}
/* line 1306, ../sass/_common.scss */
.slick-post .slick-slide,
.slick-post3 .slick-slide,
.slick-post-manual .slick-slide {
  margin-right: calc(30 / 750 * 550 * 1px);
  margin-left: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1306, ../sass/_common.scss */
  .slick-post .slick-slide,
  .slick-post3 .slick-slide,
  .slick-post-manual .slick-slide {
    margin-right: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1306, ../sass/_common.scss */
  .slick-post .slick-slide,
  .slick-post3 .slick-slide,
  .slick-post-manual .slick-slide {
    margin-right: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1306, ../sass/_common.scss */
  .slick-post .slick-slide,
  .slick-post3 .slick-slide,
  .slick-post-manual .slick-slide {
    margin-left: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1306, ../sass/_common.scss */
  .slick-post .slick-slide,
  .slick-post3 .slick-slide,
  .slick-post-manual .slick-slide {
    margin-left: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1310, ../sass/_common.scss */
.slick-post .slick-prev,
.slick-post3 .slick-prev,
.slick-post-manual .slick-prev {
  left: calc(60 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-left.webp);
}
@media (max-width: 1199px) {
  /* line 1310, ../sass/_common.scss */
  .slick-post .slick-prev,
  .slick-post3 .slick-prev,
  .slick-post-manual .slick-prev {
    left: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1310, ../sass/_common.scss */
  .slick-post .slick-prev,
  .slick-post3 .slick-prev,
  .slick-post-manual .slick-prev {
    left: calc(60 / 750 * 100 * 1vw);
  }
}
/* line 1315, ../sass/_common.scss */
.slick-post .slick-next,
.slick-post3 .slick-next,
.slick-post-manual .slick-next {
  right: calc(60 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-right.webp);
}
@media (max-width: 1199px) {
  /* line 1315, ../sass/_common.scss */
  .slick-post .slick-next,
  .slick-post3 .slick-next,
  .slick-post-manual .slick-next {
    right: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1315, ../sass/_common.scss */
  .slick-post .slick-next,
  .slick-post3 .slick-next,
  .slick-post-manual .slick-next {
    right: calc(60 / 750 * 100 * 1vw);
  }
}
/* line 1320, ../sass/_common.scss */
.slick-post .slick-dots,
.slick-post3 .slick-dots,
.slick-post-manual .slick-dots {
  display: flex;
  position: absolute;
  bottom: calc(-70 / 750 * 550 * 1px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 1320, ../sass/_common.scss */
  .slick-post .slick-dots,
  .slick-post3 .slick-dots,
  .slick-post-manual .slick-dots {
    bottom: calc(-70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1320, ../sass/_common.scss */
  .slick-post .slick-dots,
  .slick-post3 .slick-dots,
  .slick-post-manual .slick-dots {
    bottom: calc(-70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 979px) {
  /* line 1320, ../sass/_common.scss */
  .slick-post .slick-dots,
  .slick-post3 .slick-dots,
  .slick-post-manual .slick-dots {
    bottom: -7vw;
  }
}
/* line 1331, ../sass/_common.scss */
.slick-post .slick-dots li,
.slick-post3 .slick-dots li,
.slick-post-manual .slick-dots li {
  width: calc(8.8 / 750 * 550 * 1px);
  height: calc(8.8 / 750 * 550 * 1px);
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(33 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    width: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    width: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    height: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    height: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    margin-right: calc(33 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1331, ../sass/_common.scss */
  .slick-post .slick-dots li,
  .slick-post3 .slick-dots li,
  .slick-post-manual .slick-dots li {
    margin-right: calc(33 / 750 * 100 * 1vw);
  }
}
/* line 1338, ../sass/_common.scss */
.slick-post .slick-dots li:last-of-type,
.slick-post3 .slick-dots li:last-of-type,
.slick-post-manual .slick-dots li:last-of-type {
  margin-right: 0;
}
/* line 1341, ../sass/_common.scss */
.slick-post .slick-dots li.slick-active,
.slick-post3 .slick-dots li.slick-active,
.slick-post-manual .slick-dots li.slick-active {
  background: #ffd63d;
}
/* line 1344, ../sass/_common.scss */
.slick-post .slick-dots li button,
.slick-post3 .slick-dots li button,
.slick-post-manual .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: transparent;
  border: none;
}
/* line 1354, ../sass/_common.scss */
.slick-post .label,
.slick-post3 .label,
.slick-post-manual .label {
  width: calc(110 / 750 * 550 * 1px);
  height: calc(49.6 / 750 * 550 * 1px);
  margin-top: calc(30 / 750 * 550 * 1px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #df6c12;
}
@media (max-width: 1199px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    width: calc(110 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    width: calc(110 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    height: calc(49.6 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    height: calc(49.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1354, ../sass/_common.scss */
  .slick-post .label,
  .slick-post3 .label,
  .slick-post-manual .label {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1363, ../sass/_common.scss */
.slick-post .label + .date,
.slick-post3 .label + .date,
.slick-post-manual .label + .date {
  color: #df6c12 !important;
}
/* line 1368, ../sass/_common.scss */
.slick-post .date,
.slick-post3 .date,
.slick-post-manual .date {
  color: #df6c12;
  font-weight: 500;
  margin-left: calc(10 / 750 * 550 * 1px);
  font-size: calc(23 / 750 * 550 * 1px);
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  /* line 1368, ../sass/_common.scss */
  .slick-post .date,
  .slick-post3 .date,
  .slick-post-manual .date {
    margin-left: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1368, ../sass/_common.scss */
  .slick-post .date,
  .slick-post3 .date,
  .slick-post-manual .date {
    margin-left: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1368, ../sass/_common.scss */
  .slick-post .date,
  .slick-post3 .date,
  .slick-post-manual .date {
    font-size: calc(23 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1368, ../sass/_common.scss */
  .slick-post .date,
  .slick-post3 .date,
  .slick-post-manual .date {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
/* line 1375, ../sass/_common.scss */
.slick-post .title,
.slick-post3 .title,
.slick-post-manual .title {
  font-size: calc(40 / 750 * 550 * 1px);
  font-weight: 500;
  line-height: calc(56 / 42);
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1375, ../sass/_common.scss */
  .slick-post .title,
  .slick-post3 .title,
  .slick-post-manual .title {
    font-size: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1375, ../sass/_common.scss */
  .slick-post .title,
  .slick-post3 .title,
  .slick-post-manual .title {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1375, ../sass/_common.scss */
  .slick-post .title,
  .slick-post3 .title,
  .slick-post-manual .title {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1375, ../sass/_common.scss */
  .slick-post .title,
  .slick-post3 .title,
  .slick-post-manual .title {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 1381, ../sass/_common.scss */
.slick-post .summary,
.slick-post3 .summary,
.slick-post-manual .summary {
  margin-top: calc(10 / 750 * 550 * 1px);
  line-height: calc(46 / 26);
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 1381, ../sass/_common.scss */
  .slick-post .summary,
  .slick-post3 .summary,
  .slick-post-manual .summary {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1381, ../sass/_common.scss */
  .slick-post .summary,
  .slick-post3 .summary,
  .slick-post-manual .summary {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}

/* line 1388, ../sass/_common.scss */
.txt-notice {
  text-align: center;
  font-size: 14px;
  font-size: calc(24 / 750 * 550 * 1px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 1388, ../sass/_common.scss */
  .txt-notice {
    font-size: calc(24 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1388, ../sass/_common.scss */
  .txt-notice {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}

/* line 1395, ../sass/_common.scss */
.spot .txt-notice {
  color: #fff;
}

/* line 1399, ../sass/_common.scss */
.slick-post2 {
  margin-top: calc(50 / 750 * 550 * 1px);
  margin-bottom: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1399, ../sass/_common.scss */
  .slick-post2 {
    margin-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1399, ../sass/_common.scss */
  .slick-post2 {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1399, ../sass/_common.scss */
  .slick-post2 {
    margin-bottom: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1399, ../sass/_common.scss */
  .slick-post2 {
    margin-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
/* line 1402, ../sass/_common.scss */
.slick-post2 .slick-next,
.slick-post2 .slick-prev {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: calc(90 / 750 * 550 * 1px);
  aspect-ratio: 1/1;
  color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 1199px) {
  /* line 1402, ../sass/_common.scss */
  .slick-post2 .slick-next,
  .slick-post2 .slick-prev {
    width: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1402, ../sass/_common.scss */
  .slick-post2 .slick-next,
  .slick-post2 .slick-prev {
    width: calc(90 / 750 * 100 * 1vw);
  }
}
/* line 1416, ../sass/_common.scss */
.slick-post2 .slick-prev {
  left: calc(-50 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-left.webp);
}
@media (max-width: 1199px) {
  /* line 1416, ../sass/_common.scss */
  .slick-post2 .slick-prev {
    left: calc(-50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1416, ../sass/_common.scss */
  .slick-post2 .slick-prev {
    left: calc(-50 / 750 * 100 * 1vw);
  }
}
/* line 1421, ../sass/_common.scss */
.slick-post2 .slick-next {
  right: calc(-50 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-right.webp);
}
@media (max-width: 1199px) {
  /* line 1421, ../sass/_common.scss */
  .slick-post2 .slick-next {
    right: calc(-50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1421, ../sass/_common.scss */
  .slick-post2 .slick-next {
    right: calc(-50 / 750 * 100 * 1vw);
  }
}
/* line 1426, ../sass/_common.scss */
.slick-post2 .slick-dots {
  display: flex;
  position: absolute;
  bottom: calc(-70 / 750 * 550 * 1px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 1426, ../sass/_common.scss */
  .slick-post2 .slick-dots {
    bottom: calc(-70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1426, ../sass/_common.scss */
  .slick-post2 .slick-dots {
    bottom: calc(-70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 979px) {
  /* line 1426, ../sass/_common.scss */
  .slick-post2 .slick-dots {
    bottom: -7vw;
  }
}
/* line 1437, ../sass/_common.scss */
.slick-post2 .slick-dots li {
  width: calc(8.8 / 750 * 550 * 1px);
  height: calc(8.8 / 750 * 550 * 1px);
  background: #a9a9a9;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(33 / 750 * 550 * 1px);
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    width: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    width: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    height: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    height: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    margin-right: calc(33 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1437, ../sass/_common.scss */
  .slick-post2 .slick-dots li {
    margin-right: calc(33 / 750 * 100 * 1vw);
  }
}
/* line 1445, ../sass/_common.scss */
.slick-post2 .slick-dots li:last-of-type {
  margin-right: 0;
}
/* line 1448, ../sass/_common.scss */
.slick-post2 .slick-dots li.slick-active {
  background: #3f5e45;
}
/* line 1451, ../sass/_common.scss */
.slick-post2 .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: transparent;
  border: none;
}
/* line 1461, ../sass/_common.scss */
.slick-post2 .label {
  width: calc(110 / 750 * 550 * 1px);
  height: calc(49.6 / 750 * 550 * 1px);
  margin-top: calc(30 / 750 * 550 * 1px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #df6c12;
}
@media (max-width: 1199px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    width: calc(110 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    width: calc(110 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    height: calc(49.6 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    height: calc(49.6 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1461, ../sass/_common.scss */
  .slick-post2 .label {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1471, ../sass/_common.scss */
.slick-post2 .title {
  font-size: calc(42 / 750 * 550 * 1px);
  font-weight: 500;
  line-height: calc(56 / 42);
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1471, ../sass/_common.scss */
  .slick-post2 .title {
    font-size: calc(42 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1471, ../sass/_common.scss */
  .slick-post2 .title {
    font-size: calc(42 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1471, ../sass/_common.scss */
  .slick-post2 .title {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1471, ../sass/_common.scss */
  .slick-post2 .title {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 1477, ../sass/_common.scss */
.slick-post2 .summary {
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1477, ../sass/_common.scss */
  .slick-post2 .summary {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1477, ../sass/_common.scss */
  .slick-post2 .summary {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}

/* line 1481, ../sass/_common.scss */
.mop-contents {
  padding-bottom: calc(270 / 750 * 550 * 1px);
  padding-top: calc(100 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1481, ../sass/_common.scss */
  .mop-contents {
    padding-bottom: calc(270 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1481, ../sass/_common.scss */
  .mop-contents {
    padding-bottom: calc(270 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1481, ../sass/_common.scss */
  .mop-contents {
    padding-top: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1481, ../sass/_common.scss */
  .mop-contents {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
/* line 1484, ../sass/_common.scss */
.mop-contents.border-top {
  border-top: 1px solid #66351e;
}
/* line 1488, ../sass/_common.scss */
.mop-contents h2 img {
  width: calc(612 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1488, ../sass/_common.scss */
  .mop-contents h2 img {
    width: calc(612 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1488, ../sass/_common.scss */
  .mop-contents h2 img {
    width: calc(612 / 750 * 100 * 1vw);
  }
}
/* line 1492, ../sass/_common.scss */
.mop-contents p {
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1492, ../sass/_common.scss */
  .mop-contents p {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1492, ../sass/_common.scss */
  .mop-contents p {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1495, ../sass/_common.scss */
.mop-contents .slick-post,
.mop-contents .slick-post-manual {
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1495, ../sass/_common.scss */
  .mop-contents .slick-post,
  .mop-contents .slick-post-manual {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1495, ../sass/_common.scss */
  .mop-contents .slick-post,
  .mop-contents .slick-post-manual {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1499, ../sass/_common.scss */
.mop-contents .slick-post .slick-dots li.slick-active,
.mop-contents .slick-post-manual .slick-dots li.slick-active {
  background: #3f5e45;
}
/* line 1503, ../sass/_common.scss */
.mop-contents .slick-post .slick-dots li,
.mop-contents .slick-post-manual .slick-dots li {
  background: #a9a9a9;
}
/* line 1507, ../sass/_common.scss */
.mop-contents .summary {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/* line 1511, ../sass/_common.scss */
.mop-contents .slick-post .slick-next,
.mop-contents .slick-post-manual .slick-next {
  right: calc(50 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-right-wl.webp);
}
@media (max-width: 1199px) {
  /* line 1511, ../sass/_common.scss */
  .mop-contents .slick-post .slick-next,
  .mop-contents .slick-post-manual .slick-next {
    right: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1511, ../sass/_common.scss */
  .mop-contents .slick-post .slick-next,
  .mop-contents .slick-post-manual .slick-next {
    right: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 1517, ../sass/_common.scss */
.mop-contents .slick-post .slick-prev,
.mop-contents .slick-post-manual .slick-prev {
  left: calc(50 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-left-wl.webp);
}
@media (max-width: 1199px) {
  /* line 1517, ../sass/_common.scss */
  .mop-contents .slick-post .slick-prev,
  .mop-contents .slick-post-manual .slick-prev {
    left: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1517, ../sass/_common.scss */
  .mop-contents .slick-post .slick-prev,
  .mop-contents .slick-post-manual .slick-prev {
    left: calc(50 / 750 * 100 * 1vw);
  }
}

/* line 1525, ../sass/_common.scss */
.breadclumb {
  padding-left: calc(56 / 750 * 550 * 1px);
  padding-right: calc(56 / 750 * 550 * 1px);
  padding-top: calc(20 / 750 * 550 * 1px);
  padding-bottom: calc(20 / 750 * 550 * 1px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #66351e;
  background-color: #ddd3c7;
}
@media (max-width: 1199px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-left: calc(56 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-left: calc(56 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-right: calc(56 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-right: calc(56 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-top: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-bottom: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1525, ../sass/_common.scss */
  .breadclumb {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 1534, ../sass/_common.scss */
.breadclumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 1538, ../sass/_common.scss */
.breadclumb ul li {
  padding-top: calc(10 / 750 * 550 * 1px);
  padding-bottom: calc(10 / 750 * 550 * 1px);
  font-weight: 500;
  font-size: calc(22 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    padding-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    padding-top: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    padding-bottom: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    padding-bottom: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    font-size: calc(22 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1538, ../sass/_common.scss */
  .breadclumb ul li {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
/* line 1543, ../sass/_common.scss */
.breadclumb ul li:after {
  content: "＞";
  margin-inline: 10px;
}
/* line 1547, ../sass/_common.scss */
.breadclumb ul li a {
  display: inline-block;
  background: #fff;
  padding: calc(14 / 750 * 550 * 1px);
  padding-top: calc(8 / 750 * 550 * 1px);
  padding-bottom: calc(8 / 750 * 550 * 1px);
  border-radius: 30px;
  font-size: calc(22 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding: calc(14 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding: calc(14 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding-top: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding-top: calc(8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding-bottom: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    padding-bottom: calc(8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    font-size: calc(22 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1547, ../sass/_common.scss */
  .breadclumb ul li a {
    font-size: calc(22 / 750 * 100 * 1vw);
  }
}
/* line 1557, ../sass/_common.scss */
.breadclumb ul li:last-of-type:after {
  content: none;
}

/* line 1565, ../sass/_common.scss */
.banner {
  width: 100%;
  aspect-ratio: 5 / 1;
  position: relative;
}

/* 下のバナーは常に表示 */
/* line 1572, ../sass/_common.scss */
.banner .bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 1579, ../sass/_common.scss */
.banner .bottom img {
  max-width: initial;
  width: calc(100% + 1px);
}

/* 上のバナーは重ねる */
/* line 1586, ../sass/_common.scss */
.banner .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* 初期は非表示 */
  pointer-events: none;
  /* 非表示時はクリック不可 */
  transition: opacity 0.5s;
  z-index: 2;
  overflow: hidden;
}
/* line 1597, ../sass/_common.scss */
.banner .top img {
  max-width: initial;
  width: calc(100% + 1px);
}

/* 表示時 */
/* line 1604, ../sass/_common.scss */
.banner .top.active {
  opacity: 1;
  pointer-events: auto;
  /* 表示時はクリック可能 */
}

/* line 1609, ../sass/_common.scss */
.nolink {
  color: #a9a9a9 !important;
  pointer-events: none;
}
/* line 1613, ../sass/_common.scss */
.nolink .toggle:after, .nolink .toggle:before {
  background-color: #a9a9a9 !important;
}

/* line 1619, ../sass/_common.scss */
.link.nolink {
  background: #eee !important;
}
/* line 1621, ../sass/_common.scss */
.link.nolink .in_text {
  color: #a9a9a9 !important;
}

/* line 1626, ../sass/_common.scss */
.item a.nolink span {
  color: #df6c12 !important;
}

/* line 1629, ../sass/_common.scss */
.list .item a {
  position: relative;
}

/* line 1632, ../sass/_common.scss */
.list .item a .toggle {
  width: calc(30 / 750 * 550 * 1px);
  height: calc(30 / 750 * 550 * 1px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  /* line 1632, ../sass/_common.scss */
  .list .item a .toggle {
    width: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1632, ../sass/_common.scss */
  .list .item a .toggle {
    width: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1632, ../sass/_common.scss */
  .list .item a .toggle {
    height: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1632, ../sass/_common.scss */
  .list .item a .toggle {
    height: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1639, ../sass/_common.scss */
.list .item a .toggle:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #66351e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 1650, ../sass/_common.scss */
.list .item a .toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #66351e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.1s;
}

/* line 1664, ../sass/_common.scss */
.anc {
  margin-top: calc(-200 / 750 * 550 * 1px);
  padding-top: calc(200 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1664, ../sass/_common.scss */
  .anc {
    margin-top: calc(-200 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1664, ../sass/_common.scss */
  .anc {
    margin-top: calc(-200 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1664, ../sass/_common.scss */
  .anc {
    padding-top: calc(200 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1664, ../sass/_common.scss */
  .anc {
    padding-top: calc(200 / 750 * 100 * 1vw);
  }
}

/* line 1669, ../sass/_common.scss */
.anc2 {
  margin-top: calc(-300 / 750 * 550 * 1px);
  padding-top: calc(300 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1669, ../sass/_common.scss */
  .anc2 {
    margin-top: calc(-300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1669, ../sass/_common.scss */
  .anc2 {
    margin-top: calc(-300 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1669, ../sass/_common.scss */
  .anc2 {
    padding-top: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1669, ../sass/_common.scss */
  .anc2 {
    padding-top: calc(300 / 750 * 100 * 1vw);
  }
}

/* line 1674, ../sass/_common.scss */
.mt-30 {
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1674, ../sass/_common.scss */
  .mt-30 {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1674, ../sass/_common.scss */
  .mt-30 {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}

/* line 1677, ../sass/_common.scss */
.mt-70 {
  margin-top: calc(70 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1677, ../sass/_common.scss */
  .mt-70 {
    margin-top: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1677, ../sass/_common.scss */
  .mt-70 {
    margin-top: calc(70 / 750 * 100 * 1vw);
  }
}

/* line 1681, ../sass/_common.scss */
h3.bt {
  padding-top: calc(40 / 750 * 550 * 1px);
  border-top: 3px dotted #66351e;
  text-align: left !important;
}
@media (max-width: 1199px) {
  /* line 1681, ../sass/_common.scss */
  h3.bt {
    padding-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1681, ../sass/_common.scss */
  h3.bt {
    padding-top: calc(40 / 750 * 100 * 1vw);
  }
}

/* line 1686, ../sass/_common.scss */
.ls-1 {
  letter-spacing: -0.15em;
  margin-right: calc(5 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1686, ../sass/_common.scss */
  .ls-1 {
    margin-right: calc(5 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1686, ../sass/_common.scss */
  .ls-1 {
    margin-right: calc(5 / 750 * 100 * 1vw);
  }
}

/* line 1690, ../sass/_common.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 11;
}

/* line 1703, ../sass/_common.scss */
.modal-content {
  background: #fff;
  padding: calc(30 / 750 * 550 * 1px);
  padding-bottom: calc(50 / 750 * 550 * 1px);
  width: calc(570 / 750 * 550 * 1px);
  text-align: center;
  position: relative;
  border: 1px solid #3f5e45;
}
@media (max-width: 1199px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    padding: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    padding: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    padding-bottom: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    width: calc(570 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1703, ../sass/_common.scss */
  .modal-content {
    width: calc(570 / 750 * 100 * 1vw);
  }
}

/* line 1713, ../sass/_common.scss */
.close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  padding: calc(8 / 750 * 550 * 1px);
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 1713, ../sass/_common.scss */
  .close {
    padding: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1713, ../sass/_common.scss */
  .close {
    padding: calc(8 / 750 * 100 * 1vw);
  }
}

/* line 1723, ../sass/_common.scss */
.modal img {
  max-width: 100%;
  height: auto;
}

/* line 1728, ../sass/_common.scss */
#myModal {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* その他flexやcenter設定など */
}

/* showクラスをつけるとふわっと表示 */
/* line 1736, ../sass/_common.scss */
#myModal.show {
  opacity: 1;
}

/* line 1741, ../sass/_common.scss */
#modal-title-image img {
  width: calc(348 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1741, ../sass/_common.scss */
  #modal-title-image img {
    width: calc(348 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1741, ../sass/_common.scss */
  #modal-title-image img {
    width: calc(348 / 750 * 100 * 1vw);
  }
}

/* line 1745, ../sass/_common.scss */
#modal-image {
  margin-top: calc(20 / 750 * 550 * 1px);
  aspect-ratio: 1101 / 705;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 1745, ../sass/_common.scss */
  #modal-image {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1745, ../sass/_common.scss */
  #modal-image {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 1749, ../sass/_common.scss */
#modal-image img {
  width: calc(550 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1749, ../sass/_common.scss */
  #modal-image img {
    width: calc(550 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1749, ../sass/_common.scss */
  #modal-image img {
    width: calc(550 / 750 * 100 * 1vw);
  }
}

/* line 1753, ../sass/_common.scss */
#modal-text {
  font-size: calc(36 / 750 * 550 * 1px);
  color: #66351e;
  line-height: calc(50 / 38);
  margin-top: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1753, ../sass/_common.scss */
  #modal-text {
    font-size: calc(36 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1753, ../sass/_common.scss */
  #modal-text {
    font-size: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1753, ../sass/_common.scss */
  #modal-text {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1753, ../sass/_common.scss */
  #modal-text {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}

/* line 1759, ../sass/_common.scss */
.btn {
  margin-top: calc(25 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1759, ../sass/_common.scss */
  .btn {
    margin-top: calc(25 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1759, ../sass/_common.scss */
  .btn {
    margin-top: calc(25 / 750 * 100 * 1vw);
  }
}

/* line 1763, ../sass/_common.scss */
#mediaModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: flex;
  justify-content: center;
  overflow: auto;
}
/* line 1776, ../sass/_common.scss */
#mediaModal .modal-content {
  background: #fff;
  padding: calc(30 / 750 * 550 * 1px);
  padding-bottom: calc(50 / 750 * 550 * 1px);
  padding-top: calc(70 / 750 * 550 * 1px);
  width: calc(570 / 750 * 550 * 1px);
  text-align: center;
  position: relative;
  border: 1px solid #3f5e45;
  margin-top: calc(40 / 750 * 550 * 1px);
  margin-bottom: calc(40 / 750 * 550 * 1px);
  height: max-content;
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding-bottom: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding-top: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    padding-top: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    width: calc(570 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    width: calc(570 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    margin-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    margin-bottom: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1776, ../sass/_common.scss */
  #mediaModal .modal-content {
    margin-bottom: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 1790, ../sass/_common.scss */
#mediaModal .modal-content img,
#mediaModal .modal-content video {
  max-width: 100%;
  max-height: 80vh;
}
/* line 1795, ../sass/_common.scss */
#mediaModal .caption {
  text-align: left;
  line-height: 2;
  overflow: auto;
  margin-top: calc(50 / 750 * 550 * 1px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 1795, ../sass/_common.scss */
  #mediaModal .caption {
    margin-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1795, ../sass/_common.scss */
  #mediaModal .caption {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 1802, ../sass/_common.scss */
#mediaModal .btn {
  width: calc(560 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1802, ../sass/_common.scss */
  #mediaModal .btn {
    width: calc(560 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1802, ../sass/_common.scss */
  #mediaModal .btn {
    width: calc(560 / 750 * 100 * 1vw);
  }
}
/* line 1804, ../sass/_common.scss */
#mediaModal .btn img {
  width: calc(44 / 750 * 550 * 1px);
  margin-right: calc(16 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1804, ../sass/_common.scss */
  #mediaModal .btn img {
    width: calc(44 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1804, ../sass/_common.scss */
  #mediaModal .btn img {
    width: calc(44 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1804, ../sass/_common.scss */
  #mediaModal .btn img {
    margin-right: calc(16 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1804, ../sass/_common.scss */
  #mediaModal .btn img {
    margin-right: calc(16 / 750 * 100 * 1vw);
  }
}
/* line 1808, ../sass/_common.scss */
#mediaModal .btn a {
  font-size: calc(26 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1808, ../sass/_common.scss */
  #mediaModal .btn a {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1808, ../sass/_common.scss */
  #mediaModal .btn a {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
/* line 1810, ../sass/_common.scss */
#mediaModal .btn a:after {
  content: none;
}
/* line 1815, ../sass/_common.scss */
#mediaModal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  padding: calc(8 / 750 * 550 * 1px);
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 1815, ../sass/_common.scss */
  #mediaModal .close {
    padding: calc(8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1815, ../sass/_common.scss */
  #mediaModal .close {
    padding: calc(8 / 750 * 100 * 1vw);
  }
}
/* line 1825, ../sass/_common.scss */
#mediaModal .slick-dots {
  display: flex;
  position: absolute;
  bottom: calc(-20 / 750 * 550 * 1px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  margin-bottom: calc(-10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1825, ../sass/_common.scss */
  #mediaModal .slick-dots {
    bottom: calc(-20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1825, ../sass/_common.scss */
  #mediaModal .slick-dots {
    bottom: calc(-20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1825, ../sass/_common.scss */
  #mediaModal .slick-dots {
    margin-bottom: calc(-10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1825, ../sass/_common.scss */
  #mediaModal .slick-dots {
    margin-bottom: calc(-10 / 750 * 100 * 1vw);
  }
}
/* line 1834, ../sass/_common.scss */
#mediaModal .slick-dots li {
  width: calc(8.8 / 750 * 550 * 1px);
  height: calc(8.8 / 750 * 550 * 1px);
  background: #a9a9a9;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(33 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    width: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    width: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    height: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    height: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    margin-right: calc(33 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1834, ../sass/_common.scss */
  #mediaModal .slick-dots li {
    margin-right: calc(33 / 750 * 100 * 1vw);
  }
}
/* line 1841, ../sass/_common.scss */
#mediaModal .slick-dots li:last-of-type {
  margin-right: 0;
}
/* line 1844, ../sass/_common.scss */
#mediaModal .slick-dots li.slick-active {
  background: #3f5e45;
}
/* line 1847, ../sass/_common.scss */
#mediaModal .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: transparent;
  border: none;
}

/* line 1859, ../sass/_common.scss */
.font-60 {
  font-size: calc(60 / 750 * 550 * 1px);
  color: #66351e;
  width: max-content;
}
@media (max-width: 1199px) {
  /* line 1859, ../sass/_common.scss */
  .font-60 {
    font-size: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1859, ../sass/_common.scss */
  .font-60 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}

/* line 1865, ../sass/_common.scss */
.mt-30 {
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1865, ../sass/_common.scss */
  .mt-30 {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1865, ../sass/_common.scss */
  .mt-30 {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}

/* line 1868, ../sass/_common.scss */
.mt-40 {
  margin-top: calc(40 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1868, ../sass/_common.scss */
  .mt-40 {
    margin-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1868, ../sass/_common.scss */
  .mt-40 {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}

/* line 1871, ../sass/_common.scss */
.mt-50 {
  margin-top: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1871, ../sass/_common.scss */
  .mt-50 {
    margin-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1871, ../sass/_common.scss */
  .mt-50 {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}

/* line 1875, ../sass/_common.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 1879, ../sass/_common.scss */
#main.recruit .main-content .container.pb-80 {
  padding-bottom: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1879, ../sass/_common.scss */
  #main.recruit .main-content .container.pb-80 {
    padding-bottom: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1879, ../sass/_common.scss */
  #main.recruit .main-content .container.pb-80 {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}

/* line 1883, ../sass/_common.scss */
.slick-track {
  display: flex;
}

/* line 1886, ../sass/_common.scss */
.slick-slide {
  height: auto !important;
}

/* line 1890, ../sass/_common.scss */
.mv h1 {
  line-height: 0.9;
}

/* line 1893, ../sass/_common.scss */
.mv h1 span {
  display: inline-block;
  overflow: hidden;
}

/* line 1898, ../sass/_common.scss */
.mv h1 .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

@keyframes charAnim {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* line 1911, ../sass/_common.scss */
.mv h1 span {
  opacity: 0;
}

/* line 1915, ../sass/_common.scss */
.mv h1 span.ready {
  opacity: 1;
}

/* line 1918, ../sass/_common.scss */
.catch span {
  display: inline-block;
  position: relative;
  color: #333;
  padding: 0.2em 0.4em;
  clip-path: inset(0 100% 0 0);
}

/* 帯 */
/* line 1928, ../sass/_common.scss */
.catch span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

/* ✅ 発火用クラス */
/* line 1937, ../sass/_common.scss */
.catch span.play {
  animation: reveal 0.8s ease forwards;
}

@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}
/* line 1947, ../sass/_common.scss */
.container {
  width: calc(642 / 750 * 550 * 1px);
  margin-inline: auto;
}
@media (max-width: 1199px) {
  /* line 1947, ../sass/_common.scss */
  .container {
    width: calc(642 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1947, ../sass/_common.scss */
  .container {
    width: calc(642 / 750 * 100 * 1vw);
  }
}

/* line 1952, ../sass/_common.scss */
.pagetop {
  position: fixed;
  right: calc(40 / 750 * 550 * 1px);
  bottom: calc(160 / 750 * 550 * 1px);
  z-index: 4;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    right: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    right: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    bottom: calc(160 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    bottom: calc(160 / 750 * 100 * 1vw);
  }
}
/* line 1959, ../sass/_common.scss */
.pagetop.on {
  opacity: 1;
}
@media (min-width: 651px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    bottom: calc(40 / 750 * 550 * 1px);
  }
}
@media (min-width: 651px) and (max-width: 1199px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    bottom: calc(40 / 750 * 550 * 1px);
  }
}
@media (min-width: 651px) and (max-width: 550px) {
  /* line 1952, ../sass/_common.scss */
  .pagetop {
    bottom: calc(40 / 750 * 100 * 1vw);
  }
}

/* line 1965, ../sass/_common.scss */
.pagetop img {
  width: calc(124 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1965, ../sass/_common.scss */
  .pagetop img {
    width: calc(124 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1965, ../sass/_common.scss */
  .pagetop img {
    width: calc(124 / 750 * 100 * 1vw);
  }
}

/* main */
/* line 3, ../sass/_content.scss */
.banner-campaign {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s;
  transform: translate(0, 110%);
  opacity: 0;
}
/* line 13, ../sass/_content.scss */
.banner-campaign.on {
  transform: translate(0, 0);
  opacity: 1;
}
/* line 17, ../sass/_content.scss */
.banner-campaign a {
  width: 550px;
  margin-inline: auto;
  display: block;
  z-index: 100;
}
@media screen and (max-width: 1550px) {
  /* line 17, ../sass/_content.scss */
  .banner-campaign a {
    margin-right: 0;
    transform: translate(-460px, 0);
  }
}
@media screen and (max-width: 1280px) {
  /* line 17, ../sass/_content.scss */
  .banner-campaign a {
    transform: translate(-380px, 0%);
  }
}
@media screen and (max-width: 1199px) {
  /* line 17, ../sass/_content.scss */
  .banner-campaign a {
    transform: translate(0, 0%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 979px) {
  /* line 17, ../sass/_content.scss */
  .banner-campaign a {
    transform: initial;
    width: 100%;
    max-width: 550px;
    z-index: 3;
  }
}

/* line 42, ../sass/_content.scss */
#main {
  width: 550px;
  margin-inline: auto;
  position: relative;
  z-index: 6;
  background: #fff800;
}
@media screen and (max-width: 1550px) {
  /* line 42, ../sass/_content.scss */
  #main {
    margin-right: 0;
    transform: translate(-460px, 0);
  }
}
@media screen and (max-width: 1280px) {
  /* line 42, ../sass/_content.scss */
  #main {
    transform: translate(-380px, 0%);
  }
}
@media screen and (max-width: 1199px) {
  /* line 42, ../sass/_content.scss */
  #main {
    transform: translate(0, 0%);
    margin-inline: auto;
  }
}
@media screen and (max-width: 979px) {
  /* line 42, ../sass/_content.scss */
  #main {
    transform: initial;
    width: 100%;
    max-width: 550px;
    padding-top: 108px;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  /* line 42, ../sass/_content.scss */
  #main {
    padding-top: 17vw;
  }
}

/* line 72, ../sass/_content.scss */
p {
  letter-spacing: 0.04em;
  font-size: calc(26 / 750 * 550 * 1px);
  font-feature-settings: "palt";
}
@media (max-width: 1199px) {
  /* line 72, ../sass/_content.scss */
  p {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 72, ../sass/_content.scss */
  p {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}

/* line 77, ../sass/_content.scss */
.slick-wrapper {
  position: relative;
  z-index: 2;
}
/* line 81, ../sass/_content.scss */
.slick-wrapper .slick-bottom {
  position: relative;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}
/* line 87, ../sass/_content.scss */
.slick-wrapper .slick-bottom .txt {
  position: relative;
  z-index: 2;
  opacity: 0;
}
/* line 91, ../sass/_content.scss */
.slick-wrapper .slick-bottom .txt.s-1 {
  animation: smoothIn 1s ease-out forwards;
}
@keyframes smoothIn {
  0% {
    transform: scale(20);
    opacity: 0;
    filter: blur(3px);
  }
  50% {
    transform: scale(1.3);
    opacity: 0.2;
    filter: blur(1px);
  }
  70% {
    opacity: 0.4;
    filter: blur(0px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* line 124, ../sass/_content.scss */
.slick-wrapper .slick-bottom .op {
  position: absolute;
  left: 0;
  top: 0;
  transition: 1.2s;
}
/* line 129, ../sass/_content.scss */
.slick-wrapper .slick-bottom .op.s-1 {
  filter: brightness(0.7);
}
/* line 132, ../sass/_content.scss */
.slick-wrapper .slick-bottom .op.s-2 {
  animation: lg 4.7s ease;
}
/* line 135, ../sass/_content.scss */
.slick-wrapper .slick-bottom .op.s-3 {
  opacity: 0;
  pointer-events: none;
}
/* line 141, ../sass/_content.scss */
.slick-wrapper .object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}
/* line 149, ../sass/_content.scss */
.slick-wrapper .object.show {
  opacity: 1;
}

/* line 155, ../sass/_content.scss */
.slick {
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  /* アクティブスライド */
}
/* line 165, ../sass/_content.scss */
.slick .slick-list {
  transform: scale(1.01);
}
/* line 168, ../sass/_content.scss */
.slick.slick-initialized {
  opacity: 1;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
    /* 拡大率 */
  }
}
/* line 179, ../sass/_content.scss */
.slick .add-animation {
  animation: zoomUp 9s linear 0s normal both;
}
/* line 184, ../sass/_content.scss */
.slick .slick-prev {
  border: none;
  background: none;
  appearance: none;
  color: transparent;
  background-image: url(../images/prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(94 / 750 * 550 * 1px);
  height: calc(94 / 750 * 550 * 1px);
  position: absolute;
  left: calc(39 / 750 * 550 * 1px);
  bottom: calc(72 / 750 * 550 * 1px);
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    width: calc(94 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    width: calc(94 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    height: calc(94 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    height: calc(94 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    left: calc(39 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    left: calc(39 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    bottom: calc(72 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    bottom: calc(72 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 184, ../sass/_content.scss */
  .slick .slick-prev {
    left: 5.2vw;
    bottom: 10.8vw;
    width: 12vw;
    height: 12vw;
  }
}
/* line 206, ../sass/_content.scss */
.slick .slick-next {
  border: none;
  background: none;
  appearance: none;
  color: transparent;
  background-image: url(../images/next.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(94 / 750 * 550 * 1px);
  height: calc(94 / 750 * 550 * 1px);
  position: absolute;
  left: calc(139 / 750 * 550 * 1px);
  bottom: calc(72 / 750 * 550 * 1px);
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    width: calc(94 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    width: calc(94 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    height: calc(94 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    height: calc(94 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    left: calc(139 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    left: calc(139 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    bottom: calc(72 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    bottom: calc(72 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 206, ../sass/_content.scss */
  .slick .slick-next {
    left: 18.4vw;
    bottom: 10.8vw;
    width: 12vw;
    height: 12vw;
  }
}
/* line 228, ../sass/_content.scss */
.slick .slick-dots {
  display: flex;
  position: absolute;
  bottom: calc(-70 / 750 * 550 * 1px);
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 1199px) {
  /* line 228, ../sass/_content.scss */
  .slick .slick-dots {
    bottom: calc(-70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 228, ../sass/_content.scss */
  .slick .slick-dots {
    bottom: calc(-70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 228, ../sass/_content.scss */
  .slick .slick-dots {
    bottom: -7vw;
  }
}
/* line 239, ../sass/_content.scss */
.slick .slick-dots li {
  width: calc(8.8 / 750 * 550 * 1px);
  height: calc(8.8 / 750 * 550 * 1px);
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  margin-right: calc(33 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    width: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    width: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    height: calc(8.8 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    height: calc(8.8 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    margin-right: calc(33 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 239, ../sass/_content.scss */
  .slick .slick-dots li {
    margin-right: calc(33 / 750 * 100 * 1vw);
  }
}
/* line 246, ../sass/_content.scss */
.slick .slick-dots li:last-of-type {
  margin-right: 0;
}
/* line 249, ../sass/_content.scss */
.slick .slick-dots li.slick-active {
  background: #ffd63d;
}
/* line 252, ../sass/_content.scss */
.slick .slick-dots li button {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  color: transparent;
  border: none;
}
/* line 262, ../sass/_content.scss */
.slick .item {
  position: relative;
}
/* line 264, ../sass/_content.scss */
.slick .item .txt-area {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
  width: calc(653 / 750 * 550 * 1px);
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 264, ../sass/_content.scss */
  .slick .item .txt-area {
    width: calc(653 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 264, ../sass/_content.scss */
  .slick .item .txt-area {
    width: calc(653 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 264, ../sass/_content.scss */
  .slick .item .txt-area {
    width: 100%;
  }
}
/* line 274, ../sass/_content.scss */
.slick .item .txt-area h1 {
  font-size: 38px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.25;
  width: max-content;
  margin-inline: auto;
}
/* line 281, ../sass/_content.scss */
.slick .item .txt-area h1 img {
  width: calc(620 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 281, ../sass/_content.scss */
  .slick .item .txt-area h1 img {
    width: calc(620 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 281, ../sass/_content.scss */
  .slick .item .txt-area h1 img {
    width: calc(620 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 281, ../sass/_content.scss */
  .slick .item .txt-area h1 img {
    margin-inline: auto;
  }
}
/* line 287, ../sass/_content.scss */
.slick .item .txt-area h1 span {
  font-size: 24px;
}
/* line 292, ../sass/_content.scss */
.slick .item .txt-area p img {
  width: calc(653 / 750 * 550 * 1px);
  margin-top: 16px;
}
@media (max-width: 1199px) {
  /* line 292, ../sass/_content.scss */
  .slick .item .txt-area p img {
    width: calc(653 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 292, ../sass/_content.scss */
  .slick .item .txt-area p img {
    width: calc(653 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 292, ../sass/_content.scss */
  .slick .item .txt-area p img {
    margin-inline: auto;
  }
}

/* line 303, ../sass/_content.scss */
.section-01 {
  background-color: #fff800;
  background-image: url(../images/0413_images/bg-message.webp);
  background-position: center bottom 14vw;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: calc(150 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 303, ../sass/_content.scss */
  .section-01 {
    padding-bottom: calc(150 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 303, ../sass/_content.scss */
  .section-01 {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
/* line 310, ../sass/_content.scss */
.section-01 h2 {
  text-align: center;
}
/* line 312, ../sass/_content.scss */
.section-01 h2 img {
  width: calc(300 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 312, ../sass/_content.scss */
  .section-01 h2 img {
    width: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 312, ../sass/_content.scss */
  .section-01 h2 img {
    width: calc(300 / 750 * 100 * 1vw);
  }
}
/* line 316, ../sass/_content.scss */
.section-01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: calc(28 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 316, ../sass/_content.scss */
  .section-01 ul {
    margin-top: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 316, ../sass/_content.scss */
  .section-01 ul {
    margin-top: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 321, ../sass/_content.scss */
.section-01 ul li {
  width: calc(300 / 750 * 550 * 1px);
  background: #fff;
  margin-top: calc(38 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 321, ../sass/_content.scss */
  .section-01 ul li {
    width: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 321, ../sass/_content.scss */
  .section-01 ul li {
    width: calc(300 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 321, ../sass/_content.scss */
  .section-01 ul li {
    margin-top: calc(38 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 321, ../sass/_content.scss */
  .section-01 ul li {
    margin-top: calc(38 / 750 * 100 * 1vw);
  }
}
/* line 325, ../sass/_content.scss */
.section-01 ul li:nth-of-type(1), .section-01 ul li:nth-of-type(2) {
  margin-top: 0;
}
/* line 329, ../sass/_content.scss */
.section-01 ul li p {
  padding-top: calc(10 / 750 * 550 * 1px);
  padding-bottom: calc(10 / 750 * 550 * 1px);
  font-size: calc(23 / 750 * 550 * 1px);
  font-weight: 700;
  line-height: calc(36 / 23);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(90 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    padding-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    padding-top: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    padding-bottom: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    padding-bottom: calc(10 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    font-size: calc(23 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    height: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 329, ../sass/_content.scss */
  .section-01 ul li p {
    height: calc(90 / 750 * 100 * 1vw);
  }
}
/* line 343, ../sass/_content.scss */
.section-01 .lead {
  text-align: center;
  font-size: calc(32 / 750 * 550 * 1px);
  margin-top: calc(82 / 750 * 550 * 1px);
  line-height: calc(58 / 32);
  font-weight: 600;
}
@media (max-width: 1199px) {
  /* line 343, ../sass/_content.scss */
  .section-01 .lead {
    font-size: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 343, ../sass/_content.scss */
  .section-01 .lead {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 343, ../sass/_content.scss */
  .section-01 .lead {
    margin-top: calc(82 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 343, ../sass/_content.scss */
  .section-01 .lead {
    margin-top: calc(82 / 750 * 100 * 1vw);
  }
}
/* line 349, ../sass/_content.scss */
.section-01 .lead span {
  display: inline-block;
  background: linear-gradient(transparent 40%, #fff 40%);
  line-height: 1.4;
}

/* line 356, ../sass/_content.scss */
.section-02 {
  background: #f7f6f5;
  padding-bottom: calc(150 / 750 * 550 * 1px);
  border-top-left-radius: calc(100 / 750 * 550 * 1px);
  border-top-right-radius: calc(100 / 750 * 550 * 1px);
  position: relative;
  padding-top: calc(122 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    padding-bottom: calc(150 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    padding-bottom: calc(150 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    border-top-left-radius: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    border-top-left-radius: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    border-top-right-radius: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    border-top-right-radius: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    padding-top: calc(122 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 356, ../sass/_content.scss */
  .section-02 {
    padding-top: calc(122 / 750 * 100 * 1vw);
  }
}
/* line 363, ../sass/_content.scss */
.section-02 .number-label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: calc(161 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 363, ../sass/_content.scss */
  .section-02 .number-label {
    width: calc(161 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 363, ../sass/_content.scss */
  .section-02 .number-label {
    width: calc(161 / 750 * 100 * 1vw);
  }
}
/* line 370, ../sass/_content.scss */
.section-02 h2 {
  text-align: center;
}
/* line 372, ../sass/_content.scss */
.section-02 h2 img {
  width: calc(595 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 372, ../sass/_content.scss */
  .section-02 h2 img {
    width: calc(595 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 372, ../sass/_content.scss */
  .section-02 h2 img {
    width: calc(595 / 750 * 100 * 1vw);
  }
}
/* line 375, ../sass/_content.scss */
.section-02 h2 + p {
  width: 100% !important;
  text-align: center;
  width: calc(595 / 750 * 550 * 1px);
  margin-top: calc(26 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 375, ../sass/_content.scss */
  .section-02 h2 + p {
    width: calc(595 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 375, ../sass/_content.scss */
  .section-02 h2 + p {
    width: calc(595 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 375, ../sass/_content.scss */
  .section-02 h2 + p {
    margin-top: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 375, ../sass/_content.scss */
  .section-02 h2 + p {
    margin-top: calc(26 / 750 * 100 * 1vw);
  }
}
/* line 382, ../sass/_content.scss */
.section-02 .box {
  background: #fff;
  position: relative;
  margin-top: calc(187 / 750 * 550 * 1px);
  border-right: 4px solid;
  border-image-source: linear-gradient(to bottom, #b08e01, #fcdc00);
  border-image-slice: 1;
}
@media (max-width: 1199px) {
  /* line 382, ../sass/_content.scss */
  .section-02 .box {
    margin-top: calc(187 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 382, ../sass/_content.scss */
  .section-02 .box {
    margin-top: calc(187 / 750 * 100 * 1vw);
  }
}
/* line 387, ../sass/_content.scss */
.section-02 .box:first-of-type {
  margin-top: calc(156 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 387, ../sass/_content.scss */
  .section-02 .box:first-of-type {
    margin-top: calc(156 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 387, ../sass/_content.scss */
  .section-02 .box:first-of-type {
    margin-top: calc(156 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 382, ../sass/_content.scss */
  .section-02 .box {
    border-right: 2px solid;
  }
}
/* line 396, ../sass/_content.scss */
.section-02 .box .border {
  border-left: 4px solid;
  border-image-source: linear-gradient(to bottom, #ac8700, #b08e01);
  border-image-slice: 1;
  padding-left: calc(42 / 750 * 550 * 1px);
  padding-right: calc(42 / 750 * 550 * 1px);
  padding-bottom: calc(40 / 750 * 550 * 1px);
}
@media (max-width: 650px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    border-left: 2px solid;
  }
}
@media (max-width: 1199px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-left: calc(42 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-left: calc(42 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-right: calc(42 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-right: calc(42 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-bottom: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 396, ../sass/_content.scss */
  .section-02 .box .border {
    padding-bottom: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 407, ../sass/_content.scss */
.section-02 .box:before {
  content: "";
  display: block;
  width: 101%;
  height: calc(41 / 750 * 550 * 1px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/0413_images/border-top.webp);
  position: absolute;
  left: 0;
  top: calc(-41 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 407, ../sass/_content.scss */
  .section-02 .box:before {
    height: calc(41 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 407, ../sass/_content.scss */
  .section-02 .box:before {
    height: calc(41 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 407, ../sass/_content.scss */
  .section-02 .box:before {
    top: calc(-41 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 407, ../sass/_content.scss */
  .section-02 .box:before {
    top: calc(-41 / 750 * 100 * 1vw);
  }
}
/* line 420, ../sass/_content.scss */
.section-02 .box:after {
  content: "";
  display: block;
  width: 101.14%;
  height: calc(41 / 750 * 550 * 1px);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/0413_images/border-bottom.webp);
  position: absolute;
  left: 0;
  bottom: calc(-41 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 420, ../sass/_content.scss */
  .section-02 .box:after {
    height: calc(41 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 420, ../sass/_content.scss */
  .section-02 .box:after {
    height: calc(41 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 420, ../sass/_content.scss */
  .section-02 .box:after {
    bottom: calc(-41 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 420, ../sass/_content.scss */
  .section-02 .box:after {
    bottom: calc(-41 / 750 * 100 * 1vw);
  }
}
/* line 434, ../sass/_content.scss */
.section-02 .box:nth-of-type(3) .image {
  margin-bottom: calc(-56 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 434, ../sass/_content.scss */
  .section-02 .box:nth-of-type(3) .image {
    margin-bottom: calc(-56 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 434, ../sass/_content.scss */
  .section-02 .box:nth-of-type(3) .image {
    margin-bottom: calc(-56 / 750 * 100 * 1vw);
  }
}
/* line 438, ../sass/_content.scss */
.section-02 .box h3 {
  text-align: center;
}
/* line 440, ../sass/_content.scss */
.section-02 .box h3 img {
  width: calc(514 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 440, ../sass/_content.scss */
  .section-02 .box h3 img {
    width: calc(514 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 440, ../sass/_content.scss */
  .section-02 .box h3 img {
    width: calc(514 / 750 * 100 * 1vw);
  }
}
/* line 444, ../sass/_content.scss */
.section-02 .box .title {
  text-align: center;
  font-size: calc(41 / 750 * 550 * 1px);
  font-weight: 700;
  line-height: calc(58 / 41);
  margin-left: calc(-15 / 750 * 550 * 1px);
  margin-right: calc(-15 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    font-size: calc(41 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    font-size: calc(41 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    margin-left: calc(-15 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    margin-left: calc(-15 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    margin-right: calc(-15 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 444, ../sass/_content.scss */
  .section-02 .box .title {
    margin-right: calc(-15 / 750 * 100 * 1vw);
  }
}
/* line 451, ../sass/_content.scss */
.section-02 .box .title span {
  font-size: calc(26 / 750 * 550 * 1px);
  font-weight: 700;
}
@media (max-width: 1199px) {
  /* line 451, ../sass/_content.scss */
  .section-02 .box .title span {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 451, ../sass/_content.scss */
  .section-02 .box .title span {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
/* line 456, ../sass/_content.scss */
.section-02 .box .image {
  position: relative;
  margin-top: calc(38 / 750 * 550 * 1px);
  margin-bottom: calc(44 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 456, ../sass/_content.scss */
  .section-02 .box .image {
    margin-top: calc(38 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 456, ../sass/_content.scss */
  .section-02 .box .image {
    margin-top: calc(38 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 456, ../sass/_content.scss */
  .section-02 .box .image {
    margin-bottom: calc(44 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 456, ../sass/_content.scss */
  .section-02 .box .image {
    margin-bottom: calc(44 / 750 * 100 * 1vw);
  }
}
/* line 460, ../sass/_content.scss */
.section-02 .box .image .label {
  position: absolute;
  width: calc(161 / 750 * 550 * 1px);
  left: calc(-85 / 750 * 550 * 1px);
  top: calc(-45 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    width: calc(161 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    width: calc(161 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    left: calc(-85 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    left: calc(-85 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    top: calc(-45 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 460, ../sass/_content.scss */
  .section-02 .box .image .label {
    top: calc(-45 / 750 * 100 * 1vw);
  }
}
/* line 467, ../sass/_content.scss */
.section-02 .box .loc {
  margin-top: calc(25 / 750 * 550 * 1px);
  font-size: calc(23 / 750 * 550 * 1px);
  color: #fff;
  font-weight: 500;
  background: #4d3d3c;
  height: calc(40 / 750 * 550 * 1px);
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    margin-top: calc(25 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    margin-top: calc(25 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    font-size: calc(23 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    height: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 467, ../sass/_content.scss */
  .section-02 .box .loc {
    height: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 476, ../sass/_content.scss */
.section-02 .box .loc span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(40 / 750 * 550 * 1px);
  width: calc(445 / 750 * 550 * 1px);
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 476, ../sass/_content.scss */
  .section-02 .box .loc span {
    height: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 476, ../sass/_content.scss */
  .section-02 .box .loc span {
    height: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 476, ../sass/_content.scss */
  .section-02 .box .loc span {
    width: calc(445 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 476, ../sass/_content.scss */
  .section-02 .box .loc span {
    width: calc(445 / 750 * 100 * 1vw);
  }
}
/* line 483, ../sass/_content.scss */
.section-02 .box .loc span:first-of-type {
  width: calc(105 / 750 * 550 * 1px);
  font-weight: 400;
  background: #9d9494;
}
@media (max-width: 1199px) {
  /* line 483, ../sass/_content.scss */
  .section-02 .box .loc span:first-of-type {
    width: calc(105 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 483, ../sass/_content.scss */
  .section-02 .box .loc span:first-of-type {
    width: calc(105 / 750 * 100 * 1vw);
  }
}
/* line 490, ../sass/_content.scss */
.section-02 .box .loc + .image .label {
  top: calc(-15 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 490, ../sass/_content.scss */
  .section-02 .box .loc + .image .label {
    top: calc(-15 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 490, ../sass/_content.scss */
  .section-02 .box .loc + .image .label {
    top: calc(-15 / 750 * 100 * 1vw);
  }
}
/* line 495, ../sass/_content.scss */
.section-02 .box .txt-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(40 / 750 * 550 * 1px);
  width: calc(118 / 750 * 550 * 1px);
  font-size: calc(23 / 750 * 550 * 1px);
  margin-top: calc(20 / 750 * 550 * 1px);
  color: #fff;
  font-weight: 400;
  background: #9d9494;
}
@media (max-width: 1199px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    height: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    height: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    width: calc(118 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    width: calc(118 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    font-size: calc(23 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    font-size: calc(23 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 495, ../sass/_content.scss */
  .section-02 .box .txt-label {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 507, ../sass/_content.scss */
.section-02 .box .main {
  line-height: calc(45 / 26);
  margin-top: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 507, ../sass/_content.scss */
  .section-02 .box .main {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 507, ../sass/_content.scss */
  .section-02 .box .main {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 510, ../sass/_content.scss */
.section-02 .box .main span {
  font-weight: 700;
}
/* line 514, ../sass/_content.scss */
.section-02 .box .textbox {
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(21 / 750 * 550 * 1px);
  font-weight: 600;
  height: calc(42 / 750 * 550 * 1px);
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    font-size: calc(21 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    font-size: calc(21 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    height: calc(42 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    height: calc(42 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 514, ../sass/_content.scss */
  .section-02 .box .textbox {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}

/* line 526, ../sass/_content.scss */
.section-03 {
  background: #f7f6f5;
}
/* line 529, ../sass/_content.scss */
.section-03 p + h2 {
  margin-top: calc(68 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 529, ../sass/_content.scss */
  .section-03 p + h2 {
    margin-top: calc(68 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 529, ../sass/_content.scss */
  .section-03 p + h2 {
    margin-top: calc(68 / 750 * 100 * 1vw);
  }
}
/* line 534, ../sass/_content.scss */
.section-03 .fade + .fade {
  margin-top: calc(68 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 534, ../sass/_content.scss */
  .section-03 .fade + .fade {
    margin-top: calc(68 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 534, ../sass/_content.scss */
  .section-03 .fade + .fade {
    margin-top: calc(68 / 750 * 100 * 1vw);
  }
}
/* line 538, ../sass/_content.scss */
.section-03 h2 {
  height: calc(67 / 750 * 550 * 1px);
  background: #4d3d3c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: calc(28 / 750 * 550 * 1px);
  border-radius: 10px;
}
@media (max-width: 1199px) {
  /* line 538, ../sass/_content.scss */
  .section-03 h2 {
    height: calc(67 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 538, ../sass/_content.scss */
  .section-03 h2 {
    height: calc(67 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 538, ../sass/_content.scss */
  .section-03 h2 {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 538, ../sass/_content.scss */
  .section-03 h2 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 549, ../sass/_content.scss */
.section-03 .caution {
  margin-top: calc(46 / 750 * 550 * 1px);
  width: calc(585 / 750 * 550 * 1px);
  margin-inline: auto;
  line-height: calc(45 / 26);
  font-size: calc(28 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    margin-top: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    width: calc(585 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    width: calc(585 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 549, ../sass/_content.scss */
  .section-03 .caution {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 555, ../sass/_content.scss */
.section-03 .caution span {
  font-weight: 700;
}
/* line 557, ../sass/_content.scss */
.section-03 .caution span.red {
  color: #d32d25;
}
/* line 562, ../sass/_content.scss */
.section-03 .notice {
  margin-top: 0;
  font-size: calc(26 / 750 * 550 * 1px);
  width: calc(585 / 750 * 550 * 1px);
  margin-inline: auto;
  line-height: calc(37 / 26);
}
@media (max-width: 1199px) {
  /* line 562, ../sass/_content.scss */
  .section-03 .notice {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 562, ../sass/_content.scss */
  .section-03 .notice {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 562, ../sass/_content.scss */
  .section-03 .notice {
    width: calc(585 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 562, ../sass/_content.scss */
  .section-03 .notice {
    width: calc(585 / 750 * 100 * 1vw);
  }
}
/* line 569, ../sass/_content.scss */
.section-03 .main-txt {
  margin-top: calc(46 / 750 * 550 * 1px);
  line-height: calc(45 / 26);
  font-size: calc(28 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 569, ../sass/_content.scss */
  .section-03 .main-txt {
    margin-top: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 569, ../sass/_content.scss */
  .section-03 .main-txt {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 569, ../sass/_content.scss */
  .section-03 .main-txt {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 569, ../sass/_content.scss */
  .section-03 .main-txt {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 573, ../sass/_content.scss */
.section-03 .main-txt + h3 {
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 573, ../sass/_content.scss */
  .section-03 .main-txt + h3 {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 573, ../sass/_content.scss */
  .section-03 .main-txt + h3 {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 577, ../sass/_content.scss */
.section-03 h3 {
  line-height: calc(45 / 26);
  font-size: calc(28 / 750 * 550 * 1px);
  font-weight: 700;
  margin-bottom: calc(25 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 577, ../sass/_content.scss */
  .section-03 h3 {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 577, ../sass/_content.scss */
  .section-03 h3 {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 577, ../sass/_content.scss */
  .section-03 h3 {
    margin-bottom: calc(25 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 577, ../sass/_content.scss */
  .section-03 h3 {
    margin-bottom: calc(25 / 750 * 100 * 1vw);
  }
}
/* line 583, ../sass/_content.scss */
.section-03 .bg-wh {
  background: #fff;
  padding-top: calc(70 / 750 * 550 * 1px);
  padding-bottom: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 583, ../sass/_content.scss */
  .section-03 .bg-wh {
    padding-top: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 583, ../sass/_content.scss */
  .section-03 .bg-wh {
    padding-top: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 583, ../sass/_content.scss */
  .section-03 .bg-wh {
    padding-bottom: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 583, ../sass/_content.scss */
  .section-03 .bg-wh {
    padding-bottom: calc(80 / 750 * 100 * 1vw);
  }
}
/* line 587, ../sass/_content.scss */
.section-03 .bg-wh + h3 {
  margin-top: calc(38 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 587, ../sass/_content.scss */
  .section-03 .bg-wh + h3 {
    margin-top: calc(38 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 587, ../sass/_content.scss */
  .section-03 .bg-wh + h3 {
    margin-top: calc(38 / 750 * 100 * 1vw);
  }
}
/* line 591, ../sass/_content.scss */
.section-03 .link {
  text-align: center;
  margin-top: calc(32 / 750 * 550 * 1px);
  font-size: calc(30 / 750 * 550 * 1px);
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  /* line 591, ../sass/_content.scss */
  .section-03 .link {
    margin-top: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 591, ../sass/_content.scss */
  .section-03 .link {
    margin-top: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 591, ../sass/_content.scss */
  .section-03 .link {
    font-size: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 591, ../sass/_content.scss */
  .section-03 .link {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 598, ../sass/_content.scss */
.section-03 .period {
  margin-top: calc(55 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 598, ../sass/_content.scss */
  .section-03 .period {
    margin-top: calc(55 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 598, ../sass/_content.scss */
  .section-03 .period {
    margin-top: calc(55 / 750 * 100 * 1vw);
  }
}
/* line 601, ../sass/_content.scss */
.section-03 .btn {
  text-align: center;
  margin-top: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 601, ../sass/_content.scss */
  .section-03 .btn {
    margin-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 601, ../sass/_content.scss */
  .section-03 .btn {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 605, ../sass/_content.scss */
.section-03 .btn a img {
  width: calc(500 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 605, ../sass/_content.scss */
  .section-03 .btn a img {
    width: calc(500 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 605, ../sass/_content.scss */
  .section-03 .btn a img {
    width: calc(500 / 750 * 100 * 1vw);
  }
}
/* line 610, ../sass/_content.scss */
.section-03 .title {
  margin-top: calc(88 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 610, ../sass/_content.scss */
  .section-03 .title {
    margin-top: calc(88 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 610, ../sass/_content.scss */
  .section-03 .title {
    margin-top: calc(88 / 750 * 100 * 1vw);
  }
}
/* line 612, ../sass/_content.scss */
.section-03 .title h3 {
  color: #4d3d3c;
}
/* line 615, ../sass/_content.scss */
.section-03 .title span {
  display: inline-block;
  margin-right: calc(34 / 750 * 550 * 1px);
  width: calc(218 / 750 * 550 * 1px);
  height: calc(67 / 750 * 550 * 1px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4d3d3c;
  color: #fff;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1199px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    margin-right: calc(34 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    margin-right: calc(34 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    width: calc(218 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    width: calc(218 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    height: calc(67 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 615, ../sass/_content.scss */
  .section-03 .title span {
    height: calc(67 / 750 * 100 * 1vw);
  }
}
/* line 628, ../sass/_content.scss */
.section-03 .topic-title {
  text-align: center;
  font-size: calc(28 / 750 * 550 * 1px);
  line-height: calc(42 / 26);
  font-weight: 700;
  position: relative;
  padding-bottom: calc(30 / 750 * 550 * 1px);
  margin-top: calc(80 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    padding-bottom: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    padding-bottom: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    margin-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 628, ../sass/_content.scss */
  .section-03 .topic-title {
    margin-top: calc(80 / 750 * 100 * 1vw);
  }
}
/* line 636, ../sass/_content.scss */
.section-03 .topic-title:after {
  content: "";
  width: 100%;
  height: calc(17.6 / 750 * 550 * 1px);
  background-image: url(../images/0413_images/title-border.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1199px) {
  /* line 636, ../sass/_content.scss */
  .section-03 .topic-title:after {
    height: calc(17.6 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 636, ../sass/_content.scss */
  .section-03 .topic-title:after {
    height: calc(17.6 / 750 * 100 * 1vw);
  }
}
/* line 649, ../sass/_content.scss */
.section-03 .btn-toggle {
  margin-top: calc(37 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 649, ../sass/_content.scss */
  .section-03 .btn-toggle {
    margin-top: calc(37 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 649, ../sass/_content.scss */
  .section-03 .btn-toggle {
    margin-top: calc(37 / 750 * 100 * 1vw);
  }
}
/* line 651, ../sass/_content.scss */
.section-03 .btn-toggle + .btn-toggle {
  margin-top: calc(15 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 651, ../sass/_content.scss */
  .section-03 .btn-toggle + .btn-toggle {
    margin-top: calc(15 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 651, ../sass/_content.scss */
  .section-03 .btn-toggle + .btn-toggle {
    margin-top: calc(15 / 750 * 100 * 1vw);
  }
}
/* line 654, ../sass/_content.scss */
.section-03 .btn-toggle a {
  width: calc(640 / 750 * 550 * 1px);
  height: calc(135 / 750 * 550 * 1px);
  background: #005ca3;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 10px;
  line-height: calc(35 / 26);
  position: relative;
}
@media (max-width: 1199px) {
  /* line 654, ../sass/_content.scss */
  .section-03 .btn-toggle a {
    width: calc(640 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 654, ../sass/_content.scss */
  .section-03 .btn-toggle a {
    width: calc(640 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 654, ../sass/_content.scss */
  .section-03 .btn-toggle a {
    height: calc(135 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 654, ../sass/_content.scss */
  .section-03 .btn-toggle a {
    height: calc(135 / 750 * 100 * 1vw);
  }
}
/* line 668, ../sass/_content.scss */
.section-03 .btn-toggle a.on .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
/* line 674, ../sass/_content.scss */
.section-03 .btn-toggle a.line > span {
  margin-right: auto;
}
/* line 677, ../sass/_content.scss */
.section-03 .btn-toggle a.line img {
  margin-left: calc(32 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 677, ../sass/_content.scss */
  .section-03 .btn-toggle a.line img {
    margin-left: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 677, ../sass/_content.scss */
  .section-03 .btn-toggle a.line img {
    margin-left: calc(32 / 750 * 100 * 1vw);
  }
}
/* line 681, ../sass/_content.scss */
.section-03 .btn-toggle a img {
  width: calc(80 / 750 * 550 * 1px);
  margin-right: calc(33 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 681, ../sass/_content.scss */
  .section-03 .btn-toggle a img {
    width: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 681, ../sass/_content.scss */
  .section-03 .btn-toggle a img {
    width: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 681, ../sass/_content.scss */
  .section-03 .btn-toggle a img {
    margin-right: calc(33 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 681, ../sass/_content.scss */
  .section-03 .btn-toggle a img {
    margin-right: calc(33 / 750 * 100 * 1vw);
  }
}
/* line 685, ../sass/_content.scss */
.section-03 .btn-toggle a .toggle {
  width: calc(35 / 750 * 550 * 1px);
  height: calc(35 / 750 * 550 * 1px);
  display: block;
  position: absolute;
  top: 50%;
  right: calc(32 / 750 * 550 * 1px);
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    width: calc(35 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    width: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    height: calc(35 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    height: calc(35 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    right: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 685, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle {
    right: calc(32 / 750 * 100 * 1vw);
  }
}
/* line 693, ../sass/_content.scss */
.section-03 .btn-toggle a .toggle:before {
  content: "";
  width: 100%;
  height: calc(2 / 750 * 550 * 1px);
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  /* line 693, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle:before {
    height: calc(2 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 693, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle:before {
    height: calc(2 / 750 * 100 * 1vw);
  }
}
/* line 704, ../sass/_content.scss */
.section-03 .btn-toggle a .toggle:after {
  content: "";
  width: 100%;
  height: calc(2 / 750 * 550 * 1px);
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
@media (max-width: 1199px) {
  /* line 704, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle:after {
    height: calc(2 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 704, ../sass/_content.scss */
  .section-03 .btn-toggle a .toggle:after {
    height: calc(2 / 750 * 100 * 1vw);
  }
}
/* line 720, ../sass/_content.scss */
.section-03 .btn-toggle.on .toggle:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
/* line 726, ../sass/_content.scss */
.section-03 .toggle-content {
  display: none;
  padding-left: calc(20 / 750 * 550 * 1px);
  padding-right: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 726, ../sass/_content.scss */
  .section-03 .toggle-content {
    padding-left: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 726, ../sass/_content.scss */
  .section-03 .toggle-content {
    padding-left: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 726, ../sass/_content.scss */
  .section-03 .toggle-content {
    padding-right: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 726, ../sass/_content.scss */
  .section-03 .toggle-content {
    padding-right: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 731, ../sass/_content.scss */
.section-03 .toggle-content.toggle-01 .first-step {
  text-align: center;
}
/* line 733, ../sass/_content.scss */
.section-03 .toggle-content.toggle-01 .first-step img {
  width: calc(410 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 733, ../sass/_content.scss */
  .section-03 .toggle-content.toggle-01 .first-step img {
    width: calc(410 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 733, ../sass/_content.scss */
  .section-03 .toggle-content.toggle-01 .first-step img {
    width: calc(410 / 750 * 100 * 1vw);
  }
}
/* line 738, ../sass/_content.scss */
.section-03 .toggle-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(36 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 738, ../sass/_content.scss */
  .section-03 .toggle-content ul {
    margin-top: calc(36 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 738, ../sass/_content.scss */
  .section-03 .toggle-content ul {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
/* line 743, ../sass/_content.scss */
.section-03 .toggle-content ul li {
  margin-left: calc(9 / 750 * 550 * 1px);
  margin-right: calc(9 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 743, ../sass/_content.scss */
  .section-03 .toggle-content ul li {
    margin-left: calc(9 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 743, ../sass/_content.scss */
  .section-03 .toggle-content ul li {
    margin-left: calc(9 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 743, ../sass/_content.scss */
  .section-03 .toggle-content ul li {
    margin-right: calc(9 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 743, ../sass/_content.scss */
  .section-03 .toggle-content ul li {
    margin-right: calc(9 / 750 * 100 * 1vw);
  }
}
/* line 747, ../sass/_content.scss */
.section-03 .toggle-content ul li a img {
  width: calc(216 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 747, ../sass/_content.scss */
  .section-03 .toggle-content ul li a img {
    width: calc(216 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 747, ../sass/_content.scss */
  .section-03 .toggle-content ul li a img {
    width: calc(216 / 750 * 100 * 1vw);
  }
}
/* line 753, ../sass/_content.scss */
.section-03 .toggle-content ul li:last-of-type a img {
  width: calc(266 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 753, ../sass/_content.scss */
  .section-03 .toggle-content ul li:last-of-type a img {
    width: calc(266 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 753, ../sass/_content.scss */
  .section-03 .toggle-content ul li:last-of-type a img {
    width: calc(266 / 750 * 100 * 1vw);
  }
}
/* line 760, ../sass/_content.scss */
.section-03 .toggle-content .main-content {
  width: calc(535 / 750 * 550 * 1px);
  margin-inline: auto;
}
@media (max-width: 1199px) {
  /* line 760, ../sass/_content.scss */
  .section-03 .toggle-content .main-content {
    width: calc(535 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 760, ../sass/_content.scss */
  .section-03 .toggle-content .main-content {
    width: calc(535 / 750 * 100 * 1vw);
  }
}
/* line 763, ../sass/_content.scss */
.section-03 .toggle-content .main-content .txt {
  font-weight: 500;
  line-height: calc(40 / 26);
  margin-top: calc(40 / 750 * 550 * 1px);
  margin-bottom: calc(28 / 750 * 550 * 1px);
  border-top: 1px solid #333333;
  padding-top: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    margin-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    margin-bottom: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    margin-bottom: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    padding-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 763, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt {
    padding-top: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 770, ../sass/_content.scss */
.section-03 .toggle-content .main-content .txt.mb-10 {
  margin-bottom: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 770, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt.mb-10 {
    margin-bottom: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 770, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt.mb-10 {
    margin-bottom: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 773, ../sass/_content.scss */
.section-03 .toggle-content .main-content .txt:first-of-type {
  padding-top: 0;
  border-top: none;
}
/* line 778, ../sass/_content.scss */
.section-03 .toggle-content .main-content .txt-02 {
  font-weight: 500;
  line-height: calc(40 / 26);
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 778, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt-02 {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 778, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .txt-02 {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 783, ../sass/_content.scss */
.section-03 .toggle-content .main-content .sm-img {
  text-align: center;
}
/* line 785, ../sass/_content.scss */
.section-03 .toggle-content .main-content .sm-img img {
  width: calc(300 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 785, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .sm-img img {
    width: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 785, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .sm-img img {
    width: calc(300 / 750 * 100 * 1vw);
  }
}
/* line 789, ../sass/_content.scss */
.section-03 .toggle-content .main-content .notice {
  margin-bottom: calc(28 / 750 * 550 * 1px);
  width: 100%;
  font-size: calc(21 / 750 * 550 * 1px);
  font-weight: 400;
}
@media (max-width: 1199px) {
  /* line 789, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .notice {
    margin-bottom: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 789, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .notice {
    margin-bottom: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 789, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .notice {
    font-size: calc(21 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 789, ../sass/_content.scss */
  .section-03 .toggle-content .main-content .notice {
    font-size: calc(21 / 750 * 100 * 1vw);
  }
}
/* line 796, ../sass/_content.scss */
.section-03 .toggle-content .close-txt {
  text-align: center;
  margin-top: calc(60 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 796, ../sass/_content.scss */
  .section-03 .toggle-content .close-txt {
    margin-top: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 796, ../sass/_content.scss */
  .section-03 .toggle-content .close-txt {
    margin-top: calc(60 / 750 * 100 * 1vw);
  }
}
/* line 799, ../sass/_content.scss */
.section-03 .toggle-content .close-txt a {
  font-weight: 700;
  text-decoration: underline;
}
/* line 805, ../sass/_content.scss */
.section-03 .bg-wh.last {
  text-align: center;
}
/* line 807, ../sass/_content.scss */
.section-03 .bg-wh.last p {
  font-weight: 700;
  text-align: center;
  line-height: calc(50 / 26);
}
/* line 811, ../sass/_content.scss */
.section-03 .bg-wh.last p .bold {
  font-size: calc(32 / 750 * 550 * 1px);
  background: #fff800;
  line-height: 1;
  display: inline-block;
  padding: 4px;
}
@media (max-width: 1199px) {
  /* line 811, ../sass/_content.scss */
  .section-03 .bg-wh.last p .bold {
    font-size: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 811, ../sass/_content.scss */
  .section-03 .bg-wh.last p .bold {
    font-size: calc(32 / 750 * 100 * 1vw);
  }
}
/* line 817, ../sass/_content.scss */
.section-03 .bg-wh.last p .bold.large {
  font-size: calc(39 / 750 * 550 * 1px);
  line-height: 1;
  display: inline-block;
  padding: 2px;
}
@media (max-width: 1199px) {
  /* line 817, ../sass/_content.scss */
  .section-03 .bg-wh.last p .bold.large {
    font-size: calc(39 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 817, ../sass/_content.scss */
  .section-03 .bg-wh.last p .bold.large {
    font-size: calc(39 / 750 * 100 * 1vw);
  }
}
/* line 826, ../sass/_content.scss */
.section-03 .send {
  background: #4d3d3c;
  text-align: center;
  padding-top: calc(60 / 750 * 550 * 1px);
  padding-bottom: calc(60 / 750 * 550 * 1px);
  margin-top: calc(84 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    padding-top: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    padding-top: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    padding-bottom: calc(60 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    padding-bottom: calc(60 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    margin-top: calc(84 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 826, ../sass/_content.scss */
  .section-03 .send {
    margin-top: calc(84 / 750 * 100 * 1vw);
  }
}
/* line 832, ../sass/_content.scss */
.section-03 .send a {
  width: calc(460 / 750 * 550 * 1px);
  display: inline-block;
}
@media (max-width: 1199px) {
  /* line 832, ../sass/_content.scss */
  .section-03 .send a {
    width: calc(460 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 832, ../sass/_content.scss */
  .section-03 .send a {
    width: calc(460 / 750 * 100 * 1vw);
  }
}
/* line 836, ../sass/_content.scss */
.section-03 .send p {
  color: #fff;
  margin-top: calc(32 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 836, ../sass/_content.scss */
  .section-03 .send p {
    margin-top: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 836, ../sass/_content.scss */
  .section-03 .send p {
    margin-top: calc(32 / 750 * 100 * 1vw);
  }
}
/* line 841, ../sass/_content.scss */
.section-03 .bg-gray {
  padding-top: calc(50 / 750 * 550 * 1px);
  padding-bottom: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 841, ../sass/_content.scss */
  .section-03 .bg-gray {
    padding-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 841, ../sass/_content.scss */
  .section-03 .bg-gray {
    padding-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 841, ../sass/_content.scss */
  .section-03 .bg-gray {
    padding-bottom: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 841, ../sass/_content.scss */
  .section-03 .bg-gray {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 844, ../sass/_content.scss */
.section-03 .bg-gray p {
  width: calc(585 / 750 * 550 * 1px);
  margin-inline: auto;
  line-height: calc(51 / 28);
  font-size: calc(28 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 844, ../sass/_content.scss */
  .section-03 .bg-gray p {
    width: calc(585 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 844, ../sass/_content.scss */
  .section-03 .bg-gray p {
    width: calc(585 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 844, ../sass/_content.scss */
  .section-03 .bg-gray p {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 844, ../sass/_content.scss */
  .section-03 .bg-gray p {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 851, ../sass/_content.scss */
.section-03 .campaign {
  background: #fff;
  padding-top: calc(90 / 750 * 550 * 1px);
  padding-bottom: calc(90 / 750 * 550 * 1px);
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 851, ../sass/_content.scss */
  .section-03 .campaign {
    padding-top: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 851, ../sass/_content.scss */
  .section-03 .campaign {
    padding-top: calc(90 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 851, ../sass/_content.scss */
  .section-03 .campaign {
    padding-bottom: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 851, ../sass/_content.scss */
  .section-03 .campaign {
    padding-bottom: calc(90 / 750 * 100 * 1vw);
  }
}
/* line 856, ../sass/_content.scss */
.section-03 .campaign p {
  display: inline-block;
  width: calc(721 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 856, ../sass/_content.scss */
  .section-03 .campaign p {
    width: calc(721 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 856, ../sass/_content.scss */
  .section-03 .campaign p {
    width: calc(721 / 750 * 100 * 1vw);
  }
}

/* line 866, ../sass/_content.scss */
#top section.recruit h2 img {
  width: calc(392 / 750 * 550 * 1px);
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 866, ../sass/_content.scss */
  #top section.recruit h2 img {
    width: calc(392 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 866, ../sass/_content.scss */
  #top section.recruit h2 img {
    width: calc(392 / 750 * 100 * 1vw);
  }
}
/* line 871, ../sass/_content.scss */
#top section.recruit img {
  margin-top: calc(46 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 871, ../sass/_content.scss */
  #top section.recruit img {
    margin-top: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 871, ../sass/_content.scss */
  #top section.recruit img {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}

/* line 877, ../sass/_content.scss */
.recruit {
  padding-top: calc(100 / 750 * 550 * 1px);
  padding-bottom: calc(400 / 750 * 550 * 1px);
  background: #fff3c5;
}
@media (max-width: 1199px) {
  /* line 877, ../sass/_content.scss */
  .recruit {
    padding-top: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 877, ../sass/_content.scss */
  .recruit {
    padding-top: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 877, ../sass/_content.scss */
  .recruit {
    padding-bottom: calc(400 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 877, ../sass/_content.scss */
  .recruit {
    padding-bottom: calc(400 / 750 * 100 * 1vw);
  }
}
/* line 883, ../sass/_content.scss */
.recruit .main-contents h2 img {
  width: calc(392 / 750 * 550 * 1px);
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 883, ../sass/_content.scss */
  .recruit .main-contents h2 img {
    width: calc(392 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 883, ../sass/_content.scss */
  .recruit .main-contents h2 img {
    width: calc(392 / 750 * 100 * 1vw);
  }
}
/* line 890, ../sass/_content.scss */
.recruit .main-contents .recruit-box h2 img {
  width: calc(392 / 750 * 550 * 1px);
  margin-top: 0;
}
@media (max-width: 1199px) {
  /* line 890, ../sass/_content.scss */
  .recruit .main-contents .recruit-box h2 img {
    width: calc(392 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 890, ../sass/_content.scss */
  .recruit .main-contents .recruit-box h2 img {
    width: calc(392 / 750 * 100 * 1vw);
  }
}
/* line 895, ../sass/_content.scss */
.recruit .main-contents .recruit-box img {
  margin-top: calc(46 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 895, ../sass/_content.scss */
  .recruit .main-contents .recruit-box img {
    margin-top: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 895, ../sass/_content.scss */
  .recruit .main-contents .recruit-box img {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
/* line 900, ../sass/_content.scss */
.recruit h3 {
  font-size: calc(54 / 750 * 550 * 1px);
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #66351e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: calc(55 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 900, ../sass/_content.scss */
  .recruit h3 {
    font-size: calc(54 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 900, ../sass/_content.scss */
  .recruit h3 {
    font-size: calc(54 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 900, ../sass/_content.scss */
  .recruit h3 {
    margin-top: calc(55 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 900, ../sass/_content.scss */
  .recruit h3 {
    margin-top: calc(55 / 750 * 100 * 1vw);
  }
}
/* line 908, ../sass/_content.scss */
.recruit h3 + p {
  text-align: center;
  margin-top: calc(38 / 750 * 550 * 1px);
  line-height: calc(46 / 26);
}
@media (max-width: 1199px) {
  /* line 908, ../sass/_content.scss */
  .recruit h3 + p {
    margin-top: calc(38 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 908, ../sass/_content.scss */
  .recruit h3 + p {
    margin-top: calc(38 / 750 * 100 * 1vw);
  }
}
/* line 915, ../sass/_content.scss */
.recruit .main-contents > h2 {
  font-size: calc(54 / 750 * 550 * 1px);
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 915, ../sass/_content.scss */
  .recruit .main-contents > h2 {
    font-size: calc(54 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 915, ../sass/_content.scss */
  .recruit .main-contents > h2 {
    font-size: calc(54 / 750 * 100 * 1vw);
  }
}
/* line 920, ../sass/_content.scss */
.recruit .main-contents > h2 + p {
  margin-top: calc(40 / 750 * 550 * 1px);
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 920, ../sass/_content.scss */
  .recruit .main-contents > h2 + p {
    margin-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 920, ../sass/_content.scss */
  .recruit .main-contents > h2 + p {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 925, ../sass/_content.scss */
.recruit .main-contents img {
  margin-top: calc(46 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 925, ../sass/_content.scss */
  .recruit .main-contents img {
    margin-top: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 925, ../sass/_content.scss */
  .recruit .main-contents img {
    margin-top: calc(46 / 750 * 100 * 1vw);
  }
}
/* line 929, ../sass/_content.scss */
.recruit .recruit-box {
  padding-top: calc(80 / 750 * 550 * 1px);
  padding-bottom: calc(70 / 750 * 550 * 1px);
  border-top-left-radius: calc(300 / 750 * 550 * 1px);
  border-bottom-right-radius: calc(300 / 750 * 550 * 1px);
  background: #fff;
  margin-top: calc(40 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    padding-top: calc(80 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    padding-top: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    padding-bottom: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    padding-bottom: calc(70 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    border-top-left-radius: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    border-top-left-radius: calc(300 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    border-bottom-right-radius: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    border-bottom-right-radius: calc(300 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    margin-top: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 929, ../sass/_content.scss */
  .recruit .recruit-box {
    margin-top: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 937, ../sass/_content.scss */
.recruit .recruit-box.recruit-01 img {
  width: calc(221 / 750 * 550 * 1px);
  display: block;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  /* line 937, ../sass/_content.scss */
  .recruit .recruit-box.recruit-01 img {
    width: calc(221 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 937, ../sass/_content.scss */
  .recruit .recruit-box.recruit-01 img {
    width: calc(221 / 750 * 100 * 1vw);
  }
}
/* line 944, ../sass/_content.scss */
.recruit .recruit-box.recruit-02 img {
  width: calc(229 / 750 * 550 * 1px);
  display: block;
  margin-inline: auto;
}
@media (max-width: 1199px) {
  /* line 944, ../sass/_content.scss */
  .recruit .recruit-box.recruit-02 img {
    width: calc(229 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 944, ../sass/_content.scss */
  .recruit .recruit-box.recruit-02 img {
    width: calc(229 / 750 * 100 * 1vw);
  }
}
/* line 951, ../sass/_content.scss */
.recruit .recruit-box.recruit-02 .merit-content span:not(.notice):last-of-type {
  color: #333;
  margin-bottom: 0;
  margin-top: calc(-30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 951, ../sass/_content.scss */
  .recruit .recruit-box.recruit-02 .merit-content span:not(.notice):last-of-type {
    margin-top: calc(-30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 951, ../sass/_content.scss */
  .recruit .recruit-box.recruit-02 .merit-content span:not(.notice):last-of-type {
    margin-top: calc(-30 / 750 * 100 * 1vw);
  }
}
/* line 960, ../sass/_content.scss */
.recruit .recruit-box .container h3 {
  color: #df6c12;
  font-size: calc(54 / 750 * 550 * 1px);
  font-weight: 500;
  font-family: inherit;
  margin-top: calc(30 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 960, ../sass/_content.scss */
  .recruit .recruit-box .container h3 {
    font-size: calc(54 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 960, ../sass/_content.scss */
  .recruit .recruit-box .container h3 {
    font-size: calc(54 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 960, ../sass/_content.scss */
  .recruit .recruit-box .container h3 {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 960, ../sass/_content.scss */
  .recruit .recruit-box .container h3 {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 966, ../sass/_content.scss */
.recruit .recruit-box .container h3 + p {
  width: max-content;
  margin-top: calc(30 / 750 * 550 * 1px);
  padding-bottom: calc(20 / 750 * 550 * 1px);
  margin-inline: auto;
  border-bottom: calc(3 / 750 * 550 * 1px) dotted #3f5e45;
}
@media (max-width: 1199px) {
  /* line 966, ../sass/_content.scss */
  .recruit .recruit-box .container h3 + p {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 966, ../sass/_content.scss */
  .recruit .recruit-box .container h3 + p {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 966, ../sass/_content.scss */
  .recruit .recruit-box .container h3 + p {
    padding-bottom: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 966, ../sass/_content.scss */
  .recruit .recruit-box .container h3 + p {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 966, ../sass/_content.scss */
  .recruit .recruit-box .container h3 + p {
    border-bottom: calc(2 / 750 * 550 * 1px) dotted #3f5e45;
  }
}
/* line 977, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content {
  width: max-content;
  margin-inline: auto;
  margin-top: calc(30 / 750 * 550 * 1px);
  font-size: calc(40 / 750 * 550 * 1px);
  line-height: calc(68 / 40);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 977, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content {
    margin-top: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 977, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 977, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content {
    font-size: calc(40 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 977, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content {
    font-size: calc(40 / 750 * 100 * 1vw);
  }
}
/* line 985, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content span:not(.notice, .lh) {
  font-size: calc(26 / 750 * 550 * 1px);
  color: #df6c12;
  display: inline-block;
  line-height: 1;
  vertical-align: top;
  margin-top: calc(23 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 985, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh) {
    font-size: calc(26 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 985, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh) {
    font-size: calc(26 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 985, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh) {
    margin-top: calc(23 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 985, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh) {
    margin-top: calc(23 / 750 * 100 * 1vw);
  }
}
/* line 992, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content span:not(.notice, .lh).etc {
  margin-top: calc(20 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 992, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh).etc {
    margin-top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 992, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content span:not(.notice, .lh).etc {
    margin-top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 997, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content .notice {
  display: inline-block;
  margin-top: calc(32 / 750 * 550 * 1px);
  font-size: calc(24 / 750 * 550 * 1px);
  line-height: calc(38 / 24);
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 1199px) {
  /* line 997, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .notice {
    margin-top: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 997, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .notice {
    margin-top: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 997, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .notice {
    font-size: calc(24 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 997, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .notice {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 1006, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content .notice.mt-0 {
  margin-top: 0;
}
/* line 1010, ../sass/_content.scss */
.recruit .recruit-box .container .merit-content .lh {
  line-height: 1.2;
  display: inline-block;
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1010, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .lh {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1010, ../sass/_content.scss */
  .recruit .recruit-box .container .merit-content .lh {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 1018, ../sass/_content.scss */
.recruit .caution {
  text-align: center;
  margin-top: calc(36 / 750 * 550 * 1px);
  line-height: calc(46 / 26);
}
@media (max-width: 1199px) {
  /* line 1018, ../sass/_content.scss */
  .recruit .caution {
    margin-top: calc(36 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1018, ../sass/_content.scss */
  .recruit .caution {
    margin-top: calc(36 / 750 * 100 * 1vw);
  }
}
/* line 1023, ../sass/_content.scss */
.recruit table {
  margin-top: calc(48 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1023, ../sass/_content.scss */
  .recruit table {
    margin-top: calc(48 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1023, ../sass/_content.scss */
  .recruit table {
    margin-top: calc(48 / 750 * 100 * 1vw);
  }
}
/* line 1027, ../sass/_content.scss */
.recruit table tr.end td {
  position: relative;
}
/* line 1029, ../sass/_content.scss */
.recruit table tr.end td:before {
  content: "終了しました";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: calc(36 / 750 * 550 * 1px);
  font-weight: 700;
  margin-left: calc(-170 / 750 * 550 * 1px);
  padding-left: calc(85 / 750 * 550 * 1px);
  padding-right: calc(85 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    font-size: calc(36 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    font-size: calc(36 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    margin-left: calc(-170 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    margin-left: calc(-170 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    padding-left: calc(85 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    padding-left: calc(85 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    padding-right: calc(85 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1029, ../sass/_content.scss */
  .recruit table tr.end td:before {
    padding-right: calc(85 / 750 * 100 * 1vw);
  }
}
/* line 1050, ../sass/_content.scss */
.recruit table tr th {
  color: #fff;
  background: #df6c12;
  border-bottom: calc(3 / 750 * 550 * 1px) dotted #fff;
  width: calc(180 / 750 * 550 * 1px);
  vertical-align: middle;
  font-size: calc(36 / 750 * 550 * 1px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 650px) {
  /* line 1050, ../sass/_content.scss */
  .recruit table tr th {
    border-bottom: calc(2 / 750 * 550 * 1px) dotted #fff;
  }
}
@media (max-width: 1199px) {
  /* line 1050, ../sass/_content.scss */
  .recruit table tr th {
    width: calc(180 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1050, ../sass/_content.scss */
  .recruit table tr th {
    width: calc(180 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1050, ../sass/_content.scss */
  .recruit table tr th {
    font-size: calc(36 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1050, ../sass/_content.scss */
  .recruit table tr th {
    font-size: calc(36 / 750 * 100 * 1vw);
  }
}
/* line 1064, ../sass/_content.scss */
.recruit table tr td {
  background: #fff;
  border-bottom: calc(3 / 750 * 550 * 1px) dotted #df6c12;
  width: calc(458 / 750 * 550 * 1px);
  padding-left: calc(48 / 750 * 550 * 1px);
}
@media (max-width: 650px) {
  /* line 1064, ../sass/_content.scss */
  .recruit table tr td {
    border-bottom: calc(2 / 750 * 550 * 1px) dotted #df6c12;
  }
}
@media (max-width: 1199px) {
  /* line 1064, ../sass/_content.scss */
  .recruit table tr td {
    width: calc(458 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1064, ../sass/_content.scss */
  .recruit table tr td {
    width: calc(458 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1064, ../sass/_content.scss */
  .recruit table tr td {
    padding-left: calc(48 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1064, ../sass/_content.scss */
  .recruit table tr td {
    padding-left: calc(48 / 750 * 100 * 1vw);
  }
}
/* line 1073, ../sass/_content.scss */
.recruit table tr td p:nth-of-type(1) {
  font-size: calc(46 / 750 * 550 * 1px);
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1 !important;
}
@media (max-width: 1199px) {
  /* line 1073, ../sass/_content.scss */
  .recruit table tr td p:nth-of-type(1) {
    font-size: calc(46 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1073, ../sass/_content.scss */
  .recruit table tr td p:nth-of-type(1) {
    font-size: calc(46 / 750 * 100 * 1vw);
  }
}
/* line 1087, ../sass/_content.scss */
.recruit table tr td p:nth-of-type(2) {
  margin-top: calc(10 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1087, ../sass/_content.scss */
  .recruit table tr td p:nth-of-type(2) {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1087, ../sass/_content.scss */
  .recruit table tr td p:nth-of-type(2) {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}
/* line 1092, ../sass/_content.scss */
.recruit table tr th,
.recruit table tr td {
  padding-top: calc(32 / 750 * 550 * 1px);
  padding-bottom: calc(32 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1092, ../sass/_content.scss */
  .recruit table tr th,
  .recruit table tr td {
    padding-top: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1092, ../sass/_content.scss */
  .recruit table tr th,
  .recruit table tr td {
    padding-top: calc(32 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1092, ../sass/_content.scss */
  .recruit table tr th,
  .recruit table tr td {
    padding-bottom: calc(32 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1092, ../sass/_content.scss */
  .recruit table tr th,
  .recruit table tr td {
    padding-bottom: calc(32 / 750 * 100 * 1vw);
  }
}
/* line 1098, ../sass/_content.scss */
.recruit table tr:last-of-type th,
.recruit table tr:last-of-type td {
  border-bottom: none;
}
/* line 1105, ../sass/_content.scss */
.recruit .info {
  margin-top: calc(52 / 750 * 550 * 1px);
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  /* line 1105, ../sass/_content.scss */
  .recruit .info {
    margin-top: calc(52 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1105, ../sass/_content.scss */
  .recruit .info {
    margin-top: calc(52 / 750 * 100 * 1vw);
  }
}
/* line 1109, ../sass/_content.scss */
.recruit .info + p {
  margin-top: calc(52 / 750 * 550 * 1px);
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 1109, ../sass/_content.scss */
  .recruit .info + p {
    margin-top: calc(52 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1109, ../sass/_content.scss */
  .recruit .info + p {
    margin-top: calc(52 / 750 * 100 * 1vw);
  }
}
/* line 1114, ../sass/_content.scss */
.recruit .btn {
  margin-top: calc(52 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1114, ../sass/_content.scss */
  .recruit .btn {
    margin-top: calc(52 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1114, ../sass/_content.scss */
  .recruit .btn {
    margin-top: calc(52 / 750 * 100 * 1vw);
  }
}
/* line 1117, ../sass/_content.scss */
.recruit .slick-post .slick-next {
  right: calc(30 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-right.webp);
}
@media (max-width: 1199px) {
  /* line 1117, ../sass/_content.scss */
  .recruit .slick-post .slick-next {
    right: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1117, ../sass/_content.scss */
  .recruit .slick-post .slick-next {
    right: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1122, ../sass/_content.scss */
.recruit .slick-post .slick-prev {
  left: calc(30 / 750 * 550 * 1px);
  transform: translate(0px, -50%);
  background-image: url(../images/top/arrow-left.webp);
}
@media (max-width: 1199px) {
  /* line 1122, ../sass/_content.scss */
  .recruit .slick-post .slick-prev {
    left: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1122, ../sass/_content.scss */
  .recruit .slick-post .slick-prev {
    left: calc(30 / 750 * 100 * 1vw);
  }
}

/* line 1128, ../sass/_content.scss */
.wrapper {
  position: relative;
}

/* line 1133, ../sass/_content.scss */
.fade,
.fade5 {
  opacity: 0;
  transform: translateY(20px);
  /* 少し下にずらす */
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.2s;
}

/* line 1142, ../sass/_content.scss */
.fade2 {
  opacity: 0;
  transform: translateY(0px);
  /* 少し下にずらす */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* line 1149, ../sass/_content.scss */
.fade3 {
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.6s ease, transform 0.3s ease-in-out;
}

/* line 1156, ../sass/_content.scss */
.fade4 {
  opacity: 0;
  transform: translateY(0px);
  /* 少し下にずらす */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* line 1163, ../sass/_content.scss */
.fade.show,
.fade2.show,
.fade4.show,
.fade5.show {
  opacity: 1;
  transform: translateY(0);
}

/* line 1170, ../sass/_content.scss */
.fade3.show {
  opacity: 1;
  transform: scale(1);
}

/* line 1203, ../sass/_content.scss */
.leaf-pc-1 {
  position: fixed;
  width: calc(190 / 750 * 550 * 1px);
  left: 0;
  top: calc(276 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1203, ../sass/_content.scss */
  .leaf-pc-1 {
    width: calc(190 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1203, ../sass/_content.scss */
  .leaf-pc-1 {
    width: calc(190 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1203, ../sass/_content.scss */
  .leaf-pc-1 {
    top: calc(276 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1203, ../sass/_content.scss */
  .leaf-pc-1 {
    top: calc(276 / 750 * 100 * 1vw);
  }
}

/* line 1211, ../sass/_content.scss */
.leaf-pc-2 {
  position: fixed;
  width: calc(230 / 750 * 550 * 1px);
  right: 0;
  bottom: calc(236 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1211, ../sass/_content.scss */
  .leaf-pc-2 {
    width: calc(230 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1211, ../sass/_content.scss */
  .leaf-pc-2 {
    width: calc(230 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1211, ../sass/_content.scss */
  .leaf-pc-2 {
    bottom: calc(236 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1211, ../sass/_content.scss */
  .leaf-pc-2 {
    bottom: calc(236 / 750 * 100 * 1vw);
  }
}

/* line 1218, ../sass/_content.scss */
.leaf-pc-3 {
  position: fixed;
  width: calc(201 / 750 * 550 * 1px);
  left: calc(125 / 750 * 550 * 1px);
  top: calc(130 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    width: calc(201 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    width: calc(201 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    left: calc(125 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    left: calc(125 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    top: calc(130 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1218, ../sass/_content.scss */
  .leaf-pc-3 {
    top: calc(130 / 750 * 100 * 1vw);
  }
}

/* line 1225, ../sass/_content.scss */
.leaf-pc-4 {
  position: fixed;
  width: calc(155 / 750 * 550 * 1px);
  right: calc(88 / 750 * 550 * 1px);
  bottom: calc(0 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    width: calc(155 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    width: calc(155 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    right: calc(88 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    right: calc(88 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    bottom: calc(0 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1225, ../sass/_content.scss */
  .leaf-pc-4 {
    bottom: calc(0 / 750 * 100 * 1vw);
  }
}

/* line 1232, ../sass/_content.scss */
.leaf-pc-5 {
  position: fixed;
  width: calc(134 / 750 * 550 * 1px);
  left: calc(0 / 750 * 550 * 1px);
  bottom: calc(0 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    width: calc(134 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    width: calc(134 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    left: calc(0 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    left: calc(0 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    bottom: calc(0 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1232, ../sass/_content.scss */
  .leaf-pc-5 {
    bottom: calc(0 / 750 * 100 * 1vw);
  }
}

/* line 1239, ../sass/_content.scss */
.leaf-pc-6 {
  position: fixed;
  width: calc(189 / 750 * 550 * 1px);
  right: calc(298 / 750 * 550 * 1px);
  top: calc(130 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    width: calc(189 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    width: calc(189 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    right: calc(298 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    right: calc(298 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    top: calc(130 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1239, ../sass/_content.scss */
  .leaf-pc-6 {
    top: calc(130 / 750 * 100 * 1vw);
  }
}

/* line 1246, ../sass/_content.scss */
.leaf-pc-7 {
  position: fixed;
  width: calc(196 / 750 * 550 * 1px);
  left: calc(382 / 750 * 550 * 1px);
  bottom: calc(0 / 750 * 550 * 1px);
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    width: calc(196 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    width: calc(196 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    left: calc(382 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    left: calc(382 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    bottom: calc(0 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1246, ../sass/_content.scss */
  .leaf-pc-7 {
    bottom: calc(0 / 750 * 100 * 1vw);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
    /* 上に */
  }
  75% {
    transform: translateY(10px);
    /* 下に */
  }
  100% {
    transform: translateY(0);
    /* 元に戻る */
  }
}
/* line 1269, ../sass/_content.scss */
.enjoy-content {
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 右から左 */
/* line 1277, ../sass/_content.scss */
.enjoy-content.right-to-left {
  transform: translateX(50px);
}

/* 左から右 */
/* line 1282, ../sass/_content.scss */
.enjoy-content.left-to-right {
  transform: translateX(-50px);
}

/* フェードイン時 */
/* line 1287, ../sass/_content.scss */
.enjoy-content.show {
  opacity: 1;
  transform: translateX(0);
}

/* line 1292, ../sass/_content.scss */
.fade-leaf,
.fade-leaf2,
.fade-leaf3,
.fade-leaf4,
.fade-num {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* line 1301, ../sass/_content.scss */
.fade-leaf.show,
.fade-leaf2.show,
.fade-leaf3.show,
.fade-leaf4.show,
.fade-num.show {
  opacity: 1;
}
/* line 1303, ../sass/_content.scss */
.fade-leaf.show.num,
.fade-leaf2.show.num,
.fade-leaf3.show.num,
.fade-leaf4.show.num,
.fade-num.show.num {
  opacity: 0.5;
}

/* line 1309, ../sass/_content.scss */
#head .hlogo-lucury {
  width: 18vw;
}
@media (max-width: 979px) {
  /* line 1309, ../sass/_content.scss */
  #head .hlogo-lucury {
    width: 200px;
  }
}
@media (max-width: 795px) {
  /* line 1309, ../sass/_content.scss */
  #head .hlogo-lucury {
    min-width: 80px;
    min-width: initial;
  }
}

/* line 1320, ../sass/_content.scss */
.rayard_logo {
  margin-left: auto;
}
@media screen and (max-width: 979px) {
  /* line 1320, ../sass/_content.scss */
  .rayard_logo {
    max-width: 20%;
    margin-left: 2vw;
  }
}
@media (max-width: 650px) {
  /* line 1320, ../sass/_content.scss */
  .rayard_logo {
    display: none;
  }
}
/* line 1329, ../sass/_content.scss */
.rayard_logo img {
  width: 10vw;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  /* line 1329, ../sass/_content.scss */
  .rayard_logo img {
    width: 8vw;
  }
}
@media screen and (max-width: 979px) {
  /* line 1329, ../sass/_content.scss */
  .rayard_logo img {
    width: 100px;
    margin-right: 0;
  }
}

/* line 1342, ../sass/_content.scss */
.banner {
  border-top: 1px solid #ddd;
  width: 550px;
  margin-inline: auto;
  z-index: 2;
  background: #fff;
  position: fixed;
  left: 50%;
  bottom: calc(-220 / 750 * 550 * 1px);
  transform: translate(-50%, 0);
  z-index: 10;
  transition: 0.3s;
}
/* line 1344, ../sass/_content.scss */
.banner .close-banner {
  width: calc(45 / 750 * 550 * 1px);
  display: block;
  position: absolute;
  right: 0;
  top: calc(-45 / 750 * 550 * 1px);
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 1199px) {
  /* line 1344, ../sass/_content.scss */
  .banner .close-banner {
    width: calc(45 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1344, ../sass/_content.scss */
  .banner .close-banner {
    width: calc(45 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1344, ../sass/_content.scss */
  .banner .close-banner {
    top: calc(-45 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1344, ../sass/_content.scss */
  .banner .close-banner {
    top: calc(-45 / 750 * 100 * 1vw);
  }
}
@media (min-width: 980px) {
  /* line 1353, ../sass/_content.scss */
  .banner .close-banner:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1199px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    bottom: calc(-220 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    bottom: calc(-220 / 750 * 100 * 1vw);
  }
}
/* line 1369, ../sass/_content.scss */
.banner a {
  transition: 0.3s;
}
@media (min-width: 980px) {
  /* line 1372, ../sass/_content.scss */
  .banner a:hover {
    opacity: 0.7;
  }
}
/* line 1377, ../sass/_content.scss */
.banner.on {
  bottom: -2px;
}
/* line 1379, ../sass/_content.scss */
.banner.on .close-banner {
  opacity: 1;
}
/* line 1383, ../sass/_content.scss */
.banner.close {
  pointer-events: none;
  bottom: calc(-220 / 750 * 550 * 1px);
  top: initial !important;
  right: initial !important;
}
@media (max-width: 1199px) {
  /* line 1383, ../sass/_content.scss */
  .banner.close {
    bottom: calc(-220 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1383, ../sass/_content.scss */
  .banner.close {
    bottom: calc(-220 / 750 * 100 * 1vw);
  }
}
/* line 1388, ../sass/_content.scss */
.banner.close .close-banner {
  opacity: 0;
}
@media screen and (max-width: 1550px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    left: initial;
    right: 0;
    transform: translate(-270px, 0);
  }
}
@media screen and (max-width: 1280px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    transform: initial;
  }
}
@media screen and (max-width: 1150px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    width: 45vw;
  }
}
@media screen and (max-width: 550px) {
  /* line 1342, ../sass/_content.scss */
  .banner {
    width: 100%;
  }
}

/* line 1408, ../sass/_content.scss */
.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: calc(30 / 750 * 550 * 1px);
  line-height: calc(46 / 30);
  color: #333333;
}
@media (max-width: 1199px) {
  /* line 1408, ../sass/_content.scss */
  .yugo {
    font-size: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1408, ../sass/_content.scss */
  .yugo {
    font-size: calc(30 / 750 * 100 * 1vw);
  }
}

/* line 1416, ../sass/_content.scss */
.fixed header {
  opacity: 0;
  pointer-events: none;
}

/* line 1421, ../sass/_content.scss */
.opening {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  width: 100%;
  height: 100svh;
}
/* line 1428, ../sass/_content.scss */
.opening .scroll {
  overflow: hidden;
  height: 100svh;
}
/* line 1431, ../sass/_content.scss */
.opening .scroll-inner {
  position: relative;
  animation: move-right 90s linear infinite;
  width: max-content;
  display: flex;
}
/* line 1436, ../sass/_content.scss */
.opening .scroll-inner div {
  height: 100svh;
  aspect-ratio: 302 / 240;
  background-size: cover;
  background-position: center;
  opacity: 1;
  transition: 2s;
}
@keyframes move-right {
  from {
    transform: translateX(0);
    /* 左の外から */
  }
  to {
    transform: translateX(-100%);
    /* 右の外へ */
  }
}
/* line 1452, ../sass/_content.scss */
.opening .scroll-inner div.off {
  opacity: 0;
}
/* line 1455, ../sass/_content.scss */
.opening .scroll-inner div.image-01 {
  background-image: url(../images/top/animation-01.webp);
  z-index: 3;
  position: relative;
}
/* line 1460, ../sass/_content.scss */
.opening .scroll-inner div.image-02 {
  background-image: url(../images/top/animation-02.webp);
  position: relative;
  left: -30%;
  top: 0;
  z-index: 2;
}
/* line 1467, ../sass/_content.scss */
.opening .scroll-inner div.image-03 {
  background-image: url(../images/top/animation-03.webp);
  position: relative;
  left: -58%;
  top: 0;
  z-index: 1;
}
/* line 1478, ../sass/_content.scss */
.opening .op-logo {
  width: calc(320 / 750 * 550 * 1px);
  position: absolute;
  left: calc(20 / 750 * 550 * 1px);
  top: calc(20 / 750 * 550 * 1px);
  z-index: 99999;
}
@media (max-width: 1199px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    width: calc(320 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    width: calc(320 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    left: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    left: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    top: calc(20 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1478, ../sass/_content.scss */
  .opening .op-logo {
    top: calc(20 / 750 * 100 * 1vw);
  }
}
/* line 1485, ../sass/_content.scss */
.opening .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100svh;
  z-index: 4;
}
/* line 1493, ../sass/_content.scss */
.opening .txt img {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: 1.5s;
}
/* line 1500, ../sass/_content.scss */
.opening .txt img.on {
  opacity: 1;
}
/* line 1503, ../sass/_content.scss */
.opening .txt img.text-01 {
  width: calc(477 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1503, ../sass/_content.scss */
  .opening .txt img.text-01 {
    width: calc(477 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1503, ../sass/_content.scss */
  .opening .txt img.text-01 {
    width: calc(477 / 750 * 100 * 1vw);
  }
}
/* line 1506, ../sass/_content.scss */
.opening .txt img.text-02 {
  width: calc(514 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1506, ../sass/_content.scss */
  .opening .txt img.text-02 {
    width: calc(514 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1506, ../sass/_content.scss */
  .opening .txt img.text-02 {
    width: calc(514 / 750 * 100 * 1vw);
  }
}
/* line 1509, ../sass/_content.scss */
.opening .txt img.text-03 {
  width: calc(531 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1509, ../sass/_content.scss */
  .opening .txt img.text-03 {
    width: calc(531 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1509, ../sass/_content.scss */
  .opening .txt img.text-03 {
    width: calc(531 / 750 * 100 * 1vw);
  }
}
/* line 1512, ../sass/_content.scss */
.opening .txt img.text-04 {
  width: calc(361 / 750 * 550 * 1px);
  bottom: calc(100 / 750 * 550 * 1px);
  left: calc(30 / 750 * 550 * 1px);
  top: initial;
  transform: initial;
}
@media (max-width: 1199px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    width: calc(361 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    width: calc(361 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    bottom: calc(100 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    bottom: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    left: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1512, ../sass/_content.scss */
  .opening .txt img.text-04 {
    left: calc(30 / 750 * 100 * 1vw);
  }
}
/* line 1521, ../sass/_content.scss */
.opening .skip {
  position: absolute;
  bottom: calc(95 / 750 * 550 * 1px);
  right: calc(30 / 750 * 550 * 1px);
  width: calc(150 / 750 * 550 * 1px);
  cursor: pointer;
  z-index: 11;
}
@media (max-width: 1199px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    bottom: calc(95 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    bottom: calc(95 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    right: calc(30 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    right: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    width: calc(150 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    width: calc(150 / 750 * 100 * 1vw);
  }
}
@media (min-width: 980px) {
  /* line 1521, ../sass/_content.scss */
  .opening .skip {
    transition: 0.3s;
  }
  /* line 1531, ../sass/_content.scss */
  .opening .skip:hover {
    opacity: 0.6;
  }
}

/* line 1538, ../sass/_content.scss */
body.fixed {
  overflow: hidden;
}

/* line 1541, ../sass/_content.scss */
.slick-slider div {
  transition: none;
}

/* line 1544, ../sass/_content.scss */
div.mv {
  position: relative;
}
/* line 1546, ../sass/_content.scss */
div.mv .mv-slider {
  position: absolute;
  width: 100%;
  bottom: calc(250 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1546, ../sass/_content.scss */
  div.mv .mv-slider {
    bottom: calc(250 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1546, ../sass/_content.scss */
  div.mv .mv-slider {
    bottom: calc(250 / 750 * 100 * 1vw);
  }
}
/* line 1551, ../sass/_content.scss */
div.mv .mv-slider .slick-slide img {
  width: calc(350 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1551, ../sass/_content.scss */
  div.mv .mv-slider .slick-slide img {
    width: calc(350 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1551, ../sass/_content.scss */
  div.mv .mv-slider .slick-slide img {
    width: calc(350 / 750 * 100 * 1vw);
  }
}
/* line 1556, ../sass/_content.scss */
div.mv.bb {
  border-bottom: 1px solid #66351e;
}
/* line 1559, ../sass/_content.scss */
div.mv .container {
  padding-top: calc(50 / 750 * 550 * 1px);
  padding-bottom: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1559, ../sass/_content.scss */
  div.mv .container {
    padding-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1559, ../sass/_content.scss */
  div.mv .container {
    padding-top: calc(50 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1559, ../sass/_content.scss */
  div.mv .container {
    padding-bottom: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1559, ../sass/_content.scss */
  div.mv .container {
    padding-bottom: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 1563, ../sass/_content.scss */
div.mv h1 {
  color: #fff;
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 110px;
  font-weight: 700;
  position: absolute;
  left: 50px;
  top: 171px;
}
@media screen and (max-width: 1150px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: 92px;
    top: 150px;
    left: 41px;
  }
}
@media screen and (max-width: 979px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: 110px;
    font-weight: 700;
    position: absolute;
    left: 50px;
    top: 171px;
  }
}
@media screen and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    top: calc(220 / 750 * 550 * 1px);
    font-size: calc(60 / 750 * 550 * 1px);
    font-weight: 500;
    font-weight: 700;
    font-size: calc(160 / 750 * 550 * 1px);
    top: calc(220 / 750 * 550 * 1px);
    left: calc(70 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    top: calc(220 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    top: calc(220 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: calc(60 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: calc(60 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: calc(160 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    font-size: calc(160 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    top: calc(220 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    top: calc(220 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    left: calc(70 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1563, ../sass/_content.scss */
  div.mv h1 {
    left: calc(70 / 750 * 100 * 1vw);
  }
}

/* line 1595, ../sass/_content.scss */
div.mv .txt-en {
  width: 288px;
  right: 30px;
  top: 440px;
  position: absolute;
}
@media screen and (max-width: 1150px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    width: 240px;
    right: 30px;
    top: 361px;
  }
}
@media screen and (max-width: 979px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    width: 288px;
    right: 30px;
    top: 421px;
    position: absolute;
  }
}
@media screen and (max-width: 550px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    width: calc(354 / 750 * 550 * 1px);
    right: calc(40 / 750 * 550 * 1px);
    top: calc(600 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    width: calc(354 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    width: calc(354 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    right: calc(40 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    right: calc(40 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    top: calc(600 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1595, ../sass/_content.scss */
  div.mv .txt-en {
    top: calc(600 / 750 * 100 * 1vw);
  }
}

/* line 1618, ../sass/_content.scss */
div.mv .catch {
  font-size: calc(28 / 750 * 550 * 1px);
  line-height: calc(38 / 28);
  top: calc(90 / 750 * 550 * 1px);
  left: calc(70 / 750 * 550 * 1px);
  position: absolute;
}
@media (max-width: 1199px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    top: calc(90 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    top: calc(90 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    left: calc(70 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    left: calc(70 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 1150px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: calc(28 / 750 * 550 * 1px);
    top: calc(70 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: calc(28 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    font-size: calc(28 / 750 * 100 * 1vw);
  }
}
@media screen and (max-width: 550px) and (max-width: 1199px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    top: calc(70 / 750 * 550 * 1px);
  }
}
@media screen and (max-width: 550px) and (max-width: 550px) {
  /* line 1618, ../sass/_content.scss */
  div.mv .catch {
    top: calc(70 / 750 * 100 * 1vw);
  }
}

/* line 1634, ../sass/_content.scss */
div.mv .catch span {
  background: #fff;
  display: inline-block;
  margin-top: calc(10 / 750 * 550 * 1px);
  font-weight: 700;
  padding: 4px 8px;
}
@media (max-width: 1199px) {
  /* line 1634, ../sass/_content.scss */
  div.mv .catch span {
    margin-top: calc(10 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1634, ../sass/_content.scss */
  div.mv .catch span {
    margin-top: calc(10 / 750 * 100 * 1vw);
  }
}

/* line 1644, ../sass/_content.scss */
#site_information-sec {
  margin-top: calc(20 / 750 * 550 * 1px);
}

/* line 178, ../sass/_content.scss */
/* line 1648, ../sass/_content.scss */
section.news h2 img {
  width: calc(240 / 750 * 550 * 1px);
}

@media (max-width: 1150px) {
  /* line 178, ../sass/_content.scss */
  /* line 1653, ../sass/_content.scss */
  section.news h2 img {
    width: calc(240 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 178, ../sass/_content.scss */
  /* line 1659, ../sass/_content.scss */
  section.news h2 img {
    width: calc(240 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 176, ../sass/_content.scss */
}
@media (max-width: 650px) {
  /* line 176, ../sass/_content.scss */
}
/* line 184, ../sass/_content.scss */
/* line 1676, ../sass/_content.scss */
section.news ul {
  margin-top: calc(54 / 750 * 550 * 1px);
  overflow: auto;
}

@media (max-width: 1150px) {
  /* line 184, ../sass/_content.scss */
  /* line 1683, ../sass/_content.scss */
  section.news ul {
    margin-top: calc(54 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 184, ../sass/_content.scss */
  /* line 1689, ../sass/_content.scss */
  section.news ul {
    margin-top: calc(54 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 184, ../sass/_content.scss */
}
@media (max-width: 650px) {
  /* line 184, ../sass/_content.scss */
}
/* line 188, ../sass/_content.scss */
/* line 1706, ../sass/_content.scss */
section.news ul li {
  padding-right: calc(100 / 750 * 550 * 1px);
  position: relative;
  margin-top: calc(30 / 750 * 550 * 1px);
  padding-bottom: calc(20 / 750 * 550 * 1px);
  border-bottom: calc(1 / 750 * 550 * 1px) solid #333;
  font-size: calc(24 / 750 * 550 * 1px);
}

@media (max-width: 1150px) {
  /* line 188, ../sass/_content.scss */
  /* line 1716, ../sass/_content.scss */
  section.news ul li {
    padding-right: calc(100 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 188, ../sass/_content.scss */
  /* line 1722, ../sass/_content.scss */
  section.news ul li {
    padding-right: calc(100 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 188, ../sass/_content.scss */
  /* line 1728, ../sass/_content.scss */
  section.news ul li {
    margin-top: calc(30 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 188, ../sass/_content.scss */
  /* line 1734, ../sass/_content.scss */
  section.news ul li {
    margin-top: calc(30 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 188, ../sass/_content.scss */
  /* line 1740, ../sass/_content.scss */
  section.news ul li {
    padding-bottom: calc(20 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 188, ../sass/_content.scss */
  /* line 1746, ../sass/_content.scss */
  section.news ul li {
    padding-bottom: calc(20 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 188, ../sass/_content.scss */
  /* line 1752, ../sass/_content.scss */
  section.news ul li {
    font-size: calc(24 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 188, ../sass/_content.scss */
  /* line 1758, ../sass/_content.scss */
  section.news ul li {
    font-size: calc(24 / 750 * 100 * 1vw);
  }
}
/* line 195, ../sass/_content.scss */
/* line 1763, ../sass/_content.scss */
section.news ul li a {
  transition: 0.3s;
}

/* line 197, ../sass/_content.scss */
@media (min-width: 980px) {
  /* line 1767, ../sass/_content.scss */
  section.news ul li a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 650px) {
  /* line 197, ../sass/_content.scss */
  /* line 1774, ../sass/_content.scss */
  section.news ul li a:hover {
    color: #333;
  }
}
/* line 204, ../sass/_content.scss */
/* line 1779, ../sass/_content.scss */
section.news ul li:nth-of-type(1) {
  margin-top: 0;
}

/* line 207, ../sass/_content.scss */
/* line 1783, ../sass/_content.scss */
section.news ul li .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-right: 20px;
}

/* line 212, ../sass/_content.scss */
/* line 1789, ../sass/_content.scss */
section.news ul li .new {
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: 0;
  font-size: calc(19 / 750 * 550 * 1px);
  color: #fff;
  background: #3f5e45;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(80 / 750 * 550 * 1px);
  height: calc(28 / 750 * 550 * 1px);
}

@media (max-width: 1150px) {
  /* line 212, ../sass/_content.scss */
  /* line 1805, ../sass/_content.scss */
  section.news ul li .new {
    font-size: calc(19 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 212, ../sass/_content.scss */
  /* line 1811, ../sass/_content.scss */
  section.news ul li .new {
    font-size: calc(19 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 212, ../sass/_content.scss */
  /* line 1817, ../sass/_content.scss */
  section.news ul li .new {
    width: calc(80 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 212, ../sass/_content.scss */
  /* line 1823, ../sass/_content.scss */
  section.news ul li .new {
    width: calc(80 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1150px) {
  /* line 212, ../sass/_content.scss */
  /* line 1829, ../sass/_content.scss */
  section.news ul li .new {
    height: calc(28 / 750 * 45 * 1vw);
  }
}
@media (max-width: 650px) {
  /* line 212, ../sass/_content.scss */
  /* line 1835, ../sass/_content.scss */
  section.news ul li .new {
    height: calc(28 / 750 * 100 * 1vw);
  }
}
/* line 1840, ../sass/_content.scss */
#feed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(50 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1840, ../sass/_content.scss */
  #feed {
    margin-top: calc(50 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1840, ../sass/_content.scss */
  #feed {
    margin-top: calc(50 / 750 * 100 * 1vw);
  }
}
/* line 1846, ../sass/_content.scss */
#feed .content {
  width: 48.5%;
  margin-top: 3%;
  cursor: pointer;
}
@media (min-width: 980px) {
  /* line 1846, ../sass/_content.scss */
  #feed .content {
    transition: 0.3s;
  }
  /* line 1852, ../sass/_content.scss */
  #feed .content:hover {
    opacity: 0.7;
  }
}
/* line 1856, ../sass/_content.scss */
#feed .content:nth-of-type(1), #feed .content:nth-of-type(2) {
  margin-top: 0;
}
/* line 1860, ../sass/_content.scss */
#feed .content img,
#feed .content video {
  max-width: 100%;
  aspect-ratio: 1/1;
}
/* line 1866, ../sass/_content.scss */
#feed + .brown2 {
  width: calc(300 / 750 * 550 * 1px);
}
@media (max-width: 1199px) {
  /* line 1866, ../sass/_content.scss */
  #feed + .brown2 {
    width: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1866, ../sass/_content.scss */
  #feed + .brown2 {
    width: calc(300 / 750 * 100 * 1vw);
  }
}

/* line 1871, ../sass/_content.scss */
.mv {
  position: relative;
}
/* line 1873, ../sass/_content.scss */
.mv .object-01 {
  width: calc(677 / 750 * 550 * 1px);
  position: absolute;
  left: calc(39 / 750 * 550 * 1px);
  top: calc(297 / 750 * 550 * 1px);
  transform: scale(0.2);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    width: calc(677 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    width: calc(677 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    left: calc(39 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    left: calc(39 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    top: calc(297 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1873, ../sass/_content.scss */
  .mv .object-01 {
    top: calc(297 / 750 * 100 * 1vw);
  }
}
/* line 1881, ../sass/_content.scss */
.mv .object-01.on {
  opacity: 1;
  transform: scale(1);
}
/* line 1886, ../sass/_content.scss */
.mv .object-02 {
  width: calc(52 / 750 * 550 * 1px);
  position: absolute;
  left: calc(472 / 750 * 550 * 1px);
  top: calc(439 / 750 * 550 * 1px);
  transform: scale(0.2);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    width: calc(52 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    width: calc(52 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    left: calc(472 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    left: calc(472 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    top: calc(439 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1886, ../sass/_content.scss */
  .mv .object-02 {
    top: calc(439 / 750 * 100 * 1vw);
  }
}
/* line 1894, ../sass/_content.scss */
.mv .object-02.on {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
/* line 1898, ../sass/_content.scss */
.mv .object-02.move {
  transform: rotate(360deg) scale(1);
  transition: 1s;
}
/* line 1903, ../sass/_content.scss */
.mv .object-03 {
  width: calc(490 / 750 * 550 * 1px);
  position: absolute;
  left: calc(133 / 750 * 550 * 1px);
  top: calc(475 / 750 * 550 * 1px);
  transform: translate(0, 20px);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    width: calc(490 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    width: calc(490 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    left: calc(133 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    left: calc(133 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    top: calc(475 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1903, ../sass/_content.scss */
  .mv .object-03 {
    top: calc(475 / 750 * 100 * 1vw);
  }
}
/* line 1911, ../sass/_content.scss */
.mv .object-03.on {
  opacity: 1;
  transform: translate(0, 0);
}
/* line 1916, ../sass/_content.scss */
.mv .object-04 {
  width: calc(147 / 750 * 550 * 1px);
  position: absolute;
  left: calc(300 / 750 * 550 * 1px);
  bottom: calc(640 / 750 * 550 * 1px);
  transform: scale(0.2);
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    width: calc(147 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    width: calc(147 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    left: calc(300 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    left: calc(300 / 750 * 100 * 1vw);
  }
}
@media (max-width: 1199px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    bottom: calc(640 / 750 * 550 * 1px);
  }
}
@media (max-width: 550px) {
  /* line 1916, ../sass/_content.scss */
  .mv .object-04 {
    bottom: calc(640 / 750 * 100 * 1vw);
  }
}
/* line 1924, ../sass/_content.scss */
.mv .object-04.on {
  opacity: 1;
  transform: scale(1);
}

/* line 1931, ../sass/_content.scss */
.slick-slide {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-osx-font-smoothing: grayscale;
}

/* line 1937, ../sass/_content.scss */
.slick-track {
  will-change: transform;
  transition-timing-function: linear !important;
}

/* 外枠：はみ出た部分を隠す */
/* line 1943, ../sass/_content.scss */
.mv-slider {
  display: flex;
  overflow: hidden;
  user-select: none;
}

/* line 1949, ../sass/_content.scss */
.marquee-content {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  animation: scroll-left 30s linear infinite;
}

/* line 1956, ../sass/_content.scss */
.item {
  width: 292px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  /* line 1956, ../sass/_content.scss */
  .item {
    width: 52vw;
  }
}

/* line 1964, ../sass/_content.scss */
.item img {
  width: 100%;
  display: block;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



