.site-navbar {
	/*
	background: linear-gradient(to top, #d6f2fc, #12a2d3, #0075c2 100%);
	*/
	/*
	background: #0075c2;
	*/
	background: #transparent;
	padding: 50px 40px 30px 50px;
}
.top-cnt {
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
}
.sec1 .top-cnt::before {
 content: "";
 width: 20%;
 height:330px;
 padding-top: 15%;
 background-color: rgb(0, 132, 194);
 opacity: 0.2;
 position: absolute;
 left: -10%;
 top: -3rem;
 z-index:1;
}
.sec2 .top-cnt::before {
 content: "";
 width: 20%;
 height:330px;
 padding-top: 15%;
 background-color: rgb(0, 132, 194);
 opacity: 0.2;
 position: absolute;
 right: -10%;
 top: -3rem;
 z-index:1;
}
.sec3 .top-cnt::before {
 content: "";
 width: 20%;
 height:330px;
 padding-top: 15%;
 background-color: rgb(0, 132, 194);
 opacity: 0.2;
 position: absolute;
 left: -10%;
 bottom: -3rem;
 z-index:1;
}
.sec1 .left-img {
      margin-right: -1.78571vw !important;
	overflow: hidden;
	max-width: 800px;
	width: 120%;
	height: 640px;
	z-index: 10;
}
.left-img img {
	max-width: 800px;
	width: 100%;
	height: 640px;
	border: 1px double #CCC;
	padding: 5px;
}
.sec1 .right-cnt {
    margin-top: 2.28571vw;
	margin-left: -9.78571vw !important;
	padding: 3em 3em 4em 3em;
	box-sizing:border-box;
	z-index: 100;
	background-color: white;
	max-width: 640px;
	width: 100%;
	height: 380px;
	box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.sec3 .right-cnt {
    margin-top: 2.28571vw;
	margin-left: -9.78571vw !important;
	padding: 3em 3em 4em 3em;
	box-sizing:border-box;
	z-index: 100;
	background-color: white;
	max-width: 640px;
	width: 100%;
	height: 380px;
	box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.right-img {
	margin-left: -3.78571vw !important;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    height: 640px;
	z-index:50;
}
.sec1 .right-img img {
    max-width: 800px;
    width: 100%;
    height:640px;
	border: 1px double #CCC;
	padding: 5px;
}
.top-cnt .left-cnt {
    margin-top: 2.28571vw;
    margin-right: -6.78571vw !important;
	padding: 3em 3em 4em 3em;
	box-sizing:border-box;
	z-index: 100;
	background-color: white;
	max-width: 640px;
	width: 100%;
	height: 380px;
	box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);

}
.sec3 .left-img {
    margin-right: -1.78571vw !important;
	overflow: hidden;
	max-width: 800px;
	width: 120%;
	height: 939px;
	z-index: 10;
}
.sec3 .left-img img {
    max-width: 800px;
    width: 120%;
    height:939px;
	border: 1px double #CCC;
	padding: 5px;
}
.left-img img, .right-img img {

    transition-duration: 0.3s;
}
.top-cnt h2 {
	padding: 0px 0px 0px 0px !important;
	line-height:1.2 !important;
	box-shadow: 0px 0px 0px rgb(0 0 0 / 10%) !important;
	font-size:3.0rem !important;
	background-color:transparent !important;
	top:0px !important;
	font-weight:600;
	font-feature-settings: "palt" 1;
	margin-top:10px;
	margin-bottom:40px;
	font-family: 'Noto Serif JP', serif !important;
	border:none !important;
	color: #0075c2 !important;
	    position: static !important;
    text-align: left !important;
}
/*
.sec2 h2 {
	font-size: 3.7rem;
	color: #393939;
	font-family: 'Noto Serif JP', serif;
	font-weight: bolder;
	line-height: 1.2em;
	padding: 0px 0px 0px 0px !important;
	border: 0px solid #FFF !important;
	/* filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.1)); */
/*
    top: 40px;
	right: 0px;
	z-index: 0;
	position:static !important;
	text-align: left !important;
}
*/
.btn-a {
	color: #212529;
	background-color: #9CB059;
	border-color: #9CB059;
	border-radius: 3px;
	margin:0px;
	width:40%;
}
.btn-a .btn-primary {
	text-align:left;
	color: #212529;
	background-color: #0075c2;
	border-color: #0075c2;
	padding-left: 20px !important;
	padding-right: 0px !important;
	border-radius: 3px;
	width:100%;
}
.btn-a .btn-primary:hover {
	background:#3abeeb;
	transition: opacity 0.3s linear, background 0.45s var(--ease-out), color 0.45s var(--ease-out);
	color:#fff;
}
.fa-long-arrow-right {
	position:relative;
}
.fa-long-arrow-right:before {
	position:absolute;
	right:-100px;
	top:-12px;
	font-size: 11px;
}
.site-section.sec1 {
	padding: 10rem 0 13rem;
}
.site-section.sec2 {
	padding: 10rem 0 10rem;
}
.site-section.sec3 {
	padding: 10rem 0 13rem;
}

.p-ttl {
	text-align:center;
	font-size:2.2em;
	padding-bottom:0.6em;
	font-weight:800;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	color:#333 !important;
}
.p-ttl:before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 46%;
    width: 70px;
    height: 3px;
    background: #0075c2;
}
.p-ttl-2 {
	text-align:center;
	font-size:1.6em;
	padding-bottom:0.6em;
	font-weight:800;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	color:#000 !important;
}
.right-img img {
    border: 1px double #CCC;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
.site-section p.p-ttl-2 {
	font-size:1.2em;
	font-weight:300;
	margin-top:40px !important;
	padding-bottom:0px ;
	margin-bottom:10px;
}
.sec1 .top-cnt::before,.sec2 .top-cnt::before,.sec3 .top-cnt::before {
    width: 0%;
	    content: "";
    height: 0px;
    padding-top: 0%;
    background-color: rgb(0, 132, 194);
    opacity: 0.2;
    position: static;
    left: 0%;
	right: 0%;
    top: 0rem;
    z-index: 1;
}
.sec1 .left-img {
    margin-right: 0vw !important;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
}
.left-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px double #CCC;
    padding: 5px;
}
.sec1 .right-cnt {
    margin-top: 3vw;
    margin-left: 0vw !important;
    padding: 2.5em 2.5em 3.5em 2.5em;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sec1 h2,.sec2 h2,.sec3 h2 {
	text-align:left !important;
    font-size: 2.0rem !important;
    padding: 30px;
    margin-bottom:30px !important;
    position: static !important;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    text-align: center;
    line-height: 1.1em;
}
.btn-a {
    width: 70%;
}
.top-cnt .left-cnt {
    margin-top: 0vw;
    margin-right: 0vw !important;
        padding: 2.5em 2.5em 3.5em 2.5em;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.right-img {
    margin-top:3vw;
    margin-left: 0vw !important;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 50;
}
.right-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px double #CCC;
    padding: 5px;
}
.sec3 .right-cnt {
    margin-top: 3vw;
    margin-left: 0vw !important;
    padding: 2.5em 2.5em 3.5em 2.5em;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 10%);
}
.sec3 .left-img {
    margin-right: 0vw !important;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 10;
}
.sec3 .left-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 1px double #CCC;
    padding: 5px;
}
.top-cnt {
	padding-bottom: 5em;
	flex-wrap:wrap;
}
.sec2 .top-cnt {
	padding-bottom: 0em;
	flex-wrap:wrap;
}
.left-img {
	order:2;
}
.right-img {
	order:2;
}
.left-cnt {
	order:1;
}
.right-cnt {
	order:1;
}
.sec2 {
    margin-top: 0px;
}
.site-section.sec1,.site-section.sec2,.site-section.sec3 {
    padding: 5rem 0  5rem;
}
.res-img img {
	width:100%;
	height:auto;
}

}

