@charset "utf-8";

.toppage #wrapper header h1 {
    width: 14.28vw;
}
.toppage #wrapper header.small h1 {
    width: 6vw;
}

/*------------main_v------------*/
.toppage #contents #main_v {
	width: 100%;
    position: relative;
    padding-top: 7.14vw;
}
.toppage #contents #main_v .text {
    position: absolute;
    left: 3.57vw;
    bottom: 5vw;
    z-index: 3;
}
.toppage #contents #main_v .text .inner{
    position: relative;
    border-left:5px solid #c3d72b;
    padding-left: 3.57vw;
    z-index: 3;
}
.toppage #contents #main_v .text h2 {
    font-size: 5vw;
    color: #c3d72b;
    line-height: 1em;
    margin-bottom: 1.78vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;

}
.toppage #contents #main_v .text p {
    font-size: 1.07vw;
    line-height: 1.75em;
    font-weight: bold;
}
.toppage #contents #main_v .text h2 + p {
    font-size: 2.14vw;
    line-height: 1.5em;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    margin-bottom: 1.07vw;
}

.toppage #contents #main_v .movie {
    float: right;
    width: 50vw;
    height: 50vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
}

.toppage #contents #main_v .movie.corner {
    border-radius:30px 0 0 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px 0 0 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px 0 0 30px;   /* Firefox用 */
}

.toppage #contents #main_v .movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}
.toppage #contents #main_v .movie .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 50vw;
    z-index: 1;
}

/*------------news------------*/
.toppage #contents #news {
    width: calc(100% - 12.84vw);
    margin: 5vw 6.42vw 0 6.42vw;
    background: rgba(245,245,245,0.9);
    border-radius:5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    padding: 1.43vw 12.14vw;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.toppage #contents #news h2 {
    position: absolute;
    top: 1.4vw;
    left: 2.14vw;
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    line-height: 1em;
    display: inline-block;
}
.toppage #contents #news .news_list {
    font-size: 1vw;
    margin-top: 0.3vw;
    border-left:1px dotted #333;
	padding-left: 2.14vw;
}
.toppage #contents #news .news_list dl{
	margin-top:1vw;
	display:flex;
	justify-content: flex-start;
    align-items: center;
}
.toppage #contents #news .news_list dl:first-child{
	margin-top:0;
}
.toppage #contents #news .news_list dt,
.toppage #contents #news .news_list dd{
    display: block;
    float: none;
	line-height: 1.2em;
}
.toppage #contents #news .news_list dt {
    font-weight: bold;
    margin-right: 2.14vw;
}
.toppage #contents #news .news_list dd{
    width: 50vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.toppage #contents #news .more_btn{
    position: absolute;
    right: 2.14vw;
    top: 50%;
    transform: translate(0,-50%);
}
.toppage #contents #news .more_btn a{
    font-size: 1vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    background: #fff;
    border: 1px solid #c3d72b;
    border-radius:50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
    padding: 0.3vw 1vw;
    line-height: 1em;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toppage #contents #news .more_btn a:hover{
    color: #c3d72b;
    background: #333;
    border: 1px solid #333;
}
.toppage #contents #news .more_btn a .icon{
    display: inline-block;
    width: 4px;
    margin-left: 5px;
    vertical-align: top;
    fill: #c3d72b;
}


/*------------mission------------*/
.toppage #contents #mission {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: -4vw;
}
.toppage #contents #mission::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.toppage #contents #mission::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 0 0 100vw;
    border-color: transparent transparent transparent #fff;
}

.toppage #contents #mission .inner {
    width: 100%;
    background: url(../img/mission_bg.jpg);
    background-size: cover;
    padding: 19.64vw 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.toppage #contents #mission .inner .text {
    width: 48.9vw;
    padding: 0 7.857vw 0 8.57vw;
    font-size: 1.14vw;
    line-height: 1.75em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.toppage #contents #mission .inner .text .cate_ttl{
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    margin-bottom: 3vw;
    padding-left: 3.93vw;
    position: relative;
}

