@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

.zenkaku {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.lato {
	font-family: "Lato", sans-serif;
}

html {
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
}
body {
	font-size: 1.7rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	color: #19292d;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	border-top: 3px solid #fe4b84;
}
@media screen and (max-width: 768px) {
	body {
		
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 1.6rem;
	}
}

img.block {
	display: block;
	margin: 0 auto;
}
img.round {
	border-radius: 18px;
}
p {
	line-height: 1.8;
}
p.img {
	margin: 0;
}
p.small {
	font-size: .8em;
}

@media screen and (max-width: 768px) {
	p {
		line-height: 1.6;
	}
}


/***************************************************
 * レイアウト
 * ************************************************/

main {
	padding-top: 0;
}
main.single {
	padding-top: 140px;
}
section {
	padding: 90px 0;
}
.contents {
	margin: -45px 0 90px;
	padding: 0;
	position: relative;
	background: #FFF;
	border-radius: 18px;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
}
.inner {
	width: 1320px;
	padding: 0 60px;
	margin: 0 auto;
}
.inner_wide {
	width: 100%;
	padding: 0 60px;
}
.p-inner {
	padding: 0 30px;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	text-align: center;
	margin-top: 18px;
	font-family: sans-serif;
	font-size: .8em;
	font-weight: bold;
}

@media screen and (max-width: 1340px) {
	.inner {
		width: 100%;
		padding: 0 60px;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
	.inner,
	.inner_wide {
		padding: 0 45px;
	}
}
@media screen and (max-width: 559px) {
	section {
		padding: 60px 0;
	}
	.contents {
		box-shadow: none;
		border-radius: 0;
		margin: 0 0 60px;
	}
	.inner,
	.inner_wide {
		padding: 0 30px;
	}
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
	.inner,
	.inner_wide {
		padding: 0 18px;
	}
}


/***************************************************
 * ビジュアル・ナビゲーション
 * ************************************************/

header.front-page {
	position: relative;
}
header #header-h1 {
	position: absolute;
    left: 60px;
    top: 18px;
	color: #222;
	font-size: 1em;
	font-weight: 500;
	z-index: 1;
}

/* 右上のナビ */
header #header-subNav {
	position: absolute;
    right: 60px;
    top: 18px;
	z-index: 1;
}
header #header-subNav ul.header-subNav {
	display: flex;
	justify-content: flex-end;
}
header #header-subNav ul.header-subNav li {
	display: inline-block;
	margin-left: 18px;
}
header #header-subNav ul.header-subNav li a {
	display: inline-block;
	color: #222;
	font-weight: 500;
}

@media screen and (max-width: 1194px) {
	header #header-h1 {
		font-size: 1.3vw;
	}
	header #header-subNav {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 768px) {
	header #header-h1 {
		left: 45px;
		font-size: 1em;
	}
	header #header-subNav {
		display: none;
	}
}
@media screen and (max-width: 559px) {
	header .scroll {
		overflow-x: auto;
		white-space: nowrap;
		background: #fe4b84;
        padding: 4px 18px 7px;
	}
	header #header-h1 {
		position: static;
		color: #FFF;
		font-size: .7em;
	}
}


/* 動画 */
header .header-media {
	width: 19vw;
	position: absolute;
    right: 10vw;
    bottom: 5vw;
    z-index: 1;
}

