@charset "utf-8";
/* CSS Document */
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (min-width: 751px) {
  html {
    /*scroll-padding-top: 90px;*/
	scroll-behavior: smooth;  
	}
a:hover{opacity: 0.6;}
.bg {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #000;
  font-size: 18px;
 /*width: clamp(750px, 100vw, 1920px);*/
  width:100%;
  margin: 0 auto;
  max-width: 1920px;
  background-color: #FEE6DB;	
}
span.logo_txt {
    font-weight: 600;
}	
header {
   padding: min(5em, 5vw) 4.722em;
   background-color: #fff;
   max-width: 1920px;	
}
.logo_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /*align-items: center;*/
	/*width:91.09vw;*/
	flex-direction: column;
	
}
span.logo_txt {
    font-weight: 600;
    font-size: clamp(1.125rem, 0.444rem + 1.45vw, 2.188rem);
    letter-spacing: -1;
}
.logo_box {
    width: 40vw;
}
.logo_wrap img {
   width: clamp(22rem, 5.07rem + 36.12vw, 44.438rem);
}
.txt_header_title
 {
    background-color: #fff;
    padding: 0.514em 0.446em;
    font-size: clamp(1.188rem, -0.295rem + 3.16vw, 3.5rem);
    font-weight: 600;
    white-space: nowrap;
    /*width: 50.31vw;*/
    margin-left: 4.09vw;
	line-height: 1.2;
	letter-spacing: -2;
	 text-align: center;
}
span.txt_orange {
    color: #FC570E;
    font-size: clamp(1.188rem, -0.295rem + 3.16vw, 3.5rem);
    font-weight: 600;
}
h1.txt_h1 {
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.313rem, -0.13rem + 3.08vw, 3.563rem);
    text-align: center;
    margin-top: 1.439em;
    line-height: 1;
}
.kv img{width:100%;}
/*----lead txt-----------------------------*/
.lead_wrap {
    background-color: #fff;
    width: 100%;
    padding-top: 30px;
}
.lead_inner {
    display: flex;
    justify-content: center;
    border-top: solid 5px #000;
    width: 100%;
    padding-top: 85px;
}
.lead_text_wrap {
    max-width: 60em;
    font-size: 1.389em;
    line-height: 1.4;
    padding: 0 1em;
}

.lead_wrap {
        background-color: #fff!important;
        background: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/bg_lead.png), url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/trainer.png);
        padding-top: 30px;
        padding-bottom: 100px;
        background-repeat: no-repeat, no-repeat;
        background-position: left bottom, right bottom;
        background-size: contain, 33%;
}
.lead_inner
 {
    display: flex;
    justify-content: center;
    border-top: solid 5px #000;
    padding: 86px 1em 44px 1em;
}
.lead_text_wrap {
    max-width: 60em;
    font-size: 25px;
    line-height: 1.4;
}
.lead_text_wrap p {
    margin-bottom: 2.04em;
    font-size: clamp(1.25rem, 1.05rem + 0.43vw, 1.563rem);
    font-weight: 500;
}
/* --content area---------------------------------------------------*/
.content_wrap {
    max-width: 60em;
    padding: 50px 2em 80px 2em;
    margin: 0 auto;
    /*width: clamp(46.875rem, 33.654rem + 28.21vw, 67.5rem);*/
	width:100%;

}
.content_h2
 {
    background-color: #fff;
    padding: 5px 11px;
    font-size: 35px;
    font-weight: 600;
}
.content_h3{
	font-size: 28px;
    font-weight: 900;	
	}
.step_wrap {
    margin-top: 42px;
}
.content_howto_txt{
    font-weight: 600;
    font-size:clamp(1.375rem, 1.135rem + 0.51vw, 1.75rem);
	padding-left: 129px;
	}
.content_howto_txt_red{
    font-weight: 600;
    font-size:clamp(0.9rem, 1.135rem + 0.51vw, 1rem);
	padding-left: 129px;
	color: #FC0E1E
	}
p.content_howto_orange {
    font-size: 1.222em;
    font-weight: 500;
    padding-left: 126px;
    color: #FC570E;
	margin-top: 0.464em;
}
.step_box {
    background-color: #fff;
    border: solid 2px #000;
    padding: 10px 15px 25px 15px;
    position: relative;
}
.step_box:not(:last-child){
	 margin-bottom: 65px;	
	}	
	