.toppage #contents #mission .inner .text .cate_ttl::before{
    content: "";
    display: block;
    width: 2.85vw;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.toppage #contents #mission .inner .text h2 {
    font-size: 2.428vw;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.78vw;
}
.toppage #contents #mission .inner .more_btn{
    margin-top: 3vw;
}

.toppage #contents #mission .inner .more_btn a {
  position: relative;
  z-index: 2;
    background: #fff;
    border: 1px solid #c3d72b;
    border-radius:50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
    font-size: 1.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    padding: 1.2vw 1.42vw;
    line-height: 1em;
    box-sizing: border-box;
  overflow: hidden;
    display: inline-block;
    width: 14.285vw;
  text-decoration: none;
  outline: none;
}
.toppage #contents #mission .inner .more_btn a:hover {
}
.toppage #contents #mission .inner .more_btn a::before,
.toppage #contents #mission .inner .more_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.toppage #contents #mission .inner .more_btn a,
.toppage #contents #mission .inner .more_btn a::before,
.toppage #contents #mission .inner .more_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toppage #contents #mission .inner .more_btn a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.toppage #contents #mission .inner .more_btn a:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.toppage #contents #mission .inner .more_btn a .icon{
    position: absolute;
    top: 50%;
    right: 1.42vw;
    display: inline-block;
    width: 4px;
    vertical-align: top;
    fill: #c3d72b;
    transform: translate(0,-66%);
}

.toppage #contents #mission .inner .movie {
    width: 50vw;
    height: 42.86vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
    float: right;
    border-radius:30px 0 0 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px 0 0 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px 0 0 30px;   /* Firefox用 */
}

.toppage #contents #mission .inner .movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

/*------------service------------*/
.toppage #contents #service {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toppage #contents #service .inner {
    width: 100%;
    padding: 5vw 0;
}

.toppage #contents #service .inner .text {
    width: 48.9vw;
    padding: 0 7.857vw 0 8.57vw;
    font-size: 1.14vw;
    line-height: 1.75em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0,-50%);
}

.toppage #contents #service .inner .text .cate_ttl{
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    line-height: 1em;
    margin-bottom: 3vw;
    padding-left: 3.93vw;
    position: relative;
}

.toppage #contents #service .inner .text .cate_ttl::before{
    content: "";
    display: block;
    width: 2.85vw;
    height: 1px;
    margin-top: -1px;
    background: #c3d72b;
    position: absolute;
    top: 50%;
    left: 0;
}
.toppage #contents #service .inner .text h2 {
    font-size: 2.428vw;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.78vw;
}
.toppage #contents #service .inner .text h2 + p {
	letter-spacing: 0.05rem;
}
.toppage #contents #service .inner .more_btn{
    margin-top: 3vw;
}
.toppage #contents #service .inner .more_btn a {
  position: relative;
  z-index: 2;
    background: #fff;
    border: 1px solid #c3d72b;
    border-radius:50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
    font-size: 1.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    padding: 1.2vw 1.42vw;
    line-height: 1em;
    box-sizing: border-box;
  overflow: hidden;
    display: inline-block;
    width: 14.285vw;
  text-decoration: none;
  outline: none;
}
.toppage #contents #service .inner .more_btn a:hover {
}
.toppage #contents #service .inner .more_btn a::before,
.toppage #contents #service .inner .more_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.toppage #contents #service .inner .more_btn a,
.toppage #contents #service .inner .more_btn a::before,
.toppage #contents #service .inner .more_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toppage #contents #service .inner .more_btn a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.toppage #contents #service .inner .more_btn a:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.toppage #contents #service .inner .more_btn a .icon{
    position: absolute;
    top: 50%;
    right: 1.42vw;
    display: inline-block;
    width: 4px;
    vertical-align: top;
    fill: #c3d72b;
    transform: translate(0,-66%);
}

.toppage #contents #service .inner .organization {
    width: 50vw;
    height: 35vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
    float: left;
    position: relative;
}
.toppage #contents #service .inner .organization .organization1,
.toppage #contents #service .inner .organization .img-wrap{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    text-align: right;
    opacity: 0;
    transition: all 1s;
    width: 41.71vw;
    height: auto;
}

.toppage #contents #service .inner .organization .organization1 {
    z-index: 2;
}
.toppage #contents #service .inner .organization .organization1.Play {
    opacity: 1;
}

.toppage #contents #service .inner .organization .img-wrap.Play {
  overflow: hidden;
    opacity: 1;
}

.toppage #contents #service .inner .organization .img-wrap.Play:before {
  animation: img-wrap 1s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.toppage #contents #service .inner .organization .img-wrap img{
    width: 100%;
    height: auto;
}


@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}

/*------------works------------*/
.toppage #contents #works {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toppage #contents #works::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.toppage #contents #works::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 0 0 100vw;
    border-color: transparent transparent transparent #fff;
}

.toppage #contents #works .inner {
    width: 100%;
    background: url(../img/works_bg.jpg);
    background-size: cover;
    padding: 23.64vw 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.toppage #contents #works .inner .text {
    width: 48.9vw;
    padding: 0 7.857vw 0 8.57vw;
    font-size: 1.14vw;
    line-height: 1.75em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}

.toppage #contents #works .inner .text .cate_ttl{
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    margin-bottom: 3vw;
    padding-left: 3.93vw;
    position: relative;
}

.toppage #contents #works .inner .text .cate_ttl::before{
    content: "";
    display: block;
    width: 2.85vw;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}
.toppage #contents #works .inner .text h2 {
    font-size: 2.428vw;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.78vw;
}
.toppage #contents #works .inner .text h2 + p {
	letter-spacing: 0.05rem;
}

.toppage #contents #works .inner .more_btn{
    margin-top: 3vw;
}

.toppage #contents #works .inner .more_btn a {
  position: relative;
  z-index: 2;
    background: #fff;
    border: 1px solid #c3d72b;
    border-radius:50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
    font-size: 1.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    padding: 1.2vw 1.42vw;
    line-height: 1em;
    box-sizing: border-box;
  overflow: hidden;
    display: inline-block;
    width: 14.285vw;
  text-decoration: none;
  outline: none;
}
.toppage #contents #works .inner .more_btn a:hover {
}
.toppage #contents #works .inner .more_btn a::before,
.toppage #contents #works .inner .more_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.toppage #contents #works .inner .more_btn a,
.toppage #contents #works .inner .more_btn a::before,
.toppage #contents #works .inner .more_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toppage #contents #works .inner .more_btn a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.toppage #contents #works .inner .more_btn a:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.toppage #contents #works .inner .more_btn a .icon{
    position: absolute;
    top: 50%;
    right: 1.42vw;
    display: inline-block;
    width: 4px;
    vertical-align: top;
    fill: #c3d72b;
    transform: translate(0,-66%);
}

.toppage #contents #works .inner .works_list {
    width: 50vw;
    height: 35.71vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
    float: right;
    border-radius:30px 0 0 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px 0 0 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px 0 0 30px;   /* Firefox用 */
}
.toppage #contents #works .inner .works_list img {
    width: 100%;
    height: auto;
}

.toppage #contents #works .inner .works_list.corner {
}

/*------------recruit------------*/
.toppage #contents #recruit {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toppage #contents #recruit .inner {
    width: 100%;
    padding: 5vw 0;
}

.toppage #contents #recruit .inner .text {
    width: 48.9vw;
    padding: 0 7.857vw 0 8.57vw;
    font-size: 1.14vw;
    line-height: 1.75em;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0,-50%);
}

.toppage #contents #recruit .inner .text .cate_ttl{
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    line-height: 1em;
    margin-bottom: 3vw;
    padding-left: 3.93vw;
    position: relative;
}

.toppage #contents #recruit .inner .text .cate_ttl::before{
    content: "";
    display: block;
    width: 2.85vw;
    height: 1px;
    margin-top: -1px;
    background: #c3d72b;
    position: absolute;
    top: 50%;
    left: 0;
}

.toppage #contents #recruit .inner .text h2 {
    font-size: 2.428vw;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.78vw;
}
.toppage #contents #recruit .inner .more_btn{
    margin-top: 3vw;
}

.toppage #contents #recruit .inner .more_btn a {
  position: relative;
  z-index: 2;
    background: #fff;
    border: 1px solid #c3d72b;
    border-radius:50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
    font-size: 1.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #c3d72b;
    padding: 1.2vw 1.42vw;
    line-height: 1em;
    box-sizing: border-box;
  overflow: hidden;
    display: inline-block;
    width: 14.285vw;
  text-decoration: none;
  outline: none;
}
.toppage #contents #recruit .inner .more_btn a:hover {
}
.toppage #contents #recruit .inner .more_btn a::before,
.toppage #contents #recruit .inner .more_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.toppage #contents #recruit .inner .more_btn a,
.toppage #contents #recruit .inner .more_btn a::before,
.toppage #contents #recruit .inner .more_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.toppage #contents #recruit .inner .more_btn a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
}
.toppage #contents #recruit .inner .more_btn a:hover::after {
  top: 0;
  left: 0;
  background-color: #333;
}

.toppage #contents #recruit .inner .more_btn a .icon{
    position: absolute;
    top: 50%;
    right: 1.42vw;
    display: inline-block;
    width: 4px;
    vertical-align: top;
    fill: #c3d72b;
    transform: translate(0,-66%);
}

.toppage #contents #recruit .inner .movie {
    width: 50vw;
    height: 42.86vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
    float: left;
    border-radius:0 30px 30px 0;        /* CSS3草案 */  
    -webkit-border-radius: 0 30px 30px 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0 30px 30px 0;   /* Firefox用 */
}

.toppage #contents #recruit .inner .movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%,-50%);
}

/*------------anniversary------------*/
.toppage #contents #anniversary {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.toppage #contents #anniversary::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 100vw 0 0;
    border-color: #fff transparent transparent transparent;
}
.toppage #contents #anniversary::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.285vw 0 0 100vw;
    border-color: transparent transparent transparent #fff;
}

.toppage #contents #anniversary .inner {
    width: 100%;
    background: url(../img/anniversary_bg.jpg);
    background-size: cover;
    padding: 19.64vw 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.toppage #contents #anniversary .inner .text {
    float: left;
    width: 41.4vw;
    padding: 0 0 0 8.57vw;
    font-size: 1.14vw;
    line-height: 1.75em;
    box-sizing: border-box;
}

.toppage #contents #anniversary .inner .text .cate_ttl{
    font-size: 2.14vw;
	font-family: 'DM Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    margin-bottom: 3vw;
    padding-left: 3.93vw;
    position: relative;
}

.toppage #contents #anniversary .inner .text .cate_ttl::before{
    content: "";
    display: block;
    width: 2.85vw;
    height: 1px;
    margin-top: -1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.toppage #contents #anniversary .inner .text h2 {
    font-size: 2.428vw;
	font-family: M PLUS\ 1p,Mplus\ 1p,sans-serif;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1.78vw;
}

.toppage #contents #anniversary .inner .text span {
    text-align: right;
    display: block;
    margin-top: 1vw;
}
.toppage #contents #anniversary .inner .text .photofream_img {
	width: 50vw;
    height: 11vw;
    position: absolute;
    top: 71vw;
    right: 0;
}
.toppage #contents #anniversary .inner .text .photofream_img img {
    height: 100%;
    width: auto;
    border-radius:10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */	
}

.toppage #contents #anniversary .inner .photo {
    width: 50vw;
    height: 50vw;
    overflow: hidden;
    position: relative;
    transition-duration : 0.3s;
    float: right;
    border-radius:30px 0 0 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px 0 0 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px 0 0 30px;   /* Firefox用 */
}

.toppage #contents #anniversary .inner .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%,-50%);
}





/*----------------------------tablet_smp----------------------------*/
@media screen and (max-width: 767px) {
    /*---------------------navi---------------------*/
    .toppage #wrapper header h1 {
        width: 25vw;
        height: auto;
    }
    .toppage #wrapper header.small h1 {
        width: 15vw;
        height: auto;
    }    
    .toppage #wrapper header h1 img {
        width: 100%;
        height: auto;
    }    

    /*------------main_v------------*/
    .toppage #contents #main_v {
        width: 100%;
        padding-top: 24vw;
    }
    .toppage #contents #main_v .text {
        position: static;
        margin-left: 5vw;
        margin-bottom: 5vw;
    }
    .toppage #contents #main_v .text h2 {
        font-size: 10vw;
    }
    .toppage #contents #main_v .text p {
        font-size: 2.8vw;
    }
    .toppage #contents #main_v .text h2 + p {
        font-size: 6vw;
    }
    .toppage #contents #main_v .movie {
        float: none;
        width: 90vw;
        height: 90vw;
        margin-left: 10vw;
    }
    .toppage #contents #main_v .movie .over {
        width: 90vw;
        height: 90vw;
    }    

    /*------------news------------*/
    .toppage #contents #news {
        width: calc(100% - 40px);
        margin: 20px 20px 0 20px;
        padding: 15px;
    }
    .toppage #contents #news h2 {
        position: static;
        font-size: 18px;
        padding-right:0;
        border-right:none;
        margin-bottom: 10px;
    }
    .toppage #contents #news .news_list {
        font-size: 14px;
        margin-top: 0.3vw;
			border-left:none;
			padding-left: 0;
    }
	.toppage #contents #news .news_list dl{
		margin-top:3vw;
		display:block;
	}
    .toppage #contents #news .news_list dt,
    .toppage #contents #news .news_list dd{
        display: block;
        float: none;
    }
    .toppage #contents #news .news_list dt {
        margin-right: 0;
    }
    .toppage #contents #news .news_list dd{
        width: 100%;
    }
    .toppage #contents #news .more_btn{
        right: 15px;
        top: 15px;
        transform: none;
    }
    .toppage #contents #news .more_btn a{
        font-size: 12px;
        padding: 3px 10px;
        line-height: 1em;
    }

    /*------------mission------------*/
    .toppage #contents #mission {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-top: -4vw;
    }
    .toppage #contents #mission .inner {
        width: 100%;
        padding: 28vw 0;
    }
    .toppage #contents #mission .inner .text {
        width: 100%;
        padding: 0 20px;
        font-size: 3.4vw;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }
    .toppage #contents #mission .inner .text .cate_ttl{
        font-size: 5vw;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .toppage #contents #mission .inner .text .cate_ttl::before{
        width: 25px;
    }
    .toppage #contents #mission .inner .text h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
    .toppage #contents #mission .inner .more_btn{
        margin-top: 20px;
    }
    .toppage #contents #mission .inner .more_btn a {
        font-size: 3.5vw;
        padding: 15px 20px;
        width: 50vw;
    }
	.toppage #contents #mission .inner .more_btn a .icon {
		right: 4.5vw;
	}
	.toppage #contents #mission .inner .movie {
        width: 95vw;
        height: 70vw;
        margin-left: 5vw
        float: none;
    }

    /*------------service------------*/
    .toppage #contents #service {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .toppage #contents #service .inner {
        width: 100%;
        padding: 10vw 0;
    }

    .toppage #contents #service .inner .text {
        width: 100%;
        padding: 0 20px;
        font-size: 3.4vw;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .toppage #contents #service .inner .text .cate_ttl{
        font-size: 5vw;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .toppage #contents #service .inner .text .cate_ttl::before{
        width: 25px;
    }

    .toppage #contents #service .inner .text h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
    .toppage #contents #service .inner .more_btn{
        margin-top: 20px;
    }

    .toppage #contents #service .inner .more_btn a {
        font-size: 3.5vw;
        padding: 15px 20px;
        width: 50vw;
    }
	.toppage #contents #service .inner .more_btn a .icon {
		right: 4.5vw;
	}
   .toppage #contents #service .inner .organization {
        width: 90vw;
        height: 50vw;
        margin-left: 5vw;
        float: none;
    }
    .toppage #contents #service .inner .organization .organization1,
    .toppage #contents #service .inner .organization .img-wrap{
        width: 90vw;
        height: auto;
    }

    /*------------works------------*/
    .toppage #contents #works .inner {
        width: 100%;
        padding: 28vw 0;
    }
    .toppage #contents #works .inner .text {
        width: 100%;
        padding: 0 20px;
        font-size: 3.4vw;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .toppage #contents #works .inner .text .cate_ttl{
        font-size: 5vw;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .toppage #contents #works .inner .text .cate_ttl::before{
        width: 25px;
    }

    .toppage #contents #works .inner .text h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
    .toppage #contents #works .inner .more_btn{
        margin-top: 20px;
    }

    .toppage #contents #works .inner .more_btn a {
        font-size: 3.5vw;
        padding: 15px 20px;
        width: 50vw;
    }
	.toppage #contents #works .inner .more_btn a .icon {
		right: 4.5vw;
	}
	.toppage #contents #works .inner .works_list {
        width: 95vw;
        height: 67vw;
        margin-left: 5vw
        float: none;
    }
    .toppage #contents #works .inner .works_list img {
        width: 100%;
        height: auto;
    }

    /*------------recruit------------*/
    .toppage #contents #recruit {
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    .toppage #contents #recruit .inner {
        width: 100%;
        padding: 10vw 0;
    }

    .toppage #contents #recruit .inner .text {
        width: 100%;
        padding: 0 20px;
        font-size: 3.4vw;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .toppage #contents #recruit .inner .text .cate_ttl{
        font-size: 5vw;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .toppage #contents #recruit .inner .text .cate_ttl::before{
       width: 25px;
    }

    .toppage #contents #recruit .inner .text h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
    .toppage #contents #recruit .inner .more_btn{
         margin-top: 20px;
    }

    .toppage #contents #recruit .inner .more_btn a {
        font-size: 3.5vw;
        padding: 15px 20px;
        width: 50vw;
    }
	.toppage #contents #recruit .inner .more_btn a .icon {
		right: 4.5vw;
	}
    .toppage #contents #recruit .inner .movie {
        width: 95vw;
        height: 70vw;
        margin-right: 5vw
        float: none;
    }

    /*------------anniversary------------*/
    .toppage #contents #anniversary .inner {
        padding: 28vw 0;
    }

    .toppage #contents #anniversary .inner .text {
        float: none;
        width: 100%;
        padding: 0 20px;
        font-size: 3.4vw;
        position: static;
        transform: none;
        margin-bottom: 20px;
    }

    .toppage #contents #anniversary .inner .text .cate_ttl{
        font-size: 5vw;
        margin-bottom: 20px;
        padding-left: 30px;
    }

    .toppage #contents #anniversary .inner .text .cate_ttl::before{
        width: 25px;
    }

    .toppage #contents #anniversary .inner .text h2 {
        font-size: 6.5vw;
        margin-bottom: 15px;
    }
	.toppage #contents #anniversary .inner .text .photofream_img {
		width: 100%;
		height: auto;
		position: static;
		margin-bottom: 15px;
	}
	.toppage #contents #anniversary .inner .text .photofream_img img {
		width: 100%;
		height: auto;
	}
    .toppage #contents #anniversary .inner .photo {
        width: 95vw;
        height: 95vw;
        margin-left: 5vw
        float: none;
    }
    
    
    
    
}

