@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
	width: 100%;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	word-break: break-all; 
}
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;
}

ul,ol{
	list-style: none;
  letter-spacing: -0.5em;
}
li {letter-spacing: normal;}
a{
    text-decoration: none;
	display: inline-block;
cursor: pointer;
	word-break: break-all; 
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　フォント
--------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ","Meiryo","Arial",sans-serif;
	color: #6c6c6c;
	font-size: 16px;
  	line-height:160%;
	letter-spacing: .05em;
    text-align: center;
    position: relative;
	background: #fff;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　基本スタイル
--------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
::-webkit-scrollbar { display:none;}

/*--------------------------------------------------------------------------------------------------------------------------
　　共通class
--------------------------------------------------------------------------------------------------------------------------*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bold{font-weight: bold;}

.no_disp{display: none!important;}

.a_center{text-align: center;}
.a_left{text-align: left;}

.relative{position: relative;}

.pc_on{display: inline-block!important;}
.sp_on{display: none!important;}


@media print, screen and (max-width: 999px) {
.pc_on{display: none!important;}
.sp_on{display: inline-block!important;}

}

/*----------------------------------------------------------------------------------------------------------------------------------
	3カラム コンテンツ
----------------------------------------------------------------------------------------------------------------------------------*/
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
}
.bk_box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	justify-content: space-between;
	align-items: flex-start;
	z-index: -1;
}
.bk_img{
	width: calc((100% - 450px)/2);
	height: 100vh;
	overflow: hidden;
}
.bk_img img{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  min-width: 100%;
    min-height: 100%;
  object-fit: cover;
font-family:"object-fit:cover;";
}
.left_img_box{order: 1;}
.right_img_box{order: 2;}

.contents_outline{
	width: 100%;
	max-width: 454px;
	margin: 0 auto;
	padding:0 25px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	min-height: 100vh;
}
.contents{
	min-height: 100vh;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding: 65px 0 55px;
}



/*---- header --------------------------------------*/

.header{
	width: 399px;
	justify-content: flex-start;
	align-items: center;
	padding: 0 15px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 10000;
	background: #fff;
	height: 65px;
	box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.logo img{
	height: 40px;
	width: auto;
}

@media print, screen and (max-width: 450px) {
	.contents,
	.contents_outline{border:none;}
	.contents_outline{padding:0;}
	.header{width: 100%;}
}


/*----------------------------------------------------------------------------------------------------------------------------------
　 　footer
----------------------------------------------------------------------------------------------------------------------------------*/
.copy{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: left 0.5s ease 0s;
	line-height: 55px;
	font-size: 88%;
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 　page_top
----------------------------------------------------------------------------------------------------------------------------------*/
.page_top{
  position: fixed;
  right: 20px;
    bottom: 10px;
  z-index: 1000;
}
.page_top a {
    font-size: 200%;
    background: rgb(255,255,255,.8);
    border-radius: 10px;
    border: solid 2px #000;
    text-decoration: none;
    color: #000;
    width: 80px;
	height: 80px;
	justify-content: center;
	align-items: center;
}
.page_top a::before{
font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
}
@media print, screen and (max-width: 750px){

.page_top a {
    font-size: 175%;
    padding: 0px 18px;
    width: 55px;
	height: 55px;
	}
.page_top {right: 5px;}
}
