@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* フォント、カラー,mixin等 */
/* base colors */
/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #323232;
  background-color: #fff;
  min-block-size: 100svb;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body .body-wrapper {
  overflow-x: clip;
}

/* ----------------------------------------------------------------------
 共通要素
---------------------------------------------------------------------- */
*:first-child {
  margin-top: 0 !important;
}

img {
  width: 100%;
}

.-pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .-pc {
    display: none !important;
  }
}

.-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .-sp {
    display: block !important;
  }
}

/* ----------------------------------------------------------------------
 レイアウト
---------------------------------------------------------------------- */
main {
  padding-bottom: 120px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  main {
    padding-bottom: 80px;
  }
}

.body-wrapper {
  min-block-size: inherit;
}

.article {
  margin-top: 120px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .article {
    margin-top: 80px;
  }
}

.outer {
  padding: 96px 0 104px;
  background-color: #f1f1ec;
  border-radius: 100px 0 100px 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .outer {
    padding: 56px 0 64px;
    border-radius: 60px 0 60px 0;
  }
}

.wrapper {
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 32px;
  }
}

/* ----------------------------------------------------------------------
 余白
---------------------------------------------------------------------- */
.mt8 {
  margin-top: 8px;
}

.mt8-sp {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .mt8-sp {
    margin-top: 8px;
  }
}

.mt16 {
  margin-top: 16px;
}

.mt16-sp {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .mt16-sp {
    margin-top: 16px;
  }
}

.mt24 {
  margin-top: 24px;
}

.mt24-sp {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .mt24-sp {
    margin-top: 24px;
  }
}

.mt32 {
  margin-top: 32px;
}

.mt32-sp {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .mt32-sp {
    margin-top: 32px;
  }
}

.mt40 {
  margin-top: 40px;
}

