@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

共通

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
body {
	padding-top: 60px;
}

.sp_only {
	display: none;
}

.inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
h2
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
h2 {
	margin-bottom: 70px;
	font-size: 40px;
	font-size: 4rem;
}

h2 .sub {
	font-size: 14px;
	font-size: 1.4rem;
}

#under .h2box {
	padding-top: 15px;
	margin-bottom: 40px;
}

#under .h2box h2 {
	margin-bottom: 50px;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
section
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/
section {
	padding: 60px 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

header

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
header {
	height: 60px;
}

header h1 {
	padding: 15px 0;
}

header .drawer-hamburger {
	display: none;
}

header nav {
	float: right;
	width: 85%;
	overflow: hidden;
}

header ul {
    overflow: hidden;
    float: right;
}

header li {
    float: left;
	margin-left: 4px;
}

header li a {
	display: block;
    text-align: center;
}

header li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	background: #fff;
	transition: 0.7s;
}

header li a:hover:before {
	background: #2c639f;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}

header li span {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
}

header li span:first-of-type{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

header li a span:first-of-type:before {
	top: 2px;
}

/*立体的なボタン*/

header .button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}

header .button::before,
header .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

header .button,
header .button::before,
header .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

header .button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
	padding: 8px 0;
}

header a:hover {
	opacity: 1;
}

header .button p {
	position: relative;
	padding: 0 19px;
	z-index: 100;
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
	perspective: 1px;
}

header .button div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}

/*hoverしたときに覆いかぶさる要素*/
header .button div:nth-of-type(1) {
	background-color: #2c639f;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}

header .button div:nth-of-type(2) {
	background-color: #fff;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
/*ボタンにhoverした時の文字の色*/
header li .button:hover span:first-of-type,
header .button:hover p {
	color: #fff;
}
/*ボタンにhoverした時の丸の色*/
header li .button:hover span:first-of-type:before {
	border-color: #e0961b;
}

header .button:hover div:nth-of-type(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

header .button:hover div:nth-of-type(2) {
	background-color: #2c639f;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

mv

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#mv {
	height: 1000px;
	height: calc(100vh - 60px);
	background-attachment: fixed;
}

#mv .blur {
	position: absolute;
	width: 100%;
	left: 0;
	top: 20%;
}

@media all and (-ms-high-contrast:none){
#mv .blur { top: 19%\0; }
}

#mv .catch p.bigtl {
	font-size: 35px;
	font-size: 3.5rem;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

#mv .catch p.smalltl {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 1px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

service

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/



/*------------------------------------------------------------
■ content_box
------------------------------------------------------------*/

#service .content_box {
	margin-bottom: 40px;
}

#service .main_service {
	width: 18.4%;
}

#service .content_box div+div {
	margin-left: 2%;
}

#service .content_box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	height: 60px;
}

#service .main_service .imgbox {
	padding-top: 92%;
	position: relative;
}

#service .main_service img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 130px;
	width: 72%;
}

#service ul {
	padding: 10px 0;
}

#service ul li {
	margin-bottom: 3px;
}

.content_box ul li {
	padding-right: 5px;
}

/*------------------------------------------------------------
■ other
------------------------------------------------------------*/
#service .other {
	overflow: hidden;
}

#service .other h3 {
	position: relative;
	float: left;
	width: 120px;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 4px;
}

#service .other h3:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19.5px 0 19.5px 20px;
	border-color: transparent transparent transparent #2c649f;
}

#service .other div {
	float: right;
	width: 850px;
	overflow: hidden;
}

#service .other ul {
	overflow: hidden;
	text-align: right;
}

#service .other ul li {
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
	display: inline-block;
}

#service .other ul li+li {
	margin-left: 5px;
}

/*モーダルが残った状態で画面サイズを変更した場合見えなくする*/
.mfp-bg,
.mfp-wrap {
	display: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

concept

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#concept .content_box {
	display: table;
	width: 100%;
}

#concept .imgbox,
#concept .textbox {
	display: table-cell;
	vertical-align: bottom;
}

#concept .imgbox {
	width: 52%;
}

#concept .textbox {
	width: 48%;
	padding-bottom: 30px;
	padding-left: 3%;
}

#concept .textbox p {
	display: inline-block;
	padding: 10px;
	font-size: 23px;
	font-size: 2.3rem;
}

