html:root {
    font-size: 18px;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body {
    margin: 0;
/*     min-height: 200vh; */
    font-size: 18px;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
p {
    margin: 0;
}


body.stopscroll {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
}
/* section {
    margin: 120px 0;
} */
section {
    margin: 120px 0;
}
section.osen-dis-margin {
	margin: 120px 0 0;
}
section#osen-top {
	margin: 0;
}
.osen-hdr_intro-txt1 {
	margin-bottom: 15px;
}
.osen-hdr_into-txt2 {
	font-size: 30px;
    margin-bottom: 15px;
	margin-right: 100px;
}
.top-news {
    margin: 0 20px 20px 0;
}
.top-news:nth-child(3n) {
    margin: 0 0 20px 0;
}
.top-news a {
	color: #000;
	text-decoration-line: unset;
}
.top-news:hover{
	opacity:0.6;
}
.osen-blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  border-radius: 30px;
}
.osen-blog-title {
	margin: 10px 0;
	font-size: 22px;
}
.osen-blog-excerpt {
	font-size: 14px;
}
.osen-flex_container {
    display: flex;
    width: 100%;
/*    justify-content: flex-start;*/
    align-content: stretch;
}
.osen-flex_container_top {
    display: flex;
    width: 100%;
/*    justify-content: flex-start;*/
    align-content: stretch;
}
.osen-flex_container_price {
    display: flex;
    width: 100%;
    justify-content: end;
    align-content: stretch;
}
.osen-flex_spc-between {
    justify-content: space-between;
}
.osen-flex_center {
    justify-content: center;
}
.osen-flex_50col {
    flex: 100%;
    max-width: 50%;
}
.osen-flex_33col {
    flex: 100%;
    max-width: calc(100% / 3);
}
.osen-flex_20col {
    flex: 100%;
    max-width: 20%;
}
.osen-flex_25col {
    flex: 100%;
    max-width: 25%;
}
.osen-flex_100col {
    max-width: 100%;
}
.tal-c {
    text-align: center;
}
.cont-max_1440 {
	width: 80%;
    margin: 0 auto;
}
.cont-max_610 {
    width: calc(100% - 40px);
    max-width: 610px;
    margin: 0 auto;
}
.osen-h_style1 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 50px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style1 h1, .osen-h_style1 h2, .osen-h_style1 h3, .osen-h_style1 h4 {
    padding: 15px 30px;
    background-color: #fff8dc;
    width: fit-content;
    position: relative;
    height: 50px;
    font-size: 30px;
}
.osen-h_style1::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    z-index: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #fff8dc #fff8dc #fff8dc transparent;
}
.osen-h_style1.color2 h2, .osen-h_style1.color2 h3, .osen-h_style1.color2 h4 {
    background-color: #ffdb59;
}
.osen-h_style1.color2::before {
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-h_style2 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 50px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style2 h2, .osen-h_style2 h3, .osen-h_style2 h4 {
    padding: 10px 30px;
    background-color: #ffdb59;
    width: fit-content;
    position: relative;
    height: 50px;
    font-size: 20px;
}
.osen-h_style2::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    z-index: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-h_style3 {
    width: fit-content;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 40px 0;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-h_style3 h2, .osen-h_style3 h3, .osen-h_style3 h4 {
    padding: 10px 30px;
    background-color: #fff8dc;
    width: fit-content;
    position: relative;
    height: 100%;
    font-size: 24px;
    box-shadow: -1px 1px 5px #00000030;
	z-index:1;
}
.osen-h_style3 img {
    position: absolute;
    top: 16px;
    left: 0;
    height: 100%;
    width: 90px;
}
.osen-h_style3 span {
	position: absolute;
	display: block;
    top: 20%;
    left: 3%;
    width: 25%;
	height: 100%;
    z-index: 0;
	overflow: hidden
}
.osen-h_style3 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 100%;
	height: 50%;
	z-index: 0;
	background-color: #8acbc0;
	transform: skewx(30deg);
}
.osen-h_style3 span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 100%;
	height: 50%;
	z-index: 0;
	background-color: #8acbc0;
	transform: skewx(-30deg);
}
.osen-h_style3.color2 h2, .osen-h_style1.color2 h3, .osen-h_style1.color2 h4 {
    background-color: #ffdb59;
}
.osen-h_style3.color2::before {
    border-color: #ffdb59 #ffdb59 #ffdb59 transparent;
}
.osen-hdr {
    position: fixed;
    width: 100%;
    z-index: 1;
}
.osen-hdr.active {
    height: 100%;
}
.osen-hdr_ov {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000;
    opacity: 0;
    overflow: hidden;
    width: 0;
    transition: opacity 1s;
    z-index: 2;
}
.osen-hdr.active .osen-hdr_ov {
    width: 100%;
    opacity: 0.5;
}
.osen-hdr_bar {
    background-color: #FFF;
    padding: 5px;
    z-index: 1;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 8%);
}
.osen-hdr_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 0;
    overflow-x: hidden;
    background-color: #fbedbb;
    transition: max-width 0.3s;
    transition-delay: 0s;
    z-index: 3;
}
.osen-hdr.active .osen-hdr_nav,
.osen-hdr2.active .osen-hdr_nav {
/*     transition-delay: 0.7s; */
    max-width: 500px;
}
.osen-nav_container {
	width: calc(100% - 140px);
	height: auto;
	margin: 42px auto 0;
}
.osen-nav_menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
    font-size: 20px;
    text-decoration: none;   
}
.osen-nav_menu-list li {
	padding: 20px 0;
	border-bottom: 1px solid;
	position: relative;
}
.osen-nav_menu-list li:after {
/* 	content: ">"; */
	position: absolute;
	top: 50%;
	right: 0;
	transform: translatey(-50%);
}
.osen-nav_menu-list li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}
.osen-hdr_burger {
    position: absolute;
    border: none;
    background: unset;
    width: fit-content;
    top: 28px;
    left: 28px;
    z-index: 4;
}
.osen-hdr_burger .box {
	position: relative;
	width: 100%;
	height: 24px;
	cursor: pointer;
	margin: 25px auto 0;
}
.osen-hdr_burger .box span {
	position: absolute;
	height: auto;
	background-color: unset;
	top: unset;
	bottom: 0;
	left: 50%;
	line-height: 1;
	font-size: 10px;
	text-align: center;
	width: 100%;
	transform: translateX(-50%);
}
.osen-hdr_burger .box span:before,
.osen-hdr_burger .box span:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
}
.osen-hdr_burger .box span:before{
    top: -20px;
    transition: 0.5s ease;
}
.osen-hdr_burger .box span:after{
    top: -10px;
    transition: 0.5s ease;
}
.osen-hdr.active .box span:before,
.osen-hdr2.active .box span:before {
	transform: translateX(-50%) rotate(-225deg);
    top: -15px;
}
.osen-hdr.active .box span:after,
.osen-hdr2.active .box span:after {
    transform: translateX(-50%) rotate(225deg);
    top: -15px;
}
.osen-hdr_burger.hdr2 {
	display: none;
}

