/* CSS Document */
/*  fonts
-------------------------------------------- */
@media (max-width: 959px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
  h2,
  .h2 {
    font-size: 2.4rem;
  }
  h3,
  .h3,
  .h3_sp {
    font-size: 2.0rem;
  }
  h4,
  .h4 {
    font-size: 1.4rem;
  }
  h5,
  .h5 {
    font-size: 1.4rem;
  }
  h6,
  .h6 {
    font-size: 1.4rem;
  }
  .ttl-h1-left,
  .ttl-h1-center,
  .ttl-h1-right {
    font-size: 2.4rem;
  }
  .ttl-h2-left,
  .ttl-h2-center,
  .ttl-h2-right {
    font-size: 2.0rem;
  }
  .ttl-h3-left,
  .ttl-h3-center,
  .ttl-h3-right {
    font-size: 1.8rem;
  }
  .ttl-h4-left,
  .ttl-h4-center,
  .ttl-h4-right {
    font-size: 1.4rem;
  }
  .ttl-h5-left,
  .ttl-h5-center,
  .ttl-h5-right {
    font-size: 1.4rem;
  }
}

/* wf loading */
html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  letter-spacing: -0.05rem;
  color: #222222;
}

/* SP PC */
.img-sp,
.block-sp {
  display: none !important;
}

.img-pc,
.block-pc {
  display: block !important;
}

.img-sp img,
.img-pc img {
  width: 100%;
}

.container {
  width: 1000px !important;
}

@media (max-width: 767px) {
  .img-sp,
  .block-sp {
    display: block !important;
  }
  .img-sp {
    width: 100%;
  }
  .img-pc,
  .block-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .text-tel {
    color: #333 !important;
  }
  .text-tel {
    pointer-events: none;
  }
}

.bg-primary-light {
  background-color: #e0e6e9;
}

.bg-secondary-light {
  background-color: #f0eeeb;
}

.purchase-btn {
  width: 200px;
  font-weight: 700;
  position: relative;
  top: 0px;
  left: 60px;
}

/* linklist
-------------------------------------------- */
.linklist-arrow {
  position: relative;
}

.linklist-arrow li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 10px;
  font-size: 1.4rem;
  text-align: center;
}

.linklist-arrow li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: solid 2px #ea85a8;
  border-right: solid 2px #ea85a8;
}

/* fixed contents
---------------------------------- */
.wrapper {
  position: relative;
  overflow-x: hidden;
}

div.contents-wrapper {
  z-index: 0;
}

div.main-contents-wrapper {
  z-index: 1;
}

div.main-contents-header {
  position: relative;
}

body#page-home header#gloval-header {
  font-weight: 600;
  color: #222222 !important;
  background-color: #fff;
  display: none;
}

body#page-contact header#gloval-header {
  background-color: #28386d;
}

header#gloval-header {
  position: relative;
  z-index: 9998;
  width: 100%;
}

@media (min-width: 960px) {
  header#gloval-header-pc {
    display: none !important;
  }
  header#gloval-header-pc.is-fixed {
    position: fixed;
    z-index: 9999;
    display: block !important;
  }
  header#gloval-header-pc .header-inner.is-fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: 50px;
    display: block !important;
  }
  div.contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  div.main-contents-wrapper {
    width: 100%;
    position: relative;
  }
}

#body-container {
  position: relative;
  z-index: 100;
}

#body-container .container {
  padding-left: 0;
  padding-right: 0;
}

div.contents-wrapper {
  zoom: 1;
}

div.contents-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/*  Header
-------------------------------------------- */
body#page-home header#gloval-header-pc .header-inner {
  position: fixed;
  min-width: 100% !important;
  margin: 0 auto;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #D2D2D2;
}

body#page-home header#gloval-header-pc .header-inner .header_logo {
  position: absolute;
  left: 40px;
}

body#page-home header#gloval-header-pc .header-inner .header_logo img {
  width: 90px;
  left: 0;
}

body#page-home header#gloval-header-pc h1.header-text {
  padding-top: 25px;
  font-size: 2.0rem;
  color: #fff;
}

body#page-contact header#gloval-header-pc .header-inner {
  padding-top: 16px;
  padding-bottom: 16px;
}

body#page-contact header#gloval-header-pc h1.header-text {
  font-size: 2.0rem;
  color: #fff;
}

.headerCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 40;
  width: 100%;
  margin-right: 100px;
}

.headerCenter .btnbar-nav,
.MV-bottom_nav .btnbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}

.headerCenter .btnbar-nav li + li,
.MV-bottom_nav .btnbar-nav li + li {
  margin-left: 45px;
}

.MV-bottom_nav .btnbar-nav {
  position: relative;
  margin-top: 50px;
}

.headerCenter .btnbar-nav a {
  color: #222;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.headerCenter .btnbar-nav a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 30px;
  height: 2px;
  background: #db4646;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.headerCenter .btnbar-nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.MV-bottom_nav .btnbar-nav a {
  color: #4f2600;
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

@media (max-width: 1950px) {
  body#page-home header#gloval-header .header-inner {
    padding-left: 15px;
    padding-right: 15px;
    width: 200px;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(1),
  .headerCenter .btnbar-nav li:nth-of-type(1) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(2),
  .headerCenter .btnbar-nav li:nth-of-type(2) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(3),
  .headerCenter .btnbar-nav li:nth-of-type(3) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(4),
  .headerCenter .btnbar-nav li:nth-of-type(4) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(5),
  .headerCenter .btnbar-nav li:nth-of-type(5) {
    display: block;
    text-align: center;
  }
}

@media (max-width: 1480px) {
  .MV-bottom_nav .btnbar-nav li:nth-of-type(1),
  .headerCenter .btnbar-nav li:nth-of-type(1) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(2),
  .headerCenter .btnbar-nav li:nth-of-type(2) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(3),
  .headerCenter .btnbar-nav li:nth-of-type(3) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(4),
  .headerCenter .btnbar-nav li:nth-of-type(4) {
    display: block;
    text-align: center;
  }
  .MV-bottom_nav .btnbar-nav li:nth-of-type(5),
  .headerCenter .btnbar-nav li:nth-of-type(5) {
    display: block;
    text-align: center;
  }
  .headerCenter .btnbar-nav li#header-btn_contact {
    display: block;
  }
}

@media (max-width: 959px) {
  body#page-home header#gloval-header h1.header-text {
    padding: 25px 15px;
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
  body#page-contact header#gloval-header .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body#page-contact header#gloval-header h1.header-text {
    font-size: 1.4rem;
    text-align: center;
  }
  .headerCenter {
    display: none;
  }
}

/* main-contents
-------------------------------------------- */
.main-contents-header,
.main-contents .sec-main-header {
  position: relative;
  text-align: center;
}

.main-contents-header .main-MV .main-MV_text,
.main-contents .sec-main-header .sec-main-header_text {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Noto Serif JP';
  margin-top: 70px;
}

/* main-contents-header */
.main-MV {
  position: relative;
}

.main-MV .main-MV_text {
  margin-top: -60px;
}

