@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&display=swap');

/**
font-family: 'Edu AU VIC WA NT Hand', sans-serif;
**/
/*==============================
        flex
==============================*/



table {	border : 1px solid #999999 ; 
	border-collapse : collapse ; 
	padding : 0px ; 
	background-color : white ; 
	width : 100% ; 
}


th {	padding : 8px!important ; 
	border : 1px solid #999999 ; 
	background-color : #EAECF2 ; 
	font-family: 'Noto Sans JP', sans-serif ;
	text-align : left ; 

}


td {	padding : 8px!important ; 
	border : 1px solid #999999 ; 
	font-family: 'Noto Sans JP', sans-serif ; 
	padding-left : 8px ; 
}



@media screen and (min-width:1500px) {
    h1 {
    	font-size : 60px ; 
    }
}

@media screen and (max-width:1499px) {
    h1 {
    	font-size : 48px ; 
    }
}

@media screen and (max-width:1199px) {
    h1 {
    	font-size : 40px ; 
    }
}



@media screen and (max-width:1500px){
#top_sec11 a{
	margin-bottom : 0px ; 
}
}

@media screen and (max-width:1370px){

#top_sec11 p{
	display : none ; 
}
#top_sec11 a{
	margin-bottom : 50px ; 
}
}

@media screen and (max-width:1100px){

#top_sec11 p{
	display : none ; 
}
#top_sec11 a{
	margin-bottom : 50px ; 
}
}

@media screen and (max-width:1100px){
div#top-video {
	padding-top : 64px ; 
}
}

@media screen and (max-width:1024px){
div#top-video {
	padding-top : 100px ; 
}
}

@media screen and (max-width:690px){
div#top-video {
	padding-top : 64px ; 
}
}


@media screen and (max-width:990px){
#top_sec11 h1{
	display : none ; 
}
#top_sec11 p{
	display : none ; 
}
#top_sec11 a{
	display : none ; 
}
}

@media screen and (min-width:990px){
#top_sec01 {
	display : none ; 
}
#top_sec04 .contents {
	width:100%;
	max-width:100%;
	background-color:#5aa3ed;
	border-radius:0 0 10px 10px!important;
}
}




.fbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.fbox.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fbox.bxstart {
  -webkit-box-pack: start;
     -ms-flex-pack: start;
   justify-content: flex-start;
}
.fbox.bxend {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}
.fbox.bxcenter {
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
.fbox.alstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
}
.fbox.alend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    align-content: flex-end;
}
.fbox.alcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
}
.fbox.albt {
  -ms-flex-line-pack: justify;
       align-content: space-between;
}
.fbox.linedist {
  -ms-flex-line-pack: distribute;
       align-content: space-around;
}
.pos0 {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: -1;
                      order: -1;
}




body {
	margin:0;
}
#dcms_layoutPageBlock {
	overflow: hidden;
}

section.msj *,
#msj_header,
#msj_footer {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'Hiragino Kaku Gothic Pro',Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
	margin: 0;
	padding: 0;
	color:#202226;
}

section.msj {
	overflow:visible;
}

section.msj img,
#msj_header img,
#msj_footer img {
    vertical-align: top;
    display: block;
    max-width: 100%;
    height: auto;
}

section.msj a img {
	outline: none;
	border:none;
}

section.msj *:focus {
outline: none;
}

section.msj a,
#msj_header a,
#msj_footer a{
	text-decoration: none;
	color:inherit;
	font-weight: bold;
	font-size: 16px;
}

section.msjn .wrap {
	width: 100%;
	position: relative;
}
section.msj .contents {
	width: calc(100% - 60px);
	max-width: 1000px;
	margin:0 auto;
	position: relative;
	z-index: 1;
}

section.msj .contents_inner {
	width: 100%;
}

section.msj ul,
section.msj ol,
section.msj li,
#msj_header ul,
#msj_header ol,
#msj_header li,
#msj_footer ul,
#msj_footer ol,
#msj_footer li {
	margin:0;
	padding:0;
	list-style: none;
}

section.msj p,
#msj_header p,
#msj_footer p {
	margin:0;
	padding:0;
	font-size:18px;
	line-height:1.7;
	font-weight:500;
}

section.msj .btnwrap {
	font-size:16px;
	line-height:1;
	background-color:royalblue;
	line-height: 3.4em;
	padding:0 2em;
	min-width: 18em;
	text-align:left;
	position:relative;
	border-radius:10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	align-content: center;
	-ms-flex-line-pack: center;
	transition:.3s;
}

/*section.msj .btnwrap:hover {
	filter:brightness(1.3);
}*/

section.msj .btnwrap::before {
	content:'';
	display:block;
	width:.4em;
	height:.4em;
	border-top:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	position:absolute;
	right:3em;
	top:50%;
	transform:translateY(-50%) rotate(45deg);
}

section.msj .btnwrap span {
	color:#FFFFFF;
	font-weight:600;
	width:100%;

}

section.msj .btnwrap.btn_yellow {
	background-color:#F6C857;
}

section.msj .btnwrap.btn_yellow::before {
	border-color:royalblue;
}

section.msj .btnwrap.btn_yellow span {
	color:royalblue;
}

section.msj .btnwrap.btn_white {
	background-color:#ffffff;
}

section.msj .btnwrap.btn_white::before {
	border-color:royalblue;
}

section.msj .btnwrap.btn_white span {
	color:royalblue;
}

section.msj .btnwrap.btn_black {
	background-color:#000000;
}

section.msj .btnwrap2 {       
	border: 1px solid royalblue;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    	to right,
    	#ffffff 0%,
    	#ffffff 50%,
    	royalblue 50%,
    	royalblue 100%
    	);
	transition: background-position ease 0.4s;
}

section.msj .btnwrap2:hover {
	background-position: 0 0;
}

section.msj .btnwrap2:hover span {
	color:royalblue !important;
}

section.msj .btnwrap2 span:hover {
	color:royalblue !important;
}

section.msj .btnwrap2:hover::before {
    border-top: 2px solid royalblue;
    border-right: 2px solid blue;
}

section.msj .btnwrap3 {
	border: 1px solid #F6C857;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    	to right,
    	#ffffff 0%,
    	#ffffff 50%,
    	cornflowerblue 50%,
    	cornflowerblue 100%
    	);
	transition: background-position ease 0.4s;
}

