@charset "UTF-8";
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert; }

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

/* Remove list styles (bullets/numbers) */
ul, ol {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
  height: auto; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

a {
  cursor: pointer; }

sup, input[type="checkbox"], input[type="radio"], select, strong {
  all: revert; }

html {
  scroll-behavior: smooth;
  font-family: 'Noto Sans JP',"Segoe UI",'Hiragino Kaku Gothic ProN',Helvetica,Arial,"メイリオ",Meiryo,'Hiragino Sans',sans-serif; }

/*mixin*/
/*CSSにSVG記述するときにカラーコード変数で使う場合にカラーコードの#消す ex color("theme")*/
@media screen and (min-width: 1200px) {
  .mini, .tb:not(.pc), .sp {
    display: none !important; } }
@media screen and (max-width: 1199px) {
  .pc:not(.tb) {
    display: none !important; } }
@media screen and (min-width: 801px) and (max-width: 1199px) {
  .mini, .pc:not(.tb), .sp:not(.tb) {
    display: none !important; } }
@media screen and (max-width: 800px) {
  .tb:not(.sp), .pc {
    display: none !important; } }
html, body {
  margin: 0;
  padding: 0;
  line-height: 1.6; }

body {
  /*
  background: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/back.png");
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left bottom;
  @include mq(tb){
  	background-size: cover;
  }
  @include mq(sp){
  	background-size: 150vw;
  }
  &#enquete{
  	background-position: left bottom 80px;
  }
  */ }

@keyframes slideFadeOut {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }
@keyframes slideFadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.alive.anime {
  animation: slideFadeIn 0.5s ease-out forwards; }

.dead.anime {
  animation: slideFadeOut 0.5s ease-out forwards; }

.red {
  color: #e74c3c; }

.bold {
  font-weight: 700; }

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }

.question_title:before, .question_number {
  font-family: 'Roboto', sans-serif;
  font-weight: 800; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
/*結果ページ*/
/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
#result {
  padding: 1px 5%;
  margin-top: -1px; }
  @media screen and (max-width: 560px) {
    #result {
      padding: calc(clamp(1.4px, 63vw, 224px)/2) 5% 0;
      margin-top: calc(0px - clamp(1.4px, 63vw, 224px)/2); } }
  #result .inner {
    background: none;
    margin-top: 0;
    overflow: visible; }
    @media screen and (max-width: 800px) {
      #result .inner {
        margin: 20px 0 50px; } }
  #result .title {
    position: relative; }
    @media screen and (max-width: 399px) {
      #result .title {
        font-size: 5vw; } }
    #result .title .result-penpen {
      width: clamp(120px, 15vw, 250px);
      position: absolute;
      z-index: 1;
      left: 4%;
      top: -30px;
      transform: rotate(-5deg);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 560px) {
        #result .title .result-penpen {
          width: clamp(1px, 45vw, 160px);
          left: calc(50% - (clamp(1px, 45vw, 160px)/2));
          top: calc(0px - clamp(1.4px, 63vw, 224px)/2);
          z-index: 1; } }
      #result .title .result-penpen img.penpen {
        width: clamp(100px, 10vw, 170px);
        animation: step 2s ease-in-out infinite; }
      #result .title .result-penpen img.kamifubuki {
        width: clamp(120px, 15vw, 250px);
        position: absolute; }
        @media screen and (max-width: 560px) {
          #result .title .result-penpen img.kamifubuki {
            width: clamp(1px, 45vw, 160px); } }