/* ナビ */
header #header-nav {
	margin-top: -18px;
	margin-bottom: -18px;
    position: relative;
	z-index: 1;
}
header #header-nav nav.header-nav {
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 0 12px 0 rgb(19 71 52 / 20%);
	border-radius: 90px;
}
header #header-nav ul.nav-menu {
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}
header #header-nav ul.nav-menu li {
	width: 100%;
}
header #header-nav ul.nav-menu li:first-child {
	width: 70%;
    min-width: 120px;
}
header #header-nav ul.nav-menu li:not(:last-child) {
	border-right: 1px solid #eee;
}
header #header-nav ul.nav-menu li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	padding: 18px 0;
    width: 100%;
    height: 100%;
	transition: all .3s;
}
header #header-nav ul.nav-menu li a span {
	display: inline-block;
	line-height: 1.4;
	font-weight: 500;
}
header #header-nav ul.nav-menu li a:hover {
	opacity: 1;
	background: #FF82A9;
	color: #FFF;
}
.lity-opened {
	
}
.lity-opened button.lity-close {
	left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 1640px) {
	
	header #header-nav ul.nav-menu li a span {
		font-size: 1vw;
	}

	/* 動画 */
	header .header-media {
		width: 19vw;
		height: auto;
		bottom: 6vw;
	}

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

	/* 動画 */
	header .header-media {
		width: 25vw;
		right: 3vw;
		bottom: 7vw;
	}

}
@media screen and (max-width: 1194px) {
	header #header-nav ul.nav-menu {
		flex-wrap: wrap;
	}
	header #header-nav ul.nav-menu li,
	header #header-nav ul.nav-menu li:first-child {
		width: calc(100% / 5);
		max-width: 100%;
	}
	header #header-nav ul.nav-menu li:nth-child(n+6) {
		width: calc(100% / 4);
		border-top: 1px solid #eee;
	}
	header #header-nav ul.nav-menu li a span {
		font-size: 1.6vw;
	}
	
	/* 動画 */
	header .header-media {
        bottom: 16vh;
	}
}
@media screen and (max-width: 768px) {
	header #header-nav {
		display: none;
	}
	
	/* 動画 */
	header .header-media {
		position: static;
		width: 90vw;
		margin: -60px auto 0;
	}
}


/* トップページを除くヘッダー */

header .header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 0 45px;
}
header .header-top .header-top___logo {
	
}

@media screen and (max-width: 768px) {
	header .header-top {
		flex-direction: column;
		align-items: center;
		padding: 18px 0 18px;
	}
	header .header-top .header-top___contact {
		margin-top: 12px;
	}
}
@media screen and (max-width: 559px) {
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
}


/***************************************************
 * ページタイトル
 * ************************************************/

#page-title {
	background: #FCE3EB url(../images/visual/bg.webp) no-repeat;
	background-size: cover;
	padding: 60px 0 90px;
	position: relative;
}
#page-title.green {
	background: #E5FFE5 url(../images/visual/bg-green.webp) no-repeat;
	background-size: cover;
}
#page-title .page-title {
	text-align: center;
	font-weight: 600;
	font-size: 4.2rem;
	color: #333;
}
#page-title .page-title span {
	display: block;
	font-size: .4em;
	font-weight: 500;
}

@media screen and (max-width: 1194px) {
	#page-title .page-title {
		font-size: 4.2vw;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title {
		font-size: 4.4rem;
	}
}
@media screen and (max-width: 559px) {
	#page-title {
		padding: 60px 0;
		background: #FCE3EB url(../images/visual/bg_sp.webp) no-repeat;
		background-size: cover;
	}
	#page-title.green {
		background: #E5FFE5 url(../images/visual/bg-green_sp.webp) no-repeat;
		background-size: cover;
	}
	#page-title .page-title {
		font-size: 3.2rem;
	}
	
}
@media screen and (max-width: 430px) {
	#page-title .page-title {
		font-size: 3rem;
	}
	
}
@media screen and (max-width: 320px) {
	#page-title {
		padding: 45px 0;
	}
	#page-title .page-title {
		font-size: 2.4rem;
	}
}


