﻿/*
-------------------------------------------------------

	font

-------------------------------------------------------
*/
@font-face {
	font-family: 'apr';
	src: url('../font/ACaslonPro-Regular.otf') format('otf');
}

@font-face {
	font-family: 'api';
	src: url('../font/ACaslonPro-Italic.otf') format('otf');
}

@font-face {
	font-family: 'aps';
	src: url('../font/ACaslonPro-Semibold.otf') format('otf');
}

@font-face {
	font-family: 'apb';
	src: url('../font/ACaslonPro-Bold.otf') format('otf');
}

/*
-------------------------------------------------------

	template layout

-------------------------------------------------------
*/
#body.active {
	position: fixed;
	width: 100%;
}

#wrapper {
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
}

#container {
	margin-top: 80px;
}

.inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.pcnone {
	display: none;
}

.spnone {
	display: inline-block;
}

/*
-------------------------------------------------------

	header

-------------------------------------------------------
*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 80px;
	border-bottom: 1px solid #eee;
	background: rgba(255, 255, 255, 0.95);
	z-index: 5;
}

#header h1 img {
	width: 280px;
}

#header .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
	max-width: 2000px;
	margin: 0 auto;
}

#header .flex .header_cont {
	display: flex;
	height: 80px;
}

#header .flex .header_cont .hnav {
	display: table;
	height: 100%;
	padding-right: 30px;
}

#header .flex .header_cont .hnav>div {
	display: table-cell;
	vertical-align: middle;
}

#header .flex .header_cont .hnav ul {
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
}

#header .flex .header_cont .hnav ul li {
	position: relative;
}

#header .flex .header_cont .hnav ul li+li {
	margin-left: 40px;
}

#header .flex .header_cont .hnav ul li+li:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	top: 0;
	left: -20px;
	background: #bcbcbc;
}

#header .flex .header_cont .hnav ul li a {
	color: #1f1f1f;
}

#header .flex .header_cont .hnav ul li a:hover {
	border-bottom: 1px solid #0070bb;
	color: #0070bb;
}

.p-header-CVA {
	height: 100%;
	padding: 0 25px;
	border-left: 1px solid #dadee0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.p-header-CVA__title {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-bottom: 0.66666em;
}

.p-header-CVA__body {
	display: flex;
	align-items: center;
}

.p-header-CVA__btn {
	background: url('../img/icon_nav_counselling_on.png') 1em center no-repeat;
	background-color: #0070bb;
	border-radius: 25px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.04em;
	padding: 0.75em 0.75em 0.5em 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 12.5em;
	user-select: none;
}

.p-header-CVA__btn__mininote {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0.33333em;
}

.p-header-CVA__btn--line {
	background: url('../img/icon_nav_line_on.png') 1.25em center no-repeat;
	background-color: #00b900;
	min-width: 10em;
}


.p-header-CVA__info {
	min-width: 8em;
	display: flex;
	flex-direction: column;
	font-size: 20px;
}

.p-header-CVA__info:not(:first-child) {
	margin-left: 5px;
}

.p-header-CVA__info-number {
	display: inline-block;
	font-weight: 700;
}

.p-header-CVA__info-time {
	display: block;
	margin-top: 10px;
	font-size: 13px;
}

.p-header-CVA--normal .p-header-CVA__info-number {
	padding-left: 25px;
	background: url('../img/icon_header_cont_tel.png') no-repeat left center;
	background-size: 20px auto;
}

.p-header-CVA--has-btn {
	padding: 0 10px;
}

.p-header-CVA--has-btn .p-header-CVA__info {
	min-width: 6em;
}

.p-header-CVA--has-btn .p-header-CVA__info-number {
	font-size: 18px;
}

.p-header-CVA--has-btn .p-header-CVA__info-time {
	margin-top: 3px;
	font-size: 10px;
	letter-spacing: -0.03em;
}

.p-header-CVA--has-btn .p-header-CVA__info-hours {
	font-size: 110%;
}

#header .flex .header_cont .burger_menu {
	display: table;
	width: 80px;
	height: 100%;
	background: #1f1f1f;
	font-weight: 700;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
}

#header .flex .header_cont .burger_menu>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#header .flex .header_cont .burger_menu>div p {
	margin-top: 8px;
}

.menu-trigger,
.menu-trigger span {
	display: block;
	margin: 0 auto;
	transition: all .2s;
}

.menu-trigger {
	position: relative;
	width: 36px;
	height: 23px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
	width: 90%;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
	width: 80%;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

.menu-trigger.active span:nth-of-type(3) {
	width: 100%;
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/*
-------------------------------------------------------

	open

-------------------------------------------------------
*/
.open {
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	height: 80%;
	width: 100%;
	min-width: 1200px;
	background: rgba(255, 255, 255, 0.95);
	z-index: 4;
}

.open>div {
	overflow-y: scroll;
	height: 100%;
}