@keyframes step {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-6px, -12px) rotate(-2deg); }
  50% {
    transform: translate(0, 0); }
  75% {
    transform: translate(6px, -12px) rotate(2deg); }
  100% {
    transform: translate(0, 0); } }
    @media screen and (max-width: 560px) {
      #result .title .ribbon {
        z-index: 2; } }
    #result .title .small {
      font-size: 80%; }
    @media screen and (max-width: 800px) {
      #result .title .serif {
        font-size: clamp(90%, 4vw, 100%);
        padding-left: 5px;
        padding-right: 5px; } }
    #result .title .serif::before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      bottom: 10px;
      left: -18px;
      position: absolute;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%20103.6%20107%22%3E%3Cpath%20d%3D%22M102.7.5s-41%2075.1-91%2082.5%2091%2023%2091%2023%22%20style%3D%22fill%3A%23fff8de%3Bstroke%3A%23ffe78c%3Bstroke-width%3A10%3Bstroke-miterlimit%3A10%22%2F%3E%3C%2Fsvg%3E"); }
  #result .service {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
    display: grid;
    text-align: left;
    column-gap: 30px;
    row-gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    /* minmax(0, 1fr)で縮小可能に */
    background: white;
    justify-content: center;
    align-items: center;
    margin: 50px;
    padding: 50px;
    border: 1px solid #eee;
    /*		outline: 5px solid #f00;
    		outline-offset: 3px;*/
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/back_block.png");
    z-index: 3;
    margin: clamp(20px, 4vw, 40px) auto;
    padding: clamp(10px, 4vw, 40px) clamp(10px, 5%, 50px) clamp(30px, 4vw, 40px); }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service {
        max-width: 1080px;
        margin-left: auto;
        margin-right: auto; } }
    #result .service:nth-of-type(1) {
      border: 3px solid #ffe5ca;
      /*
      &::before{
      	position: absolute;
      	left: 0%;
      	top: 0;
      	content: "イチオシ";
      	background: #e74c3c;
      	border-radius: 50%;
      	font-weight: 700;
      	display: flex;
      	justify-content: center;
      	align-items: center;
      	color: white;
      	height: 80px;
      	width: 80px;
      	transform: translate(15%,-60%) rotate(-15deg);
      	@include mq(sp){
      		font-size: 14px;
      		height: 65px;
      		width: 65px;
      		transform: translate(15%,-20%) rotate(-15deg);
      	}
      }
      */ }
    #result .service > * {
      max-width: 100%;
      min-width: 0;
      overflow-wrap: break-word; }
    #result .service .name {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto clamp(15px, 1vw, 1em) !important;
      font-size: clamp(20px, 8vw, 28px);
      width: 100%;
      border-bottom: 3px dotted #f18e2b;
      padding-bottom: 0.5em; }
      @media screen and (max-width: 1199px) {
        #result .service .name {
          text-align: center; } }
      @media screen and (max-width: 800px) {
        #result .service .name {
          padding: 0.2em 0.5em 0.5em;
          flex-direction: column; } }
      #result .service .name .tag {
        background: #ffe5ca;
        padding: 6px 10px;
        line-height: 1;
        border-radius: 5px;
        font-size: clamp(16px, 3vw, 18px);
        margin-right: 0.5em;
        justify-content: center; }
        @media screen and (max-width: 800px) {
          #result .service .name .tag {
            margin: 0 0 .5em; } }
    #result .service .number {
      font-size: 135%;
      font-weight: 700; }
    #result .service .table {
      margin-top: clamp(15px, 3vw, 30px); }
      #result .service .table th, #result .service .table td {
        text-align: center;
        vertical-align: middle;
        border-collapse: collapse;
        padding: 10px;
        border: 1px solid #e7e2dd;
        width: 50%; }
        @media screen and (max-width: 800px) {
          #result .service .table th, #result .service .table td {
            display: block;
            width: 100%; } }
      #result .service .table th {
        background: #f7f6f4;
        /*&::after{
        	content: "※";
        	font-size: 10px;
        	display: inline-block;
        	transform: translateY(-5px);
        }*/ }
      #result .service .table td {
        background: white; }
      #result .service .table .number.vivid.bold {
        font-size: clamp(22px, 16vw, 36px); }
    #result .service td:has(.coupon-fuki) {
      position: relative; }
    #result .service .coupon-fuki {
      width: 80%;
      max-width: 320px;
      padding: 0 1em;
      height: 1.5em;
      left: 50%;
      transform: translateX(-50%);
      top: calc(0px - clamp(5px,1vw,20px)); }
    #result .service .img {
      position: absolute;
      top: 0;
      width: clamp(250px, 40vw, 400px);
      aspect-ratio: 16/9;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .3s;
      border: 1px solid #eed; }
      #result .service .img picture {
        display: flex;
        justify-content: center;
        align-items: center; }
      #result .service .img img {
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: top;
        margin: 0 !important; }
      @media screen and (max-width: 800px) {
        #result .service .img {
          position: relative;
          padding: 0 0 clamp(10px, 3vw, 30px) 0;
          height: fit-content;
          width: clamp(250px, 80%, 640px);
          margin-left: auto;
          margin-right: auto;
          border: none; } }
      #result .service .img:hover {
        transform: scale(1.05); }
    #result .service .catch {
      font-size: clamp(17px, 6vw, 22px);
      font-weight: 700;
      margin-bottom: clamp(5px, 1vw, 10px);
      padding-left: clamp(250px, 42vw, 430px); }
      @media screen and (min-width: 801px) and (max-width: 1199px) {
        #result .service .catch {
          font-size: clamp(17px, 2.5vw, 24px); } }
      @media screen and (max-width: 800px) {
        #result .service .catch {
          padding-left: 0;
          font-size: clamp(17px, 4vw, 24px);
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        #result .service .catch br {
          display: none; } }
      @media screen and (min-width: 801px) and (max-width: 1199px) {
        #result .service .catch br {
          display: initial; } }
      @media screen and (max-width: 800px) {
        #result .service .catch br {
          display: none; } }
      @media screen and (max-width: 500px) {
        #result .service .catch br {
          display: initial; } }
    #result .service .exp {
      padding-left: clamp(250px, 42vw, 430px);
      min-height: 150px;
      margin-bottom: 0 !important; }
      @media screen and (max-width: 800px) {
        #result .service .exp {
          padding-left: 0;
          min-height: inherit; } }
    #result .service .campaign {
      font-weight: 700;
      background: #fffddd;
      border-radius: 10px;
      border: 3px solid #ffea9b;
      position: relative;
      margin-top: 30px;
      padding: 30px 30px 20px;
      margin-left: 5px;
      font-size: clamp(16px, 3.5vw, 18px); }
      @media screen and (min-width: 801px) and (max-width: 1199px) {
        #result .service .campaign {
          padding: 30px 25px 25px 25px; } }
      @media screen and (max-width: 800px) {
        #result .service .campaign {
          padding: 30px 15px 25px 15px; } }
      #result .service .campaign li {
        list-style: disc;
        margin-left: 1rem; }
      #result .service .campaign::before {
        top: -15px;
        left: -5px;
        content: "主なキャンペーン・特典";
        position: absolute;
        width: 190px;
        height: 30px;
        background: #ffda18;
        color: #333;
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 600;
        padding-left: 16px;
        border-radius: 3px 0 0 3px;
        /* 両端を三角に切る */
        clip-path: polygon(0 0, 100% 0, 92.5% 50%, 100% 100%, 0 100%, 0% 50%); }
    #result .service .link_buttons {
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      gap: 20px;
      margin-top: clamp(15px, 3vw, 30px); }
      @media screen and (max-width: 800px) {
        #result .service .link_buttons {
          flex-direction: column; } }
    #result .service .link_button {
      width: clamp(180px, 80%, 600px);
      height: fit-content;
      margin: 0 !important;
      padding: clamp(10px, 1.8vw, 18px) clamp(1px, 1vw, 10px);
      filter: drop-shadow(1px 3px 3px #31313120);
      transition: all 0.3s 0s ease;
      background: #ffed64;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: clamp(15px, 3.5vw, 24px);
      font-weight: bold;
      color: #f27a22;
      border: solid 2px #ff9242;
      border-radius: 50px;
      position: relative;
      overflow: hidden;
      text-decoration: none;
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation; }
      #result .service .link_button img.icon {
        position: absolute;
        right: clamp(5px, 1vw, 20px);
        width: clamp(14px, 2vw, 16px); }
      #result .service .link_button span:first-child {
        position: relative;
        transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 10; }
      #result .service .link_button span:last-child {
        color: white;
        display: block;
        position: absolute;
        bottom: 0;
        transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
        z-index: 100;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translateY(225%) translateX(-50%);
        height: 14px;
        line-height: 13px; }
      #result .service .link_button span.link_button_text {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center; }
      #result .service .link_button:after {
        content: "";
        position: absolute;
        bottom: -70%;
        left: 0;
        width: 100%;
        height: 140%;
        background: linear-gradient(90deg, #f99348, #f36a48);
        transform-origin: bottom center;
        transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
        transform: skewY(9.3deg) scaleY(0);
        z-index: 50; }
      #result .service .link_button:hover {
        opacity: 1; }
      #result .service .link_button:hover:after {
        transform-origin: bottom center;
        transform: skewY(9.3deg) scaleY(2); }
      #result .service .link_button:hover span:last-child {
        transform: translateX(-50%) translateY(-50%);
        opacity: 1;
        transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1); }
    @media screen and (min-width: 1200px) {
      #result .service .name {
        grid-row: 1/1; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .name {
        grid-row: 1/1; } }
    @media screen and (max-width: 800px) {
      #result .service .name {
        grid-row: 1/1; } }
    @media screen and (min-width: 1200px) {
      #result .service .name {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .name {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .name {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .img {
        grid-row: 2/2; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .img {
        grid-row: 2/2; } }
    @media screen and (max-width: 800px) {
      #result .service .img {
        grid-row: 2/2; } }
    @media screen and (min-width: 1200px) {
      #result .service .img {
        grid-column: 1/1; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .img {
        grid-column: 1/1; } }
    @media screen and (max-width: 800px) {
      #result .service .img {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .catch {
        grid-row: 2/2; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .catch {
        grid-row: 3/3; } }
    @media screen and (max-width: 800px) {
      #result .service .catch {
        grid-row: 3/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .catch {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .catch {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .catch {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .exp {
        grid-row: 3/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .exp {
        grid-row: 4/4; } }
    @media screen and (max-width: 800px) {
      #result .service .exp {
        grid-row: 4/4; } }
    @media screen and (min-width: 1200px) {
      #result .service .exp {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .exp {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .exp {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .table {
        grid-row: 4/4; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .table {
        grid-row: 5/5; } }
    @media screen and (max-width: 800px) {
      #result .service .table {
        grid-row: 5/5; } }
    @media screen and (min-width: 1200px) {
      #result .service .table {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .table {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .table {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .campaign {
        grid-row: 5/5; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .campaign {
        grid-row: 6/6; } }
    @media screen and (max-width: 800px) {
      #result .service .campaign {
        grid-row: 6/6; } }
    @media screen and (min-width: 1200px) {
      #result .service .campaign {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .campaign {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .campaign {
        grid-column: 1/3; } }
    @media screen and (min-width: 1200px) {
      #result .service .link_buttons {
        grid-row: 6/6; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .link_buttons {
        grid-row: 7/7; } }
    @media screen and (max-width: 800px) {
      #result .service .link_buttons {
        grid-row: 7/7; } }
    @media screen and (min-width: 1200px) {
      #result .service .link_buttons {
        grid-column: 1/3; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result .service .link_buttons {
        grid-column: 1/3; } }
    @media screen and (max-width: 800px) {
      #result .service .link_buttons {
        grid-column: 1/3; } }
  #result #title {
    text-align: center; }
    @media screen and (min-width: 1200px) {
      #result #title {
        padding: 60px 60px 100px; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #result #title {
        padding: 40px 40px 60px; } }
    @media screen and (max-width: 800px) {
      #result #title {
        padding: 50px 20px 40px; } }
  @media screen and (min-width: 1200px) {
    #result #chara {
      padding-bottom: 120px; } }
  @media screen and (min-width: 801px) and (max-width: 1199px) {
    #result #chara {
      padding-bottom: 100px; } }
  @media screen and (max-width: 800px) {
    #result #chara {
      padding-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    #result #recommended {
      padding-bottom: 60px; } }
  @media screen and (min-width: 801px) and (max-width: 1199px) {
    #result #recommended {
      padding-bottom: 50px; } }
  @media screen and (max-width: 800px) {
    #result #recommended {
      padding-bottom: 50px; } }
  @media screen and (min-width: 1200px) {
    #result #back {
      margin-bottom: 60px; } }
  @media screen and (min-width: 801px) and (max-width: 1199px) {
    #result #back {
      margin-bottom: 50px; } }
  @media screen and (max-width: 800px) {
    #result #back {
      margin-bottom: 50px; } }