.main-MV .top-mainvisual__video {
  max-height: 620px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-MV .top-mainvisual__video video {
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}

.main-MV .top-mainvisual__video:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 206, 180, 0.6);
  background: linear-gradient(56deg, rgba(223, 206, 180, 0.7) 0%, rgba(234, 229, 221, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfceb4",endColorstr="#eae5dd",GradientType=1);
}

.main-MV {
  width: 100%;
  overflow: hidden;
}

.main-MV .main-MV_text .main-MV_text-01 {
  margin-top: -40px;
  z-index: 9;
}

.main-MV .main-MV_text .main-MV_text-01 img {
  -webkit-animation-name: textFade;
          animation-name: textFade;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.main-MV .main-MV_text .main-MV_text-01 h2 {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 4.0rem;
  line-height: 64px;
  font-weight: 700;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
  padding: 10px 5px;
}

.main-MV .main-MV_text .main-MV_text-01 h2 strong {
  font-size: 5.0rem;
}

.main-MV .main-MV_text .main-MV_text-01 h2 sup {
  font-size: 2.0rem;
  line-height: 20px;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: -0.8em;
  left: -0.1em;
}

.main-MV .main-MV_text .main-MV_text-02 {
  position: relative;
  font-weight: 700;
}

.main-MV .main-MV_text .main-MV_text-02:before {
  left: 0;
}

.main-MV .main-MV_text .main-MV_text-02:after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.main-MV .main-MV_text .main-MV_text-02 p {
  line-height: 60px;
  vertical-align: bottom;
  font-weight: 700;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
}

.main-MV .main-MV_text .main-MV_text-02 p .sab-text {
  display: block;
  margin-bottom: 8px;
  font-size: 3.2rem;
  line-height: 32px;
  font-weight: 700;
}

.main-MV .main-MV_text .main-MV_text-02 p strong {
  font-size: 4.8rem;
}

.main-MV .main-MV_text .main-MV_text-02 p strong > span {
  font-size: 6.0rem;
  position: relative;
  bottom: -0.05em;
}

.main-MV .main-MV_text .main-MV_text-02 p small {
  font-size: 4.0rem;
  font-weight: 700;
}

.main-MV .main-MV_text .main-MV_text-02 img {
  position: absolute;
  z-index: 2;
  left: 300px;
  top: -220px;
  width: 450px;
  height: auto;
}

.main-MV .main-MV_text .main-MV_text-03 p {
  font-size: 3.2rem;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
}

.main-MV .main-MV_text .main-MV_text-03 p strong {
  font-size: 5.2rem;
  position: relative;
  bottom: -0.05em;
}

.main-MV .main-MV_text .main-MV_text-03 p small {
  font-size: 2.4rem;
  font-weight: 700;
}

.main-MV .main-MV_text-03 ul {
  margin-top: 50px;
  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;
}

.main-MV .main-MV_text-03 ul li {
  padding: 0 10px;
  z-index: 9;
}

.main-MV .main-MV_text-03 ul li a {
  position: relative;
  width: 350px;
  height: 60px;
  font-family: 'Noto Sans JP';
  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;
  font-weight: 700;
  font-size: 2rem;
}

.main-MV .main-MV_text-03 ul li a:after {
  content: '';
  position: absolute;
  z-index: 501;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  display: block;
  border-top: solid 3px white;
  border-right: solid 3px white;
  border-radius: 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.main-MV .main-MV_text .main-MV_text-04 {
  position: relative;
  padding-left: 90px;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.6);
}

.main-MV .main-MV_text .main-MV_text-04 dt {
  position: absolute;
  top: -0.2rem;
  left: 0;
  display: inline-block;
  width: 90px;
  font-size: 1.8rem;
}

.main-MV .main-MV_text .main-MV_text-04 dd {
  display: inline-block;
  font-size: 1.5rem;
  text-align: left;
}

.main-MV .main-MV_text .MV-bottom_nav {
  position: relative;
  z-index: 3;
}

@media (max-width: 959px) {
  .main-MV .main-MV_text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-MV .main-MV_text .main-MV_text-01 h2 {
    line-height: 80px;
  }
  .main-MV .main-MV_text .main-MV_text-01 h2 sup {
    top: -0.2em;
  }
}

@media (max-width: 767px) {
  .main-MV .main-MV_text {
    margin-top: 70px;
  }
  .main-MV .main-MV_text .main-MV_text-01 h2 {
    font-size: 3.2rem;
    line-height: 52px;
  }
  .main-MV .main-MV_text .main-MV_text-01 h2 strong {
    font-size: 4.5rem;
    line-height: 45px;
  }
  .main-MV .main-MV_text .main-MV_text-01 h2 sup {
    font-size: 1.4rem;
    line-height: 14px;
    top: -0.2em;
  }
  .main-MV .main-MV_text .main-MV_text-02 {
    position: relative;
    padding: 10px 38px 10px;
    margin-top: 40px;
  }
  .main-MV .main-MV_text .main-MV_text-02:after,
  .main-MV .main-MV_text .main-MV_text-02:before {
    width: 36px;
    height: 83px;
  }
  .main-MV .main-MV_text .main-MV_text-02 p {
    font-size: 3.0rem;
    line-height: 40px;
  }
  .main-MV .main-MV_text .main-MV_text-02 p .sab-text {
    margin-bottom: 4px;
    font-size: 2.4rem;
    line-height: 24px;
  }
  .main-MV .main-MV_text .main-MV_text-02 p strong {
    font-size: 3.0rem;
  }
  .main-MV .main-MV_text .main-MV_text-02 p strong > span {
    font-size: 3.9rem;
    bottom: -0.05em;
  }
  .main-MV .main-MV_text .main-MV_text-02 p small {
    font-size: 2.5rem;
  }
  .main-MV .main-MV_text .main-MV_text-03 {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .main-MV .main-MV_text .main-MV_text-03 p {
    font-size: 2.2rem;
    line-height: 36px;
  }
  .main-MV .main-MV_text .main-MV_text-03 p strong {
    font-size: 3.6rem;
    bottom: -0.05em;
  }
  .main-MV .main-MV_text .main-MV_text-03 p small {
    font-size: 2.0rem;
  }
  .main-MV .main-MV_text .main-MV_text-04 {
    padding-left: 60px;
  }
  .main-MV .main-MV_text .main-MV_text-04 dt {
    top: 0;
    left: 0;
    width: 60px;
    font-size: 1.2rem;
  }
  .main-MV .main-MV_text .main-MV_text-04 dd {
    font-size: 1.2rem;
  }
}

/* main-contents-footer
-------------------------------------------- */
#footer {
  background: #a48c6f;
  height: 280px;
}

.main-contents-footer {
  position: relative;
  z-index: 700;
}

.main-contents-footer .footer-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents-footer .textCopyright {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 11px;
}

.main-contents-footer .footer_logo {
  position: relative;
  z-index: 402;
}

.corp_logo {
  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;
  margin-top: -20px;
  margin-bottom: 20px;
}

.corp_logo img {
  width: 300px;
}

.copyright_txt {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

@media (min-width: 960px) {
  .main-contents-footer .footer-inner {
    position: relative;
  }
  .main-contents-footer .textCopyright {
    position: absolute;
    z-index: 401;
    width: 100%;
  }
}

@media (max-width: 1060px) {
  .main-contents-footer .footer-inner {
    position: relative;
    max-width: 100%;
  }
}

@media (max-width: 959px) {
  #page-home .main-contents-footer {
    padding-bottom: 74px;
  }
  .main-contents-footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-contents-footer .textCopyright {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }
  .main-contents-footer .footer_logo,
  .main-contents-footer .footer_logo img {
    width: 250px;
    height: 50px;
  }
}

/* footerTop */
#footerTop,
#footerTop_sp {
  position: fixed;
  z-index: 500;
  width: 100%;
  border-bottom: none;
  background-color: transparent;
}

.footerTopIn {
  position: relative;
}

.footerTopIn .pageTop a {
  display: block;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.footerTopIn .pageTop a:before {
  content: '';
  position: absolute;
  z-index: 501;
  top: 43%;
  left: 53%;
  width: 18px;
  height: 18px;
  display: block;
  border-top: solid 2px white;
  border-right: solid 2px white;
  border-radius: 2px;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footerTopIn .pageTop {
  display: none;
  position: absolute;
  width: 77px;
  height: 77px;
  top: -10px;
  right: -100px;
}

.footerTopIn .pageTop a {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.footerTopIn .pageTop a:hover {
  opacity: .8;
}

@media (max-width: 1340px) {
  #footerTop .footerTopIn {
    max-width: 1100px;
    margin: 0 auto !important;
  }
  .footerTopIn .pageTop {
    right: 0px;
  }
}

@media (max-width: 1130px) {
  #footerTop .footerTopIn {
    max-width: 100%;
  }
}

@media (max-width: 959px) {
  .footerTopIn .pageTop {
    right: 10px;
    top: 0px;
  }
  #page-contact .footerTopIn .pageTop {
    top: 10px;
  }
  .footerTopIn .pageTop {
    width: 46px;
    height: 46px;
  }
  .footerTopIn .pageTop a {
    width: 46px;
    height: 46px;
  }
  .footerTopIn .pageTop a:before {
    top: 15px;
  }
}

/* footerFixBtn */
#footerFixBtn {
  display: none;
}

#footerFixBtn {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 500;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

#footerFixBtn .footerFixBtnIn {
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footerFixBtn .footerFixBtnIn a {
  color: #fff;
  text-align: center;
}

#footerFixBtn .btn-form,
#footerFixBtn .btn-form a {
  display: block;
}

#footerFixBtn .btn-form {
  width: calc(100% - 60px);
}

@media (max-width: 959px) {
  #footerFixBtn {
    display: block;
  }
}

/* sec-main-header
-------------------------------------------- */
.sec-main-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sec-main-body {
  padding-top: 70px;
  padding-bottom: 40px;
}

.sec-main-body2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.sec-main-body3 {
  padding-top: 80px;
  padding-bottom: 30px;
}

.sec-main-body4 {
  padding-top: 80px;
  padding-bottom: 10px;
}

.sec-main-body5 {
  padding-top: 40px;
  padding-bottom: 10px;
  width: 1000px;
}

#sec-main-link .sec-main-body {
  padding-top: 10px;
  padding-bottom: 40px;
}

@media (max-width: 959px) {
  .sec-main-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .sec-main-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #sec-main-link .sec-main-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sec-link_wrapper {
  margin: 0 auto;
}

