/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


/*
----------------------------------------
common
----------------------------------------
*/

html[lang=ja] {
	margin-top: 0 !important;
}

body figure {
	margin: 0;
}

.sp {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.sp {
	display: none;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

/* clearfix */

.clearfix:before,
.clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

/* scrollbar */

/*
::-webkit-scrollbar {
	width: 5px;
	background: transparent;
}

::-webkit-scrollbar-track {
	box-shadow: none;
}

::-webkit-scrollbar-thumb {
	background-color: #ccc;
	box-shadow: none;
}
*/

#wrapper .slick-slide {
	opacity: .5;
	transition: all .2s;
}

#wrapper .show .slick-slide {
	opacity: 1;
}

#wrapper .slick-slide img {
	width: 100%;
}

#wrapper .slick-active {
	opacity: 1;
}

#wrapper .slick-dots {
	margin: 0;
	bottom: -45px;
}

#wrapper .slick-dots li {
	padding: 0;
	margin: 0 5px;
	letter-spacing: 0;
}

#wrapper .slick-dots li::before {
	display: none;
}

#wrapper .slick-dots li button:before {
	font-size: 12px;
	color: #ddd;
	opacity: 1;
}

#wrapper .slick-dots li.slick-active button:before {
	color: #e777a4;
	opacity: 1;
}

#wrapper .slick-prev,
#wrapper .slick-next {
	width: 56px;
	height: 56px;
	z-index: 99;
	transition: all .2s;
}

#wrapper .slick-prev {
	left: calc( 13.411% - 4px );
	background: url( ../img/common/2x/arrow-prev.png ) center center / contain no-repeat;
}

#wrapper .slick-next {
	right: calc( 13.411% - 4px );
	background: url( ../img/common/2x/arrow-next.png ) center center / contain no-repeat;
}

#wrapper .slick-prev:before,
#wrapper .slick-next:before{
	display: none;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
	border-radius: 50%;
	padding: 3px;
	transition: all .2s;
}

/* font */

.en {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	word-break: break-all;
}

.heading-01 {
	font-size: 2.8rem;
	letter-spacing: 2.5px;
	line-height: 1.7;
	padding-left: 4.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.heading-01::before {
	content: '';
	width: 30px;
	height: 1px;
	/* background: #c4ac6d; */
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
}

/* ttl */

.ttl-01 {
	text-align: center;
	position: relative;
	padding: 4rem 0;
	background: url( ../img/common/2x/ttl-bg.png ) center center / 105px no-repeat;
}


.ttl-01 .jp {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.7;
	letter-spacing: 1.4px;
}

.ttl-01 .en {
	font-size: 7.2rem;
	line-height: .65;
	font-weight: 300;
	letter-spacing: 2.6px;
	color: #e777a4;
}

/* btn */

.btn-01 {
	text-align: center;
}

.btn-01 a {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: 1.7;
	padding: 13.5px 10px 15.5px;
	border-radius: 30px;
	box-shadow: 0 2px 8px rgba( 0, 0, 0, .1 );
	background: #e777a4;
	color: #fff;
	border: solid 2px #e777a4;
}

/* list */

.list-01 li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: .6rem;
	line-height: 1.8;
	letter-spacing: 1.8px;
}

.list-01 li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e777a4;
	position: absolute;
	top: 12px;
	left: 0;
}

/* layout */

.wrap {
	width: 100%;
	max-width: 1260px;
	padding: 0 30px;
	text-align: left;
	margin: 0 auto;
}

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


/*
----------------------------------------
default
----------------------------------------
*/

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-feature-settings: 'palt';
	line-height: 2;
	width: 100vw;
	text-align: center;
	color: #222222;
	background: #fff5f5;
	box-sizing: border-box;
	position: relative;
	-webkit-text-size-adjust: 100%;
	overflow-scrolling: touch;
}

body * {
	box-sizing: border-box;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .2s;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	line-height: 1.6;
}

/* pagination */

.pagination {
	text-align: center;
	margin: 3rem 0;
}

.pagination > div {
	display: inline-block;
}

.pagination ul {
	justify-content: center;
	position: relative;
	padding: 0 60px;
}

.pagination ul li {
	line-height: .5;
}

