@charset "UTF-8";
body {
  position: relative;
  font-family: "LINESeedJP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #595757;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body svg {
  fill: transparent;
  padding: 0;
  margin: 0;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39B00;
  z-index: 99999;
  pointer-events: none;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
  opacity: 1;
}

body .background {
  /* 丸を入れるレイヤー（常に背面。でも body の上に来るよう z-index:0） */
  /* 丸の共通スタイル */
  opacity: 0.5;
}

body .background .circle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none !important;
}

body .background .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.3;
  background-color: orange;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  body .background {
    opacity: 0.8;
  }
}
@media print {
  body .background {
    opacity: 0.8;
  }
}
body main {
  padding-top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 3rem);
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
@media print {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
body section {
  position: relative;
}

body .orange {
  color: #F39B00;
}

body form {
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fz300 {
  font-size: 300px;
}

h1 {
  text-wrap: auto;
}

h2 {
  text-wrap: auto;
}

h3 {
  text-wrap: auto;
}

h4 {
  text-wrap: auto;
}

h5 {
  text-wrap: auto;
}

h6 {
  text-wrap: auto;
}

.fz24-60 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
}

.fz24-40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.fz24-36 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.fz20-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.fz18-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.fz16-18 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.mb100 {
  margin-bottom: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
}

.mb200 {
  margin-bottom: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
}

body {
  position: relative;
  font-family: "LINESeedJP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #595757;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body svg {
  fill: transparent;
  padding: 0;
  margin: 0;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39B00;
  z-index: 99999;
  pointer-events: none;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
  opacity: 1;
}

body .background {
  /* 丸を入れるレイヤー（常に背面。でも body の上に来るよう z-index:0） */
  /* 丸の共通スタイル */
  opacity: 0.5;
}

body .background .circle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none !important;
}

body .background .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.3;
  background-color: orange;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  body .background {
    opacity: 0.8;
  }
}
@media print {
  body .background {
    opacity: 0.8;
  }
}
body main {
  padding-top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 3rem);
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
@media print {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
body section {
  position: relative;
}

body .orange {
  color: #F39B00;
}

body form {
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fz300 {
  font-size: 300px;
}

h1 {
  text-wrap: auto;
}

h2 {
  text-wrap: auto;
}

h3 {
  text-wrap: auto;
}

h4 {
  text-wrap: auto;
}

h5 {
  text-wrap: auto;
}

h6 {
  text-wrap: auto;
}

.fz24-60 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
}

.fz24-40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.fz24-36 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.fz20-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.fz18-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.fz16-18 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.mb100 {
  margin-bottom: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
}

.mb200 {
  margin-bottom: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
}

[data-inview].fade-in {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

[data-inview].fade-in.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-inview].underline {
  display: inline;
  position: relative;
  overflow: hidden;
}

[data-inview].underline .underline__text {
  position: relative;
  z-index: 1;
}

[data-inview].underline::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  height: 35%;
  width: 100%;
  background-color: yellow;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: -1;
}

[data-inview].underline.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

body {
  position: relative;
  font-family: "LINESeedJP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #595757;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body svg {
  fill: transparent;
  padding: 0;
  margin: 0;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39B00;
  z-index: 99999;
  pointer-events: none;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
  opacity: 1;
}

body .background {
  /* 丸を入れるレイヤー（常に背面。でも body の上に来るよう z-index:0） */
  /* 丸の共通スタイル */
  opacity: 0.5;
}

body .background .circle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none !important;
}

body .background .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.3;
  background-color: orange;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  body .background {
    opacity: 0.8;
  }
}
@media print {
  body .background {
    opacity: 0.8;
  }
}
body main {
  padding-top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 3rem);
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
@media print {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
body section {
  position: relative;
}

body .orange {
  color: #F39B00;
}

body form {
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fz300 {
  font-size: 300px;
}

h1 {
  text-wrap: auto;
}

h2 {
  text-wrap: auto;
}

h3 {
  text-wrap: auto;
}

h4 {
  text-wrap: auto;
}

h5 {
  text-wrap: auto;
}

h6 {
  text-wrap: auto;
}

.fz24-60 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
}

.fz24-40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.fz24-36 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.fz20-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.fz18-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.fz16-18 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.mb100 {
  margin-bottom: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
}

.mb200 {
  margin-bottom: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
}

.table-default .table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table-default .table {
    min-width: 600px;
  }
}
@media print {
  .table-default .table {
    min-width: 600px;
  }
}
.table-default .table th,
.table-default .table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-default .table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-default .table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-default .table tr:hover {
  background-color: #eaeaea;
}

.table-default .table tbody tr:last-child td {
  border-bottom: none;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-width: 100%;
  /* 幅を縮めないように設定 */
}

.table-scroll .table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 600px;
}

@media screen and (min-width: 768px) {
  .table-scroll .table {
    width: 100%;
  }
}
@media print {
  .table-scroll .table {
    width: 100%;
  }
}
.table-scroll .table th,
.table-scroll .table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-scroll .table th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-scroll .table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table-scroll .table tr:hover {
  background-color: #eaeaea;
}

.table-scroll .table tbody tr:last-child td {
  border-bottom: none;
}

.table-striped {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-striped th,
.table-striped td {
  padding: 12px 15px;
  text-align: left;
}

.table-striped th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
}

.table-striped tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-striped tr:nth-child(even) {
  background-color: #eaeaea;
}

.table-striped tr:hover {
  background-color: #ddd;
}

.table-fixed-header {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #ddd;
}

.table-fixed-header th,
.table-fixed-header td {
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-fixed-header th {
  background-color: #333;
  color: white;
  font-weight: bold;
}

.table-fixed-header tbody {
  max-height: 200px;
  overflow-y: auto;
  display: block;
}

.table-fixed-header tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table-fixed-header tr:hover {
  background-color: #f4f4f4;
}

.table-vertical {
  overflow-x: auto;
  width: 100%;
}

.table-vertical .table-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

.table-vertical .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.table-vertical .table-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 5px;
  font-size: 14px;
}

.table-vertical .table-cell strong {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .table-vertical .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .table-vertical .table-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 12px;
  }
}
@media print {
  .table-vertical .table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .table-vertical .table-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 12px;
  }
}
.table-accordion {
  width: 100%;
}

.table-accordion .table-row {
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}

.table-accordion .table-row:hover {
  background-color: #f1f1f1;
}

.table-accordion .table-cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  padding: 5px;
}

