@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  letter-spacing: .1rem;
  max-width: 1900px;
  overflow-x: hidden;
  margin: 0 auto;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-family: dnp-shuei-gothic-gin-std, 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 767px) {
  p {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
  }
}

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

h3,
h4,
h5 {
  line-height: 1.5;
}

.subhead-border {
  padding: .75em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 2.8rem;
  max-width: 530px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: bold;
}

.p24 {
  font-size: 2.4rem;
}

.p20 {
  font-size: 2rem;
}

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

.box-shadow {
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

.big {
  font-size: 120%;
  line-height: 1.8;
  font-weight: bold;
}

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

.big2 {
  font-size: 150%;
  line-height: 1.8;
  font-weight: bold;
}

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

.big3 {
  font-size: 180%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big3 {
    font-size: 170%;
  }
}

.big4 {
  font-size: 250%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big4 {
    font-size: 200%;
  }
}

.big5 {
  font-size: 400%;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .big5 {
    font-size: 400%;
  }
}

.bold {
  font-weight: 700;
}

.light {
  font-size: 90%;
}

.small {
  font-size: 70%;
}

.under {
  text-decoration: underline;
}

.red {
  color: #d5294d;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker-gradient {
  background: #99d9ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#99d9ff), to(#a3ece0));
  background: linear-gradient(to right, #99d9ff, #a3ece0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-weight: 700;
  font-size: 110%;
}

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

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

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

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

.ma {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffa83));
  background: linear-gradient(transparent 60%, #fffa83 60%);
  font-weight: bold;
}

.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: #E76D00;
  font-size: 2.2rem;
  border-radius: 50px;
  width: 600px;
  text-align: center;
}

@media (max-width: 767px) {
  .btn {
    padding: 20px 0;
  }
}

@media (min-width: 767px) {
  .sp {
    display: none;
  }
}

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

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: 767px) {
  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: '\f1d9';
  /* アイコンのunicode */
  color: #81631b;
  font-size: 1.9rem;
}

.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: '\f140';
  /* アイコンのunicode  */
  margin-right: 10px;
  color: #333;
}

.ul4 {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .ul4 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.ul4 li {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0 10px 3px;
  list-style: none;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .ul4 li {
    font-size: 1.15em;
  }
}

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

.ul4 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: '\f058';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #d63333;
}

.ul4-02 li:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  content: '\f27b';
  /* アイコンのunicode       f087 \f091      */
  margin-right: 10px;
  color: #08a3bb;
}

.ul4-03 {
  margin: 0;
  padding: 20px 30px 30px;
  border: 1px solid #d2d2d2;
}

@media (max-width: 767px) {
  .ul4-03 {
    padding: 11px 20px 12px;
  }
}

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

.ul2 li {
  padding-left: 45px;
}

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

.ul3 li {
  padding-left: 35px;
}

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

.ul4 li {
  padding-left: 35px;
}

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

.ul5 li {
  padding-left: 45px;
}

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

.ul6 li {
  padding-left: 45px;
}

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

.ul7 li {
  padding-left: 49px;
}

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

@media (max-width: 768px) {
  .ul1 li {
    line-height: 1.5;
    padding: 10px 0 10px 3px;
    padding-left: 30px;
  }
  .ul1 li:before {
    margin-top: -14px;
  }
  .ul2 li {
    padding-left: 33px;
  }
  .ul2 li:before {
    margin-top: -15px;
  }
  .ul3 li {
    padding-left: 35px;
  }
  .ul3 li:before {
    margin-top: -16px;
  }
  .ul4 li {
    padding-left: 33px;
  }
  .ul4 li:before {
    margin-top: -18px;
  }
  .ul5 li {
    padding-left: 33px;
  }
  .ul5 li:before {
    margin-top: -18px;
  }
  .ul6 li {
    padding-left: 40px;
  }
  .ul6 li:before {
    margin-top: -21px;
  }
  .ul7 li {
    padding-left: 44px;
  }
  .ul7 li:before {
    margin-top: -18px;
  }
}

.ol_nolist {
  margin-bottom: 1.6em;
}

.ol_nolist li {
  display: table;
  font-size: 1.4em;
  width: 100%;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  margin: 0 0 6px 0;
  /*position: relative;*/
}

.ol_nolist li span.no {
  width: 55px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  background-color: #000b56;
}

@media (max-width: 480px) {
  .ol_nolist li span.no {
    width: 40px;
  }
}

