@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Global Styles
------------------------------------------------------------------------ */

/* Initialize
---------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
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, picture {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	background: #fff;
	color: #000;
	word-break: normal;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ins {
	background-color: #ff9;
	color: #fff;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #fff; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	padding: 2px;
}

input, select, button {
    vertical-align: middle;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

area {
	outline: 0;
}


/* WebFonts
---------------------------------------------------------- */

/* NotoSansCJKjp-Regular */

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp-Regular.eot);
	src: local('Noto Sans CJK JP Regular'),
	     local('NotoSansCJKjp-Regular'),
         url(../fonts/NotoSansCJKjp-Regular.woff) format('woff'),
         url(../fonts/NotoSansCJKjp-Regular.otf) format('opentype');
}


/* Override
---------------------------------------------------------- */

body {
	line-height: 1.8;
	color: #000;
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

input, select, textarea {
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
}


/* Utillities
---------------------------------------------------------- */

/* Magnific Popup --------------------------------- */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #fff;
	opacity: 1;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	display: none;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	display: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Button --------------------------------- */

/* .btn-fade */

.btn-fade {
	transition: opacity 200ms linear; 
}

.btn-fade:hover,
.btn-fade:focus {
	text-decoration: none;
	opacity: .7;
}

/* .btn-regist */

.btn-regist {
	display: block;
	width: 100%;
	line-height: 52px;
	border: 2px solid #0a66d4;
	border-radius: 6px;
	background: repeating-linear-gradient(
		-45deg,
		#0b50a2,
		#0b50a2 3px,
		#0a66d4 3px,
		#0a66d4 4px,
		#0b50a2 4px,
		#0b50a2 7px
	);
	box-sizing: border-box;
	color: #fff;
	font-size: 1.44rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .btn-find */

.btn-find {
	display: block;
	width: 100%;
	line-height: 52px;
	border: 2px solid #0b50a2;
	border-radius: 6px;
	background: repeating-linear-gradient(
		-45deg,
		#ffef8c,
		#ffef8c 3px,
		#ffde10 3px,
		#ffde10 4px,
		#ffef8c 4px,
		#ffef8c 7px
	);
	box-sizing: border-box;
	color: #0b50a2;
	font-size: 1.44rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .btn-modal */

.btn-modal {
	display: block;
	width: 100%;
	line-height: 52px;
	border: 2px solid #0b50a2;
	border-radius: 6px;
	background: #ffef8c;
	box-sizing: border-box;
	color: #0b50a2;
	font-size: 1.44rem;
	text-align: center;
	letter-spacing: .1em;
}

.btn-modal span {
	display: inline-block;
	padding-left: 17px;
	background: url(../images/icon-arrow.png) left center no-repeat;
	background-size: 7px auto;
}

/* .btn-home */

.btn-home {
	display: block;
	width: 100%;
	line-height: 52px;
	border: 2px solid #0b50a2;
	border-radius: 6px;
	background: #fffad0;
	box-sizing: border-box;
	color: #0b50a2;
	font-size: 1.44rem;
	text-align: center;
	letter-spacing: .1em;
}

/* Widget --------------------------------- */

.widget-links {
	padding: 30px 0;
	background: #e7f2ff;
}

.widget-links .widget-content {
	margin: 0 auto -20px auto;
	width: 275px;
}

.widget-links .widget-content li {
	margin-bottom: 20px;
	width: 100%;
}

/* Article --------------------------------- */

.article {
	padding-top: 33px;
}

.article-header {
	margin-bottom: 31px;
	text-align: center;
}

.article-header img {
	width: 275px;
	height: auto;
}
/* Section --------------------------------- */

.section {
	padding: 32px 0;
}

.section-header {
	position: relative;
	margin: 0 auto 16px auto;
	width: 223px;
}

.section-header:before,
.section-header:after {
	position: absolute;
	left: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #0b50a2;
	box-sizing: border-box;
	content: '';
}

.section-header:before {
	top: 0;
	border-width: 2px 0 0 2px;
	border-radius: 6px 0 0 0;
}

.section-header:after {
	bottom: 0;
	border-width: 0 0 2px 2px;
	border-radius: 0 0 0 6px;
}

.section-header .title {
	position: relative;
	line-height: 51px;
	color: #0b50a2;
	font-weight: 400;
	font-size: 1.41rem;
	text-align: center;
	letter-spacing: .2em;
}

.section-header .title:before,
.section-header .title:after {
	position: absolute;
	right: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #0b50a2;
	box-sizing: border-box;
	content: '';
}

.section-header .title:before {
	top: 0;
	border-width: 2px 2px 0 0;
	border-radius: 0 6px 0 0;
}

.section-header .title:after {
	bottom: 0;
	border-width: 0 2px 2px 0;
	border-radius: 0 0 6px 0;
}

.section-content {
	padding: 0 23px;
}

/* Modal --------------------------------- */

.modal {
	margin: 0 auto;
	padding: 25px 0;
	width: 320px;
	height: auto;
	text-align: center;
}

.modal-header {
	display: inline-block;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
	font-weight: 400;
	font-size: 1.63rem;
	letter-spacing: .1em;
}

.modal-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 0 30px 0 37px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.modal-content ul li {
	width: 75px;
}

.modal-content ul li a {
	line-height: 2.4;
	font-size: 1.44rem;
	letter-spacing:  .1em;
}


/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	position: relative;
	min-width: 320px;
	width: 100%;
	overflow: hidden;
}

#header {
	padding: 9px 10px 0 0;
	height: 26px;
	border-bottom: 2px solid #87aad3;
	box-sizing: border-box;
}

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

/* #logo */

#logo {
	text-align: right;
}

