

@charset "UTF-8";
html {
  font-size: 68.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: 0.1rem;
}
@media (max-width: 480px) {
  body {
    font-size: 1.5rem;
    min-width: 100%;
  }
}
/*
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/haikei1.jpg) no-repeat center;
    background-size: cover;

    content: "";
    display: block;
    position: fixed;

    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;

    height: 100vh;

*/

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,.h2line {
  font-size: 4.5rem;
  /*  font-weight: 900;*/
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 80px;
    margin-top: 120px;
}
@media (max-width: 480px) {
  .h2,.h2line {
    font-size: 2.4rem;
    margin-top: 80px;
  }
}


.h2line{
  position: relative;
}

.h2line:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 800px; /*下線の幅*/
  max-width: 90%;;
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}



.h2 .pt {
  color: #bbb;
  font-size: 75%;
}



.h3line {
  font-size: 4.0rem;
  /*  font-weight: 900;*/
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.2;
  margin-bottom: 80px;
  margin-top: 120px;
  padding: 2rem 0;
  border: 1px solid #454545;
  border-width: 1px 0;
}
@media (max-width: 480px) {
  .h3line {
    font-size: 2.4rem;
    margin-top: 80px;
  }
}



.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: 140%;
  line-height: 1.7;
  font-weight: bold;
}
@media (max-width: 480px) {
  .big2 {
    font-size: 130%;
  }
}

.big3 {
  font-size: 190%;
  line-height: 1.6;
  font-weight: bold;
}
@media (max-width: 480px) {
  .big3 {
    font-size: 180%;
  }
}

.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: #d60b1d;
  font-weight: bold;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.d-blue {
  color: #27261f;
}

.marker {
  background: #ffda0c;
}

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

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

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

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

.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;
}
.footer a {
  color: #fff;
}

.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%;
}

@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;
    margin-top: 1.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
    margin-top: 5rem;
  margin-bottom: 5rem;
}

.mb100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

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

.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;
  }
}
/* ---- 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 0.75s ease-out;
}

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

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

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

.delighter.bottom {
  transform: translatey(300%);
  opacity: 0;
  transition: all 0.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, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  transition: all 0.75s ease-out;
}

.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 0.7s ease-out;
}

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

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

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

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

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

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

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

.delighter.started li:nth-child(7) {
  transition: all 0.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;
  font-family: FontAwesome;
  content: "\f138";
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #4550b4;
}

.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: #d60b1d;
}

.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.8rem;
  font-weight: normal;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ul4 li {
    font-size: 1.55rem;
  }
}
.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: #856927;
}

.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 {
  padding: 30px 60px;
  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 8px 0;
  /*position: relative;*/
}
.ol_nolist li span.no {
  width: 52px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #866927;
  outline: 1px solid #793222;
  font-family: "Amiri", serif;
  padding-top: 4px;
}
@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}
.ol_nolist li span.text {
  background: #fffcf6;
  border: 1px solid #8a3d2b;
  color: #471003;
  width: auto;
  padding: 8px 8px 8px 14px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  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 #d60b1d;
  padding-left: 10px;
}

.lborderBlue {
  border-left: 8px solid #27261f;
  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;
  }
}
.chapterBox {
  margin: 0 auto 30px;
  background-color: #fff;
}
.chapterBox.chap01 h4 {
  color: #27261f;
  border-bottom: 1px solid #27261f;
}
.chapterBox.chap02 h4 {
  background: #f66763;
  color: #fff;
}
.chapterBox.chap03 h4 {
  background: #62bfe0;
  color: #fff;
}
.chapterBox.chap04 h4 {
  background: #313c40;
  color: #fff;
}
.chapterBox.chap05 h4 {
  background: #9aa7b0;
  color: #fff;
}
.chapterBox.chap06 h4 {
  background: #4abb9f;
  color: #fff;
}
.chapterBox .chapterBox-inner {
  border: 1px solid #27261f;
}
.chapterBox .chapterBox-inner h3 {
  width: 100%;
  padding: 14px 10px;
  text-align: center;
  outline: 1px solid #796d19;
  background: #7d250c;
  color: #fff;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .chapterBox .chapterBox-inner h3 {
    font-size: 4.4vw;
    line-height: 1.5;
  }
}
.chapterBox .chapterBox-inner h3.koudou {
  width: 100%;
  padding: 14px 0;
  text-align: center;
  background: #fff;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5;
}
.chapterBox .chapterBox-inner h4 {
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.8rem;
  background: #210700;
  color: #fff;
  border-left: none;
  margin-top: 0;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .chapterBox .chapterBox-inner h4 {
    font-size: 3.5vw;
  }
}
.chapterBox .chapterBox-inner ul {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .chapterBox .chapterBox-inner li {
    font-size: 1.5rem;
  }
}
.chapterBox .chapterBox-inner .ul4 li:before {
  color: #202b3e;
  margin-top: -15px;
}
.chapterBox .chapterBox-inner .chapterBox-text {
  width: 100%;
  padding: 20px 20px 20px;
}
.chapterBox .chapterBox-inner .chapterBox-text .photoadd {
  padding-right: 20px;
  padding-left: 20px;
}
.chapterBox .chapterBox-inner .chapterBox-text .ul5 {
  padding-left: 44px !important;
}

