@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');
/* 1: common
=========================================*/
* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
* {
  -webkit-appearance: none;
  max-width: 100%;
  -moz-appearance: none;
  appearance: none;
}
html {
  margin: 0;
}
body {
  width: 100%;
  min-width: 1280px;
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', serif;
  color: #000000;
  letter-spacing: 0.06em;
  background-color: #fff;
  word-wrap: break-word;
  font-weight: 300;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  position: relative
}
h2 {
  color: #5677C3;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
/* スマホ、PC切替用
========================================*/
.sp-none {
  display: block;
}
.sp-only {
  display: none;
}
/* sp
=========================================*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 0;
    border-top: none;
  }
  body, html, body {
    width: 100%;
    min-width: 100%;
  }
  body, html, body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-none {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  p {
    word-break: break-all;
  }
  .inner {
    width: 100%;
    padding: 0 2%;
  }
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/* Link
========================================*/
a, a:link {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.3s
}
a:visited {}
a:hover, a:active {}
a.alpha:hover {
  opacity: 0.8
}
/* footer
========================================*/
footer {
  margin-top: auto;
}
#copy {
  background-color: #6c8bd3;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {}
/* #head
=========================================*/
#head {
  background-image: url(../mrso_img/hcr/main_pc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 20px 0 80px;
  background-size: cover;
}
#head .fL {
  width: 50%;
  text-align: center;
}
#head .fL .ttl {
  margin-top: 80px
}
#head .fL .txt01 {
  margin-top: 30px;
}
#head .fL .txt02 {
  margin-top: 50px;
}
#head .fL .txt03 {
  margin-top: 20px;
  color: #ff0000
}
#head .fL .login a {
  background-color: #666666;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 100px;
  border-radius: 40px;
  width: auto;
  display: inline-block;
  margin-top: 15px;
}
#head .fR {
  width: 50%;
  text-align: right;
  padding-top: 375px;
}
@media screen and (max-width: 767px) {
  #head {
    background-image: url(../mrso_img/hcr/main_sp.jpg);
    padding: 20px 0 40px;
    background-size: cover;
  }
  #head h1 {
	width: 60%;
}
  #head .fL {
    width: 100%;
  }
  #head .fL .ttl {
	margin: 30px auto 0px;
	width: 80%;
  }
  #head .fL  .point {
	width: 45%;
	padding-top: 20px;
  }
  #head .fL .txt01 {
    margin-top: 30px;
  }
  #head .fL .txt02 {
    margin-top: 20px;
    text-align: left
  }
  #head .fL .txt03 {
    margin-top: 20px;
    text-align: left
  }
  #head .fL .login a {
	padding: 15px 20px;
	border-radius: 40px;
	width: 70%;
	display: block;
	margin: 15px auto 0px;
  }
}
/* #sec01
=========================================*/
#sec01 {
  padding: 80px 0;
}
#sec01 ul li {
  float: left;
  width: 32%;
  margin-right: 2%
}
#sec01 ul li:last-child {
  margin-right: 0%
}
#sec01 ul li .thumb {
  text-align: center
}
#sec01 ul li p {
  border-radius: 5px;
  padding: 20px;
  border: 2px solid #5677C3;
  height: 226px;
}
#sec01 ul li p span {
  font-size: 20px;
  font-weight: bold;
  color: #5677C3;
  display: block;
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 30px 0;
  }
  #sec01 ul li {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
  }
  #sec01 ul li .thumb {
	text-align: center;
	margin: 0 auto;
	width: 40%;
  }
  #sec01 ul li p {
    padding: 20px;
    height: auto;
  }
  #sec01 ul li p span {
    font-size: 16px;
  }
}
/* #sec02
=========================================*/
#sec02 {
  padding: 80px 0;
  background-color: #f1f5fe
}
#sec02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%
}
#sec02 ul li:last-child {
  margin-right: 0%
}
#sec02 ul li p {
  margin: 30px 20px 0px;
}
@media screen and (max-width: 767px) {
  #sec02 {
    padding: 30px 0;
  }
  #sec02 ul li {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
  }
  #sec02 ul li .thumb {
    width:70%;
    margin: 0 auto
  }
  #sec02 ul li p {
	margin: 15px 20px 0px;
  }
  #sec02 ul li:first-child p {
	text-align: center;
}
}
/* #sec03
=========================================*/
#sec03 {
  padding: 80px 0;
  text-align: center;
}
#sec03 .ttl {
  font-size: 24px;
  margin-bottom: 20px;
}
#sec03 .btn a {
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 80px;
  padding: 25px 120px;
  background-color: #EE8009;
  display: inline-block;
}
#sec03 .txt {
  color: #ff0000;
  margin-top: 20px
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding:30px 0;
  }
  #sec03 .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #sec03 .btn a {
	font-size: 18px;
	padding: 15px 0px;
	display: block;
	margin: 0 auto;
	width: 90%
  }
  #sec03 .txt {
	text-align: left;
	width: 90%;
	margin: 10px auto 0
  }
}
/* #sec04
=========================================*/
#sec04 {
  background-image: url(../mrso_img/hcr/sec04_ph01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
  background-position: 50% 0%;
}
#sec04 .txtBox {
  width: 50%;
  color: #FFFFFF;
}
#sec04 .txtBox .ttl {
  font-size: 24px;
  margin-bottom: 0.8em;
}
#sec04 .txtBox p {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #sec04 {
	background-image: url(../mrso_img/hcr/sec04_ph01_sp.jpg);
	padding: 20px 0 70%;
  }
  #sec04 .txtBox {
    width: 100%;
  }
  #sec04 .txtBox .ttl {
    font-size: 18px;
    margin-bottom: 0.8em;
  }
  #sec04 .txtBox p {
    color: #FFFFFF;
  }
  
}
/* #sec05
=========================================*/
#sec05 {
  margin: 80px 0;
}
#sec05 .inner {
  padding: 50px 50px;
  border: 1px solid #5677C3;
}
#sec05 h2 {
  font-size: 28px
}
#sec05 dt {
  background-image: url(../mrso_img/hcr/icon_q.jpg);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #DEDEDE;
}
#sec05 dd {
  background-image: url(../mrso_img/hcr/icon_a.jpg);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  padding: 10px 10px 10px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #sec05 {
    margin: 30px 0;
  }
  #sec05 .inner {
    padding: 0px 4%;
    border: 0px solid #5677C3;
  }
  #sec05 h2 {
    font-size: 28px
  }
  #sec05 dt {
    background-image: url(../mrso_img/hcr/icon_q.jpg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid #DEDEDE;
  }
  #sec05 dd {
    background-image: url(../mrso_img/hcr/icon_a.jpg);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
  }
}