@charset "UTF-8";
*:focus {
  outline: none;
}

.g-breadcrumb {
  box-sizing: border-box;
  background: #f7f7fa;
  position: relative;
  z-index: 5;
}

.feature_phone {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",　YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif !important;
  color: #333;
  position: relative;
  font-size: 1rem;
  padding-bottom: 0;
  line-height: 1.88889;
  overflow: hidden;
}

@media (max-width: 640px) {
  .feature_phone {
    font-size: 0.8125rem;
  }
}

.feature_phone * {
  box-sizing: border-box;
}

.feature_phone img {
  vertical-align: bottom;
}

.feature_phone img, .feature_phone svg {
  max-width: 100%;
}

.feature_phone li {
  list-style: none;
}

.phone_section_inr {
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 1200px) {
  .phone_section {
    padding: 0 3.125vw;
  }
}

@media (max-width: 640px) {
  .phone_section {
    padding: 0 7.03125vw;
  }
}

.phone_tilt_btn {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 130px;
}

.phone_tilt_btn h3 {
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 30px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .phone_tilt_btn {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
  .phone_tilt_btn h3 {
    font-size: 3vw;
    padding-bottom: 0.8em;
  }
}

@media (max-width: 640px) {
  .phone_tilt_btn h3 {
    font-size: 5vw;
  }
}

.phone_btn_nav {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .phone_btn_nav {
    width: 100%;
    display: block;
  }
}

.phone_btn_nav02 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .phone_btn_nav02 {
    width: 100%;
    display: block;
  }
}

.phone_btn {
  width: 48.45%;
  position: relative;
}

@media (max-width: 900px) {
  .phone_btn {
    width: 70%;
    margin: 0 auto 1em;
  }
}

@media (max-width: 640px) {
  .phone_btn {
    width: 100% !important;
  }
}

.phone_btn:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: rotate(45deg) translateY(50%);
  display: inline-block;
  top: 50%;
  margin-top: -7px;
  right: 1.4em;
}

.phone_btn a, .phone_btn > span {
  transition: all .2s ease-out;
  border-radius: 70px;
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  padding: 1.7em 0 1em;
  filter: drop-shadow(5px 5px 10px rgba(30, 30, 30, 0.5));
}

.phone_btn a:hover, .phone_btn > span:hover {
  filter: none;
}

@media (max-width: 640px) {
  .phone_btn a, .phone_btn > span {
    border-radius: 50px !important;
    font-size: 4.6875vw !important;
    filter: drop-shadow(3px 3px 3px rgba(30, 30, 30, 0.5));
  }
}

@media (max-width: 640px) {
  .phone_btn a, .phone_btn > span {
    padding: 1.2em 0 .5em;
  }
}

.phone_btn a a, .phone_btn > span a {
  font-size: 1.375rem;
}

@media (max-width: 900px) {
  .phone_btn a a, .phone_btn > span a {
    font-size: 2.2vw;
  }
}

.phone_btn .is-tag {
  color: #fde900;
  font-size: 0.875rem;
  position: absolute;
  top: 0.2em;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .phone_btn .is-tag {
    font-size: 3.125vw !important;
    transform: translate(-50%, 0.5em);
  }
}

.phone_btn .is-icon {
  font-size: 1rem;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 4px 6px;
  line-height: 1;
  position: relative;
  top: -3px;
}

@media (max-width: 640px) {
  .phone_btn .is-icon {
    font-size: 3.125vw;
  }
}

.phone_btn_help a {
  background: #f24f1d;
  padding: 0.8em 1.4em 0.7em;
}

.phone_btn_dl a {
  background: #2d9e34;
  padding: 1.2em 1.4em 0.3em;
}

@media (max-width: 640px) {
  .phone_btn_dl a .is-tag {
    top: 0;
  }
}

.phone_btn_help02 {
  width: 44%;
  margin: auto;
}

@media (max-width: 900px) {
  .phone_btn_help02 {
    width: 48%;
  }
}

.phone_btn_help02 a {
  background: #f24f1d;
  padding: 0.8em 1.4em 0.7em;
  font-size: 1.375rem;
}

@media (max-width: 900px) {
  .phone_btn_help02 a {
    font-size: 2.2vw;
  }
}

@media (max-width: 640px) {
  .phone_btn_help02 {
    margin-bottom: 7.14%;
  }
}