@media (max-width: 768px) {
  .chapterBox {
    padding: 0 0px;
  }
  .chapterBox .chapterBox-inner .chapterBox-text {
    padding: 10px 10px 10px;
  }
  .chapterBox .chapterBox-inner .chapterBox-text .ul5 {
    padding-left: 34px !important;
  }
}
.reviewBox {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0px;
  background-color: #fff;
  display: block;
  overflow: hidden;
}
.reviewBox .reviewBox-inner {
  border: 1px solid #423d2a;
  width: 100%;
  padding: 25px 5px 40px 20px;
  overflow: hidden;
}
.reviewBox .reviewBox-inner .left {
  float: left;
  width: 150px;
}
.reviewBox .reviewBox-inner .left img {
  width: 100%;
}
.reviewBox .reviewBox-inner .right {
  float: right;
  width: 100%;
  margin-left: -150px;
}
.reviewBox .reviewBox-inner .right .right-inner {
  margin-left: 150px;
  padding-left: 20px;
  padding-right: 20px;
}
.reviewBox .reviewBox-inner .right .right-inner img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.reviewBox .reviewBox-inner .right .right-inner h3 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 15px;
  text-align: left;
  background-color: #3c351b;
  color: #fff;
  font-size: 1.2em;
  border-radius: 3px;
}
.reviewBox .reviewBox-inner .right .right-inner p {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .reviewbox_p {
    padding: 0 12px;
  }

  .reviewBox {
    padding: 0;
    margin-bottom: 20px;
  }
  .reviewBox .reviewBox-inner {
    padding: 10px 10px 20px;
  }
  .reviewBox .reviewBox-inner .right {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .reviewBox .reviewBox-inner .right .right-inner {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .reviewBox .reviewBox-inner .right .right-inner h3 {
    width: 100%;
    margin: 0 auto 15px;
    padding: 10px 15px;
    font-size: 1.1em;
  }
  .reviewBox .reviewBox-inner .right .right-inner img {
    width: 50%;
  }
  .reviewBox .reviewBox-inner .right .right-inner p {
    margin-top: 18px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
  }
}
.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%;
}

.profileBox {
  margin: 0 auto 30px;
  background: #fff;
}
.profileBox .profileInner {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
}
.profileBox .profileInner h3 {
  width: 100%;
  padding: 3% 0% 3% 3%;
  background-size: 8%;
  background-position: 8px 4px;
  background-color: #614b1b;
  color: #fff;
  font-size: 2rem;
}
.profileBox .profile_img {
  float: right;
  margin-left: 10px;
}
.profileBox .profileDetail {
  padding: 50px 45px;
}
.profileBox p {
  padding: 0;
}
.profileBox h3 {
  font-weight: bold;
}
.profileBox h4 {
  border-left: 5px solid #000;
  padding: 5px 0px 5px 15px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}
.profileBox h4 .yomi {
  font-size: 20px;
}
.profileBox h5 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .profileBox {
    width: 100%;
    margin: 0 auto 30px;
  }
  .profileBox .profileInner {
    width: 100%;
    border: 1px solid #dcdcdc;
  }
  .profileBox .profileInner h3 {
    width: 100%;
    padding: 3.5% 0% 3.5% 3%;
    background-size: 8%;
    background-position: 8px 4px;
    color: #fff;
    font-size: 1.8rem;
  }
  .profileBox .profile_img {
    float: right;
  }
  .profileBox .profileDetail {
    padding: 30px 20px;
  }
  .profileBox p {
    padding: 0;
  }
  .profileBox h4 {
    font-size: 28px;
    font-weight: bold;
  }
  .profileBox h4 .yomi {
    font-size: 18px;
  }
  .profileBox h5 {
    font-weight: bold;
  }
}

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

main {
  overflow-x: hidden;
/*  background: url(../img/content02.jpg) center top repeat;*/
  background-size: cover;
  background-attachment: fixed;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.bg-1{
  background: url(../img/brushed_alu.png) center top repeat #ececec;
  padding-right: 3%;
  padding-left: 3%;
  margin-top: -2px;
}


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

.outer {
  background-color: #fff;
 /* background-image: url(./img/groovepaper.png);*/
  padding-top: 0px;
}
@media (max-width: 768px) {
  .outer {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .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: 90%;
  display: block;
  border-radius: 7px;
  filter: brightness(100%) contrast(115%) saturate(115%);
}
@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 {
  background: /*url(../img/bg2.jpg) center top no-repeat*/ #ffffff;
  padding-right: 3%;
  padding-left: 3%;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .intro {
    background: /*url(../img/bg-sp.jpg) center bottom no-repeat*/ #ffffff;
    padding-right: 0;
    padding-left: 0;
  }
}
.intro .inner-none {
  padding-top: 30px;
}
.intro .box-wrap {
  max-width: 1100px;
}
.intro .outer {
  background: #ffffff;
}
.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;
}

.middle {
  background-color: #3a2d21;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  padding-right: 3%;
  padding-left: 3%;
}
@media (max-width: 768px) {
  .middle {
    background-color: #3a2d21;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
    padding-right: 10px;
    padding-left: 10px;
  }
}
.middle .inner-none {
  padding-top: 30px;
}
.middle .box-wrap {
  max-width: 1100px;
}
.middle .outer {
  background: #fffdfb;
}
.middle-item {
  width: 33.333%;
}
@media (max-width: 768px) {
  .middle-item {
    width: 50%;
  }
}
.middle-item-content {
  width: 100%;
}
.middle-item-btn {
  width: 420px;
  margin: 20px auto 30px;
  display: block;
}
@media (max-width: 768px) {
  .middle-item-btn {
    width: 85%;
  }
}
.middle img {
  vertical-align: bottom;
}

.last {
  background: url(../img/bg-bottom.jpg) center top no-repeat #e9e6e3;
}
.last .inner-none {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .last .inner-none {
    padding-top: 0 !important;
  }
}
.last .box-wrap {
  max-width: 1100px;
}
.last .outer {
  background: transparent;
}
@media (max-width: 768px) {
  .last .outer {
    padding-top: 0;
  }
}
.last 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;
  }
}

