@charset "UTF-8";
.clamp_1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; }

.clamp_2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  vertical-align: baseline; }

a {
  text-decoration: none; }

a.ul {
  text-decoration: underline; }

a, span {
  display: inline-block; }

a, button {
  outline: 0; }

ul, li, ol {
  list-style: none; }

form, label, input, select, textarea, button, table {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif !important;
  outline: none; }

button {
  cursor: pointer;
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  background: none; }

input[type="number"] {
  -moz-appearance: 　textfield; }
  input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

table {
  border-spacing: 0; }

html {
  color: #323232;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Noto Sans TC", "Noto Sans SC", "Yu Gothic UI", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px; }

body {
  position: relative;
  height: auto; }

.p-btn a, .c-first-view__cta--btn a {
  padding: 1rem 75px 1.2rem 75px;
  background: #C02D41;
  border-radius: 3rem;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.1rem;
  font-weight: bold; }
  .p-btn a:visited, .c-first-view__cta--btn a:visited, .p-btn a:active, .c-first-view__cta--btn a:active {
    color: #FFF; }
  .p-btn a:hover, .c-first-view__cta--btn a:hover {
    color: #FFF; }
  .p-btn a:hover, .c-first-view__cta--btn a:hover {
    background: #323232; }

.p-link {
  color: #323232;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline; }
  .p-link:visited, .p-link:active {
    color: #323232; }
  .p-link:hover {
    color: #C02D41; }

.c-first-view__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  background: #C02D41; }
  .c-first-view__content img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (max-width: 700px) {
    .c-first-view__content {
      padding-top: 45%; } }
.c-first-view__label {
  padding: 2rem 0;
  background: #323232;
  color: #FFF;
  text-align: center; }
  .c-first-view__label--main ._strong {
    font-size: 1.4rem;
    font-weight: bold; }
  .c-first-view__label--main ._headline {
    margin-bottom: .5rem; }
  .c-first-view__label--sub {
    margin-top: 1rem; }
.c-first-view__cta--content {
  padding: 50px 0;
  background: #FFF;
  text-align: center; }
.c-first-view__cta--msg {
  margin-bottom: 1.5rem;
  font-weight: 500; }

.c-toc__content {
  position: relative;
  padding: 30px 0;
  background: #f0f0f0; }
.c-toc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500; }
  .c-toc__list li:not(:last-child) {
    margin-right: 2rem; }
  .c-toc__list a {
    color: #A6A6A6;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-toc__list a:visited, .c-toc__list a:active {
      color: #A6A6A6; }
    .c-toc__list a:hover {
      color: #323232; }

.c-section__bg-pale {
  background: #FBEFF1; }
.c-section__bg-light {
  background: #f0f0f0; }
.c-section__content {
  position: relative;
  width: 80%;
  min-width: 300px;
  max-width: 1500px;
  margin: auto;
  padding: 75px 5%; }
  .c-section__content.__none-bottom {
    padding-bottom: 0; }
  @media screen and (max-width: 700px) {
    .c-section__content {
      width: 90%; } }
  @media screen and (max-width: 700px) {
    .c-section__content {
      width: 100%; } }
.c-section__headline {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center; }
.c-section__headline + .c-section__inner {
  margin-top: 50px; }
.c-section__inner._center {
  text-align: center; }
.c-section__text {
  line-height: 1.8em; }
.c-section__text-link {
  margin-top: 30px;
  color: #A6A6A6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline; }
  .c-section__text-link:visited, .c-section__text-link:active {
    color: #A6A6A6; }
  .c-section__text-link:hover {
    color: #C02D41; }
.c-section__article--headline {
  font-size: 2rem;
  font-weight: bold; }
.c-section__article--dsc {
  line-height: 1.8em; }
  .c-section__article--dsc p {
    margin-top: .8rem; }
  .c-section__article--dsc ._ad-text br {
    display: none; }
  @media screen and (max-width: 700px) {
    .c-section__article--dsc ._ad-text br {
      display: block; } }

.c-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }
  .c-table tr, .c-table th, .c-table td {
    border: none;
    text-align: left; }
  .c-table tr {
    border-top: solid 1px rgba(50, 50, 50, 0.25); }
    .c-table tr:last-child {
      border-bottom: solid 1px rgba(50, 50, 50, 0.25); }
  .c-table th, .c-table td {
    line-height: 2em; }
  .c-table th {
    padding: 1rem 2rem;
    font-weight: bold;
    width: 0;
    white-space: nowrap;
    background: #f0f0f0; }
  .c-table td {
    padding: 1rem 0 1rem 2rem; }
    .c-table td:last-child {
      padding-right: 2rem; }
    .c-table td:not(:last-child) {
      white-space: nowrap; }
    .c-table td ul {
      padding-top: 0; }
    .c-table td a {
      color: #323232;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-decoration: underline; }
      .c-table td a:visited, .c-table td a:active {
        color: #323232; }
      .c-table td a:hover {
        color: #C02D41; }
  .c-table__headline {
    padding: .65rem 2rem .75rem 2rem;
    background: #f0f0f0;
    border-top: solid 1px rgba(50, 50, 50, 0.25);
    font-weight: bold; }
  .c-table + .c-table__headline {
    border-top: none; }
  .c-table._border-none tr:first-child {
    border-top: none !important; }
  .c-table .rowspan {
    border-top: none !important; }
    .c-table .rowspan th, .c-table .rowspan td {
      padding-top: 0; }
  .c-table__comp {
    width: 100%;
    padding: 1rem 2rem 0 2rem;
    font-size: .8rem;
    line-height: 1.8rem;
    text-align: right; }
  .c-table__nowrap {
    width: 0;
    white-space: nowrap; }
  @media screen and (max-width: 1000px) {
    .c-table th, .c-table td {
      display: block;
      width: 100%; }
    .c-table th {
      padding: .5rem .5rem .6rem .5rem; }
    .c-table td {
      padding: 1rem .5rem 0 .5rem; }
      .c-table td:last-child {
        padding-bottom: 1.5em; }
      .c-table td dl dt, .c-table td dl dd {
        width: 100%; }
      .c-table td dl dt {
        font-weight: bold; }
        .c-table td dl dt:not(:last-child) {
          padding-bottom: 0; }
        .c-table td dl dt:before {
          content: "□ "; }
      .c-table td dl dd {
        padding-left: 1.3rem; } }
  .c-table ul.list-dot {
    line-height: 1.8em; }
    .c-table ul.list-dot li {
      position: relative;
      padding-left: 1em; }
      .c-table ul.list-dot li:before {
        content: "";
        position: absolute;
        width: 0.4em;
        height: 0.4em;
        top: .6em;
        left: 0;
        background: #323232;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .c-table ul.list-dot li > ul li:before {
        background: none;
        border: solid 1px #323232; }
    .c-table ul.list-dot li:before {
      top: .8em; }
  .c-table p.box {
    line-height: 1.8em; }
  .c-table .font__s {
    font-size: .8rem;
    line-height: 1.8em; }
  .c-table .fc-theme {
    color: #C02D41; }

.c-img {
  position: relative; }
  .c-img img {
    width: 100%; }
  .c-img._margin-top {
    margin-top: 50px; }

.c-link-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 1rem); }
.c-link-list__item {
  width: 100%;
  margin-right: 1rem; }
  .c-link-list__item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #323232;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-link-list__item a:visited, .c-link-list__item a:active {
      color: #323232; }
    .c-link-list__item a:hover {
      color: #C02D41; }
.c-link-list__item a:hover > .c-link-list__thumb {
  background: #FBEFF1; }
.c-link-list__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 5px;
  background: #f0f0f0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .c-link-list__thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: inherit;
    -o-object-fit: cover;
       object-fit: cover; }
.c-link-list__text {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500; }
@media screen and (max-width: 1000px) {
  .c-link-list__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-link-list__item {
    width: calc(50% - 1rem);
    margin-bottom: calc(1rem*2); } }

.c-footer__content {
  padding: 30px 5%;
  text-align: center; }
.c-footer__logo img {
  height: 30px; }
.c-footer__link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: .8rem; }
  .c-footer__link-list li:not(:last-child) {
    margin-right: 2rem; }
  .c-footer__link-list a {
    color: #323232;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-footer__link-list a:visited, .c-footer__link-list a:active {
      color: #323232; }
    .c-footer__link-list a:hover {
      color: #C02D41; }
.c-footer__comp {
  margin-top: 30px;
  color: #A6A6A6;
  font-size: .7rem; }
  .c-footer__comp a {
    color: #A6A6A6;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .c-footer__comp a:visited, .c-footer__comp a:active {
      color: #A6A6A6; }
    .c-footer__comp a:hover {
      color: #323232; }
.c-footer__copyright {
  margin-top: 10px;
  color: #A6A6A6;
  font-size: .8rem; }
@media screen and (max-width: 1000px) {
  .c-footer__link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-footer__link-list li:not(:last-child) {
      margin: 0 0 1rem 0; } }

.js-track {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  bottom: -80px;
  left: 0;
  background: rgba(50, 50, 50, 0.5);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999; }
  .js-track__box {
    width: 100%;
    height: 80px; }
  .js-track-cancel {
    cursor: pointer;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22506%22%20height%3D%22506%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20overflow%3D%22hidden%22%3E%3Cg%20transform%3D%22translate(-1088%20-1297)%22%3E%3Cpath%20d%3D%22M1547.74%201297.34%201593.67%201343.27%201134.33%201802.61%201088.4%201756.68Z%22%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M1088.4%201343.27%201134.33%201297.34%201593.67%201756.68%201547.74%201802.61Z%22%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    opacity: .3;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .js-track-cancel:hover {
      opacity: 1;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .js-track._show {
    bottom: 0;
    opacity: 1; }
  .js-track._hidden {
    bottom: -80px !important;
    opacity: 0 !important; }

.grecaptcha-badge {
  visibility: hidden; }

.p-flow__item {
  position: relative;
  padding: 30px 40px 30px calc(40px + 3rem);
  background: #f0f0f0;
  border-radius: 10px; }
  .p-flow__item:not(:last-child) {
    margin-bottom: 30px; }
  .p-flow__item:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: calc(50% - 20px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/arrow.svg);
    z-index: 1; }
  .p-flow__item:last-child:before {
    display: none; }
.p-flow__num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  left: 40px;
  background: #323232;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Arial';
  text-align: center; }
.p-flow__headline {
  color: #C02D41;
  font-size: 1.2rem;
  font-weight: bold; }
.p-flow__dsc {
  margin-top: 1rem;
  line-height: 1.8em; }
  .p-flow__dsc ._sub {
    margin-top: 1.6rem;
    padding-top: .8rem;
    border-top: solid 1.2px rgba(50, 50, 50, 0.3);
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.6em; }
.p-flow__btn {
  margin-top: .8rem;
  padding: .4rem 1.5rem .5rem 1.5rem;
  background: #323232;
  border-radius: 2rem;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .p-flow__btn:hover {
    background: #C02D41; }
@media screen and (max-width: 700px) {
  .p-flow__item {
    padding: 30px 40px; }
  .p-flow__num {
    display: none; } }

.p-form_comp {
  position: relative;
  margin: 50px 0;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  font-size: .8rem;
  line-height: 1.5rem; }
  .p-form_comp__list li:not(:last-child) {
    margin-bottom: .3em; }
