@media screen and (min-width: 601px) {

.home #wrap {
	margin-top: 70px;
}
.home h1 {
	margin: 0;
	padding: 0;
}
#welcome-area {
	margin-top: 65px;
	margin-bottom: 80px;
}
.welcome-main {
	width: 740px;
	margin: 0 auto 70px;
	padding: 12px;
	box-sizing: border-box;
	background: url(../images/page/front-page/welcome_bg.webp) repeat;
	border-radius: 18px;
	text-align: center;
	position: relative;
}
.welcome-main-in {
	padding: 40px 0 45px;
	background-color: #FEFAEF;
	border-radius: 14px;
	box-shadow: 0px 0px 11.5px 0px #00000030;
}
.welcome-main__soudan-count {
	position: absolute;
	top: -21px;
	right: -50px;
}
.welcome-main__soudan-count img {
	width: 54px;
	position: relative;
	z-index: 2;
}
.welcome-main__soudan-count-text {
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.2px;
	padding: 6px 10px 6px 40px;
	background-color: #fff;
	border: solid 1px #e9e9e9;
	border-radius: 30px;
	position: relative;
	top: -16px;
	left: -40px;
	z-index: 1;
}
.welcome-main__soudan-count-text .pr {
	margin: 0 4px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.welcome-main__title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0;
	color: #836449;
	background: none;
	letter-spacing: 3px;
}
.welcome-main__title .key-color {
	font-weight: bold;
}
.welcome-main__title .s {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-left: 3px;
	padding-right: 2px;
}
.welcome-main__title .tite {
	letter-spacing: 0px;
	font-weight: bold;
	padding-right: 1px;
}
.welcome-main__entry {
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	width: 400px;
	justify-content: center;
}
.welcome-main__entry-pr {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	color: #F74849;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.welcome-main__entry-pr:before,
.welcome-main__entry-pr:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 28px;
	background-color: #F74849;
	top: 3px;
}
.welcome-main__entry-pr:before {
	left: calc(100% + 14px);
	transform: rotate(25deg);
}
.welcome-main__entry-pr:after {
	right: calc(100% + 14px);
	transform: rotate(-25deg);
}
.welcome-main__entry-btn-wrap {
	display: block;
	width: 360px;
	border-radius: 60px;
	position: relative;
	z-index: 0;
}
.welcome-main__entry-btn-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 1.0s;
	background: rgb(0, 119, 255);
	background: linear-gradient(91.93deg, #FFB35B 4.68%, #FC8803 100%);
	border-radius: 60px;
}
.welcome-main__entry-btn-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background: rgb(255, 0, 0);
	background: linear-gradient(91.93deg, #F4A897 4.68%, #F46C45 100%);
	border-radius: 60px;
}
.welcome-main__entry-btn-wrap:hover {
	color: #fff;
	text-decoration: none;
	transition: 1.0s;
}
.welcome-main__entry-btn-wrap:hover:before {
	opacity: 0;
}
.welcome-main__entry-btn {
	display: block;
	padding: 20px 0 20px 5px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	border-radius: 60px;
	letter-spacing: 1.5px;
	position: relative;
	transition: 1.0s;
}
.welcome-main__entry-btn:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../images/page/front-page/welcome_entry_btn_icon.webp) no-repeat;
	background-size: 50px 50px;
	top: 14px;
	left: 12px;
}
.welcome-main__entry-btn:after {
	position: absolute;
	content: "▲";
	color: #fff;
	font-size: 20px;
	top: 22px;
	right: 20px;
	transform: rotate(90deg);
}
.welcome-main__entry-btn:hover:after {
	transition: 1.0s;
	right: 12px;
}
.welcome-main__description {
	color: #71553C;
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.welcome-main .bottom-mental {
	position: absolute;
}
.welcome-main .bottom-mental__1 {
	width: 146px;
	left: -55px;
	bottom: -32px;
}
.welcome-main .bottom-mental__2 {
	width: 42px;
	left: 142px;
	bottom: -16px;
}
.welcome-main .bottom-mental__3 {
	width: 60px;
	left: 295px;
	bottom: -26px;
}
.welcome-main .bottom-mental__4 {
	width: 54px;
	left: 385px;
	bottom: -24px;
}
.welcome-main .bottom-mental__5 {
	width: 44px;
	left: 520px;
	bottom: -18px;
}
.welcome-main .bottom-mental__6 {
	width: 186px;
	left: 620px;
	bottom: -32px;
}
.welcome-footer {
	margin-bottom: 60px;
	text-align: center;
}
.welcome-footer__link {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	line-height: 1;
	margin-right: 60px;
	color: #71553C;
}
.welcome-footer__link:hover {
	opacity: 0.7;
	text-decoration: none;
}
.welcome-footer__link-img {
	width: 50px;
	margin-right: 10px;
	position: relative;
	top: 6px;
}
.welcome-footer__link-img img {
	width: 50px;
}
.welcome-footer__link-text {
	text-align: center;
}
.welcome-footer__link-text-sub {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}
.welcome-footer__link-text-main {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
.welcome-footer__link-text-main:before {
	content: "";
	width: 100%;
	border-bottom: dashed 1px #71553C;
	display: block;
	bottom: -10px;
	position: absolute;
}
.welcome-footer__link-text-main:after {
	content: "〉";
	font-size: 16px;
	font-weight: bold;
	color: #71553C;
	right: -30px;
	bottom: 0;
	position: absolute;
}
.welcome-footer__link:hover .welcome-footer__link-text-main:after {
	right: -36px;
	transition: 0.5s;
}

}


@media screen and (max-width: 600px) {

.home #wrap {
	margin-top: 45px;
}
.home h1 {
	margin: 0;
	padding: 0;
}
#welcome-area {
	margin-top: 45px;
}
.welcome-main {
	margin: 0 auto 55px;
	padding: 8px;
	box-sizing: border-box;
	background: url(../images/page/front-page/welcome_bg.webp) repeat;
	border-radius: 18px;
	text-align: center;
	position: relative;
}
.welcome-main-in {
	padding: 50px 15px 60px;
	background-color: #FEFAEF;
	border-radius: 14px;
	box-shadow: 0px 0px 11.5px 0px #00000030;
}
.welcome-main__soudan-count {
	position: absolute;
	top: -16px;
	left: calc(50% - 90px);
}
.welcome-main__soudan-count img {
	width: 46px;
	position: relative;
	z-index: 2;
}
.welcome-main__soudan-count-text {
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.2px;
	padding: 6px 10px 6px 40px;
	background-color: #fff;
	border: solid 1px #e9e9e9;
	border-radius: 30px;
	position: relative;
	top: -13px;
	margin-left: -42px;
	z-index: 1;
}
.welcome-main__soudan-count-text .pr {
	margin: 0 4px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.welcome-main__title {
	font-size: 7vw;
	font-weight: bold;
	margin: 0 0 35px;
	padding: 0 0 0 7px;
	color: #836449;
	background: none;
	letter-spacing: 2px;
}
.welcome-main__title .key-color {
	font-weight: bold;
	display: block;
	color: #836449;
}
.welcome-main__title .s {
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 2px;
	padding-right: 1px;
}
.welcome-main__title .tite {
	letter-spacing: 0px;
	font-weight: bold;
	padding-right: 1px;
}
.welcome-main__entry {
	margin: 0 auto 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 400px;
}
.welcome-main__entry-pr {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	color: #F74849;
	font-size: 13px;
	font-weight: bold;
	position: relative;
}
.welcome-main__entry-pr:before,
.welcome-main__entry-pr:after {
	content: "";
	position: absolute;
	width: 1.5px;
	height: 28px;
	background-color: #F74849;
	top: 0px;
}
.welcome-main__entry-pr:before {
	left: calc(100% + 14px);
	transform: rotate(25deg);
}
.welcome-main__entry-pr:after {
	right: calc(100% + 14px);
	transform: rotate(-25deg);
}
.welcome-main__entry-btn-wrap {
	display: block;
	border-radius: 60px;
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 270px;
}
.welcome-main__entry-btn-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	transition: 1.0s;
	background: rgb(0, 119, 255);
	background: linear-gradient(91.93deg, #FFB35B 4.68%, #FC8803 100%);
	border-radius: 60px;
}
.welcome-main__entry-btn-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	background: rgb(255, 0, 0);
	background: linear-gradient(91.93deg, #F4A897 4.68%, #F46C45 100%);
	border-radius: 60px;
}
.welcome-main__entry-btn-wrap:hover {
	color: #fff;
	text-decoration: none;
	transition: 1.0s;
}
.welcome-main__entry-btn-wrap:hover:before {
	opacity: 0;
}
.welcome-main__entry-btn {
	display: block;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	border-radius: 60px;
	position: relative;
	transition: 1.0s;
}
.welcome-main__entry-btn:before {
	position: absolute;
	content: "";
	width: 36px;
	height: 36px;
	background: url(../images/page/front-page/welcome_entry_btn_icon.webp) no-repeat;
	background-size: 36px 36px;
	top: 12px;
	left: 12px;
}
.welcome-main__entry-btn:after {
	position: absolute;
	content: "▲";
	color: #fff;
	font-size: 15px;
	top: 17.5px;
	right: 14px;
	transform: rotate(90deg);
}
.welcome-main__entry-btn-wrap:hover {
	color: #fff;
	text-decoration: none;
	transition: 1.0s;
}
.welcome-main__entry-btn:hover:after {
	transition: 1.0s;
	right: 10px;
}
.welcome-main__description {
	color: #71553C;
	font-size: 11px;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 0;
}
.welcome-main .bottom-mental {
	position: absolute;
}
.welcome-main .bottom-mental__1 {
	width: 68px;
	left: -12.5px;
	bottom: -24px;
}
.welcome-main .bottom-mental__2 {
	display: none;
	width: 38px;
	left: 100px;
	bottom: -14px;
}
.welcome-main .bottom-mental__3 {
	width: 34px;
	right: 140px;
	bottom: -13px;
}
.welcome-main .bottom-mental__4 {
	width: 54px;
	right: -9px;
	bottom: -22px;
}
.welcome-main .bottom-mental__5 {
	width: 30px;
	right: 90px;
	bottom: -11px;
}
.welcome-main .bottom-mental__6 {
	display: none;
	width: 100px;
	right: -30px;
	bottom: -30px;
}
.welcome-footer {
	margin-bottom: 75px;
	text-align: center;
}
.welcome-footer__link {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	line-height: 1;
	margin-right: 40px;
	color: #71553C;
}
.welcome-footer__link:hover {
	opacity: 0.7;
	text-decoration: none;
}
.welcome-footer__link-img {
	width: 40px;
	margin-right: 10px;
	position: relative;
	top: 12px;
}
.welcome-footer__link-img img {
	width: 40px;
}
.welcome-footer__link-text {
	text-align: center;
}
.welcome-footer__link-text-sub {
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}
.welcome-footer__link-text-main {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
.welcome-footer__link-text-main:before {
	content: "";
	width: 100%;
	border-bottom: dashed 1px #71553C;
	display: block;
	bottom: -10px;
	position: absolute;
}
.welcome-footer__link-text-main:after {
	content: "〉";
	font-size: 14px;
	font-weight: bold;
	color: #71553C;
	right: -26px;
	bottom: 0;
	position: absolute;
}
.welcome-footer__link:hover .welcome-footer__link-text-main:after {
	right: -30px;
	transition: 0.5s;
}

}



.home-heading {
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 20px;
	color: #f80;
	background: none;
	justify-content: center;
}
.home-heading--top {
	margin-top: 0;
}
.front-section--blog .home-heading {
	margin-top: 65px;
}
.front-section--info .home-heading {
	margin-bottom: 10px;
}
.home-heading__icon {
	width: 46px;
	position: relative;
	top: 5px;
}
.home-heading__title {
	font-size: 26px;
	padding-left: 15px;
	padding-right: 20px;
	box-sizing: border-box;
	line-height: 1;
	font-weight: bold;
	color: #71553C;
}
.front-section--bbs .home-heading__icon {
	width: 50px;
}
.front-section--dialy .home-heading__icon {
	width: 44px;
}
.front-section--info .home-heading__icon {
	width: 58px;
	top: 1px;
}
.front-section--info .home-heading__title {
	padding-left: 10px;
}
.front-page-btn-wrap {
	margin-top: 20px;
	text-align: right;
}
.front-page-btn {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
	line-height: 1;
	margin-right: 25px;
	color: #71553C;
}
.front-page-btn:hover {
	text-decoration: none;
}
.front-page-btn::before {
	content: "";
	width: 100%;
	border-bottom: dashed 1px #71553C;
	display: block;
	bottom: -10px;
	position: absolute;
}
.front-page-btn::after {
	content: "〉";
	font-size: 16px;
	font-weight: bold;
	color: #71553C;
	right: -30px;
	bottom: 0;
	position: absolute;
}
.front-page-btn:hover::after {
	right: -34px;
	transition: 0.3s;
}
.front-section--dialy .front-page-btn-wrap {
	margin-top: 10px;
}
.front-section--blog .front-page-btn-wrap {
	margin-top: 5px;
}
.front-section--info .content-box {
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {

.front-page-btn {
	font-size: 16px;
}
.front-page-btn::after {
	font-size: 14px;
}

}