.pagination a,
.pagination span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	margin: 0 5px;
	transition: all .4s;
	background: #fff;
	border-radius: 50%;
}

.pagination span.current {
	background: #e777a4;
	color: #fff;
}

.pagination .prev,
.pagination .next {
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0;
}

.pagination .prev {
	background: #fff url( ../img/common/2x/page-prev.png ) center center / 8px no-repeat;
	left: 0;
	border: solid 1px transparent !important;
}

.pagination .next {
	background: #fff url( ../img/common/2x/page-next.png ) center center / 8px no-repeat;
	right: 0;
	border: solid 1px transparent !important;
}

/* common */

#home .main-header {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 0 0 3rem 0;
	z-index: 9999;
}

#home .main-header .nav-wrap {
	padding: 2.4rem 1.4rem 2.4rem 2rem;
}

.main-header .nav-wrap {
	padding: 2rem 3rem;
}

.main-header .logo {
	line-height: .5;
	margin-right: 1rem;
}

.main-header .logo a {
	display: block;
	padding: 0 1rem;
}

#g-nav li {
	position: relative;
}

#g-nav li + li::before {
	content: '';
	width: 1px;
	background: #d5cdcd;
	position: absolute;
	top: 1.5rem;
	bottom: 1.5rem;
	left: 0;

}

#g-nav li a {
	display: block;
	font-size: 1.5rem;
	letter-spacing: .8px;
	padding: 1rem 2.6rem;
	position: relative;
}

#g-nav li a::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #e777a4;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 3px );
	opacity: 0;
	transition: all .2s;
}

#page .main-header .nav-wrap {
	padding: 2rem;
}

#page .main-header .logo {
	margin-right: .5rem;
}

#page #g-nav li a {
	letter-spacing: 2.2px;
	padding: 1.5rem 2.4rem;
}

#page #g-nav li + li::before {
	top: 2.2rem;
	bottom: 2.2rem;
	left: -1px;
}


/* index */

.fv {
	background: url( ../img/common/2x/bg-01.png ) left bottom / 58.47vw no-repeat;
}

.fv .main-copy {
	padding: 14vw 50vw 24vw 9vw;
	margin-bottom: -15vw;
	text-align: left;
	background: url( ../img/common/2x/main-img.png ) right top / 64vw no-repeat;
}

.fv .main-copy h2 {
	margin-left: .4rem;
}

.fv .main-copy .copy-en {
	margin: 2rem 0;
}

.fv .main-copy .sub {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: .58px;
	color: #593636;
	width: 590px;
	max-width: 100%;
}

.post-slider {
	justify-content: center;
	align-items: flex-start;
}

.post-slider .slick-track {
	margin: 0 auto;
}

.post-slider .post {
	/* max-width: 370px; */
	margin: 0 2.2rem;
	padding-bottom: 2rem;
}

.post-slider a {
	display: block;
	background: #fff;
	overflow: hidden;
	border-radius: 2rem;
}

.post-slider a figure {
	line-height: .5;
}

.post-slider a figure img {
	width: 100%;
	height: 250px;
}

.post-slider a .txt-wrap {
	padding: 1.6rem 3rem 2.4rem;
	position: relative;
	text-align: left;
	margin: 0 auto;
}

.post-slider .cat {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY( -50% );
	text-align: center;
}

.cat-list li {
	margin: 0 .8rem .6rem 0;
}

.cat span,
.cat-list a,
.cat-list span {
	display: inline-block;
	min-width: 8rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #fff;
	background: #e777a4;
	padding: 1.5px 15px 2px;
	border: solid 2px #e777a4;
	border-radius: 15px;
}

time {
	color: #e777a4;
	font-size: 1.3rem;
	letter-spacing: 1px;
}

.post-slider .ttl {
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 1.4px;
}

.view-more {
	text-align: right;
}

.view-more .en {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 1.4px;
	padding: 2px 0 2px 12px;
	border-bottom: dotted 2px #e777a4;
	background: url( ../img/common/2x/arrow-01.png ) left center / 5px no-repeat;
	transform: translateY( -4px );
}

.news-box {
	padding: 5rem 0;
}

