@charset "UTF-8";
/*
  RESET - ADAPTED FROM MEYER RESET
  URL - http://meyerweb.com/eric/tools/css/reset/
  LICENSE - PUBLIC DOMAIN
*/
/* RESET
----------------------------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400&display=swap);
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  /*font-family: inherit;*/
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

select {
  outline: none;
  text-indent: 0.01px;
  -o-text-overflow: "";
     text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: none transparent;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* rollover
-------------------------------------------------- */
.rollover {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.rollover:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* font
-------------------------------------------------- */
.fNormal {
  font-weight: normal !important;
}

.fBold {
  font-weight: bold !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs26 {
  font-size: 26px !important;
}

.italic {
  font-style: italic;
}

.fcR {
  color: #d43937;
}

.small {
  font-size: 12px;
}

/* text-align
-------------------------------------------------- */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

/* vat-align
-------------------------------------------------- */
.veT {
  vertical-align: top !important;
}

.veB {
  vertical-align: bottom !important;
}

.veM {
  vertical-align: middle !important;
}

/* margin-top
-------------------------------------------------- */
.ma0 {
  margin: 0px !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* margin-left
-------------------------------------------------- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mlauto {
  margin-left: auto !important;
}

/* margin-right
-------------------------------------------------- */
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mrauto {
  margin-right: auto !important;
}

/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* padding-left
-------------------------------------------------- */
.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pl100 {
  padding-left: 100px !important;
}

/* padding-right
-------------------------------------------------- */
.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* Webフォント */
/* sans-serif */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* monospace */
@font-face {
  font-family: "SourceHanCodeJP-Regular";
  src: local("SourceHanCodeJP-Regular");
}
@font-face {
  font-family: "Myrica M";
  src: local("Myrica M");
}
@font-face {
  font-family: "MyricaM M";
  src: local("MyricaM M");
}
@font-face {
  font-family: "Ricty Diminished Discord";
  src: local("Ricty Diminished Discord");
}
@font-face {
  font-family: "Migu 1M";
  src: local("Migu 1M");
}
@font-face {
  font-family: "Rounded M+ 1m regular";
  src: local("Rounded M+ 1m regular");
}
@font-face {
  font-family: "Rounded Mgen+ 1m regular";
  src: local("Rounded Mgen+ 1m regular");
}
@font-face {
  font-family: "VL ゴシック";
  src: local("VL ゴシック");
}
@font-face {
  font-family: "Archer Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Archer Bold"), url("../fonts/Archer-Bold-Pro.woff") format("woff");
}
@font-face {
  font-family: "ArcherPro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("ArcherPro Bold"), url("../fonts/ArcherPro-Bold_0.woff") format("woff");
}
body {
  font-family: arial, helvetica, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: arial, helvetica, "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
  }
}

body {
  color: #3C3C3C;
  line-height: 2.5;
  font-size: 15px;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.inner {
  padding-top: 60px;
}
@media screen and (min-width: 800px) {
  body.inner {
    padding-top: 120px;
  }
}

.pageVisual figure {
  display: block;
}
.pageVisual figure img {
  width: 100%;
  height: auto;
}

body.inner .header_row .logo:before {
  display: none;
}
body.inner .header_row .logo a {
  opacity: 1;
  visibility: visible;
}
body.inner .navigation {
  opacity: 1;
  visibility: visible;
}

.ttlStyle01 {
  font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
}

.btnStyle02 {
  margin: 40px 0;
  width: 300px;
  line-height: 43px;
  background-color: #0F0300;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btnStyle02:hover {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btnStyle02:hover span {
  letter-spacing: 0.2em;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.btnStyle02:hover span:before {
  right: 10px;
  border-top: 1px solid #0F0300;
  border-right: 1px solid #0F0300;
}
.btnStyle02 span {
  display: block;
  font-size: 13px;
  color: #fff;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.btnStyle02 span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 7px;
  height: 7px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .breadcrumbs .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs ul li {
  position: relative;
}
.breadcrumbs ul li + li {
  margin-left: 5px;
  padding-left: 13px;
}
.breadcrumbs ul li + li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 5px;
  width: 5px;
  border-top: 1px solid rgba(60, 60, 60, 0.5);
  border-right: 1px solid rgba(60, 60, 60, 0.5);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs ul li a {
  font-size: 12px;
  color: #3c3c3c;
  opacity: 0.5;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.breadcrumbs ul li a:hover {
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.breadcrumbs ul li.home a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(../images/home.png);
  margin-right: 5px;
}
.breadcrumbs ul li.active a {
  opacity: 1;
}

.pageHeader {
  color: #0F0F0F;
  padding: 30px 20px 30px 20px;
}
.pageHeader .ttlbox {
  margin-bottom: 25px;
}
.pageHeader .en {
  font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-weight: 900;
}
.pageHeader .ttl {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.pageHeader p {
  line-height: 1.8;
  font-size: 16px;
}
.pageHeader p.ls {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .pageHeader {
    padding: 40px 40px;
  }
  .pageHeader .ttlbox {
    margin-bottom: 35px;
  }
  .pageHeader .en {
    font-size: 45px;
  }
  .pageHeader .ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .pageHeader p {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (min-width: 980px) {
  .pageHeader {
    padding: 60px 40px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .pageHeader .ttlbox {
    margin-bottom: 35px;
  }
  .pageHeader p {
    font-size: 23px;
    line-height: 2;
  }
}

.doc .ttlbox {
  margin-bottom: 25px;
}
.doc .ttlbox .en {
  font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 5px;
}
.doc .ttlbox .ttl {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .doc .ttlbox {
    margin-bottom: 50px;
  }
  .doc .ttlbox .en {
    font-size: 45px;
  }
  .doc .ttlbox .ttl {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 980px) {
  .doc .ttlbox {
    margin-bottom: 80px;
  }
}

a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .nolink {
    pointer-events: none;
  }
}
.tetLink {
  color: #333;
}

.maplink {
  color: #333;
  border-bottom: 1px dotted #707070;
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.maplink:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0F0300;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5px;
}
.maplink:hover {
  opacity: 0.5;
}

.btnStyle01 {
  width: 100%;
  max-width: 310px;
  padding: 12px 40px 12px 40px;
  display: inline-block;
  background-color: #000;
  color: #FFF;
  line-height: 1.5;
  position: relative;
  padding-right: 40px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnStyle01:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.btnStyle01:hover {
  background-color: #424242;
}
.btnStyle01._window:after {
  content: "";
  width: 17px;
  height: 16px;
  display: block;
  border: none;
  background-image: url(../images/icon-window.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

.header_row {
  width: 100%;
  height: 60px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  z-index: 999;
  position: fixed;
  top: 0;
}
.header_row .logo {
  width: 240px;
  height: auto;
  position: relative;
  top: 25px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (min-width: 375px) {
  .header_row .logo {
    width: 280px;
    top: 22px;
  }
}
.header_row .logo a {
  display: block;
}
.header_row .logo a img {
  width: 100%;
  height: auto;
}

.scrollOn .header_row .logo {
  width: 200px;
  top: 0px;
}

.inner .header_row .logo {
  width: 200px;
  top: 0px;
}

.inner .open.scrollOn .header_row .logo,
.open.scrollOn .header_row .logo {
  width: 240px;
  top: 25px;
}
@media screen and (min-width: 375px) {
  .inner .open.scrollOn .header_row .logo,
.open.scrollOn .header_row .logo {
    width: 280px;
    top: 22px;
  }
}

.nav_btn {
  height: 50px;
  width: 50px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 12px 15px 5px 5px;
}
.nav_btn button {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9999;
  background: none;
  margin: 0px;
  padding: 0;
  display: block;
}
.nav_btn button span {
  -webkit-animation: fade 0.8s 1.8s forwards;
          animation: fade 0.8s 1.8s forwards;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #3C3C3C;
  height: 2px;
  position: absolute;
  display: block;
  right: 0px;
}
.nav_btn button span:nth-child(1) {
  width: 29px;
  top: 4px;
}
.nav_btn button span:nth-child(2) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  width: 25px;
  top: 11px;
}
.nav_btn button span:nth-child(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 20px;
  top: 19px;
}
.nav_btn.active button span {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.nav_btn.active button span:nth-child(1) {
  width: 30px;
  top: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav_btn.active button span:nth-child(2) {
  display: none;
}
.nav_btn.active button span:nth-child(3) {
  width: 30px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_btn button span {
  -webkit-animation: fade 0.8s 0.2s forwards;
          animation: fade 0.8s 0.2s forwards;
}
.nav_btn button span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav_btn button span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav_btn.active span {
  top: 22px;
}
.nav_btn.active span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1379px) {
  .navigation {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    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;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 100%;
    z-index: 998;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .navigation nav {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .navigation nav li {
    opacity: 0;
    visibility: hidden;
  }
  .navigation nav li + li {
    margin-top: 40px;
  }
  .navigation nav li a {
    width: 100%;
    display: block;
    text-align: center;
    color: #3C3C3C;
    font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    line-height: 1.5;
  }
  .navigation nav li a .jp {
    font-size: 3vw;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .navigation nav li a .en {
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 1379px) and (min-width: 600px) {
  .navigation nav li + li {
    margin-top: 35px;
  }
  .navigation nav li a .jp {
    font-size: 16px;
  }
  .navigation nav li a .en {
    font-size: 40px;
  }
}
@media screen and (max-width: 1379px) {
  .open .navigation {
    opacity: 1;
    visibility: visible;
    margin-left: 0%;
  }
  .open .navigation ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease 0.5s;
    -o-transition: all 1s ease 0.5s;
    transition: all 1s ease 0.5s;
  }
}
@media screen and (min-width: 800px) {
  #header {
    position: relative;
    z-index: 9999;
  }

  .header_row {
    width: 100%;
    height: 120px;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
    z-index: 999;
    position: fixed;
    top: 0;
  }
  .header_row .logo {
    width: 600px;
    height: auto;
    position: relative;
    top: 45px;
    left: 20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  .header_row .logo {
    width: 728px;
    top: 42px;
  }
}
@media screen and (min-width: 800px) {
  .header_row .logo a {
    display: block;
  }
  .header_row .logo a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 800px) {
  .scrollOn .header_row .logo {
    width: 240px;
    top: 0px;
  }
}
@media screen and (min-width: 800px) {
  .open.scrollOn .header_row .logo,
.open .header_row .logo {
    width: 240px;
    top: 0px;
  }
}
@media screen and (min-width: 800px) {
  .nav_btn {
    height: 70px;
    width: 70px;
    margin-left: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 20px 10px 0 0;
    position: relative;
    right: 20px;
  }
  .nav_btn button {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9999;
    background: none;
    margin: 0px;
    padding: 0;
    display: block;
  }
  .nav_btn button span {
    -webkit-animation: fade 0.8s 1.8s forwards;
            animation: fade 0.8s 1.8s forwards;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #3C3C3C;
    height: 2px;
    position: absolute;
    display: block;
    right: 0px;
  }
  .nav_btn button span:nth-child(1) {
    width: 40px;
    top: 0px;
  }
  .nav_btn button span:nth-child(2) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s;
    width: 31px;
    top: 11px;
  }
  .nav_btn button span:nth-child(3) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    width: 24px;
    top: 24px;
  }
  .nav_btn.active button span {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .nav_btn.active button span:nth-child(1) {
    width: 30px;
    top: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav_btn.active button span:nth-child(2) {
    display: none;
  }
  .nav_btn.active button span:nth-child(3) {
    width: 30px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (min-width: 800px) {
  .navigation {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 800px) and (min-width: 1380px) {
  .nav_btn {
    display: none;
  }

  #header {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header_row {
    -ms-flex-preferred-size: 728px;
        flex-basis: 728px;
    height: 100%;
    background-color: transparent;
    position: relative;
  }
  #header .navigation {
    width: auto;
    height: 100%;
    background-color: transparent;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px 0 0;
    margin-top: 0;
    position: relative;
    top: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navigation {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }
  .navigation nav {
    margin-left: auto;
  }
  .navigation ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navigation ul:hover li {
    opacity: 1;
  }
  .navigation ul:hover li a:not(:hover) {
    opacity: 0.5;
  }
  .navigation ul li {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .navigation ul li + li {
    margin-left: 5vw;
    margin-top: 0;
  }
  .navigation ul li a {
    width: auto;
    color: #333;
    display: block;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .navigation ul li span {
    display: block;
    text-align: center;
    line-height: 1.5;
  }
  .navigation ul li span.jp {
    font-size: 15px;
  }
  .navigation ul li span.en {
    font-size: 12px;
    font-weight: 600;
    font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
    margin-top: 3px;
  }
  .navigation ul li.active {
    position: relative;
  }
  .navigation ul li.active:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #3C3C3C;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 50%;
  }

  .navigation {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 2s ease;
    -o-transition: opacity 2s ease;
    transition: opacity 2s ease;
  }
  .navigation.anim {
    opacity: 1;
    visibility: visible;
  }
}
#footer {
  background-color: #0F0300;
  color: #FFF;
  margin-top: 60px;
}
#footer .inner {
  margin-top: 0px;
  padding: 20vw 0;
}
#footer .inner .ftlogo {
  width: 200px;
  display: block;
  margin: 0 auto 7vw auto;
}
#footer .inner .ftlogo a {
  display: block;
}
#footer .inner .ftlogo a img {
  width: 100%;
  height: auto;
}
#footer .inner ul li + li {
  margin-top: 1vw;
}
#footer .inner ul li a {
  color: #FFF;
  display: block;
  text-align: center;
}
#footer .inner p.copy {
  text-align: center;
  font-size: 12px;
  margin-top: 10vw;
}

@media screen and (min-width: 768px) {
  #footer {
    margin-top: 0px;
  }
  #footer .inner {
    padding: 40px 0;
  }
  #footer .inner .ftlogo {
    width: 180px;
    margin-bottom: 20px;
  }
  #footer .inner ul {
    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;
  }
  #footer .inner ul li {
    letter-spacing: 0.12em;
  }
  #footer .inner ul li + li {
    margin-top: 0;
    margin-left: 0px;
  }
  #footer .inner ul li + li:before {
    content: "｜";
    display: inline-block;
    margin: 0 10px;
  }
  #footer .inner ul li a {
    display: inline;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #footer .inner ul li a:hover {
    opacity: 0.6;
  }
  #footer .inner p.copy {
    margin-top: 0px;
  }
}
.mv {
  width: 100%;
  height: calc(100vh - 60px);
  margin-top: 60px;
  position: relative;
  background-color: #d6d6d4;
  overflow: hidden;
  background-image: url(../images/mv.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv canvas {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .img {
  width: 100%;
  height: 100%;
  background-image: url(../images/mv_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mv .img img {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv {
    width: 100%;
    height: calc(100vh - 120px);
    margin-top: 60px;
    background-image: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 800px) {
  .mv {
    margin-top: 120px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .mv {
    min-height: 680px;
  }
}
@media screen and (min-width: 768px) {
  .mv canvas {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mv .img {
    width: 100%;
    height: 100%;
    background-image: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }
  .mv .img img {
    width: auto;
    height: 100%;
    display: inline;
  }
}
.logo {
  position: relative;
  overflow: hidden;
}
.logo:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3C3C3C;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-name: logo1;
          animation-name: logo1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.logo a {
  opacity: 0;
  visibility: hidden;
}
.logo.anim a {
  opacity: 1;
  visibility: visible;
}
.logo.anim:before {
  width: 100%;
  left: inherit;
  right: 0;
  -webkit-animation-name: logo2;
          animation-name: logo2;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes logo1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes logo1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes logo2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes logo2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.mv .copy {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv .copy .in {
  width: 100%;
  height: 0%;
  padding-top: 73%;
  left: 0px;
  bottom: 0%;
  position: relative;
  z-index: 2;
}
.mv .copy .in img {
  width: auto;
  height: 9300%;
  position: absolute;
  bottom: -2400%;
  left: 0%;
  -webkit-transform: translate(0px, -40px);
      -ms-transform: translate(0px, -40px);
          transform: translate(0px, -40px);
  -webkit-transition: all 1s cubic-bezier(0, 0.19, 0.7, 1);
  -o-transition: all 1s cubic-bezier(0, 0.19, 0.7, 1);
  transition: all 1s cubic-bezier(0, 0.19, 0.7, 1);
}
@media screen and (min-width: 769px) {
  .mv .copy .in {
    padding-top: 53%;
  }
  .mv .copy .in img {
    height: 9300%;
    bottom: -2400%;
    -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
            transform: translate(0px, -40px);
  }
}
@media screen and (min-width: 1200px) {
  .mv .copy .in {
    padding-top: 43%;
  }
}
@media screen and (min-width: 1200px) and (-ms-high-contrast: none) and (min-width: 768px) {
  .mv .copy .in {
    padding-top: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .mv .copy .in img {
    height: 7300%;
    bottom: -6480%;
    -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
            transform: translate(0px, -40px);
  }
}
@media screen and (min-width: 1480px) {
  .mv .copy .in {
    padding-top: 680px;
  }
  .mv .copy .in img {
    height: 8200%;
    bottom: -7310%;
    -webkit-transform: translate(0px, -40px);
        -ms-transform: translate(0px, -40px);
            transform: translate(0px, -40px);
  }
}
@media screen and (min-width: 980px) and (max-height: 880px) {
  .mv .copy .in {
    padding-top: 580px;
  }
}
.mv .copy.anim .in img {
  height: 100%;
  bottom: 0%;
  -webkit-transform: translate(20px, -20px);
      -ms-transform: translate(20px, -20px);
          transform: translate(20px, -20px);
}
@media screen and (min-width: 1200px) {
  .mv .copy.anim .in img {
    -webkit-transform: translate(40px, -40px);
        -ms-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
}
@media screen and (min-width: 1400px) {
  .mv .copy.anim .in img {
    -webkit-transform: translate(5vw, -40px);
        -ms-transform: translate(5vw, -40px);
            transform: translate(5vw, -40px);
  }
}

.mv .img {
  opacity: 0;
  visibility: hidden;
}
.mv .img.anim {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s;
}

.mv canvas {
  opacity: 0;
  visibility: hidden;
}
.mv canvas.anim {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 3s ease 0.5s;
  -o-transition: all 3s ease 0.5s;
  transition: all 3s ease 0.5s;
}

.pt-gel {
  padding: 40px 20px;
  min-width: 320px;
}
.pt-gel .box {
  background-image: url(../images/item_bg_sp.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 20px 30px 20px;
  border: 1px solid #707070;
}
.pt-gel .flex {
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.pt-gel .item {
  width: 20vw;
  max-width: 75px;
  position: absolute;
  top: 0;
  right: 3vw;
}
.pt-gel .item img {
  width: 100%;
  height: auto;
}
.pt-gel .text .label {
  display: none;
}
.pt-gel .text .row:nth-child(1) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.pt-gel .text .ttl {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.pt-gel .text p {
  font-size: 15px;
  line-height: 1.6;
  padding-right: 30vw;
  text-align: justify;
}
.pt-gel .text .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 25px;
}
.pt-gel .text .btn_area {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .pt-gel {
    padding: 80px 20px 0px 20px;
    min-width: 320px;
  }
  .pt-gel .box {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/item_bg_pc.jpg);
    padding: 30px 20px 20px 20px;
  }
  .pt-gel .flex {
    max-width: 640px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pt-gel .item {
    width: 90px;
    max-width: 100%;
    position: relative;
    right: 0;
    left: 0;
  }
  .pt-gel .text {
    padding-left: 40px;
    padding-right: 80px;
  }
  .pt-gel .text .row {
    position: relative;
  }
  .pt-gel .text .label {
    display: block;
    width: 135px;
    height: 135px;
    position: absolute;
    top: 80px;
    right: -102px;
  }
  .pt-gel .text .ttl {
    font-size: 28px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  .pt-gel .text .ttl .sp {
    display: none;
  }
  .pt-gel .text p {
    font-size: 17px;
    padding-right: 0;
  }
  .pt-gel .text .name {
    font-size: 23px;
    margin-top: 20px;
  }
  .pt-gel .text .btn_area {
    margin-top: 20px;
  }
  .pt-gel .text .btn_area a {
    max-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .pt-gel {
    padding: 100px 20px 0px 20px;
    min-width: 320px;
  }
  .pt-gel .box {
    max-width: 1100px;
    padding: 30px 20px 20px 20px;
  }
  .pt-gel .flex {
    max-width: 760px;
  }
  .pt-gel .item {
    width: 118px;
    max-width: 100%;
    position: relative;
    right: 0;
    left: 0;
  }
  .pt-gel .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
    padding-right: 80px;
  }
  .pt-gel .text .label {
    top: 110px;
    right: 20px;
  }
  .pt-gel .text .ttl {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .pt-gel .text .name {
    font-size: 25px;
    margin-top: 20px;
  }
  .pt-gel .text .btn_area {
    margin-top: 25px;
  }
}
.concept {
  padding: 60px 20px 0 20px;
  line-height: 1.8;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #3C3C3C;
  font-size: 15px;
  margin-bottom: -60px;
}
.concept .sub {
  font-size: 15px;
}
.concept .ttl {
  font-size: 22px;
  margin: 22px 0;
  line-height: 1.7;
}
@media screen and (min-width: 600px) {
  .concept .ttl br.none {
    display: none;
  }
}
.concept .btn_area {
  margin-top: 40px;
}
.concept .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 60px;
}
.concept .img figure {
  display: block;
}
.concept .img figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .concept {
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .concept {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .concept .inner {
    width: 940px;
    position: relative;
    margin: 0 auto;
  }
  .concept .inner .text {
    padding-top: 10vw;
    position: relative;
    z-index: 2;
    padding: 40px 40px 50px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 2;
  }
  .concept .inner .text .sub {
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 80px;
  }
  .concept .inner .text .ttl {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .concept .inner .img {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -460px;
  }
  .concept .inner .img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .concept .btn_area {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .concept {
    margin-bottom: 0;
    margin-top: 90px;
    margin-bottom: 130px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .concept .inner {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
  .concept .inner .text {
    width: 790px;
    margin: 0;
    padding: 60px 0 0 0;
  }
  .concept .inner .text .sub {
    line-height: 2.2;
    margin-bottom: 0;
    font-size: 20px;
  }
  .concept .inner .text .ttl {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .concept .inner .img {
    width: 879px;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: -50%;
  }
  .concept .btn_area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .concept .inner {
    max-width: 1400px;
  }
  .concept .inner .text {
    width: 890px;
    margin: 0;
    padding: 60px 0 0 0;
    font-size: 16px;
    line-height: 2.2;
  }
  .concept .inner .text .sub {
    font-size: 26px;
  }
  .concept .inner .text .ttl {
    font-size: 38px;
  }
  .concept .inner .img {
    width: 1100px;
    margin-left: -50%;
  }
  .concept .btn_area {
    margin-top: 60px;
  }
}
.columnLayout01 {
  padding: 0 20px;
  position: relative;
}
.columnLayout01 + .columnLayout01 {
  margin-top: 85px;
}
.columnLayout01 .textbox {
  line-height: 1.9;
  font-size: 15px;
}
.columnLayout01 .textbox p {
  text-align: justify;
}
.columnLayout01 .textbox .ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (min-width: 375px) {
  .columnLayout01 .textbox .ttl {
    font-size: 20px;
  }
}
.columnLayout01 .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  margin-bottom: 35px;
}
.columnLayout01 .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 15px;
  top: -40px;
}
.label .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.label .icon span {
  font-family: "Roboto", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Osaka, "MS PGothic", sans-serif;
  font-weight: 900;
  background-color: #fff;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
.label .icon:before {
  content: "";
  width: 2px;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: skewX(-50deg);
      -ms-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
.label .num {
  width: 50px;
  margin-left: 15px;
}
.label .num img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #work .pageBody {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .columnLayout01 {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .columnLayout01:after {
    content: "";
    clear: both;
    display: block;
  }
  .columnLayout01 + .columnLayout01 {
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }
  .columnLayout01 .textbox {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 50px;
    line-height: 1.9;
    font-size: 15px;
    margin-top: -200px;
    position: relative;
  }
  .columnLayout01 .textbox .ttl {
    font-size: 22px;
  }
  .columnLayout01 .textbox .ttl .none {
    display: none;
  }
  .columnLayout01 .img {
    width: 100%;
    max-width: 647px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    position: relative;
    margin-bottom: 25px;
    z-index: -1;
  }
  .columnLayout01 .img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .columnLayout01:nth-child(odd) .img {
    margin-right: auto;
  }
  .columnLayout01:nth-child(odd) .textbox {
    margin-left: auto;
  }
  .columnLayout01:nth-child(odd) .textbox .label {
    right: 40px;
  }
  .columnLayout01:nth-child(even) .img {
    margin-left: auto;
  }
  .columnLayout01:nth-child(even) .textbox {
    margin-right: auto;
  }
  .columnLayout01:nth-child(even) .textbox .label {
    right: inherit;
    left: 40px;
  }

  .label {
    top: -130px;
    right: 30px;
  }
  .label .icon span {
    font-size: 22px;
  }
  .label .num {
    width: 64px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1028px) {
  #work .pageBody {
    margin-top: 60px;
    padding-bottom: 140px;
  }

  .columnLayout01 {
    padding: 0 40px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .columnLayout01 + .columnLayout01 {
    margin-top: 115px;
  }
  .columnLayout01 .textbox {
    width: 420px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 2;
  }
  .columnLayout01 .textbox .ttl {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .columnLayout01 .textbox .ttl .none {
    display: none;
  }
  .columnLayout01 .img {
    width: 100%;
    max-width: 647px;
    margin: 0;
  }
  .columnLayout01:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .columnLayout01:nth-child(odd) .img {
    margin-right: 0;
  }
  .columnLayout01:nth-child(odd) .textbox {
    margin-left: 0;
    padding-left: 25px;
  }
  .columnLayout01:nth-child(odd) .textbox .label {
    left: 0;
    right: 0;
  }
  .columnLayout01:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .columnLayout01:nth-child(even) .img {
    margin-left: 0;
  }
  .columnLayout01:nth-child(even) .textbox {
    margin-right: 0;
    padding-right: 25px;
  }
  .columnLayout01:nth-child(even) .textbox .label {
    left: 0;
    right: 0;
  }

  .label {
    position: relative;
    top: 0px;
    right: 0px;
    margin-bottom: 40px;
  }
  .label .icon span {
    font-size: 22px;
  }
  .label .num {
    width: 64px;
    margin-left: 20px;
  }
}
#about .pageBody {
  padding: 0 20px;
}
#about .pageBody .btn_area {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .pageBody {
    padding-bottom: 80px;
  }
  #about .pageBody .btn_area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #about .pageBody {
    padding-bottom: 120px;
  }
  #about .pageBody .btn_area {
    margin-top: 80px;
  }
}

.tableStyle01 dl + dl {
  margin-top: 20px;
}
.tableStyle01 dl dt {
  font-size: 16px;
  font-weight: 600;
  background-color: #EEE;
  padding: 0 10px;
  margin-bottom: 15px;
}
.tableStyle01 dl dd {
  padding: 0 10px;
}
.tableStyle01 ul li {
  line-height: 1.7;
  position: relative;
  padding-left: 1em;
}
.tableStyle01 ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #0F0300;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.tableStyle01 ul li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .tableStyle01 {
    font-size: 16px;
    max-width: 580px;
    margin: 0 auto;
  }
  .tableStyle01 dl {
    overflow: hidden;
  }
  .tableStyle01 dl + dl {
    margin-top: 20px;
  }
  .tableStyle01 dl dt {
    font-size: 16px;
    font-weight: normal;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0px;
    float: left;
  }
  .tableStyle01 dl dd {
    padding: 0px;
    padding-left: 120px;
  }
  .tableStyle01 ul li {
    line-height: 1.7;
  }
  .tableStyle01 ul li + li {
    margin-top: 5px;
  }
}
#message .pageHeader p br {
  display: none;
}
@media screen and (min-width: 600px) {
  #message .pageHeader p br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #message .pageBody {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1028px) {
  #message .pageBody {
    margin-top: 50px;
    padding-bottom: 140px;
  }
}

.columnMessage {
  padding: 0 20px;
}
.columnMessage .img {
  margin-bottom: 30px;
}
.columnMessage .img figure {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.columnMessage .img figure img {
  width: 100%;
  height: auto;
}
.columnMessage .img .name {
  font-size: 16px;
}
.columnMessage .img .name span {
  padding-left: 1em;
  font-size: 20px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  letter-spacing: 0.1em;
}
.columnMessage .img .sign {
  margin-top: 0px;
  text-align: right;
}
.columnMessage .right {
  font-size: 15px;
  line-height: 1.9;
}
.columnMessage .right p {
  text-align: justify;
}
.columnMessage .right p br {
  display: none;
}
.columnMessage .right p + p {
  margin-top: 1.3em;
}

@media screen and (min-width: 768px) {
  .columnMessage {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .columnMessage .img {
    max-width: 254px;
  }
  .columnMessage .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
  }
}
@media screen and (min-width: 980px) {
  .columnMessage {
    padding: 0 0px;
    max-width: 900px;
    margin: 0 auto;
  }
  .columnMessage .img figure {
    margin-bottom: 10px;
  }
  .columnMessage .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 60px;
  }
  .columnMessage .right p {
    line-height: 2.2;
  }
  .columnMessage .right p br {
    display: block;
  }
}
.doc {
  padding: 20px 10px;
}
.doc .pageBody {
  background-color: #F5F5F5;
  padding: 30px 20px;
}
.doc .pageBody p {
  line-height: 1.7;
  text-align: justify;
  font-size: 15px;
}
.doc .pageBody p + p {
  margin-top: 20px;
}
.doc .pageBody ul, .doc .pageBody ol {
  margin: 1em 0;
}
.doc .pageBody ul li, .doc .pageBody ol li {
  line-height: 1.6;
  position: relative;
}
.doc .pageBody ul li + li, .doc .pageBody ol li + li {
  margin-top: 5px;
}
.doc .pageBody ol.counter li {
  counter-increment: num;
  text-indent: -1em;
  padding-left: 1em;
}
.doc .pageBody ol.counter li:before {
  content: counter(num) ".";
}
.doc .pageBody ul li {
  line-height: 1.7;
  position: relative;
  padding-left: 1em;
}
.doc .pageBody ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0F0300;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.doc .pageBody ul li + li {
  margin-top: 5px;
}
.doc .pageBody dl {
  margin-top: 20px;
}
.doc .pageBody dl dt {
  line-height: 1.7;
  position: relative;
  padding-left: 1em;
  font-weight: 600;
  color: #0F0300;
  margin-bottom: 7px;
}
.doc .pageBody dl dt:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0F0300;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.doc .pageBody dl dd {
  text-align: justify;
  line-height: 1.7;
}
.doc .pageBody dl.style01 {
  margin-top: 40px;
}
.doc .pageBody dl.style01 + .style01 {
  margin-top: 30px;
}
.doc .pageBody dl.style01 dt {
  font-size: 16px;
  padding-left: 0;
}
.doc .pageBody dl.style01 dt:before {
  display: none;
}
.doc .pageBody section + section {
  margin-top: 35px;
}
.doc .pageBody section .ttl {
  color: #0F0300;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .doc {
    padding: 20px 40px;
  }
  .doc .pageBody {
    background-color: #F5F5F5;
    padding: 60px 60px;
  }
  .doc .pageBody .docbox {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .doc .pageBody section + section {
    margin-top: 45px;
  }
  .doc .pageBody section p {
    line-height: 2;
  }
  .doc .pageBody section p + p {
    margin-top: 30px;
  }
  .doc .pageBody section dl.style01 {
    margin-top: 40px;
  }
  .doc .pageBody section dl.style01 + .style01 {
    margin-top: 30px;
  }
  .doc .pageBody section dl.style01 dt {
    font-size: 18px;
    padding-left: 0;
  }
  .doc .pageBody section .ttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 980px) {
  .doc {
    padding: 20px 40px 100px 40px;
  }
  .doc .pageBody {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 60px 80px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .doc .pageBody section + section {
    margin-top: 50px;
  }
}
#contact .pageBody {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #contact .pageBody {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  #contact .pageBody {
    padding-bottom: 100px;
  }
}

#contact .notice {
  font-size: 13px;
  margin-top: 10px;
}

.require {
  color: #E61820;
}

.notice {
  font-size: 12px;
  line-height: 1.7;
}

.pageBody {
  padding: 0 20px;
}

form {
  max-width: 680px;
  margin: 0 auto;
}
form table {
  width: 100%;
}
form tr {
  display: block;
}
form tr + tr {
  margin-top: 20px;
}
form th, form td {
  display: block;
}
form th {
  font-size: 16px;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  form {
    max-width: 680px;
    margin: 0 auto;
  }
  form table {
    width: 100%;
    margin-top: -15px;
  }
  form tr {
    display: table-row;
  }
  form tr + tr {
    margin-top: 0px;
  }
  form th, form td {
    display: table-cell;
    padding: 15px 0;
    vertical-align: top;
  }
  form th {
    width: 180px;
    font-size: 16px;
    font-weight: normal;
    padding-top: 1.5em;
  }
}
input[type=text],
textarea {
  font-size: 16px;
  border: 0;
  padding: 10px;
  background-color: #F5F5F5;
  border: solid 1px #B4B4B4;
  width: 100%;
  padding: 10px 10px 15px 10px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  input[type=text],
textarea {
    font-size: 15px;
    padding: 15px 10px 15px 10px;
  }
}
input[type=text]:focus,
textarea:focus {
  background-color: #FFF;
}

.textarea {
  height: 200px;
}
.textarea:focus {
  background-color: #FFF;
}

.input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input_group input[type=text] {
  width: 70px;
}
.input_group span {
  display: inline-block;
}
.input_group span + input {
  margin-left: 5px;
}
.input_group input + span {
  margin-left: 5px;
}

.selectbox {
  width: 120px;
  border: 1px solid #B4B4B4;
  display: inline-block;
  position: relative;
  background-color: #F5F5F5;
  margin-top: 15px;
}
.selectbox:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -8px;
}
.selectbox select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  line-height: 1;
  padding: 13px 10px 15px 10px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .selectbox select {
    padding: 16px 10px 16px 10px;
  }
}

.flex {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .flex {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 375px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex .selectbox {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media screen and (min-width: 375px) and (min-width: 768px) {
  .flex .selectbox {
    margin-left: 40px;
  }
}
.formBtn {
  text-align: center;
  margin-top: 30px;
}

.btnSubmit,
.btnConfirm {
  width: 100%;
  max-width: 230px;
  background-color: #0F0300;
  color: #FFF;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  border: 0;
  padding: 10px 10px;
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnSubmit:hover,
.btnConfirm:hover {
  background-color: #4c4c4c;
}

.btnReturn {
  width: 100%;
  max-width: 230px;
  background-color: #828080;
  color: #FFF;
  text-align: center;
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  padding: 10px 10px;
  font-size: 16px;
}
.btnReturn:hover {
  background-color: #a9a8a8;
}

.error_message {
  font-size: 13px;
}
.error_message span {
  display: inline-block;
  line-height: 1.1;
  padding: 3px 5px;
  background-color: #E61820;
  color: #FFF;
}

.confirmText {
  display: none;
}

form.confirm .require {
  display: none;
}
form.confirm tr + tr {
  padding-top: 20px;
  border-top: 1px solid #EEE;
}
@media screen and (min-width: 980px) {
  form.confirm th, form.confirm td {
    padding: 30px 0;
    vertical-align: middle;
  }
  form.confirm .flex {
    margin-bottom: 0;
  }
  form.confirm .input_group span {
    display: none;
  }
  form.confirm .input_group span.hide {
    display: inline;
    margin-left: 0;
  }
  form.confirm .selectbox {
    height: auto;
    border: none;
    background-color: transparent;
  }
  form.confirm .selectbox:after {
    display: none;
  }
}

#complete .pageBody h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#complete .pageBody p {
  line-height: 1.9;
  font-size: 15px;
  text-align: justify;
}
#complete .pageBody p br {
  display: none;
}
#complete .pageBody .btn_area {
  margin-top: 45px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #complete .pageBody {
    margin-top: -40px;
    padding-bottom: 80px;
  }
  #complete .pageBody h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (min-width: 700px) {
  #complete .pageBody h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  #complete .pageBody p {
    line-height: 2;
    text-align: center;
  }
  #complete .pageBody p br {
    display: block;
  }
}
@media screen and (min-width: 850px) {
  #complete .pageBody {
    margin-top: -20px;
    padding-bottom: 110px;
  }
  #complete .pageBody h2 {
    font-size: 32px;
  }
  #complete .pageBody p br.none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  #complete .pageBody {
    margin-top: -70px;
    padding-bottom: 110px;
  }
  #complete .pageBody h2 {
    font-size: 32px;
  }
  #complete .pageBody p {
    line-height: 2.3;
    text-align: center;
  }
  #complete .pageBody p br.none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #happiness {
    background-image: url(../images/happiness/happiness_fv.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  #happiness #header {
    background-color: transparent;
  }
  #happiness #header .header_row {
    background-color: transparent;
  }
}

#ge_fv {
  padding: 10vw 20px 10vw 20px;
}
@media screen and (max-width: 767px) {
  #ge_fv {
    background-image: url(../images/item_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  #ge_fv {
    padding: 40px 40px;
    background-position: top center;
  }
}
@media screen and (min-width: 1400px) {
  #ge_fv {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.cta {
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  background: #fcf2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf2f2), color-stop(41%, white), to(white));
  background: -o-linear-gradient(top, #fcf2f2 0%, white 41%, white 100%);
  background: linear-gradient(to bottom, #fcf2f2 0%, white 41%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcf2f2", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.cta .item {
  width: 20vw;
  max-width: 75px;
  margin: 0 auto 20px auto;
}
.cta .item img {
  width: 100%;
  height: auto;
}
.cta .text .label {
  display: none;
}
.cta .text .row:nth-child(1) {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cta .text .ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: 17px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 375px) {
  .cta .text .ttl {
    font-size: 20px;
  }
}
.cta .text p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0;
}
.cta .text .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.cta .text .info {
  margin-top: 10px;
}
.cta .text .btn_area {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .cta {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
  }
  .cta .flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .cta .flex_row .item {
    width: 30vw;
  }
  .cta .flex_row .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  .cta .flex_row .row + .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta .flex_row .row + .row .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cta .flex_row .row + .row .right .label {
    width: 135px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  .cta .item {
    width: 30vw;
    max-width: 110px;
    margin: 0 auto 20px auto;
  }
  .cta .item img {
    width: 100%;
    height: auto;
  }
  .cta .text .ttl {
    font-size: 26px;
  }
  .cta .text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .cta .text .name {
    font-size: 20px;
    margin-top: 20px;
  }
  .cta .text .info {
    font-size: 16px;
    margin-top: 20px;
  }
  .cta .text .btn_area {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .cta .flex_row .item {
    width: 30vw;
    max-width: 132px;
  }
  .cta .flex_row .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 70px;
  }
  .cta .flex_row .row + .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cta .flex_row .row + .row .right .label {
    width: 135px;
  }
  .cta .item {
    margin: 0 auto 0px auto;
  }
  .cta .text .ttl {
    font-size: 36px;
  }
  .cta .text p {
    font-size: 17px;
    line-height: 1.6;
  }
  .cta .text .name {
    font-size: 25px;
    margin-top: 20px;
  }
  .cta .text .info {
    font-size: 16px;
    margin-top: 20px;
  }
  .cta .text .btn_area {
    margin-top: 0px;
  }
}
#trouble {
  line-height: 1.6;
}
#trouble .ttlbox {
  padding: 0 20px 20px 20px;
}
#trouble .ttlbox h2 {
  text-align: center;
}
#trouble .ttlbox h2 img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#trouble .ttlbox h3 {
  text-align: center;
  color: #000;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 375px) {
  #trouble .ttlbox h3 {
    font-size: 16px;
  }
}
#trouble .t_body {
  background-color: #E5E5E5;
  padding: 30px 20px;
}
#trouble .t_body .flexbox .right {
  margin-top: 20px;
}
#trouble .t_body .flexbox h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#trouble .t_body .flexbox h3 br {
  display: none;
}
@media screen and (min-width: 375px) {
  #trouble .t_body .flexbox h3 {
    font-size: 20px;
  }
  #trouble .t_body .flexbox h3 br {
    display: block;
  }
}
#trouble .t_body .flexbox img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  #trouble {
    padding: 40px 0 0 0;
  }
  #trouble .ttlbox {
    padding: 0 20px 30px 20px;
  }
  #trouble .ttlbox h2 {
    max-width: 70vw;
    margin: 0 auto;
  }
  #trouble .ttlbox h3 {
    font-size: 26px;
    margin-top: 15px;
  }
  #trouble .t_body {
    padding: 50px 40px;
  }
  #trouble .t_body .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
  #trouble .t_body .flexbox .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
  }
  #trouble .t_body .flexbox .right {
    width: 40%;
    margin-top: 0px;
  }
  #trouble .t_body .flexbox h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1400px) {
  #trouble {
    padding: 10px 0 0 0;
  }
  #trouble .ttlbox {
    padding: 0 20px 70px 20px;
  }
  #trouble .ttlbox h3 {
    font-size: 30px;
    margin-top: 25px;
  }
  #trouble .t_body {
    padding: 60px 40px 70px 40px;
  }
  #trouble .t_body .flexbox .left {
    padding-right: 60px;
  }
  #trouble .t_body .flexbox .right {
    width: 475px;
  }
  #trouble .t_body .flexbox h3 {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  #trouble .t_body .flexbox p {
    font-size: 14px;
    line-height: 2.2;
  }
}
#point {
  line-height: 1.6;
  padding: 40px 20px;
}
#point .headline {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#point .headline span {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
}
#point .headline span:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #F7E7E8;
  z-index: -1;
}
#point sup {
  vertical-align: top;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #point {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }
  #point .headline {
    font-size: 30px;
    margin-bottom: 70px;
  }
  #point .headline br {
    display: none;
  }
  #point .headline span {
    padding-left: 30px;
    padding-right: 30px;
  }
  #point .headline span:after {
    bottom: 5px;
  }
}
@media screen and (min-width: 980px) {
  #point {
    padding-top: 90px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 90px;
  }
  #point .headline {
    font-size: 40px;
    margin-bottom: 90px;
  }
  #point .headline br {
    display: none;
  }
  #point .headline span {
    padding-left: 30px;
    padding-right: 30px;
  }
  #point .headline span:after {
    bottom: 5px;
    height: 15px;
  }
}

