@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
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%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

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;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

/* 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 */
input, select {
  vertical-align: middle;
}

:focus {
  outline: none;
}

/* 色 */
/* 余白、フォントサイズ用 */
/* -----------------------------------------------------------
    要素/属性セレクタ、疑似クラス
----------------------------------------------------------- */
/*Googleフォント*/
html {
  font-size: 62.5%;
  /* 分かりやすくするために1remを10pxに */
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, sans-serif;
  background: #9DDBF4 url(../image/common/bg.jpg) center center/cover;
  background-attachment: fixed;
  width: 100%;
  color: #3C250E;
  font-size: min(3.33vw, 25px);
  line-height: 1.68;
  letter-spacing: 0;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  /* 左揃え */
}

::-ms-clear {
  display: none;
  /* IEのテキストボックスとパスワード入力欄の「×」を消すため */
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all linear 0.3s;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #333333;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: auto;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

button {
  background: none;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', YuGothic, 'メイリオ', Meiryo, sans-serif;
  width: 100%;
  font-size: min(4.27vw, 32px);
  padding: 0;
  border: none;
  cursor: pointer;
}

/* -----------------------------------------------------------
    汎用class
----------------------------------------------------------- */
.sp-not,
.pc-only {
  display: none;
}

.clearfix {
  /*overflow: hidden;*/
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* -----------------------------------------------------------
    共通パーツ(接頭辞が「.c-」)
----------------------------------------------------------- */
.c-x-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.c-x-container__inner {
  position: relative;
}

.c-space--mt15 {
  margin-top: min(4vw, 30px);
}

.c-space--mt30 {
  margin-top: min(8vw, 60px);
}

.c-space--mt45 {
  margin-top: min(12vw, 90px);
}

.c-anker-scroll {
  margin-top: clamp(-200px, -26.67vw, 0px);
  padding-top: min(26.67vw, 200px);
}

/*見出し、テキスト*/
.c-title + .c-text {
  margin-top: min(8vw, 60px);
}

.c-text + .c-text {
  margin-top: min(4vw, 30px);
}

.c-text--fs1 {
  font-size: min(8vw, 60px);
}

.c-text--fs2 {
  font-size: min(6.4vw, 48px);
}

.c-text--fs3 {
  font-size: min(5.87vw, 44px);
}

.c-text--fs4 {
  font-size: min(5.33vw, 40px);
}

.c-text--fs5 {
  font-size: min(4.8vw, 36px);
}

.c-text--fs6 {
  font-size: min(3.73vw, 28px);
}

.c-text--red {
  color: #C81E1E;
}

.c-text--bold {
  font-weight: bold;
}

.c-text--underline {
  text-decoration: underline;
}

.c-text--center {
  text-align: center;
}

.c-text--right {
  text-align: right;
}

.c-text--indent {
  margin-left: 1em;
  text-indent: -1em;
}

/*リンク、ボタン*/
.c-link--underline {
  color: #2180C3 !important;
  text-decoration: underline !important;
}
.c-link--underline:hover {
  text-decoration: none !important;
  opacity: 1;
}

.c-btn {
  width: min(53.33vw, 400px);
  margin: 0 auto;
}

.c-btn__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C81E1E;
  color: #fff !important;
  font-size: min(3.73vw, 28px);
  padding: min(2.67vw, 20px) min(9.33vw, 70px);
  border-radius: min(5.33vw, 40px);
}
.c-btn__inner:after {
  content: "";
  display: inline-block;
  background: url(../image/common/icon_arrow.svg) no-repeat left top/contain;
  position: absolute;
  top: 50%;
  right: min(1.33vw, 10px);
  width: min(8vw, 60px);
  height: min(8vw, 60px);
  transform: translate(0, -50%);
}

/*リスト、テーブル*/
.c-list--dot > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--dot > li:before {
  content: "・";
}

.c-list--dot-large > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  letter-spacing: 0;
}
.c-list--dot-large > li:before {
  content: "";
  display: inline-block;
  width: min(2.13vw, 11px);
  height: min(2.13vw, 11px);
  background: #333;
  border-radius: 50%;
  margin: 0 min(2.67vw, 20px) min(0.53vw, 4px) 0;
}
.c-list--dot-large > li:not(:first-of-type) {
  margin-top: min(4vw, 30px);
}

.c-list--asterisk > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list--asterisk > li:before {
  content: "※";
}

.c-list--asterisk-number {
  counter-reset: number 0;
}
.c-list--asterisk-number > * {
  counter-increment: number 1;
  text-indent: -1.9em;
  margin-left: 1.9em;
}
.c-list--asterisk-number > *:before {
  content: "※" counter(number) "";
  margin: 0 0.25em 0 0;
}

.c-list--number {
  counter-reset: number 0;
}
.c-list--number > li {
  counter-increment: number 1;
  text-indent: -1.6em;
  margin-left: 1.6em;
}
.c-list--number > li:before {
  content: "(" counter(number) ")";
  margin: 0 0.25em 0 0;
}
.c-list--number > li:not(:first-of-type) {
  margin-top: min(1.33vw, 10px);
}
.c-list--dot-large .c-list--number {
  margin: min(1.33vw, 10px) 0 0 2em;
}
.c-list--dot-large .c-list--number > li {
  margin-left: 0.5em;
}

@media screen and (min-width: 501px) {
  /* ===========================================================
      タブレット縦
  =========================================================== */
  /* -----------------------------------------------------------
      要素/属性セレクタ、疑似クラス
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .sp-not {
    display: block;
  }

  .sp-only {
    display: none;
  }

  /* -----------------------------------------------------------
      共通パーツ(接頭辞が「.c-」)
  ----------------------------------------------------------- */
}
@media screen and (min-width: 769px) {
  /* ===========================================================
      タブレット横、PC
  =========================================================== */
  /* -----------------------------------------------------------
      要素/属性セレクタ、疑似クラス
  ----------------------------------------------------------- */
  a[href^="tel:"] {
    pointer-events: none;
  }

  /* -----------------------------------------------------------
      汎用class
  ----------------------------------------------------------- */
  .pc-not {
    display: none;
  }

  .pc-only {
    display: block;
  }

  /* -----------------------------------------------------------
      共通パーツ(接頭辞が「.c-」)
  ----------------------------------------------------------- */
}