.sec-link_wrapper .sec-link {
  text-align: center;
}

.sec-link_wrapper .sec-link_box {
  margin-top: 10px;
}

.sec-link_wrapper .sec-link .btn {
  width: 100%;
  border-radius: 10px;
  padding-bottom: 70px;
  font-size: 2.4rem;
}

.sec-link_wrapper .sec-link .btn:after,
.sec-link_wrapper .sec-link .btn:before {
  top: auto;
  right: 50%;
  bottom: 18px;
  -webkit-transform: translateY(0) translateX(50%);
  transform: translateY(0) translateX(50%);
}

.sec-link_wrapper .sec-link .btn:after {
  -webkit-transform: translateY(-90%) translateX(50%) rotate(135deg);
  transform: translateY(-90%) translateX(50%) rotate(135deg);
}

@media (min-width: 960px) {
  .sec-link_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-link_wrapper .sec-link {
    width: calc(50% - 20px);
  }
  .sec-link_wrapper .sec-link + .sec-link {
    margin-left: 40px;
  }
}

@media (max-width: 959px) {
  .sec-link_wrapper .sec-link {
    width: 100%;
  }
  .sec-link_wrapper .sec-link + .sec-link {
    margin-top: 20px;
  }
  .sec-link_wrapper .sec-link .btn {
    padding-bottom: 60px;
    font-size: 1.6rem;
  }
  .sec-link_wrapper .sec-link .btn:after,
  .sec-link_wrapper .sec-link .btn:before {
    bottom: 8px;
  }
}

.ttl-rounded {
  display: inline-block;
  padding: 0.1em 3em;
  margin-bottom: 10px;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
}

strong.ttl-center-line {
  display: block;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}

strong.ttl-center-line:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 1px;
  border-top: 2px solid transparent;
}

.sec-main_wmw strong.ttl-center-line:after {
  border-top: 2px solid #175987;
}

.sec-main_dyg strong.ttl-center-line:after {
  border-top: 2px solid #dda728;
}

.sec-main-header .ttl-box strong.ttl-center-line:after {
  border-top: 2px solid #fff;
}

#page-contact strong.ttl-center-line:after {
  border-top: 2px solid #175987;
}

@media (max-width: 959px) {
  .ttl-rounded {
    padding: 0.1em 1em;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

/*  sec-box-textImg */
.sec-box-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.sec-box-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* .main-contents sec-main-header
-------------------------------------------- */
.main-contents .sec-main-header .sec-main-header_text dd {
  font-size: 4.0rem;
}

.main-contents .sec-main-header .ttl-box {
  margin-top: 20px;
  padding: 20px 130px;
}

.main-contents .sec-main-header .ttl-box strong {
  display: block;
  margin: 0 auto;
  font-size: 3.2rem;
  color: #fff;
}

.main-contents .sec-main-header .ttl-box strong.ttl-center-line {
  font-size: 4.0rem;
}

.main-contents .sec-main_wmw .sec-main-header .ttl-box {
  background-color: rgba(23, 89, 135, 0.9);
}

.main-contents .sec-main_dyg .sec-main-header .ttl-box {
  background-color: rgba(221, 167, 40, 0.9);
}

@media (max-width: 767px) {
  .main-contents .sec-main-header .ttl-box {
    width: 100%;
    max-width: 425px;
    margin: 20px auto 0;
    padding: 20px;
  }
  .main-contents .sec-main-header .sec-main-header_text dd {
    font-size: 2.0rem;
  }
  .main-contents .sec-main-header .ttl-box strong {
    font-size: 1.6rem;
  }
  .main-contents .sec-main-header .ttl-box strong.ttl-center-line {
    font-size: 2.4rem;
  }
}

/* .main-contents sec-main-body
-------------------------------------------- */
.main-contents .sec-main-body .ttl-box.ttl-h1-center {
  margin-bottom: 40px;
}

.main-contents .sec-main-body .ttl-box.ttl-h1-center strong.ttl-center-line {
  font-size: 4.0rem;
}

.main-contents .sec-main-body .sec-box-rounded {
  padding: 36px;
  border-radius: 20px;
}

.main-contents .sec-main-body .sec-box-rounded .box-inner {
  margin: 0 auto;
  max-width: 740px;
}

.main-contents .sec-main-body .sec-box-rounded p {
  margin-top: 20px;
  font-size: 2.4rem;
}

.main-contents .sec-main-body .sec-box-rounded ul li {
  margin-top: 20px;
  padding: 16px 16px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 5px;
}

.main-contents .sec-main-body .sec-box_img {
  margin-top: 30px;
  text-align: center;
}

.main-contents .sec-main-body .sec-box_img img {
  max-width: 350px;
}

.main-contents .sec-main_wmw .sec-main-body .sec-box-rounded {
  background-color: #dfebf1;
}

.main-contents .sec-main_dyg .sec-main-body .sec-box-rounded {
  background-color: #f7f0d0;
}

@media (max-width: 767px) {
  .main-contents .sec-main-body .ttl-box.ttl-h1-center {
    margin-bottom: 20px;
  }
  .main-contents .sec-main-body .ttl-box.ttl-h1-center strong.ttl-center-line {
    font-size: 1.8rem;
  }
  .main-contents .sec-main-body .sec-box-rounded {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .main-contents .sec-main-body .sec-box-rounded p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .main-contents .sec-main-body .sec-box-rounded ul li {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 5px;
  }
  .main-contents .sec-main-body .sec-box_img {
    margin-top: 20px;
    text-align: center;
  }
  .main-contents .sec-main-body .sec-box_img img {
    max-width: 190px;
  }
}

/* page-contact
-------------------------------------------- */
#page-contact .main-contents-header {
  padding-top: 80px;
  padding-bottom: 30px;
}

#page-contact .main-contents-header p.note {
  position: relative;
  margin-left: 1.5em;
  text-align: left;
  font-size: 1.4rem;
}

#page-contact .main-contents-header p.note > span {
  position: absolute;
  left: -1.5em;
}

