@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {
body {
	/*font-size: 14px;*/
	font-size: 16px;
	overflow-wrap: break-word;
}
body, .mainvisual-wrap, header, footer {
	min-width: 100%;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mini {
	display: none;
}
/*============================================================================

header

============================================================================*/
header {
	display: none;
}
/*============================================================================

nav

============================================================================*/
.fixed {
	position: fixed;
	width: 100%;
}
.sp_navi_btn_area {
	position: absolute;
	width: calc(100% - 66px);
	z-index: 1;
	margin-left: 4px;
}
.sp_navi_btn_area li {
	display: block;
	width: calc(100% / 2) !important;
	float: left;
	text-align: center;
}
.sp_navi_btn_area li a {
	display: block;
	color: #FFF;
	height: 54px;
	line-height: 54px;
	margin: 4px;
	border-radius: 5px;
	font-size: 4.3vw;
	background: #ff691e;
	font-weight: 600;
	letter-spacing: 2px;
}
.sp_navi_btn_area li svg {
	position: relative;
	font-size: 1.1em !important;
	top: 0px;
	left: -5px;
	color: #fff;
}
.sp_navi_btn_area li i {
	margin-right: 5px;
	color: #fff;
}
.sp_navi_btn_area li:nth-child(2) i {
	font-size: 1.2em !important;
}
nav {
	display: none;
}
.sp_navi {
  background: #fff;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	font-size: 18px;
	font-weight: bold;
	z-index: 9998;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	/*margin-bottom: 30px;*/
}
.sp_navi_fixed_area {
	z-index: 999;
}
.sp_navi .header_logo {
	position: relative;
	top: 0;
	display: block;
	width: 100%;
	text-align: left;
	height: 62px;
	background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
	display: block;
	margin: auto;
	padding-top: 5px;
}
.sp_navi .header_logo img {
	width: 256px;
	height: 55px;
	z-index: 9999;
	position: relative;
}
.sp_navi dl {
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(12px);
}
.sp_navi dl dt {
	position: relative;
	height: 62px;
	font-weight: bold;
	padding: 0 4%;
	font-size: 18px;
	display: block;
	color: #fff;
	line-height: 2;
}
/*.sp_navi dl dt i {
position: relative;
top: 20px;
font-size: 9px;
font-style: normal;
margin-right: 2%; }*/
.sp_navi_list {
	display: none;
}
.sp_navi ul {
	/*padding:4% 2% 4% 8%;*/
}
.sp_navi_list li {
	display: block;
	width: 100%;
	float: left;
	line-height: 1.4;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}
.sp_navi_list li i {
	margin-right: 4%;
	color: #ba9275;
	font-size: 11px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
	font-size: 16px;
}
.sp_navi_list li a, .sp_navi_parent > div {
	display: block;
	position: relative;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	background: #676767;
	border-bottom: solid 1px #FFF;
	font-weight: 500;
	line-height: 50px;
}
.sp_navi_children li a {
	background: #4f5698 !important;
}
.sp_navi_parent > div::after {
	position: absolute;
	right: 17px;
	font-family: 'Font Awesome 5 free';
	font-weight: bold;
	content: "\f067";
	font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
	position: absolute;
	right: 17px;
	font-family: 'Font Awesome 5 free';
	content: "\f068" !important;
	font-weight: bold;
	font-size: 1.0em;
}
.sp_navi_list li a::after {
	position: absolute;
	right: 20px;
	content: ">";
}
/*ボタンの動き*/
.sp_navi dt button {
	/*display: block;*/
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 62px;
	height: 62px;
	position: absolute;
	/*top:5px;*/
	right: -5px;
	z-index: 9999999;
	text-align: center;
	background-color: #676767;
	border:none;
	border-radius:0;
	padding:0;
}
/*.sp_navi dt a i {
position: relative;
top: 25px;
font-size: 9px;
font-style: normal;
color: #FFF;
font-weight: 600; }*/
.sp_navi dt button span {
	display: block;
	background: #FFF;
	width: 33px;
	height: 2px;
	position: absolute;
	left: 12px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
.sp_navi dt button span:nth-child(1) {
	top: 14px;
}
.sp_navi dt button span:nth-child(2) {
	margin-top: -8px;
	top: 50%;
}
.sp_navi dt button span:nth-child(3) {
	bottom: 29px;
}
.sp_navi dt button i {
	font-size: 9px;
	font-style: normal;
	color: #FFF;
	font-weight: 600;
	position: relative;
	left: -2px;
	/*top: 35px;*/
	bottom: 6px;
}
.sp_navi dt button.active {
	background: #676767;
}
.sp_navi dt button.active i {
	color: #fff;
}
.sp_navi dt button.active span {
	background: #fff;
}
.sp_navi dt button.active span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(225deg);
	-moz-transform: translateY(8px) rotate(225deg);
	-ms-transform: translateY(8px) rotate(225deg);
	transform: translateY(8px) rotate(225deg);
}
.sp_navi dt button.active span:nth-child(2) {
	opacity: 0;
}
.sp_navi dt button.active span:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-225deg);
	-moz-transform: translateY(-8px) rotate(-225deg);
	-ms-transform: translateY(-8px) rotate(-225deg);
	transform: translateY(-8px) rotate(-225deg);
}
/*============================================================================

#共通

============================================================================*/
.box2 {
	width: 90%;
	margin-bottom: 70px;
}
.ank_link {
	margin-top: -70px;
	padding-top: 70px;
}
.title01 {
	font-size: 21px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.bg1__box2 {
	width: 88%;
	margin: 0 auto 59px;
}
.bg1 {
	padding-top: 50px;
}
.contents {
	margin-bottom: 80px;
}
.tab__list {
	font-size: 16px;
}
.ank-link {
	margin-top: -80px;
	padding-top: 80px;
}
.ank-link-box {
	width: 100%;
	justify-content: space-between;
}
.ank-link-box__list {
	width: 48%;
	margin-right: 0;
}
.ank-link-box__list a {
	padding: 8px 0;
	font-size: 16px;
}
/*============================================================================

$contct

============================================================================*/
.form-box {
	padding-top: 0;
}
.form-box__form-group {
	display: block;
}
.form-box__form-group > * {
	width: 100% ;
}
.form-box__input.input_name{
	width:47%;
}
.form-box__input.input_name.sei{
	margin:0 2% 0 0;
}
.form-box__radio-box {
	display: block;
}
.form-box__radio-box > * {
	width: 100% !important;
}
.form-box__radio-box li {
	margin-bottom: 10px;
}
.form-box__title {
	justify-content: flex-start;
	margin-bottom: 15px;
}
.required {
	display: inline-block;
	margin-left: 14px;
}
.form-box__btn-primary {
	width: 80%;
}
.thanks-box__text {
	font-size: 17px;
	text-align: left;
}
/*============================================================================

$price

============================================================================*/
.price-plan.box2 {
    margin-bottom: 150px;
}
.price-plan::before {
    bottom: -130px;
}
.price-plan_box{
	max-width:100%;
	overflow-x: auto;
	margin:0 0 30px;
}
.price-plan_box::-webkit-scrollbar {
  height: 10px;
}
.price-plan_box::-webkit-scrollbar-thumb {
  background: #aaa;
}
.price-plan_box::-webkit-scrollbar-track {
  background: #ddd;
}
.price-plan_list {
	gap:10px;
}
.price-topic{
	width:100px;
}
.price_topic_item li{
	font-size:14px;
	height:64px;
}
.price_topic_item li small{
	font-size:11px;
}
.price-plan_common dl li{
	font-size:16px;
	height:64px;
	gap:5px;
	padding:5px;
}
.price-plan_common dl li small{
	font-size:10px;
}
.price-plan_item{
	flex:1;
}
.price-plan_item dl {
    width:80%;
		flex-shrink: 0;
}
.price-plan_item dl dt{
	font-size:16px;
}
.price-plan_item dl .price_deta li{
	font-size:14px;
	height:64px;
}
.price-plan_item dl .price_deta li.info{
	font-size:12px;
}
.price-plan_item dl .price_deta span{
	font-size:24px;
}
.price-plan_common.link dl a{
	font-size:18px;
	height:64px;
}

.month-plan.box2 {
    width: 94%;
}
.month-plan_list {
	flex-direction: column;
	gap:30px;
    padding: 30px 2%;
}
.month-plan_list::before {
    display: none;
}
.month-plan_list dl {
    width: 100%;
}
.month-plan_list dl:first-of-type {
    position: relative;
}
.month-plan_list dl dt {
    padding: 20px 0;
    line-height: 1.5;
}
.month-plan_list dl dd.plan_text ul {
    min-height: initial;
    padding: 20px 5%;
}
.option-service.bg1__box2 {
	width: 92%;
    padding-bottom: 50px;
}
.option-service_list {
    display: block;
    flex-wrap: wrap;
}
.option-service_list dl {
    width: 100%;
}
.option-service_list dl:not(:last-of-type) {
    margin-bottom: 30px;
}
.option-service_list dl dt {
    height: auto;
    padding: 15px 10px;
    font-size: 17px;
    letter-spacing: 0;
}
.option-service_list dl:nth-of-type(2) dt,
.option-service_list dl:nth-of-type(3) dt {
    line-height: 1.4;
}
.option-service_list dl dd.option-service_text {
    min-height: initial;
    padding: 5%;
    font-size: 15px;
}
.option-service_list dl .price_deta {
    min-height: initial;
}
.option-service_tb_wrap {
    display: block;
}
.option-service_tb:first-of-type,
.option-service_tb:first-of-type th:last-of-type,
.option-service_tb:first-of-type td:last-of-type {
    border-bottom: none;
}
.option-service_tb {
    width: 100%;
    font-size: 15px;
}
.option-service_tb td,
.option-service_tb th {
    padding: 14px 2%;
    letter-spacing: 0;
}
.option-service_tb td {
    width: 130px;
}

.price-plan__banner {
	margin-top: 50px;
}
.price-plan .monthly-price {
	padding-bottom: 60px;
}
.price-plan__list-data_entry-original{
	height: 70px;
	margin-top: -10px;
}
.fixed-head{
	min-width: 120px;
	z-index: 1;
  position: sticky;
  left: 0;
}
.fixed-head::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.price-plan__list-data{
	position: relative;
	z-index: 0;
	min-width: 200px;
}
.price-plan__list-row_point .price-plan__list-title, .price-plan__list-row_point .price-plan__list-data{
	height: auto;
}
.price-plan__list-row_point .price-plan__list-data{
	padding: 10px 0 0;
}
.price-plan__list-row_point ul.point-list li{
	font-size: 12px;
}
.price-plan__list-row_fee .price-plan__list-data{
	letter-spacing: normal;
}
.price-plan__table > *{
	font-size: 12px!important;
}

.price-plan__banner{
	flex-flow: column;
	width:96%;
	margin:0 auto;
	padding:10px;
}
.price-plan__banner_content{
	padding: 20px 10px 40px;
	width: 100%;
	margin-bottom: 20px;
	background-size: 55px auto;
}
.price-plan__banner_content h3{
	font-size: 22px;
}
.price-plan__banner_content p{
	font-size: 16px;
}
.price-plan__banner_content p small{
	padding:20px 0 0;
	font-size:10px;
}
.price-plan__banner_content p.plan-content__price-txt{
	font-size: 18px;
}
.price-plan__banner_content p.plan-content__price-txt em{
	font-size: 26px;
}
.price-plan__banner_content p.plan-content__price-txt span{
	font-size: 16px;
}

.price-plan__banner_img{
	margin-left: 0;
	margin-bottom: -12%;
}
/*============================================================================

#mainvisual

============================================================================*/
/* #mainvisual {
margin-top: 124px; } */
.mainvisual{
  height: 120px;
}

#mainvisual .mainvisual__inner {
	width: 100%;
}
#mainvisual .mainvisual__catch {
	/*margin-top: 52%;*/
	padding: 0 3%;
    text-align: center;
}
.mainvisual__catch,
.sub_catch{
    font-size: 5vw;
    display: block;
    margin-top: 15px;
}
.mainvisual__catch span{
    font-size: 7vw;
}
.mainvisual-wrap {
	margin-top: 124px;
	background-size: 200%;
	height: auto !important;
}
.mainvisual-wrap.medley{
	margin:0 0 40px;
	padding:60px 0 0;
	background-position:top;
}
.mainvisual-wrap .mainvisual__title {
	width: 80%;
	margin: auto;
	font-size: 28px;
}
.mainvisual-wrap .mainvisual__en-title {
	padding-bottom: 14px;
	padding-top: 20px;
}
.mainvisual-wrap .mainvisual__sub-title {
	text-align: center;
    display: inherit;
}
.mainvisual-wrap .mainvisual__sub-title img:first-child {
	display: block;
	margin-right: auto;
	padding-bottom: 0;
}
.mainvisual-wrap .mainvisual__sub-title img:last-child {
	display: block;
}
.mainvisual-wrap .mainvisual__sub-title br {
	display: none;
}
.mainvisual__inner::before {
	width: 140px;
	background-size: 100%;
	top: 100px;
	left: auto;
	right: 0;
}
/*============================================================================

.topics

============================================================================*/
.topics__box {
	display: block;
	width: 88%;
	margin: auto;
}
.topics__box .topics__list {
	display: block;
}
.topics__box .topics__right {
	width: 100%;
}
.topics__box .topics__list-cate {
	width: 100px;
	margin-left: 0;
	padding-left: 0;
}
.topics__box .topics__list:first-child {
	margin-top: 13px;
}
.topics__box .topics__left {
	position: relative;
}
.topics__box .topics__left .topics__btn {
	position: absolute;
	right: 0;
	top: 0;
}
.topics__box .topics__left .topics__btn a {
	width: 130px;
}
.topics__title {
	text-align: left;
}
/*============================================================================

.product-achiev

============================================================================*/
.product-achiev__about {
	display: block;
	width: 100%;
	margin-bottom: 70px;
	padding-top: 0;
}
.product-achiev__about .product-achiev__title {
	padding-top: 30px;
	width: 90%;
	margin: auto;
	line-height:1.2;
}
.product-achiev__about .product-achiev__title::before {
	font-size: 50px;
	top: auto;
	bottom: -30px;
	left: 0;
}

