@charset "utf-8";
/* CSS Document */
/*  fonts
-------------------------------------------- */

@media (max-width: 959px) {

 h1,
 .h1 {
  font-size: 2.8rem;
 }

 h2,
 .h2 {
  font-size: 2.4rem;
 }

 h3,
 .h3 {
  font-size: 1.8rem;
 }

 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;
}

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* 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;
}

/* 会員 */
#menber_box{
    margin: 2em 0;
    line-height: 1.4em;
    background: #191970;
    padding: 1.2em 1em;
}
#menber_box p#mb{margin-bottom: 0.4em;}
#menber_box p#small_tex{
    font-size: 0.8em;
    margin-bottom: 1em;
}
#menber_box a{color: #fff;font-weight: 600;font-size: 0.9em;padding: 0.8em 1em;}
div#white_box{background: #fff;padding: 1em 1em 1.2em; margin: 0 2%; width: 96%;}
#menber_box h3{text-align: center;font-size: 1.4em;margin-bottom: 0.6em;color: #fff;}
@media screen and (max-width: 767px){
    #menber_box h3{line-height: 1.4em;font-size: 1.2em;}
    #menber_box p#mb{font-size: 0.9em;}
    #menber_box.btn--orange,
    #menber_box a.btn--orange{line-height: 1.2em;}
    #menber_box p#small_tex{font-size: 0.7em;}
}
#menber_box.btn--orange,
#menber_box a.btn--orange {
  border-radius:5px;
  background-color: #eb6100;
}
#menber_box btn--orange:hover,
#menber_box a.btn--orange:hover {
  border-radius:5px;
  background: #f56500;
}
@media (max-width: 767px) {

 .img-sp,
 .block-sp {
  display: block !important;
 }

 .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: flex;
  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: flex;
 flex-direction: row;
 justify-content: 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: flex;
 justify-content: flex-end;
 align-items: center;
 position: relative;
 z-index: 40;
 width: 100%;
 margin-right: 100px;
}

.headerCenter .btnbar-nav,
.MV-bottom_nav .btnbar-nav {
 display: flex;
 flex-direction: row;
 justify-content: 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: 70px;
}

.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;
 transform: scale(0, 1);
 transform-origin: left top;
 transition: transform .3s;
}

.headerCenter .btnbar-nav a:hover::after {
 transform: scale(1, 1);
}

.MV-bottom_nav .btnbar-nav a {
 color: #fff;
 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: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 color: #fff;
 font-family: 'Noto Serif JP';
 margin-top: 70px;
}

/* main-contents-header */
.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::after {
 content: '';
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(67, 38, 9, 0.7);
}

.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 {
 animation-name: textFade;
 animation-duration: 3.5s;
 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;
 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;
 left: 300px;
 top: -390px;
 width: 340px;
 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: flex;
 justify-content: 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 {
 width: 240px;
 height: 60px;
 color: rgba(105, 73, 41, 0.9);
 ;
 font-family: 'Noto Sans JP';
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight: 700;
 font-size: 2rem;
}

.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;
}

@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: #5b3d22;
 height: 280px;
}

.main-contents-footer {
 position: relative;
 z-index: 700;
}

.main-contents-footer .footer-inner {
 padding-top: 20px;
 padding-bottom: 20px;
 display: flex;
 flex-direction: row;
 justify-content: flex-start;
 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: flex;
 justify-content: 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 {
  flex-direction: column;
  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;
 box-sizing: border-box;
 background: #df5858;
 text-decoration: none;
 border-radius: 50%;
}

.footerTopIn .pageTop a:before {
 content: '';
 position: absolute;
 z-index: 501;
 top: 43%;
 left: 53%;
 width: 18px;
 height: 18px;
 display: block;
 border-top: solid 2px rgba(255, 255, 255, 1);
 border-right: solid 2px rgba(255, 255, 255, 1);
 border-radius: 2px;
 margin-left: -10px;
 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;
 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;
 box-sizing: content-box;
 width: 100%;
 background-color: #fff;
 box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.08);
 overflow: hidden;
}

#footerFixBtn .footerFixBtnIn {
 margin: 0 auto;
 padding: 10px 0;
 display: flex;
 flex-direction: row;
 justify-content: 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: 60px;
}

.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: flex;
  flex-direction: row;
  justify-content: 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;
 }
}

@keyframes textFade {

 0%,
 25% {
  opacity: 0;
 }

 100% {
  opacity: 1;
 }
}

.main-contents .sect_box {
 display: flex;
 justify-content: center;
}

.main-contents .sect_box2 {
 display: flex;
 justify-content: left;
}

.main-contents .sect_box .sec_title_2 {
 padding: 80px 0 60px 0;
}

.main-contents .sect_box .sec_title_3 {
 padding: 40px 0 80px 0;
}

.main-contents .sect_box .sec_title_4 {
 padding: 0 0 60px 0;
}

