@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2020/01/10
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
/*====================================================================================================

    format

====================================================================================================*/
html{
overflow-y:scroll;
font-size:10px;
}
@media screen and (max-width: 768px) {
html{
/*font-size:3.125vw;*/
}
}

@font-face {
font-family: 'Rage Italic';
font-style: normal;
font-weight: normal;
src: local('Rage Italic'), url('RAGE_1.woff') format('woff');
}

body{
margin:0;
padding:0;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
-webkit-text-size-adjust:100%;
color:#2e2d2c;
}

h1,
h2,
h3,
h4,
h5,
h6{
font-size:100%;
}

p{
margin:0 0 1.5em;
}

ul,
ol{
margin:0;
padding:0;
}

ul{
list-style:none;
}

table{
margin:0 0 1.5em;
border-collapse:collapse;
border-spacing:0;
}

table th > *:last-child,
table td > *:last-child{
margin-bottom:0 !important;
}

hr{
display:none;
}

img{
border:0;
vertical-align:middle;
}

li img{
vertical-align:middle;
}

button,
input,
select,
textarea{
font-size:1.4rem;
vertical-align:middle;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"]{
cursor:pointer;
}

button{
display:inline;
border:none;
padding:0;
background:none;
}

button::-moz-focus-inner{
padding:0;
border:0;
}

:placeholder-shown{
color:#a0a0a0;
}

::-webkit-input-placeholder{
color:#a0a0a0;
}

::-moz-placeholder{
color:#a0a0a0;
opacity:1;
}

:-ms-input-placeholder{
color:#a0a0a0;
}

em,
address,
small{
font-style:normal;
}

em{
font-weight:bold;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
main{
display:block;
margin:0;
padding:0;
border:0;
outline:0;
}

fieldset{
margin:0;
padding:0;
border:none;
}

nav ul{
list-style:none;
}

input, button, select, textarea{
-webkit-appearance:none;
}

/*====================================================================================================

    base

====================================================================================================*/
@media screen and (min-width: 769px) {
body{
font-size:1.4rem;
line-height:floor-decimal(1.71429, 1);
}
}
@media screen and (max-width: 768px) {
body{
font-size:1.4rem;
line-height:floor-decimal(1.66667, 1);
}
}

/*a{
color:#004ba5;
}*/
a {

color: #333333;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);

}
a:hover {
opacity: 0.6;
}


br.spBr{
display:none;
}
br.pcBr{
display:block;
}



@media screen and (max-width: 768px) {
br.pcBr{
display:none;
}
br.spBr{
display:block;
}
}
#nav-toggle {
display: none;
}

.inner {
width: 1000px;
margin: 0 auto;
position: relative;
}


/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 175px;
	z-index: 990;
	background: #FFFFFF;
	}
	
	
.swiper-container {
padding-top: 190px;


}
#gheader .logo {
    width: 200px;
    height: 60px;
 
    /* テキストを画像に置換する */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../../images/home2/logo.png");
	float: left;
}
#gheader .content .inner .rightBox{
float: right;
margin:0;
}

.floatNavWrap {
width: 100%;
background: #F6F6F6;
display: block;
overflow: hidden;
border: #CCCCCC solid;
border-width: 1px 0;
margin-bottom: 20px;
}
.floatNavWrap ul {
width: 1000px;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
align-items: center;
margin: 0 auto;


}
.floatNavWrap ul li {
flex: auto; 
-webkit-flex: auto; 
line-height: 40px; 
text-align: center;
margin: 10px 0;
box-sizing: border-box;
font-size: 1.6rem;

} 
.floatNavWrap ul li a {
color: #333333;
text-decoration: none;
display:block;
    width:100%;
	
}

.floatNavWrap ul li {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  
}
.floatNavWrap ul li+ li {
  border-left: 0;
  border-right: 1px solid #CCCCCC;
}


