@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@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;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

td {
  text-align: left;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

em {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================
    ■ 必須設定
======================================== */
/* 関数
----------------------------- */
.kenten, .kenten_half {
  padding: 0.35em 0;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  background-position: top left;
  background-image: radial-gradient(0.4em 0.4em at center center, #0d0c0c 50%, transparent 50%);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.kenten_half {
  background-size: 0.65em 0.5em;
}

.is_sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .is_sp {
    display: none;
  }
}

.is_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .is_pc {
    display: block;
  }
}

img.is_sp,
br.is_sp {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  img.is_sp,
  br.is_sp {
    display: none;
  }
}

img.is_pc,
br.is_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  img.is_pc,
  br.is_pc {
    display: inline-block;
  }
}

/* ========================================
    ■ General
======================================== */
/* 1px = 0.01remに変換（100px = 1rem）*/
html {
  font-size: 13.02083vw;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 6.51042vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #0d0c0c;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 0.3rem;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 0.23rem;
  }
}

a {
  color: #0033cc;
  text-decoration: underline;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a::before, a::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover::before, a:hover::after {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

img,
video,
object {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

section {
  position: relative;
}

mark {
  background: none;
  color: inherit;
  font-weight: normal;
  font-style: normal;
}

picture {
  display: block;
}

/* utility class
----------------------------- */
.wrap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .wrap {
    max-width: 1536px;
  }
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.hover:hover {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.hover:hover:hover {
  -webkit-transform: scale(0.98, 0.98);
          transform: scale(0.98, 0.98);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.scrollbar::-webkit-scrollbar {
  background: #ccc;
  width: 0.1rem;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
}

table.tbl_block {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block {
    display: table;
  }
}

table.tbl_block tbody {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tbody {
    display: table-row-group;
  }
}

table.tbl_block tr {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block tr {
    display: table-row;
  }
}

table.tbl_block th,
table.tbl_block td {
  display: block;
  text-align: left;
}

@media screen and (min-width: 769px) {
  table.tbl_block th,
  table.tbl_block td {
    display: table-cell;
  }
}

/* マーカー */
mark {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f3f3f3), color-stop(50%, transparent));
  background: linear-gradient(0deg, #f3f3f3 50%, transparent 50%);
}

/* ・リスト */
.list_dot > li {
  position: relative;
  padding-left: 1em;
}

.list_dot > li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/* ========================================
    ■ form
======================================== */
#form {
  /* placeholder */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /* ラジオボタン */
  /* チェックボックス */
  /* セレクトボックス */
  /* テキスト入力 */
  /* 数字入力 */
}

#form :placeholder-shown {
  color: #ccc;
}

#form ::-webkit-input-placeholder {
  color: #ccc;
}

#form :-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#form :-ms-input-placeholder {
  color: #ccc;
}

#form input[type="radio"] {
  opacity: 0;
}

#form input[type="radio"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

#form input[type="radio"] + label::before {
  content: "";
  display: block;
  background: url(../images/form_radio01.png) no-repeat center top;
  background-size: 100% auto;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

#form input[type="radio"]:checked + label::before {
  background-position: center bottom;
}

#form input[type="checkbox"] {
  opacity: 0;
}

#form input[type="checkbox"] + label {
  display: block;
  margin: 0;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}

#form input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  background: url(../images/form_check01.png) no-repeat center top;
  background-size: 100% auto;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

#form input[type="checkbox"]:checked + label::before {
  background-position: center bottom;
}

#form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

#form select::-ms-expand {
  display: none;
}

#form input[type="text"], #form textarea,
#form input[type="tel"],
#form input[type="email"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.05rem 0.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  border: solid 1px #b2b2b2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#form textarea {
  width: 100% !important;
  max-width: none;
  min-height: 2.5rem;
}

#form input[type="number"] {
  -moz-appearance: textfield;
}

#form input[type="number"]::-webkit-outer-spin-button, #form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#form .must {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

#form *[type="submit"] {
  display: block;
  background: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: none;
  cursor: pointer;
}

#form *[type="submit"]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ========================================
    ■ color
======================================== */
/* ========================================
    ■ keyv
======================================== */
/* ========================================
    ■ cta
======================================== */
.cta {
  padding: 0.4rem 0;
  background-image: url(../images/cta_bg.png);
  background-size: cover;
  position: relative;
}

.cta_balloon {
  position: absolute;
  max-width: 5rem;
  top: -0.64rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .cta_balloon {
    max-width: 4rem;
  }
}

.cta_content {
  max-width: 6.9rem;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .cta_content {
    max-width: 9.6rem;
  }
}

