/*--------------------------------------------------------*/
/* _foundation-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
/* _global-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: normal;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: bold;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../../fonts/NotoSansJP-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  -c_main: #000080;
  -c_main_rgb: 0, 0, 128;
  -bg_main: #000080;
  -txt_main: #000080;
  -border_main: #000080;
  -c_accent: #FFFF00;
  -txt_accent: #FF0000;
  -c_black: #333;
  --txt_black: #333;
  -c_gray: #808080;
  -txt_gray: #808080;
  --c_white: #FFF;
  --txt_white: var(--c_white);
  -c_red: red;
  -c_blue: blue;
  -c_yellow: #FFFF00;
  -c_cyan: #00FFFF;
  -c_magenta: #FF00FF;
  --bg_base: #f3f3f3;
  --bg_body: var(--c_white);
  --bg_loading: #000080;
  --bg_header: #000080;
  --bg_menu: #000080;
  --bg_footer: #000080;
  -bg_sec: #FFF;
  -bg_btn: #000080;
  --btn_bg: #000080;
  --btn_txt: #FFF;
  --btn_gradient: #000080, #FFF;
  --btn_border: #333;
  --btn_shadow: #808080;
  --shadow: rgba(0, 0, 0, 0.2);
  -shadow_rgb: 0, 0, 0;
  -shadow_btn: #808080;
  -gradient_mask: linear-gradient(to right bottom, #000080, #FFF);
  -gradient_parts: #000080 0%, #FFF 51%, #000080 100%;
  -gradient_btn: #000080, #FFF;
  -border_flame: #333;
  -border_def: #808080;
  -border_textarea: #808080;
  -border_btn: #333;
}

/*--------------------------------------------------------*/
/* _mixin
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition:0.3s;
  --hover_opacity:0.7;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
:root {
  --fz: min(0.256vw, calc((18.462/16)/16 * 1rem));
  --val: min(0.256vw, 1.153px);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  background-color: var(--bg_base);
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: var(--txt_black);
  text-spacing-trim: space-all;
  overflow-y: scroll;
}
body.is-load {
  position: fixed;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

a {
  color: currentColor;
}
span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
}

textarea:not([rows]) {
  min-height: 10em;
}

select {
  font: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

/*--------------------------------------------------------*/
/* _component-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _btn-more*/
/*--------------------------------------------------------*/
.c-btn-more {
  display: block;
  width: 300px;
  padding: 16px 0;
  margin: 0 auto;
  background: linear-gradient(var(--btn_gradient));
  background-color: var(--btn_bg);
  border: 2px solid var(--btn_border);
  border-radius: 100vh;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--btn_txt);
  text-align: center;
  transition: var(--hover_transition);
}
@media (any-hover: hover) {
  .c-btn-more:hover {
    opacity: var(--hover_opacity);
  }
}
@media (any-hover: none) {
  .c-btn-more:active {
    opacity: var(--hover_opacity);
  }
}

/*--------------------------------------------------------*/
/*! _btn-to-top*/
/*--------------------------------------------------------*/
.c-btn-to-top {
  width: 50px;
  height: 50px;
  margin: 20px;
  background-color: var(--c_white);
  border-radius: 50%;
  box-shadow: 0 0 5px var(--shadow);
  position: fixed;
  inset: auto 0 0 auto;
  z-index: 50;
}
.c-btn-to-top__link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-btn-to-top__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*--------------------------------------------------------*/
/* _utility-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* _utility
/*--------------------------------------------------------*/
@media screen and (min-width: 1024px) {
  .u-dn--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-dn--pctb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-dn--tb {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-dn--tb {
    display: block;
  }
}

.u-dn--tbsp {
  display: none;
}
@media screen and (min-width: 1024px) {
  .u-dn--tbsp {
    display: block;
  }
}

.u-dn--sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dn--sp {
    display: block;
  }
}

.u-ttu {
  text-transform: uppercase;
}

.u-ttc {
  text-transform: capitalize;
}

/*--------------------------------------------------------*/
/* _layout-index
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! _header*/
/*--------------------------------------------------------*/
.l-header {
  width: 100%;
  height: 64px;
  background-color: transparent;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (min-width: 1920px) {
  .l-header {
    max-width: 1920px;
    position: fixed;
    inset: 0 auto auto 50%;
    z-index: 100;
    transform: translateX(-50%);
  }
}
.l-header.is-change {
  background-color: var(--bg_header);
}
.l-header__inner {
  max-width: 1160px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding: 0 30px;
  }
}
.l-header__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.l-header__logo {
  width: 100px;
}
.l-header__logo-link {
  display: inline-block;
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-wrapper-limit {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: var(--bg_body);
}

.l-main {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 50px 0;
}
.l-main__inner {
  width: 100%;
  max-width: 1160px;
  padding: 60px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__inner {
    padding: 100px 30px;
  }
}

/*--------------------------------------------------------*/
/*! _footer*/
/*--------------------------------------------------------*/
.l-footer {
  background-color: var(--bg_footer);
}
.l-footer__inner {
  max-width: 1160px;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 30px;
  }
}
.l-footer__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-footer__container {
    flex-direction: row;
  }
}
.l-footer__logo {
  width: 100px;
}
.l-footer__logo-link {
  display: inline-block;
}
.l-footer__sns {
  display: flex;
}
.l-footer__sns-link {
  display: inline-block;
  width: 50px;
}
.l-footer__sns-link:not(:first-child) {
  margin-left: 20px;
}
.l-footer__list {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--txt_white);
}
@media screen and (min-width: 1024px) {
  .l-footer__list {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__li-link {
  display: inline-block;
}
.l-footer__copy-right {
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--txt_white);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__copy-right {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*--------------------------------------------------------*/
/* _project-index
/*--------------------------------------------------------*/
/*!--------------------------------------------------------*/
/*! _top*/
/*!--------------------------------------------------------*/
.p--__sec-title {
  margin-bottom: 4px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: var(--txt_main);
}
@media screen and (min-width: 1024px) {
  .p--__sec-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.p--__sec-title::before {
  content: attr(data-title);
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .p--__sec-title::before {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------*/
/* !_thanks*/
/*--------------------------------------------------------*/
.p-thanks {
  min-height: 100vh;
  padding: 60px 20px;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    padding: 100px 30px;
  }
}
.p-thanks__inner {
  max-width: 1000px;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(84, 84, 84, 0.25);
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-thanks__inner {
    border-radius: 15px;
    padding: 60px;
  }
}
.p-thanks__heading {
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #449d44;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-thanks__heading {
    padding-bottom: 15px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-thanks__heading::before {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #449d44;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-thanks__textArea {
  margin-top: 40px;
}

.p-thanks__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-thanks__text + p {
  margin-top: 1.6em;
}

.p-thanks__text .note {
  color: var(--c_pink);
}

.p-thanks__link {
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #449d44;
}

@media screen and (min-width: 768px) {
  .p-thanks__link {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-thanks__link.download {
  color: red;
}

/*--------------------------------------------------------*/
/*! <>*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*! <>*/
/*--------------------------------------------------------*//*# sourceMappingURL=style.css.map */