section.msj .btnwrap3:hover {
	background-position: 0 0;
}

section.msj .btnwrap3 span:hover {
	color:blue !important;
}

section.msj .btnwrap3:hover::before {
    border-top: 2px solid cornflowerblue;
    border-right: 2px solid cornflowerblue;
}

section.msj .btnwrap4 {
	border: 1px solid royalblue;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    	to right,
    	white 0%,
    	white 50%,
    	royalblue 50%,
    	royalblue 100%
    	);
	transition: background-position ease 0.4s;
}
section.msj .btnwrap4:hover {
	background-position: 0 0;
}

section.msj .btnwrap4 span:hover {
	color:royalblue !important;
}

section.msj .btnwrap4:hover::before {
    border-top: 2px solid royalblue !important;
    border-right: 2px solid royalblue !important;
}

section.msj .btnwrap5 {
	border: 1px solid #BBBBBB;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    	to right,
    	#BBBBBB 0%,
    	#BBBBBB 50%,
    	#000000 50%,
    	#000000 100%
    	);
	transition: background-position ease 0.4s;
}
section.msj .btnwrap5:hover {
	background-position: 0 0;
}
section.msj .btnwrap5 span:hover {
	color:#000000 !important;
}
section.msj .btnwrap5:hover::before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

section.msj .btnwrap6 {
	border: 1px solid cornflowerblue;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 200% auto;
	background-image: linear-gradient(
    	to right,
    	cornflowerblue 0%,
    	cornflowerblue 50%,
    	#ffffff 50%,
    	#ffffff 100%
    	);
	transition: background-position ease 0.4s;
}
section.msj .btnwrap6:hover {
	background-position: 0 0;
	border: 1px solid #ffffff;
}
section.msj .btnwrap6 span:hover {
	color:#ffffff !important;
}
section.msj .btnwrap6:hover::before {
    border-top: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
}


section.msj h2 {
	font-size:18px;
	margin-bottom:4em;
	position:relative;
	font-weight: 600;
	line-height:1.3;
}
section.msj h2::before {
	content:'';
	display:block;
	width:2em;
	height:2em;
	border-radius:50%;
	background-color:royalblue;
	position:absolute;
	left:-1.5em;
	top:.0em;
	z-index:0;
}
div.msjop h2::before {
	content:'';
	display:block;
	width:2em;
	height:2em;
	border-radius:50%;
	background-color:orange;
	position:absolute;
	left:-1.5em;
	top:.0em;
	z-index:0;
}
section.msj h2 span {
	display:block;
	font-size:32px;
	font-family: 'Jaldi', sans-serif;
	letter-spacing:.1em;
	position:relative;
	font-weight: 600;
	z-index:1;
}


/**
Header
**/
#msj_header {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	z-index:99;
}
#msj_header {
	text-align:center;
	padding-top: 4px;
        background-color : #ffffff ; 
}
#msj_header .header_inner {
	width:calc(100% - 60px);
	max-width:1260px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: center;
    background-color : #ffffff ; 
}
#msj_header .header_inner .logo {
	width:360px;
}
#msj_header .menuwrap {
	max-width:1260px;
	min-height:60px;
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding:15px 50px;
	margin-bottom : 4px ; 
	box-shadow:0 0 20px rgba(0,0,0,.15);
	border-radius:10px;
	font-size:16px;	
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    -ms-flex-line-pack: center;
}

#msj_header .menuwrap .haschild {
	position:relative;
}

#msj_header .menuwrap .haschild > a::after {
	content:'';
	display:inline-block;
	width:.33em;
	height:.33em;
	border-right:2px solid black;
	border-bottom:2px solid black;
	transform:rotate(45deg) translateY(-.25em);
	margin-left:.33em;
}

#msj_header .menuwrap .childmenu {
	position:absolute;
	left:0;
	top:auto;
	padding-top:25px;
	transform:scale(1,0) translateY(-30px);

	opacity:0;
	transition:.5s;
}

#msj_header .menuwrap .haschild:hover .childmenu {
	transform:scale(1,1) translateY(0);
	opacity:1;
}

#msj_header .menuwrap .childmenu ul {
	padding:30px 20px;
	background-color:white;
	border-radius:10px;
}

#msj_header .menuwrap .childmenu2 ul {
	background-color:cornflowerblue;
}

#msj_header .menuwrap .childmenu li {
	line-height:1;
}

#msj_header .menuwrap .childmenu li:not(:last-child) {
	margin-bottom:.75em
}

#msj_header .menuwrap .childmenu li a {
	color:#000000;
	font-size:15px;
	white-space:nowrap;
}

#msj_header .menuwrap > li:not(:last-child) {
	margin-right:2em;
}

#msj_header .menuwrap > li a {
	font-weight:600;
	transition:.3s;
}

#msj_header .menuwrap > li a:hover {
	opacity:.5;
}

@media screen and (max-width:1200px){

#msj_header .header_inner .logo {
    width: 320px;
}

#msj_header .menuwrap {
	padding:15px 30px;
	font-size:15px;
}

#msj_header .menuwrap > li:not(:last-child) {
    margin-right: 2vw;
}

#msj_header .menuwrap .childmenu ul {
	padding:20px 15px;
}

#msj_header .menuwrap .childmenu li a {
	font-size:14px;
}
	
}
@media screen and (max-width:1024px){

#msj_header .header_inner .logo {
	margin:0 auto 5px;
}

#msj_header .menuwrap {
	width:100%;
	font-size:14px;
}

#msj_header .menuwrap > li:not(:last-child) {
    margin-right: auto;
}

#msj_header .menuwrap .childmenu li a {
	font-size:13px;
}

}
@media screen and (max-width:690px){

#msj_header {
	padding-top:4px;
	padding-bottom:4px;
}

#msj_header .header_inner {
	width:calc(100% - 40px);
}

#msj_header .header_inner .logo {
	width:260px;
	margin:0;
	z-index:999;
}

body.menuopen {
	overflow:hidden;
}

body.menuopen::before {
	content:'';
	display:block;
	width:100%;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	background-color:rgba(0,0,0,.1);
}

body.menuopen #msj_header .menuwrap {
	left:0;
}

#msj_header .menuwrap {
	position:fixed;
	left:-101vw;
	top:0;
	border-radius:0 10px 10px 10px;
	display:block;
	padding: 120px 0px 50px 40px;
	z-index:998;
	text-align:left;
	font-size: 15px;
	width:100%;
	max-height:100vh;
	overflow:auto;
	transition:.5s;
}