.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 {
  position: relative;
  padding: 26px 30px 31px;
  text-align: center;
  color: #231c1a;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .h3 {
    font-size: 2.4rem;
    padding: 25px 15px;
    margin-bottom: 35px;
    margin-top: 55px;
  }
}

.h3::before,
.h3::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

.h3::before {
  top: 0;
  border-top: 2px solid #231c1a;
  border-bottom: 1px solid #231c1a;
}

.h3::after {
  bottom: 0;
  border-top: 1px solid #231c1a;
  border-bottom: 2px solid #231c1a;
}

.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: 0.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 {
  font-family: serif;
  padding: 90px;
  background-color: #fcf8fb;
  margin: 0px 0;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
}
.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: 0.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;
}

.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: 0.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;
  }
}

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

.sche-title {
  background: #d60b1d;
  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: #d60b1d;
  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 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: 0.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: -50px !important;
  position: relative;
}
@media (max-width: 768px) {
  .top-container {
    margin-top: -20px !important;
  }
}

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

.t2 {
  margin-top: 5.5rem !important;
}
@media (max-width: 768px) {
  .t2 {
    margin-top: 5.2rem !important;
  }
}

.t3 {
  margin-top: 7rem !important;
}
@media (max-width: 768px) {
  .t3 {
    margin-top: 7rem !important;
  }
}

.red-text p {
  font-weight: bold;
  color: #d60b1d;
}

.big-big {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .big-big {
    font-size: 3.5rem;
  }
}

.nd-ctitle {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;
  color: #d60b1d;
}

.btn-nd,
.btn-nd2,
.btn-nd3,
.btn-stp {
  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.9rem;
  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;
}

.btn-nd3 {
  background-image: linear-gradient(270deg, #7b8a82 0%, #364643 100%);
}

.btn-nd2 {
  background-image: linear-gradient(270deg, #2389a7 0%, #274272 100%);
}
.btn-stp {
    color: #424241;
  background-image: linear-gradient(270deg, #ced2d3 0%, #ced2d3 100%);
    box-shadow: none;
    text-shadow: none;
      font-weight: 400;
}

@media (max-width: 768px) {
  .btn-nd,
  .btn-nd2,
  .btn-nd3,
  .btn-stp{
    width: 100%;
    font-size: 4.7vw;
    margin-bottom: 3rem;
    padding: 0.7em 1em 0.8em;
  }
}
.btn-nd span,
.btn-nd2 span,
.btn-nd3 span,
.btn-stp span {
  font-size: 80%;
}
.btn-nd:hover,
.btn-nd2:hover,
.btn-nd3:hover {
  opacity: 0.8;
}
.btn-nd:before,
.btn-nd2:before,
.btn-nd3: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,
  .btn-nd2:before,
  .btn-nd3:before {
    font-size: 3.5vw;
    top: 32%;
  }
}

.kv {
  background: url(../img/kv.jpg) top center;
  padding: 50px;
  height: 850px;
}

.odasan {
  position: relative;
  background: #fffced;
  border: 20px solid #02402e;
  padding-top: 90px !important;
  padding-bottom: 10px;
  background: url(../img/lightpaperfibers.png);
  background-size: 50%;
}
@media (max-width: 768px) {
  .odasan {
    padding-top: 50px !important;
    border: 10px solid #02402e;
  }
}
.odasan h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.odasan .message {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 500px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .odasan .message {
    width: 300px;
    top: 5px;
    left: 5px;
  }
}





.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 98%;
    background-color: #363636;
    *background-color: #222222;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border: 5px solid #cccccc;
    border-color: #222222 #222222 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}




.Section_Note p {
  display: inline-block;
  color: #d96d5a;
  padding: 1rem 1.5rem;
  border: 1px solid #d96d5a;
  margin: 3rem auto;
}

@media screen and (min-width: 550px) {
  .Section_Note {
    text-align: left;
  }
  .Section_Note p {
    padding: 1rem 2rem;
  }
}


