@charset "UTF-8";
/* クラス要素 */
.flex {
  display: flex;
}

.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.al-center {
  align-items: center;
}

.js-center {
  justify-content: center;
}

.tp_line_box {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.15);
}

.tp_line_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gradient-green);
  height: 5px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .tp_line_box {
    border-radius: 1.33333vw;
  }

  .tp_line_box::before {
    border-top-right-radius: 1.33333vw;
    border-top-left-radius: 1.33333vw;
  }
}
@media (min-width: 768px) {
  .tp_line_box {
    border-radius: .34722vw;
  }

  .tp_line_box::before {
    border-top-right-radius: .34722vw;
    border-top-left-radius: .34722vw;
  }
}
@media (min-width: 1440px) {
  .tp_line_box {
    border-radius: 5px;
  }

  .tp_line_box::before {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}
.w2_img-wrapper--single {
  flex-direction: column;
  width: var(--width-content);
  position: relative;
  /* padding-top: 0; */
  line-height: normal;
  padding: 2.6041666667vw;
}
@media screen and (min-width: 1440px) {
  .w2_img-wrapper--single {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .w2_img-wrapper--single {
    padding-bottom: min(calc((54 / 1440 * 100) * 1vw), 54px);
  }
}
@media screen and (max-width: 767px) {
  .w2_img-wrapper--single {
    padding: 6vw 4vw;
    margin-bottom: 0;
  }
}
.w2_img-wrapper--single h3 {
  font-size: 1.3541666667vw;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .w2_img-wrapper--single h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .w2_img-wrapper--single h3 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .w2_img-wrapper--single h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .w2_img-wrapper--single h3 {
    font-size: 16px;
  }
}
.w2_img-wrapper--single p {
  font-size: 0.8333333333vw;
  line-height: 1.8em;
}
@media screen and (min-width: 1440px) {
  .w2_img-wrapper--single p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .w2_img-wrapper--single p {
    font-size: 14px;
  }
}
.w2_img-wrapper--single img {
  width: 85%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w2_img-wrapper--single img {
    width: 97%;
  }
}

#ProjectProgress .w2_img-wrapper--single,
#CustomerSupport .w2_img-wrapper--single {
  padding-top: 0;
}

.w2_img-wrapper__text--title {
  background: var(--gradient-green);
  width: 100%;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .w2_img-wrapper__text--title {
    margin-bottom: min(calc((30 / 1440 * 100) * 1vw), 30px);
    padding: min(calc((12 / 1440 * 100) * 1vw), 12px) 0;
    font-size: min(calc((18 / 1440 * 100) * 1vw), 18px);
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .w2_img-wrapper__text--title {
    margin-bottom: 3.33333vw;
    padding: 4.66667vw 0;
    font-size: 4vw;
    line-height: 1.8;
  }

  .w2_about .w2_container {
    padding-top: 6vw;
  }
}
i.n_num {
  color: #139E78;
  position: relative;
  margin-right: 2vw;
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
}

i.n_num::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #139E78;
  border-radius: 3.6vw;
}
@media screen and (max-width: 1024px) {
  i.n_num::before {
    border: 1px solid #139E78;
  }
}

@media (max-width: 767px) {
  i.n_num {
    margin-right: 5vw;
  }

  i.n_num::before {
    border-radius: 10vw;
  }
}
#Main.w2_page-unified::before {
  background-image: url(../img/static/unified202407/bg1.png);
}
@media screen and (min-width: 1440px) {
  #Main.w2_page-unified::before {
    left: -12vw;
  }
}
@media (min-width: 1921px) {
  #Main.w2_page-unified::before {
    left: -22vw;
  }
}

#Main.w2_page-unified .w2_feature .w2_container .w2_content .w2_right_content::after {
  content: none;
}

#Main.w2_page-unified .w2_feature .w2_container .w2_content .w2_right_content::before {
  position: absolute;
  top: -75.7vw;
  background-image: url(../img/static/unified202407/bg2.png);
}