#msj_header .menuwrap > li:not(:last-child) {
	margin-bottom:1.5em;
}

#msj_header .menuwrap .haschild > a::after {
	content:none;
}

#msj_header .menuwrap .haschild {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	width:100%;
}

#msj_header .menuwrap .haschild > a {
	width: 7.5em;
}

#msj_header .menuwrap .childmenu {
	position:relative;
	padding-top:0;
	transform:scale(1,1) translateY(0px);
	opacity:1;
	transition:0s;
	margin-left:0;
	margin-right:auto;
}

#msj_header .menuwrap .childmenu ul {
	box-shadow:0 0 20px rgba(0,0,0,.15)
}

#msj_header .menuwrap .haschild:hover .childmenu {
	transform:scale(1,1) translateY(0);
	opacity:1;
}

#msj_header .menuwrap .haschild .childmenu a {
	font-size: 14px;
}
	
#msj_header .menuwrap > li a {
	transition:0s;
}

#msj_header .menuwrap > li a:hover {
	opacity:1;
}
	
#msj_header .spbtn {
	width:60px;
	height:60px;
	position:relative;
	background-color:cornflowerblue;
	border-radius:50%;
	z-index:999;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

#msj_header .spbtn::before {
	content:'';
	display:block;
	width:34%;
	height:4px;
	border-radius:2px;
	background-color:#ffffff;
	position:absolute;
	top:20px;
	left:33%;
	transition:.5s;
	transition-timing-function:ease-in-out;
	transform-origin:center center;
}

#msj_header .spbtn::after {
	content:'';
	display:block;
	width:34%;
	height:4px;
	border-radius:2px;
	background-color:#ffffff;
	position:absolute;
	bottom:20px;
	left:33%;
	transition:.5s;
	transition-timing-function:ease-in-out;
	transform-origin:center center;
}

#msj_header .spbtn span {
	display:block;
	width:34%;
	height:4px;
	background-color:white;
	position:absolute;
	top:calc(50% - 2px);
	left:33%;
	transition:.5s;
	transition-timing-function:ease-in-out;
}

body.menuopen #msj_header .spbtn::before {
	transform:rotate(45deg);
	top:28px;
}

body.menuopen #msj_header .spbtn::after {
	transform:rotate(-45deg);
	bottom:28px;
}

body.menuopen #msj_header .spbtn span {
	opacity:0;
	transform:scaleX(0);
}

}


/**
Footer
**/
#msj_footer .footer {
	padding:0px 0 90px;
}

#msj_footer .footer_inner {
	width:calc(100% - 60px);
	max-width:1000px;
	margin:0 auto;
}

#msj_footer .footer_contents {
	width:100%;
	margin-bottom:60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
}

#msj_footer .logo {
	width:360px;
}

#msj_footer .footer_contents li {
	line-height:1;
	font-size: 16px;
}

#msj_footer .footer_contents li:not(:last-child) {
	margin-bottom:1.5em;
}

#msj_footer .footer_contents li a {
	transition:.3s;
}

#msj_footer .footer_contents li a:hover {
	opacity:.75;
}

#msj_footer .footer_contents .lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
}

#msj_footer .footer_contents .lang p {
	font-size:16px;
	line-height:1;
	margin-right:2em;
}

#msj_footer .flink {
	font-size:13px;
	width:100%;
	margin-bottom:30px;
	line-height:1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    -ms-flex-line-pack: center;
}

#msj_footer .flink span {
	margin:0 1.25em;
}

#msj_footer .copyright {
	font-size:16px;
	line-height:1;
	text-align:center;
}

@media screen and (max-width:1024px){

#msj_footer .logo {
	width:260px;
}

}

@media screen and (max-width:690px){

#msj_footer .footer {
	padding:0px 0px 32px;
}

#msj_footer .footer_inner {
	width:calc(100% - 40px);
}

#msj_footer .logo {
	width:100%;
	margin-bottom:40px;
}

#msj_footer .logo img {
	max-width:300px;
	width:90%;
}

#msj_footer .footer_contents li {
	font-size:13px;
}

#msj_footer .footer_contents li:not(:last-child) {
	margin-bottom:1.25em;
}

#msj_footer .footer_contents li a {
	transition:0s;
}

#msj_footer .footer_contents li a:hover {
	opacity:1;
}

#msj_footer .footer_contents .lang {
    margin-left: 5em;
    margin-right: auto;
    flex-flow: column;
}

#msj_footer .footer_contents .lang p {
	font-size: 16px;
    margin-bottom: 16px;
}

#msj_footer .flink {
	width:auto;
}

#msj_footer .flink span {
	margin:0 1em;
}

#msj_footer .copyright {
	text-align:left;
}

}

@media screen and (max-width:350px){
	
#msj_footer .footer_contents li {
	font-size:11px;
}

#msj_footer .footer_contents .lang p {
	font-size:11px;
}

#msj_footer .flink {
	font-size:11px;
}
	
}


/**
Contents
**/

/**sec01**/
#top_sec01 .wrap {
	overflow:hidden;
	padding:150px 0 120px;
}

#top_sec01 .contents {
	position:relative;
}

#top_sec01 .contents::before {
	content:'';
	display:block;
	width:66px;
	height:66px;
	background-color:white;
	border-radius:66%;
	position:absolute;
	left:-170px;
	bottom:380px;
}

#top_sec01 h1 {
	font-size:60px;
	line-height:1;
	position:relative;
	font-weight: 600;
	margin-bottom:1em;
}

#top_sec01 h1::before {
	font-family: "Edu AU VIC WA NT Hand";
	content:'Mothers System Japan';
	font-size:120px;
	color:#666666;
	line-height:1;
	opacity:.2;
	font-weight:300;
	position:absolute;
	top:-.75em;
	left:-1.15em;
}

#top_sec01 p {
	margin-bottom:3em;
	font-weight:600;
	font-size: 20px;
}

#top_sec01 h1::after {
	content:'';
	display:block;
	width:270px;
	height:350px;
	background:url(img/) no-repeat center center/contain;
	position:absolute;
	right:0;
	top:-100px;
	z-index:-1;
}



/**sec11**/
#top_sec11 .wrap {
	overflow:hidden;
	padding:150px 0 120px;
}

