@charset "utf-8";


html,body,div,p,ul {
  margin: 0;
  padding: 0;
}

body,
input,
button,
radio,
select,
textarea,
checkbox {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", Yu Gothic, sans-serif;
}

html,body {
  background: #fff;
}

/*----- InputItem -----*/
/* CheckBox */
input[type=checkbox] {
  display: none;
}

input[type="checkbox"] + label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  min-width: 250px;
  text-align: left;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"] + label:hover:after {
  border-color: #a40000;
}
input[type="checkbox"] + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
input[type="checkbox"] + label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #a40000;
  border-bottom: 3px solid #a40000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + label:before {
  opacity: 1;
}

/* Radio */
input[type="radio"] {
  display:none;
}
input[type="radio"] + label {
  margin: 0 20px 0 0;
  color: #333;
  font-size:15px;
}
input[type="radio"] + label span {
  display:inline-block;
  width:15px;
  height:15px;
  margin:-1px 4px 0 0;
  cursor:pointer;
  border-radius:  50%;
  vertical-align:middle;
}

input[type="radio"] + label span {
   background: #ccc;
}

input[type="radio"]:checked + label span{
   background: #a40000;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  transition:background-color 0.3s linear;
}

.bg_img {
  background-image: url(../images/common/bg_section_image.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  transition: .3s;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  font-size: 24px;
  color: #a40000;

}

h2 > span {
  font-size: 18px;
}


img{
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.top_title {
  color: #a40000;
  font-size: 32px;
  margin: 40px 0;
  text-align: center;
  font-weight: bolder;
}

.disp_sp {
  display: block;
}

.disp_pc {
  display: none;
}

.txt_center {
  text-align: center;
}

.txt_strong {
  padding: 0 0 40px 0;
  line-height: 28px;
  text-align: center;
  font-size: 22px;
}

.button_tab > a {
  display: block;
  width: calc( 100% - 37px );
  max-width: 300px;
  height: 50px;
  padding: 0 0 0 35px;
  line-height: 50px;
  font-size: 15px;
  text-align: left;
  color: #a40000;
  border-radius: 100px;
  border: 1px solid #a40000;
  background-color: #fff;
  background-image: url(../images/common/button_tab.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.button_online > a {
  display: block;
  width: calc( 100% - 25px );
  max-width: 300px;
  height: 60px;
  margin: 20px 0 0 0;
  padding: 0 0 0 25px;
  line-height: 60px;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
  color: #a40000;
  border-radius: 100px;
  border: 1px solid #a40000;
  background-color: #fff;
  background-image: url(../images/common/button_tab.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.button_online > a img {
  width: 175px;
  margin: 15px 0 0 0;
  vertical-align: top;
}

.button_online > a > span {
  display: none;
  margin: 0 0 0 10px;
  vertical-align: top;
}

.button_advan > a {
  display: block;
  width: calc( 100% - 25px );
  max-width: 300px;
  height: 60px;
  margin: 20px 0 0 0;
  padding: 0 0 0 25px;
  line-height: 60px;
  font-size: 15px;
  text-align: left;
  color: #a40000;
  border-radius: 100px;
  border: 1px solid #a40000;
  background-color: #fff;
  background-image: url(../images/common/button_tab.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.button_advan > a img {
  width: 175px;
  margin: 11px 0 0 0;
  vertical-align: top;
}

.button_advan > a > span {
  display: none;
  margin: 0 0 0 10px;
  vertical-align: top;
}

.button_school > a {
  display: block;
  width: calc( 100% - 20px );
  max-width: 300px;
  height: 60px;
  margin: 20px 0 40px 0;
  padding: 0 0 0 30px;
  line-height: 60px;
  font-size: 15px;
  text-align: left;
  color: #a40000;
  border-radius: 100px;
  border: 1px solid #a40000;
  background-color: #fff;
  background-image: url(../images/common/button_tab.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.button_more > a {
  display: block;
  width: calc( 100% - 20px );
  max-width: 300px;
  height: 60px;
  margin: 40px auto 20px auto;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  vertical-align: top;
  color: #a40000;
  border-radius: 100px;
  border: 1px solid #a40000;
}

.button_more > a:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;

}

.error_msg{
  color: #a40000;
  animation:BLINK 0.7s ease-in-out infinite alternate;
}
@keyframes BLINK {
  0%{opacity:1.0;}100% {opacity:0;}
}

#wrap {
  background: #fff;
}

/*----- MainVisualPc ----- */
.main_visual {
  display: none;
  position: relative;
  width: 100%;
  font-size: 0;
  height: 600px;
}

/* Navigation */
.main_visual_navi {
  position: relative;
  height: 100px;
  z-index: 100;
}

.main_visual_navi > .brand {
  position: relative;
  width: 311px;
  height: 100%;
  background: #fff;
}

.main_visual_navi > .brand > a > img {
  position: absolute;
  display: block;
  top: 25px;
  left: 25px;
}

.main_visual_navi > .button > a {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 200px;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  color: #a40000;
  border-radius: 20px;
}

.main_visual_navi > .button > a:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;
}

/* Left */
.main_visual_left {
  position: relative;
  display: inline-block;
  width: 311px;
  vertical-align: top;
  z-index: 1;
}

.main_visual_left > .content {
  display: block;
  width: inherit;
  height: auto;
}
.main_visual_left > .content img {
  height: 100%;
  width: auto;
}

.main_visual_left > .content > .button {
  display: inline-block;
  width: calc( 311px / 2 );
  height: 129px;
  line-height: 129px;
}

.main_visual_left > .content > .button:nth-child(1) {
  box-sizing: border-box;
  border-right: 1px solid #fff;
}

.main_visual_left > .content > .button > a {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  text-align: center;
  background: #a40000;
  color: #fff;
  text-decoration: none;
}

.main_visual_left > .content > .button > a:hover {
  opacity: 10;
  color: #a40000;
  background: #fff;
}

/* Right */
.main_visual_right {
  display: inline-block;
  vertical-align: top;
}

.main_visual_right > .video {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.main_visual_right > .video > video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  filter: brightness(70%);
}

.main_visual_right > .text {
  position: absolute;
  top: 30%;
  right: 50px;
  font-size: 32px;
  font-weight: bolder;
  color: #fff;
}

.main_visual_right > .text > p:nth-child(2) {
  font-size: 20px;
}

.main_visual_right > .button {
  position: absolute;
  top: 55%;
  right: 50px;
}
.main_visual_right > .button > a {
  display: block;
  width: 300px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: bolder;
  background: #a40000;
}

.main_visual_right > .button > a:hover {
  opacity: 10;
  color: #a40000;
  background: #fff;
}

.main_visual_right > .switch > p {
  display: inline-block;
  position: absolute;
  top: 85%;
  right: 75px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.main_visual_right > .switch > p:nth-child(2) {
  display: inline-block;
  position: absolute;
  top: 85%;
  right: 50px;
}

.main_visual_right > .switch > .active {
  color: #a40000;
}

/*----- MainVisualSp ----- */
.main_visual_sp {
  position: relative;
  background: #fff;
}

.main_visual_sp > .navi {
  width: 100%;
  height: 75px;
}

.main_visual_sp > .navi > .brand {
  display: block;
  width: 150px;
  padding: 22.5px 0 0 15px;
}

.main_visual_sp > .navi > .brand > a > img {
  width: 75%;
}

.main_visual_sp > .navi > .hum {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

.main_visual_sp > .navi > .hum > img {
  width: 30px;
}


.main_visual_sp > .switch > p {
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 35px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.main_visual_sp > .switch > p:nth-child(2) {
  display: inline-block;
  position: absolute;
  top: 60%;
  right: 10px;
}

.main_visual_sp > .switch > .active {
  color: #a40000;
}

.main_visual_sp > .video {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.main_visual_sp > .video > video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  height: 100%;
  filter: brightness(70%);
}


.main_visual_sp > .text {
  position: absolute;
  top:  25%;
  left: 5%;
  font-size: 15px;
  font-weight: bolder;
  color: #fff;
  z-index: 1;
}

.main_visual_sp > .text > p:nth-child(1) {
  font-size: 24px;
}
.main_visual_sp > .button > p {
  position: absolute;
  top: 45%;
  right: 0;
}

.main_visual_sp > .button > p > a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bolder;
  background: #a40000;
}

.main_visual_sp > .button > p > a:hover {
  opacity: 10;
  color: #a40000;
  background: #fff;

}
.main_visual_sp > .menu {
  font-size: 0;
}

.main_visual_sp > .menu > div{
  display: inline-block;
  width: 50%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.main_visual_sp > .menu > div:last-child {
  border-right: none;
}

.main_visual_sp > .menu > div> a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  font-weight: bolder;
  background: #a40000;
}

.main_visual_sp > .menu > div> a:hover {
  opacity: 10;
  color: #a40000;
  background: #fff;
}

/*----- FixedNavi -----*/
.top_navi {
  position: fixed !important;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 75px;
  box-shadow: 0px 5px 15px -5px #333;
  background: rgba( 255, 255, 255, 0.9) !important;
  z-index: 100000;
}
/* PC */
.top_navi > .navi {
  position: relative;
  display: none;
  width: 100%;
  height: 75px;
}

.top_navi > .navi > .brand {
  position: absolute;
  top: 22.5px;
  left: 15px;
  width: 150px;
  height: auto;
}

.top_navi > .navi > .brand > a > img {
  width: 80%;
}

.top_navi > .navi > .menu {
  margin: 0 0 0 200px;
  font-size: 0;
}


.top_navi > .navi > .menu > ul > li {
  display: inline-block;
  margin: 27.5px 10px 0 0;
}

.top_navi > .navi > .menu > ul > li > a {
  position: relative;
  color: #000;
  font-size: 11.5px;
}
.top_navi > .navi > .menu > ul > li > a::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #a40000;
  transition: all .3s ease;
}
.top_navi > .navi > .menu > ul > li > a:hover::after {
  transform: scaleX(1);
}

.top_navi > .navi > .menu > ul > li:last-child {
  margin: 27.5px 0 0 0;
}


.top_navi > .navi > .button {
  position: absolute;
  display: none;
  top: 15px;
  right: 15px;
}
.top_navi > .navi > .button > a {
  display: block;
  width: 200px;
  height: 45px;
  font-size: 15px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 100px;
  font-weight: bolder;
  background: #a40000;
  box-sizing: border-box;
  border: 1px solid #a40000;
}

.top_navi > .navi > .button > a:hover {
  opacity: 10;
  color: #a40000;
  background: transparent;
}

/* SP */
.top_navi > .navi_sp {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
}

.top_navi > .navi_sp > .brand {
  width: 150px;
  padding: 22.5px 0 0 15px;
}

.top_navi > .navi_sp > .brand > a > img {
  width: 75%;
}

.top_navi > .navi_sp > .navi_hum {
  position: absolute;
  top: 25px;
  right: 15px;
  cursor: pointer;
}

.top_navi > .navi_sp > .navi_hum > img {
  width: 30px;
}

/*----- section -----*/
section {
  width: 100%;
}

section > .row {
  width: calc( 100% - 20px );
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 0;
}

/* NewsRelease */
#news_release {
  padding: 80px 0;
  background-image: url( ../images/index/bg_img_001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#news_release > .row > h2 {
  margin: 0 0 40px 0;
}

.panel_news {
  display: inline-block;
  width: calc( ( 100% - 3%) / 2 );
  height: auto;
  margin: 0 3% 0 0;
  vertical-align: top;
  background: #fff;
  box-shadow:3px 3px 0px 0px #a40000;
}

#news_release > .row > .panel_news:nth-child(3) {
  margin: 0;
}
.panel_news > .image > a > img {
  font-size: 0;
  line-height: 0;
  vertical-align: baseline;
}

.panel_news > .image > a > img {
  width: 100%;
}

.panel_news > .info {
  width: 100%;
  margin: 0 0 20px 0;
}

.panel_news > .info > .label {
  display: inline-block;
  width: calc( 55% - 4px );
  max-width: 150px;
  padding: 4px 2px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background: #a40000;
}

.panel_news > .info > .date {
  display: inline-block;
  width: calc( 45% - 10px );
  padding: 0 10px 0 0;
  font-size: 14px;
  text-align: right;
  color: #000;
}

.panel_news > .body {
  padding: 15px;
  font-size: 15px;
  color: #000;
}

.panel_news_list {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0 40px 0;
  margin: 25px 0 0 0;
}

.panel_news_list > .content {
  margin: 0 0 30px 0;
}

.panel_news_list > .content > .info {
  width: 100%;
}

.panel_news_list > .content > .info > .label {
  display: inline-block;
  width: 125px;
  padding: 2.5px 0;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #a40000;
}

.panel_news_list > .content > .info > .date {
  display: inline-block;
  width: calc( 100% - 140px );
  padding: 0 15px 0 0;
  font-size: 14px;
  text-align: right;
  color: #000;
}

.panel_news_list > .content > .body {
  font-size: 15px;
  color: #000;
}

.panel_news_list > .content > .body > .title {
  margin: 5px 0;
}

.panel_news_list > .content > .body > .title > a {
  color: #000;
}

.panel_news_list > .content > .button {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  color: #a40000;
  border: 1px solid #a40000;
  border-radius: 100px;
}

.panel_news_list > .content > .button:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;

}

/* PanelEducate */

/* SP */
.panel_educate_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;
  line-height: 0;
  overflow: hidden;
}

.panel_educate_sp > .left {

}
.panel_educate_sp > .left > .image {
  display: block;
  position: relative;
}

.panel_educate_sp > .left > .image >  img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 768px;
  height: auto;
}

.panel_educate_sp > .right {
  display: block;
  position: absolute;
  width: calc( 90% - 40px );
  height: 100%;
  padding: 40px 20px;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 28px;
  background: rgba( 255, 255, 255, 0.6);
}

.panel_educate_sp > .right > .text {
  max-width: 350px;
  margin: 0 auto;
}

.panel_educate_sp > .right > .text > h2 {
  font-size: 20px;
}

.panel_educate_sp > .right > .text > p {
  padding: 40px 0;
}

.panel_educate_sp > .right > .text > .button {
  display: block;
  padding: 20px 0 0 0;
  color: #000;
  font-weight: bolder;
}

/* PC */
.panel_educate {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}

.panel_educate > .left {
  display: inline-block;
  position: relative;
  width:55%;
  vertical-align: top;
}

.panel_educate > .left > img {
  width: auto;
  height: 100%;
  min-width: 768px;
}

.panel_educate > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: right;
}

.panel_educate > .inner > .right {
  display: inline-block;
  width: calc( 45% - 40px );
  height: auto;
  max-width: 475px;
  padding: 80px 20px;
  vertical-align: top;
  background: #fff;
  z-index: 1;
}

.panel_educate > .inner > .right > .text {
  width: calc( 100% - 30px );
  height: auto;
}

.panel_educate > .inner > .right > .text > h2 {
  margin: 0;
  text-align: left;
}

.panel_educate > .inner > .right > .text > p {
  max-width: 380px;
  font-size: 15px;
  padding: 40px 0;
  text-align: left;
}

.panel_educate > .inner > .right > .text > .button {
  display: block;
  width: calc( 100% - 20px );
  padding: 10px;
  max-width: 250px;
  text-align: center;
  font-size: 15px;
  color: #a40000;
  border: 1px solid #a40000;
  border-radius: 100px;
}

.panel_educate > .inner > .right > .text > .button:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;
}

/* PanelCreative */

/* SP */
.panel_creative_sp {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 500px;
  line-height: 0;
  overflow: hidden;
}

.panel_creative_sp > .right > .image {
  display: block;
  position: relative;
}

.panel_creative_sp > .right > .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 824px;
  height: auto;
}

.panel_creative_sp > .left {
  display: block;
  position: absolute;
  width: calc( 90% - 40px );
  height: 100%;
  padding: 40px 20px;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 28px;
  background: rgba( 255, 255, 255, 0.6);
}

.panel_creative_sp > .left > .text {
  max-width: 350px;
  margin: 0 auto;
}

.panel_creative_sp > .left > .text > h2 {
  font-size: 20px;
}

.panel_creative_sp > .left  > .text > p {
  padding: 40px 0;
}

.panel_creative_sp > .left  > .text > .button {
  display: block;
  padding: 20px 0 0 0;
  color: #000;
  font-weight: bolder;
}

/* PC */
.panel_creative {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
  font-size: 0;
  overflow: hidden;
}

.panel_creative > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.panel_creative > .inner > .left {
  display: inline-block;
  width: calc( 45% - 40px );
  height: auto;
  max-width: 475px;
  padding: 80px 20px;
  vertical-align: top;
  background: #fff;
  z-index: 1;
}

.panel_creative > .inner > .left > .text{
  width: calc( 100% - 30px );
  height: auto;
  text-align: left;
}

.panel_creative > .inner > .left > .text > h2 {
  margin: 0;

}

.panel_creative > .inner > .left  > .text > p {
  padding: 40px 0;
  font-size: 15px;
}

.panel_creative > .inner > .left  > .text > .button {
  display: block;
  width: calc( 100% - 20px );
  padding: 10px;
  max-width: 325px;
  text-align: center;
  font-size: 15px;
  color: #a40000;
  border: 1px solid #a40000;
  border-radius: 100px;
}

.panel_creative > .inner > .left  > .text > .button:hover {
  opacity: 10;
  color: #fff;
  background: #a40000;
}

.panel_creative > .right {
  display: inline-block;
  width:calc( 55% + 20px );
  height: auto;
  margin: 0 0 0 45%;
  text-align: right;
  vertical-align: top;
}

.panel_creative > .right > img {
  width: auto;
  height: 100%;
  min-width: 768px;
}

/* About */
#about {
  padding: 80px 0;
  background: #eee;
}