@media (max-width: 767px) {
  #page-contact .main-contents-header {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

/*  parallax
-------------------------------------------- */
.main-MV .main-MV_bg {
  min-height: 780px;
  background: transparent;
}

.sec-main_wmw .sec-main-header_bg,
.sec-main_dyg .sec-main-header_bg {
  min-height: 600px;
  background: transparent;
}

.sec-main_wmw .sec-main-header,
.sec-main_dyg .sec-main-header {
  padding: 0;
}

.parallax-slider {
  top: 0;
  left: 0;
}

@media (max-width: 959px) {
  .sec-main_wmw .sec-main-header_bg,
  .sec-main_dyg .sec-main-header_bg {
    min-height: 490px;
  }
}

@media (max-width: 768px) {
  .sec-main_wmw .sec-main-header_bg,
  .sec-main_dyg .sec-main-header_bg {
    min-height: 260px;
  }
}

@-webkit-keyframes textFade {
  0%,
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes textFade {
  0%,
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main-contents .sect_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-contents .sect_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.main-contents .sect_box .sec_title_2 {
  padding: 100px 0 40px 0;
}

.main-contents .sect_box .sec_title_3 {
  padding: 40px 0 80px 0;
}

.main-contents .sect_box .sec_title_4 {
  padding: 0 0 40px 0;
}

.main-contents .sect_box .sec_title_5 {
  padding: 0 0 40px 0;
}

.main-contents .sec_title {
  display: block;
  padding-bottom: 4px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.main-contents .sec_title:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 26px;
  height: 1px;
  border-top: 1px solid #2c357a;
}

.main-contents .img_text_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-contents .img_text_wrapper_n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.main-contents .img_text_wrapper_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.main-contents .img_text_wrapper_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.main-contents .img_text_wrapper_l .img_box img,
.main-contents .img_text_wrapper_r .img_box img,
.main-contents .img_text_wrapper .img_box img {
  max-width: 620px;
}

.main-contents .img_text_wrapper_l .img_box_fig img,
.main-contents .img_text_wrapper_r .img_box_fig img,
.main-contents .img_text_wrapper .img_box_fig img {
  padding-top: 40px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .main-contents .img_text_wrapper_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contents .img_text_wrapper_r .img_box_fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-contents .img_text_wrapper_r .txt_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.main-contents .img_text_wrapper .img_box_circle,
.main-contents .img_text_wrapper_n .img_box_circle {
  padding: 60px 40px 0 40px;
}

.main-contents .img_text_wrapper .img_box_circle p,
.main-contents .img_text_wrapper_n .img_box_circle p {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}

.main-contents .img_text_wrapper_l .img_box_circle img,
.main-contents .img_text_wrapper .img_box_circle img,
.main-contents .img_text_wrapper_n .img_box_circle img {
  max-width: 250px;
}

.main-contents .img_text_wrapper_l .txt_box,
.main-contents .img_text_wrapper .txt_box,
.main-contents .img_text_wrapper_n .txt_box {
  min-width: 580px;
  text-align: center;
}

.main-contents .concept_title_l {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: left;
  padding-right: 80px;
}

.main-contents .concept_title_r {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: left;
  padding-left: 80px;
}

.main-contents .concept_title3_r {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: left;
  padding-top: 40px;
  padding-left: 30px;
}

.main-contents .concept_title_c {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: center;
  margin-top: 10px;
}

.concept_title_c_wh {
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Serif JP';
  text-align: center;
  margin-top: 10px;
  font-size: 2.4rem;
}

.main-contents .concept_title_go {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Sans JP';
  text-align: center;
  margin-top: 10px;
}

.main-contents .concept_title3_r .badge-pill {
  margin-right: 20px;
  padding: 8px 0 8px;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Serif JP';
  text-align: center;
}

@media (max-width: 767px) {
  .main-contents .concept_title3_r .badge-pill {
    position: absolute;
    top: 30px;
    left: 15px;
    margin-right: 10px;
    padding: 7px 0 8px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 24px;
  }
}

.main-contents .concept_title_c strong,
.main-contents .concept_title_l strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fddc41));
  background: linear-gradient(transparent 60%, #fddc41 0%);
}

.main-contents .concept_title_under {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: center;
  margin-top: 10px;
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
  display: inline;
  line-height: 2;
}

.main-contents .concept_title_under_thin {
  font-weight: 700;
  color: #222;
  font-family: 'Noto Serif JP';
  text-align: center;
  width: 1000px;
  border-bottom: 1px solid #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
}

.main-contents .concept_lead_r {
  font-weight: 500;
  color: #222;
  font-size: 1.6rem;
  text-align: left;
  padding: 25px 0 0 80px;
}

.main-contents .concept_lead_r.notice {
  font-size: 1.4rem;
}

.main-contents .concept_lead2_r {
  font-weight: 500;
  color: #222;
  font-size: 1.6rem;
  text-align: left;
  padding: 5px 100px 0 80px;
}

.main-contents .concept_lead3_r {
  font-weight: 500;
  color: #222;
  font-size: 1.6rem;
  text-align: left;
  padding: 15px 0 0 30px;
}

.main-contents .concept_lead_l {
  font-weight: 500;
  color: #222;
  font-size: 2.0rem;
  text-align: left;
  padding: 40px 75px 0 0;
}

.main-contents .concept_lead2_l {
  font-weight: 500;
  color: #222;
  font-size: 1.6rem;
  text-align: left;
  padding: 5px 100px 0 0;
}

.main-contents .concept_lead3_l {
  font-weight: 500;
  color: #222;
  font-size: 1.6rem;
  text-align: left;
  padding: 10px 40px 0 0;
}

section#about {
  padding-bottom: 120px;
}

section#feature {
  background-color: #f3eee9;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  background: #f1e9dc url(/hms/assets/images/bg_message.png) center top no-repeat;
  background-size: contain;
}

section#feature .sec_title_1 .concept_title_c {
  padding-bottom: 160px;
  color: #fff;
  text-shadow: 0px 4px 6px rgba(54, 47, 47, 0.8);
}

section#feature .sec_title_2 .concept_title_c {
  padding-bottom: 60px;
}

section#feature .sect_box_2 {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#feature .sect_box_2 .img_text_wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

section#feature .sect_box_2 .txt_box {
  padding: 0 25px;
  width: calc(100% - 220px);
  min-width: 220px;
  text-align: left;
}

section#feature .sect_box_2 .txt_box .concept_title3_r {
  padding-top: 0;
  padding-left: 0;
  font-size: 1.7rem;
}

section#feature .sect_box_2 .txt_box .concept_lead_r {
  padding-top: 10px;
  padding-left: 0;
  font-size: 1.6rem;
}

section#feature .sect_box_2 .img_box img {
  width: 220px;
}

@media (max-width: 767px) {
  section#feature {
    padding-top: 80px;
    padding-bottom: 60px;
    background-image: url(/hms/assets/images/bg_message_sp.png);
  }
  section#feature .sec_title_1 .concept_title_c {
    padding-bottom: 80px !important;
    text-align: center;
  }
  section#feature .concept_title_c {
    text-align: center;
    padding-bottom: 30px !important;
  }
  section#feature .sect_box_2 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#feature .sect_box_2 .img_text_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  section#feature .sect_box_2 .txt_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%;
    min-width: 100%;
    text-align: left;
  }
  section#feature .sect_box_2 .txt_box .concept_title3_r {
    font-size: 2.0rem;
    text-align: center;
  }
  section#feature .sect_box_2 .txt_box .concept_lead_r {
    padding-top: 10px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  section#feature .sect_box_2 .img_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section#feature .sect_box_2 .img_box img {
    padding: 0 15px;
    width: 100%;
  }
}

section#concept {
  background-color: #e2d6c3;
  padding-top: 120px;
  padding-bottom: 40px;
}

section#concept .img_text_wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#concept .img_text_wrapper .img_box img {
  width: 345px;
}

@media (max-width: 767px) {
  section#concept .img_text_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  section#concept .img_text_wrapper .img_box {
    margin: 20px 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section#concept .img_text_wrapper .img_box img {
    width: 100%;
  }
  section#concept .img_text_wrapper .txt_box {
    padding-top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

section#concept2 {
  background-color: #e2d6c3;
  padding-top: 40px;
  padding-bottom: 120px;
}

section#concept2 .prologue-step {
  margin-top: 40px;
}

section#concept2 .prologue-step_box {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#concept2 .prologue-step_ttl {
  width: 340px;
  padding: 30px 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem;
}

section#concept2 .prologue-step_ttl .badge-white {
  display: block;
  margin-bottom: 15px;
  width: 120px;
  height: 40px;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 0;
  background-color: #fff;
}

section#concept2 .prologue-step_ttl strong {
  font-weight: 700;
  font-family: 'Noto Serif JP';
  font-size: 2.0rem;
  line-height: 1.6;
}

section#concept2 .prologue-step_text {
  padding: 20px 30px;
  width: calc(100% - 340px);
  background-color: #fff;
}

section#concept2 .prologue-step_text p {
  font-weight: 700;
  font-family: 'Noto Serif JP';
  font-size: 2.0rem;
  line-height: 40px;
}

section#concept2 .prologue-step_text ul li > ul {
  margin-left: 20px;
}

section#concept2 .prologue-step_box:nth-child(1) .prologue-step_ttl {
  background-color: #c0ab88;
  font-family: 'Noto Serif JP';
  padding: 20px 20px;
}

section#concept2 .prologue-step_box:nth-child(1) .prologue-step_ttl .badge {
  color: #c0ab88;
}

section#concept2 .prologue-step_box:nth-child(2) .prologue-step_ttl {
  background-color: #a79475;
}

section#concept2 .prologue-step_box:nth-child(2) .prologue-step_ttl .badge {
  color: #a79475;
}

section#concept2 .prologue-step_box:nth-child(3) .prologue-step_ttl {
  background-color: #948367;
}

section#concept2 .prologue-step_box:nth-child(3) .prologue-step_ttl .badge {
  color: #948367;
}

section#concept2 .prologue-step_box:nth-child(4) .prologue-step_ttl {
  background-color: #807157;
}

section#concept2 .prologue-step_box:nth-child(4) .prologue-step_ttl .badge {
  color: #807157;
}

section#concept2 .prologue-step_box:nth-child(5) .prologue-step_ttl {
  background-color: #6b5e48;
}

section#concept2 .prologue-step_box:nth-child(5) .prologue-step_ttl .badge {
  color: #6b5e48;
}

section#concept2 .prologue-step_box:nth-child(6) .prologue-step_ttl {
  background-color: #584d3a;
}

section#concept2 .prologue-step_box:nth-child(6) .prologue-step_ttl .badge {
  color: #584d3a;
}

section#concept2 .prologue-step_box:nth-child(7) .prologue-step_ttl {
  background-color: #42392a;
}

section#concept2 .prologue-step_box:nth-child(7) .prologue-step_ttl .badge {
  color: #42392a;
}

section#concept2 .prologue-step_box:nth-child(8) .prologue-step_ttl {
  background-color: #322b1f;
}

section#concept2 .prologue-step_box:nth-child(8) .prologue-step_ttl .badge {
  color: #322b1f;
}

section#concept2 .prologue-step_box:nth-child(9) .prologue-step_ttl {
  background-color: #231e16;
  font-family: 'Noto Serif JP';
  padding: 20px 20px;
}

section#concept2 .prologue-step_box:nth-child(9) .prologue-step_ttl .badge {
  color: #231e16;
}

