@layer base,reset,theme;:root{--bg:#f7f5ec;--bg-gray:#f7f7f6;--link:#054fa6;--ff-sans:"Noto Sans JP",sans-serif;--ff-serif:"Noto Serif JP",serif;--sp:8px;--grad:linear-gradient(90deg,#da719f,#da719b 11.98%,#dd6b5d 50%,#df6837 82.29%,#df6837);--dur:.3s;--maw:1100px;--maw2:940px}@layer reset{*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}}@layer theme{.Header{background:var(--bg)}.Header_inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:768px){.Header_inner{padding:16px}}.Header_logo a{-webkit-transition:opacity var(--dur);transition:opacity var(--dur)}.Header_logo a:hover{opacity:.7}.Header_contact a{display:block;padding:16px 24px;background:var(--grad);color:#fff;font-size:1rem;font-weight:600;-webkit-transition:opacity var(--dur);transition:opacity var(--dur)}@media screen and (min-width:768px){.Header_contact a:hover{opacity:.7}}@media screen and (max-width:768px){.Header_contact a{padding:8px 16px}}.Hero{background:url(/wp-content/themes/evigym/assets/static/img//fc/bg_hero.jpg) no-repeat top/cover}.Hero_inner{padding:100px 16px;color:#fff;text-align:center}.Hero_logo{margin-bottom:16px}.Hero_ttl{font-size:2.125rem}.Section{padding-top:80px}.Section.-bg-gray{background-color:var(--bg-gray);padding-bottom:80px}.Section_heading{margin-bottom:56px;text-align:center}@media screen and (max-width:768px){.Section_heading{margin-bottom:32px}}.Section_heading .sub{font-size:1.25rem;display:block}@media screen and (max-width:768px){.Section_heading .sub{font-size:1rem}}.Section_heading .main{font-size:2.5rem}@media screen and (max-width:768px){.Section_heading .main{font-size:1.8rem}}.About{max-width:calc(var(--maw) + 32px)}@media screen and (min-width:768px){.About{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:48px 16px 0}}@media screen and (max-width:768px){.About{padding:0 24px}}@media screen and (min-width:768px){.About_txtbox{padding-left:32px;padding-right:24px}}@media screen and (max-width:768px){.About_txtbox{margin-bottom:24px}}.About_ttl{position:relative;margin-bottom:24px;font-size:1.25rem}.About_ttl:after{position:absolute;top:50%;left:-32px;content:"";display:block;width:24px;height:2px;background-color:#000;translate:0 -50%}@media screen and (max-width:768px){.About_ttl:after{left:0}}@media screen and (max-width:768px){.About_ttl{padding-left:32px}}.About_subttl{margin-bottom:24px;font-size:1.5rem}.About_desc{margin-bottom:16px;font-family:var(--ff-sans);line-height:2}.About_desc,.About_more{font-size:.875rem}.About_more a:hover{text-decoration:underline}.Features{max-width:calc(var(--maw) + 32px);margin:0 auto;counter-reset:num}.Features_item{position:relative;padding:0 16px;counter-increment:num}@media screen and (min-width:768px){.Features_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:64px}}@media screen and (max-width:768px){.Features_item{padding:64px 24px}}@media screen and (min-width:768px){.Features_item:before{position:absolute;content:"";width:100%;height:100%;background-color:var(--bg)}}@media screen and (max-width:768px){.Features_item:first-child{padding-top:0}}.Features_item:nth-child(3){margin-bottom:0}.Features_item:nth-child(2n){-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:768px){.Features_item:nth-child(2n){background-color:var(--bg)}}.Features_item:nth-child(2n):before{left:100%;margin-left:-280px}@media screen and (min-width:768px){.Features_item:nth-child(2n) .Features_item-txtbox{padding-right:56px}}.Features_item:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Features_item:nth-child(odd):before{right:100%;margin-right:-280px}@media screen and (min-width:768px){.Features_item:nth-child(odd) .Features_item-txtbox{padding-left:56px}}.Features_item-txtbox{position:relative;z-index:1}@media screen and (min-width:768px){.Features_item-txtbox{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}}@media screen and (max-width:768px){.Features_item-txtbox{margin-bottom:24px}}.Features_item-ttl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:16px;font-size:1.5rem;letter-spacing:1.2px}.Features_item-ttl:before{content:counter(num,decimal-leading-zero);margin-right:1rem;font-size:2.5em;opacity:.1;vertical-align:middle}.Features_item-txt{font-family:var(--ff-sans);font-size:.875rem;line-height:2}.Features_item-imgarea{position:relative;z-index:1}@media screen and (min-width:768px){.Features_item-imgarea{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:48px 0}}@media screen and (max-width:768px){.Features_item-imgarea{text-align:center}}.Features_more{width:100%}@media screen and (min-width:768px){.Features_more{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.Features_more:after,.Features_more:before{position:absolute;content:"";display:block;width:100%;height:calc(100% - 112px);z-index:0;background-color:var(--bg)}.Features_more:before{top:0;right:100%}.Features_more:after{bottom:-56px;left:100%}}@media screen and (max-width:768px){.Features_more{padding:8px}}.Features_more-box{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;background-color:var(--bg)}@media screen and (min-width:768px){.Features_more-box{padding:56px 32px}.Features_more-box:first-child{margin-bottom:56px}.Features_more-box:nth-child(2){margin-top:56px}}@media screen and (max-width:768px){.Features_more-box{padding:24px 16px 0}.Features_more-box:nth-child(2){padding-bottom:24px}}.Features_more-ttl{font-size:1.125rem}@media screen and (min-width:768px){.Features_more-ttl{margin-bottom:24px}}@media screen and (max-width:768px){.Features_more-ttl{margin-bottom:16px;text-align:center}}.Features_more-ttl .label{display:block;width:153px;height:40px;margin-bottom:16px;text-align:center;background:#e2dcc0;font-size:1.125rem;line-height:40px}@media screen and (max-width:768px){.Features_more-ttl .label{height:32px;margin:0 auto 8px;font-size:1rem;line-height:32px}}.Features_more-ttl strong{font-size:1.6em}.Features_more-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 16px;background-color:#fff;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.Features_more-item-ttl{margin-bottom:1rem;font-size:1.125rem}.Features_more-item-ttl .sm{font-size:.8rem}.Features_more-item-txt{font-family:var(--ff-sans);font-size:.875rem}.Features_more-item-img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:768px){.Features_more-item-img{-ms-flex-preferred-size:64px;flex-basis:64px}}.Initiatives{max-width:calc(var(--maw) + 32px);margin:0 auto;padding:0 16px}@media screen and (max-width:768px){.Initiatives{padding-top:24px}}.Initiatives_item{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:768px){.Initiatives_item{gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.Initiatives_item:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (max-width:768px){.Initiatives_item{gap:32px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.Initiatives_item:not(:last-child){margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid #efefef}}.Initiatives_item-ttl{margin-bottom:2rem;font-size:1.5rem}@media screen and (max-width:768px){.Initiatives_item-ttl{margin-bottom:1em;font-size:1.3rem;text-align:center}}.Initiatives_item-txt .lead{margin-bottom:1rem;font-size:1.125rem;line-height:1.7}@media screen and (max-width:768px){.Initiatives_item-txt .lead{line-height:1.5}.Initiatives_item-txt .lead br{display:none}}.Initiatives_item-txt .desc{font-family:var(--ff-sans);font-size:.875rem;line-height:2}.Initiatives_item-txt .desc ol{padding-left:1em}.Initiatives_item-imgarea{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;margin-top:64px;margin-left:56px;background-color:var(--bg)}@media screen and (max-width:768px){.Initiatives_item-imgarea{right:-12px;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;margin:24px auto 0}}.Initiatives_item-img{position:relative;top:-64px;left:-56px}@media screen and (max-width:768px){.Initiatives_item-img{top:-24px;left:-24px}}.Contract{max-width:calc(var(--maw2) + 32px);margin:16px auto 80px}@media screen and (min-width:768px){.Contract{padding:0 16px}}@media screen and (max-width:768px){.Contract_table{padding:0 16px;overflow-x:auto}}@media screen and (max-width:768px){.Contract_table table{width:100%;table-layout:fixed}}.Contract_table thead th{padding:4px 8px}@media screen and (max-width:768px){.Contract_table thead th{width:160px}.Contract_table thead th:first-child{width:120px}}.Contract_table td,.Contract_table th{width:25%;padding:16px 8px;background-color:var(--bg-gray);text-align:center}@media screen and (max-width:768px){.Contract_table td,.Contract_table th{padding:16px}}.Contract_table td{vertical-align:top}.Contract_table td.initiative{font-size:.875rem;vertical-align:middle}.Contract_table .main{margin-bottom:1rem;font-weight:600}.Contract_table .main .lg{font-size:1.333rem}.Contract_table .txt{font-size:.75rem;text-align:left}.Contract_table .evigym .main{font-size:1.125rem}.Contract_table .evigym td,.Contract_table .evigym th{background-color:#ffebe1}.Contract_table .other .main{font-size:.875rem}.Flow{max-width:760px;margin:0 auto}@media screen and (max-width:768px){.Flow{padding:0 24px}}.Flow_item{position:relative;background-color:#fff;padding:40px 24px 16px 16px}@media screen and (min-width:768px){.Flow_item{width:calc(50% - 8px)}}@media screen and (max-width:768px){.Flow_item{margin-top:56px}.Flow_item:not(:last-child){margin-bottom:40px}}.Flow_item:before{position:absolute;content:"";display:block}@media screen and (min-width:768px){.Flow_item:before{top:50%;width:54.5%;height:50%;border:1px solid #b3b3b3}}@media screen and (max-width:768px){.Flow_item:before{top:100%;left:50%;width:1px;height:32px;background-color:#b3b3b3;z-index:0}}@media screen and (min-width:768px){.Flow_item:nth-child(odd){margin-right:calc(50% + 8px)}.Flow_item:nth-child(odd):before{left:100%;border-width:1px 1px 0 0}.Flow_item:nth-child(2n){margin-left:calc(50% + 8px)}.Flow_item:nth-child(2n):before{right:100%;border-width:1px 0 0 1px}.Flow_item:nth-child(n+2){margin-top:-24px}}.Flow_item:last-child:before{display:none}.Flow_item-ttl{margin-bottom:1rem;text-align:center}.Flow_item-txt{font-size:.875rem}.Flow_item-icon{position:absolute;top:-24px;left:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;background-color:#e9e4df;border-radius:24px;translate:-50% 0;text-align:center}.Contact{padding:24px 16px}.Contact_btn{width:312px;text-align:center;margin:0 auto}.Contact_btn a{display:block;padding:24px;background:var(--grad);color:#fff;font-size:1rem;font-weight:600;-webkit-transition:opacity var(--dur);transition:opacity var(--dur)}.Contact_btn a:hover{opacity:.7}.Footer{text-align:center;padding:24px 16px 40px;background:var(--bg)}.Footer_links{margin-bottom:24px}.Footer_links a{display:inline-block;margin:0 1rem;color:#747374;font-size:.875rem}.Footer_links a:hover{text-decoration:underline}.Footer_copyright{color:#747374}.Footer_copyright small{font-size:.75rem}}@layer base{body{width:100dvw;overflow-x:hidden;font-family:var(--ff-serif);-webkit-font-smoothing:antialiased}a{color:var(--link);text-decoration:none}img{max-width:100%;height:auto;vertical-align:bottom}}