@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
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, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

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

* {
	box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #666666;
	font-size: 1.4em;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Helvetica,Arial,sans-serif;
	line-height: 1.5;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 1.6em;
		line-height: 1.8;
	}
}

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

ul,ol{list-style-type:none;}

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

img, input, select, textarea { 
	vertical-align: middle;
}

span, small, strong, em {
	color: inherit;
}
:before,
:after {
	box-sizing: inherit;
}

a{
	color: #6759a1;
	transition: 0.5s;
}
a:hover{
	color: #cc3fbd;
}

a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.ios a:hover img {
	opacity: 1;
}


/*
=========================================
	Base Layout
=========================================
*/

/*Container
---------------*/
.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}
.container-middle {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 15px;
}
.container:after,
.container-middle:after {
	content: "";
	display: block;
	clear: both;
}

/*両端フルサイズ*/	
.full{
	margin-left: 0;
	margin-right: 0;
}

@media screen and (min-width: 768px) {
	.gnav {
		float: left;
		width: 30%;
	}
	.main {
		float: right;
		width: 65%;
		margin-top: 30px;
	}
}



/*Header
---------------*/
.header {
	margin-bottom: 10px;
	background: 
	linear-gradient(rgba(255,255,255,0),rgba(234,232,244,1)),
	url(../img/bg_mv.png) right top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header .container {
	padding-bottom: 20px;
}
.hd-logo {
	width: 50%;
	max-width: 348px;
	padding: 15px;
}
.hd-catch {
	margin-bottom: 1.5em;
	text-align: center;
}
.hd-catch_txt01 {
	font-size: 2em;
	font-size: 8vw;
}
.hd-img {
	width: 70%;
	margin: auto;
}
/*PC*/
@media screen and (min-width: 768px) {
	.header .container {
		margin-top: -5%;
		display: table;
		width: 100%;
	}
	.hd-catch {
		display: table-cell;
		width: 60%;
		vertical-align: middle;
	}
	.hd-img {
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
	.hd-catch_txt01 {
		font-size: 4.68vw;
	}
}
@media screen and (min-width: 1280px) {
	.hd-catch_txt01 {
		font-size: 60px;
	}
}


/*Gnav
---------------*/
.gnav {
	margin: 30px 0;
}
.gnav ul {
	display: flex;
	justify-content: space-around;
}
.gnav li {
	width: 30%;
}
.gnav a {
	display: block;
	padding: 15px;
	background: #978cb8;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.gnav a:hover {
	background: #c0b2e9;
}
@media screen and (min-width: 768px) {
	.gnav ul {
		display: block;
	}
	.gnav li {
		width: auto;
		margin-bottom: 20px;
	}
}

/*Footer
---------------*/
.footer {
	padding: 15px;
	border-top: 1px solid #978cb8;
	text-align: center;
}
.ft-link {
	font-size: 0.8em;
}
@media screen and (min-width: 768px) {
	.ft-link {
		margin-top: -25px;
		text-align: right;
	}
}

/*PageTop
---------------*/
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#pagetop a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: #978cb8;
	border-radius: 50%;
	text-indent: -9999px;
}
#pagetop a:hover {
	background: #cc3fbd;
}
#pagetop a:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -30%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
	#pagetop {
		bottom: 65px;
	}
	#pagetop a {
		width: 80px;
		height: 80px;
	}
}

/*Section
---------------*/
main > section {
	margin-bottom: 7%;
}

/*
==========================================
	Contents
==========================================
*/


/*company
-----------------*/
.company {
	border-bottom: 1px dotted #ccc;
}
.company dt{
	clear: left;
	float: left;
	width: 20%;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.company dd {
	overflow: hidden;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
}
.company dt:first-of-type,
.company dd:first-of-type {
	border-top: none;
}

/*contact
-----------------*/
.contact {
	padding: 15px;
	border: 1px solid #978cb8;
	font-style: normal;
}
.contact dt {
	clear: left;
	float: left;
	width: 20%;
}
.contact dd {
	overflow: hidden;
}

/*privacy policy
-----------------*/
.privacy dt {
	margin-top: 20px;
	font-weight: bold;
}
.privacy ul {
	margin-top: 10px;
}
.privacy li {
	margin-left: 2em;
	list-style: disc;
}

/*contact form
-----------------*/
#formWrap {
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
table.formTable input {
	box-sizing: border-box;
	width: calc(100% - 5em);
	padding: 10px;
}
table.formTable textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border:1px solid #ccc;
}
table.formTable .require {
	font-size: 0.7em;
	color: #c00;
}
/*
==========================================
	Modules
==========================================
*/

/*heading
-----------------*/
.h2-basic01 {
	color: #64569f;
	font-size: 18px;
	font-size: 6vw;
}
.h2-basic01:after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 15px;
	background: linear-gradient(to right, #978cb8, #ffffff);
}
/*PC*/
@media screen and (min-width: 768px) {
	.h2-basic01 {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 1.4;
	}
	.h2-basic01:after {
		height: 10px;s
	}
}



/*list
-----------------*/
.list-type01 li {
	position: relative;
	padding-left: 2em;
}
.list-type01 li:before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background: #978cb8;
	position: absolute;
	left: 0;
	top: 0.3em;
}

.list-type02 li {
	position: relative;
	padding-left: 1em;
}
.list-type02 li:before {
	content: "";
	display: block;
	width: 0.5em;
	height: 0.5em;
	background: #978cb8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.5em;
}

/*note
-----------------*/
.note {
	font-size: 0.8em;
}

/*webfonts
-----------------*/
.f-sgR {
	font-family: "UD新ゴ R", UD Shin Go Regular, sans-serif;
}

/*
==========================================
	Utilities
==========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 15px; margin-bottom: 15px;}
.fr-img{ float: right; margin-left: 15px; margin-bottom: 15px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}

/* 表示切り替え
---------------------------------*/
.sp {display: block;}
.pc {display: none;}
.hidden {
	height: 0;
	visibility: hidden;
	font-size: 0;
}

/*PC*/
@media screen and (min-width:768px){
	.sp {display: none;}
	.pc {display: block;}	
}