.mt40-sp {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .mt40-sp {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------
 フォント
---------------------------------------------------------------------- */
.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

/* ----------------------------------------------------------------------
 見出し
---------------------------------------------------------------------- */
h2,
h3,
.headline {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.h2-outer {
  margin-bottom: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .h2-outer {
    margin-bottom: 56px;
  }
}

h2 {
  font-size: 52px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
h2 span.en {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 20px;
  letter-spacing: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  h2 span.en {
    margin-bottom: 8px;
    padding-left: 24px;
    font-size: 16px;
  }
}
h2 span.en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffda2a;
  /*SP*/
}
@media screen and (max-width: 768px) {
  h2 span.en::before {
    top: calc(50% - 2px);
  }
}
h2.-center {
  text-align: center;
}
h2.-center span.en {
  display: inline-block;
}
h2.-center span.ja {
  display: block;
}

/* ----------------------------------------------------------------------
 テキスト
---------------------------------------------------------------------- */
p.center {
  text-align: center;
}

.text-min {
  font-size: 14px;
}

.text-bold {
  font-weight: 700;
}

.text-attention {
  font-size: 12px;
  color: #999;
}

p.flame-y {
  font-size: 14px;
  padding: 24px;
  border: 1px solid #ffda2a;
  border-radius: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  p.flame-y {
    padding: 16px;
  }
}

/* ----------------------------------------------------------------------
 リンク
---------------------------------------------------------------------- */
.btn {
  position: relative;
  display: inline-block;
  min-width: 341px;
  padding: 22px 72px 22px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 1000px; /*大きい値を指定して長円形に*/
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  /*SP*/
  /*PC*/
}
@media screen and (max-width: 768px) {
  .btn {
    min-width: 280px;
    padding: 16px 40px 16px 16px;
    font-size: 14px;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  aspect-ratio: 1;
  background: url(../img/icn_arrow.svg) no-repeat left center;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn::after {
    right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .btn:hover::after {
    /*PC*/
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .btn:hover::after {
    right: 24px;
  }
}
.btn.-min {
  min-width: 240px;
  padding: 16px 72px 16px 32px;
  font-size: 14px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .btn.-min {
    padding: 12px 40px 12px 16px;
  }
}
.btn.-yellow {
  border: 2px solid #ffda2a;
  background-color: #ffda2a;
  /*PC*/
}
@media screen and (min-width: 769px) {
  .btn.-yellow:hover {
    background-color: #fff;
  }
}
.btn.-white {
  border: 2px solid #ffda2a;
  background-color: #fff;
  /*PC*/
}
@media screen and (min-width: 769px) {
  .btn.-white:hover {
    background-color: #ffda2a;
  }
}
.btn.-center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.link-img {
  position: relative;
  display: block;
}
.link-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-img:hover::after {
  opacity: 1;
}

a.hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.hover:hover {
  opacity: 0.5;
}

a.underline01,
a.underline02 {
  position: relative;
}

/*PC*/
@media screen and (min-width: 769px) {
  a.underline01::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    bottom: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
  }
  a.underline01:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: left top;
            transform-origin: left top; /*左から右に向かう*/
  }
  a.underline02::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    bottom: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
  }
  a.underline02:hover::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
    -webkit-transform-origin: right top;
            transform-origin: right top; /*左から右に向かう*/
  }
}
/*SP*/
@media screen and (max-width: 768px) {
  a.underline01::after,
  a.underline02::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
    bottom: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* ----------------------------------------------------------------------
 Flex
---------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.flex-sp-none {
  /*SP*/
}
@media screen and (max-width: 768px) {
  .flex-sp-none {
    display: block;
  }
}

.flex-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ----------------------------------------------------------------------
 フォーム
---------------------------------------------------------------------- */
.block-form {
  max-width: 800px;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form {
    width: 100%;
  }
}
.block-form .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form .form-item {
    display: block;
  }
}
.block-form .form-item .item-name {
  width: 200px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.block-form .form-item .item-name.required:after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 0 6px;
  font-size: 12px;
  background-color: #ffda2a;
  border-radius: 4px;
}
.block-form .form-item .item-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form .form-item .item-input {
    margin-top: 16px;
  }
}
.block-form .form-item.form-item-radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
}
.block-form .form-item.form-item-radio .item-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form .form-item.form-item-radio .item-input {
    display: block;
  }
}
.block-form .form-item.form-item-radio .item-input > span {
  display: block;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form .form-item.form-item-radio .item-input > span {
    margin-top: 16px;
  }
}
.block-form .form-item.form-item-radio .item-input > span input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.block-form .form-item.form-item-radio .item-input > span input:checked + span:after {
  background-color: #323232;
}
.block-form .form-item.form-item-radio .item-input > span span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.block-form .form-item.form-item-radio .item-input > span span:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #f4f4f4;
  width: 20px;
  height: 20px;
}
.block-form .form-item.form-item-radio .item-input > span span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.block-form .form-item.form-item-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.block-form .form-item.form-item-textarea .item-name {
  padding-top: 13px;
}
.block-form .form-item.form-item-textarea textarea {
  background-color: #f4f4f4;
  width: 100%;
  height: 240px;
  padding: 13px 16px;
  font-size: 15px;
  border-radius: 8px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .block-form .form-item.form-item-textarea textarea {
    padding: 16px;
    height: 200px;
  }
}
.block-form .form-item.form-item-text, .block-form .form-item.form-item-email {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-form .form-item.form-item-text input, .block-form .form-item.form-item-email input {
  width: 100%;
  background-color: #f4f4f4;
  padding: 6px 13px;
  min-height: 52px;
  font-size: 15px;
  border-radius: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-form .form-item.form-item-text input, .block-form .form-item.form-item-email input {
    height: 56px;
    padding: 0 16px;
  }
}

.block-privacy {
  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;
  margin-top: 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .block-privacy {
    margin-top: 40px;
  }
}
.block-privacy a {
  font-size: 15px;
}

.bl-btn {
  margin-top: 40px;
}

::-webkit-input-placeholder {
  color: #acacac;
}

::-moz-placeholder {
  color: #acacac;
}

:-ms-input-placeholder {
  color: #acacac;
}

::-ms-input-placeholder {
  color: #acacac;
}

::placeholder {
  color: #acacac;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #ffda2a;
}

input[type=checkbox] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f4f4f4;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

input[type=checkbox]::after {
  border-right: 3px solid #323232;
  border-bottom: 3px solid #323232;
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

input[type=checkbox]:checked:after {
  opacity: 1;
}

.checkbox01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 16px;
  width: auto;
}

/* ----------------------------------------------------------------------
 タブ
---------------------------------------------------------------------- */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab_label {
  color: #323232;
  border-bottom: solid 2px #ffda2a;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 8px;
  text-align: center;
  background-color: #f1f1ec;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: none;
  margin-top: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .tab_content {
    margin-top: 24px;
  }
}

input[name=tab_switch] {
  display: none;
}

.tabs input:checked + .tab_label {
  background-color: #ffda2a;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content {
  position: relative;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
header {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 32px 40px;
  text-align: right;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*SP*/
}
@media screen and (max-width: 768px) {
  header {
    display: grid;
    place-items: center;
    top: revert;
    bottom: 0;
    height: 84px;
    padding: 0;
    text-align: center;
    background-color: #fff;
  }
}
header.active {
  opacity: 1;
}
header.active a.btn {
  pointer-events: auto;
}
header a.btn {
  /*SP*/
}
@media screen and (max-width: 768px) {
  header a.btn {
    background-color: #ffda2a !important;
  }
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  inset-block-start: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 64px;
  background-color: #ffda2a;
  /*SP*/
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
    padding: 32px 24px;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  footer nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer nav ul li {
  font-size: 15px;
}
footer small {
  display: block;
  font-size: 12px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  footer small {
    margin-top: 32px;
    text-align: center;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
body.top #main-visual .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
body.top #main-visual .wrapper .visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.top #main-visual .wrapper .visual .inner {
  position: relative;
  height: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .visual .inner {
    padding-bottom: 24px;
  }
}
body.top #main-visual .wrapper .visual .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background-color: #ffda2a;
  border-radius: 0 0 100px 0;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  body.top #main-visual .wrapper .visual .inner::after {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .visual .inner::after {
    width: 100%;
    height: 80%;
    bottom: 0;
    right: 32px;
    border-radius: 0 60px 60px 0;
  }
}
body.top #main-visual .wrapper .visual .inner img {
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  body.top #main-visual .wrapper .visual .inner img {
    position: absolute;
    top: 90px;
    right: -58px;
    width: 854px;
  }
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .visual .inner img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 400px;
  }
}
body.top #main-visual .wrapper .contents {
  padding-top: 102px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents {
    padding: 56px 32px 24px;
  }
}
body.top #main-visual .wrapper .contents .contents-wrapper {
  /*PC*/
}
@media screen and (min-width: 769px) {
  body.top #main-visual .wrapper .contents .contents-wrapper {
    padding-left: 16.66666667%;
  }
}
body.top #main-visual .wrapper .contents .h1-sub {
  display: inline-block;
  font-size: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .h1-sub {
    font-size: 14px;
  }
}
body.top #main-visual .wrapper .contents .h1-sub::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 2px;
  background-color: #323232;
}
body.top #main-visual .wrapper .contents h1 {
  margin-top: 24px;
  font-size: 54px;
  letter-spacing: 0.04em;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents h1 {
    margin-top: 16px;
    font-size: 36px;
  }
}
body.top #main-visual .wrapper .contents .bl-problem {
  margin-top: 54px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .bl-problem {
    margin-top: 32px;
  }
}
body.top #main-visual .wrapper .contents .bl-problem p::after {
  content: "";
  display: block;
  z-index: -1;
  margin-top: -10px;
  width: 100%;
  height: 12px;
  background-color: #ffda2a;
}
body.top #main-visual .wrapper .contents .bl-problem ul {
  margin-top: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .bl-problem ul {
    margin-top: 16px;
  }
}
body.top #main-visual .wrapper .contents .bl-problem ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  padding: 22px 20px;
  font-size: 15px;
  border: 2px solid #ffda2a;
  border-radius: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .bl-problem ul li {
    height: 68px;
    margin-top: 12px;
    padding: 8px 16px;
    font-size: 14px;
  }
}
body.top #main-visual .wrapper .contents .bl-problem ul li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 28px;
  aspect-ratio: 1;
  margin-right: 16px;
  background: url(../img/icn_check.svg) no-repeat left center;
  background-size: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .bl-problem ul li::before {
    width: 20px;
    margin-right: 8px;
  }
}
body.top #main-visual .wrapper .contents .bl-btn {
  margin-top: 58px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #main-visual .wrapper .contents .bl-btn {
    margin-top: 40px;
  }
}
body.top #point .contents {
  /*PC*/
}
@media screen and (min-width: 769px) {
  body.top #point .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc((100svh - 676px) / -2);
  }
}
body.top #point .contents ul {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  body.top #point .contents ul {
    width: 50%;
  }
}
body.top #point .contents ul li {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  body.top #point .contents ul li {
    min-height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  body.top #point .contents ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 64px;
  }
}
body.top #point .contents ul li h3 {
  font-size: 36px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #point .contents ul li h3 {
    font-size: 26px;
  }
}
body.top #point .contents ul li p {
  margin-top: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #point .contents ul li p {
    margin-top: 24px;
  }
}
body.top #point .contents ul li .bl-img-sp {
  position: relative;
  width: 80%;
  max-width: 320px;
  aspect-ratio: 1;
  margin-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffda2a;
  border-radius: 50%;
}
body.top #point .contents ul li .bl-img-sp img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
body.top #point .contents ul li .bl-img-sp.-left {
  left: -60px;
}
body.top #point .contents ul li .bl-img-sp.-left img {
  left: 10%;
}
body.top #point .contents ul li .bl-img-sp.-right {
  right: -60px;
  margin-left: auto;
}
body.top #point .contents ul li .bl-img-sp.-right img {
  right: 20%;
}
body.top #point .contents ul li .inner.-right {
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #point .contents ul li .inner.-right h3,
  body.top #point .contents ul li .inner.-right p {
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 420px) {
  body.top #point .contents ul li .inner.-right h3,
  body.top #point .contents ul li .inner.-right p {
    width: 100%;
  }
}
body.top #point .contents .bl-img-pc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  width: 100%;
  height: 100svh;
  top: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #point .contents .bl-img-pc {
    display: none;
  }
}
body.top #point .contents .bl-img-pc .inner {
  position: relative;
  right: -100px;
  width: 56.33333333%;
  max-width: 676px;
  aspect-ratio: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffda2a;
  border-radius: 50%;
}
body.top #point .contents .bl-img-pc .inner img {
  position: absolute;
  top: 50%;
  right: 23.2249%;
  width: 91.716%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  visibility: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
