@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  margin: 0;
  padding: 0; }

hr {
  color: inherit;
  height: 0;
  overflow: visible; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

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

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

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

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

iframe {
  border-style: none; }

input {
  border-radius: 0; }

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

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

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

[disabled] {
  cursor: default; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

html, body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75; }

img {
  width: 100%;
  display: block;
  transition: all .2s linear; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li, ol li {
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  transition: all .15s linear; }

a:hover {
  text-decoration: none; }

a:hover img {
  opacity: .75; }

.pc {
  width: 100%;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 640px) {
    .pc {
      display: none; } }
  .pc-header {
    width: 95%;
    padding: 15px 0;
    margin: 0 auto;
    border-bottom: solid 1px #ccc; }
    .pc-header-logo {
      width: 120px;
      height: auto;
      display: block; }
  .pc-bg-bl {
    width: 300px;
    height: 595.2px;
    margin-top: 30px; }
  .pc-bg-org {
    width: 600px;
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .pc-gnav {
    position: absolute;
    top: 26%;
    left: 13%;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .pc-gnav {
        left: 5%; } }
    .pc-gnav-list > li {
      margin-top: 8px; }
      .pc-gnav-list > li > a:hover {
        text-decoration: underline; }
      .pc-gnav-list > li:nth-child(6) {
        margin-top: 32px; }
    .pc-gnav-ttl {
      font-family: "Poppins", sans-serif;
      font-size: 60px;
      font-weight: 700;
      font-style: normal;
      line-height: 1.05; }
    .pc-gnav-shl {
      font-size: 20px; }
  .pc-qr-inner {
    position: absolute;
    top: 40%;
    right: 10%; }
    @media screen and (max-width: 1240px) {
      .pc-qr-inner {
        right: 5%; } }
  .pc-qr-txt {
    text-align: center; }
  .pc-qr-code {
    width: 180px;
    margin-top: 10px; }
  .pc-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    writing-mode: vertical-rl;
    color: #000;
    font-size: 12px; }

.top .pc-gnav-ttl-wrap {
  display: none; }

.top .pc-gnav {
  top: 34%; }

/* Humbarger Navi */
.humb {
  display: none; }
  @media screen and (max-width: 640px) {
    .humb {
      display: block;
      width: 60px;
      height: 60px;
      background-color: #000;
      border-radius: 30px;
      position: fixed;
      top: 20px;
      right: 20px;
      box-sizing: border-box;
      padding-top: 18px;
      z-index: 3000;
      cursor: pointer;
      pointer-events: auto;
      color: #fff;
      text-align: center; } }

.humb-inner {
  width: 30px;
  display: inline-block; }

.humb-text {
  font-size: 12px;
  letter-spacing: 0.1em; }

.js_humburgerOpen .humb-text.humb-text__menu {
  display: none; }

.humb-text.humb-text__close {
  display: none; }

.js_humburgerOpen .humb-text.humb-text__close {
  display: block; }

@media screen and (max-width: 840px) {
  .humb-text {
    font-size: 10px;
    padding-top: 2px; } }
@media screen and (max-width: 840px) {
  .humb-text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
@media screen and (max-width: 840px) {
  .js_humburgerOpen .humb-text svg path {
    fill: #000; } }
.humb span.humb-bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.humb span.humb-bar:last-child {
  margin-bottom: 0; }

.js_humburgerOpen .humb span.humb-bar {
  background: #fff; }

@media screen and (max-width: 840px) {
  .humb span.humb-bar {
    left: 0;
    top: 0;
    background: #fff; } }
.js_humburgerOpen .humb span.humb-bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }

.js_humburgerOpen .humb span.humb-bar.middle {
  opacity: 0; }

.js_humburgerOpen .humb span.humb-bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }

.humbButton.humbButton__close {
  top: 2%;
  right: 2%; }

.humbButton__close span.humb-bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }

.humbButton__close span.humb-bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }

.humbButton__close span.humb-bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }

.overlay {
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all .2s linear; }

.js_humburgerOpen .overlay {
  display: block; }

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 300px;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translateZ(0) translateX(100%);
  overflow: auto; }

.js_humburgerOpen .gnav {
  right: 0;
  transform: translateZ(0) translateX(0); }

@media screen and (max-width: 840px) {
  .gnav {
    padding: 80px 8% 0; }

  .js_humburgerOpen .gnav {
    width: 300px; } }
.gnav .gnav-list > li {
  margin-bottom: 15px;
  font-size: 15px;
  white-space: nowrap;
  margin-left: 90px; }

.gnav .gnav-list > li:nth-child(6) {
  margin-top: 40px; }

.gnav .gnav-list > li.op_innerLink {
  cursor: pointer; }

@media screen and (max-width: 840px) {
  .gnav .gnav-list > li {
    margin-left: 0;
    font-size: 18px; } }
/* Hero */
.header-inner {
  width: 90%;
  margin: 20px auto 0;
  background-color: #f5f5f5;
  border-radius: 0 20px 0 0; }
.header-logo {
  width: 140px;
  height: auto; }
  .header-logo-wrap {
    width: 200px;
    padding: 0 30px 15px 0;
    background-color: #fff;
    border-radius: 0 16px 0 0;
    position: relative; }
    .header-logo-wrap::after {
      content: "";
      display: block;
      background: url("../img/cmn-header-round.png") center top no-repeat;
      background-size: contain;
      width: 64px;
      height: 64px;
      position: absolute;
      top: 0;
      left: 180px;
      z-index: 2; }

.footer {
  width: 90%;
  margin: 50px auto 0;
  padding-top: 50px;
  border-top: solid 1px #ccc; }
  .footer-inner {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .footer-nav {
    width: 60%; }
    .footer-nav > li:nth-child(6) {
      margin-top: 15px; }
    .footer-nav > li > a {
      color: #666;
      font-size: 12px; }
  .footer-logo {
    width: 100%;
    display: block; }
    .footer-logo-link {
      width: 30%;
      max-width: 150px; }
  .footer-cr {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
    text-align: center; }

.main {
  width: 400px;
  height: 80vh;
  margin: 0 auto;
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  z-index: 200;
  overflow-y: scroll;
  scrollbar-color: #f28f00 #f7f7f7;
  scrollbar-width: thin;
  background-color: #fff; }
  @media screen and (max-width: 640px) {
    .main {
      width: 100%;
      height: auto;
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      overflow: hidden; } }
  .main-inner {
    width: 375px; }
    @media screen and (max-width: 640px) {
      .main-inner {
        width: 100%; } }

.cmn-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.05; }
.cmn-sttl {
  color: #EA8B18;
  font-size: 14px;
  font-weight: 500; }
.cmn-inner {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  z-index: 5; }
.cmn-lede-txt {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500; }
.cmn-circle-sp {
  position: absolute;
  z-index: 3; }
  .cmn-circle-sp-bl {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-bl {
        width: 400px;
        height: auto;
        display: block; } }
  .cmn-circle-sp-org {
    display: none; }
    @media screen and (max-width: 640px) {
      .cmn-circle-sp-org {
        width: 400px;
        height: auto;
        display: block; } }
.cmn-hl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25; }
.cmn-arrow {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.btn-cv {
  width: 100%;
  position: relative; }
.btn-note {
  width: 100%;
  margin-top: 8px;
  display: block;
  color: #999;
  font-size: 11px;
  text-align: center; }
.btn-dia {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-dia-s {
    font-size: 12px; }
.btn-marcari {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center; }
  .btn-marcari::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url("../img/cmn-icn-blank.png");
    background-size: contain; }
.btn-copy {
  width: 220px;
  margin: 20px auto;
  padding: 10px 20px;
  display: block;
  border: solid 1px #000;
  border-radius: 30px;
  text-align: left;
  position: relative; }
  .btn-copy::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url(../img/icn-copy.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    right: 30px; }
.btn-matching {
  display: block;
  width: 250px;
  margin: 30px auto 0;
  padding: 15px 10px;
  background-color: #FF9500;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center; }
.btn-txtlink {
  font-size: 14px;
  font-weight: 600; }
  .btn-txtlink::after {
    content: "→";
    display: inline-block;
    margin-left: 5px; }
  .btn-txtlink-wrap {
    text-align: center; }

.slick-dots li button {
  width: 12px;
  height: 12px; }

.slick-dots li button:before {
  font-size: 40px; }

.top-hero {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  background: url("../img/hero-bg-main.png") #f5f5f5 center center no-repeat;
  background-size: 100% auto;
  border-radius: 20px 0 0 0; }
  .top-hero-inner {
    padding-top: 50px; }
  .top-hero-shl-1 {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: .15em; }
    .top-hero-shl-1-r {
      padding: 5px 10px;
      background-color: #fff;
      border: solid 1px #000;
      border-radius: 25px;
      font-size: 20px; }
  .top-hero-shl-2 {
    width: 90%;
    margin: 20px auto 0;
    font-size: 20px;
    font-weight: 600; }
  .top-hero-ttl {
    margin-left: -10px;
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.05; }
  .top-hero-lede {
    width: 90%;
    margin: 20px auto 0;
    font-size: 16px;
    font-weight: 500; }
  .top-hero-btn {
    display: inline-block;
    width: 250px;
    padding: 15px 10px;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center; }
    .top-hero-btn-s {
      font-size: 12px; }
    .top-hero-btn-note {
      width: 100%;
      display: block;
      color: #999;
      font-size: 11px;
      text-align: right; }
    .top-hero-btn-cv {
      width: 90%;
      margin: 0 auto;
      background-color: #f7f7f7;
      border-radius: 0 0 0 20px;
      position: relative;
      overflow: hidden; }
      .top-hero-btn-cv-inner {
        width: 280px;
        padding-top: 20px;
        background-color: #fff;
        float: right;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .top-hero-btn-cv-inner::after {
          content: "";
          display: block;
          background: url("../img/top-btn-round.png") center top no-repeat;
          background-size: contain;
          width: 72px;
          height: 97px;
          position: absolute;
          top: 0;
          right: 240px;
          z-index: 2; }
      .top-hero-btn-cv::after {
        content: "";
        display: block;
        clear: both; }
