@charset "UTF-8";
/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans JP, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-top-40{
  top: -40rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-18{
  left: 18rem;
}
.left-20{
  left: 20rem;
}
.left-31{
  left: 31rem;
}
.left-34{
  left: 34rem;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-16{
  top: 16rem;
}
.top-8{
  top: 8rem;
}
.top-80{
  top: 80rem;
}
.top-\[50\%\]{
  top: 50%;
}
.z-50{
  z-index: 50;
}
.z-\[200\]{
  z-index: 200;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-5{
  order: 5;
}
.mx-25{
  margin-left: 25rem;
  margin-right: 25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mt-18{
  margin-top: 18rem;
}
.mt-25{
  margin-top: 25rem;
}
.mt-28{
  margin-top: 28rem;
}
.mt-30{
  margin-top: 30rem;
}
.mt-32{
  margin-top: 32rem;
}
.mt-50{
  margin-top: 50rem;
}
.mt-97{
  margin-top: 97rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-17{
  height: 17rem;
}
.h-18{
  height: 18rem;
}
.h-23{
  height: 23rem;
}
.h-29{
  height: 29rem;
}
.h-3{
  height: 3rem;
}
.h-38{
  height: 38rem;
}
.h-58{
  height: 58rem;
}
.h-60{
  height: 60rem;
}
.h-84{
  height: 84rem;
}
.h-full{
  height: 100%;
}
.w-114{
  width: 114rem;
}
.w-16{
  width: 16rem;
}
.w-180{
  width: 180rem;
}
.w-190{
  width: 190rem;
}
.w-22{
  width: 22rem;
}
.w-24{
  width: 24rem;
}
.w-252{
  width: 252rem;
}
.w-28{
  width: 28rem;
}
.w-29{
  width: 29rem;
}
.w-344{
  width: 344rem;
}
.w-38{
  width: 38rem;
}
.w-60{
  width: 60rem;
}
.w-72{
  width: 72rem;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-380{
  max-width: 380rem;
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-18{
  gap: 18rem;
}
.gap-20{
  gap: 20rem;
}
.gap-63{
  gap: 63rem;
}
.gap-x-10{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-14{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}
.gap-x-18{
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}
.gap-x-21{
  -moz-column-gap: 21rem;
       column-gap: 21rem;
}
.gap-x-40{
  -moz-column-gap: 40rem;
       column-gap: 40rem;
}
.gap-x-46{
  -moz-column-gap: 46rem;
       column-gap: 46rem;
}
.gap-x-70{
  -moz-column-gap: 70rem;
       column-gap: 70rem;
}
.gap-y-13{
  row-gap: 13rem;
}
.gap-y-18{
  row-gap: 18rem;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-30{
  border-radius: 30rem;
}
.rounded-87{
  border-radius: 87rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-ftGray{
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity));
}
.border-green{
  --tw-border-opacity: 1;
  border-color: rgb(59 176 180 / var(--tw-border-opacity));
}
.border-menuGray{
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
}
.border-pankuzuGray{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.border-spGray{
  --tw-border-opacity: 1;
  border-color: rgb(224 222 222 / var(--tw-border-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(59 176 180 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-green{
  fill: #3BB0B4;
}
.fill-white{
  fill: #fff;
}
.p-10{
  padding: 10rem;
}
.px-20{
  padding-left: 20rem;
  padding-right: 20rem;
}
.px-24{
  padding-left: 24rem;
  padding-right: 24rem;
}
.px-42{
  padding-left: 42rem;
  padding-right: 42rem;
}
.py-17{
  padding-top: 17rem;
  padding-bottom: 17rem;
}
.py-18{
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.py-8{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pb-1{
  padding-bottom: 1rem;
}
.pb-18{
  padding-bottom: 18rem;
}
.pb-20{
  padding-bottom: 20rem;
}
.pb-30{
  padding-bottom: 30rem;
}
.pb-5{
  padding-bottom: 5rem;
}
.pb-50{
  padding-bottom: 50rem;
}
.pb-88{
  padding-bottom: 88rem;
}
.pl-20{
  padding-left: 20rem;
}
.pl-45{
  padding-left: 45rem;
}
.pt-10{
  padding-top: 10rem;
}
.pt-100{
  padding-top: 100rem;
}
.pt-15{
  padding-top: 15rem;
}
.pt-20{
  padding-top: 20rem;
}
.pt-28{
  padding-top: 28rem;
}
.pt-5{
  padding-top: 5rem;
}
.pt-74{
  padding-top: 74rem;
}
.pt-8{
  padding-top: 8rem;
}
.text-center{
  text-align: center;
}
.font-figtree{
  font-family: Figtree, sans-serif;
}
.font-sans{
  font-family: Noto Sans JP, sans-serif;
}
.text-12{
  font-size: 12rem;
}
.text-14{
  font-size: 14rem;
}
.text-16{
  font-size: 16rem;
}
.text-17{
  font-size: 17rem;
}
.text-18{
  font-size: 18rem;
}
.text-19{
  font-size: 19rem;
}
.text-22{
  font-size: 22rem;
}
.text-38{
  font-size: 38rem;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-ftGray{
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(59 176 180 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
html {
  font-size: calc((100vw / 420) * 1);
}
@media only screen and (min-width: 768px) {
html {
    font-size: calc((100vw / 768) * 0.8)
}
  }
@media only screen and (min-width: 1272px) {
html {
    font-size: calc((100vw / 1920) * 1)
}
  }
/* 追加で記述 */
/* base.cssをインポート */
#topicdetail {
  margin-top: 42rem;
}
.topicdetail {
  max-width: 968rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1271px) {
.topicdetail {
    max-width: 100%;
    padding-right: 30rem;
    padding-left: 30rem
}
  }
@media (max-width: 767px) {
.topicdetail {
    padding-right: 20rem;
    padding-left: 20rem
}
  }
.topicdetail .block +.block{
      margin-top: 1em;
    }
@media (max-width: 767px) {
.topicdetail .block +.block{
        margin-top: 1em
    }
      }
.topicdetail .block-section +.block-section{
      margin-top: 1em;
    }
@media (max-width: 767px) {
.topicdetail .block-section +.block-section{
        margin-top: 1em
    }
      }
.topicdetail .table{
    display: block;
  }
@media (max-width: 767px) {
.topicdetail .table{
      overflow-x: scroll
  }
       }
.topicdetail .table thead,.topicdetail .table tbody{
      display: block;

    }
.topicdetail .table table{
      display: block;
    }
.topicdetail .table table th{
  border-top: 1px solid #acacac;
  border-left: 1px solid #acacac; 
  border-right: 1px solid #acacac;
}
.topicdetail .table table th +th{
    border-left: none;

  }
.topicdetail .table table td,.topicdetail .table table th{
  min-width: 200px;
  padding: 10px;
}
@media (max-width: 767px) {
.topicdetail .table table td,.topicdetail .table table th{
 min-width: none
}
  }
.topicdetail .table table tr{
  
  border-top: 1px solid #acacac;
  
  border-bottom: 1px solid #acacac;
}
.topicdetail .table table tr +tr{
    border-top: none;
  }
.topicdetail .table table td{
  border-left: 1px solid #acacac; 
  border-right: 1px solid #acacac;

}
.topicdetail .table table td +td{
    
    border-left: none;
  }
.topicdetail .editor ul li {
        position: relative;
        padding-left: 1em;
        font-size: 16rem;
      }
@media (max-width: 767px) {
.topicdetail .editor ul li {
          font-size: 14rem
      }
        }
.topicdetail .editor ul li:before {
        position: absolute;
        content: "";
        width: 10rem;
        height: 10rem;
        background-color: #3bb0b4;
        top: 7rem;
        left: 0;
        border-radius: 50%;
      }
.topicdetail .release_date {
    font-family: Figtree, sans-serif;
    font-weight: 700;
    color: #0eaa8e;
    margin-top: 18px;
    margin-bottom: 38rem;
  }
.topicdetail h1 {
    font-size: 27rem;
    font-weight: 700;
    margin-top: 47rem;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail h1 {
      font-size: 24rem
  }
    }
.topicdetail h2 {
    font-size: 21rem;
    font-weight: 700;
    padding-bottom: 20rem;
    position: relative;
    margin-top: 43rem;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail h2 {
      font-size: 19rem;
      margin-top: 30rem
  }
    }
.topicdetail h2:before,
  .topicdetail h2:after {
    position: absolute;
    content: "";
    height: 1px;
  }
.topicdetail h2:before {
    width: 144rem;
    background-color: #3bb0b4;
    left: 0;
    bottom: 0;
  }
.topicdetail h2:after {
    width: calc(100% - 144rem);
    background-color: #afafaf;
    left: 144rem;
    bottom: 0;
  }
.topicdetail h3 {
    font-size: 19rem;
    font-weight: 700;
    margin-top: 20rem;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail h3 {
      font-size: 17rem
  }
    }
.topicdetail h4 {
    font-size: 17rem;
    font-weight: 700;
    margin-top: 10rem;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail h4 {
      font-size: 16rem
  }
    }
.topicdetail h5,
  .topicdetail h6 {
    font-size: 16rem;
    font-weight: 700;
    margin-top: 10rem;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail h5,
  .topicdetail h6 {
      font-size: 16rem
  }
    }
.topicdetail .thumbnail {
    margin-top: 42rem;
  }
@media (max-width: 767px) {
.topicdetail .thumbnail {
      margin-top: 30rem
  }
    }
.topicdetail p {
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
@media (max-width: 1271px) {
.topicdetail p {
      font-size: 14rem
  }
    }
.topicdetail .list ul:not(.items) li {
      position: relative;
      padding-left: 1em;
      font-size: 16rem;
    }
@media (max-width: 767px) {
.topicdetail .list ul:not(.items) li {
        font-size: 14rem
    }
      }
.topicdetail .list ul:not(.items) li:before {
      position: absolute;
      content: "";
      width: 10rem;
      height: 10rem;
      background-color: #3bb0b4;
      top: 7rem;
      left: 0;
      border-radius: 50%;
    }
.topicdetail ol {
    list-style-type: decimal; /* 1, 2, 3, ... という番号を表示 */
    padding-left: 1em;
  }
.topicdetail ul.items {
    display: flex;
    flex-direction: column;
    gap: 30rem;
  }
.topicdetail .iframe-inner {
    width: 100%;
    height: 100%;
  }
.topicdetail .iframe-inner iframe {
      width: 100%;
      height: 100%;
      aspect-ratio: 16/9;
    }
.topicdetail .block p {
      margin-top: 22rem;
    }
.topicdetail .buttons ul li{
        display: flex;
        justify-content: center;
      }
.topicdetail .buttons ul li a{
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 110rem;
          padding-right: 10rem;
          padding-left: 10rem;
          height: 40rem;
          border-radius: 28rem;
          background-color: #3bb0b4;
          color: #fff;
          font-weight: 700;
          font-size: 15rem;
          letter-spacing: 0.1em;
          position: relative;
          padding-bottom: 1rem;
          margin-left: auto;
          margin-right: auto;
          transition: 0.5s;
        }
@media (min-width: 1272px) {
            .topicdetail .buttons ul li a:hover {
              opacity: 0.7;
            }
          }
.topicdetail .layout-text-image {
    overflow: hidden;
    margin-top: 55rem;
  }
@media (max-width: 767px) {
.topicdetail .layout-text-image {
      margin-top: 30rem
  }
    }
.topicdetail .layout-text-image p {
      margin-top: 0;
    }
.topicdetail .layout-text-image .image {
      float: left;
      max-width: 378rem;
    }
@media (max-width: 767px) {
.topicdetail .layout-text-image .image {
        max-width: 100%;
        float: none
    }
      }
.topicdetail .layout-text-image .body {
      padding-left: 420rem;
    }
@media (max-width: 767px) {
.topicdetail .layout-text-image .body {
        padding-left: 0;
        margin-top: 30rem
    }
      }
.topicdetail .layout-image-text {
    overflow: hidden;
    margin-top: 55rem;
  }
@media (max-width: 767px) {
.topicdetail .layout-image-text {
      margin-top: 30rem
  }
    }
.topicdetail .layout-image-text p {
      margin-top: 0;
    }
.topicdetail .layout-image-text .body {
      padding-right: 420rem;
    }
@media (max-width: 767px) {
.topicdetail .layout-image-text .body {
        padding-right: 0;
        margin-top: 30rem
    }
      }
.topicdetail .layout-image-text .image {
      float: right;
      max-width: 378rem;
    }
@media (max-width: 767px) {
.topicdetail .layout-image-text .image {
        max-width: 100%;
        float: none
    }
      }
.btn-cntr {
  display: flex;
  max-width: 968rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40rem;
  margin-top: 114rem;
  border-top: 1px solid #acacac;
  padding-bottom: 250rem;
}
@media (max-width: 1271px) {
.btn-cntr {
    max-width: 100%;
    margin-right: 30rem;
    margin-left: 30rem;
    margin-top: 60rem
}
  }
@media (max-width: 767px) {
.btn-cntr {
    margin-right: 20rem;
    margin-left: 20rem;
    padding-bottom: 100rem
}
  }
.btn-item {
  width: calc(100% / 3);
}
.btn-item .btn-link.prev {
    margin-left: 0;
  }
.btn-item .btn-link.next {
    margin-right: 0;
  }
.btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110rem;
  height: 40rem;
  border-radius: 28rem;
  background-color: #3bb0b4;
  color: #fff;
  font-weight: 700;
  font-size: 15rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
@media (min-width: 1272px) {
    .btn-link:hover {
      opacity: 0.7;
    }
  }
.btn-link:before {
  position: absolute;
  content: "";
  -webkit-mask: url(/media/images/common/news_arrow.svg) no-repeat center;
          mask: url(/media/images/common/news_arrow.svg) no-repeat center;
  background-color: #fff;
  width: 12px;
  height: 8px;
  left: 15rem;
}
.btn-link.prev:before {
  transform: rotate(135deg);
}
.btn-link.back:before {
  content: none;
}
.btn-link.next:before {
  transform: rotate(-45deg);
  left: auto;
  right: 15rem;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:right-23::before{
  content: var(--tw-content);
  right: 23rem;
}
.before\:h-20::before{
  content: var(--tw-content);
  height: 20rem;
}
.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}
.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
.before\:w-2::before{
  content: var(--tw-content);
  width: 2rem;
}
.before\:bg-green::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 176 180 / var(--tw-bg-opacity));
}
.before\:duration-500::before{
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:ease-out::before{
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:right-14::after{
  content: var(--tw-content);
  right: 14rem;
}
.after\:h-2::after{
  content: var(--tw-content);
  height: 2rem;
}
.after\:w-20::after{
  content: var(--tw-content);
  width: 20rem;
}
.after\:bg-green::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(59 176 180 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-white{
  fill: #fff;
}
.group:hover .before\:group-hover\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
@media (min-width: 768px){
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:top-80-md{
    top: 100rem;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:h-20-md{
    height: 25rem;
  }
  .md\:w-104-md{
    width: 130rem;
  }
  .md\:w-174-md{
    width: 217.5rem;
  }
  .md\:w-200-md{
    width: 250rem;
  }
  .md\:w-24-md{
    width: 30rem;
  }
  .md\:w-328-md{
    width: 410rem;
  }
  .md\:max-w-202{
    max-width: 202rem;
  }
  .md\:max-w-525-md{
    max-width: 656.25rem;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:gap-x-56-md{
    -moz-column-gap: 70rem;
         column-gap: 70rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-30-md{
    padding-left: 37.5rem;
    padding-right: 37.5rem;
  }
  .md\:py-16-md{
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .md\:pl-36-md{
    padding-left: 45rem;
  }
  .md\:pr-30-md{
    padding-right: 37.5rem;
  }
  .md\:pt-100{
    padding-top: 100rem;
  }
  .md\:pt-85-md{
    padding-top: 106.25rem;
  }
  .md\:text-16-md{
    font-size: 20rem;
  }
}
@media (min-width: 1272px){
  .pc\:pointer-events-none{
    pointer-events: none;
  }
  .pc\:-bottom-95{
    bottom: -95rem;
  }
  .pc\:-top-142{
    top: -142rem;
  }
  .pc\:left-0{
    left: 0px;
  }
  .pc\:left-200{
    left: 200rem;
  }
  .pc\:left-43{
    left: 43rem;
  }
  .pc\:left-50{
    left: 50rem;
  }
  .pc\:left-68{
    left: 68rem;
  }
  .pc\:top-12{
    top: 12rem;
  }
  .pc\:top-150{
    top: 150rem;
  }
  .pc\:top-24{
    top: 24rem;
  }
  .pc\:order-1{
    order: 1;
  }
  .pc\:order-2{
    order: 2;
  }
  .pc\:order-3{
    order: 3;
  }
  .pc\:order-4{
    order: 4;
  }
  .pc\:order-5{
    order: 5;
  }
  .pc\:order-none{
    order: 0;
  }
  .pc\:ml-0{
    margin-left: 0px;
  }
  .pc\:mt-0{
    margin-top: 0px;
  }
  .pc\:mt-100{
    margin-top: 100rem;
  }
  .pc\:mt-18{
    margin-top: 18rem;
  }
  .pc\:mt-35{
    margin-top: 35rem;
  }
  .pc\:mt-40{
    margin-top: 40rem;
  }
  .pc\:mt-66{
    margin-top: 66rem;
  }
  .pc\:block{
    display: block;
  }
  .pc\:flex{
    display: flex;
  }
  .pc\:grid{
    display: grid;
  }
  .pc\:hidden{
    display: none;
  }
  .pc\:h-23{
    height: 23rem;
  }
  .pc\:h-237{
    height: 237rem;
  }
  .pc\:h-238{
    height: 238rem;
  }
  .pc\:h-27{
    height: 27rem;
  }
  .pc\:h-38{
    height: 38rem;
  }
  .pc\:h-4{
    height: 4rem;
  }
  .pc\:h-87{
    height: 87rem;
  }
  .pc\:w-1024{
    width: 1024rem;
  }
  .pc\:w-106{
    width: 106rem;
  }
  .pc\:w-114{
    width: 114rem;
  }
  .pc\:w-1290{
    width: 1290rem;
  }
  .pc\:w-1396{
    width: 1396rem;
  }
  .pc\:w-158{
    width: 158rem;
  }
  .pc\:w-187{
    width: 187rem;
  }
  .pc\:w-200{
    width: 200rem;
  }
  .pc\:w-202{
    width: 202rem;
  }
  .pc\:w-24{
    width: 24rem;
  }
  .pc\:w-243{
    width: 243rem;
  }
  .pc\:w-245{
    width: 245rem;
  }
  .pc\:w-250{
    width: 250rem;
  }
  .pc\:w-270{
    width: 270rem;
  }
  .pc\:w-28{
    width: 28rem;
  }
  .pc\:w-296{
    width: 296rem;
  }
  .pc\:w-36{
    width: 36rem;
  }
  .pc\:w-366{
    width: 366rem;
  }
  .pc\:w-38{
    width: 38rem;
  }
  .pc\:w-635{
    width: 635rem;
  }
  .pc\:w-76{
    width: 76rem;
  }
  .pc\:w-87{
    width: 87rem;
  }
  .pc\:w-auto{
    width: auto;
  }
  .pc\:w-full{
    width: 100%;
  }
  .pc\:max-w-360{
    max-width: 360rem;
  }
  .pc\:max-w-525{
    max-width: 525rem;
  }
  .pc\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pc\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .pc\:flex-row{
    flex-direction: row;
  }
  .pc\:flex-col{
    flex-direction: column;
  }
  .pc\:flex-wrap{
    flex-wrap: wrap;
  }
  .pc\:gap-x-100{
    -moz-column-gap: 100rem;
         column-gap: 100rem;
  }
  .pc\:gap-x-120{
    -moz-column-gap: 120rem;
         column-gap: 120rem;
  }
  .pc\:gap-x-22{
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }
  .pc\:gap-x-28{
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }
  .pc\:gap-x-60{
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }
  .pc\:gap-y-0{
    row-gap: 0px;
  }
  .pc\:gap-y-21{
    row-gap: 21rem;
  }
  .pc\:gap-y-23{
    row-gap: 23rem;
  }
  .pc\:gap-y-30{
    row-gap: 30rem;
  }
  .pc\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }
  .pc\:border-0{
    border-width: 0px;
  }
  .pc\:border-b{
    border-bottom-width: 1px;
  }
  .pc\:border-t{
    border-top-width: 1px;
  }
  .pc\:border-solid{
    border-style: solid;
  }
  .pc\:border-ftGray{
    --tw-border-opacity: 1;
    border-color: rgb(172 172 172 / var(--tw-border-opacity));
  }
  .pc\:border-transparent{
    border-color: transparent;
  }
  .pc\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .pc\:px-20{
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .pc\:px-24{
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .pc\:px-50{
    padding-left: 50rem;
    padding-right: 50rem;
  }
  .pc\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pc\:py-32{
    padding-top: 32rem;
    padding-bottom: 32rem;
  }
  .pc\:py-40{
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  .pc\:pb-44{
    padding-bottom: 44rem;
  }
  .pc\:pb-80{
    padding-bottom: 80rem;
  }
  .pc\:pb-82{
    padding-bottom: 82rem;
  }
  .pc\:pl-0{
    padding-left: 0px;
  }
  .pc\:pl-16{
    padding-left: 16rem;
  }
  .pc\:pl-24{
    padding-left: 24rem;
  }
  .pc\:pl-312{
    padding-left: 312rem;
  }
  .pc\:pl-43{
    padding-left: 43rem;
  }
  .pc\:pl-45{
    padding-left: 45rem;
  }
  .pc\:pl-70{
    padding-left: 70rem;
  }
  .pc\:pl-72{
    padding-left: 72rem;
  }
  .pc\:pr-0{
    padding-right: 0px;
  }
  .pc\:pt-0{
    padding-top: 0px;
  }
  .pc\:pt-178{
    padding-top: 178rem;
  }
  .pc\:pt-180{
    padding-top: 180rem;
  }
  .pc\:pt-24{
    padding-top: 24rem;
  }
  .pc\:pt-34{
    padding-top: 34rem;
  }
  .pc\:pt-37{
    padding-top: 37rem;
  }
  .pc\:pt-48{
    padding-top: 48rem;
  }
  .pc\:pt-62{
    padding-top: 62rem;
  }
  .pc\:pt-76{
    padding-top: 76rem;
  }
  .pc\:text-14{
    font-size: 14rem;
  }
  .pc\:text-16{
    font-size: 16rem;
  }
  .pc\:text-19{
    font-size: 19rem;
  }
  .pc\:text-26{
    font-size: 26rem;
  }
  .pc\:text-30{
    font-size: 30rem;
  }
  .pc\:text-60{
    font-size: 60rem;
  }
  .pc\:before\:content-none::before{
    --tw-content: none;
    content: var(--tw-content);
  }
  .pc\:after\:content-none::after{
    --tw-content: none;
    content: var(--tw-content);
  }
  .pc\:hover\:bg-green:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(59 176 180 / var(--tw-bg-opacity));
  }
  .pc\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .pc\:hover\:text-green:hover{
    --tw-text-opacity: 1;
    color: rgb(59 176 180 / var(--tw-text-opacity));
  }
  .pc\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .pc\:hover\:opacity-\[0\.7\]:hover{
    opacity: 0.7;
  }
  .pc\:before\:hover\:w-full:hover::before{
    content: var(--tw-content);
    width: 100%;
  }
  .group:hover .pc\:group-hover\:bg-green{
    --tw-bg-opacity: 1;
    background-color: rgb(59 176 180 / var(--tw-bg-opacity));
  }
  .group:hover .pc\:group-hover\:fill-green{
    fill: #3BB0B4;
  }
  .group:hover .pc\:group-hover\:fill-white{
    fill: #fff;
  }
}