.step_box:not(:last-child)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    border-top: 44px solid #fc570e;
    border-bottom: 0;
    content: "";
    position: absolute;
    bottom: -56px;
    left: calc(50% - 73px);
}
ul.list_icn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 48px;
}
ul.list_icn li:not(:last-child) {
    margin-right: 17px;
}
li.li_app_txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}	
ul.list_icn li {
    margin-bottom: 1em;
}
ul.list_icn_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 40px;
}	
ul.list_icn_card li {
    margin-bottom: 1em;
	margin: 1em 22px;
}
.content_flex {
    display: flex;
    justify-content: center;
    width: 100%;
   /*padding: 0 2.944em;*/
    margin-top: 43px;
	padding-right: clamp(1rem, -3.064rem + 9.65vw, 2.99rem);
    padding-left: clamp(0rem, -4.586rem + 12.07vw, 2.99rem);
}	
.step2_qr {
    margin: 0 25px 0 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
}
.sp_txt{
	display: none;	
	}
.table_course_wrap {
    width: 100%;
}
.content_course_txt {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: clamp(1rem, 0.676rem + 1.39vw, 1.25rem);
}
.course_table {
    background-color: #F5F2F2;
    font-size: 25px;
    width: 100%;
	margin-top: 8px;
}
.course_table th {
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    padding-top: 7px;
}
.course_table td {
    padding: 15px;
}
td.txt_align_right {
    text-align: right;
    font-size: clamp(1.25rem, 1.09rem + 0.34vw, 1.5rem);
    width: 45%;
}
td.arrow {
    text-align: center;
    font-size: 15px;
    width: 10%;
}
.icn_triangle::before {
    content: "\025b6";
}
td.txt_align_left {
    text-align: left;
    width: 45%;
    font-size: clamp(1.25rem, 1.09rem + 0.34vw, 1.5rem);
}
td.table_notice {
    font-size: 18px;
    text-align: center;
}
.content_app_reservation {
    display: flex;
    margin-top: 40px;
    align-items: center;
}	
.app_cap {
    padding-left: 8.222em;
	position: relative;
}	
.txt_step6 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    width: 100%;
    bottom: 3.25em;
	position: relative;
}	
.txt_step6 p {
    position: absolute;
    left: 3em;
    top: 2em;
}	
img.icn_hand {
    position: absolute;
    transform: rotate(190deg);
    bottom: 0;
    left: auto;
}
.txt_step6 p {
    position: absolute;
    -webkit-text-stroke: 2px #fff;
     text-stroke: 2px black;
     paint-order: stroke;
	font-weight: 700;
}
.br_pc{
		display: block;
	}
@media screen and (min-width:750px) and ( max-width:960px) {
	    .br_pc {
        display: none;
    }
}	
/*-- contact ------------------------------------------*/
.br_sp{
		display: none;
	}
.contact_wrap
 {
	border-top: solid 5px #fff; 
	padding-bottom: 25px;
    background: #FFF;
   /* background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 100%);*/
}
.contact_inner {
    background-color: #fff;
    padding-top: 75px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 5px #000;
    padding-bottom: 218px;
}
.c-heading .c-heading__en-text {
        margin-bottom: .5rem;
    }
.c-heading .c-heading__en-text {
    display: block;
    font-size: 1.222rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .25rem;
}
.c-heading {
    text-align: center;
}
.c-heading .c-heading__main {
        font-size: 2.5rem;
    }
.c-heading .c-heading__main {
    font-size: 2.778em;
    font-weight: 600;
    line-height: 1;
    /*margin-bottom: 1.5rem;*/
}
h2.contact_h2 rt {
    font-size: 22px;
    padding-bottom: 10px;
}
h2.contact_h2 {
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}
p.contact_txt_orange {
    font-size: clamp(1.5rem, 0.871rem + 1.34vw, 2.333rem);
    font-weight: 600;
    color: #FC260E;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 68px;
}
.contact_form {
    background: #FDDF0F;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 120px 105px;
    font-size: 30px;
    font-weight: 600;
    max-width: 60em;
    width:clamp(750px, 100vw - 210px, 1080px);
	/*width:100%;*/
    margin-top: 85px;
    position: relative;
}
.contact_form::after {
	content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 123px;
    bottom: 0;
    margin: auto;
	}
