@charset "UTF-8";

/* =====================================================
 * reset.css
 * - Edit html5doctor.com's CSS
 * - http://html5doctor.com/html-5-reset-stylesheet/
 * Last Updated:2017-03-01
====================================================== */

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, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	vertical-align: bottom;
	background: transparent;
}

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

html {
	font-size: 62.5%;
}

body {
	font-family: sans-serif;
	line-height: 1;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: transparent;
	outline: none;
}

img {
	vertical-align: bottom;
}

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;
	width: 100%;
}

th, td {
	text-align: left;
	vertical-align: top;
}

input, select, textarea {
	font-family: inherit;
}

input[type="submit"] {
	cursor: pointer;
}

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


/*	common
================================================ */
/*	02_base
================================================ */

html {
	overflow: auto;
}

body {
	min-width: 320px;
	font-family: "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.9;
	overflow: hidden;
	-webkit-text-size-adjust: 100%;
}

@media all and (min-width: 600px) {
	body {
		font-size: 1.6rem;
	}
	#wrapper {
		margin: auto;
		max-width: 100%;
	}
}

body.sg {
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

@media all and (min-width: 600px) {
	a {
		transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	a:hover {
		text-decoration: underline;
	}
}

.alpha {
	display: block;
	text-decoration: none;
}

@media all and (min-width: 600px) {
	.alpha:hover {
		opacity: .8;
	}
}

.zoom {
	display: block;
	text-decoration: none;
}

@media all and (min-width: 600px) {
	.zoom .zoomImg {
		overflow: hidden;
	}
	.zoom .zoomImg img {
		transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.zoom:hover .zoomImg img {
		transform: scale(1.15);
	}
}

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

@media all and (min-width: 600px) {
	svg {
		transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}


/* pc <--> sp
-------------------------------------- */

#mediaQuery {
	display: none;
	font-family: 'sp';
}

@media all and (min-width: 600px) {
	#mediaQuery {
		font-family: 'pc';
	}
}

@media all and (max-width: 599px) {
	.viewPc {
		display: none !important;
	}
}

@media all and (min-width: 600px) {
	.viewSp {
		display: none !important;
	}
}

@media all and (max-width: 899px) {
	.viewL {
		display: none !important;
	}
}
@media all and (min-width: 900px) {
	.viewS {
		display: none !important;
	}
}


/* clearfix
-------------------------------------- */
.cf::after {
	content: '';
	display: block;
	clear: both;
}


/* #gHeader
================================================ */

.gHeaderBox {
	display: table;
}
.gHeaderBox h1,
.gHeaderBox .sns {
	display: table-cell;
	padding: 5px 0;
	vertical-align: middle;
}
@media all and (max-width: 899px) {
	.gHeaderBox {
		padding-top: 5px;
	}
	.gHeaderBox .sns {
		padding-left: 10px;
	}
	#gHeader .logo {
		padding-left: 15px;
	}
}

#gHeader .logo {
	width: 107px;
	padding-right: 15px;
}
.gHeaderBox .sns li {
	display: inline-block;
}


.gHeaderBox .logo img {
	width: 135px;
}

.gHeaderBox .sns li img {
	width: 25px;
}



#gHeader .btnGnav {
	position: fixed;
	top: 0;
	right: 10px;
	width: 42px;
	height: 42px;
	background: #644b85;
	cursor: pointer;
	z-index: 2001;
}
#gHeader .btnGnav .txt {
	position: absolute;
	left: 0;
	bottom: 3px;
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
#gHeader .btnGnav .line {
	position: absolute;
	left: 50%;
	width: 22px;
	height: 2px;
	margin-left: -11px;
	content: '';
	background: #fff;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#gHeader .btnGnav .line:nth-child(1) {
	top: 8px;
}

#gHeader .btnGnav .line:nth-child(2) {
	top: 14px;
}

#gHeader .btnGnav .line:nth-child(3) {
	top: 20px;
}

#gHeader .btnGnav.is_open .line:nth-child(1) {
	top: 14px;
	transform: rotate(-45deg);
}

#gHeader .btnGnav.is_open .line:nth-child(2) {
	opacity: 0;
}

#gHeader .btnGnav.is_open .line:nth-child(3) {
	top: 14px;
	transform: rotate(45deg);
}
@media all and (max-width: 899px) {
	#gHeaderWrap {
		height: 50px;
	}
}

/* #gNav
================================================ */


@media all and (max-width: 899px) {
	#gNav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		display: none;
		padding: 40px 0 0;
		z-index: 2000;
	}
	#gNav .listNav .parent {
		color: #fff;
	}
	.listNav {
		position: relative;
		background: #8471a0;
	}
	#gNav .listNav .parent {
		padding: 13px 13px 13px 50px;
		border-bottom: 1px solid #644b85;
	}
}