.phone_btn_dl02 {
  width: 44%;
  margin: auto;
}

@media (max-width: 900px) {
  .phone_btn_dl02 {
    width: 48%;
  }
}

.phone_btn_dl02 a {
  background: #2d9e34;
  padding: 1.2em 1.4em 0.3em;
  font-size: 1.375rem;
}

@media (max-width: 900px) {
  .phone_btn_dl02 a {
    font-size: 2.2vw;
  }
}

@media (max-width: 900px) {
  .phone_btn_dl02 a .is-tag {
    top: 0;
  }
}

.phone_btn_dl02 a .is-icon {
  padding: 2px 4px;
}

@media (max-width: 900px) {
  .phone_btn_dl02 a .is-icon {
    padding: 0 3px;
    top: -1px;
  }
}

@media (max-width: 640px) {
  .phone_btn_dl02 a .is-icon {
    padding: 4px 6px;
    top: -3px;
  }
}

.phone_ttl {
  color: #194a8b;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 3.33%;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .phone_ttl {
    font-size: 6.5625vw;
    margin-bottom: 4.69%;
  }
}

.phone_ttl > span {
  position: relative;
  white-space: nowrap;
}

.phone_ttl > span::after {
  position: absolute;
  content: "";
  width: 100%;
  display: inline-block;
  height: 2px;
  background-color: #194a8b;
  bottom: 0;
  left: 0;
}

.fc_red {
  color: #f34664;
}

.fc_org {
  color: #ff6c00;
}

.fc_yel {
  color: #eaf100;
}

.phone_fc {
  color: #00ab8e;
}

.phone_pc {
  display: block;
}

@media (max-width: 640px) {
  .phone_pc {
    display: none;
  }
}

.phone_sp {
  display: none;
}

@media (max-width: 640px) {
  .phone_sp {
    display: block;
  }
}

.phone_hd {
  width: 100%;
  background: url(/product/feature/hybrid-work/assets/img/hd/hd_kv.png) no-repeat center bottom;
  background-size: auto 100%;
  position: relative;
}

@media (min-width: 1001px) and (max-width: 1200px) {
  .phone_hd {
    background-size: auto 45vw;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .phone_hd {
    background-size: auto 42vw;
  }
}

@media (max-width: 900px) {
  .phone_hd {
    background-size: 110% auto;
    background-position: left bottom;
  }
}

@media (max-width: 640px) {
  .phone_hd {
    background-image: none;
  }
}

.phone_hd img {
  width: 100%;
}

.phone_hd-inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 40px;
  position: relative;
}

@media (max-width: 640px) {
  .phone_hd-inr {
    padding: 10vw 0 6vw;
  }
}

.phone_hd_title {
  width: 752px;
}

@media (min-width: 1441px) {
  .phone_hd_title {
    width: 752px;
  }
}

@media (max-width: 900px) {
  .phone_hd_title {
    max-width: 752px;
    width: 90%;
  }
}

