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

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

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

p {
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
}

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

.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: 767px) {
  .h2 {
    font-size: 3.2rem;
  }
}

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

.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%, #e9ff83));
  background: linear-gradient(transparent 60%, #e9ff83 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");
}

.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: '\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: -17px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ol_nolist {
  margin-bottom: 1.6em;
}

.ol_nolist li {
  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: 70%;
  display: block;
}

@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: #2da9e0;
  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: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #2da9e0;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.grad-trigger:hover {
  background: #fff;
  color: #2da9e0;
}

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

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

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

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

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  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%);
}

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

/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.accordion-border {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #fff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f5f5f5;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #2da9e0;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #2da9e0;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: .3s;
  transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-faq__headinner {
    padding-left: 30px;
  }
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #2da9e0;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-faq__headinner::before {
    font-size: 1.5rem;
  }
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 1.5rem;
  }
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 30px;
  }
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 1.6rem;
  font-weight: bold;
  top: 3px;
}

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

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 1.6rem;
}

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

.menu {
  width: 100%;
  background-color: #2da9e0;
  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: #2da9e0;
  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: #2da9e0;
  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: #2da9e0 !important;
  width: 280px;
  margin: 0 auto;
  margin-top: 10px;
}

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

.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 {
  min-width: 1000px;
  max-width: 1700px;
  margin: 0 auto;
  overflow-x: hidden;
  background: #222;
  text-align: center;
  padding: 15px;
  color: #fff;
}

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

.footer p {
  font-weight: 400 !important;
  font-size: 12px !important;
  margin: 0 auto;
  line-height: 1.6;
  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;
}

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

.mt50 {
  margin-top: 5rem;
}

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

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

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

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

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

.h3 {
  border-bottom: 4px double #5b5b5b;
  padding-bottom: 5px;
  margin-bottom: 50px;
}

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

.h3-emphasis {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .h3-emphasis {
    margin-top: 50px;
  }
}

.h3-top {
  margin-top: 100px;
}

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

.kv {
  background: url(../img/kv-repeat.jpg) repeat;
}

.kv-wrap {
  max-width: 1800px;
  margin: 0 auto;
  min-height: 765px;
  position: relative;
  background: url(../img/kv-bg.jpg) no-repeat;
  background-position: right 0px center;
}

@media (max-width: 1300px) {
  .kv-wrap {
    background: url(../img/kv-bg02.jpg) no-repeat;
    background-position: right -144px center;
  }
}

.kv-logo {
  position: absolute;
  left: 2%;
  top: 4%;
  width: 90px;
  z-index: 1;
  max-width: 680px;
}

.kv-tsui {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 240px;
  z-index: 1;
}

@media (max-width: 1300px) {
  .kv-tsui {
    left: 4%;
    width: 220px;
  }
}

@media (min-width: 1650px) {
  .kv-tsui {
    top: 19%;
  }
}

.kv-txt01 {
  position: absolute;
  left: 10%;
  top: 30%;
  width: 615px;
  z-index: 1;
}

@media (max-width: 1300px) {
  .kv-txt01 {
    left: 4%;
    width: 590px;
  }
}

@media (min-width: 1650px) {
  .kv-txt01 {
    width: 670px;
    top: 29%;
  }
}

.kv-txt02 {
  position: absolute;
  left: 10%;
  top: 73%;
  width: 532px;
  z-index: 1;
}

@media (max-width: 1300px) {
  .kv-txt02 {
    left: 4%;
    width: 532px;
    top: 72%;
  }
}

@media (max-width: 1070px) {
  .kv-txt02 {
    left: 4%;
    width: 452px;
    top: 72%;
  }
}

@media (min-width: 1650px) {
  .kv-txt02 {
    top: 77%;
    width: 532px;
  }
}

.kv-title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 475px;
  z-index: 1;
}

.kv-btn {
  position: absolute;
  right: 2%;
  top: 3%;
  width: 255px;
  z-index: 1;
}

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

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

.emphasis-san {
  position: relative;
  background: #072335;
  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: 767px) {
  .emphasis-san {
    font-size: 3rem;
    padding: 25px 15px;
  }
}

.emphasis-san::after {
  border: 30px solid transparent;
  border-top-color: #072335;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
  z-index: 90;
}

@media (max-width: 767px) {
  .emphasis-san::after {
    left: 44%;
  }
}