.osen-hdr_menu-col {
    text-align: right;
    align-self: center;
    flex: 100%;
    max-width: calc(50% - (70px / 2));
}
.osen-hdr_logo-col {
    line-height: 0;
    text-align: center;
    flex: 100%;
    max-width: 70px;
}
.osen-hdr_logo-col img {
    height: 64px;
    width: auto;
}
.osen-hdr_menu-col ul {
    margin: 0 0 0 auto;
    width: fit-content;
    list-style: none;
    display: flex;
}
.osen-hdr_menu-col ul li a {
    color: #000;
    text-decoration: none;
}
.osen-hdr_menu-col ul li {
    width: fit-content;
    flex: 100%;
    white-space: nowrap;
    padding: 0 10px;
}
.osen-hdr2 {
    position: absolute;
    width: 100%;
    z-index: 3;
/* 	height: 100vh; */
	height: 60vh;
	min-height: 600px;
}
.osen-hdr2.fixed-pg {
	height: 50vh;
	min-height: 300px;
}
.osen-hdr2_logo {
    position: absolute;
    width: 350px;
    height: auto;
/*    top: 40px;*/
    top: 34px;
    left: 40px;
}
h1{
	margin:0px;
}
.osen-hdr2_logo img {
    width: 100%;
    height: 100%;
}
.osen-hdr2_menu {
    position: absolute;
    top: 40px;
    right: 60px;
}
.osen-hdr2_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.osen-hdr2_menu ul li {
    margin: 0 0 0 40px;
}
.osen-hdr2_menu ul li:last-child {
    margin-left: 20px;
}
.osen-hdr2_menu ul li a {
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 5px black;
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-size: 19px;
/*    letter-spacing: 0.10em;*/
    letter-spacing: 0.06em;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}
.osen-hdr2_menu ul li a:hover {
    opacity: 0.7;
}