.main-contents .sect_box .sec_title_5 {
 padding: 0 0 60px 0;
}

.main-contents .sec_title {
 font-size: 1.4rem;
 font-weight: 700;
 color: #2c357a;
 position: relative;
}

.main-contents .sec_title:after {
 display: block;
 content: "";
 position: absolute;
 top: 24px;
 left: 15px;
 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: flex;
 justify-content: center;
}

.main-contents .img_text_wrapper_n {
 display: flex;
 justify-content: center;
 margin-bottom: 60px;
}

.main-contents .img_text_wrapper_l {
 display: flex;
 justify-content: left;
}

.main-contents .img_text_wrapper_l .img_box,
.main-contents .img_text_wrapper .img_box {}

.main-contents .img_text_wrapper_l .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 .img_box_fig img {
 max-width: 420px;
}

.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-left: 66px;
}

.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_title_c strong,
.main-contents .concept_title_l strong {
 font-weight: 700;
 color: #2c357a;
}

.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: 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: 25px 0 0 54px;
}

.main-contents .concept_lead_l {
 font-weight: 500;
 color: #222;
 font-size: 1.6rem;
 text-align: left;
 padding: 25px 100px 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: 30px 40px 0 0;
}

section#about {
 padding-bottom: 80px;
}

section#concept {
 padding-bottom: 80px;
}

section#concept {
 background-color: #f3eee9;
 padding-bottom: 120px;
 position: relative;
}

section#concept::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 border-bottom: 10vw solid #fff;
 border-left: 100vw solid transparent;
}

section#concept::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 border-bottom: 10vw solid #fff;
 border-right: 100vw solid transparent;
}

section#feature {
 padding-bottom: 80px;
}

.sec-main-inner .movie_wrapper {
 max-width: 1000px;
 display: flex;
 justify-content: center;
 margin: 0 auto 80px auto;
}

.sec-main-inner .profile_wrapper {
 max-width: 1000px;
 background-color: #f3eee9;
 margin: 0 auto;
 padding-bottom: 20px;
}

.sec-main-inner .profile_wrapper .photo_frame {
 padding: 40px 0 0 40px;
 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 h3 {
 text-align: center;
 font-size: 2rem;
 margin-top: 30px;
}

.sec-main-inner .profile_wrapper .books_img {
 display: flex;
 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: 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: 80px;
}

#learning .learning_lead {
 width: 1000px;
}

.main-contents .step_tbl {}

.main-contents .step_tbl .flex_row {
 display: flex;
 justify-content: start;
 align-items: center;
 font-family: 'Noto Serif JP';
 margin-bottom: 5px;
}

.main-contents .flex_row_imgs {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 1000px;
 margin-top: 40px;
}

.main-contents .step_tbl .left_col {
 width: 260px;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 85px;
}

.main-contents .step_tbl .left_col.prologue {
 background-color: #b58a5e;
}

.main-contents .step_tbl .left_col.step1 {
 background-color: #9d744b;
 height: 200px;
}

.main-contents .step_tbl .left_col.step2 {
 background-color: #845e39;
 height: 330px;
}

.main-contents .step_tbl .left_col.step3 {
 background-color: #694929;
 height: 256px;
}

.main-contents .step_tbl .left_col.epilogue {
 background-color: #50361d;
}

.main-contents .step_tbl .right_col.step1 {
 height: 200px;
}

.main-contents .step_tbl .right_col.step2 {
 height: 330px;
}

.main-contents .step_tbl .right_col.step3 {
 height: 256px;
}

.main-contents .step_tbl .left_col p {
 font-size: 2.4rem;
 font-weight: 700;
 color: #fff;
}

.main-contents .step_tbl .left_col p span.step1 {
 display: block;
 text-align: center;
 color: #9d744b;
 font-size: 1.8rem;
 font-family: 'Noto Sans JP';
 width: 88px;
 height: 28px;
 line-height: 28px;
 background-color: #fff;
 margin: 0 auto;
 border-radius: 20px;
}

.main-contents .step_tbl .left_col p span.step2 {
 display: block;
 text-align: center;
 color: #845e39;
 font-size: 1.8rem;
 font-family: 'Noto Sans JP';
 width: 88px;
 height: 28px;
 line-height: 28px;
 background-color: #fff;
 margin: 0 auto;
 border-radius: 20px;
}

.main-contents .step_tbl .left_col p span.step3 {
 display: block;
 text-align: center;
 color: #694929;
 font-size: 1.8rem;
 font-family: 'Noto Sans JP';
 width: 88px;
 height: 28px;
 line-height: 28px;
 background-color: #fff;
 margin: 0 auto;
 border-radius: 20px;
}

.main-contents .step_tbl .right_col {
 width: 740px;
 padding: 30px 40px;
 background-color: #f3eee9;
 height: 85px;
}

.main-contents .step_tbl .right_col p.lead {
 font-size: 1.8rem;
 font-weight: 700;
 margin-bottom: 5px;
}