/***************************************************
 * 見出し
 * ************************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-align: left;
	line-height: 1.4;
}
h2 {
	font-size: 4.2rem;
	font-weight: 600;
	color: #fe4c85;
	text-align: center;
	margin-bottom: 30px;
}
h3 {
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 30px;
}
h4 {
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 30px;
}
h5 {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 30px;
}
h6 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 30px;
}

@media screen and (max-width: 1194px) {
	h2 {
		font-size: 3.6rem;
	}
	h3 {
		font-size: 3.4rem;
	}
	h4 {
		font-size: 3rem;
	}
	h5 {
		font-size: 2.8rem;
	}
	h6 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px) {
	h2 {
		font-size: 3.4rem;
	}
	h3 {
		font-size: 3.2rem;
	}
	h4 {
		font-size: 3rem;
	}
	h5 {
		font-size: 2.6rem;
	}
	h6 {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 559px) {
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 3rem;
	}
	h4 {
		font-size: 2.6rem;
	}
	h5 {
		font-size: 2.4rem;
	}
	h6 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 430px) {
	h2 {
		font-size: 2.8rem;
	}
	h3 {
		font-size: 2.6rem;
	}
	h4 {
		font-size: 2.4rem;
	}
	h5 {
		font-size: 2.2rem;
	}
	h6 {
		font-size: 2.2rem;
	}
	
}
@media screen and (max-width: 320px) {
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2.2rem;
	}
	h5 {
		font-size: 2rem;
	}
	h6 {
		font-size: 2rem;
	}
}


/***************************************************
 * リンク
 * ************************************************/

.btnBox {
	text-align: center;
	margin-top: 45px;
}

a {
	color: #FF82A9;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	word-break: break-all;
}
a:hover {
	opacity: .7;
	color: #11233d;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}

/* ページボタン */
a.btnPage {
	display: inline-block;
    min-width: 250px;
    background: #fe4c85;
    color: #FFF;
	padding: 28px 3em;
	border-radius: 60px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	transition: all .3s;
}
a.btnPage.tab {
	padding-right: calc(3em + 2em);
	position: relative;
}
a.btnPage.tab:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
    right: 2em;
    transform: translateY(-50%);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="m22 5c0-.478-.379-1-1-1h-18c-.62 0-1 .519-1 1v14c0 .621.52 1 1 1h18c.478 0 1-.379 1-1zm-6.5 13.5h-12v-10h12zm1.5 0v-10.5c0-.478-.379-1-1-1h-12.5v-1.5h17v13zm-6.518-4.943v1.243c0 .414.336.75.75.75.415 0 .75-.336.75-.75 0-.715 0-2.335 0-3.05 0-.414-.335-.75-.75-.75-.714 0-2.318 0-3.033 0-.414 0-.75.336-.75.75s.336.75.75.75h1.219l-3.198 3.198c-.293.293-.293.768 0 1.061.292.292.767.292 1.06 0z"/></svg>') no-repeat center;
  background-size: 100% 100%;
    width: 1em;
    height: 1em;
}
a.btnPage.green {
	background: #009900;
    color: #FFF;
}

/* 続きを読む */
a.more {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #FF82A9;
	padding: 12px 30px;
	border-radius: 30px;
	font-size: 1.2rem;
}
a.more:hover {
	background: #FF82A9;
	color: #FFF;
}
a.more.green {
	color: #009900;
	border: 1px solid #009900;
}
a.more.green:hover {
	background: #009900;
	color: #FFF;
}

/* 矢印つき */
a.arrow {
	display: inline-block;
	padding-left: 30px;
	font-weight: bold;
	position: relative;
}
a.arrow:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url(../images/icon/arrowR-pink.svg) no-repeat;
	background-size: 100%;
	width: 21px;
	height: 21px;
}

@media screen and (max-width: 768px) {
	a.btnPage {
		padding: 22px 3em;
	}
}
@media screen and (max-width: 559px) {
	a.btnPage {
		min-width: 220px;
		padding: 22px 2em;
	}
	a.btnPage.tab {
		padding-right: calc(2em + 1em);
	}
	#ameblo a.btnPage.tab {
		font-size: 1em;
	}
	a.btnPage.tab:after {
		right: 1em;
	}
	
	/* 続きを読む */
	a.more {
		padding: 9px 18px;
	}
}



/***************************************************
 * パンくず
 * ************************************************/