.table-accordion .toggle-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.table-accordion .arrow {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.table-accordion .table-row-detail {
  display: none;
  background-color: #f2f2f2;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.table-accordion .table-row.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  /* アイコンを回転させる */
}

@media screen and (min-width: 768px) {
  .table-accordion .table-row {
    padding: 20px;
  }
  .table-accordion .table-cell {
    font-size: 16px;
  }
}
@media print {
  .table-accordion .table-row {
    padding: 20px;
  }
  .table-accordion .table-cell {
    font-size: 16px;
  }
}
.table-inline {
  width: 100%;
  overflow-x: auto;
}

.table-inline .table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.table-inline th,
.table-inline td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-inline td[contenteditable] {
  background-color: #e9f7ef;
  cursor: pointer;
}

.table-inline td[contenteditable]:focus {
  background-color: #d0f0c0;
  outline: none;
}

.table-inline th {
  background-color: #4CAF50;
  color: white;
}

@media screen and (min-width: 768px) {
  .table-inline td,
  .table-inline th {
    font-size: 14px;
  }
  .table-inline td[contenteditable] {
    padding: 10px;
  }
}
@media print {
  .table-inline td,
  .table-inline th {
    font-size: 14px;
  }
  .table-inline td[contenteditable] {
    padding: 10px;
  }
}
.splide__slide {
  overflow: hidden;
}

.splide__slide img {
  height: auto;
  width: 100%;
  cursor: pointer;
}

.splide-loop .splide__slide img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.splide-loop .splide__slide img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}

.btn {
  cursor: pointer;
  height: 60px;
  width: auto;
  border-radius: 60px;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #fff;
  border: 1px solid #eee;
  color: #595757;
}

.btn svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.btn:hover {
  opacity: 0.8;
}

.btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn1 {
  background-color: #F4C52E;
  color: #fff;
  border: none;
}

.btn2 {
  background-color: #f39b00;
  color: #fff;
  border: none;
}

.fixed-btn {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 99;
  -webkit-animation: floatY 2s ease-in-out infinite;
          animation: floatY 2s ease-in-out infinite;
}

@media screen and (min-width: 992px) {
  .fixed-btn {
    bottom: 35%;
  }
}
@media print {
  .fixed-btn {
    bottom: 35%;
  }
}
.fixed-btn .btn {
  width: calc(100% - 4.5rem);
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: auto;
  height: 60px;
  background-color: #80c269;
  color: #fff;
  border: none;
}