/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0 {
	margin-top:0px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0 {
	margin-bottom:0px !important;
}
 @media screen and (max-width: 768px) {
.mt10, .mt20, .mt30 {
 margin-top:4% !important;
}
/*
.mb10, .mb20, .mb30 {
 margin-bottom:4% !important;
}
*/
.mt40, .mt50, .mt60 {
 margin-top:5% !important;
}
.mb40, .mb50, .mb60 {
 margin-bottom:5% !important;
}
.mt70, .mt80 {
 margin-top:8% !important;
}
.mb70, .mb80 {
 margin-bottom:8% !important;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
@media (max-width: 991.98px) {
.site-navbar .site-logo {
    margin-top: -50px !important;
	margin-left: -50px !important;
	position: fixed;
}
.site-navbar .site-logo img {
    max-width: 150px !important;
}
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #71c2f8;
    border-color: #71c2f8;
}
@media only screen and (max-width: 768px) {
.sec6 .news h2 {
    font-size: 1.8rem !important;
}
.p-ttl {
    font-size: 1.4em;
    padding-bottom: 0.6em;
    margin-top: 20px;
    margin-bottom: 20px;
	line-height:1.3;
}
.p-ttl:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 36%;;
    width: 70px;
    height: 3px;
    background: #0075c2;
}
}
@media only screen and (max-width: 500px) {
.fa-long-arrow-right:before {
    right: -13vw;
    top: -12px;
}
}

@media only screen and (max-width: 400px) {
.site-section-cover.top h1 {
    padding: 0 10px !important;
	font-size: 1.4rem !important;
	width: 100%;
}
.site-section-cover h1 {
    padding: 0 10px !important;
	font-size: 1.7rem !important;
	width: 100%;
}
.site-section-cover h1 span {
    font-size: 70%;
}
.sec1 .right-cnt,.sec2 .left-cnt,.sec3 .right-cnt {
    margin-top: 0vw;
    margin-left: 0vw !important;
    padding: 1em 1em 1.5em 1.5em;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.sec1 .left-img,.sec2 .right-img,.sec3 .left-img {
    margin-top: 3vw;
}
.fa-long-arrow-right:before {
    right: -7vw;
   top: -10px !important;
}
.btn {
    padding: 5px 10px !important;
    text-decoration: none;
}
.mb30.res-mb30 {
	margin-bottom:5% !important;
}
.site-section.sec1, .site-section.sec2, .site-section.sec3 {
    padding: 2rem 0 !important;
}
.site-section.sec1 .top-cnt,.site-section.sec3 .top-cnt {
    padding-bottom: 0em;
}
}
@media only screen and (max-width: 419px){
.sec1 h2,.sec2 h2,.sec3 h2 {
    font-size: 1.4rem !important;
    font-weight: 700 !important;
	line-height:1.4 !important;
	margin-bottom:20px !important;
	margin-top:20px !important;
}
}
.bg-01 {
    background: url(../images/backgrounds/bg-expertise1.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    margin-bottom: 3px;
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 5rem 5rem 4rem 5rem;
    background-color: #fff;
	color:#333;
    border: 5px double #999;
	box-shadow: 
		0px 1px 3px 0px rgba(0, 0, 0, .1), 
		0px 2px 8px 0px rgba(0, 0, 0, .08), 
		0px 3px 14px 0px rgba(0, 0, 0, .06);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 2rem;
    box-sizing: border-box;
}
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:2%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start05 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}

.flex-2col-start05 > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start05 > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start05 > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}

.flex-2col-start02 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:2%;
}
.flex-2col-start02 > li{
  width:48%;
  margin:2% 0 0 0%; 
}
.flex-2col-start02 > li:nth-of-type(odd){
  width:48%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start02 > li:nth-of-type(even){
  width:48%;
  margin:2% 0% 0 0%; 
}

.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:center;
  flex-wrap:wrap;
  gap:2%;
}
.flex-3col-start02 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:2%;
}
.flex-3col-start05 {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}