.breadcrumbs_area {
	padding: 18px 0;
}
.breadcrumbs_area .breadcrumbs {
	font-size: .7em;
	color: #999;
}
.breadcrumbs a {
	color: #999 !important;
}
.breadcrumbs span {
	font-size: 1em !important;
}
.breadcrumbs span.current-item {
	color: #fe7ea8 !important;
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
	}
}



/****************************************
 * 上部固定ヘッダー
*****************************************/

.fix_header {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	opacity: 0;
	z-index: 1000;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.fix_header .inner_flex {
	width: 100%;
	display: flex;
	align-items: stretch;
}

.fix_header .fix_header_flex {
	width: 100%;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.fix_header .fix_header_flex .fix_header_flex___logo {
	width: 120px;
	padding: 18px 0;
}
.fix_header .fix_header_flex .fix_header_flex___nav {
	width: calc(100% - 120px);
	padding-left: 60px;
}

.fix_header .inner_flex .inner_flex___reserve {
	width: 120px;
	background: #1f2e55;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix_header .inner_flex .inner_flex___reserve a {
	display: block;
	width: 100%;
	padding: 18px 0;
	color: #FFF;
}

.fix_header nav#fix_header {
	width: 100%;
}
.fix_header ul {
	list-style: none;
    margin: 0;
    padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	border-left: 1px solid #fe4b84;
}
.fix_header ul > li {
	width: calc(100% / 9);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	border-right: 1px solid #fe4b84;
	transition: all .3s;
}
.fix_header ul li:first-child {
	margin-left: 0;
}
.fix_header ul.menu li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	padding: 12px 0;
	font-size: .8em;
	font-family: sans-serif;
    font-weight: bold;
	line-height: 1.6;
	transition: all .3s;
}
.fix_header ul.menu li a:hover {
	opacity: 1;
	background: #fe4b84;
	color: #FFF;
}

@media screen and (max-width: 1280px) {
	.fix_header {
		display: none;
	}
}


/***************************************************
 * ヘッダー
 * ************************************************/

header {
	width: 100%;
	text-align: center;
	background: #FFF;
}
header .header-inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 60px;
}
/* トップページ */
header.front_page .header-inner .contact_box {
	position: absolute;
	right: 0;
	top: 30px;
	padding: 10px;
	border: none;
	background: #FF82A9;
	border-radius: 8px;
}
header.front_page .header-inner .contact_box p.tel-p {
	display: block;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0;
}
header.front_page .header-inner .contact_box a.tel-a {
	display: block;
	font-size: 1.8em !important;
	padding: 10px 10px 10px 60px;
	position: relative;
}
header.front_page .header-inner .contact_box a.tel-a span {
	display: block;
	font-size: .6em;
	margin-bottom: -8px;
}
header.front_page .header-inner .contact_box a.tel-a:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: 23px;
	background: url(images/common/free-icon-FFF.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 50px;
	height: 25px;
	transition: all .3s;
    -webkit-transition: all .3s;
}
header.front_page .header-inner .contact_box a.tel-a:hover:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 15px;
	bottom: 23px;
	background: url(images/common/free-icon-000.png) no-repeat;
	background-position: center;
	background-size: contain;
	width: 50px;
	height: 25px;
}
header.front_page .header-inner .contact_box p.mail-p {
	display: block;
	border-bottom: 1px solid #FFF;
}
header.front_page .header-inner .contact_box a.mail-a {
	display: block;
	font-size: 1.6em !important;
	padding: 10px;
}
header.front_page .header-inner .contact_box p.mail-p:before {
	content: none !important;
}
header.front_page .header-inner .contact_box a.mail-a span {
	display: block;
	font-size: .6em;
	margin-bottom: -8px;
}
header.front_page .header-inner .contact_box a {
	color: #FFF !important;
}
header.front_page .header-inner .contact_box a:hover {
	color: #000 !important;
	opacity: 1;
}
header.front_page .header-inner .tel_box {
	position: absolute;
	top: 30px;
	right: 0;
}
header.front_page .header-inner .tel_box a.tel_box_mail {
	display: block;
	font-size: 1.1em;
	background: #FFF;
	color: #7F95D1;
	border-radius: 30px;
	width: 100%;
	margin-top: 5px;
	padding: 6px;
	border: 3px solid #7F95D1;
}
header.front_page .header-inner .tel_box a.tel_box_mail:hover {
	background: #7F95D1;
	color: #FFF;
	border: 3px solid #FFF;
	opacity: 1;
}
header.front_page .header-inner .tel_box_480 {
	display: none;
}
header.front_page .header-inner .pay_box {
	position: absolute;
	left: 0;
	top: 360px;
}
header.front_page .header-inner .media_box {
	position: absolute;
	right: 3%;
	bottom: 60px;
	z-index: 1;
}
header.front_page .header-inner .image_box {
	position: absolute;
	top: 30px;
}
/* front_pageを除く */
header .header-inner .contact_box {
	text-align: left;
	padding-top: 12px;
	position: relative;
	z-index: 9;
}
header .header-inner .contact_box p.mailform {
	position: absolute;
	top: 8px;
	right: 0;
}
header .header-inner .contact_box p.mailform a {
	display: block;
	background: #375199;
	color: #FFF;
	padding: 12px 24px;
	border: 3px solid #FFF;
	border-radius: 30px;
}
header .header-inner .contact_box p.mailform a:hover {
	background: #FFF;
	border: 3px solid #375199;
	color: #375199;
	opacity: 1;
}