.main-contents .step_tbl .right_col p.step {
 font-size: 1.6rem;
 font-weight: 500;
 font-family: 'Noto Sans JP';
}

.main-contents .qa_session_sec {
 display: flex;
 justify-content: space-between;
 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: flex;
 align-items: center;
 padding-left: 30px;
 margin-bottom: 5px;
}

.main-contents .qa_img_wrapper {
 display: flex;
 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: flex;
 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; */
 padding: 0.6em 0.8em;/* 追加 */
 display: flex;
 justify-content: 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 {
 padding-bottom: 50px;
}

#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 .purchase_privilege {
 display: flex;
 justify-content: center;
 padding-top: 80px;
 padding-bottom: 40px;
}

.main-contents .purchase_privilege .privilege_ttl {
 background-color: #2c357a;
 color: #fff;
 font-size: 2.4rem;
 font-weight: 700;
 width: 300px;
 height: 80px;
 padding: 5px;
 display: block;
 text-align: center;
}

.main-contents .purchase_privilege .privilege_ttl p {
 font-size: 1.4rem;
}

.main-contents .privilege_inner .privilege_tbl_row {
 width: 1000px;
 display: flex;
 justify-content: start;
 margin-bottom: 5px;
}

.main-contents .privilege_inner .privilege_tbl_row .left_col {
 display: flex;
 justify-content: center;
 align-items: center;
 font-family: 'Noto Serif JP';
 font-weight: 700;
 font-size: 2.4rem;
}

.main-contents .privilege_inner .privilege_tbl_row .left_col p.num {
 font-size: 4.2rem;
 margin-bottom: 10px;
 margin-left: 3px;
}

.main-contents .privilege_inner .privilege_tbl_row .left_col.privilege1 {
 background-color: #9d744b;
 color: #fff;
 width: 200px;
 height: 160px;
}

.main-contents .privilege_inner .privilege_tbl_row .left_col.privilege2 {
 background-color: #845e39;
 color: #fff;
 width: 200px;
 height: 200px;
}