.flex-3col > li {
  width:30%;
  margin:2% 0 0 0%;
}
.flex-3col-start02 li{
  width:32%;
  margin:2% 0 0 0%;
}
.flex-3col-start05 li {
  width:30%;
  margin:2% 0 0 0%;
}
ul li img {
	width:100%;
	height:auto;
}
.img-frame {
	border: 1px double #CCC;
    padding: 5px;
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start02 > li,.flex-2col-start05 > li{
  width:100% !important;
  margin:2% auto 2% !important; 
}
.flex-3col > li,.flex-3col-start02 li,.flex-3col-start05 li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 2% !important;  
}
.img-frame {
  width:100%;
  height:auto;
}

}
.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
ul {
	list-style: none;
	padding-left:0px;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.3em 0.1em 0.8em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:80%;
}
.btn-f a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.3em 0.2em 0.8em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:100%;
}
.site-footer ul.menu-arrow li.btn-f:before {
    font-family: "icomoon";
    content: "";
    position: static;
    top: 0;
    left: 0;
    color: #91b029;
}
/*
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
*/
.btn-b a:hover,.btn-f a:hover{
    opacity:0.7;
}
.wrap-h2 {
  width:96%;
  margin:6% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
.res-img img {
	width:100%;
	max-height:100%;
	height:auto;
}


@media only screen and (max-width: 768px) {
.btn-b a {
    padding: 0.5em 1.3em 0.4em 0.8em;
    line-height: 1.6;
    width: 100%;
}
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:3% auto;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}

}
.bg-01 {
	background: transparent !important;
    background: url(../images/home/bg-01.png) no-repeat center center !important;
    background-size: cover !important;
    padding: 30px 0;
    margin-bottom: 3px;
}