header .header-bottom {
	padding: 22px 0;
}
header #logo {
	margin: 0;
}
header #logo a {
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -60px;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
header #logo a:hover,
header #logo a img:hover {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	header .header-inner {
		padding: 0 30px;
	}
	header.front_page .header-top {
		height: 500px;
	}
	header.front_page .header-inner .image_box img {
		width: 600px;
	}
	header.front_page .header-inner .media_box {
		width: 220px;
	}
}
@media screen and (max-width: 768px) {
	header {
		margin-bottom: 0;
	}
	
}
@media screen and (max-width: 559px) {

	
	header.front_page {
		padding-bottom: 45px;
	}
	header.front_page .header-top {
		background: url(images/front-page/topimage_oldmix_tb.webp) no-repeat;
		background-size: cover;
		background-position: top center;
		height: 835px;
	}
	header.front_page .header-inner .image_box {
		top: 50px;
	}
	header.front_page .header-inner .tel_box {
		left: 0;
		top: 315px;
		width: 250px;
	}
	header.front_page .header-inner .pay_box {
		display: none;
	}
	header .header-inner .contact_box {
		display: none;
	}
	.home header #logo {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	header.front_page .header-top {
		height: 720px;
	}
	header.front_page .header-inner .image_box img {
		width: 100%;
	}
	header.front_page .header-inner .tel_box {
		display: none;
	}
	header.front_page .header-inner .tel_box_480 {
		display: block;
		position: absolute;
		top: 220px;
		left: 0;
		right: 0;
		margin: auto;
		width: 80%;
		background: #FF82A9;
		padding: 12px 0;
		border-radius: 8px;
	}
	header.front_page .header-inner .tel_box_480 a {
		color: #FFF;
	}
	header.front_page .header-inner .tel_box_480 p.tel-p {
		font-size: 2em;
		margin: 0;
	}
	header.front_page .header-inner .tel_box_480 p.tel-p span.time {
		display: block;
		font-size: 14px;
		margin-bottom: -13px;
	}
	header.front_page .header-inner .tel_box_480 p.tel-p span.number {
		margin-top: -15px;
		display: block;
	}
	header.front_page .header-inner .tel_box_480 p.mail-p {
		margin: 0;
	}
	header.front_page .header-inner .tel_box_480 p.mail-p span {
		display: block;
		font-size: 16px;
	}
	header.front_page .header-inner .tel_box_480 p.mail-p span.number {
		margin-top: -10px;
		font-size: 1.6em;
		display: block !important;
	}
	header.front_page .header-inner .pay_box {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	header #logo img {
		width: 180px;
	}
	header .header-bottom {
		padding: 20px 0;
	}
	
	.home header #logo img {
		width: 120px;
	}
	header.front_page .header-top {
		height: 680px;
	}
	header.front_page .header-inner .image_box {
		top: 0;
		padding: 0 15px;
	}
	header.front_page .header-inner .tel_box_480 {
		top: 160px;
	}
	
	header.front_page .header-inner .tel_box_480 {
		display: none; /*消しておく*/
	}
}
@media screen and (max-width: 380px) {
	header.front_page .header-top {
		height: 560px;
	}
	header.front_page .header-inner .image_box {
		top: 5px;
	}
	header.front_page .header-inner .tel_box_480 {
		top: 140px;
	}
	
}
@media screen and (max-width: 320px) {
	header.front_page {
		padding-bottom: 0;
	}
	
	header.front_page .header-inner .tel_box_480 {
		display: none; /*消しておく*/
	}
	.home header #logo {
		bottom: 0;
		width: 100px;
	}
}