@media (max-width: 767px) {
  section#concept2 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  section#concept2 .sec-main-inner {
    margin: 0 15px;
  }
  section#concept2 .prologue-step {
    margin-top: 20px;
  }
  section#concept2 .prologue-step_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#concept2 .prologue-step_ttl {
    width: 100%;
    padding: 20px 15px;
    font-size: 2.0rem;
  }
  section#concept2 .prologue-step_ttl .badge-white {
    display: block;
    margin-bottom: 10px;
    padding: 2px 1em 3px;
    width: 90px;
    height: 20px;
    font-size: 1.4rem;
  }
  section#concept2 .prologue-step_ttl strong {
    font-size: 2.0rem;
  }
  section#concept2 .prologue-step_text {
    padding: 20px 15px;
    width: 100%;
    background-color: #fff;
  }
  section#concept2 .prologue-step_text p {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  section#concept2 .prologue-step_text ul li {
    position: relative;
    padding-left: 70px;
    text-indent: -14px;
    line-height: 18px;
  }
  section#concept2 .prologue-step_text ul li + li {
    margin-top: 8px;
  }
  section#concept2 .prologue-step_text ul li > span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 70px;
  }
  section#concept2 .prologue-step_text ul li > ul {
    margin-top: 10px;
    margin-left: -70px;
  }
  section#concept2 .prologue-step_text ul li > ul > li {
    padding-left: 130px;
  }
  section#concept2 .prologue-step_text ul li > ul > li > span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 130px;
  }
}

.sec-main-inner .movie_wrapper {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 80px auto;
}

.sec-main-inner .profile_wrapper {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 20px;
}

.sec-main-inner .profile_wrapper .photo_frame {
  padding: 40px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-main-inner .profile_wrapper .photo_frame .presentation {
  padding-left: 30px;
}

.sec-main-inner .profile_wrapper .photo_frame .presentation .name {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}

.sec-main-inner .profile_wrapper .photo_frame .presentation .kana {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}

.sec-main-inner .profile_wrapper .photo_frame .presentation p span.block-pc {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .sec-main-inner .profile_wrapper .photo_frame .presentation p span.block-pc {
    display: none !important;
  }
}

.sec-main-inner .profile_wrapper h3 {
  text-align: center;
  font-size: 2rem;
  margin-top: 30px;
}

.sec-main-inner .profile_wrapper .books_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sec-main-inner .profile_wrapper .books_img img {
  width: 145px;
  height: auto;
  padding: 15px;
}

#feature2 {
  background-color: #f3eee9;
  padding-bottom: 45px;
}

#feature2 .title_under_lead {
  width: 1060px;
  text-align: center;
  margin: -30px auto 50px;
}

.feature_slide .person_box {
  background-color: #fff;
  width: 910px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_slide .person_box p {
  padding: 20px;
}

.feature_slide .person_box p span.name {
  font-family: 'Noto Serif JP';
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.feature_slide .person_box p span.attachment1,
.feature_slide .person_box p span.attachment2 {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  display: block;
}

#learning {
  padding-bottom: 120px;
}

#learning .learning_lead {
  width: 1000px;
}

.main-contents .early_purchase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-contents .early_purchase_row {
  width: 306px;
}

.main-contents .early_purchase_row:not(:first-child) {
  margin-left: 41px;
}

.main-contents .early_purchase_box {
  position: relative;
  width: 100%;
  height: 174px;
  margin-top: 50px;
  padding: 54px 24px 34px 24px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.main-contents .early_purchase_box .badge-pill {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  padding: 18px 0 8px;
  display: block;
  width: 80px;
  height: 80px;
  font-size: 4rem;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  font-family: 'Noto Serif JP';
  text-align: center;
}

.main-contents .early_purchase_lead {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .main-contents .early_purchase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contents .early_purchase_row {
    width: 100%;
  }
  .main-contents .early_purchase_row:not(:first-child) {
    margin-left: 0;
  }
  .main-contents .early_purchase_box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 34px 15px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.0rem;
  }
  .main-contents .early_purchase_box .badge-pill {
    top: -30px;
    margin-left: -30px;
    padding: 12px 0 8px;
    width: 60px;
    height: 60px;
    font-size: 3.2rem;
    line-height: 32px;
  }
  .main-contents .early_purchase_lead {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.main-contents .step_tbl {
  position: relative;
  margin-left: 108px;
  padding: 20px 0;
  border-left: 2px solid #a48c6f;
}

.main-contents .step_tbl_1 {
  z-index: 3;
  padding-top: 60px;
}

.main-contents .step_tbl_2 {
  z-index: 2;
  padding-bottom: 160px;
}

.main-contents .step_tbl_3 {
  z-index: 1;
  margin-top: -25px;
  padding: 0;
  padding-bottom: 160px;
  border-left: 2px solid #253073;
}

.main-contents .step_tbl_3 .step_tbl_ttl:before {
  background-color: #253073 !important;
}

.main-contents .step_tbl_3 .step_tbl_ttl:after {
  border-bottom-color: #253073 !important;
}

.main-contents .step_tbl_box {
  position: absolute;
  left: -110px;
  bottom: 60px;
  width: 220px;
  display: inline-block;
  padding: 8px 22px;
  border: 2px solid #222222;
  text-align: center;
  background-color: #fff;
}

.main-contents .step_tbl .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 70px;
}

.main-contents .step_tbl .flex_row .left_col {
  width: calc(100% - 300px);
}

.main-contents .step_tbl .flex_row .right_col {
  width: 300px;
}

.main-contents .step_tbl .flex_row .right_col img {
  width: 100%;
}

.main-contents .step_tbl_ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}

.main-contents .step_tbl_ttl:before {
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  left: -81px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #a48c6f;
}

.main-contents .step_tbl_ttl:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 35px;
  left: -71px;
  width: 76px;
  height: 0;
  border-bottom: 2px solid #a48c6f;
}

.main-contents .step_tbl_ttl_sub {
  position: absolute;
  top: 40px;
  left: -108px;
  line-height: 1.2;
  text-align: right;
}

.main-contents .step_tbl_ttl_sub1, .main-contents .step_tbl_ttl_sub2, .main-contents .step_tbl_ttl_sub3 {
  position: absolute;
  left: -68px;
  line-height: 1.2;
  text-align: right;
}

.main-contents .step_tbl_ttl_sub1:before, .main-contents .step_tbl_ttl_sub2:before, .main-contents .step_tbl_ttl_sub3:before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  right: -26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #253073;
}

.main-contents .step_tbl_ttl_sub1 {
  top: 75px;
}

.main-contents .step_tbl_ttl_sub2 {
  top: 165px;
}

.main-contents .step_tbl_ttl_sub3 {
  top: 255px;
}

.main-contents .step_tbl_ttl .badge-pill {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 4px 0 8px;
  font-size: 4.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .main-contents .step_tbl {
    margin-left: 80px;
    padding: 20px 0;
  }
  .main-contents .step_tbl_1 {
    padding-top: 30px;
  }
  .main-contents .step_tbl_2 {
    padding-bottom: 160px;
  }
  .main-contents .step_tbl_3 {
    margin-top: -35px;
    padding-bottom: 80px;
  }
  .main-contents .step_tbl_box {
    left: -70px;
    padding: 8px 15px;
  }
  .main-contents .step_tbl .flex_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }
  .main-contents .step_tbl .flex_row .left_col {
    width: 100%;
  }
  .main-contents .step_tbl .flex_row .right_col {
    margin-top: 10px;
    width: 100%;
  }
  .main-contents .step_tbl .flex_row .right_col img {
    width: 100%;
  }
  .main-contents .step_tbl .flex_row p {
    font-size: 1.4rem;
  }
  .main-contents .step_tbl_ttl {
    padding-top: 50px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .main-contents .step_tbl_ttl:before {
    top: 15px;
    left: -27px;
    width: 12px;
    height: 12px;
  }
  .main-contents .step_tbl_ttl:after {
    top: 20px;
    left: -25px;
    width: 26px;
    height: 0;
  }
  .main-contents .step_tbl_ttl_sub {
    top: 26px;
    left: -84px;
    font-size: 1.2rem;
  }
  .main-contents .step_tbl_ttl_sub1, .main-contents .step_tbl_ttl_sub2, .main-contents .step_tbl_ttl_sub3 {
    position: absolute;
    left: -68px;
    line-height: 1.2;
    text-align: right;
  }
  .main-contents .step_tbl_ttl_sub1:before, .main-contents .step_tbl_ttl_sub2:before, .main-contents .step_tbl_ttl_sub3:before {
    top: 50px;
    right: -26px;
    width: 12px;
    height: 12px;
  }
  .main-contents .step_tbl_ttl .badge-pill {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding: 4px 0 8px;
    font-size: 2.4rem;
  }
}

.main-contents .program_wrapper {
  padding-top: 60px;
}