/* FV */
@media screen and (min-width: 768px) {
  .w2_firstview {
    padding-top: 7.63889vw;
  }
}
@media screen and (max-width: 767px) {
  .w2_firstview {
    padding-top: 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .w2_firstview {
    padding-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .w2_firstview .w2_container .w2_fv_text_container {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .w2_firstview .w2_container .w2_fv_image_container .w2_fv_image_container_img {
    width: 55.2vw !important;
  }
}

#FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.3020833333vw;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1921px) {
  #FirstView .w2_container .w2_fv_text_container .w2_fv_text1 {
    font-size: 25px;
  }
}
#FirstView .w2_container .w2_fv_text_container .w2_fv_text1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--gradient-green);
}
#FirstView .w2_container .w2_fv_text_container .w2_fv_logo .fv_logo_span {
  position: relative;
}
#FirstView .w2_container .w2_fv_text_container .w2_fv_logo .fv_logo_span .w2_fv_note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
}
#FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
  font-weight: 500;
  background: var(--gradient-green);
  color: #fff;
  display: block;
  padding: 0.5208333333vw;
  width: 23.28125vw;
  font-size: 1.5625vw;
}
@media screen and (min-width: 1440px) {
  #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
    width: auto;
    display: inline-block;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_container .w2_fv_text_container #fv_sub_ttl {
    width: 89.33333vw;
    display: block;
    padding: 5px 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 4vw;
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
#FirstView .w2_container .w2_fv_text_container h1 {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.78125vw;
  margin-top: 0.78125vw;
  line-height: normal;
  font-size: 1.9791666667vw;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media screen and (min-width: 1440px) {
  #FirstView .w2_container .w2_fv_text_container h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  #FirstView .w2_container .w2_fv_text_container h1 {
    font-size: 2vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #FirstView .w2_container .w2_fv_text_container h1 {
    width: 100%;
    font-size: 6vw;
    text-align: center;
  }
}
#FirstView .w2_container .w2_fv_text_container .w2_fv_no1_img {
  margin-top: 10px;
}

/* About */
#About .n_about_lead .w2_common_button {
  display: flex;
  flex-direction: column;
  line-height: normal;
  border-radius: 5.2083333333vw;
  font-size: 1.1979166667vw;
  padding: 0.5208333333vw 1.5625vw;
}
@media screen and (max-width: 767px) {
  #About .n_about_lead .w2_common_button {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 100px;
    width: 100%;
  }
}
#About .n_about_lead .w2_common_button b {
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) {
  #About .n_about_lead .w2_common_button b {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #About .w2_about_title {
    font-size: 2.5vw !important;
  }
}
@media screen and (min-width: 1440px) {
  #About .w2_about_title {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  #About .w2_about_title {
    font-size: 6vw !important;
  }
}
@media screen and (min-width: 768px) {
  #About .w2_about_text {
    font-size: 1.3vw;
    line-height: 2.22222vw;
  }
}
@media screen and (min-width: 1440px) {
  #About .w2_about_text {
    font-size: 19px !important;
    line-height: 32px !important;
  }
}

/* 特徴 */
#Main.w2_page-unified .w2_feature_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  #Main.w2_page-unified .w2_feature_list {
    margin-bottom: 1.0416666667vw;
  }
}

.w2_feature .w2_container .w2_content .w2_right_content .w2_feature_list .w2_feature_list_item .w2_feature_list_item_inner .w2_feature_list_item_image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .w2_feature .w2_container .w2_content .w2_right_content .w2_feature_list .w2_feature_list_item .w2_feature_list_item_inner .w2_feature_list_item_image {
    padding: 0;
  }
}

#Main.w2_page-unified .w2_feature_list_item {
  height: auto;
}

#Main.w2_page-unified .w2_feature_list_item_image_img {
  width: 100% !important;
  height: auto;
}