#about > .row > h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px 0;
}

.panel_about {
  display: inline-block;
  -webkit-width: calc( 97% / 2 );
  width: calc( 97% / 2 );
  margin: 0 3% 0 0;
}

.panel_about:nth-child(odd) {
  margin: 0 1.5% 3% 0;
}

.panel_about:nth-child(even) {
  margin: 0 0 3% 1.5%;
}

.panel_about > .image > a > img {
  width: 100%;
  height: auto;
}

.panel_about > .body {
  position: relative;
  width: 100%;
  height: 85px;
  display: block;
  background: #fff;
}

.panel_about > .body > p {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 18px;
  font-weight: bolder;
  line-height: 0;
}

.panel_about > .body > p > a {
  color: #000;
}

.panel_about_top {
  display: inline-block;
  width: 100%;
  margin: 0 0 3% 0;
}

.panel_about_top:nth-child(2) {
  display: inline-block;
  width: 100%;
   margin: 0 0 3% 0;
}

.panel_about_top > .image > a > img {
  width: 100%;
}

/* Partner */
#partner {
  widtn: 100%;
  margin: 80px 0 40px 0;
  text-align: center;
  font-size: 0;
}

#partner > .row > h2 {
  margin: 0 0 40px 0;
  font-size: 24px;
  color: #000;
}