#page .news-box {
	padding: 0 0 6rem;
}

#page .news-list {
	margin-top: 1rem;
}

.news-list {
	margin-top: -1rem;
}

.news-list .news {
	padding-bottom: 2px;
	background: url( ../img/common/2x/border.png ) left bottom / auto 2px repeat-x;
}

.news-list .news > a {
	display: block;
	padding: 3rem 0;
	position: relative;
}

.news-list .news > a::after {
	content: '';
	width: 16px;
	height: 28px;
	background: url( ../img/common/2x/arrow-02.png ) center center / contain no-repeat;
	position: absolute;
	top: calc( 50% - 14px );
	right: 0;
	transition: all .2s;
}

.news-list .img {
	line-height: .5;
	width: 350px;
}

.news-list .img img {
	width: 100%;
	border-radius: 2rem;
}

.news-list .txt-wrap {
	width: calc( 100% - 350px );
	padding: 0 3.8rem;
}

.news-list .meta > .en {
	margin-bottom: .6rem;
}

.news-list time {
	font-size: 1.4rem;
	letter-spacing: 1.2px;
	margin-right: 1.2rem;
}

.news-list .ttl {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 2.4px;
	margin: .6rem 0 1.2rem;
}

.news-list .author {
	margin-bottom: .8rem;
}

.news-list .author-icon {
	margin-right: 1.5rem;
	line-height: .5;
}

.news-list .author-icon img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: solid 2px #fff;
}

.news-list .author .note {
	font-size: 1.4rem;
	letter-spacing: 1.2px;
	margin-right: 1.2rem;
}

.news-list .author .name {
	font-size: 1.6rem;
	letter-spacing: 1.8px;
}

.cat-box {
	padding: 1.5rem 0;
	position: relative;
}

.cat-box::after {
	content: '';
	width: 60vw;
	height: 60vw;
	background: url( ../img/common/2x/bg-02.png ) right center / contain no-repeat;
	position: absolute;
	top: -30rem;
	right: 0;
	z-index: -1;
}

.cat-icon-list {
	margin-top: 4.5rem;
}

.cat-icon-list .flex {
	align-items: flex-start;
	justify-content: center;
}

.cat-icon-list li {
	width: calc( ( 100% - 200px ) / 5 );
	text-align: center;
	margin-right: 5rem;
	margin-bottom: 2.2rem;
}

.cat-icon-list li:nth-child( 5n ),
.cat-icon-list li:last-child {
	margin-right: 0;
}

.cat-icon-list li .img {
	line-height: .5;
	padding: 45px;
	border-radius: 50%;
	border: dotted 2px #e777a4;
	background: #fff;
	margin-bottom: 5px;
	transition: all .2s;
}

.cat-icon-list li .cat-name {
	display: inline-block;
	padding-left: 2.2rem;
	background: url( ../img/common/2x/arrow-03.png ) left center / 16px no-repeat;	
	letter-spacing: 1.4px;
}

/* about-box */

.about-box {
	padding: 5.4rem 0;
	margin-bottom: 7.2rem;
}

.about-box .about-wrap {
	padding: 6rem 0;
	margin-top: 3.8rem;
	position: relative;
}

.about-box .about-wrap::before {
	content: '';
	border-radius: 0 4rem 4rem 0;
	background: url( ../img/common/2x/about-img.png ) left center / cover no-repeat;
	position: absolute;
	top: 0;
	right: calc( 50% + 2.2rem );
	bottom: 0;
	left: 0;
}

.about-box .box {
	margin-left: calc( 50% - 8.2rem );
	background: #fff;
	border-radius: 4rem 0 0 4rem;
	padding: 5.6rem 7rem 4.6rem;
	position: relative;
	z-index: 99;
}

.about-box .box .txt-wrap {
	width: 620px;
	max-width: 100%;
	text-align: left;
}

.about-box .box .txt-wrap h3 {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 3.2px;
	color: #e777a4;
	margin-bottom: 2rem;
}

.about-box .box .txt-wrap p {
	letter-spacing: 1.6px;
}

footer {
	background: url( ../img/common/2x/footer-bg.png ) center top / 100% no-repeat;
	color: #fff;
	padding: 7.2rem 0 3rem;
	position: relative;
}