.icon-ig {
    height: 26px;
    width: auto;
    position: relative;
    top: 2px;
}

.icon-ig-ftr {
    height: 40px;
    width: auto;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.icon-ameba {
    height: 26px;
    width: auto;    
    position: relative;
    top: 2px;
}

.icon-ameba-ftr {
    height: 40px;
    width: auto;    
    position: relative;
    top: 2px;
}

.osen-hdr2_intro {
    position: absolute;
    top: 36%;
    left: 8.5%;
    color: #FFF;
}
.fixed-pg .osen-hdr2_intro {
    top: 30%;
    left: 15%;
}
.ossp-btmmenu {
	position: fixed;
	width: 100%;
	background-color: #fbedbb;
	bottom: 0;
	height: 60px;
	z-index: 2;
	display: none;
}
.ossp-btmmenu_container {
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
}
.ossp-btmmenu_btncol {
	flex: 100%;
	background-color: #f6d45d;
	text-align: center;
	height: 50px;
	border-radius: 5px;
	max-width: calc(100% / 7 - 6px);
	font-size: 22px;
	color: inherit;
	text-decoration: unset;
}
.ossp-btmmenu_btncol > i,
.ossp-btmmenu_btncol > span {
    margin: 13px 0 0;
	display: block;
	line-height: 1;
}
.ossp-btmmenu_btncol:first-child{
	max-width: calc(100% / 7 * 2 - 6px);
}
.osen-top_banner {
    width: 100%;
/*     height: 100vh; */
	height: 60vh;
	min-height: 600px;
}
.osen-top_banner.fixed-pg {
	height:50vh;
	min-height: 300px;
}
.osen-top_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: fixed;
    z-index: -1;
	filter: brightness(0.6);
}
.osen-top_banner.fixed-pg img {
	height:60vh;
}
.osen-top_pattern {
    width: 100%;
    height: auto;
    transform: translateY(8px);
}
.osen-top_pattern img {
    width: 100%;
    height: auto;
}
.osen-main_bg {
    background-color: #FFF;
    padding: 1px 0;
}
.osen-main_bg section:first-child {
	margin: 30px 0 120px;
}

.osen-intro-txt {
    align-self: center;
    font-size: 1.5vw;
}

.osen-btn-intro {
    padding: 15px;
    border: 1px solid black;
    width: fit-content;
    margin: 20px 0;
    color: #fff;
    background-color: #000;
    font-size: 1.2vw;
}
.osen-intro-txt-body {
    font-size: 1vw;
    margin: 20px 0;
}
.osen-partnership-title {
    font-size: 0.8vw;
    margin: 70px 0 40px 0;
    text-align: center;
}

.osen-tools-title {
    font-size: 2vw;
    margin: 70px 0 40px 0;
    text-align: center;
}
.osen-tools-body {
    font-size: 1vw;
    text-align: center;
    margin: 0 0 40px;
}
.osen-tools-card {
    height: 50vw;
    background-color: #e9e9e9;
    margin: 0 20px;
    padding: 20px;
}
.osen-systems-card {
    height: 34vw;
    background-color: #e9e9e9;
    margin: 0 20px;
    padding: 20px;
}
.osen-tools-card-title {
    font-size: 0.7vw;
    width: fit-content;
}
.osen-tools-card:nth-child(1) .osen-tools-card-title {
    border-bottom: 3px solid blue;
}
.osen-tools-card:nth-child(2) .osen-tools-card-title {
    border-bottom: 3px solid red;
}

.osen-tools-card-subtitle {
    font-size: 1.5vw;
}
.osen-tools-card-body {
    font-size: 1vw;
}
.osen-tools-card-point {
    font-size: 1vw;
}
.osen-tools-card-price {
    font-size: 1.3vw;
}

.osen-tools-btn {
    padding: 15px;
    margin: 20px 0;
    background-color: #000;
    color: #fff;
    width: fit-content;
    font-size: 1vw;
}

.osen-tools-btn {
    margin: 40px 0;
    background-color: #000;
    color: #fff;
    width: fit-content;
    padding: 20px;
}