.open .inner {
	padding: 60px 80px 70px;
}

.open .inner dl dt {
	padding: 15px 0;
	text-align: center;
	border: dotted #798186;
	border-width: 1px 0;
	background: #e5f0f8;
	font-weight: 700;
}

.open .inner dl dd {
	padding: 20px 60px 30px;
	font-size: 14px;
}

.open .inner dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

.open .inner dl dd ul li {
	position: relative;
	margin-right: 50px;
	line-height: 2.4;
}

.open .inner dl dd ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #949494;
}

.open .inner dl dd ul li:last-child:before {
	display: none;
}

.open .inner dl dd ul li a {
	color: #1f1f1f;
}

.open .inner dl dd ul li a:hover {
	border-bottom: 1px solid #0070bb;
	color: #0070bb;
}

.open .inner dl dd:last-child {
	padding: 20px 0;
	border-top: 1px dotted #798186;
	font-size: 12px;
}

.open .inner dl dd:last-child ul {
	justify-content: flex-end;
}

.open .inner dl dd:last-child ul li:last-child {
	margin-right: 0;
}


.sns-group{
	display:flex;
	justify-content: center;
	gap: 2em;
	margin-top: 1.5em;
	margin-bottom: -1em;
}
.sns-group a{
	display:flex;
	align-items: center;
	color: inherit;
}
.sns-group img{
	width:2em;
	height:2em;
	margin-right:0.5em;
}


.open .close {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #0070bb;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.open .close span {
	display: inline-block;
	padding: 5px 25px;
	line-height: 1.1;
	background: url('../img/icon_overlay_close.png') no-repeat left center;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 3;
}

/*
-------------------------------------------------------

	nav

-------------------------------------------------------
*/
#nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 80px;
	height: 100%;
	padding-top: 150px;
	border-left: 1px solid #eee;
	background: #fff;
	z-index: 4;
}

#nav .txt {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

#nav ul {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	padding: 5px;
	border-radius: 60px;
	border: 1px solid #eee;
	background: #f7f7f7;
}

#nav ul li+li {
	margin-top: 20px;
}

#nav ul li p {
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: 1px solid #0070bb;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

#nav ul li p.active {
	width: 220px;
	margin-left: -180px;
	border-radius: 90px;
	background-color: #0070bb;
	background-position: right 20px center;
}

#nav ul li p a {
	display: table;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

#nav ul li p a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#nav ul li p a span i {
	display: block;
	width: 220px;
	opacity: 0;
}

#nav ul li p.active a span i {
	opacity: 1.0;
}

#nav ul li.mail p {
	background-image: url('../img/icon_nav_mail_off.png');
}

#nav ul li.mail p:hover {
	background-image: url('../img/icon_nav_mail_on.png');
}

#nav ul li.counselling p {
	background-image: url('../img/icon_nav_counselling_off.png');
}

#nav ul li.counselling p:hover {
	background-image: url('../img/icon_nav_counselling_on.png');
}

#nav ul li.remote p {
	background-image: url('../img/icon_nav_remote_off.png');
}

#nav ul li.remote p:hover {
	background-image: url('../img/icon_nav_remote_on.png');
}

#nav ul li.line p {
	border: 1px solid #00b900;
	background-image: url('../img/icon_nav_line_off.png');
}

#nav ul li.line p:hover {
	background-color: #00b900;
	background-image: url('../img/icon_nav_line_on.png');
}

/*
-------------------------------------------------------

	mainv

-------------------------------------------------------
*/
.mainv {
	overflow: hidden;
	position: relative;
	min-width: 1200px;
	height: 560px;
}

.mainv ul.slide {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	/*position: absolute;
	left: 50%;
	width: 3000px;
	margin-left: -1500px;*/
	height: 560px;
}

.mainv .slick-list {
	overflow: visible;
}

.mainv .slick-slide {
	transition: .3s ease;
}

.mainv .slick-slide:not(.slick-current) {
	opacity: .5;
}

.mainv .slick-slide img {
	width: 1000px;
	height: auto;
}

.mainv .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	border: none;
	background-color: transparent;
	z-index: 2;
	cursor: pointer;
}

.mainv .slick-prev {
	left: 50%;
	margin-left: -535px;
	background-image: url('../img/icon_mainv_prev_off.png');
}

.mainv .slick-prev:hover {
	background-image: url('../img/icon_mainv_prev_on.png');
}

.mainv .slick-next {
	right: 50%;
	margin-right: -535px;
	background-image: url('../img/icon_mainv_next_off.png');
}

.mainv .slick-next:hover {
	background-image: url('../img/icon_mainv_next_on.png');
}

.mainv .slick-dots {
	display: flex;
	justify-content: center;
	width: 1000px;
	left: 50%;
	bottom: 20px;
	margin-left: -500px;
	position: absolute;
	text-align: center;
	z-index: 3;
}

