/* CSS Document */
html, body, p {
  padding: 0;
  margin: 0;
}
.wrapper {
  width: 1170px;
}
.logo img {
  border-radius: 0;
  vertical-align: bottom;
}
img{
  max-width: 100%;
  border-radius: 1.2rem;
}
.table img{
   max-width: 100%; 
   border-radius: 0 !important; 
}
h4 img{
   max-width: 100%; 
   border-radius: 0 !important;
    margin-left: 15px;
    
}
li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
    color: #433F3F;
}
h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}
h2 {
  font-size: 68px;
  color: #f68e5b;
  text-align: center;
  margin-bottom: 70px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  /*    font-family: 'Chillax-Bold';*/
}
h3 {
  font-size: 50px;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}
h3 span {
  display: inline;
  /*background: linear-gradient(transparent 70%, #fef624 70%);*/
}
h4 {
  margin-top: 22px;
  font-size: 30px;
  margin-bottom: 10px
}
p {
  line-height: 200%;
  font-size: 18px;
  margin: 10px 0;
}
section {
  width: 100%;
}
section.white {
  background-color: #fff;
}
section.sand {
  background-color: #f4f0ed;
}
section.dark_sand {
  background-color: #ebe6e2;
}
section.light_sand {
  background-color: #f7f5f4;
}
section.pd_Top {
  padding: 100px 0 0 0;
}
section.pd_TopBottom {
  padding: 100px 0;
}
section .secInner {
  width: 1400px;
  margin: 0 auto;
}
.summary {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 85px;
}
.summary-mb0 {
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
}

.btn_datils a span{
   display: block;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px; 
    
    
}

.btn_datils {
  /*    background-color: #f68e5b;*/
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 75%;
/*  box-shadow: 0 16px 10px 12px rgba(246, 142, 91, .1), 0 16px 10px -4px rgba(246, 142, 91, .1);*/
  position: relative;
  min-width: 250px;
  max-width: 350px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
.btn_datils a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.btn_datils::before {
  content: "";
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 30px;
}
.btn_datils::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
/*  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);*/
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}
.btn_datils:hover::after {
  opacity: 1;
}
.btn_datils a span{
   display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px; 
    
    
}
.txt-center {
  text-align: center;
}
.cta_btn_box{
    display: flex;
    gap: 30px;
}

.btn_program_details {
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 50%;
/*  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .08), 0 16px 14px -4px rgba(246, 142, 91, .24);*/
  position: relative;
  min-width: 250px;
  max-width: 450px;
  font-size: 28px;
  font-weight: 500;
    cursor: pointer;
  z-index: 0;
  transition: 1.2s;
    margin: 0 auto;
}
  .btn_program_details a {
    color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

  }
.btn_program_details::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}
.btn_program_details::before {
  /*content: "";
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 30px;
  color: #fff;*/
}
.btn_program_details:hover::after {
  opacity: 1;
}





.btn_pdf {
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 50%;
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .08), 0 16px 14px -4px rgba(246, 142, 91, .24);
  position: relative;
  min-width: 250px;
  max-width: 450px;
  font-size: 28px;
  font-weight: 500;
    cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
  .btn_pdf a {
    color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

  }
.btn_pdf::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}
.btn_pdf::before {
  content: "";
  background-image: url("../img/ico_pdf.svg");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: right;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 30px;
  color: #fff;
}
.btn_pdf:hover::after {
  opacity: 1;
}


.btn_counseling {
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 40px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  width: 50%;
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .08), 0 16px 14px -4px rgba(246, 142, 91, .24);
  position: relative;
  min-width: 250px;
  max-width: 450px;
  font-size: 28px;
  font-weight: 500;
    cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
 .btn_counseling a {
    color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;

  }
.btn_counseling::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}
.btn_counseling::before {
  content: "";
  background-image: url("../img/ico_counseling.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: right;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 30px;
  color: #fff;
}
.btn_counseling:hover::after {
  opacity: 1;
}

.option_box{
    border: 1px solid #f1f1f1;
    background-color: #f8f8f8;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
  flex-wrap: nowrap !important;
    flex-direction: column;
    margin-bottom: 50px;
}

.option{
    display: flex;
}
.option .img {
  width: calc(30% - 50px) !important;
  margin-right: 50px;
  margin-bottom: 0px;
}
.option .txt_body {
  width: 70% !important;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
    position: relative;
}
.option h4{
    margin-bottom: 0px !important;
}

.accordion .option{
    display: inherit;
}
.accordion .option span{
    font-size: 0.8rem !important;
}





span, em, strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  vertical-align: baseline;
  text-align: left;
  font-size: 100%;
}
.equired {
  background-color: #E83A3C;
  padding: 2px 7px;
  color: #fff;
  font-size: 11px;
  margin-left: 15px;
  margin-top: 3px;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  z-index: 10;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 300px;
  padding: 0 84px 0 22px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: #f08b3b;
  border-radius: 4px;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
  background: #fff;
  transition: all .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 47px;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover, .custom-option.selection {
  background: #fef2e9;
  color: #f08b3b;
}
select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  height: 40px;
  width: 300px;
  position: relative;
  background: #cfcedb url({https://ginneko-atelier.com}/assets/arrow.svg) no-repeat right 10px center / 16px auto;
}
option[selected][disabled] {
  display: none;
}
.privacyPolicy_inner {
  background-color: #fff;
  padding: 70px 70px 70px 70px;
  margin-top: 50px;
  margin-bottom: 0px;
  border-radius: 30px;

}
main.privacyPolicy h3 {
  padding-bottom: 18px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: solid 1px #ddd;
  letter-spacing: .05em;
}

main.privacyPolicy h4 {
  line-height: 2;
  margin-top: 55px;
  font-size: 19px;
}

main.privacyPolicy ol {
  counter-reset: list-count;
    margin-left: 0;
    padding-left: 0;
}

main.privacyPolicy ol, main.privacyPolicy ul {
  margin-top: 20px;
}

main.privacyPolicy ol li {
  margin-top: 13px;
  padding-left: 32px;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 2;
  color: #44403f;
  position: relative;
  counter-increment: list-count;
}

main.privacyPolicy ol li::before {
  content: counter(list-count) ".";
  font-family: YakuHanJPs,"Noto Sans",sans-serif;
  font-size: 18px;
  position: absolute;
  top: -1px;
  left: 0;
}
main.privacyPolicy .wp-revision {
  margin-top: 31px;
  font-size: 14px;
  text-align: right;
}

main.privacyPolicy .wp-contact {
  margin-top: 0px;
  padding: 28px 30px;
  border: solid 1px #ddd;
}

main.privacyPolicy h5 {
  padding: 12px 27px;
  font-size: 16px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-top: 33px;
    border: 0;
}

main.privacyPolicy a, main.privacyPolicy h6, main.privacyPolicy p {
  font-size: 16px;
}

main.privacyPolicy ol, main.privacyPolicy ul {
  margin-top: 20px;
    margin-left: 15px;
    padding-left: 15px;
}

main.privacyPolicy ul li {
  margin-top: 10px;
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}
main.privacyPolicy ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #f68e5b;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: -12px;
  display: block;
}
main.privacyPolicy h6 {
  letter-spacing: .1em;
  margin-top: 15px;
    margin-bottom: 0px;
}



#OF_form1 .form_counseling {
  background-color: #fff;
  padding: 70px 70px 0px 70px;
  margin-top: 50px;
  margin-bottom: 0px;
  border-radius: 30px;
}
.form_counseling dl {
  display: flex;
  flex-wrap: wrap;
}
#OF_form1 .form_counseling dl {
 /* padding-top: 50px;
    border-top: 1px dashed #ccc;*/
}

#OF_form1 .form_counseling .downloadCategory_navInner{
    padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}
.form_counseling dt {
  margin-bottom: 30px;
  width: 40%;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: flex-start;
}
.form_counseling dd {
  margin-left: 0;
  margin-bottom: 50px;
  width: 60%;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.form_counseling dd p {
  margin: 0 0 7px 0;
  line-height: 100%;
}
.form_counseling dd label {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form_counseling textarea {
  padding: 30px;
  line-height: 2.4rem;
  font-size: 1.4rem;
    font-weight: 400;
}
input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #212121;
  padding: 8px 15px;
}

.form_counseling dl dt:first-child + dd + dt + dd .custom-select-wrapper{
    z-index: 20;
}
.custom-options{
height: 450px;
  overflow-y: scroll;
}

.privacy{
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
    
}
.privacy a{
    text-decoration: underline;
    color: #f68e5b;
}
.privacy .radio .outer {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin: 0px -10px 0px 90px;
  border: 3px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.privacy input[type=checkbox] {
    display: none;
}
.privacy .checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 15px 0px 5px 40px;
    position: relative;
    width: fit-content;
  margin: 0 auto;
}
.privacy .checkbox::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.privacy .checkbox::after {
    border-right: 6px solid #f68e5b;
  border-bottom: 5px solid #f68e5b;
  content: '';
  display: block;
  height: 30px;
  left: 7px;
  margin-top: -20px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  width: 20px;
}
input[type=checkbox]:checked + .checkbox::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}





.btn_box button {
  /*    background-color: #f68e5b;*/
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
  width: 75%;
  box-shadow: 0 16px 20px 12px rgba(246, 142, 91, .03), 0 16px 14px -4px rgba(246, 142, 91, .03);
  position: relative;
  min-width: 250px;
  max-width: 350px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
.btn_box button::before {
  content: "";
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 30px;
}
.btn_box button::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}
.btn_box button:hover::after {
  opacity: 1;
}
.btn_box button span {
  font-size: 22px;
}
.btn_box {
  text-align: center;
  display: flex;
  justify-content: center;
}
/*
.btn_box button{
    border-radius: 45px;
  background-color: #f08b3b;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  max-width: 350px;
  font-size: 20px;
  height: 90px;
}
.btn_box{
    text-align: center;
}*/
.titleBlock + read {
  text-align: center;
}
#thanks h2 {
  margin-bottom: 30px;
}
#thanks h2 + span {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  display: block;
  font-weight: 800;
}
#thanks .titleBlock + .read, #form .titleBlock + .read {
  text-align: center;
  font-size: 20px;
    line-height: 180%;
    margin-top: 50px;
}
.forPrivate {
  border: 1px solid #495567;
  display: flex;
    background-color: #fff;
  width: 720px;
    margin-left: auto;
    margin-bottom: 15px;
    border-radius: 7px;
}
.forPrivate ul{
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    
}
.forPrivate ul li a{
    text-decoration: underline;
    color: #495567;
    line-height: 16px;
    
}
.forPrivate ul li:first-child{
    margin-bottom: 10px;
}
.forPrivate span{
  color: #fff;
    background-color:#495567;
    padding: 10px 20px;
   display: flex;
  align-items: center;
    border-right: 1px solid #495567;
}
.forPrivate i{
    margin-right: 10px;
}

.forSalesPromotion {
  border: 1px solid #495567;
  display: flex;
    background-color: #fff;
  width: 720px;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 7px;
}
.forSalesPromotion ul{
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    
}
.forSalesPromotion ul li a{
    text-decoration: underline;
    color: #495567;
    line-height: 16px;
    
}
.forSalesPromotion ul li:first-child{
    margin-top: 12px;
}
.forSalesPromotion span{
  color: #fff;
    background-color:#495567;
    padding: 10px 20px;
   display: flex;
  align-items: center;
    border-right: 1px solid #495567;
}
.forSalesPromotion i{
    margin-right: 10px;
}

/* Variables
 ------------------------------------------------------------- */
/* Animation from Animate.css
 ------------------------------------------------------------- */
@-webkit-keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes cardEnter {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* Foundation
 ------------------------------------------------------------- */
/*body {
  background-color: #0c70b4;
  color: #546775;
  font: normal 400 18px &quot;PT Sans&quot;, sans-serif;
  -webkit-font-smoothing: antialiased;
}*/
/* Container
 ------------------------------------------------------------- */
/*.card {
  /*-webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
  animation: cardEnter 0.75s ease-in-out 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  max-width: 250px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  opacity: 0;*/
}
*/ /* Individual Controls
 ------------------------------------------------------------- */