.osen-content_style1 {
    margin: 50px 0;
    text-align: center;
    font-size: 2vw;
}
.osen-sample_item {
    flex: 100%;
    max-width: 25%;
    padding: 0 2% 0 0;
}
.osen-flex_container .osen-sample_item:last-child {
    padding: 0;
}
.osen-sample-title {
    margin: 0 0 20px;
    min-height: 80px;
    text-align: center;
    display: flex;
	font-size: 95%;
}
.osen-sample-title p {
    width: 100%;
    align-self: center;
}
.osen-sample-title-even {
    margin: 20px 0 47px 0;
}
.osen-sample-video iframe {
    width: 100%;
    height: 28vw;
    margin: 0 auto;
}
.osen-sample-caption {
    width: 100%;
    text-align: center;
}
.osen-h_sh_style1 {
    margin: 70px 0 30px 0;
    text-align: center;
}
.osen-sample-sh-img1 {
    width: 100%;
    text-align: center;
}

.osen-sample_think {
    position: relative;
    width: 100%;
    text-align: left;
}
.osen-think_woman {
    width: 35%;
    height: auto;
    margin: 10% auto 0;
}
.osen-think_bubble {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.fc-fees-price {
    color: #fff;
}
.fc-fees-sh {
    font-size: 2vw;
}
.tal-l {
    text-align: left;
}
.sns-icon {
    font-size: 25px;
}
.sns-icon a {
    color: #000;
}

.osen-think_txt {
    position: absolute;
    font-size: 1.2vw;
}
.osen-think_txt.title {
    display: block;
    font-size: 1.8vw;
    font-weight: bold;
}
.osen-think_txt.left {
    top: 48%;
    left: 2%;
    width: 26%;
}
.osen-think_txt.title.left {
    top: 24%;
    left: 2%;
    width: 26%;
}
.osen-think_txt.right {
    top: 40%;
    right: 0.6%;
    width: 28%;
}
.osen-think_txt.title.right {
    top: 15%;
    right: 2%;
    width: 28%;
}

.osen-fees-img {
    width: calc(100% - 60px);
	padding: 0 0 0 10px;
}
.osen-fees-txt {
    margin: 20px 0;
    /*font-size: 1.1vw;*/
}
.osen-fees-txt2 {
    margin: 20px 0 40px;
    font-size: 1.1vw;
}
.c-tel{
	font-size:24px;
	margin-bottom:40px;
}
.c-tel2{
	font-size: 16px;
}
.b-t1{
	padding-bottom: 20px;
}
.osen-fees-title-img1 {
    position: absolute;
}
.osen-pos_rel {
    position: relative;
}
.osen-fees-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.osen-fees-title-img1 {
    position: relative;
    font-size: 1.4vw;
    margin: 5vw auto 0;
    color: #000;
}
.osen-fees-title-img1.style2 {
    margin: 7vw auto 0;
}
.osen-fees-title-img1 span {
	font-size: 3vw;
}
.osen-fees-txt1-img1 {
    font-size: 1vw;
	margin: 0.5vw auto 0;
    color: #000;
}
.osen-fees-txt1-img1 span {
    /*font-size: 3vw;*/
    font-size: 0.9vw;
    color: #000;
}
.osen-fees-txt2-img1 {
	font-weight: normal;
	font-size: 1.5vw;
	margin: 1vw auto;
	color: #000;
}
.osen-fees-txt3-img1 {
    font-size: 1.2vw;
	margin: 0.5vw auto 0;
}
.osen-fees-txt4-img1 {
    font-size: 0.9vw;
}
.osen-fees-txt5-img1 {
    font-size: 1.5vw;
}
.osen-fees-txt6-img1 {
    font-size: 1.2vw;
}
.osen-fees-txt7-img1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5vw;
}