#top_sec11 .contents {
	position:relative;
}

#top_sec11 .contents::before {
	content:'';
	display:block;
	width:66px;
	height:66px;
	background-color:white;
	border-radius:66%;
	position:absolute;
	left:-170px;
	bottom:380px;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    padding-top: 200px!important;
    border-radius: 10px;
  		-ms-transform : translate(-50%,-50%) ; 
  		-webkit-transform : translate(-50%,-50%) ; 
  		transform : translate(-50%,-50%) ; 
}

.image-container {
    position: relative;
    text-align: center;
}

.image-container video {
    width: 100%;
    height: auto;
    display : block ; 
}


#top_sec11 h1 {

	line-height:1;
	position:relative;
	font-weight: 600;
	margin-bottom:1em;
	color : white ; 
}

#top_sec11 h1::before {
	font-family: "Edu AU VIC WA NT Hand";
	content:'Mothers System Japan';
	font-size:120px;
	color:#666666;
	line-height:1;
	opacity:0.2;
	font-weight:300;
	position:absolute;
	top:-.75em;
	left:-1.15em;
	z-index : -1 ; 
}

#top_sec11 p {
	margin-bottom:3em;
	font-weight:600;
	font-size: 22px;
	color : white ; 
}

#top_sec11 h1::after {
	content:'';
	display:block;
	width:270px;
	height:350px;
	background:url(img/) no-repeat center center/contain;
	position:absolute;
	right:0;
	top:-100px;
	z-index:-1;
}


/**sec02**/
#top_sec02 .wrap {
	overflow:hidden;
	padding:60px 0 60px;
	position: relative;
	z-index: 1;
        background-image : url(../img/stand.jpg) ; 
}

#top_sec02 .contents {
	text-align:center;
	max-width:1200px;
}



#top_sec02 .contents p.body {
	font-size:45px;
	font-weight:600;
	margin-bottom:1em;
	text-shadow: 2px 2px 2px #ffffff;
}

#top_sec02 .contents > p:not(.body) {
	font-size:20px;
	font-weight:600;
	margin-bottom:7em;
	text-shadow: 1px 1px 1px #ffffff;
}

#top_sec02 .contents .btn_yellow {
	margin-bottom:100px;
}

#top_sec02 .contents_inner {
	background-color:#FFFFFF;
	box-sizing:border-box;
	padding:120px 90px;
	border-radius:10px;
	box-shadow:4px 4px 30px rgba(0,0,0,.2);
	text-align:left;
}

#top_sec02 .contents_inner .detail {
	width:320px;
}

#top_sec02 .contents_inner .detail p {
	font-size:20px;
	font-weight:bold;
	margin-bottom:2.5em;
}

#top_sec02 .contents_inner ul {
	width:calc(100% - 350px);

}

#top_sec02 .contents_inner ul li {
	padding-left : 8px ; 
	padding-bottom : 4px ; 
}

#top_sec02 .contents_inner ul li:nth-child(-n+4) {

}

#top_sec02 .contents_inner ul li img {
	display:block;
	width:60%;
	margin:0 auto 20px;
}

#top_sec02 .contents_inner ul li p {
	font-size:18px;
	line-height:1;
	font-weight:600;
}

#top_sec02 .wrap_no {
	background:none !important;
	padding: 70px 0 50px;
}

#top_sec02 .contents p.body2 {
	font-size:32px;
	font-weight:600;
	margin-bottom:1em;
}

/**sec03**/
#top_sec03 .wrap {
	overflow:hidden;
	padding:840px 0 350px;
	background:url(img/) repeat center top/620px auto;
	margin-top:-640px;
	z-index: 0;
	position:relative;
}

#top_sec03 h2::before {
	background-color:#F6C857;
}

#top_sec03 .wrap .contents_inner {
	width:50%;
	margin-left:50%;
	position:relative;
}

#top_sec03 .wrap .contents_inner p {
	font-size:20px;
	margin-bottom:4em;
	font-weight: bold;
}

#top_sec03 .wrap .contents_inner::before {
	content:'';
	display:block;
	width:600px;
	height:780px;
	background:url(img/) no-repeat center center/contain;
	position:absolute;
	left:-600px;
	top:50%;
	transform:translateY(-50%);
}

/**sec44**/
#top_sec44 .wrap {
}
#top_sec44 .contents {
	width:100%;
	max-width:100%;
	background-color:#5aa3ed;
	border-radius:10px 10px 0px 0px;
}

#top_sec44 .contents_inner {
	box-sizing:border-box;
	padding:100px 0 100px;
	max-width:1000px;
	width: calc(100% - 180px);
	margin:0 auto;
}

#top_sec44 h2,
#top_sec44 h2 span {
	color:white;
}

#top_sec44 h2 {
	margin-bottom:1em;
}

#top_sec44 h2::before {
	background-color:royalblue;
}

#top_sec44 .btnright {
	text-align:right;
}

#top_sec44 .btnwrap {
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

#top_sec44 .btnwrap.btn_white::before {
	border-color:black;
}

#top_sec44 .btnwrap.btn_white span {
	color:black;
}

#top_sec44 .newsbox {
	padding-left:200px;
	margin-bottom:30px;
}

#top_sec44 .newsbox .newscat {
	margin-bottom:20px;
}

#top_sec44 .newsbox .newscat li {
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	transition:.3s;
}

#top_sec44 .newsbox .newscat li:hover {
	color:cornflowerblue;
}

#top_sec44 .newsbox .newscat li:not(:last-child) {
	margin-right:2em;
}

#top_sec44 .newsbox .newscat li.active {
	color:cornflowerblue;
}
#top_sec44 .newsbox .newscat li.active::before {
	content:'';
	display:inline-block;
	width:.5em;
	height:.5em;
	background-color:cornflowerblue;
	border-radius:50%;
	margin-right:.4em;
	transform:translateY(-.1em);
}

#top_sec44 .newsbox .dlb_blog-image,
#top_sec44 .newsbox .dlb_blog-data a p{
	display:none;
}

#top_sec44 .newsbox .dlb_blog-item {
	padding:0!important;
}

#top_sec44 .newsbox .dlb_blog-data a {
	width:100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
	border-bottom:1px solid white;
	padding-bottom:15px;
	margin-bottom:30px;
}