.pointbox + .pointbox {
  margin-top: 40px;
}
.pointbox .left .p_label {
  width: 120px;
  margin-bottom: 10px;
}
.pointbox .left .p_label img {
  width: auto;
  max-width: 100%;
}
.pointbox .left h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.pointbox .left p {
  font-size: 14px;
  line-height: 1.9;
}
.pointbox .right {
  margin-top: 20px;
}
.pointbox .right img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .pointbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
  .pointbox + .pointbox {
    margin-top: 60px;
  }
  .pointbox .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 50px;
  }
  .pointbox .left .p_label {
    width: 150px;
  }
  .pointbox .left h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pointbox .left p {
    font-size: 15px;
  }
  .pointbox .right {
    width: 45%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .pointbox + .pointbox {
    margin-top: 100px;
  }
  .pointbox .left {
    padding-right: 60px;
  }
  .pointbox .left .p_label {
    width: 203px;
    margin-bottom: 20px;
  }
  .pointbox .left h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pointbox .left p {
    font-size: 15px;
    line-height: 2.2;
  }
  .pointbox .right {
    width: 475px;
    margin-top: 0px;
  }
}
.point_wrap {
  position: relative;
  z-index: 1;
}
.point_wrap .obj {
  width: 35vw;
  height: auto;
  position: absolute;
  z-index: -1;
}
.point_wrap .obj._left {
  left: -20px;
}
.point_wrap .obj._right {
  right: -20px;
}
.point_wrap .obj.obj01 {
  top: -8vw;
}
.point_wrap .obj.obj02 {
  top: 48%;
}
.point_wrap .obj.obj03 {
  bottom: 0%;
}
@media screen and (min-width: 768px) {
  .point_wrap .obj {
    width: 20vw;
  }
  .point_wrap .obj._left {
    left: -40px;
  }
  .point_wrap .obj._right {
    right: -40px;
  }
  .point_wrap .obj.obj01 {
    top: -8vw;
  }
  .point_wrap .obj.obj02 {
    top: 55%;
  }
  .point_wrap .obj.obj03 {
    bottom: -20%;
  }
}
@media screen and (min-width: 980px) {
  .point_wrap .obj {
    width: 27vw;
    max-width: 400px;
  }
  .point_wrap .obj._left {
    left: -40px;
  }
  .point_wrap .obj._right {
    right: -40px;
  }
  .point_wrap .obj.obj01 {
    top: -8vw;
  }
  .point_wrap .obj.obj02 {
    top: 55%;
  }
  .point_wrap .obj.obj03 {
    bottom: -34%;
  }
}
@media screen and (min-width: 1440px) {
  .point_wrap .obj {
    max-width: 460px;
  }
  .point_wrap .obj.obj01 {
    top: -120px;
  }
  .point_wrap .obj.obj02 {
    top: 540px;
  }
  .point_wrap .obj.obj03 {
    bottom: -620px;
  }
}

