@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: 490px;
	line-height: 72px;
	border: 3px solid #0a66d4;
	border-radius: 12px;
	background: repeating-linear-gradient(
		-45deg,
		#0b50a2,
		#0b50a2 5px,
		#0a66d4 5px,
		#0a66d4 7px,
		#0b50a2 7px,
		#0b50a2 10px
	);
	box-sizing: border-box;
	color: #fff;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .btn-find */

.btn-find {
	display: block;
	width: 490px;
	line-height: 72px;
	border: 3px solid #0b50a2;
	border-radius: 12px;
	background: repeating-linear-gradient(
		-45deg,
		#ffef8c,
		#ffef8c 5px,
		#ffde10 5px,
		#ffde10 7px,
		#ffef8c 7px,
		#ffef8c 10px
	);
	box-sizing: border-box;
	color: #0b50a2;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .1em;
}

/* .btn-modal */

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

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

/* .btn-home */

.btn-home {
	display: block;
	width: 490px;
	line-height: 73px;
	border: 3px solid #0b50a2;
	border-radius: 12px;
	background: #fffad0;
	box-sizing: border-box;
	color: #0b50a2;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .1em;
}

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

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

.widget-links .widget-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 1040px;
}

.widget-links .widget-content li {
	width: 490px;
}

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

.article {
	padding-top: 80px;
}

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

/* Section --------------------------------- */

.section {
	padding: 80px 0;
}

.section-header {
	position: relative;
	margin: 0 auto 55px auto;
	width: 380px;
}

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

.section-header:before {
	top: 0;
	border-width: 3px 0 0 3px;
	border-radius: 8px 0 0 0;
}

.section-header:after {
	bottom: 0;
	border-width: 0 0 3px 3px;
	border-radius: 0 0 0 8px;
}

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

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

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

.section-header .title:after {
	bottom: 0;
	border-width: 0 3px 3px 0;
	border-radius: 0 0 8px 0;
}
.section-content {
	margin: 0 auto;
	width: 1040px;
}

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

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

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

.modal-content {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	text-align: left;
}

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

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


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

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

#container {
	position: relative;
	width: 100%;
}

#header {
	padding: 20px 29px 0 0;
	height: 65px;
	border-bottom: 5px solid #87aad3;
	box-sizing: border-box;
}

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

/* #logo */

#logo {
	text-align: right;
}

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

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

/* .block-promises */

.block-promises {
	display: flex;
	flex-flow: row nowrap;
	justify-content:  space-between;
	margin: 0 auto 70px auto;
	width: 1040px;
}

.block-promises li {
	width: 305px;
}

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

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

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

/* #section01 */

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

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

#section01 .block-intro > li {
	margin-bottom: 60px;
	padding: 42px;
	width: 490px;
	border: 3px solid #ffef8c;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

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

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

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

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

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

#section01 .widget-links {
	padding-top: 60px;
}

/* #section02 */

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

#section02 .section-header:before,
#section02 .section-header:after {
	background: #fff;
}

#section02 .block-hope {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	background: url(../images/icon-cross.png) center 84px no-repeat;
}

#section02 .block-hope dl {
	position: relative;
	padding-bottom: 35px;
	width: 460px;
}

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

#section02 .block-hope > dl > dt {
	position: relative;
	margin-bottom: 17px;
	width: 100%;
	line-height: 58px;
	color: #0b50a2;
	font-size: 1.8rem;
	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: 10px;
	border: 3px solid #ffef8c;
	box-sizing: border-box;
	content: '';
}

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

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

#section02 .block-hope > dl > dd {
	position: relative;
	padding: 5px 42px 0 42px;
	width: 100%;
	height: 96px;
	border-left: 3px solid #ffef8c;
	border-right: 3px solid #ffef8c;
	box-sizing: border-box;
	font-size: 1.4rem;
	letter-spacing: .05em;
}

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

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

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

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

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

#section02 .block-voice .block-content > .title {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	padding: 0 8px;
	line-height: 33px;
	border-radius: 8px;
	background: #7cace4;
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
	letter-spacing: .05em;
}

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

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

#section02 .block-voice .block-content > .staff {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

#section02 .block-voice .block-content > .staff > dt {
	margin-right: 25px;
	width: 164px;
}

#section02 .block-voice .block-content > .staff > dd {
	width: calc(100% - 189px);
	font-size: 1.4rem;
	color: #0b50a2;
	letter-spacing: .05em;
}

/* #section03 */

#section03 {
	background: #fffad3;
}

#section03 .section-header {
	margin-bottom: 70px;
	width: 280px;
}

#section03 .section-header:before,
#section03 .section-header:after {
	background: #fffad3;
}

#section03 .block-find {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 60px;
}

#section03 .block-find li {
	width: 310px;
}

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

#section03 .section-content > .btn {
	display: table;
	margin: 0 auto 40px auto;
}

#section03 .section-content > .banner {
	display: table;
	margin: 0 auto;
}

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

/* #substream */

#substream {
	margin-bottom: 80px;
}

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

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

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

#footer .btn {
	display: table;
	margin: 0 auto 80px auto;
}

/* #copyright */

#copyright {
	line-height: 40px;
	background: #0b50a2;
	color: #fff;
	font-size: 1.2rem;
	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: 182px 22px;
  height: 24px;
}
#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: 50%;
}
#main-visual span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  display: block;
}