.osen-feestep_bg {
    width: 100%;
}
.osen-feestep_items {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.osen-feestep_items .osen-feestep_item {
    position: absolute;
    text-align: center;
}
.osen-feestep_items .osen-feestep_item:nth-child(1) {
    top: 20.5%;
    left: 1%;
    width: 25.7%;
}
.osen-feestep_items .osen-feestep_item:nth-child(2) {
    top: 21.8%;
    right: 26%;
    width: 25.7%;
}
.osen-feestep_items .osen-feestep_item:nth-child(3) {
    top: 60.5%;
    left: 22.4%;
    width: 28.5%;
}
.osen-feestep_items .osen-feestep_item:nth-child(4) {
    top: 63.5%;
    right: 1%;
    width: 28.5%;
}
.osen-feestep_title {
    font-size: 1.5vw;
    line-height: 1.5;
    margin: 0 0 0.5vw;
}
.osen-feestep_title span {
	display: block;
    border-bottom: 1px solid #0000002C;
    width: 75%;
    margin: 0 auto 6px;
    padding: 0 0 10px;
	font-size: 2vw;

}
.osen-feestep_content {
    font-size: 1.1vw;
}
.osen-sm_col {
	max-width: calc(50% - 25px);
	margin: 0 50px 0 0;
}
.osen-sm_col:last-child {
	margin: 0;
}
.osen-sm_container {
/*     background-color: #fbedbb;
    padding: 30px; */
    height: auto;
}
.osen-inq_container {
    width: 100%;
/*    background-color: #e9e9e9;*/
}
.osen-inq_wflow {
    width: 100%;
	margin: 0 0 50px;
}
.osen-inq_wflow.btm {
    transform: translateY(5%);
	margin: 0;
}
.osen-inq_form-cont {
    margin: 40px 0 0;
    padding: 1px 0;
}
.osen-inq_item {
    margin: 0 0 30px;
    text-align: left;
}
.osen-inq_item label {
    padding: 8px;
}
.osen-inq_item input {
    display: block;
    width: 100%;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #c6c6c6;
    padding: 8px;
    font-size: 20px;
    font-family: tbchibirgothicplusk-pro, sans-serif;
}
.osen-inq_item textarea {
/*    background-color: #e9e9e9;*/
    border: 1px solid #c6c6c6;
    line-height: 1.45;
    font-size: 20px;
    padding: 10px;
    margin: 15px 0 0;
    display: block;
    width: 100% !important;
    height: 170px !important;
    overflow: auto;
}
.osen-inq_item input:focus,.osen-inq_item input:focus-visible {
    outline: none;
    border-bottom: 1px solid #000;
}
.osen-inq_item textarea:focus {
    outline: none;
    border: 1px solid #000;
}
.osen-inq_item.btn input {
    background-color: #000;
    color: #FFF;
    width: fit-content;
    padding: 16px 24px;
    font-size: 16px;
}
.osen-ftr {
    width: 100%;
    background-color: #FFF;
    padding: 0 0 40px;
}
.osen-ftr_top {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.osen-ftr_logo img {
    width: auto;
    height: 30px;
}
.osen-ftr_nav {
    flex: 100%;
}
.osen-ftr_nav ul {
    margin: 0 0 0 auto;
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 64px;
}
.osen-ftr_nav ul li {
    padding: 10px 20px;
}
.osen-ftr_nav ul li a {
    color: #000;
    text-decoration: none;
}
.osen-ftr_copyright {
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}
.os-blog_title {
	font-size: 25px!important;
	line-height: 100%;
	padding-bottom: 10px;
}
.os-blog_title_all {
	font-size: 23px!important;
}
.os-blog_item {
	display: flex;
	width: 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
	position:relative;
}
.os-blog_item > a {
	position: absolute;
  border-radius: 30px !important;
	width: 100%;
	height: 100%;
}
.os-blog_item img {
  border-radius: 30px !important;
}
.os-blog_item:hover {
	opacity: 0.7;
}
.os-blog_img {
	flex: 100%;
	max-width: calc(30% - 20px);
	margin: 0 20px 0 0;
	padding: 0px 0 0;
	float: left;
}
.os-blog_img img{
	width: 100%;
  border-radius: 30px !important;
	height: auto;
	
	object-fit: fill;
}
.os-blog_info {
	flex: 100%;
	max-width: 70%;
}
.os-blog_title_small {
	font-weight: bold;
	font-size: 18px !important;
	border-bottom: solid 1px #efefef;
	padding-bottom: 10px;
	margin: 0 0 0px;
}
.os-blog_title h2 {
	margin: 0;
}
.os-blog-single_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  border-radius: 30px;
    margin: 0 0 20px;
}
.os-blog_date,
.os-blog-single_date {
    margin: 0 0 10px;
    color: #888;
}
.os-blog_content{
	font-size: 14px;
}
.os-blog_date2{
	font-size: 30px !important;
	color: #000000;
}
.osen-blog_main-container,
.osen-blog-single_main-container {
	flex: 100%;
	max-width: calc(70% - 30px);
	margin: 0 30px 0 0;
}
.osen-blog_side-container,
.osen-blog-single_side-container {
	flex: 100%;
	max-width: 30%;
	padding: 0;
}
.osen-blog_side-container {
}

.osen-img_50 {
    width: 50%;
}
.osen-img_40 {
    width: 40%;
}
.mgt-30 {
    margin-top: 30px;
}
.mgb-30 {
    margin-bottom: 30px;
}
.wp-block-group__inner-container {
    margin-bottom: 40px;
}
.wp-calendar-table caption {
	text-align: left;
}
#sb_instagram {
    height: 50vw !important;
    overflow: auto;
}
#sb_instagram .sbi_photo {
    height: 15vw !important;
}
#ctf {
    height: 47vw;
}
.osen-upbtn {
	position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #fff8dc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    font-size: 50px;
    line-height: 48px;
	transition: opacity 0.5s;
	display: block;
	opacity: 1;
	color: #000;
}
.osen-upbtn.uphide {
	display: none;
	opacity: 0;
}