.top-contact__button-wrap.js-animation-fade-top {
        padding-top: 4.778rem;
        max-width: 60em;
        margin: 0 auto;
        width: 100%;
    }
.button-primary {
	overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 16.667em;
    text-align: center;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    overflow: hidden;
    -webkit-transition: ease .2s;
    transition: ease .2s
}
.button-primary span {
        font-size: 1.667em;
    }
.button-primary::before {
    left: 5.889rem;
    width: 2.856rem;
    height: 1.872rem;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
	z-index: 3!important;
    }
.button-primary[data-style=contact]::before {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/icn_mail.png)
}
.button-primary span {
    font-weight: 500;
    color: #fff;
    z-index: 3;
}

.button-primary span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6.833rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
	  width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);

}	
.button-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #111;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s,-webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

	.js-animation-fade-top {
    opacity: 0
}

.js-animation-fade-top[data-anime=active] {
    -webkit-animation: fadeTop .6s ease-out forwards;
    animation: fadeTop .6s ease-out forwards
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
   .button-primary:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }

a[href^="tel:"]{
    pointer-events: none;
  }
.contact_tel{
		font-size: 1.778em;
	font-weight: bold;
	}
/*----footer-----------------------------------------------------*/
footer {
    background: #000;
}	
ul.ul_footer {
    display: flex;
    justify-content: center;
    
}
li.li_footer {
    padding: 22px clamp(0.8rem, -2.764rem + 8.03vw, 3.66rem);
	font-size: clamp(0.938rem, 0.739rem + 0.47vw, 1.25rem);
	color: #fff;
    font-weight: 600;
	display: flex;
    line-height: 1;
    align-items: end;
	width: 33.3%;
}
img.footer_logo {
    width: min(19.889em, 100%);
}
	}
@media screen and (min-width:430px) and ( max-width:750px) {

	.txt_header_title {font-size: 1.563em;}
}	
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 60px;
  }
 .bg {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #000;
  font-size: 1em;
  background-color: #FEE6DB;
 width:100vw;	 
}

header {
   padding: 2.222em 0.556em;
  background-color: #fff;	
}
span.logo_txt {
    font-weight: 500;
}
.logo_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	/*width:91.09vw;*/
}
.logo_wrap h1 {
    text-align: center;
}	
.logo_box {
    width: 40vw;
}
.logo_wrap img {
  width: 90%;
}
.txt_header_title
 {
    background-color: #fff;
    padding: 0.514em 0.446em;
   font-size: clamp(1rem, -1.463rem + 11.26vw, 1.563rem);
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
	line-height: 1.2;
	letter-spacing: -2;
	 text-align: center;
}
span.txt_orange {
    color: #FC570E;
    font-size: 1em;;
    font-weight: 600;
}
h1.txt_h1 {
    color: #fff;
    font-weight: 600;
    font-size: clamp(1.125rem, 1.016rem + 0.5vw, 1.25rem);
    text-align: center;
    margin-top: 1.439em;
    line-height: 1;
}
.kv img{width:100%;}
a.btn_top:hover{
	text-decoration: none;
	opacity: 0.6;
}

	
.txt_header_title {
    background-color: #fff;
    padding: 11px 5px;
	margin-top: 1em;
}
/*----lead txt-----------------------------*/
.lead_wrap {
    background-color: #fff;
    width: 100%;
    padding-top: 30px;
}
.lead_inner {
    display: flex;
    justify-content: center;
    border-top: solid 5px #000;
    width: 100%;
    padding: 1.25em 1.563em 0 1.563em;
}

.lead_wrap {
        background-color: #fff!important;
        background:url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/trainer.png);
        padding-top: 0.75em;
        padding-bottom: 12.5em;
        background-repeat: no-repeat;
        background-position:  center bottom;
        background-size: 60%;
	    position: relative;
}