/*.star_wrap{
	position: relative;
	text-align: center;
	line-height: 0;
	margin: 0;
	max-height: 39px;
	@include mq(sp){
		height: 7vw;
	}
	.star{
		z-index: 1;
		position: relative;
		max-height: 39px;
		width: auto;
		@include mq(sp){
		height: 7vw;
		}
	}
	&::after{
		z-index: 0;
		display: block;
		height: 2px;
		width: 100%;
		content: "";
		background: #ffd800;
		position: absolute;
		left: 0;
		top: 50%;
	}
}*/
#back {
  padding: 10px 30px;
  border-radius: 45px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  transition: .3s;
  background: linear-gradient(120deg, #f99d42, #333); }
  #back:hover {
    transform: scale(1.05); }

header {
  background: linear-gradient(120deg, #f99d42, #333);
  width: 100%;
  height: 76px;
  padding: 18px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  header * {
    line-height: 0; }
  header img {
    max-height: 40px;
    width: 100%; }

footer {
  height: 94px;
  padding: 0 20px 20px 20px;
  color: white;
  font-size: 12px;
  background: linear-gradient(120deg, #f99d42, #333);
  text-align: center; }
  footer .link_wrap {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0; }
    footer .link_wrap a {
      padding: 20px;
      text-decoration: underline; }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
/*質問ページ*/
/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
#question_wrap {
  width: clamp(450px, 50vw, 800px);
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  align-items: center; }
  @media screen and (max-width: 800px) {
    #question_wrap {
      align-items: flex-start;
      width: 100%; } }
  #question_wrap .question_block {
    position: absolute;
    background: #ffffffe3;
    width: clamp(410px, 48vw, 740px);
    border-radius: clamp(1px, 3vw, 20px);
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
    /*
    &:before {
    	content: "";
    	height: 10px;
    	width: 90%;
    	position: absolute;
    	top: 0;
    	left: 50%;
    	background: $theme;
    	transform: translateX(-50%);
    	border-bottom-left-radius: 20px;
    	border-bottom-right-radius: 20px;
    }
    */ }
    @media screen and (max-width: 800px) {
      #question_wrap .question_block {
        width: 100%; } }
    #question_wrap .question_block .question_midashi {
      display: flex;
      font-size: clamp(14px, 3vw, 28px);
      font-weight: bold;
      text-align: center;
      color: #fff;
      background: #f7912c;
      padding: 0.6em 0.5em;
      border-radius: clamp(1px, 3vw, 20px) clamp(1px, 3vw, 20px) 0 0;
      justify-content: center;
      align-items: center; }
      #question_wrap .question_block .question_midashi .fuki {
        position: absolute;
        display: inline-block;
        top: -25px;
        font-size: clamp(1px, 2.5vw, 18px);
        background: #fff01f;
        padding: 8px 10px;
        line-height: 1;
        border-radius: 5px;
        color: #222; }
        @media screen and (max-width: 800px) {
          #question_wrap .question_block .question_midashi .fuki {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            top: 0;
            left: calc(0px - clamp(1px, 2.2vw, 1em));
            padding: 0.5em 1% 0.5em 2%; } }
        #question_wrap .question_block .question_midashi .fuki:before {
          position: absolute;
          bottom: -6px;
          left: 50%;
          transform: translateX(-50%);
          width: 20px;
          height: 10px;
          background-color: #fff01f;
          content: '';
          clip-path: polygon(0 0, 100% 0, 50% 100%); }
          @media screen and (max-width: 800px) {
            #question_wrap .question_block .question_midashi .fuki:before {
              bottom: initial;
              top: calc(50% - 5px);
              left: initial;
              right: -9px;
              transform: translateX(-50%);
              width: 10px;
              height: 10px;
              clip-path: polygon(50% 0, 100% 50%, 50% 100%); } }
    #question_wrap .question_block .question_main {
      padding: 0 clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px); }
    #question_wrap .question_block .question_buttons {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 220px;
      margin-bottom: 1em; }
      @media screen and (max-width: 800px) {
        #question_wrap .question_block .question_buttons {
          width: calc(100vw - 20px - 6vw);
          height: clamp(38vw, 22vh, 43vw); } }
      #question_wrap .question_block .question_buttons label {
        background: #fff;
        color: #333;
        padding: 10px;
        text-align: center;
        font-weight: 700;
        border: solid 2px #e1ddd3;
        border-radius: 10px;
        margin: clamp(1px, 1vw, 10px);
        width: calc(100% - 16px);
        max-width: 580px;
        display: inline-block;
        pointer-events: none;
        cursor: pointer;
        transition: .2s;
        font-size: clamp(15px, 3.5vw, 20px);
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #question_wrap .question_block .question_buttons label:hover {
          cursor: pointer;
          filter: drop-shadow(1px 4px 4px #31313150); }
        @media screen and (max-width: 800px) {
          #question_wrap .question_block .question_buttons label {
            padding: 10px 5px; } }
        #question_wrap .question_block .question_buttons label:after {
          content: "";
          width: 18px;
          height: 18px;
          position: absolute;
          border-radius: 50px;
          right: 10px;
          top: calc(50% - 9px);
          background-image: url(https://www.next-company.co.jp/internet/wp-content/themes/swell_child/img/yajirushi2.svg); }
        #question_wrap .question_block .question_buttons label:hover {
          cursor: pointer;
          border-color: #f99d42; }
        #question_wrap .question_block .question_buttons label img {
          display: block;
          margin: 0 0 0.5em;
          height: 60%;
          object-fit: contain; }
          @media screen and (max-width: 800px) {
            #question_wrap .question_block .question_buttons label img {
              height: clamp(18vw, 10vh, 21vw);
              max-width: 220px; } }
        #question_wrap .question_block .question_buttons label .text {
          display: flex;
          justify-content: center;
          align-items: center;
          min-height: 3em;
          font-size: clamp(12px, 2vw, 18px); }
          @media screen and (max-width: 800px) {
            #question_wrap .question_block .question_buttons label .text {
              line-height: 1.4;
              font-size: clamp(12px, 3.5vw, 18px); } }
      #question_wrap .question_block .question_buttons input {
        display: none; }
    #question_wrap .question_block.alive label {
      animation: enablePointer 0s forwards;
      animation-delay: 0.3s; }