@media screen and (min-width: 992px) {
  .fixed-btn .btn {
    width: 60px;
    height: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media print {
  .fixed-btn .btn {
    width: 60px;
    height: auto;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.ttl {
  color: #1b1b1b;
  font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  letter-spacing: 0.5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ttl .txt {
  padding: 0;
  margin: 0;
}

.ttl .deco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: clamp(1rem, 0.84rem + 0.8vw, 1.8rem) 0;
}

.ttl .deco span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: block;
  background-color: #555;
}

.ttl .deco span:nth-child(1) {
  background-color: #f39b00;
}

.ttl .deco span:nth-child(2) {
  background-color: #f6ad00;
}

.ttl .deco span:nth-child(3) {
  background-color: #f4c52e;
}

.ttl .subtxt {
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}

.pagetop {
  position: fixed;
  right: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  bottom: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 80;
  -webkit-animation: floatY 2s ease-in-out infinite;
          animation: floatY 2s ease-in-out infinite;
  cursor: pointer;
}

.pagetop img {
  height: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

@-webkit-keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}

@keyframes floatY {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.chat-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.8rem + 1vw, 2rem);
  padding: clamp(1rem, 0.4rem + 3vw, 4rem);
  max-height: clamp(21.875rem, 18.75rem + 15.63vw, 37.5rem);
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.chat-wrapper::-webkit-scrollbar {
  width: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
  height: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

.chat-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

.chat-wrapper::-webkit-scrollbar-thumb {
  background-color: #F39B00;
  border-radius: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

.chat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.chat-item .comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

.chat-item .avatar {
  width: clamp(1rem, 0.45rem + 2.75vw, 3.75rem);
  height: clamp(1rem, 0.45rem + 2.75vw, 3.75rem);
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #eee;
  display: none;
}

@media screen and (min-width: 576px) {
  .chat-item .avatar {
    display: block;
  }
}
@media print {
  .chat-item .avatar {
    display: block;
  }
}
.chat-item .comment {
  background: #fff;
  padding: clamp(1rem, 0.8rem + 1vw, 2rem);
  border-radius: 1rem;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(243, 155, 0, 0.5);
          box-shadow: 0px 10px 15px -10px rgba(243, 155, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .chat-item .comment {
    border-radius: 5rem;
  }
}
@media print {
  .chat-item .comment {
    border-radius: 5rem;
  }
}
.chat-item .comment span {
  color: #F39B00;
}

.chat-item.right {
  display: inline;
}

@media screen and (min-width: 576px) {
  .chat-item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media print {
  .chat-item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
.chat-item.right .comment {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  background: #80c269;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(128, 194, 105, 0.2);
          box-shadow: 0px 0px 15px -5px rgba(128, 194, 105, 0.2);
  width: 100%;
}

.chat-item.right .comment p {
  color: #fff;
}

.chat-item.right .comment p span {
  color: #fff;
}

.chat-item.right .comment .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (min-width: 992px) {
  .chat-item.right .comment .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  .chat-item.right .comment .btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.chat-item.right .comment .btns a {
  width: 100%;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #80c269;
  line-height: 1;
}

.chat-item.right .comment .btns a svg {
  stroke: #80c269;
}

@media screen and (min-width: 992px) {
  .chat-item.right .comment .btns a {
    width: 50%;
  }
}
@media print {
  .chat-item.right .comment .btns a {
    width: 50%;
  }
}
.chat-item.right .comment .tel {
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.3);
}

.chat-item.right .comment .tel .Number-wrap {
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.chat-item.right .comment .tel .Number-wrap .Number {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .chat-item.right .comment .tel .Number-wrap .Number {
    text-align: start;
  }
}
@media print {
  .chat-item.right .comment .tel .Number-wrap .Number {
    text-align: start;
  }
}
.chat-item.right .comment .tel .Number-wrap .Number p {
  color: #80c269;
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 1.5;
}

.chat-item.right .comment .tel .Number-wrap .Number .call-area {
  font-size: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
  color: #80c269;
  line-height: 1;
}

.chat-item.right .comment .tel .Number-wrap svg {
  stroke: #80c269;
  stroke-width: 2px;
  height: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  width: clamp(1.5rem, 0.8rem + 3.5vw, 5rem);
  display: none;
}

@media screen and (min-width: 576px) {
  .chat-item.right .comment .tel .Number-wrap svg {
    display: block;
  }
}
@media print {
  .chat-item.right .comment .tel .Number-wrap svg {
    display: block;
  }
}
.marquee {
  position: absolute;
  bottom: -10rem;
  left: 0;
  z-index: -1;
  width: 100%;
  color: rgba(249, 190, 0, 0.1);
}

.marquee .marquee__inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-left 20s linear infinite;
          animation: scroll-left 20s linear infinite;
  will-change: transform;
}

.marquee span {
  white-space: nowrap;
}

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

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.fv {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 3rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fv-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  gap: clamp(1rem, 2vw, 2rem);
}

.fv-circle {
  width: clamp(300px, 30vw, 350px);
  height: clamp(300px, 30vw, 350px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.fv-circle.center {
  width: clamp(300px, 30vw, 450px);
  height: clamp(300px, 30vw, 450px);
}

.fv-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slider {
  display: block;
}

.fixed {
  display: none;
}

@media screen and (min-width: 768px) {
  .slider {
    display: none;
  }
  .fixed {
    display: block;
  }
  .fixed img {
    position: static;
    opacity: 1;
  }
}
@media print {
  .slider {
    display: none;
  }
  .fixed {
    display: block;
  }
  .fixed img {
    position: static;
    opacity: 1;
  }
}
.catchcopy {
  margin-top: clamp(1rem, 3vw, 3rem);
  font-size: clamp(1.25rem, 1vw + 1rem, 2rem);
  opacity: 0;
  text-align: center;
  max-width: 90vw;
  pointer-events: none;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform, opacity;
  width: 100%;
  white-space: nowrap;
}

.catchcopy h2 {
  letter-spacing: clamp(0rem, -0.16rem + 0.8vw, 0.8rem);
}

.catchcopy h2 span {
  background-color: #f9be00;
  color: #fff;
  line-height: 2.5;
  border-radius: clamp(0.5rem, 0.2rem + 1.5vw, 2rem);
  padding: 0.1rem 1rem;
  margin-right: 1rem;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(243, 155, 0, 0.75) inset;
          box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, -3px -3px 10px 0px rgba(243, 155, 0, 0.75) inset;
}

.t-slider {
  background-color: #f4c52e;
  padding: 3rem 2rem 1rem 2rem;
  border-radius: 2rem;
}

.t-slider .splide .splide__pagination {
  position: static;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.t-slider .splide .splide__pagination li button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  border: none;
}

.t-slider .splide .splide__pagination li button.is-active {
  background: #f39b00;
  width: 15px;
  height: 15px;
}

.t-slider .splide .splide__slide {
  position: relative;
  z-index: 3;
}

.t-slider .splide {
  position: relative;
}

.t-slider .splide .splide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background-color: #f39b00;
  color: #fff;
  border: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: none;
}

.t-slider .splide .splide__arrow:hover {
  background-color: rgba(243, 155, 0, 0.8);
  /* オレンジの透明版に変更 */
}

.t-slider .splide .splide__arrow--prev {
  left: -1rem;
}

.t-slider .splide .splide__arrow--next {
  right: -1rem;
}

.t-slider .splide .splide__arrow svg {
  width: 1rem;
  height: 1rem;
  stroke: #fff;
  fill: #fff;
}

@media screen and (min-width: 768px) {
  .t-slider .splide .splide__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .t-slider .splide .splide__arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t-slider .card {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  cursor: pointer;
}

.t-slider .card::after {
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(6.25rem, 5.875rem + 1.88vw, 8.125rem);
  width: clamp(6.25rem, 5.875rem + 1.88vw, 8.125rem);
  content: "";
  z-index: -1;
  background-image: url(../img/top/splide-deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.t-slider .card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  content: "";
  z-index: -2;
}

.t-slider .card .flow-number {
  z-index: 1;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.2;
  padding: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  position: absolute;
  top: clamp(0rem, -0.1rem + 0.5vw, 0.5rem);
  left: clamp(0rem, -0.1rem + 0.5vw, 0.5rem);
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.t-slider .card .flow-number span {
  font-size: 14px;
}

.t-slider .card .subtxt {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #f4c52e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

.t-slider .card .subtxt svg {
  height: 16px;
  width: 16px;
  stroke: #f4c52e;
  stroke-width: 3px;
}

.t-slider .card .maincon {
  padding: 3rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

.t-slider .card .maincon .txt .cardttl {
  color: #1b1b1b;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.t-slider .card .maincon .txt p {
  text-align: start;
  font-size: 16px;
  font-weight: 400;
}

.t-slider .card .maincon .icon {
  position: relative;
  height: clamp(6.25rem, 5.75rem + 2.5vw, 8.75rem);
  width: clamp(6.25rem, 5.75rem + 2.5vw, 8.75rem);
  background-color: #f4c52e;
  border-radius: 50%;
}

.t-slider .card .maincon .icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  stroke: #fff;
  width: clamp(2.813rem, 2.438rem + 1.88vw, 4.688rem);
  height: auto;
}

.t-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background-color: #F39B00;
  color: #fff;
  padding: clamp(2rem, 1.8rem + 1vw, 3rem) clamp(1rem, 0.8rem + 1vw, 2rem);
  border-radius: 2rem;
}

.t-card .icon {
  background-color: #fff;
  height: clamp(5rem, 4.375rem + 3.13vw, 8.125rem);
  width: clamp(5rem, 4.375rem + 3.13vw, 8.125rem);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-card .icon svg {
  height: clamp(3.125rem, 2.75rem + 1.88vw, 5rem);
  width: 100%;
  stroke: #F39B00;
}

.t-card.helper {
  background-color: #ea68a2;
}

.t-card.helper .icon svg {
  stroke: #ea68a2;
}

.t-card.cooking {
  background-color: #f8b551;
}

.t-card.cooking .icon svg {
  stroke: #f8b551;
}

.t-card.nurse {
  background-color: #13b5b1;
}

.t-card.nurse .icon svg {
  stroke: #13b5b1;
}

.t-card.works {
  background-color: #448aca;
}

.t-card.works .icon svg {
  stroke: #448aca;
}

.t-card.in {
  padding: 2rem;
}

.t-card.in h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin: 0;
  gap: 1rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
}

.t-card.in a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F39B00;
}

.t-card.in .icon {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
}

.t-card.in svg {
  stroke: #fff;
  width: 100%;
}

.accordion-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  margin-bottom: 1rem;
  cursor: -webkit-grab;
  cursor: grab;
  overflow-x: auto;
  overflow-y: hidden !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordion-button.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

@media screen and (min-width: 0) {
  .accordion-button {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
@media print {
  .accordion-button {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
@media screen and (min-width: 768px) {
  .accordion-button {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(2, 1fr);
    -ms-touch-action: auto;
        touch-action: auto;
  }
}
@media print {
  .accordion-button {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(2, 1fr);
    -ms-touch-action: auto;
        touch-action: auto;
  }
}
.accordion-button button {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  cursor: pointer;
  border: 2px solid #c9c9c9;
  color: #c9c9c9;
  background-color: #fff;
  padding: clamp(0.5rem, 0.4rem + 0.5vw, 1rem);
  border-radius: 5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.accordion-button button:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .accordion-button button {
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media print {
  .accordion-button button {
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.accordion-button .works-btn:hover {
  background: #8e919e;
  border: 2px solid #8e919e;
}

.accordion-button .works-btn.mixitup-control-active {
  background: #8e919e;
  border: 2px solid #8e919e;
  color: #fff;
}

.accordion-button .helper-btn:hover {
  background: #ea68a2;
  border: 2px solid #ea68a2;
}

.accordion-button .helper-btn.mixitup-control-active {
  background: #ea68a2;
  border: 2px solid #ea68a2;
  color: #fff;
}

.accordion-button .cooking-btn:hover {
  background: #f8b551;
  border: 2px solid #f8b551;
}

.accordion-button .cooking-btn.mixitup-control-active {
  background: #f8b551;
  border: 2px solid #f8b551;
  color: #fff;
}

.accordion-button .nurse-btn:hover {
  background: #13b5b1;
  border: 2px solid #13b5b1;
}

.accordion-button .nurse-btn.mixitup-control-active {
  background: #13b5b1;
  border: 2px solid #13b5b1;
  color: #fff;
}

.accordion {
  position: relative;
  overflow: hidden !important;
}

.accordion svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  z-index: -1;
  height: auto;
}

@media screen and (min-width: 768px) {
  .accordion svg {
    top: 70%;
    left: 90%;
    height: 130%;
  }
}
@media print {
  .accordion svg {
    top: 70%;
    left: 90%;
    height: 130%;
  }
}
.accordion .accordion-item {
  border: 2px solid #ccc;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  font-size: clamp(1rem, 0.9rem + 0.2vw, 1.25rem);
  background: none;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: start;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-header {
    padding: 0rem 3rem 0rem 1rem;
  }
}
@media print {
  .accordion .accordion-item .accordion-header {
    padding: 0rem 3rem 0rem 1rem;
  }
}
.accordion .accordion-item .accordion-header .accordion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #1d1d1d;
}

.accordion .accordion-item .accordion-header .accordion-title .question {
  font-size: clamp(2rem, 1.525rem + 2.38vw, 4.375rem);
  line-height: 1.5;
  opacity: 0.5;
}

.accordion .accordion-item .accordion-header .accordion-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  z-index: 1;
}

.accordion .accordion-item .accordion-header .accordion-icon .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
  height: 3px;
  border-radius: 3px;
  background: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion .accordion-item .accordion-header .accordion-icon .horizontal {
  -webkit-transform: translate(50%, -50%) rotate(0deg);
          transform: translate(50%, -50%) rotate(0deg);
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-header .accordion-icon .horizontal {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media print {
  .accordion .accordion-item .accordion-header .accordion-icon .horizontal {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.accordion .accordion-item .accordion-header .accordion-icon .vertical {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-header .accordion-icon .vertical {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media print {
  .accordion .accordion-item .accordion-header .accordion-icon .vertical {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
.accordion .accordion-item .accordion-content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  border-top: 2px solid #eee;
  width: calc(100% - 2rem);
  margin: 0 auto;
}

.accordion .accordion-item .accordion-inner {
  padding: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.accordion .accordion-item.is-open .accordion-icon .vertical {
  -webkit-transform: translate(50%, -50%) rotate(0deg);
          transform: translate(50%, -50%) rotate(0deg);
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item.is-open .accordion-icon .vertical {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media print {
  .accordion .accordion-item.is-open .accordion-icon .vertical {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.accordion .accordion-item.is-open .accordion-inner {
  opacity: 1;
}

.accordion.works svg {
  fill: #8e919e;
}

.accordion.works .accordion-item {
  border: 2px solid #8e919e;
}

.accordion.works .question {
  color: #8e919e;
}

.accordion.helper svg {
  fill: #ea68a2;
}

.accordion.helper .accordion-item {
  border: 2px solid #ea68a2;
}

.accordion.helper .question {
  color: #ea68a2;
}

.accordion.cooking svg {
  fill: #f8b551;
}

.accordion.cooking .accordion-item {
  border: 2px solid #f8b551;
}

.accordion.cooking .question {
  color: #f8b551;
}

.accordion.nurse svg {
  fill: #13b5b1;
}

.accordion.nurse .accordion-item {
  border: 2px solid #13b5b1;
}

.accordion.nurse .question {
  color: #13b5b1;
}

.subfv {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: clamp(0rem, -1.25rem + 6.25vw, 6.25rem);
}

.subfv .subfv-ttl {
  position: relative;
  padding: 4rem 1rem;
  text-align: center;
  color: #fff;
  height: clamp(12.5rem, 11.875rem + 3.13vw, 15.625rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

.subfv .subfv-ttl h2 {
  line-height: 1.5;
}

.subfv .subfv-ttl::after {
  content: "";
  height: clamp(12.5rem, 11.875rem + 3.13vw, 15.625rem);
  width: clamp(12.5rem, 11.875rem + 3.13vw, 15.625rem);
  border-radius: 50%;
  background: #F39B00;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 155, 0)), color-stop(75%, rgb(249, 190, 0)));
  background: -webkit-linear-gradient(top, rgb(243, 155, 0) 0%, rgb(249, 190, 0) 75%);
  background: linear-gradient(180deg, rgb(243, 155, 0) 0%, rgb(249, 190, 0) 75%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.subfv p {
  text-align: center;
  font-weight: 400;
  margin-top: 1.5rem;
}

.subfv p span {
  color: #F39B00;
  font-weight: 700;
}

.subfv.entrystyle .subfv-ttl::after {
  background: #F4C52E;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 190, 0)), color-stop(75%, rgb(243, 155, 0)));
  background: -webkit-linear-gradient(top, rgb(249, 190, 0) 0%, rgb(243, 155, 0) 75%);
  background: linear-gradient(180deg, rgb(249, 190, 0) 0%, rgb(243, 155, 0) 75%);
}

body {
  position: relative;
  font-family: "LINESeedJP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #595757;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body svg {
  fill: transparent;
  padding: 0;
  margin: 0;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39B00;
  z-index: 99999;
  pointer-events: none;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
  opacity: 1;
}

body .background {
  /* 丸を入れるレイヤー（常に背面。でも body の上に来るよう z-index:0） */
  /* 丸の共通スタイル */
  opacity: 0.5;
}

body .background .circle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none !important;
}

body .background .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.3;
  background-color: orange;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  body .background {
    opacity: 0.8;
  }
}
@media print {
  body .background {
    opacity: 0.8;
  }
}
body main {
  padding-top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 3rem);
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
@media print {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
body section {
  position: relative;
}

body .orange {
  color: #F39B00;
}

body form {
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fz300 {
  font-size: 300px;
}

h1 {
  text-wrap: auto;
}

h2 {
  text-wrap: auto;
}

h3 {
  text-wrap: auto;
}

h4 {
  text-wrap: auto;
}

h5 {
  text-wrap: auto;
}

h6 {
  text-wrap: auto;
}

.fz24-60 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
}

.fz24-40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.fz24-36 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.fz20-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.fz18-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.fz16-18 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.mb100 {
  margin-bottom: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
}

.mb200 {
  margin-bottom: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
}

header {
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  border-radius: 1rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
}

header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  padding: 0.5rem 1rem;
}

header .h-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
}

header .h-left .logo svg {
  height: clamp(2.5rem, 2rem + 2.5vw, 5rem);
  width: clamp(6.25rem, 4.625rem + 8.13vw, 14.375rem);
}

header .h-left .logo p {
  display: none;
  font-size: 10px;
}

@media screen and (min-width: 576px) {
  header .h-left .logo p {
    display: block;
  }
}
@media print {
  header .h-left .logo p {
    display: block;
  }
}
header .h-left nav {
  display: none;
}

@media screen and (min-width: 1400px) {
  header .h-left nav {
    display: block;
  }
}
@media print {
  header .h-left nav {
    display: block;
  }
}
header .h-left nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}

header .h-left nav ul li {
  cursor: pointer;
  position: relative;
}

header .h-left nav ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: block;
  background-color: #f9be00;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

header .h-left nav ul li:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-1rem);
          transform: translateX(-50%) translateY(-1rem);
}

header .h-left nav ul li:active::after {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateX(-50%) translateY(-0.5rem);
          transform: translateX(-50%) translateY(-0.5rem);
}

header .h-left nav ul li.is-active {
  font-weight: 700;
}

header .h-left nav ul li.is-active::after {
  opacity: 1;
  bottom: -1rem;
}

header .h-left nav ul li.is-active:hover::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

header .h-left nav ul li.is-active:active::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

header .h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

header .h-right .pc-nav {
  display: none;
}

@media screen and (min-width: 1400px) {
  header .h-right .pc-nav {
    display: block;
  }
}
@media print {
  header .h-right .pc-nav {
    display: block;
  }
}
header .h-right .pc-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
}

header .h-right .ham-btn {
  cursor: pointer;
  height: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
  width: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
  border-radius: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
  background-color: #f9be00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

header .h-right .ham-btn:hover {
  opacity: 0.8;
}

header .h-right .ham-btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

header .h-right .ham-btn span {
  display: block;
  height: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
  width: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
  border-radius: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
  background-color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}

header .h-right .ham-btn span:nth-child(1) {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 35%;
}

header .h-right .ham-btn span:nth-child(2) {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .h-right .ham-btn span:nth-child(3) {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 65%;
}

header .h-right .ham-btn.is-active span:nth-child(1) {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scaleY(5);
          transform: translate(-50%, -50%) rotate(45deg) scaleY(5);
}

header .h-right .ham-btn.is-active span:nth-child(2) {
  opacity: 0;
}

header .h-right .ham-btn.is-active span:nth-child(3) {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scaleY(5);
          transform: translate(-50%, -50%) rotate(-45deg) scaleY(5);
}

header .h-right .ham-nav {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: fixed;
  right: 0;
  top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 2rem);
  visibility: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 576px) {
  header .h-right .ham-nav {
    max-width: calc(80% - 2rem);
  }
}
@media print {
  header .h-right .ham-nav {
    max-width: calc(80% - 2rem);
  }
}
@media screen and (min-width: 768px) {
  header .h-right .ham-nav {
    max-width: calc(70% - 2rem);
  }
}
@media print {
  header .h-right .ham-nav {
    max-width: calc(70% - 2rem);
  }
}
@media screen and (min-width: 992px) {
  header .h-right .ham-nav {
    max-width: calc(50% - 2rem);
  }
}
@media print {
  header .h-right .ham-nav {
    max-width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  header .h-right .ham-nav {
    max-width: calc(40% - 2rem);
  }
}
@media print {
  header .h-right .ham-nav {
    max-width: calc(40% - 2rem);
  }
}
@media screen and (min-width: 1400px) {
  header .h-right .ham-nav {
    max-width: calc(35% - 2rem);
  }
}
@media print {
  header .h-right .ham-nav {
    max-width: calc(35% - 2rem);
  }
}
header .h-right .ham-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 1.5rem);
}

header .h-right .ham-nav .main-nav li {
  cursor: pointer;
  position: relative;
  padding: 1rem 1.5rem;
  border-bottom: 1px dotted rgba(249, 190, 0, 0.3);
}

header .h-right .ham-nav .main-nav li a {
  padding-left: 1rem;
  display: block;
  width: 100%;
}

header .h-right .ham-nav .main-nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.5rem;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: block;
  background-color: #f9be00;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

header .h-right .ham-nav .main-nav li:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0.5rem);
          transform: translateY(-50%) translateX(0.5rem);
}

header .h-right .ham-nav .main-nav li:active::after {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%) translateX(0.5rem);
          transform: translateY(-50%) translateX(0.5rem);
}

header .h-right .ham-nav .main-nav li.is-active {
  background-color: rgba(249, 190, 0, 0.3);
  border-radius: 1rem;
  font-weight: 700;
}

header .h-right .ham-nav .main-nav li.is-active::after {
  opacity: 1;
  left: 1rem;
}

header .h-right .ham-nav .main-nav li.is-active:hover::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

header .h-right .ham-nav .main-nav li.is-active:active::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

header .h-right .ham-nav .main-nav nav {
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.125rem + 2.5vw, 3.125rem);
}

@media screen and (min-width: 1400px) {
  header .h-right .ham-nav .main-nav nav {
    display: block;
  }
}
@media print {
  header .h-right .ham-nav .main-nav nav {
    display: block;
  }
}
header .h-right .ham-nav .sub-nav .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 768px) {
  header .h-right .ham-nav .sub-nav .btn-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  header .h-right .ham-nav .sub-nav .btn-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
header .h-right .ham-nav .sub-nav .btn-wrap a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

header .h-right .ham-nav .sub-nav .Number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
  width: 100%;
}

header .h-right .ham-nav .sub-nav .Number-wrap p {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 1.5;
}

header .h-right .ham-nav .sub-nav .Number-wrap span {
  font-size: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
  line-height: 1;
}

header .h-right .ham-nav .sub-nav .Number-wrap svg {
  stroke: #f9be00;
  height: clamp(3.125rem, 3rem + 0.63vw, 3.75rem);
  width: clamp(3.125rem, 3rem + 0.63vw, 3.75rem);
}

header.is-active {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

header.user .h-right ul li .btn1 {
  font-weight: 400;
  background-color: #eee;
  color: #595757;
}

header.user .h-right ul li .btn1 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #595757;
}

header.user .h-right ul li .btn1 svg {
  stroke: #595757;
}

header.user .h-right ul li .btn2 {
  background-color: #555;
}

footer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

footer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .f-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .f-top nav .Number-wrap,
footer .f-top nav .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

footer .f-top nav .Number-wrap {
  padding: 1rem 0;
}

footer .f-top nav .Number-wrap p {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  line-height: 1.5;
}

footer .f-top nav .Number-wrap span {
  font-size: clamp(1.25rem, 0.875rem + 1.88vw, 3.125rem);
  line-height: 1;
}

footer .f-top nav .Number-wrap svg {
  stroke: #f9be00;
  height: clamp(3.125rem, 3rem + 0.63vw, 3.75rem);
  width: clamp(3.125rem, 3rem + 0.63vw, 3.75rem);
}

footer .f-top nav .btn-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 768px) {
  footer .f-top nav .btn-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  footer .f-top nav .btn-wrap {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
footer .f-top nav .btn-wrap a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

footer .f-bottom {
  padding: clamp(3.125rem, 3rem + 0.63vw, 3.75rem) 15px;
  background-color: #f39b00;
  color: #fff;
}

footer .f-bottom .logo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px dashed #fff;
}

@media screen and (min-width: 768px) {
  footer .f-bottom .logo-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
  }
}
@media print {
  footer .f-bottom .logo-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
  }
}
footer .f-bottom .logo-inner .logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem;
}

footer .f-bottom .logo-inner .logo svg {
  width: auto;
  height: clamp(3.125rem, 2.625rem + 2.5vw, 5.625rem);
}

@media screen and (min-width: 768px) {
  footer .f-bottom .logo-inner .logo {
    width: auto;
  }
}
@media print {
  footer .f-bottom .logo-inner .logo {
    width: auto;
  }
}
footer .f-bottom .logo-inner p {
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .f-bottom .logo-inner p {
    text-align: left;
  }
}
@media print {
  footer .f-bottom .logo-inner p {
    text-align: left;
  }
}
footer .f-bottom .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  footer .f-bottom .links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print {
  footer .f-bottom .links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer .f-bottom .links p {
  font-weight: 400;
  text-align: center;
}

footer .f-bottom .links img {
  margin: 0 auto;
}

form {
  /* ---------- カレンダー ---------- */
  /* input 本体 */
  /* Flatpickr が生成するポップアップ */
}

form .table {
  width: 100%;
  border-collapse: separate;
}

form .table th,
form .table td {
  display: block;
  width: 100%;
}

form .table th {
  position: relative;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  padding: clamp(1rem, 0.8rem + 1vw, 2rem) 1rem;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  background-color: #eee;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  form .table th {
    background-color: transparent;
    padding: clamp(1rem, 0.8rem + 1vw, 2rem) 0;
  }
}
@media print {
  form .table th {
    background-color: transparent;
    padding: clamp(1rem, 0.8rem + 1vw, 2rem) 0;
  }
}
form .table td {
  margin: 1rem 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

form .table input[type=text],
form .table textarea,
form .table select {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  padding: 0.75rem 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

form .table input[type=text]:focus,
form .table textarea:focus,
form .table select:focus {
  border-color: #4caf50;
  -webkit-box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
          box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
  outline: none;
}

form .table textarea {
  resize: vertical;
  min-height: 120px;
}

form .table select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'><polyline points='30,50 70,90 110,50' stroke='%23333' stroke-width='15' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.9em;
  padding-right: 2.5rem;
}

form .table input[type=file] {
  padding: 0.5rem;
}

form .table label {
  display: block;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  cursor: pointer;
}

form .table #birthdate {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

form .table #birthdate:focus {
  border-color: #4caf50;
  -webkit-box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
          box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
  outline: none;
}

form .table input[type=checkbox],
form .table input[type=radio] {
  margin-right: 0.4rem;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: inline-block;
  margin-bottom: 0.5rem;
}

form .table input[type=text],
form .table textarea,
form .table select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .table input::-webkit-input-placeholder {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
}

form .table input::-moz-placeholder {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
}

form .table input:-ms-input-placeholder {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
}

form .table input::-ms-input-placeholder {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
}

form .table input::placeholder {
  font-size: clamp(0.813rem, 0.775rem + 0.19vw, 1rem);
}

@media screen and (min-width: 768px) {
  form .table th,
  form .table td {
    display: table-cell;
    vertical-align: inherit;
    width: auto;
    margin-bottom: 0;
  }
  form .table th {
    width: 30%;
    padding-right: 1rem;
    text-align: left;
    margin-bottom: 0;
    display: table-cell;
  }
  form .table td {
    width: 70%;
    display: table-cell;
  }
  form .table label {
    display: inline-block;
    margin-bottom: 0;
  }
  form .table input[type=checkbox],
  form .table input[type=radio] {
    margin-bottom: 0;
  }
}
@media print {
  form .table th,
  form .table td {
    display: table-cell;
    vertical-align: inherit;
    width: auto;
    margin-bottom: 0;
  }
  form .table th {
    width: 30%;
    padding-right: 1rem;
    text-align: left;
    margin-bottom: 0;
    display: table-cell;
  }
  form .table td {
    width: 70%;
    display: table-cell;
  }
  form .table label {
    display: inline-block;
    margin-bottom: 0;
  }
  form .table input[type=checkbox],
  form .table input[type=radio] {
    margin-bottom: 0;
  }
}
form .table {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

form .table input,
form .table textarea,
form .table select {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .table .red {
  background-color: red;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 1rem;
}

form .table .any {
  background-color: #999;
}

form .form-check-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

form .form-check-wrapper input,
form .form-check-wrapper select,
form .form-check-wrapper textarea {
  width: 100%;
  padding-right: 2.5rem;
  border: 2px solid #ccc;
  border-radius: 6px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  min-width: 0;
}

form .form-check-wrapper.is-success input, form .form-check-wrapper.is-success select, form .form-check-wrapper.is-success textarea {
  border-color: #4caf50;
}

form .form-check-wrapper.is-error input, form .form-check-wrapper.is-error select, form .form-check-wrapper.is-error textarea {
  border-color: #f44336;
}

form .form-check-wrapper .form-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

form .form-check-wrapper .form-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
  fill: none;
}

form .form-check-wrapper .form-icon.success svg {
  stroke: #4caf50;
}

form .form-check-wrapper .form-icon.error svg {
  stroke: #f44336;
}

form .form-check-wrapper.is-success .form-icon.success, form .form-check-wrapper.is-error .form-icon.error {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

form .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 0.75rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .radio-group input[type=radio] {
  display: none;
}

form .radio-group label {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 2px solid #ccc;
  border-radius: 9999px;
  background-color: #fff;
  color: #333;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

form .radio-group label:hover {
  border-color: #4caf50;
  background-color: #f4fff4;
}

form .radio-group input[type=radio]:checked + label {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

form .check-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.75rem;
}

form .check-group input[type=checkbox] {
  display: none;
}

form .check-group label {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border: 2px solid #ccc;
  border-radius: 9999px;
  background-color: #fff;
  color: #333;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form .check-group label:hover {
  border-color: #4caf50;
  background-color: #f4fff4;
}

form .check-group input[type=checkbox]:checked + label {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

form .file-drop-area {
  position: relative;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 2rem 1rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  background-color: #fafafa;
}

form .file-drop-area:hover, form .file-drop-area.is-dragover {
  border-color: #4caf50;
  background-color: #f4fff4;
}

form .file-drop-area input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

form .file-drop-area .file-msg {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  color: #666;
}

form .file-drop-area .file-list {
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  color: #333;
  text-align: left;
}

form .privacyBox {
  height: 300px;
  overflow-y: scroll;
  padding: 0 2rem;
  border: 1px solid #eee;
  word-break: break-all;
}

form .privacyBox::-webkit-scrollbar {
  width: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
  height: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

form .privacyBox::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

form .privacyBox::-webkit-scrollbar-thumb {
  background-color: rgba(243, 155, 0, 0.5);
  border-radius: clamp(0.313rem, 0.25rem + 0.31vw, 0.625rem);
}

form .privacyBox h4 span {
  color: #555;
  margin-right: 10px;
}

form .privacyBox ol {
  padding: 1rem;
  padding-left: 2rem;
  background-color: #f7f7f7;
  border-radius: 10px;
}

form .privacyBox ol li {
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

form .agreeBox label {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

form .agreeBox .check-group label:hover {
  border-color: #0044ff;
  background-color: #f4f6ff;
}

form .agreeBox .check-group input[type=checkbox]:checked + label {
  background-color: #0044ff;
  border-color: #0044ff;
  color: #fff;
}

form .formBtn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.6rem 1.2rem;
  border: 2px solid #ccc;
  border-radius: 9999px;
  background-color: #fff;
  color: #333;
  font-size: clamp(0.875rem, 0.85rem + 0.13vw, 1rem);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form .formBtn:hover {
  border-color: #4caf50;
  background-color: #f4fff4;
}

form .formBtn input[type=checkbox]:checked + label {
  background-color: #4caf50;
  border-color: #4caf50;
  color: #fff;
}

form .datepicker-wrapper {
  position: relative;
  /* input の基準点 */
}

form #birthdate {
  font-size: clamp(1rem, 0.95rem + 0.13vw, 1.1rem);
  /* 16pxくらいからスタート */
  padding: 0.75rem 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 50% !important;
  max-width: 50%;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

form #birthdate:focus {
  border-color: #4caf50;
  -webkit-box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
          box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.2);
  outline: none;
}

form input#birthdate {
  width: 50% !important;
  max-width: 50% !important;
  display: block;
}

form .air-datepicker {
  position: absolute !important;
  /* 親(wrapper)基準で配置 */
  top: calc(100% + 8px) !important;
  /* input の真下＋8px */
  left: 0 !important;
  z-index: 9999 !important;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 0.75rem;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 端末幅いっぱいでも“左右 10px” 余裕を残す */
  width: auto !important;
  min-width: 280px;
  max-width: calc(100vw - 20px);
  overflow-x: auto;
  /* 万一中身がはみ出す時もスクロール */
}

@supports (-webkit-overflow-scrolling: touch) {
  form .air-datepicker {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  form input#birthdate {
    width: 50% !important;
    max-width: 50% !important;
    display: block;
    border-radius: 0;
  }
  @media screen and (min-width: 576px) {
    form input#birthdate {
      border-radius: 8px;
    }
  }
  @media print {
    form input#birthdate {
      border-radius: 8px;
    }
  }
}
.submainBox {
  background-color: #444;
  color: #fff;
  height: clamp(15.625rem, 12.5rem + 15.63vw, 31.25rem);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(20px, 1rem, 40px);
  font-weight: bold;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 1000; /* 他の要素の上に表示 */
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

#scrollToTopBtn.hide {
  opacity: 0;
  visibility: hidden;
}

#scrollToTopBtn.show {
  display: block;
  opacity: 1;
}

#scrollToTopBtn.hide {
  opacity: 0;
}

body {
  position: relative;
  font-family: "LINESeedJP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  color: #595757;
  line-height: 1.5;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body svg {
  fill: transparent;
  padding: 0;
  margin: 0;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body .transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F39B00;
  z-index: 99999;
  pointer-events: none;
  -webkit-clip-path: circle(100% at center);
          clip-path: circle(100% at center);
  opacity: 1;
}

body .background {
  /* 丸を入れるレイヤー（常に背面。でも body の上に来るよう z-index:0） */
  /* 丸の共通スタイル */
  opacity: 0.5;
}

body .background .circle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none !important;
}

body .background .circle {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  opacity: 0.3;
  background-color: orange;
  mix-blend-mode: screen;
  will-change: transform;
  pointer-events: none !important;
}

@media screen and (min-width: 768px) {
  body .background {
    opacity: 0.8;
  }
}
@media print {
  body .background {
    opacity: 0.8;
  }
}
body main {
  padding-top: calc(clamp(5rem, 4.125rem + 4.38vw, 9.375rem) + 3rem);
  margin-top: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
@media print {
  body main {
    padding-top: clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
  }
}
body section {
  position: relative;
}

body .orange {
  color: #F39B00;
}

body form {
  font-weight: 400;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

body {
  padding: 0;
  margin: 0;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  padding: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

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

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

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

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

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

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: LINESeedJP;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.fw700 {
  font-weight: 700;
}

.fw400 {
  font-weight: 400;
}

.fz300 {
  font-size: 300px;
}

h1 {
  text-wrap: auto;
}

h2 {
  text-wrap: auto;
}

h3 {
  text-wrap: auto;
}

h4 {
  text-wrap: auto;
}

h5 {
  text-wrap: auto;
}

h6 {
  text-wrap: auto;
}

.fz24-60 {
  font-size: clamp(1.5rem, 1.05rem + 2.25vw, 3.75rem);
}

.fz24-40 {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}

.fz24-36 {
  font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

.fz20-24 {
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

.fz18-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.13vw, 1.25rem);
}

.fz16-18 {
  font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
}

.fz16 {
  font-size: 16px;
}

.fz14 {
  font-size: 14px;
}

.mb100 {
  margin-bottom: clamp(3.125rem, 2.5rem + 3.13vw, 6.25rem);
}

.mb200 {
  margin-bottom: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
}

#home .con2 {
  width: 100%;
}

#home .con2 .ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #home .con2 .ttl-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #home .con2 .ttl-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#home .con2 .ttl-area h2 {
  line-height: 1.5;
  text-align: center;
}

#home .con2 .ttl-area h2 span {
  color: #f39b00;
}

@media screen and (min-width: 1200px) {
  #home .con2 .ttl-area h2 {
    text-align: start;
  }
}
@media print {
  #home .con2 .ttl-area h2 {
    text-align: start;
  }
}
#home .con2 .ttl-area .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  width: auto;
}

#home .con2 .ttl-area .btns a {
  color: #fff;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

#home .con2 .ttl-area .btns .job {
  background-color: #f39b00;
}

#home .con2 .ttl-area .btns .more {
  background-color: #F4C52E;
}

#home .con2 .marquee {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  background-color: #f6ad00;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#home .con2 .marquee span {
  white-space: nowrap;
  color: #fff;
}

#home .con2 .wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
  border-radius: 2rem;
}

#home .con2 .strong-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}

@media screen and (min-width: 992px) {
  #home .con2 .strong-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  #home .con2 .strong-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home .con2 .strong-top .imgbox {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  #home .con2 .strong-top .imgbox {
    max-width: 300px;
  }
}
@media print {
  #home .con2 .strong-top .imgbox {
    max-width: 300px;
  }
}
#home .con2 .strong-top .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 2rem;
}

#home .con2 h3,
#home .con2 h4 {
  color: #1b1b1b;
  text-wrap: auto;
}

#home .con2 .sub {
  color: #959595;
}

@media screen and (min-width: 768px) {
  #home .con4 .container-fluid {
    padding: 0;
  }
}
@media print {
  #home .con4 .container-fluid {
    padding: 0;
  }
}
#home .con4 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media screen and (min-width: 768px) {
  #home .con4 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #home .con4 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#home .con4 .wrap {
  padding: clamp(1rem, 0.6rem + 2vw, 3rem) 0;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 0 0 2rem 2rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #home .con4 .wrap {
    border-radius: 2rem 0 0 2rem;
  }
}
@media print {
  #home .con4 .wrap {
    border-radius: 2rem 0 0 2rem;
  }
}
#home .con4 .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

