@charset "UTF-8";
/** ----------------------------------------------
 * 
 * pc : spkyujin_jw_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-block-start: 0;
  text-align: center;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  line-height: 1;
  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;
}

/** ----------------------------------------------
 * 
 * jwarm : _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(255, 244.5454545455, 231.8181818182);
  --theme-color-light2: rgb(255, 234.0909090909, 208.6363636364);
  --theme-color-light3: rgb(255, 223.6363636364, 185.4545454545);
  --theme-color-light4: rgb(255, 213.1818181818, 162.2727272727);
  --theme-color-light5: rgb(255, 202.7272727273, 139.0909090909);
  --theme-color-light6: rgb(255, 192.2727272727, 115.9090909091);
  --theme-color-light7: rgb(255, 181.8181818182, 92.7272727273);
  --theme-color-light8: rgb(255, 171.3636363636, 69.5454545455);
  --theme-color-light9: rgb(255, 160.9090909091, 46.3636363636);
  --theme-color-light10: rgb(255, 150.4545454545, 23.1818181818);
  --theme-color: darkorange;
  --theme-color-dark1: rgb(231.8181818182, 127.2727272727, 0);
  --theme-color-dark2: rgb(208.6363636364, 114.5454545455, 0);
  --theme-color-dark3: rgb(185.4545454545, 101.8181818182, 0);
  --theme-color-dark4: rgb(162.2727272727, 89.0909090909, 0);
  --theme-color-dark5: rgb(139.0909090909, 76.3636363636, 0);
  --theme-color-dark6: rgb(115.9090909091, 63.6363636364, 0);
  --theme-color-dark7: rgb(92.7272727273, 50.9090909091, 0);
  --theme-color-dark8: rgb(69.5454545455, 38.1818181818, 0);
  --theme-color-dark9: rgb(46.3636363636, 25.4545454545, 0);
  --theme-color-dark10: rgb(23.1818181818, 12.7272727273, 0);
  --theme-color-bg1: radial-gradient(rgba(255, 255, 255, 0.85) 10%, var(--theme-color-light1) 97.5%, var(--theme-color-light2));
}

.wordpress-post-content .grid1 p {
  background: rgba(255, 243, 63, 0.75);
  border-color: white;
}
.wordpress-post-content .grid4 ul li::before {
  top: 0.375rem;
}