@charset "UTF-8";
/** ----------------------------------------------
 * 
 * pc : spkyujin_sf_style.scss
 * 
 * -------------------------------------------- */
/** ----------------------------------------------
 * 
 * _spkyujin_wp_class.scss
 * 
 * -------------------------------------------- */
.wordpress-post-content .--comment { /* wordpress block editor class */ }
.wordpress-post-content strong {
  font-weight: bolder;
  font-size: 1.025em;
  letter-spacing: 0.1rem;
  margin: 0 0.25rem;
  color: #333;
}
.wordpress-post-content mark:not(.has-inline-color) {
  background: linear-gradient(to bottom, transparent 50%, #FFF33F 50%, #FFF33F 80%, transparent 80%);
}
.wordpress-post-content .--comment { /* text layout */ }
.wordpress-post-content .has-text-align-left {
  text-align: left;
}
.wordpress-post-content .has-text-align-center {
  text-align: center;
}
.wordpress-post-content .has-text-align-right {
  text-align: right;
}
.wordpress-post-content .--comment { /* text color */ }
.wordpress-post-content .has-vivid-red-color {
  color: #cf2e2e;
}
.wordpress-post-content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.wordpress-post-content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.wordpress-post-content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.wordpress-post-content .has-vivid-green-cyan-color {
  color: #00d084;
}
.wordpress-post-content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.wordpress-post-content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.wordpress-post-content .has-vivid-purple-color {
  color: #9b51e0;
}
.wordpress-post-content .has-black-color {
  color: #000000;
}
.wordpress-post-content .has-white-color {
  color: #ffffff;
}

/** ----------------------------------------------
 * 
 * _spkyujin_spi_class.scss : special interview class
 * 
 * -------------------------------------------- */
.wordpress-post-content .--spi-pd-1 {
  padding: 1rem !important;
}
.wordpress-post-content .--spi-border-color-jwarm {
  border-color: #FFF33F !important;
}
.wordpress-post-content .--spi-border-color-step {
  border-color: #00BE00 !important;
}
.wordpress-post-content .--spi-border-color-shufu-pita {
  border-color: #E95177 !important;
}
.wordpress-post-content .--spi-bg-color-jwarm {
  background: linear-gradient(to bottom, transparent 40%, rgba(255, 243, 63, 0.25) 40%, rgba(255, 243, 63, 0.25) 70%, transparent 70%) !important;
}
.wordpress-post-content .--spi-bg-color-step {
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 190, 0, 0.25) 40%, rgba(0, 190, 0, 0.25) 70%, transparent 70%) !important;
}
.wordpress-post-content .--spi-bg-color-shufu-pita {
  background: linear-gradient(to bottom, transparent 40%, rgba(233, 81, 119, 0.25) 40%, rgba(233, 81, 119, 0.25) 70%, transparent 70%) !important;
}
.wordpress-post-content .--spi-mt-1 {
  margin-top: 1rem !important;
}
.wordpress-post-content .--spi-mt-m1 {
  margin-top: -1rem !important;
}
.wordpress-post-content .--spi-mt-2 {
  margin-top: 2rem !important;
}
.wordpress-post-content .--spi-mt-m2 {
  margin-top: -2rem !important;
}
.wordpress-post-content .--spi-mt-3 {
  margin-top: 3rem !important;
}
.wordpress-post-content .--spi-mt-m3 {
  margin-top: -3rem !important;
}
.wordpress-post-content .--spi-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wordpress-post-content .--spi-mrl-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wordpress-post-content .--spi-w-700max {
  max-width: 700px !important;
}
.wordpress-post-content .--spi-radius-50p {
  border-radius: 50% !important;
}
.wordpress-post-content .--spi-radius-a {
  border-radius: 77% 23% 71% 29%/28% 84% 16% 72% !important;
}
.wordpress-post-content .--spi-radius-b {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70% !important;
}
.wordpress-post-content ul.--spi-list > li {
  margin: 0.25rem 0;
  padding-left: 1rem;
  position: relative;
  line-height: 2;
}
.wordpress-post-content ul.--spi-list > li::before {
  content: "*";
  position: absolute;
  top: 0.125rem;
  left: 0;
  font-size: 1.0125rem;
  font-weight: bold;
}
.wordpress-post-content ul.--spi-list.--square > li {
  padding-left: 1.5rem;
}
.wordpress-post-content ul.--spi-list.--square > li::before {
  content: "□";
  top: 0rem;
}
.wordpress-post-content ul.--spi-list.--square-blk > li {
  padding-left: 1.5rem;
}
.wordpress-post-content ul.--spi-list.--square-blk > li::before {
  content: "■";
  top: 0rem;
}
.wordpress-post-content .--spi-text-left {
  text-align: left !important;
}
.wordpress-post-content .--spi-text-right {
  text-align: right !important;
}
@media (max-width: 699.99px) {
  .wordpress-post-content .--comment { /* sp */ }
  .wordpress-post-content .--spi-w-10p-sp {
    width: 10% !important;
  }
  .wordpress-post-content .--spi-w-20p-sp {
    width: 20% !important;
  }
  .wordpress-post-content .--spi-w-30p-sp {
    width: 30% !important;
  }
  .wordpress-post-content .--spi-w-40p-sp {
    width: 40% !important;
  }
  .wordpress-post-content .--spi-w-50p-sp {
    width: 50% !important;
  }
  .wordpress-post-content .--spi-w-60p-sp {
    width: 60% !important;
  }
  .wordpress-post-content .--spi-w-70p-sp {
    width: 70% !important;
  }
  .wordpress-post-content .--spi-w-80p-sp {
    width: 80% !important;
  }
  .wordpress-post-content .--spi-w-90p-sp {
    width: 90% !important;
  }
  .wordpress-post-content .--spi-mt-1-sp {
    margin-top: 1rem !important;
  }
  .wordpress-post-content .--spi-mt-m1-sp {
    margin-top: -1rem !important;
  }
  .wordpress-post-content .--spi-mt-2-sp {
    margin-top: 2rem !important;
  }
  .wordpress-post-content .--spi-mt-m2-sp {
    margin-top: -2rem !important;
  }
  .wordpress-post-content .--spi-mt-3-sp {
    margin-top: 3rem !important;
  }
  .wordpress-post-content .--spi-mt-m3-sp {
    margin-top: -3rem !important;
  }
}
@media (min-width: 700px) {
  .wordpress-post-content .--comment { /* pc */ }
  .wordpress-post-content .--spi-w-10p-pc {
    width: 10% !important;
  }
  .wordpress-post-content .--spi-w-20p-pc {
    width: 20% !important;
  }
  .wordpress-post-content .--spi-w-30p-pc {
    width: 30% !important;
  }
  .wordpress-post-content .--spi-w-40p-pc {
    width: 40% !important;
  }
  .wordpress-post-content .--spi-w-50p-pc {
    width: 50% !important;
  }
  .wordpress-post-content .--spi-w-60p-pc {
    width: 60% !important;
  }
  .wordpress-post-content .--spi-w-70p-pc {
    width: 70% !important;
  }
  .wordpress-post-content .--spi-w-80p-pc {
    width: 80% !important;
  }
  .wordpress-post-content .--spi-w-90p-pc {
    width: 90% !important;
  }
  .wordpress-post-content .--spi-mt-1-pc {
    margin-top: 1rem !important;
  }
  .wordpress-post-content .--spi-mt-m1-pc {
    margin-top: -1rem !important;
  }
  .wordpress-post-content .--spi-mt-2-pc {
    margin-top: 2rem !important;
  }
  .wordpress-post-content .--spi-mt-m2-pc {
    margin-top: -2rem !important;
  }
  .wordpress-post-content .--spi-mt-3-pc {
    margin-top: 3rem !important;
  }
  .wordpress-post-content .--spi-mt-m3-pc {
    margin-top: -3rem !important;
  }
}