.ol_nolist li span.text {
  color: #333;
  width: auto;
  padding: 15px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  background: #eee;
  /* 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;
}

.marker-y {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 10;
}

.marker-y:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 24px;
  background: #ffe14f;
  z-index: -1;
}

.entry .form-group label {
  width: 640px;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  padding-left: 10px;
  color: #333;
}

@media (max-width: 767px) {
  .entry .form-group label {
    width: 100%;
    font-size: 1.5rem;
  }
}

.entry .form-group input {
  -webkit-appearance: none;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 640px;
  padding: 10px;
  border: 2px solid #aaaaaa;
  background: #fff;
  height: 6rem;
  font-size: 2rem;
  margin-bottom: 30px;
  border-radius: 0;
  font-weight: 500;
  color: #333;
}

.entry .form-group input::-webkit-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input:-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::-ms-input-placeholder {
  color: #aaa !important;
  font-weight: 500;
}

.entry .form-group input::placeholder {
  color: #aaa !important;
  font-weight: 500;
}

@media (max-width: 767px) {
  .entry .form-group input {
    width: 100%;
    height: 2.7em !important;
    font-size: 1.1em;
    margin-bottom: 22px;
  }
}

.entry .submit {
  margin-top: 20px;
}

.entry .submit :hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 767px) {
  .entry #semail {
    padding-left: 20px;
  }
}

@media (min-width: 767px) {
  .entry #sename {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .entry #sename {
    margin-bottom: 10px !important;
  }
}

.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 {
  width: 880px;
  margin: 0 auto;
  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: #384454;
  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;
}

@media (max-width: 767px) {
  .profileBox h4 {
    padding: 2px 0px 0px 15px;
  }
}

.profileBox h4 .yomi {
  font-size: 20px;
}

.profileBox h5 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .profileBox {
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
}

.gr-img {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 80%;
  display: block;
  border-radius: 10px;
}

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

.caption {
  font-size: 90%;
  text-align: center;
  opacity: .7;
  line-height: 1.6;
  max-width: 650px;
  margin: -15px auto 30px;
}

.sign {
  width: 170px;
  text-align: right;
  margin-top: 55px;
}

.sign img {
  width: 100%;
}

@media (max-width: 767px) {
  .sign {
    width: 145px;
    margin: 0 0 0 auto;
  }
}

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

@media (max-width: 767px) {
  .line01 h4 {
    font-size: 2.2rem;
    margin-bottom: 30px;
    padding: 30px 5% 50px;
  }
}

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.programlabel {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 5px 1px;
  font-size: 0.9em;
  margin-bottom: 2px;
}

.programlabel.programlabel-red {
  color: #ffffff;
  background-color: #C40B13;
  padding: 0px 5px;
}

.programlabel.programlabel-red2 {
  color: #C40B13;
  background-color: #ffffff;
  border: #C40B13 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-red3 {
  color: #ffffff;
  background-color: #9e7a26;
}

.programlabel.programlabel-red4 {
  color: #9e7a26;
  background-color: #ffffff;
  border: #9e7a26 3px solid;
  line-height: 1.2;
}

.programlabel.programlabel-blue {
  color: #fff;
  background-color: #04a5d8;
  padding: 0px 5px;
}

/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 11;
}

/*▲▲ ここまで追加する ▲▲*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #35465f;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

.grad-wrap {
  position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}

.grad-trigger {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 12px 4px;
  border: 2px solid #212d35;
  margin: 20px auto 0;
  font-weight: 500;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .grad-trigger {
    font-size: 1.4rem;
    padding: 10px 4px;
  }
}

.grad-trigger::after {
  content: "VIEW MORE";
}

.grad-trigger:hover {
  background: #212d35;
  color: #fff;
}

.grid-trigger:active {
  opacity: 0;
}

.grad-trigger .fa {
  margin-right: .5em;
}

.grad-item {
  position: relative;
  overflow: hidden;
}

.grad-item.is-hide {
  height: 230px;
}

@media (max-width: 767px) {
  .grad-item.is-hide {
    height: 150px;
  }
}

.grad-item p + p {
  margin-top: 1em;
}

.grad-item span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffa83));
  background: linear-gradient(transparent 60%, #fffa83 60%);
  font-weight: bold;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 120px;
  /*グラデーションで隠す高さ*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

@media (max-width: 767px) {
  .grad-item::before {
    height: 100px;
  }
}

.grad-trigger.is-show + .grad-item::before {
  display: none;
}

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

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on .5s ease-out forwards;
          animation: text_anime_on .5s ease-out forwards;
}

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

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu {
  width: 100%;
  background-color: #425d85;
  display: block;
  -webkit-transition: .8s;
  transition: .8s;
}

.menu ul {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 1000px;
}

.menu ul li {
  text-align: center;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.menu ul li a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.menu ul li a span {
  opacity: .7;
  font-size: 80%;
}

.menu ul li a:hover {
  opacity: .8;
}

.menu-follow {
  position: fixed;
  top: -100px;
  right: 0;
  z-index: 9999;
}

.menu-follow ul {
  padding: 10px 0 11px;
  max-width: 1000px;
  width: 1000px;
}

.menu-follow ul li a {
  font-size: 14px;
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #425d85;
  color: #333;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  width: 100%;
  padding-top: 51px;
  padding-bottom: 60px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px 20px;
  color: #fff;
  font-size: 4.8vw;
  line-height: 1.4;
  border-top: 1px solid #fff;
  text-align: left;
}

nav.globalMenuSp ul li a span {
  opacity: .7;
  font-size: 80%;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  height: 100%;
}

.navToggle {
  display: none;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  background: #425d85;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  border-bottom-left-radius: 5px;
}

@media (max-width: 767px) {
  .navToggle {
    display: block;
  }
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 10px;
}

.navToggle span:nth-child(1) {
  top: 14px;
}

.navToggle span:nth-child(2) {
  top: 23px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #333;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 22px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px #fff;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px #fff;
}

.globalMenuSp-btn {
  background: #fff;
  color: #425d85 !important;
  width: 280px;
  margin: 0 auto;
  margin-top: 10px;
}

.container {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.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: 767px) {
  .container-full::before {
    left: 37%;
  }
}

.footer {
  position: relative;
  z-index: 2;
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #222;
  text-align: center;
  padding: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    min-width: auto;
  }
}

.footer p {
  font-weight: 700;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin: 0 auto;
  line-height: 2;
  opacity: .7;
}

.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-direction-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .flex-direction-re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

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

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

.photoadd {
  float: right;
  z-index: 100;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .photoadd {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: 60%;
  }
}

.photoadd2 {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2 {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.photoadd2-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .photoadd2-left {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 100%;
  }
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

@media (max-width: 767px) {
  .w100sp {
    width: 100%;
  }
  .w90sp {
    width: 90%;
    display: block;
  }
  .w80sp {
    width: 80%;
  }
  .w70sp {
    width: 70%;
  }
  .w60sp {
    width: 60%;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
}

.w90 {
  width: 90%;
}

.float-img {
  float: left;
  margin: 0 15px 15px 0;
}

.float-img-r {
  float: right;
  margin: 0 0px 5px 10px;
}

.float-width {
  width: 250px;
}

@media (max-width: 767px) {
  .float-width {
    width: 230px;
  }
}

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

.mb15 {
  margin-bottom: 1.5rem;
}

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

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.margintop-150 {
  margin-top: -150px;
}

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

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

.mt30 {
  margin-top: 3rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt70 {
  margin-top: 6rem !important;
}

@media (max-width: 767px) {
  .mt70 {
    margin-top: 5rem !important;
  }
}

.mr10 {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mr10 {
    margin-right: 0;
  }
}

.txt-box {
  padding: 0 50px;
}

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

.sp {
  display: none !important;
}

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

.pc {
  display: none !important;
}

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

/* ---- 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(-60%);
          transform: translate(-60%);
  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(60%);
          transform: translate(60%);
  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, 20px, 0);
  transform: translate3d(0, 20px, 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.slideR {
  -webkit-transform: translate3d(20px, 0px, 0);
  transform: translate3d(20px, 0px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

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

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

.delighter.slideL.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 ---- */
@-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);
  }
}