footer::after {
	content: '';
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 0;
	left: 0;
	background: #e777a4;
}

footer .wrap {
	text-align: center;
	position: relative;
	z-index: 99;
}

footer a {
	color: #fff;
	position: relative;
}

footer a::after {
	content: '';
	height: 1px;
	background: rgba( 255, 255, 255, .75 );
	position: absolute;
	right: 2.5rem;
	bottom: 1rem;
	left: 2.5rem;
	opacity: 0;
	transition: all .2s;
}

footer .operation {
	font-size: 1.4rem;
	margin: .6rem 0 1.2rem;
	letter-spacing: 1.2px;
}

footer .sitemap .flex {
	justify-content: center;
}

footer .sitemap li {
	position: relative;
}

footer .sitemap li + li::before {
	content: '';
	width: 1px;
	background: #ed99bb;
	position: absolute;
	top: 1.5rem;
	bottom: 1.5rem;
	left: 0;
}

footer .sitemap li a {
	display: block;
	padding: 1rem 2.8rem;
	letter-spacing: 1px;
}

footer .copyright {
	margin-top: 2rem;
	font-size: 1rem;
	letter-spacing: 1.2px;
}


/*
----------------------------------------
1260
----------------------------------------
*/

@media screen and ( max-width: 1260px ) {

	body {
		font-size: 1.5rem;
	}

	#home .main-header .nav-wrap {
		padding: 1.5rem;
	}

	#g-nav li a {
		padding: 1rem 1.5rem;
	}

	.fv .main-copy {
		background: url( ../img/common/2x/main-img.png ) right -20% top / 64vw no-repeat;
	}

	.post-slider .post {
		margin: 0 1.5rem;
	}

	.post-slider a figure img {
		height: 18vw;
	}

	#wrapper .slick-prev {
		left: calc( 10% - 14px );
	}

	#wrapper .slick-next {
		right: calc( 10% - 14px );
	}

	.post-slider a .txt-wrap {
		padding: 2rem 2rem 1.6rem;
	}

	.post-slider .ttl {
		line-height: 1.7;
		letter-spacing: .6px;
	}

	.ttl-01 .jp {
		font-size: 1.6rem;
	}

	.ttl-01 .en {
		font-size: 6.4rem;
	}

	.news-list .txt-wrap {
		padding: 0 3rem;
	}

	.news-list .ttl {
		font-size: 1.8rem;
		line-height: 1.6;
		letter-spacing: 1.2px;
	}

	.cat-icon-list li {
		 width: calc( ( 100% - 120px ) / 5 );
		 margin-right: 3rem;
	}

	.about-box .box {
		margin-left: 50%;
		padding: 3rem;
	}

	.about-box .about-wrap {
		padding: 3rem 0;
	}

	.about-box .box .txt-wrap h3 {
		font-size: 2rem;
		letter-spacing: 1.2px;
		margin-bottom: 1.5rem;
	}

	.about-box .box .txt-wrap p {
		letter-spacing: .6px;
	}

	.about-box .about-wrap::before {
		right: calc( 50% - 3rem );
	}

	footer .wrap img {
		height: 48px;
	}

}


/*
----------------------------------------
960
----------------------------------------
*/

@media screen and ( max-width: 960px ) {

	#home .main-header {
		background: transparent;
	}

	#g-nav {
		display: none;
	}

	.fv .main-copy {
		padding: 14vw 50vw 24vw 4vw;
	}

	#wrapper .slick-prev {
		left: calc( 5% - 18px );
	}

	#wrapper .slick-next {
		right: calc( 5% - 18px );
	}

	.post-slider .post {
		margin: 0 1rem;
	}

	.news-list .img {
		width: 40%;
	}

	.news-list .txt-wrap {
		width: 60%;
	}

	.news-list .ttl {
		font-size: 1.7rem;
		letter-spacing: .6px;
	}

	.pagination a, .pagination span {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}

	.cat-icon-list li {
		width: calc( ( 100% - 80px ) / 5 );
		margin-right: 2rem;
	}

	.cat-icon-list li .img {
		padding: 3rem;
	}

	.about-box .box .txt-wrap h3 {
		font-size: 1.8rem;
	}

	.about-box .box .txt-wrap h3 .pc {
		display: none;
	}

	.about-box .box .txt-wrap p {
		line-height: 1.8;
	}

	footer .sitemap li a {
		padding: 1rem 1.8rem;
	}

}