#top_sec44 .newsbox .dlb_blog-data a .dlb_blog-badge.badge {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: -1;
	order: -1;
	background:none;
	margin:0;
	padding:0!important;
	color:cornflowerblue;
	line-height:1;
	margin-bottom:.75em;
	width:100%;
	text-align:left;
	font-size: 18px;
}

#top_sec44 .newsbox .dlb_blog-data a .d-block {
	font-size:18px;
	color:black;
	width:140px;
	padding-right : 16px ; 
}

#top_sec44 .newsbox .dlb_blog-data a .dlb_title-h3 {
	font-size:18px;
	width: calc(100% - 140px);
	color:black;
	font-weight:500;
}

#top_sec44 .newsbox .newslist:not(.active) {
	display:none;
}

/**sec55**/
#top_sec55 .wrap {
}
#top_sec55 .contents {
	width:100%;
	max-width:100%;
	background-color:#5aa3ed;
	border-radius:0px 0px 10px 10px;
}

#top_sec55 .contents_inner {
	box-sizing:border-box;
	padding:100px 0 0px;
	max-width:1000px;
	width: calc(100% - 180px);
	margin:0 auto;
}

#top_sec55 h2,
#top_sec55 h2 span {
	color:white;
}

#top_sec55 h2 {
	margin-bottom:1em;
}

#top_sec55 h2::before {
	background-color:royalblue;
}

#top_sec55 .btnright {
	text-align:right;
}

#top_sec55 .btnwrap {
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

#top_sec55 .btnwrap.btn_white::before {
	border-color:black;
}

#top_sec55 .btnwrap.btn_white span {
	color:black;
}

#top_sec55 .newsbox {
	padding-left:200px;
	margin-bottom:30px;
}

#top_sec55 .newsbox .newscat {

}

#top_sec55 .newsbox .newscat li {
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	transition:.3s;
}

#top_sec55 .newsbox .newscat li:hover {
	color:#6494ed;
}

#top_sec55 .newsbox .newscat li:not(:last-child) {
	margin-right:2em;
}

#top_sec55 .newsbox .newscat li.active {
	color:cornflowerblue;
}
#top_sec55 .newsbox .newscat li.active::before {
	content:'';
	display:inline-block;
	width:.5em;
	height:.5em;
	background-color:cornflowerblue;
	border-radius:50%;
	margin-right:.4em;
	transform:translateY(-.1em);
}

#top_sec55 .newsbox .dlb_blog-image,
#top_sec55 .newsbox .dlb_blog-data a p{
	display:none;
}

#top_sec55 .newsbox .dlb_blog-item {
	padding:0!important;
}

#top_sec55 .newsbox .dlb_blog-data a {
	width:100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
	border-bottom:1px solid white;
	padding-bottom:15px;
	margin-bottom:30px;
}

#top_sec55 .newsbox .dlb_blog-data a .dlb_blog-badge.badge {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: -1;
	order: -1;
	background:none;
	margin:0;
	padding:0!important;
	color:cornflowerblue;
	line-height:1;
	margin-bottom:.75em;
	width:100%;
	text-align:left;
	font-size: 18px;
}

#top_sec55 .newsbox .dlb_blog-data a .d-block {
	font-size:18px;
	color:black;
	width:140px;
	padding-right : 16px ; 
}

#top_sec55 .newsbox .dlb_blog-data a .dlb_title-h3 {
	font-size:18px;
	width: calc(100% - 140px);
	color:black;
	font-weight:500;
}

#top_sec55 .newsbox .newslist:not(.active) {
	display:none;
}


/**sec04**/
#top_sec04 .wrap {
}
#top_sec04 .contents {
	width:100%;
	max-width:100%;
        background-color:#5aa3ed;
	border-radius:10px;
}

#top_sec04 .contents_inner {
	box-sizing:border-box;
	padding:100px 0 120px;
	max-width:1000px;
	width: calc(100% - 180px);
	margin:0 auto;
}

#top_sec04 h2,
#top_sec04 h2 span {
	color:white;
}

#top_sec04 h2 {
	margin-bottom:1em;
}

#top_sec04 h2::before {
	background-color:royalblue;
}

#top_sec04 .btnright {
	text-align:right;
}

#top_sec04 .btnwrap {
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

#top_sec04 .btnwrap.btn_white::before {
	border-color:white;
}

#top_sec04 .btnwrap.btn_white span {
	color:white;
}

#top_sec04 .newsbox {
	padding-left:200px;
	margin-bottom:30px;
}

#top_sec04 .newsbox .newscat {
	margin-bottom:20px;
}

#top_sec04 .newsbox .newscat li {
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	transition:.3s;
}

#top_sec04 .newsbox .newscat li:hover {
	color:blue;
}

#top_sec04 .newsbox .newscat li:not(:last-child) {
	margin-right:2em;
}

#top_sec04 .newsbox .newscat li.active {
	color:cornflowerblue;
}
#top_sec04 .newsbox .newscat li.active::before {
	content:'';
	display:inline-block;
	width:.5em;
	height:.5em;
	background-color:cornflowerblue;
	border-radius:50%;
	margin-right:.4em;
	transform:translateY(-.1em);
}

#top_sec04 .newsbox .dlb_blog-image,
#top_sec04 .newsbox .dlb_blog-data a p{
	display:none;
}

#top_sec04 .newsbox .dlb_blog-item {
	padding:0!important;
}

#top_sec04 .newsbox .dlb_blog-data a {
	width:100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
	border-bottom:1px solid white;
	padding-bottom:30px;
	margin-bottom:30px;
}

#top_sec04 .newsbox .dlb_blog-data a .dlb_blog-badge.badge {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: -1;
	order: -1;
	background:none;
	margin:0;
	padding:0!important;
	color:cornflowerblue;
	line-height:1;
	margin-bottom:.75em;
	width:100%;
	text-align:left;
	font-size: 18px;
}

#top_sec04 .newsbox .dlb_blog-data a .d-block {
	font-size:18px;
	color:white;
	width:200px;
	padding-right : 16px ; 
	padding-bottom : 16px ; 
}

#top_sec04 .newsbox .dlb_blog-data a .dlb_title-h3 {
	font-size:18px;
	width: calc(100% - 140px);
	color:white;
	font-weight:500;
}

#top_sec04 .newsbox .newslist:not(.active) {
	display:none;
}


