@charset "UTF-8";
/* reset
--------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
}

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

li {
  list-style: none;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

img {
  border: 0;
  vertical-align: bottom;
}

/* structure
--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
font-family: "Yu Gothic", YuGothic, sans-serif;
  background-color: #fff;
  font-size: 1.6em;
  font-size: 1.6rem;
  letter-spacing: .02em;
  line-height: 1.4;
  color: #333;
  opacity: 0;
}

body.android {
  font-family: "Sawarabi Mincho", serif;
}

#wrapper {
	position: relative;
  margin: 0 auto;
  overflow: hidden;
	min-height: 100%;
}

.inner {
  /*padding: 0 1.5rem;*/
}

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

.mover {
  -webkit-transition: .3s;
  transition: .3s;
}

.mover:hover,
.mover.hover {
  opacity: .7;
}

.sp_none {
  display: none !important;
}

.pc_none {
  display: block !important;
}

br.pc_none {
  display: inline-block !important;
}

.txt_c {
  text-align: center !important;
}

.txt_r {
  text-align: right !important;
}
.mt10	{
	margin-top: 10px !important;
}
.p1em{padding: 1em;}
.p1em a{
	text-decoration: underline;
}
.p1em a:hover{
	text-decoration: none;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	/* header
	--------------------------------------*/
	#header .h_inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 7rem;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 1000;
	}
	#header .h_inner ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
		padding: 1rem 1.5rem 0;
	}
	#header .h_inner li {
		width: 50%;
		text-align: center;
	}
	#header .h_inner li:nth-child(n+3) {
		margin-top: .5rem;
	}
	#header .h_inner li img {
		width: auto !important;
		max-width: initial;
		height: 2.6rem !important;
	}
	#header .h_inner li.link_ij img {
		height: 2.2rem !important;
		margin-top: .3rem;
	}
	#header .h_inner li.link_na {
		width: 100%;
	}
	#header .h_inner ul li.link_na img {
		height: 4rem !important;	
	}
}

@media screen and (max-width: 767px) {
  /* SP */
 /* img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }*/
	/* contents
	----------------------------- */
	#contents {
		position: relative;
		z-index: 2;
		padding-bottom: 7.5rem;
	}

	/* footer
	--------------------------------------*/
	footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
    z-index: 100;
	}
	footer::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1rem;
		background-color: #333;
	}
  /* pagetop
  --------------------------------------*/
  .pagetop {
		position: relative;
    margin: 0 auto;
		width: 100%;
  }
  .pagetop a {
    display: block;
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 4rem;
    height: 4rem;
		color: #b32923;
		background-color: #b32923;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 100;
		transform: translateY(5rem);
  }
  .pagetop a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.4rem 0 0 -.5rem;
    width: 1rem;
    height: 1rem;
    border-top: .2rem solid #fff;
    border-right: .2rem solid #fff;
    transform: rotate(-45deg) skew(-8deg, -8deg);
  }
	.pagetop.active a {
		transform: translateY(0);
  }
  .pagetop.fixed a {
    position: fixed;
  }

}
@media screen and (min-width: 768px) {
  /* PC */
  #wrapper {
    min-width: 960px;
  }

  .inner {
    margin: 0 auto;
    padding: 0;
    width: 960px;
  }

  a[href^="tel"] {
    pointer-events: none !important;
  }

  .sp_none {
    display: block !important;
  }
	br.sp_none {
    display: inline-block !important;
  }

  .pc_none,
  br.pc_none {
    display: none !important;
  }

  .mt15 {
    margin-top: 15px !important;
  }

  .mt25 {
    margin-top: 25px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb55 {
    margin-bottom: 55px !important;
  }

  /* header
  --------------------------------------*/
  #header .h_inner {
    height: 80px;
  }
	#header .h_inner ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 auto;
		width: 960px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