#Main.w2_page-unified .w2_feature .w2_feature_list_item_text1 {
  min-height: unset;
  font-size: 0.9375vw;
}
@media screen and (max-width: 767px) {
  #Main.w2_page-unified .w2_feature .w2_feature_list_item_text1 {
    font-size: 16px;
    line-height: normal;
  }
}
@media screen and (min-width: 1440px) {
  #Main.w2_page-unified .w2_feature .w2_feature_list_item_text1 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  #Main.w2_page-unified .w2_feature_list {
    justify-content: space-between;
  }

  #Main.w2_page-unified .w2_feature_list_item {
    width: calc(100% / 3.2);
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 {
    font-size: 1.0416666667vw;
    position: relative;
    min-height: 3.27vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    font-weight: 500;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i {
    font-size: 1.8229vw;
    margin-right: 1.5625vw;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i::before {
    width: 3.125vw;
    height: 3.125vw;
  }
}
@media (max-width: 1024px) {
  #Main.w2_page-unified .w2_feature_list_item_inner h3 {
    font-size: 1.3541666667vw;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  #Main.w2_page-unified .w2_feature_list_item_inner h3 {
    font-size: 4vw;
    padding: 20px 0;
    font-weight: 500;
    min-height: 30px;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i {
    font-size: 20px;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i::before {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1440px) {
  #Main.w2_page-unified .w2_feature_list_item_inner h3 {
    font-size: 20px;
    font-weight: 500;
    min-height: 60px;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i {
    font-size: 30px;
    margin-right: 24px;
  }

  #Main.w2_page-unified .w2_feature_list_item_inner h3 i::before {
    width: 50px;
    height: 50px;
  }
}
.w2_content {
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .w2_section_title {
    width: var(--width-content);
    margin: 0 auto;
    padding-top: 13.33333vw;
  }
  .w2_section_title h2 {
    line-height: normal !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .w2_section_title h2 {
    font-size: 6vw !important;
  }
}

.line_box {
  width: 100%;
  border: solid 2px #34B57C;
  padding: 1.5625vw 3.90625vw;
  border-radius: 0.4166666667vw;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .line_box {
    padding: 6vw 4vw;
    margin-top: 15px !important;
  }
}

.green_back {
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.green_back::before {
  content: "";
  background: linear-gradient(183deg, #f4fff9 0%, #fff 100%);
  position: absolute;
  right: 0;
  width: 88.88889vw;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .green_back::before {
    width: 100%;
  }
}

#Feature .w2_left_content {
  background: #fff;
}

#Feature_about .w2_section_title h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1440px) {
  #Feature_about .w2_section_title h2 {
    height: 4.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #Feature_about .w2_section_title h2 {
    font-size: 6vw;
  }
}
#Feature_about .w2_section_title h2 i {
  margin-right: 3.125vw;
  font-size: 2.34375vw;
}
@media screen and (max-width: 767px) {
  #Feature_about .w2_section_title h2 i {
    font-size: 6vw;
    margin-right: 6vw;
  }
}
#Feature_about .w2_section_title h2 i::before {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  #Feature_about .w2_section_title h2 i::before {
    height: 10vw;
    width: 10vw;
  }
}

@media screen and (max-width: 767px) {
  #Progress .w2_sp_scroll_container {
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    background: transparent;
    box-shadow: unset;
  }
}
#Progress .w2_sp_scroll_container::before {
  content: none;
}
@media screen and (max-width: 767px) {
  #Progress .w2_sp_scroll_container::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Progress .w2_sp_scroll_container > img {
    width: 200vw;
    margin: 0 auto;
  }
}
#Progress .w2_sp_scroll_container .w2_scroll_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  background: #FFFFFF;
  filter: drop-shadow(0px 10px 30px rgba(51, 51, 51, 0.3));
  border: solid 2px #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.2s linear;
  display: none;
}
@media screen and (max-width: 767px) {
  #Progress .w2_sp_scroll_container .w2_scroll_icon {
    display: block;
    width: 25.6vw;
    height: 23.2vw;
    margin-left: -12.8vw;
    margin-top: -11.6vw;
    border-radius: 1.33333vw;
  }
}
#Progress .w2_sp_scroll_container .w2_scroll_icon > div {
  display: block;
}
@media screen and (max-width: 767px) {
  #Progress .w2_sp_scroll_container .w2_scroll_icon > div {
    font-size: 3.46667vw;
  }
}
#Progress .w2_sp_scroll_container .w2_scroll_icon > div > span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#Progress .w2_sp_scroll_container .w2_scroll_icon.w2_hide {
  opacity: 0;
}
#Progress .w2_sp_scroll_container .w2_scroll_icon .w2_scroll_icon_img {
  margin: auto;
  width: 11.73333vw !important;
  height: 12.8vw !important;
  margin-bottom: 1.33333vw;
  animation: w2_scroll_icon_img_animation 0.6s alternate-reverse infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes w2_scroll_icon_img_animation {
  0% {
    transform: translate(-10%);
  }
  100% {
    transform: translate(5%);
  }
}
@media screen and (min-width: 1440px) {
  #Progress .w2_img-wrapper--single img {
    width: 75%;
  }
}