/** ----------------------------------------------
 * 
 * _spkyujin_style.scss
 * 
 * -------------------------------------------- */
html {
  scroll-behavior: smooth;
}

.wordpress-post-content {
  padding: 32px;
  border-top: 1rem solid var(--theme-color);
  border-bottom: 1rem solid var(--theme-color);
  position: relative;
  z-index: 1;
}
.wordpress-post-content::before {
  content: "";
  position: absolute;
  top: -0.375rem;
  left: 0;
  width: 100%;
  border-top: 2px solid white;
}
.wordpress-post-content::after {
  content: "";
  position: absolute;
  bottom: -0.375rem;
  left: 0;
  width: 100%;
  border-top: 2px solid white;
}
.wordpress-post-content * {
  box-sizing: border-box;
}
.wordpress-post-content figure,
.wordpress-post-content p {
  line-height: 2;
}
.wordpress-post-content table:has(img),
.wordpress-post-content figure:has(img) {
  margin-block-start: 0;
  text-align: center;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1;
}
.wordpress-post-content img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
.wordpress-post-content ul {
  list-style-type: none;
}
.wordpress-post-content table {
  table-layout: fixed;
  width: 100%;
}
.wordpress-post-content .title2 {
  margin-bottom: 2rem;
  color: var(--theme-color);
  text-align: center;
}
.wordpress-post-content .title2-en {
  margin-top: 4rem;
  margin-left: -32px;
  margin-right: -32px;
  color: var(--theme-color);
  text-align: center;
  line-height: 1.4;
}
.wordpress-post-content .title3 {
  margin-top: 2rem;
  font-weight: bold;
  border-left: 0.5rem solid var(--theme-color);
  color: var(--theme-color);
  padding: 0.125em 1em;
  letter-spacing: 0.05rem;
}
.wordpress-post-content .title3 + p {
  background: rgba(255, 255, 255, 0.25);
  margin-top: 0.5rem;
}
.wordpress-post-content .title10 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: var(--theme-color-light2);
  padding: 0.25rem 1rem 0.25rem 6rem;
  border-radius: 100vh;
  font-weight: bold;
  color: var(--theme-color);
  line-height: 1.6;
  position: relative;
}
.wordpress-post-content .title10 img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0.5rem, -50%);
  width: 5rem !important;
}
.wordpress-post-content .grid1 {
  position: relative;
}
.wordpress-post-content .grid1 p {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -100%);
  padding: 0.5rem 1rem 0.25rem;
  border-radius: 100vh 0 0 100vh;
  line-height: 1;
  color: black;
  border: 2px solid black;
  border-right: none;
}
.wordpress-post-content .grid4 {
  background: rgba(255, 255, 255, 0.75);
  border: 2px solid var(--theme-color);
  border-radius: 6px;
  padding: 1rem;
}
.wordpress-post-content .grid4 p {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 1.125rem;
}
.wordpress-post-content .grid4 p i {
  color: var(--theme-color);
  margin-right: 1rem;
  font-size: 1.5rem;
}
.wordpress-post-content .grid4 ul li {
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  border-bottom: 1px dashed var(--theme-color-light5);
  position: relative;
}
.wordpress-post-content .grid4 ul li:first-child {
  border-top: 1px dashed var(--theme-color-light5);
}
.wordpress-post-content .grid4 ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 1.0125rem;
  color: var(--theme-color);
}
.wordpress-post-content .grid5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0.25;
}
.wordpress-post-content .grid5 figure {
  text-align: right;
}
.wordpress-post-content .grid5 img {
  width: 70%;
}
.wordpress-post-content .grid12 {
  margin-top: 1rem;
  border: 1px solid #42ace1;
  border-radius: 6px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
}
.wordpress-post-content .grid12 p:nth-child(1) {
  background: linear-gradient(to bottom, transparent 40%, #cbe8f7 40%, #cbe8f7 70%, transparent 70%);
  font-weight: bold;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  font-size: 1.025em;
}
.wordpress-post-content .grid12.--pink {
  border-color: #E95177;
}
.wordpress-post-content .grid12.--pink p:nth-child(1) {
  background: linear-gradient(to bottom, transparent 40%, rgba(233, 81, 119, 0.2509803922) 40%, rgba(233, 81, 119, 0.2509803922) 70%, transparent 70%);
}
.wordpress-post-content .flex2 {
  display: flex;
  gap: 1rem;
}
.wordpress-post-content .fig3 {
  margin-top: 2rem;
}
.wordpress-post-content .table1 {
  margin-top: 1rem;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 2rem 1rem 3rem;
  background: rgba(255, 255, 255, 0.5);
}
.wordpress-post-content .table1 tbody {
  display: flex;
  flex-direction: column;
}
.wordpress-post-content .table1 tr {
  display: flex;
  flex-direction: column;
}
.wordpress-post-content .table1 tr:nth-child(1) p {
  background: var(--theme-color);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: bold;
  position: relative;
}
.wordpress-post-content .table1 tr:nth-child(1) p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: 1px solid white;
}
.wordpress-post-content .table1 tr:nth-child(1) img {
  height: 8rem;
  width: auto !important;
}
.wordpress-post-content .table1 tr:nth-child(2) {
  font-weight: bold;
  padding: 1rem 0;
  font-size: 1rem;
  position: relative;
}
.wordpress-post-content .table1 tr:nth-child(2)::after {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0);
  content: "";
  display: block;
  width: 5rem;
  height: 0.25rem;
  background: var(--theme-color-light5);
}
.wordpress-post-content .table1 tr:nth-child(3) {
  padding-top: 1rem;
}
.wordpress-post-content .table1 tr:nth-child(3) td {
  text-align: left;
  line-height: 2;
}
.wordpress-post-content .table6 {
  margin-top: 3rem;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  padding: 2rem 1rem 3rem;
  background: rgba(255, 255, 255, 0.5);
}
.wordpress-post-content .table6 tr {
  display: flex;
  flex-direction: column;
}
.wordpress-post-content .table6 tr:nth-child(2) {
  font-weight: bold;
  padding: 1rem 0;
  font-size: 1rem;
}
.wordpress-post-content .table6 tr:nth-child(3) td {
  text-align: left;
}
.wordpress-post-content .table6 td {
  line-height: 2;
}
.wordpress-post-content .lst5 > li {
  background: var(--theme-color);
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: white;
  font-weight: bold;
  line-height: 2;
}