@media (max-width: 640px) {
  .phone_hd_title {
    width: 87%;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 640px) {
  .phone_hd_mv {
    position: relative;
    width: calc( 100% + 14vw);
    margin-top: -4vw;
    margin-right: -7vw;
    margin-left: -7vw;
  }
}

.phone_hd_lead {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.phone_hd_lead span {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 640px) {
  .phone_hd_lead {
    left: 0;
    top: 57.83%;
    font-size: 3.75vw;
    text-align: center;
  }
}

.phone_hd_btn {
  width: 60%;
  max-width: 420px;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .phone_hd_btn {
    width: 100%;
    margin-top: 6vw;
    margin-bottom: 4vw;
  }
}

@media (max-width: 640px) {
  .phone_hd_btn {
    width: 100%;
    max-width: unset;
    margin-top: -10vw;
    position: relative;
    z-index: 1;
  }
}

.phone_hd_btn .phone_btn_nav {
  width: auto;
}

.phone_hd_btn .phone_btn_nav .is-label {
  font-size: 1.375rem;
}

.phone_hd_btn .phone_btn_nav .phone_btn {
  width: 100%;
  margin-bottom: 1em;
}

.phone_section1 {
  background-color: #d7f0f4;
  text-align: center;
  padding-top: 5.56%;
  padding-bottom: 8.33%;
}

.phone_section1 .phone_section_lead {
  margin-bottom: 2em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .phone_section1 .phone_section_lead {
    margin-bottom: 1.5em;
    font-size: 4.0625vw;
  }
}

.phone_section1 .phone_chart {
  background-color: #cbdef5;
  padding: 5.56%;
}

.phone_section1 .phone_chart .phone_block01 {
  background: #fff;
  color: #194a8b;
  padding: 22px;
  border-radius: 5px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .phone_section1 .phone_chart .phone_block01 {
    padding: 0.5em;
    font-size: 4.0625vw;
  }
}

.phone_section1 .phone_chart .phone_block02 {
  background: #00b3ff;
  color: #fff;
  padding: 18px 22px;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .phone_section1 .phone_chart .phone_block02 {
    padding: 0.5em;
    font-size: 4.0625vw;
  }
}

.phone_section2 {
  background-color: #f7f5ef;
  text-align: center;
  padding-top: 5.56%;
  padding-bottom: 5.56%;
}

.phone_section2 .phone_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 90px;
}

@media (max-width: 900px) {
  .phone_section2 .phone_list {
    padding-bottom: 10vw;
  }
}

@media (max-width: 640px) {
  .phone_section2 .phone_list {
    flex-direction: column;
    padding-bottom: 2vw;
  }
}

.phone_section2 .phone_list .phone_list_item {
  width: 22%;
}

@media (max-width: 640px) {
  .phone_section2 .phone_list .phone_list_item {
    width: 100%;
    margin-bottom: calc( 80 / 640 * 100%);
  }
}

@media (max-width: 640px) {
  .phone_section2 .phone_list .phone_list_item .phone_list_item_fig {
    width: calc( 420 / 640 * 100%);
    margin: auto;
  }
}

.phone_section2 .phone_list .phone_list_item .phone_list_item_fig img {
  width: 100%;
  max-width: 240px;
  margin: auto;
}

@media (max-width: 640px) {
  .phone_section2 .phone_list .phone_list_item .phone_list_item_fig img {
    max-width: unset;
  }
}

.phone_section2 .phone_list .phone_list_item .phone_list_item_txt {
  line-height: 1.4;
}

.phone_section2 .phone_list .phone_list_item .phone_list_item_txt div {
  margin: 20px 0 10px;
  font-size: 1.375rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .phone_section2 .phone_list .phone_list_item .phone_list_item_txt div {
    font-size: 4.6875vw;
  }
}

@media (max-width: 640px) {
  .phone_section2 .phone_list .phone_list_item .phone_list_item_txt p {
    font-size: 3.75vw;
  }
}

.phone_section2 .phone_checkpoint {
  position: relative;
  padding-top: 75px;
  padding-bottom: 2.78%;
  background: url(/product/feature/hybrid-work/assets/img/02/02_bg.png) no-repeat center top;
  background-size: 100% 100%;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint {
    padding-top: calc( 90 / 640 * 100%);
    padding-bottom: calc( 30 / 640 * 100%);
    padding-right: 3.5vw;
    padding-left: 3.5vw;
    background-image: url(/product/feature/hybrid-work/assets/img/02/02_bg_sp.png);
  }
}

.phone_section2 .phone_checkpoint::after {
  content: "";
  background: url(/product/feature/hybrid-work/assets/img/arr01.png) no-repeat center top;
  width: 310px;
  height: 92px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -40px;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint::after {
    width: calc( 310 / 640 * 100%);
    background-size: 100% auto;
    background-position: center 50%;
  }
}

.phone_section2 .phone_checkpoint h3 {
  color: #194a8b;
  font-size: 1.75rem;
  font-weight: 700;
  padding-bottom: 25px;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint h3 {
    font-size: 4.6875vw;
  }
}

.phone_section2 .phone_checkpoint .phone_checklist {
  display: inline-block;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint .phone_checklist {
    padding-right: 5vw;
    padding-left: 5vw;
  }
}

.phone_section2 .phone_checkpoint .phone_checklist li {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint .phone_checklist li {
    font-size: 3.75vw;
    padding-left: 2em;
  }
}

.phone_section2 .phone_checkpoint .phone_checklist li .check_box {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  display: inline-block;
  background-color: #ededed;
  top: 4px;
  left: 5px;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint .phone_checklist li .check_box {
    width: 0.9em;
    height: 0.9em;
  }
}

.phone_section2 .phone_checkpoint .phone_checklist li .check_box::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 1px;
  right: -2px;
  background: url(/product/feature/hybrid-work/assets/img/icon_check.png) no-repeat center top;
  background-size: 100% auto;
}

@media (max-width: 640px) {
  .phone_section2 .phone_checkpoint .phone_checklist li .check_box::after {
    width: 0.9em;
    height: 0.9em;
  }
}

.phone_section2 .phone_checkpoint .phone_checklist li::after {
  position: absolute;
  content: "";
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #dbdbdb;
  bottom: 0;
  left: 0;
}

.phone_section3 {
  background: #f7f5ef url(/product/feature/hybrid-work/assets/img/03/03_bg.png) center bottom no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 6.94%;
  padding-bottom: 6.94%;
}

@media (max-width: 900px) {
  .phone_section3 {
    background-size: 210% 100%;
    background-position: right bottom;
    padding-top: 10vw;
    padding-bottom: 13vw;
  }
}

@media (max-width: 640px) {
  .phone_section3 {
    background-image: url(/product/feature/hybrid-work/assets/img/03/03_bg_sp.png);
    background-size: 100% 100%;
    background-position: center bottom;
    padding-top: 15vw;
    padding-bottom: 20vw;
  }
}

.phone_section3_ttl {
  color: #fff;
  font-size: 2.25rem;
}

.phone_section3_ttl span::after {
  background-color: #fff;
}

@media (max-width: 640px) {
  .phone_section3_ttl {
    font-size: 6.5625vw;
  }
}

.phone_section3 .phone_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

@media (max-width: 640px) {
  .phone_section3 .phone_list {
    display: block;
  }
}

.phone_section3 .phone_list .phone_list_item {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: #fff;
  border-radius: 8px;
  padding: 20px 10px 40px;
  margin-bottom: 3.33%;
  text-decoration: none;
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item {
    width: 100%;
  }
}

.phone_section3 .phone_list .phone_list_item::after {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 4px #194a8b;
  border-right: solid 4px #194a8b;
  position: absolute;
  transform: rotate(135deg) translateX(50%);
  display: inline-block;
  bottom: 30px;
  left: 50%;
  transition: 0.2s;
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item::after {
    width: 0.6em;
    height: 0.6em;
    border-top-width: 3px;
    border-right-width: 3px;
    bottom: 2em;
  }
}

.phone_section3 .phone_list .phone_list_item:hover::after {
  bottom: 20px;
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item:hover::after {
    bottom: 1.5em;
  }
}

.phone_section3 .phone_list .phone_list_item_img {
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item_img {
    margin: 0 auto 0.5em;
    width: 60%;
  }
}

.phone_section3 .phone_list .phone_list_item_img img {
  width: 100%;
  max-width: 206px;
  height: auto;
}

.phone_section3 .phone_list .phone_list_item_txt {
  padding: 0 10px;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .phone_section3 .phone_list .phone_list_item_txt {
    width: 100%;
    padding: 0;
  }
}

.phone_section3 .phone_list .phone_list_item_txt div {
  color: #194a8b;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 900px) {
  .phone_section3 .phone_list .phone_list_item_txt div {
    font-size: 2.6vw;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item_txt div {
    font-size: 4.0625vw;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .phone_section3 .phone_list .phone_list_item_txt p {
    font-size: 3.75vw;
  }
}

.phone_section4 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 140px;
  background-color: #f7f5ef;
  text-align: center;
}

@media (max-width: 640px) {
  .phone_section4 {
    padding-top: 12vw;
    padding-bottom: 22vw;
  }
}

.phone_section4::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 92px;
  background: url(/product/feature/hybrid-work/assets/img/arr01.png) no-repeat center top;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
}

@media (max-width: 640px) {
  .phone_section4::after {
    width: calc( 310 / 640 * 100%);
    background-size: 100% auto;
    background-position: center bottom;
    height: 15vw;
  }
}

.phone_section4_ttl span.fs_s {
  font-size: 2rem;
}

.phone_section4_ttl span.fs_s::after {
  content: unset;
}

@media (max-width: 640px) {
  .phone_section4_ttl span.fs_s {
    font-size: 4.6875vw;
  }
}

.phone_section4 .phone_sub_ttl {
  color: #194a8b;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .phone_section4 .phone_sub_ttl {
    font-size: 3.125vw;
  }
}

.phone_section4 .check_point {
  margin-bottom: 10px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #efede7;
  border-radius: 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  transition: all .2s ease-out;
}

@media (max-width: 640px) {
  .phone_section4 .check_point {
    padding: 1.4em;
  }
}

.phone_section4 .check_point .g-accordion-nav {
  display: none;
}

.phone_section4 .check_point .g-accordion-nav.is-open + .check_box::after {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  top: 1px;
  right: -2px;
  background: url(/product/feature/hybrid-work/assets/img/icon_check.png) no-repeat center top;
  background-size: 100% auto;
}

@media (max-width: 640px) {
  .phone_section4 .check_point .g-accordion-nav.is-open + .check_box::after {
    width: 5vw;
    height: 5vw;
  }
}

.phone_section4 .check_point .check_point_ttl {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
}

.phone_section4 .check_point .check_point_ttl:hover {
  opacity: 0.6 !important;
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_ttl {
    font-size: 4.0625vw;
  }
}

.phone_section4 .check_point .check_point_ttl .check_box {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background-color: #ededed;
  align-self: center;
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_ttl .check_box {
    width: 5vw;
    height: 5vw;
  }
}

.phone_section4 .check_point .check_point_ttl p {
  width: calc( 100% - 48px);
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_ttl p {
    width: calc( 100% - 8vw);
  }
}

.phone_section4 .check_point .check_point_body {
  padding-top: 40px;
  overflow: hidden;
}

.phone_section4 .check_point .check_point_body .cause {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 10px 10px 10px 30px;
  background: #f7f5ef url(/product/feature/hybrid-work/assets/img/04/04_bg.png) center bottom no-repeat;
  background-color: #19579c;
  border-radius: 5px;
  text-align: left;
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_body .cause {
    flex-direction: column;
    margin-bottom: 1.8em;
    padding: 1em 1.5em;
  }
}

.phone_section4 .check_point .check_point_body .cause .cause_icon {
  display: block;
  width: 3.5em;
  height: 3.5em;
  background-color: #fff;
  border-radius: 50%;
  color: #194a8b;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 3.5;
  text-align: center;
  align-self: center;
}

@media (max-width: 900px) {
  .phone_section4 .check_point .check_point_body .cause .cause_icon {
    font-size: 2.4vw;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_body .cause .cause_icon {
    margin: 0.5em auto;
    font-size: 3.75vw;
  }
}

.phone_section4 .check_point .check_point_body .cause .cause_txt {
  width: calc(53% - 115px);
  color: #fff;
  align-self: center;
}

@media (max-width: 900px) {
  .phone_section4 .check_point .check_point_body .cause .cause_txt {
    width: calc(53% - 10vw);
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_body .cause .cause_txt {
    width: 100%;
    padding: 0 0.5em 0.8em;
    font-size: 3.75vw;
  }
}

.phone_section4 .check_point .check_point_body .cause .cause_img {
  width: 44%;
  padding: 20px 10px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
}

.phone_section4 .check_point .check_point_body .cause .cause_img img {
  align-self: center;
}

@media (max-width: 640px) {
  .phone_section4 .check_point .check_point_body .cause .cause_img {
    width: 100%;
  }
}

.phone_section4 .check_recommend .recommend {
  border-radius: 5px;
}

.phone_section4 .check_recommend .recommend .recommend_title {
  display: flex;
  align-items: center;
  padding: 18px;
  text-align: left;
  cursor: pointer;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_title {
    flex-direction: column;
    padding: 1em;
  }
}

.phone_section4 .check_recommend .recommend .recommend_title.is-open p::before {
  transform: translateY(-50%) rotate(90deg);
}

.phone_section4 .check_recommend .recommend .recommend_title.is-open p::after {
  transform: translateY(-50%) rotate(180deg);
}

.phone_section4 .check_recommend .recommend .recommend_title p {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_title p {
    padding-right: 2.4em;
    padding-left: 0;
    font-size: 4.0625vw;
    text-align: left;
  }
}

.phone_section4 .check_recommend .recommend .recommend_title p::before {
  content: "";
  display: block;
  width: 4px;
  height: 30px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_title p::before {
    width: 2px;
    height: 1.4em;
    right: calc( 0.7em - 1px);
  }
}

.phone_section4 .check_recommend .recommend .recommend_title p::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_title p::after {
    width: 1.4em;
    height: 2px;
  }
}

.phone_section4 .check_recommend .recommend01 {
  border: 2px solid #468c98;
}

.phone_section4 .check_recommend .recommend01 .recommend_title {
  background: #468c98;
  transition: 0.2s;
}

.phone_section4 .check_recommend .recommend01 .recommend_title:hover {
  background: #3f7e8a;
}

.phone_section4 .check_recommend .recommend01 .recommend_item_ttl {
  color: #468c98;
}

.phone_section4 .check_recommend .recommend .recommend_body {
  padding: 25px 25px 40px 25px;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_body {
    padding: 2em 1em 1em;
  }
}

.phone_section4 .check_recommend .recommend .recommend_body .recommend_txt {
  margin-bottom: 35px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend .recommend_body .recommend_txt {
    margin-bottom: 1.5em;
    font-size: 3.75vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list {
  margin: 0 2% 0 0;
}

.phone_section4 .check_recommend .recommend_item_list_alone {
  justify-content: space-around;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list {
    margin: 0;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_label_sp {
  display: none;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_label_sp {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.8em 1.5em 0.6em;
    background-color: #fff;
    border: 2px solid;
    border-radius: 1.6em;
    line-height: 1.4;
    font-weight: 700;
    z-index: 2;
    font-size: 3.4375vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label01 {
  border-color: #f25470;
  color: #f25470;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label02 {
  border-color: #ff6c00;
  color: #ff6c00;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label03 {
  border-color: #3a9b31;
  color: #3a9b31;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label04 {
  border-color: #00b3ff;
  color: #00b3ff;
  position: relative;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label04 {
    margin-top: 3em;
  }
  .phone_section4 .check_recommend .recommend_item_list .recommend_label_sp.label04::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #dbdbdb;
    top: -2em;
    left: 0;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 40px 0;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item {
    margin-top: 5vw;
    margin-bottom: 0;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label {
  position: relative;
  width: 16%;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label {
    width: 10vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label > span {
  position: relative;
  display: inline-block;
  margin: 2.5em auto 0;
  padding: 0.8em 1.5em 0.6em;
  background-color: #fff;
  border: 2px solid;
  border-radius: 1.6em;
  line-height: 1.4;
  font-weight: 700;
  z-index: 2;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label > span {
    font-size: 1.8vw;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label > span {
    display: none;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: calc( 100% + 2em);
  position: absolute;
  transform: translateX(-50%);
  top: 4.3em;
  left: 50%;
  border-radius: 8px;
  z-index: 1;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label::after {
    top: 8vw;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_label::after {
    top: -8.6vw;
    left: 1vw;
    width: 3vw;
    transform: none;
    height: calc( 100% + 15vw);
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item > a {
  display: flex;
  justify-content: space-between;
  width: 82%;
  margin-bottom: 2em;
  text-decoration: none;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item > a {
    flex-direction: column;
    width: calc(100% - 10vw);
    padding-right: 4vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item > a:hover .recommend_item_btn > span {
  filter: unset;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_img {
  width: 20%;
  max-width: 180px;
  align-self: flex-start;
  overflow: hidden;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_img img {
  transition: transform .5s ease-out,opacity .5s,-webkit-transform .5s ease-out;
  backface-visibility: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_img {
    width: 32%;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_img {
    max-width: unset;
    width: 60%;
    margin: 0 auto 1em;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt {
  width: 79%;
  padding-left: 20px;
  text-align: left;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt p {
  margin-bottom: 1em;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt p span {
  display: block;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt {
    width: 67%;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt {
    width: 100%;
    padding-left: 0;
    flex: 1 0 auto;
  }
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt p {
    font-size: 3.4375vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt .recommend_item_ttl {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt .recommend_item_ttl {
    font-size: 2.6vw;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item .recommend_item_txt .recommend_item_ttl {
    margin-bottom: 0;
    text-align: center;
    font-size: 4.0625vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item:hover .recommend_item_img img {
  opacity: .8;
  transform: scale(1.06);
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item:hover .recommend_item_txt {
  opacity: .9;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item01 .recommend_label {
  border-color: #f25470;
  color: #f25470;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item01 .recommend_label::after {
  background: linear-gradient(#f25470, #ff6c00);
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item01 .recommend_label > span {
  width: 6.6em;
  padding: 0.8em 0.4em 0.6em;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item01 .recommend_item_ttl {
  color: #f25470;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item01 .recommend_item_btn > span {
  background: #f25470;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item02 .recommend_label {
  border-color: #ff6c00;
  color: #ff6c00;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item02 .recommend_label::after {
  background: linear-gradient(#ff6c00, #3a9b31);
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item02 .recommend_label > span {
  width: 6.6em;
  padding: 0.8em 0.4em 0.6em;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item02 .recommend_item_ttl {
  color: #ff6c00;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item02 .recommend_item_btn > span {
  background: #ff6c00;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item03 .recommend_label {
  border-color: #3a9b31;
  color: #3a9b31;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item03 .recommend_label > span {
  width: 6.6em;
  padding: 0.8em 0.4em 0.6em;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item03 .recommend_item_ttl {
  color: #3a9b31;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item03 .recommend_item_btn > span {
  background: #3a9b31;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item04 {
  padding-top: 40px;
  border-top: 1px solid #dbdbdb;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item04 {
    margin-top: 5vw;
    padding-top: 0;
    border-top: none;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_label {
  border-color: #00b3ff;
  color: #00b3ff;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_label {
    width: 0;
  }
  .phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_label::after {
    display: none;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_label > span {
  margin-top: 1.3em;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_label > span {
    margin-top: 0;
    width: 6.6em;
    padding: 0.8em 0.4em 0.6em;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list .recommend_item04 > a {
    width: 100%;
    padding-left: 4vw;
  }
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_item_ttl {
  color: #00b3ff;
}

.phone_section4 .check_recommend .recommend_item_list .recommend_item04 .recommend_item_btn > span {
  background: #00b3ff;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items02 .recommend_item01 .recommend_label::after {
    background: linear-gradient(#f25470, #f8614e);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items02 .recommend_item02 .recommend_label::after {
  content: none;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items02 .recommend_item02 .recommend_label::after {
    content: "";
    background: linear-gradient(#f8614e, #ff6c00);
    height: calc( 100% + 2vw);
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items03 .recommend_item01 .recommend_label::after {
    background: linear-gradient(#f25470, #ff6120);
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items03 .recommend_item02 .recommend_label::after {
    background: linear-gradient(#ff6120, #b87f0a);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items03 .recommend_item03 .recommend_label::after {
  content: none;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items03 .recommend_item03 .recommend_label::after {
    content: "";
    background: linear-gradient(#b87f0a, #3a9b31);
    height: calc( 100% + 2vw);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item01 .recommend_label::after {
  background: linear-gradient(#f25470, #f96036);
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item01 .recommend_label::after {
    background: linear-gradient(#f25470, #f75d46);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_01 .recommend_label::after {
  background: linear-gradient(#f96036, #ff6c00);
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_01 .recommend_label::after {
    background: linear-gradient(#f75d46, #fe6a0b);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_02 .recommend_label::after {
  background: linear-gradient(#ff6c00, #998419);
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_02 .recommend_label::after {
    background: linear-gradient(#fe6a0b, #ca790d);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_03 .recommend_label::after {
  background: linear-gradient(#998419, #3a9b31);
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item02_03 .recommend_label::after {
    background: linear-gradient(#ca790d, #699025);
  }
}

.phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item03 .recommend_label::after {
  content: none;
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_list.items05 .recommend_item03 .recommend_label::after {
    content: "";
    background: linear-gradient(#699025, #3a9b31);
    height: calc( 100% + 2vw);
  }
}

.phone_section4 .check_recommend .recommend_item_btn {
  display: inline-block;
  width: auto;
}

.phone_section4 .check_recommend .recommend_item_btn > span {
  padding: 0.8em 3em 0.7em;
  line-height: 1.2;
  font-size: 1.125rem;
}

@media (max-width: 900px) {
  .phone_section4 .check_recommend .recommend_item_btn > span {
    font-size: 2vw;
    line-height: 1.4;
  }
}

@media (max-width: 640px) {
  .phone_section4 .check_recommend .recommend_item_btn > span {
    font-size: 3.75vw !important;
    padding-right: 2.2em;
    padding-left: 2.2em;
  }
}

.phone_section5 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #00b3ff url(/product/feature/hybrid-work/assets/img/05/05_bg.png) center top repeat-y;
  background-size: 100% auto;
  text-align: center;
}

@media (max-width: 640px) {
  .phone_section5 {
    padding-top: 12vw;
    padding-bottom: 10vw;
    background-size: auto;
  }
}

.phone_section5_ttl {
  font-size: 2.25rem;
}

@media (max-width: 640px) {
  .phone_section5_ttl {
    font-size: 5.625vw;
  }
}

@media (max-width: 640px) {
  .phone_section5 .phone_section_lead {
    font-size: 3.75vw;
  }
}

.phone_section5 .phone_fig01 {
  margin-bottom: 40px;
}

.phone_section5 h3 {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #19579c;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .phone_section5 h3 {
    font-size: 3.2vw;
  }
}

@media (max-width: 640px) {
  .phone_section5 h3 {
    font-size: 5.625vw;
  }
}

.phone_section5 .point {
  padding-bottom: 40px;
}

@media (max-width: 900px) {
  .phone_section5 .point {
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .phone_section5 .point {
    padding-bottom: 3vw;
  }
}

.phone_section5 .point .point_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  text-align: left;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item {
    display: block;
    padding: 1.5em;
  }
}

.phone_section5 .point .point_item .point_item_txt {
  width: 74.5%;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item .point_item_txt {
    width: 100%;
  }
}

.phone_section5 .point .point_item .point_item_txt .point_item_ttl {
  display: flex;
  margin-bottom: 20px;
  color: #19579c;
}

.phone_section5 .point .point_item .point_item_txt .point_item_ttl .point_item_icon {
  display: inline-block;
  width: 2.9em;
  height: 2.9em;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ff6c00;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.8em;
  text-align: center;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item .point_item_txt .point_item_ttl .point_item_icon {
    font-size: 4.6875vw;
    width: 2.9em;
    height: 2.9em;
  }
}

.phone_section5 .point .point_item .point_item_txt .point_item_ttl div {
  width: calc( 100% - 2.9em);
  align-self: center;
  padding-left: 20px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item .point_item_txt .point_item_ttl div {
    padding-left: 0.5em;
    font-size: 5vw;
  }
}

.phone_section5 .point .point_item .point_item_txt p {
  padding-left: 20px;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item .point_item_txt p {
    padding-left: 0;
    font-size: 3.75vw;
  }
}

.phone_section5 .point .point_item .point_item_fig {
  max-width: 280px;
  width: 24.6%;
}

@media (max-width: 640px) {
  .phone_section5 .point .point_item .point_item_fig {
    width: 50%;
    max-width: unset;
    margin: 4.69% auto 0;
  }
}

.phone_inr {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.phone_bgimg {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 5;
}

@media (max-width: 600px) {
  .phone_bgimg_hd {
    display: none;
  }
}

.phone_bgimg_hd img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: 1726px;
}

@media (max-width: 600px) {
  .phone_bgimg01 {
    display: none;
  }
}

.phone_bgimg01 img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 70%);
  width: 100%;
  z-index: 5;
  max-width: 1493px;
  width: 103.68%;
}

.phone_bgimg02 img {
  width: 13.68%;
  position: absolute;
  left: -2.08%;
  top: 0;
  transform: translateY(-100%);
  z-index: 5;
}

@media (max-width: 600px) {
  .phone_bgimg02 img {
    transform: translateY(-200%);
  }
}

.phone_bgimg03 img {
  width: 19.58%;
  position: absolute;
  right: -0.69%;
  top: 0;
  transform: translateY(-36.82%);
  z-index: 5;
}

@media (max-width: 600px) {
  .phone_bgimg03 img {
    transform: translateY(-100%);
  }
}

.phone_bgimg04 img {
  width: 13.68%;
  position: absolute;
  left: -2.08%;
  top: 0;
  transform: translateY(-125%);
  z-index: 5;
}

.phone_bgimg05 img {
  width: 22.71%;
  position: absolute;
  right: -0.69%;
  top: 0;
  transform: translateY(-77.06%);
  z-index: 5;
}