#home .con4 .txt .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.5rem;
  max-width: 300px;
}

#home .con4 .txt .btns a {
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#home .con4 .txt .btns .job {
  background-color: #80c269;
}

#home .con4 .txt .btns .Registration {
  background-color: #F4C52E;
}

#home .con4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 2rem 2rem 0 0;
}

@media screen and (min-width: 768px) {
  #home .con4 img {
    border-radius: 0;
  }
}
@media print {
  #home .con4 img {
    border-radius: 0;
  }
}
#about .con1 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media screen and (min-width: 768px) {
  #about .con1 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #about .con1 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#about .con1 .imgbox {
  height: clamp(15.625rem, 12.5rem + 15.63vw, 31.25rem);
}

#about .con1 .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% 50%;
     object-position: 65% 50%;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

#about .con1 .wrap {
  background-color: #fff;
  height: 100%;
  padding: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 0 0 2rem 2rem;
}

#about .con1 .wrap h3 {
  line-height: 1.3;
}

#about .con1 .wrap p {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #about .con1 .wrap p {
    max-width: 600px;
  }
}
@media print {
  #about .con1 .wrap p {
    max-width: 600px;
  }
}
#about .con1 .wrap svg {
  stroke: #F39B00;
}

#about .con2 .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .con2 .wrap .imgbox {
  height: clamp(18.75rem, 17.5rem + 6.25vw, 25rem);
}