#features {
  position: relative;
  z-index: 3;
}

#features {
  line-height: 1.6;
  padding: 0px 20px;
}
#features .iconlist {
  margin-bottom: 20px;
}
#features .iconlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
#features .iconlist ul li {
  width: 33.3333333333%;
  text-align: center;
}
#features .iconlist ul li img {
  width: 80%;
  max-width: 119px;
  height: auto;
}
#features .iconlist ul li span {
  display: block;
  font-weight: bold;
  margin-top: 7px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #features {
    padding: 0px 40px;
  }
  #features .iconlist {
    margin-bottom: 60px;
  }
  #features .iconlist ul li span {
    font-size: 17px;
  }
}
@media screen and (min-width: 980px) {
  #features {
    padding-top: 30px;
  }
  #features .iconlist {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  #features .iconlist ul {
    padding: 0 0px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #features .iconlist ul li + li {
    margin-left: 30px;
  }
}
.jikkan {
  padding: 30px 20px;
  position: relative;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jikkan:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #0DA03B;
  position: absolute;
  top: -3px;
  left: 3px;
}
.jikkan:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #EA6972;
  position: absolute;
  top: 3px;
  left: -3px;
}
.jikkan h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.jikkan h2 span {
  font-size: 22px;
  display: block;
  text-align: center;
}
.jikkan ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  letter-spacing: 0;
}
.jikkan ul li + li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .jikkan {
    padding: 50px 70px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .jikkan:before {
    border-radius: 30px;
    border: 3px solid #0DA03B;
    top: -7px;
    left: 7px;
  }
  .jikkan:after {
    border-radius: 30px;
    border: 3px solid #EA6972;
    top: 7px;
    left: -7px;
  }
  .jikkan h2 {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 0.5em;
  }
  .jikkan h2 span {
    font-size: 42px;
    display: inline;
    padding-left: 0.2em;
  }
  .jikkan ul li {
    font-size: 20px;
  }
  .jikkan ul li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 980px) {
  .jikkan {
    padding: 50px 70px 80px 70px;
    margin-top: 80px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 895px;
    margin-left: auto;
    margin-right: auto;
  }
  .jikkan:before {
    border-radius: 70px;
  }
  .jikkan:after {
    border-radius: 70px;
  }
  .jikkan h2 {
    font-size: 33px;
    margin-bottom: 30px;
  }
  .jikkan h2 span {
    font-size: 44px;
  }
  .jikkan ul li {
    font-size: 25px;
  }
  .jikkan ul li + li {
    margin-top: 20px;
  }
}
#howto {
  line-height: 1.6;
  padding: 60px 20px 30px 20px;
}
#howto .headline {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#howto .headline span {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
}
#howto .headline span:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  background-color: #F7E7E8;
  z-index: -1;
}
#howto .box p {
  line-height: 1.8;
}
#howto .box p + p {
  margin-top: 1em;
}
#howto .img {
  margin-top: 20px;
}
#howto .img img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #howto .img {
    text-align: center;
  }
  #howto .img img {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  #howto {
    padding: 60px 40px;
    position: relative;
  }
  #howto .headline {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #howto .headline span {
    padding-left: 0px;
    padding-right: 30px;
    display: block;
    text-align: left;
  }
  #howto .headline span:after {
    bottom: 5px;
  }
  #howto .box {
    position: relative;
  }
  #howto .box .row {
    padding-right: 53%;
  }
  #howto .box p {
    font-size: 15px;
    line-height: 1.8;
  }
  #howto .box p + p {
    margin-top: 1em;
  }
  #howto .img {
    width: 45%;
    margin-top: 0px;
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 2;
  }
  #howto .img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 980px) {
  #howto {
    padding: 100px 40px;
    position: relative;
  }
  #howto .headline {
    font-size: 32px;
    margin-bottom: 40px;
    padding-left: 0;
  }
  #howto .headline span:after {
    bottom: 5px;
    height: 15px;
  }
  #howto .box {
    max-width: 910px;
    margin-left: auto;
    margin-right: auto;
  }
  #howto .box .row {
    padding-right: 430px;
  }
  #howto .box p {
    font-size: 15px;
    line-height: 1.8;
    color: #0F0300;
    line-height: 2.2;
  }
  #howto .box p + p {
    margin-top: 1em;
  }
  #howto .img {
    width: 380px;
    top: 0px;
    right: 0px;
  }
}
#bt_cta {
  line-height: 1.6;
  padding: 0 20px 60px 20px;
  background-image: url(../images/happiness/bt_cta_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  margin-bottom: -60px;
}
#bt_cta .box {
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  background: #fcf2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf2f2), color-stop(41%, white), to(white));
  background: -o-linear-gradient(top, #fcf2f2 0%, white 41%, white 100%);
  background: linear-gradient(to bottom, #fcf2f2 0%, white 41%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fcf2f2", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
#bt_cta .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#bt_cta .flexbox .item {
  width: 20%;
}
#bt_cta .flexbox .item img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#bt_cta .flexbox .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  padding-bottom: 20px;
}
#bt_cta .flexbox .text h2 {
  font-weight: bold;
  margin-bottom: 20px;
}
#bt_cta .flexbox .text p {
  font-size: 13px;
  letter-spacing: 0;
}
#bt_cta .flexbox .text .btn_area {
  margin-top: 20px;
}
#bt_cta .flexbox .text .btn_area a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  #bt_cta {
    padding: 0 40px 60px 40px;
    margin-bottom: 0px;
  }
  #bt_cta .box {
    padding: 30px 50px 30px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  #bt_cta .flexbox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #bt_cta .flexbox .item {
    width: 20%;
    max-width: 159px;
  }
  #bt_cta .flexbox .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #bt_cta .flexbox .text h2 {
    font-size: 24px;
  }
  #bt_cta .flexbox .text p {
    font-size: 16px;
  }
  #bt_cta .flexbox .text .btn_area {
    margin-top: 40px;
  }
  #bt_cta .flexbox .text .btn_area a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1480px) {
  #bt_cta {
    background-size: auto;
  }
}
@media screen and (min-width: 980px) {
  #bt_cta .flexbox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #bt_cta .flexbox .item {
    width: 159px;
    text-align: center;
  }
  #bt_cta .flexbox .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  #bt_cta .flexbox .text h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #bt_cta .flexbox .text p {
    font-size: 16px;
  }
  #bt_cta .flexbox .text .btn_area {
    margin-top: 40px;
  }
  #bt_cta .flexbox .text .btn_area a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.pageHeader .ttl,