#Offline .offline_omo {
  width: 100%;
  margin-top: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  #Offline .offline_omo {
    margin-top: 10px;
  }
}
#Offline .offline_omo ul {
  gap: 0.78125vw 0;
  margin-top: 1.3020833333vw;
}
@media screen and (max-width: 767px) {
  #Offline .offline_omo ul {
    gap: 10px;
    margin-top: 15px;
  }
}
#Offline .offline_omo ul li {
  width: calc(100% / 3.1);
  padding: 1.0416666667vw 0;
}
@media screen and (max-width: 767px) {
  #Offline .offline_omo ul li {
    width: calc(100% / 2.1);
  }
}
#Offline .offline_omo ul li::before {
  height: 3px;
}
#Offline .offline_omo ul li h3 {
  font-weight: 500;
  font-size: 0.9375vw;
}
@media screen and (min-width: 1440px) {
  #Offline .offline_omo ul li h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Offline .offline_omo ul li h3 {
    font-size: 16px;
  }
}
#Offline .offline_omo ul li h4 {
  font-size: 0.9375vw;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  #Offline .offline_omo ul li h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Offline .offline_omo ul li h4 {
    font-size: 12px;
    padding: 10px 0;
  }
}

#Brand .brand_design {
  margin-top: 2.34375vw;
}
#Brand .brand_design ul {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #Brand .brand_design ul {
    gap: 15px;
    margin-top: 15px;
  }
}
#Brand .brand_design ul li {
  width: calc(100% / 3.2);
  color: #333333;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #Brand .brand_design ul li {
    width: 100%;
  }
}
#Brand .brand_design ul li h4 {
  font-size: 0.7291666667vw;
}
@media screen and (min-width: 1440px) {
  #Brand .brand_design ul li h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #Brand .brand_design ul li h4 {
    font-size: 14px;
  }
}

#Infra .w2_access-management__list-item {
  width: 50%;
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
}
#Infra .w2_access-management__image-wrapper {
  width: 100%;
  height: auto;
  margin-bottom: 6.66667vw;
}
#Infra .w2_access-management__image-wrapper img {
  width: 100%;
  height: auto;
}
#Infra .w2_access-management__text--description {
  font-size: 3.46667vw;
}
#Infra .w2_access-management__text--summary {
  padding: 15px 5.97%;
  font-size: 3.46667vw;
  line-height: 1.9;
}
#Infra .w2_access-management__inner {
  --padding-horizontal: 6.25%;
  --padding-vertical: min(calc((50 / 1440 * 100) * 1vw), 50px);
  display: flex;
  gap: 5%;
}
#Infra .w2_access-management__list {
  display: flex;
}
#Infra .w2_access-management__list-item {
  width: 50%;
  padding-right: var(--padding-horizontal);
  padding-left: var(--padding-horizontal);
}
#Infra .w2_access-management__list > li:nth-of-type(1) {
  border-right: solid 1px #ddd;
  padding-left: 0;
}
#Infra .w2_access-management__list > li:nth-of-type(2) {
  padding-right: 0;
}
#Infra .w2_access-management__image-wrapper {
  width: auto;
  margin-bottom: min(calc((30 / 1440 * 100) * 1vw), 30px);
}
#Infra .w2_access-management__image-wrapper img {
  width: 100%;
  height: auto;
  margin: auto;
}
#Infra .w2_access-management__text--description {
  font-size: min(calc((16 / 1440 * 100) * 1vw), 16px);
}
#Infra .w2_access-management__text--summary {
  padding: min(calc((18 / 1440 * 100) * 1vw), 18px) 0;
  font-size: min(calc((18 / 1440 * 100) * 1vw), 18px);
  line-height: 1.5;
}
#Infra .w2_patterns .w2_patterns_title .w2_patterns_title_inner {
  text-align: center;
}
#Infra .w2_access-management__text--description2 {
  display: flex;
  flex-wrap: wrap;
}
#Infra .w2_access-management__text--description2 b {
  position: relative;
  padding-left: 1.1979166667vw;
  width: calc(100% / 2);
  letter-spacing: 0;
  font-size: 0.6770833333vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1440px) {
  #Infra .w2_access-management__text--description2 b {
    font-size: 12px;
    padding-left: 23px;
  }
}
#Infra .w2_access-management__text--description2 b::before {
  content: "";
  position: absolute;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background: #139E78;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
@media screen and (min-width: 1440px) {
  #Infra .w2_access-management__text--description2 b::before {
    width: 16px;
    height: 16px;
  }
}
#Infra .security_platform {
  margin-top: 1.5625vw;
}
#Infra .security_platform img {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #Infra .w2_access-management__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #Infra .w2_access-management__list-item {
    width: 100%;
    padding: 0 !important;
  }
  #Infra .w2_access-management__text--description {
    font-size: 14px;
  }
  #Infra .w2_access-management__text--description2 {
    gap: 5px;
    font-size: 14px;
    padding: 15px;
    margin-top: 10px;
  }
  #Infra .w2_access-management__text--description2 b {
    padding-left: 16px;
    width: 100%;
    font-size: 14px;
  }
  #Infra .w2_access-management__text--description2 b::before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
  }
}
#Infra .n_text_size2 {
  margin-top: 3.125vw;
}

#Casestudy {
  margin-top: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  #Casestudy {
    margin-top: 13.33333vw;
  }
}

@media screen and (max-width: 767px) {
  #Update {
    padding-bottom: 13.33333vw;
  }
}

@media screen and (min-width: 1440px) {
  #Plan {
    margin-top: 88px;
  }
}
#Plan .w2_right_content {
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content {
    padding-bottom: 13.33333vw;
  }
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list {
    margin-bottom: 0;
  }
}
#Plan .w2_right_content .w2_plan_list .w2_plan_list_item_text1 {
  padding-bottom: 1.0416666667vw;
}
#Plan .w2_right_content .w2_plan_list .w2_plan_list_item_text2 {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list .w2_plan_list_item_text2 {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 10px;
  }
}
#Plan .w2_right_content .w2_plan_list dl {
  border-top: solid 1px #ddd;
  padding-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  margin-right: var(--padding-vertical);
  margin-left: var(--padding-vertical);
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list dl {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
#Plan .w2_right_content .w2_plan_list dl dt {
  font-size: 1.0416666667vw;
  position: relative;
  padding-left: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  #Plan .w2_right_content .w2_plan_list dl dt {
    font-size: 18px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list dl dt {
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
#Plan .w2_right_content .w2_plan_list dl dt::before {
  content: "";
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  position: absolute;
  top: 50%;
  left: 0;
  background: #139E78;
  transform: translate(0px, -45%);
}
@media screen and (min-width: 1440px) {
  #Plan .w2_right_content .w2_plan_list dl dt::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list dl dt::before {
    width: 10px;
    height: 10px;
  }
}
#Plan .w2_right_content .w2_plan_list dl dd {
  padding-left: 2.34375vw;
  position: relative;
  font-size: 0.9375vw;
  line-height: 1.8;
}
@media screen and (min-width: 1440px) {
  #Plan .w2_right_content .w2_plan_list dl dd {
    font-size: 18px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list dl dd {
    font-size: 12px;
    padding-left: 20px;
  }
}
#Plan .w2_right_content .w2_plan_list dl dd::before {
  content: "";
  width: 0.5208333333vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 1.3020833333vw;
  transform: translate(-50%, 0);
  background: #139E78;
}
@media screen and (min-width: 1440px) {
  #Plan .w2_right_content .w2_plan_list dl dd::before {
    width: 10px;
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #Plan .w2_right_content .w2_plan_list dl dd::before {
    width: 10px;
    left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #Contact {
    margin-top: 5.2083333333vw;
  }
}
#Contact .w2_right_content {
  border-top: solid 1px #ddd;
  background: #F9F9F9;
}
#Contact .w2_right_content .w2_form_input_outer_privacy {
  padding-top: 0;
}
#Contact .w2_right_content .w2_form_inner {
  padding-bottom: 13.33333vw;
}

#Main.w2_page-unified .w2_plan .w2_container .w2_content .w2_right_content::before {
  content: none;
}

.w2_plan_footer_button {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 1440px) {
  .w2_plan_footer_button {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .w2_plan_footer_button {
    margin-bottom: 13.33333vw;
  }
}

/*# sourceMappingURL=unified202407.css.map */
