@charset "utf-8";

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

BASE

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

:root {
  --sans-serif-font: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --serif-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serifbl;
}
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #313131;
	font-family: var(--sans-serif-font);
	font-size: 1.6rem;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
	overflow-x: hidden;
}

body {
}
.m-title{
	font-family: var(--serif-font);
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #7d0000;
	text-decoration: none;
	cursor: pointer;
}

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

全ページ共通

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

/* PC */
@media print, screen and (min-width: 768px) {
	html {
		font-size: 10px;
	}
	.sp {
		display: none!important;;
	}
	a:hover {
		text-decoration: underline;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	html {
		font-size: 1.33vw;
	}
	.pc {
		display: none!important;
	}
}


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

フッター

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

.l-footer{
	background-color: #d7be85;
}
.l-footer__copy{
	color: #fff;
	text-align: center;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.l-footer{
		font-size: 1.4rem;
		padding: 3rem 3rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.l-footer{
		font-size: 2rem;
		padding: 3rem 3rem;
	}
}

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

メイン

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

.home-cover{
}
.home-cover__inner{
	position: relative;
}
.home-cover img{
	width: 100%;
}
.home-cover__text01,
.home-cover__text02,
.home-cover__text03{
	position: absolute;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-cover{
		background: url("../images/main.jpg") center top no-repeat;
		background-size: cover;
		padding: 0;
		position: relative;
	}
	.home-cover__inner{
		max-width: 100rem;
		height: 76rem;
		margin: 0 auto;
	}
	.home-cover__text01{
		width: 42.4rem;
		top: 1.5rem;
		right: 2.8rem;
	}
	.home-cover__text02{
		width: 72.8rem;
		top: 12.8rem;
		left: -4rem;
	}
	.home-cover__bg{
		width: 100%;
	}
	.home-cover__text{
		width: 57.1rem;
		position: absolute;
		top: 9.7rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-cover__text03{
		width: 35.1rem;
		right: -18.1rem;
		bottom: 18.2rem;
		position: absolute;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-cover {
		height: 86rem;
		background: url("../images/main-sp.jpg") center top no-repeat;
		background-size: cover;
	}
	.home-cover__inner{
		height: 104rem;
	}
	.home-cover__text01{
		width: 91%;
		top: 5.7rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-cover__text02{
		width: 100%;
		top: 13.5rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-cover__bg{
		width: 100%;
	}
	.home-cover__text{
		width: 85%;
		position: absolute;
		top: 28%;
		left: 50%;
		transform: translateX(-50%);
	}
	.home-cover__text03{
		width: 48%;
		right: -20%;
		transform: translateX(-50%);
		bottom: 41rem;
	}
}

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

トップページ

==================================================*/
	
.home-intro{
	background: rgb(246,246,241);
	background: linear-gradient(0deg, rgba(246,246,241,1) 0%, rgba(246,246,241,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); 
	padding: 10rem 3rem 7rem 3rem;
}
.home-intro__text01 img{
	width: 100%;
}
.home-intro__text02{
	color: #907847;
	line-height: 1.357;
	margin-bottom: 2.5rem;
	text-align: center;
}
.home-intro__text02 li{
	/*background: url("../images/icon-scr.svg") center 2.5rem no-repeat;*/
	background-size: 2rem auto;
}
.home-intro__text03{
	font-family: var(--serif-font);
	font-weight: 600;
	text-align: center;
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-intro__content{
		max-width: 100rem;
		margin: 0 auto;	
	}	
	.home-intro__text01{
		width: 94%;
		margin: 0 auto 4.3rem auto;
	}
	.home-intro__text02{
		font-size: 2.8rem;
		margin-bottom: 9.5rem;
	}
	.home-intro__text02 li{
		padding-top: 2.5rem;
	}
	.home-intro__text03{
		font-size: 4rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-intro__text01{
		width: 100%;
		margin-bottom: 7.5rem;
	}
	.home-intro__text02{
		font-size: 3.1rem;
		margin-bottom: 9rem;
	}
	.home-intro__text02 li{
		background-position: center 4rem;
		padding-top: 7rem;
	}
	.home-intro__text03{
		font-size: 3.6rem;
	}
}
	
/* おすすめ
--------------------------------------------------*/
.home-title{
	color: #6e5516;
	font-family: var(--serif-font);
	text-align: center;
	font-weight: 600;
}
.home-recommend__texts li{
	border-bottom: 1px #000 solid;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.home-recommend__texts li:before{
	content: "";
	background: url("../images/icon-check.svg") center center no-repeat;
	background-size: 100% auto;
	position: absolute;
}
.home-recommend__image img{
	width: 100%;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-recommend{
		padding: 15.5rem 3rem 25.5rem 3rem;
	}
	.home-recommend__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-title{
		font-size: 4.2rem;
		margin-bottom: 13rem;
	}
	.home-recommend__list{
		font-size: min(1vw,10px);
		display: flex;
		justify-content: space-between;
	}
	.home-recommend__texts{
		width: 62em;
	}
	.home-recommend__texts span{
		font-size: 2.6em;
		line-height: 1.423;
	}
	.home-recommend__texts li{
		height: 10.2em;
		padding:0 0 0.5em 6.5em;
	}
	.home-recommend__texts li:before{
		width: 3.1em;
		height: 3.7em;
		bottom: 2.1em;
		left: 1.2em;
	}
	.home-recommend__image{
		width: 38em;
	}
	.home-recommend__image img{
		height: 100%;
		object-fit: cover;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-recommend{
		padding: 6rem 3rem 7rem 3rem;
	}
	.home-title{
		font-size: 4.5rem;
		margin-bottom: 8.5rem;
	}
	.home-recommend__texts span{
		font-size: 2.8rem;
		line-height: 1.23;
	}
	.home-recommend__texts li{
		min-height: 9.7rem;
		padding:0.5rem 0 0.5em 6.5rem;
	}
	.home-recommend__texts li:before{
		width: 3.1rem;
		height: 3.7rem;
		bottom: 2.3rem;
		left: 0;
	}
	.home-recommend__image{
		width: 100%;
		margin-top: 10rem;
	}
	.home-recommend__image img{
		height: 100%;
		object-fit: cover;
	}
}
	
/* 美スタが選ばれる3つの理由
--------------------------------------------------*/
.home-reason{
	background-color: #f0f0e9;
}
.home-reason__title01{
	color: #6e5516;
	font-family: var(--serif-font);
	text-align: center;
	font-weight: 600;
	border-bottom: 4px #6e5516 solid;
}
.home-reason__red{
	color: #ae0000;
}
.home-reason__item{
	position: relative;
}
.home-reason__item:last-child{
	margin-bottom: 0;
}
.home-reason__title02{
	background-color: #f0f0e9;
	color: #6e5516;
	font-family: var(--serif-font);
	font-weight: 600;
	border: 2px #6e5516 solid;
	text-align: center;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home-reason__english{
	line-height: 1.3;
}
.home-reason__english span{
	vertical-align: middle;
}
.home-reason__japanese{
	line-height: 1.382;	
}
.home-reason__listTitle{
	display: block;
}
.home-reason__text{
	font-size: 2.6rem;	
}
.home-reason__image img{
	width: 100%;
}
.home-reason__arrow{
	width: 17.5rem;
	margin:-2.7rem auto 0 auto;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-reason__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-reason{
		padding: 8.5rem 3rem 13.8rem 3rem;
	}
	.home-reason__english{
		font-size: 2.7rem;
	}
	.home-reason__english span{
		font-size: 5rem;
	}
	.home-reason__japanese{
		font-size: 3.4rem;
	}
	.home-reason__title01{
		font-size: 4.2rem;
		padding-bottom: 0.3rem;
		margin: 0 calc( 50% - 50vw ) 11.2rem calc( 50% - 50vw );
	}
	.home-reason__number{
		font-size: 9.7rem;
	}
	.home-reason__items{
		margin-bottom: 16rem;
	}
	.home-reason__item{
		position: relative;
		margin-bottom: 9rem;
	}
	.home-reason__item:first-child:after {
	  content: "";
	  display: table;
	  clear: both;
	}
	.home-reason__title02{
		max-width: 75.6rem;
		min-height: 13em;
		padding: 2.8rem 1rem 3rem 1rem;
	}
	.home-reason__item:nth-child(2) .home-reason__title02{
		margin-left: auto;
	}
	.home-reason__list{
		font-size: 2.7rem;
		line-height: 1.44;	
		margin: 4.4rem 0 0 3rem;
	}
	.home-reason__list li{
		margin-bottom: 5rem;
	}
	.home-reason__listTitle{
		font-size: 2.8rem;
		margin-bottom: 1rem;
	}
	.home-reason__text{
		font-size: 2.6rem;
		line-height: 1.44;	
	}
	.home-reason__text{
		margin: 6.5rem 3rem 0 3rem;
	}
	.home-reason__image{
		position: absolute;
	}
	.home-reason__item:first-child .home-reason__image{
		width: 42.9rem;
		float: right;
		position: inherit;
		display: block;
		border-radius: 50%;
		shape-outside: circle();
		margin:-2.8rem -18.5rem 0 3.5rem;
	}
	.home-reason__item:nth-child(2) .home-reason__image{
		width: 32.1rem;
		top: -7.4rem;
		left: -14.6rem;
	}
	.home-reason__item:nth-child(3) .home-reason__image{
		width: 34.9rem;
		top: -5rem;
		right: -15.3rem;
	}
	.home-reason__arrow{
		width: 17.5rem;
		margin:-2.7rem auto 0 auto;
	}
}

/* SP */
@media screen and (max-width: 767px){ 	
	.home-reason{
		padding: 7rem 3rem 7.8rem 3rem;
	}
	.home-reason__english{
		font-size: 2.9rem;
	}
	.home-reason__english span{
		font-size: 5.2rem;
	}
	.home-reason__japanese{
		font-size: 3.8rem;
	}
	.home-reason__title01{
		font-size: 4.3rem;
		padding-bottom: 0.5rem;
		margin:0 -3rem 10rem -3rem;
	}
	.home-reason__number{
		font-size: 9.8rem;
	}
	.home-reason__items{
		margin-bottom: 9rem;
	}
	.home-reason__item{
		position: relative;
		margin-bottom: 10rem;
	}
	.home-reason__title02{
		min-height: 22rem;
		padding: 1rem;
	}
	.home-reason__list{
		font-size: 3rem;
		line-height: 1.44;	
		margin-top: 4rem;
	}
	.home-reason__list li{
		margin-bottom: 4rem;
	}
	.home-reason__listTitle{
		font-size: 3.2rem;
		margin-bottom: 0.8rem;
	}
	.home-reason__text{
		font-size: 3rem;
		line-height: 1.44;	
	}
	.home-reason__text{
		margin-top: 5.5rem;
	}
	.home-reason__item:last-child .home-reason__image{
		width: 28rem;
		margin-left: auto;
	}
}
	
/* テキスト下部ライン
--------------------------------------------------*/
.home-textLine{
	position: relative;
	z-index: 1;	
	background-image: linear-gradient(90deg, transparent 0%, rgba(215,190,118,1) 3.5rem, rgba(215,190,118,1) calc( 100% - 3.5rem ), transparent 100%);
	background-repeat: no-repeat;
	background-size: 100% 1.2rem;
	background-position: bottom;
	transition: all 0.25s ease-in;
	padding-bottom: 0.2rem;
}
	
/* ボタン
--------------------------------------------------*/	
.home-button{
	max-width: 62.5rem;
	margin: 0 auto 1.3rem auto;
}
.home-button a{
	background-color: #dd945e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 3.3rem 2rem;
	transition: opacity .3s ease;
	opacity: 1;
	position: relative;
}
.home-button.-green a{
	background-color: #2a6200;
}
.home-button a:before{
	width: 1.5rem;
	height: 2rem;
	content: "";
	background: url("../images/arrow.svg") left center no-repeat;
	background-size: 100% auto;
	display: inline-block;
	margin-right: 1.5rem;
}
.home-button.-arrow02 a:before{
	width: 5.4rem;
	height: 5.4rem;
	content: "";
	background: url("../images/arrow02.svg") center center no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-button a{
		font-size: 2.9rem;
	}
	.home-button a:hover{
		opacity: 0.8;
		text-decoration: none;
	}
	.home-button.-arrow02 a:before{
		right: 6.7rem;
	}
}

/* SP */
@media screen and (max-width: 767px){ 
	.home-button a{
		font-size: 3.4rem;
	}
	.home-button.-arrow02 a:before{
		right: 6rem;
	}
}
	
/* 他校とはここが違います
--------------------------------------------------*/
.home-difference{
	padding: 7rem 3rem 17.5rem 3rem;
}
.home-difference__detail.-twocol{
	display: flex;
	justify-content: space-between;
	padding:0;
}
.home-difference__detail{
	border: 2px #a98d54 solid;
}
.home-difference__detail.-twocol .home-difference__texts{
	width: 50%;
	padding:0 2.5rem 2rem 2.5rem;
}
.home-difference__texts:first-child{
	border-right: 2px #a98d54 solid;
}
.home-difference__title{
	background-color: #a98d54;
	color: #fff;
	font-weight: 600;
	padding: 1rem;
	text-align: center;
}
.home-difference__detail.-twocol .home-difference__title{
	margin: 0 -2.5rem 2.5rem -2.5rem;
}
.home-defference__text01{
	color: #a98d54;
}
.home-difference__arrow{
	width: 8.5rem;
	margin: 0 auto 2rem auto;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-difference__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-difference__title{
		background-color: #a98d54;
		color: #fff;
		font-size: 2.4rem;
		font-weight: 600;
		padding: 1rem;
		text-align: center;
		margin: 0 -7rem 2.5rem -7rem;
	}
	.home-defference__text01{
		font-size: 2rem;
	}
	.home-defference__text02{
		font-size: 1.8rem;
		margin-bottom: 1.1rem;
	}
	.home-difference__detail{
		padding:0 7rem 2rem 7rem;
	}
	.home-difference__title{
		margin: 0 -7rem 2.5rem -7rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-difference__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-difference__title{
		font-size: 3.2rem;
		margin: 0 -2.5rem 2.5rem -2.5rem;
	}
	.home-defference__text01{
		font-size: 3rem;
	}
	.home-defference__text02{
		font-size: 2.9rem;
		margin-bottom: 1.1rem;
	}
	.home-difference__detail{
		padding:0 2.5rem 2rem 2.5rem;
	}
}

/* 他校とはここが違います　下部
--------------------------------------------------*/
.home-defference__item{
	display: flex;
	justify-content: space-between;
	gap:0 2.4rem;
	margin-bottom: 2.3rem;
}
.home-defference__item:last-child{
	margin-bottom: 0;
}
.home-defference__image img{
	width: 100%;
}
.home-defference__title{
	color: #a98d54;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-defference__items{
		margin: 9.4rem 0 1.7rem 0;
	}
	.home-defference__image{
		width: 32.5%;
	}
	.home-defference__texts{
		width: 65%;
	}
	.home-defference__title{
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.home-defference__text{
		font-size: 2.1rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-defference__items{
		margin: 8.8rem 0 0 -3rem;
	}
	.home-defference__image{
		width: 29rem;
	}
	.home-defference__texts{
		width: 40.5rem;
		margin-top: -0.5rem;
	}
	.home-defference__title{
		font-size: 3.1rem;
		margin-bottom: 0.3rem;
	}
	.home-defference__text{
		font-size: 2.6rem;
		line-height: 1.35;
	}
}

/* VOICE
--------------------------------------------------*/
.home-voice__arrow{
	width: 14.4rem;
	margin:-1rem auto -6.5rem auto;
}
.home-voice{
	background-color: #f1f0e7;
}
.home-voice__items{
	margin-bottom: 23.3rem;
}
.home-voice__item{
	background-color: #fff;
	border: 1px #a98d54 solid;
}
.home-voice__item:last-child{
	margin-bottom: 0;
}
.home-voice__name{
	color: #a98d54;
	text-align: right;
}
.home-voice__name img{
	width: 5.9rem;
	margin-left: 3.7rem;
	vertical-align: middle;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-voice__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-voice{
		padding: 17.5rem 3rem 16.5rem 3rem;
	}
	.home-voice__items{
		margin-bottom: 23.3rem;
	}
	.home-voice__item{
		padding: 2.3rem 2rem 1.7rem 2rem;
		margin-bottom: 3rem;
	}
	.home-voice__text{
		font-size: 1.8rem;
	}
	.home-voice__name{
		font-size: 1.7rem;
		margin-top: 1rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-voice{
		padding: 15.7rem 3rem 10.5rem 3rem;
	}
	.home-voice__items{
		margin-bottom: 13rem;
	}
	.home-voice__item{
		padding: 2.3rem 2.6rem;
		margin-bottom: 2.8rem;
	}
	.home-voice__text{
		font-size: 2.9rem;
	}
	.home-voice__name{
		font-size: 2.9rem;
		margin-top: 1rem;
	}
}

/* 講師について
--------------------------------------------------*/
.home-instructor__intro{
	line-height: 1.75;
}
.home-instructor__image img{
	width: 100%;
}
.home-instructor__texts{
	line-height: 1.75;
}
.home-instructor__text01 span{
	display: block;
}

/* PC */
@media print,only screen and (min-width: 768px){ 	
	.home-instructor__content{
		max-width: 80rem;
		margin: 0 auto;	
	}
	.home-instructor{
		padding: 19rem 3rem 10rem 3rem;
	}
	.home-instructor .home-title{
		margin-bottom: 6.8rem;
	}
	.home-instructor__intro{
		font-size: 2.4rem;
		margin-bottom: 13rem;
	}
	.home-instructor__item{
		display: flex;
		justify-content: space-between;
		margin-bottom: 10rem;
	}
	.home-instructor__image{
		width: 30%;
	}
	.home-instructor__item:nth-child(2) .home-instructor__image{
		order: 2;
	}
	.home-instructor__texts{
		width: 64%;
		font-size: 1.8rem;
	}
	.home-instructor__text01{
		margin-bottom: 2rem;
	}
	.home-instructor__text01 span{
		font-size: 2.2rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-instructor{
		padding: 13rem 3rem 14rem 3rem;
	}
	.home-instructor .home-title{
		margin-bottom: 6rem;
	}
	.home-instructor__intro{
		font-size: 2.9rem;
		margin-bottom: 9rem;
	}
	.home-instructor__item{
		position: relative;
		margin-bottom: 10rem;
	}
	.home-instructor__image{
		width: 36%;
	}
	.home-instructor__item:nth-child(2) .home-instructor__image{
		margin-left: auto;
	}
	.home-instructor__texts{
	}
	.home-instructor__text01{
		font-size: 2.9rem;
		position: absolute;
		top: 0;
		left: 43%;
	}
	.home-instructor__item:nth-child(2) .home-instructor__text01{
		left: 0;
	}
	.home-instructor__text01 span{
		font-size: 3.2rem;
	}
	.home-instructor__text02{
		font-size: 2.7rem;
		margin-top: 2rem;
	}
}

/* カリキュラム
--------------------------------------------------*/
.home-curriculum{
	background-color: #f0f0e9;
}
.home-curriculum .home-title{
	margin-bottom: 0;
}
.home-curriculum__title{
	color: #be0000;
	text-align: center;
}
.home-curriculum__intro{
	line-height: 1.75;
	text-align: center;
}
.home-curriculum__list li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #262626 solid;
}
.home-curriculum__text01{
	color: #6e5516;
	font-family: var(--serif-font);
	text-align: right;
}
.home-curriculum__text02{
	color: #6e5516;
	font-family: var(--serif-font);
}
/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-curriculum__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-curriculum{
		padding: 24rem 3rem 20.4rem 3rem;
	}
	.home-curriculum__title{
		font-size: 2.8rem;
		margin-bottom: 5.5rem;
	}
	.home-curriculum__intro{
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 11.5rem;
	}
	.home-curriculum__list li{
		margin-top: 0.5rem;
	}
	.home-curriculum__text01{
		width: 7.2rem;
		font-size: 1.8rem;
	}
	.home-curriculum__text01 span{
		width: 3.5rem;
		font-size: 3.5rem;
	}
	.home-curriculum__text02{
		width: 32.7rem;
		font-size: 2.2rem;
		margin-left: 1.7rem;
	}
	.home-curriculum__text03{
		width: calc( 100% - 36.2rem);
		font-size: 1.8rem;
	}
}

/* SP */
@media screen and (max-width: 767px){	
	.home-curriculum{
		padding: 7rem 3rem 8.3rem 3rem;
	}
	.home-curriculum__title{
		font-size: 3.1rem;
		margin-bottom: 4rem;
	}
	.home-curriculum__intro{
		font-size: 2.7rem;
		line-height: 1.75;
		margin-bottom: 8rem;
	}
	.home-curriculum__list li{
		margin-top: 0.5rem;
	}
	.home-curriculum__text01{
		width: 10rem;
		font-size: 2.2rem;
	}
	.home-curriculum__text01 span{
		font-size: 3.8rem;
	}
	.home-curriculum__text02{
		width: calc( 100% - 12rem );
		font-size: 3rem;
	}
	.home-curriculum__text03{
		display: none;
	}
}

/* 無料体験会
--------------------------------------------------*/
.home-trial__text01{
	text-align: center;
}
.home-trial__date{
	border: 1px #6e5516 solid;
}
.home-trial__title{
	color: #6e5516;
	font-family: var(--serif-font);
	text-align: center;
	display: flex;
	justify-content: center;
}
.home-trial__title span{
	background-color: #fff;
}
.home-trial__list{
	width:fit-content;
	margin-left: auto;
	margin-right: auto;
}
.home-trial__list li:before{
	width: 1.3rem;
	height: 1.3rem;
	content: "";
	background: url("../images/icon-scr-brown.svg") left center no-repeat;
	background-size: 1.3rem auto;
	display: inline-block;
	margin-right: 1rem;
}
.home-trial__text02{
	text-align: center;
}

/* PC */
@media print,only screen and (min-width: 768px){ 
	.home-trial__content{
		max-width: 100rem;
		margin: 0 auto;	
	}
	.home-trial{
		padding: 16.5rem 3rem 15rem 3rem;
	}
	.home-trial .home-title{
		margin-bottom: 1.5rem;
	}
	.home-trial__text01{
		font-size: 2rem;
		margin-bottom: 9rem;
	}
	.home-trial__date{
		width: 45.8rem;
		padding:0 2rem 2rem 2rem;
		margin:0 auto 11.5rem auto;
	}
	.home-trial__title{
		font-size: 2.4rem;
		margin:-1.6rem 0 1rem 0;
	}
	.home-trial__title span{
		padding: 0 2.5rem;
	}
	.home-trial__list li{
		font-size: 2.5rem;
		margin-bottom: 0.5rem;
	}
	.home-trial__text02{
		font-size: 3rem;
		margin-bottom: 3.5rem;
	}
}

/* SP */
@media screen and (max-width: 767px){
	.home-trial{
		padding: 12rem 3rem 9rem 3rem;
	}
	.home-trial .home-title{
		margin-bottom: 1rem;
	}
	.home-trial__text01{
		font-size: 2.8rem;
		margin-bottom: 6rem;
	}
	.home-trial__date{
		padding:0 2rem 2rem 2rem;
		margin:0 auto 11rem auto;
	}
	.home-trial__title{
		font-size: 3.4rem;
		margin:-2.5rem 0 1rem 0;
	}
	.home-trial__title span{
		padding: 0 2.5rem;
	}
	.home-trial__list li{
		font-size: 2.9rem;
		margin-bottom: 0.6rem;
	}
	.home-trial__text02{
		font-size:2.6rem;
		margin-bottom: 1.5rem;
	}	
}

