@charset "UTF-8";
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  min-width: 1000px;
  color: #252120;
  letter-spacing: .1rem; }
  @media (max-width: 480px) {
    body {
      font-size: 1.5rem;
      min-width: 100%; } }

a {
  text-decoration: none; }

p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.3rem;
  margin-bottom: 3rem; }
  p:last-child {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    p {
      font-size: 1.6rem;
      line-height: 2.8rem; } }

.h2 {
  font-size: 5rem;
  font-weight: 900;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .h2 {
      font-size: 3.2rem; } }
  .h2 .pt {
    color: #bbb;
    font-size: 75%; }

.p24 {
  font-size: 2.4rem; }

.p20 {
  font-size: 2rem; }

aside {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2rem; }

strong {
  font-weight: bold; }

.big {
  font-size: 130%;
  font-weight: bold; }
  @media (max-width: 480px) {
    .big {
      font-size: 120%; } }

.big2 {
  font-size: 150%;
  line-height: 1.9;
  font-weight: bold; }
  @media (max-width: 480px) {
    .big2 {
      font-size: 140%; } }

.bold {
  font-weight: bold; }

.light {
  font-size: 90%;
  line-height: 1.5; }

.small {
  font-size: 80%; }

.serif {
  font-family: 'Noto Serif JP', serif; }

.under {
  text-decoration: underline; }

.red {
  color: #bf1818;
  font-weight: bold; }