.main-contents .privilege_inner .privilege_tbl_row .left_col.privilege3 {
 background-color: #694929;
 color: #fff;
 width: 200px;
 height: 130px;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col {
 width: 800px;
 padding: 25px 40px 5px 40px;
 background-color: #f3eee9;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col.privilege1 {
 height: 160px;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col.privilege2 {
 height: 200px;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col.privilege3 {
 height: 130px;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col p.lead {
 font-size: 2rem;
 font-family: 'Noto Serif JP';
 font-weight: 700;
 line-height: 3rem;
}

.main-contents .privilege_inner .privilege_tbl_row .right_col p.notice {
 font-size: 1.4rem;
}

.main-contents .privilege_inner .payment_box {
 position: relative;
 width: 1000px;
 height:780px;
 background-color: #f3eee9;
 margin-top: 60px;
}

.main-contents .privilege_inner .payment_box h3 img {
 display: block;
 margin: 0 auto;
 padding-top: 40px;
}

.main-contents .privilege_inner .privilege_row {
 margin-top: 30px;
 display: flex;
 justify-content: center;
}

.main-contents .privilege_inner .privilege_row .payment_left img {
 width: 420px;
 height: 240px;
}

.main-contents .privilege_inner .privilege_row .payment_right {
 width: 380px;
 padding-left: 30px;
}

.main-contents .privilege_inner .privilege_row .payment_right .case {
 background-color: #845e39;
 margin: 5px 0;
 color: #fff;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 250px;
}

.main-contents .privilege_inner .privilege_row .payment_right .sets {
 line-height: 20px;
 margin: 10px 0;
}

.main-contents .privilege_inner .privilege_row .payment_right .pay {
 line-height: 20px;
 margin: 10px 0;
}

.main-contents .privilege_inner .privilege_row .payment_right .detail {
 font-size: 2.8rem;
 color: #2c357a;
 font-weight: 700;
 line-height: 3.6rem;
}

.main-contents .privilege_inner .btns_box {
 position: relative;
 width: 1000px;
 height: 195px;
 background-color: #fff;
 margin-top: 60px;
}

.main-contents .privilege_inner .btns_box .btns_row {
 display: flex;
 justify-content: center;
 width: 1000px;
}

.main-contents .privilege_inner .btns_box .btns_row .btn-primary {
 height: 60px;
 margin: 15px;
 width: 260px;
}

.main-contents .privilege_inner .btns_box .btns_row .btn-outline-primary {
 height: 60px;
 margin: 15px;
 border: 2px solid;
 width: 260px;
}

#QA {
 background-color: #f3eee9;
 padding-bottom: 70px;
}

.faq_wrapper {
 display: flex;
 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%);
 -ms-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);
 -ms-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);
 -ms-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;
}

 .flex_box{
  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;
  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: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  display: block !important;
  left: 0;
 }

 .sab-nav {
  display: none;
 }

 .sab-nav_header {
  width: 30%;
  display: flex;
  flex-direction: column;
  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%;
  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: flex;
  flex-direction: row;
  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: flex;
  flex-direction: column;
  justify-content: 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 {
  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: flex;
  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 {
  background-color: #2c357a !important;
  width: 120px;
  font-size: 1.6rem;
  position: absolute;
  top: 5px;
  left: 55%;
  border: 1px solid #2c357a !important;
  height: 40px;
  display: flex;
  justify-content: 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: flex;
  justify-content: center;
  align-items: center;
 }


 .main-MV .main-MV_text-03 ul li a {
  width: 150px;
  height: 40px;
  font-size: 1.4rem;
  padding: 0;
 }

 .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: -220px;
  width: 200px;
  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 10px;
 }

 .img_text_wrapper {
  display: flex;
  flex-direction: column-reverse;
 }

 .main-contents .img_text_wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
 }

 .main-contents .img_text_wrapper_n {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
 }

 .main-contents .img_text_wrapper_l {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
 }

 .main-contents .img_text_wrapper_l .txt_box,
 .main-contents .img_text_wrapper .txt_box {
  min-width: 100%;
  padding-bottom: 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 .img_text_wrapper_l .img_box,
 .main-contents .img_text_wrapper .img_box {
  width: 100%;
  height: 200px;
  margin: 40px 0;
 }

 .main-contents .img_text_wrapper_l .img_box img,
 .main-contents .img_text_wrapper .img_box img {
  width: 100%;
  margin-top: -45px;
 }

 .main-contents .sect_box .sec_title_2 {
  padding: 30px 15px 10px 15px;
 }

 .main-contents .concept_title_l {
  padding: 0 15px 5px 15px;
 }

 .main-contents .concept_lead_l {
  padding: 0 15px;
  font-size: 1.4rem;
 }

 section#about {
  padding-bottom: 30px;
 }

 .main-contents .concept_title3_r {
  padding: 0 15px 15px 15px;
 }

 .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-bottom: 85px;
 }

 section#concept::before,
 section#concept::after {
  border-bottom: 20vw solid #fff;
 }

 section#feature {
  padding-top: 10px;
 }

 .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 {
  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;
 }

 .sec-main-inner .profile_wrapper {
  margin: 0 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: flex;
  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 .step_tbl .flex_row {
  display: block;
  margin-bottom: 15px;
 }

 .main-contents .step_tbl .left_col p {
  font-size: 2rem;
 }

 .main-contents .step_tbl .right_col p.lead {
  font-size: 1.6rem;
 }

 .main-contents .step_tbl .right_col p.step {
  font-size: 1.4rem;
 }

 .main-contents .step_tbl .left_col.prologue,
 .main-contents .step_tbl .left_col.step1,
 .main-contents .step_tbl .left_col.step2,
 .main-contents .step_tbl .left_col.step3,
 .main-contents .step_tbl .left_col.epilogue {
  width: 100%;
  font-size: 2rem;
  height: 85px;
 }

 .main-contents .step_tbl .left_col p span.step1,
 .main-contents .step_tbl .left_col p span.step2,
 .main-contents .step_tbl .left_col p span.step3 {
  width: 80px;
  height: 24px;
  line-height: 24px;
 }

 .main-contents .step_tbl .right_col.step1,
 .main-contents .step_tbl .right_col.step2,
 .main-contents .step_tbl .right_col.step3 {
  height: auto;
  padding: 15px;
 }

 .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%;
 }

 .main-contents .purchase_privilege {
  padding-top: 40px;
 }

 .main-contents .purchase_privilege .privilege_ttl {
  font-size: 1.6rem;
  width: 210px;
  height: 60px;
 }

 .main-contents .purchase_privilege .privilege_ttl p {
  font-size: 1.4rem;
 }

 .main-contents .privilege_inner {
  padding: 0 15px;
 }

 .main-contents .privilege_inner .privilege_tbl_row {
  width: 100%;
  display: block;
  margin-bottom: 15px;
 }

 .main-contents .privilege_inner .privilege_tbl_row .left_col.privilege1,
 .main-contents .privilege_inner .privilege_tbl_row .left_col.privilege2,
 .main-contents .privilege_inner .privilege_tbl_row .left_col.privilege3 {
  width: 100%;
  height: 100px;
  font-size: 2rem;
 }

 .main-contents .privilege_inner .privilege_tbl_row .right_col {
  width: 100%;
  padding: 10px;
  height: auto !important;
 }

 .main-contents .privilege_inner .privilege_tbl_row .left_col p.num {
  font-size: 3.2rem;
  margin-bottom: 5px;
 }

 .main-contents .privilege_inner .payment_box {
  width: 100%;
  height: auto !important;
 }

 .main-contents .privilege_inner .payment_box h3 img {
  width: 85%;
 }

 .main-contents .privilege_inner .privilege_row {
  padding: 0 15px 25px 15px;
  display: block;
 }

 .main-contents .privilege_inner .privilege_row .payment_left img {
  width: 100%;
  height: auto;
 }

 .main-contents .privilege_inner .privilege_tbl_row .right_col p {
  font-size: 1.4rem;
 }

 .main-contents .privilege_inner .privilege_row .payment_right .detail {
  font-size: 2.4rem;
 }

 .main-contents .privilege_inner .privilege_tbl_row .right_col p.lead {
  font-size: 1.8rem;
 }

 .main-contents .privilege_inner .privilege_row .payment_right {
  width: auto;
  padding: 20px 0;
 }

 .main-contents .privilege_inner .btns_box {
  width: 100%;
 }

 .main-contents .privilege_inner .btns_box .btns_row {
  display: block;
  text-align: center;
  width: 100%;
 }

 .main-contents .privilege_inner .btns_box {
  margin-top: 40px;
  height: auto !important;
 }

 .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;
 }

 .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;
 }

 .main-contents .concept_title_under_thin {
  width: 34.5rem;
 }
 .slick-dotted.slick-slider{
  width: 100%;
 }
 
}
/*
オンラインプログラムとは
 ----------------------------------------------------------
*/
.white_bg{background: #fff;padding: 0 30px 30px;}
.about-program-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-program-title-wrap {
    gap: 10px;
    -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;
  }
}
.about-program-title h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .about-program-title h3 {
    font-size: 1.8rem;
    background-color: #F6EFE7;
  }
}
.about-program-title p {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-program-title p {
    font-size: 1.6rem;
  }
}
.about-program-img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .about-program-img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}