@keyframes enablePointer {
  to {
    pointer-events: auto; } }
    #question_wrap .question_block.dead {
      pointer-events: none !important;
      opacity: 0; }
    #question_wrap .question_block::after {
      display: block;
      max-width: 80px;
      width: 15vw;
      min-width: 60px;
      height: 30vw;
      max-height: 50vh;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      left: 15px;
      top: 0;
      transform: translate(0%, -2%);
      overflow: visible; }
      @media screen and (min-width: 801px) {
        #question_wrap .question_block::after {
          width: 80px;
          top: 0px;
          left: clamp(20px, 2vw, 30px); } }
  #question_wrap .back_question {
    padding: 0;
    width: 120px;
    height: 40px;
    background: initial;
    border: none;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 5; }
    #question_wrap .back_question:hover {
      cursor: pointer;
      text-decoration: underline; }
    #question_wrap .back_question img {
      transform: translateY(-1px);
      height: 14px;
      width: 16px;
      margin: 5px !important; }
  #question_wrap .question_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: clamp(14px, 2.6vw, 20px);
    font-weight: 700;
    padding: 1em 0.6em; }
    @media screen and (max-width: 800px) {
      #question_wrap .question_title {
        font-size: clamp(14px, 4vw, 24px);
        display: inline-block;
        margin-top: 0;
        padding: 0.5em;
        width: 100%;
        text-align: center; } }
    #question_wrap .question_title::before {
      content: "Q";
      background: #f7912c;
      color: #fff;
      display: inline-flex;
      justify-content: center;
      width: clamp(40px, 8vw, 50px);
      height: clamp(21px, 4.5vw, 28px);
      border-radius: 3px;
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: center;
      margin-right: 1em;
      font-size: clamp(15px, 3.5vw, 18px);
      letter-spacing: 0.1em;
      align-items: center; }
      @media screen and (max-width: 800px) {
        #question_wrap .question_title::before {
          transform: translateY(0px); } }
      @media screen and (max-width: 399px) {
        #question_wrap .question_title::before {
          transform: translateY(0px); } }
  #question_wrap .question_number {
    color: #aca49f;
    letter-spacing: .1em; }