@media only screen and (max-width: 400px) {
.sec1 .right-cnt,.top-cnt .left-cnt,.sec3 .right-cnt {
    height: auto;
	padding:0.6rem 1.4em 1.6rem;
}
/*
.sec1 h2,.sec2 h2,.sec3 h2 {
	    width: 100% !important;
		margin-bottom: 20px !important;
		font-size: 2.6rem !important;
		line-height:1.3;
}

.sec1 h2,.sec3 h2,.sec2 h2 {
    font-size: 2.6rem;
    color: #0075c2 !important;
    padding: 10px;
    position: static !important;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    text-align: left !important;
}
*/
}


.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
.sec4 h2 {
    font-size: 1.4rem !important;
    color: #0075c2;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4em;
    margin-bottom:30px;
}
}
/*
.site-section-cover h1 {
    font-size: 2.8rem;
    color: #333;
    line-height: 1.8em;
    padding: 0 80px;
    font-weight: 600;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
    position: static !important; 
    left: 0px;
    top:  0px;
}
*/
.sec-info {
	padding: 4.4rem 0!important;
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:#0075c2;;
	padding:0.6em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
@media only screen and (max-width: 768px) {
.box-wrap div.box-cnt {
	padding:1.0em 1.2em 1.2em 1.2em;
}
.res-pb-5 {
	margin-bottom:3rem !important;
}
.res-img img {
	width:100%;
	height:auto;
}
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}

#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#workstation,#toilet,#stat {
    margin-top: -125px;
    padding-top: 125px;
}
#partner {
    margin-top: -125px;
    padding-top: 125px;
}
.fa-arrow-circle-right {
	position:relative;
}
.fa-arrow-circle-right:before {
	position:absolute;
	top: -15px;
    left: 6px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #77b5f8;
    border-color: #77b5f8;
}
.lnk-l a {
	color:#0075c2 !important;
}
.nolnk {
	pointer-events: none;
}

@media only screen and (max-width: 768px) {
.panel-heading a {
    padding: 10px 25px 10px 15px;
}
.heading-29201 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 1.3rem;
}
.footer-link li  {
	color:#333;
}

}