.lead_text_wrap {
    max-width: 100%;
	
}
.lead_wrap::after {
    content: "";
    position: absolute;
    border-bottom: solid 5px #fff;
    bottom: -1.25em;
    width: 100%;
}
.lead_text_wrap p {
    margin-bottom: 1.25em;
    font-size: 1em;
	line-height: 1.6;
    font-weight: 500;
	letter-spacing: 0;
}
/* --content area---------------------------------------------------*/
.br_sp{
		display: block;
	}	
.content_wrap {
    padding: 2.25em 0.833em 2.75em 0;
    margin: 0 auto;
}
.content_h2
 {
    background-color: #fff;
    padding: 5px 35px;
    font-size: 1.375em;
    font-weight: 600;
}
.content_h3{
	font-size: 1.25em;
    font-weight: 900;	
	}
.step_wrap {
    margin-top: 2.813em;
    padding: 0em 0.438em 0.75em 0.438em;
	margin-left: 0.833em;
}
.content_howto_txt{
    font-weight: 600;
    font-size: 1.125em;
	letter-spacing: -1;
	}
.content_howto_txt_red{
    font-size: 1em;
	letter-spacing: -1;
	color: #FC0E1E
	}
p.content_howto_orange {
    font-size: 1.063em;
    line-height: 1.4;
    margin-top: 1.125em;
    color: #FC570E;
}
.step_box {
    background-color: #fff;
    border: solid 2px #000;
    padding: 1.563em 0.938em 1.375em 0.938em;
    position: relative;
}
.step_box:not(:last-child){
	 margin-bottom: 3.625em;	
	}	
	
.step_box:not(:last-child)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    border-top: 44px solid #fc570e;
    border-bottom: 0;
    content: "";
    position: absolute;
    bottom: -52px;
    left: calc(50% - 73px);
}
ul.list_icn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	 margin-top: 1.563em;
}
li.li_app_txt {
    margin-left: 1.375em;
}
li.appstore {
    width: 100%;
    display: block;
    text-align: center;
}
li.googleplay {
    width: 100%;
	display: block;
    text-align: center;
}
li.appstore img,li.googleplay img{
		/*width:100%;*/
	}
li.li_app_txt {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}	
ul.list_icn li {
    margin-bottom: 1em;
}
li.qr_app {
    display: none;
}
ul.list_icn_card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	margin-top: 2em;
}	
ul.list_icn_card li {
    margin-bottom: 1em;
	margin: 1em clamp(0.5rem, -3.817rem + 18.67vw, 1.2rem);
}
.content_flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 43px;
}	
.step2_qr {
    display: none;
}
.table_course_wrap {
    width: 100%;
}
.content_course_txt {
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.938em;
	letter-spacing: 0;
	padding: 0.3em;
}
.course_table {
    background-color: #F5F2F2;
    font-size:1.25em;
    width: 100%;
	margin-top: 8px;
}
.course_table th {
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    padding-top: 7px;
}
.course_table td {
    padding: clamp(0.8rem, 0.605rem + 0.84vw, 15px) 0;
}
td.txt_align_right {
    text-align: center;
    font-size: clamp(0.8rem, -0.433rem + 5.33vw, 1rem);
    width: 45%;
}
td.arrow {
    text-align: center;
    font-size: 0.75em;
	vertical-align: middle;
    /*width: 10%;*/
}
.icn_triangle::before {
    content: "\025b6";
}
td.txt_align_left {
    text-align: center;
    /*width: 45%;*/
    font-size: clamp(0.8rem, -0.433rem + 5.33vw, 1rem);
}
td.table_notice {
    font-size: 0.6em;
    text-align: center;
}
p.btn_mail_wrap {
    background-color: #000;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding: 0.7em;
    margin-top: 2em;
}
.content_app_reservation {
        display: flex;
        margin-top: 40px;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 5.25em;
}	
.app_cap {
position: relative;
}
img.icn_hand {
    position: absolute;
    bottom: -90px;
    left: -87px;
}
.txt_step6 {
    font-size: 0.938em;
    font-weight: 600;
    position: relative;
    width: 75%;
    bottom: -0.75em;
    left: 2.875em;
}	
.txt_step6 p {
    position: absolute;
}
/*--------contact----------------------------------*/	
.contact_wrap
 {
	    padding-bottom: 10px;
        background: #FFF;
	    position: relative;
}

