@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: #333;
  letter-spacing: .1rem;
}

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

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

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

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

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

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

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

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

.big2 {
  font-size: 160%;
  line-height: 1.5;
  font-weight: bold;
}

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

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

.delete {
  text-decoration: line-through;
}

.red {
  color: #d5294d;
}

.blue {
  color: #00A6CC;
}

.black {
  color: #424242;
}

.yellow {
  color: #ffda0c;
}

.lightyellow {
  color: #fffb00;
}

.marker {
  background: #ffda0c;
}

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

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

.marker_yellow_hoso {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

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

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

@media (min-width: 768px) {
  .br-pc {
    display: inline;
  }
}

/* スマホのときは改行あり */
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 30px 0;
  color: #fff;
  background: #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: 0px dotted #ababab;
  list-style: none;
  font-size: 1.2em;
}

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

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

.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 {
  margin-top: 40px !important;
}

.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: 1px solid #aaaaaa;
  background: #fff;
  height: 6rem;
  font-size: 2rem;
  margin-bottom: 20px;
  border-radius: 5px;
  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: 15px;
  }
}

.entry .submit {
  width: 100%;
  max-width: 500px;
  background: #E0295C;
  border-radius: 500px;
  color: #fff;
  border: none;
  padding: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}

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

.entry .caution-btn {
  font-size: 1.4rem;
  margin-top: 10px;
}

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

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

.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 {
  font-family: serif;
  padding: 50px;
  background-color: #fff;
  background-image: url(https://www.transparenttextures.com/patterns/otis-redding.png);
  margin: 0px 0 20px;
  border-top: 5px solid #ddd;
  border-bottom: 2px solid #f1f1f1;
}

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

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

.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  z-index: 100;
}

.js .menu {
  pointer-events: none;
}

.js .menu--open {
  pointer-events: visible;
}

.menu__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style-type: none;
  padding: 20vh 0em;
  margin: 0;
  background: rgba(84, 155, 182, 0.5);
  overflow: hidden;
}

.menu__item {
  padding: 0.15em;
  padding-right: 3rem;
  text-align: right;
  margin-bottom: 3vh;
}

.js .menu__item {
  -webkit-transform: translate3d(-13em, 0, 0);
          transform: translate3d(-13em, 0, 0);
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
}

.btn--close {
  opacity: 0;
}