.product-achiev__trding-count-okage{
	font-size: 28px;
}
.product-achiev__trding-count-okage em{
	font-size: 28px;
}
.product-achiev__about .product-achiev__trading-count {
	margin-top: 40px;
	flex-wrap: wrap;
	filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 30px #000);
}
.product-achiev__trding-count-okage{
	font-size: 28px;
}
.product-achiev__trding-count-okage em{
	font-size: 28px;
}
.product-achiev__trding-count-num{
	font-size: 86px;
}
.product-achiev__trding-count-ken{
	font-size: 44px;
}

.product-achiev__about .product-achiev__number {
	width: 90%;
	height: auto;
}
.product-achiev__about .product-achiev__number {
	display: block;
	text-align: center;
	background-image: none;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 20px;
	box-sizing: border-box;
	width: 90%;
	border: solid 5px #00bfb6;
	border-radius: 8px;
	margin: auto;
}
.product-achiev__about .product-achiev__number .product-achiev__number-title {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	line-height: 1.4;
}
.product-achiev__number-title_year {
	font-size: .8em;
}
.product-achiev__works {
	margin-left: auto;
}
.product-achiev__works-list .lead-dental{
	top: 32px;
	padding-left: 0;
}
.product-achiev__works-list .lead-dental a{
	font-size: 120%;
	border-bottom: none;
}
.product-achiev__works .product-achiev__works-list {
	padding: 40px 20px 0;
}
.product-achiev__works .product-achiev__works-list.works-list02 {
	padding: 120px 20px 0;
}
.product-achiev__works .product-achiev__works-list a {
	margin: auto;
	padding-right: 0px;
    width: 45%;
}
.works-list__item{
    margin-bottom: 20px;;
}
.product-achiev__btn {
	top: 0;
	width: 80%;
}
.product-achiev__number-title {
	font-size: 29px;
}
.product-achiev__box {
	padding-top: 0 !important;
}
/*============================================================================

.interview_top

============================================================================*/
.interview{
	padding:40px 0 60px;
}
.interview__inner{
	width:88%;
	margin:0 auto;
}
.interview__title{
	font-size:30px;
	margin:0 0 30px;
}
.interview__box{
	flex-direction: column;
	gap:20px;
	padding:20px 20px 30px;
}
.interview__box figure{
	width:100%;
}
.department_tag{
	gap:6px;
}
.department_tag li{
	padding:3px 6px;
	font-size:12px;
}
.interview__box h3{
	font-size:20px;
	margin:0;
}
.interview__box .btn02{
	text-align:center;
	margin:30px 0 0;
}