/**sec94**/
#top_sec94 .wrap {
}
#top_sec94 .contents {
	width:100%;
	max-width:100%;
	background-image : url("../img/build.jpg") ; 

}

#top_sec94 .contents_inner {
	box-sizing:border-box;
	padding:100px 0 120px;
	max-width:1000px;
	width: calc(100% - 180px);
	margin:0 auto;
}

#top_sec94 h2,
#top_sec94 h2 span {
	color:white;
}

#top_sec94 h2 {
	margin-bottom:1em;
}

#top_sec94 h2::before {
	background-color:royalblue;
}

#top_sec94 .btnright {
	text-align:right;
}

#top_sec94 .btnwrap {
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

#top_sec94 .btnwrap.btn_white::before {
	border-color:white;
}

#top_sec94 .btnwrap.btn_white span {
	color:white;
}

#top_sec94 .newsbox {
	padding-left:200px;
	margin-bottom:30px;
}

#top_sec94 .newsbox .newscat {
	margin-bottom:20px;
}

#top_sec94 .newsbox .newscat li {
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
	transition:.3s;
}

#top_sec04 .newsbox .newscat li:hover {
	color:blue;
}

#top_sec94 .newsbox .newscat li:not(:last-child) {
	margin-right:2em;
}

#top_sec94 .newsbox .newscat li.active {
	color:cornflowerblue;
}
#top_sec94 .newsbox .newscat li.active::before {
	content:'';
	display:inline-block;
	width:.5em;
	height:.5em;
	background-color:cornflowerblue;
	border-radius:50%;
	margin-right:.4em;
	transform:translateY(-.1em);
}

#top_sec94 .newsbox .dlb_blog-image,
#top_sec94 .newsbox .dlb_blog-data a p{
	display:none;
}

#top_sec94 .newsbox .dlb_blog-item {
	padding:0!important;
}

#top_sec94 .newsbox .dlb_blog-data a {
	width:100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-flex-line-pack: start;
	border-bottom:1px solid white;
	padding-bottom:30px;
	margin-bottom:30px;
}

#top_sec94 .newsbox .dlb_blog-data a .dlb_blog-badge.badge {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: -1;
	order: -1;
	background:none;
	margin:0;
	padding:0!important;
	color:cornflowerblue;
	line-height:1;
	margin-bottom:.75em;
	width:100%;
	text-align:left;
	font-size: 18px;
}

#top_sec94 .newsbox .dlb_blog-data a .d-block {
	font-size:18px;
	color:white;
	width:200px;
	padding-right : 16px ; 
	padding-bottom : 16px ; 
}

#top_sec94 .newsbox .dlb_blog-data a .dlb_title-h3 {
	font-size:18px;
	width: calc(100% - 140px);
	color:white;
	font-weight:500;
}

#top_sec94 .newsbox .newslist:not(.active) {
	display:none;
}


/**sec05**/
#top_sec05 .wrap {
	overflow:hidden;
	padding:450px 0 700px;
	background:url(img/rabbit.png) repeat center top/320px auto;
	margin-top:-100px;
	z-index: 0;
	position:relative;
}

#top_sec05 .contents_inner {
	width:50%;
	margin-left:50%;
	position:relative;
}

#top_sec05 .contents_inner::before {
	content:'';
	display:block;
	width:1200px;
	height:1200px;
	background-color:cornflowerblue;
	border-radius:50%;
	position:absolute;
	z-index:-2;
	top:-240px;
	left:-400px;
}

#top_sec05 .contents_inner::after {
	content:'';
	display:block;
	width:320px;
	height:770px;
	background:url(img/storage.jpg) no-repeat center center/contain;
	position:absolute;
	left:-470px;
	top:50px;
}

#top_sec05 .contents_inner h2::before {
	background-color:#FFFFFF;
}

#top_sec05 .contents_inner p {
	font-size:20px;
	margin-bottom:8em;
	font-weight: bold;
}

/**sec06**/
#top_sec06 .wrap {
	margin-top:-600px
}

#top_sec06 .contents {
	text-align:right;
}

#top_sec06 .contents_inner {
	width:580px;
	height:580px;
	position:relative;
	box-sizing:border-box;
	padding-left:150px;
	text-align:left;
}
#top_sec06 .contents_inner::before {
	content:'';
	display:block;
	width:100%;
	height:100%;
	background-color:cornflowerblue;
	border-radius:50%;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
}
#top_sec06 .contents_inner h2,
#top_sec06 .contents_inner h2 span {
	color:#FFFFFF;
}
#top_sec06 .contents_inner h2::before {
	background-color:#000000;
}
#top_sec06 .contents_inner h2 {
	width:100%;
}
#top_sec06 .btnwrap {
	box-shadow:0 0 15px rgba(0,0,0,.15);
}

/**sec07**/
#top_sec07 .wrap {
	padding-top:0px;
}
#top_sec07 .contents {
	width:100%;
	max-width:100%;
	background-color:#f7f7f7;
	border-radius:10px;
}
#top_sec07 .contents_inner {
	box-sizing:border-box;
	padding:150px 0;
	max-width:1000px;
	margin:0 auto;
	width: calc(100% - 180px);
}
#top_sec07 h2 {
	margin-bottom:2.5em;
}
#top_sec07 p {
	font-size:20px;
	margin-bottom:3em;
}
#top_sec07 .btn_contact {
	width:60%;
	position:relative;
	transition:.3s;
}
#top_sec07 .btn_contact:hover {
	filter:brightness(0.7);
}
#top_sec07 .btn_contact span {
	font-size:24px;
	color:#FFFFFF;
	font-weight:600;
	line-height:2.4;
	position:absolute;
	left:37%;
	top:48%;
	transform:translateY(-50%);
}
#top_sec07 .tel {
	width:calc(70% - 30px);
}
#top_sec07 .tel .btnwrap {
	min-width:auto;
	width:100%;
	height: 8.5em;
	border-radius:5em;
	font-size: 16px;
	padding: 0;
	transition:.3s;
}
#top_sec07 .tel .btnwrap:hover {
	filter:brightness(1.2);
}
#top_sec07 .tel .btnwrap span {
	box-sizing: border-box;
    padding-left: 6.5em;
    font-size: 18px;
}
#top_sec07 .tel .btnwrap::before {
	content:'';
	border:none;
	width:5em;
	height:5em;
	transform:rotate(0deg) translateY(-50%);
	right:auto;
	left:2em;
}
#top_sec07 .tel .btnwrap.btn_tel {
	margin-bottom:1em;
	background-color:#99ccff
}
#top_sec07 .tel .btnwrap.btn_faq {
	background-color:#99ccff
}
#top_sec07 .tel .btnwrap.btn_faq span {
	color:#99ccff
}