body.top #point .contents .bl-img-pc .inner img.active {
  visibility: visible;
  opacity: 1;
}
body.top #flow .contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
body.top #flow .contents ul li:not(:last-of-type) {
  padding-bottom: 40px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li:not(:last-of-type) {
    padding-bottom: 24px;
  }
}
body.top #flow .contents ul li:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 36px;
  left: 36px;
  width: 1px;
  height: 100%;
  background-color: #999;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li:not(:last-of-type)::before {
    top: 28px;
    left: 28px;
  }
}
body.top #flow .contents ul li p.num {
  z-index: 10;
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li p.num {
    width: 56px;
  }
}
body.top #flow .contents ul li .bl-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li .bl-text {
    display: block;
    margin-left: 8%;
    padding-top: 10px;
  }
}
body.top #flow .contents ul li .bl-text h3 {
  font-size: 24px;
  /*PC*/
}
@media screen and (min-width: 769px) {
  body.top #flow .contents ul li .bl-text h3 {
    width: 30%;
    max-width: 280px;
  }
}
body.top #flow .contents ul li .bl-text p.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #flow .contents ul li .bl-text p.text {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1000px) {
  body.top #price .contents ul.list-price {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
body.top #price .contents ul.list-price li {
  padding: 40px;
  border: 2px solid #f1f1ec;
  border-radius: 24px;
  text-align: center;
  /*SP*/
}
@media screen and (max-width: 999px) {
  body.top #price .contents ul.list-price li {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li {
    padding: 24px;
  }
}
body.top #price .contents ul.list-price li .bl-title p {
  font-size: 14px;
  color: #ffda2a;
}
body.top #price .contents ul.list-price li .bl-title h3 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li .bl-title h3 {
    font-size: 20px;
  }
}
body.top #price .contents ul.list-price li .bl-title h3 span {
  font-size: 31px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li .bl-title h3 span {
    font-size: 28px;
  }
}
body.top #price .contents ul.list-price li .bl-icn {
  width: 80%;
  max-width: 162px;
  aspect-ratio: 1;
  margin-top: 24px;
  margin-inline: auto;
  background-color: #f1f1ec;
  border-radius: 50%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li .bl-icn {
    width: 120px;
  }
}
body.top #price .contents ul.list-price li .text-price {
  margin-top: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li .text-price {
    font-size: 20px;
  }
}
body.top #price .contents ul.list-price li .text-price span {
  font-size: 46px;
  margin-right: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents ul.list-price li .text-price span {
    font-size: 38px;
  }
}
body.top #price .contents .bl-service {
  margin-top: 66px;
  padding: 0 32px 32px;
  border: 2px solid #f1f1ec;
  border-radius: 24px;
  text-align: center;
  /*SP*/
}
body.top #price .contents .bl-service h3 {
  font-size: 18px;
  width: 400px;
  padding: 12px;
  margin-inline: auto;
  border: 2px solid #ffda2a;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents .bl-service h3 {
    width: 240px;
  }
}
body.top #price .contents .bl-service ul {
  margin-inline: auto;
  /*PC*/
  /*SP*/
}
@media screen and (min-width: 769px) {
  body.top #price .contents .bl-service ul {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 64px;
  }
}
body.top #price .contents .bl-service ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents .bl-service ul li {
    margin-top: 8px;
    font-size: 15px;
  }
}
body.top #price .contents .bl-service ul li::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  aspect-ratio: 1;
  margin-right: 16px;
  background: url(../img/icn_check.svg) no-repeat left center;
  background-size: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents .bl-service ul li::before {
    width: 20px;
    margin-right: 8px;
  }
}
body.top #price .contents .bl-service ul li span {
  font-size: 14px;
  margin-left: 4px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #price .contents .bl-service ul li span {
    font-size: 12px;
  }
}
body.top #price .contents ul.list-attention {
  margin-top: 24px;
}
body.top #price .contents ul.list-attention li {
  margin-top: 10px;
}
body.top #work .contents ul.list-work {
  margin-top: 56px;
}
body.top #work .contents ul.list-work li.item-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #work .contents ul.list-work li.item-work {
    display: block;
  }
}
body.top #work .contents ul.list-work li.item-work:nth-of-type(n + 2) {
  margin-top: 48px;
}
body.top #work .contents ul.list-work li.item-work .bl-img {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
body.top #work .contents ul.list-work li.item-work .bl-text {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}
body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner {
  padding-top: 32px;
  padding-left: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner {
    padding-top: 24px;
    padding-left: revert;
  }
}
body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner ul.tag-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner ul.tag-work li {
  display: inline;
  padding: 2px 16px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 100px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner ul.tag-work li {
    font-size: 12px;
  }
}
body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner h3 {
  margin-top: 16px;
  font-size: 24px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner h3 {
    margin-top: 12px;
    font-size: 18px;
  }
}
body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner p {
  margin-top: 16px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #work .contents ul.list-work li.item-work .bl-text .bl-text-inner p {
    margin-top: 8px;
  }
}
body.top #profile .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 64px 67px;
  border-radius: 24px;
  background-color: #f1f1ec;
  background-image: url(../img/bg_profile.svg);
  background-size: 54.5%;
  background-repeat: no-repeat;
  background-position: bottom left;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents {
    display: block;
    padding: 48px 32px;
    background-size: 80%;
    background-image: url(../img/bg_profile_sp.svg);
    background-position: top left;
  }
}
body.top #profile .contents .bl-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 52.0522%;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile {
    display: block;
    width: 100%;
  }
}
body.top #profile .contents .bl-profile .bl-img {
  width: 35.8423%;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-img {
    width: 80%;
    max-width: 200px;
    margin-inline: auto;
  }
}
body.top #profile .contents .bl-profile .bl-text {
  width: 58.0645%;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-text {
    width: 100%;
    margin-top: 24px;
  }
}
body.top #profile .contents .bl-profile .bl-text .text-name {
  font-size: 18px;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-text .text-name {
    text-align: center;
  }
}
body.top #profile .contents .bl-profile .bl-text .bl-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-text .bl-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
  }
}
body.top #profile .contents .bl-profile .bl-text .bl-sns li {
  height: 16px;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-text .bl-sns li {
    height: 20px;
  }
}
body.top #profile .contents .bl-profile .bl-text .bl-sns li a img {
  display: block;
  width: auto;
  height: 100%;
}
body.top #profile .contents .bl-profile .bl-text .text-profile {
  margin-top: 16px;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-profile .bl-text .text-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
}
body.top #profile .contents .bl-croom {
  width: 40.6716%;
  /*TB*/
}
@media screen and (max-width: 1000px) {
  body.top #profile .contents .bl-croom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
body.top #profile .contents .bl-croom p {
  text-align: center;
}
body.top #profile .contents .bl-croom a {
  display: block;
  margin-top: 32px;
}
body.top #contact .block-form {
  margin-top: 56px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  body.top #contact .block-form {
    margin-top: 40px;
  }
}

body.thanks .article {
  padding-top: 80px;
}
body.thanks h2 {
  font-size: 32px;
}