/*============================================================================

.blog

============================================================================*/
	.blog__box{
		width:100%;
		padding:0 2%;
	}
	.blog__title{
		font-size:130%;
	}
	.top_blog_information{
		justify-content:center;
		gap:2%;
		flex-wrap:wrap;
	}
	.top_blog_information .post_content{
		width:48%;
		padding:5px;
		margin:0 0 10px;
	}
	.top_blog_information .post_title{
		font-size:90%;
	}
	.top_blog_information .post-meta{
		font-size:70%;
	}
	.top_blog_information .post_list_content{
		font-size:80%;
	}
	
/*============================================================================

.cause

============================================================================*/
.cause {
	padding-top: 60px;
	padding-bottom: 0;
}
.cause::before {
	top: 320px;
	background-size: 780%;
	height: 800px;
}
.cause_wrap{
    padding-bottom: 80px;
}
.cause__title_large {
	font-size: 7vw;
}
.cause .cause__title {
	line-height: 1.8;
	font-size: 4vw;
	padding-bottom: 0px;
}
.cause .cause__title::before {
	z-index: -1;
	width: 80px;
	background-size: 100%;
	left: -40px;
}
.cause .cause__title::after {
	z-index: -1;
	width: 80px;
	background-size: 100%;
	right: -40px;
}
.cause .cause__en-title {
	font-size: 40px;
	margin-top: -200px;
	padding-bottom: 73px;
	position: relative;
	top: -30px;
    display: none;
}
.cause .cause__box {
	width: 88%;
}
.cause .cause__list {
	width: 100%;
	margin-bottom: 70px;
}
.cause__list-box {
	display: block;
}
/*============================================================================

.mp

============================================================================*/
.mp {
	background-image:url(../images/mp_bg02.png),url(../images/mp_bg01.png);
	background-position: center top 315px,center top;
	background-size: 150%,auto 200px;
	height: auto;
	padding: 40px 0 50px;
}
.mp .btn01 {
    width: 90%!important;
    float: none!important;
    margin: 20px auto 0!important;
}
.mp .btn01 a {
    font-size: 3.5vw;
}
.mp__box_wrap, .mp__box {
	width: auto;
	height: auto;
}
.mp__main{
    font-size: 4.5vw;
}
.mp__main span{
    font-size: 6vw;
}
.mp__box .point img{
    height: 130px;
}
.mp__box{
    margin: 0;
}
.mp__box .point{
    width: 100%;
    margin: 10px 30px;
}
.mp__main {
	margin: 100px 5% 1px;
}
.sp_mp_text {
	margin: 10% 10% 0;
	color: #fff;
}
.mp__box p.point {
	width: 80%;
	text-align: center;
	display: block;
	float: none;
	margin: 0 auto 35px;
}
.mp__box p.point span{
	font-size: 20px;
}
.mp__box p.point img{
	height: 170px;
}
.mp__image {
	width: 88%;
	margin: auto;
	padding: 0;
    margin: -50px auto 30px;
    font-size: 5vw;
}
.mp__image span{
    font-size: 9.5vw;
}
.mp__title {
	padding: 20px;
	font-size: 27px;
	text-align: center;
	margin-bottom: 30px;
}
.mp__title br {
	display: none;
}
.mp__title_size-small {
	display: block;
	font-size: 16px;
	right: 0;
}
.mp__top-box {
	display: block;
	width: 100%;
	padding-top: 40px;
}
.mp__bottom-box {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.mp__bottom-box::before {
	min-width: 100%;
}
.mp__analytics-list-box {
	display: block;
	width: 100%;
}
.mp__analytics-list {
	width: 90%;
	margin: 0 auto 30px !important;
}
.mp__analytics-list .mp__analytics-list-text {
	display: block;
}
.mp__analytics-list .mp__analytics-list-text p {
	margin-bottom: 15px;
}
.mp__analytics-list .mp__analytics-list-text img {
	width: 100%;
	height: auto;
}
.mp__list {
	background: #fff;
	margin: 0 auto 20px !important;
    width: 45%;
}
.mp__list-box {
	margin: 0 0 40px;
	width: auto;
}
    .mp_text{
width: 90%;
    text-align: center;
    margin: 0 auto 30px;
    float: none;
    }
.mp__analytics-title_small {
	display: block;
	padding-top: 10px;
}
.mp__btn {
	width: 80%;
	margin: auto;
}
.mp__btn a {
	width: 80%;
	margin: auto;
}
.btn01 a {
	width: 100%;
	margin: auto;
}
.btn01 a::after {
	right: 21px;
}
.sonota{
    width: 100%;
    font-size: 20px;
    text-align: center;
}
.mp__list-box{
    width: 100%;
    margin: 0;
}
.mp__list{
   font-size: 3vw;     
}

/*============================================================================

.service

============================================================================*/
.service {
	top: 0;
	padding-top: 80px;
	background-image: none !important;
	padding-bottom: 60px;
}
.service::after {
	bottom: -59px;
}
.service .service__box {
	min-width: 90%;
	padding-bottom: 10px;
}
.service .service__box::before {
	width: 100%;
	background-size: 100%;
	background-position: bottom center;
}
.service .service__list-box {
	width: 100%;
	display: block;
	padding-left: 0;
}
.service .service__list {
	margin: 0 auto 30px;
	width: 90%;
}
.service__title {
	font-size: 5vw;
}
.service__title span{
    font-size: 9vw!important;
    display: table;
    margin: 0 auto;
}
.service__list-title{
    font-size: 4vw;
}
/*============================================================================

.staff

============================================================================*/
.staff {
	margin-top: -10px;
	padding-bottom: 50px;
}
.staff__box {
	width: 100%;
}
.staff__list {
	margin-bottom: 30px !important;
	margin-left: 0 !important;
}
.staff__list-box {
	display: block;
	width: 100%;
}
.staff__list_tokyo {
	margin-left: 0;
}
.staff__about {
	padding-top: 50px !important;
	height: auto !important;
	width: 100% !important;
	padding: 30px 5% 20px !important;
}
.staff__person-catchcopy {
	font-size: 23px;
}
.staff__en-deco {
	font-size: 33px;
	padding-left: 6px;
}
.staff__person {
	margin-top: 20px;
	width: 100%;
	height: 220px;
	margin: auto !important;
	padding: 20px;
	position: relative;
	z-index: 1;
}
.staff__person::before {
	content: "" !important;
	position: absolute !important;
	z-index: -1;
	background-size: 100% !important;
}
.staff__list_tokyo .staff__person::before {
	background: url("../images/staff01_img2.jpg");
}
.staff__list_nagoya .staff__person::before {
	background: url("../images/staff02_img2.jpg");
}
.staff__list_oosaka .staff__person::before {
	background: url("../images/staff03_img2.jpg");
}
.staff__list_fukuoka .staff__person::before {
	background: url("../images/staff04_img2.jpg");
}
.staff__about dl {
	display: block;
}
.staff__about dl dt {
	padding-bottom: 15px;
	padding-left: 15px;
}
.staff__about dl dd {
	padding-left: 15px;
}
.staff-blog__box {
	width: 100%;
	padding-top: 60px;
}
.staff-blog__list-box {
	display: block;
}
.staff-blog__list-box a {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}
.staff-blog__btn {
	width: 80%;
	margin: auto;
}
.staff__title {
	font-size: 37px;
}
.staff__title-wrap {
	margin-bottom: 50px;
}
.staff__title-wrap::after {
	width: 150px;
	right: auto;
	left: 0;
	top: -30px;
}
.staff__title-wrap::before {
	width: 120px;
	left: auto;
	right: 0;
	background-size: 100%;
}
/*============================================================================

.price

============================================================================*/
.price {
	padding: 80px 0 80px;
}
.price__box {
	width: 90%;
	height: auto;
	padding-bottom: 40px;
}
.price__box .price__btn {
	width: 80%;
	margin: auto;
}
.price__title {
	padding-bottom: 10px;
}
.price__cost {
	display: block;
}
.price__cost > * {
	width: 100%;
	text-align: center;
}
/*============================================================================

.flow

============================================================================*/
.flow__box {
	padding: 50px 0;
	margin-right: 0;
}
.flow__title-wrap {
	width: 100%;
	padding-bottom: 40px;
}
.flow__title-wrap::before {
	left: 0;
	width: 100px;
	background-size: 100%;
}
.flow__title-wrap::after {
	width: 140px;
	background-size: 100%;
	right: 0;
	top: -130px;
}
.flow__title-wrap .flow__title {
	font-size: 32px;
	line-height: 1.5;
}
.flow__list-box {
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 1;
	padding: 20px 0 10px;
}
.flow__list-box::before {
	width: 70px;
	background-size: 100%;
	top: -200px;
	z-index: -1;
	right: -10px;
}
.flow__title2 {
	font-size: 26px;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}
.flow__text {
	line-height: 1.4;
}
.flow__list {
	padding-top: 80px;
	width: 90%;
	margin: 0 auto 70px !important;
}
.flow__list .flow__list-number {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
.flow__list .flow__list-text {
	padding-left: 0px;
	width: 63%;
}
.flow__list .flow__list-title {
	padding: 10px;
	line-height: 1.3;
	font-size: 17px;
	letter-spacing: 0;
}
.flow__list::after, .flow__list:nth-child(1)::after, .flow__list:nth-child(2)::after, .flow__list:nth-child(4)::after {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -45px;
}
.flow__list:last-child {
	margin-bottom: 40px !important;
}
.flow__list-about {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.flow__list-image {
	position: absolute;
	top: 175px;
}
.nowrap {
	white-space: nowrap;
}


/*==================================================================

	top_cta

==================================================================*/
.top .contact-us{
	padding-bottom:60px;
}
.top .contact-us__inner{
	padding:30px 10px;
	height:auto;
}
.top .contact-us__bottom{
	margin:0;
}

/*============================================================================

.contact-us

============================================================================*/
.contact-us {
	padding-bottom: 60px;
}
.contact-us__inner {
	width: 90%;
	padding: 35px 10px;
	height: auto;
}
.contact-us__inner::before {
	left: 0;
	right: 0;
	top: -140px;
	margin: auto;
	width: 45%;
	background-size: 100%;
	margin: auto;
}
.contact-us__inner .contact-us__title {
	font-size: 25px;
	line-height: 1.3;
}
.contact-us__bottom {
	display: block;
}
.contact-us__bottom > * {
	width: 100% !important;
	padding-left: 0 !important;
}
.contact-us__text {
	text-align: center;
	margin-bottom: 0;
    padding: 10px;
}
.contact-us__text p {
}
.contact-us__text p:last-child {
	font-size: 25px;
	padding-top: 14px;
}
.contact-us__text_small {
	display: block;
	padding-top: 8px;
}
.contact-us__contact::before {
	display: none;
}
.contact-us__tel {
	margin-bottom: 40px;
	text-align: center;
}
.contact-us__tel a {
	font-size: 33px;
}
.contact-us__bottom-title {
	text-align: center;
}
.contact-us__btn a {
	margin: auto;
}
.tel-box {
	display: inline-block;
	padding-left: 44px;
	margin-right: 0;
}
.footer__top {
	display: block;
	padding: 10px;
	text-align: center;
}
.footer__top-right {
	display: block;
}
/*============================================================================

.contact

============================================================================*/
.form-box__btn-secondary {
	width: 80%;
	margin-right: 0px;
}
.confirm-tb {
	width: 90%;
}
.confirm-tb td {
	width: 100%;
	display: block;
}
.confirm-tb td.l_Cel {
	text-align: center;
	width: 100%;
}
/*============================================================================

footer

============================================================================*/
.footer {
	padding-bottom: 25px;
}
.footer__top {
	display: block;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.footer__top-right {
	display: block;
}
.footer__logo {
	margin: 30px auto 20px;
}
.footer__office-inner {
	display: block;
	width: 88%;
	margin: 30px auto;
	padding: 0;
}
.footer__btn.contact-btn a {
	margin: 30px auto;
}
.footer__pagetop {
	right: 20px;
	bottom: 20px;
}
.footer__office-title {
	margin-bottom: 13px;
}
.footer__office-list {
	margin-bottom: 30px;
}
.footer__office-list dd {
	color: #fff;
}
.footer__office-list dd a {
	color: #fff;
}
.footer__navi {
	width: 90%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden;
	gap:15px;
}
.footer__navi li {
	width: 100% !important;
}
.footer__navi li a {
	white-space: nowrap;
}
.footer__navi li p{
	margin-bottom:15px;
}
.footer__navi li div a{
	margin-bottom:15px;
}
.footer__navi li div a:last-child{
	margin:0;
}
.footer__bannar {
	padding:20px;
}
.footer__bannar li{
	width:100%;
}
/*common*/
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.pc_inline {
	display: none !important;
}
.sp_inline {
	display: inline !important;
}
.pc_table {
	display: table !important;
}
.sp_table {
	display: table !important;
}
img, .worker img {
	max-width: 100%;
	height: auto;
}
.img_fr, .img_fl {
	float: none;
	margin: 0px 0 15px !important;
}
.worker_info {
	float: none;
	width: 100%;
}
.worker_info_name dt {
	font-size: 20px;
	margin-bottom: 8px;
}
.worker_info_name {
	text-align: left;
}
.worker_img_min {
	float: none;
	width: 100%;
	padding-top: 15px;
}
.worker_img_min img, .worker img {
	width: 100% !important;
	max-width: initial;
	margin-top: 15px;
	height: auto;
}
.worker .title01 {
	line-height: 1.5;
}
.worker .text:last-child {
	margin-bottom: 120px;
}
.worker .text p {
	padding: 0;
}
.worker .staff__en-deco {
	position: absolute;
	padding-top: 0;
	font-size: 65px;
	right: auto;
	left: 0;
	top: 56px;
}
.sp_mb00 {
	margin-bottom: 0 !important;
}
.sp_mr00 {
	margin-right: 0 !important;
}
.sp_ml00 {
	margin-left: 0 !important;
}
.sp_mt00 {
	margin-top: 0 !important;
}
.sp_pb00 {
	padding-bottom: 0 !important;
}
.sp_pr00 {
	padding-right: 0 !important;
}
.sp_pl00 {
	padding-left: 0 !important;
}
.sp_pt00 {
	padding-top: 0 !important;
}
.sp_center {
	text-align: center;
}
/*----- mp_cause -----*/
.mp_cause {
	width: auto;
	margin: 200px auto 0;
}
.mp_cause h2 {
	font-size: 20px;
}
.mp_cause h2 span {
	font-size: 30px;
}
.mp_cause_box {
	margin: 60px 0 40px;
	display: block;
}
.mp_cause_box .text_box {
	width: auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.mp_cause_box .text_box h3 {
	font-size: 4vw;
	text-align: left !important;
	margin: 0 0 15px 0 !important;
	line-height: 1.4;
	padding: 50px 0 0;
}
.mp_cause_box .text_box h3 span {
	font-size: 6.5vw;
}
.mp_cause_box > p {
	width: 60%;
	margin: 0 auto;
}
.mp_cause_box > p img {
	width: 100%;
}
.mp_cause_box .text_box::before {
	top: 5px;
	left: 0;
	font-size: 45px;
	z-index: -1;
}
.mp_cause_box .text_box h3.odd {
	margin-left: 0;
}
.mp_cause_box:nth-child(even) .text_box::before {
	top: 5px;
	left: 0;
	font-size: 45px;
	z-index: -1;
}
.mp_cause_box .text_box p {
	width: 96%;
	margin: 0 auto 0 0;
}
/*==================================================================

company

==================================================================*/
.tb03 th {
	display: block;
	width: 100%;
	padding: 15px 15px 4px;
	border-bottom: none;
}
.tb03 td {
	display: block;
	width: 100%;
	padding: 0 15px 18px;
}
.business_policy_text {
	width: 100%;
}
.business_policy_video {
	position: relative;
	padding-top: 56%;
}
.business_policy_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================================

it-hojo

==================================================================*/
.ith_intro {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ith_tit {
        margin-bottom: 40px;
    padding-top: 15px;
}
.ith_tit::before {
    top: -40px;
    margin-right: -156px;
    width: 79px;
    height: 108px;
    background-size: cover;
}
.ith_tit span {
    display: inline-block;
    margin-bottom: 14px;
    margin-left: -80px;
    padding: 0 15px 0 25px;
    font-size: 18px;
    line-height: 1.2;
}
.ith_tit span::before, .ith_tit span::after {
    position: absolute;
    top: 0;
    height: 44px;
    margin-bottom: 0;
}
.ith_tit span::before {
    left: 0;
}
.ith_tit span::after {
    right: 0;
    margin-left: 0;
}
.ith_text {
    margin-bottom: 30px;
    padding: 7% 7% 7%;
    background-color: #f9f9f9;
}
.ith_text_tit {
    margin-bottom: 18px;
    font-size: 20px;
}
.ith_text p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 36px;
}
.ith_cont_wrap {
    margin-bottom: 60px;
    padding: 40px 5% 50px;
}
.ith_feature {
    margin-bottom: 50px;
    padding: 8% 6% 4%;
}
.ith_feature h2 {
    margin-bottom: 56px;
    text-align: center;
}
.ith_feature_list {
    display: block;
}
.ith_feature_list li {
    width: 100%;
    margin-bottom: 30px;
}
.ith_feature_list li h3 {
    text-align: center;
}
.ith_function {
    margin-bottom: 50px;
}
.ith_function h2 {
    margin-bottom: 25px;
    font-size: 20px;
}
.ith_function_list {
    margin: 0 auto;
}
.ith_function_list li {
    width: 50%;
    height: auto;
    padding: 6% 4% 0;
}
.ith_function_list li h3 {
    margin-bottom: 14px;
    font-size: 17px;
    letter-spacing: 0;
}
.ith_cost h2 {
    margin-bottom: 25px;
    font-size: 20px;
}
.ith_cost_graf {
    padding: 5% 5% 10%;
    background-color: #fff;
}
.ith_cost p:last-of-type {
    padding: 12px 0 0 0;
    font-size: 14px;
}
.ith_plan {
    padding: 0 5%;
}
.ith_plan h2 {
    margin-bottom: 25px;
    font-size: 20px;
}
.ith_plan_list {
    width: 100%;
    flex-wrap: wrap;
    gap: 0;
}
.ith_plan_box {
    width: 100%;
    max-width: 360px;
    margin-bottom: 30px;
}
.ith_plan_box dt {
    line-height: 64px;
    font-size: 18px;
}
.ith_plan_txt {
    height: 60px;
    margin-bottom: 15px;
    font-size: 15px;
}
.ith_plan_note {
    width: auto;
    max-width: 360px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
}

/*==================================================================

line

==================================================================*/
#mainvisual.line {
    height: auto;
    margin-bottom: 120px;
}
#mainvisual.line::before {
    right: 0;
    margin-right: 0;
    width: 200px;
    height: 525px;
    background-size: cover;
}
#mainvisual.line .inner {
    width: 100%;
    padding-top: 40px;
}
#mainvisual.line .mainvisual_catch {
    width: 290px;
    margin-left: 5%;
    margin-bottom: 35px;
}
#mainvisual.line .mainvisual_catch .headline {
    display: block;
    margin-bottom: 16px;
}
#mainvisual.line .mainvisual_catch .headline_sub {
    display: block;
    height: 35px;
    line-height: 33px;
    font-size: 17px;
}
.mainvisual_fukidashi {
    width: 240px;
    margin-left: 3%;
}
.mainvisual_fukidashi01 {
    width: 178px;
    height: 79px;
    margin: 0 auto 0;
    font-size: 13px;
    line-height: 1.4;
    background-size: cover;
}
.mainvisual_fukidashi02 {
    width: 220px;
    height: 211px;
    padding-top: 50px;
    margin: -35px auto 0;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    background-size: cover;
}
.mainvisual_img_txt {
    bottom: auto;
    top: 415px;
    right: 150px;
    font-size: 10px;
    font-weight: 400;
}
.mainvisual_icon {
    right: 10px;
    bottom: auto;
    top: 350px;
    width: 100px;
    height: 99px;
}
.line_intro_wrap {
    padding-top: 1px;
    padding-bottom: 100px;
    overflow: visible;
}
.line_intro_wrap .inner {
    width: 96%;
    margin: -30px 0 0;
}
.line_intro_wrap figure {
    position: relative;
    top: 0;
    right: 0;
    margin-right: 0;
    text-align: center;
}
.line_intro_wrap figure img {
    width: calc(100% - 60px);
    height: auto;
}
.line_intro_wrap figcaption {
    width: 91px;
    height: 87px;
    padding-top: 22px;
    font-size: 13px;
    line-height: 1.4;
}
.line_intro_wrap figcaption:first-of-type {
    top: -50px;
    left: 50%;
    margin-left: -80px;
    background-size: cover;
}
.line_intro_wrap figcaption:last-of-type {
    background-size: cover;
    top: 25px;
    left: 50%;
    margin-left: -135px;
}
.line_intro_wrap::before {
    width: 96%;
    height: 100%;
}
.line_intro_wrap::after {
    display: none;
}
.line_intro_txt {
    width: 100%;
    margin-bottom: 40px;
    padding: 25px 5% 0;
}
.line_intro_txt h2 {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 1.3;
}
.line_intro_txt p {
    font-size: 15px;
    line-height: 1.9;
}
.line_intro_txt p:first-of-type {
    margin-bottom: 18px;
}
.line_intro_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2vw;
    width: 100%;
    padding: 0 5%;
}
.line_intro_list li {
    width: 38vw;
    max-width: 165px;
    height: 38vw;
    max-height: 165px;
    font-size: 13px;
    line-height: 1.5;
    background-size: cover;
}
.line_merit {
    margin-top: -60px;
    padding: 120px 0 180px;
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
    background-image: repeating-linear-gradient(
90deg
, transparent, transparent 30px, rgba(250, 250, 250, 1) 30px, rgba(250, 250, 250, 1) 60px );
}
.line_merit h2 {
    margin-bottom: -20px;
    padding: 0 4%;
    text-align: center;
}
.line_merit h2::before {
    top: -46px;
    left: 3%;
    margin-left: 0;
    width: 50px;
    height: 57px;
    background-size: cover;
}
.line_merit_list {
    display: block;
    margin-bottom: 30px;
    padding-right: 0;
}
.line_merit_list h3 {
    width: 299px;
    height: 291px;
    padding-top: 100px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    background-size: cover;
}
.line_merit_list ol {
    width: 92%;
    margin: 0 auto;
    padding-top: 0;
}
.line_merit_list ol li {
    display: flex;
    margin-bottom: 10px;
    padding: 3% 50px 3% 3%;
    line-height: 1.4;
    font-size: 16px;
}
.line_merit_list ol li:nth-of-type(1) {
    background-position: right 15px center;
}
.line_merit_list ol li:nth-of-type(2) {
    background-position: right 15px center;
}
.line_merit_list ol li:nth-of-type(3) {
    background-position: right 15px center;
}
.line_merit_list ol li em {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    padding-right: 14px;
    padding-left: 6px;
}
.line_merit_txt {
    padding: 0 5%;
    font-size: 16px;
    line-height: 1.5;
}
.line_merit::after {
    bottom: 60px;
    width: 100%;
    height: 92px;
    background-size: auto 100%;
}
.line_outline {
    margin-bottom: 40vw;
    padding: 40px 0 0;
}
.line_account h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.5;
}
.line_account_list {
    display: block;
    width: 100%;
}
.line_account {
    position: relative;
    padding-bottom: 360px;
}
.line_account_list li {
    width: 290px;
    height: auto;
    margin: 0 auto 40px;
}
.line_account_list li h3 {
    line-height: 68px;
    font-size: 19px;
}
.line_account_list li p {
    padding: 16px 7% 30px;
    font-size: 15px;
    line-height: 1.8;
}
.line_account_list li:last-of-type p {
    padding: 16px 7% 60px;
}
.line_account_list li:nth-of-type(3)::after {
    bottom: -30px;
    margin-left: -60px;
    width: 140px;
    height: 94px;
    background-size: cover;
}
.line_account_img {
    z-index: 2;
    width: 220px;
    height: 209px;
    bottom: 140px;
    left: 5%;
    margin-left: 0;
    padding-left: 8px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
    background-size: 100% auto;
    background-position: 0 40px;
}
.line_menu {
    padding-bottom: 0;
    margin-bottom: 50px;
}
.line_menu h2 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5;
}
.line_menu_intro {
    margin-bottom: 45px;
    font-size: 15px;
    padding: 0 5%;
    line-height: 1.9;
    text-align: left;
}
.line_menu_list {
    width: 100%;
    padding-bottom: 160px;
}
.line_menu_list figure {
    padding: 0 12%;
    margin-bottom: -10%;
}
.line_menu_list figure::before {
    display: none;
}
.line_menu_list01, .line_menu_list02 {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    height: auto;
    padding: 7% 7%;
    margin: 0 auto;
    border-radius: 20px;
}
.line_menu_list01 {
    border: 6px solid #182987;
}
.line_menu_list02 {
    display: block;
    margin: 20px auto 0;
    border: 6px solid #D72E8A;
}
.line_menu_list h3 {
    width: 150px;
    height: 38px;
    margin-bottom: 5px;
    line-height: 36px;
    font-size: 18px;
}
.line_menu_list02 p {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16px;
}
.line_menu_list02 th {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-left: 6px;
    font-size: 16px;
}
.line_menu_list02 td {
    display: block;
    width: 100%;
    padding: 0 6px 14px;
    font-size: 15px;
    line-height: 1.4;
}
.line_menu_img_txt {
    position: relative;
    top: auto;
    right: auto;
    margin: -22.5% auto 35px 0;
    padding: 0 10%;
}
.line_menu_fukidashi {
    bottom: 0;
    left: auto;
    right: 7%;
    width: 263px;
    height: 110px;
    padding: 0 0 0 10px;
    background-size: cover;
}
.line_menu_fukidashi span {
    font-size: 14px;
    line-height: 1.5;
}
.line_price h2 {
    margin-bottom: 36px;
    font-size: 26px;
}
.line_price {
    width: 100%;
    padding-bottom: 60px;
}
.line_price_list {
    display: block;
}
.line_price_list dl {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
}
.line_price_list dl:first-of-type {
    margin-bottom: 30px;
}
.line_price_list_txt {
    margin-top: 18px;
    padding: 0 5%;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}
