@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.bounce-in-top {
  animation: bounce-in-top 0.8s both;
  opacity: 0;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-100px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-2px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.bounce {
  animation: bounce 1.1s both;
}

@keyframes bounce {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
/*フェードイン*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: ease-out;
  animation-fill-mode: both;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*左から右*/
.bgLRextend {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: ease-out;
  animation-fill-mode: both;
  width: 100%;
  height: 10px;
  background-color: #FFE100; /*伸びる背景色の設定*/
}

.bgLRextendTrigger {
  transform: scaleX(0);
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
/*ポップアニメーション*/
.pop {
  animation-name: popAnime;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  opacity: 0;
}

.popTrigger {
  opacity: 0;
}

@keyframes popAnime {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
@media screen and (max-width: 569px) {
  @keyframes popAnime {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(0);
    }
    90% {
      opacity: 1;
      transform: scale(1.05) translateY(0);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0px);
    }
  }
}
@keyframes loop01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop02 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeColorRed {
  animation-name: fadeColorAnimeRed;
  animation-delay: 0.5s;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

@keyframes fadeColorAnimeRed {
  from {
    background-color: #FFF;
  }
  to {
    background-color: #D9000C;
  }
}
.fadeColorBlackTrigger {
  transition: all 1.5s;
}

.fadeColorBlack {
  animation-name: fadeColorAnimeBlack;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transition: all 1.5s;
}

@keyframes fadeColorAnimeBlack {
  from {
    background-color: #FFF;
  }
  to {
    background-color: #000;
  }
}
.inner {
  width: min(510px, 89.4736842105vw);
  height: auto;
  margin: auto;
}
@media print, screen and (min-width: 570px) {
  .inner {
    width: 1000px;
  }
}

.header {
  width: 100%;
  height: auto;
}
.header .inner {
  width: 100%;
  height: auto;
}
.header__main {
  padding: 12px 5.2631578947vw 12px;
}
.header__main a {
  width: 160px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 569px) {
  .header__main a {
    width: 96px;
    height: auto;
  }
}

.footer {
  width: 100%;
  height: auto;
}
.footer .inner {
  width: 100%;
  height: auto;
}
.footer__main {
  width: 1000px;
  height: auto;
  margin: auto;
}
@media print, screen and (min-width: 570px) {
  .footer__main {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 569px) {
  .footer__main {
    width: 100%;
    padding: 20px 5.33% 100px;
  }
}
.footer__main h2 {
  width: 262px;
  height: auto;
}
@media screen and (max-width: 569px) {
  .footer__main h2 {
    width: 56.12%;
    height: auto;
    margin: auto;
  }
}
.footer__main-text {
  width: 700px;
  height: auto;
}
@media screen and (max-width: 569px) {
  .footer__main-text {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
.footer__main-text p {
  font-size: clamp(1.3rem, 1.3vw, 1.3rem);
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: justify;
  color: #000;
}
.footer__main-text p:last-of-type {
  margin-top: 10px;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
.footer__main-text ul {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__main-text ul li {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  font-weight: 400;
  line-height: 1.4285714286;
  text-align: justify;
  color: #000;
}

.common__breadcrumb {
  width: 100%;
  height: auto;
  padding-top: 107px;
  background-color: #D9000C;
}
@media screen and (max-width: 569px) {
  .common__breadcrumb {
    display: none;
  }
}
.common__breadcrumb-inner {
  max-width: 1124px;
  width: 80.2857142857vw;
  margin: auto;
  padding: 2.1428571429vw 0;
}
@media print, screen and (min-width: 1401px) {
  .common__breadcrumb-inner {
    padding: 30px 0;
  }
}
.common__breadcrumb ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.common__breadcrumb ul li {
  display: flex;
  justify-content: flex-start;
  font-size: clamp(0.8rem, 0.8571428571vw, 1.6rem);
  line-height: 1;
  font-weight: 400;
  color: #FFF;
}
@media print, screen and (min-width: 1401px) {
  .common__breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.common__breadcrumb ul li:not(:first-of-type)::before {
  content: "";
  margin-left: 0.7142857143vw;
  padding-left: 0.7142857143vw;
  border-left: 1px solid #FFF;
}
@media print, screen and (min-width: 1401px) {
  .common__breadcrumb ul li:not(:first-of-type)::before {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.common__breadcrumb ul li a {
  font-size: clamp(0.8rem, 0.8571428571vw, 1.6rem);
  line-height: 1;
  font-weight: 400;
  color: #FFF;
  text-decoration: underline;
}
@media print, screen and (min-width: 1401px) {
  .common__breadcrumb ul li a {
    font-size: 1.2rem;
  }
}
.common__category {
  width: 100%;
  height: auto;
}
.common__category-inner {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 569px) {
  .common__category-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.common__category-title {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 0 15vw 0;
  background-color: #D9000C;
}
@media print, screen and (min-width: 1401px) {
  .common__category-title {
    padding: 0 0 210px 0;
  }
}
@media screen and (max-width: 569px) {
  .common__category-title {
    padding: 130px 0 23.2558139535vw 0;
  }
}
.common__category-title h1 {
  max-width: 1124px;
  width: 80.2857142857vw;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-direction: column;
}
.common__category-title h1 span:first-of-type {
  order: 2;
  margin-top: 0.7142857143vw;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  display: inline-block;
}
@media print, screen and (min-width: 1401px) {
  .common__category-title h1 span:first-of-type {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 569px) {
  .common__category-title h1 span:first-of-type {
    margin-top: 1.8604651163vw;
  }
}
.common__category-title h1 span:last-of-type {
  order: 1;
  font-size: clamp(2rem, 1.5714285714vw, 2.2rem);
  line-height: 1;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #FFF;
  display: inline-block;
}
@media print, screen and (min-width: 1401px) {
  .common__category-title h1 span:last-of-type {
    font-size: 2.2rem;
  }
}
.common__header-inner {
  max-width: 1124px;
  width: 80.2857142857vw;
  height: auto;
  margin: auto;
  padding-bottom: 7.1428571429vw;
  position: relative;
}
@media print, screen and (min-width: 1401px) {
  .common__header-inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 569px) {
  .common__header-inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.common__header-main {
  width: 100%;
  height: auto;
  margin: auto;
  padding-top: 6.4285714286vw;
  position: relative;
  z-index: 150;
}
@media print, screen and (min-width: 1401px) {
  .common__header-main {
    padding-top: 90px;
  }
}
@media screen and (max-width: 569px) {
  .common__header-main {
    order: 2;
    width: 83.2558139535vw;
    padding-top: 40px;
  }
}
.common__header-main h2 {
  font-size: clamp(2.8rem, 4.5714285714vw, 6.4rem);
  line-height: 1.25;
  font-weight: 600;
}
@media screen and (max-width: 569px) {
  .common__header-main h2 {
    line-height: 1.3571428571;
  }
}
.common__header-main h2.product span:nth-of-type(3)::after {
  content: "";
  display: block;
}
.common__header-main h2.company span:nth-of-type(7)::after {
  content: "";
  display: block;
}
.common__header-main h2.manufacturing span:nth-of-type(5)::after {
  content: "";
  display: block;
}
@media print, screen and (min-width: 570px) {
  .common__header-main h2.recruit span {
    position: relative;
  }
}
@media print, screen and (min-width: 570px) {
  .common__header-main h2.recruit span::before {
    content: "";
    width: 5.2857142857vw;
    height: 5.2857142857vw;
    position: absolute;
    top: 0.8571428571vw;
    left: -0.3571428571vw;
    background-color: #900;
    z-index: -10;
  }
}
@media print, screen and (min-width: 1401px) {
  .common__header-main h2.recruit span::before {
    content: "";
    width: 75px;
    height: 75px;
    position: absolute;
    top: 12px;
    left: -5px;
    background-color: #900;
    z-index: -10;
  }
}
.common__header-main h2.recruit span:nth-of-type(5)::after {
  content: "";
  display: block;
}
.common__header-main h2.group {
  padding-bottom: 6.2142857143vw;
}
@media print, screen and (min-width: 1401px) {
  .common__header-main h2.group {
    padding-bottom: 87px;
  }
}
@media screen and (max-width: 569px) {
  .common__header-main h2.group {
    padding-bottom: 0;
  }
}
.common__header-main h2.group span:nth-of-type(9)::after {
  content: "";
  display: block;
}
.common__header-main p {
  max-width: 839px;
  width: 59.9285714286vw;
  height: auto;
  margin: 12.8571428571vw 0 0 auto;
  font-size: clamp(1.2rem, 1.1428571429vw, 1.6rem);
  line-height: 1.875;
  font-weight: 600;
  text-align: justify;
}
@media print, screen and (min-width: 1401px) {
  .common__header-main p {
    margin: 180px 0 0 auto;
  }
}
@media screen and (max-width: 569px) {
  .common__header-main p {
    order: 3;
    width: 100%;
    margin: 25px auto auto auto;
  }
}
.common__header-main p:not(:first-of-type) {
  margin-top: 2.1428571429vw;
}
@media print, screen and (min-width: 1401px) {
  .common__header-main p:not(:first-of-type) {
    margin-top: 30px;
  }
}
.common__header-main p span {
  display: block;
}
.common__header-main p.company {
  letter-spacing: -0.01em;
}
.common__header-visual {
  max-width: 839px;
  width: 59.9285714286vw;
  height: auto;
  position: absolute;
  top: -12.2857142857vw;
  right: 0;
  z-index: 100;
}
@media print, screen and (min-width: 1401px) {
  .common__header-visual {
    top: -172px;
  }
}
@media screen and (max-width: 569px) {
  .common__header-visual {
    order: 1;
    width: 83.2558139535vw;
    margin: -14.8837209302vw auto auto auto;
    position: relative;
    top: 0;
    right: auto;
  }
}
.common__content ul {
  border-top: 1px solid #DADADA;
}
.common__content ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DADADA;
}
@media screen and (max-width: 569px) {
  .common__content ul li {
    padding: 9.3023255814vw 8.3720930233vw 5.8139534884vw 8.3720930233vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.common__content ul li .text {
  width: 50%;
  height: auto;
  box-sizing: content-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
@media screen and (max-width: 569px) {
  .common__content ul li .text {
    width: 100%;
  }
}
.common__content ul li .text h3 {
  width: 100%;
  height: auto;
  padding: 0 0 0.1428571429vw 2.1428571429vw;
  border-left: 2px solid #D9000C;
  font-size: clamp(2rem, 2.2857142857vw, 4rem);
  line-height: 1.3125;
  font-weight: 600;
}
.common__content ul li .text h3 span {
  display: block;
}
@media screen and (max-width: 569px) {
  .common__content ul li .text h3 {
    margin-top: 5.8139534884vw;
    padding: 0 0 0.6976744186vw 4.6511627907vw;
  }
}
.common__content ul li .text > p {
  width: 100%;
  height: auto;
  margin-top: 2.8571428571vw;
  font-size: clamp(1.2rem, 1.1428571429vw, 2rem);
  line-height: 1.875;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 569px) {
  .common__content ul li .text > p {
    margin-top: 5.8139534884vw;
  }
}
.common__content ul li .text__button {
  margin: 2.8571428571vw 0 0 auto;
  text-align: right;
}
.common__content ul li .image {
  width: 50%;
  height: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 569px) {
  .common__content ul li .image {
    width: 100%;
  }
}
.common__content ul li .image p {
  width: 32.7857142857vw;
  height: auto;
}
@media screen and (max-width: 569px) {
  .common__content ul li .image p {
    width: 100%;
  }
}
.common__content ul li:nth-of-type(odd) .text {
  order: 1;
  padding: 7.1428571429vw 7.1428571429vw 7.1428571429vw 9.8571428571vw;
}
@media screen and (max-width: 569px) {
  .common__content ul li:nth-of-type(odd) .text {
    padding: 0;
    order: 2;
  }
}
.common__content ul li:nth-of-type(odd) .image {
  order: 2;
  padding: 7.1428571429vw 9.8571428571vw 7.1428571429vw 7.1428571429vw;
  border-left: 1px solid #DADADA;
}
@media screen and (max-width: 569px) {
  .common__content ul li:nth-of-type(odd) .image {
    order: 1;
    padding: 0;
    border-left: none;
  }
}
.common__content ul li:nth-of-type(even) .text {
  order: 2;
  padding: 7.1428571429vw 9.8571428571vw 7.1428571429vw 7.1428571429vw;
}
@media screen and (max-width: 569px) {
  .common__content ul li:nth-of-type(even) .text {
    padding: 0;
  }
}
.common__content ul li:nth-of-type(even) .image {
  order: 1;
  padding: 7.1428571429vw 7.1428571429vw 7.1428571429vw 9.8571428571vw;
  border-right: 1px solid #DADADA;
}
@media screen and (max-width: 569px) {
  .common__content ul li:nth-of-type(even) .image {
    padding: 0;
    border-right: none;
  }
}
.common__contact {
  width: 100%;
  height: auto;
  background-color: #EFEFEF;
}
.common__contact-inner {
  max-width: 11124px;
  width: 80.2857142857vw;
  height: auto;
  margin: auto;
  padding: 5.7142857143vw 0 5.3571428571vw 0;
  text-align: center;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-inner {
    padding: 80px 0 75px 0;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-inner {
    width: 83.2558139535vw;
    padding: 11.6279069767vw 0 11.6279069767vw 0;
  }
}
.common__contact-title h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: column;
}
.common__contact-title h2 span:first-of-type {
  order: 2;
  margin: 0.7142857143vw 0 0 0;
  font-size: clamp(1.2rem, 1.1428571429vw, 1.6rem);
  line-height: 1;
  font-weight: 600;
  color: #222222;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-title h2 span:first-of-type {
    margin: 10px 0 0 0 0;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-title h2 span:first-of-type {
    margin: 1.3953488372vw 0 0 0;
  }
}
.common__contact-title h2 span:last-of-type {
  order: 1;
  font-size: clamp(3rem, 2.5714285714vw, 3.6rem);
  line-height: 1;
  font-weight: 600;
  color: #222222;
  font-family: "Roboto", sans-serif;
}
.common__contact-button {
  text-align: center;
  margin: 2.1428571429vw auto 0 auto;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-button {
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-button {
    margin: 20px auto 0 auto;
  }
}
.common__contact-button a {
  max-width: 458px;
  width: 32.7142857143vw;
  height: auto;
  background-color: #5F5F5F;
  display: inline-block;
  transition: all 0.5s ease;
}
@media screen and (max-width: 569px) {
  .common__contact-button a {
    width: 100%;
  }
}
.common__contact-button a p {
  max-width: 458px;
  width: 32.7142857143vw;
  height: auto;
  padding: 1.2857142857vw 0 1.4285714286vw 0;
  font-size: clamp(1.2rem, 1.1428571429vw, 1.6rem);
  line-height: 1;
  font-weight: 600;
  color: #FFF;
  position: relative;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-button a p {
    padding: 18px 0 20px 0;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-button a p {
    width: 100%;
    padding: 18px 0 20px 0;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
    line-height: 1;
  }
}
.common__contact-button a p::after {
  content: "";
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  right: 1.3571428571vw;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-button a p::after {
    width: 8px;
    height: 8px;
    right: 19px;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-button a p::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.common__contact-button a:hover {
  background-color: #D9000C;
}
.common__contact-button a:hover p::after {
  width: 0.3571428571vw;
  height: 0.3571428571vw;
  border-radius: 0.7142857143vw;
  background-color: #FFF;
}
@media print, screen and (min-width: 1401px) {
  .common__contact-button a:hover p::after {
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 569px) {
  .common__contact-button a:hover p::after {
    width: 5px;
    height: 5px;
  }
}

.loading {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #FFF;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1000ms;
}

.hidden {
  display: none;
}

main {
  background-color: #F9D9D8;
}
@media print, screen and (min-width: 570px) {
  main {
    position: relative;
    background-image: url(../img/bg_mv.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 10000px 3508px;
  }
}

nav {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width: 569px) {
  nav {
    top: auto;
    bottom: 0;
  }
}
nav ul {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 569px) {
  nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    background-color: #0097e0;
  }
}
@media screen and (max-width: 569px) {
  nav ul li:first-of-type {
    flex-basis: 43.33%;
  }
}
nav ul li:last-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 569px) {
  nav ul li:last-of-type {
    margin-top: 0;
    flex-basis: 56.67%;
  }
}
nav ul li a {
  display: block;
  transition: all 0.3s;
}
nav ul li a:hover {
  opacity: 0.8;
}

.home {
  width: 100%;
  height: auto;
}
.home__visual {
  width: 1020px;
  height: 1058px;
  margin: auto;
}
@media print, screen and (min-width: 570px) {
  .home__visual {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 569px) {
  .home__visual {
    width: 100%;
    height: auto;
  }
}
.home__visual .inner {
  width: 100%;
}
.home__visual-main {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 569px) {
  .home__visual-main {
    width: 100%;
    height: auto;
  }
}
.home__self {
  width: 100%;
  height: auto;
  padding: 1168px 0 80px;
}
@media screen and (max-width: 569px) {
  .home__self {
    padding: 50px 5.33% 40px;
  }
}
.home__self .inner {
  width: 1000px;
  height: auto;
  margin: auto;
  background-color: #FFF;
}
@media screen and (max-width: 569px) {
  .home__self .inner {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.home__self-main {
  width: 100%;
  height: auto;
  padding: 100px 50px 0;
  position: relative;
}
@media screen and (max-width: 569px) {
  .home__self-main {
    padding: 30px 5.33% 0;
  }
}
.home__self-main::before {
  content: "";
  width: 508px;
  height: 117px;
  margin: -190px auto auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/img_binder.png);
  background-repeat: no-repeat;
  background-size: 508px 117px;
  display: block;
}
@media screen and (max-width: 569px) {
  .home__self-main::before {
    width: 171px;
    height: 40px;
    margin: -60px auto auto;
    background-image: url(../img/img_binder-sp.png);
    background-size: 171px 40px;
  }
}
.home__self-main a {
  transition: all 0.3s;
}
.home__self-main a:first-of-type {
  width: 360px;
  height: auto;
  display: block;
  position: absolute;
  top: 247px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 569px) {
  .home__self-main a:first-of-type {
    width: 81.09%;
    height: auto;
    top: calc(30px + 35.0877192982vw);
  }
}
.home__self-main a:last-of-type {
  width: 180px;
  height: auto;
  position: absolute;
  top: 115px;
  right: 100px;
}
@media screen and (max-width: 569px) {
  .home__self-main a:last-of-type {
    width: 64.48%;
    height: auto;
    top: calc(30px + 58.2456140351vw);
    left: 9%;
  }
}
.home__self-main a:hover {
  opacity: 0.8;
}
.home__self-sub {
  width: 100%;
  height: auto;
  padding: 25px 38px 65px;
}
@media screen and (max-width: 569px) {
  .home__self-sub {
    padding: 15px 5.33% 40px;
  }
}
.home__flow {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #FFF;
}
@media screen and (max-width: 569px) {
  .home__flow {
    padding: 40px 0;
  }
}
.home__flow-main {
  margin-top: 60px;
}
@media screen and (max-width: 569px) {
  .home__flow-main {
    width: 82.84%;
    height: auto;
    margin: 30px auto auto;
  }
}
.home__paid {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #FFF;
}
@media screen and (max-width: 569px) {
  .home__paid {
    padding: 40px 0;
  }
}
@media screen and (max-width: 569px) {
  .home__paid .inner {
    width: 100%;
  }
}
.home__paid-sub {
  margin-top: 60px;
}
@media screen and (max-width: 569px) {
  .home__paid-sub {
    padding: 0 5.33%;
  }
}
.home__form {
  width: 100%;
  height: auto;
  padding: 40px 0 80px;
  background-color: #1FAA39;
}
@media screen and (max-width: 569px) {
  .home__form {
    padding: 20px 0 40px;
  }
}
.home__form iframe {
  width: 100%;
  height: 1600px;
  margin-top: 40px;
  border-radius: 40px;
}
@media screen and (max-width: 569px) {
  .home__form iframe {
    margin-top: 20px;
    border-radius: 20px;
  }
}
.home__question {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background-color: #F9D9D8;
}
@media screen and (max-width: 569px) {
  .home__question {
    padding: 40px 0;
  }
}
.home__question-title {
  width: 100%;
  height: auto;
}
.home__question-main ul {
  width: 100%;
  height: auto;
}
.home__question-main ul li {
  margin-top: 4.3859649123vw;
  padding: 10px 10px;
  background-color: #FFF;
  border: 1px solid #E53C57;
  border-radius: 10px;
}
@media print, screen and (min-width: 570px) {
  .home__question-main ul li {
    margin-top: 25px;
    padding: 20px 30px;
  }
}
.home__question-main ul li h3 {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 3.6842105263vw, 2.1rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.05rem;
  color: #E53C57;
  text-align: center;
  transition: all 0.5s ease;
}
.home__question-main ul li h3::before, .home__question-main ul li h3::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #E53C57;
}
@media screen and (max-width: 569px) {
  .home__question-main ul li h3::before, .home__question-main ul li h3::after {
    width: 15px;
    height: 2px;
  }
}
.home__question-main ul li h3::before {
  top: 48%;
  right: 25px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 569px) {
  .home__question-main ul li h3::before {
    top: 46%;
    right: 10px;
  }
}
.home__question-main ul li h3::after {
  top: 48%;
  right: 25px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 569px) {
  .home__question-main ul li h3::after {
    top: 46%;
    right: 10px;
  }
}
.home__question-main ul li h3.close::before {
  transform: rotate(225deg);
}
.home__question-main ul li h3.close::after {
  transform: rotate(315deg);
}
.home__question-main ul li .box {
  display: none;
  margin-top: 10px;
}
.home__question-main ul li .box p {
  font-size: clamp(1rem, 3.1578947368vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5217391304;
  text-align: justify;
  color: #000;
}
.home__contact {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #1FAA39;
}
@media screen and (max-width: 569px) {
  .home__contact {
    padding: 40px 5.33%;
  }
}
.home__contact .inner {
  width: 100%;
}
.home__contact-title h2 {
  width: 661px;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 569px) {
  .home__contact-title h2 {
    width: 100%;
  }
}
.home__contact-main {
  width: 1000px;
  height: auto;
}
@media print, screen and (min-width: 570px) {
  .home__contact-main {
    margin: 25px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 569px) {
  .home__contact-main {
    width: 100%;
    margin: 15px auto 0;
  }
}
.home__contact-main a {
  display: block;
  transition: all 0.3s;
}
.home__contact-main a:first-of-type {
  width: 435px;
  height: auto;
}
@media screen and (max-width: 569px) {
  .home__contact-main a:first-of-type {
    width: 100%;
  }
}
.home__contact-main a:last-of-type {
  width: 540px;
  height: auto;
}
@media screen and (max-width: 569px) {
  .home__contact-main a:last-of-type {
    width: 100%;
    margin-top: 15px;
  }
}
.home__contact-main a:hover {
  opacity: 0.8;
}
.home .question.normal {
  width: 600px;
  height: 500px;
  padding: 60px 0;
  background-color: #FFF;
  border: 5px solid #0097e0;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.normal {
    width: 100%;
    padding: 75px 0;
    border: 2px solid #0097e0;
    border-radius: 15px;
  }
}
.home .question.normal:first-of-type {
  padding: 25px 0;
}
@media screen and (max-width: 569px) {
  .home .question.normal:first-of-type {
    padding: 50px 0;
  }
}
.home .question.normal h2 {
  width: 300px;
  height: auto;
  margin: auto;
  padding: 10px 0;
  background-color: #0097e0;
  border-radius: 50px;
  font-size: clamp(1.2rem, 3.1578947368vw, 1.8rem);
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.normal h2 {
    width: 74.63%;
  }
}
.home .question.normal p {
  font-size: clamp(1rem, 6.6666666667vw, 3.8rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #0097e0;
  text-align: center;
  letter-spacing: -0.1rem;
}
.home .question.normal p.lh {
  line-height: 3;
}
.home .question.normal p span.number {
  width: 55px;
  height: 55px;
  margin: 35px auto 15px;
  background-color: #0097e0;
  border-radius: 50%;
  display: block;
  font-size: clamp(2.1rem, 5.2631578947vw, 3rem);
  font-weight: 600;
  line-height: 50px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.normal p span.number {
    width: 37px;
    height: 37px;
    line-height: 34px;
  }
}
.home .question.normal p span.notice {
  display: block;
  font-size: clamp(0.8rem, 4.2105263158vw, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
}
.home .question__intro {
  margin: 20px 0 15px 0;
  position: relative;
}
.home .question__intro > picture {
  width: 388px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 569px) {
  .home .question__intro > picture {
    width: 300px;
    max-width: 90.45%;
  }
}
.home .question__intro a picture {
  width: 180px;
  height: auto;
  position: absolute;
  display: inline-block;
  right: 35px;
  bottom: 0;
}
@media screen and (max-width: 569px) {
  .home .question__intro a picture {
    width: 135px;
    max-width: 40.3%;
    right: 2%;
    bottom: -35px;
  }
}
.home .question__choice {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question__choice {
    margin-top: 75px;
  }
}
.home .question__choice label {
  width: 160px;
  height: 60px;
  margin: auto;
  background-color: #0097e0;
  border-radius: 15px;
  border: 3px solid #0097e0;
  cursor: pointer;
  display: inline-block;
  font-size: clamp(1.3rem, 3.1578947368vw, 1.8rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 54px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question__choice label {
    width: 40.58%;
    height: 42px;
    border-radius: 5px;
    line-height: 36px;
  }
}
.home .question__choice label + label {
  margin-left: 45px;
}
@media screen and (max-width: 569px) {
  .home .question__choice label + label {
    margin-left: 2.5%;
  }
}
.home .question__choice label:hover {
  background-color: #FFF;
  color: #0097e0;
}
.home .question__choice input[type=radio] {
  display: none;
}
.home .question__check {
  width: 450px;
  height: auto;
  margin: 15px auto 25px 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 569px) {
  .home .question__check {
    width: 70%;
    margin: 15px auto auto;
  }
}
.home .question__check label {
  cursor: pointer;
  width: 33.33%;
  height: auto;
  display: inline-block;
  font-size: clamp(1.2rem, 3.5087719298vw, 2rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  color: #0097e0;
  text-align: justify;
}
@media screen and (max-width: 569px) {
  .home .question__check label {
    width: 50%;
  }
}
.home .question__check label:hover {
  background-color: #FFF;
  color: #0097e0;
}
.home .question__check label input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.home .question__check label .checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 30px;
  position: relative;
}
.home .question__check label .checkbox-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid #0097e0;
}
.home .question__check label .checkbox-text::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: rotate(35deg) skewY(16deg) translateY(-50%);
  transform-origin: center right;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  opacity: 0;
}
.home .question__check label input[type=checkbox]:checked + .checkbox-text::before {
  opacity: 1;
  background-color: #0097e0;
}
.home .question__check label input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}
@media print, screen and (min-width: 570px) {
  .home .question__check label:nth-of-type(n+4) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 569px) {
  .home .question__check label:nth-of-type(n+3) {
    margin-top: 15px;
  }
}
.home .question__submit {
  width: auto;
  height: 60px;
  margin: auto;
  padding: 0 45px !important;
  background-color: #0097e0;
  border: 3px solid #0097e0 !important;
  border-radius: 15px;
  display: inline-block;
  position: relative;
  font-size: clamp(1.8rem, 4.3859649123vw, 2.5rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.1rem;
  color: #FFF;
  text-align: center;
  top: auto;
  right: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__submit {
    width: 57.46%;
    height: 42px;
    padding: 0 !important;
    border-radius: 5px;
    line-height: 34px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
  }
}
.home .question__submit::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0097e0;
  border-right: 2px solid #0097e0;
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto !important;
  transform: translateY(-50%) rotate(45deg);
  z-index: 200;
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__submit::before {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
.home .question__submit::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto !important;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__submit::after {
    width: 20px;
    height: 20px;
    right: 7px;
  }
}
.home .question__submit:hover {
  background-color: #FFF;
  color: #0097e0;
}
.home .question__submit:hover::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.home .question__submit:hover::after {
  background-color: #0097e0;
}
.home .question__back {
  width: 65px;
  height: 65px;
  background-color: #FFF;
  border: 5px solid #0097e0;
  border-radius: 100%;
  position: absolute;
  bottom: -35px;
  left: 20px;
  font-size: clamp(1.4rem, 3.1578947368vw, 1.8rem);
  font-weight: 600;
  line-height: 55px;
  color: #0097e0;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question__back {
    width: 45px;
    height: 45px;
    border: 2px solid #0097e0;
    bottom: -22.5px;
    line-height: 41px;
  }
}
.home .question__back:hover {
  background-color: #0097e0;
  color: #FFF;
}
.home .question__close {
  width: 50px;
  height: 50px;
  background-color: #0097e0;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__close {
    width: 25px;
    height: 25px;
    top: -12.5px;
    right: -12.5px;
  }
}
.home .question__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #FFF;
  transform: translate(-50%, -50%) rotate(40deg);
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__close::before {
    height: 11px;
  }
}
.home .question__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #FFF;
  transform: translate(-50%, -50%) rotate(-40deg);
  transition: all 0.3s;
}
@media screen and (max-width: 569px) {
  .home .question__close::after {
    height: 11px;
  }
}
.home .question__close:hover {
  background-color: #FFF;
}
.home .question__close:hover::before {
  background: #0097e0;
}
.home .question__close:hover::after {
  background: #0097e0;
}
.home .question.result {
  width: 600px;
  height: 500px;
  padding: 60px 0;
  background-color: #FFF;
  border: 5px solid #0097e0;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.result {
    width: 100%;
    padding: 35px 0;
    border: 2px solid #0097e0;
    border-radius: 15px;
  }
}
.home .question.result h2 {
  width: 150px;
  height: auto;
  margin: auto;
  padding: 10px 0;
  background-color: #0097e0;
  border-radius: 50px;
  display: inline-block;
  font-size: clamp(1.5rem, 3.1578947368vw, 1.8rem);
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.result h2 {
    width: 36.57%;
  }
}
.home .question.result p {
  display: inline-block;
  font-size: clamp(2.2rem, 4.2105263158vw, 2.4rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 2;
  color: #0097e0;
  text-align: center;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 569px) {
  .home .question.result p {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 570px) {
  .home .question.result p:first-of-type {
    margin-top: 15px;
    border-bottom: 3px solid #0097e0;
  }
}
@media screen and (max-width: 569px) {
  .home .question.result p:first-of-type {
    margin-top: 10px;
  }
}
.home .question.result p:last-of-type {
  font-size: clamp(1.2rem, 4.2105263158vw, 2.4rem);
  margin-top: 5px;
}
@media screen and (max-width: 569px) {
  .home .question.result p:last-of-type {
    margin-top: 15px;
  }
}
@media screen and (max-width: 569px) {
  .home .question.result p span {
    display: block;
    border-bottom: 2px solid #0097e0;
  }
}
.home .question.result .question__submit {
  width: 330px;
  height: 60px;
  margin: 2px auto auto auto;
  padding: 0 15px !important;
  background-color: #0097e0;
  border: 3px solid #0097e0 !important;
  border-radius: 15px;
  font-size: clamp(1.5rem, 4.3859649123vw, 2.5rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  letter-spacing: -0.2rem;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.result .question__submit {
    width: 70.15%;
    height: 45px !important;
    padding: 5px 0 !important;
    line-height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.home .question.result .question__submit:hover {
  background-color: #FFF;
  color: #359339;
}
.home .question.result .question__submit::before {
  border-top: 2px solid #0097e0;
  border-right: 2px solid #0097e0;
}
.home .question.result .question__submit:hover {
  background-color: #FFF;
  color: #0097e0;
}
.home .question.result .question__submit:hover::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.home .question.result .question__submit:hover::after {
  background-color: #0097e0;
}
.home .question.recommend {
  width: 600px;
  height: 500px;
  padding: 45px 0;
  background-color: #FFF;
  border: 5px solid #359339;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.recommend {
    width: 100%;
    padding: 80px 0 40px;
    border: 2px solid #359339;
    border-radius: 15px;
    position: relative;
  }
}
.home .question.recommend h2 {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  background-color: transparent;
  border-radius: inherit;
  font-size: clamp(1rem, 7.8947368421vw, 4.5rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #28a13a;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.recommend h2 {
    font-size: clamp(1rem, 6.1403508772vw, 3.5rem);
  }
}
.home .question.recommend h2::before {
  content: "";
  width: 154px;
  height: 154px;
  margin: auto auto 15px auto;
  background-image: url(../img/icon_free.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 154px 154px;
  display: block;
}
@media screen and (max-width: 569px) {
  .home .question.recommend h2::before {
    width: 125px;
    height: 125px;
    margin: auto auto 40px auto;
    background-size: 125px 125px;
  }
}
.home .question.recommend .question__close {
  background-color: #359339;
}
.home .question.recommend .question__close:hover {
  background-color: #FFF;
}
.home .question.recommend .question__close:hover::before {
  background: #359339;
}
.home .question.recommend .question__close:hover::after {
  background: #359339;
}
.home .question.recommend .question__submit {
  width: 330px;
  height: 60px;
  margin: 25px auto auto auto;
  background-color: #359339;
  border: 3px solid #359339 !important;
  border-radius: 15px;
  font-size: clamp(1.5rem, 4.3859649123vw, 2.5rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  letter-spacing: -0.2rem;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home .question.recommend .question__submit {
    width: 70.15%;
    height: 45px !important;
    padding: 5px 0 !important;
    line-height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
.home .question.recommend .question__submit:hover {
  background-color: #FFF;
  color: #359339;
}
.home .question.recommend .question__submit::before {
  border-top: 2px solid #359339;
  border-right: 2px solid #359339;
}
.home .question.recommend .question__submit:hover {
  background-color: #FFF;
  color: #359339;
}
.home .question.recommend .question__submit:hover::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.home .question.recommend .question__submit:hover::after {
  background-color: #359339;
}
.home #questionZ h2 {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  background-color: transparent;
  border-radius: inherit;
  font-size: clamp(1rem, 4.3859649123vw, 2.5rem);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  line-height: 1.5;
  color: #0097e0;
  text-align: center;
}
@media screen and (max-width: 569px) {
  .home #questionZ h2 {
    line-height: 2;
  }
}
.home #questionZ h2 span {
  display: inline-block;
  border-bottom: 3px solid #0097e0;
}
@media screen and (max-width: 569px) {
  .home #questionZ h2 span {
    border-radius: 2px solid #0097e0;
  }
}

@media print, screen and (min-width: 570px) {
  br.sp {
    display: none !important;
  }
}
@media screen and (max-width: 569px) {
  br.pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 570px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 569px) {
  .pc {
    display: none !important;
  }
}