.emphasis-san-02 {
  position: relative;
  background: #E76D00;
  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";
  background-image: url(../img/solution@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .emphasis-san-02 {
    font-size: 3rem;
    background-size: 150%;
  }
}

.emphasis-san-02::after {
  border: 30px solid transparent;
  border-top-color: #E76D00;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: 48%;
  position: absolute;
  width: 0;
  z-index: 90;
}

@media (max-width: 767px) {
  .emphasis-san-02::after {
    left: 44%;
  }
}

.emphasis-san-top {
  position: relative;
  background: #E76D00;
  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: 767px) {
  .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: 767px) {
  .emphasis-san-top::after {
    left: 44%;
  }
}

.emphasis {
  background: url(../img/thebest.png) left top no-repeat;
  position: relative;
  background-color: #00a9e0;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 50px 10px;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 767px) {
  .emphasis {
    font-size: 3rem;
    padding: 31px 15px 30px;
  }
}

.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: #2da9e0;
  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-entry {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0.3em 1em .6em;
  text-decoration: none;
  border-radius: 55px;
  color: #fff;
  background: #2da9e0;
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 500px;
  position: relative;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

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

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

@media (max-width: 767px) {
  .btn-entry span {
    font-size: 90%;
  }
}

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

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

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

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

.what {
  background: #f1f2ec;
  padding: 50px 0;
}

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

.what .container {
  padding-right: 14px;
  padding-left: 14px;
}

.intro {
  border: 2px solid #000;
  width: 100%;
  padding: 8px;
}

.intro-wrap {
  border: 5px solid #000;
  padding: 45px 40px;
}

@media (max-width: 767px) {
  .intro-wrap {
    padding: 35px 20px 22px;
  }
}

.intro-title {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 30px;
  display: block;
}

@media (max-width: 767px) {
  .intro-title {
    max-width: 250px;
  }
}

.intro p {
  text-align: center;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .intro p {
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.title {
  margin: 0 auto 50px;
  max-width: 1100px;
  display: block;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

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

.why {
  padding: 50px 0 80px;
  background: #f1f2ec;
}

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

.why-head {
  font-family: "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 .merit {
  padding: 0 20px;
  margin-bottom: 50px;
}

.why .merit-item {
  background: #fff;
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .why .merit-item p {
    font-size: 1.4rem;
  }
}

.why .merit-head {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: bold;
  color: #2da9e0;
}

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

.why-history {
  border-left: 3px solid #333;
  padding-left: 20px;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .why-history {
    margin-left: 10px;
  }
}

.str-item {
  padding: 30px 0;
  border-top: 1px solid #dedede;
}

.str-item:last-child {
  padding-bottom: 0;
}

.str-head {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 30px;
  padding-left: 130px;
  position: relative;
}

@media (max-width: 767px) {
  .str-head {
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

.str-head span {
  position: absolute;
  background: #2da9e0;
  padding: 5px 10px;
  font-size: 1.6rem;
  left: 0;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .str-head span {
    top: -35px;
    padding: 3px 10px;
  }
}

.str-book {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .str-book {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .str-book150 {
    width: 150px;
  }
}

.sec-profile {
  background-color: #2da9e0;
  padding: 80px 0;
  background-image: url(../img/bg-profile.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 767px) {
  .sec-profile {
    background-size: contain;
    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: 70%;
}

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

.sec-profile-txt h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

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

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

.sec-profile .sec-profile-txth3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

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

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

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

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

.sec-profile-img img {
  width: 100%;
  border-radius: 5px;
  -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;
  }
}

.curri {
  max-width: 800px;
  margin: 50px auto 50px;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.curri p {
  margin-bottom: 0px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .curri p {
    margin-bottom: 0;
  }
}

.curri .date {
  font-size: 18px;
}

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

.curri .day {
  font-size: 80%;
  vertical-align: 1px;
}

.curri .detail {
  font-size: 2rem;
}

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

.curri .detail1 {
  font-size: 1.6rem;
}

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

.curri .hour {
  font-weight: normal;
  text-align: right;
  font-size: 1.5rem;
  margin-bottom: -10px;
}

.curri .outlineCont .txtArea {
  padding-top: 5px;
}

@media (max-width: 767px) {
  .curri .outlineCont .txtArea {
    width: calc(100% - 90px);
  }
}

@media (max-width: 767px) {
  .curri .outlineCont .item {
    display: table-cell;
    width: 90px;
    vertical-align: baseline;
  }
}

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

.debut-box {
  border: 3px solid #000;
  padding: 30px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .debut-box {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.debut-box02 {
  border: 0px solid #000;
  background: #edf7ff;
  padding: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .debut-box02 {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.debut-item {
  width: 45%;
}

@media (max-width: 767px) {
  .debut-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.debut-item h4 {
  margin-bottom: 20px;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .debut-item h4 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

.debut-item-last {
  position: relative;
}

@media (max-width: 767px) {
  .debut-item-last {
    margin-bottom: 0;
  }
}

.debut-item-last:before {
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d7d7d7;
  position: absolute;
  left: -15%;
}

@media (max-width: 767px) {
  .debut-item-last:before {
    width: 0px;
  }
}

.endor-item {
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  padding-bottom: 40px;
}

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

.endor-item p {
  font-size: 1.6rem;
}

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

.endor-img {
  width: 100%;
  margin-bottom: 50px;
}

.endor-face {
  width: 27%;
}

@media (max-width: 767px) {
  .endor-face {
    width: 100%;
    margin-bottom: 30px;
  }
}

.endor-face img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

@media (max-width: 767px) {
  .endor-face img {
    margin: 0 auto;
    width: 70%;
  }
}

.endor-name {
  width: 68%;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

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

.endor-name h3 {
  color: #2da9e0;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.endor-name h3 span {
  font-size: 80%;
  opacity: 0.4;
}

.endor-name h4 {
  font-size: 1.7rem;
}

@media (max-width: 767px) {
  .endor-name h4 {
    font-size: 1.6rem;
  }
}

.endor-profile {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .endor-profile {
    margin-bottom: 10px;
  }
}

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

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

@media (min-width: 767px) {
  .endor-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

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: "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;
  }
}

.message {
  padding: 60px 60px 50px;
  background: #fff;
  max-width: 900px;
  margin: 0 auto 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #483f3f14;
          box-shadow: 0 0 5px #483f3f14;
}

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

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

.message h3 {
  font-family: serif;
  color: #2da9e0;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 30px;
  text-align: center;
}

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

.message-sign {
  text-align: right;
}

.syosai {
  margin-bottom: 50px;
}

.syosai-title {
  font-size: 3.5rem;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.2;
}

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

.syosai-title span {
  color: #ddd;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .syosai-title span {
    font-size: 1.6rem;
  }
}

.flow_box {
  margin: auto;
  letter-spacing: -.4em;
}

.flow_title {
  width: 120px;
  font-size: 120%;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 10px 25px 10px 25px;
  vertical-align: middle;
  background-color: #2da9e0;
  letter-spacing: normal;
}

.flow_date {
  width: calc(100% - 120px);
  font-size: 120%;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  display: inline-block;
  padding: 10px 25px 10px 25px;
  vertical-align: middle;
  background-color: #e1edf1;
  letter-spacing: normal;
}

.flow_details {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  border-left: 2px solid #2da9e0;
}

.flow_details_l {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

.flow_details_text {
  padding: 30px 30px 40px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .flow_inner {
    padding: 10% 5% 10% 5%;
  }
  .flow_box {
    width: 100%;
  }
  .flow_title {
    width: 24%;
    padding: 2% 2% 2% 2%;
  }
  .flow_date {
    width: 76%;
    padding: 2% 2% 2% 3%;
  }
  .flow_details,
  .flow_details_l {
    margin: 0 0 0 4%;
    padding: 0 0 0 4%;
  }
  .flow_details_text {
    padding: 20px 2% 30px;
  }
}

.douga {
  margin-top: 50px;
  border: 3px solid #2da9e0;
  padding: 20px;
  font-family: "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: #2da9e0;
  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;
  }
}

.voice {
  position: relative;
}

.voice-bg {
  background: whitesmoke !important;
  background: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), color-stop(30%, #f3e0dc), color-stop(70%, #e9edf6), to(whitesmoke)) !important;
  background: linear-gradient(180deg, whitesmoke 0%, #f3e0dc 30%, #e9edf6 70%, whitesmoke 100%) !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;
}

.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 {
  border-radius: 5px;
  width: 100%;
}

.voice-name {
  width: 73%;
}

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

.voice-name h4 {
  background: #edf7ff;
  padding: 7px 11px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Midashi Go MB31", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  position: relative;
  border-radius: 10px;
}

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

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

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

.voice-name h5 {
  font-size: 1.5rem;
  line-height: 1.5;
}

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

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

@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.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .voice-txt p {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */