@media screen and (max-width:1268px) {
  .topic {
    display: inherit
  }
}
@media screen and (max-width:1150px) {
 .introduction2__content__title>span {
    font-size: 1.0em
 }
}
@media screen and (max-width:1025px) {
  .not_only-tab {
    display: none !important;
    visibility: hidden !important;
  }
  .header-logo-mark {
    margin: 0 60px 0 0;
  }
}
@media screen and (min-width:769px) {
.p-center {
    padding-top: 0;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 0;
}
.p-right {
    padding-top: 0;
    padding-right: auto;
    padding-left: 50%;
    padding-bottom: 0;
}
.p-left {
    padding-top: 0;
    padding-right: 50%;
    padding-left: auto;
    padding-bottom: 0;
}
.introduction__section:nth-of-type(odd) .introduction__content {
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 47px;
    padding-bottom: 60px
  }
  .introduction__section:nth-of-type(even) .introduction__content {
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 23px;
    padding-bottom: 60px
  }
  .introduction2__section:nth-of-type(odd) .introduction2__content {
    padding-top: 30px;
    padding-right: 14px;
    padding-left: 20px;
    padding-bottom: 30px
  }
  .introduction2__section:nth-of-type(even) .introduction2__content {
    padding-top: 0px;
    padding-right: 14px;
    padding-left: 20px;
    padding-bottom: 60px
  }
  .contents, .scond_contents {
    min-width: 1105px;
    /*min-height: 500px*/
  }
  .only-pc {
    display: inherit
  }
  .only-sp {
    display: none
  }
  .main {
    min-width: 1104px
  }
  .contents p, .scond_contents p {
    font-size: 1.416em
  }
  .button-link a:hover, p.button-link a:hover {
    background: #fff;
	color: #7e735f;
/*    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
 	border: 2px solid #7e735f; */
	font-weight: bold;
 }
  .button-link.button-link_type_white a:hover, p.button-link.button-link_type_white a:hover {
	color: #fff;
	background: #7e735f;
	border: 2px solid #fff;
	font-weight: bold;
  }
  .button-link.button-link_type_black a:hover, p.button-link.button-link_type_black a:hover {
	background: #fff;
	color: #7e735f;
/*	border: 2px solid #7e735f;*/
	font-weight: bold;
  }
  p.main-visual__eyecatch__solo {
    float: left;
    width: 100%
  }
  .main-visual__eyecatch__solo span {
    -webkit-animation: slideup 15s infinite;
    animation: slideup 15s infinite
  }
  p.main-visual__eyecatch__left, p.main-visual__eyecatch__right {
    float: left;
    width: 50%
  }
  .main-visual__eyecatch__left span {
    -webkit-animation: slidedown 15s infinite;
    animation: slidedown 15s infinite
  }
  .main-visual__eyecatch__right span {
    -webkit-animation: slideup 15s infinite;
    animation: slideup 15s infinite
  }
  .introduction__section:nth-of-type(odd) .introduction__content {
    padding: 60px 80px 60px 60px
  }
  .introduction__section:nth-of-type(even) .introduction__content {
    padding: 60px 60px 60px 40px
  }
  .introduction__content__list.introduction__content__list_type_float {
    overflow: hidden
  }
  .introduction__content__list.introduction__content__list_type_float>li {
    float: left
  }
  .introduction2__section:nth-of-type(odd) .introduction2__content {
    padding-top: 30px;
    padding-right: 26px;
    padding-left: 20px;
    padding-bottom: 30px
  }
  .introduction2__section:nth-of-type(even) .introduction2__content {
    padding-top: 30px;
    padding-right: 13px;
    padding-left: 20px;
    padding-bottom: 30px
  }
  .introduction2__content__list.introduction2__content__list_type_float {
    overflow: hidden
  }
  .introduction2__content__list.introduction2__content__list_type_float>li {
    float: left
  }
  .introduction2__section:nth-of-type(odd) .introduction2__img img {
    width: auto;
    height: auto;
    max-width: 120%;
    max-height: 120%;
  }
  .introduction2__section:nth-of-type(even) .introduction2__img img {
    width: auto;
    height: auto;
    max-width: 120%;
    max-height: 120%;
  }
  .service__list>li:nth-child(1) a, .service__list>li:nth-child(2) a, .service__list>li:nth-child(3) a, .service__list>li:nth-child(4) a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }
  .service__list>li:nth-child(1) a:before, .service__list>li:nth-child(2) a:before, .service__list>li:nth-child(3) a:before, .service__list>li:nth-child(4) a:before {
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    background-size: 160px auto;
    border-radius: 50%;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    content: ""
  }
