@charset "UTF-8";
/* Scss Document */
.content-center {
  text-align: center;
  margin: auto;
}

.content-img_wrap {
  max-width: 750px;
  margin: 0 auto 4%;
}
@media screen and (min-width: 768px) {
  .content-img_wrap {
    margin: 0 auto 30px;
  }
}
.content-img_wrap figcaption {
  width: 90%;
  margin: auto;
  padding-bottom: 1%;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .content-img_wrap figcaption {
    width: 98%;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
}
.content-img_wrap p {
  position: relative;
  margin: 0 auto 2%;
}

/*  .page_company　会社店舗ページ
__________________________________________________________________*/
.page_company {
  background-color: #fff;
}
.page_company footer {
  z-index: 6;
  position: relative;
}
.page_company footer .footer_bottom {
  padding-bottom: 1em;
}
.page_company .fixed_btn-tp {
  position: fixed;
  z-index: 8000;
  bottom: 70px;
  right: 20px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .page_company .fixed_btn-tp {
    bottom: 80px;
    width: 60px;
  }
}
.page_company .fixed_btn-company {
  width: 100%;
  z-index: 4;
  position: fixed;
  bottom: 0;
}
.page_company .fixed_btn-company a {
  display: block;
}
.page_company .fixed_btn-formList {
  width: 100%;
  background-color: #fff;
  color: #fff;
}
.page_company .fixed_btn-formList.fixed_btn-3column .btn_form-item {
  width: 33%;
}
.page_company .fixed_btn-formList.fixed_btn-3column .btn_form-item:last-child {
  width: 34%;
}
.page_company .fixed_btn-formList .btn_form-item {
  width: 25%;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_company .fixed_btn-formList .btn_form-item {
    height: 64px;
    border-right: 2px solid #fff;
    font-size: 2rem;
  }
  .page_company .fixed_btn-formList .btn_form-item br {
    display: none;
  }
}
@media screen and (max-width: 321px) {
  .page_company .fixed_btn-formList .btn_form-item {
    font-size: 1.1rem;
  }
}
.page_company .fixed_btn-formList .btn_form-item:last-child {
  border-right: none;
  width: 25%;
}
.page_company .fixed_btn-formList a {
  background-color: #F15A24;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 321px) {
  .page_company .fixed_btn-formList a {
    letter-spacing: 0;
  }
}
.page_company .fixed_btn-formList a.btn_form-send {
  padding-left: 2.3em;
  background: url("../../img/front/common/ico_fix-send.svg") no-repeat 0.5em center #F15A24;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .page_company .fixed_btn-formList a.btn_form-send {
    background-position: 1em center;
    padding-left: 2.5em;
  }
}
.page_company .fixed_btn-formList a.btn_form-request {
  padding-left: 2.2em;
  background: url("../../img/front/form/ico_fix-request.svg") no-repeat 0.5em center #F15A24;
  background-size: 1.5em;
}
@media screen and (min-width: 768px) {
  .page_company .fixed_btn-formList a.btn_form-request {
    background-position: 1em center;
    padding-left: 2.5em;
  }
}
.page_company .fixed_btn-formList a.btn_form-clip {
  padding-left: 2.3em;
  background: url("../../img/front/common/ico_heart-01.svg") no-repeat 0.7em center #FF557E;
  background-size: 1.4em;
}
@media screen and (min-width: 768px) {
  .page_company .fixed_btn-formList a.btn_form-clip {
    background-position: 1.2em center;
    padding-left: 2.6em;
  }
}
.page_company .fixed_btn-formList a.btn_disabled {
  background-color: #ccc;
  pointer-events: none;
}
.page_company .main_container {
  background-color: #fff;
}
.page_company .main_container .h2_underline {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .main_container .h2_underline {
    font-size: 2.2rem;
  }
}
.page_company .main_container .h2_underline::after {
  content: "";
  display: block;
  text-align: center;
  padding-bottom: 2px;
  margin: auto;
  border-bottom: 2px solid #1F286F;
  width: 5em;
  height: 2px;
}
.page_company .section_main {
  max-width: 800px;
  margin: 20px auto 40px;
  background-color: #EFF5F9;
}
@media screen and (max-width: 768px) {
  .page_company .section_main {
    margin: 0 auto 5%;
  }
}
.page_company .section_main .main_img-inner {
  position: relative;
}
.page_company .section_main .main_img-inner::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.page_company .section_main .main_img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_main .main_img-inner .main_menuList-top {
  position: absolute;
  background: -ms-linear-gradient(90deg, #185032 0%, rgba(24, 80, 50, 0.11) 88.6%, rgba(24, 80, 50, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#185032', endColorstr='#185032' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#185032), color-stop(88.6%, rgba(24, 80, 50, 0.11)), to(rgba(24, 80, 50, 0)));
  background: linear-gradient(0deg, #185032 0%, rgba(24, 80, 50, 0.11) 88.6%, rgba(24, 80, 50, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#185032",endColorstr="#185032" , GradientType=0);
  width: 100%;
  bottom: 0;
}
.page_company .section_main .main_bottom-wrap {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .main_bottom-wrap {
    padding-top: 14px;
  }
}
.page_company .section_main .menuList li {
  color: #919191;
  width: 33%;
  text-align: center;
}
.page_company .section_main .menuList li span {
  display: block;
  padding: 1em 0 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .menuList li span {
    font-size: 1.1rem;
  }
}
.page_company .section_main .menuList li span::after {
  content: "";
  display: block;
  text-align: center;
  padding-bottom: 2px;
  margin: auto;
  border-bottom: 2px solid #D3DEE7;
  width: 5em;
  height: 2px;
}
.page_company .section_main .menuList li:nth-child(2n) {
  width: 34%;
}
.page_company .section_main .menuList li a {
  color: #fff;
  display: block;
}
.page_company .section_main .menuList li a:hover {
  color: #DD9713;
  opacity: 1;
}
.page_company .section_main .menuList li a:hover span::after {
  border-bottom: 2px solid #DD9713;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_company .section_main .main_menuList-bottom {
  margin-bottom: 1em;
}
.page_company .section_main .company_ct {
  width: 70%;
  color: #000;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .company_ct {
    font-size: 1.25rem;
  }
}
.page_company .section_main .schedule-update {
  width: 30%;
  color: #666;
  text-align: right;
  font-size: 1.8rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .schedule-update {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.page_company .section_main .schedule-update span {
  letter-spacing: 0;
}
.page_company .section_main .schedule-update span::before {
  content: "";
  background: url("../../img/front/form/ico_clock-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.4em;
}
.page_company .section_main .main_company-name {
  padding-bottom: 2%;
}
.page_company .section_main .main_company-name h2 {
  color: #1A1A1A;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .main_company-name h2 {
    font-size: 1.9rem;
  }
}
.page_company .section_main .main_company-name h3 {
  color: #1A1A1A;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .main_company-name h3 {
    font-size: 1.8rem;
  }
}
.page_company .section_main .main_company-name .furigana {
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 1%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .page_company .section_main .main_company-name .furigana {
    font-size: 1.2rem;
  }
}
.page_company .section_about {
  color: #000;
  background-color: #fff;
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_company .section_about {
    background-color: #EFF5F9;
    padding: 4%;
    margin-bottom: 5%;
    font-size: 1.3rem;
  }
}
.page_company .section_about span {
  color: #4D4D4D;
  font-weight: bold;
}
.page_company .section_about .section_about-inner {
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_about .section_about-inner {
    margin-top: 20px;
  }
}
.page_company .accordion-content {
  display: none;
  padding: 0;
}
.page_company .accordion-container {
  position: relative;
  width: 100%;
  margin: 1% auto 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .page_company .accordion-container {
    font-size: 1.2rem;
  }
}
.page_company .accordion-container .accordion-title {
  display: inline-block;
  position: relative;
  margin: 0 auto 0.5em;
  text-decoration: underline;
  color: #003396;
  cursor: pointer;
}
.page_company .accordion-container .accordion-title:hover {
  cursor: pointer;
}
.page_company .accordion-title {
  position: relative;
  width: 100%;
  height: 20px;
}
.page_company .accordion-title::after {
  content: "";
  position: absolute;
  top: 30%;
  margin-top: -15px;
  margin-left: calc(50% - 16px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: solid 2px #3D5C5C;
  border-right: solid 2px #3D5C5C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .page_company .accordion-title::after {
    width: 26px;
    height: 26px;
    margin-left: calc(50% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .page_company .accordion-title {
    height: 12px;
  }
}
.page_company .accordion-title.open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  margin-top: 0;
}
.page_company .section_event {
  background-color: #E6EEEE;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page_company .section_event {
    padding: 4% 0 4%;
    margin-bottom: 2%;
  }
}
.page_company .section_event .event_img-wrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_company .section_event .event_img-wrap {
    margin-bottom: 2%;
  }
}
.page_company .section_event .event_img-wrap::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.page_company .section_event .event_img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_company .section_event .event_img-wrap .event_img-bottom {
  position: absolute;
  position: absolute;
  background: -ms-linear-gradient(90deg, #185032 0%, rgba(24, 80, 50, 0.11) 88.6%, rgba(24, 80, 50, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#185032', endColorstr='#185032' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(#185032), color-stop(88.6%, rgba(24, 80, 50, 0.11)), to(rgba(24, 80, 50, 0)));
  background: linear-gradient(0deg, #185032 0%, rgba(24, 80, 50, 0.11) 88.6%, rgba(24, 80, 50, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#185032",endColorstr="#185032" , GradientType=0);
  width: 100%;
  bottom: 0;
}
.page_company .section_event .event_img-wrap .event_img-bottom h3 {
  color: #fff;
  padding: 10% 5% 2.5%;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .page_company .section_event .event_img-wrap .event_img-bottom h3 {
    font-size: 2rem;
  }
}
.page_company .section_event .event_detail-01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page_company .section_event .event_detail-01 {
    margin-bottom: 1%;
  }
}
.page_company .section_event .event_detail-01 .event_detail-list {
  width: 70%;
  margin-right: 4%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .page_company .section_event .event_detail-01 .event_detail-list {
    margin-right: 2.5%;
  }
}
.page_company .section_event .event_detail-01 .event_detail-VR {
  width: 18.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 768px) {
  .page_company .section_event .event_detail-01 .event_detail-VR {
    width: 20%;
  }
}
.page_company .section_event .event_detail-01 .event_detail-place {
  font-size: 0;
  margin-bottom: 0.5%;
  margin-top: 0.5%;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-01 .event_detail-place {
    margin-bottom: 1.5%;
    margin-top: 1.5%;
  }
}
.page_company .section_event .event_detail-01 .event_detail-place li {
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-01 .event_detail-place li {
    font-size: 1.8rem;
  }
}
.page_company .section_event .event_detail-01 .event_detail-place li::after {
  content: "｜";
  padding: 0 0.25em;
}
.page_company .section_event .event_detail-01 .event_detail-place li:last-child::after {
  content: "";
  padding: 0;
}
.page_company .section_event .event_detail-01 .classification {
  font-size: 1.2rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-01 .classification {
    font-size: 1.8rem;
  }
}
.page_company .section_event .event_detail-02 h3 {
  margin-bottom: 0.1em;
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-02 h3 {
    font-size: 3rem;
  }
}
.page_company .section_event .event_detail-02 .schedule-date {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-02 .schedule-date {
    font-size: 4.4rem;
  }
}
.page_company .section_event .event_detail-02 .schedule-date span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-02 .schedule-date span {
    font-size: 3.2rem;
  }
}
.page_company .section_event .event_detail-02 .schedule-date_caution {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_company .section_event .event_detail-02 .schedule-date_caution {
    font-size: 1.8rem;
  }
}
.page_company .section_whatsNew {
  background-color: #E2E2E2;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .page_company .section_whatsNew {
    padding: 4% 0 4%;
  }
}
.page_company .section_whatsNew h2 {
  background: url("../../img/front/company/bg_tit-whatsnew.svg") no-repeat center center;
  background-size: contain;
}
.page_company .section_whatsNew .whatsNew_list-wrap {
  background-color: #fff;
  padding: 4% 4% 2%;
}
.page_company .section_whatsNew .whatsNew_list {
  display: block;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
}
.page_company .section_whatsNew .whatsNew_list a {
  text-decoration: underline;
}
.page_company .section_whatsNew .whatsNew_list a:hover {
  text-decoration: none;
}
.page_company .section_whatsNew .whatsNew_list li {
  width: 100%;
  display: block;
  padding-bottom: 3%;
  border-bottom: 1px dashed #ABABAB;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list li {
    width: 31%;
    margin-right: 3.5%;
    border-bottom: none;
    margin-bottom: 0;
  }
  .page_company .section_whatsNew .whatsNew_list li:nth-child(3n) {
    margin-right: 0;
  }
}
.page_company .section_whatsNew .whatsNew_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list li dl {
    display: block;
  }
}
.page_company .section_whatsNew .whatsNew_list li dl dt {
  position: relative;
  width: 26%;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list li dl dt {
    width: 100%;
    margin-bottom: 2%;
  }
}
.page_company .section_whatsNew .whatsNew_list li dl dt::before {
  content: "";
  display: block;
  padding-top: 84%;
}
.page_company .section_whatsNew .whatsNew_list li dl dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_whatsNew .whatsNew_list li dl dd {
  width: 71%;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list li dl dd {
    width: 100%;
  }
}
.page_company .section_whatsNew .whatsNew_list .schedule-update {
  color: #666;
  text-align: right;
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list .schedule-update {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
.page_company .section_whatsNew .whatsNew_list .schedule-update::before {
  content: "";
  background: url("../../img/front/form/ico_clock-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list .schedule-update::before {
    background-size: 1em;
    padding-left: 1em;
    padding: 0.5em 0 0.5em 1em;
  }
}
.page_company .section_whatsNew .whatsNew_list h3 {
  color: #3D5C5C;
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list h3 {
    margin-bottom: 0.5em;
    font-size: 2rem;
    font-weight: bold;
  }
}
.page_company .section_whatsNew .whatsNew_list .whatsNew-txt {
  color: #3D5C5C;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_list .whatsNew-txt {
    font-size: 1.6rem;
  }
}
.page_company .section_whatsNew .whatsNew_link {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_link {
    text-align: right;
  }
}
.page_company .section_whatsNew .whatsNew_link a {
  color: #C20000;
  text-decoration: underline;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_whatsNew .whatsNew_link a {
    font-size: 1.8rem;
  }
}
.page_company .section_whatsNew .whatsNew_link a:hover {
  text-decoration: none;
}
.page_company .section_service {
  padding: 50px 0 10px;
}
@media screen and (max-width: 768px) {
  .page_company .section_service {
    padding: 5% 0 2%;
  }
}
.page_company .section_service .h2_squareShadow {
  position: relative;
  text-align: center;
  color: #231815;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #1F286F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 1em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page_company .section_service .h2_squareShadow {
    font-size: 2.6rem;
    padding: 0.5em 2em;
  }
}
.page_company .section_service .h2_squareShadow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  top: 100%;
  left: 8px;
  z-index: 1;
  background: url("../../img/front/company/bg_stripe-01.svg") repeat right top;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .page_company .section_service .h2_squareShadow::before {
    background-size: 5px;
  }
}
.page_company .section_service .h2_squareShadow::after {
  content: "";
  position: absolute;
  width: 8px;
  height: calc(100% - 8px);
  top: 8px;
  left: 100%;
  z-index: 1;
  background: url("../../img/front/company/bg_stripe-01.svg") repeat right top;
  background-size: 8px;
}
@media screen and (max-width: 768px) {
  .page_company .section_service .h2_squareShadow::after {
    background-size: 5px;
  }
}
.page_company .section_service .read_txt {
  font-size: 1.2rem;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .page_company .section_service .read_txt {
    font-size: 1.8rem;
  }
}
.page_company .section_features {
  padding: 0 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_features {
    padding: 0 0 40px;
  }
}
.page_company .section_features .keyword-list {
  margin-top: 3%;
  max-width: 97%;
  margin: 3% auto 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_features .keyword-list {
    text-align: center;
  }
}
.page_company .section_features .keyword-list li {
  color: #4d4d4d;
  display: inline-block;
  line-height: 2;
  font-size: 1.2rem;
  background-color: #e4eaea;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_features .keyword-list li {
    font-size: 2rem;
  }
}
.page_company .section_features .keyword-list li::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  line-height: 1;
  border-top: 1em solid #fff;
  border-right: 0.5em solid #e4eaea;
  border-bottom: 1em solid #fff;
  border-left: 0 solid #fff;
}
.page_company .section_features .keyword-list li span {
  padding: 0 0.5em 0 0;
}
.page_company .section_features .keyword-list li span::before {
  content: "";
  background: url("../../img/front/common/ico_tag-circle.svg") no-repeat left center;
  background-size: 0.5em;
  padding-left: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
}
.page_company .section_gallery {
  background-color: #666;
  padding: 4% 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_gallery {
    padding: 40px 0 40px;
  }
}
.page_company .section_gallery .h2_underline {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page_company .section_gallery .h2_underline {
    margin-bottom: 30px;
  }
}
.page_company .section_gallery .h2_underline::after {
  border-bottom: 2px solid #fff;
}
.page_company .section_gallery .shop_gallery-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_company .section_gallery .shop_gallery-cont li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.page_company .section_gallery .shop_gallery-cont li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_gallery .shop_gallery-cont li {
    width: 23.5%;
    margin-right: 2%;
  }
  .page_company .section_gallery .shop_gallery-cont li:nth-child(3n) {
    margin-right: 2%;
  }
  .page_company .section_gallery .shop_gallery-cont li:nth-child(4n) {
    margin-right: 0;
  }
}
.page_company .section_gallery .shop_gallery-cont li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_company .section_gallery .shop_gallery-cont li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_gallery .shop_gallery-cont li img:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page_company .section_gallery .txt-supplement {
  text-align: right;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_company .section_gallery .txt-supplement {
    font-size: 1.4rem;
  }
}
.page_company .section_ownerHouse {
  padding: 4% 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_ownerHouse {
    padding: 40px 0 40px;
  }
}
.page_company .section_ownerHouse .ownerHouse-list {
  margin-top: 3%;
}
.page_company .section_ownerHouse .ownerHouse-list li {
  position: relative;
  color: #fff;
  background: url("../../img/front/company/bg_owner-house.svg") no-repeat left center #0E589B;
  background-size: contain;
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .section_ownerHouse .ownerHouse-list li {
    font-size: 2rem;
  }
}
.page_company .section_ownerHouse .ownerHouse-list li .place {
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .page_company .section_ownerHouse .ownerHouse-list li .place {
    margin-right: 1em;
  }
}
.page_company .section_ownerHouse .ownerHouse-list li a {
  display: block;
  padding: 0.75em 1em 0.75em 1.5em;
  line-height: 1;
}
.page_company .section_ownerHouse .ownerHouse-list li .ownerHouse-tit {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_company .section_ownerHouse .ownerHouse-list li .VR_link {
  position: absolute;
  text-align: right;
  background-color: #C20000;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0.75em 0.5em;
}
.page_company .section_ownerHouse .ownerHouse-list li .VR_link::after {
  content: "";
  background: url("../../img/front/company/ico_arrow-01.svg") no-repeat right center;
  padding-right: 1em;
  margin-left: 0.25em;
}
.page_company .section_interview {
  background: -ms-linear-gradient(90deg, white 0%, #eff5f9 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF5F9' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#eff5f9));
  background: linear-gradient(0deg, white 0%, #eff5f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EFF5F9",endColorstr="#FFFFFF" , GradientType=0);
  padding: 4% 0 1%;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview {
    padding: 40px 0 20px;
  }
}
.page_company .section_interview .interview_profile {
  width: 100%;
  margin-top: 3%;
  padding-bottom: 3%;
  border-bottom: 1px solid #424242;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    border: none;
    padding-bottom: 0;
  }
}
.page_company .section_interview .interview_profile .interview_profile-img {
  width: 100%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-img {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
  }
}
.page_company .section_interview .interview_profile .interview_profile-txt {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt {
    width: 48%;
  }
}
.page_company .section_interview .interview_profile .interview_profile-txt dt {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dt {
    margin-top: 0.25em;
    font-size: 2.4rem;
  }
}
.page_company .section_interview .interview_profile .interview_profile-txt dt .interview_profile-name {
  margin-right: 0.5em;
  font-weight: bold;
}
.page_company .section_interview .interview_profile .interview_profile-txt dt .profile_category-pro {
  color: #fff;
  background-color: #DD4B4F;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dt .profile_category-pro {
    font-size: 1.8rem;
  }
}
.page_company .section_interview .interview_profile .interview_profile-txt dt .profile_category-01 {
  color: #fff;
  background-color: #424242;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dt .profile_category-01 {
    font-size: 1.8rem;
  }
}
.page_company .section_interview .interview_profile .interview_profile-txt dt span:last-child {
  margin-right: 0;
}
.page_company .section_interview .interview_profile .interview_profile-txt dd {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page_company .section_interview .interview_profile .interview_profile-txt dd {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}
.page_company .section_interview .interviewer_profile {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 3%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile {
    padding: 20px 5%;
    background-color: #fff;
    border-top: 1px solid #E6EEEE;
    border-bottom: 1px solid #E6EEEE;
  }
}
.page_company .section_interview .interviewer_profile h3 {
  color: #424242;
  margin-bottom: 0.25em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile h3 {
    font-size: 1.8rem;
  }
}
.page_company .section_interview .interviewer_profile .interviewer-ico {
  width: 10%;
  margin-right: 3%;
}
.page_company .section_interview .interviewer_profile .interviewer-ico img {
  border-radius: 50%;
}
.page_company .section_interview .interviewer_profile .interviewer-txt {
  width: 87%;
  letter-spacing: 0;
}
.page_company .section_interview .interviewer_profile .interviewer-txt dt {
  margin-bottom: 0.2em;
}
.page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer-name {
  margin-right: 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer-name {
    font-size: 1.8rem;
  }
}
.page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer_category-01 {
  color: #fff;
  background-color: #424242;
  padding: 0.1em 0.7em;
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer_category-01 {
    font-size: 1.6rem;
  }
}
.page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer_category-pro {
  color: #fff;
  background-color: #DD4B4F;
  padding: 0.1em 0.7em;
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile .interviewer-txt dt .interviewer_category-pro {
    font-size: 1.6rem;
  }
}
.page_company .section_interview .interviewer_profile .interviewer-txt dt span:last-child {
  margin-right: 0;
}
.page_company .section_interview .interviewer_profile .interviewer-txt dd {
  line-height: 1.35;
  font-size: 1.1rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interviewer_profile .interviewer-txt dd {
    font-size: 1.6rem;
  }
}
.page_company .section_interview .interview-wrap {
  margin: 0 auto 3%;
  max-width: 1000px;
  width: 90%;
}
.page_company .section_interview .interview-wrap h3 {
  margin-bottom: 0.25em;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview-wrap h3 {
    font-size: 3.2rem;
  }
}
.page_company .section_interview .interview-wrap h4 {
  margin-bottom: 0.25em;
  font-size: 1.75rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview-wrap h4 {
    font-size: 2.8rem;
  }
}
.page_company .section_interview .interview-wrap .interview-txt {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_interview .interview-wrap .interview-txt {
    font-size: 1.8rem;
  }
}
.page_company .section_message {
  background-color: #EAF4F9;
  padding: 0 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_message {
    padding: 40px 0 40px;
  }
}
.page_company .section_message .message_read-img {
  margin-bottom: 3%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page_company .section_message .message_read-img li {
  position: relative;
  width: 30%;
}
.page_company .section_message .message_read-img li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page_company .section_message .message_read-img li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_message .message_read-img li:nth-of-type(2) {
  width: 40%;
}
.page_company .section_message .message_read-img li:nth-of-type(2)::before {
  padding-top: 75%;
}
.page_company .section_message h3 {
  color: #231815;
  text-align: center;
  margin-bottom: 1.25em;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_message h3 {
    font-size: 2.8rem;
  }
}
.page_company .section_message .message_prof dt {
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
}
.page_company .section_message .message_prof-degree {
  margin-bottom: 0.75em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_message .message_prof-degree {
    font-size: 2rem;
  }
}
.page_company .section_message .message_prof-name {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_message .message_prof-name {
    font-size: 2.6rem;
  }
}
.page_company .section_message .message_prof-nameEn {
  margin-bottom: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_message .message_prof-nameEn {
    font-size: 2.2rem;
  }
}
.page_company .section_message .message_prof-txt {
  color: #000;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_message .message_prof-txt {
    font-size: 1.8rem;
  }
}
.page_company .section_branch {
  background-color: #E8E8F0;
  padding: 4% 0 5%;
}
@media screen and (min-width: 768px) {
  .page_company .section_branch {
    padding: 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_company .section_branch {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .page_company .section_branch .company-content-tit {
    text-align: center;
  }
}
.page_company .section_branch .branch_store-list {
  width: 90%;
  max-width: 1280px;
  color: #fff;
  margin: 3% auto 0;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .page_company .section_branch .branch_store-list {
    margin: 30px auto 0;
    overflow-x: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page_company .section_branch .branch_store-list .branch_store-item {
  background-color: #3D5C5C;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_branch .branch_store-list .branch_store-item {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 23.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
  }
  .page_company .section_branch .branch_store-list .branch_store-item:nth-child(4n) {
    margin-right: 0;
  }
}
.page_company .section_branch .branch_store-list .branch_store-item:last-child {
  margin-right: 0;
}
.page_company .section_branch .branch_store-list .branch_store-item dt {
  position: relative;
}
.page_company .section_branch .branch_store-list .branch_store-item dt::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.page_company .section_branch .branch_store-list .branch_store-item dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_branch .branch_store-list .branch_store-item dd {
  display: block;
  text-align: center;
  padding: 0.75em 1em;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .page_company .section_branch .branch_store-list .branch_store-item dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .page_company .section_branch .branch_store-list .branch_store-item dd {
    font-size: 1.4rem;
  }
}
.page_company .section_information {
  background-color: #fff;
  padding: 4% 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_information {
    padding: 40px 0 40px;
  }
}
.page_company .section_information .information-wrap {
  border-bottom: 1px solid #6D6D6D;
}
.page_company .section_information .information-wrap dl {
  border-top: 1px solid #C4C4C4;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .page_company .section_information .information-wrap dl {
    display: block;
    font-size: 1.3rem;
    padding: 1em 0.75em;
  }
}
.page_company .section_information .information-wrap dl dt {
  width: 28%;
  margin-right: 2%;
  color: #4D4D4D;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .page_company .section_information .information-wrap dl dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25em;
  }
}
.page_company .section_information .information-wrap dl dd {
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .page_company .section_information .information-wrap dl dd {
    width: 100%;
  }
}
.page_company .section_access {
  background-color: #fff;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_access {
    padding: 40px 0;
  }
}
.page_company .section_access iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .page_company .section_access iframe {
    height: 220px;
  }
}
.page_company .section_logo {
  background-color: #fff;
  padding: 4% 0 4%;
}
@media screen and (min-width: 768px) {
  .page_company .section_logo {
    padding: 30px 0 40px;
  }
}
.page_company .section_logo .logo_img-wrap {
  display: block;
  margin: 0 auto 2%;
  text-align: center;
}
.page_company .section_logo .logo_img-wrap img {
  max-width: 50%;
  max-height: 130px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page_company .section_logo .logo_img-wrap img {
    max-width: 70%;
    max-height: 60px;
  }
}
.page_company .section_staff {
  background-color: #EAF4F9;
  padding: 4% 0 4%;
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff {
    padding: 40px 0 40px;
  }
}
.page_company .section_staff .company-content-tit {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .company-content-tit {
    padding: 0 5%;
  }
}
.page_company .section_staff .staff_list li {
  padding: 3% 0;
  border-bottom: 1px solid #C4C4C4;
  margin: auto;
}
.page_company .section_staff .staff_list li:last-child {
  border: none;
}
.page_company .section_staff .staff_list li:first-child {
  padding: 1% 0 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list li:first-child {
    padding: 1% 5% 3%;
  }
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list li {
    padding: 3% 5%;
  }
}
.page_company .section_staff .staff_list-img {
  width: 30%;
  margin-right: 4%;
}
.page_company .section_staff .staff_list-detail {
  width: 66%;
}
.page_company .section_staff .staff_list-detail dt {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list-detail dt {
    margin-top: 0.25em;
    font-size: 2.4rem;
  }
}
.page_company .section_staff .staff_list-detail dt .staff_profile-name {
  margin-right: 0.5em;
  font-weight: bold;
}
.page_company .section_staff .staff_list-detail dt .staff_category-pro {
  color: #fff;
  background-color: #DD4B4F;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list-detail dt .staff_category-pro {
    font-size: 1.8rem;
  }
}
.page_company .section_staff .staff_list-detail dt .staff_category-01 {
  color: #fff;
  background-color: #424242;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list-detail dt .staff_category-01 {
    font-size: 1.8rem;
  }
}
.page_company .section_staff .staff_list-detail dt span:last-child {
  margin-right: 0;
}
.page_company .section_staff .staff_list-detail dd {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_company .section_staff .staff_list-detail dd {
    font-size: 1.8rem;
  }
}
.page_company .section_staff .staff_list-detail dd.staff_profile-comment {
  margin-top: 1em;
  border: 2px solid #81A9A9;
  padding: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page_company .section_staff .staff_list-detail dd.staff_profile-comment {
    margin-top: 0.75em;
    border: 1px solid #81A9A9;
    padding: 0.75em;
  }
}
.page_company .section_blog {
  background: url("../../img/front/company/bg_stripe-02.jpg") repeat left top;
  background-size: 31px;
  padding: 4% 0 4%;
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog {
    background-size: 62px;
    padding: 40px 0 40px;
    margin-top: 0;
  }
}
.page_company .section_blog .h2_underline::after {
  border-bottom: 2px solid #006837;
}
.page_company .section_blog .section_blog-inner {
  background-color: #fff;
  padding: 3% 5%;
}
.page_company .section_blog .section_blog-item {
  border-bottom: 1px dashed #ABABAB;
  padding: 0 0 3%;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .section_blog-item {
    border-bottom: 2px dashed #ABABAB;
  }
}
.page_company .section_blog .blog_ct_date-wrap {
  margin-bottom: 0.5em;
}
.page_company .section_blog .blog_ct_date-wrap .blog_ct {
  width: 70%;
  color: #C20000;
  font-size: 1.3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_ct_date-wrap .blog_ct {
    font-size: 2rem;
  }
}
.page_company .section_blog .blog_ct_date-wrap .blog_ct .new {
  color: #fff;
  background-color: #C20000;
  padding: 0.25em 1em;
  margin-right: 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_ct_date-wrap .blog_ct .new {
    font-size: 1.6rem;
  }
}
.page_company .section_blog .blog_ct_date-wrap a:hover {
  text-decoration: underline;
}
.page_company .section_blog .blog_ct_date-wrap .blog_date {
  width: 30%;
  color: #666;
  text-align: right;
  font-size: 1.8rem;
}
.page_company .section_blog .blog_ct_date-wrap .blog_date::before {
  content: "";
  background: url("../../img/front/form/ico_clock-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.4em;
}
@media screen and (max-width: 768px) {
  .page_company .section_blog .blog_ct_date-wrap .blog_date {
    font-size: 1.2rem;
  }
}
.page_company .section_blog .blog_tit_img-wrap {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_tit_img-wrap {
    margin-bottom: 20px;
  }
}
.page_company .section_blog .blog_tit_img-wrap a {
  text-decoration: underline;
}
.page_company .section_blog .blog_tit_img-wrap a:hover {
  text-decoration: none;
}
.page_company .section_blog .blog_tit_img-wrap h3 {
  color: #3D5C5C;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_tit_img-wrap h3 {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
.page_company .section_blog .blog_tit_img-wrap p {
  width: 40%;
  margin-right: 3%;
  position: relative;
}
.page_company .section_blog .blog_tit_img-wrap p::before {
  content: "";
  display: block;
  padding-top: 55%;
}
.page_company .section_blog .blog_tit_img-wrap p img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.page_company .section_blog .blog_tit_img-wrap.flex h3 {
  width: 57%;
}
.page_company .section_blog .blog_staff-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_staff-wrap {
    padding: 20px 25px;
    background-color: #efefef;
  }
}
.page_company .section_blog .blog_staff-wrap .blog_staff-ico {
  width: 10%;
  margin-right: 3%;
}
.page_company .section_blog .blog_staff-wrap .blog_staff-ico img {
  border-radius: 50%;
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt {
  width: 87%;
  letter-spacing: 0;
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dt {
  margin-bottom: 0.2em;
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff-name {
  margin-right: 0.5em;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff-name {
    font-size: 1.8rem;
  }
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff_category-01 {
  color: #fff;
  background-color: #424242;
  padding: 0.1em 0.7em;
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff_category-01 {
    font-size: 1.6rem;
  }
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff_category-pro {
  color: #fff;
  background-color: #DD4B4F;
  padding: 0.1em 0.7em;
  margin-right: 0.5em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_staff-wrap .blog_staff-txt dt .blog_staff_category-pro {
    font-size: 1.6rem;
  }
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dt span:last-child {
  margin-right: 0;
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt dd {
  line-height: 1.35;
  font-size: 1.1rem;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_staff-wrap .blog_staff-txt dd {
    font-size: 1.6rem;
  }
}
.page_company .section_blog .blog_staff-wrap .blog_staff-txt .blog_staff-prof02 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page_company .section_blog .blog_link-wrap {
  text-align: center;
  color: #C20000;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .page_company .section_blog .blog_link-wrap {
    font-size: 2rem;
  }
}
.page_company .section_blog .blog_link-wrap a {
  text-decoration: underline;
}
.page_company .section_blog .blog_link-wrap a:hover {
  text-decoration: none;
}

/* 変更220225 */
.company-content-tit {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .company-content-tit {
    font-size: 2.4rem;
  }
}

.company-menu-wrap {
  background-color: #fff;
  padding: 5% 0;
  display: block;
}

.company-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: auto;
}
.company-menu-list li {
  width: 46%;
  margin: 1.5% 2%;
}
.company-menu-list .company-menu-btn {
  position: relative;
  border: 2px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 0.5em;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .company-menu-list .company-menu-btn {
    font-size: 2rem;
  }
}
.company-menu-list .company-menu-btn::after {
  content: "→";
}
.company-menu-list .company-menu-btn:hover {
  color: #F7931E;
  border-color: #F7931E;
  opacity: 1;
}
.company-menu-list .company-menu-btn.active {
  color: #F7931E;
  border-color: #F7931E;
}
.company-menu-list .company-menu-btn.btn_disabled {
  color: #999;
  border-color: #999;
  pointer-events: none;
}

.company-about {
  margin-bottom: 5%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .company-about {
    font-size: 1.8rem;
  }
}

.company-about-tit {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .company-about-tit {
    font-size: 2.4rem;
  }
}
.company-about-tit span {
  background-color: #FEFCD3;
  padding: 0.2em 0.5em;
  margin-left: -0.5em;
}

.company-about_acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-about_acc-txt {
  line-height: 1.5;
  overflow: hidden;
}
.company-about_acc-txt.is-open {
  height: 100% !important;
}

.company-about_acc-btn {
  width: 58px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company-about_acc-btn.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-about_acc-btn:hover {
  opacity: 0.7;
}

.company-event {
  background-color: #FDFAD6;
  padding: 5% 0;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .company-event {
    padding: 40px 0;
    margin-bottom: 0;
  }
}

.company-event-inner {
  margin: auto;
  max-width: 800px;
  width: 96%;
}

.company-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 2%;
  letter-spacing: 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .company-event-item {
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company-event-item .company-event-txt {
  width: 64%;
}
.company-event-item .company-event-img {
  width: 36%;
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
}
.company-event-item .company-event-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.company-event-item .company-event-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.company-event-item .btn_VR {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .company-event-item .btn_VR {
    font-size: 1.8rem;
  }
}
.company-event-item .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.company-event-item .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}
.company-event-item .company-event-ct {
  background-color: #BBE1F8;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  padding: 0.25em 2%;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-ct {
    font-size: 1.6rem;
  }
}
.company-event-item .company-event-ct.ct_blue {
  background-color: #BBE1F8;
}
.company-event-item .company-event-ct.ct_orange {
  background-color: #FCC062;
}
.company-event-item .company-event-date {
  padding-left: 2%;
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-date {
    font-size: 2.6rem;
    padding-top: 0.1em;
  }
}
.company-event-item .company-event-time {
  padding-left: 2%;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-time {
    font-size: 1.8rem;
  }
}
.company-event-item .company-event-item-tit {
  padding-left: 2%;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-item-tit {
    font-size: 2.4rem;
  }
}
.company-event-item .txt_blue {
  color: #29ABE2;
  font-weight: bold;
}
.company-event-item .txt_red {
  color: #ED1C24;
  font-weight: bold;
}
.company-event-item .company-event-comingSoon {
  text-align: center;
  color: #C20000;
  font-size: 3.7rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 6% 2%;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-comingSoon {
    padding: 20px;
  }
}
.company-event-item .company-event-logo {
  width: 79px;
  margin-right: 10px;
  display: inline;
}
@media screen and (min-width: 768px) {
  .company-event-item .company-event-logo {
    width: 110px;
  }
}

.company-news {
  background-color: #E8E8F0;
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .company-news {
    padding: 40px 0;
  }
}
.company-news .company-news-heading {
  font-size: 1.3rem;
  line-height: 1.2;
  vertical-align: bottom;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .company-news .company-news-heading {
    font-size: 2rem;
  }
}
.company-news .company-news-heading span {
  color: #C20000;
  font-size: 3rem;
  margin-left: 0.5em;
  margin-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .company-news .company-news-heading span {
    font-size: 3.6rem;
  }
}

.company-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto 3%;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .company-news-inner {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .company-news-inner {
    padding: 0 2%;
  }
}

.company-news-item {
  background-color: #fff;
  padding: 2%;
  width: 32%;
  min-width: 180px;
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .company-news-item {
    padding: 20px;
  }
}
.company-news-item:nth-child(3n) {
  margin-right: 0;
}

.company-news-tit {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  margin-top: 0.25em;
}
@media screen and (min-width: 768px) {
  .company-news-tit {
    font-size: 2rem;
  }
}

.company-news-update {
  color: #666;
  text-align: right;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .company-news-update {
    font-size: 1.6rem;
  }
}
.company-news-update::before {
  content: "";
  background: url("../../img/front/form/ico_clock-01.svg") no-repeat left center;
  background-size: 1.2em;
  padding-left: 1.2em;
  padding: 0.6em 0 0.6em 1.2em;
  margin-right: 0.4em;
}

.company-view_more-wrap {
  text-align: right;
}
.company-view_more-wrap .company-view_more {
  color: #216887;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .company-view_more-wrap .company-view_more {
    font-size: 2rem;
  }
}
.company-view_more-wrap .company-view_more:hover {
  text-decoration: none;
  opacity: 1;
}

.company-point {
  position: relative;
  max-width: 800px;
  margin: 5% auto 34px;
  background-color: #FCEE21;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .company-point {
    margin: 40px auto 44px;
  }
}
.company-point::after {
  content: "";
  position: absolute;
  background: url("../../img/front/company/bg_bubble-02.svg") no-repeat center top;
  background-size: 126px;
  display: block;
  width: 126px;
  height: 24px;
  margin: auto;
  bottom: -23px;
  left: 0;
  right: 0;
}
.company-point .company-point-inner {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.company-point .company-point-inner::after {
  content: "";
  position: absolute;
  background: url("../../img/front/company/bg_bubble-01.svg") no-repeat center top;
  background-size: 126px;
  display: block;
  width: 126px;
  height: 24px;
  margin: auto;
  bottom: -23px;
  left: 0;
  right: 0;
}
.company-point .company-point-tit {
  color: #495F5F;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0.5em 4% 0.25em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .company-point .company-point-tit {
    font-size: 2.6rem;
    padding: 0.5em 20px 0.25em;
  }
}
.company-point .company-point-biz {
  color: #000;
  background-color: #FEFCD3;
  padding: 0.5em 4%;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .company-point .company-point-biz {
    font-size: 1.8rem;
    padding: 0.5em 20px;
  }
}
.company-point .company-point-biz span {
  color: #4D4D4D;
  font-weight: bold;
  margin-right: 0.5em;
}
.company-point .company-point-index {
  font-size: 1.6rem;
  padding: 0.5em 2% 0.5em 4%;
}
@media screen and (min-width: 768px) {
  .company-point .company-point-index {
    font-size: 2rem;
    padding: 0.5em 20px;
  }
}
.company-point .company-point-index li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.company-point .company-point-index a {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  text-decoration: underline;
}
.company-point .company-point-index a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.company-point .company-point-index .ico-logo::before {
  content: "";
  background: url("../../img/front/common/img_logomark.png") no-repeat left top;
  background-size: 1.5em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.company-point .company-point-index .ico-leaf::before {
  content: "";
  background: url("../../img/front/company/ico_leaf-01.svg") no-repeat left 2px;
  background-size: 1.5em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 2px;
  left: 0;
}

.company-feature {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .company-feature {
    margin-bottom: 40px;
  }
}
.company-feature .company-feature-tit {
  color: #231815;
  background-repeat: no-repeat;
  background-color: #FEFCD3;
  border-bottom: 1px solid #F7931E;
  border-right: 1px solid #F7931E;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.25em 4em;
  margin-bottom: 0.75em;
  min-height: 3.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .company-feature .company-feature-tit {
    font-size: 2.6rem;
  }
}
.company-feature .company-feature-tit.ico-logo {
  background-image: url("../../img/front/company/ico_logomark-01.png");
  background-position: 2px bottom;
  background-size: 3.5em;
}
.company-feature .company-feature-tit.ico-leaf {
  background-image: url("../../img/front/company/ico_leaf-01.svg");
  background-position: 0.5em center;
  background-size: 3em;
}
.company-feature .company-feature-txt {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .company-feature .company-feature-txt {
    font-size: 1.8rem;
  }
}

.company-achievement {
  background-color: #E8E8F0;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  .company-achievement {
    padding: 40px 0 60px;
  }
}
.company-achievement .company-achievement-tit {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .company-achievement .company-achievement-tit {
    font-size: 2rem;
  }
}

.company-achievement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company-achievement-item {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  font-size: 1.2rem;
}
.company-achievement-item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .company-achievement-item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    font-size: 1.8rem;
  }
  .company-achievement-item:nth-child(2n) {
    margin-right: 3.5%;
  }
  .company-achievement-item:nth-child(3n) {
    margin-right: 0;
  }
}
.company-achievement-item .company-achievement-img .ofi-wrap {
  position: relative;
  display: block;
}
.company-achievement-item .company-achievement-img .ofi-wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.company-achievement-item .company-achievement-img .ofi-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.company-achievement-item .company-achievement-txt {
  line-height: 1.4;
  margin-top: 0.25em;
}
.company-achievement-item .company-achievement-ico-wrap {
  position: absolute;
  top: 2px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .company-achievement-item .company-achievement-ico-wrap {
    height: 47px;
  }
}
.company-achievement-item .company-achievement-ico {
  width: 24px;
  height: 24px;
  padding: 3px;
  margin-right: 3px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  line-height: 1;
  font-size: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .company-achievement-item .company-achievement-ico {
    width: 47px;
    height: 47px;
    padding: 6px;
  }
}
.company-achievement-item .btn_VR {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .company-achievement-item .btn_VR {
    font-size: 1.8rem;
  }
}
.company-achievement-item .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.company-achievement-item .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}

.company-achievement-link {
  text-align: center;
}

.company-point_bnr {
  text-align: left;
  background: url("../../img/front/common/ico_pen-01.svg") no-repeat 0.75em center;
  background-size: 2.75em;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  display: inline-block;
  padding: 0.5em 1em 0.5em 4em;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .company-point_bnr {
    font-size: 2rem;
    padding: 0.75em 1.5em 0.75em 4em;
  }
}
@media screen and (max-width: 375px) {
  .company-point_bnr {
    display: block;
    width: 100%;
  }
}
.company-point_bnr:hover {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
}

.company-modelhouse {
  background-color: #fff;
  padding: 7% 0;
}
@media screen and (min-width: 768px) {
  .company-modelhouse {
    padding: 40px 0;
  }
}

.company-modelhouse-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 3%;
  margin-bottom: 3%;
  border-bottom: 1px dashed #ABABAB;
}
@media screen and (min-width: 768px) {
  .company-modelhouse-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed #ABABAB;
  }
}
.company-modelhouse-item .company-modelhouse-img {
  width: 37%;
  position: relative;
}
.company-modelhouse-item .company-modelhouse-txt {
  width: 60.7%;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .company-modelhouse-item .company-modelhouse-txt {
    font-size: 1.8rem;
  }
}
.company-modelhouse-item .ofi-wrap {
  position: relative;
  display: block;
}
.company-modelhouse-item .ofi-wrap::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.company-modelhouse-item .ofi-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.company-modelhouse-item .btn_VR {
  position: absolute;
  z-index: 2;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .company-modelhouse-item .btn_VR {
    font-size: 1.8rem;
  }
}
.company-modelhouse-item .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.company-modelhouse-item .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}
.company-modelhouse-item .company-modelhouse-tit {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .company-modelhouse-item .company-modelhouse-tit {
    font-size: 2.6rem;
  }
}

.company-message_acc {
  display: block;
}

.company-message_acc-txt {
  line-height: 1.75;
  overflow: hidden;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .company-message_acc-txt {
    font-size: 1.8rem;
  }
}
.company-message_acc-txt.is-open {
  height: 100% !important;
}

.company-message_acc-btn {
  width: 58px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin: 10px auto 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company-message_acc-btn.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.company-message_acc-btn:hover {
  opacity: 0.7;
}

.company-overview {
  padding: 3% 0 7%;
  border-bottom: 1px solid #666;
}
@media screen and (min-width: 768px) {
  .company-overview {
    padding: 20px 0 70px;
  }
}
.company-overview .company-overview-inner {
  max-width: 1000px;
  width: 94%;
  margin: auto;
}
.company-overview .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .company-overview .tab-group {
    margin-bottom: 20px;
  }
}
.company-overview .tab {
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.75em;
  border-right: 2px solid #29ABE2;
  border-bottom: 2px solid #29ABE2;
  width: 49%;
}
@media screen and (min-width: 768px) {
  .company-overview .tab {
    font-size: 2.2rem;
  }
}
.company-overview .tab.is-active {
  background-color: #F3F6FC;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.company-overview .panel-group {
  border-top: none;
  background-color: #F3F6FC;
  padding: 4% 2% 2%;
}
@media screen and (min-width: 768px) {
  .company-overview .panel-group {
    padding: 30px;
  }
}
.company-overview .panel {
  display: none;
}
.company-overview .panel.is-show {
  display: block;
}
.company-overview .panel .company-overview-item {
  border-bottom: 2px dashed #C4C4C4;
}
.company-overview .panel .company-overview-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.company-overview .panel .company-overview-item.bb_solid {
  border-bottom: 2px solid #C4C4C4;
}

.company-overview-item {
  padding: 0 1% 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .company-overview-item {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.company-overview-item dt {
  font-size: 1.3rem;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.5;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .company-overview-item dt {
    font-size: 2rem;
  }
}
.company-overview-item dd {
  letter-spacing: 0;
}

.company-overview-link {
  color: #4D4D4D;
  background: url("../../img/front/common/ico_arrow-right03.png") no-repeat #fff;
  background-position: right 0.5em center;
  background-size: 0.7em;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 0.5em 1.75em 0.5em 0.75em;
  display: inline-block;
}

.company-recommend {
  background-color: #E8E8F0;
  padding: 7% 0 7% 5%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .company-recommend {
    padding: 40px 0% 40px 5%;
    margin-bottom: 2px;
  }
}
.company-recommend.company-recommendInfo {
  background-color: #E0E5E5;
}
.company-recommend.company-recommendInfo .company-content-tit {
  color: #3D5C5C;
}

.company-recommend-inner {
  margin: auto;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.company-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .company-recommend-list {
    margin-left: -20px;
  }
}

.company-recommend-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: 150px;
  padding-left: 10px;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .company-recommend-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
            flex: 0 0 278px;
    width: 278px;
    padding-left: 20px;
  }
}
.company-recommend-item:last-child {
  position: relative;
}
.company-recommend-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .company-recommend-item:last-child::after {
    width: 20px;
  }
}
.company-recommend-item .company-recommend-txt {
  display: block;
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .company-recommend-item .company-recommend-txt {
    font-size: 1.8rem;
  }
}

.company-recommend-img {
  position: relative;
}
.company-recommend-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.company-recommend-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}

.company-recommendInfo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
}
@media screen and (min-width: 768px) {
  .company-recommendInfo-list {
    margin-left: -18px;
  }
}

.company-recommendInfo-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  padding-left: 8px;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .company-recommendInfo-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    width: 200px;
    padding-left: 18px;
  }
}
.company-recommendInfo-item:last-child {
  position: relative;
}
.company-recommendInfo-item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 8px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  .company-recommendInfo-item:last-child::after {
    width: 18px;
  }
}
.company-recommendInfo-item .company-recommendInfo-txt {
  display: block;
  margin-top: 0.5em;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .company-recommendInfo-item .company-recommendInfo-txt {
    font-size: 1.6rem;
  }
}

.company-link-bottom {
  text-align: left;
  font-size: 1.2rem;
  padding: 0 5% 5%;
}
@media screen and (min-width: 768px) {
  .company-link-bottom {
    text-align: center;
    font-size: 1.8rem;
    padding: 1em 5%;
  }
}
.company-link-bottom a {
  color: #3D5C5C;
  text-decoration: underline;
}
.company-link-bottom a:hover {
  text-decoration: none;
}