@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.7rem;
  font-weight: normal;
  min-width: 1000px;
  color: #333;
  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: 2;
  margin-bottom: 2.7rem;
}

p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  p {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 2.6rem;
  }
}

.h2 {
  font-size: 5rem;
  font-weight: 900;
  -webkit-font-feature-settings: "palt";
  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;
}

.txt-circle {
  -webkit-text-emphasis: filled sesame #c51515;
  text-emphasis: filled sesame #c51515;
}

.big {
  font-size: 130%;
  line-height: 1.8;
  font-weight: 700;
}

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

.big2 {
  font-size: 180%;
  line-height: 1.8;
  font-weight: 700;
}

@media (max-width: 480px) {
  .big2 {
    font-size: 150%;
  }
}

.bold {
  font-weight: 700;
}

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

.small {
  font-size: 80%;
}

.small90 {
  font-size: 90%;
}

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

.under {
  text-decoration: underline;
}

.red {
  color: #c51515;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.d-blue {
  color: #080084;
}

.marker {
  background: #ffed88;
}

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

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

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

.marker_yellow_hoso {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

@media (max-width: 480px) {
  .flex-re {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .row-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

@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;
}

.mb0 {
  margin-bottom: 0 !important;
}

.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: 768px) {
  .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 {
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

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

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

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

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

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

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

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

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

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

.delighter.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

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

.delighter.maskToRight {
  position: relative;
  -webkit-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);
  transform: translate3d(0, 0, 0);
  background: #fff;
  -webkit-transition: all 0.8s linear;
  transition: all 0.8s linear;
  z-index: 2;
}

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

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

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

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

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

.delay_15 {
  -webkit-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;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

ul {
  list-style: none;
  margin-bottom: 35px;
}

li {
  padding: 10px 0 10px 3px;
  font-size: 1.7rem;
  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 li {
  border-bottom: 1px dotted #ddd;
  list-style: none;
}

.ul3 i {
  margin-right: 5px;
  margin-top: 10px;
}

.ul3 li:before {
  font-size: 1.4em;
  font-family: FontAwesome;
  content: '\f057';
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #193a76;
}

.ul4 {
  max-width: 700px !important;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .ul4 {
    margin-left: 15px;
  }
}

.ul4 li {
  color: #d32d00;
  border-bottom: 1px dotted #ddd;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ul4 li {
    font-size: 1.6rem;
  }
}

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

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

.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;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .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 #c51515;
  padding-left: 10px;
}

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

blockquote {
  position: relative;
  padding: 20px 20px 20px 27px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  color: #464646;
  background: #fbf4ee;
  border-left: 0;
  margin-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 768px) {
  blockquote {
    font-size: 1.7rem;
    padding: 23px 20px 22px 23px;
  }
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #fbf4ee;
  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;
  }
}

.ol_nolist {
  padding: 0 0px;
  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: 2;
  margin: 0 0 6px 0;
  /*position: relative;*/
}

.ol_nolist li span.no {
  width: 60px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background: #d3b970;
  border: 4px double #fff;
}

.ol_nolist li span.text {
  color: #232d3e;
  width: auto;
  padding: 8px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: #ece9e0;
  border: 2px solid #fff;
  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;
  }
}

.detail {
  margin: 0 auto 50px;
}

@media (max-width: 768px) {
  .detail {
    width: 100%;
    margin: 40px auto 30px;
  }
}