#question_block1 .question_title:before {
  content: "Q1"; }

#question_block2 .question_title:before {
  content: "Q2"; }

#question_block3 .question_title:before {
  content: "Q3"; }

#question_block4 .question_title:before {
  content: "Q4"; }

#question_block5 .question_title:before {
  content: "Q5"; }

#question_block6 .question_title:before {
  content: "Q6"; }

/*
#question_block1{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q1.png");
	}
}
#question_block2{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q2.png");
	}
}
#question_block3{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q3.png");
	}
}
#question_block4{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q4.png");
	}
}
#question_block5{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q5.png");
	}
}
#question_block6{
	&::after{
		background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/q6.png");
	}
}
*/
.question_bottom {
  position: relative;
  text-align: center; }

.question_number::before {
  content: "";
  display: block;
  width: clamp(100px, 10vw, 156px);
  height: clamp(19px, 2vw, 30px);
  background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/flow-mini3-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 5px; }
.question_number.number2:before {
  background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/flow-mini3-2.png"); }
.question_number.number3:before {
  background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/flow-mini3-3.png"); }

#question_wrap #question_block1 .question_buttons {
  flex-wrap: wrap;
  align-content: center;
  position: relative; }
  @media screen and (max-width: 800px) {
    #question_wrap #question_block1 .question_buttons {
      flex-direction: row; } }
  #question_wrap #question_block1 .question_buttons label {
    width: clamp(1px, calc(31% - clamp(1px, 1vw, 10px)), 130px);
    aspect-ratio: 300 / 120;
    padding: 0;
    height: fit-content;
    border-radius: 5px;
    position: relative; }
    #question_wrap #question_block1 .question_buttons label:after {
      content: none; }
    #question_wrap #question_block1 .question_buttons label img {
      margin-bottom: 0;
      object-fit: contain;
      height: 100%;
      max-width: 100%; }
      @media screen and (max-width: 800px) {
        #question_wrap #question_block1 .question_buttons label img {
          height: 10vw; } }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