.flow {
  background-color: #F6EFE7;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10px 10px;
  }
}
.flow h4 {
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5em 0 1.6em;
}
.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flow-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
    gap: 34px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow-item {
  font-size: 14px;
  display: block;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .flow-item {
    width: 100%;
  }
}
.flow-item{
  padding: 4px 16px 4px 20px;
  background: #5A1E0F;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          /*justify-content: center;*/
}
@media screen and (max-width: 768px) {
  .flow-item {
    height: auto;
  }
}
.flow-item::before, .flow-item::after {
  content: "";
  position: absolute;
  right: -1px;
}
.flow-item::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 48px 0;
  border-color: transparent #F6EFE7 transparent transparent;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .flow-item::before {
    display: none;
  }
}
.flow-item::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 48px 10px;
  border-color: transparent transparent #F6EFE7 transparent;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .flow-item::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-color: #5A1E0F transparent transparent transparent;
  }
}
.flow-item span {
  position: absolute;
  bottom: 100%;
  left: 0;
  color: #5A1E0F;
}
.flow-item {
  width : calc(100% / 3) ;
}
@media screen and (max-width: 768px) {
  .flow-item{
    margin-top: -10px;
    width: 100%;
  }
}

/*------------------------------------------  2023年10月追加コンテンツ用CSS -*/
/*-  下矢印タイトル -*/
#utilizeTitle {}

.utilizeTitle  {
	text-align:center;
	background: #f3eee9;
	position: relative;
	margin-bottom: calc(10vw + 0px);  
	padding-top:100px;
	padding-bottom:40px;
}
@media screen and (max-width: 768px) {
	.utilizeTitle {
		padding-top:60px;
	}
}
.utilizeTitle  :after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 7vw 50vw 0 50vw;
	border-style: solid;
	border-color: #f3eee9 transparent transparent transparent;  
}