.mainv .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background: #a3acb1;
	text-indent: -9999px;
	border-radius: 100%;
	cursor: pointer;
}

.mainv .slick-dots li.slick-active {
	background: #0070bb;
}

/*
-------------------------------------------------------

	footer

-------------------------------------------------------
*/
#footer .pagetop {
	text-align: center;
}

#footer .pagetop .inner {
	display: table;
	height: 100px;
	border-top: 1px dashed #798186;
}

#footer .pagetop .inner a {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
	font-size: 12px;
	color: #798186;
}

#footer .pagetop .inner a span {
	display: inline-block;
	padding-top: 30px;
	background: url('../img/icon_pagetop.png') no-repeat center top;
	text-align: center;
}

#footer .fcont {
	padding: 80px 0;
	background: #353535;
	color: #fff;
}

#footer .fcont .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .fcont .flex figure {
	width: 260px;
	height: auto;
}

#footer .fcont .flex>div {
	width: 680px;
}

#footer .fcont .flex>div a {
	color: #fff;
}

#footer .fcont .flex>div dl dt {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}

#footer .fcont .flex>div dl dd {
	padding-bottom: 20px;
	border-bottom: 1px dotted #fff;
	font-size: 12px;
}

#footer .fcont .flex>div dl dd:last-child {
	padding-top: 20px;
	padding-bottom: 0;
	border-bottom: none;
}

#footer .fcont .flex>div dl dd:last-child a {
	color: #c4c4c4;
}

#footer .fcont .flex>div dl dd+dt {
	padding-top: 25px;
}

#footer .fcont .flex>div dl dd ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 2.4;
}

#footer .fcont .flex>div dl dd ul li {
	position: relative;
	margin-right: 30px;
}

#footer .fcont .flex>div dl dd ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -15px;
	width: 1px;
	height: 12px;
	background: #fff;
}

#footer .fcont .flex>div dl dd:last-child ul li:before {
	background: #c4c4c4;
}

#footer .fcont .flex>div dl dd ul li a:hover {
	text-decoration: underline;
}

address {
	min-width: 1200px;
	padding: 30px 0;
	text-align: center;
	background: #1f1f1f;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

/*
-------------------------------------------------------

	リンクタイプ設定

-------------------------------------------------------
*/
.link_type_01 {
	position: relative;
	display: block;
	padding: 17px 20px 17px 30px;
	border: 1px solid #0070bb;
	border-radius: 60px;
	background: url('../img/icon_link_type_01_off.png') no-repeat right 20px center #fff;
	font-weight: 700;
	font-size: 14px;
	color: #1f1f1f;
	transition: .2s;
}
.link_type_01.is-green {
	border-color: #199e91;
	background-image: url('../img/icon_link_type_01_g_off.png');
}

.link_type_01:not(.no-hover-style):hover {
	background: url('../img/icon_link_type_01_on.png') no-repeat right 20px center #0070bb;
	color: #fff;
}
.link_type_01.is-green:not(.no-hover-style):hover {
	background: url('../img/icon_link_type_01_g_on.png') no-repeat right 20px center #199e91;
}

/*
-------------------------------------------------------

	ヘッドライン設定

-------------------------------------------------------
*/
h2 {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 20px;
	font-weight: 700;
}

/*
-------------------------------------------------------

	コンテンツの共通背景

-------------------------------------------------------
*/
.bg_parts01 {
	position: relative;
	background: #f6f7f7;
}

.bg_parts01:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 20px;
	left: 0;
	border-top: 1px dashed #dddfe0;
	z-index: 2;
}

.bg_parts01:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0;
	border-top: 1px dashed #dddfe0;
	z-index: 2;
}

/* TEL＆カウンセリング */
#nav ul.tc li.mail,
#nav ul.tc li.remote,
#nav ul.tc li.line {
	display: none;
}

#nav ul.tc li.counselling {
	margin-top: 0;
}

/* TEL＆メール＆カウンセリング */
#nav ul.tmc li.remote,
#nav ul.tmc li.line {
	display: none;
}

/* LINEのみ */
#nav ul.line li.mail,
#nav ul.line li.counselling,
#nav ul.line li.remote {
	display: none;
}

#nav ul.line li.line {
	margin-top: 0;
}


/*
-------------------------------------------------------

	footer SNS

-------------------------------------------------------
*/

.footer-sns {
    display: flex;
    margin-top: 30px;
    margin-bottom: -30px;
}

.footer-sns__list {
    display: flex;
    /* margin-right: 15px; */
}

.footer-sns__item {
    width: 25px;
    margin-right: 10px;
}

.cooperation__container {
	display: flex;
	align-items: center;
}

.cooperation:not(:last-child) {
	margin-right: 10px;
}

.cooperation__btn {
    display: flex;
    align-items: center;
	font-size: 12px;
}

.cooperation__img {
    width: 156px;
}