/*導入ページ*/
/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
#intro_wrap {
  position: relative;
  padding: 50px 10px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    #intro_wrap {
      padding: 20px 0px; } }
  #intro_wrap::before {
    opacity: .8;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/ashirai.png"), url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/ashirai.png");
    background-position: left 20px top 20px,right 20px bottom 20px;
    background-repeat: no-repeat;
    background-size: clamp(0px, 16vw, 200px) auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    @media screen and (min-width: 1200px) {
      #intro_wrap::before {
        background-position: left calc(50vw - 700px) top 30px, right calc(50vw - 700px) bottom 30px; } }

#intro .inner {
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
  background-image: url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/back_room.png"), url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/back_floor.png"), url("/internet/wp-content/themes/swell_child/agency/shindan/result/img/back_block.png");
  background-repeat: no-repeat,repeat-x,repeat;
  background-size: clamp(1px, 60vw, 600px) auto, clamp(1px, 60vw, 600px) auto, 20px 20px;
  background-position: bottom;
  padding-top: 40px;
  padding-bottom: clamp(1px, 22vw, 230px);
  width: calc(100% - 40px); }
  @media screen and (max-width: 800px) {
    #intro .inner {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 800px) {
    #intro .inner h2 {
      display: none; } }
  #intro .inner #logo {
    max-width: 90%; }
    @media screen and (max-width: 800px) {
      #intro .inner #logo {
        margin-bottom: -15px; } }
  #intro .inner #main {
    max-width: 600px;
    width: 100%; }
  #intro .inner .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    margin: 15px auto; }
    @media screen and (max-width: 800px) {
      #intro .inner .flex {
        flex-direction: column-reverse;
        width: 94%; } }
    #intro .inner .flex img {
      width: 120px; }
      @media screen and (max-width: 800px) {
        #intro .inner .flex img {
          width: 100px;
          transform: translateY(-15px);
          z-index: 1; } }
    #intro .inner .flex .serif {
      padding: 25px;
      background-color: rgba(255, 248, 222, 0.5);
      border: 2px solid #ffe78c;
      border-radius: 10px;
      position: relative; }
      @media screen and (max-width: 800px) {
        #intro .inner .flex .serif {
          width: 108%;
          font-size: clamp(90%, 4vw, 100%);
          padding-left: 5px;
          padding-right: 5px;
          max-width: 340px; } }
      #intro .inner .flex .serif::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        bottom: 10px;
        left: -18px;
        position: absolute;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20viewBox%3D%220%200%20103.6%20107%22%3E%3Cpath%20d%3D%22M102.7.5s-41%2075.1-91%2082.5%2091%2023%2091%2023%22%20style%3D%22fill%3A%23fff8de%3Bstroke%3A%23ffe78c%3Bstroke-width%3A10%3Bstroke-miterlimit%3A10%22%2F%3E%3C%2Fsvg%3E"); }
        @media screen and (max-width: 800px) {
          #intro .inner .flex .serif::before {
            transform: rotate(-74deg);
            bottom: -11px;
            left: 53%; } }
  #intro .inner .text {
    padding: 20px 0; }
    #intro .inner .text h2 {
      font-size: clamp(18px, 6vw, 175%);
      font-weight: 700; }
      @media screen and (min-width: 1200px) {
        #intro .inner .text h2 {
          padding-bottom: 30px; } }
      @media screen and (min-width: 801px) and (max-width: 1199px) {
        #intro .inner .text h2 {
          padding-bottom: 20px; } }
      @media screen and (max-width: 800px) {
        #intro .inner .text h2 {
          padding-bottom: 10px; } }
  #intro .inner .link_button {
    margin-bottom: 15px; }
    @media screen and (min-width: 1200px) {
      #intro .inner .link_button {
        margin-top: 40px; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #intro .inner .link_button {
        margin-top: 30px; } }
    @media screen and (max-width: 800px) {
      #intro .inner .link_button {
        margin-top: 15px; } }
  #intro .inner #chara_wrap {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    transform: translateY(10px);
    width: calc(100% - 10px);
    margin-left: 5px; }
    #intro .inner #chara_wrap img {
      width: calc(14% - 2px);
      margin-left: 1px;
      margin-right: 1px;
      max-width: 100px; }
