@charset "utf-8";

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

共通

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

.sp_none {
	display: none;
}

.inner {
	padding: 0 15px;
}

section {
	padding: 30px 0;
}

h2 {
	margin-bottom: 40px;
	letter-spacing: 2px;
	font-size: 2.5rem;
}

#under .h2box {
	padding-top: 10px;
	margin-bottom: 30px;
}

.list_dots li:before {
	top: 8px;
	left: 8px;
}

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

header

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
header {
	height: auto;
}

header .inner {
	padding: 0;
}

header h1 {
	width: 130px;
	padding: 10px 0;
	margin-left: 10px;
}

nav .slicknav_nav li {
	border-top: 1px solid #2c639f;
}

nav .slicknav_nav li a {
	padding: 10px;
}

header li a span:first-of-type {
	position: relative;
	padding-left: 15px;
	color: #2C639F;
	font-weight: bold;
	margin-right: 10px;
	font-size: 1.4rem;
}

header li a span:first-of-type:before {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 6px;
	height: 6px;
	border: 2px solid #2C639F;
	border-radius: 50%;
}

header li a span:nth-of-type(2) {
	color: #333;
}

.js #menu {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

header .slicknav_menu .slicknav_icon-bar {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .mfp-arrow {
	top: 50%;
}

body .mfp-arrow-left:after,
body .mfp-arrow-left:before {
	border: 0 !important;
	margin: 0 !important;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	left: 10px;
}

body .mfp-arrow-left:before {
	content: "";
	/*display: block !important;*/
	position: absolute;
	top: 51px;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body .mfp-arrow-left:after {
	content: "";
	/*display: block !important;*/
	position: absolute;
	top: 69px;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body .mfp-arrow-right:after,
body .mfp-arrow-right:before {
	border: 0 !important;
	margin: 0 !important;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 10px;
	right: 10px;
}

body .mfp-arrow-right:before {
	content: "";
	/*display: block !important;*/
	position: absolute;
	top: 51px;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body .mfp-arrow-right:after {
	content: "";
	/*display: block !important;*/
	position: absolute;
	top: 69px;
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

mv

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#mv {
	padding: 90px 0;
}

.bigtl {
	font-size: 19px;
	font-size: 5.4vw;
	padding: 0 10px;
}

.smalltl {
	padding: 0 10px;
	margin-top: 10px;
	font-size: 11px;
	font-size: 3.2vw;
}


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

service

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

#myCanvas {
	width: 200%;
}

#service {
	background-size: 768px;
	padding: 30px 0 90px;
}

@media all and (-ms-high-contrast:none){
#service {
	background-size: 768px 59px\0;
	}
}

#service .content_box {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -20px;
}

#service .content_box ul {
	display: none;
}

#service .content_box h3 {
	font-size: 1.2rem;
	height: 45px;
}

#service .content_box div {
	width: 31%;
	margin-bottom: 20px;
}

#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%);
	width: 72%;
}

#service .content_box .other {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	background: #2c639f;
}

#service .content_box .other h3 {
	padding: 0;
}

#service .content_box .other h3:after {
	display: none;
}

/*for ie*/

:root #service .other {
	float: left\0;
	margin-left: 3.5%\0;
}

:root #service .other h3 {
	padding: 40% 0 50%\0;
}

:root #service .main_service {
	margin-left: 3.5%\0;
}
:root #service .main_service:nth-of-type(3n+1) {
	margin-left: 0\0;
}
@media all and (-ms-high-contrast:none){
:root #service .main_service {
	margin-left: 3.5%\0;
}
:root #service .main_service:nth-of-type(3n+1) {
	margin-left: 0\0;
}
:root #service .other {
	float: left\0;
	margin-left: 3.5%\0;
}
:root #service .other h3 {
	padding: 40% 0 50%\0;
}
}

/*------------------------------------------------------------
■ lightbox
------------------------------------------------------------*/

body .mfp-inline-holder .mfp-content {
	width: 80%;
}

body .mfp-content .imgbox {
	padding: 30px 0;
}