/****************************************
 * ナビゲーション：グローバルナビ
*****************************************/

.gn {
	background: #FFF;
}
.gn .gn-content {
	max-width: 1280px;
	margin: auto;
}
.gn nav#general {
	width: 100%;
}
.gn nav#general ul {
	width: 100%;
	border-left: 1px solid #fe4b84;
	display: flex;
	align-items: stretch;
}
.gn nav#general ul li {
	width: calc(100%/8);
	display: flex;
    align-items: center;
    justify-content: center;
	border-right: 1px solid #fe4b84;
	position: relative;
}
.gn nav#general ul li:nth-child(4) {
	margin-right: 45px;
}
.gn nav#general ul li:nth-child(5) {
	margin-left: 45px;
	border-left: 1px solid #fe4b84;
}
.gn nav#general ul li span {
	display: block;
	font-size: 12px;
	padding-top: 5px;
}
.gn nav#general a {
	display: block;
	color: #000;
	line-height: 1.6;
	font-size: .9rem;
	font-family: sans-serif;
	font-weight: bold;
}
.gn nav#general a:hover {
	opacity: 1;
	color: #FF82A9;
}
.gn nav#general ul li.all a:before {
	content: "\f1ea";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.automation a:before {
	content: "\f544";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.process a:before {
	content: "\f542";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.operation a:before {
	content: "\f085";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.work-style a:before {
	content: "\f64a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li.management a:before {
	content: "\f080";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 28px;
	color: #FFF;
}
.gn nav#general ul li a::after {
	opacity: 0;
}
.gn nav#general ul li a:hover::before {
	animation: movebefore .5s;
}
.gn nav#general ul li a:hover::after {
	animation: moveafter .5s;
}

@keyframes movebefore {
  100% {
	  right: -.4em;
	  opacity: 0;
	}
}
@keyframes moveafter {
	99% {
		right: .2em;
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@media screen and (max-width: 1400px) {
	.gn nav#general ul li {
		font-size: .9em;
	}
}
@media screen and (max-width: 1260px) {
	.gn nav#general ul li {
		font-size: .8em;
	}
	.gn nav#general ul li:nth-child(4) {
		margin-right: 30px;
	}
	.gn nav#general ul li:nth-child(5) {
		margin-left: 30px;
		border-left: 1px solid #fe4b84;
	}
}
@media screen and (max-width: 1024px) {
	.gn .gn-content {
		max-width: 100%;
		width: 100%;
	}
	.gn nav#general ul {
		flex-wrap: wrap;
		border-left: none;
	}
	.gn nav#general ul li {
		width: calc(100% / 4);
		margin-top: 9px;
	}
	.gn nav#general ul li:nth-child(1) {
		border-left: 1px solid #fe4b84;
	}
	.gn nav#general ul li:nth-child(4) {
		margin-right: 0;
	}
	.gn nav#general ul li:nth-child(5) {
		margin-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.gn nav#general {
		margin-top: 12px;
	}
}
@media screen and (max-width: 559px) { /* 2021.1.16 トップイメージを前に戻す修正で追加 */
	.gn nav#general ul {
		margin-top: -65px;
	}
	.gn nav#general ul li span {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	.gn {
		display: none;
	}
}