@keyframes jump {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
      #intro .inner #chara_wrap img.jump {
        animation: jump .5s ease; }
    @media screen and (max-width: 640px) {
      #intro .inner #chara_wrap {
        width: 100%;
        padding-top: 30px;
        margin-left: 0px;
        transform: translateY(5px); }
        #intro .inner #chara_wrap img {
          width: calc(12% - 2px);
          margin-left: 1px;
          margin-right: 1px;
          max-width: 100px; }
      @keyframes jump {
        0% {
          transform: translateY(0); }
        50% {
          transform: translateY(-5px); }
        100% {
          transform: translateY(0); } }
          #intro .inner #chara_wrap img.jump {
            animation: jump .5s ease; } }

/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
/*会社概要*/
/*～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～*/
#company .inner {
  padding: 60px 10px 60px;
  max-width: 1000px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media screen and (min-width: 1200px) {
    #company .inner {
      margin: 80px auto; } }
  @media screen and (min-width: 801px) and (max-width: 1199px) {
    #company .inner {
      margin: 60px auto; } }
  @media screen and (max-width: 800px) {
    #company .inner {
      margin: 40px auto; } }
  #company .inner .text h2 {
    font-size: clamp(18px, 6vw, 175%);
    font-weight: 700; }
    @media screen and (min-width: 1200px) {
      #company .inner .text h2 {
        padding-bottom: 30px; } }
    @media screen and (min-width: 801px) and (max-width: 1199px) {
      #company .inner .text h2 {
        padding-bottom: 20px; } }
    @media screen and (max-width: 800px) {
      #company .inner .text h2 {
        padding-bottom: 10px; } }