#logo img {
	width: 73px;
	height: auto;
}

/* #main --------------------------------- */

#main-visual img {
	width: 100%;
	height: auto;
}

/* .block-promises */

.block-promises {
	padding: 0 23px;
}

.block-promises li {
	margin-bottom: 28px;
}

.block-promises li .img {
	margin-bottom: 10px;
}

.block-promises li .title {
	margin-bottom: 8px;
	line-height: 1.6;
	color: #0b50a2;
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
}

.block-promises li .txt {
	font-size: .91rem;
}

/* #section01 */

#section01 {
	padding-bottom: 0;
	background: #e7f2ff;
}

#section01 .block-intro {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: -25px;
}

#section01 .block-intro > li {
	margin-bottom: 25px;
	padding: 21px 23px;
	width: 100%;
	border: 2px solid #ffef8c;
	border-radius: 6px;
	background: #fff;
	box-sizing: border-box;
}

#section01 .block-intro > li > .img {
	margin-bottom: 10px;
}

#section01 .block-intro > li > .txt {
	margin-bottom: 10px;
	font-size: .91rem;
	letter-spacing: .05em;
}

#section01 .block-intro > li > dl {
	margin-bottom: -10px;
	text-align: center;
}

#section01 .block-intro > li > dl > dt {
	display: inline-block;
	margin-bottom: 8px;
	border-bottom: 2px solid #ffef8c;
	font-size: 1.1rem;
	letter-spacing: .05em;
}

#section01 .block-intro > li > dl > dd {
	margin-bottom: 12px;
	font-size: .91rem;
	text-align: left;
	letter-spacing: .05em;
}

#section01 .widget-links {
	padding: 23px 0 32px 0;
}

/* #section02 */

#section02 .section-header {
	width: 182px;
}

#section02 .block-hope {
	position: relative;
	margin-bottom: -20px;
	width: 100%;
}

#section02 .block-hope dl {
	position: relative;
	margin-bottom: 53px;
	padding-bottom: 10px;
	width: 100%;
}

#section02 .block-hope > dl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border: 2px solid #ffef8c;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	box-sizing: border-box;
	content: '';
}

#section02 .block-hope dl:first-child:before {
	position: absolute;
	bottom: -43px;
	left: 50%;
	margin-left: -16px;
	width: 33px;
	height: 33px;
	background: url(../images/icon-cross.png) no-repeat left top;
	background-size: 100%;
	content: '';
}

