@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body {
	height:100%;
}
html {
	font-size:62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, figure {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	line-height: 1.75em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd,
ol, ul, li, form, input, textarea, button,
table, tr, th, td, article, aside, footer, header,
hgroup, nav, section, a, span, img {
	-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 {
	min-width: 950px;
}

a {
	color: #000;
	font-size: 1.5rem;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}

a img {
	transition: opacity 0.3s ease-out;
}
a:hover img {
	opacity: 0.7;
}
figure {
	text-align: center;
	line-height: 0;
}

.sp {
	display: none;
}

.wrap {
	width: 95%;
	max-width: 950px;
	margin: auto;
}

.text-align-center {
	text-align: center;
}
.fwb {
	font-weight: bold;
}
.color-red {
	color: #c00;
}
.highlight {
	background: linear-gradient(transparent 50%, #ffdb00 50%);
}

/* ------------------------------
    flex
------------------------------ */
.flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.justifycontent_spacebetween {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justifycontent_center {
	-webkit-justify-content: center;
	justify-content: center;
}
.alignitems_center {
	-webkit-align-items: center;
	align-items: center;
}
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ------------------------------
*  header
------------------------------ */
header .main-title img {
	display: none;
}
header .main-title {
	background: url(../img/main.png) no-repeat center top;
	height: 688px;
}
header .main2 {
	background-image: url(../img/main2.png);
}
header .main3 {
	background-image: url(../img/main3.png);
}

/* ------------------------------
*  footer
------------------------------ */
.footer {
	padding: 2% 0;
}
.footer .logo {
	margin-left: 10%;
}
.footer p.copy {
	font-size: 1.6rem;
	text-align: center;
}
.footer ul li {
	font-size: 1.6rem;
	border-left: 1px solid #000;
}
.footer ul li:first-child {
	border-left: none;
}
.footer ul li a {
	padding: 0 1em;
	font-size: 1.6rem;
}

/* ------------------------------
*  main
------------------------------ */
p.obi {
	width: 100%;
	margin-bottom: 0 !important;
	height: 160px;
	background: url(../img/img_obi.png) repeat-x center center;
	background-size: auto 100%;
}

/* ------------------------------
*  cta
------------------------------ */
.cta {
	padding: 25px 0;
	background: #003561;
}
.cta .contents-title {
	margin-bottom: 25px;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
}
.cta .mail-text {
	width: 80%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto;
}
.box_input {
	position: relative;
	width: 90%;
	max-width: 750px;
	height: 60px;
	margin: .5% auto 0;
}
.box_input:before {
	content: "\005fc5\009808";
	position: absolute;
	display: inline-block;
	width: 43px;
	height: 26px;
	top: 50%;
	left: 2.6%;
	text-align: center;
	line-height: 27px;
	font-size: 1.45rem;
	color: #fff;
	background-color: #d20000;
	transform: translateY(-50%);
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"] {
	width: 100%;
	height: 100%;
	line-height: 60px;
	padding-left: 80px;
	font-size: 2.4rem;
	background-color: #fff;
	border: 2px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, input[type="text"] {
		line-height: 40px;
	}
}
input[type="submit"] {
	display: block;
	width: 100%;
	max-width: 777px;
	margin: auto;
	padding-top: 10.9%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/btn_cta.png) 50% 50% no-repeat;
	background-size: 100%;
	cursor: pointer;
}
input[type="submit"]:hover {
	opacity: .7;
}
.form_txt {
	max-width: 750px;
	width: 90%;
	height: 107px;
	padding: 2% 5% 2% 1%;
	margin: auto;
	overflow: hidden;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
}
.form_txt p ,
.form_txt a {
	font-size: 1.2rem;
	line-height: 1.4;
}

.cta-header {
	background: url(../img/cta_head_bg.png) no-repeat center top;
	background-size: cover;
}
.cta-header h2 {
	line-height: 0;
	overflow: hidden;
	text-align: center;
}

/* ------------------------------
*  sec01
------------------------------ */
.sec01 {
	background: url(../img/sec01_bg.png) no-repeat center top;
	min-height: 931px;
	padding: 70px;
}
.sec01 .contents-title {
	margin-bottom: 45px;
	padding: 0 15px;
}
.sec01 ul {
	margin-bottom: 3.5em;
	padding: 0 15px;
}
.sec01 ul li {
	padding-left: 1.75em;
	margin-bottom: .5em;
	font-size: 2.6rem;
	line-height: 1.5;
	background: url(../img/ico_check.png) no-repeat left 0.1em;
}
.sec01 p {
	padding: 0 15px;
	font-size: 1.8rem;
}

/* ------------------------------
*  sec02
------------------------------ */
.sec02 {
	background-image: url(../img/sec02_bg02.png),
                      url(../img/sec02_bg01.png);
	background-repeat: no-repeat, repeat;
	background-position: center bottom , top left;
	background-size: contain , auto auto;
	padding-bottom: 165px;
}
.sec02 .contents-wrap {
	margin-bottom: 60px;
}
.sec02 h3 {
	margin-bottom: 40px;
}
.sec02 .txt {
	width: 515px;
	padding: 0 30px;
}
.sec02 .txt.order1 {
	padding-left: 0;
}
.sec02 p {
	margin-bottom: 25px;
	font-size: 1.7rem;
}
.sec02 ol {
	margin-bottom: 25px;
}
.sec02 ol li {
	font-size: 2.4rem;
	line-height: 1.6em;
}

/* ------------------------------
*  sec03
------------------------------ */
.sec03 {
	background: #f9f9fb;
	border-top: 8px solid #1fb4ee;
}
.sec03 .contents-title {
	background-color: #003561;
	padding: 20px 0;
}
.sec03 .wrap {
	padding: 40px 0 0;
}
.sec03 .contents-sub-title {
	font-weight: bold;
	font-size: 3.3rem;
	line-height: 1.4em;
	margin-bottom: .25em;
}
.sec03 .contents-sub-title img {
	display: block;
	margin: 0 auto 30px;
}
.sec03 .contents-wrap {
	padding-bottom: 80px;
}
.sec03 .contents-wrap figure {
	margin-bottom: 20px;
	text-align: center;
}
.sec03 .contents-wrap ul {
	margin-bottom: 25px;
	padding: 0 90px;
}
.sec03 .contents-wrap ul li {
	padding-left: 1.5em;
	margin-bottom: .5em;
	font-size: 1.8rem;
	line-height: 1.5;
	background: url(../img/ico_check_red.png) no-repeat left 0.1em;
}
.sec03 .contents-wrap p {
	margin-bottom: 30px;
	padding: 0 90px;
	font-size: 1.7rem;
}

/* ------------------------------
*  sec04
------------------------------ */
.sec04 {
	border-bottom: 8px solid #fff;
}
.sec04 .contents-title {
	background: url(../img/sec04_title_bg.png) repeat center top;
	padding: 30px 0;
	text-align: center;
}
.sec04 .contents-wrap {
	background: #f4f5f7 url(../img/sec04_bg.png) no-repeat right top;
	background-size: cover;
	padding: 25px 0 55px;
}
.sec04 .contents-wrap ul {
	background-color: #fff;
	width: 915px;
	margin: 0 auto;
	padding: 30px 0 10px;
	box-shadow:0 0 6px 3px #c7c7c7;
}
.sec04 .contents-wrap figure {
	margin-bottom: 20px;
}

/* ------------------------------
*  sec05
------------------------------ */
.sec05 {
	margin-bottom: 80px;
	padding-top: 30px;
}
.sec05 .profile-contents {
	width: 910px;
	margin: 0 auto 35px;
	padding: 30px 20px;
	border: 3px solid #ac9f7f;
}
.sec05 .contents-title {
	margin-bottom: 25px;
	font-size: 4.5rem;
	font-weight: bold;
	text-align: center;
}
.sec05 .name {
	margin-bottom: 40px;
}
.sec05 .text-box {
	width: 535px;
}
.sec05  p {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.sec05  p:last-of-type {
	margin-bottom: 0;
}
.sec05  .profile-text-title {
	font-size: 2.4rem;
	margin-bottom: 35px;
}
.sec05 figure {
	width: 295px;
}
.sec05 figure img {
	margin-bottom: 25px;
}
.sec05 .profile-contents hr {
	margin: 30px 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px dotted #ccc;
}

/* ------------------------------
*  sec06
------------------------------ */
.sec06 {
	margin-bottom: 80px;
}
.sec06 .contents-title {
	margin-bottom: 30px;
}
.sec06 .contents-wrap {
	width: 930px;
	margin: 0 auto 60px;
	padding: 35px 15px;
	box-shadow:0 0 6px 3px #c7c7c7;
}
.sec06 .contents-wrap .contents-sub-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 3px solid #2c2362;
}
.sec06 .contents-wrap .voice-box {
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px dotted #ccc;
}
.sec06 .contents-wrap .voice-box:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.sec06 .voice-box .text-box {
	width: 680px;
}
.sec06 .voice-box .voice-text {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.25em;
	color: #c00;
}
.sec06 .voice-box .voice-text .highlight {
	background: linear-gradient(transparent 50%, #ffef8b 50%);
}
.sec06 .voice-box .post {
	color: #111;
	font-size: 1.8rem;
	text-align: right;
}
.sec06 .voice-box .name {
	color: #111;
	font-size: 2.2rem;
	text-align: right;
}

/* ------------------------------
*  sec07
------------------------------ */
.sec07 {
	margin-bottom: 100px;
}
.sec07 .contents-title {
	width: 900px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid #2c2362;
}
.sec07 .contents-wrap {
	width: 900px;
	margin: 0 auto;
}
.sec07 .contents-wrap .voice-box {
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
.sec07 .contents-wrap .voice-box iframe {
	margin-bottom: 25px;
	border: none;
}
.sec07 .voice-box .post {
	color: #111;
	font-size: 1.8rem;
	text-align: right;
}
.sec07 .voice-box .name {
	color: #111;
	font-size: 2.2rem;
	text-align: right;
}

/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
	}
	figure {
		width: 100%;
		text-align: center;
	}
	img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	p {
		font-size: 1.4rem;
	}

	.sp {
		display: block;
	}
	.pc {
		display: none;
	}

	.txt {
		font-size: 1.4rem;
	}

	/* ------------------------------
	*  header
	------------------------------ */
	header .main-title.sp img {
		display: block;
		width: 100%;
	}
	header .main-title,
	header .main2 {
		height: auto;
		line-height: 0;
	}

	/* ------------------------------
	*  footer
	------------------------------ */
	.footer{
		padding: 4% 0;
	}
	.footer > .flex{
		display: block;
	}
	.footer ul{
		justify-content: center;
	}
	.footer ul li,
	.footer ul li a{
		font-size: 1.2rem;
	}
	.footer p.copy{
		font-size: 1rem;
	}
	.footer .logo{
		margin-top: 3%;
		margin-left: 0;
		text-align: center;
	}
	.footer .logo img{
		zoom: 0.5;
	}

	/* ------------------------------
	*  main
	------------------------------ */
	p.obi {
		height: auto;
		line-height: 0;
	}

	/* ------------------------------
	*  cta
	------------------------------ */
	.cta {
		padding: 4% 0;
	}
	.cta .contents-title {
		margin-bottom: 0.5em;
		padding: 0 2%;
		line-height: 1.6;
		font-size: 1.2rem;
	}
	.cta .mail-text {
		width: 100%;
		padding: 0 2%;
		font-size: 1.2rem;
	}
	.box_input {
		width: 97%;
		height: 50px;
	}
	.box_input:before {
		width: 28px;
		height: 20px;
		line-height: 20px;
		font-size: 1.0rem;
	}
	input[type="text"] {
		padding-left: 50px;
		line-height: 50px;
		font-size: 1.6rem;
	}
	input[type="submit"] {
		width: 100%;
		margin: auto;
		padding-top: 17%;
		background: url(../img/sp/btn_cta.png) 50% 50% no-repeat;
		background-size: contain;
	}
	.form_txt {
		 width: 97%;
	}

	/* ------------------------------
	*  sec01
	------------------------------ */
	.sec01 {
		padding: 5% 0;
		min-height: auto;
	}
	@media (orientation: landscape) {
		.sec01 {
			background-position: left top;
		}
	}
	.sec01 .contents-title {
		margin-bottom: 5%;
	}
	.sec01 ul {
		margin-bottom: 1em;
	}
	.sec01 ul li {
		-webkit-background-size: 1em;
		background-size: 1em;
		background-position: left center;
		font-size: 1.4rem;
	}
	.sec01 p {
		font-size: 1.4rem;
	}

	/* ------------------------------
	*  sec02
	------------------------------ */
	.sec02 {
		padding: 5% 0;
	}
	.sec02 .contents-title {
		margin-bottom: 5%;
	}
	.sec02 .flex {
		 display: block;
	}
	.sec02 .contents-wrap {
		margin-bottom: 8%;
	}
	.sec02 .txt {
		width: auto;
		padding: 0;
	}
	.sec02 p {
		margin-bottom: 3%;
		font-size: 1.4rem;
	}
	.sec02 ol {
		margin-bottom: 3%;
	}
	.sec02 ol li {
		font-size: 1.8rem;
	}

	/* ------------------------------
	*  sec03
	------------------------------ */
	.sec03 .contents-title {
		padding: 3% 5%;
	}
	.sec03 .wrap {
		padding: 5% 0;
	}
	.sec03 .contents-sub-title {
		font-size: 1.8rem;
	}
	.sec03 .contents-sub-title img {
		width: 36%;
		margin: 0 auto 3%;
	}
	.sec03 .contents-wrap {
		margin-bottom: 8%;
		padding-bottom: 20px;
	}
	.sec03 .contents-wrap ul {
		margin-bottom: 3%;
		padding: 0;
	}
	.sec03 .contents-wrap p {
		margin-bottom: 3%;
		padding: 0;
	}
	.sec03 .contents-wrap ul li {
		-webkit-background-size: 1em;
		background-size: 1em;
		background-position: left center;
		font-size: 1.4rem;
	}

	/* ------------------------------
	*  sec04
	------------------------------ */
	.sec04 .contents-title {
		padding: 3% 5%;
	}
	.sec04 .contents-wrap ul {
		width: 90%;
		padding: 3%;
	}
	.sec04 .contents-wrap ul li figure {
		margin-bottom: 3%;
	}
	.sec04 .contents-wrap ul li:last-of-type figure {
		margin-bottom: 0;
	}

	/* ------------------------------
	*  sec05
	------------------------------ */
	.sec05 {
		margin-bottom: 40px;
	}
	.sec05 .contents-title {
		margin-bottom: 5%;
		font-size: 2.4rem;
	}
	.sec05 .profile-contents {
		width: 90%;
		margin: 0 auto 3%;
		padding: 3%;
	}
	.sec05 .profile-contents .flex {
		display: block;
	}
	.sec05 figure {
		margin-top: 5%;
	}
	.sec05 .name {
		display: flex;
		flex-flow: column-reverse;
		margin-bottom: 3%;
	}
	.sec05 .name img {
		margin: 0 auto;
		width: 55%;
	}
	.sec05 .name img + img {
		margin-bottom: 3%;
		width: 68%;
	}
	.sec05 .text-box {
		width: auto;
	}
	.sec05 .profile-text-title {
		font-size: 1.8rem;
		 margin-bottom: 3%;
	 }
	.sec05 p {
		margin-bottom: 3%;
		font-size: 1.4rem;
	}
	.sec05 figure {
		width: auto;
	}

	/* ------------------------------
	*  sec06
	------------------------------ */
	.sec06 {
		margin-bottom: 40px;
	}
	.sec06 .contents-title {
		padding: 0 5%;
	}
	.sec06 .contents-wrap {
		width: 90%;
		margin: 0 auto 5%;
		padding: 5% 3%;
	}
	.sec06 .contents-wrap .contents-sub-title {
		margin-bottom: 5%;
		padding-bottom: 3%;
	}
	.sec06 .contents-wrap .voice-box {
		display: flex;
		flex-flow: column-reverse;
		margin-bottom: 5%;
		padding-bottom: 5%;
		padding-left: 0;
	}
	.sec06 .voice-box figure {
		margin-bottom: 3%;
	}
	.sec06 .voice-box .text-box {
		width: auto;
	}
	.sec06 .voice-box .voice-text {
		margin-bottom: 3%;
		font-size: 1.8rem;
	}
	.sec06 .voice-box .post {
		font-size: 1.4rem;
		line-height: 1.25em;
	}
	.sec06 .voice-box .name {
		font-size: 1.6rem;
	}

	/* ------------------------------
	*  sec07
	------------------------------ */
	.sec07 {
		margin-bottom: 40px;
	}
	.sec07 .contents-title {
		width: 90%;
		margin: 0 auto 5%;
	}
	.sec07 .contents-wrap {
		width: 90%;
		margin: 0 auto 5%;
     }
	.sec07 .contents-wrap .voice-box {
		margin-bottom: 5%;
		padding-bottom: 5%;
	}
	.sec07 .contents-wrap .voice-box .movie{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.sec07 .contents-wrap .voice-box iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec07 .voice-box .post {
		font-size: 1.4rem;
	}
	.sec07 .voice-box .name {
		font-size: 1.6rem;
	}



}