/*
----------------------------------------
768
----------------------------------------
*/

@media screen and ( max-width: 768px ) {

	html #wpadminbar {
		display: none;
	}

	body {
		font-size: 1.5rem;
	}

	.wrap {
		padding: 0 20px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.ttl-01 {
		background: url( ../img/common/2x/ttl-bg.png ) center center / 90px no-repeat;
	}

	#home .main-header .nav-wrap {
		padding: 1.5rem 2rem;
	}

	.main-header .logo a {
		padding: 0;
	}

	.main-header .logo a img {
		height: 46px;
	}

	#page .main-header .nav-wrap {
		padding: 1.5rem 2rem;
	}

	.fv .main-copy {
		margin-bottom: 0;
		padding: 78vw 1.8rem 2rem;
		background: url( ../img/common/2x/main-img-sp.png ) center top / 100% no-repeat;
	}

	.fv .main-copy h2 img {
		max-height: 27.5px;
	}

	.fv .main-copy .copy-en {
		margin: 2px 3px 8px;
		line-height: .5;
	}

	.fv .main-copy .copy-en img {
		max-height: 89.5px;
	}

	.fv .main-copy .sub {
		padding: 0 3px;
	}

	.post-slider-box {
		max-width: 450px;
		margin: 0 auto 1.8rem;
	}

	.post-slider .post {
		margin: 0 4rem;
	}

	.post-slider .cat span {
		font-size: 1.4rem;
		letter-spacing: 2px;
	}

	#wrapper .slick-prev,
	#wrapper .slick-next {
		width: 40px;
		height: 40px;
	}

	#wrapper .slick-prev {
		left: 2rem;
		background: url( ../img/common/2x/arrow-prev.png ) center center / contain no-repeat;
	}

	#wrapper .slick-next {
		right: 2rem;
		background: url( ../img/common/2x/arrow-next.png ) center center / contain no-repeat;
	}

	#wrapper .slick-dots {
		bottom: -14px;
	}

	time {
		font-size: 1.2rem;
	}

	.post-slider a {
		border-radius: 1rem;
	}

	.post-slider a figure img {
		height: 195px;
	}

	.post-slider .ttl {
		font-size: 1.6rem;
		line-height: 1.45;
		letter-spacing: 1.4px;
		margin-bottom: .8rem;
	}

	.ttl-01 .en {
		font-size: 5rem;
	}

	.news-box {
		padding: 0;
	}

	.news-list {
		margin-top: -.5rem;
	}

	.news-list .meta > .en {
		margin-bottom: .4rem;
	}

	.news-list time {
		font-size: 1.2rem;
		margin: 0 .6rem 0 0;
	}

	.view-more .en {
		padding: 2px 2px 0 12px;
	}

	.cat-list li {
		margin: 0 .4rem .4rem 0;
	}

	.cat span,
	.cat-list a,
	.cat-list span {
		font-size: 1.2rem;
		letter-spacing: 1px;
		line-height: 1.5;
		min-width: 6rem;
		padding: 0 8px;
	}

	.news-list .txt-wrap {
		width: 100%;
		padding: 0;
	}

	.news-list .news > a::after {
		display: none;
	}

	.news-list .ttl-wrap {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin: 1.2rem 0 .8rem;
		padding-right: 2rem;
		background: url( ../img/common/2x/arrow-02.png ) right center / 10px no-repeat;
	}

	.news-list .ttl {
		font-size: 1.4rem;
		letter-spacing: 1.6px;
		line-height: 1.7;
		flex: 1;
		padding-left: 1.5rem;
		margin: 0;
	}

	.news-list .news > a {
		padding: 1.2rem 0;
	}

	.news-list .img {
		width: 39.5%;
	}

	.news-list .author {
		margin-bottom: 0;
	}

	.news-list .author-icon {
		margin-right: 1.2rem;
	}

	.news-list .author-icon img {
		width: 38px;
		height: 38px;
		border: solid 1px #fff;
	}

	.news-list .author .note {
		font-size: 1rem;
		letter-spacing: .6px;
		margin-right: .8rem;
	}

	.news-list .author .name {
		font-size: 1.4rem;
		letter-spacing: 1.2px;
	}

	.pagination ul {
		padding: 0 46px;
	}

	.pagination a,
	.pagination span {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.cat-box {
		padding: 1.5rem 0 0;
	}

	.cat-icon-list {
		margin: 2rem 0 0;
	}

	.cat-icon-list .flex {
		justify-content: flex-start;
	}

	.cat-icon-list li {
		width: calc( ( 100% - 4rem ) / 3 );
		margin-bottom: 1.5rem;
		margin-right: 2rem !important;
	}

	.cat-icon-list li:nth-child( 3n ) {
		margin-right: 0 !important;
	}

	.cat-icon-list li .img {
		padding: 1rem;
	}

	.cat-icon-list li .cat-name {
		background: url( ../img/common/2x/arrow-03.png ) left center / 10px no-repeat;
		padding-left: 1.4rem;
		margin: 0 -.5rem;
		font-size: 1.2rem;
		line-height: 1.7;
		letter-spacing: 0;
	}

	.about-box {
		padding: 2rem 0;
		margin-bottom: 0;
	}

	.about-box .about-wrap {
		margin-top: 3rem;
		padding-top: 200px;
	}

	.about-box .about-wrap::before {
		background: url( ../img/common/2x/about-img-sp.png ) center center / cover no-repeat;
		height: 250px;
		border-radius: 0;
		right: 0;
	}

	.about-box .box {
		margin-left: 2rem;
		padding: 2.2rem 2rem;
		border-radius: 2rem 0 0 2rem;
	}

	.about-box .box .txt-wrap h3 {
		letter-spacing: 2px;
		line-height: 1.7;
	}

	.about-box .box .txt-wrap p {
		line-height: 2;
		letter-spacing: 1px;
		text-align: justify;
	}

	footer {
		padding: 4rem 0 2rem;
	}

	footer .operation {
		font-size: 1.2rem;
	}

	footer .sitemap li a {
		padding: .5rem 2rem;
	}

	footer .sitemap li + li::before {
		top: 1rem;
		bottom: 1rem;
	}

	footer .sitemap li:nth-child( 4 )::before {
		display: none;
	}

	#breadcrumbs {
		font-size: 1.2rem;
		margin: 20px 0 10px;
	}

	#breadcrumbs a {
		margin-right: 19px;
	}

	#breadcrumbs a::after {
		right: -16px;
	}

	#header .flex {
		height: 150px;
		font-size: 4rem;
		padding-bottom: 5px;
	}

	.heading-01 {
		font-size: 1.8rem;
		padding-left: 3.5rem;
	}

	.heading-01::before {
		width: 20px;
	}

	.list-01 li {
		letter-spacing: .8px;
		margin-bottom: .5rem;
	}

	.list-01 li::before {
		top: 10px;
	}

}


/*
----------------------------------------
hover
----------------------------------------
*/

@media screen and ( min-width: 768px ) {

	#g-nav li a:hover {
		color: #e777a4;
	}

	#g-nav li a:hover::after {
		opacity: 1;
	}

	.post-slider a:hover {
		box-shadow: 0 2px 10px rgba( 0, 0, 0, .1 );
	}

	.news-list .news > a:hover {
		background: #fff;
	}

	.news-list .news > a:hover::after {
		opacity: 0;
	}

	.cat-icon-list li a:hover .img {
		box-shadow: 0 2px 10px rgba( 0, 0, 0, .1 );
	}

	.pagination a:hover {
		background: #e777a4;
		color: #fff;
	}

	.pagination .prev:hover {
		background: #fff url( ../img/common/2x/page-prev.png ) left 35% center / 8px no-repeat;
	}

	.pagination .next:hover {
		background: #fff url( ../img/common/2x/page-next.png ) right 35% center / 8px no-repeat;
	}

	footer a:hover::after {
		opacity: 1;
	}

	.cat-list a:hover {
		background: #fff;
		color: #e777a4;
	}

}