.black {
  color: #424242; }

.yellow {
  color: #ffda0c; }

.lightyellow {
  color: #fffb00; }

.d-blue {
  color: #080084; }

.marker {
  background: #ffda0c; }

.shadow-w {
  text-shadow: 0px 0px 2px #ffffff; }

.curning {
  font-feature-settings: "palt"; }

.txt-center {
  text-align: center; }

.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%); }

.yugothic {
  font-family: forma-djr-display, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif; }

/* スマホのときは改行なし */
.br-pc {
  display: none; }

@media (min-width: 768px) {
  .br-pc {
    display: inline; } }
/* スマホのときは改行あり */
.br-sp {
  display: none; }

@media (max-width: 768px) {
  .br-sp {
    display: inline; } }
.btn {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  background: #d32d00;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 600px;
  text-align: center; }
  @media (max-width: 480px) {
    .btn {
      padding: 20px 0; } }

.embedvideo {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .embedvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cf:after {
  content: "";
  clear: both;
  display: block; }

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }

.content__title__inner {
  flex: none;
  display: inline-block;
  white-space: nowrap;
  position: relative; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype"); }
.container {
  max-width: 900px;
  display: block;
  margin: 0 auto; }

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative; }
  .container-full::before {
    position: absolute;
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 116px;
    /*画像の幅*/
    height: 58px;
    /*画像の高さ*/
    background-image: url(../img/arrow-fullbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    top: -22px;
    left: 45%;
    z-index: 100; }
    @media (max-width: 480px) {
      .container-full::before {
        left: 37%; } }

.footer {
  background: #000;
  text-align: center;
  padding: 30px 15px;
  color: #fff; }
  @media (max-width: 480px) {
    .footer {
      padding: 30px 15px 30px; } }
  .footer p {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.5; }

.arrow-white::before {
  background-image: url(../img/arrow-full-white.png); }

.container-flex {
  margin-right: 6%;
  margin-left: 6%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.flexbox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media (max-width: 480px) {
  .flex-re {
    flex-direction: column-reverse; } }

@media (max-width: 480px) {
  .row-reverse-sp {
    flex-direction: column-reverse; } }
.photoadd {
  float: right;
  margin-left: 15px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .photoadd {
      float: none;
      display: block;
      margin: 0 auto 30px;
      width: 80%; } }

.w100 {
  width: 100%; }

.w80 {
  width: 80%; }

.w70 {
  width: 70%; }

@media (max-width: 480px) {
  .w100sp {
    width: 100%; }

  .w90sp {
    width: 90%;
    display: block;
    margin: 0 auto; }

  .w80sp {
    width: 80%; }

  .w75sp {
    width: 75%; }

  .w70sp {
    width: 70%; }

  .w60sp {
    width: 60%; }

  .mb30sp {
    margin-bottom: 3rem; } }
.w90 {
  width: 90%; }

.center-block {
  display: block;
  margin: 0 auto; }

.mb15 {
  margin-bottom: 1.5rem; }

.mb30 {
  margin-bottom: 3rem; }

.mb50 {
  margin-bottom: 5rem; }

.margintop-150 {
  margin-top: -150px; }
  @media (max-width: 480px) {
    .margintop-150 {
      margin-top: 0; } }

.mt0 {
  margin-top: 0 !important; }

.mt30 {
  margin-top: 3rem; }

.mt50 {
  margin-top: 5rem; }

@media (min-width: 768px) {
  .mt-30 {
    margin-top: -3rem; } }
.mr10 {
  margin-right: 10px; }
  @media (max-width: 480px) {
    .mr10 {
      margin-right: 0; } }

.txt-box {
  padding: 0 50px; }
  @media (max-width: 480px) {
    .txt-box {
      padding: 0 0px; } }

.sp {
  display: none !important; }
  @media (max-width: 480px) {
    .sp {
      display: block !important; } }

.pc {
  display: none !important; }
  @media (min-width: 768px) {
    .pc {
      display: block !important; } }

@media (min-width: 768px) {
  .sp {
    display: none; } }
.f2 {
  font-size: 90%; }

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.delighter.splash {
  transition: all 2s ease-out; }

.delighter.splash.ended {
  background: #fff; }

.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.right.started {
  transform: none;
  opacity: 1; }

.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.left.started {
  transform: none;
  opacity: 1; }

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all .75s ease-out; }

.delighter.bottom.started {
  transform: none;
  opacity: 1; }

.delighter.fadeIn {
  transition: all 1s ease;
  opacity: 0; }

.delighter.fadeIn.started {
  opacity: 1; }

.delighter.slideUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.delighter.slideUp.started {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.delighter.maskToRight {
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden; }

.delighter.maskToRight::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  transition: all 0.8s linear;
  z-index: 2; }

.delighter.maskToRight.started::before {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.delighter li {
  opacity: 0;
  transform: translatey(400%);
  transition: all .7s ease-out; }

.delighter.started li {
  opacity: 1;
  transform: none; }

.delighter.started li:nth-child(1) {
  transition: all .7s ease-out .1s; }

.delighter.started li:nth-child(2) {
  transition: all .7s ease-out .3s; }

.delighter.started li:nth-child(3) {
  transition: all .7s ease-out .5s; }

.delighter.started li:nth-child(4) {
  transition: all .7s ease-out .7s; }

.delighter.started li:nth-child(5) {
  transition: all .7s ease-out .9s; }

.delighter.started li:nth-child(6) {
  transition: all .7s ease-out 1.1s; }

.delighter.started li:nth-child(7) {
  transition: all .7s ease-out 1.3s; }

.delay_03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s; }

.delay_06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s; }

.delay_09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s; }

.delay_12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s; }

.delay_15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s; }

/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
/* ---- animation ---- */
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0; }

.sample-text1 {
  font-size: 20px;
  font-weight: bold;
  animation-name: fadein;
  animation-duration: 3s; }

@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
ul {
  list-style: none;
  margin-bottom: 35px; }

li {
  padding: 10px 0 10px 3px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5; }

li:before {
  font-family: FontAwesome;
  margin-right: 10px; }

@media (max-width: 768px) {
  li {
    padding: 5px 0 5px 3px;
    line-height: 1.4;
    font-size: 1.6rem; }

  i {
    margin-right: 5px; } }
.ul1 {
  max-width: 700px; }
  .ul1 li {
    border-bottom: 1px dotted #ababab;
    list-style: none; }
  .ul1 li:before {
    content: '\f046';
    /* アイコンのunicode */
    color: #d32d00;
    font-size: 2.2rem; }

.box1 .ul1 li:last-child {
  border-bottom: none; }

.ul2 li {
  border-bottom: 1px dotted  #3a3a3a;
  list-style: none; }
.ul2 li:before {
  font-size: 1.4em;
  content: url(../img/arrow.png);
  /* アイコンのunicode  */ }

.ul3 {
  max-width: 620px !important;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .ul3 {
      margin-left: 0px; } }
  .ul3 li {
    border-bottom: 1px dotted #ddd;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 10px 3px;
    list-style: none;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .ul3 li {
        font-size: 1.15em; } }
  .ul3 i {
    margin-right: 5px;
    margin-top: 10px; }
  .ul3 li:before {
    font-size: 1.4em;
    font-family: FontAwesome;
    content: '\f140';
    /* アイコンのunicode  */
    margin-right: 10px;
    color: #bf1818; }

.ul4 {
  max-width: 620px !important;
  margin-left: 30px; }
  @media (max-width: 768px) {
    .ul4 {
      margin-left: 0px; } }
  .ul4 li {
    border-bottom: 1px dotted #ddd;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0 10px 3px;
    list-style: none;
    line-height: 1.5; }
    @media (max-width: 768px) {
      .ul4 li {
        font-size: 1.15em; } }
  .ul4 i {
    margin-right: 5px;
    margin-top: 10px; }
  .ul4 li:before {
    font-size: 1.2em;
    font-family: FontAwesome;
    content: '\f058';
    /* アイコンのunicode       f087 \f091      */
    margin-right: 10px;
    color: #d32d00; }

.ul4-a li:before {
  content: "\f6cf" !important;
  font-family: "Font Awesome 5 Free"; }

.ul5 {
  max-width: 1000px !important; }
  .ul5 li {
    border-bottom: 1px dotted #ddd;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0 10px 7px;
    list-style: none;
    line-height: 1.5; }
  .ul5 i {
    margin-right: 5px;
    margin-top: 10px; }
  .ul5 li:before {
    font-size: 1.4em;
    font-family: FontAwesome;
    content: '\f0eb';
    /* アイコンのunicode       f087 \f091      */
    margin-right: 10px; }

.ul6 {
  max-width: 960px !important; }
  .ul6 li {
    border-bottom: 1px dotted #ddd;
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 0 10px 3px;
    list-style: none;
    line-height: 1.5; }
  .ul6 i {
    margin-right: 5px;
    margin-top: 10px; }
  .ul6 li:before {
    font-size: 1.4em;
    font-family: FontAwesome;
    content: '\f091';
    /* アイコンのunicode       f087 \f091      */
    margin-right: 10px; }

.ul7 li {
  border-bottom: 1px dotted #ddd;
  list-style: none; }
.ul7 li:before {
  font-size: 1.4em;
  content: url(../img/voice.png);
  /* アイコンのunicode  */ }

.ul_disc_b {
  padding-left: 40px !important; }
  .ul_disc_b li {
    list-style-type: disc;
    border-bottom: 1px dashed #ddd;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    padding: 13px 0 10px 3px; }

.ul_disc {
  padding-left: 80px !important; }
  .ul_disc li {
    list-style-type: disc;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 0 0px 3px;
    line-height: 1.5; }
  .ul_disc i {
    margin-right: 0px; }

@media only screen and (max-width: 768px) {
  .ul1 li {
    padding: 7px 0 5px 3px; }

  .ul2 li:before {
    font-size: 1.3em;
    margin-right: 0px; }

  .ul3 li:before {
    font-size: 1.3em;
    margin-right: 5px; }

  .ul4 li:before {
    font-size: 1.3em;
    margin-right: 0px; }

  .ul5 li:before {
    font-size: 1.3em;
    margin-right: 10px; }

  .ul6 li:before {
    font-size: 1.3em;
    margin-right: 5px; }

  .ul7 li:before {
    font-size: 1.3em;
    margin-right: 0px; }

  .ul_disc_b {
    padding-left: 5px; }
    .ul_disc_b li {
      border-bottom: 1px dashed #ddd;
      padding: 13px 0 10px 0px; }

  .ul_disc li {
    font-size: 1em; } }
.ul1 li, .ul2 li, .ul3 li, .ul4 li, .ul5 li, .ul6 li, .ul7 li {
  position: relative;
  padding-right: 5px; }
.ul1 li:before, .ul2 li:before, .ul3 li:before, .ul4 li:before, .ul5 li:before, .ul6 li:before, .ul7 li:before {
  position: absolute;
  top: 50%;
  left: 0px; }

.ul1 li {
  padding-left: 32px; }
.ul1 li:before {
  margin-top: -17px; }

.ul2 li {
  padding-left: 45px; }
.ul2 li:before {
  margin-top: -22px; }

.ul3 li {
  padding-left: 35px; }
.ul3 li:before {
  margin-top: -19px; }

.ul4 li {
  padding-left: 35px; }
.ul4 li:before {
  margin-top: -19px; }

.ul5 li {
  padding-left: 45px; }
.ul5 li:before {
  margin-top: -19px; }

.ul6 li {
  padding-left: 45px; }
.ul6 li:before {
  margin-top: -23px; }

.ul7 li {
  padding-left: 49px; }
.ul7 li:before {
  margin-top: -17px; }

@media (max-width: 768px) {
  .ul1 li {
    line-height: 1.5;
    padding: 10px 0 10px 3px;
    padding-left: 30px; }
  .ul1 li:before {
    margin-top: -14px; }

  .ul2 li {
    padding-left: 33px; }
  .ul2 li:before {
    margin-top: -15px; }

  .ul3 li {
    padding-left: 35px; }
  .ul3 li:before {
    margin-top: -16px; }

  .ul4 li {
    padding-left: 33px; }
  .ul4 li:before {
    margin-top: -18px; }

  .ul5 li {
    padding-left: 33px; }
  .ul5 li:before {
    margin-top: -18px; }

  .ul6 li {
    padding-left: 40px; }
  .ul6 li:before {
    margin-top: -21px; }

  .ul7 li {
    padding-left: 44px; }
  .ul7 li:before {
    margin-top: -18px; } }
.ol_nolist {
  margin-bottom: 1.6em; }
  .ol_nolist li {
    font-family: serif;
    display: table;
    font-size: 1.3em;
    width: 100%;
    padding: 0;
    list-style: none;
    line-height: 1.5;
    margin: 0 0 6px 0;
    /*position: relative;*/ }
    .ol_nolist li span.no {
      width: 52px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      color: #333;
      font-weight: bold;
      background-color: #fed704; }
      @media (max-width: 480px) {
        .ol_nolist li span.no {
          width: 40px; } }
    .ol_nolist li span.text {
      color: #333;
      width: auto;
      padding: 8px;
      display: table-cell;
      text-align: left;
      vertical-align: middle;
      background: #fffbe8;
      /* fallback for old browsers */
      font-weight: bold; }

@media (max-width: 768px) {
  .ol_nolist {
    padding: 0;
    margin-bottom: 1.3em;
    padding-right: 5px !important;
    padding-left: 5px !important; }
    .ol_nolist li {
      font-size: 1.1em;
      line-height: 1.5; } }
.qaBox {
  width: 100%;
  margin: 0 auto 40px;
  background-color: #fff; }
  .qaBox .qaBox-inner {
    width: 100%;
    border: 1px solid #000000; }
    .qaBox .qaBox-inner h3 {
      width: 100%;
      margin: 0 auto;
      background-color: #2d2d2d;
      display: table;
      padding: 20px 28px 20px 10px; }
      .qaBox .qaBox-inner h3 span.icon {
        width: 80px;
        text-align: center;
        vertical-align: middle;
        display: table-cell; }
      .qaBox .qaBox-inner h3 span.text {
        width: auto;
        text-align: left;
        vertical-align: middle;
        display: table-cell;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold; }
        @media (max-width: 480px) {
          .qaBox .qaBox-inner h3 span.text {
            font-size: 16px; } }
    .qaBox .qaBox-inner .qaText {
      width: 100%;
      padding: 30px 30px;
      font-size: 16px;
      line-height: 1.6; }
      .qaBox .qaBox-inner .qaText p, .qaBox .qaBox-inner .qaText ul {
        padding: 0;
        font-size: 16px; }

@media (max-width: 768px) {
  .qaBox {
    padding: 0;
    margin: 0 auto 30px; }
    .qaBox .qaBox-inner {
      width: 100%;
      border: 1px solid #000000; }
      .qaBox .qaBox-inner h3 {
        padding: 20px 10px 20px 0; }
        .qaBox .qaBox-inner h3 span.icon {
          width: 60px; }
          .qaBox .qaBox-inner h3 span.icon img {
            width: 40px; }
      .qaBox .qaBox-inner .qaText {
        width: 100%;
        padding: 20px 10px 15px; }
        .qaBox .qaBox-inner .qaText p, .qaBox .qaBox-inner .qaText ul {
          padding: 0; } }
.p-fr {
  border: solid 1px #ccc;
  padding: 4px;
  background: #fff; }

.lborderRed {
  border-left: 8px solid #bf1818;
  padding-left: 10px; }

.lborderBlue {
  border-left: 8px solid #080084;
  padding-left: 10px; }

blockquote {
  position: relative;
  padding: 25px 30px 25px 37px;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #e0e0e0;
  border-left: 0;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.6; }
  @media (max-width: 768px) {
    blockquote {
      font-size: 1.8rem; } }

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #e0e0e0;
  font-size: 22px;
  line-height: 1;
  z-index: 2; }

blockquote:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 40px 40px;
  border-style: solid;
  border-color: transparent #ffffff; }

blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
  font-size: 20px !important;
  font-family: serif; }
  @media (max-width: 768px) {
    blockquote p {
      font-size: 16px !important; } }

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em; }

@media (max-width: 768px) {
  .inyou {
    padding: 10px; } }
.btn-base {
  display: block;
  margin: 50px auto 5rem;
  padding: 1.3em 1em 1.3em;
  text-decoration: none;
  border-radius: 80px;
  color: #fffef4;
  background-color: #108840;
  box-shadow: 0 4px 0 #095427;
  font-size: 2.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  width: 600px;
  position: relative;
  text-shadow: 0 0  3px #00000036; }
  @media (max-width: 768px) {
    .btn-base {
      width: 100%;
      font-size: 4vw;
      margin-bottom: 5rem; } }
  .btn-base span {
    font-size: 80%; }
  .btn-base:hover {
    opacity: 0.8; }
  .btn-base:before {
    position: absolute;
    content: '\f054';
    /* アイコンのunicode */
    color: #fffef4;
    font-size: 1.8rem;
    font-family: FontAwesome;
    right: 5%;
    top: 37%; }
    @media (max-width: 768px) {
      .btn-base:before {
        font-size: 3.5vw; } }

.btn-nd {
  display: block;
  margin: 0 auto 5rem;
  padding: 0.8em 1em 0.95em;
  text-decoration: none;
  border-radius: 80px;
  color: #fffef4;
  background-image: linear-gradient(270deg, #cb621c 0%, #e03b0e 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  text-align: center;
  width: 600px;
  position: relative;
  text-shadow: 0 0  3px #00000061;
  border: 1px solid #dabf8c; }
  @media (max-width: 768px) {
    .btn-nd {
      width: 90%;
      font-size: 4.8vw;
      margin-bottom: 3rem;
      padding: 0.7em 1em 0.85em; } }
  .btn-nd span {
    font-size: 80%; }
  .btn-nd:hover {
    opacity: 0.8; }
  .btn-nd:before {
    position: absolute;
    content: '\f054';
    /* アイコンのunicode */
    color: #fffef4;
    font-size: 1.8rem;
    font-family: FontAwesome;
    right: 5%;
    top: 39%; }
    @media (max-width: 768px) {
      .btn-nd:before {
        font-size: 3.5vw; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

body {
  background: #fff;
  position: relative;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal; }

body::before {
  background: #555;
  background: url(../img/bg05.jpg) no-repeat center;
  background-size: cover;
  /* cover指定できる */
  content: "";
  display: block;
  position: fixed;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  /* 横幅いっぱい */
  height: 100vh;
  /* 縦幅いっぱい */ }
  @media (max-width: 768px) {
    body::before {
      background-image: url(../img/bg05-sp.jpg); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.box-wrap {
  margin: 0 auto;
  max-width: 1050px; }

.wrap {
  margin: 0 auto;
  max-width: 1000px; }

.outer {
  background-color: #fff;
  background-image: url("https://www.transparenttextures.com/patterns/groovepaper.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  padding-top: 0px; }
  @media (max-width: 768px) {
    .outer {
      padding-top: 0px; } }

.inner {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #cecece;
  padding: 50px; }
  @media (max-width: 480px) {
    .inner {
      padding: 10% 5%; } }

.inner-none {
  padding: 60px 90px 70px; }
  @media (max-width: 480px) {
    .inner-none {
      padding: 7% 5%; } }

.boxIn {
  margin: 0 auto 50px;
  background-image: url("https://www.transparenttextures.com/patterns/arches.png");
  padding: 30px 30px 30px; }
  @media (max-width: 768px) {
    .boxIn {
      padding: 25px 15px 15px; } }
  .boxIn-head {
    width: 100%;
    margin: 0 auto 25px; }
    @media (max-width: 768px) {
      .boxIn-head {
        width: 100%;
        margin: 0 auto 13px; } }
  .boxIn-inner {
    background: #fff;
    padding: 50px; }
    @media (max-width: 480px) {
      .boxIn-inner {
        padding: 5%; } }
  .boxIn:last-child {
    margin-bottom: 0; }

.gr-img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
  display: block;
  border-radius: 4px; }
  @media (max-width: 768px) {
    .gr-img {
      width: 100%; } }

.gr-img0 {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 70%;
  display: block;
  border-radius: 7px; }
  @media (max-width: 768px) {
    .gr-img0 {
      width: 100%; } }

.top {
  border-bottom: 1px solid #ccc;
  padding: 8px 10px;
  background: #fff; }
  @media (max-width: 480px) {
    .top {
      padding: 2% 3%; } }
  .top-logo img {
    height: 50px;
    width: auto; }
    @media (max-width: 480px) {
      .top-logo img {
        height: 35px; } }
  @media (max-width: 480px) {
    .top-logo {
      width: 25%;
      margin-right: 2%; } }

.fv {
  background: url(../img/fv-pc.png) top center;
  padding: 50px;
  height: 850px; }

.intro .inner-none {
  padding-top: 30px; }
.intro-item {
  width: 33.333%; }
  @media (max-width: 768px) {
    .intro-item {
      width: 50%; } }
  .intro-item-content {
    width: 100%; }
  .intro-item-btn {
    width: 420px;
    margin: 20px auto 30px;
    display: block; }
    @media (max-width: 768px) {
      .intro-item-btn {
        width: 85%; } }
.intro img {
  vertical-align: bottom; }

.heading-img {
  margin-top: 30px;
  margin-bottom: 50px; }

.main {
  background: url(../img/bg03.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 480px) {
    .main {
      background: url(../img/bg03-sp.jpg) no-repeat center top #e4e4e4;
      background-size: contain; } }

.line {
  padding: 30px;
  background: #deffde;
  text-align: center; }
  .line p {
    font-weight: bold; }

.emphasis-san {
  position: relative;
  background: #d32d00;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 40px 15px;
  margin: 0;
  font-feature-settings: "palt"; }
  @media (max-width: 480px) {
    .emphasis-san {
      font-size: 3rem; } }
  .emphasis-san::after {
    border: 30px solid transparent;
    border-top-color: #d32d00;
    border-bottom-width: 0;
    bottom: -29px;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0; }
    @media (max-width: 480px) {
      .emphasis-san::after {
        left: 44%; } }

.emphasis-san-top {
  position: relative;
  background: #d32d00;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 50px 15px 40px;
  margin: 0;
  font-feature-settings: "palt"; }
  @media (max-width: 480px) {
    .emphasis-san-top {
      font-size: 3rem; } }
  .emphasis-san-top::after {
    border: 30px solid transparent;
    border-top-color: #121215;
    border-bottom-width: 0;
    top: 0;
    content: "";
    display: block;
    left: 48%;
    position: absolute;
    width: 0; }
    @media (max-width: 480px) {
      .emphasis-san-top::after {
        left: 44%; } }

.h-heading {
  position: relative;
  background: linear-gradient(to right, #000000 0%, #3a3a3a 50%, #000000 100%); }
  .h-heading .h-contents {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    padding: 40px 15px;
    margin: 0;
    font-feature-settings: "palt"; }
    @media (max-width: 480px) {
      .h-heading .h-contents {
        font-size: 3rem;
        padding: 30px 15px; } }

.personal {
  background: url(../img/bg04.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 480px) {
    .personal {
      background: url(../img/bg04-sp.jpg) no-repeat center top #111111;
      background-size: contain; } }

.service {
  background: url(../img/bg05.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 480px) {
    .service {
      background: url(../img/bg05-sp.jpg) no-repeat center top #ffe009;
      background-size: contain; } }
  .service .inner-none {
    padding: 70px 100px 70px; }
    @media (max-width: 768px) {
      .service .inner-none {
        padding: 10px 15px; } }

.step {
  margin-bottom: 40px; }
  .step-head {
    padding: 18px;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 15px;
    background: #dcdcdc;
    margin-top: 25px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    letter-spacing: 10px; }
    @media (max-width: 768px) {
      .step-head {
        padding: 15px;
        font-size: 2rem; } }
  .step-txt {
    background: #fffbe5;
    padding: 20px;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .step-txt {
        padding: 10px; } }

.contents-item {
  border: 8px solid #eee;
  margin-bottom: 30px; }
.contents-container {
  padding: 30px; }
  @media (max-width: 768px) {
    .contents-container {
      padding: 15px; } }

.btn-square {
  display: block;
  padding: 1em 2em;
  text-decoration: none;
  background: #4f8db9;
  /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #3d7ca9;
  border-radius: 3px;
  max-width: 500px;
  text-align: center; }

.ggmap {
  position: relative;
  padding-bottom: 55%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  z-index: 10000;
  background-color: #0a4784;
  padding: 0; }
  @media (min-width: 768px) {
    .fixed {
      display: none !important; } }
  @media (max-width: 480px) {
    .fixed {
      display: block; } }
  .fixed .fixed_cv {
    display: flex;
    padding: 2% 2% 1.5% 2.5%; }
  .fixed .fixed_cv li {
    width: calc( 100% / 2 );
    flex-basis: auto;
    padding: 1%; }
  .fixed .fixed_cv li a {
    display: block; }
  .fixed .fixed_cv li a img {
    vertical-align: bottom;
    width: 100%; }

.btn-sp .btn01 {
  margin-bottom: 15px; }
.btn-sp img {
  width: 100%; }

.btn-pc {
  background: #e6f3e7;
  padding: 20px; }
  .btn-pc .btn01 {
    width: 400px;
    margin-right: 45px; }
  .btn-pc .btn02 {
    width: 400px; }
  .btn-pc .phone {
    width: 450px;
    margin-top: 20px; }

.wphoto {
  width: 70%;
  display: block;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .wphoto {
      width: 100%; } }

.h3-box {
  text-align: center; }

.h3 {
  padding: 50px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  color: #b11c0c;
  font-size: 4.2rem;
  font-family: "游明朝", YuMincho,'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 20px;
  letter-spacing: 3px; }
  @media (max-width: 768px) {
    .h3 {
      font-size: 6.3vw;
      padding: 50px 0px 30px;
      letter-spacing: 1px; } }

.detail01 {
  padding: 30px;
  margin-bottom: 30px;
  background: #f5f5f5; }
  @media (max-width: 768px) {
    .detail01 {
      padding: 25px 20px; } }
  .detail01 h4 {
    border-bottom: 5px solid #d32d00;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 30px;
    color: #d32d00; }
    @media (max-width: 768px) {
      .detail01 h4 {
        font-size: 2.2rem; } }

.detail02 {
  margin-bottom: 3rem; }

.detail02_Title {
  font-size: 2.4rem;
  color: #fff;
  background-color: #d32d00;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
  margin-bottom: .5rem; }

@media screen and (min-width: 768px) {
  .detail02_Title {
    font-size: 2.4rem; } }
.detail02_Content {
  border: 8px solid rgba(123, 123, 123, 0.1);
  padding: 2rem; }

@media screen and (min-width: 768px) {
  .detail02_Content {
    padding: 3rem; } }
.detail02_Content dt,
.detail02_Content dd,
.detail02_Content caption,
.detail02_Content th,
.detail02_Content td {
  font-size: 1.6rem;
  line-height: 2; }
  @media (max-width: 768px) {
    .detail02_Content dt,
    .detail02_Content dd,
    .detail02_Content caption,
    .detail02_Content th,
    .detail02_Content td {
      font-size: 1.5rem; } }

@media screen and (min-width: 768px) {
  .detail02_Content dt,
  .detail02_Content dd,
  .detail02_Content caption,
  .detail02_Content th,
  .detail02_Content td {
    font-size: 1.8rem; } }
.detail02_Content dl {
  margin-bottom: 2rem; }

.detail02_Content dl:last-of-type {
  margin: 0; }

.detail02_Content dt {
  font-weight: bold; }

.detail02_Content dt::before {
  content: '■';
  color: #b51700; }

.detail02_Content span {
  margin-right: 1rem; }

.detail02_Content th {
  width: 40%;
  text-align: right;
  padding-right: 1rem; }

.detail02_Content td {
  width: 60%;
  text-align: left; }

.detail02_Content table {
  max-width: 600px;
  margin: 0 auto; }

.line01 {
  text-align: center;
  font-family: serif;
  padding: 90px;
  background-color: #fcf8fb;
  background-image: url("https://www.transparenttextures.com/patterns/rice-paper-3.png");
  margin: 0px auto;
  margin-bottom: 50px;
  border-top: 5px solid #8da0a4;
  border-bottom: 2px solid #8da0a4;
  border-right: 2px solid #8da0a4;
  border-left: 2px solid #8da0a4;
  max-width: 820px; }
  .line01 h4 {
    font-size: 3.2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    line-height: 1.6;
    font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 50px;
    color: #007cad; }
    @media (max-width: 768px) {
      .line01 h4 {
        font-size: 2.2rem;
        margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .line01 {
      padding: 50px 5% 50px; } }
  .line01 p {
    line-height: 36px;
    background: url(../img/bg-note01.png) bottom;
    margin: 0;
    padding: 0; }

.present {
  background: url(../img/bg06.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .present .outer {
    background: #9B8432;
    /* fallback for old browsers */
    background: linear-gradient(to left, #9B8432, #6f5c18);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #9B8432, #6f5c18);
    padding-top: 0px; }
  .present .inner-none {
    background: #fff;
    border-top: 3px solid #af9742; }
  .present h3 {
    margin-left: 95px;
    padding-top: 45px;
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      .present h3 {
        margin-left: 0px;
        padding-top: 30px;
        padding-bottom: 25px; } }

.qa {
  margin-bottom: 30px;
  background-color: #ffffff;
  background-image: url(https://www.transparenttextures.com/patterns/rice-paper-3.png); }
  .qa h4 {
    background: #d32d00;
    padding: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.8rem; }
    @media (max-width: 768px) {
      .qa h4 {
        padding: 15px 15px 9px;
        font-size: 1.6rem; } }
  @media (min-width: 768px) {
    .qa p {
      font-size: 1.6rem; } }
  .qa-answer {
    border: 6px solid #d32d00;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .qa-answer {
        padding: 10px 15px; } }
  .qa .ul1 {
    width: 100%;
    max-width: none; }
    .qa .ul1 li {
      border-bottom: 1px solid #e4e4e4;
      font-size: 2.2rem; }
      .qa .ul1 li:last-child {
        border-bottom: 0; }
      @media (max-width: 768px) {
        .qa .ul1 li {
          font-size: 1.7rem; } }

.jin h5 {
  position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 50px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5; }
  @media (max-width: 768px) {
    .jin h5 {
      font-size: 2.2rem; } }
.jin h5::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #d32d00; }

.jinzy-02 .qa h4 {
  background: #6d2d00 !important; }
.jinzy-02 .qa-answer {
  border: 6px solid #6d2d00 !important; }
.jinzy-02 h5::after {
  background-color: #6d2d00; }
.jinzy-02 .detail01 h4 {
  border-bottom: 5px solid #6d2d00;
  color: #6d2d00; }

.jinzy-03 .qa h4 {
  background: #016700 !important; }
.jinzy-03 .qa-answer {
  border: 6px solid #016700 !important; }
.jinzy-03 h5::after {
  background-color: #016700; }
.jinzy-03 .detail01 h4 {
  border-bottom: 5px solid #016700;
  color: #016700; }

.jinzy-04 .qa h4 {
  background: #736800 !important; }
.jinzy-04 .qa-answer {
  border: 6px solid #736800 !important; }
.jinzy-04 h5::after {
  background-color: #736800; }
.jinzy-04 .detail01 h4 {
  border-bottom: 5px solid #736800;
  color: #736800; }

.jinzy-05 .qa h4 {
  background: #b76500 !important; }
.jinzy-05 .qa-answer {
  border: 6px solid #b76500 !important; }
.jinzy-05 h5::after {
  background-color: #b76500; }
.jinzy-05 .detail01 h4 {
  border-bottom: 5px solid #b76500;
  color: #b76500; }

.jinzy-06 .qa h4 {
  background: #006cac !important; }
.jinzy-06 .qa-answer {
  border: 6px solid #006cac !important; }
.jinzy-06 h5::after {
  background-color: #006cac; }
.jinzy-06 .detail01 h4 {
  border-bottom: 5px solid #006cac;
  color: #006cac; }

.btn-jin {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: all 1s ease; }
  @media (max-width: 480px) {
    .btn-jin {
      margin-bottom: 20px;
      margin-top: 15px; } }
  .btn-jin:hover {
    opacity: 0.7; }

.drop-shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 2px; }

@media (min-width: 600px) {
  .drop-shadow {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.24), 0 15px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.24), 0 15px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.24), 0 15px 12px rgba(0, 0, 0, 0.12);
    transition: all 0.2s ease-in-out; } }
.ogi {
  background: url(../img/bg-ogi.jpg) center top #001125;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding-top: 30px; }
  @media (max-width: 768px) {
    .ogi {
      background: url(../img/bg-ogi-sp.jpg) center top no-repeat #001125;
      padding-top: 20px;
      background-size: contain; } }
  .ogi p {
    text-shadow: 0px 0px 3px #000; }
  .ogi .red {
    color: #ffebbe; }
  .ogi .ul4 li {
    color: #ffebbe;
    border-bottom: none; }
    .ogi .ul4 li:before {
      color: #ffebbe; }

.h4 {
  color: #ffebbe;
  padding: .75em 0;
  border-top: 1px solid #ffebbe;
  border-bottom: 1px solid #ffebbe;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 3rem;
  text-align: center; }
  @media (max-width: 768px) {
    .h4 {
      font-size: 2.5rem;
      padding: 20px 15px;
      background-size: 100px; } }

.gr_Bread_Out {
  padding: 30px 0 10px;
  background: #fffef4; }

.gr_Bread {
  margin: 3rem 0; }
  @media (min-width: 768px) {
    .gr_Bread {
      margin: 5rem 0; } }

.gr_Bread_Dt {
  color: #b51700;
  padding: .5rem 0 .5rem 3.8rem;
  margin-bottom: .8rem;
  font-size: 1.8rem;
  background-image: url("../img/feather.png");
  background-position: center left;
  background-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #b51700;
  line-height: 1.5;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .gr_Bread_Dt {
      font-size: 2rem; } }

.gr_Bread_Dd {
  margin-bottom: 2.3rem;
  line-height: 2;
  background-color: rgba(123, 123, 123, 0.1);
  border-radius: 4px;
  padding: .8rem 1.1rem;
  font-weight: 500; }
  @media (min-width: 768px) {
    .gr_Bread_Dd {
      font-size: 1.7rem; } }
  .gr_Bread_Dd:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .gr_Bread_Dd {
      font-size: 1.55rem;
      line-height: 2.8rem; } }

.gr_Bread + p:last-of-type {
  margin-top: 4.5rem; }

.section02 {
  padding: 2%;
  background: #000; }

.sche-title {
  background: #bf1818;
  padding: 1.7%;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff; }
  @media (max-width: 768px) {
    .sche-title {
      font-size: 2rem;
      padding: 3%; } }

table.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    table.tbl {
      border-bottom: 1px solid #999999; } }
  table.tbl th {
    width: 215px;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    background: #f5f5f5;
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 17px 24px;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5; }
    @media (max-width: 768px) {
      table.tbl th {
        display: block;
        width: 100%;
        font-size: 15px;
        vertical-align: top;
        padding: 10px 15px;
        border-bottom: none; } }
  table.tbl td {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
    border: 1px solid #ddd;
    padding: 17px 24px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      table.tbl td {
        display: block;
        font-size: 15px;
        padding: 10px 15px;
        border-bottom: none; } }

.month3 {
  background: #bf1818;
  padding: 1px 7px 3px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8; }
  @media (max-width: 768px) {
    .month3 {
      font-size: 1.9rem; } }

.tokuten {
  padding: 1%;
  border: 3px #c69b44 solid;
  margin: 1% 0 3% 0; }
  .tokuten-box {
    padding: 4%;
    border: 1px #c69b44 solid; }
    @media (max-width: 768px) {
      .tokuten-box {
        padding: 5%; } }

.tokuten-title {
  position: relative;
  padding: 0 0 .5em 1.6em;
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ab8234;
  margin-bottom: 30px;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .tokuten-title {
      font-size: 2rem; } }

.tokuten-title::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "1";
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #c69a44;
  border-radius: 100%;
  color: #fff;
  font-size: .9em;
  text-align: center; }

.tokuten-title02::before {
  content: "2" !important; }

.tokuten-title03::before {
  content: "3" !important; }

.tokuten-title04::before {
  content: "4" !important; }

.box-caution {
  background: #fff5f3;
  padding: 15px;
  margin-bottom: px;
  margin-top: 20px; }
  @media (max-width: 768px) {
    .box-caution {
      padding: 15px; } }
  .box-caution p {
    font-size: 90%;
    line-height: 1.6; }

.maki {
  background: #eee; }

.jin-box {
  background: #fff;
  padding: 30px 30px; }
  @media (max-width: 768px) {
    .jin-box {
      padding: 20px; } }

.jin {
  background: #be3800;
  padding: 0 50px !important; }
  @media (max-width: 768px) {
    .jin {
      padding: 0 15px !important; } }

.jin-last {
  padding-bottom: 50px !important; }
  @media (max-width: 768px) {
    .jin-last {
      padding-bottom: 15px !important; } }

.top-container {
  padding-top: 0 !important;
  margin-top: -20px !important;
  position: relative; }
  @media (max-width: 768px) {
    .top-container {
      margin-top: -20px !important; } }

@media (max-width: 768px) {
  #first {
    padding-top: 4%; } }

.kv {
  width: 100vw;
  height: 100vh;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .kv-title {
    position: relative;
    z-index: 10;
    max-width: 890px;
    width: 80%;
    margin-top: -15px; }
    @media (max-width: 768px) {
      .kv-title {
        width: 90%;
        margin-top: -25px; } }
  .kv-scroll {
    position: absolute;
    bottom: 50px;
    width: 50px;
    animation: fuwafuwa 3s infinite; }
    @media (max-width: 768px) {
      .kv-scroll {
        width: 50px; } }
  .kv-circle01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px; }
    @media (max-width: 768px) {
      .kv-circle01 {
        width: 25%; } }
  .kv-circle02 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px; }
    @media (max-width: 768px) {
      .kv-circle02 {
        width: 20%; } }
  .kv-bgtxt {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 50%;
    z-index: 1;
    mix-blend-mode: screen;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media (max-width: 768px) {
      .kv-bgtxt {
        width: 150%; } }

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }
.t2 {
  margin-bottom: 5.8rem !important; }
  @media (max-width: 768px) {
    .t2 {
      margin-bottom: 5.4rem !important; } }

.t3 {
  margin-bottom: 8.5rem !important; }
  @media (max-width: 768px) {
    .t3 {
      margin-bottom: 7.4rem !important; } }

.bl_pageTtlBlock {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 2px;
  margin-bottom: 10px; }

.bl_pageTtlBlock_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .bl_pageTtlBlock_wrapper {
      display: block; } }

.bl_pageTtlBlock_head {
  float: left;
  background: #1b1b1b;
  color: #fff;
  padding: 24px 28px 28px;
  text-align: center; }
  @media (max-width: 768px) {
    .bl_pageTtlBlock_head {
      float: none;
      padding: 10px 25px 16px; } }

.bl_pageTtlBlock_head_sub {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.5em;
  font-family: "Crimson Text", serif !important; }

.bl_pageTtlBlock_head_main {
  font-size: 22px;
  letter-spacing: 0.13em; }
  @media (max-width: 768px) {
    .bl_pageTtlBlock_head_main {
      float: none;
      padding: 11px 0 7px;
      text-align: center;
      display: block;
      font-size: 22px; } }

.bl_pageTtlBlock_main {
  float: left;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 768px) {
    .bl_pageTtlBlock_main {
      float: none;
      padding: 27px 0 22px;
      text-align: center;
      display: block;
      font-size: 22px; } }

.bl_pageTtlBlock_wrapper:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden; }

.bl_aboutBlock_content_texts_sub {
  position: relative;
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.2em; }

.bl_aboutBlock_content_texts_sub_wrapper {
  position: relative;
  display: inline-block;
  z-index: 1;
  background-color: #fff;
  padding-right: 10px;
  font-family: "Crimson Text", serif !important; }

.bl_aboutBlock_content_texts_sub:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #000; }

.f-title-red {
  margin-top: 50px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-size: 2.2rem; }
  @media (max-width: 768px) {
    .f-title-red {
      font-size: 4.2vw; } }

.f-title {
  margin-top: 50px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  font-size: 2.2rem;
  color: #333; }
  @media (max-width: 768px) {
    .f-title {
      font-size: 4.2vw; } }

.p-box {
  padding: 30px;
  background: #f7f6f3;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .p-box {
      padding: 20px; } }

.p-title {
  padding-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 2px; }

.p-titlebox {
  font-family: "游明朝", YuMincho,'Noto Serif JP', serif;
  font-feature-settings: "palt";
  letter-spacing: 3px;
  border: 1px solid #000;
  border-left: 15px solid #000;
  font-size: 2.4rem;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 700;
  border: 1px solid #333;
  border-left: 15px solid #333;
  color: #333; }
  @media (max-width: 768px) {
    .p-titlebox {
      font-size: 4.7vw; } }

.p-titlebox-red {
  border: 1px solid #bf1818;
  border-left: 15px solid #bf1818;
  color: #bf1818; }

.p-wrapper {
  margin-bottom: 50px; }

.c-box {
  border: 3px solid #eee;
  padding: 30px;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .c-box {
      padding: 20px; } }
  .c-box h4 {
    font-family: "游明朝", YuMincho,'Noto Serif JP', serif;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    margin-top: 50px;
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: bold;
    color: #bf1818;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bf1818; }
    @media (max-width: 768px) {
      .c-box h4 {
        font-size: 4.5vw;
        letter-spacing: 2px; } }

i {
  margin-right: 3px; }

.intro {
  padding-bottom: 30px;
  padding-right: 2%;
  padding-left: 2%; }

.tribe-Instructor {
  color: #fff; }

.tribe-Instructor_Section {
  padding: 3rem 20px; }

@media screen and (min-width: 768px) {
  .tribe-Instructor_Section {
    padding: 50px 60px 55px 85px;
    background-image: url("https://www.transparenttextures.com/patterns/white-wall-3-2.png"); } }
.tribe-Instructor_Section:first-of-type {
  background-color: #637475; }

.tribe-Instructor_Section:nth-of-type(2) {
  background-color: #556465; }

.tribe-Instructor_Section:nth-of-type(3) {
  background-color: #637475; }

.tribe-Instructor_Section:nth-of-type(4) {
  background-color: #556465; }

.tribe-Instructor_Section:nth-of-type(5) {
  background-color: #637475; }

.tribe-Instructor_Section:last-of-type {
  background-color: #556465; }

.tribe-Instructor td {
  display: block; }

.tribe-Instructor td img {
  width: 70%;
  display: block;
  margin: 0 auto;
  border-radius: 150px; }
  @media (max-width: 768px) {
    .tribe-Instructor td img {
      width: 60%; } }

@media screen and (min-width: 768px) {
  .tribe-Instructor td {
    display: table-cell;
    vertical-align: middle; }

  .tribe-Instructor td img {
    width: 100%; }

  .tribe-Instructor td:first-of-type {
    width: 25%; }

  .tribe-Instructor td:last-of-type {
    width: 70%;
    padding-left: 4rem; } }
.tribe-Instructor dl {
  line-height: 1.6; }

.tribe-Instructor dt {
  font-family: 'Noto Serif Japanese', serif;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-top: 2.5rem; }

@media screen and (min-width: 768px) {
  .tribe-Instructor dt {
    text-align: left;
    margin-top: 0; } }
.tribe-Instructor dt {
  line-height: 1.5; }

.tribe-Instructor dt span {
  color: #ffbab3;
  font-size: 1.6rem; }

.tribe-Instructor dt span::before {
  content: "\A";
  white-space: pre; }

.tribe-Instructor dd {
  text-align: left;
  font-size: 1.8rem; }
  @media (max-width: 768px) {
    .tribe-Instructor dd {
      font-size: 1.6rem; } }

#second {
  padding: 0;
  margin-bottom: 60px;
  margin-top: -20px; }
  @media (max-width: 768px) {
    #second {
      margin-bottom: 30px;
      margin-top: 5px; } }