#header .h_inner ul li.link_na img {
		height: 60px !important;	
	}
	/* contents
	----------------------------- */
	#contents {
		position: relative;
		z-index: 2;
		padding-bottom: 120px;
	}

	/* footer
	--------------------------------------*/
	footer {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		min-width: 960px;
    z-index: 100;
	}
	footer::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 20px;
		background-color: #333;
	}
  /* pagetop
  --------------------------------------*/
  .pagetop {
		position: relative;
    margin: 0 auto;
		width: 960px;
  }

  .pagetop a {
	display: block;
	position: absolute;
	bottom: 20px;
	margin-left: 880px;
	width: 80px;
	height: 80px;
	color: #b32923;
	background-color: #007db1;
	z-index: 100;
	transform: translateY(100px);
  }
  .pagetop a::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: -8px 0 0 -12px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg) skew(-8deg, -8deg);
  }
	.pagetop.active a {
		transform: translateY(0);
  }
  .pagetop.fixed a {
    position: fixed;
  }
}

.main_visual {
  padding: 8rem 1.5rem 0;
  height: 18rem;
	background: url(../img/bg_ttl_main.png);
	background-size: 32px 32px;
  text-align: center;
  overflow: hidden;
}

.main_visual h1 {
  position: relative;
  display: inline-block;
  height: 8.5rem;
  font-family: "Italianno";
  font-size: 8rem;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  text-align: right;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.8);
}

.main_visual h1::after {
  content: "";
  position: absolute;
  top: 5.4rem;
  left: 1rem;
  width: calc(100% + 3rem);
  height: .1rem;
  background: linear-gradient(90deg, white 0%, white 70%, rgba(255, 255, 255, 0.01) 100%);
  /*box-shadow: .1rem .1rem .2rem rgba(0, 0, 0, .8);*/
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.8));
}

.main_visual h1 span {
  position: absolute;
  bottom: .8rem;
  right: -3rem;
  padding-right: 1rem;
  width: 100%;
font-family: "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.6rem;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.8);
  text-align: right;
}


@media screen and (min-width: 768px) {
  /* PC */
  .btn_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 0;
  }

  .btn_box > * {
    width: 450px;
  }

  .main_visual {
    padding: 60px 0 0;
    height: 220px;
    background-size: 64px 64px;
  }
  .main_visual h1 {
    display: block;
    margin: 0 auto;
    width: 960px;
    height: 103px;
    font-size: 100px;
    text-align: center;
  }

  .main_visual h1::after {
    top: 68px;
    left: 355px;
    width: calc(100% - 355px);
  }

  .main_visual h1 span {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    padding-left: 15px;
    width: 100%;
    text-align: center;
  }

  _:-ms-input-placeholder, :root .main_visual h1::after {
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.8);
  }

  .ttl {
    height: 105px;
    font-size: 100px;
  }

  .ttl::after {
    top: 69px;
  }

  .ttl span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
  }

  .ttl_left::after {
    width: 480px;
    height: .1rem;
    background: linear-gradient(90deg, #23325e 0%, #23325e 70%, rgba(35, 50, 94, 0.01) 95%);
  }

  .ttl_left span {
    display: inline-block;
    padding: 0 0 .5rem 1.5rem;
font-family: "Yu Gothic", YuGothic, sans-serif;
    font-size: 1.6rem;
    vertical-align: middle;
  }

  .summary {
    padding: 30px 0 25px;
  }

  .summary p {
    margin: 0 auto;
    width: 960px;
  }
}

@media screen and (max-width: 767px) {
	.main_visual {
		padding: 8.5rem 1.5rem 0;
	}
	.main_visual h1 span {
		right: 0;
		padding-right: 0;
		text-align: center;
	}
}
@media screen and (max-width: 364px) {
  .main_visual h1 {
    font-size: 20.9vw;
  }
	.main_visual h1::after {
    top: 14.1vw;
  }
  .main_visual h1 span {
    font-size: 4.57vw;
  }
}