/** ----------------------------------------------
 * 
 * spkyujin_style_pc.scss
 * 
 * -------------------------------------------- */
.wordpress-post-content {
  --padding-left-right-pc: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.wordpress-post-content .is-sp {
  display: none !important;
}
.wordpress-post-content a:hover {
  opacity: 0.75;
}
.wordpress-post-content .inner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wordpress-post-content .fig3 + p {
  margin: 1rem auto;
}
.wordpress-post-content .flex2 {
  gap: 1rem 32px;
  flex-wrap: wrap;
}
.wordpress-post-content .flex2 > * {
  flex: 0 0 calc((100% - 32px) / 2);
  width: calc((100% - 32px) / 2);
}
.wordpress-post-content .table6 tbody {
  display: grid;
  grid-template-areas: "ga1 ga3" "ga2 ga3";
  grid-template-rows: max-content 1fr;
  grid-template-columns: 40% 1fr;
}
.wordpress-post-content .table6 tbody tr:nth-child(1) {
  grid-area: ga1;
}
.wordpress-post-content .table6 tbody tr:nth-child(2) {
  grid-area: ga2;
}
.wordpress-post-content .table6 tbody tr:nth-child(3) {
  grid-area: ga3;
}
.wordpress-post-content .table6 tr:nth-child(1) img {
  width: 100% !important;
}
.wordpress-post-content .table6 tr:nth-child(3) {
  margin-left: 1rem;
}
.wordpress-post-content .lst5 {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

/** ----------------------------------------------
 * 
 * shufu-pita : _index.scss
 * 
 * -------------------------------------------- */
:root {
  --base-color-bg-white: radial-gradient(snow, ghostwhite);
  --base-color-bg-gray: radial-gradient(rgba(204, 204, 204, 0), rgba(204, 204, 204, .125) 80%, rgba(204, 204, 204, .25));
  --base-color-border: rgba(#ccc, .25);
  --theme-color-light1: rgb(237.8181818182, 247.4545454545, 252.2727272727);
  --theme-color-light2: rgb(220.6363636364, 239.9090909091, 249.5454545455);
  --theme-color-light3: rgb(203.4545454545, 232.3636363636, 246.8181818182);
  --theme-color-light4: rgb(186.2727272727, 224.8181818182, 244.0909090909);
  --theme-color-light5: rgb(169.0909090909, 217.2727272727, 241.3636363636);
  --theme-color-light6: rgb(151.9090909091, 209.7272727273, 238.6363636364);
  --theme-color-light7: rgb(134.7272727273, 202.1818181818, 235.9090909091);
  --theme-color-light8: rgb(117.5454545455, 194.6363636364, 233.1818181818);
  --theme-color-light9: rgb(100.3636363636, 187.0909090909, 230.4545454545);
  --theme-color-light10: rgb(83.1818181818, 179.5454545455, 227.7272727273);
  --theme-color: #42ace1;
  --theme-color-dark1: rgb(60, 156.3636363636, 204.5454545455);
  --theme-color-dark2: rgb(54, 140.7272727273, 184.0909090909);
  --theme-color-dark3: rgb(48, 125.0909090909, 163.6363636364);
  --theme-color-dark4: rgb(42, 109.4545454545, 143.1818181818);
  --theme-color-dark5: rgb(36, 93.8181818182, 122.7272727273);
  --theme-color-dark6: rgb(30, 78.1818181818, 102.2727272727);
  --theme-color-dark7: rgb(24, 62.5454545455, 81.8181818182);
  --theme-color-dark8: rgb(18, 46.9090909091, 61.3636363636);
  --theme-color-dark9: rgb(12, 31.2727272727, 40.9090909091);
  --theme-color-dark10: rgb(6, 15.6363636364, 20.4545454545);
  --theme-color-bg-light1: rgb(253, 239.1818181818, 242.6363636364);
  --theme-color-bg-light2: rgb(251, 223.3636363636, 230.2727272727);
  --theme-color-bg-light3: rgb(249, 207.5454545455, 217.9090909091);
  --theme-color-bg-light4: rgb(247, 191.7272727273, 205.5454545455);
  --theme-color-bg-light5: rgb(245, 175.9090909091, 193.1818181818);
  --theme-color-bg-light6: rgb(243, 160.0909090909, 180.8181818182);
  --theme-color-bg-light7: rgb(241, 144.2727272727, 168.4545454545);
  --theme-color-bg-light8: rgb(239, 128.4545454545, 156.0909090909);
  --theme-color-bg-light9: rgb(237, 112.6363636364, 143.7272727273);
  --theme-color-bg-light10: rgb(235, 96.8181818182, 131.3636363636);
  --theme-color-bg: #E95177;
  --theme-color-bg-dark1: rgb(211.8181818182, 73.6363636364, 108.1818181818);
  --theme-color-bg-dark2: rgb(190.6363636364, 66.2727272727, 97.3636363636);
  --theme-color-bg-dark3: rgb(169.4545454545, 58.9090909091, 86.5454545455);
  --theme-color-bg-dark4: rgb(148.2727272727, 51.5454545455, 75.7272727273);
  --theme-color-bg-dark5: rgb(127.0909090909, 44.1818181818, 64.9090909091);
  --theme-color-bg-dark6: rgb(105.9090909091, 36.8181818182, 54.0909090909);
  --theme-color-bg-dark7: rgb(84.7272727273, 29.4545454545, 43.2727272727);
  --theme-color-bg-dark8: rgb(63.5454545455, 22.0909090909, 32.4545454545);
  --theme-color-bg-dark9: rgb(42.3636363636, 14.7272727273, 21.6363636364);
  --theme-color-bg-dark10: rgb(21.1818181818, 7.3636363636, 10.8181818182);
  --theme-color-bg1: radial-gradient(white 10%, var(--theme-color-bg-light1) 97.5%, var(--theme-color-bg-light2));
}

.wordpress-post-content .grid1 {
  margin-top: 2rem;
  position: relative;
}
.wordpress-post-content .grid1 p {
  background: rgba(233, 81, 119, 0.75);
  color: white;
  border-color: white;
}
.wordpress-post-content .disc2 {
  border-color: #E95177;
}
.wordpress-post-content .disc2 strong {
  background: linear-gradient(to bottom, transparent 40%, rgba(233, 81, 119, 0.25) 40%, rgba(233, 81, 119, 0.25) 70%, transparent 70%);
}