#gNav .listNav {
	position: relative;
	margin-top: 5px;
}

#gNav2 .listNav {
	position: relative;
	margin-top: 20px;
}

#gNav2 li a {
	font-weight: 600;
}

#gNav .listNav .parent {
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}

@media all and (min-width: 1250px) {
	.gHeaderBox .sns {
		padding-right: 15px;
	}
}
@media all and (max-width: 1200px) {
	.gHeaderBox {
		padding-right: 15px;
	}
}
	#gNav2 {
		padding-left: 20px;
	}

@media all and (min-width: 900px) {
	.gHeaderBox {
		float: right;
		padding-top: 5px;
	}
	#gNav2 {
		float: left;
	}
	#gHeaderWrap {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}
	#gHeader {
		position: fixed;
		z-index: 2000;
		width: 100%;
		margin: auto;
		background: rgba(255,255,255,0.8);
		box-sizing: border-box;
	}
	#gHeader::after {
		display: block;
		content: "";
		display: block;
		clear: both;
	}
	#gNav2 .listNav {
		display: table;
		border: 0;
	}
	#gNav2 .listNav li {
		display: table-cell;
		padding: 5px 20px 0 0;
		border: 0;
		white-space: nowrap;
	}
	#gNav2 .listNav::after {
		display: none;
	}
	.gHeaderBox .logo {
		padding: 12px 0 14px;
	}
	.gHeaderBox .sns {
		padding-bottom: 0px;
	}
	.gHeaderBox .logo img {
		width: 185px;
	}
	.gHeaderBox .sns {
		position: relative;
	}
	.gHeaderBox .sns li img {
		width: 35px;
		margin-left: 15px;
	}
}



/* #overlay
================================================ */

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 10;
}

@media all and (min-width: 900px) {
	#overlay {
		display: none !important;
	}
}



/* #gFooter
================================================ */

#gFooter {
	position: relative;
}
#ftBtm {
	padding: 15px;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	background: #634a84;
}

@media all and (max-width: 599px) {
	#ftInfo ul {
		margin: 50px 0;
	}
	#ftInfo li {
		margin: 30px 0;
	}
}

@media all and (min-width: 600px) {
	#ftInfo ul {
		display: table;
		margin: auto;
	}
	#ftInfo li {
		display: table-cell;
		padding: 40px 0;
		vertical-align: top;
	}
	#ftInfo li:last-child {
		padding-left: 70px;
	}
	#ftInfo img {
		width: auto;
		height: 85px;
	}
}



/*	
================================================ */
/*	content
================================================ */


#mainVisual {
	position: relative;
}
#mainVisual .arw {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 5px;
}
@media all and (min-width: 600px) {
	#mainVisual .arw img {
		width: 100px;
	}
	#mainVisual .arw {
		margin-left: -50px;
		bottom: 5px;
	}
}

/*	#talk
================================================ */
#talk01 {
	margin: 10px 0 2px;
}
@media all and (min-width: 600px) {
	#talk01 {
		margin: 35px 0 2px;
	}
}
#talk02,
#talk03,
#talk04 {
	margin: 2px 0;
}

.tit01 {
	position: relative;
	cursor: pointer;
	background-positon: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tit01::after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height:0;
	left: 4.5%;
	top: calc(50% - 15px);
	border: 20px solid transparent;
	border-top: 30px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tit01.is_active::after {
	top: calc(50% - 30px);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media all and (max-width: 899px) {
	.tit01::after {
		top: calc(50% - 12px);
		left: 4%;
		border: 16px solid transparent;
		border-top: 24px solid #fff;
	}
	.tit01.is_active::after {
		top: calc(50% - 24px);
	}
}
@media all and (max-width: 599px) {
	.tit01::after {
		top: calc(50% - 8px);
		left: 3%;
		border: 10px solid transparent;
		border-top: 15px solid #fff;
	}
	.tit01.is_active::after {
		top: calc(50% - 15px);
	}
}
@media all and (max-width: 374px) {
	.tit01::after {
		top: calc(50% - 6px);
		left: 3%;
		border: 8px solid transparent;
		border-top: 12px solid #fff;
	}
	.tit01.is_active::after {
		top: calc(50% - 12px);
	}
}

#talk01 .tit01 {
	background-image: url("../images/talk01_tit.jpg");
}
#talk01 .tit01.is_active {
	background-image: url("../images/talk01_tit_on.png");
}
#talk02 .tit01 {
	background-image: url("../images/talk02_tit.jpg");
}
#talk02 .tit01.is_active {
	background-image: url("../images/talk02_tit_on.png");
}
#talk03 .tit01 {
	background-image: url("../images/talk03_tit.jpg");
}
#talk03 .tit01.is_active {
	background-image: url("../images/talk03_tit_on.png");
}
#talk04 .tit01 {
	background-image: url("../images/talk04_tit.jpg");
}
#talk04 .tit01.is_active {
	background-image: url("../images/talk04_tit_on.png");
}