.i-open .menu__item,
.menu--open .btn--close {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s 0.135s, -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s 0.135s, -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s 0.135s, transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s 0.135s, transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s 0.135s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu--open .menu__item:nth-child(2) {
  -webkit-transition-delay: 0.165s;
          transition-delay: 0.165s;
}

.menu--open .menu__item:nth-child(3) {
  -webkit-transition-delay: 0.195s;
          transition-delay: 0.195s;
}

.menu--open .menu__item:nth-child(4) {
  -webkit-transition-delay: 0.225s;
          transition-delay: 0.225s;
}

.menu .menu__link {
  font-size: 3vw;
  color: #fff;
  font-weight: 400;
  font-family: Raleway;
}

.menu .menu__link:hover,
.menu .menu__link:focus {
  outline: none;
  color: #000;
  text-decoration: line-through;
}

.box {
  max-width: 600px;
  width: 100%;
  font-size: 1.25em;
  margin: 16vh 0 0 0;
}

.box--small {
  max-width: 500px;
}

.box--border {
  padding: 2em 3em;
  border: 2px solid;
}

.form {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

.js .form {
  pointer-events: none;
}

.js .form--open {
  pointer-events: visible;
}

.form__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 400px;
  top: 0;
  left: 0;
  padding: 5vw;
  background: #fcf652;
}

.form__section {
  font-size: 1.25em;
  text-align: left;
  padding: 0.5em 0;
  width: 80%;
  max-width: 380px;
  margin: 0 auto;
}

.form__section--title {
  font-size: 2.35vw;
  padding: 0 0 1em;
  line-height: 1.1;
  max-width: 380px;
  margin: 0 auto;
}

.js .form__section {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s;
  transition: opacity 0s 0.6s, -webkit-transform 0s 0.6s;
  transition: transform 0s 0.6s, opacity 0s 0.6s;
  transition: transform 0s 0.6s, opacity 0s 0.6s, -webkit-transform 0s 0.6s;
}

.form--open .form__section {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  transition: transform 1s 0.3s, opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

.form--open .form__section:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.form--open .form__section:nth-child(3) {
  -webkit-transition-delay: 0.40s;
          transition-delay: 0.40s;
}

.form--open .form__section:nth-child(4) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.form--open .form__section:nth-child(5) {
  -webkit-transition-delay: 0.50s;
          transition-delay: 0.50s;
}

.form--open .form__section:nth-child(6) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.form__label {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 0.25em 0;
}

.form__input {
  padding: 1vh;
  font-size: 1.5em;
}

.form__input,
.form__select {
  width: 100%;
  border: 2px solid;
  font-weight: bold;
  background: transparent;
}

.form__input:focus,
.form__select:focus {
  outline: none;
}

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

.modal {
  position: fixed;
  max-width: 500px;
  width: 90%;
  z-index: 100;
  font-size: 1.1em;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.modal--open {
  pointer-events: visible;
}

.modal__inner {
  padding: 2.5em;
  color: #fff;
  background: #aaa;
}

.modal__title {
  font-size: 1.5em;
  margin: 0 0 1em 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.modal--open + .overlay {
  pointer-events: visible;
  opacity: 1;
}

.dual {
  width: 90vw;
  margin: 8em auto 25vh;
  position: relative;
}

.dual__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dual__half {
  position: absolute;
  height: 100%;
  width: 51%;
  right: 0;
  background: url(../img/4.jpg) no-repeat 50% 0%;
  background-size: cover;
}

.dual__content {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 500px;
  padding: 1.5em 2.5em;
  font-size: 1.75em;
  line-height: 1.4;
  color: #8a7c78;
}

.js .dual__content {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
  -webkit-transition: opacity 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
  transition: opacity 0.55s 0.4s, transform 0.55s 0.4s, -webkit-transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.author {
  margin: 1em 0 0 0;
  display: block;
  font-size: 0.65em;
}

.media {
  width: 90%;
  max-width: 800px;
  position: relative;
}

.media__inner {
  display: block;
  position: relative;
}

.media__image {
  display: block;
  max-width: 100%;
}

.media__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 2.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.js .btn--tool {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
  -webkit-transition: opacity 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, transform 0.6s 0.28s;
  transition: opacity 0.6s 0.28s, transform 0.6s 0.28s, -webkit-transform 0.6s 0.28s;
  -webkit-transition-timing-function: ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: ease, cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.js .btn--tool:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}

.js .btn--tool:nth-child(3) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}

.media__toolbar--show .btn--tool {
  opacity: 1;
  pointer-events: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Demo themes */
.demo-menu {
  background: #4f4f54;
  color: #828282;
}

.demo-menu a {
  color: #c5c149;
}

.demo-menu a:hover, .demo-menu a:focus {
  color: #fcf652;
}

.demo-split {
  background: #ff784a;
  color: #fff;
}

.js .demo-split.loading::before {
  background: #fff;
}

.js .demo-split.loading::after {
  background: #ff784a;
}

.demo-form {
  background: #767df9;
  color: #252527;
}

.demo-form a:not(.pater) {
  color: #fff;
}

.demo-form a:hover, .demo-form a:focus {
  color: #252527;
}

.demo-modal {
  background: #6f6f6f;
  color: #bfbfbf;
}

@media screen and (max-width: 56.25em) {
  .btn--tool {
    font-size: 3vw;
  }
  .media__toolbar {
    padding: 3.5vw;
  }
}

@media screen and (max-width: 50em) {
  .codrops-header__title,
  .codrops-header__tagline {
    width: 100%;
    padding: 1em 0 0;
  }
  .demo {
    font-size: 1em;
    margin: 0.5em 1em 0.25em 0;
  }
  .content--full {
    min-height: 0;
  }
  .content__title {
    font-size: 2em;
  }
  .content__title--medium {
    font-size: 1.75em;
  }
  .content__title--small {
    font-size: 1.15em;
  }
  .content__title--half {
    width: 100%;
  }
  .content__title--right {
    padding: 0 5vw;
  }
  .content__title--left {
    margin-left: 0;
  }
  .flexy--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__title,
  .form__section {
    font-size: 0.85em;
  }
  .triggers {
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 0.85em;
  }
  .modal {
    font-size: 0.85em;
  }
  .menu .menu__link {
    font-size: 2em;
  }
  .box {
    padding: 5vw;
    font-size: 0.85em;
  }
  .box--border {
    border: none;
  }
  .dual__content {
    min-height: 200px;
    font-size: 0.85em;
    padding: 1em;
  }
  .dual {
    margin-top: 0;
  }
}

.container {
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}

.container-full {
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 55px;
  position: relative;
}

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

@media (max-width: 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;
  border-radius: 5px;
}

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

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

.mb15 {
  margin-bottom: 1.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb50 {
  margin-bottom: 5rem;
}

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

@media (max-width: 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, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #050505;
}

main {
  background-color: #ebeff6;
  background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  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;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", A1 Mincho, "Noto Serif JP", serif;
  font-size: 4rem;
  line-height: 1.5;
  text-align: center;
}

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

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

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

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

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

.kv {
  background-image: url(../img/kv-circle.png), url(../img/kv-building.png), url(../img/noise_bg_b01.jpg);
  background-position: left top, 44% 85%, left top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 30%, 36%, 100%;
  background-color: #050505;
  padding: 2% 2% 7%;
  position: relative;
}

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

.kv-txt {
  position: relative;
  margin-left: 6%;
  width: 57%;
  z-index: 10;
  max-width: 820px;
}

.kv-txt img {
  width: 100%;
}

.kv-img {
  position: absolute;
  right: 3%;
  top: 7%;
  width: 44%;
  z-index: 1;
  max-width: 680px;
}

.kv-img img {
  width: 100%;
  z-index: 1;
}

@media (min-width: 1550px) {
  .kv-img {
    left: 52%;
  }
}

.kv-freedl {
  position: absolute;
  top: 0;
  left: 0;
  width: 11%;
}

.kv-bgtxt01 {
  position: absolute;
  right: 2%;
  top: 3%;
  width: 9%;
  max-width: 130px;
}

.kv-bgtxt02 {
  position: absolute;
  left: 2%;
  top: 30%;
  width: .9%;
  max-width: 13.5px;
}

.cta-last {
  margin-bottom: 50px;
}

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

.cta {
  padding: 10px 5% 10px;
}

@media (max-width: 767px) {
  .cta {
    padding: 35px 10px 35px;
  }
}

.cta-wrap {
  border: 15px solid #40566d;
  max-width: 900px;
  margin: 0 auto;
  padding: 55px 50px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-color: #ebeff6;
  background-image: url("https://www.transparenttextures.com/patterns/otis-redding.png");
  -webkit-box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
          box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #DFE4EA;
}

@media (max-width: 767px) {
  .cta-wrap {
    padding: 30px 15px 20px;
    border: 10px solid #40566d;
  }
}

.cta-txt {
  width: 640px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cta-txt {
    margin-bottom: 20px;
  }
}

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

.cta-btn {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
  display: block;
  width: 640px;
  height: 70px;
  color: #333;
  text-decoration: none;
  text-align: center;
  background-color: #fff114;
  border-radius: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  font-size: 2.6rem;
  letter-spacing: 3px;
  font-weight: 500;
  border: 2px solid #a9a027;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
    font-size: 1.8rem;
    height: 50px;
    margin-bottom: 25px;
  }
}

.cta-btn:hover {
  -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
          box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}

.cta-btn:active {
  -webkit-box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 2px rgba(255, 255, 255, 0.075), inset 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 2px rgba(255, 255, 255, 0.075), inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.cta .smalltxt {
  margin-top: 20px;
  color: #888;
  opacity: .9;
  font-weight: 400;
  line-height: 1.6;
}

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

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

.sec01 {
  padding: 100px 5% 80px;
}

@media (max-width: 767px) {
  .sec01 {
    padding: 18px 5% 10px;
  }
}

.sec01-left {
  width: 32%;
}

.sec01-left img {
  width: 100%;
}

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

.sec01-right {
  width: 63%;
}

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

.sec01-bigtxt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.pro-name {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 30px;
  border-bottom: 3px solid #061721;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .pro-name {
    font-size: 2.6rem;
  }
}

.pro-name span {
  opacity: .3;
  font-size: 50%;
  letter-spacing: 5px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .pro-name span {
    margin-left: 0;
  }
}

.sec03 {
  padding: 130px 5% 80px;
  background-image: url(../img/pr-profile.png);
  background-size: 735px;
  background-position: 5% 0;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .sec03 {
    padding: 60px 5% 40px;
    background-size: 90%;
  }
}

.sec03 .container {
  max-width: 1000px;
}

.sec03-left {
  width: 32%;
}

.sec03-left img {
  width: 100%;
}

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

.sec03-right {
  width: 63%;
}

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

.sec03-bigtxt {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.sec03-name {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 10px;
  margin-bottom: 30px;
}

.sec03-name span {
  opacity: .3;
  font-size: 50%;
  letter-spacing: 5px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .sec03-name span {
    margin-left: 0;
  }
}

.sec03-ml {
  margin-left: -10px;
}

.sec03 p {
  font-weight: 400;
  font-size: 1.7rem;
}

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

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

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

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

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

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

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

.sec02 {
  background: #fff;
  padding: 90px 5% 90px;
}

@media (max-width: 767px) {
  .sec02 {
    padding: 50px 5% 30px;
  }
}

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

.sec02-c {
  background-color: #f1f2ec;
}

.sec02-w-900-wrap {
  max-width: 950px;
}

@media (max-width: 767px) {
  .sec02-w-900-wrap {
    margin-top: 25px;
  }
}

.secpub {
  background-color: #eaebe9;
  padding: 60px 5% 90px;
}

@media (max-width: 767px) {
  .secpub {
    padding: 10px 5% 30px;
  }
}

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

.secpubtop {
  padding: 60px 15px;
  background: url(../img/PUBLISHING0.png) top center no-repeat;
  background-color: #eaebe9;
}

@media (max-width: 767px) {
  .secpubtop {
    padding-bottom: 50px;
    background-size: 200%;
  }
}

.secpubtop img {
  max-width: 940px;
  width: 100%;
}

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

.editor {
  background: url(../img/editor.png) top center no-repeat;
}

.school {
  background: url(../img/school.png) top center no-repeat;
}

.bigginer {
  background: url(../img/bigginer.png) top center no-repeat;
}

.intro {
  padding: 40px 50px 40px;
  margin-bottom: 30px;
  background: #fff;
}

@media (max-width: 767px) {
  .intro {
    border: 10px solid #f1f7fb;
    padding: 30px 20px;
  }
}

.intro p {
  font-size: 1.5rem;
}

.intro h4 {
  font-size: 1.6rem;
  color: #00a9e0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .intro h4 {
    font-size: 1.4rem;
  }
}

.intro h3 {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .intro h3 {
    letter-spacing: 3px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.intro p {
  padding: 0;
}

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

.pdca {
  background: white;
  padding: 100px 0 80px;
  background-image: url(../img/service@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .pdca {
    padding: 60px 0;
    background-size: 150%;
  }
}

.pdca-wrap {
  margin: 0 auto;
}

.pdca-box {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.pdca-box-title {
  font-size: 3.2rem;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .pdca-box-title {
    font-size: 2.3rem;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

.pdca-box:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pdca-box {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pdca-pc {
  margin-bottom: 20px;
}

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

.pdca-inbox-left {
  width: 48%;
  margin-right: 4%;
}

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

.pdca-inbox-right {
  width: 48%;
}

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

.pdca-inbox-right02 {
  width: 48%;
  margin-left: 4%;
}

@media (max-width: 767px) {
  .pdca-inbox-right02 {
    width: 100%;
    margin-left: 0;
  }
}

.pdca-inbox-left02 {
  width: 48%;
}

@media (max-width: 767px) {
  .pdca-inbox-left02 {
    width: 100%;
  }
}

.pdca-small {
  font-size: 1.4rem;
}

.pdca-step {
  margin-bottom: 20px;
}

.pdca .p20 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .pdca .p20 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.pdca-box02 {
  margin: 0 auto;
  max-width: 700px;
  border: 3px double #e76d00;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
  background: #fff7f1;
}

@media (max-width: 767px) {
  .pdca-box02 {
    margin: 0 10px;
    margin-bottom: 50px;
  }
}

.support {
  background: #FFFFE6;
  padding: 100px 0 80px;
  background: url(../img/support.png) top center no-repeat;
}

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

.support-wrap {
  max-width: 1000px;
}

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

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

@media (max-width: 767px) {
  .support .h2 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.support-right {
  width: 30%;
}

@media (max-width: 767px) {
  .support-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

.support-left {
  width: 65%;
  margin-right: 5%;
}

@media (max-width: 767px) {
  .support-left {
    margin-right: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.nayami {
  background-color: #000;
  background-image: url(../img/nayami-bg@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  padding: 100px 0 80px;
}

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

.nayami .h2 {
  font-weight: 700;
}

.nayami-wrap {
  max-width: 1000px;
}

.nayami-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nayami-box li {
  background-color: #ffcb00;
  line-height: 1.3;
  margin: 2px 0;
  font-size: 1.8rem;
  padding: 20px 14px 20px 60px;
  color: #222;
  position: relative;
}

@media (max-width: 767px) {
  .nayami-box li {
    padding: 20px 14px 20px 60px;
    font-size: 1.6rem;
  }
}

.nayami-box li::before {
  position: absolute;
  top: 30%;
  left: 15px;
  content: url(../img/check.png);
}

.nayami-box-item {
  width: 75%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nayami-box-item {
    width: 100%;
  }
}

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

.emphasis-w {
  position: relative;
  background: #F5F5F5;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 30px 15px;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.select {
  background: url(../img/kv-bg@2x.png) top center no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  padding: 80px 0 80px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .select {
    padding: 60px 20px 60px;
    background: url(../img/kv-bg@2x.png) top center no-repeat;
    font-size: 1.6rem;
  }
}

.select-wrap {
  max-width: 850px;
}

.select-title {
  text-align: center;
  background: #000;
  padding: 40px 20px;
}

.select-txt01 {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}

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

.select-txt02 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

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

.select-txt03 {
  line-height: 2;
}

.select-box {
  background: #fff;
}

.select-inner {
  padding: 50px;
}

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

.select .subhead-border {
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: none;
}

@media (max-width: 767px) {
  .select .subhead-border {
    font-size: 2.2rem;
  }
}

.select .embedvideo {
  margin: 0 auto;
}

.select2 {
  background: url(../img/omoi@2x.png) top center no-repeat;
  background-size: cover;
  background-color: #f8f8f8;
  padding: 80px 0 80px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .select2 {
    padding: 60px 20px 60px;
    font-size: 1.6rem;
  }
}

.select2-wrap {
  max-width: 850px;
}

.select2-title {
  text-align: center;
  background: #000;
  padding: 40px 20px;
}

.select2 p {
  text-align: center;
}

.select2-txt01 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6 !important;
  font-weight: bold;
}

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

.select2-box {
  background: #fff;
}

.select2-inner {
  padding: 50px;
}

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

.reason {
  background: #e76d00;
  padding: 100px 0 80px;
  background-image: url(../img/point@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .reason {
    padding: 60px 20px;
    background-size: 120%;
  }
}

.reason-item {
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
}

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

.reason-item-top {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .reason-item-top {
    margin-bottom: 20px;
  }
}

.data {
  background: #121216;
  color: #fff;
  padding: 100px 0 80px;
}

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

.data .h2 {
  font-weight: 700;
  font-size: 3.5rem;
}

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

.recommend {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-right: 20px;
  padding-left: 20px;
}

.record {
  background: #F3F3F3;
  padding: 100px 0 80px;
}

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

.record-head {
  color: #fff;
  background: #E76D00;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

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

.record-txt {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}

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

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

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

.process-wrap {
  max-width: 950px;
}

.process-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.process-item {
  width: 45%;
  margin-bottom: 40px;
}

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

.process-title .label {
  width: 50px;
  float: left;
  margin-right: 10px;
}

.process-title .txt {
  font-size: 2.6rem;
  padding: 15px 0 0 20px;
  font-weight: 700;
}

.process .img {
  margin: 20px 0 15px;
}

.trainer {
  background: white;
  padding: 100px 0 80px;
}

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

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

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

.trainer .txt-box {
  margin-bottom: 50px;
}

.trainer-title {
  padding-left: 15px;
  border-left: 7px solid #E76D00;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.trainer-title h3 {
  font-size: 3.5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .trainer-title h3 {
    font-size: 3rem;
  }
}

.trainer-title h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.trainer-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

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

.trainer-item-txt {
  width: 65%;
  margin-right: 5%;
}

.trainer-item-txt p {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .trainer-item-txt {
    width: 100%;
    margin-right: 0;
  }
}

.trainer-item-img {
  width: 30%;
}

.trainer-item-img img {
  border: 3px solid #bfbfbf;
}

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

.trainer-pr-sp {
  border: 3px solid #bfbfbf;
  margin-bottom: 10px;
}

.testimonial {
  background: #F3F3F3;
  padding: 100px 0 80px;
}

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

.testimonial-wrap {
  max-width: 1000px;
}

.testimonial-items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}

.testimonial-item {
  width: 48%;
  margin-bottom: 40px;
}

.testimonial-item img {
  width: 100%;
}

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

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

.detail {
  margin: 0 auto 50px;
}

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

.detail h4 {
  line-height: 1.4;
  padding: 20px 15px 20px 30px;
  font-size: 23px;
  font-weight: bold;
  background: #072335;
  color: #fff;
  text-align: left;
}

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

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

.btn-nd {
  display: block;
  margin: 0 auto 5rem;
  padding: 0.8em 1em 0.95em;
  text-decoration: none;
  border-radius: 80px;
  color: #fffef4;
  background: #CC0726;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  width: 560px;
  position: relative;
  text-shadow: 0 0 3px #00000061;
}

@media (max-width: 767px) {
  .btn-nd {
    width: 100%;
    font-size: 4.7vw;
    margin-bottom: 3rem;
    padding: 0.7em 1em 0.8em;
  }
}

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

.btn-nd:hover {
  opacity: 0.8;
}

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

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

.btn-nd-02 {
  margin: 5rem auto 3rem;
}

.cta-btn {
  display: block;
  width: 640px;
  height: 70px;
  color: #333;
  text-decoration: none;
  text-align: center;
  background-color: #fff114;
  border-radius: 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  font-size: 2.6rem;
  letter-spacing: 3px;
  font-weight: 500;
  border: 2px solid #a9a027;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .cta-btn {
    width: 100%;
    font-size: 1.8rem;
    height: 50px;
    margin-bottom: 25px;
  }
}

.cta-btn:hover {
  -webkit-box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
          box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}

.cta-btn:active {
  -webkit-box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 2px rgba(255, 255, 255, 0.075), inset 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: inset -2px -2px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 4px rgba(255, 255, 255, 0.5), inset 2px 2px 2px rgba(255, 255, 255, 0.075), inset 2px 2px 4px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.box-ul {
  border: 4px double #072335;
  margin-bottom: 35px;
}

.box-ul ul {
  margin-bottom: 20px;
  margin-top: 10px;
}

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

@media (max-width: 767px) {
  .outlineCont {
    margin-top: 20px;
    padding-top: 20px;
    border-top: #F0EDEC 1px solid;
  }
}

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

.outlineCont .item {
  display: table-cell;
  width: 16.66%;
  padding-right: 2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #b6ab79;
  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 .txtArea {
  display: table-cell;
  width: 83.34%;
  vertical-align: top;
}

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

.syosai {
  background-color: #c8c09b;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #b6ab79), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #b6ab79), color-stop(0.75, #b6ab79), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding: 15px;
  margin-top: 70px;
}

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

.syosai-wrap {
  background: #fff;
  padding: 30px 50px 50px;
}

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

.syosai-title {
  font-size: 2.3rem;
  text-align: center;
  background: #b6ab79;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  line-height: 1.1;
}

.syosai-title span {
  opacity: 0.5;
  font-size: 60%;
}

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

.btn-gr {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0.7em 1em 0.8em;
  text-decoration: none;
  border-radius: 55px;
  color: #fff;
  background: #e0295b;
  border: none;
  -webkit-box-shadow: 0px 3px 8px #0000002e;
          box-shadow: 0px 3px 8px #0000002e;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  width: 500px;
  position: relative;
}

@media (max-width: 767px) {
  .btn-gr {
    width: 100%;
    font-size: 4.5vw;
  }
}

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

.btn-gr:hover {
  opacity: 0.8;
}

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

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

.nagakura {
  background: #fff;
  border: 5px solid #ddd;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

.nagakura h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #00a9e0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

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

.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: #0580C2;
  font-size: 2.6rem;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.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);
}
/*# sourceMappingURL=style.css.map */