@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:300,400,500';
html, body, div, span, hr, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/NotoSansCJKjp-Light.eot");
  /* IE9 Compat Modes */
  src: local("NotoSansCJKjp-Light"), url("/assets/fonts/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansCJKjp-Regular.eot");
  /* IE9 Compat Modes */
  src: local("NotoSansCJKjp-Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansCJKjp-Medium.eot");
  /* IE9 Compat Modes */
  src: local("NotoSansCJKjp-Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("/assets/fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.articleBlock {
  overflow: hidden;
  max-width: 1000px;
}

.articleBlock_left {
  float: left;
  width: 65%;
  padding-right: 50px;
  margin-top: -6px;
}

.articleBlock_left_content {
  background: white;
}

.articleBlock_title {
  font-size: 2rem;
  font-weight: 400;
  color: #444;
  line-height: 20px;
  margin-top: 26px;
}

.articleBlock_title span {
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 15px;
}

.articleBlock_title_1 {
  font-size: 1.2rem;
  line-height: 22px;
  color: #fff;
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 9px;
}

.articleBlock_text {
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 16px;
  font-weight: 300;
  color: #444;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.articleBlock_text2 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.articleBlock_text2 span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 16px;
  display: block;
}

.articleBlock_right {
  float: right;
  width: 35%;
  background: #f7f7f7;
  padding: 25px 25px 20px;
}

.articleBlock_right img {
  width: 100%;
  display: block;
}

.articleBlock_right .img_sp {
  display: none !important;
}

.articleBlock_2 {
  width: 100%;
  margin-top: 10px;
}

.articleBlock_2_text_footer {
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #444;
  float: right;
  letter-spacing: 2px;
  margin-top: 43px;
}

.textitem {
  line-height: 26px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 300;
  color: #444;
  margin-bottom: 26px;
}

.articleListDisc {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}

.articleListDisc_item {
  padding-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 16px;
  padding-left: 20px;
}

.articleListDisc_item:first-child {
  padding-top: 0;
}

.articleListDisc_item:last-child {
  border: none;
}

.articleListDisc_item a {
  color: #333;
}

.articleListDisc_item:before {
  content: "•";
  padding-right: 8px;
  color: #000;
}

.article_list_number {
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e8e8;
  list-style-type: decimal;
  padding-left: 20px;
}

.article_list_number_item {
  padding-top: 55px;
  font-size: 1.8rem;
  color: black;
  position: relative;
  line-height: 1.3;
  font-weight: 400;
}

.article_list_disc {
  padding-top: 20px;
  position: relative;
}

.article_list_disc_item {
  font-size: 1.6rem;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 300;
  margin-left: 14px;
}

.article_list_disc_item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000;
}

.article_list_disc .disc2 li {
  margin-left: 17px;
}

.article_list_disc .disc2 li:before {
  color: #aaa;
  margin-left: 9px;
}

.equalNumber .article_list_disc_item {
  margin-left: -8px;
}

.equalNumber .article_list_disc_item:before {
  left: -20px;
}

.equalNumber .disc2 li:before {
  left: -3px;
  margin-left: 0;
}

.article_list_line_title_item .titleH3 {
  padding-bottom: 15px;
  padding-top: 50px;
  border-bottom: 1px solid #d1d1d1;
  color: #333;
}

.article_list_line_title_item-text {
  font-size: 1.4rem;
  color: #333;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 300;
  padding-top: 23px;
}

.article3Img_img {
  width: 33.3%;
  position: relative;
  margin-bottom: 56px;
  float: left;
}

.no-disc li:before {
  display: none !important;
}

.normal_list {
  position: relative;
  padding-top: 10px;
}

.normal_list > li {
  list-style-type: none;
  position: relative;
}

.normal_list_item {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #333;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 300;
}