@media screen and (max-width:1024px){

/**
Contents
**/

/**sec01**/
#top_sec01 .wrap {
	padding:120px 0 60px;
	background:url() no-repeat top -110px right -120px/280px auto;
}
#top_sec01 h1 {
	font-size:40px;
}
#top_sec01 h1::before {
	left:-.2em;
	font-size:120px;
}
#top_sec01 h1::after {
	width:230px;
	height:300px;
}

/**sec02**/
#top_sec02 .wrap {
	padding:90px 0 60px;
}
#top_sec02 .contents p.body {
	font-size:36px;
}
#top_sec02 .contents > p:not(.body) {
	margin-bottom:4em;
}
#top_sec02 .contents .btn_yellow {
	margin-bottom:70px;
}
#top_sec02 .contents_inner {
	padding:60px;
	border-radius:10px;
}
#top_sec02 .contents_inner .detail {
	width:300px;
}
#top_sec02 .contents_inner .detail p {
	font-size:20px;
}
#top_sec02 .contents_inner ul {
	width:calc(100% - 350px);

}
#top_sec02 .contents_inner ul li {

}
#top_sec02 .contents_inner ul li:nth-child(-n+5) {

}
/* #top_sec02 .contents_inner ul li:nth-child(4),
#top_sec02 .contents_inner ul li:nth-child(6) {
	margin-left:16%;
}
#top_sec02 .contents_inner ul li:nth-child(5),
#top_sec02 .contents_inner ul li:nth-child(7) {
	margin-right:16%;
}*/
#top_sec02 .contents_inner ul li img {
	width:70%;
}
#top_sec02 .contents_inner ul li p {
	font-size:14px;
	line-height:1;
	margin:0 -1em;
}

/**sec03**/
#top_sec03 .wrap {
	padding:500px 0 200px;
	margin-top:-380px;
}
#top_sec03 .wrap .contents_inner p {
	font-size:18px;
}
#top_sec03 .wrap .contents_inner::before {
	width:500px;
	height:680px;
	left:-560px;
}

/**sec04**/
#top_sec04 .newsbox {
	padding-left:100px;
}
	
/**sec05**/
#top_sec05 .contents_inner::after {
	width:280px;
	height:640px;
	left:-400px;
}
#top_sec05 .contents_inner h2::before {
	background-color:#FFFFFF;
}
#top_sec05 .contents_inner p {
	font-size:18px;
	margin-bottom:6em;
}

/**sec06**/

/**sec07**/
#top_sec07 .contents_inner {
	padding:100px 0;
}
#top_sec07 p {
	font-size:18px;
	margin-bottom:2em;
}
#top_sec07 .btn_contact {
	width:100%;
	max-width:600px;
	margin:0 auto 20px;
}
#top_sec07 .tel {
	width:100%;
	max-width:370px;
	margin:0 auto;
}
#top_sec07 .tel .btnwrap.btn_tel {
	margin-bottom:20px;
}

}

@media screen and (max-width:690px){

section.msj .contents {
	width: calc(100% - 40px);
}
section.msj .btnwrap {
	min-width:0;
	width:18em;
	max-width:100%;
}

section.msj h2 {
	margin-bottom:2em;
	margin-left: .75em;
}
section.msj h2::before {
	top:0em;
}
section.msj h2 span {
	font-size:32px;
}
	
/**
Contents
**/


/**sec01**/
#top_sec01 .wrap {
	padding:120px 0 60px;
}

#top_sec01 .contents::before {
	left:333px;
	bottom:180px;
}

#top_sec01 h1 {
	font-size:38px;
	line-height:1.7;
	margin-bottom:.75em;
}
#top_sec01 h1::before {
	font-size:96px;
	top:-1.1em;
}
#top_sec01 p {
	font-size:16px;
	margin-bottom:3em;
}
#top_sec01 h1::after {
	width:210px;
	height:290px;
	right:0;
	top:auto;
	bottom:-260px;
}


/**sec11**/
#top_sec11 .wrap {
	padding:120px 0 60px;
}

#top_sec11 .contents::before {
	left:333px;
	bottom:180px;
}

#top_sec11 h1 {
	font-size:38px;
	line-height:1.7;
	margin-bottom:.75em;
}
#top_sec11 h1::before {
	font-size:96px;
	top:-1.1em;
}
#top_sec11 p {
	font-size:16px;
	margin-bottom:3em;
}
#top_sec11 h1::after {
	width:210px;
	height:290px;
	right:0;
	top:auto;
	bottom:-260px;
}


/**sec02**/
#top_sec02 .wrap {
	padding:45px 0 60px;
}
#top_sec02 .contents p.body {
	font-size:30px;
	margin-bottom:2em;
}
#top_sec02 .contents > p:not(.body) {
	margin-bottom:3em;
}
#top_sec02 .contents .btn_yellow {
	margin-bottom:80px;
}
#top_sec02 .contents_inner {
	padding:60px 30px;
	border-radius:10px;
}
#top_sec02 .contents_inner .detail {
	width:100%;

	margin-bottom:40px;
}
#top_sec02 .contents_inner .detail p {
	font-size:20px;
	margin-bottom:2em;
}
#top_sec02 .contents_inner ul {
	width:100%;
}
#top_sec02 .contents_inner ul li img {
	margin:0 auto 10px;
}

/**sec03**/
#top_sec03 .wrap {
	padding: 500px 0 90px;
	background:url(img/storage.jpg) repeat center top/400px auto;
	margin-top:-550px;
}
#top_sec03 .wrap .contents_inner {
	width:100%;
	margin-left:0;
	padding-top:280px;
}
#top_sec03 .wrap .contents_inner::before {
	width:290px;
	height:380px;
	left:0;
	top:0;
	transform:translateY(0);
	z-index:-1;
}

