@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

header {
  background-size: auto 5rem;
  height: 3.75rem;
  display: table;
  width: 100%;
}

header .header-logo-sp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

header .header-logo-sp img {
  height: 3.125rem;
  width: auto;
  display: inline;
}

.main-fv {
  width: 100%;
  position: relative;
  background: #000;
  background-image: url(../images/mg1_main_bg2.png);
  background-position: 0 0;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .main-fv {
    min-height: 50rem;
    background-color: #000;
    background-image: url(../images/mg1_illust.png), url(../images/mg1_main_bg2.png), url(../images/mg1_main_bg1.jpg);
    background-position: center 0, 0 0, center bottom;
    background-repeat: no-repeat, repeat, no-repeat;
  }
}

.inner-fv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner-fv {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .inner-fv h1 {
    width: 50%;
    max-width: 570px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 768px) {
  .inner-fv h1 img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .main-sp-illust {
    display: none;
  }
}

.mg1-wrap {
  background: url(../images/mg1_bg1.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 40px 0 60px 0;
}
@media screen and (min-width: 768px) {
  .mg1-wrap {
    padding: 80px 0 120px 0;
  }
}

.mg1-wrap p {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mg1-wrap p {
    font-size: 1.75rem;
    text-align: center;
    margin-top: 40px;
    line-height: 2;
  }
}

.other-wrap {
  background: #000;
  padding: 0 15px 30px 15px;
}
@media screen and (min-width: 768px) {
  .other-wrap {
    padding: 0 0 0 0;
  }
  .other-wrap:nth-last-child(1) {
    padding: 0 0 120px 0;
  }
}

.inner.bg-white {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .inner.bg-white {
    padding: 80px 20px 120px 20px;
  }
}

@media screen and (min-width: 768px) {
  .mg1-magare1 {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .mg1-magare2 {
    max-width: 1000px;
    margin: 40px auto 0 auto;
  }
}

.table-style1 {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  border-collapse: collapse;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  border: 4px solid #ccc;
  font-size: 18px;
}

.table-style1 th {
  background-color: #eee;
  color: #333;
  text-align: left;
  vertical-align: middle;
  width: 200px;
  padding: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
}

.table-style1 td {
  background-color: #fff;
  padding: 12px;
  border: 1px solid #ccc;
}

.table-style1 ul, .table-style1 ol, .table-style1 div {
  margin: 0;
  padding-left: 2em;
}

.table-style1 ul {
  list-style-type: square;
  padding-left: 3.2em;
}

.table-style1 ol {
  list-style-type: decimal;
  padding-left: 3.2em;
}

.table-style1 ul li, .table-style1 ol li {
  margin-bottom: 0.4em;
}

.table-style1 tr:nth-child(even) td {
  background-color: #fafafa;
}

@media screen and (max-width: 600px) {
  .table-style1, .table-style1 th, .table-style1 td {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .table-style1 th {
    background-color: #eee;
    padding-top: 1em;
  }
  .table-style1 td {
    border-bottom: 1px solid #ccc;
  }
  .table-style1 ul, .table-style1 ol, .table-style1 div {
    padding-left: 0;
  }
  .table-style1 ul {
    list-style-type: square;
    padding-left: 1.2em;
  }
  .table-style1 ol {
    list-style-type: decimal;
    padding-left: 1.2em;
  }
}
.sche-dl {
  padding-bottom: 40px;
  background: url(../images/arrow_btm.png) no-repeat center bottom 5px;
  background-size: 40px;
}
@media screen and (min-width: 768px) {
  .sche-dl {
    padding-bottom: 60px;
    background: url(../images/arrow_btm.png) no-repeat center bottom 10px;
    background-size: 50px;
    display: flex;
    justify-content: center;
  }
}
.sche-dl:last-child {
  background: none;
  padding-bottom: 0;
}

.sche-dl dt {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .sche-dl dt {
    background: #fff;
    color: #000;
    text-align: right;
    font-size: 24px;
  }
}

.sche-dl dt span {
  display: none;
}
@media screen and (min-width: 768px) {
  .sche-dl dt span {
    display: inline;
  }
}

.sche-dl dd {
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .sche-dl dd {
    font-weight: bold;
    text-align: left;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .mg1-kako-wrap {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}

.mg1-kako-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mg1-kako-box {
    margin-top: 0;
  }
}
.mg1-kako-box:first-child {
  margin-top: 0;
}

.mg1-kako-box h3 {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.mg1-kako-sakuhin figure {
  margin-top: 10px;
}
.mg1-kako-sakuhin img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.mg1-kako-sakuhin-info {
  text-align: center;
  margin-top: 10px;
}
.mg1-kako-sakuhin-info h4 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .mg1-kako-sakuhin-info h4 {
    font-size: 24px;
  }
}

.footer {
  background-color: #666;
}

.footer__copyright {
  font-size: 0.8125rem;
  text-align: center;
  color: #ccc;
  text-align: center;
  display: block;
  padding: 2rem 0 6rem 0;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    padding: 2rem 0 2rem 0;
  }
}

.main-action {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  transition: visibility 0s linear 0.3s, opacity 0.3s linear, transform 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .main-action {
    top: 9.375rem;
    bottom: auto;
    right: 0;
    left: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .main-action {
    top: 7.5rem;
  }
}
@media screen and (max-height: 650px) {
  .main-action {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: visibility 0s linear 0.3s, opacity 0.3s linear, transform 0.3s ease-out;
  }
}

.main-action.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s, 0s, 0s;
}

.action-lists {
  display: flex;
}
@media screen and (min-width: 768px) {
  .action-lists {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}
@media screen and (max-height: 650px) {
  .action-lists {
    flex-direction: row;
  }
}

.action-item:nth-child(1),
.action-item:nth-child(2) {
  background-image: linear-gradient(to right, #ffa800 0%, #c82cff 100%);
}
@media screen and (min-width: 768px) {
  .action-item:nth-child(1),
  .action-item:nth-child(2) {
    background-image: linear-gradient(to bottom, #ffa800 0%, #c82cff 100%);
  }
}

.action-item:nth-child(3) {
  background-image: linear-gradient(to right, #19D220 0%, #06B517 100%);
}
@media screen and (min-width: 768px) {
  .action-item:nth-child(3) {
    background-image: linear-gradient(to bottom, #19D220 0%, #06B517 100%);
  }
}

.action-item {
  width: 33.3333333333vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .action-item {
    width: fit-content;
  }
}
@media screen and (max-height: 650px) {
  .action-item {
    width: 33.3333333333vw;
  }
}

.action-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}

.action-item:has(.action-item__link:hover)::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.text.action-item__link {
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .text.action-item__link {
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: clamp(3.125rem, 2.946rem + 0.893vw, 3.75rem);
    height: clamp(9.375rem, 9.196rem + 0.893vw, 10rem);
  }
}
@media screen and (max-height: 650px) {
  .text.action-item__link {
    writing-mode: unset;
    text-orientation: unset;
    width: 100%;
    height: 100%;
  }
}
.text.action-item__link:hover {
  opacity: 1;
}

.inner {
  max-width: 630px;
  padding: 20px 15px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1440px) {
  .inner {
    padding-right: 0;
  }
}

.mg1-title {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../images/mg1_title_bg.png) no-repeat center bottom;
  background-size: 280px;
  height: 120px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mg1-title {
    padding: 0.3125rem 1.875rem;
    height: 180px;
    font-size: 3.25rem;
  }
}

.subtitle::after {
  display: block;
  content: "";
  width: 60px;
  height: 6px;
  background: #00a6ff;
  margin: 10px auto 0 auto;
}

.subtitle__style {
  font-size: clamp(1.625rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #000;
  display: inline;
  max-width: 18.75rem;
  margin-right: auto;
  margin-left: auto;
  /*background-color: $white;*/
}
@media screen and (min-width: 768px) {
  .subtitle__style {
    max-width: fit-content;
  }
}

.subtitle__style--color {
  color: #00a6ff;
}

.subtitle__style--background {
  background-color: unset;
}

@keyframes background-slide {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

.text20Pc28 {
  font-size: clamp(1.25rem, 1.107rem + 0.714vw, 1.75rem);
  line-height: 2;
}

.text18Pc24 {
  font-size: clamp(1.125rem, 1.018rem + 0.536vw, 1.5rem);
  line-height: 2;
}

.text16Pc20 {
  font-size: clamp(1rem, 0.929rem + 0.357vw, 1.25rem);
  line-height: 2;
}

.text14Pc18 {
  font-size: clamp(0.875rem, 0.804rem + 0.357vw, 1.125rem);
  line-height: 1.7777777778;
}

.text14Pc16 {
  font-size: clamp(0.875rem, 0.839rem + 0.179vw, 1rem);
  line-height: 1.4;
}

.text12Pc14 {
  font-size: clamp(0.75rem, 0.714rem + 0.179vw, 0.875rem);
  line-height: 1.4;
}

.main-inq__wrap {
  background: #fff;
  padding-bottom: 2.5rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .main-inq__wrap {
    padding-bottom: 5rem;
  }
}

.button {
  max-width: 25rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-image: linear-gradient(to right, #00a6ff 0%, #c82cff 100%);
  transition: box-shadow 0.3s, border-color 0.3s, opacity 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .button {
    min-width: 37.5rem;
  }
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  z-index: -1;
}

.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button::after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: right 0.3s ease-in-out;
  position: absolute;
  right: 30px;
  top: 50%;
}
.button:hover::after {
  right: 1.25rem;
  transition: right 0.3s ease-in-out;
}
.button__link {
  font-size: clamp(1rem, 0.929rem + 0.357vw, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
  display: block;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .button__link {
    padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
    text-align: center;
  }
}

.button__link:hover {
  opacity: 1;
}

.background-anime {
  opacity: 0;
  background-color: transparent;
}

.background-anime--visible {
  opacity: 1;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: background-slide 1s linear;
}

.reveal-anime {
  visibility: hidden;
}

@keyframes reveal {
  0% {
    visibility: visible;
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.reveal-anime.animated {
  visibility: visible;
  animation: reveal 1s forwards;
}

@media screen and (min-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-show {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

.lg-show {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lg-show {
    display: block;
  }
}

.text-color1 {
  color: #00a6ff;
}

.text-color2 {
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

#pageTop-new {
  position: fixed;
  bottom: 50px;
  right: -180px;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 0;
  border-radius: 5px;
  transition: all 0.2s ease;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #pageTop-new {
    position: fixed;
    bottom: 40px;
    right: -200px;
    background: rgba(0, 0, 0, 0.6);
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 15px 0;
    border-radius: 5px;
    transition: all 0.2s ease;
    z-index: 1020;
  }
}

@media screen and (min-width: 768px) {
  #pageTop-new:hover {
    background: rgba(0, 0, 0, 0.9);
    padding: 8px 0 22px 0;
  }
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.teishutu-wrap h3 {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .teishutu-wrap h3 {
    font-size: 1.5rem;
  }
}
.teishutu-wrap h3:nth-of-type(2) {
  margin-top: 40px;
}

.teishutu-wrap-in {
  border: 2px solid #333;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .teishutu-wrap-in {
    padding: 40px;
  }
}

.teishutu-wrap-in p {
  font-size: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .teishutu-wrap-in p {
    font-size: 1.125rem;
  }
}

ol.teishutu-ol li {
  font-size: 1rem;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  ol.teishutu-ol li {
    font-size: 1.125rem;
  }
}
ol.teishutu-ol li span {
  display: block;
  font-size: 0.875rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
ol.teishutu-ol li.teishutu-ol-1::before {
  content: "①" " ";
}
ol.teishutu-ol li.teishutu-ol-2::before {
  content: "②" " ";
}
ol.teishutu-ol li.teishutu-ol-3::before {
  content: "③" " ";
}
ol.teishutu-ol li.teishutu-ol-4::before {
  content: "④" " ";
}
ol.teishutu-ol li.teishutu-ol-5::before {
  content: "⑤" " ";
}

div.teishutu-box {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  div.teishutu-box {
    font-size: 1.125rem;
  }
}
div.teishutu-box h4 {
  border: 1px solid #333;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  background: #fff;
}

.chuui-ul li {
  font-size: 1rem;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .chuui-ul li {
    font-size: 1.125rem;
  }
}

.mg1-interview-wrap h3 {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mg1-interview-wrap h3 {
    font-size: 1.25rem;
  }
}
.mg1-interview-wrap h3 span {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mg1-interview-wrap h3 span {
    font-size: 2.25rem;
  }
}

dl.mg1-interview-wrap-dl {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  dl.mg1-interview-wrap-dl {
    max-width: 1000px;
    margin: 40px auto 0 auto;
  }
}
dl.mg1-interview-wrap-dl dt {
  background: #ddd;
  padding: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  dl.mg1-interview-wrap-dl dt {
    font-size: 1.25rem;
  }
}
dl.mg1-interview-wrap-dl dd {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  dl.mg1-interview-wrap-dl dd {
    font-size: 1.125rem;
  }
}

.mg1-interview-wrap-img {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.mg1-interview-wrap-img div {
  width: 50%;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .mg1-interview-wrap-img div {
    width: 25%;
  }
}
.mg1-interview-wrap-img img {
  border: 1px solid #ccc;
}/*# sourceMappingURL=style.css.map */