.utilizeTitle  h3 {
	font-weight:700;
	font-family: 'Noto Serif JP';
}
.utilizeTitle  h2 {
	font-weight:900;
	font-family: 'Noto Serif JP';
}
/*-  活用コンテンツ全体 -*/
#utilize {}
.utilize {
	width:1000px;
	display:block;
	margin:0 auto 40px;	
}
@media screen and (max-width: 768px) {
	.utilize {
		width:96%;
		margin:0 auto;
	}
}
.utilize h4 {
	text-align:center;
	font-weight:700;
	font-family: 'Noto Serif JP';
	margin:0 auto 40px;
}
/*- 各見出しタイトル -*/
.utSecTitle {	
	text-align:center;
	margin:0 auto 40px;
}
.utilize h3 {
	display:inline-block;
	font-weight:700;
	font-family: 'Noto Serif JP';
	border-bottom:2px solid #000000;
	padding:2px 5px;
	margin-bottom:5px;
}
@media screen and (max-width: 768px) {
	.utSecTitle h3 {
		font-size:2.7rem;
	}
}
/*---------------------------------------------  3つの流れ -*/
.threeFlow {
	width:100%;
	display:flex;
	justify-content: space-between;
	margin:0 auto 40px;
}
.threeFlow .eachFlow {
	width:29%;
	background-color:#f3eee9;
}
.eachFlow .stepArrow {
	display:block;
	height:70px;
	position:relative;
}
.eachFlow:first-child .stepArrow {	
	background-color:#b58a5e;
}
.eachFlow:nth-child(2) .stepArrow {
	background-color:#845e39;
}
.eachFlow:last-child .stepArrow {
	background-color:#50361d;
}
.stepArrow dl {
	display:flex;
	width:100%;	
}
.stepArrow dl dt {
	text-align:center;
	width:15%;
	font-family: 'Noto Serif JP';
	font-weight:900;
	color:#ffffff;
	font-size:5rem;	
	line-height:140%;
}
.stepArrow dl dd {
	padding:10px;
	width:84%;
	font-family: 'Noto Serif JP';
	font-weight:500;
	color:#ffffff;
	font-size:1.2rem;
	line-height:140%;
}
.stepArrow::after {
  content: "";
  position: absolute;
	top:0;
  right: -40px;
  border-left: 20px solid #b58a5e;
  border-top: 35px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid transparent;
}
.eachFlow:nth-child(2) .stepArrow::after {border-left: 20px solid #845e39;} 
.eachFlow:last-child .stepArrow::after {content:none;}

dl.arrowCon {
	width:86%;
	margin:20px auto;
}

dl.arrowCon dt {
	width:100%;
	margin-bottom:20px;
}
dl.arrowCon dt img {
	width:100%;
	border:1px solid #2c357a;
}

dl.arrowCon dd {
	font-size:1.3rem;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	color:#333333;
}

@media screen and (max-width: 768px) {
	.threeFlow {
		flex-direction: column;
	}
	.threeFlow .eachFlow {
		width:80%;
		margin:0 auto 40px;
	}
	.stepArrow::after {
		position:absolute;
		top:435px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		
		border-left: 90px solid transparent;
		border-top: 20px solid #b58a5e;
		border-right: 90px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.eachFlow:nth-child(2) .stepArrow::after {
		border-left: 90px solid transparent;
		border-top: 20px solid #845e39;
	} 
}
/*---------------------------------------------  得られる三つのこと -*/
.threePoint {
	width:100%;
	display:flex;
	justify-content: space-around;
}
.threePoint dl {
	width:27%;
}

.threePoint dl dt {
	margin-bottom:20px;
}

.threePoint dl dt img{
	width:100%;
}
.threePoint dl dd {
	font-size:1.5rem;
	font-family: 'Noto Sans JP';
	font-weight: 700;
}

.threePoint dl dd h4 {
	text-align:center;
	font-weight:700;
	font-family: 'Noto Serif JP';
	font-size:2.6rem;
	color:#2c357a;
	padding:0;
	margin:0 0 10px 0;;
}
@media screen and (max-width: 768px) {
	.threePoint {
		width:80%;
		margin:0 auto;
		flex-direction:column;
	}
	.threePoint dl {
		width:100%;
		margin-bottom:40px;
	}
}
/*---------------------------------------------  3つのサポート -*/
.threeSupport {
	display:flex;
	justify-content: space-around;
	width:100%;
	background-color:#5a1e0f;
	margin:0 auto 40px;
}

.threeSupport dl {
	width:32%;	
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  transition: 0.3s;
	position: relative;
}
.threeSupport dl::before {
    content:' ';
    width: 50px;
    height: 60px;
    border-right: solid 4px #fff;
    transform: rotate(35deg);
    position: absolute;
    top: calc(50% - 19px);
    right: 10px;
}

.threeSupport dl::after {
   content:' ';
   width: 50px;
   height: 60px;
   border-right: solid 4px #fff;
   transform: rotate(-35deg);
   position: absolute;
   top: calc(40% - 32px);
   right: 10px;
 }
.threeSupport dl:last-child::before,
.threeSupport dl:last-child::after {
	border:none;
}
.threeSupport dl dt {
	width:15%;
	font-family: 'Noto Serif JP';
	font-weight:900;
	color:#ffffff;
	font-size:5rem;
	
}
.threeSupport dl dd {
	padding:10px;
	width:84%;
	font-family: 'Noto Serif JP';
	font-weight:500;
	color:#ffffff;
	font-size:1.4rem;
}

@media screen and (max-width: 768px) {
	.threeSupport {
		marign:0 auto;
		width:80%;
		flex-direction:column;
	}
	.threeSupport dl {
		width:100%;
		padding:20px;
	}
	.threeSupport dl::before {
		width: 0;
		height: 307px;
		transform: rotate(105deg);
		top: calc(10% - 60px);
		left:0;
	}
	.threeSupport dl::after {
		width: 0;
		height: 307px;
		transform: rotate(-105deg);
		top: calc(10% - 60px);
		right:0;
	}
}
/*---------------------------------------------  サポートスケジュール -*/
.supSche {
	padding:20px;
	width:100%;
	background-color:#f3eee9;
	margin:0 auto 40px;
}
.stepScene {
	width:100%;
	height:120px;
	background:url(../images/steps.jpg)top center no-repeat;
	background-size:cover;
	margin-bottom:10px;
}


ul.stepLabel {
	display:flex;
	justify-content: space-between;
	margin-left:120px;
	margin-bottom:10px;
	list-style-type: none;
}
ul.stepLabel li {
	width:19%;
	background-color:#5a1e0f;
	color:#ffffff;
	text-align:center;
	font-family: 'Noto Sans JP';
	font-weight: 500;
	font-size:1.2rem;
	padding:4px 5px;
	line-height:120%;
	list-style-type: none;
}
ul.stepLabel li span {
	font-size:.9rem;
	margin-left:3px;
}

.iconStep {
	width:100%;
	display:flex;	
	justify-content: space-around;	
	margin-bottom:10px;
}
.iconStep img {
	width:6%;
}

.startIcon {
	background-color:#5a1e0f;
	border-radius:50px;
	padding:10px;
	color:#ffffff;
	font-family: 'Noto Serif JP';
	font-weight:700;
	font-size:14px;
	display:inline-block;
}
.arrowFlow {
	display:inline-block;
	background-color:#ffffff;
	color:#d6cdc4;
	font-family: 'Noto Serif JP';
	font-weight:900;
	font-size:14px;
	padding:2px 20px;
	margin-top:10px;
    position:  relative;
	align-self: flex-start;
}
.arrowFlow:after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #ffffff;
    position:  absolute;
    top: -25%;
    left: 100%;
}

.firstFlow {
	position:relative;
}

.firstFlow .arrowFlow {
	margin-left:-10px;
	position:relative;
	z-index:1;
}
.firstFlow .startIcon {
	position:relative;
	z-index:2;
}

.eachStep {
	width:100%;
	display:flex;	
	justify-content: space-around;
}

.eachStep dl{
	width:18%;
	position: relative;
}

.eachStep dl::before {
    content:' ';
    width: 25px;
    height: 25px;
    border-right: solid 4px #ccc;
    transform: rotate(35deg);
    position: absolute;
    top: calc(50% - 23px);
    right: -15px;
}

.eachStep dl::after {
   content:' ';
   width: 25px;
   height: 25px;
   border-right: solid 4px #ccc;
   transform: rotate(-35deg);
   position: absolute;
   top: calc(50% - 28px);
   right: -15px;
 }
.eachStep dl:last-child::before,
.eachStep dl:last-child::after{
	border:none;
}
.eachStep dl dt {
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #d6cdc4;
	padding:2px;
	color:#5a1e0f;
	font-family: 'Noto Serif JP';
	font-weight:700;
	font-size:1.4rem;
	margin-bottom:5px;	
}
.eachStep dl dd {
	font-size:1.2rem;
	color:#666666;
}

.eachStep dl dd h5 {
	color:#5a1e0f;
	font-size:1.5rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
}

.eachStep dl.complete {
	width:10%;
	
}
.eachStep dl.complete dt {
	background-color:#f3eee9;
	border:none;
}
.eachStep dl.complete dd {
	align-self: flex-start;
	text-align:center;
}
.eachStep dl.complete dd img{
	width:80%;
	margin:10px auto;
}

@media screen and (max-width: 768px) {
	.supSche {
		width:100%;
		display:flex;
		justify-content: space-around;
		 flex-wrap: wrap;
		
	}
	ul.stepLabel {
		width:65%;
		flex-direction: column;
		margin-left:0;
		margin-top:40px;
		margin-bottom:10px;
	}
	ul.stepLabel li {
		width:100%;
		margin-bottom:60px;
		height:80px;
		padding-top:20px;
	}
	.iconStep {
		width:25%;
		flex-direction: column;
		height:900px;
	}
	.arrowFlow {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding:20px 2px;
		margin:0 auto;
	}
	.arrowFlow:after {
		content:  '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 20px 0 20px;
		border-color: #ffffff transparent transparent transparent;
		position:  absolute;
		top: 100%;
		left: -7px;
	}
	.iconStep img {
		width:60%;
		margin:0 auto;
	}
	.firstFlow {
		margin-left:20px;
		height:110px;
		
	}
	.firstFlow .startIcon {
		position:absolute;
		top:0;
		left:0;
	}
	.firstFlow .arrowFlow {
		position:absolute;
		top:30px;
		left:20px;
	}
	.eachStep {
		flex-direction:column;
	}
	.eachStep dl {
		width:100%;
		margin-bottom:40px;
	}
	.eachStep dl.complete {
		width:100%;
	}
	.eachStep dl dd {
		width:90%;
		margin:0 auto;
		font-size:1.4rem;
		text-align:center;
	}
	.eachStep dl::before {
    content:' ';
    width:0;
    height: 25px;
    border-right: solid 4px #ccc;
    transform: rotate(105deg);
    position: absolute;
    top: calc(100% - -10px);
    left: 46%;
}

.eachStep dl::after {
   content:' ';
   width: 0;
   height: 25px;
   border-right: solid 4px #ccc;
   transform: rotate(-105deg);
   position: absolute;
   top: calc(100% - -10px);
   right:46%;
 }
	.eachStep img {
		width:50%;
		margin:0 auto;
	}
}
/*---------------------------------------------  活用サポート -*/
.price {	
	width:100%;
	margin:0 auto 40px;
}
/*
.price dl {
	width:100%;
	display:flex;
	justify-content: flex-start;
	margin-bottom:20px;
}
.price dl dt {
	font-size:2rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#5a1e0f;
	padding:4px 40px 4px 20px;
	background-color:#f3eee9;
	border:solid 1px #d6cdc4;
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.price dl dt span {
	font-size:1.2rem;
}

.price dl dd {
	font-size:2.2rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
}
.price dl dd .priceLabel {
	text-align:center;
	display:inline-block;
	font-size:1rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	padding:3px 20px;
	margin:0 10px 0 10px;
	border:solid 1px #d6cdc4;	
}
.price dl dd span{
	font-size:1.2rem;
}

@media screen and (max-width: 768px) {
	.price {	
	width:80%;
}
	.price dl {
		flex-direction:column;
	}
	.price dl dt {
		margin-bottom:20px;
	}
}
*/
.price h2 {
	display:inline-block;
	font-size:1.8rem;
	font-family: 'Noto Sans JP';
	font-weight:700;
	color:#ffffff;
	padding:4px 40px 4px 20px;
	background-color:#5a1e0f;
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);	
}