.container {
	overflow: hidden;
	width: 100%;
}
.swiper-container {
	width: 220%;
	margin: 0 -60%;
}
.swiper-button-prev {
	left: calc(10px + 30%);
}
.swiper-button-next {
	right: calc(10px + 30%);
}
.swiper-slide {
	pointer-events: none;
	opacity: .5;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.swiper-slide-next {
	pointer-events: auto;
	opacity: 1;
}
.swiper-slide img {
	width: 100%;
}

.swiper-pagination.swiper-pagination-bullets {
position: relative;
bottom: 0;
}

.swiper-button-next, .swiper-button-prev {

    top: calc(90px + 50%);

}




.label {
font-size: 1.2rem;
margin: 0;
}
.headBtnList {
display: flex;
 justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.headLinkList {
text-align: right;
line-height: 40px;
margin-right: 20px;
}
.headLinkList a {
color: #535353;
text-decoration: none;
}

.headLinkList a span {
		font-size: 1.8rem;
	vertical-align: sub;
	margin-right: 5px;

}


.shiryou a {
background: rgb(245,171,49);
background: linear-gradient(90deg, rgba(245,171,49,1) 0%, rgba(252,122,82,1) 100%);
color: #FFFFFF;
display: inline-block;
  vertical-align: middle;
width: 160px;
line-height: 40px;
text-align: center;
text-decoration: none;
margin-right: 15px;
}

.contact a {
background: rgb(97,194,174);
background: linear-gradient(90deg, rgba(97,194,174,1) 0%, rgba(114,199,96,1) 100%);
color: #FFFFFF;
display: inline-block;
  vertical-align: middle;
width: 160px;
line-height: 40px;
text-align: center;
text-decoration: none;
}

.contact a span {
	font-size: 1.8rem;
	vertical-align: sub;
	margin-left: 5px;
}

.shiryou span {
background: #FFFFFF;
padding: 3px 8px;
color: #FF0000;
display: inline-block;
line-height: 100%;
margin-left: 10px;
}







/* #container
--------------------------------------------------------------------------------------------------- */



#container {
    position: relative;
    margin: 0 auto;
}


.news .inner {
background: #F6F6F6;
border: #CCCCCC solid 1px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  min-height: 40px;
}

.news .inner h2,
.news .inner ul {
display: inline-block;
vertical-align: middle;
}
.news .inner h2 {
margin:10px 30px;
font-weight: bold;
}

.news .inner ul {
width: 680px;
margin: 10px 0;
}

.news .inner ul li {
list-style: disc;
}


.news .inner .news_more {
display: inline-block;
margin:10px 20px;
vertical-align: middle;
}

.news .inner .news_more a {
text-decoration: none;
color: #333333;
font-weight: bold;
}














/* btn_top
--------------------------------------------------------------------------------------------------- */


.btn_top ul {
display: flex;
justify-content: space-around;
margin-top: 50px;
}
.btn_top ul + ul {
margin-bottom: 50px;
}



/* Mixins */
/* bg shortcodes */
.bg-gradient1 span,
.bg-gradient1:before {
    width: 480px;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background:url("../../images/home2/btn_top01.png") no-repeat,-webkit-gradient(radial, center top, 0, center top,100, from(#FF7A4D), to(#F25959));
    background:url("../../images/home2/btn_top01.png") no-repeat,-webkit-radial-gradient(center top, circle cover, #FF7A4D, #F25959);
    background:url("../../images/home2/btn_top01.png") no-repeat,-moz-radial-gradient(center top, circle cover, #FF7A4D, #F25959);
	background:url("../../images/home2/btn_top01.png") no-repeat,-ms-radial-gradient(center top, circle cover, #FF7A4D, #F25959);
    background:url("../../images/home2/btn_top01.png") no-repeat,-o-radial-gradient(center top, circle cover, #FF7A4D, #F25959);
    background:url("../../images/home2/btn_top01.png") no-repeat,radial-gradient(farthest-side circle at center top, #FF7A4D, #F25959);
	border-radius: 10px;
}

.bg-gradient2 span,
.bg-gradient2:before {
    width: 480px;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background:url("../../images/home2/btn_top02.png") no-repeat,-webkit-gradient(radial, center top, 0, center top,100, from(#2BA9D2), to(#2363C2));
    background:url("../../images/home2/btn_top02.png") no-repeat,-webkit-radial-gradient(center top, circle cover, #2BA9D2, #2363C2);
    background:url("../../images/home2/btn_top02.png") no-repeat,-moz-radial-gradient(center top, circle cover, #2BA9D2, #2363C2);
	background:url("../../images/home2/btn_top02.png") no-repeat,-ms-radial-gradient(center top, circle cover, #2BA9D2, #2363C2);
    background:url("../../images/home2/btn_top02.png") no-repeat,-o-radial-gradient(center top, circle cover, #2BA9D2, #2363C2);
    background:url("../../images/home2/btn_top02.png") no-repeat,radial-gradient(farthest-side circle at center top, #2BA9D2, #2363C2);
	border-radius: 10px;
}

.bg-gradient3 span,
.bg-gradient3:before {
    width: 400px;
    height: 80px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background:url("../../images/home2/btn_top03.png") no-repeat,-webkit-gradient(radial, center top, 0, center top,100, from(#7AD6B6), to(#1BB1B1));
    background:url("../../images/home2/btn_top03.png") no-repeat,-webkit-radial-gradient(center top, circle cover, #7AD6B6, #1BB1B1);
    background:url("../../images/home2/btn_top03.png") no-repeat,-moz-radial-gradient(center top, circle cover, #7AD6B6, #1BB1B1);
	background:url("../../images/home2/btn_top03.png") no-repeat,-ms-radial-gradient(center top, circle cover, #7AD6B6, #1BB1B1);
    background:url("../../images/home2/btn_top03.png") no-repeat,-o-radial-gradient(center top, circle cover, #7AD6B6, #1BB1B1);
    background:url("../../images/home2/btn_top03.png") no-repeat,radial-gradient(farthest-side circle at center top, #7AD6B6, #1BB1B1);
	border-radius: 10px;
}

/* General */


/* fancy Button */
.fancy-button {
  display: inline-block;

  position: relative;
}
/*.fancy-button:before {
  content: '';
  display: inline-block;
  width: 80%;
 
  position: absolute;
  bottom: 0px;
  left: 10%;
  right: 10%;
  z-index: -1;
  border-radius: 30em;
  -webkit-filter: blur(10px) brightness(1.0);
          filter: blur(10px) brightness(1.0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}*/

.fancy-button span {
  display: inline-block;
/*  padding: 18px 60px;*/
  /*border-radius: 50em;*/
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

.fancy-button:hover span {
  -webkit-filter: brightness(1.05) contrast(1.05);
          filter: brightness(1.05) contrast(1.05);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.fancy-button:hover:before {
  bottom: 0;
  -webkit-filter: blur(10px) brightness(0.95);
          filter: blur(10px) brightness(0.95);
}
.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}
.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.fancy-button.pop-onhover:hover span {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.fancy-button.pop-onhover:hover:active span {
  -webkit-filter: brightness(1) contrast(1);
          filter: brightness(1) contrast(1);
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.15s ease-out;
}
.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  -webkit-filter: blur(10px) brightness(0.95);
          filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}














/* section module h2
--------------------------------------------------------------------------------------------------- */


.m_section {
/*margin-top: 40px;*/
    padding: 40px 0;
    text-align: center;
}



.secHead {
    font-family: 'M PLUS Rounded 1c', sans-serif;

    font-size: 5.0rem;
    font-weight: 300;
    margin: 0;
}

@font-face {
font-family: 'Rage Italic';
font-style: normal;
font-weight: normal;
src: local('Rage Italic'), url('RAGE_1.woff') format('woff');
}

.secEng {
font-family:'Rage Italic';
font-weight:normal;
font-size:3.0rem;
display: block;
margin: 0;
padding: 0;
line-height: 50%;
}





/* section module Campaign
--------------------------------------------------------------------------------------------------- */

.sec01 {
    background: #F6F6F6;
}

.m_slidesBox.s_sec01{
width:1000px;
margin:0 auto;
display:flex;
/*justify-content: center;*/
flex-wrap: wrap;
margin-top: 40px;
}
.m_slidesBox.s_sec01 .col{
width:317px;
margin-top: 25px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*overflow:hidden;*/
display:flex;
}
.m_slidesBox.s_sec01 .col a{
text-decoration:none;
display:block;
position:relative;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
}
.m_slidesBox.s_sec01 .col a .img{
position:relative;
z-index:2;
}
.m_slidesBox.s_sec01 .col a .img img{
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
transition:transform 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
width: 317px;
}
.m_slidesBox.s_sec01 .col a:after{
content:'';
width:100%;
height:100%;
background:#fff;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
box-sizing:border-box;
border-radius:5px;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
}
.m_slidesBox.s_sec01 .col .dtl{
padding:10px;
text-align:left;
position:relative;
z-index:2;
}

.m_slidesBox.s_sec01 .col .dtl .txt{
/*color:#535353;*/
text-decoration:none;
line-height: 1.4;

margin:0;
}


.m_slidesBox.s_sec01 .col a:hover{
text-decoration: underline;
}

.m_slidesBox.s_sec01 .col .img .catbnr{
padding:2px 10px;
display:inline-block;
position: absolute;
top: 10px;
left: 0;
}
.m_slidesBox.s_sec01 .col .img .catbnr.tg_cp{
background: #F34573;
color: #FFFFFF;
}
.m_slidesBox.s_sec01 .col .img .catbnr.tg_fe{
background: #FF7A4D;
color: #FFFFFF;
}

.m_slidesBox.s_sec01 li.col {
margin-left: 20px;
}

.m_slidesBox.s_sec01 li.col:nth-of-type(3n+1) {
margin-left: 0;
}




/* section module trial seminar
--------------------------------------------------------------------------------------------------- */

.sec02 {
    background: url("../../images/home2/trial_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

.sec02 .secHead,
.sec02 .secEng {
color: #FF794C;
}

.sec02 .catch {
margin-top: 40px;
font-weight: bold;
color: #545454;
}


.m_slidesBox.s_sec02{
width:1000px;
margin:0 auto;
display:flex;
/*justify-content: center;*/
flex-wrap: wrap;

}
.m_slidesBox.s_sec02 .col{
width:233px;
margin-top: 25px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*overflow:hidden;*/
display:flex;
}
.m_slidesBox.s_sec02 .col a{
text-decoration:none;
display:block;
position:relative;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
}
.m_slidesBox.s_sec02 .col a .img{
position:relative;
z-index:2;
}
.m_slidesBox.s_sec02 .col a .img img{
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
transition:transform 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
width: 233px;
}
.m_slidesBox.s_sec02 .col a:after{
content:'';
width:100%;
height:100%;
background:#fff;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
box-sizing:border-box;
border-radius:5px;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
}
.m_slidesBox.s_sec02 .col a:hover{
text-decoration: underline;
}
.m_slidesBox.s_sec02 .col .dtl{
padding:10px;
text-align:left;
position:relative;
z-index:2;
}

.m_slidesBox.s_sec02 .col .dtl .txt{
color:#535353;
text-decoration:none;

margin:0;
}

.m_slidesBox.s_sec02 .col .img .catbnr{
padding:2px 10px;
display:inline-block;
position: absolute;
top: 10px;
left: 0;
}
.m_slidesBox.s_sec02 .col .img .catbnr.tg_cp{
background: #F34573;
color: #FFFFFF;
}
.m_slidesBox.s_sec02 .col .img .catbnr.tg_fe{
background: #FF7A4D;
color: #FFFFFF;
}

.m_slidesBox.s_sec02 .col + li {
margin-left: 20px;
}

.m_slidesBox.s_sec02 li.col:nth-of-type(4n+1) {
margin-left: 0px;
}


.tg_pet {
background: #FF7A4D;
color: #FFFFFF;
}

.tg_kaigo {
background: #91C322;
color: #FFFFFF;
}

.tg_iryo {
background: #91C322;
color: #FFFFFF;
}

.tg_fuku {
background: #82CBE3;
color: #FFFFFF;
}

.tg_shinri{
background: #C5CD27;
color: #FFFFFF;
}

.tg_hoiku{
background: #F34573;
color: #FFFFFF;
}


/* section module search
--------------------------------------------------------------------------------------------------- */


.sec03 {
    background:url("../../images/home2/search_bg.png") no-repeat,-webkit-gradient(linear, left top, left bottom, from(#CFE6FB), to(#F3EBF0));
    background:url("../../images/home2/search_bg.png") no-repeat,-webkit-linear-gradient(top, #CFE6FB, #F3EBF0);
    background:url("../../images/home2/search_bg.png") no-repeat,-moz-linear-gradient(top, #CFE6FB, #F3EBF0);
    background:url("../../images/home2/search_bg.png") no-repeat,-o-linear-gradient(top, #CFE6FB, #F3EBF0);
    background:url("../../images/home2/search_bg.png") no-repeat,linear-gradient(#CFE6FB, #F3EBF0);
	background-position: top center;
	background-size: 100%;
}



.sec03 .secHead,
.sec03 .secEng {
color: #F67296;
}

.sec03 .catch {
margin-top: 40px;
font-weight: bold;
color: #545454;
}

.m_slidesBox.s_sec03{
width:1000px;
margin:0 auto;
display:flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 0px;
}


.s_btnList2 {
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
margin-top: 20px;
}


.s_btnList2 .col a {
background:#fff;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
z-index:1;
box-sizing:border-box;
border-radius:5px;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
width: 233px;
height: 60px;
display:flex;
justify-content: center;
  align-items: center;
  color: #F67396;
  font-size: 2.0rem;
  text-decoration: none;
  font-weight: bold;
}

.s_btnList2 .col + li {
    margin-left: 20px;
}


.sec03 h3 {
color: #F67296;
font-size: 3.0rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 300;
margin:50px 0 0 0;
}


/*.s_btnList1 {
display:flex;
justify-content: center;
flex-wrap: wrap;
align-items: center;
}*/
.s_btnList1 .col + li {
    margin-left: 20px;
}


/*.s_btnList1 .col a {
background:#fff;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
z-index:1;
box-sizing:border-box;
border-radius:5px;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
width: 233px;
display:block;
text-align: left;
text-decoration: none;
padding: 10px;
}*/


.s_btnList1{
width:1000px;
margin:0 auto;
display:flex;
justify-content: center;
flex-wrap: wrap;

}
.s_btnList1 .col{
width:233px;
margin-top: 25px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*overflow:hidden;*/
display:flex;


}


.s_btnList1 .col a{
width:233px;
text-decoration:none;
display:block;
position:relative;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
}
.m_slidesBox.s_sec02 .col a .img{
position:relative;
z-index:2;

}

.s_btnList1 .col a:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);

	
}
.s_btnList1 .col a div {
padding: 20px;
position:relative;
z-index:2;
}

.s_btnList1 .col a div img {
    border-radius: 50%;
    width:  150px;
    height: 150px;
background: rgb(246,115,150);
background: -moz-linear-gradient(150deg, rgba(246,115,150,1) 0%, rgba(255,204,153,1) 50%, rgba(255,191,191,1) 100%);
background: -webkit-linear-gradient(150deg, rgba(246,115,150,1) 0%, rgba(255,204,153,1) 50%, rgba(255,191,191,1) 100%);
background: linear-gradient(150deg, rgba(246,115,150,1) 0%, rgba(255,204,153,1) 50%, rgba(255,191,191,1) 100%);
padding: 5px;
margin-bottom: 5px;
}
.s_btnList1 .col p{
padding:0 0px;
text-align:left;
position:relative;
z-index:3;
}
.sec03 .col p:nth-of-type(1) {
color: #F24572;
font-weight: bold;
margin: 0;
}
.sec03 .col p:nth-of-type(2) {
color: #444444;
font-weight: bold;
margin: 0;
}
.sec03 .col p:nth-of-type(3) {
color: #525252;
margin: 0;
}


.bnrArea {
width:992px;
margin:0 auto;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 50px;
}


.sec03_allbtn a {
background: rgb(151,213,201);
background: -moz-radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
background: -webkit-radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
background: radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
width: 400px;
display: block;
line-height: 60px;
font-size: 2.0rem;
border-radius: 5px;
margin: 40px auto 0 auto;
text-decoration: none;
color: #FFFFFF;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
position: relative;
}
.sec03_allbtn a span {
font-size: 1.4rem;
position: absolute;
top: 2.4rem;
right: 5%;
}





/* section review
--------------------------------------------------------------------------------------------------- */


.m_section.sec04{
background:url(../../images/home2/sec02Bg.gif);
}

.m_btn.s_style01 a, .m_btn.s_style01 .txt {
    background: #4aaa34;
    border: 1px solid #4aaa34;

    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    margin: auto;
    width: 340px;
    line-height: 50px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.secHead + .txt{
line-height:2;
margin-bottom:35px;
}
.m_tabBox{
width:980px;
margin:0 auto 40px;
display:flex;
}
.m_tabBox .tabMenu{
border-right:4px solid #8fc31f;
width:213px;
box-sizing:border-box;
margin:0;
display:flex;
flex-wrap:wrap;
}
.m_tabBox .tabMenu li{
width:100%;
}
.m_tabBox .tabMenu li:not(:first-child){
margin-top:5px;
}
.m_tabBox .tabMenu li button{
width:100%;
display:block;
line-height:38px;
outline:none;
background:#fff;
border:1px solid #4aaa34;
border-right:none;
border-radius:20px 0 0 20px;
color:#4aaa34;
font-weight:bold;
text-decoration:none;
position:relative;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
-o-transition:0.3s;
transition:0.3s;
}
.m_tabBox .tabMenu li button.current{
background:#8fc31f;
border-color:#8fc31f;
color:#fff;
}
.m_tabBox .tabMenu li button.current:after{
content:'';
display:block;
width:0;
height:0;
border-left:11px solid #8fc31f;
border-top:8px solid transparent;
border-bottom:8px solid transparent;
position:absolute;
top:0;
bottom:0;
right:-14px;
margin:auto;
pointer-events:none;
}
.m_noticeBox{
width:980px;
margin:60px auto 0;
background:#f8f8f8;
padding:30px;
box-sizing:border-box;
font-size:1.2rem;
text-align:left;
}
.m_noticeBox .img, .m_noticeBox .txt{
display:table-cell;
vertical-align:top;
}
.m_noticeBox .img{
padding-right:15px;
}
.m_noticeBox a{
color:#2e2d2c;
}
.m_noticeBox a:hover{
color:#4aaa34;
}













@media screen and (min-width: 769px) {
.m_tabBox .tabMenu li button:not(.current):hover{
background:#f5faec;
}
}
.m_tabBox .tabWrap{
width:767px;
height:535px;
background:#fff;
overflow:auto;
padding:30px 10px 0 30px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.m_tabBox .tabWrap .tab{
display:none;
}
.m_tabBox .tabWrap #tab01{
display:block;
}

.m_reviewList{
width:697px;
text-align:left;
}
.m_reviewList .col{
background:url(../../images/home2/reviewListBg.gif);
padding:20px 20px 20px 30px;
position:relative;
}
.m_reviewList .col:not(:first-child){
margin-top:20px;
}
.m_reviewList .col:after{
content:'';
clear:both;
display:block;
}
.m_reviewList .col .num{
pointer-events:none;
width:100px;
height:100px;
position:absolute;
top:0;
left:0;
z-index:1;
}
.m_reviewList .col .num:before{
content:'';
display:block;
position:absolute;
top:0;
left:0;
border-style:solid;
border-width:100px 100px 0 0;
border-color:#ffa93a transparent transparent transparent;
}
.m_reviewList .col .num .txt{
position:relative;
display:block;
padding:14px 0 0 14px;
color:#fff;
font-size:1.0rem;
line-height:1.6;
}
.m_reviewList .col .num .txt .numTxt{
font-size:1.6rem;
font-weight:bold;
}
.m_reviewList .col .img{
float:left;
background:#fff;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
border:1px solid #4aaa34;
overflow:hidden;
}
.m_reviewList .col .img a{
display:block;
text-decoration:none;
position:relative;
border-radius:10px;
overflow:hidden;
}
.m_reviewList .col .img a:hover{
opacity:0.7;
}
.m_reviewList .col .img a:before{
content:'';
position:absolute;
width:100%;
height:85%;
background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 15%, #ffffff 65%, #ffffff 100%);
bottom:0;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.m_reviewList .col .img a .dtl{
position:absolute;
bottom:10px;
left:0;
width:100%;
text-align:center;
padding:0 10px;
box-sizing:border-box;
}
.m_reviewList .col .img a .dtl .ttl{
display:block;
color:#4aaa34;
font-weight:bold;
font-size:1.3rem;
padding-bottom:8px;
border-bottom:1px solid #4aaa34;
margin-bottom:10px;
line-height:1.14;
}
.m_reviewList .col .img a .dtl .cap{
display:block;
font-size:1.2rem;
line-height:1.16;
color:#666;
}
.m_reviewList .col > .dtl{
width:457px;
float:right;
}
.m_reviewList .col > .dtl .point{
background:#fff;
padding:5px 15px;
font-weight:bold;
margin-bottom:12px;
}
.m_reviewList .col > .dtl .point .star{
font-weight:normal;
letter-spacing:-2px;
}
.m_reviewList .col > .dtl .point .star .starTxt{
font-size:1.8rem;
color:#d0d0d0;
}
.m_reviewList .col > .dtl .point .star .starTxt .active{
color:#ffd602;
}
.m_reviewList .col > .dtl .balloon{
border:1px solid #f8de51;
background:url(../../images/home2/balloonBg.png) no-repeat right 15px top/17px auto, #fff;
padding:14px;
border-radius:10px;
margin-bottom:15px;
position:relative;
}
.m_reviewList .col > .dtl .balloon:before, .m_reviewList .col > .dtl .balloon:after{
content:'';
position:absolute;
display:block;
border-top:7px solid transparent;
border-bottom:7px solid transparent;
left:-11px;
top:20px;
width:0;
height:0;
}
.m_reviewList .col > .dtl .balloon:before{
border-right:11px solid #f8de51;
}
.m_reviewList .col > .dtl .balloon:after{
border-right:11px solid #fff;
margin-right:2px;
}
.m_reviewList .col > .dtl .balloon .head{
margin-bottom:5px;
display:inline-block;
font-weight:bold;
}
.m_reviewList .col > .dtl .balloon .head a{
color:#2e2d2c;
font-weight:bold;
}
.m_reviewList .col > .dtl .balloon .head a:hover{
color:#4aaa34;
}
.m_reviewList .col > .dtl .balloon .name{
margin-bottom:5px;
display:inline-block;
color:#666;
font-size:1.2rem;
}
.m_reviewList .col > .dtl .balloon .txt{
margin:0;
}
.m_reviewList .col > .dtl > .linkType01{
text-align:right;
margin:0;
}


.linkType01 .txt{
color:#4aaa34;
font-weight:bold;
cursor:pointer;
text-decoration:none;
padding-left:24px;
position:relative;
-webkit-transition:0.3s;
-moz-transition:0.3s;
-ms-transition:0.3s;
-o-transition:0.3s;
transition:0.3s;
}
.linkType01 .txt:hover{
opacity:0.8;
}
.linkType01 .txt:before, .linkType01 .txt:after{
content:'';
display:block;
position:absolute;
top:0;
margin:auto;
}
.linkType01 .txt:before{width:16px;height:16px;border:1px solid #4aaa34;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0;top:0;}
.linkType01 .txt:after{
width:4px;
height:4px;
border-right:1px solid #4aaa34;
border-bottom:1px solid #4aaa34;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
transform:rotate(-45deg);
left:5px;
top:6px;
}




/* section support
--------------------------------------------------------------------------------------------------- */

.m_section.sec05 {
background: url("../../images/home2/support_bg.jpg");
/*background-color:rgba(255,255,255,0.95);
background-blend-mode:lighten;*/
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
/*.m_section.sec05::before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  opacity: 0.2;
}*/
.m_section.sec05 .secHead {
color: #FF8000;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;
font-size: 4.0rem;
line-height: 100%;
background: url("../../images/home2/support_t_bg01.png") left, url("../../images/home2/support_t_bg02.png") right;
background-repeat: no-repeat;
min-height: 124px;
width: 657px;
margin: 0 auto;
display: block;
}
.m_section.sec05 .secHead .secHead_s {
font-size: 3.2rem;
display: block;
}

.sec05_list {
display: flex;
justify-content: space-around;
flex-wrap: nowrap;
width: 1000px;
margin: 0 auto;
color: #FFFFFF;
}

.sec05_list li,
.sec05_list li img {
width: 192px;
background: rgba(255,128,0,0.6);
text-align: left;
}

.sec05_list li h3 {
min-height: 5.0rem;
font-size: 1.8rem;
text-align: center;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400;
letter-spacing: -2px;
vertical-align: middle;
margin: 0;
padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 10px;
flex-wrap:wrap;

}
.sec05_list li p {
padding: 10px;
}


.sec05_list li h3 span {
font-size: 1.6rem;
display: block;
}



.sec05_allbtn a {
background: rgb(246,211,101);
background: -moz-linear-gradient(90deg, rgba(246,211,101,1) 0%, rgba(253,160,133,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(246,211,101,1) 0%, rgba(253,160,133,1) 100%);
background: linear-gradient(90deg, rgba(246,211,101,1) 0%, rgba(253,160,133,1) 100%);
width: 400px;
display: block;
line-height: 60px;
font-size: 2.0rem;
border-radius: 5px;
margin: 40px auto 0 auto;
text-decoration: none;
color: #FFFFFF;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
position: relative;
}
.sec05_allbtn a span {
font-size: 1.4rem;
position: absolute;
top: 2.4rem;
right: 5%;
}












/* section Specialty site
--------------------------------------------------------------------------------------------------- */
.m_section.sec06 {
background: #E3F4F3;
}


.m_section.sec06 .secHead {
color: #2A6171;
}

.sec06 .catch {
    margin-top: 40px;
    font-weight: bold;
    color: #545454;
}


.s_sec06 {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-items: flex-start;

width: 1000px;
margin: 0 auto;


}

.s_sec06 li {
width: 250px;
display: flex;
flex-wrap: wrap;
padding: 10px;
box-sizing: border-box;
border: #75CAC3 solid;
vertical-align: top;
border-width: 1px 1px 0 0;
align-self: stretch;
color: #2A6171;
}

.s_sec06 li:nth-of-type(4),
.s_sec06 li:nth-of-type(8),
.s_sec06 li:nth-of-type(12),
.s_sec06 li:nth-of-type(16){
border-right: 0;
}
.s_sec06 li:nth-of-type(1),
.s_sec06 li:nth-of-type(2),
.s_sec06 li:nth-of-type(3),
.s_sec06 li:nth-of-type(4){
border-top: 0;
}
.s_sec06 li p {
margin: 0;
text-align: left;
}


.s_sec06 li a {
color: #2A6171;
text-decoration: none;
}


.s_sec06 li .cap {
font-size: 1.6rem;
font-weight: bold;
line-height: 120%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
	min-height: 4.0rem;
	display: flex;
}



.s_sec06 li .cap span {

margin-left: 10px;
}










/* section module Campaign
--------------------------------------------------------------------------------------------------- */

.sec07 {
    background: url("../../images/home2/students_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.m_slidesBox.s_sec07{
width:1000px;
margin:0 auto;
display:flex;
justify-content: center;
flex-wrap: wrap;
margin-top: 40px;
}

.sec07 .catch {
    margin-top: 40px;
    font-weight: bold;
    color: #545454;
}

.sec07 .secHead {

    color: #4AC6D2;
}
.sec07 .cap {
font-size: 2.2rem;
text-align: center;
font-weight: 400;
    line-height: 120%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	    min-height: 6.0rem;
    display: flex;
	    justify-content: center;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.sec07 .cap span {

margin-left: 10px;
}


.m_slidesBox.s_sec07 .col{
width:280px;
margin-top: 25px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
/*overflow:hidden;*/
display:flex;


}
.m_slidesBox.s_sec07 .col a{
text-decoration:none;
display:block;
position:relative;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
color: #FFFFFF;
}
.m_slidesBox.s_sec07 .col a .img{
position:relative;
z-index:2;
}
.m_slidesBox.s_sec07 .col a .img img{
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
transition:transform 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
width: 280px;
}
.m_slidesBox.s_sec07 .col a:after{
content:'';
width:100%;
height:100%;
background: #4AC7D3;
box-shadow: 0 0 4px rgba(0,0,0,0.1);
display:block;
position:absolute;
top:0;
left:0;
z-index:1;
box-sizing:border-box;
border-radius:5px;
transition:0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
}
.m_slidesBox.s_sec07 .col .dtl{
padding:10px;
text-align:left;
position:relative;
z-index:2;

}

.m_slidesBox.s_sec07 .col .dtl .txt{

text-decoration:none;
color: #FFFFFF;
margin:0;
}

.m_slidesBox.s_sec07 .col .img .catbnr{
padding:2px 10px;
display:inline-block;
position: absolute;
top: 10px;
left: 0;
}
.m_slidesBox.s_sec07 .col .img .catbnr.tg_cp{
background: #F34573;
color: #FFFFFF;
}
.m_slidesBox.s_sec01 .col .img .catbnr.tg_fe{
background: #FF7A4D;
color: #FFFFFF;
}

.m_slidesBox.s_sec07 .col + li {
margin-left: 20px;
}








/* section News
--------------------------------------------------------------------------------------------------- */



.sec08 {
padding: 0;
background: url("../../images/home2/news_bg01.png") right top,rgb(142,210,197);
background: url("../../images/home2/news_bg01.png") right top,-moz-linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
background: url("../../images/home2/news_bg01.png") right top,-webkit-linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
background: url("../../images/home2/news_bg01.png") right top,linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
background-size:contain;
background-repeat:  no-repeat;
}

.sec08_bg {
padding: 40px 0;
    background: url("../../images/home2/news_bg02.png") left top,url("../../images/home2/news_bg03.png") right bottom;
	background-repeat: no-repeat;

}


.m_slidesBox.s_sec08 {
width:1000px;
margin:0 auto;


}

.sec08 .catch {
    margin-top: 40px;
    font-weight: bold;
    color: #545454;
}

.sec08 .secHead {
font-size: 3.5rem;
    color: #FFFFFF;
}

.sec08 .secEng {
display: inline-block;
margin-left: 20px;
}


.newsBox {
width: 348px;
background: #FFFFFF;
border-radius: 5px;
padding: 20px;
position: relative;
box-sizing: border-box;
display: inline-block;
}

.newsList {
list-style: none;
}

.campaign {
background: #F34573;
color: #FFFFFF;
border-radius: 5px;
padding: 2px 10px;

}

.oshirase {
background: #91C322;
color: #FFFFFF;
border-radius: 5px;
padding: 2px 10px;
}


.newsList a {
display: block;
color: #555555;


}

.newsList li{
margin: 5px 0 20px;

display: block;
}

.newsList li + li {
border-top: 1px solid #DDDDDD;
padding: 20px 0 20px 0;
}

.m_btn.s_style03 a {
position: absolute;
bottom: 0;
left: 0;
text-align: center;
display: block;
background: #2A6171;
color: #FFFFFF;
width: 348px;
line-height: 44px;
border-radius: 0 0 5px 5px;
text-decoration: none;
}




.m_btn.s_style03 a span {
    font-size: 1.2rem;

}


.sec08_txt {
color: #FFFFFF;
width: 625px;
display: inline-block;
margin-left: 20px;
/*vertical-align: text-bottom;*/
vertical-align: top;
}


.sec08_txt .s_long {
font-size: 2.6rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400;
border-bottom: #FFFFFF solid 1px;
padding-bottom: 10px;
margin: 0 0 10px 0;

}

.sec08_txt .txt {
font-size: 1.4rem;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400;

}



/* #gfooter
--------------------------------------------------------------------------------------------------- */




.footInner01 {
    background: #FFFFFF;
    padding: 40px 0 30px;
}

.footInner01 ul {
    width: 1000px;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: center;
}


.footInner01 ul li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
}

.footInner01 ul li:not(:first-child){
border-left:1px solid #666;
}
.footInner01 ul li a{
padding:0 7px;
color:#666;

line-height:1;
text-decoration:none;
}

.footInner02{
background:#FFFFFF;
padding-bottom:40px;
}
.footInner02 ul{
margin:0 auto;
letter-spacing:-0.4em;
text-align:center;
}
.footInner02 ul li{
letter-spacing:normal;
display:inline-block;
vertical-align:top;
}
.footInner02 ul li:not(:first-child){
border-left:1px solid #666;
}
.footInner02 ul li a{
padding:0 7px;
color:#666;

line-height:1;
text-decoration:none;
}
.footInner02 ul li a:hover{
opacity:0.7;
}
.footInner02 ul + ul{
margin-top:5px;
}
.spFootArea{
display:none;
}
.footInner03{
background: rgb(142,210,197);
background: -moz-linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
background: -webkit-linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
background: linear-gradient(135deg, rgba(142,210,197,1) 0%, rgba(165,217,87,1) 100%);
padding:30px 0;
position:relative;
}
.footInner03 .copyright{
margin:0 auto;
text-align:center;
position:relative;
z-index:1;
width: 1000px;
}
.footInner03 .copyright small{
font-size:1.2rem;
color:#fff;
}
.footInner03 .copyright img{
position:absolute;
top: -15px;
right:0;
text-align:right;
margin:auto;
}
















/* inline module
--------------------------------------------------------------------------------------------------- */
/* anchor */
.fwb{
font-weight:bold;
}

.em{
font-size:1.28em;
}

@font-face {
font-family:'icomoon';
src:url("../../fonts/icomoon.eot?24ixfk");
src:url("../../fonts/icomoon.eot?24ixfk#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?24ixfk") format("truetype"), url("../../fonts/icomoon.woff?24ixfk") format("woff"), url("../../fonts/icomoon.svg?24ixfk#icomoon") format("svg");
font-weight:normal;
font-style:normal;
}
[class^="icon-"], [class*=" icon-"]{
  /* use !important to prevent issues with browser extensions that change fonts */
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
line-height:1;
  /* Better Font Rendering =========== */
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
font-family:'icomoon' !important;
}

.icon-icon_food:before{
content:"\e900";
color:#FFFFFF;
}

.icon-icon_heart:before{
content:"\e901";
color:#FFFFFF;
}

.icon-icon_lang:before{
content:"\e902";
color:#FFFFFF;
}

.icon-icon_medi:before{
content:"\e903";
color:#FFFFFF;
}

.icon-icon_nail:before{
content:"\e904";
color:#FFFFFF;
}

.icon-icon_pc:before{
content:"\e90a";
color:#FFFFFF;
}

.icon-icon_pen:before{
content:"\e906";
color:#FFFFFF;
}

.icon-icon_pet:before{
content:"\e907";
color:#FFFFFF;
}

.icon-icon_woman:before{
content:"\e908";
color:#FFFFFF;
}

.icon-icon_baby:before{
content:"\e909";
color:#FFFFFF;
}

.icon-icon_bag:before{
content:"\e905";
color:#FFFFFF;
}

.icon-icon_deco:before{
content:"\e90b";
color:#FFFFFF;
}

.icon-icon_zaitaku:before{
content:"\e90c";
color:#FFFFFF;
}







.sp-only{display: none !important;}

.finger{
  position: absolute;
  top:35%;
  left:0.8%;
  width:6.5%;
  z-index: 2;
}
.m_reviewList .col .img a:hover + .finger{opacity: .8}


.sec03-cate {

background: url("../../images/home2/sec03-cate_bg.png") center top,rgb(226,245,218);
background: url("../../images/home2/sec03-cate_bg.png") center top,-moz-linear-gradient(180deg, rgba(226,245,218,1) 0%, rgba(232,245,218,1) 100%);
background: url("../../images/home2/sec03-cate_bg.png") center top,-webkit-linear-gradient(180deg, rgba(226,245,218,1) 0%, rgba(232,245,218,1) 100%);
background: url("../../images/home2/sec03-cate_bg.png") center top,linear-gradient(180deg, rgba(226,245,218,1) 0%, rgba(232,245,218,1) 100%);

background-repeat: no-repeat;
background-size: contain;
}

/*
html {
  scroll-padding-top: 175px;  固定ヘッダの高さ分 
}
*/
.m_slidesBox.s_sec02 .col .dtl  p:nth-of-type(1) {
font-weight: bold;
line-height: 1.4;
}
.m_slidesBox.s_sec02 .col .dtl  p:nth-of-type(2) {
line-height: 1.4;
border-top: 1px dotted #CCCCCC;
margin-top: 5px;
padding-top: 5px;
}


span.logo_right {
vertical-align: middle;
position: absolute;
top: 75px;
left: 220px;

}





#sec03-cate {
margin-top:-175px;
padding-top:175px;
}
#sec03 {
margin-top:-175px;
padding-top:175px;
}
























@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
  .pc-only{display: none !important;}
  .sp-only{display: block !important;}
  .inner {
    width: 100%;
    margin: 0 auto;
}
.label {
display: none;
}

#gheader {
    position:relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
	z-index: 990;
	background: #FFFFFF;
	}
.swiper-container {
padding-top: 0;
}
	
#gheader .logo {
    width: 30%;
    /*height: 3.0rem;*/
	height: 8.0rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../../images/home2/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
    float: left;
}
span.logo_right {
vertical-align: middle;
position: absolute;
top: 75px;
left: 30%;

}
.m_section {
    /* margin-top: 40px; */
    padding: 20px 0;
    text-align: center;
}
.secHead {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.6rem;
    font-weight: 400;
    margin: 0;
	
}
.secEng {
    font-family: 'Rage Italic';
    font-weight: normal;
    font-size: 2.6rem;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50%;
	padding-top: 5px;
}
.m_slidesBox.s_sec01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
    margin-top: 20px;
}
.m_slidesBox.s_sec02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sec02 .catch {
    
    font-weight: bold;
    color: #545454;
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;
}
.sec03 .catch {
    font-weight: bold;
    color: #545454;
		width: 80%;
	margin: 0 auto;
	margin-top: 10px;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
}
.sec03_allbtn a {
background: rgb(151,213,201);
background: -moz-radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
background: -webkit-radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
background: radial-gradient(circle, rgba(151,213,201,1) 0%, rgba(96,189,189,1) 100%);
    width: 80%;
    display: block;
    line-height: 60px;
    font-size: 2.0rem;
    border-radius: 5px;
    margin: 40px auto 0 auto;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    position: relative;
}

.sec03 h3 {
    color: #F67296;
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    margin: 20px 0 0 0;
}
.s_btnList1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bnrArea {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.bnrArea img {
width: 80%;

}
.m_tabBox{
width:100%;
display:block;
}
.m_tabBox .tabMenu{
width:87.5vw;
border:none;
margin:0 auto 3.0rem;
letter-spacing:-1em;
}
.m_tabBox .tabMenu li{
letter-spacing:normal;
width:23%;
display:flex;
}
.m_tabBox .tabMenu li:not(:nth-child(4n+1)){
margin-left:2.66%;
}
.m_tabBox .tabMenu li:not(:first-child){
margin-top:0;
}
.m_tabBox .tabMenu li:nth-child(n+5){
margin-top:2.66%;
}
.m_tabBox .tabMenu li button{
display:flex;
justify-content:center;
align-items:center;
text-align:center;
line-height:1.3;
height:5.0rem;
font-size:0.9rem;
border-radius:10px;
border:1px solid #4aaa34;
}
.m_tabBox .tabMenu li button.current:after{
display:none;
}
.m_tabBox .tabWrap{
width:100%;
height:auto;
padding:3.0rem 0;
}

.m_reviewList{
width:auto;
display:flex;
overflow:auto;
-webkit-overflow-scrolling:touch;
margin-bottom:0;
}
.m_reviewList .col{
width:75vw;
min-width:75vw;
position:relative;
padding:2.0rem 2.0rem 5.0rem;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.m_reviewList .col:first-child{
margin-left:2.0rem;
}
.m_reviewList .col:not(:first-child){
margin-top:0;
margin-left:1.0rem;
}
.m_reviewList .col .num{
width:7.5rem;
height:7.5rem;
}
.m_reviewList .col .num:before{
border-top-width:7.5rem;
border-right-width:7.5rem;
}
.m_reviewList .col .num .txt{
padding:1.0rem 0 0 1.0rem;
font-size:0.9rem;
line-height:1.3;
}
.m_reviewList .col .img{
width:100%;
background:none;
border:none;
float:none;
}
.m_reviewList .col .img a{
position:static;
}
.m_reviewList .col .img a:before{
display:none;
}
.m_reviewList .col .img a:after{
content:'';
clear:both;
display:block;
}
.m_reviewList .col .img a img{
width:9rem;
border-radius:10px;
border:1px solid #4aaa34;
box-sizing:border-box;
float:left;
}
.m_reviewList .col .img a .dtl{
position:static;
width:32vw;
float:right;
padding:0;
margin-top:1.2rem;
text-align:left;
}
.m_reviewList .col .img a .dtl .ttl{
font-size:1.4rem;
color:#2e2d2c;
line-height:1;
padding:0;
display:inline-block;
border-bottom-color:#2e2d2c;
margin-bottom:0.8rem;
}
.m_reviewList .col .img a .dtl .cap{
line-height:1.5;
font-size:1.1rem;
}
.m_reviewList .col > .dtl{
float:none;
width:100%;
}
.m_reviewList .col > .dtl .point{
margin-top:1.0rem;
padding:0.8rem;
line-height:1;
}
.m_reviewList .col > .dtl .balloon{
background-position:right 10px top;
background-size:1.3rem auto;
}
.m_reviewList .col > .dtl .balloon:before, .m_reviewList .col > .dtl .balloon:after{
border-left:4px solid transparent;
border-right:4px solid transparent;
left:1.6rem;
top:-13px;
}
.m_reviewList .col > .dtl .balloon:before{
border-bottom:6px solid #f8de51;
}
.m_reviewList .col > .dtl .balloon:after{
border-bottom:6px solid #fff;
margin-right:0;
margin-top:2px;
}
.m_reviewList .col > .dtl > .linkType01{
position:absolute;
bottom:1.5rem;
}

.m_noticeBox{
width:87.5vw;
padding:2.0rem;
margin-top:4.0rem;
}
.m_noticeBox .img, .m_noticeBox .txt{
display:block;
word-break:break-all;
}
.m_noticeBox .img{
padding:0;
margin-bottom:1.0rem;
}

.m_floatBox.s_catBox{
width:87.5vw;
border-bottom:1px solid #4aaa34;
margin-bottom:2.5rem;
background:none;
}
.m_floatBox.s_catBox > .col{
width:100%;
padding:0;
}
.m_floatBox.s_catBox > .col:nth-child(n+4){
border-top:none;
}
.m_floatBox.s_catBox > .col .colInner{
display:none;
padding:1.5rem 0 2.0rem;
background:#fff;
}
.m_floatBox.s_catBox > .col > .head{
display:block;
background:#fff;
width:100%;
height:5.6rem;
text-align:left;
font-size:1.4rem;
padding-left:1.5rem;
color:#4aaa34;
font-weight:bold;
border:1px solid #4aaa34;
border-bottom:none;
border-radius:6px 6px 0 0;
position:relative;
outline:none;
line-height:5.6rem;
padding-bottom:0;
margin:0;
cursor:pointer;
}
.m_floatBox.s_catBox > .col > .head:before{
font-size:2.6rem;
}
.m_floatBox.s_catBox > .col > .head:after{
content:'';
position:absolute;
display:block;
top:0;
bottom:0;
margin:auto;
width:40px;
height:22px;
border:1px solid #4aaa34;
border-radius:12px;
right:15px;
}
.m_floatBox.s_catBox > .col > .head .txt{
font-weight:bold;
}
.m_floatBox.s_catBox > .col > .head .txt:before, .m_floatBox.s_catBox > .col > .head .txt:after{
content:'';
position:absolute;
display:block;
top:0;
bottom:0;
margin:auto;
width:11px;
height:1px;
background:#4aaa34;
right:31px;
}
.m_floatBox.s_catBox > .col > .head .txt:after{
transform:rotate(90deg);
}
.m_floatBox.s_catBox > .col > .head.is_active{
background:#8fc31f;
border-color:#8fc31f;
color:#fff;
}
.m_floatBox.s_catBox > .col > .head.is_active:before{
color:#fff;
}
.m_floatBox.s_catBox > .col > .head.is_active:after{
border-color:#fff;
}
.m_floatBox.s_catBox > .col > .head.is_active .txt:before, .m_floatBox.s_catBox > .col > .head.is_active .txt:after{
background:#fff;
}
.m_floatBox.s_catBox > .col > .head.is_active .txt:after{
transform:rotate(0);
}
.m_floatBox.s_catBox > .col .balloon{
margin:0 0 1.5rem 1.5rem;
}
.m_floatBox.s_catBox > .col .m_btn{
position:static;
}
.m_floatBox.s_catBox > .col .m_btn .txt{
line-height:5.0rem;
width:24rem;
border-radius:5.0rem;
}
.m_floatBox.s_btnList{
background:none;
padding:0;
width:87.5vw;
}
.m_floatBox.s_btnList .col{
width:46%;
}
.m_floatBox.s_btnList .col:not(:first-child){
margin-left:8%;
}
.m_floatBox.s_btnList .col:nth-child(odd){
margin-left:0;
}
.m_floatBox.s_btnList .col:nth-child(n+3){
margin-top:8%;
}
.m_floatBox.s_btnList .col a{
width:100%;
height:auto;
font-size:1.4rem;
padding:1.8rem 0.5rem 1.3rem;
min-height:10rem;
}
.m_floatBox.s_btnList .col a:before{
display:none;
}
.m_floatBox.s_btnList .col a:after{
content:'';
display:block;
width:100%;
height:4.0rem;
margin-top:0.5rem;
}
.m_floatBox.s_btnList .col.icon01 a:after{
background:url(/images/home/btnListIcon01.png) no-repeat center top/auto 100%;
}
.m_floatBox.s_btnList .col.icon02 a:after{
background:url(/images/home/btnListIcon02.png) no-repeat center top/auto 100%;
}
.m_floatBox.s_btnList .col.icon03 a:after{
background:url(/images/home/btnListIcon03.png) no-repeat center top/auto 100%;
}
.m_floatBox.s_btnList .col.icon04 a:after{
background:url(/images/home/btnListIcon04.png) no-repeat center top/auto 100%;
}
.m_floatBox.s_btnList .col.icon05 a:after{
background:url(/images/home/btnListIcon05.png) no-repeat center top/auto 100%;
}

  
  
 /*nav{
  width: 100%;
  height: 70px;
  position: relative;
  background: #F6F6F6;
}*/

.drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

.navbar_toggle{
  z-index:9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #5c6b80;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}

.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m_section.sec05 .secHead .secHead_s {
    font-size: 2.0rem;
    display: block;
}
.m_section.sec05 .secHead {
    color: #FF8000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 100%;
    background: url(../../images/home2/support_t_bg01.png) left, url(../../images/home2/support_t_bg02.png) right;
    background-repeat: no-repeat;
	background-size: contain;
    min-height: 100%;
    width: 90%;
    margin: 20px auto;
    display: block;

}

.sec05_allbtn a {
background: rgb(255,184,67);
background: -moz-linear-gradient(110deg, rgba(255,184,67,1) 0%, rgba(255,114,75,1) 100%);
background: -webkit-linear-gradient(110deg, rgba(255,184,67,1) 0%, rgba(255,114,75,1) 100%);
background: linear-gradient(110deg, rgba(255,184,67,1) 0%, rgba(255,114,75,1) 100%);
    width: 80%;
    display: block;
    line-height: 60px;
    /*font-size: 1.4rem;*/
	letter-spacing: -0.2rem;
    border-radius: 5px;
    margin: 40px auto 0 auto;
    text-decoration: none;
    color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    position: relative;
}
.sec05_allbtn a span {
    font-size: 1.4rem;
    position: absolute;
    /*top: 1.8rem;*/
    right: 5%;
}

.s_sec06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}

.sec06 .catch {
    margin-top: 40px;
    font-weight: bold;
    color: #545454;
	width: 90%;
	margin: 20px auto;
}

.m_slidesBox.s_sec07 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0px;
}

.sec07 {
    background: url(../../images/home2/students_bg.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.sec07 .catch {
width: 90%;
margin: 0 auto;
    margin-top: 40px;
    font-weight: bold;
    color: #545454;
}

.m_slidesBox.s_sec07 .col {
    width: 30%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow: hidden; */
    display: flex;
}
.m_slidesBox.s_sec07 .col a .img img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    transition: transform 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
    width: 100%;
}
.m_slidesBox.s_sec07 .col + li {
margin-left: 10px;
}
.sec07 .cap {
    font-size: 2.0rem;
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    min-height: 6.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.m_slidesBox.s_sec08 {
    width: 100%;
    margin: 0 auto;
}

.sec08_bg {
    padding: 20px 0;
    background: url(../../images/home2/news_bg02.png) left top,url(../../images/home2/news_bg03.png) right bottom;
    background-repeat: no-repeat;
}

.sec08 .secHead {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 0;
	color: #FFFFFF;
	text-align: center;
}
.sec08 .secHead .secEng {
    font-family: 'Rage Italic';
    font-weight: normal;
    font-size: 2.6rem;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50%;
}
.sec08_txt {
    color: #FFFFFF;
    width: 90%;
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-bottom;
}

.newsBox {
    width: 90%;
	margin: 10px auto 0 auto;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: block;
}

.m_btn.s_style03 a {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    display: block;
    background: #2A6171;
    color: #FFFFFF;
    width: 100%;
    line-height: 44px;
    border-radius: 0 0 5px 5px;
    text-decoration: none;
	font-size: 2.0rem;
}

.sec08_txt .s_long {
    font-size: 1.8rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    border-bottom: #FFFFFF solid 1px;
    padding-bottom: 10px;
    margin: 20px 0 10px 0;
}


#gfooter .footInner01 ul {
    width: 100%;
    margin: 0 auto;
    letter-spacing: -0.4em;
    text-align: left;
}
#gfooter .footInner03 .copyright {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.btn_top ul {
    display: block;
    justify-content: space-around;
    margin-top: 20px;
}
.btn_top ul + ul {
    margin-bottom: 20px;
}
.btn_top li {
display: inline-block;
width: 49%;
}
.btn_top ul:nth-of-type(2) li {
    display: block;
    width: 60%;
	margin: 0 auto;
}

.news .inner h2 {
    margin: 10px 30px;
    font-weight: bold;
	text-align: center;
	display: block;
}
.news .inner p {
    width: 100%;
    margin: 0;
}
.news .inner {
width: 100%;
box-sizing: border-box;
padding: 0 5%;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.news .inner .news_more {
    display: block;
    margin: 10px 0 10px 20px;
    vertical-align: middle;
	text-align: right;
}


.bg-gradient1 span, .bg-gradient1:before {
	display: none;
}
.bg-gradient2 span, .bg-gradient2:before {
	display: none;
}
.bg-gradient3 span, .bg-gradient3:before {
	display: none;	
}


.bg-gradient1,.bg-gradient2 {
width: 100%;
display: inline-block;
}
.bg-gradient1 img,.bg-gradient2 img,.bg-gradient3 img {
width: 100%;
}
.s_btnList2 {
width: 90%;
margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}
.s_btnList2 li.col {
width: 49%;
margin-top: 2%;

}

.s_btnList2 .col a {
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    z-index: 1;
    box-sizing: border-box;
    border-radius: 5px;
    transition: 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
    width: 100%;
    height: 60px;
	line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F67396;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
}

.s_btnList2 .col + li {
    margin-left: 0px;
}
.bnrArea {
width: 90%;
margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.bnrArea li {
width: 49%;
margin-top: 20px;
}
.bnrArea img {
width: 100%;
}


#gfooter .footInner01{
margin-bottom:2.5rem;
    padding: 0px 0 0px;
}
#gfooter .footInner01 ul li {
    letter-spacing: normal;
    display: block;
    vertical-align: top;
}

#gfooter .footInner01 li:not(:first-child){
border-top:1px solid #d1d1d1;
border-left: 0px solid #666;
}
#gfooter .footInner01 li a{
display:block;
padding:1.3rem 2.0rem;
font-size:1.2rem;
color:#666;
background:#eaeaea;
text-decoration:none;
position:relative;
}

#gfooter .footInner01 li a:before, #gfooter .footInner01 li a:after{
content:'';
display:block;
position:absolute;
top:0;
bottom:0;
margin:auto;
}
#gfooter .footInner01 li a:before{
width:16px;
height:16px;
border:1px solid #9b9b9b;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
right:14px;
}
#gfooter .footInner01 li a:after{
border-left:6px solid #9b9b9b;
border-top:4px solid transparent;
border-bottom:4px solid transparent;
width:0;
height:0;
right:18px;
}
#gfooter .footInner02{
margin:2%;
padding-bottom: 10px;
}
#gfooter .footInner02 li{
margin-bottom:1.2rem;
text-align: left;
display: block;
}

#gfooter .footInner02 li a{
font-size:1.2rem;
color:#666;
}
.footInner02 ul li:not(:first-child) {
    border-left: 0px solid #666;
}

#gfooter .spFootArea ul{
background:#8fc31f;
margin:0;
letter-spacing:-0.4em;
text-align:center;
padding:1.8rem 0;
}
#gfooter .spFootArea ul li{
display:inline-block;
letter-spacing:normal;
vertical-align:top;
}
#gfooter .spFootArea ul li:last-child{
border-left:1px solid #fff;
}
#gfooter .spFootArea ul li a{
padding:0 1.7rem;
color:#fff;
font-size:1.2rem;
}

#gfooter .footInner03 {
padding: 20px 0;
}


#gfooter .footInner03 .copyright{
width:90%;
margin:0 auto;
text-align: left;
}
#gfooter .footInner03 .copyright small{
font-size:0.9rem;
width: 60%;
display: inline-block;
}
#gfooter .footInner03 .copyright img {
width: 10%;
display: inline-block;
    position: absolute;
    top: -5px;
    right: 0;
    text-align: right;
    margin: auto;
}

#gheader .content .inner .rightBox {
position: fixed;
float: none;
width: 100%;
	z-index: 910;


}
.headBtnList {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 0px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;


}
.headBtnList li {
width: 38%;
margin-right: 1%;
font-size: 1.4rem;
font-weight: bold;
}
.contact a,
.shiryou a {
width: 100%;
}

.headLinkList {
display: none;
}


.floatNavWrap {
display: none;
}

.logo {
margin-top: 65px;
}

.m_slidesBox.s_sec01 .col {
    width: 45%;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow: hidden; */
    display: flex;
}

.m_slidesBox.s_sec01 .col a {
    text-decoration: none;
    display: block;
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
	width: 100%;
}
.m_slidesBox.s_sec01 .col a .img img {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    transition: transform 0.4s cubic-bezier(0.18, 0.86, 0.39, 1.23);
    width: 100%;
}
.m_slidesBox.s_sec01 li.col {
    margin-left: 10px;
}

.m_slidesBox.s_sec01 li.col:nth-of-type(3n+1) {
    margin-left: 10px;
}

.m_slidesBox.s_sec01 li.col:nth-of-type(2n+1) {
margin-left: 10px;
}
.m_slidesBox.s_sec01 .col .img .catbnr {
font-size: 0.8rem;

}

.sec03_allbtn a span {
    font-size: 1.4rem;
    position: absolute;
    /*top: 1.8rem;*/
    right: 5%;
}


.s_btnList1 .col {
margin-top: 20px;
}

.sec05_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    color: #FFFFFF;
}
.sec05_list li {
    width: 30%;
    background: rgba(255,128,0,0.6);
    text-align: left;
	margin-top: 10px;
}

.sec05_list li {
margin-left: 10px;
}
.sec05_list li:nth-of-type(3n+1) {
margin-left: 0;
}

.sec05_list li img {
width: 100%;
}
.sec05_list li h3 {
    min-height: 5.0rem;
    font-size: 2.0rem;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
    letter-spacing: -2px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}
.sec05_list li h3 span {
    font-size: 1.2rem;
    display: block;
}


.sec06 li img {
width: 100%;
}
.s_sec06 li:nth-of-type(4), .s_sec06 li:nth-of-type(8), .s_sec06 li:nth-of-type(12), .s_sec06 li:nth-of-type(16) {
    border-right: #75CAC3 solid 1px;
}

.s_sec06 li .cap {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 120%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
    min-height: 4.0rem !important;
    display: flex;
}


#nav-toggle {
display: block;
}

.m_slidesBox.s_sec03 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}


.m_slidesBox.s_sec02 .col:nth-of-type(3n+1),
.s_btnList1 .col:nth-of-type(3n+1){
margin-left: 0px;
}



.s_sec06 li:nth-of-type(4){
border-top: 1px #75CAC3 solid;
}
.s_sec06 li:nth-of-type(3n+3) {
border-right: 0;
}

.finger{
  top:14%;
  left:1.8%;
  width:14%;
}

.news .inner {
    padding: 0 5% 0 8%;
}

.news .inner ul {
    width: 100%;
    /*margin: 10px 0;*/
	margin: 0px 0;
}

.news .inner ul li {
/*margin-bottom: 10px;*/
margin-bottom: 0px;
}


.sec03 .col p:nth-of-type(2) {
font-size: 1.6rem;
}

.sec03 .col p:nth-of-type(3),
.m_slidesBox.s_sec02 .col .dtl .txt {
color: #333333;
line-height: 1.4;
}




.s_sec06 li p {
line-height: 1.4;
}


.swiper-button-next, .swiper-button-prev {
    top:45%;
}

.swiper-button-next {
right: 28%;
}

.swiper-button-prev {
    left: 28%;
}


#sec03-cate {
margin-top:-50px;
padding-top:50px;
}
#sec03 {
margin-top:-50px;
padding-top:50px;
}





}

@media screen and (max-width: 480px){
#gheader .logo {
    width: 30%;
    height: 4.0rem;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../../images/home2/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
}
.m_slidesBox.s_sec02 .col:nth-of-type(3n+1),
.s_btnList1 .col:nth-of-type(3n+1){
margin-left: 10px;
}
.m_slidesBox.s_sec02 li.col:nth-of-type(4n+1) {
margin-left: 10px;
}
.m_slidesBox.s_sec02 .col + li {
    margin-left: 10px;
}

.s_btnList1 .col + li {
    margin-left: 10px;
}

.sec05_list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    color: #FFFFFF;
}
.sec05_list li {
    width: 48%;
    background: rgba(255,128,0,1.0);
    text-align: left;
    margin-top: 10px;
	line-height: 1.4;
}
.sec05_list li {
margin-left: 0px;
}
.sec05_list li:nth-of-type(3n+1) {
margin-left: 0;
}
.s_sec06 li {
    border-top: 0;
    display: block;
}

.s_sec06 li:nth-of-type(4){
border-top: 0px ;
}
.s_sec06 li:nth-of-type(3n+3) {
border-right: 1px #75CAC3 solid;
}

.m_slidesBox.s_sec07 .col {
    width: 48%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow: hidden; */
    display: flex;
}

#gfooter .footInner03 .copyright img {
    width: 30%;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0;
    text-align: right;
    margin: auto;
}
.sec07 .cap span {
    /* margin-left: 10px; */
    display: block;
    float: right;
    position: absolute;
    right: 5px;
    top: 40px;
}




.sec08 {
padding: 0;
background: url("../../images/home2/news_bg01.png") right top,rgb(94,183,180);
background: url("../../images/home2/news_bg01.png") right top,-moz-linear-gradient(135deg, rgba(94,183,180,1) 0%, rgba(126,202,68,1) 100%);
background: url("../../images/home2/news_bg01.png") right top,-webkit-linear-gradient(135deg, rgba(94,183,180,1) 0%, rgba(126,202,68,1) 100%);
background: url("../../images/home2/news_bg01.png") right top,linear-gradient(135deg, rgba(94,183,180,1) 0%, rgba(126,202,68,1) 100%);
background-size:contain;
background-repeat:  no-repeat;
}


.sec08_bg {
background-size: 50%;
}

.sec08_txt .txt {
line-height: 1.4;
}



}