.line_menu::before {
    height: calc(100% + 110px);
    clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
.line_outline::after {
    bottom: -40vw;
    height: 40vw;
}


/*==================================================================

	support

==================================================================*/
.support__item{
	flex-direction: column-reverse;
}
.support__img{
	width:100%;
}


/*==================================================================

	flow

==================================================================*/
.flow__catch{
	text-align: left;
	width: 100%;
}
.flow__container{
}
.flow__item{
	width: 100%;
	max-width: 380px;
}
.flow__container02 .flow__item{
	width: 100%;
	max-width: 380px;
}
.flow__item::after{
	content: "";
	position: absolute;
	top: auto;
	bottom: -19px;
	right: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border-top: 4px solid #666;
	border-right: 4px solid #666;
	transform: rotate(135deg);
}
.flow__item:nth-of-type(4)::after{
	display: block;
}
.flow__item:last-of-type::after{
	display: none;
}
/*==================================================================

	strengths

==================================================================*/
.strengths__container{
	padding: 45px 0;
}
.strengths__img{
	width: 100%;
}
.strengths__text{
	width: 100%;
}
.strengths__text::after{
	bottom: 0;
}

/*==================================================================

	lp

==================================================================*/
.lp-sample__list{
	flex-wrap: wrap;
}
.lp-sample__detail{
	flex-wrap: wrap;
}
.cont-flex__wrap02 .cont-flex__item{
	width: 100%;
}

/*==================================================================

	ad

==================================================================*/
.ad_operation {
    padding: 30px 15px 15px;
}
.ad_operation .title03{
	margin:0 auto 20px;
}

/*==================================================================

	print

==================================================================*/
.cont-flex__wrap03 .cont-flex__item{
	width: 100%;
}


/*==================================================================

	renewal

==================================================================*/
.renewal__item{
	margin-bottom:60px;
	gap:30px;
	flex-direction: column-reverse;
}
.renewal__item .title02{
	margin-bottom:0;
}
.renewal__img{
	width: 100%;
}
.renewal__text{
	width: 100%;
}
.renewal__text::after{
	bottom: 0;
}
.renewal__text .title01{
	display:none;
}

/*==================================================================

	ad

==================================================================*/
.ad__item{
	margin-bottom:60px;
	gap:30px;
}
.ad__item .title02{
	margin-bottom:0;
}
.ad__img{
	width: 100%;
}
.ad__text{
	width: 100%;
}
.ad__text::after{
	bottom: 0;
}

/*==================================================================

	mp-cloud

==================================================================*/
.mp-cloud__item{
	margin-bottom:60px;
	gap:30px;
}
.mp-cloud__item .title01{
	margin-bottom:0;
}
.mp-cloud__img{
	width: 100%;
}
.mp-cloud__text{
	width: 100%;
}
.mp-cloud__text::after{
	bottom: 0;
}
.mp-cloud__text .title01{
	display:none;
}

}

@media screen and (max-width: 320px) {
.nowrap {
	white-space: normal;
}
.mini {
	display: block !important;
}
.line_account h2 {
    font-size: 23px;
    letter-spacing: 0;
}

}
@media screen and (max-width: 320px) {
.nowrap {
	white-space: normal;
}
.mini {
	display: block !important;
}
.line_account h2 {
    font-size: 23px;
    letter-spacing: 0;
}
}