dl.pgAhead {
	width:100%;
	display:flex;
	justify-content: flex-start;
	margin-bottom:20px;	
}
dl.pgAhead dt {
	padding:0;
	margin-bottom:10px;
}

dl.pgAhead dd {
	font-size:2.4rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
}
dl.pgAhead dd .priceLabel {
	text-align:center;
	display:inline-block;
	font-size:1.7rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	padding:3px 20px;
	margin:0 10px 0 10px;
	border:solid 1px #d6cdc4;	
}
dl.pgAhead dd span{
	font-size:1.4rem;
}
@media screen and (max-width: 768px) {
	dl.pgAhead {
		flex-direction: column;
	}
}


dl.pgDone {
	width:100%;
	margin-bottom:20px;	
	display:flex;
	flex-direction: column;
}
dl.pgDone dt {
	padding:0;
	margin-bottom:10px;
}
dl.pgDone dd {
	color:#000000;
	display:flex;
	justify-content: flex-start;
}
dl.pgDone dd .sum {
	width:65%;
	font-size:1.8rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	
}
dl.pgDone dd .priceLabel {
	text-align:center;
	display:inline-block;
	font-size:1.3rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	padding:1px 5px;
	margin:0 7px 0 7px;
	border:solid 1px #d6cdc4;	
}