.wp-block-archives li a {
	color: #000;
}

.wp-block-categories-list li a{
	color: #000;
}

.wp-block-calendar a {
	color: #000;
    text-decoration: underline;
}

.osen-feestep_container {
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
	
}
table.tbl-access tr td:first-child {
    background-color: #fff8dc;
    border-color: #FFF;
}
.kiji{
	font-size: 30px!important;
}

.pilates-img {
    width: 100%;
}

table.tbl-access tr td {
    border-bottom: 1px solid #fff8dc;
    padding: 15px;
}

table.tbl-access tr td:first-child{
    background-color: #fff8dc;
border-color: #FFF;
}

table.tbl-access {
    width: 100%;
	border-collapse: collapse;
}
.new-s{
    border-bottom: 1px solid #fff8dc;
}



/*.concept-img {*/
   /* width: 25%;*/
    /*width: 30%;
    border-radius: 10%;
    position: absolute;
    z-index: 0;
    object-fit: contain;
    max-height: 220px;
}*/


.concept-img {
   /* width: 25%;*/
    width: auto;
    border-radius: 10%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 220px;
}

.concept-container {
    position: relative;
    height: auto;
    margin: -20px 0 100px;
}

.concept-img.ci1 {
    /*top: 50%;*/
    top: 45%;
    left: 0;
    transform: translateY(-100%);
}

.concept-img.ci2 {
    /*top: 50%;*/
    top: 55%;
    left: 0;
}

.concept-txt {
    z-index: 1;
    position: relative;
    width: 71%;
    /* background-color: #FFF8DCD0; */
    padding: 30px;
	font-size:17px;
    margin: 0 0 0 auto;
	letter-spacing:1.2px;
}

.staff-box {
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 30px #ddd;
    width: calc(100% - 80px);
}

.staff-col {
    flex: 100%;
}
.staff-col:last-child {
    margin: 0 0 0 30px;
}
.staff-col.sc-img {
    max-width: 35%;
}
.staff-col.sc-txt {
    max-width: 65%;
}
.staff-gal {
    display: flex;
}
.staff-gal img {
    flex: 100%;
    max-width: 50%;
}

.staff-s1 {
    font-size: 30px;
   /* border-bottom: 1px dotted #888;*/
    display: block;
    /*padding: 0 0 6px;*/
    margin: 0 0 10px;
}
.staff-s2 {
    font-size: 22px;
    display: block;
    width: fit-content;
    /*border-bottom: 2px solid;*/
    margin: 0 0 10px;
}
.staff-s2small {
    font-size: 18px;
    display: block;
    width: fit-content;
	line-height:167%;
    margin: 0 0 10px;
}


.staff-list {
    margin: 10px 0 20px;
}
.staff-list li {
	margin-bottom:15px;
}

.staff-s2 i {
    padding: 0 10px 0 0;
}

.wp-calendar-table caption {
    margin: 20px 0;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}
@media screen and (max-width: 767px) {
.concept-container{
	margin-top: 20px;
}
	.osen-fees-txt2{
		font-size:4vw;
	}
}

/* SNS */
.sns-wrap {
    display: flex;
    column-gap: 40px;
}

.sns-ig {
    flex-basis: 50%;
    overflow: auto;
}

.sns-ameba {
    flex-basis: 50%;
    overflow: auto;
}

ul.ameba-whats-new li {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    list-style: none;
    display: flex;
    flex-flow: column;
}

ul.ameba-whats-new li a {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    order: 2;
}

p.ameba-whats-new-date {
    text-align: left;
    font-size: 14px;
    order: 1;
}

.mgt-60-pc {
    margin-top: 60px;
}

.subnav-content {
    display: none;
    padding-left: 15px;
}

.subnav-content.active {
    display: block;
}

.sns-ftr {
    margin: 0 0 20px 0;
}

.mgb-30 {
    margin-bottom: 30px;
}

.tal-c {
    text-align: center;
}

.price-desc-pc {
    display: block;
}

.price-desc-sp {
    display: none;
}

.osen-blog-date {
    margin: 0 0 10px 0;
    font-size: 15px;
}