/***************************************************
 * 装飾
 * ************************************************/

.marker {
	background: linear-gradient(transparent 50%, #ffff66 50%);
}



/***************************************************
 * フッター
 * ************************************************/

footer {
	background: #FEE5ED;
	color: #333;
	padding: 60px 0 0;
	margin-top: 18px;
	position: relative;
}
footer a.logo-circle {
	display: inline-block;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}
footer a.logo-circle:hover {
	opacity: 1;
}
footer a {
	display: inline-block;
	color: #333;
}
footer a:hover {
	color: #fe4c85;
}


/* トップへ戻る */
footer .totop {
	
}
footer .totop a.icon {
	display: inline-block;
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 9;
}

/* 下部固定 問い合わせ */
footer .totop .contact-fixed {
	max-width: 780px;
	position: fixed;
	bottom: 18px;
	left: 18px;
	z-index: 9;
	display: flex;
	align-items: center;
}
footer .totop .contact-fixed a {
	display: inline-block;
}
footer .totop .contact-fixed a:not(:first-child) {
	margin-left: 12px;
}

@media screen and (max-width: 1194px) {
	footer a.logo-circle {
		width: 150px;
	}
}
@media screen and (max-width: 768px) {
	footer .totop a.icon {
		bottom: 105px;
	}
	footer .totop .contact-fixed {
		background: rgba(254,76,133,.3);
        left: 0;
        bottom: 0;
        max-width: 100%;
		width: 100%;
        padding: 12px;
	}
}
@media screen and (max-width: 559px) {
	footer a.logo-circle {
		width: 120px;
		top: -30px;
	}
	
	footer .totop a.icon {
		        bottom: 24vw;
		right: 18px;
        width: 45px;
	}
	footer .totop .contact-fixed {
		background: none;
		left: 0;
		bottom: 0;
		padding: 0;
		display: flex !important;
		position: fixed;
	}
	footer .totop .contact-fixed a {
		margin: 0 !important;
		
	}
	

}






footer .outline {
	height: 100%;
	margin-top: 90px;
	padding: 0;
	position: relative;
}
footer .footer-flex {
	display: flex;
}
footer .footer-flex .footer-flex___info {
	width: 40vw;
}
footer .footer-flex .footer-flex___nav {
	width: 60vw;
	padding-left: 60px;
}


/* info */
footer .foot-info {
	font-size: .9em;
}
footer .foot-info p.foot-company {
	
}
footer .foot-info p.foot-phone {
	
}
footer .foot-info ul.foot-branch {
	
}
footer .foot-info ul.foot-branch li {
	margin-top: 12px;
}
footer .foot-info ul.foot-branch li span {
	font-size: .9em;
}


/* SNS */
footer .foot-sns {
	margin-top: 30px;
}
footer .foot-sns ul {
	display: flex;
}
footer .foot-sns ul li {
	display: inline-block;
}
footer .foot-sns ul li:not(:first-child) {
	margin-left: 18px;
}

/* ナビゲーション */
footer #footer-nav {
	display: flex;
	justify-content: flex-end;
}
footer #footer-nav ul.nav-menu {
	margin-top: -18px;
	position: relative;
}
footer #footer-nav ul.nav-menu:not(:first-child) {
	margin-left: 5vw;
}
footer #footer-nav ul.nav-menu.foot-nav1 {
	
}
footer #footer-nav ul.nav-menu.foot-nav2 {
	
}
footer #footer-nav ul.nav-menu.foot-nav3 {
	
}
footer #footer-nav ul.nav-menu li {
	margin-top: 12px;
	font-size: .9em;
}
footer #footer-nav ul.nav-menu li.small {
	font-size: .76em;
}
footer #footer-nav ul.nav-submenu {
	
}
footer #footer-nav ul.nav-submenu li {
	
}