#partner > .panel_partner {
  display: inline-block;
  -webkit-width: calc((92/5)-10px);
  width: calc((92/5)-10px);
  padding: 5px 5px 40px 5px;
}

#partner > .panel_partner > a > img {
  width: 75%;
}

/* GroupCompany */
#group_company {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background: #eee;
}

#group_company > .row > h2 {
  margin: 0 0 40px 0;
  font-size: 24px;
  color: #000;
}

#group_company > .row > .bx-wrapper {
  width: 100%;
  max-width: 1000px !important;
  height: auto;
  margin: 0 auto !important;
  padding: 25px 0;
  border: none !important;
  box-shadow: none !important;
  background: #eee !important;
}

#group_company > .row > .bx-wrapper > .bx-viewport {
  width: 100%;
  max-width: 307px;
  height: 50px !important;
  margin: 0 auto;
}

#group_company > .row > .bx-wrapper > .bx-viewport img {
  width: auto;
  height: 50px;
}

/*----- Footer -----*/
footer {
  font-weight: bolder;
}

footer a {
  color: #000;
}

footer .inner {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 0;
  line-height: 28px;
}

footer > .inner > .left {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: top;
}

footer > .inner > .right {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

footer > .inner > .left > .menu_top {
  display: inline-block;
  -webkit-width: calc( 50% - 20px );
  width: calc( 50% - 20px );
  padding: 0 0 0 20px;
  vertical-align: top;
}

footer > .inner > .left > .menu_top > li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 12px;
}