/**sec44**/
#top_sec44 .wrap {
}
#top_sec44 .contents {
	border-radius:10px 10px 0 0 ; 
}
#top_sec44 .contents_inner {
	padding:60px 0 60px;
	width: calc(100% - 50px);
}
#top_sec44 h2 {
	margin-bottom:2em;
}
#top_sec44 .btnright {
	text-align:left;
}
#top_sec44 .newsbox {
	padding-left:0;
	margin-bottom:20px;
}
#top_sec44 .newsbox .newscat li {
	transition:0s;
}
#top_sec44 .newsbox .newscat li:hover {
	color:#ffffff;
}
#top_sec44 .newsbox .dlb_blog-data a {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#top_sec44 .newsbox .dlb_blog-data a .d-block {
	width:100%;
	margin-bottom:.75em;
}
#top_sec44 .newsbox .dlb_blog-data a .dlb_title-h3 {
	width:100%;
}

/**sec55**/
#top_sec55 .wrap {
}
#top_sec55 .contents {
	border-radius:0px 0px 10px 10px ; 
}
#top_sec55 .contents_inner {
	padding:0px 0 100px;
	width: calc(100% - 50px);
}
#top_sec55 h2 {
	margin-bottom:2em;
}
#top_sec55 .btnright {
	text-align:left;
}
#top_sec55 .newsbox {
	padding-left:0;
	margin-bottom:20px;
}
#top_sec55 .newsbox .newscat li {
	transition:0s;
}
#top_sec55 .newsbox .newscat li:hover {
	color:#ffffff;
}
#top_sec55 .newsbox .dlb_blog-data a {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#top_sec55 .newsbox .dlb_blog-data a .d-block {
	width:100%;
	margin-bottom:.75em;
}
#top_sec55 .newsbox .dlb_blog-data a .dlb_title-h3 {
	width:100%;
}


/**sec04**/
#top_sec04 .wrap {
}
#top_sec04 .contents {
	border-radius:10px;
}
#top_sec04 .contents_inner {
	padding:60px 0 60px;
	width: calc(100% - 50px);
}
#top_sec04 h2 {
	margin-bottom:2em;
}
#top_sec04 .btnright {
	text-align:left;
}
#top_sec04 .newsbox {
	padding-left:0;
	margin-bottom:20px;
}
#top_sec04 .newsbox .newscat li {
	transition:0s;
}
#top_sec04 .newsbox .newscat li:hover {
	color:#ffffff;
}
#top_sec04 .newsbox .dlb_blog-data a {
    margin-bottom: 20px;
}
#top_sec04 .newsbox .dlb_blog-data a .d-block {
	width:100%;
	margin-bottom:.75em;
}
#top_sec04 .newsbox .dlb_blog-data a .dlb_title-h3 {
	width:100%;
}

/**sec94**/
#top_sec94 .wrap {
}
#top_sec94 .contents {
	border-radius:10px;
}
#top_sec94 .contents_inner {
	padding:60px 0 60px;
	width: calc(100% - 50px);
}
#top_sec94 h2 {
	margin-bottom:2em;
}
#top_sec94 .btnright {
	text-align:left;
}
#top_sec94 .newsbox {
	padding-left:0;
	margin-bottom:20px;
}
#top_sec94 .newsbox .newscat li {
	transition:0s;
}
#top_sec94 .newsbox .newscat li:hover {
	color:#ffffff;
}
#top_sec94 .newsbox .dlb_blog-data a {
    margin-bottom: 20px;
}
#top_sec94 .newsbox .dlb_blog-data a .d-block {
	width:100%;
	margin-bottom:.75em;
}
#top_sec94 .newsbox .dlb_blog-data a .dlb_title-h3 {
	width:100%;
}

/**sec05**/
#top_sec05 .wrap {
	padding:240px 0 460px;
	background:url(img/storage.jpg) repeat center top/280px auto;
	margin-top:0;
}
#top_sec05 .contents_inner {
	width:100%;
	margin-left:0;
	padding-left:30px;
}
#top_sec05 .contents_inner::before {
	width:1000px;
	height:1000px;
	top:-200px;
	left:-200px;
}
#top_sec05 .contents_inner::after {
    content:none;
}
#top_sec05 .contents_inner h2::before {
	background-color:#FFFFFF;
}
#top_sec05 .contents_inner p {
	font-size:16px;
	margin-bottom:2.5em;
}

/**sec06**/
#top_sec06 .wrap {
	margin-top:0;
	padding-bottom:250px;
	background:url(img/storage.jpg) repeat center top 60px/280px auto;
}
#top_sec06 .contents {
	position:relative;
}
#top_sec06 .contents::before {
    background: url(img/storage.jpg) no-repeat center center/contain;
    content: '';
    display: block;
	position:absolute;	
	width:170px;
	height:400px;
	left:0;
	top:-430px;
	bottom:auto;
}
#top_sec06 .contents_inner {
	width:100%;
	height:auto;
	padding-left:0;
	text-align:left;
	padding-top:50px;
}
#top_sec06 .contents_inner::before {
	width:540px;
	height:540px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/**sec07**/
#top_sec07 .wrap {
	padding-top:0;
}
#top_sec07 .contents {
	border-radius:10px;
}
#top_sec07 .contents_inner {
	padding:75px 0 60px;
	width: calc(100% - 60px);
}
#top_sec07 h2 {
	margin-bottom:2.5em;
}
#top_sec07 p {
	font-size:16px;
	margin-bottom:2em;
}
#top_sec07 .btn_contact {
	transition:0s;
}
#top_sec07 .btn_contact:hover {
	filter:brightness(1);
}
#top_sec07 .btn_contact span {
	font-size:4vw;
	line-height:1.8;
	left:35%;
	top:50%;
}
#top_sec07 .tel .btnwrap {
	height: 5.5em;
	transition:0s;
	font-size:4vw;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
#top_sec07 .tel .btnwrap:hover {
	filter:brightness(1);
}
#top_sec07 .tel .btnwrap span {
	box-sizing:border-box;
	padding-left: 5.5em;
}
#top_sec07 .tel .btnwrap::before {
	width:4em;
	height:4em;
}

}


@media screen and (max-width:690px) {
    .pcOnly {
    	display:none !important;
    }
}
@media screen and (min-width:691px) {
    .spOnly {
    	display:none !important;
    }
}


@media screen and (max-width: 690px) {
    #msj_header .menuwrap {
        position: fixed;
        left: -101vw;
        top: 0;
        border-radius: 0 10px 10px 10px;
        display: block;
        padding: 120px 0px 50px 40px;
}
}