dl.pgDone dd span.add {
	color:#985f51;
	font-size:1.5rem;
	margin:0 5px;
	font-weight:bold;
}
dl.pgDone dd .total {
	width:33%;
	font-size:2.4rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	margin-top:-5px;
}
dl.pgDone dd .totalLabel {
	text-align:center;
	display:inline-block;
	font-size:1.7rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#000000;
	padding:3px 20px;
	margin:0 10px 0 10px;
	border:solid 1px #d6cdc4;	
}
dl.pgDone dd span{
	font-size:1.4rem;
}
@media screen and (max-width: 768px) {
	dl.pgDone dd {
		flex-direction:column;
	}
	dl.pgDone dd .sum {
		width:100%;
		margin-bottom:10px;
	}
	dl.pgDone dd .total {
		width:100%;
	}
}
.askCnslt {
    display: flex;
    list-style: none;   
    overflow: hidden;
	width:100%;
	padding:0;
	border:solid 1px #5a1e0f;
	height:40px;
	margin-bottom:40px;
	
}

.toApply {
	position: relative;
	width: 250px;
	height: 40px;
	color:#ffffff;
	background: #5a1e0f;
	font-size:1.8rem;
	font-family: 'Noto Sans JP';
	font-weight:700;
	padding-left:20px;
	padding-top:3px;
	
}
.toApply::after {
  content: "";
  position: absolute;
	top:0;
  right: -40px;
  border-left: 20px solid #5a1e0f;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.askCnslt h4 {
	font-size:1.7rem;
	font-family: 'Noto Serif JP';
	font-weight:700;
	color:#5a1e0f;
	margin-left:40px;
	padding-top:5px;
}

@media screen and (max-width: 768px) {
	.askCnslt {
		height:60px;
	}
	.toApply {
		width:120px;
		height: 60px;
		font-size:1.4rem;
		padding-left:16px;
		padding-top:3px;
	}
	.toApply::after {
		right:-59px;
		border-left: 30px solid #5a1e0f;
		border-top: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid transparent;
	}
	.askCnslt h4 {
		font-size:1.5rem;
	}
}