footer > .inner > .left > .menu_top > li:first-child {
  margin: 0;
}

footer > .inner > .left > .menu_bottom {
  display: inline-block;
  -webkit-width: calc( 50% - 20px );
  width: calc( 50% - 20px );
  padding: 0 0 0 20px;
  vertical-align: top;
}

footer > .inner > .left > .menu_bottom > li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 12px;
}

footer > .inner > .left > .menu_bottom > li:first-child {
  margin: 0;
}

.jpx {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin: 20px auto 0 auto;
}

.jpx > .image {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.jpx > .text {
  display: inline-block;
  -webkit-width: calc( 77% - 5px );
  width: calc( 77% - 5px );
  padding: 0 0 0 5px;
  line-height: 17px;
  font-size: 10px;
  text-align: left;
  font-weight: bolder;
  vertical-align: top;
}

footer > .copyright {
  width: 100%;
  height: auto;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #a40000;
}

footer a {
  position: relative;
}

footer a::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #a40000;
  transition: all .3s ease;
}
footer a:hover::after {
  transform: scaleX(1);
}

.jpx > .image > a::after {
  background-color: transparent;
}


@media screen and (min-width:768px) {
  .br_sp {
   display: none;
  }

  .disp_sp {
    display: none;
  }

  .disp_pc {
    display: block;
  }

  .top_navi > .navi {
    display: block;
  }

  .top_navi > .navi_sp {
    display: none;
  }

  /*----- MainVisual ----- */
  .main_visual_sp {
    display: none;
  }
  .main_visual {
    display: block;
  }

  section > .row {
    padding: 0;
  }
  .panel_news {
    -webkit-width: calc( 94% / 3 );
    width: calc( 94% / 3 );
  }

  .panel_news {
  }

  .panel_educate {
    display: block;
  }

  .panel_educate_sp {
    display: none;
  }

  .panel_creative {
    display: block;
  }

  .panel_creative_sp {
    display: none;
  }
  #news_release > .row > .panel_news:nth-child(3) {
    margin: 0 3% 0 0;
  }

  .panel_news_list {
    -webkit-width: calc( 93.5% / 3 );
    width: calc( 93.5% / 3 );
    margin: 0;
  }

  .panel_news_list > .content > .button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .panel_about {
    -webkit-width: calc( 88% / 3 );
    width: calc( 88% / 3 );
    max-width: 306px;
  }

  .panel_about:nth-child(1) {
    margin: 0 3% 0 3%;
  }

  .panel_about:nth-child(2) {
    margin: 0 3% 0 0;
  }

  .panel_about:nth-child(3) {
    margin: 0;
  }

  .panel_about_top {
    -webkit-width: calc( 50% - 4.5% );
    width: calc( 50% - 4.5% );
    margin: 0 1.5% 3% 3%;
  }

  .panel_about_top:nth-child(2) {
    -webkit-width: calc( 50% - 4.5% );
    width: calc( 50% - 4.5% );
    margin: 0 0 3% 1.5%;
  }

  .button_online > a > span {
    display: inline-block;
  }
  .button_advan > a > span {
    display: inline-block;
  }

  #group_company > .row > .bx-wrapper > .bx-viewport {
    max-width: 615px;
  }

  footer > .inner > .left {
    width: 72.5%;
    text-align: left;
  }

  footer > .inner > .right {
    width: 25%;
  }

  footer > .inner > .left > .menu_top {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 14px;
  }

  footer > .inner > .left > .menu_top > li {
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px;
    padding: 0;
  }
  footer > .inner > .left > .menu_top > li:first-child {
    margin: 0;
  }

  footer > .inner > .left > .menu_bottom {
    width: 100%;
    font-size: 14px;
  }

  footer > .inner > .left > .menu_bottom > li {
    display: inline-block;
    width: auto;
    margin: 0 0 0 20px;
    padding: 0;
  }

  footer > .inner > .left > .menu_bottom > li:first-child {
    margin: 0;
  }


}

@media screen and (min-width:1024px) {
  .top_navi > .navi > .menu > ul > li {
    margin: 25px 20px 0 0;
  }

  .top_navi > .navi > .menu > ul > li > a {
    font-size: 14px;
  }
}

@media screen and (min-width:1281px) {
  .top_navi > .navi > .button {
    display: block;
  }
  .panel_educate > .right > .text {
    padding: 100px 0 0 0;
  }

  .panel_educate > .right > .text > p {
    padding: 40px 0;
  }

  .panel_creative > .left > .text {
    padding: 80px 0 0 0;
  }

  .panel_creative > .left  > .text > p {
    padding: 40px 0;
  }
  #group_company > .row > .bx-wrapper > .bx-viewport {
    max-width: 930px;
  }

}
