@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* ress.css v1.2.2 - CSS Reset */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* { padding: 0; margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary { display: list-item; }
small { font-size: 80%; }
[hidden], template { display: none; }
abbr[title] { border-bottom: 1px dotted; text-decoration: none; }
a { background-color: transparent; -webkit-text-decoration-skip: objects; }
a:active, a:hover { outline-width: 0; }
code, kbd, pre, samp { font-family: monospace, monospace; }
b, strong { font-weight: bolder; }
dfn { font-style: italic; }
mark { background-color: #ff0; color: #000; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
input { border-radius: 0; }
button, [type="button"], [type="reset"], [type="submit"], [role="button"] { cursor: pointer; }
[disabled] { cursor: default; }
[type="number"] { width: auto; }
[type="search"] { -webkit-appearance: textfield; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; resize: vertical; }
button, input, optgroup, select, textarea { font: inherit; }
optgroup { font-weight: bold; }
button { overflow: visible; }
button::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: 0; padding: 0; }
button:-moz-focusring, [type="submit"]::-moz-focus-inner { outline: 1px dotted ButtonText; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button, select { text-transform: none; }
button, input, select, textarea { background-color: transparent; border-style: none; color: inherit; }
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; font: inherit; }
img { border-style: none; }
progress { vertical-align: baseline; }
svg:not(:root) { overflow: hidden; }
audio, canvas, progress, video { display: inline-block; }
@media screen {
  [hidden~="screen"] { display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) { position: absolute !important; clip: rect(0 0 0 0) !important; }
}
[aria-busy="true"] { cursor: progress; }
[aria-controls] { cursor: pointer; }
[aria-disabled] { cursor: default; }
::-moz-selection { background-color: #b3d4fc; color: #000; text-shadow: none; }
::selection { background-color: #b3d4fc; color: #000; text-shadow: none; }

/* ========== Base Styles ========== */
input:focus { outline: none; }
a { color: #000; text-decoration: none; }
a:visited { color: #000; }
a:hover { color: #000; }
a.primary { color: #9239ff !important; text-decoration: underline !important; }
body { font-family: 'Noto Sans JP', sans-serif; }
.body { font-family: 'Noto Sans JP', sans-serif; position: relative; }
.sns-link:hover { color: #000; }
.h1 {
  line-height: 48px;
  font-size: 48px;
  font-weight: 400;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
.h2 {
  line-height: 25px;
  font-size: 21px;
  font-weight: 300;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
p {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.p-eng {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hr { margin: 60px auto 40px auto; size: 0.5px; }
.mb10 { margin-bottom: 10px; }

/* ========== Header / Top Image ========== */
.top-image {
  text-align: center;
}
.top-image__logo {
  padding: 20px 0;
  height: 100px;
  width: 100%;
}
.top-image__logo img {
  width: 150px;
}
.top-image__main {
  position: relative;
  margin-bottom: 40px;
}
.top-image__main--pc {
  display: block;
}
.top-image__main--sp {
  display: none;
}
.top-image__main img {
  height: auto;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .top-image__main { margin-bottom: 20px; }
}
@media screen and (max-width: 992px) {
  .top-image__main--pc { display: none; }
  .top-image__main--sp { display: block; }
}

/* ========== Footer ========== */
.footer {
  height: auto;
  margin-top: auto;
  padding: 80px 40px 40px 40px;
  position: relative;
  font-size: 14px;
}
.footer a { text-decoration: none; }
.footer__mainlink {
  position: absolute;
  bottom: 0;
  right: 125px;
  margin-bottom: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer__mainlink a {
  float: right;
  color: #9239ff;
  margin-right: 20px;
}
.footer__mainlink a::after { content: ' >'; }
.footer__sublink {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer__sublink a {
  margin: 0 5px 0 0;
}
.footer__sublink .pc_block_link {
  display: block;
  width: fit-content;
  line-height: 1.8;
}
.footer__copyright {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 992px) {
  .footer { padding: 40px 20px; }
  .footer__sublink .pc_block_link { display: unset; line-height: 2; }
}
@media screen and (max-width: 768px) {
  .footer__mainlink {
    bottom: unset;
    right: unset;
    position: relative;
    margin-bottom: 40px;
  }
  .footer__mainlink a {
    margin-bottom: 10px;
    float: none;
    display: block;
    width: fit-content;
  }
  .footer__copyright {
    bottom: unset;
    right: unset;
    position: relative;
    margin-bottom: 6px;
  }
}

/* ========== Scroll Button ========== */
.scroll_btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  color: gray;
  outline: none;
  z-index: 1000;
  position: fixed;
  bottom: 80px;
  right: 40px;
  font-size: 24px;
  padding: 5px 10px;
}
.scroll_btn:hover { background-color: transparent; }
@media screen and (max-width: 768px) {
  .scroll_btn { bottom: 40px; }
}

/* ========== SNS ========== */
.sns {
  color: #000;
  font-size: 20px;
  margin-left: auto;
}
.sns--link {
  margin-left: 15px;
  color: #000;
  text-decoration: none;
}
.sns--link:nth-child(1) { margin-left: 0; }
.sns--link:focus { color: #000; }
.sns--link:visited { color: #000; }

/* ========== Content Block ========== */
.content-block {
  margin: 0 auto 60px auto;
  text-align: center;
}
.content-block__title { margin-bottom: 20px; }
.content-block__text--middle {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 350;
}
.content-block__text--small {
  font-size: 11px;
  line-height: 1.5em;
}
.content-block__text-sns { margin-bottom: 10px; }
@media screen and (max-width: 992px) {
  .content-block__text--middle { font-size: 14px; letter-spacing: normal; }
  .content-block__text { padding: 0 9px; }
}

/* ========== Top Lead ========== */
.top-leadsentence {
  margin-bottom: 40px;
}
.top-leadnote {
  margin: 20px 0 40px 0;
  text-align: center;
}
.top-leadnote__middletext {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 350;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .top-leadsentence { font-size: 16px; }
}
@media screen and (max-width: 576px) {
  .top-leadsentence { margin-bottom: 30px; font-size: 13px; }
  .top-leadnote { margin: 20px 0 30px 0; }
  .top-leadnote__middletext { font-size: 16px; }
}

/* ========== About ========== */
.about a { color: #9239ff !important; }

/* ========== Contents Section ========== */
.contents {
  width: 800px;
  margin: 0 auto;
}
.contents__section {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}
.contents__section--img {
  width: 40%;
}
.contents__section--sentence {
  width: 60%;
  padding: 0 20px;
}
.contents__section--title {
  display: flex;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
.contents__section--subtitle {
  font-size: 12px;
  margin-bottom: 10px;
}
.contents__section--detail {
  font-size: 11px;
  letter-spacing: normal;
}
@media screen and (max-width: 992px) {
  .contents {
    padding: 0 20px;
    width: 100%;
    margin: 0;
  }
  .contents__section { display: block; }
  .contents__section--img { width: 100%; margin-bottom: 10px; }
  .contents__section--sentence { width: 100%; padding: 0; }
}

/* ========== Contact Link ========== */
.contact-link {
  font-style: normal;
  margin-bottom: 20px;
}
.contact-link a {
  color: #9239ff !important;
  text-decoration: underline;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ========== Subscribe Area ========== */
.subscribe-area {
  text-align: center;
}
.subscribe-area__discription {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 5px;
}
.subscribe-area__input {
  width: 300px;
  margin: 0 auto 5px auto;
  display: block;
  border: 1px solid #9239ff;
  height: unset;
  padding: 12px;
  font-size: 0.9em;
  letter-spacing: 0.3px;
  caret-color: #9239ff;
  border-radius: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
}
.subscribe-area__input::placeholder {
  color: #9239ff;
  text-align: center;
}
.subscribe-area__button {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  font-size: 0.9em;
  padding: 12px;
  line-height: 24px;
  width: 300px;
  height: unset;
  font-weight: 500;
  background-color: #9239ff;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  display: inline-block;
}
.subscribe-area__button:hover {
  background-color: #9239ff;
  opacity: 0.9;
}
.subscribe-area__button:visited {
  color: #fff;
}
/* Mailchimp bot protection field */
.subscribe-area__honeypot {
  position: absolute;
  left: -5000px;
}
@media screen and (max-width: 992px) {
  .subscribe-area { padding: 0 20px; }
}
@media screen and (max-width: 576px) {
  .subscribe-area__input { width: 85%; }
  .subscribe-area__button { width: 85%; }
}

/* ========== Document Pages ========== */
.document {
  margin: 20px auto;
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  width: 600px;
}
.document__title {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.document__heading {
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.document__text {
  font-size: 12px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .document { padding: 0 20px; width: 100%; }
}

/* ========== Thank You Page ========== */
.thank-you { text-align: center; }
.thank-you__visual { text-align: center; }
.thank-you__visual--img { text-align: center; max-width: 100%; }
.thank-you__text { margin-top: 40px; margin-bottom: 40px; }
.thank-you__text--large {
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  line-height: 60px;
  font-size: 60px;
  font-weight: 400;
}
.thank-you__text--medium {
  font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
  line-height: 18px;
  font-size: 23px;
  margin-bottom: 40px;
}
.thank-you__text--small {
  color: #000;
  margin-left: auto;
  margin-bottom: 40px;
  text-align: center;
}
.thank-you__text--small span { display: block; }
.thank-you__text--small a { color: #9239ff !important; }
@media screen and (max-width: 992px) {
  .thank-you__text { padding: 0 20px; }
}
@media screen and (max-width: 768px) {
  .thank-you__text--small { font-size: 14px; }
  .thank-you__text--small span { display: unset; }
}

/* ========== Questions ========== */
.questions {
  text-align: center;
  width: 100%;
}
.questions__block {
  width: 500px;
  margin: 0 auto;
}
.questions__subtext {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.questions__theme {
  line-height: 25px;
  font-size: 16px;
  font-weight: 350;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 20px;
}
.questions__form {
  width: 500px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.questions__form form {
  width: 100%;
}
.questions__form--input-wrap {
  margin-bottom: 20px;
  width: 100%;
}
.questions__form--textarea-wrap {
  width: 100%;
}
.questions__form--input {
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  height: 36px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: inset 0 2px 4px 0 rgba(116, 109, 109, 0.06);
}
.questions__form--input:focus {
  outline: 0;
  border-color: #a0aec0;
  box-shadow: 0 0 0 0.2rem #edf2f7;
  background-clip: padding-box;
}
.questions__form--textarea {
  border: solid 1px #a9a9a9;
  border-radius: 4px;
  height: 100px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: inset 0 2px 4px 0 rgba(116, 109, 109, 0.06);
  resize: vertical;
}
.questions__form--textarea:focus {
  outline: 0;
  border-color: #a0aec0;
  box-shadow: 0 0 0 0.2rem #edf2f7;
  background-clip: padding-box;
}
.questions__form--submit {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: black;
  color: #fff;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  line-height: 14px;
  height: 36px;
  padding: 3px 12px;
  font-size: 14px;
}
.questions__form--submit:hover {
  background-color: #000;
}
.questions__form--submit:visited {
  color: #fff;
}
.questions__form--submit:disabled {
  background-color: lightgray;
  cursor: default;
}
.questions__note {
  color: gray;
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.questions__note a {
  color: gray;
  text-decoration: underline;
}
.form__label--error {
  font-size: 10px;
  color: #ff7676;
  margin-top: 4px;
  display: none;
}
@media screen and (max-width: 992px) {
  #questions.content-block { margin-left: 0; margin-right: 0; width: 100%; }
  .questions__block { width: 100%; }
  .questions__subtext { padding: 0 20px; }
  .questions__theme { width: 100%; padding: 0 20px; }
  .questions__form { width: 100%; padding: 0 20px; }
}

/* ========== Body Content Area ========== */
.body-content-area {
  display: flex;
  flex-direction: column;
}

/* ========== Utility ========== */
.grecaptcha-badge { visibility: hidden; }