.main-contents .program_wrapper .concept_title {
  text-align: center;
  margin-bottom: 20px;
}

.main-contents .program_wrapper h4 {
  font-size: 1.5rem;
  text-align: center;
}

.main-contents .program_wrapper_img {
  text-align: center;
  margin-bottom: 16px;
}

.main-contents .program_wrapper_box {
  position: relative;
  margin-top: 65px;
  padding: 20px 35px 35px 35px;
  background-color: #bda175;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents .program_wrapper_box_ttl {
  color: #fff;
}

.main-contents .program_wrapper_box_text1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 6px;
}

.main-contents .program_wrapper_box_text2 {
  font-size: 1.4rem;
}

.main-contents .program_wrapper_box_text2 span {
  color: #fff;
  text-decoration: underline;
}

.main-contents .program_wrapper_box:before, .main-contents .program_wrapper_box:after {
  display: block;
  content: "";
  position: absolute;
  width: 218px;
  height: 26px;
  background: url(/hms/assets/images/program_wrapper_box.png) no-repeat 0 0;
}

.main-contents .program_wrapper_box:after {
  top: 16px;
  left: 16px;
}

.main-contents .program_wrapper_box:before {
  bottom: 16px;
  right: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .main-contents .program_wrapper {
    padding-top: 30px;
  }
  .main-contents .program_wrapper h4 {
    text-align: left;
  }
  .main-contents .program_wrapper_img img {
    width: 100%;
  }
  .main-contents .program_wrapper_box {
    margin-top: 30px;
    padding: 20px 20px 35px 20px;
  }
  .main-contents .program_wrapper_box_ttl {
    font-size: 2.0rem;
    text-align: center !important;
  }
  .main-contents .program_wrapper_box_text1, .main-contents .program_wrapper_box_text2 {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left !important;
  }
  .main-contents .program_wrapper_box:before, .main-contents .program_wrapper_box:after {
    width: 109px;
    height: 13px;
    background-size: contain;
  }
  .main-contents .program_wrapper_box:after {
    top: 16px;
    left: 16px;
  }
  .main-contents .program_wrapper_box:before {
    bottom: 16px;
    right: 16px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.main-contents .qa_session_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000px;
}

.main-contents .qa_session_sec .qa_session_l,
.main-contents .qa_session_sec .qa_session_r {
  width: 485px;
  height: 70px;
  background-color: #f3eee9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 5px;
}

.main-contents .qa_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  padding-top: 40px;
}

.main-contents .qa_img_wrapper .qa_img_box img {
  width: 360px;
  height: auto;
}

.main-contents .qa_img_wrapper h3 {
  font-family: 'Noto Serif JP';
  font-weight: 700;
  padding-left: 40px;
}

.main-contents .qa_img_wrapper h3 strong {
  color: #2c357a;
}

.main-contents .qa_img_wrapper h3 p {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP';
  margin-top: 10px;
  font-weight: 500;
}

.main-contents .qa_img_wrapper h3 p.lead {
  font-size: 1.8rem;
  font-family: 'Noto Serif JP';
  font-weight: 700;
}

.main-contents .output_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  padding-top: 10px;
}

.main-contents .output_wrapper div img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 0 auto;
}

.main-contents .output_wrapper .circle_box {
  padding: 0 40px;
}

.main-contents .output_wrapper .circle_box p {
  width: 360px;
}

.main-contents .output_wrapper .output_num {
  color: #2c357a;
  font-size: 4.2rem;
  font-weight: 700;
}

.main-contents .output_wrapper .output_txt {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  bottom: 8px;
  left: 8px;
}

.main-contents .privilege_box {
  padding: 40px;
  background-color: #f3eee9;
  width: 1000px;
  margin-top: 40px;
}

.main-contents .privilege_box .privilege_ttl {
  background-color: #2c357a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 260px;
  height: 50px;
  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;
  margin: 0 auto;
}

.main-contents .privilege_box .privilege_lead {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: 'Noto Serif JP';
  text-align: center;
}

.main-contents .privilege_box .privilege_notice {
  font-size: 1.4rem;
  padding-top: 20px;
  width: 660px;
  margin: 0 auto;
}

#purchase {
  background-color: #f1e9dc;
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  #purchase {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  #purchase .sec-main-inner {
    padding: 0 16px;
  }
}

#purchase .img_first {
  position: relative;
}

#purchase .img_first .img_bg img {
  width: 100%;
}

#purchase .img_first .img_txt img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -10%;
  bottom: 0;
}

.main-contents .price_purchase {
  margin-top: 80px;
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .main-contents .price_purchase {
    margin-top: 40px;
    padding: 30px 15px 10px;
  }
}

.main-contents .price_purchase_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-contents .price_purchase_btn .btn {
  position: relative;
  width: 450px;
}

.main-contents .price_purchase_btn .btn:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 501;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 13px;
  display: block;
  border-top: solid 3px white;
  border-right: solid 3px white;
  border-radius: 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.main-contents .price_purchase_inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-secondary {
    color: #fff;
    background-color: #b8a360;
    border-color: #b8a360;
}

.btn-secondary:hover {
	background-color:#ddce9d;
	border-color: #ddce9d;
}

.main-contents .price_purchase_ttl {
  margin-bottom: 25px;
}

.main-contents .price_purchase_ttl img {
  margin: 0 auto;
}

.main-contents .price_purchase_ttl img.img-pc {
  max-width: 448px;
}

.main-contents .price_purchase_ttl img.img-sp {
  max-width: 274px;
}

.main-contents .price_purchase_box1 {
  width: 100%;
  max-width: 690px;
  margin: 0 auto 15px;
  padding: 6px 14px;
  color: #fff;
  font-size: 1.8rem;
}

.main-contents .price_purchase_box1_text {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .main-contents .price_purchase_box1 {
    margin: 0 auto 10px;
    padding: 12px  6px;
    font-size: 1.3rem;
  }
}

.main-contents .price_purchase_box2 {
  margin: 40px auto 20px;
  padding: 2px 30px;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  background-color: #bda175;
}

.main-contents .price_purchase_box2_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 690px;
  margin: 10px auto 20px;
  text-align: center;
}

.main-contents .price_purchase_box2_text li {
  position: relative;
  padding-left: 16px;
  font-size: 2.0rem;
}

.main-contents .price_purchase_box2_text li:not(:first-child) {
  margin-left: 25px;
}

.main-contents .price_purchase_box2_text li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bda175;
}

@media (max-width: 767px) {
  .main-contents .price_purchase_box2 {
    width: 100%;
    margin: 20px auto 10px;
    padding: 12px 12px;
    max-width: 400px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .main-contents .price_purchase_box2_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 auto 20px;
    text-align: left;
  }
  .main-contents .price_purchase_box2_text li {
    position: relative;
    padding-left: 16px;
  }
  .main-contents .price_purchase_box2_text li:not(:first-child) {
    margin-left: 0;
  }
}

.main-contents .price_purchase_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.0rem;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.main-contents .price_purchase_box3 strong {
  font-size: 4.0rem;
  font-family: 'Noto Serif JP';
}

.main-contents .price_purchase_box3 > dt {
  margin: -3px 20px 0 0;
  padding: 2px 10px;
  width: 144px;
  font-size: 1.3rem;
  background-color: #42392a;
  color: #fff;
  text-align: center;
}

.main-contents .price_purchase_box3 > dd {
  width: calc(100% - 144px);
}

@media (max-width: 767px) {
  .main-contents .price_purchase_box3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-contents .price_purchase_box3:not(:first-child) {
    margin-top: 20px;
  }
  .main-contents .price_purchase_box3 > dd {
    margin-top: 10px;
    width: 100%;
  }
}

.main-contents .price_purchase_box3_text {
  font-size: 1.6rem;
	text-align:left;
}

.main-contents .price_purchase_box4 {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #42392a;
}

@media (max-width: 767px) {
  .main-contents .price_purchase_box4 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 15px;
  }
}

.main-contents .price_purchase_box4_list li {
  position: relative;
  z-index: 2;
  text-align: left;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .main-contents .price_purchase_box4_list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.main-contents .price_purchase_box4_list li:not(:first-child) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .main-contents .price_purchase_box4_list li {
    padding-left: 26px;
  }
  .main-contents .price_purchase_box4_list li:nth-child(2) {
    padding-right: 100px;
  }
  .main-contents .price_purchase_box4_list li:nth-child(3) {
    padding-right: 200px;
  }
  .main-contents .price_purchase_box4_list li span {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.main-contents .price_purchase_box4_qr {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .main-contents .price_purchase_box4_qr {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
  }
}

.main-contents .price_purchase_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-contents .price_purchase_left {
  width: 55%;
  margin-right: 20px;
}

.main-contents .price_purchase_left img {
  width: 100%;
}

.main-contents .price_purchase_right {
  text-align: left;
	width:45%;
}
.main-contents .price_purchase_right img {
	width:100%;
}
@media (max-width: 767px) {
	.main-contents .price_purchase_right {
		width:100%;
	}
}

@media (max-width: 767px) {
  .main-contents .price_purchase_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contents .price_purchase_left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .main-contents .price_purchase_left img {
    width: 100%;
  }
  .main-contents .price_purchase_right {
    text-align: left;
    margin-bottom: 20px;
  }
}

#QA {
  background-color: #e2d6c3;
  padding-bottom: 70px;
}

.faq_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq_wrapper .faq-list {
  width: 800px;
}

#QA .main-contents .concept_title_c {
  font-size: 3.2rem;
  font-family: 'Noto Sans JP';
}