body .mfp-content .imgbox img {
	margin: 0 auto;
	width: 72%;
}

body .mfp-content .animated {
	background: #e5ebef;
}

body .mfp-wrap .mfp-hide {
	display: block !important;
}

body .mfp-inline-holder .mfp-content,
body .mfp-ajax-holder .mfp-content {
	max-width: 450px;
}

body .mfp-content h3 {
	color: #fff;
	background: #E0961B;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 50px;
}

body .mfp-content .other h3 {
	background: #2C639F;
}

body .mfp-content ul {
	padding: 10px;
}


body .other .mfp-close {
	color: #fff;
	right: 2px;
	top: 3px;
}

body .mfp-arrow {
	width: 10%;
}

body .mfp-arrow:after {
	border-top-width: 20px;
	border-bottom-width: 20px;
}

body .mfp-arrow-left:after {
	border-right: 25px solid #FFF;
	margin-left: 25%;
}

body .mfp-arrow-right:after {
	border-left: 25px solid #FFF;
	margin-left: 0;
}
/*
body .mfp-arrow:before {
	display: none;
}*/

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

concept

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

#concept .content_box {
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	max-width: 450px;
	margin: 0 auto;
}

#concept .imgbox {
	margin-top: 20px;
	text-align: center;
}

#concept .textbox p {
	text-align: left;
}

#concept .imgbox img {
	display: inline-block;
}

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

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

character

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#character {
	padding: 70px 0 30px;
	background-image: none;
	background: #ffe4b7;
}

#character .character_box {
	margin: 20px 0 0;
}

#character .character_box + .catch {
	margin-top: 25px;
}

#character .character_box div {
	margin-bottom: 10px;
}

#character .character_box div:last-of-type {
	margin-bottom: 0;
}

#character .character_box p {
	padding: 10px 10px;
}

#character strong {
	font-size: 1.5rem;
}

#character .character_box strong {
	display: inline-block;
	margin-top: 5px;
}

#character .character_box strong+strong {
	margin-top: 0;
}

#character .character_box .hosoku {
	text-align: center;
}

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

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

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

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

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

outline

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#outline {
	padding: 30px 0 30px;
	background-size: cover;
}

#outline table {
	width: 100%;
}

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

#outline td a,
#outline th,
#outline td {
	font-size: 1.5rem;
}

#outline th {
	width: 30%;
}

#outline td {
	padding: 12px 0 8px 10px;
	width: 70%;
}

#outline .outline_btn {
	max-width: 160px;
}

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

body .featherlight .featherlight-content {
	width: 88%;
}

#detail_content li {
	position: relative;
	color: #fff;
	padding-left: 1em;
	font-weight: 100;

}

#detail_content li:not(:last-of-type) {
	margin-bottom: 5px;
}

#detail_content li:before {
	top: 7px;
	left: 0;
}

body .featherlight {
	overflow: auto;
	padding: 30px 0;
}

body .featherlight .featherlight-content {
	max-height: inherit;
	overflow: visible;
	padding: 45px 30px;
}

body .featherlight .featherlight-close-icon {
	top: -25px;
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	color: rgba(44, 99, 159, 0.85);
	background: rgba(255, 255, 255, 0.67);
}

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

privacy

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

#privacy {
	padding: 30px 0 70px;
}

#privacy .mt_hosoku {
	margin-left: -24px;
}

#privacy .button_frame {
	width: 220px;
}

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

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

#privacy .title_num {
	width: 30px;
	height: 30px;
	padding: 5px 0 5px 6px;
	margin-right: 24px;
}

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

#privacy ul li,
#privacy ol li {
	padding-left: 24px;
	margin-bottom: 5px;
}

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

#privacy .block > .inbox > ol li:before {
	left: 6px;
}

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

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

top_button

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

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

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

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

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

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

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

gmap

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#map_canvas {
	height: 300px;
}

#map_canvas2 {
	display: none;
}

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

footer

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

footer p {
	text-align: center;
}

footer small {
	display: block;
	padding-right: 0;
	margin-right: 0;
}

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