@charset "UTF-8";
/*--- import -------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&family=Oswald:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html, body {
  overflow-x: hidden;
  font-size: 62.5%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

li {
  list-style-type: none; }

blockquote, q {
  quotes: none; }
  blockquote::before, blockquote::after, q::before, q::after {
    content: '';
    content: none; }

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: middle;
  max-width: 100%; }

img {
  height: auto; }

picture {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

br {
  line-height: 0; }

input, textarea, select, button {
  font: inherit; }

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]:focus,
  input[type="button"]:focus {
    outline-offset: -2px; }

/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/*------------------------------------- import ---*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans CJK JP','Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  font-weight: 500;
  color: #000000;
  position: relative; }

a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  @media screen and (min-width: 769px) {
    a:hover {
      opacity: 0.6; } }

.object-fit.cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.btn_to_top {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 82px;
  z-index: 59;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #000;
  color: #FFF; }
  .btn_to_top.foot {
    position: absolute; }

.pc {
  display: block; }
  .pc._inline {
    display: inline; }
  .pc._inline-block {
    display: inline-block; }
  @media screen and (max-width: 1000px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .sp {
      display: block; }
      .sp._inline {
        display: inline; }
      .sp._inline-block {
        display: inline-block; } }

.en {
  font-family: 'Oswald', sans-serif; }

sup {
  vertical-align: text-top;
  font-size: small; }

.coution {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em; }

.coution::before {
  content: "※"; }

/* -----------------------------------------------------
	section
----------------------------------------------------- */
section {
  width: 100%;
  }
@media screen and (max-width: 1000px) {
  section {
  }
}
.inner {
  width: 106rem;
  max-width: 100%;
  padding: 0 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 4rem;
  }
}
section.bg {
  background: #f0f0f0; }

section.bg_main {
  background-image: -webkit-linear-gradient(135deg, #fc8800 0%, #fc6200 100%);
  background-image: -o-linear-gradient(135deg, #fc8800 0%, #fc6200 100%);
  background-image: linear-gradient(-45deg, #fc8800 0%, #fc6200 100%); }

.section_ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 2.2rem;
  position: relative;
  color: #000000; }
  @media screen and (max-width: 1000px) {
    .section_ttl {
      font-size: 2.6rem;
      margin-bottom: 13.02083vw;
      padding-bottom: 2.60417vw;
      line-height: 1.4; }
      .section_ttl.ir_gular {
        font-size: 3.46666vw; } }
  .section_ttl.ff_color {
    color: #ffffff; }
    .section_ttl.ff_color span {
      color: #ffffff; }
    .section_ttl.ff_color::after {
      background: #fd8933; }
  .section_ttl span {
    display: block;
    font-size: 4.6rem;
    font-weight: 700;
    color: #fc6200;
    line-height: 2;
  }
    @media screen and (max-width: 768px) {
      .section_ttl span {
        font-size: 6.4vw; } }
  .section_ttl::after {
    position: absolute;
    bottom: -0.31rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 217px;
    height: 10px;
    content: '';
    display: inline-block;
    background: #fee0cc; }
    @media screen and (max-width: 1000px) {
      .section_ttl::after {
        bottom: -0.90625vw;
        width: 29.94792vw;
        height: 1.5625vw; } }

/* -----------------------------------------------------
	part
----------------------------------------------------- */
.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .btn_area {
      display: block; } }
  .btn_area .btn_item {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .btn_area .btn_item {
        max-width: 735px; } }
    .btn_area .btn_item + .btn_item {
      margin-left: 40px; }
      @media screen and (max-width: 768px) {
        .btn_area .btn_item + .btn_item {
          margin-left: 0;
          margin-top: 7.8125vw; } }
    .btn_area .btn_item .btn {
      position: relative;
      width: 100%;
      height: 8.6rem;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-direction: column;
      font-size: 2.4rem;
      font-weight: 700;
      color: #ffffff;
      background: linear-gradient(-45deg, #fc8800 10%, #fc6200 100%);
      box-shadow: 0px 10px 0px 0px rgba(214, 83, 0, 0.9); }
      .btn_area .btn_item .btn span {
        font-size: 1.6rem; }
        @media screen and (max-width: 768px) {
          .btn_area .btn_item .btn span {
            font-size: 2.93333vw; }
        }
      @media screen and (max-width: 768px) {
        .btn_area .btn_item .btn {
          font-size: 3.73333vw;
          height: 19.27083vw;
          -webkit-box-shadow: 0px 2.34375vw 0px 0px rgba(214, 83, 0, 0.9);
          box-shadow: 0px 2.34375vw 0px 0px rgba(214, 83, 0, 0.9); } }
      .btn_area .btn_item .btn.btn_cf {
        background: #ffffff;
        color: #fc6200;
        -webkit-box-shadow: 0px 10px 0px 0px rgba(201, 201, 201, 0.9);
        box-shadow: 0px 10px 0px 0px rgba(201, 201, 201, 0.9); }
        @media screen and (max-width: 768px) {
          .btn_area .btn_item .btn.btn_cf {
            -webkit-box-shadow: 0px 2.34375vw 0px 0px rgba(201, 201, 201, 0.9);
            box-shadow: 0px 2.34375vw 0px 0px rgba(201, 201, 201, 0.9); } }
        .btn_area .btn_item .btn.btn_cf::after {
          border-color: #fc6200; }
      .btn_area .btn_item .btn::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 2.5em;
        bottom: 0;
        width: 9px;
        height: 9px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
        @media screen and (max-width: 768px) {
          .btn_area .btn_item .btn::after {
            right: 2.08333vw;
            width: 2.34375vw;
            height: 2.34375vw;
            border-top: 0.65104vw solid #fff;
            border-right: 0.65104vw solid #fff; } }
      .btn_area .btn_item .btn:hover {
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0, 3px, 0);
        transform: translate3d(0, 3px, 0); }

.border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #f9fc00));
  background: -webkit-linear-gradient(transparent 60%, #f9fc00 40%);
  background: -o-linear-gradient(transparent 60%, #f9fc00 40%);
  background: linear-gradient(transparent 60%, #f9fc00 40%);
  font-weight: 700; }

/* -----------------------------------------------------
	footer
----------------------------------------------------- */
footer {
  background: #000000;
}
  footer .inner_f {
    padding: 15px 0; }
    @media screen and (max-width: 768px) {
      footer .inner_f {
        padding: 5.20833vw 0; } }
    footer .inner_f .copyright {
      font-size: 1.5rem;
      letter-spacing: .04em;
      color: #ffffff; }
      @media screen and (max-width: 768px) {
        footer .inner_f .copyright {
          font-size: 2.86458vw; } }