.radio {
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
  line-height: 49px;
  cursor: pointer;
}
.radio:hover .inner {
  transform: scale(0.5);
  opacity: 0.5;
}
.radio input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 3px solid #f08b3b;
}
.radio input:focus + .outer .inner {
  transform: scale(1);
  opacity: 1;
  background-color: #e67012;
}
.radio .outer {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  margin: 0px 10px 0px -15px;
  border: 3px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  transition: all 0.25s ease-in-out;
  height: 16px;
  width: 16px;
  transform: scale(0);
  display: block;
  margin: 2px;
  border-radius: 50%;
  background-color: #f08b3b;
  opacity: 0;
}
p.fs-18 {
  font-size: 18px;
  line-height: 2.2;
}
.mt15 {
  margin-top: 15px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt75 {
  margin-top: 75px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb75 {
  margin-bottom: 75px;
}
.mt-15 {
  margin-top: -15px;
}

/*------------------------------------header------------------------------------*/
header {
  height: 100px;
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  margin-left: 5%;
}
.logo img {
  height: 50px;
}
header > .headerInner > nav {
  height: 100px;
}
header > .headerInner > nav > ul {
  display: flex;
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}
header > .headerInner > nav > ul > li {
  height: 100px;
  display: flex;
  align-items: center;
}
nav ul li.cont {
  padding: 0 15px;
}
nav ul li.cont:before {
  /*    content: "";
    background-image: url("../img/ico_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 11px;
    margin-right: 7px;*/
}
nav ul li.cont a {
  color: #333;
  text-decoration: none;
}
nav ul li.cont a:hover {
  text-decoration: none;
}
nav ul li.dl_doc {
  background-color: #ff6a1d;
  padding: 0 20px;
  color: #fff;
}
nav ul li.dl_doc a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
nav ul li.free_counseling {
  background-color: #495567;
  padding: 0 20px;
  color: #fff;
}
nav ul li.free_counseling a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
nav ul li.dl_doc a, nav ul li.free_counseling a {
  color: #fff;
}
nav ul li.is-open {
  background: #f7f7f7;
}
.p-megaMenu__list-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
nav ul li .txt {
  display: flex;
  align-items: center;
}
nav ul li .txt:before {
  content: "";
  background-image: url("../img/ico_arrowCircle.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 0px;
}
.studio .p-megaMenu__list .p-megaMenu__list-item:first-child .txt::before {
  padding-right: 7px;
}
.sp .p-megaMenu__list .p-megaMenu__list-item:first-child .txt::before {
  padding-right: 7px;
}
.studio .p-megaMenu__list-item {
  width: 14.28%
}
.sp .p-megaMenu__list-item {
  width: 12.5%
}
.p-megaMenu__list-item a div:nth-child(4) {
  margin-left: -45px;
}
.tit_service {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.txt_box .txt {
  /*    margin:10px 0 0 7%;
    display: inline-block;*/
  margin-top: 10px;
}
.txt_box {
  text-align: left;
  display: table;
  margin: 0 auto;
}
.hMenu_accordion-content p, .hMenu_accordion-content a {
  color: #333;
  text-decoration: none;
}
.thumb {
  /*    overflow: hidden;*/
}
.thumb img:hover {
  /*	transform:scale(1.3);
	transition:0.3s;*/
}
/*------------------------------------MV------------------------------------*/
.mv_pc {
  background-image: url("../img/mv.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 900px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_column_pc {
  background-image: url("../img/mv_column.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_mental_pc {
  background-image: url("../img/mv_mental.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_studio_pc {
  background-image: url("../img/mv_studio.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_case_pc {
  background-image: url("../img/mv_case.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_faq_pc {
  background-image: url("../img/mv_faq.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 15%;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_flow_pc {
  background-image: url("../img/mv_flow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 38%;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_flow_pc > .copy {
  text-align: left;
  margin-top: 190px;
}
.mv_mental_pc > .copy {
  text-align: right;
  margin-top: 120px;
}
.mv_promotion_pc {
  background-image: url("../img/mv_promotion.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_promotion_pc > .copy {
  text-align: left;
  margin-top: 120px;
}




.mv_uchiyoga_pc {
  background-image: url("../img/mv_uchiyoga.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
  display: flex;
  /*    position: relative;*/
  max-height: 1150px;
  flex-direction: column;
}
.mv_uchiyoga_pc > .copy {
  text-align: left;
  margin-top: 120px;
}





.mv_case_pc > .copy {
  text-align: left;
  margin-top: 305px;
}
.mv_faq_pc > .copy {
  text-align: left;
  margin-top: 185px;
}
.mv_studio_pc > .copy {
  text-align: left;
  margin-top: 125px;
}
.copy {
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  margin-top: 80px;
}
.copy img {
  width: 50%;
  margin-top: 0;
}
.mv_faq_pc .copy img {
  width: 35%;
  margin-top: 0;
}
.mv_studio_pc .copy img {
  width: 40%;
  margin-top: 0;
}
.mv_sp img {
  border-radius: 0;
}
/*------------------------------------CTA------------------------------------*/
.cta_pc {
  margin-top: -150px;
}
.cta_pc .cta_inner {
  width: 1400px;
  height: 531px;
  margin: 0 auto;
  background-image: url("../img/cta.png");
  background-repeat: no-repeat;
  background-size: 972px 531px;
  background-position: center;
  text-align: center;
  position: relative;
}
.cta_pc img {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*------------------------------------MEGA MENU------------------------------------*/
.l-header {
  background-color: #fff;
  border-bottom: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 100px;
}
.p-navigation-global__list {
  gap: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-navigation-global__list-item a {
  font-weight: 700;
  padding: 20px 5px;
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::before {
  rotate: 180deg;
}
.p-megaMenu__open {
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 20px 5px;
}
.p-megaMenu__open::before {
  content: "";
  background-image: url("../img/ico_arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-right: 7px;
  transition: rotate 0.5s;
}
.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  clip-path: inset(0 -50vw 100%);
  left: 0;
  padding: 30px 0 0 0;
  position: absolute;
  top: 100%;
  transition: all 0.7s;
  visibility: hidden;
  width: 100%;
  z-index: 20;
  height: 380px;
}
.p-megaMenu__list {
  gap: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  max-width: 95%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 3;
  top: 10px;
  left: 0px;
  padding-left: 0;
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
}






.forSp {
  text-align: center;
}
.forTb {
  text-align: center;
}
/*------------------------------------CTA------------------------------------*/
.bnr_cta {
  text-align: center;
}
@media (min-width: 768px) {
  .p-navigation-global__list {
    gap: 0px;
  }
  .p-navigation-global__list-item a {
    padding: 20px 40px 20px 10px;
  }
  .p-megaMenu__open {
    padding: 20px 30px 20px 20px;
  }
  .p-megaMenu__navigation {}
  .p-megaMenu__navigation::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: 0px;
    width: 100%;
    height: 370px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: blur(10px);
  }
  .p-megaMenu__navigation::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 350px;
    background: #f7f7f7;
  }
  .border {
    display: block;
    box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.5);
    height: 10px;
  }
  .p-megaMenu__list {
    gap: 20px;
    flex-direction: row;
  }
  .p-megaMenu__list-item a {
    padding: 0;
  }
nav .p-megaMenu__list:nth-child(2) li{
        padding-top: 30px;
    }
    nav .p-megaMenu__list:nth-child(2) li:nth-child(2){
        margin-right: 20px;
        padding-right: 35px;
        border-right: 1px dashed #495567;
    }
    nav .p-megaMenu__list:nth-child(1) {
        width: 1296px;
        
    }
    nav .p-megaMenu__list:nth-child(1) li{
        width: 50%;
        text-align: center;
        
    }
    nav .p-megaMenu__list:nth-child(1) li:nth-child(1){
        padding-right: 25px;
        
    }
    nav .p-megaMenu__list:nth-child(1) li:nth-child(2){
        padding-left: 15px;
        
    }
    nav .p-megaMenu__list:nth-child(1) li span{
        padding: 3px 10px;
    background-color: #495567;
    color: #fff;
        font-size: 17px;
        font-weight: 500;
    }
  .l-inner {
    padding-inline: 50px;
    max-width: 1160px;
  }
  .c-title {
    font-size: 34px;
  }
  .p-navigation-top {
    margin-top: 4em;
    padding: 20px 40px;
  }
  .p-rule {
    padding: 20px 30px;
  }
  .p-rule__heading {
    font-size: 20px;
  }
}
@media (hover: hover) {
  .p-navigation-global__list-item a:hover {
    /*text-decoration: underline;*/
  }
}
/*------------------------------------common------------------------------------*/
button {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  height: 100px;
}
button:hover {
  cursor: pointer;
}
.l-section {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 80px 0;
}
.l-inner {
  padding-inline: 14px;
  margin-inline: auto;
  max-width: 600px;
}
.l-wrap-center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  min-height: 400px;
  padding: 20px 20px;
  width: 100%;
}
.c-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 0.5em;
  position: relative;
  text-align: center;
}
.c-title::after {
  background-color: #333;
  border-radius: 50px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3em;
}
.p-navigation-top {
  margin-inline: auto;
  background-color: #e6e6e6;
  border-radius: 4px;
  margin-top: 2em;
  min-width: 250px;
  padding: 20px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-navigation-top__title {
  font-size: 22px;
  font-weight: 700;
}
.p-navigation-top__lists {
  margin-top: 0.5em;
}
.p-navigation-top__link {
  display: inline-block;
  padding: 0.2em 0;
  text-decoration: underline;
}
.p-rule {
  margin-inline: auto;
  border: 1px solid #a7a7a7;
  border-radius: 10px;
  margin-top: 40px;
  max-width: 600px;
  padding: 16px 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-rule__heading {
  font-size: 18px;
  font-weight: 700;
  padding-left: 0.6em;
  position: relative;
}
.p-rule__heading::after {
  background-color: #333;
  content: "";
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
.p-rule__list {
  margin-top: 1em;
}
.p-rule__list-item {
  line-height: 1.4;
  list-style: disc;
  margin-left: 1em;
}
.p-rule__list-item:not(:first-child) {
  margin-top: 0.5em;
}
.u-inline-block {
  display: inline-block !important;
}
/*------------------------------------top------------------------------------*/
.program {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.secInner h3.member {
    margin-top: 120px;
}
.programInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 50px;
}
.purpose {
  border: 1px solid #666;
  padding: 5px 0px 5px 0px;
  display: inline;
}
.purpose::before {
  content: "目的";
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
}
.purpose span {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.service .program {
  margin-bottom: 100px;
}
.service .supportInner .img {
  width: calc(40% - 50px);
  margin-right: 50px;
}

.service .supportInner .askDoctors{
  width: 100%;
    text-align: end;
}
.service .supportInner .askDoctors img{
    max-width: 320px;
}


.studio .supportInner .img {
  width: calc(15% - 50px) !important;
  margin-right: 50px;
    
}
.studio .supportInner .img img{
  border-radius: 50%;
border: 7px solid #ececec;
    
}
.service .supportInner .txt_body {
  width: 60%;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
.studio .supportInner .txt_body {
  width: 85% !important;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
.service .supportInner .table + .txt_body {
  width: 100% !important;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}

ul.sf-8{
    
    padding-left: 15px;
}

ul.sf-8 li{
list-style-type: disc;
    font-size: 18px;
    line-height: 1.6;
}


.details_studio{
    text-align: end;
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
}
.details_studio a{
    text-decoration: none;
    color: #333;
    
    
}


.details_studio a::before {
  content: "";
background-image: url("../img/ico_arrow.png");
background-repeat: no-repeat;
background-size: 95% auto;
display: inline-block;
width: 17px;
height: 15px;
margin-right: 0px;
transform: rotate(-90deg);

}



.service .supportInner .txt_body p {
  /*margin:0 0 15px 0;
        padding: 0;
    font-size: 20px;
    line-height: 2.2;*/
}
.service .supportInner {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.service .supportInner.uchiyoga {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

.service .supportInner:last-child {
  margin-bottom: 0px;
}
.service .support h4 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  margin-top: 0;
  line-height: 1;
}

h4.studio{
    display: flex;
    align-items: center;
}


.service strong {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 98%, #fef624 80%);
  margin-left: 0;
}
.service h3 .fs-200per {
  font-size: 200%;
  background: initial;
  font-family: 'Cinzel', serif;
  font-style: italic;
  transform: translateY(0.1em);
  display: inline-block;
  margin-right: 15px;
}
.service .support {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 50px;
}
.service .support h4 .marker {
  margin-left: 0;
}
.top h3 .fs-200per {
  font-size: 200%;
  background: initial;
  font-family: 'Cinzel', serif;
  font-style: italic;
  transform: translateY(0.1em);
  display: inline-block;
  margin-right: 15px;
}

.tit_cancel{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 75px;
    width: 100%;
    text-align: center;
        line-height: 1.3;
}

.tit_cancel span.small{
    font-size: 24px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
  display: block;
  color: #666;
}
.tit_cancel .notes{
    font-size: 14px;
  color: #999;
    text-align: center;
    display: block;
}
.studioProgram_guideline{
    width: 100%;
    margin-top: 30px;
    text-align: end;
    
}
.studioProgram_guideline span{
    
    
}
.studioProgram_guideline img{
    border: 3px solid #ececec;
    padding: 9px 12px;
    border-radius: 0;
    max-width: 90%;
}


.service h3 {
  margin-bottom: 30px;
}
.caseInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 50px;
    display: flex;
    gap: 50px;
    
  flex-direction: column;  
    
    
}
.addInfo_box {
    border:1px solid #f1ebe5; 
  background-color: #fefaf6;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  gap: 30px;
  justify-content: space-around;
  flex-wrap: nowrap !important;
}
.addInfo p {
  font-size: 16px !important;
  line-height: 28px !important;
}
.addInfo h4 {
  margin-bottom: 15px !important;
}
.addInfo h4 span {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 0;
}
.addInfo .img {
  width: 100% !important;
  margin-right: 0px !important;
  margin-bottom: 20px;
}
.addInfo .txt_body {
  width: 100% !important;
  align-items: flex-start;
  margin-top: 0px;
  padding: 0;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}
.eng {
  /*   font-family: "Kalam", cursive;*/
  font-family: "Caveat", cursive;
  /*    font-family: 'Chillax-Regular';*/
  font-optical-sizing: auto;
  font-weight: 400;
  /*color: #fcfcfc;*/
  font-size: 80px !important;
  position: absolute;
  bottom: -30px;
  right: 0;
  line-height: 1 !important;
  z-index: 0;
  background: linear-gradient(90deg, #fdeee2 0%, #fefeeb 60%, #feeaea 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0 !important;
  padding-right: 10px !important;
}
.service .txt_body {
  position: relative;
}
.service .txt_body ol {
  padding: 0;
  margin: 0;
  counter-reset: listnum;
  list-style: none;
  font-size: 20px;
  z-index: 1;
}
.service .txt_body ol li {
  margin-bottom: 10px;
}
.service .txt_body ol li::before {
  counter-increment: listnum;
  content: counter(listnum);
  margin-right: 18px;
}
.service p.sTit {
  font-size: 40px;
  text-align: center;
  font-weight: 800;
}
.img_hack {
  margin-bottom: 75px;
  text-align: center;
  width: 100%;
}
.tit_eng {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #fd5aab;
  height: 30px;
  border-radius: 15px;
  width: fit-content;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.img_yoga {
  position: relative;
}
.img_yoga01 {
  position: absolute;
  bottom: -40px;
  right: 70px;
  z-index: 10;
}
.img_yoga02 {
  position: absolute;
  bottom: -40px;
  left: 100px;
  z-index: 10;
}
.img_yoga03 {
  position: absolute;
  bottom: -40px;
  right: 150px;
  z-index: 10;
}
/*------------------------------------cta_cont------------------------------------*/
.cta_cont {
  background-color: #495567;
  padding: 80px 0;
  font-weight: 700;
  color: #fff;
  position: relative;
}
.cta_cont .secInner {
  position: relative;
}
.cta_cont p {
  margin: 10px 0;
}
.line01 {
  font-size: 32px;
  font-weight: 800;
}
.line01 span {
  padding: 7px 10px;
  background-color: #fef97b;
  color: #495567;
  margin: 0 10px;
}
.line02 {
  font-size: 36px;
}
.line02 span {
  display: inline;
  background: linear-gradient(transparent 70%, #f68e5b 70%);
  font-size: 48px;
}
.cta_cont .person {
  position: absolute;
  right: -150px;
  bottom: -86px;
}
.cta_cont .person img{
    width: 70%;
}
/*------------------------------------support------------------------------------*/
.support {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 65px;
  border: 3px solid #353535;
}
.supportInner {
  margin-bottom: 50px;
}
.support h3 {
  margin: 30px 0;
  background: initial;
}
.support h3 .fs-200per {
  font-size: 200%;
  background: initial;
  font-family: 'Cinzel', serif;
  font-style: italic;
  transform: translateY(0.1em);
  display: inline-block;
  padding-right: 0.2em;
}
.support h3 span {
  background: initial;
}
.support h4 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 30px;
}
.support h4 .marker {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 70%, #fef624 70%);
  margin-left: 0.5em;
    line-height: 1.4;
}
.support h4 .reason04 {
  color: #333333;
  display: block;
/*  background: linear-gradient(transparent 70%, #fef624 70%);*/
  margin-left: 0;
    margin-bottom: 15px;
    line-height: 1.4;
    border-left: 10px solid #ff6a1d;
  padding-left: 25px;
}
.support h4 .reason04 span{
  background: linear-gradient(transparent 80%, #fef624 80%);  
    
}
.support .summary-mb0 .marker {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 70%, #fef624 70%);
  margin-left: 0.5em;
}

.txt_body {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  margin-top: 30px;
}
.txt_body span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.txt_body span.notes {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
    color: #999;
    margin-top: 15px;
}
.support h4 .fs-200per {
  font-size: 200%;
  background: initial;
  font-family: 'Cinzel', serif;
  font-style: italic;
  transform: translateY(0.1em);
  display: inline-block;
}
/*------------------------------------support------------------------------------*/
.secInner .columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}
.columnsLeft {
  width: 40%;
}
.columnsLeft h2 {
  text-align: left;
  line-height: 120%;
  margin-bottom: 50px;
}
.columnsRight {
  width: 60%;
}
.box_achievements {
  display: flex;
  justify-content: space-around;
}
.companyLogo {
  margin-bottom: 70px;
}
.companyTxt {
  margin-bottom: 70px;
    line-height: 1.8;
}
/*------------------------------------box------------------------------------*/
.box_corporate {
  background-color: #fff;
  border-radius: 15px;
  /*  width: 400px !important;*/
  margin-right: 30px;
}
.slide-txt {
  padding: 20px;
}
a .slide-txt {
  color: #333;
}
/*------------------------------------swiper------------------------------------*/
.swiperBox {
  margin-top: 70px;
  position: relative;
}
.swiper-wrapper {
  /*  flex-direction: initial !important;*/
}
.swiper {
  width: 100%;
  height: 100%;
  /*  overflow: inherit !important;*/
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sand .swiper-slide {
  height: auto !important;
  width: 400px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
}
.swiper-pagination {
  margin-top: 20px;
  position: static !important;
}
.sand .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #9e9995;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after, .swiper-button-next::after {
  position: absolute;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  content: '\f137' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  color: #495567;
  opacity: 0.5;
  left: 2rem;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  content: '\f138' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  color: #495567;
  opacity: 0.5;
  right: 2rem;
}
.swiper {
  padding-top: 16px !important;
  max-width: 1800px;
}
.box_corporate {
  -webkit-transition: var(--transition) !important;
  /*transition: var(--transition) !important;*/
  transition: all 300ms 0s ease !important;
}
.box_corporate img {
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
}
.box_corporate:hover {
  -webkit-transform: translateY(-16px) !important;
  transform: translateY(-16px) !important;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.75);
}
.box_corporate:hover img {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.problem, .result {
  display: flex;
  text-align: left;
  align-items: center;
  margin: 5px 0px;
}
.problem dt {
  width: 85px;
  height: 70px;
  color: #fff;
  background-position: center left;
  background-image: url("../img/ico_task.png");
  background-repeat: no-repeat;
  background-size: auto;
  text-align: center;
}
.problem dd {
  width: calc(100% - 85px);
  font-size: 1rem;
  line-height: 1.5;
  color: #525252;
  margin: 0;
  /*  padding: 10px 0px 8px 0px;*/
  font-weight: 300;
}
.result dt {
  background-image: url("../img/ico_implementation.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 85px;
  height: 70px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-position: center left;
}
.result dd {
  width: calc(100% - 85px);
  font-size: 1.2rem;
  line-height: 1.5;
  color: #f68e5b;
  margin: 0;
  font-weight: 300;
}
.corporate_inner {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  position: relative;
  text-align: left;
}
.corporate_inner p {
  margin: 0;
}
.corporate_inner .info p {
  font-size: 1rem;
  color: #999;
  line-height: 1.4rem;
}
.corporate_inner .name {
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
}
.slide-category {}
.slide-category:before {}
.slide-category span {
  display: block;
  position: relative;
  z-index: 10;
}
.slide-category::after {}
.slide-category {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  position: absolute;
  top: 195px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #a9d858;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path:
    polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
  color: #fff;
  padding: 10px 15px 12px 20px;
  line-height: 1;
  font-size: 1rem;
  z-index: 10 !important;
}
.slide-category.system {
  background-color: #a9d858;
}
.slide-category.food {
  background-color: #5bb7e1;
}
.slide-category.realEstate {
  background-color: #f16c9e;
}
.slide-category.highSchool {
  background-color: #4963ad;
}
.slide-category.apartment {
  background-color: #3f7a36;
}
.slide-category.groupCompanies {
  background-color: #a67aca;
}
.swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  color: #000;
}
.slide-category.childcare::after {
  background-color: #f16c9e;
}
.slide-img img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}




.case .swiper-wrapper {
  display: flex;
    flex-wrap: wrap;
  gap: 15px;
 justify-content: flex-start;
}

.case .swiper-slide {
  height: auto !important;
  width: 425px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
    margin-bottom: 30px;
}

.case .result dd {
  font-size: 1.1rem;
}

.case .corporate_inner .name {
  font-size: 16px;
}
.caseInner .corporate_inner .name {
  font-size: 30px;
    font-weight: 800;
}
.caseInner .corporate_inner {
  border-top: none;
  padding-top: 0px;
  position: relative;
  text-align: left;
    width: 100%;
    position: relative;
    display: flex;
    padding-bottom: 50px;
}
.caseInner .img{
    width: 100%;
    position: relative;
}

.caseInner .img.case01::before{
content: "肩甲骨ヨガはかなり効果を実感！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 75%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case02::before{
content: "睡眠の質が上がった！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case03::before{
content: "マインドフルネスの発想が新鮮！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case04::before{
content: "ヨガで体がすっきりした！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case05::before{
content: "サービスの素晴らしさを改めて実感！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case06::before{
content: "悩んでいた姿勢がヨガで改善！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case07::before{
content: "お昼に社内交流できる機会が嬉しい！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
.caseInner .img.case08::before{
content: "自宅で家族と一緒に参加できた！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 56px;
  padding: 15px 45px 15px 30px;
}
dl.graph_age{
  width: 100%;
  display: flex;
    align-items: center;
    margin-top: 70px;
}
dl.graph_age dt.itemOther{
    border: 1px solid #333;
  padding: 4px 15px;
  display: flex;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
    font-size: 14px;
    height: fit-content;
  white-space: nowrap;
}
dl.graph_age dd {
  padding-left: 0px;
}


dl.corporate_details{
    display: flex;
  flex-wrap: wrap;
}

dl.corporate_details dt.itemOther{
    border: 1px solid #333;
  padding: 3px 15px;
  display: flex;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
    font-size: 14px;
    max-height: 20px;
}
dl.corporate_details dd{
    width: calc(90% - 20px);
    padding-left: 20px;
    margin: 0 0 10px 0;
    line-height: 24px;
}

dl.corporate_details .itemName{
    font-size: 22px;
    line-height: 28px;
}
.itemName + .name{
    margin-left: -20px;
  width: 100%;
    margin-bottom: 30px;
}
.goalAndProject{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 30px;
}
.goalAndProject h3{
    font-size: 36px;
    width: 100%;
    position: relative;
  z-index: 10;
    margin-bottom: 0px;
}
.goalAndProject h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: 35%;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 0;
}
.goalAndProject h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: 35%;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 0;
}
.goal{
   width: calc(50% - 40px);
    
   position: relative;
    padding-bottom: 50px;

    
    
    
}
.goal::after {
	position: absolute;
	top: 0;
	left: 102%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #f1f1f1;
}


.goal h4 , .project h4{
    font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}
.goal h4 span{
    background-color: #666;
    padding: 5px 15px;
    color: #fff;
}
.project h4 span{
    background-color: #f68e5b;
    padding: 5px 15px;
    color: #fff;
}

.goal ul.goalDatails li{
    list-style: disc;
    list-style-position: inside;
    font-size: 20px;
    margin-bottom: 10px;
}



.goal ul.goalDatails_other , .project ul.projectDatails_other{
    padding-left: 0px;
    margin-left: 0px;
    position: inherit;
    z-index: 1;
    padding-bottom: 30px;
}

.goal ul.goalDatails_other li , .project ul.projectDatails_other li , .voice_box ul.voice_other li{
    list-style: disc;
    list-style-position: inside;
    font-size: 18px;
    margin-bottom: 10px;
}
.project{
    width: calc(50% - 40px);
    position: relative; 
   margin: 0 auto;
/*    padding-bottom: 50px;*/
}
.goalDatails , .projectDatails{
    font-size: 20px;
    font-weight: 400;
    padding-left: 0px;
    margin-left: 0px;
    line-height: 1.8;
    padding-bottom: 5px;
}

.corporate_details + .eng {
  right: 10px;
}

img.graph{
    max-height: 180px;
}
.goalAndProject .marker {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 70%, #fef624 70%);
  margin-left: 0.5em;
}
.download-txt_box .marker {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 70%, #fef624 70%);
  
}
.download-txt_box_all .marker {
  color: #333333;
  display: inline;
  background: linear-gradient(transparent 70%, #fef624 70%);
  
}
.graph_box{
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 30px;
}
.graph_box h3{
    font-size: 36px;
    width: 100%;
    position: relative;
  z-index: 10;
    margin-bottom: 0px;
}
.graph_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: 29%;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 0;
}
.graph_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: 29%;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 0;
}
.graph_box img{
    border-radius: 0;
  margin: 0 auto;
  max-height: 260px;
  height: 65%;
  width: auto;
}


.summary_box{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 30px;
    align-items: center;
    position: relative;
}
.summary_box h3{
    font-size: 36px;
    width: 100%;
    position: relative;
  z-index: 10;
    margin-bottom: 0px;
}
.summary_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: 30%;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 0;
}
.summary_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: 30%;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 0;
}
.voice{
    margin-top: -50px;
}
.voice_box{
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 30px;
    position: relative;
    padding-bottom: 50px;
}
.voice_box h3{
    font-size: 36px;
    width: 100%;
    position: relative;
  z-index: 10;
    margin-bottom: 0px;
}
.voice_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: 41%;
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 0;
}
.voice_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: 41%;
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 0;
}
.voice_other{
    padding-left: 0;
}
.img_inst img{
    width: 100%;
    border-radius: 150px;
}

.img_inst {
  width: calc(20% - 35px);
  position: relative;
    text-align: center;
}
.oneWord {
  width: calc(80% - 35px);
  position: relative;
}

 /*   
.accordion_faq {
    width: 100%;
    margin-bottom: 7px;
}

.accordion_faq summary {
    display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  background-color: #f68e5b;
    font-size: 20px;
}

.accordion_faq summary::-webkit-details-marker {
    display: none;
}

.accordion_faq summary::before,
.accordion_faq summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #ffffff;
    content: '';
}

.accordion_faq summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion_faq summary::after {
    transition: rotate .3s;
}

.accordion_faq[open] summary::after {
    rotate: 90deg;
}

.accordion_faq p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #f68e5b;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion_faq[open] p {
    transform: none;
    opacity: 1;
}

.accordion_faq p::before,
.accordion-_faq p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion_faq p::before {
    background-color: #2589d0;
}

.accordion_faq p::after {
    top: -12px;
    background-color: #fff;
} 

*/

/*
.accordion_faq {
    width: 100%;
    margin-bottom: 7px;
}

.accordion_faq summary {
    display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  background-color: #f68e5b;
    font-size: 20px;
}

.accordion_faq summary::-webkit-details-marker {
    display: none;
}

.accordion_faq summary::before,
.accordion_faq summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion_faq summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion_faq summary::after {
    transition: rotate .3s;
}

.accordion_faq[open] summary::after {
    rotate: 90deg;
}

.accordion_faq p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #f68e5b;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion_faq[open] p {
    transform: none;
    opacity: 1;
}

.accordion_faq p::before,
.accordion_faq p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion_faq p::before {
    background-color: #f68e5b;
}

.accordion_faq p::after {
    top: -12px;
    background-color: #fff;
}
*/




.details .question {
  position: relative;
    display: block;
    padding: 0.5em 2em;
    cursor: pointer;
    font-weight: bold;
    background-color: #f68e5b;
    transition: 0.2s;
    color: #fff;
    font-size: 20px;
      border-radius: 5px;
display: flex;
  justify-content: space-between;
  align-items: center;
}

summary {
  display: block;
  list-style: none;
}
  summary::-webkit-details-marker {
      display: none;
    }

    


  .answer {
    position: relative;
    overflow: hidden;
      padding: 1em 0 1em 0;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: padding .25s, height .25s, opacity .25s;
  }

  .details:not(.is-opened)>.answer {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
.details + .details {
    margin-top:15px;
  }



.details .answer p::before,
.details .answer p::after {
    position: absolute;
    top: -15px;
    left: 2.3em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.details .answer p {
  position: relative;
  transform: translateY(-10px);
  margin-top: 20px;
  padding: .8em 2.0em;
  border: 2px solid #f68e5b;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.details .answer p::before {
  background-color: #f68e5b;
}
.details .answer p::after {
  top: -12px;
  background-color: #fff;
}

/*.details .answer span::before{
    content: "A";
    margin-right: 15px;
    width: 40px;
  height: 40px;
    color: #f68e5b;
  background-color: #fff;
  background-size: 50px 50px;
  display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #f68e5b;
}
.details .answer span{
    display: -webkit-inline-box;
    line-height: 2.4;
}*/

.details summary::before, .details summary::after {
  width: 3px;
  height: .9em;
  border-radius: 5px;
  background-color: #fff;
  content: '';
}
.details summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
.details summary::after {
  transition: rotate .3s;
}
.details[open] summary::after {
  rotate: 90deg;
}

.faq p.summary{
    text-align: center;
}

.faq h3{
    margin-top: 70px;
    margin-bottom: 50px;
}

.faq .answer a{
    color: #f68e5b;
    text-decoration: underline;
    }


.categoryIndex {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 50px 30px 50px;
  border: 3px solid #f68e5b;
}
.categoryIndex .tit {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDFE9;
  font-weight: 800;
}

.categoryTit ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 20px 50px;
  font-size: 20px;
  flex-wrap: wrap;
}
.categoryTit ul a{
  color: #333;
}
.faq #page-link li::before {
  content: "";
  background-image: url("../img/ico_arrow.png");
  background-repeat: no-repeat;
  background-size: 85% auto;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 5px;
  transform: rotate(-90deg);
    background-position: top;
}
.categoryIndex .tit i{
    margin-right: 17px;
    color: #f68e5b;
}
.question p{
    font-size: 20px;
    display: flex;
    align-items: center;
}
/*.question p::before{
    content: "Q";
    margin-right: 15px;
    width: 40px;
  height: 40px;
    color: #f68e5b;
  background-color: #fff;
  background-size: 50px 50px;
  display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}*/


.img_inst p{
    line-height: 1.6;
    font-size: 18px;
}
.img_inst p span{
    font-size: 14px;
    display: block;
    text-align: center;
}


.flow_box{
    margin-bottom: 50px;
  gap: 50px;
  display: flex;
  align-items: center;
  border: 2px solid #a09892;
  background-color: #fff;
  border-radius: 30px;
    padding: 30px;
    position: relative;
}

.flow_box::after{
    content: "";
  background-color: #a09892;
  width: 2px;
  height: 50px;
  bottom: -52px;
  position: absolute;
  left: 50%;
}

#service-yoga_content .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box::after{
    
    content: inherit;
}
#service-yoga_content .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box{
    
    margin-bottom: 120px;
}
#corporate-members_content .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box::after{
    
    content: inherit;
}
#corporate-members_content .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box{
    
    margin-bottom: 120px;
}
.flow_image{
    width: 10%;
    display: flex;
  align-items: center;
}
.flow_image img{
    

}
.flow_content h3{
    font-size: 34px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0px;
}
.flow_step{
    color: #f68e5b;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-right: 2px solid #ece9e6;
  padding: 20px 50px 20px 50px;
  letter-spacing: 5px;
}
.flow_step span{
    display: block;
    font-size: 68px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.flow_content{
    width: 100%;
}
.flow_contentInner p{
    font-size: 20px;
}

.flow_contentInner a{
    color: #f68e5b;
    text-decoration: underline;
}

.flow .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.flow .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.flow p.summary {
  text-align: center;
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  /*background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 700px;*/
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 90px;
  border-bottom: 5px solid #f68e5b;
  background-color: #fff;
  line-height: 90px;
  font-size: 28px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
    margin-bottom: 50px;
}
.tab_item:hover {
  opacity: 0.75;
    cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#service-yoga:checked ~ #service-yoga_content,
#corporate-members:checked ~ #corporate-members_content{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f68e5b;
  color: #fff;
}


/*------------------------------------footer------------------------------------*/
footer a {
  color: #333;
  text-decoration: none;
}
footer .secInner {
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  width: 25%;
  min-width: 180px;
  max-width: 220px;
}
.footer_nav_box {
  width: 80%;
}
.footer_nav {

  width: 100%;
}
.footer_nav ul {
  margin-left: 0;
  padding-left: 0;
    display: flex;
  justify-content: space-between;
}

.footer_nav ul li ul{
  margin-left: 0;
  padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.footer_nav ul li ul li{
  margin-left: 0px;

}


.footer_nav ul li.service span{
    margin-bottom: 0px;
}
.footer_nav ul li {
  margin-bottom: 20px;
    white-space: nowrap;
    margin-left: 30px;
}
.footer_nav ul li::before {
  content: "";
  background-image: url("../img/ico_arrow.png");
  background-repeat: no-repeat;
  background-size: 85% auto;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 0px;
  transform: rotate(-90deg);
}
.footer_nav_tit {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer_nav ul li.service::before {
    content: inherit;
    background-image: none;
    display: inline-block;
    width: inherit;
    height: inherit;
    margin-right: inherit;
    transform: inherit;
  }
.footer_nav ul li.service{
    margin-left: 20px;
}
.footer_nav ul li.service + li{
    margin-left: 20px;
}
.footer_nav ul li.service + li + li{
    margin-left: 20px;
}

.footer_logo img{
    border-radius: 0;
}

.footer_sns {
  border-top: 1px dashed #999;
  margin-top: 0px;
  padding-top: 50px;
}
.footer_sns ul {
  display: flex;
  justify-content: space-around;
}
.footer_sns ul li {
  margin: 0 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_sns ul li:first-child {
  margin-left: 0;
}
.footer_sns ul li:last-child {
  margin-right: 0;
}
.footer_ico {
  margin: 0 auto;
  margin-bottom: 15px;
}
/*========================================================================================
PC用
==========================================================================================*/
@media (min-width: 1281px) {
  .hMenu {
    display: none;
  }
  .forSp {
    display: none !important;
  }
  .box_achievements img {
    max-width: 32%;
  }
}
/*========================================================================================
TABLET用とSP用共通
==========================================================================================*/
@media (max-width: 1279px) {
  .forPc {
    display: none !important;
  }
  .cta_cont p {
    text-align: left;
  }
  main {
    overflow-x: hidden;
  }
}
@media (max-width: 1400px) {
  /*body {
  height: 100%;
  overflow: hidden;
}*/
  .cta_cont .person {
    position: absolute;
    right: -50px;
    bottom: -92px;
  }
  .cta_cont .person img {
    width: 90%
  }
  .line01 {
    font-size: 28px;
    font-weight: 800;
  }
  .line02 {
    font-size: 32px;
  }
  .accordion {
    box-shadow: 0 0 0 1px #aaa;
    overflow: hidden;
    height: var(--acc-height--closed, auto);
    transition: height .25s;
    box-sizing: border-box;
    &.is-opened {
      height: var(--acc-height--opened, auto);
    }
  }
  .accordion + .accordion {
    margin-top: -1px;
  }
  /* display:list-item 以外にしてデフォルトの三角アイコンを非表示にする */
  .accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    background: #f7f7f7;
    cursor: pointer;
  }
  /* Safariで表示されるデフォルトの三角形アイコンを削除 */
  .accordion__title::-webkit-details-marker {
    display: none;
  }
  .accordion__title::after {
    content: "";
    background-image: url("../img/ico_arrow.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 5px;
    transform: rotate(0deg);
    transition: transform .25s;
  }
  .accordion.is-opened > .accordion__title::after {
    transform: rotate(180deg);
  }
  .accordion__content {
    padding: 1em;
  }
  .accordion__content p {
    font-size: 1em;
  }
  .program {
    gap: 30px;
  }
  .l-header + * {
    margin-top: 60px;
  }
}
/*========================================================================================
TABLET用
==========================================================================================*/
@media screen and (min-width:1281px) and (max-width:1400px) {
  .p-megaMenu__open {
    padding: 20px 0px;
  }
  header > .headerInner > nav > ul > li {
    font-size: 15px;
  }
}
/*========================================================================================
SP用〜TABLET用
==========================================================================================*/
@media (min-width: 600px) and (max-width:728px) {
  h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  h4 {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
  section.pd_Top {
    padding: 3rem 0 0 0;
  }
  section.pd_TopBottom {
    padding: 3rem 0;
  }
  .summary {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom: 1.5rem;
    padding: 0 0.5rem;
  }
  .txt_body span {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .txt_body p {
    font-size: 1.1rem;
  }
  .columnsLeft h2 {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 1rem;
  }
}
@media and (min-width: 729px) and (max-width:1280px) {
  h2 {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 2.8rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  h4 {
    font-size: 1.8rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
  section.pd_Top {
    padding: 4rem 0 0 0;
  }
  section.pd_TopBottom {
    padding: 4rem 0;
  }
  .summary {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }
  .txt_body span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .txt_body p {
    font-size: 1.2rem;
  }
  .columnsLeft h2 {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1279px) and (max-width: 1399px) {
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
}
/*========================================================================================
SP用
==========================================================================================*/
@media (max-width: 599px) {
  /*.sand .swiper-slide {
  height: auto !important;
  width: 90% !important;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
} */
  h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .box_corporate {
    background-color: #fff;
    border-radius: 15px;
    width: calc(100% - 20px) !important;
    margin: 0 10px;
  }
  .swiperBox {
    /*         display: flex;
         justify-content: flex-start;*/
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after, .swiper-button-next::after {
    /*bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;*/
  }
  /* 前への矢印カスタマイズ */
  .swiper-button-prev::after {
    display: none;
    /*  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
    opacity: 0.5;*/
  }
  /* 次への矢印カスタマイズ */
  .swiper-button-next::after {
    display: none;
    /*.font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
    opacity: 0.5;*/
  }
  .swiperBox {
    margin-top: 1.5rem;
  }
  .mv_sp {
    margin-top: 60px;
  }
  .l-header + * {
    margin-top: 0px;
  }
  h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  h3 {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
    .secInner h3.member {
  margin-top: 50px;
}
  h4 {
    font-size: 1.3rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .support h4 {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .service h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 30px;
  }
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
  section.pd_Top {
    padding: 2rem 0 0 0;
  }
  section.pd_TopBottom {
    padding: 2rem 0;
  }
  .summary {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }
    .summary-mb0 {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
    .service .supportInner.uchiyoga {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
  .txt_body span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .txt_body p {
    font-size: 1rem;
  }
    .tit_cancel {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 1.3;
}
    
    .tit_cancel.price{
        margin-bottom: 1.5rem;
    }
    .tit_cancel.ticket{
        margin-bottom: 1.5rem;
        margin-top: 1rem
    }
    
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
  .columnsLeft h2 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
    #thanks .titleBlock + .read, #form .titleBlock + .read {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  margin-top: 30px;
  margin-bottom: -15px;
}
.form_counseling .downloadCategory_navInner {
  padding: 0px !important;
  width: 100% !important;
    margin-bottom: 0px !important;
} 
    .form_counseling .downloadAll_navInner {
    margin-bottom: 0px !important;
  }
  .form_counseling {
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 0px !important;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
  }   
.downloadCategory_navInner .tit + p {
  margin-bottom: 0px !important;
}
    .downloadAll_navInner .tit + p {
  margin-bottom: 0px !important;
}
      .form_counseling .downloadAll_navInner {
    padding: 0px !important;
    width: 100% !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  .footer_nav {
    flex-direction: inherit;
  }
  footer .secInner {
    display: flex;
    flex-direction: column;
    width: 98%;
  }
  .footer_logo {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .footer_logo img {
    margin: 0 auto;
    max-width: 25%;
  }
  .footer_nav_box {
    width: 100%;
  }
  .footer_nav_tit {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer_sns {
    border-top: 1px dashed #999;
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer_sns ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: inherit;
    padding-left: 0;
  }
  .footer_sns ul li {
    padding-bottom: 30px !important;
    display: flex;
    justify-content: inherit;
    flex-wrap: inherit;
  }
  .footer_ico {
    margin: inherit;
    margin-bottom: 0px;
    margin-bottom: 15px;
    width: 35%;
    text-align: center;
  }
  .footer_sns ul li:first-child {
    margin-left: 15px !important;
  }
  .footer_sns ul li:last-child {
    margin-right: 0px;
  }
  .footer_nav div {
    margin-top: 0;
  }
  .footer_nav div:first-child {
    margin-top: 0;
  }
}
@media (max-width: 959px) {
  .footer_nav {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 100%;
  }
  footer .secInner {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .footer_logo {
    width: 100%;
    max-width: inherit;
    max-height: inherit;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .footer_logo img {
    margin: 0 auto;
    max-width: 35%;
  }
  .footer_nav_box {
    width: 100%;
  }
  .footer_nav_tit {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer_sns {
    border-top: 1px dashed #999;
    margin-top: 30px;
    padding-top: 30px;
  }
  .footer_sns ul {
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    padding-left: 0;
  }
  .footer_sns ul li {
    margin: 0 0px;
    display: flex;
    justify-content: inherit;
    flex-wrap: inherit;
    margin-bottom: 15px;
  }
  .footer_ico {
    margin: inherit;
    margin-bottom: 0px;
    width: 30%;
    text-align: center;
  }
  .footer_ico img {
    width: inherit;
  }
  .summary_sns {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .contact_download, .contact_form {
    min-height: 0;
    min-width: 0;
    line-height: 1.5;
  }
  .contact_download img, .contact_form img {
    border-radius: 0;
    vertical-align: bottom;
  }
  .footer_sns ul li:first-child {
    margin-left: 0px;
  }
  .footer_sns ul li:last-child {
    margin-right: 0px;
  }
  .footer_nav div {
    margin-top: 0.5rem;
  }
  .footer_nav div:first-child {
    margin-top: 0;
  }
}
@media (min-width: 600px) and (max-width:1279px) {
  section .secInner {
    width: 96%;
    margin: 0 auto;
  }
}
@media (max-width:498px) {
  .cta_sp img {
    bottom: 40px;
  }
}
@media (min-width:499px) and (max-width:599px) {
  .cta_sp img {
    bottom: 50px;
  }
}
@media (min-width:601px) and (max-width:800px) {
  .cta_sp img {
    bottom: 65px;
  }
}
@media (min-width:801px) and (max-width:1000px) {
  .cta_sp img {
    bottom: 85px;
  }
}
@media (min-width:1001px) and (max-width:1180px) {
  .cta_sp img {
    bottom: 95px;
  }
}
@media (min-width:1181px) and (max-width:1279px) {
  .cta_sp img {
    bottom: 105px;
  }
}
@media (max-width: 768px) {}
@media (min-width: 768px) {
  .forSp {
    /*    display: none;*/
  }
}
@media (min-width: 1280px) {
  .forTb {
    display: none;
  }
}
@media (max-width:599px) {
  .assignment .forTb {
    display: none;
  }
  .assignment .forPc {
    display: none;
  }
}
@media (min-width:600px) and (max-width:1279px) {
  .assignment .forSp {
    display: none;
  }
  .assignment .forPc {
    display: none;
  }
}
@media (min-width:1280px) {
  .assignment .forSp {
    display: none;
  }
  .assignment .forTb {
    display: none;
  }
  .assignment .forPc {
    display: inherit;
  }
}
@media (max-width:728px) {
  .cta_cont .person {
    position: absolute;
    right: -45px;
    bottom: -42px;
  }
  .cta_cont .person img {
    width: 70%;
  }
}
/*========================================================================================
PC用
==========================================================================================*/
@media (max-width: 1555px) {
  .p-megaMenu__list-item {
    font-size: 0.9em;
  }
}
.column {
  background-color: #fff;
  border-radius: 30px;
  padding: 55px 65px;
  border: 1px solid #353535;
}
.columnInner a {
  margin-bottom: 30px;
  display: flex;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 30px;
  align-items: flex-start;
  color: #333;
}
.columnInner .txt_body {
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
}
.columnDatails_sTit {
  background-color: #fff;
  border-radius: 30px;
  padding: 0;
  border: 1px solid #353535;
}
.columnDatails_sTit a {
  color: #333;
  text-decoration: none;
}
.columnDatails_sTit a:hover {
  color: #333;
  text-decoration: underline;
}
.columnDatails_sTitInner .txt_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
  padding: 30px 50px;
}
.columnInner .img {
  width: 30%;
  margin-right: 30px;
}
.columnInner .img img {
  max-width: 100%;
}
.column h3 {
  font-size: 50px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.columnDatails_sTit .tit {
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 800;
}
.column h4 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 0;
}
.columnCategory {
  padding: 7px 15px;
  color: #fff;
  display: inline;
  margin-bottom: 15px;
}
.columnDate {
  color: #666;
}
.column_box {
  display: flex;
  justify-content: space-between;
}
.mainCol .column_box {
  display: flex;
  justify-content: flex-start;
}
.mainCol .columnDate {
  padding-left: 30px;
  padding: 7px 15px;
}
.bg_all {
  background-color: #666;
}
.bg_corporate {
  background-color: #64af77;
}
.bg_trip {
  background-color: #a7c66b;
}
.bg_management {
  background-color: #6bbac6;
}
.bg_mental {
  background-color: #6b92c6;
}
.columnCategory_nav {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
.columnCategory_nav + .column {
  margin-top: 50px;
}
.columnCategory_navInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 20px;
    width: calc(100% / 4 - 50px);
    display: flex;
  flex-direction: column;
}
.columnCategory_navInner p{
    flex-grow: 1;
}
.columnCategory_navInner a {
  color: #333;
}
.columnCategory_navInner .tit {
  margin-top: 22px;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 800;
}
  .btn_column span {
    font-size: 100%;
    line-height: 1.1;
    text-align: center;
  }
.btn_column {
  /*    background-color: #f68e5b;
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);*/
  color: #fff;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 10px 10px 6px rgba(0, 0, 0, .03), 0 10px 8px -4px rgba(0, 0, 0, .03);
  position: relative;
  min-width: 250px;
  max-width: 400px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
.btn_column::before {
  /*content: "";*/
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 25px;
}
.column div:last-child {
  margin-bottom: 0;
}
.column h4.tit {
  display: flex;
}
.column h4.tit .num {
  width: 1.8em;
  font-size: 1.8rem;
  color: #fe8428;
}
.columnTit > ol {
  counter-reset: listnum;
  list-style: none;
  padding: 0;
  margin: 0;
}
.columnTit ol > li {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.4;
}
.columnTit ol > li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 15px;
  color: #fe8428;
  vertical-align: middle;
  font-size: 1.6rem;
  padding-bottom: 5px;
}
.columnTit ol > li:first-child::before {
  padding-right: 20px;
}
.columnTit ul {
  list-style: none;
  margin-left: 25px;
}
.columnTit ul > li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4;
    list-style: decimal;
}
.columnTit ul > li > ul{
  margin-bottom: 15px;
}
.columnTit ul > li > ul > li{
  line-height: 1.7;
}
.columnDatails_tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #333;
  text-align: left;
}

.btn_download {
  color: #fff;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  box-shadow: 0 10px 10px 6px rgba(0, 0, 0, .03), 0 10px 8px -4px rgba(0, 0, 0, .03);
  position: relative;
  min-width: 250px;
  max-width: 400px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
.btn_download::before {
  content: "";
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 30px;
}

/*.btn_download {
  background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
  color: #fff;
  border-radius: 30px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  width: 100%;
  box-shadow: 0 16px 10px 12px rgba(246, 142, 91, .1), 0 16px 10px -4px rgba(246, 142, 91, .1);
  position: relative;
  min-width: 250px;
  max-width: 450px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  z-index: 0;
  transition: 1.2s;
}
.btn_download a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.btn_download::before {
  content: "";
  background-image: url("../img/ico_arrowBtn.png");
  background-repeat: no-repeat;
  background-size: 10px 17px;
  background-position: right;
  width: 10px;
  height: 17px;
  position: absolute;
  right: 30px;
}
.btn_download::after {
  content: "";
  background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);
  box-shadow: 0 16px 30px 12px rgba(246, 142, 91, .2), 0 16px 14px -4px rgba(246, 142, 91, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 1.2s;
}*/
.btn_download.bg_bundle{
    background-color: #f68e5b;
}
.btn_download.bg_summary{
    background-color: #a7c66b;
}
.btn_download.bg_service{
    background-color: #6b92c6;
}
.btn_download.bg_bundle::after {
  content: "";
  background-color: #f68e5b;
  box-shadow: 0 16px 15px 12px rgba(246, 142, 91, .2), 0 16px 10px -4px rgba(246, 142, 91, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_download.bg_summary::after {
  content: "";
  background-color: #a7c66b;
  box-shadow: 0 16px 15px 12px rgba(167, 198, 107, .2), 0 16px 10px -4px rgba(167, 198, 107, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_download.bg_service::after {
  content: "";
  background-color: #6b92c6;
  box-shadow: 0 16px 15px 12px rgba(107, 186, 198, .2), 0 16px 10px -4px rgba(107, 186, 198, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.btn_download:hover::after {
  opacity: 1;
}
.btn_download span {
  font-size: 22px;
}

h2 + .downloadCategory_nav{
    margin-bottom: 60px;
}




.downloadCategory_nav {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.downloadCategory_navInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 30px;
    width: 410px;
    display: flex;
  flex-direction: column;
    position: relative;
}
.downloadAll_nav {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.downloadAll_navInner {
  background-color: #fff;
  /*border-radius: 15px;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  /*box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);*/
  padding: 45px 45px 0px 45px;
  /*width: 100%;*/
  display: flex;
  gap: 40px;
    
}
.preview-form-group{
   border-top: 1px dashed #ccc; 
}
.btn_download a {
  color: rgb(255, 255, 255);
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.downloadCategory_navInner .tit {
  margin-top: 22px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}
.downloadAll_navInner .tit {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
}
.downloadCategory_navInner .tit + p{
    margin-bottom: 30px;
}
.downloadAll_navInner .tit + p{
    margin-bottom: 23px;
  font-size: 16px;
  line-height: 150%;
}
.download-category {
  display: block;
  position: relative;
  z-index: 10;
}
.download-category.summary {
  background-color: #a9d858;
}
.download-category.service {
  background-color: #6b92c6;
}
.download-category {}
.download-category:before {}
.download-category span {
  display: block;
  position: relative;
  z-index: 10;
}
.download-category::after {}
.download-category {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  position: absolute;
  top: 245px;
  left: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #a9d858;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path:
    polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2), 100% 0);
  color: #fff;
  padding: 10px 15px 12px 20px;
  line-height: 1;
  font-size: 1rem;
  z-index: 100 !important;
}

.form_counseling .downloadCategory_navInner {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  
  /*  padding-bottom: 50px;*/
  /*margin-bottom: 50px;*/
/*  border-bottom: 1px dashed #ccc;*/
    position: inherit;
    
    
    border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 70px 70px 0px 70px;
  width: calc(100% - 140px);
}

.download-thumb , .download-thumb_all{
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 20px;
    display: flex;
  align-items: center;
}
.download-thumb img , .download-thumb_all img{
    border-radius: 0;
}
.form_counseling .download-thumb{
    /*background-color: #fff;
    padding: 0px;*/
    border-radius: none;
    width: 30%;
    margin-right: 30px;
}
.form_counseling .download-txt_box{
    width: 70%;
    
}
.form_counseling .download-thumb_all{
    /*background-color: #fff;
    padding: 0px;*/
    border-radius: none;
    width: 40%;
    margin-right: 0px;
    height: fit-content;
}
.form_counseling .download-txt_box_all{
    width: 60%;
    
}
.form_counseling .download-thumb img{
    border-radius: 0;
}

.form_counseling .downloadAll_navInner {
  background-color: #fff;
  border-top-right-radius: 30px;
      border-top-left-radius: 30px;
  box-shadow: none;
  padding: 70px 70px 0px 70px;
    padding-bottom: 0px;
  width: calc(100% - 140px);
  display: flex;
  flex-direction: row;
  padding-bottom: 0px;
  margin-bottom: 0px;
/*  border-bottom: 1px dashed #ccc;*/
  position: inherit;
}

#OF_form1 .form_counseling .downloadAll_navInner {
   padding-bottom: 50px;
  margin-bottom: 50px; 
  border-bottom: 1px dashed #ccc;  
    
    
    
}
.read + .btn_download.bg_returnTop {
  margin: 0 auto;
    background-color: #f68e5b;
    margin-top: 70px;
}




.col2 {
  display: flex;
}
.mainCol {
  width: calc(100% - 300px - 90px);
  margin-right: 90px;
}
.sideCol {
  width: 300px;
}
.sideCol .pdf_box img {
  border-radius: 0;
  box-shadow: 0px 0px 30px 0px rgba(136, 136, 136, 0.5);
  border: 5px solid #fff;
  box-sizing: border-box;
}
.columnDatails_cover {
  margin-bottom: 50px;
}
.columnDatails_prologue {
  margin-bottom: 50px;
    font-size: 1.2rem;
}
.columnDatails_prologue p{
    margin-bottom: 30px;
}
.columnDatails_contents {
  margin-top: 50px;
}
h2.columnTit {
  font-size: 1.6rem;
  color: #fff;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  padding: 0.8em 1.2em;
  background: #f68e5b;
  margin-top: 100px;
}
h2.columnTit::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(204, 204, 204);
}
h2 + .columnBody {
  padding: 0 1.0rem;
}
h2 + .columnBody p {
  font-size: 1.2rem;
  line-height: 2.2;
  margin: 30px 0;
}
.columnBody p a {
  color: #f68e5b;
  text-decoration: underline;
}
.txt_body .important {
  background: linear-gradient(transparent 60%, #fef97b 40%);
  color: #333;
  font-weight: 800;
  display: initial;
  font-size: inherit;
  margin-bottom: inherit;
}
.columnBody .link{
margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    display: flex;
}
.columnBody .link div{
border-left:5px solid #f68e5b;
  padding-left: 30px;
}

.columnBody .link_img{
margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px;
    display: flex;
}
.columnBody .link_img div{

  padding-left: 30px;
}


.columnBody .link_img a{
display: flex;
}
.columnBody .link img{
    border-radius: 0;
    margin:0 30px 0 0;
    max-width: 200px;
    height: fit-content;
 }
.columnBody .link_img img{
    border-radius: 0;
    margin:0;
    max-width: 200px;
    height: fit-content;
 }
.columnBody .link span.tit , .columnBody .link_img span.tit{
    font-size: 22px;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}

.columnBody .link span.tit+span{
    display: block;
    
}
.columnBody .link span.tit+span+span{
    display: block;
    margin-top: 15px;
}
.columnBody .link span.tit+span+span+span{
    display: block;
    margin-top: 15px;
}

.goalAndProject p {
  font-size: inherit;
    margin: 10px 0px 25px 0px;
}

.profile_box{
    display: flex;
    background-color: #fff;
  padding: 30px;
    border-right: 5px solid #e7e7e7;
    border-bottom: 5px solid #e7e7e7;
    margin: 50px 0;
}

.profile_box img{
    border-radius: 0;
  width: 190px;
  margin: 0 !important;
  height: fit-content;
}

.profile_box .name{
    font-size: 24px;
    font-weight: 800;
    display: block;
  margin-bottom: 20px;
}

.profile_box .profile_txt{
    margin-left: 30px;
    font-size: 18px;
    line-height: 1.8;
}


@media screen and (max-width: 599px) {
.profile_box{
    display: block;
    background-color: #fff;
  padding: 30px;
    border-right: 5px solid #e7e7e7;
    border-bottom: 5px solid #e7e7e7;
    margin: 50px 0;
}

.profile_box img{
    border-radius: 0;
  width: 100%;
  margin: 0 !important;
  height: auto;
}

.profile_box .name{
    font-size: 24px;
    font-weight: 800;
    display: block;
  margin-top: 20px;
    margin-bottom: 10px;
}

.profile_box .profile_txt{
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.8;
}
.columnBody .link_img a{
display: block;
}    

.columnBody .link_img div {
  padding-left: 0px;
}
.columnBody .link span.tit, .columnBody .link_img span.tit {
  font-size: 22px;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
    margin-top: 20px
}
.columnBody .link_img img {
  width: 100%;
    height: auto;
    max-width: 100%;
}    
    
    
}




p.list {
  margin: 5px 0 !important;
  padding: 0;
  line-height: 1;
    text-indent: -1em;
  padding-left: 1em;
}
.columnDatails_contentsInner {
  margin-top: 50px;
}
h3.columnStit {
  border-bottom: 3px solid #f68e5b;
  padding-bottom: 10px;
  display: block;
  font-size: 1.6rem;
	text-align: left;
  margin-bottom: 2rem;
  font-weight: 800;
  margin-top: 4.5rem;
}
h4.columnStit {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  
  border-left: 6px solid #f68e5b;
  line-height: 1.6;
  margin-bottom: 30px;
    margin-top: 70px;
  padding:0 0 0 15px;
}
h6 {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
    margin: 30px 0 15px 0;
    color: #f68e5b;
    
  
    
}
strong{
  font-size: 1.3rem;
  font-weight: 800;  
    
    
}
.block{
    background-color: #fff;
    border: 1px solid #333;
    padding: 30px;
    line-height: 1.2;
  margin-bottom: 30px !important;
  margin-top: 0px !important;
}

h2 + .columnBody span.reference {
  padding: 7px 9px;
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
}
h2 + .columnBody span.reference::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f518";
  margin-right: 10px;
}
h2 + .columnBody span.reference a {
  color: #f68e5b;
  text-decoration: underline;
}
h2 + .columnBody span.connection {
  padding: 7px 9px;
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
}
h2 + .columnBody span.connection::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-right: 10px;
}
h2 + .columnBody span.connection a {
  color: #f68e5b;
  text-decoration: underline;
}


h2 + .columnBody span.modal {
  padding: 7px 9px;
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
}
h2 + .columnBody span.modal::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  margin-right: 10px;
}
h2 + .columnBody span.modal a {
  color: #f68e5b;
  text-decoration: underline;
}
h2 + .columnBody p.point {
      display: inline;
    font-size: 28px;
  font-weight: 600;
}
h2 + .columnBody p.point::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  content: "\f0a6";
  margin-right: 10px;
    color: #f68e5b;
    font-size: 32px;
}
h2 + .columnBody span.offer {
  padding: 7px 9px;
  font-size: 14px;
  justify-content: flex-end;
  display: flex;
}
h2 + .columnBody span.offer::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f083";
  margin-right: 10px;
}
h2 + .columnBody span.offer a {
  color: #f68e5b;
  text-decoration: underline;
}
ol.order > li::before {
  counter-increment: listnum;
  content: counter(listnum) ".";
  padding-right: 15px;
  
  vertical-align: middle;
  font-size: 1.6rem;
  padding-bottom: 5px;
}
ol.order {
  counter-reset: listnum;
  list-style: none;
  margin-bottom: 30px;
  font-size: 1.2rem;
  padding-left: 0;
    line-height: 2.4;
}
ol.order > li:first-child::before {
  padding-right: 20px;
}
/*
.columnBody ol {
  font-size: 1.2rem;
  line-height: 2.2;
  padding-left: 0;
  margin-left: 0;
   list-style: none;
  counter-reset: number; 
}
.columnBody ol li{
    margin-top: 10px;
    position: relative;
  padding-left: 1.5em;
}
.columnBody ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}*/
.columnBody img {
  margin: 2rem 0 1rem 0;
}
.columnBody .important, .columnDatails_prologue .important {
  background: linear-gradient(transparent 60%, #fef97b 40%);
  color: #333;
  font-weight: 800;
}
.columnBody .notes , .summary .notes {
  font-size: 14px;
    color: #999;
    display: block;
    
}
.notes02{
    font-size: 12px;
    display: block;
    text-align: end;
  line-height: 1.8;
}
.columnBody p.border {
  border: 1px solid #333;
  padding: 7px 15px;
  display: block;
  box-shadow: none;
  height: inherit;
}
.column div:last-child a {
  border: none;
  padding-bottom: 0px;
}
.side_columnCategory {
  border-radius: 10px;
  background-color: #fff;
  margin-top: 2rem;
}
.side_columnCategoryTit {
  background-color: #f68e5b;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.side_columnCategoryList {
  padding: 30px 30px;
  margin: 0;
}
.side_columnCategoryList li {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.side_columnCategoryList li a {
  color: #333;
  text-decoration: none;
}
.side_columnCategoryList li:last-child {
  margin-bottom: 0;
}
.side_columnCategoryList li.side_columnCategory_all::before {
  content: "";
  background-color: #666;
  background-size: 20px 10px;
  width: 20px;
  height: 6px;
  display: block;
  margin-right: 13px;
}
.side_columnCategoryList li.side_columnCategory_corporate::before {
  content: "";
  background-color: #64af77;
  background-size: 20px 10px;
  width: 20px;
  height: 6px;
  display: block;
  margin-right: 13px;
}
.side_columnCategoryList li.side_columnCategory_trip::before {
  content: "";
  background-color: #a7c66b;
  background-size: 20px 10px;
  width: 20px;
  height: 6px;
  display: block;
  margin-right: 13px;
}
.side_columnCategoryList li.side_columnCategory_management::before {
  content: "";
  background-color: #6bbac6;
  background-size: 20px 10px;
  width: 20px;
  height: 6px;
  display: block;
  margin-right: 13px;
}
.side_columnCategoryList li.side_columnCategory_mental::before {
  content: "";
  background-color: #6b92c6;
  background-size: 20px 10px;
  width: 20px;
  height: 6px;
  display: block;
  margin-right: 13px;
}
.page_navi {
  display: flex;
  margin-top: 50px;
}
.page_navi ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
    padding: 0;
}
.page_navi ul li.current {
  min-width: 47px;
  height: 47px;
  line-height: 44px;
  margin: 0 5px;
  background: #f68e5b;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  border: 0;
  text-align: center;
  border-radius: 5px;
}
.page_navi ul li a {
  min-width: 45px;
  height: 45px;
  padding: 0px;
  line-height: 44px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fff;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}
.page_navi ul li a:hover {
  background-color: #f68e5b;
  border: 1px solid #f68e5b;
  color: #fff;
  font-weight: 800;
}
.btn_column a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.btn_column.bg_all::after {
  content: "";
  /*background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);*/
  box-shadow: 0 16px 15px 12px rgba(0, 0, 0, .1), 0 16px 10px -4px rgba(0, 0, 0, .1);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_column.bg_trip::after {
  content: "";
  /*background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);*/
  box-shadow: 0 16px 15px 12px rgba(167, 198, 107, .2), 0 16px 10px -4px rgba(167, 198, 107, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_column.bg_management::after {
  content: "";
  /*background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);*/
  box-shadow: 0 16px 15px 12px rgba(107, 186, 198, .2), 0 16px 10px -4px rgba(107, 186, 198, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_column.bg_mental::after {
  content: "";
  /*background: linear-gradient(-10deg, rgba(246, 142, 91, 1)25%, rgba(240, 20, 61, 1)95%);*/
  box-shadow: 0 16px 15px 12px rgba(107, 146, 198, .2), 0 16px 10px -4px rgba(107, 146, 198, .2);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.btn_column:hover::after {
  opacity: 1;
}
.secInner > h2 {
  margin-bottom: 80px;
}
.categoryTop > .columnCategory_nav {
  margin: 0 0 50px 0;
}
.categoryTop {
  padding: 30px 0;
}
.categoryTop > ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.categoryTop > ul li {
  display: flex;
  margin: 0 15px;
}
.categoryTop > ul li:first-child {
  margin-left: 0px;
}
.categoryTop > ul li a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 1280px) {
    .option {
  display: flex;
        flex-direction: column;
}
    .option .img {
  width: 100% !important;
  margin-right: 0px;
  margin-bottom: 0px;
}
     .option_box {
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 15px !important;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: nowrap !important;
    flex-direction: column;
  }
    .option_box .txt_body{
        width: 100% !important;
    }
    .option_box div:first-child h4 {
    border: 0 !important;
    padding-top: 0.5rem !important;
  }
  .contact_download img, .contact_form img {
    border-radius: 0;
    vertical-align: bottom;
  }
  .secInner > h2 {
    margin-bottom: 30px;
  }
  .column {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 15px;
    border: 1px solid #353535;
  }
  .btn_column {
    width: calc(100% / 2 - 10px);
    min-width: inherit;
    margin: 5px 5px;
  }
  .btn_column div:first-child, .btn_column div:nth-child(2) {
    margin-top: 0px;
  }
  .btn_column span {
    font-size: 90%;
      line-height: 1.1;
    text-align: center;
  }
  .column h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .columnInner a {
    display: flex;
    flex-direction: column;
  }
  .columnInner .img {
    width: 100%;
    margin-right: 0px;
  }
  .columnInner .txt_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
  .column h4 {
    font-size: 115%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
  }
  .column_box {
    align-items: baseline;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .columnCategory {
    margin-bottom: 0px;
  }
  .columnCategory_nav {
    display: flex;
    gap: inherit;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .btn_column::before {
    background-image: none;
  }
  .breadcrumbs_pc {
    margin-top: 60px;
  }
  .categoryTop > ul {
    display: inline;
  }
  .categoryTop > ul li {
    display: inline;
    font-size: 90%;
  }
  .categoryTop {
    padding: 15px 0;
  }
  .mainCol {
    width: 100%;
    margin-right: 0;
  }
  .columnDatails_tit {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
  }
  .columnDatails_cover {
    margin-bottom: 20px;
  }
    h3.columnStit {
  border-bottom: 3px solid #f68e5b;
  padding-bottom: 10px;
  display: block;
  font-size: 1.5rem;
		text-align: left;
  margin-bottom: 2rem;
  font-weight: 800;
  margin-top: 2.5rem;
}
    h4.columnStit {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  border-left:
6px solid #f68e5b;
  line-height: 1.6;
  margin-bottom: 1.8rem;
  margin-top: 2.0rem;
  padding:
0 0 0 15px;
}
  .columnDatails_sTit .tit {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 800;
  }
  .columnTit ol > li a {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.4;
  }
  .columnTit ol > li li a {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .columnDatails_sTitInner .txt_body {
    width: inherit;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 0;
    padding: 15px 15px;
  }
  .columnTit ul {
    list-style: none;
    margin-left: inherit;
      padding-left: 66px;
      margin-top: 7px;
  }
  h2.columnTit {
    font-size: 1.4rem;
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
    position: relative;
    padding: 0.5em 0.6em;
    background: #f68e5b;
      margin-top: 3rem;
  }
  span.columnStit {
    border-bottom: 3px solid #f68e5b;
    padding-bottom: 10px;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    font-weight: 800;
    margin-top: 1.5rem;
  }
  .columnTit ol > li {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .columnTit ol > li::before {
    width: 30px;
    float: left;
    padding-right: 5px;
  }
  .columnTit ul > li {
    line-height: 1.4;
      list-style: decimal;
  }
  .columnTit ol > li:first-child::before {
    width: 30px;
    float: left;
    padding-right: 5px;
  }
  .l-header + * {
    margin-top: 0px;
  }
    h3 + .columnBody span.offer {
  display:inherit;
}
    .columnBody img {
  margin: 1rem 0 1rem 0;
}
  .columnCategory_nav + .column {
    margin-top: 0px;
  }
  .page_navi ul {
    padding: 0;
  }
  .p-navigation-global {
    display: none;
  }
  .headerInner {}
  .hMenu_home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    background: #f68e5b;
    cursor: pointer;
    border: 1px solid #fff;
    
  }
    .hMenu_home a{
     color: #fff;
        display: flex;
    width: 100%;
    height: 100%;
    padding: 1em;
    }
  .hMenu_home::after {
    content: "";
    background-image: url("../img/ico_arrow_wh.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    display: inline-block;
    width: 17px;
    height: 15px;
    margin-right: 18px;
    transform: rotate(-90deg);
    transition: transform .25s;
  }
  .l-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  .mv_sp {
    margin-top: 60px;
    line-height: 0;
  }
    .footer_nav ul li {
  margin-bottom: 20px;
  white-space: nowrap;
  margin-left: 0px;
}
    .footer_nav ul li.service + li {
  margin-left: 0px;
}
    .footer_nav ul li.service + li + li {
  margin-left: 0px;
}
  .mainContentWrap, #form #main {
    margin-top: 60px;
  }
   .tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 5px solid #f68e5b;
    background-color: #fff;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
       margin-bottom: 30px;
    }
    .footer_nav ul {
  margin-left: 0;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
    
    .tab_content {
  display: none;
  padding: 0px;
  clear: both;
  overflow: hidden;
}
  .custom-select-trigger {
    position: relative;
    display: block;
    width: 300px;
    padding: 0 15px 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    background: #f08b3b;
    border-radius: 4px;
    cursor: pointer;
    max-width: 100%;
  }
  .form_counseling {
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .form_counseling dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .form_counseling dt {
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
  }
  .form_counseling dd {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .form_counseling dd p {
    font-size: 14px;
    margin: 0 0 7px 0;
    line-height: 100%;
  }
    
    .forPrivate {
  border: 1px solid #495567;
  display: flex;
    background-color: #fff;
  width: 100%;
    margin-left: auto;
    margin-bottom: 15px;
    border-radius: 7px;
        flex-direction: column;
}
.forPrivate ul{
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    
}
    .forPrivate ul li:first-child{
    margin-bottom: 10px;
    
}
        .forPrivate ul li::before{
    content: "";
            background-image: url()
    
}
.forPrivate ul li a{
    text-decoration: underline;
    color: #495567;
    line-height: 16px;
    
}

.forPrivate span{
  color: #fff;
    background-color:#495567;
    padding: 10px 20px;
   display: flex;
  align-items: center;
    border-right: 1px solid #495567;
}
.forPrivate i{
    margin-right: 10px;
}

    
    
    
    
.forSalesPromotion {
  border: 1px solid #495567;
  display: flex;
    background-color: #fff;
  width: 100%;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 7px;
        flex-direction: column;
}
.forSalesPromotion ul{
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    
}
    .forSalesPromotion ul li:first-child{
    margin-bottom: 10px;
    
}
        .forSalesPromotion ul li::before{
    content: "";
            background-image: url()
    
}
.forSalesPromotion ul li a{
    text-decoration: underline;
    color: #495567;
    line-height: 16px;
    
}

.forSalesPromotion span{
  color: #fff;
    background-color:#495567;
    padding: 10px 20px;
   display: flex;
  align-items: center;
    border-right: 1px solid #495567;
}
.forSalesPromotion i{
    margin-right: 10px;
}    
    
    
  .equired {
    margin-left: 10px;
  }
  .form_counseling textarea {
    padding: 10px;
  }
  .btn_box button {
    border-radius: 30px;
    background-color: #f08b3b;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    max-width: 350px;
    font-size: 20px;
    height: 60px;
  }
  .program {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    flex-direction: column;
  }
  .programInner {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
    padding: 20px;
  }
  /*  .service h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 30px;
  } */
  .service .program {
    margin-bottom: 50px;
    display: inherit;
    gap: 0px;
    justify-content: inherit;
    flex-direction: inherit;
  }
  .service .supportInner .img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
    position: relative;
  }
  .eng {
    font-size: 3rem !important;
    bottom: -10px;
    background: linear-gradient(0deg, #fdeee2 0%, #fefeeb 60%, #feeaea 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .service .supportInner .txt_body {
    width: 100% !important;
    align-items: flex-start;
    margin-top: 0px;
    padding: 0;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }
  .program .programInner:last-child {
    margin-top: inherit !important;
  }
    .studio .supportInner .img {
  width:100% !important;
  margin-right: 0px;
}
    
    h4 img {
  width: 20%;
  border-radius: 0 !important;
  margin-left: 15px;
}
    
    
  .service .support h4 {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    margin-bottom: 1.2rem;
    border-top: 1.2px dotted #999;
    padding-top: 2.2rem;
    margin-top: 0.5rem;
      margin-bottom: 15px !important;
      line-height: 1.4;
  }
    
    .service .support h4.ticket {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    margin-bottom: 1.2rem;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
      margin-bottom: 15px !important;
      line-height: 1.4;
  }
    .support h4 .reason04 {
  color: #333333;
  display: block;
  background: none;
  margin-left: 0;
  margin-bottom: 0px;
  line-height: 1.4;
  border-left: 6px solid #ff6a1d;
  padding-left: 18px;
        font-size:20px;
}
  .tit_cancel span.small{
    font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 5px;
  display: block;
  color: #666;
}  
      .service .support .supportInner:first-child h4 {
    font-size: 1.35rem;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    margin-bottom: 1.2rem;
    border-top: 0px dotted #999;
    padding-top: 2.2rem;
    margin-top: 0.5rem;
      margin-bottom: 15px !important;
      line-height: 1.4;
  }
    
    
    
    .studio .supportInner .img img {
  border-radius: 50%;
  border: 7px solid #ececec;
  width: 50%;
}
  .service .programInner .forSp {
    padding-bottom: 0px;
    margin-bottom: 0px;
/*    border-bottom: 1px dashed #ccc;*/
  }
  .img_hack + .summary {
    margin-bottom: 2rem;
  }
  .addInfo_box {
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 15px !important;
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: nowrap !important;
    flex-direction: column;
  }
  .addInfo_box div:first-child h4 {
    border: 0 !important;
    padding-top: 0.5rem !important;
  }
  .service p.sTit {
    font-size: 1.8rem;
  }
  .service .support .addInfo h4 {
    font-size: 1.35rem;
    text-align: center;
    width: 100%;
    margin-bottom: 1.2rem;
    /*border-top: 0px;*/
    padding-top: 2.2rem;
    margin-top: 0.5rem;
  }
  .purpose + p {
    font-size: 1rem
  }
  .purpose {
    padding: 0px 0px 3px 0px;
  }
  .purpose span {
    padding: 0 7px;
    font-size: 0.7rem;
    color: #333;
  }
  .purpose::before {
    content: "目的";
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    font-size: 0.7rem;
  }
  .btn_datils {
    margin-top: 1rem;
    margin: 0 auto;
    width: inherit;
    max-width: 100%;
  }
      .btn_program_details {
    margin-top: 1rem;
    margin: 0 auto;
    width: inherit;
    max-width: 100%;
          font-size: 21px;
  }
    
  .program .programInner:last-child {
    margin-top: -30px;
  }
  .line01 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 3.0rem;
    padding: 0 0.5rem;
  }
  .line01 span {
    margin: 0 10px 0 0;
  }
  .line02 {
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding: 0 0.5rem;
  }
  .line02 span {
    display: inline;
    background: linear-gradient(transparent 70%, #f68e5b 70%);
    font-size: 1.5rem;
  }
  .person img {
    /*        max-width: 40%;*/
  }
  .cta_cont {
    padding: 2rem 0 2rem 0;
  }
  .cta_cont p {
    text-align: left;
    z-index: 1;
    position: inherit;
  }
    
    .cta_cont .secInner{
/*    padding: 0 30px;*/   
        
        
    }    
    
    
  .cta_cont .person {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    right: -80px;
    bottom: -30px;
    z-index: 0;
  }
  .btn_pdf {
    background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
    color: #fff;
    border-radius: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    box-shadow: initial;
    position: relative;
    min-width: 250px;
    max-width: 450px;
    font-size: 1.2rem;
    font-weight: 500;
      z-index: 20;
  }
  .btn_pdf::after {
    content: "";
    background-image: url("../img/ico_pdf.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    color: #fff;
  }
    .btn_pdf a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
 .btn_pdf::before {
  background-size: 20px 20px;
}   
    
.btn_counseling {
    background: linear-gradient(-10deg, rgba(240, 20, 61, 1)5%, rgba(246, 142, 91, 1)35%);
    color: #fff;
    border-radius: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
    width: 100%;
    box-shadow: initial;
    position: relative;
    min-width: 250px;
    max-width: 450px;
    font-size: 1.2rem;
    font-weight: 500;
      z-index: 20;
  }
.btn_counseling::after {
    content: "";
    background-image: url("../img/ico_pdf.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    color: #fff;
  }
.btn_counseling a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}    
.btn_counseling::before {
  background-size: 20px 20px;
}   
    
    .cta_btn_box {
  display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0 10px;
}
    
    
    
    
    
  .support {
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 15px;
    border: 3px solid #353535;
  }
  .support h3 {
    margin: 1rem 0;
    background: initial;
  }
  .support h3 span {
    line-height: 2.4rem;
  }
  .service .support {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 15px;
    border: 3px solid #353535;
  }
  .service .support h3 {
    margin: 1rem 0;
    background: initial;
  }
  .service .support h3 span {
    line-height: 2.4rem;
  }
  .txt_body {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
  }
  .supportInner {
    margin-bottom: 1.2rem;
    border-top: 1.2px dotted #999;
    padding-top: 0rem;
  }
  .secInner .columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .service .supportInner {
    border-top: none;
    margin-bottom: 2rem;
  }
  .service .img_hack {
    margin-bottom: 0px;
  }
  .ouchidelava {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-bottom: 0.5rem;
  }
  .ouchidelava img {
    border-radius: 0;
  }
  .service .txt_body ol {
    font-size: 1rem;
  }
  .service .txt_body ol > li::before {
    width: 15px;
    float: left;
    padding-right: 5px;
    font-size: 1.1rem;
    margin-top: -2px;
    margin-right: 10px;
  }
  .service h3 + .forPc + .forSp img {
    border-radius: 0 !important;
  }
  .columnsLeft {
    width: 100%;
  }
  .columnsRight {
    width: 100%;
  }
  .columnsLeft h2 {
    text-align: center;
  }
  .columnsLeft p {
    text-align: center;
  }
  .box_achievements {
    display: flex;
    justify-content: center;
    flex-wrap: in;
    align-items: center;
    gap: 10px;
  }
  .box_achievements img {
    max-width: 48%;
  }
  .companyLogo {
    margin-bottom: 2.5rem;
    text-align: center;
  }
  /*------------------------------------CTA------------------------------------*/
  .cta_sp {
    margin-top: -80px;
  }
  .cta_sp .cta_inner {
    width: 96%;
    height: 0;
    padding-top: 77.7%;
    background: url("../img/cta_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    margin: 0 auto;
  }
  .cta_sp img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
  }
  .logo {
    display: flex;
    align-items: center;
  }
  .logo img {
    height: 46px;
    display: flex;
    border-radius: 0;
  }
  header {
    height: 60px;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 300;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  /*@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f68e5b;
    opacity: .6;
    z-index: 2;
    cursor: pointer;
  }
  .contact {
    padding-right: 60px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
  }
  .contact_download a {
    background-color: #ff6a1d;
  }
  .contact a {
    display: block;
    color: #fff;
    height: 100%;
    font-size: .9rem;
    min-width: 60px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .contact a .txt {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 1.1 !important;
    letter-spacing: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    font-feature-settings: "palt" !important;
  }
  .contact .icon {
    display: block;
    width: 24px;
    margin: 0 auto;
  }
  .contact .txt {
    text-align: center;
    display: block;
    letter-spacing: -0.05em;
    font-size: 9px;
  }
  .contact .contact_form a {
    background-color: #495567;
  }
  .sp-navi .contact a {
    display: block;
    color: #fff;
    height: 100%;
    font-size: .9rem;
    min-width: 60px;
    padding: 4px 3px 4px;
  }
  .contact .icon {
    display: block;
    width: 24px;
    margin: 0 auto;
  }
  .hMenu_accordion-item:last-child {
    background-color: #fff;
    color: #fff;
    pointer-events: none;
  }
  .hMenu_accordion-item:last-child .hMenu_accordion-title {
    background-color: #fff;
    color: #fff;
    pointer-events: none;
  }
  .hMenu_accordion-item:last-child .hMenu_accordion-title::after {
    background: none;
  }
  /*------------------------------------hMnu_accordion------------------------------------*/
  .hMnu_accordion {
    /*  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 300px;
  position: relative;
  width: 100%;*/
  }
  .hMenu_accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    background: #f68e5b;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
  }
  .hMenu_accordion-title::after {
    content: "";
    background-image: url("../img/ico_arrow_wh.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-right: 5px;
    transform: rotate(0deg);
    transition: transform .25s;
  }
  .hMenu_accordion-content {
    display: none;
    padding: 0px;
  }
  .hMenu_accordion-content p {
    font-size: 16px;
    line-height: 1.5;
  }
  /* タイトルの背景色 */
  .hMenu_accordion-item:nth-of-type(1) .accordion-title {
    background-color: #7f7fff;
  }
  .hMenu_accordion-item:nth-of-type(2) .accordion-title {
    background-color: #66cdaa;
  }
  .hMenu_accordion-item:nth-of-type(3) .accordion-title {
    background-color: #ff7f7f;
  }
  /* コンテンツボックスの枠線 */
  .hMenu_accordion-item:nth-of-type(1) .accordion-content {
    border-bottom: 2px solid #7f7fff;
    border-left: 2px solid #7f7fff;
    border-right: 2px solid #7f7fff;
  }
  .hMenu_accordion-item:nth-of-type(2) .accordion-content {
    border-bottom: 2px solid #66cdaa;
    border-left: 2px solid #66cdaa;
    border-right: 2px solid #66cdaa;
  }
  .hMenu_accordion-item:nth-of-type(3) .accordion-content {
    border-bottom: 2px solid #ff7f7f;
    border-left: 2px solid #ff7f7f;
    border-right: 2px solid #ff7f7f;
  }
  /* 矢印 */
  .hMenu_accordion-title {
    position: relative;
  }
  .hMenu_accordion-title::after {
    /*  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;*/
  }
  .hMenu_accordion-title.open::after {
    top: 45%;
    transform: rotate(180deg);
  }
  .hMenu_accordion-content p {
    margin: 0;
    border-bottom: 1px solid #f5cdaf;
    
    background-color: #fef8f3;
  }
.hMenu_accordion-content p a {
padding: 15px 0 15px 20px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: left;
  align-items: center;
}
    
  .hMenu_accordion-content p:last-child {
    border: none;
  }
  p.service {
    border-bottom: 1px solid #eeeeee !important;
        padding: 0.5rem 0 0.5rem 1.2rem !important;
  }
  p.service + p {
    border-bottom: 1px dashed #eeeeee !important;
    background-color: #fff;
  }
  p.service + p + p {
    border-bottom: 1px solid #f5cdaf !important;
    background-color: #fff;
  }
  .li.service {}
  .footer_nav ul li.service::before {
    content: inherit;
    background-image: none;
    display: inline-block;
    width: inherit;
    height: inherit;
    margin-right: inherit;
    transform: inherit;
  }
  .footer_nav ul li.service {
    /*padding-left: 22px;*/
  }
  li.service + li {
    border-bottom: 1px dashed #eeeeee !important;
    /*padding-left: 26px;*/
  }
  li.service + li + li {
    border-bottom: 1px dashed #eeeeee !important;
    /*padding-left: 26px;*/
  }
  .hMenu_accordion-content p a::after {
    content: "";
    background-image: url("../img/ico_arrow.png");
    background-repeat: no-repeat;
    background-size: 85% auto;
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-top: 0px;
    right: 20px;
    position: absolute;
    transform: rotate(-90deg);
  }
  .hMenu_accordion-content p.service::after {
    background-image: none;
  }
  .logo {
    margin-left: 15px;
  }
    
 .goalDatails, .projectDatails {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
     margin-bottom: 0;
}
 .goal ul.goalDatails li {
  font-size: 18px;
}   
    
    .underConstruction main{
        margin-top: 60px;
    }
    
    
    
    
.caseInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}    
    
.caseInner .img.case01::before{
content: "肩甲骨ヨガはかなり効果を実感！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case02::before{
content: "睡眠の質が上がった！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case03::before{
content: "マインドフルネスの発想が新鮮！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case04::before{
content: "ヨガで体がすっきりした！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case05::before{
content: "サービスの素晴らしさを改めて実感！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case06::before{
content: "悩んでいた姿勢がヨガで改善！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case07::before{
content: "お昼に社内交流できる機会が嬉しい！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}
.caseInner .img.case08::before{
content: "自宅で家族と一緒に参加できた！";
  position: absolute;
  background-color: #f68e5b;
  color: #fff;
  top: 70%;
  left: 0;
  font-size: 18px;
  padding: 7px 15px 7px 10px;
}    
.caseInner .corporate_inner {
  border-top: none;
  padding-top: 0px;
  position: relative;
  text-align: left;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
    padding-bottom: 0;
}
dl.corporate_details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
    margin: 0;
}   
    
.caseInner .corporate_inner .name {
  font-size: 20px;
    font-weight: 800;
    line-height: 1.6;
    margin: 15px 0 15px 0;
    text-align: left;
}    
 dl.graph_age {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
     flex-wrap: wrap;
     margin-top: 0px;
}   
 img.graph {
  width: 100%;
     margin-top: 15px;
}   
dl.graph_age dt.itemOther {
  border: 1px solid #333;
  padding: 4px 15px;
  display: flex;
  line-height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  font-size: 14px;
  height: inherit;
  white-space: inherit;
    width: -moz-available;
}  
    
dl.graph_age dd {
  padding-left: 0px;
  margin-left: 0px;
}
dl.corporate_details dd {
  width: 100%;
  padding-left: 0px;
  margin: 0 0 10px 0;
  line-height: 24px;
    text-align: center;
}    
 .goalAndProject h3 {
  font-size: 22px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}   
    
.goalAndProject h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: calc(49vw - 140px);
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 0;
}
.goalAndProject h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: calc(49vw - 140px);
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 0;
}    
    
.goalAndProject {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 0px;
  flex-direction: column;
}  
.goal {
  width: 100%;
  position: relative;
    padding-bottom: 0;
}    
    
.project {
  width: 100%;
  position: relative;
    padding-bottom: 0px;
}

    
    
.goal::after {
  position: absolute;
  top: 0;
  left: 102%;
  margin: 0 1rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}    
    
    
 .graph_box h3 {
  font-size: 22px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}   
    
.graph_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: calc(49vw - 180px);
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 0;
}
.graph_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: calc(49vw - 180px);
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 0;
}   
.goal ul.goalDatails_other, .project ul.projectDatails_other {
  padding-bottom: 0px;
    text-align: left;
}
.voice_box {
  padding-bottom: 0px;
}
 .summary_box h3 {
  font-size: 22px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}   
    
.summary_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: calc(49vw - 175px);
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 0;
}
.summary_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: calc(49vw - 175px);
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 0;
}     
    
 .voice_box h3 {
  font-size: 22px;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
}   
    
.voice_box h3::before {
    content: "";
  background-color: #ededed;
  background-size: 100%;
  height: 18px;
  width: calc(49vw - 100px);
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 0;
}
.voice_box h3::after {
    content: "";
    background-color: #ededed;
    background-size: 10px;
    height: 18px;
  width: calc(49vw - 100px);
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 0;
}      
    
.goal h4, .project h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}   
    
 .graph_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}   
.graph_box img {
  border-radius: 0;
  height: inherit;
  margin: 0 auto;
  width: 100%;
}   
    
 .summary_box {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  margin-top: 30px;
  align-items: center;
  position: relative;
  flex-direction: column;
} 
.img_inst {
  width: 50%;
  position: relative;
}
    
    
.summary_box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
  align-items: center;
  position: relative;
  flex-direction: column;
}  
    
 .oneWord {
  width: 90%;
  position: relative;
     margin-top: -30px;
}   
 .img_inst img {
  width: 100%;
  border-radius: 50%;
}   
    
.voice {
  padding: 15px;
}  
.voice_box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  position: relative;
}
    
.goal ul.goalDatails_other li, .project ul.projectDatails_other li, .voice_box ul.voice_other li {
  margin-bottom: 10px;
}
    
 img {
  max-width: 100%;
  border-radius: 0.5rem;
}   
    

.faq h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}   
    
 
.details .question {
    padding: 0.5em 1.5em 0.5em 1em;
  }
   
    
.details summary::before {
  right: 1.5em;
} 
    
    
.faq .answer a{
    color: #f68e5b;    
    }
    
  .categoryTit ul {
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
      padding: 0 0 0 15px;
}  
    
.categoryIndex .tit {
  font-size: 22px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDFE9;
  font-weight: 600;
}    
    
 .categoryIndex {
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 20px 15px 20px;
  border: 6px solid #f68e5b;
}   
    
    .question p{
        padding-right: 20px;
    width: 100%;
        line-height: 1.4;
    }   
 
    
    .flow_box{
        flex-flow: column;
        gap:0;
        padding: 15px 30px 15px 30px;
        margin-bottom: 30px;
    }    
 .flow_step {
  color: #f68e5b;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-right: 0px;
  padding: 20px 50px 20px 50px;
  letter-spacing: 5px;
     display: flex;
    align-items: center;
}
    
    .flow_step span{
        margin-left: 5px;
    font-size: 48px;
    }    
    
  .flow_content {
  border-top: 5px solid #ece9e6;
}  
 .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box + .flow_box {
  margin-bottom: 50px;
}   
 .flow_content h3 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 0px;
     text-align: center;
}  
.flow_box::after {
  height: 30px;
    bottom: -35px;
} 
.flow_contentInner p {
  font-size: 18px;
}    
    
.downloadAll_navInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 25px;
  width: 100%;
  display: flex;
  gap: 40px;
    flex-direction: column;
}    
    
.downloadCategory_nav {
  display: flex;
  gap: 30px;
  justify-content: space-between;
    flex-direction: column;
}    
.downloadCategory_navInner {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgba(136, 136, 136, 0.2);
  padding: 25px;
  width: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}    
    
.download-category {
  top: 255px;
 }   
    
 .form_counseling .downloadCategory_navInner {
  flex-direction: column;
     padding-bottom: 0px;
    margin-bottom: 30px;
}  
.form_counseling .download-thumb {
  width: auto;
  margin-right: 0px;
}   
    
 .form_counseling .download-txt_box {
  width: 100%;
}   
 .form_counseling textarea {
  padding: 15px;
  line-height: 1.8rem;
  font-size: 1.0rem;
  font-weight: 400;
}    
 .form_counseling .downloadAll_navInner {
  flex-direction: column;
     padding-bottom: 0px;
    margin-bottom: 30px;
}   
.form_counseling .download-thumb_all {
  width: auto;
  margin-right: 0px;
}  
 .form_counseling .download-txt_box_all {
  width: 100%;
}  
    
    
    
    
    
}

/* 2025.6.16 追加 */
.listBox{
	border: #000 1px solid;
	background: #fff;
	padding: 2%;
	margin: 30px 0;
}