#about .con2 .wrap img {
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about .con2 .marquee {
  position: relative;
  bottom: 0;
  left: 0;
  max-width: 200px;
  width: 100%;
  height: clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  background-color: #f6ad00;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#about .con2 .marquee span {
  white-space: nowrap;
  color: #fff;
}

#company .con1 .mission {
  position: relative;
}

#company .con1 .mission .mission-bg {
  position: relative;
  background-image: url("../img/company/c-mission.webp");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  height: 600px;
  border-radius: 2rem;
}

@media screen and (min-width: 768px) {
  #company .con1 .mission .mission-bg {
    background-attachment: fixed;
  }
}
@media print {
  #company .con1 .mission .mission-bg {
    background-attachment: fixed;
  }
}
#company .con1 .mission .mission-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: rgba(128, 194, 105, 0.85);
  border-radius: 2rem;
  display: block;
}

@media screen and (min-width: 768px) {
  #company .con1 .mission .mission-bg::after {
    background: rgba(128, 194, 105, 0.7);
  }
}
@media print {
  #company .con1 .mission .mission-bg::after {
    background: rgba(128, 194, 105, 0.7);
  }
}
#company .con1 .mission .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-shadow: 0px 1px 10px rgba(109, 161, 91, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  color: #FFFFFF;
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  #company .con1 .mission .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #company .con1 .mission .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#company .con1 .mission .wrap h3 {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #company .con1 .mission .wrap h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    text-align: start;
  }
}
@media print {
  #company .con1 .mission .wrap h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    text-align: start;
  }
}
#company .con1 .mission .wrap svg {
  stroke: #FFFFFF;
  -webkit-filter: drop-shadow(0px 1px 10px rgba(109, 161, 91, 0.9));
          filter: drop-shadow(0px 1px 10px rgba(109, 161, 91, 0.9));
}