#company table {
  margin-left: auto;
  margin-right: auto; }
  #company table th, #company table td {
    padding: 15px; }
  #company table td {
    border: 1px solid #f99d42; }
  #company table tr:first-child th {
    border-top: none; }
  #company table tr:last-child th {
    border-bottom: none; }
  #company table th {
    border: 1px solid white;
    background: #f99d42;
    color: white; }
  @media screen and (max-width: 800px) {
    #company table th, #company table td {
      display: block;
      width: 100%;
      margin-bottom: -2px; }
    #company table th {
      border: none; } }

.note-nuro {
  display: none;
  font-size: clamp(12px, 1vw, 14px);
  color: #777371;
  transition: .3s ease;
  padding: 0.5em;
  background: #e9e8e6;
  border-radius: 5px;
  position: absolute;
  bottom: 0; }
  .note-nuro:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #e9e8e6;
    z-index: 0; }

#question_wrap #question_block1:has(.active) .note-nuro {
  display: block; }

.ribbon {
  width: 100%;
  padding: 10px 40px 10px 40px;
  background: #ffe5ca;
  font-size: clamp(15px, 5vw, 28px);
  line-height: 1.4;
  color: #3d3834;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 40px auto 30px;
  border: solid 3px #f7912c;
  --r: 1.5em;
  padding-inline: calc(var(--r) + .3em);
  clip-path: polygon(1% 0, 99% 0, calc(100% - var(--r)) 50%, 99% 100%, 1% 100%, var(--r) 50%); }

/* Animation */
.pyon {
  animation: bikkuri01 2.3s both infinite; }

@keyframes bikkuri01 {
  100%,
	50%,
	35%,
	25%,
	0% {
    transform: translateY(0); }
  30% {
    transform: translateY(-20px); }
  40% {
    transform: translateY(-10px); } }