#QA .card {
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  background-color: #fff;
}

#QA dt {
  font-weight: 500;
}

#QA .card-header {
  border: none;
  background-color: #fff;
  height: 60px;
  position: relative;
  cursor: pointer;
}

#QA .sec-acd_header-ttl:before,
#QA .sec-acd_header-ttl:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 2px;
  background: #2c357a;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  margin-left: -25px;
  margin-bottom: 20px;
}

#QA .sec-acd_header-ttl:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}

#QA .sec-acd_header-ttl.is-open:after {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#QA .sec-acd_header-ttl.is-open:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

#QA .faq-icon-Q,
#QA .faq-icon-A {
  font-size: 2.4rem;
  color: #db4646;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
}

#QA .card-body dl dd p {
  width: 740px;
  margin-top: -32px;
  padding-left: 40px;
}

#QA .card-body dl dd p a {
  text-decoration: underline;
  color: #253073;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box .step_text {
  font-family: 'Noto Sans JP';
  padding-left: 13px;
  width: 81%;
}

@media (max-width: 767px) {
  #nav-toolList-toggler[aria-expanded*="true"] {
    z-index: 9999;
  }
  #nav-toolList-toggler[aria-expanded*="true"] + header#gloval-header {
    z-index: 9998;
  }
  #nav-toolList-toggler[aria-expanded*="true"] + header#gloval-header + #body-container.container .main-contents-wrapper,
  #nav-toolList-toggler[aria-expanded*="true"] + header#gloval-header + #body-container.container + .glovalFooter,
  #nav-toolList-toggler[aria-expanded*="true"] + header#gloval-header + #body-container.container + .footer {
    display: none;
  }
  #nav-toolList {
    position: relative;
    z-index: 99;
    background: #fff;
  }
  #nav-toolList-toggler {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    width: 54px;
    height: 48px;
    margin: 0;
    padding: 0;
    background-image: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
  }
  #nav-toolList-toggler .icon-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -14px;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    background-color: #2c357a;
  }
  #nav-toolList-toggler .icon-bar {
    margin-top: 0;
    display: block;
    width: 24px;
    margin-left: -12px;
  }
  #nav-toolList-toggler .icon-bar:nth-child(1) {
    top: 14px;
  }
  #nav-toolList-toggler .icon-bar:nth-child(2) {
    top: 22px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  #nav-toolList-toggler .icon-bar:nth-child(3) {
    top: 30px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  /* is-active */
  #nav-toolList-toggler.is-active .icon-bar:first-child {
    display: none;
  }
  #nav-toolList-toggler.is-active .icon-bar:nth-child(2),
  #nav-toolList-toggler.is-active .icon-bar:nth-child(3) {
    position: absolute;
    width: 29px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #nav-toolList-toggler.is-active .icon-bar:nth-child(2) {
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #nav-toolList-toggler.is-active .icon-bar:nth-child(3) {
    top: 22px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .toolList > ul > li:first-child,
  .toolList > ul > li.border-btm + li {
    padding-top: 10px;
  }
  .toolList > ul > li.border-btm {
    padding-bottom: 10px;
  }
  .toolList > ul > li a .rex-icon {
    display: inline-block;
    margin-right: 16px;
    font-size: 3.0rem;
  }
  /* sab-nav_header */
  .sab-nav_header .sab-nav_ttl {
    position: relative;
    padding: 14px 15px;
  }
  .sab-nav_header .sab-nav_ttl strong {
    font-size: 1.4rem;
    color: #fff;
  }
  .sab-nav_header .sab-nav_ttl small {
    display: none;
  }
  .sab-nav_body {
    background-color: #fff;
    border: 1px solid #D2D2D2;
  }
  .sab-nav_body .sab-nav_body-ttl {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    background-color: #fff !important;
  }
  .sab-nav_body .sab-nav_body-ttl:first-child {
    margin-top: 0;
  }
  .sab-nav_body .sab-nav_body-ttl a {
    display: block;
    padding: 8px 15px;
  }
  .sab-nav_body .sab-nav_body-ttl strong {
    font-size: 1.4rem;
    color: #fff;
  }
  .sab-nav_body .sab-nav_body-ttl a:after {
    right: 15px !important;
  }
  .sab-nav_body .sab-nav_body-ttl a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
  }
  .is-active .sab-nav {
    position: fixed;
    top: 50px;
    z-index: 9999;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    display: block !important;
    left: 0;
  }
  .sab-nav {
    display: none;
  }
  .sab-nav_header {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sab-nav_header .sab-nav_ttl {
    width: 260px;
    text-align: center;
    color: #fff;
  }
  .sab-nav_header .sab-nav_ttl strong {
    display: block;
    font-size: 2.4rem;
  }
  #sab-nav-kaji .sab-nav_header .sab-nav_ttl strong {
    letter-spacing: 2rem;
    padding-left: 2rem;
  }
  .sab-nav_header .sab-nav_ttl small {
    position: relative;
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 8px;
    letter-spacing: 0.1rem;
  }
  .sab-nav_header .sab-nav_ttl small:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #fff;
  }
  .sab-nav_body {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: none;
    background-color: #f3eee9;
  }
  .sab-nav_body .sab-nav_body-ttl {
    margin: 16px 0 0 0;
    font-size: 1.6rem;
  }
  .sab-nav_body .sab-nav_body-ttl a {
    background-color: transparent !important;
  }
  .sab-nav_body .sab-nav_list {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 868px;
  }
  .sab-nav_body .sab-nav_body-ttl + .sab-nav_list {
    margin-top: 0;
  }
  .sab-nav_body .sab-nav_list > li {
    width: 114px;
    height: 40px;
    margin: 10px 10px 0 0;
  }
  .sab-nav_body .sab-nav_list > li > a {
    position: relative;
    width: 114px;
    height: 40px;
    padding-bottom: 0;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sab-nav_body .sab-nav_list > li > a .sab-nav_list-text {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
  }
  .sab-nav_body .sab-nav_list.sab-nav_icon-list > li {
    width: 75px;
    height: 75px;
  }
  .sab-nav_body .sab-nav_list.sab-nav_icon-list > li > a {
    width: 75px;
    height: 75px;
    padding-bottom: 20px;
  }
  .sab-nav_body .sab-nav_list.sab-nav_icon-list > li > a .sab-nav_list-text {
    position: absolute;
    width: 75px;
    left: 0;
    bottom: 5px;
  }
  .sab-nav_body .sab-nav_list > li > a small.sab-nav_list-text {
    font-size: 1.1rem;
    line-height: 1.0;
  }
  .sab-nav_body .sab-nav_list > li img {
    -webkit-transform: scale(0.75, 0.75);
            transform: scale(0.75, 0.75);
  }
  .sab-nav_btn-box {
    margin-top: 10px;
  }
  .sab-nav_btn-box .btn {
    margin: 20px 14px 0 0;
  }
  .sab-nav_btn-box-list li {
    display: inline-block;
  }
  body#page-home header#gloval-header {
    border: 1px solid #d2d2d2;
  }
  body#page-home header#gloval-header .header-inner {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#page-home header#gloval-header .header-inner img {
    width: 75px;
  }
  .purchase-btn,
  .purchase-btn:active,
  .purchase-btn:link,
  .purchase-btn:visited,
  .purchase-btn:hover,
  .purchase-btn:focus {
    padding: 1rem 1rem;
    width: 120px;
    font-size: 1.4rem;
    position: absolute;
    top: 5px;
    left: auto;
    right: 50px;
    height: 40px;
    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;
    z-index: 999;
  }
  .btn-secondary:avtive,
  .btn-secondary:hover,
  .btn-secondary:link,
  .btn-secondary:visited,
  .btn-secondary:focus {
    background-color: #2c357a !important;
    width: 120px;
    font-size: 1.6rem;
    position: absolute;
    top: 5px;
    left: 52%;
    border: 1px solid #2c357a !important;
    height: 40px;
    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;
  }
  .main-MV .main-MV_text-03 ul li a {
    width: 220px;
    height: 40px;
    font-size: 1.4rem;
    padding: 0;
  }
  .main-MV .main-MV_text-03 ul li a:after {
    margin-top: -1px;
    width: 10px;
    height: 10px;
    border-top: solid 2px white;
    border-right: solid 2px white;
  }
  .main-MV .main-MV_text .main-MV_text-01 img {
    width: 100%;
  }
  .main-contents-header .main-MV .main-MV_text {
    top: -25px;
  }
  .top-mainvisual__video video {
    width: 150%;
  }
  .main-MV .main-MV_text-03 ul {
    margin-top: 0;
  }
  .main-MV .main-MV_text .main-MV_text-02 {
    margin-top: 0;
  }
  .main-MV .main-MV_text .main-MV_text-02 img {
    left: 40px;
    top: -160px;
    width: 225px;
    padding: 0;
    margin: 0;
    opacity: .5;
  }
  .main-MV .top-mainvisual__video::after {
    height: 98%;
  }
  .main-contents .concept_title_c {
    text-align: left;
  }
  .sec-main-body {
    padding: 30px 15px 30px;
  }
  .img_text_wrapper {
    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;
  }
  .main-contents .img_text_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-contents .img_text_wrapper_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-contents .img_text_wrapper_n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contents .img_text_wrapper_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-contents .img_text_wrapper_l .txt_box,
  .main-contents .img_text_wrapper .txt_box {
    min-width: 100%;
    padding-top: 30px;
  }
  .main-contents .concept_title_r {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .main-contents .concept_lead_r {
    padding: 5px 15px;
    font-size: 1.4rem;
  }
  .main-contents .sect_box .sec_title_2 {
    padding: 60px 15px 10px 15px;
  }
  .main-contents .sect_box .sec_title_2 .concept_title_c {
    text-align: center !important;
  }
  .main-contents .concept_title_l {
    padding: 0 15px 5px 15px;
  }
  .main-contents .concept_lead_l {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .main-contents .sec_title {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  section#about {
    padding-bottom: 60px;
  }
  section#about .concept_title3_r {
    padding: 30px 15px 15px 60px;
  }
  .main-contents .concept_lead3_r {
    padding: 0 15px 0 15px;
    font-size: 1.4rem;
  }
  .main-contents .sect_box .sec_title_3 {
    padding: 20px 15px 30px;
  }
  section#concept {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  section#concept .concept_title_c {
    text-align: center !important;
  }
  section#feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec-main-body2 {
    padding: 0 15px 30px 15px;
  }
  .main-contents .img_text_wrapper_l .img_box_fig img,
  .main-contents .img_text_wrapper .img_box_fig img,
  .main-contents .img_text_wrapper_n .img_box_fig img {
    padding-top: 20px;
    max-width: 100%;
  }
  .main-contents .img_text_wrapper .img_box_circle,
  .main-contents .img_text_wrapper_n .img_box_circle {
    text-align: center;
    padding: 40px 0 0 0;
  }
  .main-contents .img_text_wrapper .img_box_circle p,
  .main-contents .img_text_wrapper_n .img_box_circle p {
    margin-top: 10px;
  }
  .main-contents .sect_box .sec_title_5 {
    padding: 30px 15px 0;
  }
  .sec-main-inner .profile_wrapper {
    margin: 30px 15px;
  }
  .profile_wrapper .photo_frame img {
    padding: 30px 30px 20px 0;
    margin: 0 15px;
    width: 100%;
  }
  .sec-main-inner .profile_wrapper .photo_frame {
    display: block;
    padding: 0;
  }
  .sec-main-inner .profile_wrapper .photo_frame .presentation {
    padding-left: 15px;
  }
  .sec-main-inner .profile_wrapper .photo_frame .presentation p {
    font-size: 1.4rem;
  }
  .main-contents .concept_lead3_l {
    padding: 15px 15px 0 0;
  }
  .books_img.block-sp div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #feature2 .title_under_lead {
    width: 100%;
    text-align: left;
    padding: 20px;
    margin: 0;
    font-size: 1.4rem;
  }
  .feature_slide .person_box {
    width: 93%;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .feature_slide .person_box img {
    padding: 15px 0 0 15px;
    width: 40%;
  }
  .feature_slide .person_box span.name {
    position: absolute;
    top: 10px;
    left: 175px;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Noto Serif JP';
  }
  .feature_slide .person_box span.attachment1 {
    position: absolute;
    top: 45px;
    left: 175px;
    font-size: 1.4rem;
  }
  .feature_slide .person_box span.attachment2 {
    position: absolute;
    top: 70px;
    left: 175px;
    font-size: 1.4rem;
  }
  .feature_slide .person_box {
    min-height: 355px;
  }
  .feature_slide .person_box p {
    padding: 15px;
    font-size: 1.4rem;
  }
  .slick-dots {
    top: 375px;
  }
  #learning {
    width: 100%;
    padding: 0 15px 60px 15px;
  }
  #learning .learning_lead,
  .main-contents .step_tbl .right_col {
    width: 100%;
    font-size: 1.4rem;
  }
  .main-contents .flex_row_imgs_sp {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main-contents .flex_row_imgs_sp img {
    width: 100%;
  }
  .sec-main-body5,
  .main-contents .sect_box2 {
    width: 100%;
  }
  .qa_session_sp {
    background-color: #f3eee9;
  }
  .qa_session_sp p {
    padding: 15px;
    font-size: 1.4rem;
  }
  .main-contents .qa_img_wrapper {
    width: 100%;
    display: block;
  }
  .main-contents .qa_img_wrapper .qa_img_box img {
    width: 100%;
    height: auto;
  }
  .main-contents .qa_img_wrapper h3 {
    padding: 15px 0;
  }
  .main-contents .output_wrapper {
    display: block;
    width: 100%;
  }
  .sec-main-body3 {
    padding: 20px 0 30px 0;
  }
  .main-contents .output_wrapper .circle_box {
    padding: 0 0 45px 0;
  }
  .sec-main-body3,
  .main-contents .privilege_box .privilege_notice {
    width: 100%;
  }
  .main-contents .privilege_box {
    margin: 0;
    padding: 15px;
    width: 100%;
  }
  #purchase .img_first .img_txt img {
    width: 90%;
  }
  .concept_title_c_wh {
    font-size: 1.6rem;
  }
  #footer {
    height: 230px;
  }
  .corp_logo {
    margin-top: 10px;
  }
  #QA .faq-icon-Q,
  #QA .faq-icon-A {
    color: #db4646;
    padding-right: 10px;
    padding-left: 0;
  }
  #QA .card {
    padding-bottom: 10px;
  }
  #QA .sec-acd_header-ttl:before,
  #QA .sec-acd_header-ttl:after {
    right: -40px;
    top: 28px;
  }
  #QA .card-body dl dd p,
  .main-contents .output_wrapper .circle_box p {
    width: 100%;
  }
  #QA .card-header {
    height: auto;
    display: inline-block;
    padding-left: 10px;
    width: 84%;
  }
  #QA .q_sp {
    padding-left: 38px;
    width: 112%;
    display: block;
    margin-top: -32px;
    font-size: 1.4rem;
  }
  #QA .card-body dl dd p {
    font-size: 1.4rem;
  }
  #QA .main-contents .sect_box {
    padding-bottom: 20px;
  }
  .main-contents .privilege_inner .btns_box .btns_row .btn-primary {
    height: auto;
    border: 2px solid #2c357a;
    font-size: 1.8rem;
  }
  .main-contents .privilege_inner .btns_box .btns_row .btn-outline-primary {
    height: auto;
    font-size: 1.8rem;
  }
  .footerTopIn .pageTop a:before {
    top: 19px;
    width: 14px;
    height: 14px;
    left: 57%;
  }
  header#gloval-header.is-fixed {
    background-color: #fff;
    z-index: 9999;
    position: fixed !important;
  }
  .btnbar-nav li {
    padding: 10px 0;
  }
  .sec-main-inner .profile_wrapper .books_img img {
    width: 160px;
    height: 230px;
    padding: 15px;
  }
  .img_box_fig,
  .faq_wrapper {
    padding: 0 15px;
  }
  .img_box_fig img,
  .faq_wrapper img {
    padding-top: 20px !important;
    width: 100%;
    max-width: 100% !important;
  }
  .main-contents .concept_title_under {
    border: none;
    display: block;
    line-height: 1.5;
  }
  #header-concept a,
  #header-feature a,
  #header-learning a,
  #header-purchase a {
    color: #222;
  }
  .MV-bottom_nav {
    display: none;
  }
  .sec-main-inner .movie_wrapper {
    margin: 0 auto;
  }
  .container {
    width: auto !important;
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .slick-dotted.slick-slider {
    width: 100%;
  }
}
.btn-primary-red{
    color: #fff;
    background-color: #bf1818;
    border-color: #bf1818;
}