#section02 .block-hope > dl > dt {
	position: relative;
	margin-bottom: 6px;
	width: 100%;
	line-height: 37px;
	color: #0b50a2;
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: .1em;
}

#section02 .block-hope > dl > dt:before ,
#section02 .block-hope > dl > dt:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border: 2px solid #ffef8c;
	box-sizing: border-box;
	content: '';
}

#section02 .block-hope > dl > dt:before {
	top: 0;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

#section02 .block-hope > dl > dt:after {
	bottom: 0;
	border-top: 0;
	border-radius: 0 0 6px 6px;
}

#section02 .block-hope > dl > dd {
	position: relative;
	padding: 10px 25px;
	width: 100%;
	border-left: 2px solid #ffef8c;
	border-right: 2px solid #ffef8c;
	box-sizing: border-box;
	font-size: .91rem;
	letter-spacing: .05em;
}

#section02 .block-voice {
	position: relative;
	padding: 11px 0 18px 0;
}

#section02 .block-voice:before,
#section02 .block-voice:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	border: 2px solid #ffef8c;
	box-sizing: border-box;
	content: '';
}

#section02 .block-voice:before {
	top: 0;
	border-bottom: 0;
	border-radius: 6px 6px 0 0;
}

#section02 .block-voice:after {
	bottom: 0;
	border-top: 0;
	border-radius: 0 0 6px 6px;
}

#section02 .block-voice .block-content {
	position: relative;
	padding: 10px 23px 0 23px;
	width: 100%;
	border-left: 2px solid #ffef8c;
	border-right: 2px solid #ffef8c;
	box-sizing: border-box;
}

#section02 .block-voice .block-content > .title {
	position: relative;
	margin-bottom: 10px;
	padding: 9px;
	line-height: 1.2;
	border-radius: 4px;
	background: #7cace4;
	color: #fff;
	font-weight: 400;
	font-size: 1.04rem;
	letter-spacing: .05em;
}

#section02 .block-voice .block-content > .title:after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -3px;
	border-top: 6px solid #7cace4;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	content: '';
}

#section02 .block-voice .block-content > .txt {
	margin-bottom: 12px;
	font-size: .91rem;
	letter-spacing: .05em;
}

#section02 .block-voice .block-content > .staff > dt {
	margin-bottom: 12px;
	text-align: center;
}

#section02 .block-voice .block-content > .staff > dt > img {
	width: 96px;
	height: auto;
}

#section02 .block-voice .block-content > .staff > dd {
	font-size: .91rem;
	color: #0b50a2;
	letter-spacing: .05em;
}

/* #section03 */

#section03 {
	background: #fffad3;
}

#section03 .section-header {
	margin-bottom: 24px;
	width: 165px;
}

#section03 .block-find {
	margin-bottom: 3px;
}

#section03 .block-find li {
	margin-bottom: 20px;
}

#section03 .block-find li > dl > dt {
	margin-bottom: 9px;
}

#section03 .section-content > .btn {
	margin-bottom: 21px;
}

#section03 .section-content > .banner {
	text-align: center;
}



/* #footer --------------------------------- */

/* #substream */

#substream {
	margin-bottom: 32px;
}

#substream li a {
	display: block;
	line-height: 82px;
	color: #0b50a2;
	font-size: 1.44rem;
	text-align: center;
	letter-spacing: .1em;
}

#substream li a:hover {
	text-decoration: none;
}

#substream li:nth-child(2) a {
	background: #c4daf4;
}

#footer .btn {
	margin-bottom: 32px;
	padding: 0 23px;
}

/* #copyright */

#copyright {
	line-height: 20px;
	background: #0b50a2;
	color: #fff;
	font-size: .78rem;
	text-align: center;
	letter-spacing: .1em;
}
#logo{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
	background: url(../images/logo.png) right top no-repeat;
  background-size: 73px auto; 
}
#main-visual{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
	background: url(../images/main-visual.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
#main-visual:before{
  content:"";
    display: block;
    padding-top: 143%;
}
#main-visual span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  display: block;
}