@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/mrs_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/mrs_main.jpg") no-repeat center / auto 100%;
}
}
/* mrs_2  -----------------------------*/
/* メイン  -----------------------------*/
.bg_2 {
	background: url("../img/mrs_2_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg_2 {
	background: url("../img/mrs_2_main.jpg") no-repeat center / auto 100%;
}
}
/* mrs_3  -----------------------------*/
/* メイン  -----------------------------*/
.bg_3 {
	background: url("../img/mrs_3_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg_3 {
	background: url("../img/mrs_3_main.jpg") no-repeat center / auto 100%;
}
}
/* mrs_4  -----------------------------*/
/* メイン  -----------------------------*/
.bg_4 {
	background: url("../img/mrs_4_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg_4 {
	background: url("../img/mrs_4_main.jpg") no-repeat center / auto 100%;
}
}
/* mrs_5  -----------------------------*/
/* メイン  -----------------------------*/
.bg_5 {
	background: url("../img/mrs_5_main.jpg") no-repeat center / 100% 100%;
	/* box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)*/
}
.main_wrap {
    overflow: hidden;
}
.pattern4 img{
    opacity: 0;
    transform: translateX(-40px);
    transition: .9s;
}
.pattern4.show img{
    opacity: 1;
    transform: translateX(0px);
}
@media (max-width: 1600px) {
.bg_5 {
	background: url("../img/mrs_5_main.jpg") no-repeat center / auto 100%;
}
}
/* index　p  -----------------------------*/
.tx_center {
	text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
/* index 動画 */
.c-movie {
	width: 85%;
	margin: 20px auto;
	margin-top: 100px!important;
	box-shadow: 0 0 4px gray;
}
@media screen and (max-width:768px) {
.c-movie {
	width: 100%;
}
}
/* index　section01  -----------------------------*/
.u-bg {
	background: #f2f2f2;
	margin-top: 50px;
}
.yobo_te {
	text-align: center;
	line-height: 2em;
	font-size: 18px;
	margin: 50px 10px 0;
	font-weight: bold;
}
.tx__title {
	padding: 5px 0;
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
	background-color: #dc6f06;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
}
.tx_add4 {
	margin: 80px 30% 65px;
}
.sg-dummy {
	font-size: 17px;
	padding: 10px 10px 20px;
}
.sg-dummy_2 {
	font-size: 17px;
	padding: 10px 50px 20px;
}
.tx_mar_btm {
	margin-bottom: 30px;
}
.wrap {
	margin: 0 10%;
}
@media (max-width: 1024px) {
.sg-dummy_2 {
	padding: 10px 35px 20px;
}
}
@media screen and (max-width:834px) {
.tx__title {
	font-size: 18px;
}
.sg-dummy {
	padding: 20px 45px 20px;
}
.sg-dummy_2 {
	padding: 20px 45px 20px;
}
}
@media screen and (max-width:768px) {
.tx__title {
	font-size: 20px;
}
.tx_add4 {
	margin: 70px 20% 50px;
}
}
@media screen and (max-width:600px) {
.tx_add4 {
	margin: 70px auto 50px;
}
.wrap {
	margin: auto;
}
.tx_mar_tp {
		margin-top: 40px;
}
.yobo_te {
	line-height: 1.8em;
}
}
/* index　section02  -----------------------------*/
.point {
	padding: 40px 0 0;
}
.point .point-box {
	max-width: 1050px;
	width: 100%;
	margin: 50px auto 30px;
	padding-bottom: 10px;
	border: 3px solid #666666;
	border-radius: 20px;
}
.point .point-box .point-head {
	width: 25%;
	height: 54px;
	margin: 0 auto;
	background-color: #FFF;
	transform: translateY(-50%);
}
.point .point-box .point-head h3 {
	margin: 4px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border:solid 3px #666;
	border-radius: 20px;
	background-color: #666;
}
.point .point-box2 {
	max-width: 1050px;
	width: 100%;
	margin: 20px auto 30px;
	padding-bottom: 10px;
	border: 3px solid #dc6f06;
	border-radius: 20px;
}
.point .point-box2 .point-head {
	width: 25%;
	height: 54px;
	margin: 0 auto;
	background-color: #FFF;
	transform: translateY(-50%);
}
.point .point-box2 .point-head h3 {
	margin: 4px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border:solid 3px #dc6f06;
	border-radius: 20px;
	background-color: #dc6f06;
}
.list_tx, .list_tx2 {
	margin-top: 40px;
}
.list_tx li {
	text-align: left;
	list-style-type: decimal;
	margin: 20px 30px 0;
	font-size: 20px;
}
.list_tx2 li {
	text-align: left;
	list-style-type: decimal;
	margin: 20px 0 0 16%;
	font-size: 20px;
}
.l-grid_add {
	margin-top: 0;
}
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin: 90px 0 30px;
	color: #00a0c8;
}
.heading04::before, .heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #00a0c8;
}
.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.box29 {
    margin: 2em 0;
	border:solid 2px #666;
	border-radius: 20px;
}
.box29 .box-title {
	border-radius: 16px 16px 0 0;
    font-size: 22px;
    background: #666;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
.box30 {
    margin: 2em 0;
	border:solid 2px #dc6f06;
	border-radius: 20px;
}
.box30 .box-title {
	border-radius: 16px 16px 0 0;
    font-size: 22px;
    background: #dc6f06;
    padding: 8px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
@media screen and (max-width:834px) {
.list_tx li, .list_tx2 li {
	font-size: 18px;
}
.point .point-box .point-head, .point .point-box2 .point-head {
	width: 50%;
}
}
@media screen and (max-width:767px) {
.list_tx li {
	margin: 30px 0 30px 22%;
}
.list_tx2 li {
	margin: 20px 0 30px 12%;
}
.list_tx, .list_tx2 {
	margin-top: 10px;
}
}
@media screen and (max-width:600px) {
.list_tx2 li {
	margin: 0 20px 30px 12%;
}
}
@media screen and (max-width:425px) {
.point .point-box .point-head, .point .point-box2 .point-head {
	width: 67%;
}
.list_tx li {
	margin: 0 0 30px 13%;
}
.list_tx2 li {
	margin: 0 15px 30px 13%;
}
.list_tx li, .list_tx2 li {
	font-size: 16px;
}
}
/* index　section03  -----------------------------*/
.box6 p {
	color: #dc6f06;
	font-size: 24px;
	font-weight: bold;
	padding: 3px;
	background-color: #fff;
}
.box6 {
    position: relative;
    padding: 2px;
    border: 2px solid #dc6f06;
	margin: 50px 0;
}
.box6:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #dc6f06;
    background-color: #fff;
    content: "";
}
.icon_mar {
	text-align: center;
	margin: 0 20%;
}
@media screen and (max-width:768px) {
.box6 {
	margin: 50px 10px;
}
.icon_mar {
	text-align: center;
	margin: 0 10%;
}
}
/*-----------------------------------------*/
/* mrs_2  -----------------------------*/
.l-box {
	max-width: 1050px;
	width: 57%;
	margin: auto;
}
.icon_tx_box {
    display: flex;
    justify-content: left;
	margin-bottom: 20px;
}
.icon_mar_img {
	margin-right: 15px
}
.icon_tx_undernone {
	font-size: 16px;
	margin-top: 10px;
}
.icon_tx_under {
	margin-top: 8px;
}
.icon_tx_under span {
	font-size: 20px;
    color: #004878;
    font-weight: bold;
    border-bottom: solid 2px #004878;
}
.icon_mar2 {
	text-align: center;
}
.c-text_mr {
	margin-top: 5px;
}
@media screen and (max-width:1024px) {
.l-box {
	max-width: 1050px;
	width: 80%;
	margin: auto;
}
}
@media screen and (max-width:768px) {
.l-box {
	max-width: 1050px;
	width: 97%;
	margin: auto;
}
}
/*-----------------------------------------*/
/* mrs_3  -----------------------------*/
.icon_tx_under2 {
	margin-top: 8px;
}
.icon_tx_under2 span {
	font-size: 20px;
    color: #32543b;
    font-weight: bold;
    border-bottom: solid 2px #32543b;
}
/*-----------------------------------------*/
/* mrs_4  -----------------------------*/
.icon_tx_under3 {
	margin-top: 8px;
}
.icon_tx_under3 span {
	font-size: 20px;
    color: #8a1d46;
    font-weight: bold;
    border-bottom: solid 2px #8a1d46;
}
/*-----------------------------------------*/
/* mrs_5  -----------------------------*/
.icon_tx_under4 {
	margin-top: 8px;
}
.icon_tx_under4 span {
	font-size: 20px;
    color: #9e5323;
    font-weight: bold;
    border-bottom: solid 2px #9e5323;
}
.l-grid .line_tx {
	border-bottom: dotted 5px #004878;
	line-height: 1.5em;
	font-size: 22px;
	color: #004878;
	padding-bottom: 8px;
	font-weight: bold;
}
.mar_top {
	margin-top: 40px;
}
.mar_top2 {
	margin-top: 50px;
}
.mar_top3 {
	margin-top: 80px;
}
.button_line007 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px auto 60px;
    max-width: 576px;
    padding: 10px 25px;
    color: #e2852d;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    background: #eee;
	font-size: 18px;
}
.button_line007 a:hover {
    background: #fce6d8;
    color: #dc6f06;
}
.button_line007 a:before, .button_line007 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line007 a:before {
  top: 0;
  left: 0;
}
.button_line007 a:after {
  bottom: 0;
  right: 0;
}
.button_line007 a:hover:before, .button_line007 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line007 a:hover:before {
  border-top-color: #dc6f06;
  border-right-color: #dc6f06;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 a:hover:after {
  border-bottom-color: #dc6f06;
  border-left-color: #dc6f06;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
@media (max-width: 1024px) {
.l-grid .line_tx {
	padding: 40px 0px 0px;
}
}
@media (max-width: 768px) {
.l-grid .line_tx {
	padding-top: 0px;
	padding-bottom: 10px;
}
}
@media (max-width: 767px) {
.l-grid .line_tx {
	text-align: center;
}
.mar_top {
	margin-top: 10px;
	margin-bottom: 50px;
}
}