body {
  background: #fff;
  position: relative;
}

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

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

img {
  vertical-align: top;
}

main {
  background-color: #ebeff6;
  background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
  min-width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  main {
    min-width: initial;
    min-width: auto;
  }
}

.bgwall {
  background: url(../img/images/kv-bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .bgwall {
    background: none;
  }
}

.boxvoice {
  --border-color-1: #fafafa;
  /*背景ストライプの色*/
  --border-color-2: #ddd;
  /*上下枠線の色*/
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  background: linear-gradient(-45deg, transparent 25%, var(--border-color-1) 25%, var(--border-color-1) 50%, transparent 50%, transparent 75%, var(--border-color-1) 75%, var(--border-color-1));
  background-size: 4px 4px;
  border-bottom: 4px double var(--border-color-2);
  border-top: 4px double var(--border-color-2);
  background-clip: padding-box;
}

@media (max-width: 767px) {
  .boxvoice {
    padding: 1.8em;
  }
}

.boxvoice p {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .boxvoice p {
    font-size: 1.6rem;
  }
}

.kv {
  background: url(../img/images/kv-bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media (min-width: 767px) {
  .kv {
    background: none;
  }
}

.kv-wrap {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 735px;
  position: relative;
}

.kv-text {
  position: absolute;
  left: 0%;
  top: 10%;
  width: 725px;
  z-index: 1;
}

.kv-photo {
  position: absolute;
  right: 0%;
  top: 5%;
  width: 415px;
  z-index: 1;
}

.kv-coaching {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 1150px;
  z-index: 1;
}

.hon-mtop {
  margin-top: -140px !important;
}

@media (max-width: 767px) {
  .hon-mtop {
    margin-top: 0px !important;
  }
}

.hon {
  background: -webkit-gradient(linear, left top, left bottom, from(#96aeb8), to(#e2e9eb));
  background: linear-gradient(to bottom, #96aeb8 0%, #e2e9eb 100%);
  padding: 55px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .hon {
    padding: 0px 10px 40px;
  }
}

@media (min-width: 767px) {
  .hon {
    background: none;
  }
}

.hon-wrap {
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hon-tbox {
  padding: 40px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .hon-tbox {
    padding: 30px 20px;
  }
}

.hon-lbox {
  padding: 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .hon-lbox {
    padding: 4px 4px 2px;
  }
}

.ulA {
  padding: 0;
  margin-bottom: 0;
}

.ulA li {
  color: black;
  position: relative;
  background: #f4f3ef;
  /*バーの色*/
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left: solid 38px #87785a;
  /*先の色＝アイコン裏の色*/
  list-style-type: none !important;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0px;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .ulA li {
    font-size: 1.7rem;
  }
}

.ulA li span {
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .ulA li span {
    font-size: 1.5rem;
  }
}

.ulA li::before {
  font-family: "FontAwesome";
  content: "\f040";
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white;
  /*アイコン色*/
  font-weight: normal;
  /*アイコンは太字にしない*/
  text-align: center;
  left: -38px;
  /*左端からのアイコンまでの距離*/
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ul3 {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.ul3 li {
  border-bottom: 1px dotted #aaa;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0px;
  font-size: 1.9rem;
}

.ul3 li::before {
  color: #7f6322;
}

.ul3 li span {
  font-size: 1.7rem;
}

.detail {
  background: url(../img/AdobeStock_164373509.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  padding: 55px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .detail {
    padding: 0;
  }
}

.detail-wrap {
  border-radius: 5px;
  max-width: 950px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail-pad {
  border-radius: 0 0 5px 5px;
  padding: 50px;
  background: #32585d;
  background: -webkit-gradient(linear, left top, right top, from(#32585d), color-stop(50%, #717171), to(#32585d));
  background: linear-gradient(90deg, #32585d 0%, #717171 50%, #32585d 100%);
}

@media (max-width: 767px) {
  .detail-pad {
    padding: 15px 15px 40px;
  }
}

.detail-box {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .detail-box {
    padding: 25px;
  }
}

.detail-head {
  background: #649195;
  background: -webkit-gradient(linear, left top, right top, from(#649195), to(#d5cabc));
  background: linear-gradient(90deg, #649195 0%, #d5cabc 100%);
  font-family: ten-mincho, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", A1 Mincho, "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.2rem;
  padding: 7px 14px 5px;
  border-radius: 2px;
  color: #fff;
  text-shadow: 0 0 5px #00000073;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .detail-head {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.detail-chapter {
  border-bottom: 1px solid #37585d;
  font-weight: bold;
  margin-bottom: 15px;
  color: #37585d;
}

table {
  width: 100%;
}

.tb01 th,
.tb01 td {
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tb01 th {
  padding: 10px;
  background: #51afbf;
  background: #32585d;
  color: #fff;
  text-align: center;
  width: 80px;
}

.tb01 td {
  padding: 10px 15px 15px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.box-ul {
  background: #fefff4;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px #0000001c;
          box-shadow: 0 3px 6px #0000001c;
}

@media (max-width: 767px) {
  .box-ul {
    padding: 10px 20px 20px;
  }
}

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

.h3 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  font-size: 4.2rem;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: block;
  text-align: center;
  margin: 0 auto 6rem;
  margin-top: 80px;
  top: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .h3 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}

.h3 span {
  color: #416c70;
}

.h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #649195;
  background: -webkit-gradient(linear, left top, right top, from(#649195), to(#d5cabc));
  background: linear-gradient(90deg, #649195 0%, #d5cabc 100%);
  border-radius: 2px;
}

.movie {
  padding: 115px 5% 60px;
  text-align: center;
  background-image: url(../img/video.png);
  background-size: 600px;
  background-position: 5% -5px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .movie {
    background-position: -8% -2px;
    padding: 56px 10px 10px;
    background-size: 75%;
  }
}

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

.movie .subhead-border {
  margin-top: 80px;
}

.movie p {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .movie p {
    font-size: 1.6rem;
  }
}

.voice {
  position: relative;
}

.voice-bg {
  background: #f5f4f4 !important;
  position: relative;
}

.voice .container {
  max-width: 900px;
}

.voice-item {
  max-width: 900px;
  background: #fff;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0 3px 6px #0000001c;
  box-shadow: 0 3px 6px #0000001c;
}

.voice-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .voice-item {
    padding: 20px 20px 25px;
    border-radius: 15px;
  }
}

.voice-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .voice-title {
    margin-bottom: 15px;
  }
}

.voice-img {
  width: 22%;
}

@media (max-width: 767px) {
  .voice-img {
    width: 27%;
  }
}

.voice-img img {
  width: 100%;
  border-radius: 10px;
}

.voice-name {
  width: 73%;
}

@media (max-width: 767px) {
  .voice-name {
    width: 67%;
  }
}

.voice-name h4 {
  font-size: 1.5rem;
  margin-bottom: 7px;
  line-height: 1.7;
  font-weight: bold;
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .voice-name h4 {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
}

.voice-name h3 {
  font-size: 2rem;
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 5px;
  line-height: 1.7;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .voice-name h3 {
    font-size: 1.7rem;
  }
}

.voice-huki {
  background: #ecf2f8;
  padding: 15px 15px;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .voice-huki {
    padding: 15px 9px 15px 15px;
  }
}

.voice-huki p {
  font-size: 1.65rem;
  line-height: 1.7;
  font-weight: bold;
}

@media (max-width: 767px) {
  .voice-huki p {
    font-size: 1.4rem !important;
    margin-bottom: 0 !important;
  }
}

.voice-huki::before {
  content: "";
  display: inline-block;
  background: url(../img/quote02.png);
  background-size: cover;
  width: 30px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 10%;
}

@media (max-width: 767px) {
  .voice-huki::before {
    background: url(../img/quote02-sp.png);
    width: 15px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: -20px;
  }
}

.voice-quote {
  position: absolute;
  width: 20px;
  right: 2%;
  bottom: 5px;
}

.voice-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .voice-txt p {
    font-size: 1.4rem;
  }
}

.voice2 {
  position: relative;
}

.voice2 .container {
  max-width: 900px;
}

.voice2-block {
  margin-bottom: 30px;
}

.voice2-block:last-child {
  margin-bottom: 0;
}

.voice2-h2 {
  font-size: 2.3rem;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 2px solid #194372;
  padding-bottom: 5px;
  color: #194372;
}

@media (max-width: 767px) {
  .voice2-h2 {
    font-size: 1.8rem;
  }
}

.voice2-item {
  max-width: 950px;
  background: transparent;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  margin: 0 auto 40px;
}

.voice2-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .voice2-item {
    padding: 20px 20px 25px;
    border-radius: 15px;
  }
}

.voice2-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .voice2-title {
    margin-bottom: 15px;
  }
}

.voice2-img {
  width: 22%;
}

@media (max-width: 767px) {
  .voice2-img {
    width: 24%;
  }
}

.voice2-img img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #ddd;
          box-shadow: 0 0 5px #ddd;
}

.voice2-bk {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.voice2-bk img {
  width: 48%;
  border: 1px solid #ccc;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .voice2-bk img {
    width: 55%;
  }
}

.voice2-bkhead {
  margin-bottom: 0px;
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 767px) {
  .voice2-bkhead {
    font-size: 1.4rem;
    display: none;
  }
}

.voice2-name {
  width: 73%;
}

@media (max-width: 767px) {
  .voice2-name {
    width: 70%;
  }
}

.voice2-name h4 {
  font-size: 1.5rem;
  margin-bottom: 7px;
  line-height: 1.7;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  opacity: 0.8;
}

@media (max-width: 767px) {
  .voice2-name h4 {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
}

.voice2-name h3 {
  margin-top: -3px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .voice2-name h3 {
    font-size: 1.7rem;
  }
}

.voice2-huki {
  background: #fff;
  padding: 20px 20px;
  font-weight: bold;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .voice2-huki {
    padding: 15px 9px 15px 15px;
  }
}

.voice2-huki p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .voice2-huki p {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
  }
}

.voice2-huki::before {
  content: "";
  display: inline-block;
  background: url(../img/quote03.png);
  background-size: cover;
  width: 30px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 10%;
}

@media (max-width: 767px) {
  .voice2-huki::before {
    background: url(../img/quote03-sp.png);
    width: 15px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: -20px;
  }
}

.voice2-quote {
  position: absolute;
  width: 20px;
  right: 2%;
  bottom: 5px;
}

.voice2-txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .voice2-txt p {
    font-size: 1.4rem;
  }
}

.voice2-itemaf {
  padding: 0;
}

.voice2-blockaf {
  background: #fff;
  padding: 40px 40px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px #0000001c;
  box-shadow: 0 3px 6px #0000001c;
}

@media (max-width: 767px) {
  .voice2-blockaf {
    padding: 20px 20px 5px;
  }
}

.voice2-blockaf .voice2-huki {
  background: #ecf2f8;
}

.voice2-blockaf .voice2-huki::before {
  content: "";
  display: inline-block;
  background: url(../img/quote02.png);
  background-size: cover;
  width: 30px;
  height: 40px;
  position: absolute;
  left: -20px;
  top: 10%;
}

@media (max-width: 767px) {
  .voice2-blockaf .voice2-huki::before {
    background: url(../img/quote02-sp.png);
    width: 15px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: -20px;
  }
}

.voice2-blockaf .voice2-img img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #212d35;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .h2 {
    margin-bottom: 30px;
  }
}

.h2-en {
  position: absolute;
  font-family: urw-din, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20rem;
  opacity: .05;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 300;
  font-style: normal;
  top: 0;
}

@media (max-width: 767px) {
  .h2-en {
    margin-bottom: 10px;
    font-size: 14rem;
  }
}

.h2-title {
  padding-top: 40px;
  padding-left: 30px;
  font-size: 4.3rem;
  letter-spacing: 3px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .h2-title {
    width: 100%;
    font-size: 2.6rem;
    padding-top: 0;
  }
}

.zen {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.why .h2-title {
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .why .h2-title {
    font-size: 1.8rem;
  }
}

.trajan {
  font-family: trajan-pro-3, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.message_ttl-border {
  position: relative;
}

.message_ttl-border:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}

.message_ttl-border .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.message_ttl-border .message_ttl {
  position: relative;
  width: 484px;
  height: 67px;
  line-height: 67px;
  margin: 0 auto 54px;
  background: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.message_ttl-border .message_ttl:before {
  position: absolute;
  top: 0;
  left: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33.5px 34px 33.5px 0;
  border-color: transparent #000 transparent transparent;
  content: "";
}

.message_ttl-border .message_ttl:after {
  position: absolute;
  top: 0;
  right: -34px;
  width: 0;
  height: 0;
  border-style: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33.5px 0 33.5px 34px;
  border-color: transparent transparent transparent #000;
  content: "";
}

.qa {
  background: #FFF;
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .qa {
    padding: 60px 20px;
  }
}

.qa-wrap {
  max-width: 900px;
}

.qa .list-toggle-con {
  height: 0;
  overflow: hidden;
}

.qa .h2 {
  font-size: 3.7rem;
}

@media (max-width: 767px) {
  .qa .h2 {
    font-size: 2.8srem;
    line-height: 1.4;
  }
}

.qablock {
  position: relative;
  margin-bottom: 10px;
  background: #f3f3f3;
  border: 1px solid #e8e8e8;
}

.question_txt {
  padding: 15px 15px;
  margin: 0px !important;
}

.qicon {
  color: #aaa;
  font-weight: bold;
  margin-right: 15px;
}

.answer_txt {
  background: #fff;
  margin: 0px !important;
  padding: 10px 15px;
}

.show_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 43px;
  height: 43px;
}

.show_button:after {
  content: 'ー' !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 38px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #b4ada9;
}

.show_button.closebutton:after {
  content: '＋' !important;
  display: block;
  text-align: center;
  width: 43px;
  height: 43px;
  line-height: 38px;
  top: 0;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  color: #b4ada9;
}

.info {
  background: #f1f2ec;
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .info {
    padding: 60px 20px;
  }
}

.info .flexbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info-left {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .info-left {
    width: 100%;
    margin-right: 0;
  }
}

.info-right {
  width: 48%;
}

@media (max-width: 767px) {
  .info-right {
    width: 100%;
  }
}

.info .h2 {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .info .h2 {
    font-size: 3.2rem;
  }
}

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

.line01 p {
  line-height: 36px;
  background: url(../img/bg-note01.png) bottom;
  margin: 0;
  padding: 0;
}

.bgred {
  background-color: #fcf8fb;
  margin: 0px 0;
  padding: 50px 40px 40px;
}

@media (max-width: 767px) {
  .bgred {
    padding: 50px 15px 40px;
  }
}

.l-noise_bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.l-noise_bg.is-black {
  background-color: #000;
  background-image: url("../img/noise_bg_b.jpg");
}

.l-noise_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
}

.subhead {
  margin-top: 80px;
  margin-bottom: 50px;
}

.subhead-top {
  margin-top: 40px !important;
}

.boxprofile {
  margin-top: 40px;
  margin-bottom: 50px;
  border: 10px solid #061720;
  padding: 20px;
  position: relative;
}

@media (min-width: 767px) {
  .boxprofile {
    padding: 40px;
    width: 950px;
    margin-left: -50px;
  }
}

.boxprofile-black {
  width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background: #06171f;
  height: 300px;
  z-index: 1;
}

.boxprofile-img {
  position: relative;
  z-index: 10;
  margin: -4px -3px 0 20px;
}

@media (max-width: 767px) {
  .boxprofile-img {
    width: 90%;
    margin: -1% -1% 0 5%;
    margin-bottom: 8px;
  }
}

.table {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.table dl {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .table dl {
    font-size: 1.5rem;
  }
}

.table dt {
  float: left;
  clear: left;
  width: 160px;
}

@media (max-width: 767px) {
  .table dt {
    width: 150px;
  }
}

.table dd {
  margin-left: 160px;
}

@media (max-width: 767px) {
  .table dd {
    margin-left: 150px;
  }
}

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

@media (max-width: 767px) {
  table.tbl {
    border-bottom: 1px solid #d2d2d2;
  }
}

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

@media (max-width: 767px) {
  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;
  color: #000000;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 17px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  line-height: 1.6;
}

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

.outlineCont {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dedede;
}

@media (max-width: 767px) {
  .outlineCont {
    margin-top: 20px;
    padding-top: 20px;
  }
}

.outlineCont .inner {
  display: table;
  width: 100%;
}

.outlineCont .yobi {
  font-size: 85%;
}

.outlineCont-last {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

.outlineCont .item {
  display: table-cell;
  width: 16.66%;
  padding-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #425d85;
  vertical-align: top;
}

@media (max-width: 767px) {
  .outlineCont .item {
    display: table-caption;
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 1.2rem;
  }
}

.outlineCont .item span.number {
  font-size: 140%;
  margin-right: 3px;
}

.outlineCont .txtArea {
  display: table-cell;
  width: 83.34%;
  vertical-align: top;
}

.btn-top {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn-top {
    width: 95%;
    margin-bottom: 20px;
  }
}

.btn-entry {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0.7em 1em .8em;
  text-decoration: none;
  border-radius: 55px;
  color: #fff;
  background: #348F50;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#56B4D3), to(#348F50));
  background: linear-gradient(to right, #56B4D3, #348F50);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
  font-size: 2.6rem;
  letter-spacing: 2px;
  line-height: 1.3;
  text-align: center;
  width: 520px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 767px) {
  .btn-entry {
    width: 95%;
    padding: 0.8em 1em 1.1em;
    font-size: 4.6vw;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
  }
}

.btn-entry span {
  font-size: 85%;
}

.btn-entry:hover {
  opacity: 0.8;
  letter-spacing: 2px;
}

.btn-entry:before {
  position: absolute;
  content: '\f054';
  /* アイコンのunicode */
  color: #fff;
  font-size: 2rem;
  font-family: FontAwesome;
  right: 5%;
  top: 32%;
}

@media (max-width: 767px) {
  .btn-entry:before {
    font-size: 3.5vw;
    top: 34%;
  }
}

.btn-wait {
  background: #f9c937;
  color: #000;
}

.btn-wait:before {
  color: #000;
}

.rotate {
  -webkit-animation: rotation 220s infinite linear;
          animation: rotation 220s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.circle-about {
  position: absolute;
  right: -200px;
  top: 150px;
  z-index: 1;
  width: 740px;
}

@media (max-width: 767px) {
  .circle-about {
    right: -300px;
    top: 100px;
    width: 700px;
  }
}

.circle-profile {
  position: absolute;
  right: -300px;
  top: 300px;
  z-index: 1;
  width: 740px;
}

.circle-voice {
  position: absolute;
  left: -155px;
  top: 200px;
  z-index: 1;
  width: 740px;
}

@media (max-width: 767px) {
  .circle-voice {
    top: 250px;
  }
}

.circle-voice02 {
  position: absolute;
  right: -155px;
  top: 3500px;
  z-index: 1;
  width: 740px;
  opacity: .8;
}

.circle-voice03 {
  position: absolute;
  left: -155px;
  top: 7000px;
  z-index: 1;
  width: 740px;
  opacity: .8;
}

.circle-voice04 {
  position: absolute;
  right: -155px;
  top: 7500px;
  z-index: 1;
  width: 740px;
  opacity: .8;
}

.circle-voice05 {
  position: absolute;
  left: -155px;
  top: 9800px;
  z-index: 1;
  width: 740px;
}

@media (max-width: 767px) {
  .ciw {
    width: 500px;
  }
}

.fullimg {
  height: 350px;
  width: 100%;
  background: url(../img/fullimg.jpg) no-repeat center center;
  background-color: #ddd8d3;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .fullimg {
    background-attachment: inherit;
  }
}

section {
  z-index: 2;
}

.fullimgsp {
  height: 250px;
  padding: 5%;
  position: relative;
  background-color: #ddd8d3;
}

/*背景画像を擬似要素で固定*/
.fullimgsp::before {
  background: url(../img/fullimgsp.jpg) no-repeat center;
  /* 擬似要素に背景画像 */
  background-size: cover;
  /* cover指定 */
  content: "";
  /* 画像を表示させる為に必要*/
  display: block;
  /*ブロックボックスで表示*/
  position: fixed;
  /* 擬似要素全体を固定 */
  width: 100%;
  /* 横幅を画面全体 */
  height: 100vh;
  /* 縦幅を画面全体 */
  top: 0;
  /* 上からの配置を0 */
  left: 0;
  /* 左からの配置を0 */
  z-index: 0;
  /*背景画像になるように重ね順を-1*/
}

.why {
  position: relative;
  padding: 100px 0 90px;
  background: #f1f2ec;
  background: #ecf2f1;
  background: #f2f1ec;
  background: #e9e8e3;
  background: -webkit-gradient(linear, left top, right top, from(#e9e8e3), color-stop(9%, #f2f1ec), color-stop(90%, #f2f1ec), to(#e9e8e3));
  background: linear-gradient(90deg, #e9e8e3 0%, #f2f1ec 9%, #f2f1ec 90%, #e9e8e3 100%);
}

@media (max-width: 767px) {
  .why {
    padding: 50px 0 40px;
    background: -webkit-gradient(linear, left top, right top, from(#f2f1ec), color-stop(90%, #f2f1ec), to(#e9e8e3));
    background: linear-gradient(90deg, #f2f1ec 0%, #f2f1ec 90%, #e9e8e3 100%);
  }
}

.why-head {
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 50px auto 30px;
}

@media (max-width: 767px) {
  .why-head {
    font-size: 2rem;
  }
}

.why p {
  font-size: 2.6rem;
  line-height: 1.8;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 2.8rem;
}

ｆ .why p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .why p {
    font-size: 4.5vw;
  }
}

.sec-profile {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  color: #111;
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 767px) {
  .sec-profile {
    padding: 60px 0;
  }
}

.sec-profile-box {
  margin-bottom: 70px;
}

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

.sec-profile-txt {
  width: 65%;
}

@media (max-width: 767px) {
  .sec-profile-txt {
    width: 100%;
  }
}

.sec-profile-txt h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #212d35;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 767px) {
  .sec-profile-txt h4 {
    font-size: 16px;
  }
}

.sec-profile-txt p {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .sec-profile-txt p {
    font-size: 14px;
  }
}

.sec-profile .sec-profile-txth3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #212d35;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 900;
  font-style: normal;
}

@media (max-width: 767px) {
  .sec-profile .sec-profile-txth3 {
    font-size: 2.2rem;
  }
}

.sec-profile .divider {
  background-color: #111;
  width: 1px;
  height: 28px;
  margin: 0 20px;
}

.sec-profile-txthira {
  font-size: 88%;
}

.sec-profile-img {
  width: 30%;
}

@media (max-width: 767px) {
  .sec-profile-img {
    width: 100%;
  }
}

.sec-profile-img img {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

@media (max-width: 767px) {
  .sec-profile-img img {
    width: 70%;
    display: block;
    margin: 0 auto 25px;
  }
}

.icon-merit {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 850px;
}

.icon-txt {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.section {
  background: #fff;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

blockquote {
  position: relative;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  blockquote {
    margin-top: 10px;
  }
}

blockquote p {
  font-size: 2.2rem !important;
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  z-index: 10;
  position: relative;
}

@media (max-width: 767px) {
  blockquote p {
    font-size: 1.7rem !important;
  }
}

blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10d';
  font-size: 30px;
  color: #d5d5d5;
  top: 10px;
  left: 10px;
}

@media (max-width: 767px) {
  blockquote:before {
    color: #e5e5e5;
  }
}

blockquote:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10e';
  font-size: 30px;
  color: #d5d5d5;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 767px) {
  blockquote:after {
    color: #e5e5e5;
  }
}

.douga {
  margin-top: 50px;
  border: 3px solid #425d85;
  padding: 20px;
  font-family: dnp-shuei-gothic-gin-std, "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  text-align: center;
  max-width: 880px;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .douga {
    margin-top: 40px;
  }
}

.douga-title {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .douga-title {
    font-size: 1.7rem;
  }
}

.douga-head {
  font-size: 2.6rem;
  background: #425d85;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .douga-head {
    font-size: 2rem;
  }
}

.douga .embedvideo {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .douga .embedvideo {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */