@charset "UTF-8";
/* メディアクエリ　======================================================================================
==================================================================================================*/
.br_tabonly {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .br_tabonly {
    display: block;
  }
}

.br_414only {
  display: none;
}

@media screen and (max-width: 569px) {
  .br_414only {
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .br_414only {
    display: none;
  }
}

#remotework .column3_area, #remotework .leftimg_area {
  max-width: 960px;
}

#remotework .column3_area {
  margin-top: 0;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  #remotework .column3_area {
    margin-bottom: 10px;
  }
}

#remotework .case_list_block {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#remotework .case_list_block a {
  width: 37%;
}

@media screen and (max-width: 767px) {
  #remotework .case_list_block a {
    width: 84%;
  }
}

@media screen and (max-width: 940px) {
  #remotework .case_list_block a {
    margin: 0 10px 10px 0 !important;
  }
}

@media screen and (max-width: 940px) {
  #remotework .case_list_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #remotework .case_list_block {
    width: 100%;
  }
  #remotework .case_list_block a + a {
    margin-top: 10px !important;
  }
  #remotework .case_list_block a {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #remotework .g_section_block {
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  #remotework .g_section_block.remote_firstblock {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 940px) {
  .br_hideunder940 {
    display: none;
  }
}

.bg_blue {
  background-color: #008696;
}

.round_btn_area {
  text-align: center;
}

.round_btn_area .round_btn_link {
  display: block;
  color: #008696;
  border: 1px solid #008696;
  background-color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  width: 170px;
  text-align: center;
  padding: 14px 0;
  -webkit-transition: ease-out 0.2s background-color;
  transition: ease-out 0.2s background-color;
  cursor: pointer;
}

.round_btn_area .round_btn_link_txt {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
}

.round_btn_area .round_btn_link_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 4px;
  right: -16px;
  border-left: 1.5px solid #008696;
  border-bottom: 1.5px solid #008696;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.2s top ease;
  transition: 0.2s top ease;
}

.round_btn_area .round_btn_link:hover {
  background-color: #008696;
  border: 1px solid #ffffff;
}

.round_btn_area .round_btn_link:hover .round_btn_link_txt {
  color: #ffffff;
}

.round_btn_area .round_btn_link:hover .round_btn_link_txt:after {
  border-left: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  top: 6px;
}

.round_btn_area .round_btn_link.link_service {
  display: none;
}

@media screen and (max-width: 767px) {
  .round_btn_area .round_btn_link.link_service {
    display: block;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #000000;
    color: #000000;
    background: none;
  }
  .round_btn_area .round_btn_link.link_service .round_btn_link_txt:after {
    border-left: 1.5px solid #000000;
    border-bottom: 1.5px solid #000000;
  }
  .round_btn_area .round_btn_link.link_service:hover .round_btn_link_txt {
    color: #000000;
  }
}

.hidden_wrapper.hidden.link_column {
  display: none;
}

.hidden_wrapper.hidden.link_service {
  display: block;
}

@media screen and (max-width: 767px) {
  .hidden_wrapper.hidden.link_service {
    display: none;
  }
}

.hidden_wrapper .column3box {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.hidden_wrapper .column3box.show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .hidden_wrapper .list_block {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .hidden_wrapper .list_block.show {
    opacity: 1;
  }
}

.remote_column {
  margin-top: 44px;
  padding: 34px 0 !important;
}

@media screen and (max-width: 767px) {
  .remote_column {
    margin-top: 30px;
  }
}

@media screen and (max-width: 940px) {
  .remote_column .white_title_area {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .remote_column .white_title_area {
    margin-bottom: 12px;
  }
}

.remote_column .white_title_area h3 {
  font-family: "Montserrat";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .remote_column .white_title_area h3 {
    font-size: 23px;
  }
}

.remote_column .column3_area {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .remote_column .column3_area {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .remote_column .column3_area {
    width: 84%;
  }
}

.column_list_block .column3box {
  padding: 0;
  position: relative;
}

.column_list_block .column3box:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0;
}

.column_list_block .column3box:hover:after {
  opacity: 1;
}

@media screen and (max-width: 940px) {
  .column_list_block .column3box {
    width: calc((100% - 20px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .column_list_block .column3box {
    width: 100%;
  }
}

.column_list_block .column3box.place_holder {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .column_list_block .column3box.place_holder {
    display: none;
  }
}

@media screen and (max-width: 940px) {
  .column_list_block .column3box + .column3box {
    margin-top: 0px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .column_list_block .column3box + .column3box {
    margin-top: 10px;
    margin-left: 0;
  }
}

.column_list_block_img {
  display: block;
  height: 135px;
  background: no-repeat center center/cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .column_list_block_img {
    height: 150px;
  }
}

.column_list_block_img.column_img_01 {
  background-image: url(/images/remote/column01.jpg);
}

.column_list_block_img.column_img_02 {
  background-image: url(/images/remote/column02.jpg);
}

.column_list_block_img.column_img_03 {
  background-image: url(/images/remote/column03.jpg);
}

.column_list_block_img.column_img_04 {
  background-image: url(/images/remote/column04.jpg);
}

.column_list_block_img.column_img_05 {
  background-image: url(/images/remote/column05.jpg);
}

.column_list_block_img.column_img_06 {
  background-image: url(/images/remote/column06.jpg);
}

.column_list_block_img.column_img_07 {
  background-image: url(/images/remote/column07.jpg);
}

.column_list_block_img.column_img_08 {
  background-image: url(/images/remote/column08.jpg);
}

.column_list_block_img.column_img_09 {
  background-image: url(/images/remote/column09.jpg);
}

.column_list_block_img.column_img_10 {
  background-image: url(/images/remote/column10.jpg);
}

.column_list_block_img.column_img_11 {
  background-image: url(/images/remote/column11.jpg);
}

.column_list_block_img.column_img_12 {
  background-image: url(/images/remote/column12.jpg);
}

.column_list_block_img.column_img_13 {
  background-image: url(/images/remote/column13.jpg);
}

.column_list_block_img.column_img_14 {
  background-image: url(/images/remote/column14.jpg);
}

.column_list_block_img.column_img_15 {
  background-image: url(/images/remote/column15.jpg);
}

.column_list_block_img.column_img_16 {
  background-image: url(/images/remote/column16.png);
}

.column_list_block_img.column_img_17 {
  background-image: url(/images/remote/column17.png);
}

.column_list_block_img.column_img_18 {
  background-image: url(/images/remote/column18.png);
}

.column_list_block_img.column_img_19 {
  background-image: url(/images/remote/column19.png);
}

.column_list_block_img.column_img_20 {
  background-image: url(/images/remote/column20.png);
}

.column_list_block_img.column_img_21 {
  background-image: url(/images/remote/column21.png);
}

.column_list_block_img.column_img_22 {
  background-image: url(/images/remote/column22.png);
}

.column_list_block_img.column_img_23 {
  background-image: url(/images/remote/column23.png);
}

.column_list_block_img.column_img_24 {
  background-image: url(/images/remote/column24.png);
}

.column_list_title {
  padding: 20px 20px 50px 20px;
  line-height: 140%;
}

@media screen and (max-width: 940px) {
  .column_list_title {
    padding: 20px 20px 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .column_list_title {
    padding: 20px;
  }
}

.column_list_title span {
  display: block;
}

.column_list_title_num {
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .column_list_title_num {
    margin-bottom: 12px;
  }
}

.column_list_title_text {
  font-size: 14px;
  color: #454545;
}

@media screen and (max-width: 767px) {
  .column_list_title_text {
    line-height: 140%;
  }
}

.remote_hero_area {
  width: 100%;
  height: 220px;
  background: no-repeat center center/cover;
  position: relative;
  background-image: url(/images/remote/index.jpg);
  margin-top: 72px;
}

@media screen and (max-width: 940px) {
  .remote_hero_area {
    height: 422px;
    margin-top: 0;
    background-image: url(/images/remote/index_sp.jpg);
    background-position: 10% 26%;
  }
}

.remote_hero_ttl {
  visibility: hidden;
}

.remote_hero_illust {
  width: 200px;
  position: absolute;
  left: calc(50% - 500px);
  bottom: -32px;
}

@media screen and (max-width: 940px) {
  .remote_hero_illust {
    left: 63%;
    top: 40%;
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .remote_hero_illust {
    left: auto;
    right: 6%;
    width: 100px;
    top: 39%;
  }
}

.remote_hero_mainttl {
  width: 250px;
  position: absolute;
  left: calc(50% - 256px);
  top: calc(50% - 54px);
}

@media screen and (max-width: 940px) {
  .remote_hero_mainttl {
    left: 24%;
    top: calc(50% - 130px);
  }
}

@media screen and (max-width: 767px) {
  .remote_hero_mainttl {
    width: 220px;
    left: 9%;
    top: calc(50% - 130px);
  }
}

.remote_hero_text {
  width: 340px;
  position: absolute;
  left: calc(50% + 38px);
  top: calc(50% - 52px);
}

@media screen and (max-width: 940px) {
  .remote_hero_text {
    left: 24%;
    top: calc(50% + 30px);
  }
}

@media screen and (max-width: 767px) {
  .remote_hero_text {
    left: 9%;
    width: 80%;
    top: 54%;
  }
}

.remote_hero_text_content {
  color: #ffffff;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .remote_hero_text_content {
    font-size: 14px;
  }
}

.remote_hero_text_block {
  overflow: hidden;
  width: 376px;
}

@media screen and (max-width: 767px) {
  .remote_hero_text_block {
    width: auto;
  }
}

.remote_hero_text_feature {
  width: 100px;
  float: left;
}

.remote_hero_text_label {
  color: #008696;
  background-color: #f0ff00;
  padding: 3px 6px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold;
  line-height: 100%;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .remote_hero_text_label {
    padding: 5px 6px 0 6px;
  }
}

.remote_hero_text_label span {
  font-size: 17px;
  padding: 0 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .remote_hero_text_label span {
    font-size: 16px;
    padding: 0 2px;
  }
}

.remote_link_main {
  display: block;
}

.g_section_block.remote_firstblock {
  padding-bottom: 40px !important;
}

.leftimg_area.leftimg_area_rect {
  margin: 0 auto;
}

.leftimg_area.leftimg_area_rect .img_area {
  width: 440px;
}

@media screen and (max-width: 940px) {
  .leftimg_area.leftimg_area_rect .img_area {
    width: 320px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .img_area {
    width: 100%;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .leftimg_area.leftimg_area_rect .img_area {
    min-height: 0%;
  }
}

.leftimg_area.leftimg_area_rect .txt_area {
  width: calc(100% - 440px);
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 940px) {
  .leftimg_area.leftimg_area_rect .txt_area {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_label {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_label {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_label_num {
  font-size: 28px;
  font-family: "Montserrat";
  font-weight: 300;
  letter-spacing: 2px;
  color: #008696;
  float: left;
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_label_num {
    font-size: 16px;
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_label_tag {
  width: 192px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_label_tag {
    width: 172px;
    margin-left: 10px;
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
  margin-top: 26px;
}

@media screen and (max-width: 940px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
    margin-top: 8px;
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
  color: #454545;
  font-size: 18px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
    font-size: 18px;
  }
}

.leftimg_area.leftimg_area_rect .txt_area .txt_area_content_txt {
  color: #454545;
}

.leftimg_area.leftimg_area_rect.fullwidth {
  width: 90%;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .leftimg_area.leftimg_area_rect.fullwidth {
    width: 84%;
  }
}

.remote_link_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .remote_link_main {
    min-height: 0%;
  }
}

.remote_link_main.remote_index {
  position: relative;
}

.remote_link_main.remote_index:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0;
}

.remote_link_main.remote_index:hover:after {
  opacity: 1;
}

@media screen and (max-width: 940px) {
  .remote_link_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .remote_link_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.remote_link_main:not(:first-child) {
  display: none;
}

@media screen and (max-width: 767px) {
  .remote_link_main:not(:first-child) {
    display: block;
  }
}

.remote_link_main .txt_area_content {
  margin-top: 15px;
}

.remote_link_main .txt_area_content_ttl {
  margin-bottom: 0;
}

.remote_link_main .txt_area_content_ttl span {
  font-weight: bold;
  display: block;
}

.remote_link_main .txt_area_content_ttl .ttl_sub {
  color: #8a8a8a;
}

@media screen and (max-width: 767px) {
  .remote_link_main .txt_area_content_ttl .ttl_sub {
    font-size: 12px;
  }
}

.remote_link_main .txt_area_content_ttl .ttl_main {
  color: #454545;
}

@media screen and (max-width: 767px) {
  .remote_link_main .txt_area_content_ttl .ttl_main {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .remote_link_main + .remote_link_main {
    margin-top: 30px;
  }
}

.layout_2block {
  overflow: hidden;
  max-width: 960px;
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .layout_2block {
    width: 84%;
  }
}

.layout_2block_left {
  float: left;
  max-width: 622px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .layout_2block_left {
    display: none;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect {
    display: none;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area {
  width: 200px;
  height: 117px;
  border-right: 2px solid #f4f4f4;
  background: no-repeat center center/cover;
}

@media screen and (max-width: 940px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .img_area {
    width: 170px;
    height: 122px;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_01 {
  background-image: url(/images/remote/image01.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_02 {
  background-image: url(/images/remote/image02.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_03 {
  background-image: url(/images/remote/image03.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_04 {
  background-image: url(/images/remote/image04.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_05 {
  background-image: url(/images/remote/image05.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_06 {
  background-image: url(/images/remote/image06.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_07 {
  background-image: url(/images/real&remote2021/thumb_7.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_08 {
  background-image: url(/images/real&remote2021/thumb_8.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_09 {
  background-image: url(/images/real&remote2021/thumb_9.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_10 {
  background-image: url(/images/real&remote2021/thumb_10.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_11 {
  background-image: url(/images/real&remote2021/thumb_11.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_12 {
  background-image: url(/images/real&remote2021/thumb_12.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_13 {
  background-image: url(/images/real&remote2021/thumb_13.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .img_area.remote_img_14 {
  background-image: url(/images/real&remote2021/thumb_14.png);
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area {
  width: calc(100% - 200px);
}

@media screen and (max-width: 940px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area {
    padding-left: 6px;
    width: calc(100% - 170px);
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area {
    padding-left: 0;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
  margin-top: 10px;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
  margin-bottom: 0;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl span {
  font-weight: bold;
  display: block;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_sub {
  color: #8a8a8a;
  font-size: 10px;
}

@media screen and (max-width: 940px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_sub {
    font-size: 9px;
    line-height: 160%;
    letter-spacing: -0.01em;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_sub {
    font-size: 12px;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_main {
  color: #454545;
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_main {
    font-size: 16px;
  }
}

@media screen and (max-width: 940px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_main {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl .ttl_main {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_wrapper {
    margin-top: 0;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub {
  border: 2px solid #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub:hover:after {
  opacity: 1;
}

@media screen and (max-width: 940px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_num {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_num {
    font-size: 18px;
  }
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_tag {
  width: 135px;
  margin-left: 4px;
}

.layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.layout_2block_left .leftimg_area.leftimg_area_rect + .leftimg_area.leftimg_area_rect {
  margin-top: 15px;
}

.layout_2block_right {
  float: right;
  background-color: #f4f4f4;
  max-width: 300px;
  width: 33%;
  padding: 42px 10px 30px 10px;
}

@media screen and (max-width: 940px) {
  .layout_2block_right {
    padding: 26px 10px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 30px 5% 26px 5%;
  }
}

.layout_2block_right_ttl {
  padding: 0 10px;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .layout_2block_right_ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}

.layout_2block_right_ttl span {
  display: block;
}

.layout_2block_right_ttl .ttl_main {
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1024px) {
  .layout_2block_right_ttl .ttl_main {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right_ttl .ttl_main {
    font-size: 19px;
  }
}

.layout_2block_right_ttl .ttl_sub {
  font-size: 13px;
  font-weight: bold;
}

.layout_2block_right_list .list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

@media screen and (max-width: 940px) {
  .layout_2block_right_list .list_block {
    padding: 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right_list .list_block {
    padding: 10px;
  }
}

.layout_2block_right_list .list_block:hover {
  background-color: #ffffff;
}

.layout_2block_right_list .list_block_img {
  width: 86px;
  height: 86px;
  background: no-repeat center center/cover;
}

@media screen and (max-width: 940px) {
  .layout_2block_right_list .list_block_img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right_list .list_block_img {
    width: 86px;
    height: 86px;
  }
}

.layout_2block_right_list .list_block_img.service_img_01 {
  background-image: url(/images/remote/service01.jpg);
}

.layout_2block_right_list .list_block_img.service_img_02 {
  background-image: url(/images/remote/service02.jpg);
}

.layout_2block_right_list .list_block_img.service_img_03 {
  background-image: url(/images/remote/service03.jpg);
}

.layout_2block_right_list .list_block_img.service_img_04 {
  background-image: url(/images/remote/service04.jpg);
}

.layout_2block_right_list .list_block_img.service_img_05 {
  background-image: url(/images/remote/service05.jpg);
}

.layout_2block_right_list .list_block_img.service_img_06 {
  background-image: url(/images/remote/service06.jpg);
}

.layout_2block_right_list .list_block_ttl {
  font-weight: normal;
  font-size: 13px;
  color: #454545;
  height: 84px;
  width: calc(100% - 94px);
  margin-left: 10px;
  line-height: 160%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.layout_2block_right_list .list_block_ttl_tag {
  display: block;
}

@media screen and (max-width: 1024px) {
  .layout_2block_right_list .list_block_ttl_tag {
    display: inline;
  }
}

@media screen and (max-width: 940px) {
  .layout_2block_right_list .list_block_ttl_tag {
    font-size: 13px;
  }
}

@media screen and (max-width: 569px) {
  .layout_2block_right_list .list_block_ttl_tag {
    display: block;
  }
}

@media screen and (max-width: 940px) {
  .layout_2block_right_list .list_block_ttl {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right_list .list_block_ttl {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 767px) {
  .layout_2block_right_list .list_block:nth-child(4), .layout_2block_right_list .list_block:nth-child(5), .layout_2block_right_list .list_block:nth-child(6) {
    display: none;
  }
}

.layout_2block_right .list_block + .list_block {
  margin-top: 10px;
}

.remote_body {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 70px;
}

.remote_body .layout_2block_right {
  background-color: #ffffff;
}

.remote_body .layout_2block {
  max-width: 1068px;
}

.remote_detail .leftimg_area.leftimg_area_rect .txt_area {
  padding-left: 36px;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .remote_detail .leftimg_area.leftimg_area_rect .txt_area {
    padding-left: 0;
    margin-top: 16px;
  }
}

.remote_detail .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
  font-size: 22px;
}

@media screen and (max-width: 940px) {
  .remote_detail .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .remote_detail .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl {
    font-size: 16px;
    line-height: 140%;
  }
}

.remote_detail .leftimg_area.leftimg_area_rect .txt_area .txt_area_content_ttl h3 {
  line-height: 150%;
}

.remote_detail .leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
  margin-top: 10px;
}

.layout_2block_txtarea {
  padding: 70px 74px;
  background-color: #ffffff;
}

@media screen and (max-width: 940px) {
  .layout_2block_txtarea {
    padding: 50px 54px;
  }
}

.layout_2block_txtarea p {
  color: #454545;
  line-height: 200%;
  text-indent: 1em;
  font-size: 16px;
}

@media screen and (max-width: 940px) {
  .layout_2block_txtarea p {
    line-height: 170%;
    font-size: 14px;
  }
}

.layout_2block_txtarea p + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .layout_2block_txtarea {
    padding: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none), screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .layout_2block_txtarea {
    background-color: #f4f4f4;
  }
}

@media screen and (max-width: 767px) {
  .remote_detail .layout_2block_left {
    display: block;
  }
}

.remote_detail .layout_2block_left {
  max-width: 714px;
  width: 67%;
}

@media screen and (max-width: 940px) {
  .remote_detail .layout_2block_left {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .remote_detail .layout_2block_left {
    float: none;
    width: 100%;
  }
}

.remote_detail .layout_2block_right {
  width: 32%;
}

@media screen and (max-width: 940px) {
  .remote_detail .layout_2block_right {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .remote_detail .layout_2block_right {
    width: 100%;
  }
}

.remote_detail .layout_2block_right_list .list_block:hover {
  background-color: #f4f4f4;
}

.remote_share {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .remote_share {
    margin-top: 20px;
  }
}

.remote_share_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.remote_share_list_text {
  color: #bdbdbd;
  font-size: 12px;
  font-family: "Montserrat";
}

.remote_share_list_icon {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .remote_share_list_icon {
    margin-left: 10px;
  }
}

.remote_share .share_btn {
  display: inline-block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  border: 1px solid #bdbdbd;
  -webkit-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
}

.remote_share .share_btn_iconwrap {
  display: block;
  width: 16px;
  margin: 13px auto auto;
}

.remote_share .share_btn_iconcolor {
  fill: #bdbdbd;
}

.remote_share .share_btn:hover {
  background-color: #bdbdbd;
}

.remote_share .share_btn:hover .share_btn_iconcolor {
  fill: #ffffff;
}

.remote_next {
  background-color: #ffffff;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  position: relative;
}

.remote_next:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0;
}

.remote_next:hover:after {
  opacity: 1;
}

.remote_next:hover .remote_next_txt_arrow {
  right: 26px;
}

@media screen and (max-width: 767px) {
  .remote_next:hover .remote_next_txt_arrow {
    right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .remote_next {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.remote_next_img {
  width: 172px;
}

@media screen and (max-width: 767px) {
  .remote_next_img {
    width: 100%;
  }
}

.remote_next_txt {
  margin-left: 36px;
}

@media screen and (max-width: 1024px) {
  .remote_next_txt {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .remote_next_txt {
    margin-left: 0px;
    margin-top: 10px;
    position: relative;
    width: 100%;
  }
}

.remote_next_txt_tag {
  font-size: 13px;
  font-family: "Montserrat";
  color: #454545;
  letter-spacing: 1px;
  line-height: 100%;
}

.remote_next_txt_ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  line-height: 140%;
}

@media screen and (max-width: 1024px) {
  .remote_next_txt_ttl {
    font-size: 14px;
  }
}

@media screen and (max-width: 940px) {
  .remote_next_txt_ttl {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .remote_next_txt_ttl {
    width: 84%;
    margin-top: 8px;
  }
}

.remote_next_txt_arrow {
  margin: auto;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 28px;
  border-left: 1.5px solid #454545;
  border-bottom: 1.5px solid #454545;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.2s right ease;
  transition: 0.2s right ease;
}

@media screen and (max-width: 767px) {
  .remote_next_txt_arrow {
    right: 4px;
  }
}

.remote_next_txt_arrow.arrow_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .remote_next_txt_arrow.arrow_sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .remote_next_txt_arrow.arrow_pc {
    display: none;
  }
}

.remote_all {
  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;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .remote_all {
    margin-bottom: 40px;
  }
}

.remote_all:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.remote_all_img {
  width: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .remote_all_img {
    margin-right: 5px;
  }
}

.remote_all_txt_ttl {
  color: #8a8a8a;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 320px) {
  .remote_all_txt_ttl {
    font-size: 12px;
  }
}

.remote_detail .remote_column {
  margin-top: 0;
}

/* 他の記事のリンク */
.other_articles_area {
  margin-bottom: 10px;
}

.other_article {
  border: 2px solid #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ffffff;
  display: block;
  width: calc(33.333% - 30px/3);
}

.other_article .remote_next_txt {
  margin-left: 0;
  margin-top: 15px;
}

.other_article .remote_next_txt_tag {
  font-size: 11px;
}

.other_article .remote_next_txt_ttl {
  font-size: 13px;
  color: #454545;
}

.other_articles_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.other_articles_area img {
  width: 100%;
}

.another_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}

.another_sec .other_articles_area {
  padding-top: 0;
}

.sec_left {
  width: 49%;
}

.sec_right {
  width: 49%;
}

.maxonly_br {
  display: none;
}

.pconly_br {
  display: block;
}

.fullwidth .txt_area_content_ttl {
  line-height: 120%;
}

.txt_area_content_ttl h3 {
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .pconly_br {
    display: none;
  }
}

@media screen and (min-width: 800px) {
  .pconly_br {
    display: none;
  }
}

@media screen and (min-width: 1052px) {
  .maxonly_br {
    display: block;
  }
}

@media screen and (max-width: 990px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_tag {
    width: 129px;
  }
}

@media screen and (max-width: 970px) {
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_num {
    margin-bottom: 4px;
  }
  .layout_2block_left .leftimg_area.leftimg_area_rect .remote_link_sub .txt_area .txt_area_label_tag {
    width: 120px;
    margin-left: 0;
  }
  .sec_left .leftimg_area.leftimg_area_rect .txt_area .txt_area_label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sec_right .leftimg_area.leftimg_area_rect .txt_area .txt_area_label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media screen and (max-width: 940px) {
  .other_article {
    width: calc(50% - 5px);
    padding: 15px;
  }
  .other_article + .other_article {
    margin-left: 0;
  }
  .other_article:nth-child(2n) {
    margin-left: 5px;
  }
  .index_related .layout_2block_right_list .list_block_img {
    width: 86px;
    height: 86px;
  }
  .index_related .layout_2block_right_list .list_block_ttl {
    width: calc(100% - 86px);
  }
}

@media screen and (max-width: 500px) {
  .other_article {
    padding: 7px;
  }
  .other_article .remote_next_txt_tag {
    font-size: 9px;
  }
  .other_article .remote_next_txt_ttl {
    font-size: 11px;
  }
}

@media screen and (max-width: 800px) {
  .leftimg_area.leftimg_area_rect .txt_area .txt_area_content {
    margin-top: 8px;
  }
}

.article_sec_first {
  margin-top: 35px;
}

.article_sec_second {
  margin-top: 35px;
}

.article_sec h3 {
  margin-bottom: 10px;
}

.article_list a {
  background-color: #fff;
  padding: 20px;
  position: relative;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article_list li:first-child {
  border-top: 1px solid #eee;
}

.article_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article_count {
  margin-right: 30px;
  display: inline;
  font-size: 11px;
}

.article_arrow {
  margin: auto;
  margin-left: 10px;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 28px;
  border-left: 1.5px solid #454545;
  border-bottom: 1.5px solid #454545;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.2s right ease;
  transition: 0.2s right ease;
}

.article_title {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
}

.article_list > li > a {
  display: block;
}

.article_list li > a:hover {
  opacity: .7;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}

.current_article {
  opacity: .5;
  pointer-events: none;
}

.remote_next_txt_tag span {
  margin-left: 10px;
  font-size: 15px;
  color: #008696;
}

.next_label_num {
  display: block;
  color: #008696;
  font-family: "Montserrat";
  font-weight: 300;
  letter-spacing: 2px;
}

.br_415only {
  display: none;
}

.g_section_block .tag03 {
  width: 120%;
}

.txt_area_label_tag .tag03 {
  width: 120%;
}

.layout_2block_txtarea .indent {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
}

.imgfigure {
  margin-top: 15px;
}

.imgcaption {
  font-size: 12px;
}

.article_link {
  color: #666;
  border-bottom: 1px solid #666;
}

.index_list {
  float: none;
  max-width: 960px;
  width: 100%;
}

.index_related .br_414only {
  display: none;
}

.index_related .br_tabonly {
  display: none;
}

.index_related .layout_2block_right_list .list_block_ttl_tag {
  display: block;
}

@media screen and (min-width: 768px) {
  .index_related {
    float: none;
    max-width: 960px;
    width: 100%;
    margin-top: 30px;
  }
  .index_related .layout_2block_right_ttl {
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  .index_related .layout_2block_right_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .index_related .list_block + .list_block {
    margin-top: 0;
  }
  .index_related .list_block {
    padding: 0;
    width: 300px;
    background-color: #fff;
  }
  .index_related .hidden_wrapper.hidden.link_service {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .imgcaption {
    font-size: 14px;
  }
  .layout_2block_txtarea .indent {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .index_related .layout_2block_right_list .list_block_ttl_tag {
    display: inline;
  }
}

@media screen and (max-width: 495px) {
  .article_title {
    line-height: 1.6;
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  .article_count {
    margin-right: 15px;
  }
}

@media screen and (max-width: 415px) {
  .br_415only {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .article_list a {
    padding: 20px 15px;
  }
  .article_count {
    font-size: 9px;
  }
  .article_arrow {
    right: 12px;
  }
}
/*# sourceMappingURL=remote.css.map */