footer #copyright {
	background: #FECCDC;
	text-align: right;
	font-size: .8em;
	    margin: 60px 0 0;
	padding: 30px 0;
	color: #555;
}
footer #copyright a {
	color: #555;
}


@media screen and (max-width: 1194px) {
	footer #footer-nav {
		flex-wrap: wrap;
	}
	footer #footer-nav ul.nav-menu {
		    width: calc(100% / 2);
		margin-top: -12px;
	}
	footer #footer-nav ul.nav-menu:not(:first-child) {
		margin-left: 0;
	}
	footer #footer-nav ul.nav-menu.foot-nav1 {
		
	}
}
@media screen and (max-width: 768px) {
	footer .outline {
		margin-top: 60px;
	}
	
	footer .footer-flex {
		flex-direction: column;
	}
	footer .footer-flex .footer-flex___info {
		width: 100%;
		text-align: center;
	}
	footer .footer-flex .footer-flex___nav {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
	footer #footer-nav ul.nav-menu {
		width: calc(100% / 2 - 30px);
	}
	footer .foot-info {
		display: inline-block;
	}
	footer #footer-nav {
		justify-content: center;
	}

	/* SNS */
	footer .foot-sns {
		text-align: center;
		margin-top: 12px;
	}
	footer .foot-sns ul {
		justify-content: center;
	}
}
@media screen and (max-width: 559px) {
	footer {
		padding: 45px 0 18.8vw;
	}
	footer .totop {
		width: 45px;
		bottom: 23vw;
        right: 14px;
	}
	
	footer .footer-flex .footer-flex___nav {
		display: none;
	}
	
	/* SNS */
	footer .foot-sns {
		margin-top: 30px;
	}
	
	#copyright {
		padding: 15px 0;
	}
	#copyright p.copyright {
		overflow-x: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 480px) {
	footer .totop img.icon {
		bottom: 100px;
	}
	footer .totop .contact-fixed {
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}
	footer .totop .contact-fixed .contact-fixed-box {
		border-radius: 0;
		padding: 35px 8px 12px 8px;
	}
	footer .footer_logoarea {
		display: block;
	}
	footer .footer_logoarea .ft_logo {
		display: block;
		margin: 0 auto 30px;
		text-align: center;
		width: 80px;
	}
	footer .footer_info_flex .footer_info_flex___add {
		padding: 0 0 30px;
	}
}
@media screen and (max-width: 430px) {
	footer {
		padding: 45px 0;
	}
	footer .inner {
		padding: 0 30px;
	}
	footer .totop img.icon {
		right: 15px;
	}
	
	footer .footer_logoarea {
		margin: 0 30px 30px;
	}
	footer .footer_sns {
		position: static;
		display: block;
		margin-bottom: 30px;
	}
	footer .footer_sns ul {
		text-align: center;
	}
	footer nav#footer-nav ul li,
	footer nav#footer-must ul li {
		margin-right: 15px;
	}
	
	footer .footer_info_flex .footer_info_flex___add .footer_about ul.footer_add li span {
		display: block;
	}
	
}
@media screen and (max-width: 380px) {
	footer {
		padding: 30px 0 60px;
	}
	footer .inner {
		padding: 0 20px;
	}
	footer .totop img.icon {
		bottom: 60px;
	}
	footer .footer_logoarea {
		margin: 0 20px 20px;
	}
	footer .footer_sns {
		margin-bottom: 20px;
	}
	footer .footer-nav {
		margin: 0 20px 20px;
	}
}