#concept .textbox p span {
	margin-top: 10px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

character

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#character {
	padding: 0;
}

#character .bg {
	max-width: 1090px;
	margin: 0 auto;
	background: #ffe4b7;
}

#character strong {
	letter-spacing: 2px;
}

#character .pt_adjust {
	padding-top: 80px;
}

#character .pb_adjust {
	padding-bottom: 80px;
}

#character .catch {
	font-size: 30px;
	font-size: 3rem;
}

#character .character_box {
	overflow: hidden;
	padding: 0 4px;
	margin-top: 30px;
	margin-bottom: 15px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#character .character_box div {
	width: 49%;
	float: left;
	margin-bottom: 20px;
	padding: 15px 5px 10px 5px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}

#character .character_box p {
	line-height: 1.8;
	letter-spacing: 1px;
}

#character .character_box .lh_normal p {
	line-height: inherit;
}

#character .character_box strong {
	font-size: 20px;
	font-size: 2rem;
	vertical-align: middle;
}

#character .character_box strong.small {
	font-size: 14px;
	font-size: 1.4rem;
}

#character .character_box div:nth-of-type(2),
#character .character_box div:nth-of-type(2n + 5) {
	margin-left: 2%;
}

#character .character_box div.pctb_big {
	width: 100%;
}

#character:before {
	top: 0;
	left: 0;
	border-width: 50px 100vw 0 0;
}

#character:after {
	top: 15px;
	left: 0;
	border-width: 20px 0 20px 30vw;
}

#character .wrap:before {
	bottom: 0;
	right: 0;
	border-width: 0 0 50px 100vw;
}

#character .wrap:after {
	bottom: -20px;
	right: 0;
	border-width: 20px 30vw 20px 0;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

outline

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#outline {
	background: #b3e5ff url(../images/outline_bg.png) center top no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#outline th,
#outline td,
#outline td a {
	font-size: 18px;
	font-size: 1.8rem;
}

#outline th {
	width: 18%;
}

#outline td {
	width: 82%;
}

/*______________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lightbox
________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
*/

#outline .outline_btn {
	width: 170px;
}

#outline .outline_btn:before {
	top: 11px;
	left: 20px;
	width: 6px;
	height: 6px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

privacy

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#privacy .mt_hosoku {
	margin-left: -40px;
}

#privacy {
	padding: 60px 0 80px;
}

#under #privacy {
	padding: 0 0 100px;
}

#privacy h3 {
	font-size: 18px;
}

#privacy .block:not(:first-of-type) h3 {
	margin-top: 35px;
}

#privacy .block p,
#privacy ol li,
#privacy ul li {
	font-size: 13px;
}

#privacy h3+p,
#privacy h3+ul,
#privacy h3+ol {
	margin-top: 24px;
}

#privacy .title_num {
	width: 40px;
	height: 42px;
	font-size: 22px;
	padding: 3px 0 3px 8px;
	margin-right: 1.8em;
}

#privacy .title_num:before {
	top: 0;
	right: -18px;
	border-width: 21px 0 21px 18px;
}

#privacy .block p,
#privacy ul li,
#privacy ol li {
	letter-spacing: 1px;
}

#privacy ul li,
#privacy ol li {
	margin-bottom: 0.9em;
	padding-left: 40px;
}

#privacy ul li:last-of-type,
#privacy ol li:last-of-type {
	margin-bottom: .5em;
}

#privacy .inbox {
	margin-left: 40px;
}

#privacy .block > .inbox > ol li:before {
	text-align: center;
	width: 40px;
	padding-left: 8px;
}

#privacy .block > ol li:after {
	top: 8px;
	left: 22px;
}

#privacy ul li {
	padding-right: 10px;
}

#privacy ul li:before {
	top: 10px;
	left: 27px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

top_button

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#top_button {
	width: 200px;
	height: 200px;
}

#top_button a {
	width: 54px;
	height: 54px;
}

#top_button a:before,
#top_button a:after {
	top: 24px;
}

#top_button a:before{
	left: 15px;
}
#top_button a:after {
	right: 15px;
}

#top_button .animation img {
	width: 4800px;
}

#top_button .animation {
	top: 25px;
	left: 25px;
}