.normal_list .list2 li {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .equalNumber .article_list_disc_item:before {
    left: -15px;
  }
  .equalNumber .article_list_disc_item .disc2 li {
    margin-left: 6px;
  }
  .equalNumber .article_list_disc_item .disc2 li:before {
    left: -9px;
  }
  .article_list_line_title_item .titleH3 {
    padding-top: 20px;
  }
  .article_list_line_title_item-text {
    font-size: 1.2rem;
    line-height: 20px;
    padding-top: 15px;
  }
  .textitem {
    line-height: 24px;
    font-size: 1.2rem;
  }
  .articleBlock {
    margin-top: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }
  .articleBlock_right {
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  .articleBlock_right .img_sp {
    display: block !important;
  }
  .articleBlock_right .img_pc {
    display: none !important;
  }
  .articleBlock_right_content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 16px;
    width: 100%;
    left: 0;
  }
  .articleBlock_right_text {
    float: left;
    background: rgba(237, 237, 237, 0.4);
    text-align: justify;
    padding-top: 12px;
    padding-bottom: 10px;
    margin: 26px -16px 40px;
  }
  .articleBlock_left {
    width: 100%;
    padding: 14px 0 0;
    margin-top: 0;
  }
  .articleBlock_left_content {
    padding: 0;
  }
  .articleBlock_left .textitem {
    margin-bottom: 24px;
  }
  .articleBlock_title {
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 9px;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .articleBlock_title span {
    margin-left: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    font-size: 1rem;
  }
  .articleBlock_text {
    padding: 0 16px;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 21px;
  }
  .articleBlock_text2 {
    padding: 0 16px;
    margin-bottom: 17px;
  }
  .articleBlock_text2 span {
    line-height: 12px;
    margin-bottom: 4px;
  }
  .articleBlock_2 {
    margin-top: 0;
  }
  .articleBlock_2_text_footer {
    line-height: 20px;
    font-size: 1.2rem;
    margin-top: -4px;
    width: 100%;
    text-align: right;
  }
  .articleBlock_2 .textitem {
    margin-bottom: 24px;
  }
  .articleListDisc {
    width: 100%;
  }
  .article_list_number {
    padding-left: 14px;
    padding-bottom: 25px;
  }
  .article_list_number_item {
    padding-top: 20px;
    font-size: 1.4rem;
  }
  .article_list_disc {
    padding-top: 12px;
  }
  .article_list_disc_item {
    font-size: 1.2rem;
    line-height: 22px;
  }
  .article_list_disc_item.disc2 {
    margin-left: 7px;
  }
  .normal_list {
    padding-top: 0;
    margin-left: 7px;
  }
  .normal_list > li:before {
    font-size: 8px;
    margin-left: -14px;
    padding: 0 2px;
  }
  .normal_list_item {
    font-size: 1.2rem;
    line-height: 22px;
  }
}

select, input[type=text], textarea {
  font-size: 1.6rem;
}

.input-default {
  width: 100%;
  max-width: 360px;
  height: 38px;
  border-radius: 3px;
  background: #f5f5f5;
  border: none;
  text-align: left;
  color: #444;
  line-height: 1;
  padding: 10px 14px;
  font-size: 1.6rem;
}

.input-textarea {
  width: 95%;
  margin-left: 2%;
  margin-right: 3%;
  height: 186px;
  font-size: 2.5rem;
  line-height: 1.5;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.input-radiobox {
  width: 100%;
  max-width: 360px;
  line-height: 28px;
  font-size: 1.8rem;
}

.input-radiobox .horizontal-item {
  padding-left: 40px;
}

.input-radiobox .horizontal-item:nth-of-type(1) {
  padding-left: 0;
}

.input-radiobox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.input-radiobox label span::before, .input-radiobox label span::after {
  position: absolute;
  content: '';
  top: 50%;
}

.input-radiobox label span::before {
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #666;
  border-radius: 100%;
}

.input-radiobox input[type="radio"] {
  display: none;
}

.input-radiobox input[type="radio"]:checked + span::after {
  left: 4px;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  background: #00a8ff;
  border-radius: 100%;
}

.input_list-item {
  width: 100%;
  max-width: 360px;
  position: relative;
  padding-bottom: 23px;
}

.input_list-item:last-child {
  padding-bottom: 0;
}

.input_list-item .text_before {
  position: absolute;
  text-align: right;
  width: 100px;
  left: -115px;
  font-size: 1.6rem;
  color: #444;
  line-height: 38px;
}

.input-checkbox {
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

.input-checkbox .input_squaredCheckbox {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  background: none;
  border: 2px solid #666;
  display: inline-block;
  vertical-align: middle;
}

.input-checkbox .input_squaredCheckbox label {
  width: 23px;
  height: 23px;
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
}

.input-checkbox .input_squaredCheckbox label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 4px;
  left: 5px;
  border: 3px solid #00a8ff;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.input-checkbox .input_squaredCheckbox input[type=checkbox] {
  visibility: hidden;
}

.input-checkbox .input_squaredCheckbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.input-checkbox span {
  margin-left: 8px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 45px;
}

.input-checkbox span a {
  color: #00a8ff;
}

.select_arrow {
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #c8c8c8;
  background: url("/assets/img/icon_dropdown_white.png") no-repeat;
  display: none\9;
}

.select_value {
  font-size: 1.6rem;
  color: #999;
  text-align: left;
}

.form_input {
  margin-top: 60px;
}

.form_input .tableA {
  margin-bottom: 19px;
}

.form_input .tableA.table_form th {
  width: 300px;
}

.form_input .tableA.table_form .tableA_td {
  width: calc(100% - 300px);
}

.form_input .tableA.table_form .tableA_td.full {
  width: 100%;
}

.form_input .tableA_tr:first-child {
  border-top: none;
}

.form_input .tableA_tr:last-child {
  border-bottom: none;
}

.confirm .select_arrow {
  display: none;
}

.confirm .btn_group .btn-default {
  width: 47%;
  margin: 0 0.75%;
}

@media only screen and (max-width: 768px) {
  .input-radiobox {
    line-height: 26px;
    font-size: 1.6rem;
  }
  .input-radiobox label {
    padding-left: 20px;
  }
  .input-radiobox label::before {
    width: 14px;
    height: 14px;
    margin-top: -8px;
  }
  .input-radiobox input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .input-checkbox {
    width: 200px;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .input-checkbox .input_squaredCheckbox {
    width: 20px;
    height: 20px;
    float: left;
  }
  .input-checkbox .input_squaredCheckbox label {
    width: 20px;
    height: 20px;
  }
  .input-checkbox .input_squaredCheckbox label:after {
    width: 9px;
    height: 5px;
    left: 4px;
  }
  .input-checkbox span {
    width: 172px;
    font-size: 1.2rem;
    line-height: 19px;
    float: right;
    text-align: left;
    margin-bottom: 0;
  }
  select {
    font-size: 1.6rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .input-default {
    width: 100%;
    max-width: 100%;
  }
  .input_list-item .text_before {
    font-size: 1.3rem;
    color: #333;
    top: -23px;
    text-align: left;
    line-height: 13px;
    left: 0;
  }
  .input_list .input_list-item {
    margin-top: 40px;
    padding-bottom: 3px;
  }
  .input_list-item {
    max-width: 100%;
  }
  .form_input .tableA_th {
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 23px;
    margin-top: 17px;
  }
  .form_input .tableA_td {
    padding-top: 5px;
  }
}

.btn_group {
  text-align: center;
}

.btn_group .btn-default {
  display: inline-block;
  vertical-align: bottom;
}

.btn_group .btn_link {
  display: inline-block;
  vertical-align: bottom;
}

.btn-default {
  cursor: pointer;
  vertical-align: middle;
  background-color: #00a8ff;
  border: none;
  color: #fff;
  font-weight: 400;
  position: relative;
  font-size: 2rem;
  display: block;
  margin: 0 auto;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 3px;
  max-width: 240px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.btn-default.arrow_right {
  max-width: 320px;
  width: 100%;
  background-image: url("/assets/img/icon_arrow_right_white.png");
  background-size: 11px 18px;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 92.5%;
  transition: all 0.3s ease-in-out;
}

.btn-default.arrow_right:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_white.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}

.btn-default:hover {
  background-color: #24d1ed;
}

.btn-default.btn-disabled {
  background-color: #dadada;
  background-image: url("/assets/img/icon_arrow_gray.png");
  background-size: 11px 18px;
  background-repeat: no-repeat;
  color: #b3b3b3;
  max-width: 320px;
  background-position-y: 50%;
  background-position-x: 92.5%;
  transition: all 0.3s ease-in-out;
}

.btn-default.btn-disabled:after {
  content: "";
  background: url("/assets/img/icon_arrow_gray.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
}

.btn-default.btn-disabled:disabled {
  cursor: not-allowed;
}

.btn-default.btn-disabled:hover {
  opacity: 1;
  background-color: #dadada;
}

.btn_textLink {
  color: #00a8ff;
  display: inline-block;
  position: relative;
  padding-right: 11px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}

.btn_textLink:after {
  content: "";
  background: url("/assets/img/icon_arrow_btn_view.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5px;
  height: 7px;
}

.btn-back {
  background-color: #999;
  background-image: url("/assets/img/icon_arrow_left_white.png");
  background-repeat: no-repeat;
  background-position: 7.5% 50%;
  background-size: 11px 18px;
  color: #fff;
  max-width: 320px;
  width: 100%;
}

.btn-back:before {
  content: "";
  background: url("/assets/img/icon_arrow_left_white.png") no-repeat;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
}

.btn-back:hover {
  background-color: #a7a7a7;
  opacity: 1;
}

.btn_orange {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #fcaf36;
  width: 320px;
  height: 64px;
  line-height: 64px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.btn_orange:before {
  content: '';
  background: url("/assets/img/icon_arrow_right_white.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 11px;
  height: 18px;
  top: 24px;
  right: 30px;
}

.btn_orange_small {
  width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 1.2rem;
}

.btn_orange_small:before {
  background: url("/assets/img/arrow_right_white_1.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 12px;
  top: 17px;
  right: 53px;
}

.btn_orange_medium {
  width: 360px;
}

.btn_orange_medium:before {
  top: 23px;
  right: 17px;
  background-image: url("/assets/img/icon_arrow_right_rec.png");
}

.btn_message {
  position: relative;
  margin-top: 34px;
}

.btn_message a {
  background: #f4f4f4;
  height: 88px;
  width: 322px;
}

.btn_message .title_btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 65px;
  padding-right: 30px;
  letter-spacing: 1px;
}

.btn_message .title_btn span {
  font-size: 1.8rem;
}

.btn_message:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.btn_gray {
  width: 175px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}

.btn_slide_top_container {
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 66px;
  text-align: center;
  z-index: 3;
}

.btn_slide_top_container a {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  display: block;
  width: 250px;
  border: 2px solid #fff;
  margin: 0 auto;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.btn_slide_top_container span {
  display: block;
  position: relative;
  padding-top: 19px;
  padding-bottom: 20px;
}

.btn_slide_top_container span:after {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_btn_slider.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 12px;
  right: 42px;
  top: 22px;
}

.btn_small_blue {
  height: 24px;
  padding: 0 10px;
  display: inline-block;
  background: #00a8ff;
  color: white;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  border-radius: 12px;
  margin-left: 10px;
  min-width: 70px;
}

.btn_view {
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  border-style: solid;
  border-width: 1px;
  border-color: #666;
  border-radius: 15px;
  min-width: 90px;
  display: inline-block;
  padding: 4px 18px 3px 10px;
  float: right;
  position: relative;
  margin-left: 10px;
  line-height: 12px;
  letter-spacing: normal;
  text-align: center;
}

.btn_view:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6px;
  background: url("/assets/img/icon_arrow_btn_view.png") no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.btn_view:hover {
  color: #fff;
  background: #24ade8;
  border-color: #24ade8;
}

.btn_view:hover:after {
  background: url("/assets/img/icon_arrow_btn_view_hover.png") no-repeat;
  background-size: cover;
}

a.arrow_right,
a.btn-back,
a.btn-disabled,
button.arrow_right,
button.btn-back,
button.btn-disabled {
  background-image: none !important;
}

.linkButton-right {
  text-align: right;
}

.linkButton-center {
  text-align: right;
}

.link_arrow {
  font-size: 1.6rem;
  font-weight: 300;
  color: #00a8ff;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  padding-right: 11px;
  margin-top: 20px;
}

.link_arrow span {
  font-size: 1.4rem;
}

.link_arrow:after {
  content: "";
  background: url("/assets/img/icon_arrow_title_slide.png") no-repeat;
  background-size: cover;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 4px;
  height: 8px;
}

.trans_lr_button {
  background-color: white;
  width: 105px;
  height: 40px;
  margin: 0 50px;
  border-radius: 20px;
  border: 1px solid #c3c3c3;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.trans_lr_button .checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.trans_lr_button-select {
  width: 62px;
  height: 38px;
  border-radius: 19px;
  box-shadow: 1px 1px 1px 1px #007ac3 inset;
  border: 1px solid #aeaeae;
  background: #00a8ff;
  transition: all 0.2s ease-in;
}

.trans_lr_button .is-on {
  margin-left: 43px;
  box-shadow: -1px 1px 1px 1px #007ac3 inset;
}

.trans_lr_button .label_text {
  font-size: 1.4rem;
  line-height: 20px;
  position: absolute;
  color: #959595;
  pointer-events: none;
  top: 50%;
}

.trans_lr_button .label_left {
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.trans_lr_button .label_right {
  right: -10px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.btn-more {
  border: none;
  background: none;
  color: #00a8ff;
  font-weight: 400;
  float: right;
  font-size: 1.6rem;
  border-bottom: 1px solid #00a8ff;
  cursor: pointer;
  outline: none;
  display: none;
}

.btn-more:hover {
  border: none;
}

.textLink_small {
  font-size: 1.2rem;
  line-height: 24px;
  color: #444;
  letter-spacing: 1px;
}

.btn_top_white_container {
  position: relative;
  width: 100%;
  text-align: center;
}

.btn_top_white_container .btn_top_white {
  width: 210px;
  height: 48px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  border: 2px solid #fff;
  border-radius: 24px;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 44px;
  letter-spacing: 1px;
}

.btn_top_white_container .btn_top_white:after {
  content: "";
  background: url("/assets/img/icon_arrow_btn_slider.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 7px;
  height: 12px;
}

.linkC_text {
  font-size: 1.4rem;
  line-height: 14px;
  color: #00a8ff;
  position: relative;
  font-weight: 300;
  padding-right: 14px;
}

.linkC_text:after {
  content: "";
  background: url("/assets/img/icon_arrow_btn_view.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 5px;
  height: 7px;
}

.link_text_icon {
  color: #0098da;
  font-size: 1.6rem;
  line-height: 28px;
  padding-top: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
}

.link_text_icon:after {
  content: "";
  background-image: url("/assets/img/icon_folder.png");
  display: inline-block;
  width: 11px;
  height: 7px;
  background-size: cover;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 0 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}

@media only screen and (max-width: 768px) {
  .btn_top_white_container .btn_top_white {
    width: 150px;
    height: 30px;
    font-size: 1.4rem;
    border: 1px solid #fff;
    line-height: 28px;
  }
  .btn_top_white_container .btn_top_white:after {
    width: 6px;
    height: 10px;
  }
  .btn-default.arrow_right {
    background-size: 6px 10px;
    font-size: 1.2rem;
    height: 44px;
    line-height: 44px;
    max-width: 200px;
  }
  .btn-default.arrow_right:after {
    width: 6px;
    height: 10px;
    top: 50%;
    right: 25px;
  }
  .btn-default.btn-back {
    background-size: 6px 10px;
    font-size: 1.2rem;
    height: 44px;
    line-height: 44px;
    max-width: 200px;
  }
  .btn-default.btn-back:after {
    width: 6px;
    height: 10px;
    top: 50%;
    right: 25px;
  }
  .link_arrow {
    font-size: 1.2rem;
    float: right;
  }
  .link_arrow:after {
    display: none;
  }
  .btn_slide_top_container {
    bottom: 46px;
  }
  .btn_slide_top_container a {
    font-size: 1.4rem;
    width: 130px;
    border: 1px solid #fff;
  }
  .btn_slide_top_container span {
    padding: 8px 0;
  }
  .btn_slide_top_container span:after {
    right: 9px;
    width: 6px;
    height: 11px;
    top: 9px;
  }
  .btn_orange {
    font-size: 1.2rem;
    height: 44px;
    line-height: 44px;
    width: 200px;
  }
  .btn_orange:before {
    width: 6px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 25px;
  }
  .btn_orange_medium {
    width: 240px;
  }
  .btn_orange_medium:before {
    right: 15px;
  }
  .btn_gray {
    font-size: 1.2rem;
    line-height: 31px;
    height: 31px;
    width: 160px;
    margin: 0 auto;
  }
  .btn_view {
    font-size: 1rem;
    min-width: 81px;
    padding: 4px 16px 3px 12px;
    line-height: 10px;
  }
  .link_text_icon {
    font-size: 1.3rem;
    line-height: 22px;
  }
}

@media only screen and (min-width: 769px) {
  .btn_orange_medium {
    text-indent: -15px;
  }
}

/*
* tableDiv Row A
*/
.tableDiv_rowA {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

.tableDiv_rowA-item {
  float: left;
  height: 43px;
  text-align: center;
  line-height: 43px;
  outline: none;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 7.3%;
  border-left: 1px solid #e8e8e8;
}

.tableDiv_rowA-item:first-child {
  border-left: none;
}

.tableDiv_rowA-item:hover:after {
  height: 3px;
}

.tableDiv_rowA-item:after {
  background: #0098da;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}

.tableDiv_rowA-item.is-active {
  background: #f4f4f4;
}

.tableDiv_rowA-item.is-active:after {
  background: #999;
  content: "" !important;
  height: 3px;
}

.tableDiv_rowA-all {
  width: 11.3%;
}

.tableDiv_rowA.slick-slider .slick-arrow {
  display: none !important;
}

.tableListA_group {
  display: none;
}

.tableListA_item {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  font-weight: 300;
}

.tableListA_item-date {
  font-size: 1.4rem;
  width: 90px;
  line-height: 2.143;
  display: inline-table;
  color: #666;
}

.tableListA_item-category {
  font-size: 1.2rem;
  line-height: 24px;
  position: relative;
  width: 116px;
  color: white;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.tableListA_item-category:after {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_right.png") no-repeat;
  width: 5px;
  height: 8px;
  background-size: cover;
  top: 8px;
  right: -22px;
}

.tableListA_item-text {
  display: inline-block;
  line-height: 1.429;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-left: 8px;
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 230px;
  padding-right: 150px;
}

.tableListA_item .only_text {
  padding-left: 15px;
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 100px;
}

.tableListA_item .only_text:before {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_right.png") no-repeat;
  width: 5px;
  height: 8px;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tableListA_item .label_new {
  font-size: 1.4rem;
  line-height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
  background: #fcaf36;
  color: #fff;
  text-align: center;
  width: 61px;
  left: 20px;
}

.tableListB {
  margin-bottom: 10px;
}

.tableListB_item {
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  font-weight: 300;
}

.tableListB_item-date {
  margin-top: 14px;
  font-size: 1.4rem;
  width: 126px;
  line-height: 2.143;
  display: inline-table;
  color: #444;
  position: relative;
}

.tableListB_item-date:after {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_right.png") no-repeat;
  width: 5px;
  height: 8px;
  background-size: cover;
  top: 10px;
  right: 0;
}

.tableListB_item-text {
  display: inline-block;
  line-height: 1.429;
  vertical-align: middle;
  font-size: 1.4rem;
  padding-left: 8px;
  color: #333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 126px;
  padding-right: 200px;
}

.capacity {
  font-size: 10px;
  padding-left: 12px;
  margin-left: 12px;
  color: #00a8ff;
  vertical-align: middle;
  position: relative;
}

.capacity:before {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_file.png") no-repeat;
  width: 8px;
  height: 10px;
  background-size: cover;
  top: 1px;
  left: 0;
}

.capacityA {
  position: absolute;
  top: 0;
  color: #00a8ff;
  right: 150px;
  height: 100%;
}

.capacityA:before {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_folder.png") no-repeat;
  width: 11px;
  height: 9px;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
}

.url span.irp-title:after {
  margin-left: 12px !important;
}

.url:after {
  margin-left: 12px !important;
}

.tableList2column {
  width: 566px;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
  display: table;
}

.tableList2column_header {
  display: table-row;
}

.tableList2column_header_column {
  display: table-cell;
  background: #f4f4f4;
  width: 50%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.571;
  color: #444;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.tableList2column_header_column:last-child {
  border-right: 1px solid #d1d1d1;
}

.tableList2column_content {
  display: table-row;
}

.tableList2column_content_column {
  padding-left: 20px;
  width: 50%;
  display: table-cell;
  text-align: left;
  color: #444;
  line-height: 2.313;
  font-size: 1.6rem;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.tableList2column_content_column:last-child {
  border-right: 1px solid #d1d1d1;
}

.tableList3column {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d1d1d1;
  display: table;
}

.tableList3column_header {
  display: table-row;
}

.tableList3column_header_column {
  display: table-cell;
  background: #f4f4f4;
  width: 33.3%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.571;
  color: #444;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.tableList3column_header_column:last-child {
  border-right: 1px solid #d1d1d1;
}

.tableList3column_content {
  display: table-row;
}

.tableList3column_content_column {
  padding-left: 20px;
  display: table-cell;
  text-align: left;
  color: #444;
  line-height: 2.313;
  font-size: 1.6rem;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.tableList3column_content_column:last-child {
  border-right: 1px solid #d1d1d1;
}

.tableHorizontal {
  width: 100%;
}

.tableHorizontal .normalText {
  padding: 20px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

.tableHorizontal_table {
  width: 100%;
}

.tableHorizontal_table th {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  color: #444;
  background: #f4f4f4;
  font-size: 1.6rem;
  padding-top: 16px;
  padding-left: 20px;
  width: 134px;
  text-align: left;
}

.tableHorizontal_table td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  color: #333;
  font-size: 1.6rem;
}

.tableHorizontal_table p {
  padding: 16px 20px;
}

.tableA {
  width: 100%;
  margin-bottom: 80px;
}

.tableA_tr {
  display: block;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d1d1d1;
  letter-spacing: 1px;
}

.tableA_tr:last-child {
  border-bottom: 1px solid #d1d1d1;
}

.tableA_th {
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  width: 21%;
  float: left;
  padding-left: 24px;
  text-align: left;
  line-height: 1.714;
  padding-top: 17px;
  padding-bottom: 19px;
  padding-right: 24px;
}

.tableA_td {
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  width: 79%;
  float: left;
  line-height: 1.714;
  padding-top: 17px;
  padding-bottom: 19px;
}

.tableA_td a {
  color: #0098da;
}

.tableB {
  width: 100%;
  text-align: left;
}

.tableB_tr {
  overflow: hidden;
  background: #efefef;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.tableB_tr:last-child {
  margin-bottom: 0;
}

.tableB_th {
  font-size: 1.8rem;
  color: #333;
  padding: 0 0 30px 25px;
  width: 178px;
  font-weight: 300;
  text-align: left;
  display: table-cell;
}

.tableB_td {
  font-size: 1.4rem;
  line-height: 18px;
  padding: 0 0 30px;
  background: white;
  color: #333;
  font-weight: 300;
  display: table-cell;
}

.tableB_td_row {
  margin-top: 20px;
  letter-spacing: 1px;
}

.tableB_td_row_month {
  width: 98px;
  display: table-cell;
  text-align: center;
  float: left;
}

.tableB_td_row_text {
  display: table-cell;
  padding-right: 10px;
}

.tableB_td_row:first-child {
  margin-top: 30px;
}

.tableC {
  width: 100%;
  text-align: center;
}

.tableC tr {
  overflow: hidden;
  border: 1px solid #d1d1d1;
}

.tableC tr:first-child th {
  background: none;
}

.tableC tr:first-child td {
  background: #efefef;
}

.tableC th {
  font-size: 1.2rem;
  color: #444;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  line-height: 25px;
  width: 30px;
  height: 25px;
  border: 1px solid #d1d1d1;
  background: #efefef;
}

.tableC td {
  font-size: 1.2rem;
  color: #666;
  font-weight: 300;
  text-align: center;
  display: table-cell;
  line-height: 25px;
  height: 25px;
  border: 1px solid #d1d1d1;
}

.tableC td_row {
  margin-top: 20px;
  letter-spacing: 1px;
}

.tableC td_row_month {
  width: 98px;
  display: table-cell;
  text-align: center;
  float: left;
}

.tableC td_row_text {
  display: table-cell;
  padding-right: 10px;
}

.tableC td_row:first-child {
  margin-top: 30px;
}

.tableCalendar {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}

.tableCalendar img {
  width: 100%;
}

.tableCalendar_group {
  float: left;
  width: 25%;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.tableCalendar_group_box {
  overflow: hidden;
  border-right: 1px solid #efefef;
  float: left;
  width: 33.333%;
  min-height: 97px;
}

.tableCalendar_group_box_title {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 32px;
  background: #f9f9f9;
  color: #444;
}

.tableCalendar_group_box:last-child {
  border-right: none;
}

.tableCalendar_group:last-child {
  border-right: none;
}

.tableCalendar_title {
  font-weight: 400;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #666;
  line-height: 44px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  float: left;
  width: 100%;
}

.tableCalendar_info {
  position: absolute;
  top: 78px;
  width: 100%;
}

.tableCalendar_info_row {
  margin-top: 10px;
  position: relative;
  height: 21px;
}

.tableCalendar_info_row:nth-of-type(2) {
  margin-top: 6px;
}

.tableCalendar_info_text {
  font-size: 1.2rem;
  color: #444;
  padding: 5px 12px 4px;
  position: absolute;
  letter-spacing: 1px;
  font-weight: 300;
}

.tableCalendar_info_text:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #9e9e9e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tableCalendar_info_text_small {
  background: #e0e0e0;
  height: 11px;
  position: absolute;
  left: -1px;
}

.tableCalendar_info_text_small:nth-of-type(1) {
  margin-left: 8.333%;
  width: 86px;
}

.tableCalendar_info_text_small:nth-of-type(2) {
  margin-left: 33.333%;
  width: 86px;
}

.tableCalendar_info_text_small:nth-of-type(3) {
  margin-left: 58.333%;
  width: 86px;
}

.tableCalendar_info_text_small:nth-of-type(4) {
  margin-left: 83.333%;
  width: 86px;
}

.tableCalendar_info_text_small .text {
  font-size: 1.2rem;
  font-weight: 300;
  color: #444;
  position: relative;
  padding-top: 6px;
  padding-left: 7px;
  margin-top: 20px;
  margin-left: 4px;
  letter-spacing: 1px;
  line-height: 17px;
}

.tableCalendar_info_text_small .text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 25px;
  background: #d1d1d1;
  left: 0;
  z-index: 1;
  top: -12px;
}

.tableCalendar_info_text_small .text:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #d1d1d1;
  left: -1px;
  z-index: 1;
  top: 12px;
}

.tableCalendar_info_text_small1 {
  position: absolute;
  top: 0;
  right: -6px;
  background: #c2c2c2;
  height: 11px;
  width: 5px;
}

.tableCalendar_info_text_small1 .text {
  width: 100px;
  margin-left: 2px;
}

.tableCalendar_info_text_small1 .text:before {
  background: #9e9e9e;
}

.tableCalendar_info_text_small1 .text:after {
  background: #9e9e9e;
}

.tableCalendar_info_small {
  position: absolute;
  top: 132px;
  width: 100%;
}

.tableCalendar_list {
  font-size: 1.4rem;
  font-weight: 300;
  color: #333;
  line-height: 30px;
}

.tableCalendar_list_row {
  border-bottom: 1px solid #d1d1d1;
  overflow: hidden;
  letter-spacing: 1px;
}

.tableCalendar_list_text_left {
  padding: 17px 0;
  width: 24.8%;
  float: left;
  color: #666;
  position: relative;
}

.tableCalendar_list_text_left span {
  color: #333;
  margin-left: 15px;
}

.tableCalendar_list_text_left:after {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_right.png") no-repeat;
  width: 5px;
  height: 8px;
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.tableCalendar_list_text_right {
  padding: 17px 0 17px 7px;
  width: 75.2%;
  float: left;
  color: #333;
}

.tableB2 {
  background: #efefef;
  width: 100%;
}

.tableB2_tr {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.tableB2_th {
  width: 150px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.tableB2_th .titleH4_small {
  width: 100%;
}

.tableB2_td {
  width: auto;
  background: white;
  padding-left: 20px;
  padding-bottom: 17px;
}

.tableB2_td li {
  padding-bottom: 12px;
}

.tableB2_td-text {
  line-height: 19px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #444;
  padding-top: 28px;
  padding-bottom: 11px;
}

.tableD {
  width: 100%;
}

.tableD_tr {
  border: 1px solid #d1d1d1;
}

.tableD_th {
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 300;
  color: #444;
  width: 312px;
  border: 1px solid #d1d1d1;
  padding-left: 20px;
  letter-spacing: 0.5px;
  text-align: left;
  vertical-align: middle;
}

.tableD_td {
  font-size: 1.4rem;
  line-height: 36px;
  font-weight: 300;
  color: #444;
  border: 1px solid #d1d1d1;
  padding-left: 20px;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

.tableE {
  width: 100%;
}

.tableE_tr {
  border: 1px solid #d1d1d1;
}

.tableE_tr:first-child {
  background: #efefef;
  height: 40px;
}

.tableE_tr:first-child th {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  padding-left: 241px;
}

.tableE_tr:first-child td {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  padding: 0;
}

.tableE_th {
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: 300;
  color: #333;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  letter-spacing: 0.5px;
  text-align: left;
  vertical-align: middle;
}

.tableE_td {
  font-size: 1.6rem;
  line-height: 37px;
  font-weight: 300;
  color: #333;
  border: 1px solid #d1d1d1;
  padding-right: 19px;
  letter-spacing: 0.5px;
  width: 172px;
  text-align: right;
  vertical-align: middle;
}

.tableF {
  width: 100%;
}

.tableF_tr {
  border: 1px solid #d1d1d1;
  height: 40px;
}

.tableF_tr:first-child {
  background: #efefef;
}

.tableF_tr:first-child th {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  line-height: 36px;
}

.tableF_tr:first-child td {
  font-size: 1.4rem;
  font-weight: 400;
  color: #444;
  line-height: 36px;
}

.tableF_th {
  font-size: 1.6rem;
  line-height: 37px;
  font-weight: 300;
  color: #444;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  letter-spacing: 0.5px;
  text-align: left;
  vertical-align: middle;
}

.tableF_td {
  font-size: 1.6rem;
  line-height: 37px;
  font-weight: 300;
  color: #333;
  border: 1px solid #d1d1d1;
  padding-left: 20px;
  letter-spacing: 0.5px;
  width: 333px;
  text-align: left;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .tableB2 {
    background: #fff;
  }
  .tableB2_th {
    display: block;
    width: 100%;
  }
  .tableB2_td {
    display: block;
    width: 100%;
  }
  .capacity {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .capacityA {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tableB_tr {
    border: none !important;
    margin-bottom: 20px;
    display: block;
  }
  .tableB_th {
    width: 100%;
    font-size: 1.2rem;
    padding: 0 0 0 16px;
    line-height: 40px;
    text-align: left;
    float: left;
    display: block;
  }
  .tableB_td {
    width: 100%;
    padding: 0 16px;
    font-size: 1.2rem;
    line-height: 22px;
    float: left;
    display: block;
  }
  .tableB_td_row {
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 0;
    margin-top: 0 !important;
  }
  .tableB_td_row_month {
    width: 50px;
    text-align: left;
  }
  .tableB_td_row_text {
    padding-right: 0;
  }
  .tableA {
    margin-bottom: 40px;
  }
  .tableA_tr {
    display: table-row;
    padding: 0;
  }
  .tableA_th {
    font-size: 1.2rem;
    padding-left: 0;
    display: table-cell;
    width: 85px;
    float: none;
    padding: 16px 10px 13px 0;
    line-height: 22px;
  }
  .tableA_td {
    font-size: 1.2rem;
    display: table-cell;
    float: none;
    width: auto;
    padding: 16px 0 13px;
    line-height: 22px;
  }
  .tableA.sp_1_column th {
    display: block;
    width: 100% !important;
    padding: 25px 0 8px;
  }
  .tableA.sp_1_column td {
    display: block;
    width: 100% !important;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .tableA.sp50 th {
    width: 50%;
  }
  .tableA.sp50 td {
    width: 50%;
  }
  .tableDiv_rowA {
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
    height: 45px;
    overflow: hidden;
  }
  .tableDiv_rowA-item {
    width: auto;
  }
  .tableDiv_rowA-item:first-child {
    border-left: 1px solid #e8e8e8;
  }
  .tableDiv_rowA-item:after {
    content: none;
  }
  .tableDiv_rowA-item:hover:after {
    content: none;
  }
  .tableListA_item {
    height: auto;
    padding: 16px 0;
  }
  .tableListA_item-date {
    width: 73px;
    margin-right: 12px;
    border-right: 1px solid #666;
    line-height: 12px;
    font-size: 1.2rem;
  }
  .tableListA_item-category {
    font-size: 0.9rem;
    line-height: 16px;
    width: 90px;
  }
  .tableListA_item-category:after {
    display: none;
  }
  .tableListA_item-text {
    position: relative;
    display: block;
    padding-left: 0;
    font-size: 1.2rem;
    margin-top: 11px;
    width: 100%;
    position: relative;
    padding-right: 25px;
    line-height: 1.667;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tableListA_item-text:after {
    content: none;
  }
  .tableListA_item-text.hidden:after {
    content: '';
    background: url("/assets/img/icon_arrow_right_hidden.png") no-repeat;
    background-size: cover;
  }
  .tableListA_item:after {
    content: '';
    background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tableListA_item .only_text {
    left: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .tableListA_item .only_text:before {
    content: none;
  }
  .tableListA_item .label_new {
    position: relative;
    display: block;
    top: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    left: 0;
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .tableListB {
    margin: 0 0 30px;
  }
  .tableListB_item {
    padding-bottom: 11px;
  }
  .tableListB_item-date {
    margin-top: 11px;
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
  .tableListB_item-date span {
    display: none;
  }
  .tableListB_item-date:after {
    content: none;
  }
  .tableListB_item-text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 0;
    padding-right: 24px;
    font-size: 1.2rem;
  }
  .tableListB_item:after {
    content: '';
    background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
    background-size: cover;
    position: absolute;
    width: 6px;
    height: 12px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tableList2column {
    width: 100%;
  }
  .tableList2column_header {
    display: none;
  }
  .tableList2column_content {
    display: block;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0;
  }
  .tableList2column_content_column {
    padding-left: 4px;
    width: 100%;
    border: none;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .tableList2column_content_column:last-child {
    margin-top: 10px;
    border: none;
  }
  .tableList3column {
    width: 100%;
  }
  .tableList3column_header {
    display: none;
  }
  .tableList3column_content {
    display: block;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0;
  }
  .tableList3column_content_column {
    padding-left: 4px;
    width: 100%;
    border: none;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .tableList3column_content_column:first-child {
    margin-bottom: 10px;
  }
  .tableList3column_content_column:last-child {
    margin-top: 10px;
    border: none;
  }
  .tableHorizontal .normalText {
    padding: 10px;
  }
  .tableHorizontal_table {
    width: 100%;
  }
  .tableHorizontal_table th {
    width: 50%;
    font-size: 1.2rem;
    padding: 18px 20px;
  }
  .tableHorizontal_table td {
    word-break: break-all;
    font-size: 1.2rem;
  }
  .tableHorizontal_table td li {
    padding-right: 30px;
  }
  .tableCalendar {
    margin-bottom: 50px;
  }
  .tableCalendar_list {
    line-height: 20px;
    font-size: 1.2rem;
  }
  .tableCalendar_list_text_left {
    padding: 15px 25px 15px 0;
  }
  .tableCalendar_list_text_right {
    padding: 15px 0;
  }
  .tableC td {
    font-size: 1rem;
  }
  .tableC th {
    font-size: 1rem;
  }
  .tableD td {
    font-size: 1.2rem;
    line-height: 32px;
    padding: 0 16px;
  }
  .tableD th {
    font-size: 1.2rem;
    line-height: 32px;
    padding: 0 16px;
    width: 50%;
  }
  .tableE_tr:first-child th {
    padding-left: 16px;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .tableE_tr:first-child td {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .tableE_th {
    font-size: 1.2rem;
    line-height: 24px;
    width: 40%;
    padding: 0 16px;
  }
  .tableE_td {
    font-size: 1.2rem;
    line-height: 24px;
    padding-right: 10px;
  }
  .tableF_tr:first-child th {
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 16px;
  }
  .tableF_tr:first-child td {
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 16px;
  }
  .tableF_th {
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 16px;
    width: 50%;
  }
  .tableF_td {
    font-size: 1.2rem;
    line-height: 24px;
    padding: 0 16px;
    width: 50%;
  }
}

/*
* H2 title
*/
.titleH2 {
  font-size: 2.8rem;
  color: black;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

.titleH2 span {
  font-size: 1.8rem;
}

.titleH2_small {
  color: black;
  font-size: 1.8rem;
  font-weight: 400;
}

.titleDate {
  font-size: 1.4rem;
  line-height: 2.143;
  color: #666;
}

.titleH3 {
  font-size: 2rem;
  color: black;
  letter-spacing: 1px;
  line-height: 28px;
  font-weight: 400;
}

.titleH3_small {
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}

.titleH4 {
  font-size: 1.8rem;
  line-height: 28px;
  color: black;
  font-weight: 400;
}

.titleH4_small {
  color: black;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 22px;
}

.titleH4_small_line {
  color: #444;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  border-bottom: 2px solid #666;
}

.titleH4 > a {
  color: #0099ff;
}

.titleBgSmoke {
  font-size: 1.6rem;
  color: #444;
  background: #f4f4f4;
  height: 44px;
  padding-left: 20px;
  border: 1px solid #d1d1d1;
  line-height: 44px;
  font-weight: 400;
}

.titleBgGray {
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  color: white;
  background: #666;
  height: 30px;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 30px;
}

.normalText {
  font-size: 1.6rem;
  color: #444;
  line-height: 28px;
  padding-top: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: left;
}

.normalText_small {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 300;
  padding-top: 10px;
  color: #444;
}

.title_block_1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 38px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.title_block_2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 36px;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.text_large {
  font-size: 2.8rem;
  color: #444;
  letter-spacing: 5px;
}

.text_medium {
  font-size: 1.8rem;
  color: #444;
  line-height: 30px;
  font-weight: 300;
  margin-top: 42px;
  letter-spacing: 3px;
}

.title_page {
  line-height: 68px;
  font-size: 3.8rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 4px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 52px auto 0;
}

.title_page_2 {
  margin-bottom: 35px;
}

.title_page_3 {
  font-size: 3.0rem;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 50px;
}

.title_page_4 {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}

.title_page_text {
  float: left;
}

.title_page_text span {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #444;
  margin-left: 20px;
  vertical-align: bottom;
}

.title_page_img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 68px;
  height: 68px;
  float: left;
  margin-right: 12px;
}

.title_page_img.is-bg_title_page_img_1 {
  background-image: url("/assets/img/mynet_anime1_r3.gif");
}

.title_page_img.is-bg_title_page_img_2 {
  background-image: url("/assets/img/mynet_anime2_r3.gif");
}

.title_page_img.is-bg_title_page_img_3 {
  background-image: url("/assets/img/mynet_anime3_r3.gif");
}

.title_page_rssIcon {
  position: absolute;
  right: 0;
  top: 0;
}

.title_page_rssIcon img {
  width: 70px;
}

.title_1 {
  font-weight: 300;
  font-size: 2rem;
  color: #333;
  margin-top: 31px;
  margin-bottom: 18px;
  padding-left: 9px;
  letter-spacing: 1px;
}

.title_A {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.title_A_line {
  border-bottom: 3px solid #999;
}

.title_A_lineA {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 14px;
}

.text_download {
  font-size: 1.2rem;
  color: #444;
  position: absolute;
  right: 0;
  bottom: 0;
}

.text_download:before {
  content: "";
  bottom: 4px;
  left: -20px;
  position: absolute;
  background: url("/assets/img/icon_download.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
}

.text_A {
  font-size: 1.4rem;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 6px;
}

.text_B {
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 300;
  margin-top: 41px;
  margin-bottom: 0;
}

.text_B .btn_link {
  margin-top: -3px;
}

.text_C {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.71;
}

.error,
.warning_messenger {
  display: block;
  color: #ee5656;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 11px;
}

.normalTextA {
  font-size: 1.4rem;
  color: #333;
  font-weight: 300;
  margin-top: 27px;
  margin-bottom: 78px;
  line-height: 20px;
}

.normalTextB {
  font-size: 1.4rem;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 20px;
}

.title_section {
  font-size: 2.8rem;
  line-height: 42px;
  font-weight: 400;
  color: #333;
  text-align: center;
  letter-spacing: 5px;
}

.text_section {
  font-size: 1.6rem;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  margin-top: 27px;
  letter-spacing: 1px;
}

.title_section_medium {
  font-size: 1.8rem;
  line-height: 42px;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
}

.title_section_medium:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}

.title_section_medium:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #333;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
}

.text_E {
  font-size: 1.6rem;
  color: #444;
  font-weight: 300;
  line-height: 26px;
  margin-top: 32px;
  letter-spacing: 1px;
}

.text_D {
  font-size: 1.8rem;
  color: #444;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  letter-spacing: 1px;
}

.text_F {
  font-size: 1.6rem;
  color: #000;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 24px;
}

.title_office {
  font-size: 2.4rem;
  color: #444;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.two_boxB_title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 14px;
}

.two_boxB_text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 22px;
  color: #000;
  letter-spacing: 1px;
  margin-top: 6px;
}

.title_B {
  font-size: 2.2rem;
  font-weight: 400;
  color: #444;
}

.title_C {
  font-size: 1.6rem;
  font-weight: 400;
  color: black;
  margin-top: 16px;
  margin-bottom: 20px;
}

.title-slide-top {
  font-size: 4.8rem;
  font-weight: 500;
  padding: 209px 16px 0;
  letter-spacing: 3px;
  text-shadow: 0 0 9.4px rgba(0, 0, 0, 0.25);
  line-height: 60px;
}

.text-slide-top {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-shadow: 0 0 8.6px rgba(0, 0, 0, 0.35);
  margin-top: 15px;
}

.text_section_top {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 300;
  color: #444;
  margin-top: 3px;
  display: inline-block;
}

.text_info {
  color: #444;
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 300;
  margin-top: 16px;
}

.text_info_small {
  font-size: 1.2rem;
  line-height: 24px;
  color: #444;
  font-weight: 300;
}

.title_page_label {
  font-size: 1.3rem;
  border-radius: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.title_tableE {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 400;
  color: #444;
  margin-top: 51px;
  margin-bottom: 21px;
  position: relative;
}

.title_tableE .right_text {
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: -14px;
  line-height: 13px;
  font-weight: 300;
}

.title_D {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  color: black;
}

.title_page_right {
  display: inline-block;
  text-align: right;
  float: right;
  padding-right: 16px;
}

.title_page_right img {
  width: 88px;
}

.is-separated .title_page_text {
  width: 80%;
  display: inline-block;
}

.is-separated .title_page_right {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .title-slide-top {
    font-size: 2.4rem;
    line-height: 34px;
    margin-top: 0;
    padding: 80px 40px 0;
  }
  .title-slide-top_line {
    padding-bottom: 3px;
  }
  .line_sp {
    border-bottom: 1px solid #e8e8e8;
  }
  .text-slide-top {
    font-size: 1.8rem;
    line-height: 30px;
    padding: 0 20px;
  }
  .title_page_label .topics_img {
    color: #f39801;
    font-size: 1.3rem;
    width: 70px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #f39801;
    display: block;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    float: right;
  }
  .title_page_label .topics_img span {
    display: block;
  }
  .text_info {
    font-size: 1rem;
    line-height: 14px;
    margin-top: 14px;
  }
  .title_section {
    font-size: 1.4rem;
    line-height: 22px;
    text-align: left;
  }
  .text_section {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 17px;
  }
  .title_section_medium {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .title_section_medium:before {
    width: 13px;
    left: -19px;
    height: 1px;
  }
  .title_section_medium:after {
    width: 13px;
    right: -19px;
    height: 1px;
  }
  .text_section_top {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .normalText {
    font-size: 1.2rem;
    line-height: 22px;
  }
  .normalTextB {
    font-size: 1.2rem;
  }
  .title_A {
    font-size: 1.2rem;
    padding-bottom: 5px;
  }
  .title_A_line {
    border-bottom: 2px solid #999;
  }
  .title_A .btn_view {
    display: none;
  }
  .text_A {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 1.2rem;
  }
  .text_B {
    font-size: 1.2rem;
    text-align: left !important;
    padding-top: 16px;
    border-top: 2px solid #999;
    margin-top: 3px;
  }
  .text_B .btn_link {
    margin-top: 9px;
  }
  .text_C {
    font-size: 1rem;
  }
  .text_download {
    top: 0;
  }
  .text_download:before {
    bottom: 8px;
  }
  .title_1 {
    margin-top: 29px;
    margin-bottom: 11px;
    font-size: 14px;
    padding-left: 0;
  }
  .title_page {
    line-height: 1;
  }
  .title_page_img {
    display: none;
  }
  .title_page span {
    display: none;
  }
  .title_page_rssIcon {
    position: relative;
  }
  .title_page_rssIcon img {
    width: 45px;
  }
  .title_page_2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .title_page_3 {
    font-size: 1.6rem;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .title_page_4 {
    font-size: 1.6rem;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .title_page_text {
    padding: 0 16px;
  }
  .text_large {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 2px;
  }
  .text_medium {
    font-size: 1.2rem;
    color: #444;
    line-height: 22px;
    margin-top: 18px;
    letter-spacing: 2px;
  }
  .titleH2 {
    font-size: 1.8rem;
    line-height: 28px;
  }
  .titleH2.sp_small {
    font-size: 1.4rem;
  }
  .titleH2 span {
    font-size: 1.2rem;
  }
  .titleH2_small {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .titleH3 {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
  }
  .titleH3.sp_small {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .titleH3_small {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .titleH4 {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .title_block_1 {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .title_block_2 {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .titleBgGray {
    font-size: 1.2rem;
  }
  .text_D {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .text_E {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .text_F {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .title_office {
    font-size: 1.6rem;
  }
  .two_boxB_title {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .two_boxB_text {
    font-size: 1.2rem;
  }
  .title_B {
    font-size: 1.8rem;
    line-height: 26px;
  }
  .title_tableE {
    font-size: 1.4rem;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .title_tableE .right_text {
    bottom: -5px;
  }
  .warning_messenger {
    font-size: 1.3rem;
    line-height: 19px;
  }
  .title_D {
    font-size: 1.3rem;
  }
}

.visualComponent {
  overflow: hidden;
}

.visualComponent.is-center {
  text-align: center;
}

.visualComponent .two_box {
  width: 50%;
}

.visualComponent .two_box_text_top {
  font-size: 1.6rem;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.visualComponent .two_box img {
  display: block;
}

.visualComponent .two_box a {
  display: block;
}

.visualComponent .two_box_img {
  position: relative;
  width: 100%;
}

.visualComponent .two_box_img img {
  display: block;
  width: 100%;
}

.visualComponent .two_box_img.border_icon {
  height: 270px;
  border: 10px solid #f3f6f7;
}

.visualComponent .two_box_img.border_icon img {
  position: absolute;
  max-width: 305px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.visualComponent .two_box_imgC {
  background: #fff;
  border-radius: 8px;
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-bottom: 17px;
}

.visualComponent .two_box_imgC img {
  display: block;
}

.visualComponent .two_box_imgC .img1 {
  width: 168px;
  margin-left: 40.7%;
  margin-top: 24px;
  margin-bottom: 31px;
}

.visualComponent .two_box_imgC .img2 {
  width: 140px;
  margin-left: 35.5%;
  margin-top: 31px;
  margin-bottom: 31px;
}

.visualComponent .two_box_imgC .img3 {
  width: 158px;
  margin-left: 33.7%;
  margin-top: 23px;
  margin-bottom: 12px;
}

.visualComponent .two_box_imgC .img4 {
  width: 154px;
  margin-left: 36.2%;
  margin-top: 41px;
  margin-bottom: 26px;
}

.visualComponent .two_box_imgC_title {
  font-size: 2.6rem;
  line-height: 28px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #00a8ff;
  font-weight: 300;
}

.visualComponent .two_box_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.visualComponent .two_box_caption {
  color: #fff;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 38px;
}

.visualComponent .two_box_content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.visualComponent .two_box_captionA {
  color: #fff;
  font-size: 2rem;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 -1px 6px #000;
  font-weight: 400;
}

.visualComponent .two_box_captionA_text1 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 8px;
  text-align: center;
  text-shadow: 0 -1px 6px #000;
}

.visualComponent .two_box_captionA_text1.f-16 {
  font-size: 1.6rem;
  margin-top: 11px;
  line-height: 16px;
}

.visualComponent .two_box_captionA_text2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -38px;
}

.visualComponent .two_box_captionB {
  color: #fff;
  font-size: 2rem;
  line-height: 20px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.visualComponent .two_box_title {
  color: #444;
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 300;
  margin-top: 13px;
  letter-spacing: 1px;
}

.visualComponent .two_box_titleA {
  font-size: 1.8rem;
  line-height: 36px;
}

.visualComponent .two_box_titleA a {
  color: #00a8ff;
  display: inline-block;
  position: relative;
  padding-right: 11px;
  margin-top: 16px;
}

.visualComponent .two_box_titleA a:after {
  content: "";
  background: url("/assets/img/icon_arrow_title_slide.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 8px;
}

.visualComponent .two_box_titleA .link_icon_folder {
  padding-right: 18px;
}

.visualComponent .two_box_titleA .link_icon_folder:after {
  background-image: url("/assets/img/icon_folder.png");
  width: 11px;
  height: 9px;
}

.visualComponent .two_box_titleB {
  font-size: 2.4rem;
  line-height: 48px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 8px;
}

.visualComponent .two_box_titleC {
  color: #00a8ff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 19px;
}

.visualComponent .two_box_textC {
  color: #444;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: 12px;
}

.visualComponent .two_box_linkC {
  text-align: right;
  margin-top: 18px;
}

.visualComponent .two_box_textB {
  font-size: 1.6rem;
  line-height: 24px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 4px;
}

.visualComponent .two_box:nth-of-type(odd) {
  padding-right: 20px;
  float: left;
}

.visualComponent .two_box:nth-of-type(even) {
  padding-left: 20px;
  float: right;
}

.visualComponent .two_box_title_A {
  color: #444;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 18px;
}

.visualComponent .two_box_info .normalText {
  font-weight: 300;
  padding-top: 0;
  letter-spacing: 0.57px;
  text-align: justify;
  margin-top: -3px;
}

.visualComponent .two_box .logo_box {
  width: 100%;
  height: 200px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.visualComponent .two_box .logo_box img {
  position: absolute;
  max-width: 341px;
  width: 71%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 auto;
}

.visualComponent .two_box .logo_box.cropro img {
  width: 55%;
  max-width: 262px;
}

.visualComponent .two_box_center {
  display: inline-block;
  max-width: 49.5%;
  vertical-align: top;
}

.visualComponent .two_box_center:nth-of-type(odd) {
  padding-right: 19px;
}

.visualComponent .two_box_center:nth-of-type(even) {
  padding-left: 19px;
}

.visualComponent .two_box_center_img {
  width: auto;
}

.visualComponent .two_box_center_img img {
  width: auto;
}

.visualComponent .two_boxA {
  width: 50%;
}

.visualComponent .two_boxA img {
  display: block;
  margin-bottom: 29px;
  padding-left: 33px;
}

.visualComponent .two_boxA_title {
  color: #000;
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.visualComponent .two_boxA:first-child {
  padding-right: 30px;
  float: left;
}

.visualComponent .two_boxA:last-child {
  padding-left: 30px;
  float: right;
}

.visualComponent .two_boxB {
  width: 50%;
  margin-bottom: 36px;
}

.visualComponent .two_boxB a {
  display: block;
}

.visualComponent .two_boxB_img {
  position: relative;
}

.visualComponent .two_boxB_img img {
  display: block;
  width: 100%;
}

.visualComponent .two_boxB_img_small {
  overflow: hidden;
  margin-top: 8px;
}

.visualComponent .two_boxB_img_small img:first-child {
  width: 50%;
  float: left;
  padding-right: 4px;
}

.visualComponent .two_boxB_img_small img:last-child {
  width: 50%;
  float: right;
  padding-left: 4px;
}

.visualComponent .two_boxB:nth-of-type(odd) {
  padding-right: 18px;
  float: left;
}

.visualComponent .two_boxB:nth-of-type(even) {
  padding-left: 18px;
  float: right;
}

.visualComponent .three_box {
  margin-left: -10px;
  margin-right: -10px;
}

.visualComponent .three_box a {
  display: block;
  color: #444;
  padding-left: 25px;
  height: 100%;
}

.visualComponent .three_box_info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualComponent .three_box_content {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  transition: all 0.3s ease-in-out;
  height: 126px;
  width: 320px;
  margin: 10px;
  float: left;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.2;
}

.visualComponent .three_box_content:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  right: 14px;
  top: 58px;
  position: absolute;
}

.visualComponent .three_box_title {
  font-weight: 400;
  font-size: 1.6rem;
  padding-right: 20px;
}

.visualComponent .three_box_titleA {
  font-weight: 400;
  font-size: 1.6rem;
  color: #333;
  padding-top: 41px;
}

.visualComponent .three_box_text_1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  margin-top: 17px;
}

.visualComponent .three_box_text_2 {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  margin-top: 6px;
  line-height: 14px;
}

.visualComponent .three_box_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 18px;
  margin-top: 16px;
  padding-right: 7px;
}

.visualComponent .three_box_contentB {
  width: 33.33%;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
}

.visualComponent .three_box_contentB:last-child {
  margin-right: 0;
}

.visualComponent .three_box_contentB a {
  padding: 0;
}

.visualComponent .three_box_contentB img {
  width: 100%;
  display: block;
}

.visualComponent .three_box_titleB {
  font-size: 1.6rem;
  line-height: 24px;
  color: #000;
  margin-top: 16px;
}

.visualComponent .three_box_textB_1 {
  font-size: 1.2rem;
  margin-top: 24px;
}

.visualComponent .three_box_textB_2 {
  font-size: 1.4rem;
  margin-top: 7px;
}

.visualComponent .three_boxA .three_box_content {
  border: none;
  height: 150px;
}

.visualComponent .three_boxA .three_box_content:after {
  background-image: url("/assets/img/arrow_right_interview.png");
  width: 12px;
  height: 22px;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualComponent .three_boxA .three_box_info {
  padding-right: 25px;
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.visualComponent .three_boxB {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.visualComponent .three_boxB a {
  display: block;
  color: #333;
  width: 100%;
  padding-left: 25px;
  padding-right: 30px;
  height: 100%;
}

.visualComponent .three_boxB_info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualComponent .three_boxB_content {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  transition: all 0.3s ease-in-out;
  height: 88px;
  width: 320px;
  margin: 10px;
  float: left;
  letter-spacing: 1px;
  position: relative;
}

.visualComponent .three_boxB_content:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.visualComponent .three_boxB_title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
}

.visualComponent .three_boxB_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 18px;
  margin-top: 5px;
}

.visualComponent .three_box_img {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.visualComponent .three_box_img a {
  display: block;
  position: relative;
}

.visualComponent .three_box_img img {
  display: block;
  width: 100%;
}

.visualComponent .three_box_img_content {
  width: 320px;
  float: left;
  position: relative;
  margin: 10px;
  letter-spacing: 1px;
}

.visualComponent .three_box_img_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
}

.visualComponent .three_box_img_caption {
  color: #fff;
  font-size: 1.8rem;
  line-height: 20px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.visualComponent .three_box_img .text_section_top {
  margin-top: 7px;
}

.visualComponent .three_box_img .three_box_title {
  padding-right: 0;
  color: #000;
  line-height: 24px;
  margin-top: 16px;
}

.visualComponent .three_box_img .member_text_text1 {
  color: #444;
  margin-top: 10px;
}

.visualComponent .three_box_img .member_text_text2 {
  font-size: 1.6rem;
  line-height: 16px;
  margin-top: 5px;
}

.visualComponent .three_box_img .member_text_text3 {
  line-height: 14px;
  margin-top: 2px;
}

.visualComponent .four_box {
  margin-left: -10px;
  margin-right: -10px;
}

.visualComponent .four_box a {
  display: block;
  color: #444;
  padding-left: 20px;
  height: 100%;
}

.visualComponent .four_box_content {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  transition: all 0.3s ease-in-out;
  height: 94px;
  width: 235px;
  margin: 10px;
  float: left;
  letter-spacing: 1px;
  position: relative;
}

.visualComponent .four_box_content:after {
  content: "";
  background: url("/assets/img/arrow_blue_2.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 13px;
  right: 10px;
  top: 39px;
  position: absolute;
}

.visualComponent .four_box_info {
  position: absolute;
  top: 50%;
  padding-right: 22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualComponent .four_box_info_new {
  padding-left: 25px;
}

.visualComponent .four_box_info_new .box_ir_text {
  margin-top: 5px;
}

.visualComponent .four_box_info_new img {
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -6px;
}

.visualComponent .four_box_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
}

.visualComponent .four_box_title .icon_folder {
  background: url("/assets/img/icon_folder.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 9px;
  margin-left: 8px;
  display: inline-block;
}

.visualComponent .four_box_text {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
}

.visualComponent .slide_data {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 28px;
  text-align: left;
}

.visualComponent .slide_data_text {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  line-height: 14px;
  overflow: hidden;
  width: 26%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visualComponent .slide_data_text:first-child {
  text-align: right;
  padding-right: 5px;
  left: 0;
}

.visualComponent .slide_data_text:last-child {
  text-align: left;
  padding-left: 5px;
  right: 0;
}

.visualComponent .slide_data_bg {
  width: 48%;
  height: 16px;
  margin: 6px auto;
  position: relative;
}

.visualComponent .slide_data_bg span {
  opacity: 0.7;
  width: 100%;
  height: 16px;
  float: left;
  border-radius: 10px;
}

.visualComponent .slide_data_bg img {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.visualComponent .member {
  float: left;
  width: 33.333%;
  padding: 0 10px;
}

.visualComponent .member_content {
  cursor: pointer;
}

.visualComponent .member_img {
  height: 360px;
  position: relative;
  background: #edf0f5;
  text-align: center;
  overflow: hidden;
}

.visualComponent .member_img img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  max-width: none;
}

.visualComponent .member_img_hover {
  position: absolute;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.502);
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.visualComponent .member_img_hover .favorite_data {
  color: #fff;
  font-size: 1.6rem;
  line-height: 17px;
  margin-top: 215px;
  margin-bottom: 17px;
  position: relative;
  font-weight: 500;
  display: inline-block;
}

.visualComponent .member_img_hover .favorite_data:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  height: 1px;
  left: -87px;
}

.visualComponent .member_img_hover .favorite_data:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 65px;
  height: 1px;
  right: -87px;
}

.visualComponent .member_img:hover .member_img_hover {
  opacity: 1;
}

.visualComponent .member_text {
  padding: 0 33px 20px;
  background: #f8f8f8;
  position: relative;
  margin-bottom: 20px;
}

.visualComponent .member_text_title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  padding-top: 23px;
}

.visualComponent .member_text_text1 {
  font-size: 1.2rem;
  line-height: 14px;
  color: #000;
  font-weight: 300;
  margin-top: 6px;
}

.visualComponent .member_text_text2 {
  font-size: 1.4rem;
  line-height: 14px;
  color: #000;
  font-weight: 300;
  margin-top: 4px;
}

.visualComponent .member_text_date {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 7px;
}

.visualComponent .member_text:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 4px;
  right: 4px;
  background: url("/assets/img/icon_triangle.png") no-repeat;
  background-size: cover;
}

.visualComponent .member_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}

.visualComponent .member_overlay_content {
  width: 886px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  font-weight: 400;
  color: #444;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s ease-in-out;
  left: 0;
}

.visualComponent .member_overlay_info {
  padding: 44px 0 0;
  width: 481px;
  float: left;
}

.visualComponent .member_overlay_info_top {
  padding: 0 60px;
}

.visualComponent .member_overlay_img {
  width: 405px;
  float: right;
  position: relative;
  height: 540px;
  overflow: hidden;
}

.visualComponent .member_overlay_img img {
  display: block;
  position: absolute;
  height: 100%;
  max-width: none;
}

.visualComponent .member_overlay_title {
  font-size: 1.2rem;
  line-height: 18px;
}

.visualComponent .member_overlay_name {
  font-size: 2.4rem;
  line-height: 28px;
  margin-top: 9px;
}

.visualComponent .member_overlay_name span {
  font-size: 1.4rem;
  margin-left: 14px;
}

.visualComponent .member_overlay_date {
  font-size: 1rem;
  line-height: 10px;
  margin-top: 3px;
}

.visualComponent .member_overlay_text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 45px;
  letter-spacing: 1px;
  padding: 0 60px;
}

.visualComponent .member_overlay .slide_data {
  margin-bottom: -2px;
  padding-left: 0;
}

.visualComponent .member_overlay .slide_data_text {
  font-size: 1.2rem;
  color: #000;
  width: 145px;
}

.visualComponent .member_overlay .slide_data_text:first-child {
  padding-right: 13px;
}

.visualComponent .member_overlay .slide_data_text:last-child {
  padding-left: 13px;
}

.visualComponent .member_overlay .slide_data_bg {
  width: 188px;
  margin: 6px auto;
}

.visualComponent .member_overlay .exit_overlay {
  width: 41px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
  display: block;
}

.visualComponent .member_overlay .exit_overlay_sp {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 9;
}

.visualComponent .member_overlay.is-show {
  opacity: 1;
  height: 100%;
}

.visualComponent .member_overlay.is-show .member_overlay_content {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.visualComponent .member_overlay .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 9999px;
  width: 29px;
  height: 70px;
  border: none;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.visualComponent .member_overlay .slick-prev {
  background: url("/assets/img/btn_left_slick.png") no-repeat;
  background-size: cover;
  left: 0;
}

.visualComponent .member_overlay .slick-next {
  background: url("/assets/img/btn_right_slick.png") no-repeat;
  background-size: cover;
  right: 0;
}

.visualComponent .member_overlay_overflow {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
*visualBox_line
*/
.visualBoxA {
  width: 100%;
}

.visualBoxB {
  width: 100%;
  padding: 50px 0;
}

.visualBoxB.is-center {
  text-align: center;
}

.visualBoxB_img {
  max-width: 100%;
  text-align: center;
}

.visualBoxB_img-img {
  display: inline-block;
}

.visualBoxB_img-info {
  position: relative;
  margin-top: 6px;
  font-size: 1.2rem;
  margin-bottom: 28px;
  text-align: right;
}

.visualBoxB_img-textRight {
  font-size: 1.4rem;
  line-height: 28px;
  color: #444;
  font-weight: 300;
  text-align: right;
}

.visualBoxB_center_img {
  display: inline-block;
  max-width: 640px;
}

/*
* visualBox_img_detail
*/
.visualBox_img_detail {
  margin-bottom: 28px;
}

.visualBox_img_detail_img {
  width: 33.3%;
  float: left;
  display: inline-table;
  padding-right: 10px;
}

.visualBox_img_detail_text {
  width: 66.7%;
  margin-left: 33.3%;
  padding-left: 10px;
}

.visualBox_img_detail .titleH4_small {
  padding-bottom: 9px;
}

.visualBox_img_detail .titleH4_small_line {
  margin-bottom: 2px;
}

.visualBox_img_detail .titleH4_small_right {
  text-align: right;
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  margin-bottom: 6px;
}

.visualBox_wide {
  background: #f2f5fa;
  margin-bottom: 4px;
}

.visualBox_wide_content {
  width: 1000px;
  max-width: 100%;
  padding-left: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

.visualBox_wide_content_info {
  width: 53%;
  overflow: hidden;
}

.visualBox_wide_content_info .title_boardmember {
  font-weight: 300;
  font-size: 3.6rem;
  position: relative;
  width: 100%;
  margin-top: 60px;
  color: #000;
  letter-spacing: 2px;
}

.visualBox_wide_content_info .title_boardmember span {
  font-size: 1.8rem;
  text-align: right;
  top: 0;
  position: absolute;
  right: 0;
  line-height: 36px;
}

.visualBox_wide_content_info .text1_boardmember {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.6px;
  margin-top: 47px;
  text-align: justify;
  color: #333;
}

.visualBox_wide_content_info .text2_boardmember {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-align: justify;
  color: #333;
  margin-top: 18px;
  margin-bottom: 37px;
  float: right;
}

.visualBox_wide_content_info .text2_boardmember span {
  display: block;
}

.visualBox_wide_content_info .text2_boardmember.left {
  float: left;
}

.visualBox_wide_content_info.has-link .text2_boardmember {
  float: left;
}

.visualBox_wide_content_info.has-link .btn_view {
  margin-top: 18px;
}

.visualBox_wide_content_img {
  width: 46%;
  position: absolute;
  bottom: 0;
}

.visualBox_wide_content_img img {
  display: block;
  width: 100%;
}

.visualBox_wide_content_img .text_img_member {
  display: none;
}

.visualBox_wide.is-right .visualBox_wide_content_info {
  float: left;
  padding-left: 50px;
}

.visualBox_wide.is-right .visualBox_wide_content_img {
  float: right;
  right: 0;
}

.visualBox_wide.is-left .visualBox_wide_content_info {
  float: right;
  padding-right: 50px;
}

.visualBox_wide.is-left .visualBox_wide_content_img {
  float: left;
  left: 0;
}

.visualBox_bg-whiteSmoke {
  padding: 20px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}

.visualBox_bg-whiteSmoke .normalText {
  padding-top: 0;
}

.visualBox_bg-whiteSmoke > ul {
  margin-top: 12px;
}

.visualBox_bg-whiteSmoke > ul li {
  text-indent: -1em;
  margin-left: 1em;
}

.visualBox_bg-whiteSmoke > ul li:before {
  content: "•";
  padding-right: 8px;
  color: #444;
}

.visualBox_bg-whiteSmoke > ul li > ul li:before {
  content: "-";
}

.visualBox2_1 {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.visualBox2_1-title {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.visualBox2_1-block_title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 300;
  color: #333;
}

.visualBox2_1-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.visualBox2_1_block1 {
  float: left;
  width: 66%;
  padding-right: 24px;
}

.visualBox2_1_block1 .google_button {
  font-size: 1.2rem;
  line-height: 27px;
  color: #444;
  border: 1px solid #d1d1d1;
  background: #f4f4f4;
  width: 124px;
  display: block;
  position: relative;
  margin-top: 9px;
  text-align: center;
}

.visualBox2_1_block1 .google_button:after {
  content: '';
  background: url("/assets/img/icon_arrow_btn_view.png") no-repeat;
  position: absolute;
  height: 10px;
  width: 6px;
  background-size: cover;
  top: 8px;
  right: 11px;
}

.visualBox2_1_block2 {
  margin-left: 66%;
  width: 34%;
  padding-left: 50px;
}

.visual_scroll {
  width: 95%;
  margin: 20px auto 10px;
  padding: 0 30px 10px;
  border: 1px solid #ccc;
  overflow-y: auto;
  height: 240px;
  border-radius: 4px;
}

.visual_scroll-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26px;
  margin-top: 26px;
}

.visual_scroll .article_list_disc_item {
  line-height: 26px;
}

.visual_scroll .article_list_disc {
  padding-top: 13px;
  margin-bottom: 38px;
}

.visualImg_bg_whiteSmoke {
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 10px;
}

.visualImg_bg_whiteSmoke img {
  display: block;
  margin: 0 auto;
}

.visualComponent_3top_2bottom {
  width: 100%;
}

.visualComponent_3top_2bottom .top {
  margin: 48px 0 30px;
}

.visualComponent_3top_2bottom .top img {
  width: 31.46%;
  display: block;
  float: left;
}

.visualComponent_3top_2bottom .top img:nth-child(2) {
  margin-left: 2.8%;
  margin-right: 2.8%;
}

.visualComponent_3top_2bottom .bottom {
  margin-bottom: 20px;
}

.visualComponent_3top_2bottom .bottom img {
  width: 48.5%;
  display: block;
  float: left;
}

.visualComponent_3top_2bottom .bottom img:first-child {
  margin-right: 3%;
}

.visual_1img_4text {
  margin-top: 16px;
}

.visual_1img_4text .img {
  width: 20%;
  float: left;
}

.visual_1img_4text .text {
  width: 80%;
  float: right;
  padding-left: 20px;
}

.visual_1img_4text .normalText_small {
  line-height: 16px;
}

.interview {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
  min-height: 150px;
}

.interview-number {
  color: white;
  background: #444;
  font-size: 12px;
  font-weight: 300;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding: 0 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.interview-number span {
  padding-left: 7px;
  font-size: 18px;
  font-weight: 400;
  vertical-align: bottom;
}

.interview-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 50px;
}

.interview-text .titleH3_small {
  font-size: 1.8rem;
  line-height: 22px;
}

.interview-text .text_C {
  margin-top: 4px;
}

.interview-text .normalText_small {
  padding-top: 7px;
}

.interview img {
  width: 170px;
}

.interview:after {
  content: "";
  background: url("/assets/img/arrow_right_interview.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.visualTextBox {
  margin-top: 38px;
}

.visualTextBox .normalText {
  padding-top: 15px;
}

.visualBox_list {
  background: #f5f5f5;
  padding: 28px 47px;
  width: 100%;
  border-radius: 8px;
  margin-top: 14px;
}

.visualBox_list_text {
  font-size: 1.6rem;
  line-height: 37px;
  color: #444;
  font-weight: 300;
  position: relative;
  padding-left: 25px;
}

.visualBox_list_text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background: url("/assets/img/icon_circle_check.png") no-repeat;
  background-size: cover;
  height: 17px;
  width: 17px;
}

@media only screen and (max-width: 768px) {
  .visualBox_list {
    padding: 10px 16px;
  }
  .visualBox_list_text {
    font-size: 1.2rem;
    line-height: 20px;
    padding-left: 18px;
    margin: 10px 0;
  }
  .visualBox_list_text:before {
    height: 12px;
    width: 12px;
    top: 4px;
  }
  .visualImg_bg_whiteSmoke {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .interview {
    float: none;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 100px;
  }
  .interview:after {
    background-size: contain;
    width: 8px;
    height: 12px;
    right: 16px;
  }
  .interview-number {
    font-size: 10px;
  }
  .interview-number span {
    font-size: 12px;
  }
  .interview-text .titleH3_small {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
  .interview img {
    width: 80px;
  }
  .visual_1img_4text {
    background: #f3f6f7;
    padding-bottom: 17px;
  }
  .visual_1img_4text .img {
    padding-top: 20px;
    width: 100%;
    float: none;
  }
  .visual_1img_4text .img img {
    margin: 0 auto;
  }
  .visual_1img_4text .text {
    margin-top: 5px;
    width: 100%;
    float: none;
  }
  .visual_1img_4text .text .title {
    text-align: center;
  }
  .visualBox_wide {
    background: #fff;
  }
  .visualBox_wide_content {
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .visualBox_wide_content_info {
    width: 100%;
    padding: 0 !important;
  }
  .visualBox_wide_content_info .title_boardmember {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .visualBox_wide_content_info .title_boardmember span {
    position: relative;
    display: block;
    text-align: left;
    font-size: 1rem;
    line-height: 10px;
    margin-top: 4px;
  }
  .visualBox_wide_content_info .text1_boardmember {
    line-height: 22px;
    margin-top: 18px;
  }
  .visualBox_wide_content_info .text2_boardmember {
    display: none;
  }
  .visualBox_wide_content_info.has-link {
    position: relative;
  }
  .visualBox_wide_content_info.has-link .btn_view {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .visualBox_wide_content_img {
    width: 100%;
    position: relative;
  }
  .visualBox_wide_content_img img {
    position: relative;
    width: 100%;
  }
  .visualBox_wide_content_img .text_img_member {
    display: block;
    font-size: 0.9rem;
    line-height: 16px;
    color: #444;
    margin-top: 9px;
  }
  .visualBox_wide_content_img .text_img_member span {
    display: block;
  }
  .visualBox_img_detail_img {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    float: none;
  }
  .visualBox_img_detail_img img {
    margin: 0 auto;
  }
  .visualBox_img_detail_text {
    width: 100%;
    margin-left: 0;
  }
  .visualBox_img_detail_text .titleH4_small_right {
    margin-bottom: 10px;
  }
  .visualBox_img_detail_text .titleH4_small_line {
    border-bottom: 1px solid #666;
  }
  .visualComponent .two_box {
    width: 100%;
    padding: 0 !important;
  }
  .visualComponent .two_box_img.border_icon {
    height: 131px;
  }
  .visualComponent .two_box_img.border_icon img {
    width: 74.5%;
  }
  .visualComponent .two_box_text_top {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .visualComponent .two_box_text_top span {
    font-size: 1.4rem;
  }
  .visualComponent .two_box_caption {
    font-size: 1.4rem;
    left: 23px;
  }
  .visualComponent .two_box_captionA {
    font-size: 1.4rem;
  }
  .visualComponent .two_box_captionA_text1 {
    font-size: 1.2rem !important;
    margin-top: 0 !important;
  }
  .visualComponent .two_box_captionA_text2 {
    font-size: 1.2rem;
    bottom: -30px;
  }
  .visualComponent .two_box_title {
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 24px;
  }
  .visualComponent .two_box_titleA {
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 2px;
  }
  .visualComponent .two_box_titleA a {
    margin-top: 0;
  }
  .visualComponent .two_box_titleA .link_icon_folder {
    padding-right: 16px;
  }
  .visualComponent .two_box_titleA .link_icon_folder:after {
    width: 10px;
    height: 8px;
  }
  .visualComponent .two_box_titleB {
    font-size: 1.4rem;
    line-height: 20px;
  }
  .visualComponent .two_box_titleC {
    font-size: 14px;
    margin-top: 15px;
  }
  .visualComponent .two_box_textC {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }
  .visualComponent .two_box_linkC {
    margin-top: 15px;
  }
  .visualComponent .two_box_textB {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .visualComponent .two_box_info .normalText {
    margin-top: 10px;
  }
  .visualComponent .two_box_title_A {
    padding-bottom: 5px;
    font-size: 1.6rem;
  }
  .visualComponent .two_box .logo_box {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    border: 2px solid #eff3f9;
  }
  .visualComponent .two_box .logo_box img {
    width: 202px;
  }
  .visualComponent .two_box .logo_box.cropro img {
    width: 157px;
  }
  .visualComponent .two_box_center {
    display: block;
    max-width: 100%;
  }
  .visualComponent .two_box_center:nth-of-type(odd) {
    padding-right: 0;
  }
  .visualComponent .two_box_center:nth-of-type(even) {
    padding-left: 0;
  }
  .visualComponent .two_box_center_img {
    display: inline-block;
  }
  .visualComponent .two_boxA {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 56px;
  }
  .visualComponent .two_boxA img {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .visualComponent .two_boxA_title {
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .visualComponent .two_boxB {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 14px;
  }
  .visualComponent .three_box {
    margin: 0;
    width: 100%;
  }
  .visualComponent .three_box_content {
    width: 100%;
    margin: 5px 0;
    height: 96px;
  }
  .visualComponent .three_box_content:after {
    right: 13px;
    top: 39px;
  }
  .visualComponent .three_box_title {
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 0;
  }
  .visualComponent .three_box_titleA {
    font-size: 1.4rem;
    padding-top: 0;
    line-height: 22px;
  }
  .visualComponent .three_box_text_1 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .visualComponent .three_box_text {
    line-height: 20px;
    margin-top: 11px;
    padding-right: 20px;
  }
  .visualComponent .three_box_contentB {
    width: 100% !important;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
  .visualComponent .three_box_titleB {
    font-size: 1.2rem;
    line-height: 16px;
    margin-top: 10px;
  }
  .visualComponent .three_boxA .three_box_content {
    border: none;
    height: 120px;
  }
  .visualComponent .three_boxA .three_box_content:after {
    background-image: url("/assets/img/arrow_right_interview.png");
    width: 12px;
    height: 22px;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .visualComponent .three_boxA .three_box_info {
    padding-right: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .visualComponent .three_boxB {
    margin: 0;
  }
  .visualComponent .three_boxB_content {
    width: 100%;
    margin: 0 0 13px;
    height: 94px;
  }
  .visualComponent .three_boxB_title {
    font-size: 1.4rem;
  }
  .visualComponent .three_boxB a {
    padding-left: 22px;
  }
  .visualComponent .three_boxB_splink .three_boxB_content {
    border: none;
    background: none;
    padding-left: 16px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
    padding: 10px 16px;
    height: auto;
  }
  .visualComponent .three_boxB_splink .three_boxB_content:after {
    background: url("/assets/img/icon_arrow_right.png") no-repeat;
    background-size: cover;
    width: 5px;
    height: 8px;
    left: 0;
  }
  .visualComponent .three_boxB_splink .three_boxB_content a {
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .visualComponent .three_boxB_splink .three_boxB_info {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .visualComponent .three_boxB_splink .three_boxB_title {
    font-size: 1.2rem;
    line-height: 20px;
    color: #333;
    font-weight: 300;
  }
  .visualComponent .three_box_img_content {
    width: 100%;
  }
  .visualComponent .four_box {
    margin: 0;
  }
  .visualComponent .four_box_content {
    width: 100%;
    margin: 5px 0;
  }
  .visualComponent .four_box_title {
    font-size: 1.4rem;
  }
  .visualComponent .member {
    padding: 0;
    width: 100%;
  }
  .visualComponent .member_img img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .visualComponent .member_overlay {
    background: #fff;
  }
  .visualComponent .member_overlay .slick-slide {
    position: relative;
  }
  .visualComponent .member_overlay_overflow {
    height: 95%;
  }
  .visualComponent .member_overlay_content {
    width: 100%;
    padding: 0;
    background: transparent;
    overflow-y: auto;
    padding-top: 40px;
    max-height: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    top: 0;
    opacity: 0;
  }
  .visualComponent .member_overlay.is-show .member_overlay_content {
    opacity: 1;
  }
  .visualComponent .member_overlay_info {
    background: #fff;
    width: 100%;
    padding: 15px 20px 0;
  }
  .visualComponent .member_overlay_info_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding: 111px 0 0 54px;
  }
  .visualComponent .member_overlay_title {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .visualComponent .member_overlay_name {
    font-size: 2rem;
    margin-top: 0;
    position: relative;
    padding-top: 24px;
  }
  .visualComponent .member_overlay_name span {
    font-size: 1rem;
    margin-left: 0;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .visualComponent .member_overlay_date {
    margin-top: 7px;
  }
  .visualComponent .member_overlay_text {
    font-size: 1.2rem;
    line-height: 24px;
    margin-top: 4px;
    margin-bottom: 65px;
    padding: 0 10px;
  }
  .visualComponent .member_overlay_img {
    width: 100%;
    height: 306px;
    background: #ecf0f4;
  }
  .visualComponent .member_overlay_img img {
    right: -15px;
  }
  .visualComponent .member_overlay .slide_data {
    display: none;
  }
  .visualComponent .member_overlay .exit_overlay_sp {
    width: 23px;
    top: 10px;
    right: 30px;
    display: block;
  }
  .visualComponent .member_overlay .exit_overlay {
    display: none;
  }
  .visualComponent .member_overlay .slick-prev {
    background: url("/assets/img/btn_left_slick_sp.png") no-repeat;
    background-size: cover;
    height: 50px;
    width: 26px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: fixed;
  }
  .visualComponent .member_overlay .slick-next {
    background: url("/assets/img/btn_right_slick_sp.png") no-repeat;
    background-size: cover;
    height: 50px;
    width: 26px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: fixed;
    bottom: 0;
  }
  .visualComponent .member_content {
    background: #edf0f5;
  }
  .visualComponent .member_img {
    height: 200px;
    width: 225px;
    margin: 0 auto;
    max-width: 100%;
  }
  .visualComponent .member_img img {
    display: block;
    max-width: 420px;
    margin: 0 auto;
  }
  .visualComponent .member_img_hover {
    display: none;
  }
  .visualComponent .member_text {
    padding: 0 20px 18px;
    margin-bottom: 30px;
  }
  .visualComponent .member_text_title {
    padding-top: 16px;
  }
  .visualComponent .member_text_text1 {
    margin-top: 12px;
  }
  .visualComponent .member_text_text2 {
    font-size: 1.6rem;
    line-height: 16px;
  }
  .visualComponent .member_text_date {
    margin-top: 4px;
  }
  .visualBox2_1 {
    padding-bottom: 47px;
  }
  .visualBox2_1-title {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .visualBox2_1-block_title {
    font-size: 1.4rem;
  }
  .visualBox2_1_block1 {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-top: 176px;
  }
  .visualBox2_1_block2 {
    position: absolute;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    top: 10px;
    text-align: center;
  }
  .visualComponent_3top_2bottom .top {
    margin: 25px 0 14px;
  }
  .visualComponent_3top_2bottom .bottom img {
    width: 100%;
    display: block;
  }
  .visual_scroll {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 290px;
    padding: 0 20px;
  }
  .visual_scroll-title {
    font-size: 1.3rem;
    line-height: 23px;
    margin-top: 15px;
  }
  .visual_scroll .article_list_disc_item {
    font-size: 1.3rem;
    line-height: 23px;
    margin-left: 0;
    text-indent: 10px;
    margin-bottom: 10px;
  }
  .visual_scroll .article_list_disc_item:before {
    left: -10px;
  }
  .visual_scroll .article_list_disc {
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .visualBoxB_center_img {
    max-width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .visualComponent .four_box_content:hover {
    box-shadow: inset 0 0 0 3px #d1d1d1;
  }
  .visualComponent .three_box_content:hover {
    box-shadow: inset 0 0 0 3px #d1d1d1;
  }
  .visualComponent .three_boxB_content:hover {
    box-shadow: inset 0 0 0 3px #d1d1d1;
  }
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is-hidden {
  display: none !important;
}

.is-before-hidden:before {
  display: none !important;
}

.is-after-hidden:after {
  display: none !important;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.content {
  max-width: 1032px;
  margin: 0 auto;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0 16px;
}

img {
  max-width: 100%;
}

.right {
  float: right;
}

.cl_black {
  color: black;
}

.cl_gray {
  color: #666 !important;
}

.cl_red {
  color: #ed4a4a;
}

.cl_bluelight {
  color: #22b4ff;
}

.cl_blueLink {
  color: #0099ff;
}

.cl_bluesky {
  color: #00a8ff;
}

.cl_dimGray {
  color: #444 !important;
}

.cl_darkGray {
  color: #333;
}

.left {
  float: left;
}

.color_gray {
  color: #666;
}

.m-top-74 {
  margin-top: 74px;
}

.m-bottom-160 {
  margin-bottom: 160px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-3 {
  margin-bottom: 3px;
}

.m-top-0 {
  margin-top: 0px !important;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-40 {
  margin-left: 40px;
}

.m-left--20 {
  margin-left: -20px !important;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-top-75 {
  padding-top: 75px !important;
}

.b-bottom-solid3 {
  border-bottom: 3px solid #999;
}

.b-bottom-solid1 {
  border-bottom: 1px solid #999;
}

.b-bottom-dotted1 {
  border-bottom: 1px dotted #999;
}

.border_none {
  border: none;
}

.p-bottom-50 {
  padding-bottom: 50px;
}

.p-top-50 {
  padding-top: 50px;
}

.p-top-40 {
  padding-top: 40px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-18 {
  padding-top: 18px;
}

.p-top-240 {
  padding-top: 240px;
}

.p-left-40 {
  padding-left: 40px;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.hr_A {
  border-top: 1px solid #e8e8e8;
  margin-top: 11px;
  margin-bottom: 29px;
}

.hr_B {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 80px;
  margin-top: 23px;
}

.hr {
  border-top: 1px solid #e8e8e8;
}

.hr_top_page {
  border-top: 1px solid #e8e8e8;
  display: block;
  margin: 43px 0;
}

.bg-none {
  background: none;
}

.f-w_500 {
  font-weight: 500 !important;
}

.lazy {
  display: none;
}

.wrapper {
  margin-bottom: 150px;
}

.wrapper .row {
  margin-left: -10px;
  margin-right: -10px;
}

.wrapper .title_page_container {
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}

.wrapper .title_page_container .pullDown {
  margin-top: 0;
  margin-bottom: -20px;
  z-index: 1;
}

.breadcrumb_frame {
  margin: 15px auto 0;
  display: block;
  width: 100%;
  max-width: 1032px;
  overflow: hidden;
  padding: 0 16px;
}

.breadcrumb {
  overflow: hidden;
}

.breadcrumb_item {
  float: left;
  position: relative;
  padding-right: 32px;
  line-height: 12px;
}

.breadcrumb_item:last-child {
  padding-right: 0;
}

.breadcrumb_item span {
  font-size: 1.2rem;
  color: #999999;
  font-weight: 300;
}

.breadcrumb_item a span {
  color: #333;
}

.breadcrumb_item:after {
  content: "";
  position: absolute;
  background: url("/assets/img/icon_arrow_breadcrumb.png") no-repeat;
  background-size: cover;
  top: 3px;
  right: 14px;
  width: 4px;
  height: 7px;
}

.breadcrumb_item:last-child:after {
  content: none;
}

.archor_list {
  width: 100%;
  max-width: 1000px;
  margin: 15px auto 0;
}

.archor_list ul {
  overflow: hidden;
  margin: 20px 0;
}

.archor_list li {
  float: left;
  margin-right: 20px;
}

.archor_list a {
  font-size: 1.8rem;
}

.topics {
  background: #f3f3f3;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
}

.topics_img {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 15px;
  float: left;
  border-radius: 100%;
  border: 2px solid #fcaf36;
  text-align: center;
  position: relative;
}

.topics_img span {
  color: #fcaf36;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
}

.topics_date {
  margin-bottom: 11px;
  line-height: 12px;
  margin-top: 22px;
  color: #666;
}

.topics_title {
  line-height: 24px;
  color: #444;
}

.topics_text_sp {
  display: none;
}

.s_ovan {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #fcaf36;
  margin-top: 3px;
}

.s_ovan span {
  font-size: 1.3rem;
}

.btn_link {
  position: relative;
}

.btn_link a {
  display: block;
}

.btn_link .title_btn {
  font-size: 1.6rem;
  line-height: 30px;
  color: #444;
  font-weight: 400;
}

.btn_link .text_btn {
  font-size: 1.2rem;
  line-height: 18px;
  color: #444;
  font-weight: 300;
}

.btn_member {
  width: 320px;
  margin-top: 38px;
  margin-bottom: 20px;
}

.btn_member a {
  padding: 17px 21px 22px;
  background: #f4f4f4;
}

.btn_member:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 7px;
  height: 14px;
  right: 14px;
  top: 38px;
  position: absolute;
}

.btn_map {
  width: 124px;
  border-width: 1px;
  border-color: #d1d1d1;
  border-style: solid;
  background-color: #f4f4f4;
  margin-top: 9px;
}

.btn_map a {
  color: #444;
  font-size: 1.2rem;
  line-height: 26px;
  padding: 0 0 0 22px;
  letter-spacing: 1px;
}

.btn_map:after {
  content: "";
  background: url("/assets/img/icon_arrow_btn_map.png") no-repeat;
  background-size: cover;
  width: 6px;
  height: 10px;
  right: 10px;
  top: 8px;
  position: absolute;
}

.label-notice {
  font-size: 1.2rem;
  color: white;
  padding: 4px 7px;
  background: #999;
  display: inline-block;
  border-radius: 2px;
}

.label-required:after {
  content: "必須";
  background-color: #ed4a4a;
  color: white;
  width: 40px;
  height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 18px;
  margin-left: 8px;
}

.bg-skyBlue {
  background: #7eb4c8 !important;
}

.bg-yellowOchre {
  background: #d9b66c !important;
}

.bg-whiteGray {
  background: #999 !important;
}

.bg-gray {
  background: #7f7e7e !important;
}

.bg-dimGray {
  background: #444 !important;
}

.bg-whiteSmoke {
  background: #f5f5f5 !important;
}

.bg-green {
  background: #7dcdb4 !important;
}

.bg-warning {
  background: #ffe8e8 !important;
}

.visualMap_content {
  overflow: hidden;
  margin-bottom: 60px;
}

.visualMap_content .iframeMap {
  float: left;
  width: 58%;
  padding-left: 9px;
}

.visualMap_content iframe {
  width: 100%;
  height: 328px;
}

.visualMap_content_info {
  float: left;
  width: 42%;
  letter-spacing: 1px;
  padding-left: 24px;
}

.visualMap_content_info .text1 {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 18px;
}

.visualMap_content_info .text2 {
  color: #333;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
  letter-spacing: 0;
}

.visualMap_content_info .text_B {
  margin-top: 18px;
  border: none;
}

.visualMap_content_info .text_B:first-child {
  margin-top: 0;
}

.visualMap_content_info span {
  color: #666;
  line-height: 20px;
}

.banner_member {
  width: 100%;
  height: 501px;
  background: url("/assets/img/bg_member_page.jpg") no-repeat center;
  background-size: cover;
  margin-top: 35px;
}

.pullDown {
  position: relative;
  text-align: right;
  line-height: 1.2;
  margin-top: 4px;
}

.pullDown_text {
  font-size: 1.4rem;
  font-weight: 300;
  margin-right: 14px;
}

.pullDown .select_box {
  display: inline-block;
  border-bottom: 1px solid #bebebe;
  position: relative;
}

.pullDown .select_box_arrow {
  width: 21px;
  height: 21px;
  z-index: 1;
  display: none\9;
  position: absolute;
  right: 0;
  bottom: 2px;
  background: #Fff;
  pointer-events: none;
}

.pullDown .select_box_arrow:after {
  content: "";
  background: url("/assets/img/icon_pulldown_blue.png") no-repeat;
  background-size: cover;
  height: 5px;
  width: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.pullDown select {
  border: none;
  font-size: 1.4rem;
  padding-bottom: 5px;
  line-height: 1.2;
  color: #333333;
  padding: 0 0 2px;
  width: 105px;
  outline: none;
  font-weight: 300;
  cursor: pointer;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pullDown.menu_drop_boardmember .pullDown_text {
  color: #666;
}

.pullDown.menu_drop_boardmember select {
  width: 185px;
}

@media only screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
  .spBr:before {
    content: "\a";
    white-space: pre;
  }
  .hr_A {
    display: none;
  }
  .hr_B {
    margin: -23px -16px 20px;
  }
  .hr_top_page {
    border-top: 1px solid #f3f3f3;
    margin: 28px -8px 30px;
  }
  body.hidden {
    overflow: hidden;
  }
  .pullDown_text {
    display: none;
  }
  .pullDown select {
    font-size: 1.2rem;
    padding-bottom: 4px;
    padding-right: 0;
  }
  .pullDown .select_box_arrow {
    width: 20px;
    height: 20px;
  }
  .pullDown.menu_drop_boardmember select {
    width: 140px;
  }
  .banner_member {
    display: none;
  }
  .visualMap_content {
    margin-bottom: 30px;
  }
  .visualMap_content .iframeMap {
    padding: 0;
    width: 100%;
  }
  .visualMap_content iframe {
    height: 160px;
  }
  .visualMap_content_info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .visualMap_content_info .text1 {
    font-size: 1.2rem;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .visualMap_content_info .text2 {
    line-height: 20px;
    margin-bottom: 14px;
  }
  .visualMap_content_info .text_B {
    margin-top: 15px;
    padding-top: 0;
  }
  .map_container {
    margin-bottom: 50px;
  }
  .btn_member {
    width: 100%;
    padding: 0 16px;
    margin-top: 21px;
  }
  .btn_member:after {
    right: 30px;
  }
  .btn_member a {
    border: 1px solid #d1d1d1;
  }
  .btn_link .title_btn {
    font-size: 1.2rem;
  }
  .btn_link .text_btn {
    font-size: 1rem;
  }
  .btn_map {
    height: 36px;
    width: 134px;
  }
  .btn_map a {
    height: 34px;
    line-height: 34px;
    padding-left: 27px;
  }
  .btn_map:after {
    right: 11px;
    top: 12px;
  }
  .wrapper {
    padding: 0;
    margin-bottom: 79px;
  }
  .wrapper .row {
    margin: 0;
  }
  .wrapper .title_page_container {
    padding: 0;
  }
  .wrapper .title_page_container .pullDown {
    position: absolute;
    top: 0;
    right: 16px;
  }
  .topics {
    font-size: 1.4rem;
    padding: 0;
    border-top: 1px solid #e8e8e8;
  }
  .topics_img {
    display: none;
  }
  .topics_date {
    margin-bottom: 5px;
    margin-top: 19px;
    font-size: 1.2rem;
    position: relative;
  }
  .topics_title {
    line-height: 22px;
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .topics_text_sp {
    color: #fcaf36;
    font-size: 1rem;
    border-width: 1px;
    border-color: #fcaf36;
    border-style: solid;
    border-radius: 13px;
    line-height: 17px;
    width: 50px;
    text-align: center;
    margin-left: 15px;
    position: absolute;
    top: -4px;
    display: inline-block;
  }
  .breadcrumb_frame {
    margin-top: 54px;
    padding: 7px 16px;
    background: #f1f1f1;
  }
  .breadcrumb_frame span {
    color: #444;
    font-size: 1rem;
  }
  .label-required:after {
    font-size: 0.9rem;
    height: 16px;
    line-height: 16px;
  }
  .s_ovan {
    margin-top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
  .btn,
  a,
  button {
    transition: all 0.5s ease-in-out;
  }
  .btn:hover,
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .link_text:hover {
    opacity: 1;
    color: #24ade8 !important;
    text-decoration: underline !important;
  }
  .p-bottom-29 {
    padding-bottom: 29px;
  }
  .menu_drop_boardmember {
    width: 1000px;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 16px;
  }
  .pcBr:before {
    content: "\a";
    white-space: pre;
  }
}

footer {
  width: 100%;
  padding: 0;
  background: #fff;
}

footer .footer_container {
  background: #f3f3f3;
  overflow: hidden;
  width: 100%;
}

footer .footer_content {
  width: 82.8%;
  float: left;
  border-right: 1px solid #dfdfdf;
  margin: 40px 0 30px;
}

footer .footer_title {
  font-weight: 400;
  font-size: 1.4rem;
  color: #666;
  margin-top: 2px;
}

footer .footer_col {
  float: left;
}

footer .footer_col_list {
  margin-top: 10px;
}

footer .footer_col_list a {
  font-size: 1.2rem;
  line-height: 24px;
  color: #666;
  font-weight: 300;
}

footer .footer_social {
  float: left;
  margin: 40px 0 30px;
  width: 17.2%;
  padding-left: 66px;
}

footer .footer_social_list {
  margin-top: 18px;
  overflow: hidden;
}

footer .footer_social li {
  float: left;
  margin-right: 12px;
}

footer .footer_social a {
  width: 32px;
  height: 32px;
  display: block;
}

footer .footer_social img {
  width: 100%;
}

footer .footer_link {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 11px auto 0;
  overflow: hidden;
  padding-bottom: 21px;
}

footer .footer_link-left {
  float: left;
  overflow: hidden;
}

footer .footer_link-left a {
  color: #666;
  margin-right: 27px;
  float: left;
}

footer .footer_link-left a:last-child {
  margin-right: 0;
}

footer .footer_link-right {
  float: right;
  color: #666;
}

footer .page_top_frame {
  margin: 0 auto;
  position: relative;
  width: 100%;
  top: 0;
}

footer .page_top_frame .pagetop {
  width: 60px;
  height: 25px;
  display: block;
  right: 18px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: none;
}

footer .page_top_frame .pagetop.is-fixed {
  position: fixed;
}

@media only screen and (max-width: 768px) {
  footer .content {
    padding: 0;
  }
  footer .footer_content {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  footer .footer_social {
    display: none;
  }
  footer .footer_col {
    width: 100%;
    padding: 4px 0 4px 16px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  footer .footer_col_list {
    display: none;
    margin-top: 0;
    border-top: 1px solid #fff;
    padding-left: 16px;
  }
  footer .footer_col_list a {
    display: block;
  }
  footer .footer_title {
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 300;
  }
  footer .footer_title:before {
    content: "";
    position: absolute;
    top: 19px;
    right: 16px;
    width: 10px;
    background: #bfbfbf;
    height: 2px;
    -webkit-transform: rotate(90deg) scale(1);
        -ms-transform: rotate(90deg) scale(1);
            transform: rotate(90deg) scale(1);
    transition: all 0.5s ease-in-out;
  }
  footer .footer_title:after {
    content: "";
    position: absolute;
    top: 19px;
    right: 16px;
    width: 10px;
    background: #bfbfbf;
    height: 2px;
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    transition: all 0.5s ease-in-out;
  }
  footer .footer_title.is-show:before {
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  footer .footer_title.is-show:after {
    -webkit-transform: rotate(90deg) scale(0);
        -ms-transform: rotate(90deg) scale(0);
            transform: rotate(90deg) scale(0);
  }
  footer .footer_link {
    font-size: 1rem;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    line-height: 20px;
    margin: 0 auto;
  }
  footer .footer_link-left a {
    margin-right: 22px;
  }
  footer .text_footer {
    padding: 0 16px;
    margin-top: 2px;
  }
  footer .text_footer-left, footer .text_footer-right {
    line-height: 20px;
  }
  footer .page_top_frame .pagetop {
    width: 44px;
    height: 44px;
  }
  footer .page_top_frame .pagetop.is-fixed {
    bottom: 10px;
  }
  footer .page_top_frame .pagetop_sp {
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    font-weight: 300;
  }
  footer .page_top_frame .pagetop_arrow {
    width: 11px;
    height: 11px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 2px;
  }
}

@media only screen and (min-width: 769px) {
  footer .footer_col {
    width: 20%;
  }
  footer .footer .text_footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .footer_title {
    pointer-events: none;
  }
  footer .footer_social {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1280px) {
  footer .footer_social {
    padding-left: 66px;
  }
}

.top-page header {
  height: 90px;
  border: none;
}

.top-page .header_navi_sub {
  top: 90px;
}

.top-page .header_navi a {
  height: 90px;
}

.top-page .header_navi li {
  height: 90px;
}

.top-page .bg_navi_sub {
  top: 90px;
}

header {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  height: 92px;
  background: #fff;
  width: 100%;
  padding: 0 10px;
}

header .header_container {
  width: 1080px;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

header .logo {
  width: 158px;
  display: inline-block;
  padding-top: 22px;
  transition: none;
}

header .logo img {
  width: 100%;
}

header .header_navi {
  float: right;
  position: relative;
}

header .header_navi a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  height: 92px;
  position: relative;
  transition: none;
}

header .header_navi a:before {
  background: #00a8ff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
}

header .header_navi span {
  font-size: 1.8rem;
}

header .header_navi li {
  float: left;
  line-height: 90px;
  padding: 0;
  height: 92px;
}

header .header_navi li:hover a {
  color: #666;
  transition: all 0s ease-in-out;
}

header .header_navi li:hover a:before {
  height: 4px;
}

header .header_navi_sub {
  position: absolute;
  width: 110%;
  z-index: 2;
  left: 0;
  top: 92px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

header .header_navi_sub.is-show {
  height: 58px;
}

header .header_navi_sub.is-show a {
  top: 0;
  opacity: 1;
}

header .header_navi_sub a {
  color: #333;
  font-size: 1.4rem;
  font-weight: 300 !important;
  height: 58px;
  border: none !important;
  top: -10px;
  opacity: 0.2;
}

header .header_navi_sub a:before {
  content: none;
}

header .header_navi_sub li {
  line-height: 58px;
  height: 58px;
}

header .header_navi_sub li:hover a {
  color: #00a8ff;
}

header .bg_navi_sub {
  position: absolute;
  width: 1920px;
  left: -800px;
  top: 93px;
  background: rgba(241, 241, 241, 0.95);
  height: 0;
  z-index: 1;
  transition: height 0.3s ease-in-out;
}

header .bg_navi_sub.is-show {
  height: 58px;
}

header .language a {
  color: #000;
  line-height: 14px;
  display: inline-block;
  font-weight: 300;
  transition: none;
}

header .language_jp {
  font-size: 1.2rem;
}

header .language_en {
  font-size: 1.4rem;
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  header {
    height: auto !important;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 0 16px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
  }
  header .header_container {
    height: auto;
    position: relative;
    width: 100%;
  }
  header .logo {
    width: 102px;
    padding: 11px 0;
  }
  header .header_navi_sp .bg_sp {
    transition: all 0.3s ease-in-out;
  }
  header .header_navi_sp.is-show ul {
    right: 0;
  }
  header .header_navi_sp.is-show .bg_sp {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
  }
  header .header_navi_sp .btn_toggle {
    position: absolute;
    top: 6px;
    right: -10px;
    cursor: pointer;
    width: 35px;
    height: 35px;
  }
  header .header_navi_sp .btn_toggle span {
    background-color: #666;
    height: 2px;
    left: 10px;
    position: absolute;
    width: 17px;
    transition: all 0.5s ease-in-out;
  }
  header .header_navi_sp .btn_toggle span:nth-of-type(1) {
    top: 10px;
  }
  header .header_navi_sp .btn_toggle span:nth-of-type(2) {
    top: 17px;
  }
  header .header_navi_sp .btn_toggle span:nth-of-type(3) {
    top: 24px;
  }
  header .header_navi_sp .btn_toggle.is-show span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 2.6px);
        -ms-transform: rotate(-45deg) translate(-5px, 2.6px);
            transform: rotate(-45deg) translate(-5px, 2.6px);
  }
  header .header_navi_sp .btn_toggle.is-show span:nth-of-type(2) {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  header .header_navi_sp .btn_toggle.is-show span:nth-of-type(3) {
    -webkit-transform: rotate(45deg) translate(-7px, -4.6px);
        -ms-transform: rotate(45deg) translate(-7px, -4.6px);
            transform: rotate(45deg) translate(-7px, -4.6px);
  }
  header .header_navi_sp .navi_ul_sp {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 90%;
    transition: all 0.3s ease-in-out;
    position: fixed;
    right: -100%;
    padding-bottom: 54px;
  }
  header .header_navi_sp a {
    font-size: 1.6rem;
    color: #333;
    padding: 20px 0 19px 22px;
    display: block;
  }
  header .header_navi_sp a.is-current {
    color: #00a8ff;
  }
  header .header_navi_sp li {
    border-top: 1px solid #f3f3f3;
    position: relative;
  }
  header .header_navi_sp li:before {
    content: "";
    position: absolute;
    top: 27px;
    right: 16px;
    width: 10px;
    background: #bfbfbf;
    height: 2px;
    -webkit-transform: rotate(90deg) scale(1);
        -ms-transform: rotate(90deg) scale(1);
            transform: rotate(90deg) scale(1);
    transition: all 0.5s ease-in-out;
  }
  header .header_navi_sp li:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 16px;
    width: 10px;
    background: #bfbfbf;
    height: 2px;
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
    transition: all 0.5s ease-in-out;
  }
  header .header_navi_sp li.is-show:before {
    -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  header .header_navi_sp li.is-show:after {
    -webkit-transform: rotate(90deg) scale(0);
        -ms-transform: rotate(90deg) scale(0);
            transform: rotate(90deg) scale(0);
  }
  header .header_navi_sp li.no-icon:before, header .header_navi_sp li.no-icon:after {
    content: none;
  }
  header .header_navi_sp .language_sp {
    padding: 20px 0 19px 5px;
  }
  header .header_navi_sp .language_sp:before {
    content: none;
  }
  header .header_navi_sp .language_sp:after {
    content: none;
  }
  header .header_navi_sp .language_sp a {
    font-size: 1.4rem;
    padding: 0 17px;
    display: inline-block;
  }
  header .header_navi_sp .language_sp a.is-current span {
    color: #333;
    border-bottom: 1px solid #333;
  }
  header .header_navi_sp .language_sp_jp {
    border-right: 1px solid #ccc5c5;
    margin-right: 0;
  }
  header .header_navi_sp_sub {
    display: none;
  }
  header .header_navi_sp_sub {
    overflow: hidden;
  }
  header .header_navi_sp_sub li {
    padding: 0 0 0 20px;
  }
  header .header_navi_sp_sub li:before {
    content: none;
  }
  header .header_navi_sp_sub li:after {
    content: none;
  }
  header .header_navi_sp_sub a {
    padding: 20px 0 19px 22px;
    display: block;
  }
  header .header_navi_sp_sub a.is-current {
    color: #00a8ff;
  }
  header .bg_navi_sub,
  header .header_navi,
  header .language {
    display: none !important;
  }
  header .archor_list {
    margin-top: 50px;
    padding: 16px;
  }
  .laguage_eng li:after {
    display: none;
  }
  .laguage_eng li:before {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .header_navi {
    padding-right: 10px;
  }
  .header_navi_sp {
    display: none;
  }
  header .header_container {
    position: relative;
  }
  header .header_navi {
    padding-right: 0;
  }
  header .header_navi li {
    padding: 0;
  }
  header .header_navi li:nth-child(4) ul {
    left: -150px;
    width: 200%;
  }
  header .header_navi li:last-child {
    padding-right: 0;
  }
  header .header_navi a {
    padding: 16px 9px 0;
  }
  header .header_navi_sub {
    width: 150%;
  }
  header .header_navi_sub li {
    padding: 0 8px;
  }
  header .header_navi_sub a {
    padding: 0;
    transition: all 0.3s ease-in-out !important;
  }
  header .language {
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 1;
  }
  header.is-scroll {
    height: 60px;
    position: fixed;
    top: -60px;
    z-index: 9999;
  }
  header.is-scroll-fixed {
    transition: all 0.5s ease-in-out;
    top: 0;
  }
  header.is-scroll .logo {
    width: 126px;
    padding-top: 13px;
  }
  header.is-scroll .header_navi a {
    font-size: 1.4rem;
    height: 60px;
    padding: 0 9px;
  }
  header.is-scroll .header_navi li {
    height: 60px;
    line-height: 60px;
    padding: 0 4px;
  }
  header.is-scroll .header_navi li:last-child {
    padding: 0 10px 0 4px;
  }
  header.is-scroll .header_navi_sub li {
    padding: 0 5px;
    height: 58px;
    line-height: 58px;
  }
  header.is-scroll .header_navi_sub li:hover a {
    transition: all 0s ease-in-out !important;
  }
  header.is-scroll .header_navi_sub a {
    height: 58px;
  }
  header.is-scroll .language {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    height: 60px;
    line-height: 60px;
    top: 1px;
  }
  header.is-scroll .language_jp {
    display: none;
  }
  header.is-scroll .language_en {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  header.is-scroll .bg_navi_sub {
    top: 60px;
  }
  header.is-scroll .header_navi_sub {
    top: 60px;
  }
}

@media only screen and (min-width: 1280px) {
  .header_navi {
    padding-right: 32px;
  }
  header .header_navi li {
    padding: 0 5px;
  }
  header .header_navi li:nth-child(4) ul {
    left: 0;
    width: 150%;
  }
  header .header_navi a {
    padding: 16px 10px 0;
  }
  header .header_navi_sub {
    padding-left: 10px;
  }
  header .header_navi_sub li {
    padding: 0 5px;
  }
  header .header_navi_sub a {
    padding: 0 5px;
  }
  header.is-scroll .header_navi {
    padding-right: 40px;
  }
  header.is-scroll .header_navi li {
    padding: 0 20px;
  }
  header.is-scroll .header_navi li:last-child {
    padding: 0 25px 0 20px;
  }
  header.is-scroll .header_navi a {
    padding: 0 10px;
  }
  header.is-scroll .header_navi_sub li {
    padding: 0 6px;
  }
  header.is-scroll .header_navi_sub a {
    padding: 0 5px;
  }
}

.page_05_rec_80 {
  position: relative;
  margin: 0;
}

.bg-none {
  background: transparent !important;
}

.bg-dots {
  background: url("/assets/img/bg-dots.jpg") repeat;
}

.bg-darkSnow {
  background: #e8e8e8;
}

.bg-lightsnow {
  background: #f7f7f7;
}

.rec_slider {
  position: relative;
  overflow: hidden;
}

.rec_slider_text {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}

.title_main_rec {
  font-size: 6rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 0 15px rgba(107, 97, 77, 0.4);
}

.text_main_rec {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 3px;
  text-shadow: 0 0 8px rgba(107, 97, 77, 0.7);
}

.title_page_rec_title {
  font-size: 2.4rem;
  line-height: 40px;
  line-height: 40px;
  color: #333;
  position: relative;
  padding-top: 12px;
}

.title_page_rec_title:before {
  content: "";
  width: 45px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
}

.title_page_rec_title-medium {
  font-size: 2rem;
  line-height: 24px;
  padding-top: 22px;
}

.simplyslide {
  overflow: hidden;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.simplyslide img {
  width: 100%;
}

.rec_banner {
  position: relative;
  height: 470px;
  overflow: hidden;
}

.rec_banner img {
  width: 1400px;
  height: 470px;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blockInfo_rec {
  color: #333;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 16px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: -74px;
  margin-bottom: 30px;
}

.blockInfo_rec_text {
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: 3px;
}

.blockInfo_rec_detail {
  color: #333;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 140px;
}

.blockInfo_rec_detail_box1 {
  position: relative;
  height: 100%;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 35px 0 45px;
}

.blockInfo_rec_detail_box1:after {
  content: "";
  width: 6px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: #333;
  position: absolute;
}

.blockInfo_rec_detail_box2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 30px;
  padding-right: 10px;
  display: inline-block;
  letter-spacing: 1px;
}

.blockInfo_rec_detail_title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  line-height: 140px;
}

.blockInfo_rec_detail_text {
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 500;
}

.blockInfo_rec_detail_text-small {
  font-size: 1.4rem;
  line-height: 30px;
  font-weight: 300;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.blockInfo_rec_detail_text-small span {
  color: #000;
  margin-left: 16px;
}

.blockInfo_rec_container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding: 34px 0 0;
}

.circle_rec {
  width: 180px;
  height: 180px;
  position: fixed;
  bottom: 45px;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.64, 0.08, 0.51, 1.01);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.circle_rec a {
  display: block;
}

.circle_rec img {
  width: 100%;
}

.title_list_rec {
  font-size: 2rem;
  color: #000;
  font-weight: 400;
}

.text_list_rec {
  font-size: 1.8rem;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  margin-top: 5px;
}

.block_list_rec .title_list_rec {
  padding-top: 50px;
}

/*---block three box rec--*/
.block_three {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 8px;
  overflow: hidden;
}

.block_three:first-child {
  margin-top: 38px;
}

.block_three_rec {
  margin-top: 12px;
  float: left;
  width: 33.333%;
  padding: 0 2px;
}

.block_rec_content {
  background: #fff;
  padding: 0 0 48px;
  position: relative;
}

.block_rec_content img {
  width: 100%;
  display: block;
}

.block_rec_info {
  overflow: hidden;
  padding: 30px 30px 45px;
}

.block_rec_title {
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 400;
  color: #174680;
  float: left;
}

.block_rec_entry {
  font-size: 1.4rem;
  color: #000;
  border: 1px solid #eee;
  border-radius: 2px;
  height: 25px;
  line-height: 23px;
  padding: 0 28px 0 18px;
  font-weight: 400;
  float: right;
  margin-right: -14px;
}

.block_rec_entry:hover {
  color: #fff;
  background: #24ade8;
  border-color: #24ade8;
}

.block_rec_entry:hover:after {
  background-image: url("/assets/img/icon_folder_white_1.png");
}

.icon_folder {
  position: relative;
}

.icon_folder:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 11px;
  height: 9px;
  background: url("/assets/img/icon_folder.png") no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.has_icon_folder img {
  width: 18px;
  margin-left: 7px;
}

.block_rec_text {
  font-size: 1.4rem;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.block_rec_more {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #00a8ff;
  color: #fff;
  font-size: 1.6rem;
  height: 48px;
  line-height: 48px;
}

.block_rec_more:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url("/assets/img/arrow_right_white_1.png") no-repeat;
  background-size: cover;
  right: 56px;
}

/*-----*/
.list_two_rec {
  text-align: center;
  margin: 80px auto;
  overflow: hidden;
  max-width: 760px;
}

.list_two_rec li {
  float: left;
  width: 50%;
  padding: 0 30px;
  position: relative;
}

.list_two_rec img {
  width: 100%;
  display: block;
}

.list_two_rec a {
  display: block;
}

.list_two_rec_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  left: 0;
  width: 100%;
}

/*--article rec--*/
.article_rec_container {
  padding-bottom: 100px;
  text-align: center;
}

.article_rec {
  color: #000;
  position: relative;
  max-width: 1280px;
  margin: 100px auto 0;
  width: 100%;
  display: inline-block;
  text-align: left;
}

.article_rec_title {
  font-size: 2.8rem;
  line-height: 38px;
  font-weight: 400;
  color: #333;
  position: relative;
  letter-spacing: 2px;
  padding-top: 55px;
}

.article_rec_info {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 50px 55px;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 53.4%;
}

.article_rec_info_title {
  font-size: 1.8rem;
  line-height: 26px;
  font-weight: 400;
  padding-top: 31px;
  letter-spacing: 1px;
  color: #333;
}

.article_rec_info_text {
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 300;
  margin-top: 20px;
  letter-spacing: 1px;
  text-align: justify;
  color: #444;
}

/*---*/
.rec_time_container {
  padding-top: 100px;
}

.rec_time_container .title_page_rec_title {
  margin-bottom: 55px;
}

.rec_time_container .recruitment_interview_time_content:last-child {
  min-height: 148px;
}

.rec_detail_button .btn_link {
  margin-bottom: 100px;
  margin-top: 67px;
}

/*----list-rec-item---*/
.list_item_rec_container {
  padding-bottom: 46px;
}

.list_item_rec {
  text-align: center;
  padding-bottom: 14px;
  background: #f7f7f7;
  padding: 6px;
}

.list_item_rec li {
  display: inline-block;
  width: 163px;
  margin: 16px 2px 0;
}

.list_item_rec_title {
  text-align: center;
  font-size: 1.3rem;
  line-height: 26px;
  color: #174680;
  font-weight: 400;
  margin-top: 4px;
}

.list_item_rec img {
  width: 100%;
}

.list_item_rec a {
  display: block;
}

.is-fixed_bottom {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .page_05_rec_80_detail_container .rec_time_container {
    background: #f7f7f7;
  }
  .simplyslide {
    height: auto;
  }
  .simplyslide img {
    height: auto;
  }
  .title_main_rec {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: normal;
    font-weight: 500;
  }
  .text_main_rec {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 3px;
    font-weight: 500;
  }
  .has_icon_folder img {
    width: 11px;
    margin-left: 5px;
  }
  .icon_folder:after {
    top: 7px;
    right: 11px;
  }
  /*----*/
  .blockInfo_rec_container {
    margin: -32px 0 0;
    padding: 0 16px;
  }
  .blockInfo_rec {
    padding: 18px 30px;
    width: auto;
    margin: 32px -16px 0;
  }
  .blockInfo_rec_text {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .blockInfo_rec_detail {
    background: rgba(248, 248, 248, 0.9);
    height: auto;
    padding: 0 20px 35px;
    display: inline-block;
  }
  .blockInfo_rec_detail_box1 {
    width: 100%;
  }
  .blockInfo_rec_detail_box1:after {
    content: none;
  }
  .blockInfo_rec_detail_box2 {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 0;
    padding-right: 0;
  }
  .blockInfo_rec_detail_title {
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    padding-top: 11px;
    padding-left: 0;
  }
  .blockInfo_rec_detail_text {
    font-size: 1.2rem;
    line-height: 18px;
    margin-top: 5px;
  }
  .blockInfo_rec_detail_text-small {
    font-size: 1rem;
    line-height: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .blockInfo_rec_detail_text-small span {
    margin-left: 10px;
  }
  .circle_rec {
    width: 100%;
    height: auto;
    bottom: -56px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    transition-property: bottom;
    transition-duration: 0s;
    transition-delay: 0.5s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.85);
    left: 0;
    padding: 0 70px 0 16px;
    border-radius: 4px;
    z-index: 1;
  }
  .circle_rec.is-small {
    bottom: 10px;
    transition-duration: 0.5s;
  }
  .circle_rec_text {
    font-size: 14px;
    color: #fff;
    background: #fcaf36;
    height: 56px;
    line-height: 56px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    letter-spacing: 2px;
  }
  .circle_rec_text img {
    width: 13px;
    margin-left: 4px;
  }
  .circle_rec.is-fixed {
    transition-delay: 0s;
  }
  .circle_rec.is-small {
    bottom: 10px;
  }
  .circle_rec.is-fixed_bottom {
    transition-duration: 0s;
    bottom: 0;
  }
  .title_list_rec {
    font-size: 1.4rem;
  }
  .text_list_rec {
    font-size: 1.2rem;
    line-height: 16px;
    margin-top: 8px;
  }
  .block_list_rec {
    margin-top: 0;
  }
  .block_list_rec .title_list_rec {
    padding-top: 25px;
  }
  .block_list_rec .text_list_rec {
    margin-bottom: -10px;
  }
  .title_page_rec_title:before {
    width: 34px;
    height: 4px;
  }
  .title_page_rec_title-medium {
    font-size: 1.2rem;
    line-height: 18px;
    padding-top: 11px;
  }
  /*---block three box rec--*/
  .block_three {
    margin: 0;
  }
  .block_three:first-child {
    margin-top: 10px;
  }
  .block_three_rec {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .block_rec_info {
    padding: 10px 12px 18px;
  }
  .block_rec_title {
    font-size: 1.4rem;
  }
  .block_rec_content {
    padding-bottom: 44px;
  }
  .block_rec_entry {
    margin-right: 0;
    font-size: 1.2rem;
    padding: 0 28px 0 13px;
    height: 24px;
    line-height: 22px;
  }
  .block_rec_text {
    font-size: 1.2rem;
    line-height: 20px;
    margin-top: 12px;
    color: #444;
  }
  .block_rec_more {
    height: 44px;
    line-height: 44px;
    font-size: 1.2rem;
  }
  .block_rec_more:after {
    right: 40px;
  }
  /*-----*/
  .list_two_rec {
    margin-top: 40px;
    margin-bottom: 116px;
  }
  .list_two_rec li {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
  .list_two_rec_text {
    font-size: 1.4rem;
  }
  /*--article rec--*/
  .article_rec_container {
    margin-top: 0;
    padding-bottom: 35px;
  }
  .article_rec {
    margin-top: 30px;
    min-height: auto !important;
  }
  .article_rec:first-child {
    margin-top: 0;
  }
  .article_rec_title {
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: 1px;
    padding-top: 25px;
  }
  .article_rec img {
    margin-top: 30px;
    width: 100%;
  }
  .article_rec_info {
    background: transparent;
    padding: 0 16px;
    max-width: none;
    margin-top: 0;
    z-index: 0;
  }
  .article_rec_info_title {
    font-size: 1.2rem;
    line-height: 18px;
    padding-top: 23px;
  }
  .article_rec_info_text {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 10px;
  }
  .rec_time_container {
    padding-top: 40px;
    padding-bottom: 17px;
  }
  .rec_time_container .title_page_rec_title {
    margin-left: 20px;
    margin-bottom: 25px;
  }
  .rec_time_container .recruitment_interview_time_content:last-child {
    min-height: auto;
    height: 94px;
  }
  .rec_detail_button .btn_link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  /*----list-rec-item---*/
  .list_item_rec_container {
    padding-bottom: 116px;
  }
  .list_item_rec {
    overflow: hidden;
    padding: 6px 12px 14px;
  }
  .list_item_rec li {
    float: left;
    width: 50%;
    margin: 14px 0 0;
    padding: 0 4px;
  }
  .list_item_rec_title {
    font-size: 1.2rem;
    line-height: 24px;
    margin-top: 2px;
  }
  .rec_banner {
    height: auto;
  }
  .rec_banner img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 769px) {
  .pc_bg-lightsnow {
    background: #f7f7f7;
  }
  .pc_m-top-26 {
    margin-top: 26px;
  }
  .blockInfo_rec_container {
    z-index: 2;
  }
  .blockInfo_rec_container .blockInfo_rec_detail {
    margin-top: -74px;
  }
  .blockInfo_rec_detail {
    background: rgba(255, 255, 255, 0.95);
  }
  .blockInfo_rec_detail-large .blockInfo_rec_detail_box1 {
    width: 350px;
  }
  .blockInfo_rec_detail-large .blockInfo_rec_detail_box2 {
    padding-left: 390px;
  }
  .blockInfo_rec_detail-small .blockInfo_rec_detail_box1 {
    width: 245px;
  }
  .blockInfo_rec_detail-small .blockInfo_rec_detail_box2 {
    padding-left: 285px;
  }
  /*--article rec--*/
  .article_rec.pc_m-height-966 {
    min-height: 966px;
  }
  .article_rec.pc_m-height-800 {
    min-height: 800px;
  }
  .article_rec.pc_m-height-806 {
    min-height: 806px;
  }
  .article_rec.pc_m-height-860 {
    min-height: 860px;
  }
  .article_rec.pc_m-height-886 {
    min-height: 886px;
  }
  .article_rec.pc_m-height-1016 {
    min-height: 1016px;
  }
  .article_rec.pc_m-height-1020 {
    min-height: 1020px;
  }
  .article_rec.pc_m-bottom_25 {
    margin-bottom: 25px;
  }
  .article_rec.pc_m-bottom_90 {
    margin-bottom: 90px;
  }
  .article_rec .pc_m-top-105 {
    margin-top: 105px;
  }
  .article_rec .pc_m-top-55 {
    margin-top: 55px;
  }
  .article_rec .pc_m-top-50 {
    margin-top: 50px;
  }
  .article_rec .pc_m-top-210 {
    margin-top: 210px;
  }
  .article_rec .pc_m-top-75 {
    margin-top: 75px;
  }
  .article_rec .pc_m-top-65 {
    margin-top: 65px;
  }
  .article_rec .pc_m-top-80 {
    margin-top: 80px;
  }
  .article_rec .pc_m-top--88 {
    margin-top: -88px;
  }
  .article_rec .pc_m-top--80 {
    margin-top: -80px;
  }
  .article_rec .pc_m-top-130 {
    margin-top: 130px;
  }
  .article_rec .pc_m-top-30 {
    margin-top: 30px;
  }
  .article_rec_right {
    padding-left: 140px;
  }
  .article_rec_right .article_rec_img {
    right: 0;
  }
  .article_rec_right .article_rec_info {
    float: left;
  }
  .article_rec_left {
    padding-right: 140px;
  }
  .article_rec_left .article_rec_img {
    left: 0;
  }
  .article_rec_left .article_rec_info {
    float: right;
  }
  .article_rec_img {
    position: absolute;
    top: 0;
  }
  .article_rec_img.pc_w-50-percent {
    width: 50%;
  }
  .article_rec_img.pc_w-49-5-percent {
    width: 49.5%;
  }
  .article_rec_img.pc_w-52-66-percent {
    width: 52.66%;
  }
  .article_rec_img.pc_w-49-3-percent {
    width: 49.3%;
  }
  .article_rec_img.pc_w-50-3-percent {
    width: 50.3%;
  }
  .circle_rec {
    transition-property: width, height, bottom, right, -webkit-transform;
    transition-property: width, height, bottom, right, transform;
    transition-property: width, height, bottom, right, transform, -webkit-transform;
  }
  .circle_rec.is-transition {
    transition-property: all;
  }
  .circle_rec.is-large {
    left: 50%;
    -webkit-transform: scale(0) translateX(-50%);
        -ms-transform: scale(0) translateX(-50%);
            transform: scale(0) translateX(-50%);
    margin-left: 440px;
  }
  .circle_rec.is-large.is-fixed {
    margin-left: 490px;
  }
  .circle_rec.is-small {
    right: 20px;
  }
  .circle_rec.is-scale {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .circle_rec.is-fixed {
    width: 130px;
    height: 130px;
    bottom: 70px;
  }
}

.page_07_uti_30 {
  margin: 55px auto -9px;
}

.page_07_uti_30-content1 {
  padding-bottom: 50px;
}

.page_07_uti_30-content2 {
  padding-top: 50px;
  padding-bottom: 25px;
}

.page_07_uti_30-content2 .normalText {
  padding-top: 10px;
}

.page_07_uti_30-content2 .tableA {
  margin-top: 40px;
  margin-bottom: 30px;
}

.page_07_uti_30-content2 .tableA th {
  width: 260px;
  font-weight: 400;
  color: #444;
}

.page_07_uti_30-content2 .tableA td {
  width: auto;
  color: #444;
}

.page_07_uti_30-content2 .adobe {
  position: relative;
  height: 100%;
  width: 83.4%;
  padding: 30px;
  margin: 43px auto;
}

.page_07_uti_30-content2 .adobe_img {
  margin-right: 30px;
  width: 240px;
  float: left;
}

.page_07_uti_30-content2 .adobe .text_C {
  display: block;
  padding-left: 266px;
}

.page_07_uti_40 {
  text-align: center;
  padding-top: 92px;
}

.page_07_uti_40 .text_warning {
  margin-bottom: 54px;
}

.page_07_uti_40 .text_warning .title_block_2 {
  margin-bottom: 24px;
}

.page_07_uti_40 .text_warning p {
  font-size: 1.6rem;
  line-height: 24px;
  color: #444;
}

.page_07_uti_40 .btn-default:hover {
  background: #00b2ff;
}

.img_error {
  position: relative;
}

.img_error .text_error {
  font-size: 8rem;
  font-weight: 400;
  position: absolute;
  top: 65px;
  width: 100%;
  text-align: center;
  color: white;
}

.img_error figcaption {
  font-size: 4rem;
  color: #ccc;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .page_07_uti_30 {
    margin: 22px auto 70px;
  }
  .page_07_uti_30-content1 {
    padding-bottom: 26px;
  }
  .page_07_uti_30-content2 {
    padding-top: 28px;
    padding-bottom: 33px;
  }
  .page_07_uti_30-content2 .tableA {
    margin-bottom: 5px;
  }
  .page_07_uti_30-content2 .tableA th {
    font-weight: 400;
  }
  .page_07_uti_30-content2 .tableA td {
    width: 74%;
  }
  .page_07_uti_30-content2 .adobe {
    width: 100%;
    border-radius: 3px;
    padding: 24px;
    margin: 20px auto;
    text-align: center;
  }
  .page_07_uti_30-content2 .adobe_img {
    float: none;
    margin: 0;
    width: 100%;
  }
  .page_07_uti_30-content2 .adobe .text_C {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .img_error img {
    width: 100px;
  }
  .img_error .text_error {
    font-size: 3rem;
    top: 35px;
  }
  .img_error figcaption {
    font-size: 3rem;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .page_07_uti_40 {
    padding-top: 50px;
  }
  .page_07_uti_40 .text_warning {
    margin-bottom: 30px;
  }
  .page_07_uti_40 .text_warning .title_block_2 {
    margin-bottom: 16px;
  }
  .page_07_uti_40 .text_warning p {
    font-size: 1.2rem;
  }
}

.company {
  margin-bottom: 65px;
}

.company .table_container .title_1 {
  font-weight: 400;
}

.company_history {
  margin-top: 80px;
}

.company_complete {
  text-align: center;
  margin-bottom: 0;
  margin-top: 140px;
}

.company_complete .btn-default {
  margin: 105px auto 0;
}

.company_complete .btn-default:hover {
  background: #00b2ff;
}

.company_complete .btn_group {
  padding: 0 0 5px;
}

.company .map_container {
  margin-bottom: -60px;
}

.company_confirmation .form_confirmation {
  margin-top: 109px;
}

.company_confirmation .select_arrow {
  display: none;
}

.company_confirmation .titleH4 {
  margin-bottom: 30px;
}

.company_confirmation .input-checkbox {
  display: none;
}

.company_confirmation .form_input .tableA.table_form .tableA_td.full {
  width: calc(100% - 300px);
}

.company_confirmation .btn_group {
  text-align: center;
  margin-top: 180px;
  padding: 0 0 5px;
}

.company_confirmation .btn_group .btn-default {
  margin: 0 19px;
  display: inline-block;
}

.company_input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.company_input .titleH4 {
  margin-bottom: 30px;
}

.company_input .error {
  color: #ee5656 !important;
  font-size: 1.6rem !important;
}

.company_input .btn_group {
  padding: 0 0 5px;
}

.graph_company {
  margin-bottom: 111px;
}

.graph_company .title_1 {
  padding-left: 42px;
  margin-bottom: 15px;
  margin-top: 0;
}

.graph_company_img {
  display: inline-block;
}

.graph_company_img img {
  width: 100%;
}

.graph_company_img_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .company .tableA {
    margin-bottom: 80px;
  }
  .company_boardmember {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .company_history {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .company_history .tableB {
    margin-left: -16px;
    margin-right: -16px;
    width: auto;
  }
  .company_confirmation .form_confirmation {
    margin-top: 30px;
  }
  .company_confirmation .btn_group {
    margin-top: 0;
  }
  .company_confirmation .btn_group .btn-default {
    margin: 0 1%;
    width: 47.5%;
  }
  .company_confirmation .titleH4 {
    margin-bottom: 20px;
  }
  .company_input .form_input {
    margin-top: 20px;
  }
  .company_input .form_input td {
    padding-bottom: 20px;
  }
  .company_input .form_input th {
    padding: 10px 0;
  }
  .company_input .form_input .input_list-item {
    max-width: 100%;
  }
  .company_input .form_input .input-default {
    max-width: 100%;
  }
  .company_input .tableA {
    margin-bottom: 0;
  }
  .company_input .titleH4 {
    margin-bottom: 20px;
  }
  .company_input .btn_group .btn-default:after {
    width: 8px;
    height: 14px;
  }
  .company_complete {
    margin-top: 0;
    margin-bottom: 55px;
    padding-top: 46px;
  }
  .company_complete .btn-default {
    margin: 50px auto 0;
  }
  .visualBox_bg-whiteSmoke ul {
    padding-left: 0;
  }
  .graph_company {
    margin-bottom: 0;
  }
  .graph_company .title_1 {
    display: none;
  }
  .graph_company_img {
    display: none;
  }
  .graph_company_img_sp {
    display: block;
  }
  .graph_company_img_sp img {
    width: 100%;
  }
}

.wrapper .english {
  margin-bottom: -90px;
}

.wrapper .english .title_1 {
  margin-top: 0;
}

.wrapper .english_privacypolicy {
  margin: 32px 0 -6px;
}

.wrapper .english_privacypolicy .article_list_line_title_item:first-child .titleH3 {
  padding-top: 0;
}

.wrapper .english_privacypolicy .article_list_disc_item {
  font-size: 1.4rem;
  line-height: 26px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 768px) {
  .wrapper .english_privacypolicy {
    margin: 0;
  }
  .wrapper .english_privacypolicy .article_list_disc_item {
    font-size: 1.2rem;
    line-height: 20px;
  }
  .wrapper .english_privacypolicy .article_list_disc {
    padding-top: 15px;
  }
}

.wrapper .ir_container_2 {
  margin-top: 82px;
  overflow: hidden;
  position: relative;
}

.wrapper .ir_container_2_left {
  float: left;
  width: 100%;
  padding-right: 350px;
}

.wrapper .ir_container_2 .visualComponent {
  float: right;
  width: 300px;
  position: absolute;
  right: 0;
  margin-top: 32px;
}

.wrapper .ir_container_2 .tableListB_item-text {
  padding-right: 0;
}

.wrapper .ir_container_2 .capacityA {
  right: 50px;
}

.wrapper .ir_container_2 .capacity {
  right: 0;
}

.wrapper .ir_container {
  margin-top: 70px;
}

.wrapper .ir_container_3 {
  margin-top: 80px;
}

.wrapper .ir_container_6 {
  margin-top: 40px;
  overflow: hidden;
}

.wrapper .ir_container_6 .list_ir {
  float: right;
}

.wrapper .ir_container_6 .list_ir li {
  margin-right: 60px;
}

.wrapper .ir_container_6 a {
  font-size: 1.4rem !important;
}

.wrapper .ir_news .tableDiv_rowA-item {
  width: 33.333%;
  font-weight: 400;
}

.wrapper .ir_news .text_B {
  margin-top: 48px;
}

.wrapper .ir_news_component {
  margin-top: 0;
}

.wrapper .ir_news .titleH2 {
  color: #666;
}

.wrapper .ir_calendar {
  position: relative;
}

.wrapper .ir_calendar .title_A {
  font-weight: 300;
}

.wrapper .ir_calendar_component {
  margin-top: 60px;
}

.wrapper .ir_calendar .tableCalendar_info_text_small:nth-of-type(1) {
  margin-left: 8.333%;
  width: 43px;
}

.wrapper .ir_calendar .tableCalendar_info_text_small:nth-of-type(2) {
  margin-left: 33.333%;
  width: 43px;
}

.wrapper .ir_calendar .tableCalendar_info_text_small:nth-of-type(3) {
  margin-left: 58.333%;
  width: 43px;
}

.wrapper .ir_calendar .tableCalendar_info_text_small:nth-of-type(4) {
  margin-left: 83.333%;
  width: 43px;
}

.wrapper .ir_calendar .tableCalendar_info_text_small1 {
  right: -1px;
}

.wrapper .ir_finance_result {
  margin-top: 6px;
}

.wrapper .ir_finance_result .tableDiv_rowA-item {
  width: 14.8%;
}

.wrapper .ir_finance_result .tableDiv_rowA-item:last-child {
  border-right: 1px solid #e8e8e8;
}

.wrapper .ir_finance_result .visualComponent {
  margin-top: 48px;
  margin-bottom: 80px;
}

.wrapper .ir_library .tableListB {
  margin-bottom: 80px;
}

.wrapper .ir_library .tableDiv_rowA-item {
  letter-spacing: 1px;
  position: relative;
  line-height: normal;
  width: 25%;
}

.wrapper .ir_library .tableDiv_rowA-item > span {
  line-height: 14px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.wrapper .ir_library .tableDiv_rowA-item > span .small {
  display: block;
  line-height: 18px;
  font-size: 10px;
  padding-top: 0;
  height: 100%;
}

.wrapper .ir_library .tableDiv_rowA-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrapper .ir_library .title_A {
  margin-top: 60px;
  font-weight: 300;
}

.wrapper .ir_library_component {
  margin-top: -40px;
}

.wrapper .ir_stock_state .tableDiv_rowA {
  margin-bottom: 10px;
}

.wrapper .ir_stock_state .tableDiv_rowA-all {
  width: 20%;
}

.wrapper .ir_stock_state .tableDiv_rowA-item {
  width: 14.285%;
}

.wrapper .ir_stock_state .tableA {
  margin-bottom: 60px;
}

.wrapper .ir_stock_state .tableA_tr:first-child {
  border-top: none;
}

.wrapper .ir_stock_state .group_stock_1 {
  margin-top: 40px;
}

.wrapper .ir_stock_state .group_stock_7 {
  margin-top: 30px;
}

.wrapper .ir_stock_state .group_stock_3 {
  margin-top: 50px;
}

.wrapper .ir_stock_state .group_stock_3 .visualBox_bg-whiteSmoke {
  margin-top: 80px;
}

.wrapper .ir_our_message .tableDiv_rowA {
  margin-bottom: 10px;
}

.wrapper .ir_our_message .tableDiv_rowA-item {
  color: #444;
}

.wrapper .ir_our_message .tableDiv_rowA-item:nth-of-type(1) {
  width: 26.8%;
}

.wrapper .ir_our_message .tableDiv_rowA-item:nth-of-type(2) {
  width: 26.6%;
}

.wrapper .ir_our_message .tableDiv_rowA-item:nth-of-type(3) {
  width: 26.6%;
}

.wrapper .ir_our_message .tableDiv_rowA-item:nth-of-type(4) {
  width: 20%;
}

.wrapper .ir_disclaimer .article_list_disc_item {
  margin-bottom: 25px;
  margin-left: 0;
}

.wrapper .ir_disclaimer .article_list_disc_item:before {
  content: none;
}

.wrapper .ir_disclaimer .article_list_disc {
  padding-top: 0;
}

.wrapper .ir_stakeholder .tableDiv_rowA-item {
  width: 33.333%;
  font-weight: 400;
}

.wrapper .stakeholder_group_1 .two_boxB_title {
  margin-top: 60px;
}

.wrapper .stakeholder_group_2 {
  margin-top: 23px;
}

.wrapper .stakeholder_group_2 .stakeholder_article {
  margin-bottom: 20px;
}

.wrapper .stakeholder_group_2 .stakeholder_article:nth-child(1) img {
  margin-top: 40px;
  width: 978px;
}

.wrapper .stakeholder_group_2 .stakeholder_article:nth-child(2) {
  margin-top: 80px;
}

.wrapper .stakeholder_group_2 .stakeholder_article:nth-child(2) img {
  margin-top: 86px;
  width: 765px;
}

.wrapper .stakeholder_group_3 {
  margin-top: 23px;
}

.wrapper .stakeholder_group_3 .stakeholder_article {
  margin-bottom: 40px;
}

.wrapper .stakeholder_group_3 .stakeholder_article:nth-child(2) {
  margin-top: 10px;
}

.wrapper .stakeholder_group_3 .stakeholder_article:nth-child(3) {
  margin-top: 3px;
}

.wrapper .stakeholder_article {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.wrapper .stakeholder_article .normalText {
  padding-top: 11px;
}

.wrapper .stakeholder_article img {
  display: block;
  max-width: 100%;
  margin: 18px auto 0;
  width: 100%;
}

.wrapper .stakeholder_article_img {
  overflow: hidden;
}

.wrapper .stakeholder_article_img img {
  width: 50%;
}

.wrapper .stakeholder_article_img .left {
  padding-right: 13px;
}

.wrapper .stakeholder_article_img .right {
  padding-left: 13px;
}

.wrapper .stakeholder_article_list {
  position: relative;
}

.wrapper .stakeholder_article_list span {
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 1px;
  color: #444;
  font-weight: 400;
  display: block;
  margin-top: 11px;
}

.wrapper .name_graphir {
  font-size: 1.4rem;
  line-height: 14px;
  color: #444;
  font-weight: 300;
  margin-top: 20px;
  text-align: right;
}

.wrapper .box_ir {
  width: 300px;
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 0 3px #f4f4f4;
  height: 110px;
  position: relative;
  margin-bottom: 19px;
  transition: all 0.3s ease-in-out;
}

.wrapper .box_ir:after {
  content: "";
  background: url("/assets/img/icon_arrow_right_blue.png") no-repeat;
  background-size: cover;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

.wrapper .box_ir img {
  width: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}

.wrapper .box_ir a {
  display: block;
}

.wrapper .box_ir_content {
  width: 100%;
  height: 100%;
}

.wrapper .box_ir_content a {
  width: 100%;
  height: 100%;
}

.wrapper .box_ir_info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  padding-left: 50px;
  padding-right: 30px;
}

.wrapper .box_ir_title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
  color: #444;
  position: relative;
}

.wrapper .box_ir_text {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 18px;
  color: #444;
}

.wrapper .box_ir .capacityA {
  position: relative;
  right: 0;
}

.wrapper .box_ir .capacityA:before {
  left: 6px;
}

.wrapper .list_ir {
  overflow: hidden;
  margin-top: 10px;
}

.wrapper .list_ir li {
  float: left;
  position: relative;
  margin: 8px 0;
}

.wrapper .list_ir li:last-child {
  margin-right: 0;
}

.wrapper .list_ir li.none-content a:after {
  content: none;
}

.wrapper .list_ir_one {
  width: 19%;
}

.wrapper .list_ir_two {
  width: 31%;
}

.wrapper .list_ir_three {
  width: 24%;
}

.wrapper .list_ir_four {
  width: 26%;
}

.wrapper .list_ir_three_large {
  width: 50%;
}

.wrapper .list_ir a {
  display: inline-block;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding-right: 17px;
  position: relative;
}

.wrapper .list_ir a:after {
  content: "";
  background: url("/assets/img/arrow_blue_1.png") no-repeat;
  background-size: cover;
  width: 6px;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.wrapper .list_ir .capacityA {
  right: 0;
}

.wrapper .list_ir .capacityA:before {
  left: -7px;
}

.wrapper .tableGroup_container1 {
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  margin-bottom: 86px;
}

.wrapper .tableGroup_container1 img {
  display: block;
  width: 100%;
}

.wrapper .tableGroup_container1 .img_sp {
  display: none;
}

.wrapper .tableGroup_container1 .text_info {
  margin-bottom: 28px;
  margin-top: 0;
}

.wrapper .tableGroup_container1 .articleBlock_2_text_footer {
  margin-top: 69px;
}

.wrapper .tableGroup .block_right {
  width: 326px;
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper .tableGroup .block_left {
  float: left;
  width: 100%;
  padding-right: 355px;
  margin-top: -6px;
}

.wrapper .tableGroup_container3 {
  margin-top: 14px;
}

.wrapper .tableGroup_container4 {
  margin-top: 37px;
  margin-bottom: 94px;
}

.wrapper .tableGroup_container4 ul {
  margin-bottom: 51px;
}

.wrapper .tableGroup_container4 li {
  font-size: 1.6rem;
  color: #444;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  padding-left: 12px;
}

.wrapper .tableGroup_container4 .two_boxB_title {
  margin-bottom: 11px;
}

.wrapper .group_faq {
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 75px;
}

.wrapper .group_faq .faq_question {
  font-weight: 400;
  margin-top: 47px;
  padding-left: 50px;
  position: relative;
  font-size: 2rem;
  color: #81a2c0;
}

.wrapper .group_faq .faq_question:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 6px;
  width: 26px;
  height: 26px;
  background: #a6bcd0;
  color: #fff;
  border-radius: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.wrapper .group_faq .faq_answer {
  font-weight: 300;
  padding-left: 50px;
  position: relative;
  font-size: 1.6rem;
  color: #444;
  margin-top: 14px;
}

.wrapper .group_faq .faq_answer:before {
  content: "A";
  position: absolute;
  top: 0;
  left: 6px;
  width: 26px;
  height: 26px;
  background: #cbd8e3;
  color: #fff;
  border-radius: 100%;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}

.wrapper .calendarPanzoom {
  margin-bottom: 70px;
}

.wrapper .calendarPanzoom,
.wrapper .calendarPanzoom .tableCalendar,
.wrapper .calendarPanzoom .tableCalendar_info,
.wrapper .calendarPanzoom .tableCalendar_info_small {
  width: 1000px;
}

.wrapper #irp-library-quarter-list {
  min-height: 240px;
}

@media only screen and (max-width: 768px) {
  .wrapper #irp-library-quarter-list {
    min-height: auto;
  }
  .wrapper .ir_news .tableListA_item:last-child {
    border-bottom: none;
  }
  .wrapper .ir .title_A {
    font-size: 1.4rem;
    font-weight: 300;
  }
  .wrapper .ir_container_1 {
    margin-top: 0;
  }
  .wrapper .ir_container_1 .title_A {
    border-bottom: 1px solid #e8e8e8;
  }
  .wrapper .ir_container_1 .text_B {
    border-top: none;
  }
  .wrapper .ir_container_2 {
    margin-top: 66px;
  }
  .wrapper .ir_container_2 .title_A {
    border-bottom: 2px solid #999;
  }
  .wrapper .ir_container_2_left {
    padding-right: 0;
  }
  .wrapper .ir_container_2 .visualComponent {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .wrapper .ir_container_2 .capacityA {
    right: 0;
  }
  .wrapper .ir_container {
    margin-top: 45px;
  }
  .wrapper .ir_container .title_A {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #f4f4f4;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .wrapper .ir_container:last-child {
    margin-bottom: 48px;
  }
  .wrapper .ir_container .list_ir {
    margin: 0;
  }
  .wrapper .ir_container .list_ir li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
  }
  .wrapper .ir_container .list_ir a {
    color: #333;
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 20px;
  }
  .wrapper .ir_container_3 {
    margin-top: 47px;
  }
  .wrapper .ir_container_3 .title_A {
    font-size: 1.6rem;
    line-height: 26px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 8px;
  }
  .wrapper .ir_container_3 .tableListA_item:last-child {
    border-bottom: none;
  }
  .wrapper .ir_container_6 {
    border-top: 2px solid #bdbdbd;
    margin-top: 36px;
  }
  .wrapper .ir_container_6 .list_ir {
    text-align: left;
    width: 100%;
    margin-top: 0;
  }
  .wrapper .ir_container_6 li {
    display: block;
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    margin: 0 !important;
    border-bottom: 1px solid #f4f4f4;
  }
  .wrapper .ir_container_6 li:after {
    background: url("/assets/img/icon_arrow_right.png") no-repeat;
    background-size: cover;
    width: 5px;
    height: 8px;
    left: 0;
  }
  .wrapper .ir_container_6 li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .wrapper .ir_container_6 a {
    font-size: 1.2rem !important;
    line-height: 20px;
    color: #333;
    font-weight: 300;
    padding: 10px 0 10px 18px;
    display: block;
  }
  .wrapper .ir_container_6 a:after {
    left: 2px;
  }
  .wrapper .ir_news_component {
    margin-top: 0;
    display: inline-block;
    width: 100%;
  }
  .wrapper .ir_news .tableDiv_rowA {
    margin-top: 0;
  }
  .wrapper .ir_news .visualBoxA {
    position: relative;
  }
  .wrapper .ir_news .text_B {
    margin-top: 0;
  }
  .wrapper .ir_calendar_component {
    margin: 0;
  }
  .wrapper .ir_finance_result {
    margin: 0 0 -16px;
  }
  .wrapper .ir_finance_result .tableDiv_rowA {
    margin-top: 0;
  }
  .wrapper .ir_finance_result .tableDiv_rowA-item {
    width: 50%;
    border-right: none;
  }
  .wrapper .ir_finance_result .visualComponent {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrapper .ir_finance_result .visualComponent:first-child {
    margin-top: 22px;
  }
  .wrapper .ir_finance_result_component {
    margin-top: 46px;
    margin-bottom: 0;
  }
  .wrapper .ir_finance_result_component .visualComponent {
    margin-bottom: 40px;
  }
  .wrapper .ir_finance_result_component .visualComponent .three_boxB_content:first-child {
    border-top: 2px solid #bdbdbd;
  }
  .wrapper .ir_finance_result .normalTextB_1 {
    margin-top: -23px;
  }
  .wrapper .ir_finance_result .normalTextB {
    margin-bottom: 24px;
  }
  .wrapper .ir_library {
    margin-top: 0;
  }
  .wrapper .ir_library .tableListB {
    margin-bottom: 40px;
  }
  .wrapper .ir_library .tableListB_item:last-child {
    margin-bottom: 30px;
  }
  .wrapper .ir_library .title_A {
    margin-top: 30px;
  }
  .wrapper .ir_library .tableDiv_rowA {
    font-size: 12px;
    margin-top: 0;
  }
  .wrapper .ir_library .tableDiv_rowA-all {
    width: 148px;
  }
  .wrapper .ir_library .tableDiv_rowA-item_1 {
    width: 130px;
  }
  .wrapper .ir_library .tableDiv_rowA-item_2 {
    width: 170px;
  }
  .wrapper .ir_library .tableDiv_rowA-item_3 {
    width: 135px;
  }
  .wrapper .ir_library .tableDiv_rowA-item_4 {
    width: 164px;
  }
  .wrapper .ir_library .tableDiv_rowA-item_5 {
    width: 253px;
  }
  .wrapper .ir_library .tableDiv_rowA-item a {
    width: 100%;
  }
  .wrapper .ir_library_component {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .wrapper .ir_stock_state {
    margin-top: 0;
  }
  .wrapper .ir_stock_state .tableDiv_rowA {
    margin-bottom: 0;
    margin-top: 0;
  }
  .wrapper .ir_stock_state .tableA {
    margin-bottom: 20px;
  }
  .wrapper .ir_stock_state .group_stock_3 {
    margin-top: 40px;
  }
  .wrapper .ir_stock_state .group_stock_3 .visualBox_bg-whiteSmoke {
    margin-top: 40px;
  }
  .wrapper .ir_our_message .tableDiv_rowA {
    margin-top: 0;
  }
  .wrapper .ir .list_ir li {
    width: 100%;
  }
  .wrapper .ir .list_ir li .capacityA {
    position: absolute;
  }
  .wrapper .stakeholder_group_1 .two_boxB_title {
    margin-top: 20px;
  }
  .wrapper .stakeholder_group_2 {
    margin-top: 10px;
  }
  .wrapper .stakeholder_group_2 .stakeholder_article {
    margin-bottom: 10px;
  }
  .wrapper .stakeholder_group_2 .stakeholder_article:nth-child(1) img {
    margin-top: 35px;
  }
  .wrapper .stakeholder_group_2 .stakeholder_article:nth-child(2) {
    margin-top: 20px;
  }
  .wrapper .stakeholder_group_2 .stakeholder_article:nth-child(2) img {
    margin-top: 35px;
  }
  .wrapper .stakeholder_group_3 {
    margin-top: 10px;
  }
  .wrapper .stakeholder_group_3 .stakeholder_article {
    margin-bottom: 10px;
  }
  .wrapper .stakeholder_article {
    margin-bottom: 0;
  }
  .wrapper .stakeholder_article img {
    margin-top: 10px;
  }
  .wrapper .stakeholder_article_list span {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .wrapper .stakeholder_article_list .normalText {
    padding-top: 0;
  }
  .wrapper .stakeholder_article_img img {
    width: 100%;
  }
  .wrapper .stakeholder_article_img img.left {
    padding-right: 0;
  }
  .wrapper .stakeholder_article_img img.right {
    padding-left: 0;
  }
  .wrapper .tableGroup {
    margin-left: -16px;
    margin-right: -16px;
  }
  .wrapper .tableGroup .block_right {
    position: relative;
    width: 100%;
  }
  .wrapper .tableGroup .img_pc {
    display: none;
  }
  .wrapper .tableGroup .img_sp {
    display: block;
  }
  .wrapper .tableGroup .block_left {
    margin-top: 26px;
    padding: 0 16px;
  }
  .wrapper .tableGroup .block_wide {
    float: left;
    width: 100%;
    padding: 0 16px;
  }
  .wrapper .tableGroup_container1 {
    margin-bottom: 40px;
  }
  .wrapper .tableGroup_container1 .text_info {
    line-height: 24px;
    font-size: 1.2rem;
  }
  .wrapper .tableGroup_container1 .articleBlock_2_text_footer {
    margin-top: 30px;
  }
  .wrapper .tableGroup_container2 {
    padding: 0 16px;
  }
  .wrapper .tableGroup_container3 {
    padding: 0 16px;
  }
  .wrapper .tableGroup_container4 {
    padding: 0 16px;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .wrapper .tableGroup_container4 li {
    font-size: 1.2rem;
    line-height: 24px;
  }
  .wrapper .tableGroup_container4 ul {
    margin-bottom: 30px;
  }
  .wrapper .tableGroup_container4 .two_boxB_title {
    margin-bottom: 5px;
  }
  .wrapper .group_faq {
    line-height: 18px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .wrapper .group_faq .faq_question {
    margin-top: 25px;
    font-size: 1.4rem;
    padding-left: 40px;
  }
  .wrapper .group_faq .faq_question:before {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    left: 0;
    line-height: 24px;
    top: -3px;
  }
  .wrapper .group_faq .faq_answer {
    margin-top: 15px;
    font-size: 1.2rem;
    padding-left: 40px;
  }
  .wrapper .group_faq .faq_answer:before {
    width: 24px;
    height: 24px;
    font-size: 1.2rem;
    left: 0;
    line-height: 24px;
    top: -3px;
  }
  .wrapper .box_ir {
    width: 100%;
    margin-bottom: 25px;
  }
  .wrapper .box_ir_title {
    font-size: 1.4rem;
  }
  .wrapper .box_ir_text {
    margin-top: 2px;
  }
}

@media only screen and (min-width: 769px) {
  .box_ir:hover {
    box-shadow: inset 0 0 0 3px #d1d1d1;
  }
}

.wrapper .news {
  position: relative;
  padding-bottom: 125px;
}

.wrapper .news .tableListA_item {
  display: none;
}

.wrapper .news .tableListA_item-text {
  padding-right: 10px;
}

.wrapper .news .titleH2 {
  color: #666;
  margin-bottom: 15px;
}

.wrapper .news-detail .three_box {
  margin-left: -20px;
  margin-right: -20px;
}

.wrapper .news-detail .three_box_contentB {
  margin-top: 20px;
  padding: 0 20px;
}

.wrapper .news-detail .titleDate + .wp_social_bookmarking_light {
  float: right;
  padding: 5px 0 0 0 !important;
}

.wrapper .news-detail .titleH2 {
  padding: 17px 0 40px;
}

.wrapper .news-detail .titleH2_small {
  padding-bottom: 50px;
}

.wrapper .news-detail .titleH3 {
  padding-bottom: 35px;
  margin-top: 20px;
}

.wrapper .news-detail .table2rowBlock .titleH4_small {
  margin-top: 50px;
}

.wrapper .news-detail .table2rowBlock .tableList2column {
  margin-top: 36px;
  margin-bottom: 50px;
}

.wrapper .news-detail .table3rowBlock .titleH4_small {
  margin-top: 28px;
  margin-bottom: 10px;
}

.wrapper .news-detail .table3rowBlock .tableList3column {
  margin: 50px 0;
}

.wrapper .news-detail .blockAddress .titleBgGray {
  margin-top: 30px;
  margin-bottom: 10px;
}

.wrapper .news-detail .content-1 .two_box:first-child {
  margin-bottom: 30px;
}

.wrapper .news-detail .visualBoxNewsDetail_img {
  text-align: center;
}

.wrapper .news-detail .visualBoxNewsDetail_img_caption {
  text-align: right;
}

.wrapper .news-detail .visualBoxNewsDetail_img_caption.align-left {
  text-align: left;
}

.wrapper .news-detail .visualBoxNewsDetail_img_caption.align-center {
  text-align: center;
}

.wrapper .news-detail .visualBoxNewsDetail_caption {
  text-align: left;
}

.wrapper .news-detail .visualBoxNewsDetail_caption.align-right {
  text-align: right;
}

.wrapper .news-detail .visualBoxNewsDetail_caption.align-center {
  text-align: center;
}

.wrapper .news-detail .mt-0 {
  margin-top: 0px !important;
}

.wrapper .news-detail .mt-5 {
  margin-top: 5px !important;
}

.wrapper .news-detail .mt-10 {
  margin-top: 10px !important;
}

.wrapper .news-detail .mt-15 {
  margin-top: 15px !important;
}

.wrapper .news-detail .mt-20 {
  margin-top: 20px !important;
}

.wrapper .news-detail .mt-25 {
  margin-top: 25px !important;
}

.wrapper .news-detail .mt-30 {
  margin-top: 30px !important;
}

.wrapper .news-detail .mt-35 {
  margin-top: 35px !important;
}

.wrapper .news-detail .mt-40 {
  margin-top: 40px !important;
}

.wrapper .news-detail .mt-45 {
  margin-top: 45px !important;
}

.wrapper .news-detail .mt-50 {
  margin-top: 50px !important;
}

.wrapper .news-detail .mb-0 {
  margin-bottom: 0px !important;
}

.wrapper .news-detail .mb-5 {
  margin-bottom: 5px !important;
}

.wrapper .news-detail .mb-10 {
  margin-bottom: 10px !important;
}

.wrapper .news-detail .mb-15 {
  margin-bottom: 15px !important;
}

.wrapper .news-detail .mb-20 {
  margin-bottom: 20px !important;
}

.wrapper .news-detail .mb-25 {
  margin-bottom: 25px !important;
}

.wrapper .news-detail .mb-30 {
  margin-bottom: 30px !important;
}

.wrapper .news-detail .mb-35 {
  margin-bottom: 35px !important;
}

.wrapper .news-detail .mb-40 {
  margin-bottom: 40px !important;
}

.wrapper .news-detail .mb-45 {
  margin-bottom: 45px !important;
}

.wrapper .news-detail .mb-50 {
  margin-bottom: 50px !important;
}

.wrapper .news-detail .-mt-0 {
  margin-top: 0px !important;
}

.wrapper .news-detail .-mt-5 {
  margin-top: -5px !important;
}

.wrapper .news-detail .-mt-10 {
  margin-top: -10px !important;
}

.wrapper .news-detail .-mt-15 {
  margin-top: -15px !important;
}

.wrapper .news-detail .-mt-20 {
  margin-top: -20px !important;
}

.wrapper .news-detail .-mt-25 {
  margin-top: -25px !important;
}

.wrapper .news-detail .-mt-30 {
  margin-top: -30px !important;
}

.wrapper .news-detail .-mt-35 {
  margin-top: -35px !important;
}

.wrapper .news-detail .-mt-40 {
  margin-top: -40px !important;
}

.wrapper .news-detail .-mt-45 {
  margin-top: -45px !important;
}

.wrapper .news-detail .-mt-50 {
  margin-top: -50px !important;
}

.wrapper .news-detail .-mb-0 {
  margin-bottom: 0px !important;
}

.wrapper .news-detail .-mb-5 {
  margin-bottom: -5px !important;
}

.wrapper .news-detail .-mb-10 {
  margin-bottom: -10px !important;
}

.wrapper .news-detail .-mb-15 {
  margin-bottom: -15px !important;
}

.wrapper .news-detail .-mb-20 {
  margin-bottom: -20px !important;
}

.wrapper .news-detail .-mb-25 {
  margin-bottom: -25px !important;
}

.wrapper .news-detail .-mb-30 {
  margin-bottom: -30px !important;
}

.wrapper .news-detail .-mb-35 {
  margin-bottom: -35px !important;
}

.wrapper .news-detail .-mb-40 {
  margin-bottom: -40px !important;
}

.wrapper .news-detail .-mb-45 {
  margin-bottom: -45px !important;
}

.wrapper .news-detail .-mb-50 {
  margin-bottom: -50px !important;
}

.wrapper .news-detail .wp_social_bookmarking_light {
  border: 0 !important;
  padding: 10px 0 20px 0 !important;
  margin: 0 !important;
}

.wrapper .news-detail .wp_social_bookmarking_light div {
  float: right !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  min-height: 30px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
}

.wrapper .news-detail .wp_social_bookmarking_light img {
  border: 0 !important;
  padding: 0;
  margin: 0;
  vertical-align: top !important;
}

.wrapper .news-detail .wp_social_bookmarking_light_clear {
  clear: both !important;
}

.wrapper .news-detail #fb-root {
  display: none;
}

.wrapper .news-detail .wsbl_twitter {
  width: 74px;
}

.wrapper .news-detail .wsbl_facebook_like {
  margin: 0 0 0 0 !important;
}

.wrapper .news-detail .wsbl_facebook_like p {
  font-size: 100%;
  line-height: 1;
}

.wrapper .news-detail .wsbl_facebook_like iframe {
  max-width: none !important;
}

.wrapper .news-detail .wsbl_pinterest a {
  border: 0px !important;
}

@media only screen and (max-width: 768px) {
  .wrapper .title_page_container .pullDown_news {
    top: 55px;
  }
  .wrapper .news .tableDiv_rowA {
    margin-top: 0;
  }
  .wrapper .news-detail {
    padding-bottom: 70px;
  }
  .wrapper .news-detail .titleH3 {
    padding-bottom: 23px;
  }
  .wrapper .news-detail .table2rowBlock .titleH4_small {
    margin-top: 30px;
  }
  .wrapper .news-detail .table2rowBlock .tableList2column {
    margin-top: 26px;
    margin-bottom: 40px;
  }
  .wrapper .news-detail .table3rowBlock .titleH4_small {
    margin-top: 40px;
    margin-bottom: 6px;
  }
  .wrapper .news-detail .table3rowBlock .tableList3column {
    margin-top: 20px;
  }
  .wrapper .news-detail .blockAddress .titleBgGray {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .wrapper .news-detail .three_box {
    margin-left: 0;
    margin-right: 0;
  }
  .wrapper .news-detail .three_box_contentB {
    padding: 0;
  }
  .wrapper .news-detail .three_box_contentB .visualBoxB_img-info {
    margin-bottom: 20px;
  }
  .wrapper .news-detail .visualBoxNewsDetail_inner {
    text-align: center;
  }
  .wrapper .news-detail .visualBoxNewsDetail_img {
    display: inline-block;
    margin-top: 20px;
  }
  .wrapper .news-detail .visualBoxNewsDetail_img_caption {
    margin-top: 6px;
    font-size: 1.2rem;
  }
  .wrapper .news-detail .visualBoxNewsDetail_caption {
    color: #444;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.83;
    letter-spacing: 1px;
    margin-top: 15px;
  }
  .wrapper .news-detail .mt-sp-0 {
    margin-top: 0px !important;
  }
  .wrapper .news-detail .mt-sp-5 {
    margin-top: 5px !important;
  }
  .wrapper .news-detail .mt-sp-10 {
    margin-top: 10px !important;
  }
  .wrapper .news-detail .mt-sp-15 {
    margin-top: 15px !important;
  }
  .wrapper .news-detail .mt-sp-20 {
    margin-top: 20px !important;
  }
  .wrapper .news-detail .mt-sp-25 {
    margin-top: 25px !important;
  }
  .wrapper .news-detail .mt-sp-30 {
    margin-top: 30px !important;
  }
  .wrapper .news-detail .mt-sp-35 {
    margin-top: 35px !important;
  }
  .wrapper .news-detail .mt-sp-40 {
    margin-top: 40px !important;
  }
  .wrapper .news-detail .mt-sp-45 {
    margin-top: 45px !important;
  }
  .wrapper .news-detail .mt-sp-50 {
    margin-top: 50px !important;
  }
  .wrapper .news-detail .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .wrapper .news-detail .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .wrapper .news-detail .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .wrapper .news-detail .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .wrapper .news-detail .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .wrapper .news-detail .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .wrapper .news-detail .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .wrapper .news-detail .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .wrapper .news-detail .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .wrapper .news-detail .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .wrapper .news-detail .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .wrapper .news-detail .-mt-sp-0 {
    margin-top: 0px !important;
  }
  .wrapper .news-detail .-mt-sp-5 {
    margin-top: -5px !important;
  }
  .wrapper .news-detail .-mt-sp-10 {
    margin-top: -10px !important;
  }
  .wrapper .news-detail .-mt-sp-15 {
    margin-top: -15px !important;
  }
  .wrapper .news-detail .-mt-sp-20 {
    margin-top: -20px !important;
  }
  .wrapper .news-detail .-mt-sp-25 {
    margin-top: -25px !important;
  }
  .wrapper .news-detail .-mt-sp-30 {
    margin-top: -30px !important;
  }
  .wrapper .news-detail .-mt-sp-35 {
    margin-top: -35px !important;
  }
  .wrapper .news-detail .-mt-sp-40 {
    margin-top: -40px !important;
  }
  .wrapper .news-detail .-mt-sp-45 {
    margin-top: -45px !important;
  }
  .wrapper .news-detail .-mt-sp-50 {
    margin-top: -50px !important;
  }
  .wrapper .news-detail .-mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .wrapper .news-detail .-mb-sp-5 {
    margin-bottom: -5px !important;
  }
  .wrapper .news-detail .-mb-sp-10 {
    margin-bottom: -10px !important;
  }
  .wrapper .news-detail .-mb-sp-15 {
    margin-bottom: -15px !important;
  }
  .wrapper .news-detail .-mb-sp-20 {
    margin-bottom: -20px !important;
  }
  .wrapper .news-detail .-mb-sp-25 {
    margin-bottom: -25px !important;
  }
  .wrapper .news-detail .-mb-sp-30 {
    margin-bottom: -30px !important;
  }
  .wrapper .news-detail .-mb-sp-35 {
    margin-bottom: -35px !important;
  }
  .wrapper .news-detail .-mb-sp-40 {
    margin-bottom: -40px !important;
  }
  .wrapper .news-detail .-mb-sp-45 {
    margin-bottom: -45px !important;
  }
  .wrapper .news-detail .-mb-sp-50 {
    margin-bottom: -50px !important;
  }
}

@media only screen and (min-width: 769px) {
  .wrapper .news-detail .visualBoxNewsDetail {
    margin: 0 -20px;
  }
  .wrapper .news-detail .visualBoxNewsDetail_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .news-detail .visualBoxNewsDetail_img {
    padding: 0 20px;
  }
  .wrapper .news-detail .visualBoxNewsDetail_img_caption {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .wrapper .news-detail .visualBoxNewsDetail_caption {
    color: #444;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 1px;
    margin: 20px 20px 0;
  }
  .wrapper .news-detail .mt-pc-0 {
    margin-top: 0px !important;
  }
  .wrapper .news-detail .mt-pc-5 {
    margin-top: 5px !important;
  }
  .wrapper .news-detail .mt-pc-10 {
    margin-top: 10px !important;
  }
  .wrapper .news-detail .mt-pc-15 {
    margin-top: 15px !important;
  }
  .wrapper .news-detail .mt-pc-20 {
    margin-top: 20px !important;
  }
  .wrapper .news-detail .mt-pc-25 {
    margin-top: 25px !important;
  }
  .wrapper .news-detail .mt-pc-30 {
    margin-top: 30px !important;
  }
  .wrapper .news-detail .mt-pc-35 {
    margin-top: 35px !important;
  }
  .wrapper .news-detail .mt-pc-40 {
    margin-top: 40px !important;
  }
  .wrapper .news-detail .mt-pc-45 {
    margin-top: 45px !important;
  }
  .wrapper .news-detail .mt-pc-50 {
    margin-top: 50px !important;
  }
  .wrapper .news-detail .mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .wrapper .news-detail .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .wrapper .news-detail .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .wrapper .news-detail .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .wrapper .news-detail .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .wrapper .news-detail .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .wrapper .news-detail .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .wrapper .news-detail .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .wrapper .news-detail .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .wrapper .news-detail .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .wrapper .news-detail .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .wrapper .news-detail .-mt-pc-0 {
    margin-top: 0px !important;
  }
  .wrapper .news-detail .-mt-pc-5 {
    margin-top: -5px !important;
  }
  .wrapper .news-detail .-mt-pc-10 {
    margin-top: -10px !important;
  }
  .wrapper .news-detail .-mt-pc-15 {
    margin-top: -15px !important;
  }
  .wrapper .news-detail .-mt-pc-20 {
    margin-top: -20px !important;
  }
  .wrapper .news-detail .-mt-pc-25 {
    margin-top: -25px !important;
  }
  .wrapper .news-detail .-mt-pc-30 {
    margin-top: -30px !important;
  }
  .wrapper .news-detail .-mt-pc-35 {
    margin-top: -35px !important;
  }
  .wrapper .news-detail .-mt-pc-40 {
    margin-top: -40px !important;
  }
  .wrapper .news-detail .-mt-pc-45 {
    margin-top: -45px !important;
  }
  .wrapper .news-detail .-mt-pc-50 {
    margin-top: -50px !important;
  }
  .wrapper .news-detail .-mb-pc-0 {
    margin-bottom: 0px !important;
  }
  .wrapper .news-detail .-mb-pc-5 {
    margin-bottom: -5px !important;
  }
  .wrapper .news-detail .-mb-pc-10 {
    margin-bottom: -10px !important;
  }
  .wrapper .news-detail .-mb-pc-15 {
    margin-bottom: -15px !important;
  }
  .wrapper .news-detail .-mb-pc-20 {
    margin-bottom: -20px !important;
  }
  .wrapper .news-detail .-mb-pc-25 {
    margin-bottom: -25px !important;
  }
  .wrapper .news-detail .-mb-pc-30 {
    margin-bottom: -30px !important;
  }
  .wrapper .news-detail .-mb-pc-35 {
    margin-bottom: -35px !important;
  }
  .wrapper .news-detail .-mb-pc-40 {
    margin-bottom: -40px !important;
  }
  .wrapper .news-detail .-mb-pc-45 {
    margin-bottom: -45px !important;
  }
  .wrapper .news-detail .-mb-pc-50 {
    margin-bottom: -50px !important;
  }
}

.wrapper .pagetmp {
  margin-top: 50px;
  margin-bottom: -10px;
}

.wrapper .pagetmp_container_2 {
  margin-top: 83px;
}

.wrapper .page_01_com_50 {
  margin-top: -360px;
  margin-bottom: -20px;
}

.wrapper .corporate_message .visualComponent {
  float: left;
}

.wrapper .corporate_message .visualComponent .two_boxB {
  margin-bottom: 35px;
}

.wrapper .corporate_message .visualComponent:last-child .two_boxB:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .wrapper .pagetmp {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wrapper .pagetmp_container_1 {
    margin-top: 40px;
  }
  .wrapper .pagetmp_container_2 {
    margin-top: 3px;
    margin-bottom: 0;
  }
  .wrapper .page_01_com_50 {
    margin-top: 0;
    margin-bottom: 55px;
  }
}

.wrapper .title_page_line {
  border-bottom: 1px solid #e8e8e8;
}

.wrapper .privacypolicy {
  margin-bottom: -6px;
}

.wrapper .privacypolicy-note {
  margin: 35px 120px 23px 0;
}

.wrapper .privacypolicy .article_list_number_item:first-child {
  padding-top: 0;
}

.wrapper .privacypolicy .list_right {
  float: right;
}

.wrapper .privacypolicy .list_right-item {
  color: #444;
  padding-top: 2px;
}

.wrapper .privacypolicy a {
  transition: none;
  color: #00a8ff;
}

.wrapper .privacypolicy_optout {
  margin-bottom: -6px;
}

.wrapper .privacypolicy_optout .btn-default {
  width: 110px;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

.wrapper .privacypolicy_optout .article_list_number {
  border: none;
  padding-bottom: 0;
}

.wrapper .privacypolicy_optout .article_list_number_item {
  padding-top: 35px;
}

.wrapper .privacypolicy_optout .article_list_number_item .normalText {
  padding-top: 16px;
}

.wrapper .privacypolicy_optout .content_list {
  margin-left: -16px;
  padding-bottom: 45px;
}

.wrapper .privacypolicy_optout .content_list-item {
  margin-top: 20px;
}

.wrapper .privacypolicy_optout .content_list-item .normalText {
  padding-top: 10px;
}

.wrapper .privacypolicy_optout .content_list-item:last-child {
  margin-top: 29px;
}

.wrapper .privacypolicy_optout .btn_group {
  padding: 25px;
  width: 81%;
  position: relative;
  text-align: center;
  margin: 60px auto 80px;
}

.wrapper .privacypolicy_optout .btn_group-text {
  vertical-align: bottom;
  display: inline-block;
}

.wrapper .privacypolicy_optout .btn_group .titleH4 {
  background: #838383;
  color: white;
  display: inline-block;
  width: 128px;
  height: 55px;
  line-height: 47px;
  border: 4px solid #ebebeb;
  border-radius: 8px;
  margin-left: 20px;
  margin-right: 45px;
}

.equalNumber .article_list_disc_item {
  margin-left: 0;
}

.equalNumber .article_list_disc_item:before {
  content: none;
}

@media only screen and (max-width: 768px) {
  .wrapper .privacypolicy {
    margin-bottom: 65px;
  }
  .wrapper .privacypolicy-note {
    margin: 6px 0 34px;
  }
  .wrapper .privacypolicy_optout .content_list {
    margin-left: -16px;
  }
  .wrapper .privacypolicy_optout .content_list-item {
    margin-top: 13px;
  }
  .wrapper .privacypolicy_optout .content_list-item .normalText {
    padding-top: 3px;
  }
  .wrapper .privacypolicy_optout .btn_group {
    margin: 30px auto 35px;
    padding: 35px 19px 25px;
    width: 93.5%;
    display: block;
    text-align: center;
  }
  .wrapper .privacypolicy_optout .btn_group-text {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
  }
  .wrapper .privacypolicy_optout .btn_group-text .titleH4 {
    margin-left: 8px;
    margin-right: 0;
  }
  .wrapper .privacypolicy_optout .btn_group-button {
    width: 100%;
    left: 0;
    top: 73px;
    text-align: center;
    display: block;
  }
  .wrapper .privacypolicy_optout .btn_group-button .btn-default {
    width: 41%;
  }
  .wrapper .privacypolicy_optout .btn_group .btn-disabled {
    margin-left: 6px;
  }
}

@media only screen and (min-width: 769px) {
  .wrapper .privacypolicy a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.recruitment {
  margin-bottom: -85px;
  margin-top: 90px;
}

.recruitment .visualComponent {
  display: inline-block;
  width: 100%;
  margin-bottom: 70px;
}

.recruitment_container_2 {
  margin-top: -9px;
}

.recruitment_container_2 .three_box_img_caption {
  font-size: 2rem;
}

.recruitment_container_3 .visualComponent {
  display: block;
}

.recruitment_container_3 .visualComponent:first-child {
  margin-bottom: 30px;
}

.recruitment_newgraduate .visualComponent {
  max-width: 1000px;
  margin: 0 auto;
}

.recruitment_newgraduate .visualComponent .two_box {
  margin-top: 60px;
}

.recruitment_newgraduate_interview {
  padding-top: 67px;
  padding-bottom: 95px;
}

.recruitment_newgraduate_information {
  background: #f3f3f3;
  padding-top: 103px;
}

.recruitment_newgraduate_information_content {
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #d1d1d1;
  padding-top: 34px;
  padding-bottom: 90px;
  margin: 40px auto 0;
}

.recruitment_newgraduate_information .visualComponent {
  margin-bottom: 46px;
  margin-top: 8px;
}

.recruitment_newgraduate_information .visualComponent .two_box {
  margin-top: 0;
}

.recruitment_newgraduate_title {
  font-size: 2.4rem;
  color: #444;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 400;
}

.recruitment_newgraduate_text {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  font-weight: 300;
}

.recruitment_newgraduate_office {
  padding-right: 4px;
}

.recruitment_newgraduate_office .section_communication {
  margin-top: 62px;
}

.recruitment_newgraduate_office .section_communication_container_1 {
  margin-bottom: 36px;
}

.recruitment_newgraduate_office .section_communication_container_1 img {
  display: block;
  width: 100%;
}

.recruitment_newgraduate_office .section_communication_container_2 {
  margin-top: 94px;
}

.recruitment_newgraduate_office .section_communication_container_2 .normalText {
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 16px;
  display: inline-block;
  padding: 0;
  letter-spacing: 1px;
}

.recruitment_newgraduate_office .section_communication_container_3 {
  margin-top: 78px;
}

.recruitment_newgraduate_office .section_communication_container_3 .normalText {
  font-weight: 300;
  padding: 0;
  color: #000;
  letter-spacing: 1px;
  margin-top: 6px;
}

.recruitment_newgraduate_office .section_communication_container_4 {
  margin-top: 64px;
}

.recruitment_interview_banner {
  width: 100%;
  height: 500px;
  position: relative;
}

.recruitment_interview_banner .banner_img {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruitment_interview_banner.page1 .content {
  max-width: 1135px;
}

.recruitment_interview_banner.cl_black {
  color: #000;
}

.recruitment_interview_banner.cl_white {
  color: #fff;
}

.recruitment_interview_banner .content {
  position: relative;
  z-index: 1;
}

.recruitment_interview_banner_2 {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.recruitment_interview_banner_title {
  font-size: 3.8rem;
  line-height: 58px;
  font-weight: 300;
  padding-top: 79px;
  letter-spacing: 4px;
  text-shadow: 0 1px 40px rgba(0, 0, 0, 0.3);
}

.recruitment_interview_banner_name {
  font-size: 2.8rem;
  margin-top: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

.recruitment_interview_banner_name span {
  font-size: 1.4rem;
  margin-left: 12px;
}

.recruitment_interview_banner_date {
  font-size: 1.4rem;
  margin-top: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}

.recruitment_interview_banner_text1 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 35px;
  letter-spacing: 1px;
}

.recruitment_interview_banner_text2 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 18px;
  margin-top: 8px;
  letter-spacing: 1px;
}

.recruitment_interview_section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 71px 55px 70px;
}

.recruitment_interview_time {
  background: #f4f4f4;
  padding-bottom: 43px;
  color: #666;
  overflow: hidden;
  position: relative;
}

.recruitment_interview_time_button {
  position: relative;
  max-width: 1032px;
  width: 100%;
  margin: 50px auto 44px;
  padding: 0 16px;
}

.recruitment_interview_time_oclock {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}

.recruitment_interview_time_title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
  margin-top: 13px;
}

.recruitment_interview_time_text {
  font-size: 1.2rem;
  line-height: 18px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.recruitment_interview_time_content {
  width: 50%;
  min-height: 120px;
}

.recruitment_interview_time_content:nth-of-type(odd) {
  float: right;
  margin-left: 50%;
  text-align: left;
  padding-left: 35px;
}

.recruitment_interview_time_content:nth-of-type(odd) .recruitment_interview_time_text {
  padding-right: 55px;
}

.recruitment_interview_time_content:nth-of-type(odd) .recruitment_interview_time_oclock:before {
  content: "";
  position: absolute;
  left: -44px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #b5b4b4;
}

.recruitment_interview_time_content:nth-of-type(even) {
  float: left;
  margin-right: 50%;
  text-align: right;
  padding-right: 35px;
}

.recruitment_interview_time_content:nth-of-type(even) .recruitment_interview_time_text {
  padding-left: 55px;
}

.recruitment_interview_time_content:nth-of-type(even) .recruitment_interview_time_oclock:after {
  content: "";
  position: absolute;
  right: -44px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #b5b4b4;
}

.recruitment_interview_time .content {
  position: relative;
}

.recruitment_interview_time .content:before {
  content: "";
  position: absolute;
  width: 3px;
  background: #b5b4b4;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}

.recruitment_interview_time .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #b5b4b4;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.recruitment_interview_time1 {
  position: relative;
  max-width: 890px;
  margin: 60px auto 0;
  width: 100%;
}

.recruitment_interview_time1 .line_time {
  padding: 0 45px;
  position: absolute;
  width: 100%;
}

.recruitment_interview_time1 .line_time_content {
  position: relative;
  background: #eee;
  height: 7px;
  border-radius: 10px;
}

.recruitment_interview_time1 .line_time:before {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  background: #eee;
  top: 2px;
  width: 45px;
}

.recruitment_interview_time1 .line_time:after {
  content: "";
  position: absolute;
  right: 0;
  height: 3px;
  background: #eee;
  top: 2px;
  width: 45px;
}

.recruitment_interview_time1 .list {
  padding: 0 45px;
  position: relative;
}

.recruitment_interview_time1 .list-li {
  margin-right: 56px;
  float: left;
  margin-top: -48px;
  position: relative;
}

.recruitment_interview_time1 .list-li:first-child {
  margin-left: 47px;
}

.recruitment_interview_time1 .list-li:last-child {
  margin-right: 0;
}

.recruitment_interview_time1 .list-li-span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  color: #444;
  letter-spacing: 1px;
  background: #fff;
  position: relative;
  z-index: 1;
  line-height: 34px;
}

.recruitment_interview_time1 .list-li:after {
  content: "";
  position: absolute;
  background: #c1c1c1;
  width: 1px;
  height: 100%;
  left: 30px;
  top: 0;
}

.recruitment_interview_time1 .list .img {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 23px;
  background: #Fff;
  margin-top: 6px;
  margin-left: 22px;
  display: block;
}

.recruitment_interview_time1 .list img {
  width: 100%;
  margin-top: 3px;
}

.recruitment_interview_time1 .list-sub {
  margin-top: 48px;
  padding-left: 31px;
}

.recruitment_interview_time1 .list-sub li {
  font-size: 1.6rem;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-left: 16px;
  position: relative;
}

.recruitment_interview_time1 .list-sub li a {
  color: #444;
  top: -9px;
  position: relative;
  display: block;
  left: 0;
}

.recruitment_interview_time1 .list-sub li:last-child {
  margin-bottom: 0;
  position: relative;
  background: #fff;
  z-index: 1;
  margin-left: -2px;
  margin-top: 9px;
}

.recruitment_interview_time1 .list-sub li:last-child:before {
  left: 1px;
}

.recruitment_interview_time1 .list-sub li:before {
  content: "";
  position: absolute;
  background: #c1c1c1;
  width: 10px;
  height: 1px;
  left: 0;
  top: -1px;
}

.recruitment_interview_time1 .list-sub span {
  font-size: 1.2rem;
  line-height: 18px;
  font-weight: 300;
  display: block;
}

.recruitment_interview_time1 .box_time {
  margin-bottom: -35px;
}

.recruitment_message {
  padding-top: 119px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.recruitment_message .content {
  padding: 0 55px;
}

.recruitment_message .text_section {
  text-align: left;
}

.recruitment_pager {
  text-align: center;
}

.recruitment_pager .content {
  padding: 0 55px 35px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 70px;
}

.recruitment_pager .btn_link_message {
  margin-top: 79px;
}

.recruitment_pager .btn_link_message .link_text {
  font-size: 2.4rem;
  line-height: 42px;
  font-weight: 500;
  position: relative;
  color: #333;
  letter-spacing: 1px;
}

.recruitment_pager .btn_link_message .link_text:before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  height: 8px;
  position: absolute;
  top: 50%;
  width: 8px;
  color: #00a8ff;
}

.recruitment_pager .btn_link_message .link_text.previousBtn:before {
  left: -18px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.recruitment_pager .btn_link_message .link_text.nextBtn:before {
  right: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.recruitment_pager .btn_link_message .link_text + .link_text {
  margin-left: 100px;
}

.recruitment_career {
  margin-top: 61px;
}

.recruitment_career .normalText {
  margin-bottom: 36px;
}

.recruitment_career .three_box_img {
  margin-top: 15px;
}

.recruitment_career .three_box_img_content {
  margin: 0 0 55px;
  width: 33%;
  padding: 10px;
}

.recruitment_career .member_voice {
  margin-top: 35px;
  margin-bottom: -55px;
}

.recruitment_career .member_voice .text_section {
  margin-top: 0;
}

.recruitment_career .hr {
  margin-bottom: 11px;
  margin-top: 15px;
}

.recruitment_career_system .visualComponent {
  margin-top: 65px;
  margin-bottom: 5px;
  display: inline-block;
}

.recruitment_career_system .btn_career_system {
  margin: 65px 0 0;
}

.recruitment_career_system .text_D {
  margin-top: 0;
}

.recruitment_career_job .text_section {
  margin-top: 0;
}

.recruitment_career_job .career_job_table .title_A {
  margin-top: 40px;
}

.recruitment_office_tour .text_section {
  margin-bottom: 57px;
  margin-top: 0;
  font-weight: 400;
}

.recruitment_office_tour .normalText {
  padding-top: 14px;
}

.recruitment_office_tour .office_tour_btn {
  margin-top: 60px;
}

.recruitment_office_tour .office_tour_btn_1 {
  margin: 40px 0;
  overflow: hidden;
}

.recruitment_office_tour .office_tour_btn_1 .btn_orange {
  float: right;
}

.recruitment_office_tour .tableB2 {
  margin-top: 13px;
  margin-bottom: 120px;
}

.recruitment_office_tour .tableB2_th .titleH4_small {
  text-align: left;
  padding-left: 27px;
}

.recruitment_office_tour .container_1 .title_A {
  padding-bottom: 14px;
}

.recruitment_office_tour .container_1 .normalText {
  padding-top: 0;
  text-indent: -8px;
}

.recruitment_office_tour .title_A {
  padding-bottom: 0;
}

.recruitment_office_tour .iframeMap {
  padding-left: 0;
}

.recruitment_office_tour .visualMap {
  margin-top: 93px;
}

.recruitment_office_tour .visualMap_content {
  margin-top: 24px;
}

.recruitment_office_tour .visualComponent {
  margin-top: 38px;
  margin-bottom: 111px;
}

.recruitment_lunch .banner_lunch {
  width: 100%;
  height: 501px;
  background: url("/assets/img/banner_lunch.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.recruitment_lunch .banner_lunch_top {
  display: inline-block;
  padding: 0 32px;
  position: relative;
  width: 292px;
  margin-top: 145px;
  height: 49px;
}

.recruitment_lunch .banner_lunch_top:before {
  content: "";
  position: absolute;
  background: url("/assets/img/line_left.png") no-repeat;
  background-size: cover;
  width: 32px;
  height: 49px;
  top: 0;
  left: 0;
}

.recruitment_lunch .banner_lunch_top:after {
  content: "";
  position: absolute;
  background: url("/assets/img/line_right.png") no-repeat;
  background-size: cover;
  width: 32px;
  height: 49px;
  top: 0;
  right: 0;
}

.recruitment_lunch .banner_lunch_top_text1 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 1px;
}

.recruitment_lunch .banner_lunch_top_text2 {
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 400;
  margin-top: 6px;
  padding-left: 10px;
}

.recruitment_lunch .banner_lunch_title {
  font-size: 3.8rem;
  line-height: 48px;
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 3px;
}

.recruitment_lunch .banner_lunch_title span {
  font-size: 44px;
  top: 2px;
  position: relative;
}

.recruitment_lunch .banner_lunch_text {
  font-size: 1.6rem;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 40px;
}

.recruitment_lunch .title_block_2 {
  margin-top: 72px;
  margin-bottom: 0;
}

.recruitment_lunch .text_E {
  margin-top: 20px;
  color: #333;
}

.recruitment_lunch .text_E span {
  display: block;
}

.recruitment_lunch_flow {
  margin-top: 41px;
}

.recruitment_lunch_flow .flow_content {
  background: url("/assets/img/bg_flow.jpg") no-repeat;
  background-size: 100% 100%;
  height: 140px;
  max-width: 100%;
  margin-top: 17px;
  overflow: hidden;
  margin-right: 9px;
}

.recruitment_lunch_flow .flow_content_item {
  float: left;
  width: 33.333%;
  text-align: center;
  position: relative;
}

.recruitment_lunch_flow .flow_content_item img {
  margin-top: 24px;
}

.recruitment_lunch_flow .flow_content_text {
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 400;
  color: #444;
}

.recruitment_lunch_flow .flow_content .circle_number {
  background: #a2d0d4;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 12px;
  text-align: center;
  line-height: 40px;
  color: #e4f1f2;
  font-size: 24px;
}

.recruitment_lunch_flow .flow_content_one img {
  width: 43px;
}

.recruitment_lunch_flow .flow_content_one .flow_content_text {
  margin-top: 15px;
}

.recruitment_lunch_flow .flow_content_two img {
  width: 55px;
}

.recruitment_lunch_flow .flow_content_two .flow_content_text {
  margin-top: 13px;
}

.recruitment_lunch_flow .flow_content_three img {
  width: 56px;
}

.recruitment_lunch_flow .flow_content_three .flow_content_text {
  margin-top: 29px;
}

.recruitment_lunch_info {
  margin-top: 77px;
}

.recruitment_lunch_info .text_D {
  color: #000;
}

.recruitment_lunch_info .text_E {
  margin-top: 9px;
  margin-bottom: 25px;
}

.recruitment_lunch_info .info {
  position: relative;
}

.recruitment_lunch_info .info_content {
  overflow: hidden;
  position: relative;
  height: 70px;
  padding-left: 40px;
  margin-bottom: 1px;
}

.recruitment_lunch_info .info_content .text1 {
  font-size: 1.6rem;
  color: #444;
  font-weight: 400;
  width: 132px;
  line-height: 70px;
  float: left;
  letter-spacing: 1px;
}

.recruitment_lunch_info .info_content .text2 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  float: left;
  line-height: 70px;
  letter-spacing: 1px;
}

.recruitment_lunch_info .info_content .text2 span {
  font-size: 1rem;
}

.recruitment_lunch_info .info_content .text2_sp {
  display: none;
}

.recruitment_lunch_info .info_content .text3_sp {
  display: none;
}

.recruitment_lunch_info .info_hidden {
  padding: 35px 0 0 40px;
  display: none;
  overflow: hidden;
  background: #f7f7f7;
  margin-top: 2px;
  margin-bottom: 2px;
}

.recruitment_lunch_info .info_hidden_left {
  float: left;
  width: 72%;
  padding-right: 12px;
}

.recruitment_lunch_info .info_hidden_right {
  float: right;
  width: 28%;
  text-align: center;
}

.recruitment_lunch_info .info_hidden_right img {
  width: 200px;
  display: block;
  margin: 0 auto 10px;
}

.recruitment_lunch_info .info_hidden_right_text {
  font-size: 1.4rem;
  font-weight: 300;
  color: #444;
  text-align: right;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

.recruitment_lunch_info .info_hidden_right_text.m-top-5 {
  margin-top: 5px;
}

.recruitment_lunch_info .info_hidden_button {
  float: left;
  width: 100%;
}

.recruitment_lunch_info .info_hidden_title {
  font-size: 1.4rem;
  line-height: 26px;
  color: #fff;
  width: 109px;
  background: #a6bcd0;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
}

.recruitment_lunch_info .info_hidden_text {
  font-size: 1.4rem;
  line-height: 24px;
  color: #444;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.recruitment_lunch_info .info_hidden_text.m-top-11 {
  margin-top: 11px;
}

.recruitment_lunch_info .info_hidden .btn_orange_small {
  margin-top: 30px;
  margin-bottom: 50px;
}

.recruitment_lunch_info .info:nth-of-type(odd) .info_content {
  background: #f4f4f4;
}

.recruitment_lunch_info .info:nth-of-type(even) .info_content {
  background: #f7f7f7;
}

.recruitment_job .info {
  border-bottom: 1px solid #e8e8e8;
}

.recruitment_job .info:first-child {
  border-top: 1px solid #e8e8e8;
}

.recruitment_job .info_content {
  height: 100px;
  position: relative;
  width: 100%;
}

.recruitment_job .info_content_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  width: 100%;
}

.recruitment_job .info_content:hover {
  background: #f5f5f5;
}

.recruitment_job .info_content.is-actived {
  background: #f5f5f5;
}

.recruitment_job .info_content span {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 18px;
  background: #ed4a4a;
  color: #fff;
  float: left;
  margin-top: 5px;
  width: 40px;
  text-align: center;
  border-radius: 2px;
  margin-right: 11px;
}

.recruitment_job .info .titleH4 {
  font-weight: 300;
  overflow: hidden;
}

.recruitment_job .info_hidden {
  display: none;
}

.recruitment_job .info_hidden .tableB2_tr:first-child {
  border-top: 1px solid #fff;
}

.recruitment_job .info_hidden .tableB2_th {
  width: 238px;
  display: table-cell;
}

.recruitment_job .info_hidden .titleH4_small {
  padding-left: 26px;
  text-align: left;
  left: 0;
  line-height: 28px;
  color: #444;
}

.recruitment_job .info_hidden .tableB2_td {
  padding-left: 22px;
  padding-bottom: 28px;
  padding-top: 28px;
}

.recruitment_job .info_hidden .tableB2_td-text {
  line-height: 18px;
  font-size: 1.4rem;
  font-weight: 300;
  padding-bottom: 16px;
  color: #444;
  padding-top: 0;
}

.recruitment_job .info_hidden .tableB2_td-text:last-child {
  padding-bottom: 0;
}

.recruitment_job .info_hidden .article_list_disc_item {
  font-size: 1.4rem;
  line-height: 18px;
}

.recruitment_job .info_hidden li {
  padding-bottom: 16px;
  color: #444;
}

.recruitment_job .info_hidden li:last-child {
  padding-bottom: 0;
}

.recruitment_job .info_hidden .article_list_disc {
  padding-top: 0;
}

.recruitment_job .info .btn_link {
  margin-top: 80px;
  margin-bottom: 50px;
}

.btn_plus_toggle {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #c6cbce;
  border-radius: 100%;
  right: 30px;
  cursor: pointer;
}

.btn_plus_toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  left: 50%;
  background: #fff;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(90deg) scale(1);
          transform: translate(-50%, -50%) rotate(90deg) scale(1);
  transition: all 0.5s ease-in-out;
}

.btn_plus_toggle:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  left: 50%;
  background: #fff;
  height: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
  transition: all 0.5s ease-in-out;
}

.btn_plus_toggle_blue {
  width: 28px;
  height: 28px;
  background: #00a8ff;
  right: 21px;
}

.btn_plus_toggle_blue:before {
  width: 12px;
}

.btn_plus_toggle_blue:after {
  width: 12px;
}

.btn_plus_toggle.is-show:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg) scale(0);
      -ms-transform: translate(-50%, -50%) rotate(90deg) scale(0);
          transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.btn_plus_toggle.is-show:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1);
      -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1);
          transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.h-250 {
  height: 250px !important;
}

.box_time {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 61px;
  margin-bottom: -35px;
}

.box_time_content {
  position: relative;
  background: #f4f4f4;
  border-radius: 6px;
}

.box_time_content:after {
  content: "";
  background: url("/assets/img/icon_direc_bottom.png") no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.box_time_title {
  font-size: 1.6rem;
  line-height: 43px;
  font-weight: 500;
  background: #666;
  color: #fff;
  display: inline-block;
  width: 248px;
  text-align: center;
  margin-top: -15px;
}

.box_time_text {
  font-size: 2.8rem;
  line-height: 42px;
  font-weight: 400;
  color: #444;
  letter-spacing: 6px;
  padding-top: 47px;
  padding-bottom: 67px;
}

.box_time_text span {
  font-size: 4rem;
}

.box_time img {
  width: 80px;
  height: 80px;
  margin-top: 35px;
}

.banner_newgraduate {
  width: 100%;
  height: 500px;
  background: url("/assets/img/bg_banner_newgraduate.jpg") no-repeat center;
  background-size: cover;
  margin-top: 50px;
  padding-top: 164px;
}

.banner_career {
  width: 100%;
  height: 500px;
  background: url("/assets/img/bg_banner_career.jpg?20200622") no-repeat center;
  background-size: cover;
  padding-top: 127px;
}

.banner_recruitment_title {
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: 20px;
}

.banner_recruitment_text {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 38px;
  color: #fff;
  letter-spacing: 6px;
  text-align: center;
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  .recruitment {
    margin-top: 0;
    margin-bottom: -47px;
  }
  .recruitment .visualComponent {
    margin-top: 0;
    margin-bottom: 21px;
    display: block;
  }
  .recruitment_container_1 {
    border: none;
  }
  .recruitment_container_1 .visualComponent {
    margin-bottom: 0;
  }
  .recruitment .two_box_captionA_text2 {
    font-size: 1.2rem;
    line-height: 18px;
  }
  .recruitment_container_2 {
    margin-top: 0;
  }
  .recruitment_container_2 .three_box_img_content {
    margin-top: 0;
  }
  .recruitment_container_2 .text_section_top {
    margin-top: 0;
  }
  .recruitment_container_3 .visualComponent:first-child {
    margin-bottom: 0;
  }
  .recruitment .two_box {
    margin-bottom: 9px;
  }
  .recruitment_career {
    margin-top: 12px;
  }
  .recruitment_career .three_box_img {
    margin: 15px 0 0;
  }
  .recruitment_career .three_box_img_content {
    width: 100%;
    padding: 0;
    margin: 0 0 14px;
  }
  .recruitment_career .three_box_title {
    margin-top: 9px !important;
  }
  .recruitment_career .normalText {
    margin-bottom: 0;
    letter-spacing: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recruitment_career .member_text_text1 {
    margin-top: 7px !important;
  }
  .recruitment_career .member_text_date {
    margin-bottom: 4px;
  }
  .recruitment_career .hr {
    margin: 0 -16px 15px;
  }
  .recruitment_career .member_voice {
    margin-top: 24px;
    margin-bottom: -30px;
  }
  .recruitment_career .member_voice .three_box_img_content {
    background: #f8f8f8;
    padding: 16px;
    margin-bottom: 30px;
  }
  .recruitment_career .member_voice .visualComponent {
    margin-left: -16px;
    margin-right: -16px;
  }
  .recruitment_career .member_voice .text_section {
    letter-spacing: normal;
  }
  .recruitment_career .member_voice .title_office {
    margin-bottom: 10px;
  }
  .recruitment_career_system {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .recruitment_career_system .visualComponent {
    margin-top: 20px;
  }
  .recruitment_career_system .btn_career_system {
    margin-top: 30px;
  }
  .recruitment_career_job {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .recruitment_career_job .career_job_table .title_A {
    margin-top: 30px;
  }
  .recruitment_newgraduate_office {
    padding-right: 0;
  }
  .recruitment_newgraduate_office .section_office {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
  }
  .recruitment_newgraduate_office .section_communication {
    margin-top: 20px;
  }
  .recruitment_newgraduate_office .section_communication_container_2 {
    margin-top: 30px;
  }
  .recruitment_newgraduate_office .section_communication_container_2 .normalText {
    margin-bottom: 0;
  }
  .recruitment_newgraduate_office .section_communication_container_3 {
    margin-top: 30px;
  }
  .recruitment_newgraduate_office .section_communication_container_4 {
    margin-top: 30px;
  }
  .recruitment_newgraduate_office .section_communication_container_4 .btn_link {
    display: block;
    margin: auto auto 20px;
  }
  .recruitment_newgraduate_office .section_communication_container_4 .btn-default {
    display: block;
  }
  .recruitment_interview {
    position: relative;
  }
  .recruitment_interview_banner {
    height: auto;
  }
  .recruitment_interview_banner .banner_img {
    height: 200px;
  }
  .recruitment_interview_banner_content {
    background: #efefef;
    padding: 20px;
    margin-top: 15px;
  }
  .recruitment_interview_banner_title {
    font-size: 1.8rem;
    line-height: 26px;
    padding-top: 22px;
    margin-top: 200px;
    position: relative;
    color: #444;
  }
  .recruitment_interview_banner_name {
    font-size: 1.4rem;
    color: #444;
    line-height: 14px;
    margin-top: 0;
  }
  .recruitment_interview_banner_name span {
    font-size: 1rem;
  }
  .recruitment_interview_banner_date {
    font-size: 1.2rem;
    margin-top: 6px;
    line-height: 14px;
    color: #444;
  }
  .recruitment_interview_banner_text1 {
    display: none;
  }
  .recruitment_interview_banner_text2 {
    font-size: 1.2rem;
    line-height: 20px;
    color: #444;
    margin-top: 16px;
    margin-bottom: 2px;
    width: 100%;
    padding-right: 0;
  }
  .recruitment_interview_section {
    padding: 43px 16px 30px;
  }
  .recruitment_interview_section .title_section {
    letter-spacing: 1px;
  }
  .recruitment_interview_banner_2 {
    height: 140px;
  }
  .recruitment_interview_time_button {
    margin-top: 31px;
    margin-bottom: 27px;
  }
  .recruitment_interview_time .content:before {
    width: 2px;
  }
  .recruitment_interview_time .content:after {
    width: 14px;
    height: 14px;
  }
  .recruitment_interview_time_oclock {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .recruitment_interview_time_title {
    font-size: 1.2rem;
    line-height: 13px;
    margin-top: 6px;
  }
  .recruitment_interview_time_text {
    font-size: 1rem;
    line-height: 14px;
    margin-top: 6px;
    letter-spacing: normal;
  }
  .recruitment_interview_time_content {
    height: 80px;
    min-height: auto;
  }
  .recruitment_interview_time_content:last-child {
    height: auto;
    padding-bottom: 33px;
  }
  .recruitment_interview_time_content:nth-of-type(odd) {
    padding-left: 13px;
  }
  .recruitment_interview_time_content:nth-of-type(odd) .recruitment_interview_time_text {
    padding-right: 0;
  }
  .recruitment_interview_time_content:nth-of-type(odd) .recruitment_interview_time_oclock:before {
    left: -18px;
    width: 10px;
    height: 10px;
  }
  .recruitment_interview_time_content:nth-of-type(even) {
    padding-right: 13px;
  }
  .recruitment_interview_time_content:nth-of-type(even) .recruitment_interview_time_text {
    padding-left: 0;
  }
  .recruitment_interview_time_content:nth-of-type(even) .recruitment_interview_time_oclock:after {
    right: -18px;
    width: 10px;
    height: 10px;
  }
  .recruitment_interview_time1 {
    margin: 0;
    text-align: center;
  }
  .recruitment_interview_time1 > img {
    zoom: 0.5;
  }
  .recruitment_interview_time1 .line_time {
    height: 100%;
    padding: 23px 0;
    left: 66px;
    width: 3px;
  }
  .recruitment_interview_time1 .line_time:before {
    left: 1px;
    height: 23px;
    top: 0;
    width: 1px;
  }
  .recruitment_interview_time1 .line_time:after {
    left: 1px;
    height: 23px;
    width: 1px;
    top: 94%;
  }
  .recruitment_interview_time1 .line_time_content {
    width: 3px;
    height: 100%;
  }
  .recruitment_interview_time1 .list {
    padding: 4px 16px 60px;
  }
  .recruitment_interview_time1 .list-li {
    width: 100%;
    margin: 0;
    padding-left: 7px;
    margin-top: 25px;
  }
  .recruitment_interview_time1 .list-li:first-child {
    margin-left: 0;
  }
  .recruitment_interview_time1 .list-li-span {
    font-size: 1.4rem;
    padding-right: 8px;
    letter-spacing: normal;
  }
  .recruitment_interview_time1 .list-li-span:after {
    content: "";
    width: 4px;
    height: 1px;
    position: absolute;
    top: 7px;
    right: 0;
    background: #bcbaba;
  }
  .recruitment_interview_time1 .list-li:after {
    content: none;
  }
  .recruitment_interview_time1 .list .img {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    left: 24px;
    margin-top: 0;
  }
  .recruitment_interview_time1 .list img {
    margin-top: 0;
  }
  .recruitment_interview_time1 .list-sub {
    padding-left: 53px;
    margin-top: -18px;
  }
  .recruitment_interview_time1 .list-sub li {
    font-size: 1.3rem;
    padding-left: 8px;
    margin-bottom: 15px;
  }
  .recruitment_interview_time1 .list-sub li:before {
    width: 4px;
  }
  .recruitment_interview_time1 .list-sub li:last-child {
    margin-top: 0;
    margin-left: 0;
  }
  .recruitment_interview_time1 .list-sub span {
    margin-top: 3px;
  }
  .recruitment_message {
    padding-top: 31px !important;
  }
  .recruitment_message .content {
    padding: 0 16px;
  }
  .recruitment_message .title_section {
    text-align: center;
    font-size: 1.6rem;
    line-height: 25px;
    letter-spacing: 4px;
    margin-top: 3px;
  }
  .recruitment_pager .content {
    padding: 0 16px 48px;
    margin-bottom: 26px;
  }
  .recruitment_pager .btn_link_message {
    margin-top: 21px;
  }
  .recruitment_pager .btn_link_message .link_text {
    font-size: 1.2rem;
  }
  .recruitment_pager .btn_link_message .link_text.previousBtn:before {
    left: -12px;
    width: 5px;
    height: 5px;
  }
  .recruitment_pager .btn_link_message .link_text.nextBtn:before {
    right: -12px;
    width: 5px;
    height: 5px;
  }
  .recruitment_pager .btn_link_message .link_text + .link_text {
    margin-left: 80px;
  }
  .recruitment_job_info {
    margin-left: -16px;
    margin-right: -16px;
  }
  .recruitment_job .info_content {
    height: 70px;
  }
  .recruitment_job .info_content span {
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 16px;
  }
  .recruitment_job .info_content_text.has-span .titleH4 {
    padding-left: 56px;
  }
  .recruitment_job .info .titleH4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-right: 90px;
    padding-left: 6px;
    line-height: 18px;
    font-size: 1.2rem;
  }
  .recruitment_job .info_hidden .titleH4_small {
    font-size: 1.2rem;
    line-height: 18px;
    margin-top: 18px;
    padding-left: 16px;
  }
  .recruitment_job .info_hidden .tableB2_tr:last-child {
    border-bottom: none;
  }
  .recruitment_job .info_hidden .tableB2_th {
    width: 100%;
    display: block;
  }
  .recruitment_job .info_hidden .tableB2_td {
    width: 100%;
    display: block;
    padding: 14px 16px 17px;
  }
  .recruitment_job .info_hidden .tableB2_td-text {
    font-size: 1.2rem;
  }
  .recruitment_job .info_hidden .article_list_disc_item {
    font-size: 1.2rem;
    padding-bottom: 19px;
  }
  .recruitment_job .info .btn_link {
    margin: 30px auto 20px;
  }
  .recruitment_lunch .banner_lunch {
    height: 149px;
  }
  .recruitment_lunch .banner_lunch_top {
    margin-top: 32px;
    width: 151px;
    padding: 5px 0 0;
    height: 32px;
  }
  .recruitment_lunch .banner_lunch_top:before {
    background: url("/assets/img/line_left_sp.png") no-repeat;
    background-size: cover;
    width: 15px;
    height: 32px;
  }
  .recruitment_lunch .banner_lunch_top:after {
    background: url("/assets/img/line_right_sp.png") no-repeat;
    background-size: cover;
    width: 15px;
    height: 32px;
  }
  .recruitment_lunch .banner_lunch_top_text1 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 10px;
  }
  .recruitment_lunch .banner_lunch_top_text2 {
    font-size: 1rem;
    font-weight: 300;
    padding-left: 5px;
    line-height: 10px;
    margin-top: 4px;
  }
  .recruitment_lunch .banner_lunch_title {
    font-size: 1.6rem;
    line-height: 16px;
    margin-top: 8px;
  }
  .recruitment_lunch .banner_lunch_title span {
    font-size: 1.6rem;
    top: 0;
  }
  .recruitment_lunch .banner_lunch_text {
    display: none;
  }
  .recruitment_lunch .title_block_2 {
    line-height: 22px;
    color: #444;
    margin-top: 32px;
  }
  .recruitment_lunch .text_D {
    font-size: 1.3rem;
    margin-top: 18px;
    line-height: 26px;
  }
  .recruitment_lunch .text_E {
    line-height: 18px;
    margin-top: 26px;
    font-size: 1.3rem;
    color: #444;
  }
  .recruitment_lunch .text_E span {
    margin-bottom: 10px;
  }
  .recruitment_lunch_flow {
    margin-top: 39px;
  }
  .recruitment_lunch_flow .flow_content {
    background: url("/assets/img/bg_flow_sp.png") no-repeat;
    background-size: 57px 222px;
    height: 222px;
    margin-top: 8px;
  }
  .recruitment_lunch_flow .flow_content .circle_number {
    display: none;
  }
  .recruitment_lunch_flow .flow_content img {
    display: none;
  }
  .recruitment_lunch_flow .flow_content_item {
    width: 100%;
    height: 74px;
    text-align: left;
    padding-left: 73px;
  }
  .recruitment_lunch_flow .flow_content_text {
    margin-top: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 24px;
  }
  .recruitment_lunch .title_B {
    font-size: 12px;
    margin-top: 13px;
  }
  .recruitment_lunch_info {
    margin-top: 43px;
  }
  .recruitment_lunch_info .text_D {
    color: #444;
  }
  .recruitment_lunch_info .text_E {
    margin-top: 4px;
  }
  .recruitment_lunch_info .info {
    margin-left: -16px;
    margin-right: -16px;
  }
  .recruitment_lunch_info .info_content {
    height: 80px;
    padding-left: 16px;
  }
  .recruitment_lunch_info .info_content_text {
    left: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .recruitment_lunch_info .info_content .text1 {
    font-size: 1.4rem;
    color: #333;
    line-height: 14px;
    margin-top: 3px;
    width: auto;
    float: none;
  }
  .recruitment_lunch_info .info_content .text2 {
    display: none;
  }
  .recruitment_lunch_info .info_content .text2_sp {
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 12px;
    color: #444;
  }
  .recruitment_lunch_info .info_content .text3_sp {
    display: block;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 12px;
    color: #444;
    line-height: 9px;
    margin-top: 6px;
  }
  .recruitment_lunch_info .info_hidden {
    padding: 5px 16px 0;
  }
  .recruitment_lunch_info .info_hidden_right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 22px;
  }
  .recruitment_lunch_info .info_hidden_right img {
    width: 100px;
    margin-bottom: 13px;
  }
  .recruitment_lunch_info .info_hidden_right_text {
    font-size: 1.6rem;
    font-weight: 400;
    width: auto;
    display: inline-block;
    margin: 0 3px;
  }
  .recruitment_lunch_info .info_hidden_right_text.m-top-5 {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 0;
  }
  .recruitment_lunch_info .info_hidden_left {
    width: 100%;
    padding-left: 0;
  }
  .recruitment_lunch_info .info_hidden_title {
    font-size: 1.2rem;
    line-height: 22px;
    border-radius: 3px;
    width: 110px;
  }
  .recruitment_lunch_info .info_hidden_text {
    font-size: 1.3rem;
    line-height: 22px;
    color: #333;
    margin-bottom: 13px;
  }
  .recruitment_lunch_info .info_hidden_text.m-top-11 {
    margin-top: 8px;
  }
  .recruitment_lunch_info .info_hidden .btn_link {
    margin-top: 31px;
    margin-bottom: 50px;
  }
  .recruitment_office_tour {
    margin-bottom: 65px;
  }
  .recruitment_office_tour .text_section {
    font-size: 1.3rem;
    color: #444;
    margin-bottom: 35px;
  }
  .recruitment_office_tour .titleH3 {
    font-size: 1.4rem;
  }
  .recruitment_office_tour .normalText {
    font-size: 1.3rem;
    line-height: 24px;
    padding-top: 12px;
  }
  .recruitment_office_tour .title_A {
    font-size: 1.4rem;
  }
  .recruitment_office_tour .office_tour_btn {
    margin-top: 40px;
  }
  .recruitment_office_tour .office_tour_btn_1 {
    margin: 55px 0 76px;
  }
  .recruitment_office_tour .office_tour_btn_1 .btn_orange {
    float: none;
  }
  .recruitment_office_tour .tableB2 {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 46px;
  }
  .recruitment_office_tour .tableB2_th {
    background: #efefef;
  }
  .recruitment_office_tour .tableB2_th .titleH4_small {
    padding-left: 9px;
    line-height: 40px;
    font-size: 1.3rem;
    color: #444;
  }
  .recruitment_office_tour .tableB2_tr {
    border: none;
  }
  .recruitment_office_tour .tableB2_td {
    padding-left: 9px;
    padding-bottom: 10px;
  }
  .recruitment_office_tour .tableB2_td .article_list_disc_item {
    font-size: 1.3rem;
    letter-spacing: normal;
    margin-left: 5px;
    padding-bottom: 5px;
  }
  .recruitment_office_tour .tableB2_td .article_list_disc {
    padding-top: 15px;
  }
  .recruitment_office_tour .tableB2_td-text {
    line-height: 26px;
    font-size: 1.3rem;
    padding-bottom: 4px;
    padding-top: 14px;
  }
  .recruitment_office_tour .visualComponent {
    margin-top: 25px;
    margin-bottom: 16px;
  }
  .recruitment_office_tour .container_1 .normalText {
    margin-bottom: 10px;
  }
  .recruitment_office_tour .visualMap {
    margin-top: 40px;
  }
  .recruitment_office_tour .visualMap_content {
    margin-top: 4px;
  }
  .recruitment_office_tour .map_container {
    margin-bottom: 32px;
  }
  .banner_career {
    height: 259px;
    padding-top: 32px;
  }
  .banner_recruitment_title {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 5px;
    padding: 0 70px;
  }
  .banner_recruitment_text {
    font-size: 1.2rem;
    line-height: 22px;
    margin-top: 28px;
    letter-spacing: 1px;
  }
  .btn_plus_toggle {
    width: 30px;
    height: 30px;
    right: 16px;
  }
  .btn_plus_toggle:before {
    width: 14px;
  }
  .btn_plus_toggle:after {
    width: 14px;
  }
  .btn_plus_toggle_blue {
    width: 28px;
    height: 28px;
  }
  .box_time_title {
    font-size: 1.2rem;
    line-height: 34px;
    width: 190px;
  }
  .box_time_text {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 20px 16px 30px;
  }
  .box_time_text span {
    font-size: 1.6rem;
  }
  .box_time_content:after {
    width: 24px;
    height: 24px;
    bottom: -14px;
  }
  .box_time img {
    width: 70px;
    height: 70px;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 769px) {
  .recruitment_interview_banner.page2 .recruitment_interview_banner_text2 {
    width: 100%;
    max-width: 420px;
  }
  .recruitment_interview_banner.page1 .container_text {
    float: right;
    width: 451px;
  }
  .recruitment_interview_time1 .list-li {
    margin-right: 20px;
  }
  .recruitment_interview_time1 .list-li:first-child {
    margin-left: 20px;
  }
  .recruitment_newgraduate_office .section_communication_container_4 a {
    width: 300px;
    margin: 0 19px 20px;
  }
  .recruitment_newgraduate_office .section_communication_container_4 .btn_group {
    margin: 0 -19px -20px;
  }
}

@media only screen and (min-width: 1280px) {
  .recruitment_interview_time1 .list-li {
    margin-right: 56px;
  }
  .recruitment_interview_time1 .list-li:first-child {
    margin-left: 47px;
  }
}

.service .btn_right {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.service .btn_right p:first-child {
  margin-bottom: 12px;
}

.service .visualComponent {
  position: relative;
  padding-bottom: 40px;
}

.service .visualComponent .two_box:first-child {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}

.service .visualComponent .two_box:last-child {
  float: left;
  padding-right: 20px;
  padding-left: 0;
}

.service_content-1 .visualComponent .two_box_info .btn_right:first-child {
  margin-bottom: 30px;
}

.service_content-1 .titleH2 {
  color: #444;
  margin-bottom: 38px;
}

.service_content-1:first-child {
  margin-bottom: 100px;
}

.service .normalText {
  padding-top: 0;
}

.service_content-3 {
  border: 2px solid #e8e8e8;
  margin-top: 117px;
  border-radius: 3px;
  padding: 25px 14px 25px 0;
}

.service_content-3 .title {
  display: table-cell;
  position: relative;
  border-right: 2px solid #999;
  width: 180px;
  vertical-align: top;
}

.service_content-3 .title .title_D {
  width: 180px;
  text-align: center;
}

.service_content-3 .btn_group {
  display: table-cell;
  text-align: left;
}

.service_content-3 .btn_group .btn_textLink {
  font-size: 1.4rem;
}

.service_content-3 .btn_group span {
  display: inline-block;
  margin-left: 30px;
  line-height: 1.5;
}

.service_solution .stakeholder_article {
  margin-bottom: 0;
  margin-top: 50px;
}

.service_solution .stakeholder_article .two_boxB_title {
  font-size: 2rem;
  color: #000;
  display: inline-block;
  border-bottom: 3px solid #000;
}

.service_solution .stakeholder_article .normalText {
  padding-top: 17px;
}

.service_solution .stakeholder_article_li img {
  margin: 0 auto;
}

.service_solution .stakeholder_article_li .normalText {
  padding-top: 11px;
}

.service_solution .stakeholder_article_li:nth-child(1) img {
  margin-top: 48px;
  margin-bottom: 86px;
  width: 978px;
}

.service_solution .stakeholder_article_li:nth-child(2) img {
  width: 765px;
  margin-top: 42px;
}

.service_solution .visualBox_list {
  margin-bottom: 0;
}

.service_solution .notice {
  background: #f5f5f5;
  padding: 32px 30px 36px;
}

.service_solution .visualComponent {
  margin-top: 90px;
}

.service_solution .titleBgGray {
  padding: 0 40px;
  font-weight: 300;
  margin-bottom: 2px;
  margin-top: 50px;
}

.service_solution .two_boxB_text.link_text {
  display: block;
}

.service_title {
  margin-top: -38px;
}

.service_title .text_large {
  margin-top: 65px;
}

.service_title .visualComponent .three_box {
  margin-top: 20px;
}

.service_title .visualComponent .three_box:first-child {
  margin-top: 38px;
}

.service_title .visualComponent .three_box_contentB {
  margin: 0;
}

.service_footer {
  width: 100%;
  background: #f4f4f4;
  padding: 0 16px 58px;
  margin-top: -110px;
  margin-bottom: 70px;
}

.service_item_content-1 {
  position: relative;
}

.service_item_content-1 .sp_button {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.service_item_content-1 .sp_button span {
  float: right;
}

.service_item_content-1 .textLink_small {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.service_item_content-3 {
  max-width: 1000px;
  margin: 0 auto;
}

.service_item_content-3 .three_box {
  margin-bottom: 35px;
}

.service_item_content-3 .three_box_contentB {
  margin-top: 0;
  margin-bottom: 0;
}

.service_item_content-3 .three_box_contentB:last-child {
  margin-right: 0;
}

.service_item_content-3 .three_box:last-child {
  margin-bottom: 20px;
}

.service_item_content-3 .text_large {
  padding-top: 78px;
  padding-bottom: 24px;
}

.service_cropro .m_in_list {
  margin-left: -20px;
}

.service_cropro .cropro_01 {
  padding: 0 0 50px;
}

.service_cropro .cropro_01 .normalText {
  padding-top: 15px;
}

.service_cropro .cropro_01 figure img {
  margin-top: 44px;
  margin-bottom: 28px;
}

.service_cropro .cropro_02 {
  margin-top: 16px;
}

.service_cropro .cropro_02 .normalText {
  padding-top: 12px;
}

.service_cropro .cropro_03 {
  margin-top: 70px;
}

.service_cropro .cropro_03 .article_list_number {
  padding-bottom: 74px;
}

.service_cropro .cropro_03 .article_list_number_item {
  padding-top: 34px;
}

.service_cropro .cropro_03 .article_list_number_item:first-child {
  padding-top: 28px;
}

.service_cropro .cropro_03 .article_list_number_item .normalText {
  padding-top: 11px;
}

.service_cropro .cropro_03 .article_list_number_item .text_info {
  margin-top: 2px;
  margin-bottom: -7px;
}

.service_cropro .cropro_03 .article_list_number_item .visualComponent {
  margin-top: 34px;
}

.service_cropro .cropro_04 .title_block_2 {
  margin-bottom: -7px;
}

.service_cropro .cropro_04 .visualComponent {
  margin-top: 19px;
}

.service_cropro_akatsuki .title_block_2 {
  margin-top: 64px;
  margin-bottom: 0;
}

.service_cropro_akatsuki .content-01 {
  margin-bottom: 16px;
}

.service_cropro_akatsuki .content-02 .two_box_info {
  padding-top: 30px;
}

.service_cropro_akatsuki .content-02 .normalText {
  margin-top: 30px;
}

.service_cropro_akatsuki .content-03 .title_block_2 {
  margin-top: 0;
  margin-bottom: -10px;
}

.service_cropro_akatsuki .img_full {
  width: auto;
  margin: 45px 0 48px;
}

.service_cropro_akatsuki .img_full img {
  display: block;
}

.service_interview .visualComponent {
  margin-top: 40px;
}

.service_game .content-1 .logo_text img {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}

.service_game .content-1 .logo_text .title_A {
  display: inline-block;
  line-height: 48px;
  padding-bottom: 0;
  margin-left: 10px;
  vertical-align: middle;
}

.service_game .content-1 .visualComponent .three_box {
  margin-bottom: 20px;
}

.service_game .content-1 .visualComponent .three_box_contentB {
  margin-top: 38px;
}

.service_game .content-2 .visualTextBox {
  padding-bottom: 56px;
}

.service_game .content-3 {
  margin-top: 38px;
  overflow: hidden;
}

.service_game .content-3 .img_pc {
  padding: 0 9%;
}

.service_game .content-3 .img_sp {
  display: none;
}

.service_game .content-3 .btn_textLink {
  margin-top: 40px;
}

.service_game .content-4 .visualTextBox {
  margin-top: 110px;
}

.service_game .content-4 .visualTextBox .title_A {
  padding-bottom: 16px;
}

.service_game .content-4 .visualTextBox .article_list_disc_item {
  color: #333;
}

.service_game .content-4 .visualTextBox .article_list_disc_item:first-child {
  padding-bottom: 68px;
}

.service_game .content-4 .visualTextBox .normalText {
  padding-top: 10px;
}

@media only screen and (max-width: 768px) {
  .service_game .content-1 .logo_text img {
    width: 98px;
    display: block;
    margin-bottom: 14px;
  }
  .service_game .content-1 .logo_text .title_A {
    font-size: 1.4rem;
    line-height: 19px;
    margin-left: 0;
  }
  .service_game .content-1 .three_box_contentB {
    padding: 0;
  }
  .service_game .content-2 .visualTextBox {
    margin-top: 50px;
    padding-bottom: 0;
  }
  .service_game .content-2 .visualTextBox .title_A {
    padding-bottom: 8px;
  }
  .service_game .content-2 .visualTextBox .normalText {
    padding-top: 0;
  }
  .service_game .content-2 .visualTextBox:last-child {
    margin-top: 27px;
  }
  .service_game .content-3 {
    margin-top: 10px;
  }
  .service_game .content-3 .img_pc {
    display: none;
  }
  .service_game .content-3 .img_sp {
    display: block;
    text-align: center;
  }
  .service_game .content-3 .btn_textLink {
    margin-top: 20px;
  }
  .service_game .content-4 .visualTextBox {
    margin-top: 44px;
  }
  .service_game .content-4 .visualTextBox .title_A {
    padding-bottom: 7px;
  }
  .service_game .content-4 .visualTextBox .visualComponent .article_list_disc {
    padding-top: 0;
  }
  .service_game .content-4 .visualTextBox .visualComponent .article_list_disc_item {
    padding-bottom: 35px;
  }
  .service_game .content-4 .visualTextBox .visualComponent .article_list_disc_item .normalText {
    margin-left: -14px;
  }
  .service .visualComponent {
    margin-top: 0;
    padding-bottom: 34px;
  }
  .service .titleH2 {
    margin-bottom: 5px;
  }
  .service .normalText {
    margin-bottom: 21px;
  }
  .service_content-2 {
    margin-top: 91px;
  }
  .service_content-2 .two_box_img img {
    margin-bottom: 13px;
  }
  .service_content-3 {
    margin-top: 73px;
    margin-bottom: 12px;
    padding: 26px 25px;
  }
  .service_content-3 .title {
    display: block;
    border-right: none;
    margin-bottom: 12px;
    width: 100%;
  }
  .service_content-3 .title .title_D {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .service_content-3 .btn_group .btn_textLink {
    font-size: 1.3rem;
  }
  .service_content-3 .btn_group span {
    margin-left: 0;
    display: block;
    margin-bottom: 12px;
  }
  .service_content-3 .btn_group span:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .service_solution .notice {
    padding: 16px;
  }
  .service_solution .visualBox_list {
    margin-bottom: 0;
  }
  .service_solution .stakeholder_article {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .service_solution .stakeholder_article .two_boxB_title {
    font-size: 16px;
  }
  .service_solution .stakeholder_article .normalText {
    padding-top: 10px;
  }
  .service_solution .stakeholder_article_li img {
    margin: 20px auto !important;
  }
  .service_solution .visualComponent {
    margin-top: 0;
  }
  .service_solution .titleBgGray {
    margin-top: 30px;
  }
  .service_cropro_akatsuki .content-01 {
    margin-top: 25px;
  }
  .service_cropro_akatsuki .img_full {
    margin: 48px -16px;
  }
  .service_cropro_akatsuki .interview {
    margin-bottom: 14px;
  }
  .service_cropro_akatsuki .content-01 {
    margin-bottom: 46px;
  }
  .service_cropro_akatsuki .content-01 .border_icon {
    height: 131px;
    width: 288px;
    margin: 0 auto;
  }
  .service_cropro_akatsuki .content-01 .border_icon img {
    width: 206px;
  }
  .service_cropro_akatsuki .content-02 .two_box:last-child {
    margin-top: 22px;
  }
  .service_cropro_akatsuki .content-03 .visualComponent {
    text-align: center;
  }
  .service_footer {
    margin-top: -38px;
    padding-bottom: 16px;
    margin-bottom: 55px;
  }
  .service_cropro .m_in_list {
    margin-left: -14px;
  }
  .service_cropro .cropro_01 .visualBoxB-img-textRight:last-child {
    text-align: left;
  }
  .service_cropro .cropro_01 figure img {
    margin-top: 21px;
    margin-bottom: 10px;
  }
  .service_cropro .cropro_02 {
    margin-top: 40px;
  }
  .service_cropro .cropro_03 .article_list_number_item {
    padding-top: 20px;
  }
  .service_cropro .title_A {
    font-size: 1.6rem;
  }
  .service_cropro .titleH3 {
    font-size: 1.4rem;
  }
  .service_cropro .two_box {
    margin-bottom: 14px;
  }
  .service_cropro .two_box:last-child {
    margin-bottom: 0;
  }
  .service_cropro .cropro_03 {
    margin-top: 45px;
  }
  .service_cropro .cropro_03 .article_list_number {
    padding-bottom: 45px;
  }
  .service_item .slick-arrow {
    display: none !important;
  }
  .service_item_content-1 .sp_button {
    margin-bottom: 12px;
  }
  .service_item_content-1 .sp_button span {
    float: left;
    margin-bottom: 8px;
  }
  .service_item_content-1 .sp_button .btn_small_blue {
    margin-left: 0;
    margin-right: 8px;
  }
  .service_item_content-1 .textLink_small {
    position: relative;
    margin-bottom: 8px;
    z-index: auto;
  }
  .service_item .visualComponent_3top_2bottom .top {
    margin-right: -16px;
  }
  .service_item .visualComponent_3top_2bottom .top img {
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
  }
  .service_item .visualComponent_3top_2bottom .bottom img:first-child {
    margin-bottom: 15px;
  }
  .service_item_content-3 .three_box {
    margin-bottom: 0;
  }
  .service_item_content-3 .three_box_contentB {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .service_item_content-3 .text_large {
    padding-top: 25px;
  }
  .service_interview {
    margin-top: 54px;
  }
  .service_interview .visualComponent {
    margin-top: 25px;
  }
  .service_title {
    margin-top: -24px;
  }
  .service_title .visualComponent .three_box_contentB {
    margin-top: 24px;
    padding: 0;
  }
  .service_title .visualComponent .three_box:first-child {
    margin-top: 24px;
  }
  .service_title .text_large {
    margin-top: 46px;
  }
}

.slide-top {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slide-top_content {
  position: relative;
  height: 500px;
}

.slide-top .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 110px;
  text-indent: -9999px;
  border: none;
  z-index: 2;
  outline: none;
  cursor: pointer;
}

.slide-top .slick-prev {
  left: 0;
  background: url("/assets/img/arrow-left-slider-top.png") no-repeat;
  background-size: cover;
}

.slide-top .slick-next {
  right: 0;
  background: url("/assets/img/arrow-right-slider-top.png") no-repeat;
  background-size: cover;
}

.slide-top .slick-dots {
  overflow: hidden;
  margin: 0 -1px;
}

.slide-top .slick-dots li {
  float: left;
  height: 5px;
  padding: 0 1px;
  position: relative;
}

.slide-top .slick-dots li:before {
  content: "";
  background: #b6b6b6;
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  transition: all 0s linear;
}

.slide-top .slick-dots li.slick-active:first-child:before {
  width: 0;
  transition: all 7s linear;
}

.slide-top .slick-dots li.slick-active:before {
  width: 100%;
  transition: all 7s linear;
}

.slide-top .slick-dots li.slick-active.is-active:before {
  width: 100%;
  transition: all 7s linear;
}

.slide-top .slick-dots button {
  width: 100%;
  border: none;
  text-indent: -9999px;
  padding: 0;
  background: #d2d2d2;
  height: 5px;
  outline: none;
}

.slide-top .slide-top_text {
  opacity: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
}

.slide-top .slide-top_text.is-show {
  transition: all 2s ease-in-out 0.5s;
  opacity: 1;
}

.slide-top .btn_top_white_container {
  position: absolute;
  z-index: 3;
  bottom: 45px;
}

.bgtriangle {
  top: 0;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 500px;
  opacity: 0.3;
}

.bgtriangle_row {
  height: 58px;
  overflow: hidden;
  float: left;
  margin-right: -34px;
}

.bgtriangle_img {
  float: left;
  margin-left: -34px;
  transition: all 1.5s ease-in-out;
}

.bgtriangle_img {
  border-left: solid 34px transparent;
  border-right: solid 34px transparent;
  width: 68px;
  height: 58px;
  opacity: 0.2;
}

.bgtriangle_row:nth-child(even) .bgtriangle_img:nth-child(even),
.bgtriangle_row:nth-child(odd) .bgtriangle_img:nth-child(odd) {
  border-bottom: solid 58px rgba(255, 255, 255, 0.8);
}

.bgtriangle_row:nth-child(even) .bgtriangle_img:nth-child(odd),
.bgtriangle_row:nth-child(odd) .bgtriangle_img:nth-child(even) {
  border-top: solid 58px rgba(255, 255, 255, 0.8);
}

.section_news_top {
  padding-top: 43px;
  background: #f3f3f3;
}

.section_news_top .title_section_top img {
  width: 34px;
  margin-right: 20px;
  margin-top: 12px;
}

.section_news_top .title_section_top .btn_link {
  margin-top: 12px;
}

.section_news_top .btn_view {
  margin-top: 9px;
  margin-bottom: 20px;
}

.section_news_top .table_list_container {
  margin-bottom: 10px;
  margin-top: -11px;
}

.section_news_top .table_list_container .table_list:first-child {
  border-top: none;
}

.section_news_top .table_list {
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.section_news_top .table_list_title {
  font-size: 1.6rem;
  line-height: 30px;
  font-weight: 300;
  color: #666;
  padding-left: 16px;
  margin-top: 27px;
  float: left;
  width: 11.4%;
}

.section_news_top .table_list .tableListA {
  float: left;
  width: 88.6%;
  margin-top: 12px;
  margin-bottom: 11px;
}

.section_news_top .table_list .tableListA_item-text {
  padding-right: 0;
}

.section_business_top {
  padding-top: 43px;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.section_business_top a {
  display: block;
  overflow: hidden;
}

.section_business_top .title_section_top img {
  width: 40px;
  margin-right: 13px;
  margin-top: 6px;
}

.section_business_top .two_box_img {
  border: 1px solid #ddd;
}

.section_business_top .two_box .title {
  font-size: 1.8rem;
  line-height: 18px;
  color: #00a8ff;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.section_business_top .two_box .text_C {
  font-weight: 300;
  letter-spacing: 1px;
}

.section_business_top .two_box .two_box_titleA {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section_business_top .visualComponent {
  position: relative;
  margin-bottom: 80px;
}

.section_business_top .text_section_top {
  margin-bottom: 32px;
}

.section_recruitment_top {
  padding-top: 43px;
  background: #fff;
}

.section_recruitment_top .title_section_top img {
  width: 27px;
  margin-right: 15px;
  margin-top: 9px;
}

.section_recruitment_top .text_section_top {
  margin-bottom: 23px;
}

.pickup_member {
  margin-top: 51px;
  position: relative;
  background: #babbb8 url("/assets/img/img_member.jpg?20200622") no-repeat center;
  background-size: 1680px 490px;
  height: 490px;
  text-align: center;
  color: #fff;
  margin-bottom: -150px;
}

.pickup_member_title1 {
  font-size: 2.8rem;
  letter-spacing: 4px;
  font-weight: 300;
  padding-top: 205px;
}

.pickup_member_title2 {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: 1px;
}

.pickup_member_text {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 20px;
}

.pickup_member .btn_top_white_container {
  margin-top: 35px;
}

.title_section_top {
  overflow: hidden;
  margin-bottom: 17px;
}

.title_section_top_line {
  padding-bottom: 9px;
  border-bottom: 1px solid #ccc;
}

.title_section_top .text {
  font-size: 3rem;
  line-height: 48px;
  color: #444;
  letter-spacing: 2px;
  font-weight: 300;
  position: relative;
}

.title_section_top span {
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -1px;
}

.title_section_top img {
  float: left;
}

@media only screen and (max-width: 768px) {
  .slide-top {
    margin-top: 54px;
  }
  .slide-top .slick-dots {
    display: none !important;
  }
  .slide-top_content {
    height: 100%;
  }
  .slide-top_content .img_slide_container {
    display: block;
  }
  .slide-top .slick-arrow {
    height: 50px;
    width: 26px;
    pointer-events: all;
  }
  .slide-top .slick-prev {
    background-image: url("/assets/img/arrow-left-slider-top_sp.png");
    left: 0;
  }
  .slide-top .slick-next {
    background-image: url("/assets/img/arrow-right-slider-top_sp.png");
    right: 0;
  }
  .bgtriangle {
    height: 100%;
  }
  .section_news_top {
    padding-top: 0;
  }
  .section_news_top .title_section_top img {
    width: 20px;
    margin-right: 9px;
    margin-top: 17px;
  }
  .section_news_top .btn_view {
    margin-top: 5px;
  }
  .section_news_top .table_list_container {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .section_news_top .table_list_title {
    padding-left: 0;
    width: 100%;
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .section_news_top .table_list .tableListA {
    width: 100%;
    padding-right: 8px;
  }
  .section_news_top .tableListA_item {
    padding: 0 1px;
    border: none;
    margin-bottom: 24px;
  }
  .section_news_top .tableListA_item:last-child {
    margin-bottom: 0;
  }
  .section_news_top .tableListA_item-date {
    font-size: 1rem;
    line-height: 11px;
    width: 70px;
    letter-spacing: 1px;
    margin-right: 5px;
  }
  .section_news_top .tableListA_item-text {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .section_news_top .tableListA_item:after {
    content: none;
  }
  .title_section_top {
    margin-bottom: 0;
  }
  .title_section_top_line {
    padding-bottom: 3px;
  }
  .title_section_top .text {
    font-size: 1.8rem;
    font-weight: 400;
  }
  .title_section_top span {
    display: none;
  }
  .section_business_top {
    padding-top: 11px;
    border-bottom: 1px solid #f3f3f3;
  }
  .section_business_top .title_section_top img {
    width: 22px;
    margin-top: 15px;
  }
  .section_business_top .text_section_top {
    margin-bottom: 6px;
  }
  .section_business_top .two_box {
    margin-top: 20px;
  }
  .section_business_top .two_box .title {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
  }
  .section_business_top .two_box .text_C {
    font-size: 1.3rem;
    line-height: 22px;
    display: block;
  }
  .section_business_top .two_box .two_box_titleA {
    font-size: 1.3rem;
    position: relative;
    text-align: right;
    margin-top: 12px;
  }
  .section_business_top .slick-slider .slick-arrow {
    position: absolute;
    top: 25%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 17px;
    height: 33px;
    text-indent: -9999px;
    border: none;
    z-index: 1;
    outline: none;
    cursor: pointer;
  }
  .section_business_top .slick-slider .slick-prev {
    left: -8px;
    background: url("/assets/img/arrow_blue_left.png") no-repeat;
    background-size: cover;
  }
  .section_business_top .slick-slider .slick-next {
    right: -8px;
    background: url("/assets/img/arrow_blue_right.png") no-repeat;
    background-size: cover;
  }
  .section_business_top .visualComponent {
    margin-bottom: 28px;
  }
  .section_recruitment_top {
    padding-top: 7px;
  }
  .section_recruitment_top .title_section_top img {
    width: 18px;
    margin-right: 11px;
    margin-top: 15px;
  }
  .section_recruitment_top .text_section_top {
    display: none;
  }
  .section_recruitment_top .visualComponent {
    margin-top: 3px;
  }
  .section_recruitment_top .two_box {
    margin-bottom: 20px;
  }
  .pickup_member {
    background-size: cover;
    margin-top: 20px;
    height: 166px;
    margin-bottom: 0;
  }
  .pickup_member_title1 {
    font-size: 1.8rem;
    padding-top: 65px;
  }
  .pickup_member_title2 {
    display: none;
  }
  .pickup_member_text {
    font-size: 1.2rem;
    line-height: 18px;
    margin: 0 auto;
  }
  .pickup_member .btn_top_white_container {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .slide-top .img_slide {
    height: 500px;
    width: auto;
    max-width: none;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    top: 0;
    height: 500px;
    width: auto;
    max-width: none;
    left: 50%;
  }
  .slide-top .img_slide_container {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    position: absolute;
    z-index: 1;
    top: 0;
    height: 500px;
    width: 100%;
    left: 0;
  }
  .slide-top .img_slide_container.is-show {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    transition: all 7s ease-in-out;
  }
}

@media only screen and (min-width: 1280px) {
  .slide-top .img_slide {
    height: auto;
    width: 100%;
    max-width: none;
  }
}

.wrapper .vision {
  width: 676px;
  margin: 94px auto 0;
  max-width: 100%;
}

.wrapper .vision .text_large {
  font-size: 3rem;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 10px;
}

.wrapper .vision .text_medium {
  line-height: 36px;
  margin-top: 59px;
}

.wrapper .vision_container {
  margin-top: 194px;
  text-align: center;
}

.wrapper .vision_logo {
  overflow: hidden;
}

.wrapper .vision_logo img {
  width: 116px;
  display: block;
  margin: 36px auto 0;
}

.wrapper .vision_title {
  font-size: 1.4rem;
  line-height: 14px;
  color: #595959;
  font-weight: 300;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  margin-top: 29px;
}

.wrapper .vision_img {
  width: 390px;
  display: block;
  margin: 52px auto 0;
}

.wrapper .vision_text {
  font-size: 1.2rem;
  line-height: 24px;
  color: #444;
  font-weight: 300;
  margin-top: 24px;
  text-align: left;
  letter-spacing: 0.75px;
}

.content_btn_message {
  margin-bottom: 105px;
}

@media only screen and (max-width: 768px) {
  .wrapper .vision {
    margin-top: 0;
    margin-bottom: 95px;
    padding-top: 25px;
  }
  .wrapper .vision .text_large {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .wrapper .vision .text_medium {
    line-height: 18px;
    margin-top: 13px;
  }
  .wrapper .vision_container {
    margin-top: 65px;
  }
  .wrapper .vision_logo img {
    width: 59px;
  }
  .wrapper .vision_title {
    font-size: 1.2rem;
    line-height: 12px;
    padding-bottom: 10px;
    margin-top: 17px;
  }
  .wrapper .vision_img {
    width: 221px;
    margin-top: 32px;
  }
  .wrapper .vision_text {
    line-height: 18px;
    margin-top: 37px;
  }
  .content_btn_message {
    margin-bottom: 49px;
  }
}