.pageHeader .en {
  position: relative;
}
.pageHeader .ttl span,
.pageHeader .en span {
  display: inline-block;
  position: relative;
  line-height: 1.1;
  overflow: hidden;
  z-index: 1;
}
.pageHeader .ttl span:before, .pageHeader .ttl span:after,
.pageHeader .en span:before,
.pageHeader .en span:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pageHeader .ttl span:before,
.pageHeader .en span:before {
  opacity: 1;
  background-color: #FFF;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.pageHeader .ttl span:after,
.pageHeader .en span:after {
  z-index: 2;
  background-color: #333;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.pageHeader .ttlbox + p,
.pageHeader .notice {
  opacity: 0;
}
.pageHeader.on .ttl span:before,
.pageHeader.on .en span:before {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.pageHeader.on .ttl span:after,
.pageHeader.on .en span:after {
  -webkit-animation-name: title;
          animation-name: title;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.pageHeader.on .ttl span:before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pageHeader.on .ttl span:after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.pageHeader.on .ttlbox + p,
.pageHeader.on .notice {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes title {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes title {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.pt-gel {
  opacity: 0;
}
.pt-gel.on {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.concept .sub,
.concept .ttl,
.concept .ttl + p,
.concept .btn_area {
  opacity: 0;
  -webkit-transform: translateY(15%);
      -ms-transform: translateY(15%);
          transform: translateY(15%);
}
.concept .sub.on,
.concept .ttl.on,
.concept .ttl + p.on,
.concept .btn_area.on {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.concept .img {
  opacity: 0;
}
.concept .img.on {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.tableStyle01 {
  opacity: 0;
  -webkit-transform: translateY(8%);
      -ms-transform: translateY(8%);
          transform: translateY(8%);
}
.tableStyle01.on {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.columnMessage .left {
  opacity: 0;
  -webkit-transform: translateX(4%);
      -ms-transform: translateX(4%);
          transform: translateX(4%);
}
.columnMessage .left.on {
  opacity: 1;
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.columnMessage .right p {
  opacity: 0;
}
.columnMessage .right p.on {
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.columnLayout01 .img figure {
  position: relative;
}
.columnLayout01 .img figure:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFF;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.columnLayout01 .img.on figure:after {
  width: 0%;
}
.columnLayout01 .label {
  opacity: 0;
}
.columnLayout01 .label.on {
  opacity: 1;
  -webkit-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.columnLayout01 .ttl {
  opacity: 0;
}
.columnLayout01 .ttl.on {
  opacity: 1;
  -webkit-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.columnLayout01 .ttl + p {
  opacity: 0;
}
.columnLayout01 .ttl + p.on {
  opacity: 1;
  -webkit-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}

#form {
  opacity: 0;
}
#form.on {
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
/*# sourceMappingURL=style.css.map */