@charset "UTF-8";
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

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

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

blockquote,
q {
  quotes: none;
}

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

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10rem;
  padding: 1em 1.4em;
  text-align: center;
  background-color: #F8F8F8;
  position: relative;
}
header span {
  display: block;
}
header .btnArea.-headerBtn {
  position: absolute;
  right: 2em;
}
header .btnArea.-headerBtn .basicBtn {
  max-width: 10em;
  padding: 0.4em 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 860px) {
  header .btnArea.-headerBtn .basicBtn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 8rem;
  }
  header span img {
    max-width: 23rem;
  }
  header .btnArea.-headerBtn {
    position: static;
  }
  header .btnArea.-headerBtn .basicBtn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  header {
    height: 6rem;
  }
  header span img {
    max-width: 20rem;
  }
  header .btnArea.-headerBtn .basicBtn {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  header .btnArea.-headerBtn .basicBtn {
    font-size: 1.2rem;
  }
}

/*==================================================================================================
	フッター
==================================================================================================*/
footer {
  padding: 3.2em 1em;
  text-align: center;
}
footer .footerLogo {
  margin-bottom: 1.2em;
}
footer .copy {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 2em 1em;
  }
  footer .footerLogo img {
    max-width: 23rem;
  }
  footer .copy {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  footer .footerLogo img {
    max-width: 20rem;
  }
  footer .copy {
    font-size: 1.2rem;
  }
}

/*==================================================================================================
	ボタン Button
==================================================================================================*/
.btnArea .basicBtn {
  display: block;
  padding: 0.85em 1.5em;
  max-width: 19em;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.5rem, 2vw, 1.8rem);
  font-weight: 600;
  border-radius: 99em;
  background-color: #FF5A5A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btnArea .basicBtn:hover {
  background-color: #ff7e7e;
}
.btnArea .basicBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.btnArea .basicBtn.-large {
  max-width: 26em;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
}
.btnArea .basicBtn.-medium {
  max-width: 20.5em;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
}

/*==================================================================================================
	タイトル Label
==================================================================================================*/
.lineLabel {
  text-align: center;
  font-size: clamp(2rem, 2.8vw, 3.3rem);
  font-weight: 600;
}
.lineLabel + .readText {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .lineLabel + .readText {
    margin-top: 1em;
  }
}
@media screen and (max-width: 560px) {
  .lineLabel + .readText {
    margin-top: 0.5em;
    text-align: left;
  }
}

.readCont {
  padding: 12.5em 1em 3.8em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 1020px) {
  .readCont {
    padding: 10em 1em 3em;
  }
}
@media screen and (max-width: 860px) {
  .readCont {
    padding: 8em 1em 3em;
  }
}
@media screen and (max-width: 767px) {
  .readCont {
    padding: 6em 1em 3em;
  }
}
@media screen and (max-width: 560px) {
  .readCont {
    padding: 4em 1em 3em;
  }
}

/*==================================================================================================
	リスト List
==================================================================================================*/
.simpleList {
  list-style: none;
}
.simpleList > li {
  margin-bottom: 1.3em;
  padding-left: 1.1em;
  font-size: 1.5rem;
  position: relative;
}
.simpleList > li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.simpleList > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .simpleList > li {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
}

.numList {
  list-style: none;
  counter-reset: listnum;
}
.numList > li {
  margin-bottom: 1.3em;
  padding-left: 1.8em;
  position: relative;
  font-size: 1.5rem;
}
.numList > li:before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  position: absolute;
  top: 0.03em;
  left: 0;
}
.numList > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .numList > li {
    margin-bottom: 1em;
    font-size: 1.4rem;
  }
}

/*==================================================================================================
	レイアウト Layout
==================================================================================================*/
.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gridBox {
  display: grid;
  gap: 3em;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1020px) {
  .gridBox {
    gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  .gridBox {
    gap: 2em 1.5em;
    grid-template-columns: 1fr;
  }
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
body {
  width: 100%;
  color: #231916;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.3rem;
  }
}
body a {
  color: #00A0E8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body a:hover {
  text-decoration: none;
  opacity: 1;
}
body img {
  max-width: 100%;
  height: auto;
}
body .inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .readText {
  line-height: 1.8;
  font-weight: 500;
}
body .readText.-center {
  text-align: center;
}
body .readText.-bold {
  font-weight: 600;
}
body .breakText {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.lContainer .mContainer {
  padding: 6.3em 0;
}
@media screen and (max-width: 767px) {
  .lContainer .mContainer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 560px) {
  .lContainer .mContainer {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .lContainer .mContainer {
    padding: 3em 0;
  }
}