.cta_content_btn {
  position: absolute;
  max-width: 6.14rem;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (min-width: 769px) {
  .cta_content_btn {
    max-width: 4.6rem;
  }
}

.cta_content_btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.cta_content_wrap {
  position: relative;
}

.btn01 {
  top: -1.6rem;
}

@media screen and (min-width: 769px) {
  .btn01 {
    top: -1.4rem;
  }
}

.btn02 {
  top: -1.7rem;
}

@media screen and (min-width: 769px) {
  .btn02 {
    top: -1.4rem;
  }
}

.box2 {
  margin-top: 0.4rem;
}

/* ========================================
    ■ sec01
======================================== */
.sec01 {
  margin-top: -0.65rem;
}

@media screen and (min-width: 769px) {
  .sec01 {
    margin-top: -0.2rem;
  }
}

/* ========================================
    ■ sec02
======================================== */
/* ========================================
    ■ sec03
======================================== */
/* ========================================
    ■ sec04
======================================== */
.sec04_head {
  font-size: 0.35rem;
  font-weight: 700;
  color: #c31818;
  max-width: 5rem;
  margin: 0 auto;
  border-bottom: solid 0.03rem #c31818;
}

.sec04_strong {
  font-size: 0.5rem;
}

.sec04_about {
  text-align: center;
  color: #6f3800;
  font-weight: 700;
  font-size: 0.35rem;
  margin: 0.24rem 0;
  letter-spacing: 0.12em;
}

.sec04_emu {
  max-width: 6.14rem;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec04_emu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 9.36rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .sec04_emu_image {
    width: 50%;
  }
}

.sec04_emu_text {
  font-size: 0.25rem;
  color: #6f3800;
  margin-top: 0.16rem;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .sec04_emu_text {
    font-size: 0.24rem;
    width: 48%;
    line-height: 1.9;
    margin-top: 0;
  }
}

.sec04_circle {
  max-width: 6.9rem;
  margin: 0.4rem auto 0;
  display: block;
}

/* ========================================
    ■ sec05
======================================== */
/* ========================================
    ■ sec06
======================================== */
/* ========================================
    ■ sec07
======================================== */
.sec07_content {
  background-image: url(../images/sec07_bg01.png);
  padding: 0.32rem 0 0.56rem;
  background-size: cover;
  position: relative;
}

.sec07_content_head {
  font-size: 0.4rem;
  text-align: center;
  font-weight: 700;
  color: #6f3800;
  /* 文字の色 */
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff,
 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  /* 文字の影 */
}

.sec07_content_gif {
  max-width: 6.14rem;
  display: block;
  margin: 0.24rem auto 0;
  -webkit-box-shadow: 0.03rem 0.03rem 0.2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.03rem 0.03rem 0.2rem rgba(0, 0, 0, 0.4);
}

.sec07_arrow {
  position: absolute;
  max-width: 1.7rem;
  left: 0;
  right: 0;
  margin: auto;
  top: 48%;
  z-index: 999;
}

.content02_bg {
  background-image: url(../images/sec07_bg02.png);
}

.content02_head {
  color: #c31818;
  /* 文字の色 */
}

/* ========================================
    ■ sec08
======================================== */
.sec08 {
  padding: 0.4rem 0 1.24rem;
}

.sec08_head {
  font-size: 0.35rem;
  text-align: center;
  font-weight: 700;
  color: #6f3800;
}

.sec08_head_red {
  color: #c31818;
}

.sec08_content {
  max-width: 6.9rem;
  margin: 0.4rem auto 0;
  border: 0.02px solid #000;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  background-color: #f2f2f2;
  padding: 0.4rem 0px 0.24rem;
}

.sec08_content_wrap {
  max-width: 6.14rem;
  margin: 0 auto;
}

.sec08_content_top {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 0.32rem;
}

.sec08_content_top_red {
  color: #c31818;
}

.sec08_content_title {
  font-size: 0.26rem;
  text-align: center;
  background-color: #696969;
  color: white;
  font-size: 0.26rem;
  margin-top: 0.24rem;
}

.sec08_content_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.24rem;
}

.sec08_content_about_text {
  font-size: 0.23rem;
  letter-spacing: 0.08em;
}

.sec08_content_about_doc {
  width: 25%;
}

.sec08_content_head {
  margin-top: 0.24rem;
}

.sec08_content_note {
  font-size: 0.16rem;
  text-align: right;
  margin-top: 0.16rem;
}

/* ========================================
    ■ sec09
======================================== */
/* ========================================
    ■ sec10
======================================== */
/* ========================================
    ■ sec11
======================================== */
.sec11 {
  padding: 0.8rem 0 0.8rem;
  background-size: cover;
  background-image: url(../images/sec11_bg.png);
}

@media screen and (min-width: 769px) {
  .sec11 {
    background-image: url(../images/sec11_bg_pc.png);
  }
}

.sec11_image {
  max-width: 6.14rem;
  margin: 0 auto;
  display: block;
}

/* ========================================
    ■ sec12
======================================== */
.sec12 {
  padding: 0.8rem 0 0 0;
}

.sec12_head {
  font-size: 0.5rem;
  text-align: center;
  font-weight: 700;
  color: #e86a0f;
  letter-spacing: 0.24em;
  position: relative;
  padding-bottom: 0.4rem;
}

.sec12_head::after {
  position: absolute;
  content: "";
  background-color: #6f3800;
  height: 0.03rem;
  width: 0.95rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sec12_question {
  max-width: 6.14rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec12_question {
    max-width: 7.26rem;
  }
}

.sec12_question_q {
  font-size: 0.35rem;
  font-weight: 700;
  color: #e86a0f;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  .sec12_question_q {
    font-size: 0.28rem;
  }
}

.sec12_question_a {
  font-size: 0.25rem;
  font-weight: 700;
  color: #6f3800;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .sec12_question_a {
    font-size: 0.23rem;
  }
}

.sec12_question_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sec12_question_wrap > img {
  max-width: 0.45rem;
  margin-right: 0.16rem;
}

.m-24 {
  margin-top: 0.24rem;
}

.m-40 {
  margin-top: 0.4rem;
}

/* ========================================
    ■ sec13
======================================== */
.sec13 {
  padding: 0.8rem 0 1.6rem;
}

.sec13_head {
  font-size: 0.5rem;
  text-align: center;
  font-weight: 700;
  color: #e86a0f;
}

.sec13_content {
  max-width: 6.9rem;
  margin: 0.4rem auto 0;
}

@media screen and (min-width: 769px) {
  .sec13_content {
    max-width: 5.6rem;
  }
}

/* ========================================
    ■ footer
======================================== */
.footer_copy {
  font-size: 0.17rem;
  text-align: center;
  color: white;
  margin-top: 0.56rem;
}

@media screen and (min-width: 769px) {
  .footer_copy {
    font-size: 0.15rem;
  }
}
/*# sourceMappingURL=style.css.map */