@charset "utf-8";

header {
	background: #FFF;
	text-align: center;
	width:100%;
	position: fixed;
	border-bottom: 1px solid #e3e3e3;
	z-index: 99999999;
}
.header-wrapper {
	width: 1160px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.header-wrapper a.logo img {
	width: 200px;
}
.header-wrapper p.logo {
	font-size: 1.2rem;
	color: #3c6eb0;
	margin-left: 20px;
	padding-top: 3px;
}
.header-wrapper ul.nav_pc {
	display: flex;
	position: absolute;
	right: 0;
}
.header-wrapper ul.nav_pc li a {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #25bfbf;
	display: inline-block;
	border-radius: 100px;
	padding: 5px 20px;
	margin-left: 20px;
	vertical-align: middle;
}

#main {
	padding-top: 80px;
}

.mv-area {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e9f5ff),
    to(#98d2fe)
  );
  background-image: -webkit-linear-gradient(left, #e9f5ff 0%, #98d2fe 100%);
  background-image: linear-gradient(90deg, #e9f5ff 0%, #98d2fe 100%);
}


/*TOP記事リンク*/
.article_list {
	background: #f7f7f7;
	padding-top: 40px;
}
.article_list ul {
	width: 1024px;
	margin: 0 auto;
	display: flex;
justify-content: space-between;
}
.article_list ul li {
	background: #FFF;
	width: 32%;
	display: flex;
	margin: 0;
	padding: 0;
	border: 1px solid #e3e3e3;
}
.article_list ul li img {
	width: 30%;
	margin-right: 10px;
	float: left;
}
.article_list ul li p {
	line-height: 1.6;
	padding: 8px;
}






.mv-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
	background: url(../img/img01.png) no-repeat right 40px;
	height: 310px;
	position: relative;
}
.under .mv-inner {
	height: 90px !important;
}
/*記事見出し*/
.article .under .mv-inner {
	height: 130px !important;
}
.article .mv-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 85px 0 75px 0;
	background: url(../img/img01.png) no-repeat right 40px;
	position: relative;
}

.article .mv-inner h1 {
	font-size: 2.8rem;
	font-weight: bold;
	color: #4575b4;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
	width: 70%;
}
/*記事見出し*/



.mv-inner h1 {
	font-size: 4.2rem;
	font-weight: bold;
	color: #4575b4;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
.mv-inner p {
	font-size: 1.8rem;
	color: #4575b4;
	width: 500px;
}

.mv-inner-circle {
	line-height: 1.4;
	font-size: 100%;
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 2rem;
	display: inline-block;
	border-radius: 10000px;
	width: 18rem;
	height: 16rem;
	position: absolute;
	left: 520px;
	top: 340px;
}
.mv-inner .mv-inner-circle p {
	width: auto;
	font-size: 90%;
	line-height: 1.2;
	padding-top: 5px;
}
.mv-inner .mv-inner-circle p strong {
	font-size: 170%;
}

.mv-inner .mv-inner-circle span {
	display: block;
	overflow: visible;
	font-size: 118%;
	font-weight: bold;
	margin-top: 2px;
	color: #25bfbf;
}


.catch-area {
	background: #4575b4;
}
.catch-area h2 {
	font-size: 3.4rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 6px 0;
}

.about-area {
	background: #f7f7f7;
	padding-top: 40px;
}
.about-area p {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding: 10px 12px;
	border: 1px solid #e3e3e3;
}

.bg_gray {
	background: #f7f7f7;
}
.explanation-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}
.explanation-inner h2 {
	line-height: 1.8;
	font-size: 4rem;
	font-weight: bold;
	color: #4575b4;
	text-align: center;
	padding: 40px 0;
	letter-spacing: 0.04em;
}
.explanation-inner h2 span {
	font-size: 2rem;
	display: block;
}
.explanation-inner h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #4575b4;
	padding: 20px 0;
	letter-spacing: 0.04em;
}