.contact_inner {
    background-color: #fff;
    padding-top: 3.313em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 3px #000;
    padding-bottom: 3.375em;
	padding-right: 1.125em;
        padding-left: 1.125em;
}
.c-heading .c-heading__en-text {
        margin-bottom: .5rem;
    }
.c-heading .c-heading__en-text {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: .25rem;
	text-align: center;
}
.c-heading {
    text-align: center;
}

.c-heading .c-heading__main {
	font-size: 1.563em;
    font-weight: 600;
    line-height: 1;
    /*margin-bottom: 1.5rem;*/
}

h2.contact_h2 {
    text-align: center;
    font-weight: 600;
    font-size: 50px;
}
p.contact_txt_orange {
    font-size: 1.125em;
    font-weight: 600;
    color: #FC260E;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2em;
}
.contact_form {
    background: #FDDF0F;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    color: #fff;
    text-align: center;
    padding: 120px 105px;
    font-size: 30px;
    font-weight: 600;
    max-width: 60em;
    width:clamp(750px, 100vw - 210px, 1080px);
	/*width:100%;*/
    margin-top: 85px;
    position: relative;
}
.contact_form::after {
	content: '';
    width: 20px;
    height: 20px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 123px;
    bottom: 0;
    margin: auto;
	}
.top-contact__button-wrap.js-animation-fade-top {
        padding-top: 2.375rem;
        max-width: 60em;
        margin: 0 auto;
        width: 100%;
    }
.button-primary {
	overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6.813em;
    text-align: center;
    background: linear-gradient(0deg, rgba(253, 223, 15, 1) 0%, rgba(229, 57, 43, 1) 100%);
    overflow: hidden;
    -webkit-transition: ease .2s;
    transition: ease .2s
}
.button-primary span {
        font-size:clamp(0.75rem, 0.61rem + 0.7vw, 0.938rem);
    }
.button-primary::before {
    left: 5vw;
        width: 2rem;
        height: 2rem;
        background-size: 100%;
        top: 41%;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        z-index: 3 !important;
    }
.button-primary[data-style=contact]::before {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/e-homefits/online-training/icn_mail.png)
}
.button-primary span {
    font-weight: 500;
    color: #fff;
    z-index: 3;
}

.button-primary span::before {
        content: "";
        display: block;
        position: absolute;
        top: 43%;
        right: 2.125rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        width: 16px;
        height: 16px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg);

}	
.button-primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #111;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: -webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s;
    transition: transform .6s cubic-bezier(.8,0,.2,1) 0s,-webkit-transform .6s cubic-bezier(.8,0,.2,1) 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

	.js-animation-fade-top {
    opacity: 0
}

.js-animation-fade-top[data-anime=active] {
    -webkit-animation: fadeTop .6s ease-out forwards;
    animation: fadeTop .6s ease-out forwards
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-1.875rem);
        transform: translateY(-1.875rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
   .button-primary:hover:after {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1,1);
        transform: scale(1,1)
    }
.contact_tel{
		font-size: 0.938em;
	font-weight: bold;
	}
p.sp_txt.contact_info {
    font-size: 0.875em;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 1.313em;
}
/*----footer-----------------------------------------------------*/
footer {
    background: #000;
}	

ul.ul_footer {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        padding:1.688em 1.375em 1em 1.375em
}
    li.li_footer {
        font-size: clamp(0.563rem, 0.376rem + 0.93vw, 0.813rem);
        color: #fff;
        font-weight: 600;
        display: flex;
        line-height: 1;
        align-items: end;
        text-align: center;
		justify-content: center;
		margin-bottom: 1.5em;
    }
.footer_2 {
    grid-column: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 2;
}
.footer_3 {
    grid-column-start: 2;
    grid-row-start: 1;
}
img.footer_logo {
    width: min(19.889em, 60%);
}
.pc_txt{
	display: none;	
	}
.br_pc{
		display: none;
	}
}
	
.txt_orange {
    color: #FC570E;
    font-weight: 600;
}
.h2_orange {
    color: #FC570E;
}