.tit02 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: 500;
}
.talkBox {
	display: none;
}
.talkBox {
	margin: 20px 10px;
}
.talkBox .txt01,
.txtStrong {
	font-weight: 600;
}
.arw {
	text-align: center;
}

@media all and (max-width: 599px) {
	.tit02 {
		font-size: 2rem;
	}
	.innerWrap > div {
		margin: 0 0 20px;
	}
	.talkBox .pic01 {
		width: 250px;
	}
	.talkBox .pic02 {
		margin: 0 -10px 20px;
		width: calc(100% + 20px);
	}
	.talkBox .txt {
		margin: 0 0 8px;
		font-size: 1.3rem;
	}
	.innerWrap .picWrap {
		text-align: center;
	}
	.arw img {
		width: 40px;
	}
}

@media all and (min-width: 1100px) {
	.talkBox {
		width: 80%;
		margin: 25px auto;
	}
}

@media all and (min-width: 600px) {
	.talkBox .pic02 {
		margin-bottom: 50px;
	}
	.talkBox .txt {
		margin: 0 0 10px;
		font-size: 1.5rem;
	}
	.tit02 {
		font-size: 3.6rem;
	}
	.innerWrap {
		margin: 20px 0 50px 0;
		display: table;
		width: 100%;
	}
	.innerWrap > div {
		display: table-cell;
		vertical-align: top;
	}
}
@media all and (min-width: 1200px) {
	.talkBox {
		margin: 25px auto;
		width: 80%;
	}
	.talkBox .pic01 {
		width: 100%;
	}
	.txtWrap.area01 {
		width: 51.5%;
		padding-right: 10%;
		box-sizing: border-box;
	}
	.picWrap.area01 {
		width: 56%;
		padding-right: 10%;
		box-sizing: border-box;
	}
	.innerWrap .picWrap:nth-child(2) {
		width: 48.5%;
		box-sizing: border-box;
	}
	.innerWrap.pic2 .picWrap:nth-child(1) {
		width: 50%;
		padding: 0 2% 0 0;
		box-sizing: border-box;
	}
	.innerWrap.pic2 .picWrap:nth-child(2) {
		width: 50%;
		padding: 0 0 0 2%;
		box-sizing: border-box;
	}
	.arw img {
		width: 85px;
	}
}

@media all and (max-width: 1199px)  and (min-width: 600px) {
	.talkBox {
		margin: 25px auto;
		width: 90%;
	}
	.txtWrap.area01 {
		width: 51%;
		padding-right: 5%;
	}
	.picWrap {
		width: 49%;
	}
	.picWrap.area01 {
		width: 56%;
		padding-right: 7%;
	}
	.innerWrap.pic2 .picWrap:nth-child(1) {
		widthh: 49%;
		padding-right: 1%;
		box-sizing: border-box;
	}
	.innerWrap.pic2 .picWrap:nth-child(2) {
		widthh: 49%;
		padding-left: 1%;
		box-sizing: border-box;
	}
	.arw img {
		width: 85px;
	}
}


/*	#profile
================================================ */

#profile .profileList .txt01 {
	margin: 20px 0 5px;
	font-size: 2rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: 600;
	line-height: 1;
}
#profile .profileList .txt02 {
	margin: 5px 0 10px;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #caa846;
}
#profile .profileList .txt03 {
	font-size: 1.2rem;
}
#profile .date {
	padding-right: 25px;
	font-size: 1.3rem;
	text-align: right;
}

@media all and (max-width: 599px) {
	#profile .profileList li {
		margin: 30px 25px;
	}
}

@media all and (min-width: 600px) {
	#profile .profileList {
		margin: auto;
		display: table;
	}
	#profile .profileList li {
		display: table-cell;
		vertical-align: top;
	}
	#profile .profileList li:first-child {
		width: 55%;
	}
	#profile .profileList li:last-child {
		width: 45%;
	}
	#profile .profileList .txt01 {
		margin: 25px 0 10px;
		font-size: 2.8rem;
	}
	#profile .profileList .txt02 {
		margin: 10px 0 15px;
		font-size: 1.7rem;
	}
	#profile .profileList .txt03 {
		font-size: 1.4rem;
	}
	#profile .date {
		padding-right: 50px;
		font-size: 1.5rem;
	}
}
@media all and (min-width: 1200px) {
	#profile .profileList {
		width: 80%;
	}
}
@media all and (max-width: 1199px) and (min-width: 600px) {
	#profile .profileList {
		width: 80%;
	}
	#profile .profileList li:first-child {
		padding-right: 20px;
		box-sizing: border-box;
	}
}