#company .con2 .wrap {
  margin: 0 auto;
}

#company .con2 .wrap .row {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#company .con2 .wrap .row::after {
  content: "";
  display: none;
  height: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  width: 3px;
  background-color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 28%;
  -webkit-box-shadow: 0px 0px 20px 10px #fff;
          box-shadow: 0px 0px 20px 10px #fff;
}

#company .con2 .wrap .row::before {
  content: "";
  display: none;
  height: clamp(5rem, 4.75rem + 1.25vw, 6.25rem);
  width: 3px;
  background-color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 28%;
  -webkit-box-shadow: 0px 0px 20px 10px #fff;
          box-shadow: 0px 0px 20px 10px #fff;
}

@media screen and (min-width: 768px) {
  #company .con2 .wrap .row::before {
    display: block;
  }
  #company .con2 .wrap .row::after {
    display: block;
  }
}
@media print {
  #company .con2 .wrap .row::before {
    display: block;
  }
  #company .con2 .wrap .row::after {
    display: block;
  }
}
#company .con2 .wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#company .con2 .wrap .inner .imgbox {
  height: 300px;
  width: 100%;
}

#company .con2 .wrap .inner .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  border-radius: 2rem;
}

#company .con3 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0;
}

@media screen and (min-width: 768px) {
  #company .con3 .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #company .con3 .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#company .con3 .wrap .subttl {
  width: 100%;
  background-color: #F9BE00;
  border-radius: 0.5rem 0.5rem 0 0;
  line-height: 1.5;
  padding: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #company .con3 .wrap .subttl {
    width: 50%;
  }
}
@media print {
  #company .con3 .wrap .subttl {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #company .con3 .wrap .subttl {
    width: 30%;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media print {
  #company .con3 .wrap .subttl {
    width: 30%;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
#company .con3 .wrap p {
  width: 100%;
  font-weight: 400;
  border-radius: 0 0 0.5rem 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: rgba(249, 190, 0, 0.1);
}

@media screen and (min-width: 992px) {
  #company .con3 .wrap p {
    width: 70%;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
@media print {
  #company .con3 .wrap p {
    width: 70%;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
#company .con4 iframe {
  border-radius: 2rem;
  width: 100%;
  height: clamp(18.75rem, 16.25rem + 12.5vw, 31.25rem);
  border: none;
}

#company .con4 .wrap {
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #company .con4 .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #company .con4 .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#company .con4 .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #company .con4 .txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #company .con4 .txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#company .con4 h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

#company .con4 h4 svg {
  stroke: #F9BE00;
  height: 50px;
  width: 50px;
}

#company .con4 a {
  background-color: #F9BE00;
  color: #FFFFFF;
}