.detail h4 {
  padding: 30px 15px;
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(125deg, #d3b970, #bb9c46);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-bottom: 0;
  text-shadow: 0 0 3px #a28639;
}

@media (max-width: 768px) {
  .detail h4 {
    padding: 20px 15px;
    font-size: 5vw;
  }
}

table.tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.tbl th {
  width: 215px;
  font-weight: bold;
  font-size: 17px;
  color: #000000;
  background: #e4e4e4;
  border: 2px solid #fff;
  vertical-align: top;
  padding: 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@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: normal;
  font-size: 17px;
  line-height: 1.8;
  color: #000000;
  background: #efefef;
  border: 2px solid #fff;
  padding: 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  table.tbl td {
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    border-bottom: none;
  }
}

.btn-base {
  display: block;
  margin: 50px auto 5rem;
  padding: 1.3em 1em 1.3em;
  text-decoration: none;
  border-radius: 80px;
  color: #fffef4;
  background: #f46b45;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#eea849), to(#f46b45));
  background: linear-gradient(to right, #eea849, #f46b45);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-box-shadow: 0 4px 0 #cf4424;
  box-shadow: 0 4px 0 #cf4424;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  width: 600px;
  position: relative;
  text-shadow: 0 0 4px #00000080;
}

@media (max-width: 768px) {
  .btn-base {
    width: 100%;
    font-size: 4vw;
    margin-bottom: 3rem;
  }
}

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

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

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

@media (max-width: 768px) {
  .balloon5 .faceicon {
    width: 17%;
  }
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #e8f1f7;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: right;
  width: 80px;
}

@media (max-width: 768px) {
  .balloon6 .faceicon {
    width: 17%;
  }
}

.balloon6 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #f3f3f3;
  border-radius: 50%;
}

.balloon6 .chatting {
  float: left;
  margin-right: -90px;
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 20px 27px;
  border-radius: 12px;
  background: #e8f1f7;
  width: 960px;
}

@media (max-width: 768px) {
  .says {
    width: 77%;
    margin: 0px 0 0 22%;
    padding: 4%;
  }
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e8f1f7;
}

.says p {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.says2 {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 0px;
  padding: 20px 27px;
  border-radius: 12px;
  background: #f3f3f3;
  width: 825px;
}

@media (max-width: 768px) {
  .says2 {
    width: 77%;
    margin: 0px 0 0 0%;
    padding: 4%;
  }
}

.says2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 12px solid #f3f3f3;
}

.says2 p {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

.cp_h1title {
  position: relative;
  padding: 1em;
  text-align: center;
  color: #232e3e;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 30px;
  background: #ece9e0;
}

.cp_h1title:before,
.cp_h1title:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 97%;
  display: inline-block;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}

.cp_h1title:before {
  border-left: solid 2px #333;
  left: 0;
}

.cp_h1title:after {
  border-right: solid 2px #333;
  right: 0;
}

.cp_title01 {
  position: relative;
  padding: 1em;
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  background: linear-gradient(125deg, #1770A2, #228dca);
  border: 4px double #fff;
  width: 1115px;
  margin-left: -93px;
  margin-top: 70px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .cp_title01 {
    width: 110%;
    margin-left: -5%;
    font-size: 5.3vw;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.cp_title02 {
  position: relative;
  padding: 1em;
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  background: linear-gradient(125deg, #1770A2, #228dca);
  border: 4px double #fff;
  width: 1100px;
  margin-left: -85px;
  margin-top: 70px;
  margin-bottom: 50px;
  text-shadow: 0 0 3px #115b86;
}

@media (max-width: 768px) {
  .cp_title02 {
    width: 110%;
    margin-left: -5%;
    font-size: 5.3vw;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.cp_title03 {
  position: relative;
  padding: 1em;
  text-align: center;
  color: #ffffff;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  background: linear-gradient(125deg, #e47608, #F68B20);
  border: 4px double #fff;
  width: 1100px;
  margin-left: -85px;
  margin-top: 70px;
  margin-bottom: 50px;
  text-shadow: 0 0 3px #bd6812;
}

@media (max-width: 768px) {
  .cp_title03 {
    width: 110%;
    margin-left: -5%;
    font-size: 5.3vw;
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

.cp_h2title {
  position: relative;
  overflow: hidden;
  padding: .3em 0 .3em 0;
  font-size: 3rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin-bottom: 30px;
}

.cp_h2title::before,
.cp_h2title::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.cp_h2title:before {
  border-bottom: 4px solid #232e3e;
  width: 100%;
}

.cp_h2title:after {
  border-bottom: 4px solid #4b6285;
  width: 100%;
}

.colorBox {
  width: 100%;
  margin: 0 auto 50px;
  background-color: #fff;
  padding: 0 0px;
}

.colorBox .colorBox-inner {
  border: 1px solid #232d3e;
}

.colorBox .colorBox-inner h3 {
  width: 100%;
  display: table;
  padding: 0;
}

.colorBox .colorBox-inner h3 span.number {
  width: 170px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  font-size: 2rem;
  background-color: #232d3e;
  font-weight: bold;
}

@media (max-width: 768px) {
  .colorBox .colorBox-inner h3 span.number {
    width: 100px;
    font-size: 3.6vw;
    padding-left: 3px;
    padding-right: 3px;
  }
}

.colorBox .colorBox-inner h3 span.text {
  width: auto;
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  color: #232d3e;
  font-size: 2rem;
  background-color: #f3ecca;
  padding: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .colorBox .colorBox-inner h3 span.text {
    font-size: 4vw;
    line-height: 1.6;
    padding: 20px 10px;
  }
}

.colorBox .colorBox-inner .colorBox-text {
  width: 100%;
  padding: 45px 40px 40px;
}

.colorBox .colorBox-inner .colorBox-text .photoadd {
  padding-right: 20px;
  padding-left: 20px;
}

.colorBox .colorBox-inner .colorBox-text .ul5 {
  padding-left: 44px !important;
}

.box-color {
  border: 2px solid;
  padding: 20px 20px 0;
}

@media (max-width: 768px) {
  .box-color {
    border: 2px solid;
    padding: 10px 10px 0;
  }
}

@media (max-width: 768px) {
  .colorBox {
    padding: 0 5px !important;
  }

  .colorBox .colorBox-inner .colorBox-text {
    width: 100%;
    padding: 30px 0 15px;
  }

  .colorBox .colorBox-inner .colorBox-text p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .colorBox.merit .colorBox-inner h3 span.number {
    width: 100px;
    font-size: 0.8em;
  }
}

.t2 {
  margin-bottom: 4.5rem !important;
}

@media (max-width: 768px) {
  .t2 {
    margin-bottom: 3.5rem !important;
  }
}

.t3 {
  margin-bottom: 6.5rem !important;
}

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

.box01 {
  background: #fbfcff;
  max-width: 700px;
  display: block;
  margin: 0px auto 30px;
  margin-bottom: 30px;
  border: 2px solid #193a76;
  padding: 2em;
  border: 2px solid #eee;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .box01 {
    padding: 1.5em;
  }
}

.box01 ul {
  margin-bottom: 0;
}

.box01:before {
  border-top: 2px solid #c6d4c6;
  border-left: 2px solid #c6d4c6;
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.box01::after {
  border-bottom: 2px solid #c6d4c6;
  border-right: 2px solid #c6d4c6;
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  z-index: 1;
}

.more {
  color: #fff;
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 20px 4px;
  border: 1px solid #221f2c;
  cursor: pointer;
  margin: 10px auto;
  font-weight: 700;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  background: #002048;
}

.more:hover {
  background: #0f4e9e;
  color: #fff;
}

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

main:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/background.jpg) center top no-repeat;
  background-size: cover;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.box-wrap {
  margin: 0 auto;
  max-width: 1000px;
  -webkit-box-shadow: 0 0 7px #d2d2d2;
  box-shadow: 0 0 7px #d2d2d2;
}

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

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

.outer {
  background: white;
  padding-top: 50px;
}

@media (max-width: 768px) {
  .outer {
    padding-top: 30px;
  }
}

.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 85px 70px;
}

@media (max-width: 480px) {
  .inner-none {
    padding: 7% 4%;
  }
}

.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: 50px;
  width: 80%;
  display: block;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .gr-img {
    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;
}

@media (max-width: 768px) {
  .intro {
    padding: 0 2%;
  }
}

.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;
  -webkit-font-feature-settings: "palt";
  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;
  -webkit-font-feature-settings: "palt";
  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: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #3a3a3a), to(#000000));
  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;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 480px) {
  .h-heading .h-contents {
    font-size: 3rem;
    padding: 30px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 2% 1.5% 2.5%;
}

.fixed .fixed_cv li {
  width: calc(100% / 2);
  -ms-flex-preferred-size: auto;
  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%;
  }
}

.tokuten4 {
  margin-bottom: 30px;
}

.tokuten4 ul,
.tokuten4 ol {
  padding: 0;
  position: relative;
}

.tokuten4 ul li,
.tokuten4 ol li {
  color: #bb2e1b;
  border-left: solid 6px #bb2e1b;
  /*左側の線*/
  background: #f3f3f3;
  /*背景色*/
  margin-bottom: 3px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  font-weight: bold;
  font-size: 2rem;
  list-style-type: none !important;
  /*ポチ消す*/
}

@media (max-width: 768px) {

  .tokuten4 ul li,
  .tokuten4 ol li {
    font-size: 1.7rem;
  }
}

.circle {
  width: 100%;
  text-align: center;
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #32435d;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 30px;
}

@media (max-width: 768px) {
  .circle {
    font-size: 2.5rem;
  }
}

.circle h2 {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  border-bottom: 2px solid #32435d;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  .circle h2 {
    padding: 16px 20px;
  }
}

.circle h2:before,
.circle h2:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32435d;
  position: absolute;
  bottom: -5px;
}

.circle h2:before {
  left: -4px;
}

.circle h2:after {
  right: -4px;
}

.h3 {
  position: relative;
  padding: 45px 40px 55px;
  text-align: center;
  color: #32435d;
  font-size: 4rem;
  letter-spacing: 5px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 40px;
  margin-top: 70px;
  background: url(../img/subhead-bg2.png) center center no-repeat;
  background-size: 930px 180px;
  background-size: 1000px 220px;
  width: 1000px;
  margin-left: -85px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.h3 span {
  font-size: 60%;
}

@media (max-width: 768px) {
  .h3 {
    width: 108%;
    margin-left: -4%;
    font-size: 23px;
    padding: 24px 10px;
    background-size: 100% 94%;
    margin-bottom: 30px;
    margin-top: 55px;
    letter-spacing: 4px;
  }
}

.h4 {
  position: relative;
  padding-bottom: .5em;
  font-size: 3.2rem;
  font-weight: 800;
  color: #32435d;
  margin-bottom: 50px;
  margin-top: 60px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .h4 {
    font-size: 2.5rem;
  }
}

.h4::before,
.h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}

.h4::before {
  z-index: 2;
  width: 15%;
  background-color: #32435d;
}

.h4::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}

.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 {
  font-family: serif;
  padding: 90px;
  background-color: #fcf8fb;
  margin: 0px 0;
  -webkit-box-shadow: 0px 1px 3px #ddd;
  box-shadow: 0px 1px 3px #ddd;
}

.line01 h4 {
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  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;
  }
}

@media (min-width: 768px) {
  .line01 {
    margin-right: 50px;
    margin-left: 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: -webkit-gradient(linear, right top, left top, from(#9B8432), to(#6f5c18));
  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;
}

.qa h4 {
  background: #32435d;
  padding: 20px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #fff;
}

@media (max-width: 768px) {
  .qa h4 {
    padding: 15px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .qa p {
    font-size: 1.6rem;
  }
}

.qa-answer {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .qa-answer {
    padding: 15px;
  }
}

.qa .ul1 li {
  border-bottom: 1px solid #e4e4e4;
}

.qa .ul1 li:last-child {
  border-bottom: 0;
}

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

.gr_Bread {
  margin: 3rem 0;
}

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

.gr_Bread_Dt {
  color: #d0402b;
  padding: .5rem 0 .5rem 3.5rem;
  margin-bottom: .8rem;
  font-size: 1.7rem;
  background-image: url("../img/feather.png");
  background-position: center left;
  background-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #d0402b;
  line-height: 1.5;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .gr_Bread_Dt {
    font-size: 1.8rem;
  }
}

.gr_Bread_Dd {
  margin-bottom: 2.3rem;
  line-height: 2;
  background-color: rgba(123, 123, 123, 0.1);
  border-radius: 8px;
  padding: .5rem 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .gr_Bread_Dd {
    font-size: 1.5rem;
    padding: 10px;
  }
}

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

@media (max-width: 480px) {
  .btn-jin {
    margin-bottom: 30px;
  }
}

.box26 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 3px #232e3e;
  border-radius: 2px;
}

.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #232e3e;
  font-weight: bold;
}

@media (max-width: 768px) {
  .box26 .box-title {
    font-size: 16px;
    top: -9px;
  }
}

.box26 p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #232e3e;
}

.box-bullet {
  background-color: #f0f0f0;
  background-image: url("https://www.transparenttextures.com/patterns/noisy-grid.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  padding: 20px 5px 20px;
  margin-bottom: 30px;
}

.box-bullet ul {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .box-bullet ul li {
    font-size: 1.6rem;
  }
}

.headside {
  position: relative;
  padding: 40px;
  text-align: center;
  color: #32435d;
  font-size: 3.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 800;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 50px;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .headside {
    font-size: 2.5rem;
    padding: 30px 15px;
  }
}

.headside:before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../img/side.jpg) no-repeat;
  background-size: contain;
}

.boxcontent {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background: #ececec;
}

@media (max-width: 768px) {
  .boxcontent {
    padding: 15px;
  }
}

.b-head {
  text-align: center;
  padding: 35px 20px 30px;
  background: url(../img/cont-bg-buppan.jpg) no-repeat center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .b-head {
    font-size: 4.5vw;
    padding: 20px 20px 15px;
  }
}

.b-head span {
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  color: #000;
  border-radius: 30px;
  font-size: 80%;
}

.b-head h4 {
  margin-top: 15px;
}

.b-txt {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

.b-txt .ul4 {
  margin-bottom: 10px;
  margin-left: 10px;
}

.b-txt .ul4 li {
  color: #333;
}

.b-txt .ul4 li:before {
  font-family: FontAwesome;
  content: '\f00c';
  /* アイコンのunicode       f087 \f091      */
  color: #e87b0d;
}

.boxcontent0 {
  width: 100%;
  padding: 0;
  border: 10px solid #ececec;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .boxcontent0 {
    border: 10px solid #ececec;
  }
}

.boxcontent0-inner {
  padding: 45px 40px 40px;
}

@media (max-width: 768px) {
  .boxcontent0-inner {
    padding: 15px;
  }
}

.boxcontent0 .ul4 {
  margin-left: 0;
  min-width: 100%;
}

.boxcontent0 .ul4 li {
  color: #333;
  border-bottom: none;
}

.boxcontent0 .ul4 li:before {
  font-family: FontAwesome;
  content: '\f00c';
  /* アイコンのunicode       f087 \f091      */
  color: #d32d00;
}

.boxcontent0 .z-seminer {
  text-align: center;
  padding: 35px 20px 30px;
  background: url(../img/seminer-01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .boxcontent0 .z-seminer {
    font-size: 5.5vw;
    padding: 25px 10px 20px;
  }
}

.boxcontent0 .z-seminer-left {
  width: 200px;
  font-size: 4rem;
  border-right: 1px solid #fff;
  color: #ead1a2;
}

@media (max-width: 768px) {
  .boxcontent0 .z-seminer-left {
    width: 100%;
    border-right: 0;
    font-size: 6vw;
    margin-bottom: 10px;
  }
}

.boxcontent0 .z-seminer-right {
  width: 570px;
  text-align: left;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .boxcontent0 .z-seminer-right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .boxcontent0 .z-seminer-right {
    font-size: 4.5vw;
  }
}

.boxcontent0 .z-seminer02 {
  background: url(../img/seminer-02.jpg) no-repeat center;
}

.boxcontent0 .z-seminer03 {
  background: url(../img/seminer-03.jpg) no-repeat center;
}

.boxcontent0 .z-seminer04 {
  background: url(../img/seminer-04.jpg) no-repeat center;
}

.boxcontent0 .z-head {
  text-align: center;
  padding: 65px 20px 60px;
  background: url(../img/cont-bg-hassin.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .boxcontent0 .z-head {
    font-size: 5.5vw;
    padding: 35px 20px 30px;
  }
}

.boxcontent0 .z-head span {
  background: #fff;
  padding: 0 10px;
  color: #000;
  border-radius: 30px;
}

.boxcontent0 .z-head h4 {
  margin-top: 15px;
}

.boxcontent0 .z-theme {
  text-align: center;
  padding: 20px 20px 20px;
  background: #0580C2;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
  border-radius: 5px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .boxcontent0 .z-theme {
    font-size: 4.8vw;
    padding: 10px;
  }
}

.boxcontent0 .z-tool {
  text-align: center;
  padding: 20px 20px 20px;
  background: #0580C2;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .boxcontent0 .z-tool {
    line-height: 1.5;
    font-size: 4.5vw;
    padding: 20px 10px 20px;
  }
}

.boxcontent0 .z-box {
  padding: 30px;
  background: #f1f6f9;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box {
    padding: 20px;
  }
}

.boxcontent0 .z-box h4 {
  margin-bottom: 10px;
}

.boxcontent0 .z-box h4 span {
  background: #848484;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box h4 span {
    font-size: 14px;
  }
}

.boxcontent0 .z-box .z-img {
  position: absolute;
  width: 110px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .boxcontent0 .z-box .z-img {
    bottom: -10px;
    right: 10px;
  }
}

@media (max-width: 768px) {
  .boxcontent0 .z-box .z-img {
    position: relative;
    width: 50%;
    margin: 22px auto;
    display: block;
  }
}

.boxcontent0 .z-box .z-title {
  border-bottom: 2px solid #13567b;
  padding-bottom: 10px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: #13567b;
  line-height: 1.5;
  font-style: italic;
  -o-border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#13567b), to(#acd1e6));
  border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image-slice: 1;
  position: relative;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box .z-title {
    font-size: 4.5vw;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.boxcontent0 .z-box .z-title span {
  font-size: 80%;
}

.boxcontent0 .z-box .z-title-seminer {
  border-bottom: 2px solid #13567b;
  padding-bottom: 10px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #13567b;
  line-height: 1.5;
  font-style: italic;
  -o-border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#13567b), to(#acd1e6));
  border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image-slice: 1;
  position: relative;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box .z-title-seminer {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
}

.boxcontent0 .z-box .z-title-seminer span {
  font-size: 80%;
}

.boxcontent0 .z-box-small {
  padding: 20px;
  background: #f1f6f9;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box-small {
    padding: 20px;
  }
}

.boxcontent0 .z-box-small h4 {
  margin-bottom: 10px;
}

.boxcontent0 .z-box-small h4 span {
  background: #848484;
  color: #fff;
  padding: 8px 10px;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box-small h4 span {
    font-size: 14px;
  }
}

.boxcontent0 .z-box-small .z-title-seminer {
  border-bottom: 2px solid #13567b;
  padding-bottom: 10px;
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #13567b;
  line-height: 1.5;
  font-style: italic;
  -o-border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#13567b), to(#acd1e6));
  border-image: linear-gradient(to right, #13567b 0%, #acd1e6 100%);
  border-image-slice: 1;
  position: relative;
}

@media (max-width: 768px) {
  .boxcontent0 .z-box-small .z-title-seminer {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
}

.boxcontent0 .z-box-small .z-title-seminer span {
  font-size: 80%;
}

.n-profile {
  background: #f7f7f7;
  padding: 50px;
}

@media (max-width: 768px) {
  .n-profile {
    padding: 20px;
  }
}

.n-profile .member-flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.n-profile .member-img {
  width: 20%;
}

@media (max-width: 768px) {
  .n-profile .member-img {
    width: 50%;
    margin-bottom: 30px;
  }
}

.n-profile .member-txt {
  width: 70%;
}

@media (max-width: 768px) {
  .n-profile .member-txt {
    width: 100%;
  }
}

.n-profile .member-txt h4 {
  font-size: 2.4rem;
  font-size: 700;
  margin-bottom: 20px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .n-profile .member-txt h4 {
    font-size: 2rem;
  }
}

.n-profile .member-txt p {
  font-size: 1.5rem;
}

.tool-img {
  margin: 30px auto;
  display: block;
  width: 90%;
}

.aff {
  display: block;
  padding: 25px;
  color: #c51515;
  font-size: 2.2rem;
  border: 3px solid #c51515;
  font-weight: 700;
  max-width: 700px;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 30px;
}

@media (max-width: 768px) {
  .aff {
    padding: 10px;
    font-size: 4vw;
  }
}

.fullwidth {
  width: 1000px;
  background: #000;
}

.cvoice {
  background: #f7f7f7;
  background: #f2f5f8;
  padding: 80px 80px 80px;
}

@media (max-width: 768px) {
  .cvoice {
    padding: 20px;
  }
}

.cvoice .h3 {
  margin-bottom: 20px;
  margin-left: -80px;
}

.cvoice h2 {
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 3.3rem;
  margin-bottom: 50px;
  letter-spacing: 10px;
  padding: 2rem 1rem;
  color: #0d284f;
  border-top: 3px dotted #0d284f;
  border-bottom: 3px dotted #0d284f;
}

@media (max-width: 768px) {
  .cvoice h2 {
    font-size: 24px;
    letter-spacing: 6px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

.cvoice-sec {
  background: #eee;
  background: #f3efe2;
  padding: 30px 0;
}

.cvoice-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .cvoice-wrap {
    padding: 30px 20px;
  }
}

.cvoice-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #111;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.cvoice-item {
  background: #ffffff;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cvoice-img {
  width: 20%;
}


.gr_Bread2 {
  margin: 3rem 0;
}

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

.gr_Bread2 {
  margin: 3rem 0;
  position: relative;
}

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

.gr_Bread2_Dt {
  color: #0d284f;
  padding: .5rem 0 .5rem 1.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 #0d284f;
  line-height: 1.5;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .gr_Bread2_Dt {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .gr_Bread2_Dt {
    padding: .5rem 0 .5rem 0;
  }
}


.gr_Bread2_Dd {
  margin-bottom: 2.3rem;
  line-height: 2;
  background-color: rgba(207, 209, 212, 0.1);
  border-radius: 4px;
  padding: .8rem 1.1rem;
  color: #4D5269 !important;
  font-weight: 500;
}

@media (min-width: 768px) {
  .gr_Bread2_Dd {
    font-size: 1.7rem;
  }
}

.gr_Bread2_Dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gr_Bread2_Dd {
    font-size: 1.55rem;
    line-height: 2.8rem;
  }
}

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

@media (max-width: 768px) {
  .cvoice-img {
    width: 100%;
  }
}

.cvoice-img img {
  border-radius: 100px;
  width: 75%;
  border: 2px solid #e58585;
}

@media (min-width: 768px) {
  .cvoice-img img {
    margin-left: 7px;
  }
}

@media (max-width: 768px) {
  .cvoice-img img {
    width: 140px;
    margin: 0 auto 20px;
    display: block;
  }
}

.cvoice-txt {
  width: 80%;
}

@media (max-width: 768px) {
  .cvoice-txt {
    width: 100%;
  }
}

.cvoice .h3-01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}

.cvoice-name {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .cvoice-name {
    margin-left: -25px;
  }
}

.cvoice h4 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .cvoice h4 {
    margin-left: -25px;
  }
}

.cvoice .cvoice-txt p {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .cvoice .cvoice-txt p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.kv {
  position: relative;
  height: 800px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .kv {
    height: auto;
  }
}

.kv-01 {
  width: 1280px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}

.kv-02 {
  width: 1280px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
  mix-blend-mode: screen;
}

@media (max-width: 768px) {
  .kv-02 {
    width: 100%;
  }
}

.txt-bg-last {
  background: url(../img/txt-bg-last.jpg) bottom center no-repeat;
}


@media screen and (min-width:480px) and (max-width:1279px) {
  body {
    min-width: auto;
  }
}

@media screen and (min-width:768px) and (max-width:1279px) {
  .kv {
    height: auto;
  }

  .kv>img {
    width: 100%;
  }

  .kv-01 {
    position: relative;
  }

  .sp {
    display: none;
  }

  .h3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width:1280px) {
  .kv {
    height: 800px;
  }

  .kv>img {
    width: 1280px;
  }
}

/*# sourceMappingURL=style.css.map */