.explanation-inner h3.tit_demerit, .explanation-inner h3.tit_merit {
	color: #000;
}
.explanation-inner h3.tit_demerit span {
	background:linear-gradient(transparent 80%, #6bdcdc 0%);
}
.explanation-inner h3.tit_merit span {
	background:linear-gradient(transparent 80%, #ffd200 0%);
}



.explanation-inner p {
	margin-bottom: 20px;
}
.explanation-inner ul {
	margin-bottom: 20px;
}
.explanation-inner .list_check li {
	color: #3c6eb0;
	font-weight: bold;
	display: flex;
}
.explanation-inner a {
	display: inline;
}

.list_check > li:before {
	color: #3c6eb0;
	content: "\f058";
	position: relative;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: .5em;

}


a.bnr-area {
	height: 260px;
	display: block;
	text-decoration: none;
	margin: 50px 0 30px 0;
	position: relative;
}
a.bnr-area .fa-chevron-circle-right {
	color: #25bfbf;
	font-size: 4.6rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
a.bnr-area p.txt span {
	background:linear-gradient(transparent 80%, #6bdcdc 0%);
}
a.bnr01 {
	background: url(../img/bg_bnr01_pc.jpg) no-repeat;
}
a.bnr01 p.txt {
	font-size: 3.4rem;
	line-height: 1.8;
	padding: 60px 0 0 40px;
}
a.bnr02 {
	background: url(../img/bg_bnr02_pc.jpg) no-repeat;
}
a.bnr02 p.txt {
	font-size: 3rem;
	line-height: 1.8;
	padding: 40px 0 0 40px;
}



.contact-area ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.contact-area li {
	width: 30%;
	text-align: center;
}
.contact-area li a {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #25bfbf;
	display: inline-block;
	border-radius: 100px;
	padding: 10px;
	width: 100%;
}
.contact-area {
	padding: 0 0 440px 0;
	background: url(../img/img02.png) no-repeat center bottom;
}
.bg_gra {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#98d2fe),
    color-stop(0%, #98d2fe),
    color-stop(0%, #98d2fe),
    to(rgba(233, 245, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #98d2fe 0%,
    #98d2fe 0%,
    #98d2fe 0%,
    rgba(233, 245, 255, 0) 100%
  );
  background-image: linear-gradient(
    0deg,
    #98d2fe 0%,
    #98d2fe 0%,
    #98d2fe 0%,
    rgba(233, 245, 255, 0) 100%
  );
}

.pref-area {
	background: #3c6eb0;
	padding-top: 2.4rem;
}
.pref-area div {
	font-size: 1.4rem;
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
}


#footer {
	background: #3c6eb0;
}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.footer-inner small {
	display: block;
}
.footer-inner small, .footer-inner div {
	font-size: 1.3rem;
	color: #FFF;
}
.footer-inner small, .footer-inner div a {
	color: #FFF;
}



.mail_form dl {
	display: flex;
	border-bottom: 2px solid #d2d2d2;
	padding: 20px 0;
}

.mail_form dt {
	width: 40%;
}
.mail_form dd {
	width: 60%;
}
.submit_btn {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #3c6eb0;
	display: inline-block;
	border-radius: 100px;
	padding: 14px 30px;
	border: 0 none;
	margin: 40px 0;
}
.submit_btn_reverse {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #959595;
	display: inline-block;
	border-radius: 100px;
	padding: 14px 30px;
	border: 0 none;
	margin-bottom: 0;
}
.mail_form input[type="text"], input[type="date"], textarea,.mail_form select {
	border-radius: 10px;
	border: 1px solid #d0d0d0;
	padding: 8px;
}
.mail_form textarea {
	width: 90%;
	height: 200px;
}
.w90 {
	width: 90%;
}
span.required {
	display: inline-block;
	background-color: #25bfbf;
	color: #FFF;
	border-radius: 5px;
	font-size: 1.2rem;
	padding: 0 5px;
margin-left: 10px;
}
.formTable {
	border-top: 2px solid #d2d2d2;
}
.formTable th {
	width: 40%;
	padding: 10px 0;
}
.formTable td {
	width: 60%;
	padding: 10px 0;
}
.formTable tr {
	border-bottom: 2px solid #d2d2d2;
}
.txt_block {
	display: inline-block;
	width: 100px;
}
.photo_list {
	margin-bottom: 40px;
}
.photo_list dt {
	color: #4575b4;
	font-weight: bold;
}
.photo_list > dt:before {
	color: #3c6eb0;
	content: "\f058";
	position: relative;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: .5em;
}
.photo_list dd {
	margin-bottom: 10px;
}
.preview img {
	width: 50%;
	margin-top: 8px;
}
.txt_blue {
color: #4575b4;
}

.txt_green {
color:  #25bfbf;
}

.pc_none, .nav_sp {
	display: none;
}
.btn01 {
	text-align: center;
}
.btn01 a {
	font-size: 1.8rem;
	font-weight: bold;
	display: inline-block;
	color: #FFF;
	background: #25bfbf;
	width: 300px;
	border-radius: 100px;
	text-decoration: none;
	padding: 14px 0;
	margin-top: 30px;
}

.prbnr-area {
	width: 420px;
	margin: 0 auto;
}
.prbnr-area img {
	border: 1px solid #e4e2e5;
	margin-bottom: 8px;
}
.prbnr-area a {
	font-size: 80%;
	line-height: 1.5;
	text-decoration: none;
}

.office-img-area {
	display: flex;
	justify-content: space-between;
}
.office-img-area img {
	width: 48% !important;
}


.article h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
	color:  #25bfbf;
}
ol.num li {
	list-style-type: decimal-leading-zero !important;
	margin-left: 2.8rem;
	padding-left: 1rem;
}

/******************************************************************************//* sp */
/******************************************************************************/

@media screen and (max-width: 480px) {

.sp_none {
	display: none;
}

header {
	background: #FFF;
	text-align: center;
	width:100%;
	position: fixed;
	border-bottom: 1px solid #e3e3e3;
	z-index: 99999999;
}
.header-wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.header-wrapper a.logo img {
	width: 160px;
	margin-left: 16px;
}
.header-wrapper p.logo {
	display: none;
}
.header-wrapper ul.nav_pc {
	display: none;
}
.nav_sp {
	display: inherit;
}
.header-wrapper ul li a {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #25bfbf;
	display: inline-block;
	border-radius: 100px;
	padding: 5px 20px;
	margin-left: 20px;
	vertical-align: middle;
}

#main {
	padding-top: 0;
}

.mv-area {
	padding: 0 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e9f5ff),
    to(#98d2fe)
  );
  background-image: -webkit-linear-gradient(left, #e9f5ff 0%, #98d2fe 100%);
  background-image: linear-gradient(90deg, #e9f5ff 0%, #98d2fe 100%);
}
.mv-inner {
	width: 100%;
	margin: 0 auto;
	background: url(../img/img01.png) no-repeat center 360px;
	background-size: 90%;
	height: 480px;
	position: relative;
}
.mv-inner-circle {
	line-height: 1.4;
	font-size: 80%;
	background-color:rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 2rem;
	display: inline-block;
	border-radius: 10000px;
	width: 15rem;
	height: 13rem;
	position: absolute;
	top: auto;
	bottom: 2rem;
	left: 0;
}
.mv-inner .mv-inner-circle p {
	font-size: 100%;
		line-height: 1.2;
	padding-top: 3px;
}
.mv-inner .mv-inner-circle p strong {
	font-size: 160%;
}

.mv-inner .mv-inner-circle span {
	display: block;
	overflow: visible;
	font-size: 124%;
	font-weight: bold;
	margin-top: 5px;
	color: #25bfbf;
}

/*TOP記事リンク*/
.article_list {
	background: #f7f7f7;
	padding: 1rem;
	margin-top: 0;
}
.article_list ul {
	width: 100%;
	margin: 0 auto;
	display: block;
justify-content: space-between;
}
.article_list ul li {
	background: #FFF;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 0 1rem 0;
	padding: 0;
	border: 1px solid #e3e3e3;

}
.article_list ul li img {
	width: 30%;
	margin-right: 10px;
}
.article_list ul li p {
	line-height: 1.6;
	padding: 8px;

}



/*記事見出し*/
.article .under .mv-inner {
	width: 100%;
	height: 200px !important;
}

.article .mv-inner h1 {
	font-size: 1.8rem;
	width: 64%;
}
/*記事見出し*/

.under .mv-inner {
	padding: 24px 0 0 0;
	height: 100px !important;
	background-size: 46%;
	background-position: right 20px;
}
.mv-inner h1 {
	text-align: left;
	font-size: 2.4rem;
	font-weight: bold;
	color: #4575b4;
	margin-bottom: 20px;
	letter-spacing: 0.04em;
}
.mv-inner p {
	line-height: 1.8;
	font-size: 1.6rem;
	color: #4575b4;
	width: 100%;
}


.catch-area h2 {
	width: auto;
	line-height: 1.6;
	font-size: 1.8rem;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 10px 16px;
}


.about-area {
	background: #f7f7f7;
	padding-top: 1rem;
}
.about-area p {
	width: auto;
	margin: 1rem 1rem 0 1rem;
	background: #FFF;
	padding: 10px 12px;
	font-size: 1.4rem;
}




.bg_gray {
	background: #f7f7f7;
}
.explanation-area {
padding: 0 16px;
}
.explanation-inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.explanation-inner h2 {
	line-height: 1.8;
	font-size: 2.2rem;
	font-weight: bold;
	color: #4575b4;
	text-align: center;
	padding: 20px 0 30px 0;
	letter-spacing: 0.04em;
}
.explanation-inner h2 span {
	font-size: 1.7rem;
	display: block;
}
.explanation-inner h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4575b4;
	padding: 20px 0;
	letter-spacing: 0.04em;
}
.explanation-inner p {
	margin-bottom: 20px;
}
.explanation-inner ul {
	margin-bottom: 20px;
}
.explanation-inner .list_check li {
	color: #3c6eb0;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.list_check > li:before {
	color: #3c6eb0;
	content: "\f058";
	position: relative;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: .5em;
	top: 1px;
}

a.bnr-area {
	height: 320px;
	display: block;
	text-decoration: none;
	margin: 30px 0;
	position: relative;
	border: 1px solid #e3e3e3;
}
a.bnr-area .fa-chevron-circle-right {
	color: #25bfbf;
	font-size: 4.6rem;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
a.bnr-area p.txt span {
	background:linear-gradient(transparent 80%, #6bdcdc 0%);
}
a.bnr01 {
	background: url(../img/bg_bnr01_sp.jpg) no-repeat center bottom;
	background-size: cover;
}
a.bnr01 p.txt, a.bnr02 p.txt {
	font-size: 2rem;
	line-height: 1.6;
	padding: 16px;
}
a.bnr02 {
	background: url(../img/bg_bnr02_sp.jpg) no-repeat center bottom;
	background-size: cover;
}


.contact-area ul {
	display: block;
	justify-content: space-between;
	margin-top: 40px;
}
.contact-area li {
	width: 70%;
	margin: 16px auto;
	text-align: center;
}
.contact-area li a {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #25bfbf;
	display: inline-block;
	border-radius: 100px;
	padding: 10px;
	width: 100%;
}
.contact-area {
	padding: 0 0 28rem 0;
	background: url(../img/img02.png) no-repeat center bottom;
	background-size: 90%;
}
.contact-area-inner {
	padding: 0 16px;
}
.bg_gra {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#98d2fe),
    color-stop(0%, #98d2fe),
    color-stop(0%, #98d2fe),
    to(rgba(233, 245, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #98d2fe 0%,
    #98d2fe 0%,
    #98d2fe 0%,
    rgba(233, 245, 255, 0) 100%
  );
  background-image: linear-gradient(
    0deg,
    #98d2fe 0%,
    #98d2fe 0%,
    #98d2fe 0%,
    rgba(233, 245, 255, 0) 100%
  );
}

.pref-area {
	background: #3c6eb0;
	padding-top: 2.4rem;
}
.pref-area div {
	font-size: 1.4rem;
	width: auto;
	margin: 0 16px;
	color: #FFF;
}


#footer {
	background: #3c6eb0;
	padding: 0 16px;
}
.footer-inner {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.footer-inner small {
	display: block;
}
.footer-inner small, .footer-inner div {
	font-size: 1.3rem;
	color: #FFF;
}
.footer-inner small, .footer-inner div a {
	color: #FFF;
}


#main.under_main {
	padding-top: 67px;
}
#main.under_main h1 {
	padding: 12px 0;
}
.mail_form dl {
	display: block;
	border-bottom: 2px solid #d2d2d2;
	padding: 20px 0;
}

.mail_form dt {
	width: 100%;
}
.mail_form dd {
	width: 100%;
}
.submit_btn {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #3c6eb0;
	display: inline-block;
	border-radius: 100px;
	padding: 14px 30px;
	border: 0 none;
	margin: 40px 0;
}
.submit_btn_reverse {
	font-size: 1.4rem;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background: #959595;
	display: inline-block;
	border-radius: 100px;
	padding: 14px 30px;
	border: 0 none;
	margin-bottom: 0;
}
.mail_form input[type="text"], input[type="date"], textarea,.mail_form select {
	border-radius: 10px;
	border: 1px solid #d0d0d0;
	padding: 8px;
}
.mail_form textarea {
	width: 90%;
	height: 200px;
}
.w90 {
	width: 90%;
}
.minitxt {width: 20%;}
span.required {
	display: inline-block;
	background-color: #25bfbf;
	color: #FFF;
	border-radius: 5px;
	font-size: 1.2rem;
	padding: 0 5px;
margin-left: 10px;
}
.formTable {
	border-top: 2px solid #d2d2d2;
}
.formTable th {
	width: 40%;
	padding: 10px 0;
}
.formTable td {
	width: 60%;
	padding: 10px 0;
}
.formTable tr {
	border-bottom: 2px solid #d2d2d2;
}
.txt_block {
	display: inline-block;
	width: 100px;
}
.photo_list {
	margin-bottom: 40px;
}
.photo_list dt {
	color: #4575b4;
	font-weight: bold;
}
.photo_list > dt:before {
	color: #3c6eb0;
	content: "\f058";
	position: relative;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: .5em;
}
.photo_list dd {
	margin-bottom: 10px;
}
.preview img {
	width: 50%;
	margin-top: 8px;
}
.txt_blue {
color: #4575b4;
}

.pc_none {
	display: inherit;
}
.sp_none {
	display: none;
}
input[type="radio"] {
	border: 1px solid #4575b4;
}

.prbnr-area {
	width: 100%;
}

}

.error_messe {
	color:red;
	margin: 0 !important;
	padding: 0 !important;
}

.requirements table {
	border: 1px solid #CCC;
	margin: 4rem 0;
}
.requirements td, .requirements th {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 1rem;
}
.requirements th {
	text-align: left;
	white-space: nowrap;
	width: 20%;
background: #f7f7f7;
}