#contact .con1 .container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#contact .con1 .container .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F9BE00;
  color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}

#contact .con1 .container .row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #contact .con1 .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #contact .con1 .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#contact .con1 .container .row .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .con2 {
  max-width: 1024px;
  margin: 0 auto;
  font-weight: 400;
}

#contact .con2 .hissu {
  background-color: red;
  color: #fff;
  padding: 0.1rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 12px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #contact .con2 .hissu {
    right: 1rem;
  }
}
@media print {
  #contact .con2 .hissu {
    right: 1rem;
  }
}
#contact .con2 .formBtn {
  border: none;
}

#contact .con2 .formBtn button {
  width: 100%;
  padding: 1rem;
  color: #fff;
}

#contact .con2 .advance {
  background-color: #F39B00;
  max-width: 768px;
  margin: 0 auto;
}

#contact .con2 .return {
  background-color: #ddd;
}

#contact .con2 .transmission {
  background-color: #0044ff;
}

#entry main .container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

#entry main .container .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4C52E;
  color: #fff;
  padding: 2rem;
  border-radius: 2rem;
}

#entry main .container .row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 1rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #entry main .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
@media print {
  #entry main .container .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#entry main .container .row .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#entry main .formBtn {
  border: none;
}

#entry main .formBtn button {
  width: 100%;
  padding: 1rem;
  color: #fff;
}

#entry main .advance {
  background-color: #F4C52E;
  max-width: 768px;
  margin: 0 auto;
}

#entry main .return {
  background-color: #ddd;
}

#entry main .transmission {
  background-color: #0044ff;
}