/*  .service__list>li:nth-child(1) a:hover, .service__list>li:nth-child(2) a:hover, .service__list>li:nth-child(3) a:hover, .service__list>li:nth-child(4) a:hover {
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15)
  }
  .service__list>li:nth-child(1) a:hover:before, .service__list>li:nth-child(2) a:hover:before, .service__list>li:nth-child(3) a:hover:before, .service__list>li:nth-child(4) a:hover:before {
    -webkit-box-shadow: inherit;
    box-shadow: inherit
  }*/
  .service__list>li:nth-child(1) a:hover {
    background-image: url(../jpg/service-img-01.jpg)
  }
  .service__list>li:nth-child(2) a:hover {
    background-image: url(../jpg/service-img-02.jpg)
  }
  .service__list>li:nth-child(3) a:hover {
    background-image: url(../jpg/service-img-03.jpg)
  }
  .service__list>li:nth-child(4) a:hover {
    background-image: url(../jpg/service-img-04.jpg)
  }
  .flow__list__item:hover {
    top: -5px
  }
  .flow__list__item .text {
    font-size: 1.3em;
    margin-top: 30px;
    text-align: left;
    height: 20%;
  }
  .flow__list__item>a:hover {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15)
  }
  .case__slider__item {
    width: 1024px!important
  }
  .case__slider__link>span {
    margin-right: 20px;
    border-bottom: 1px solid #7e735f
  }
  .case__slider__next:hover, .case__slider__prev:hover {
    /*background-color: #0a847b*/
  }
  .faq__list__item:hover {
    top: -5px
  }
  .faq__list__item>a:hover {
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15)
  }
  .seminar__banner>li:nth-child(odd) {
    padding-right: 14px
  }
  .seminar__banner>li:nth-child(even) {
    padding-left: 14px
  }
  .seminar__banner__image img:hover {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .seminar__list>ul>li:nth-child(3n+1) {
    clear: left
  }
  .seminar__list>ul>li:nth-child(-n+3) {
    margin-top: 0
  }
  .seminar__list>ul>li>a:hover {
    top: -5px;
    background: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15);
    box-shadow: 0 20px 40px 0 rgba(4, 0, 0, .15)
  }
  .seminar__list.seminar__list_type_single {
    width: 380px;
    margin-right: auto;
    margin-left: auto
  }
  .seminar__list.seminar__list_type_single>ul {
    margin-right: 0
  }
  .seminar__list.seminar__list_type_single>ul>li {
    float: none;
    width: 100%
  }
  .seminar__list.seminar__list_type_single>ul>li>a {
    margin-right: 0
  }
  .seminar__list__title span {
    display: table-cell;
    height: 130px;
    padding: 22px 30px 17px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .seminar__list__status {
    font-size: 1.083em
  }
  .tab__control>ul:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #d8d8d8;
    content: ""
  }
  .tab__control>ul>li:hover {
    background: #f6f6f6
  }
  .tab__control>ul>li.is-active:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 8px;
    /*background: url(../../images/tab-balloon.png) no-repeat 0 0;*/
    background-size: 15px auto;
    content: ""
  }
  .news__list>ul>li>a:hover {
    background: #f6f6f6
  }
  .news__list .is-new .news__list__title:before {
    position: absolute;
    left: 25px;
    padding: 2px 0;
    color: #c8143d;
    font-size: .916rem;
    content: "NEW"
  }
  .news__banner>li>a:hover {
    background: #f6f6f6
  }
  .news__banner>li>a:hover img {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .news__banner>li:nth-child(odd) {
    padding-right: 15px
  }
  .news__banner>li:nth-child(even) {
    padding-left: 15px
  }
  .service__banner>li>a:hover {
    background: #f6f6f6;
	  color: #7e735f;
  }
  .service__banner>li>a:hover img {
    -webkit-transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    transform: matrix(1.07, 0, 0, 1.07, 0, 0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1);
    transition: transform 1s cubic-bezier(.165, .84, .44, 1), -webkit-transform 1s cubic-bezier(.165, .84, .44, 1)
  }
  .service__banner>li:nth-child(odd) {
    padding-right: 15px
  }
  .service__banner>li:nth-child(even) {
    padding-left: 15px
  }
  .side_menu {
    border-left: 1px solid #e8e9ec;
    border-right: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    padding-bottom: 50px;
    margin-top: -30px;
    background-color: #F9F9F9;
  }
  .side_menu02 {
    border-left: 1px solid #e8e9ec;
    border-right: 1px solid #e8e9ec;
    border-bottom: 1px solid #e8e9ec;
    margin-top: -30px;
    background-color: #F9F9F9;
  }
}
