#page_intro {
  position: relative;
  z-index: 1;
  padding-top: 120px;
}
#page_intro .loop_img_slider {
  display: block;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 44px;
  left: 0;
  margin: 0;
}
#page_intro .loop_img_slider .loop_img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #page_intro .loop_img_slider .loop_img {
    width: 536px;
  }
}

/* ======================================================
/*  About - value
========================================================= */
#value {
  position: relative;
  z-index: 2;
  background: 40px;
}
#value .contents_inner {
  padding: 20px 20px 0;
  max-width: 1087px;
  border-radius: 22px 22px 0 0;
  transform: translateY(-78px);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #value .contents_inner {
    padding: 55px 75px;
  }
}
@media screen and (min-width: 980px) {
  #value .contents_inner {
    padding: 55px 40px;
  }
}
@media screen and (min-width: 1266px) {
  #value .contents_inner {
    padding: 55px 75px;
  }
}
#value .value_title {
  display: block;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #value .value_title {
    margin-bottom: 0;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  #value .value_description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
#value .value_description_title {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3181818182;
}
#value .value_description_title ._small {
  font-size: 59.0909090909%;
}
#value .value_description_title ._orange {
  color: #FF8221;
}
@media screen and (min-width: 768px) {
  #value .value_description_title {
    margin-bottom: 45px;
    font-size: 3.8rem;
  }
}
#value .value_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9615384615;
}
.t_contents_title + #value .value_text {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #value .value_text {
    font-size: 1.5rem;
  }
  .t_contents_title + #value .value_text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  #value .description {
    width: 520px;
    padding-right: 40px;
  }
}
#value .value_description_flow {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 439px;
  margin: 0 auto;
  padding: 28px;
  background-color: #FDF4ED;
  overflow: hidden;
  border-radius: 12px;
}
#value .value_description_flow .flow_title {
  margin-bottom: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.9090909091;
}
@media screen and (min-width: 768px) {
  #value .value_description_flow .flow_title {
    font-size: 2.2rem;
  }
}
#value .value_description_flow .description_flow_list ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
}
#value .value_description_flow .description_flow_list li {
  position: relative;
  z-index: 1;
  width: 25%;
  padding-right: 30px;
  box-sizing: border-box;
}
#value .value_description_flow .description_flow_list li:not(:last-child) .img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -9.5px;
  width: 11px;
  height: 10px;
  background-image: url("../../img/top/about_icon_flow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate3d(100%, -50%, 0);
}
#value .value_description_flow .description_flow_list .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #value .value_description_flow .description_flow_list .img img {
    transform: scale(1.2);
  }
}
#value .value_description_flow .description_flow_list p {
  margin: 5px -30px 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #value .value_description_flow .description_flow_list p {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 768px) {
  #value .value_description_flow .description_flow_list p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 979px) {
  #value .value_description_flow {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #value .value_description_flow {
    flex: 1;
  }
}
#value .ordermade_title {
  display: block;
  margin-top: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#value .ordermade_title .text {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 35px;
}
#value .ordermade_title .text::before, #value .ordermade_title .text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 10px;
  height: 100%;
  border-top: 1px solid #FF8221;
  border-bottom: 1px solid #FF8221;
}
#value .ordermade_title .text::before {
  left: 0;
  border-left: 1px solid #FF8221;
}
#value .ordermade_title .text::after {
  right: 0;
  border-right: 1px solid #FF8221;
}
#value .ordermade_title ._orange {
  color: #FF8221;
}
@media screen and (max-width: 767px) {
  #value .ordermade_title {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 980px) {
  #value .ordermade_title {
    font-size: 2rem;
  }
  #value .ordermade_title br {
    display: none;
  }
}
#value .btn_area {
  display: block;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #value .btn_area {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 768px) {
  #value .btn_area {
    max-width: 306px;
  }
}

/* ======================================================
/*  About - pointlink
========================================================= */
#pointlink {
  position: relative;
  z-index: 1;
}
#pointlink::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 97.5vw;
  height: 50%;
  border-radius: 0 15px 0 0;
  background-color: #FDF4ED;
}
@media screen and (min-width: 1266px) {
  #pointlink::before {
    width: 93.4027777778%;
    height: 110px;
  }
}
#pointlink .pointlink_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555555556;
  text-align: center;
}
#pointlink .pointlink_title .en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.45;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink_title .en {
    font-size: 2rem;
  }
}
#pointlink .pointlink_title ._small {
  display: none;
  font-size: 71.4285714286%;
}
#pointlink .pointlink_title ._orange {
  color: #FF8221;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink_title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 980px) {
  #pointlink .pointlink_title ._small {
    display: inline;
  }
}
#pointlink .pointlink {
  width: 100%;
  max-width: 885px;
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .pointlink_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #pointlink .pointlink .pointlink_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  #pointlink .pointlink .pointlink_item + .pointlink_item .pointlink_link::before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #707070;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .pointlink_item {
    width: 20%;
  }
  #pointlink .pointlink .pointlink_item + .pointlink_item .pointlink_link::before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 0;
    height: calc(100% - 40px);
    border-left: 1px solid #707070;
    transform: translateY(-50%);
  }
}
#pointlink .pointlink .pointlink_link {
  display: block;
  position: relative;
  padding: 12px 20px;
  width: 100%;
  height: 100%;
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#pointlink .pointlink .pointlink_link::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
#pointlink .pointlink .pointlink_link:hover {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #pointlink .pointlink .pointlink_link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .pointlink_link {
    padding: 20px 0;
    text-align: center;
  }
}
#pointlink .pointlink .num {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0.5px solid #707070;
  border-radius: 50%;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .num {
    margin: 0 auto 7px;
  }
}
@media screen and (min-width: 980px) {
  #pointlink .pointlink .num {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  #pointlink .pointlink .textarea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    flex: 1;
    padding-left: 17px;
  }
}
#pointlink .pointlink .img {
  width: 39px;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #pointlink .pointlink .img {
    width: 61px;
  }
}
#pointlink .pointlink .text {
  padding-left: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #pointlink .pointlink .text {
    padding: 0;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  #pointlink .pointlink .text {
    font-size: 1.5rem;
  }
}
#pointlink .loop_img_slider {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100vw;
  top: 25px;
  left: 0;
}
#pointlink .loop_img_slider .loop_img {
  display: block;
  margin: 0 20px;
}
#pointlink .loop_img_slider img {
  width: 700px;
}
@media screen and (min-width: 768px) {
  #pointlink .loop_img_slider .loop_img {
    margin: 0 45px;
  }
  #pointlink .loop_img_slider img {
    width: 1500px;
  }
}
@media screen and (min-width: 980px) {
  #pointlink .loop_img_slider img {
    width: 1754.34px;
  }
}

/* ======================================================
/*  About - point01
========================================================= */
#point01 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #point01 {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
#point01::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 97.5vw;
  height: 100%;
  border-radius: 0 0 15px 0;
  background-color: #FDF4ED;
}
@media screen and (min-width: 1266px) {
  #point01::before {
    width: 93.4027777778%;
  }
}
#point01 .banner {
  width: 95vw;
  margin: 30px 0 50px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#point01 .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  #point01 .banner {
    margin-top: 55px;
    margin-bottom: 90px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .banner {
    height: 486px;
  }
}
@media screen and (min-width: 1266px) {
  #point01 .banner {
    width: 100vw;
    margin-left: calc((100vw - 1140px) / 2);
    transform: translateX(-5vw);
  }
}
#point01 .pdf_balloon {
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #point01 .pdf_balloon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 80px;
    padding: 40px;
    background-color: #fff;
    border-radius: 280px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .pdf_balloon {
    padding: 40px 77px;
    height: 280px;
  }
}
#point01 .pdf_balloon .other {
  justify-content: center;
}
#point01 .pdf_balloon .pdf_balloon_text .title {
  margin-bottom: 5px;
  color: #FF8221;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4166666667;
}
@media screen and (min-width: 1266px) {
  #point01 .pdf_balloon .pdf_balloon_text .title {
    font-size: 2.9rem;
  }
}
#point01 .pdf_balloon .pdf_balloon_text .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1266px) {
  #point01 .pdf_balloon .pdf_balloon_text .text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #point01 .pdf_balloon .pdf_balloon_text {
    width: 38%;
    max-width: 312px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .pdf_balloon .pdf_balloon_text {
    width: 45%;
  }
}
#point01 .pdf_balloon .other {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #point01 .pdf_balloon .other {
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    flex: 1;
    margin-top: 0;
    padding-left: 30px;
  }
}
@media screen and (min-width: 980px) {
  #point01 .pdf_balloon .other {
    flex: none;
  }
}
#point01 .pdf_balloon .img_box {
  margin: 30px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #point01 .pdf_balloon .img_box {
    margin-top: 0;
  }
}
#point01 .pdf_balloon .img_box .img_title {
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
#point01 .pdf_balloon .img_box .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  gap: 17px;
}
#point01 .pdf_balloon .img_box .item {
  width: 108px;
  text-align: center;
}
#point01 .pdf_balloon .img_box .item + .item {
  position: relative;
  z-index: 1;
}
#point01 .pdf_balloon .img_box .item + .item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -6px;
  width: 0;
  height: 100%;
  border-left: 1px solid #333;
}
#point01 .pdf_balloon .img_box .img {
  width: 74px;
  margin: 0 auto;
}
#point01 .pdf_balloon .img_box .text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
}
#point01 .pdf_balloon .pdf_link {
  display: block;
  max-width: 179px;
  margin: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  text-align: center;
}
#point01 .pdf_balloon .pdf_link:hover {
  opacity: 0.7;
}
#point01 .pdf_balloon .pdf_link .text {
  display: block;
  margin-top: 5px;
  color: #FF8221;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #point01 .pdf_balloon .pdf_link .text {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 980px) {
  #point01 .pdf_balloon .pdf_link {
    transform: translateY(-40px);
  }
  #point01 .pdf_balloon .pdf_link .text {
    font-size: 1.4rem;
  }
}

/* ======================================================
/*  About - point02
========================================================= */
#point02 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #point02 {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
#point02 .balloon_text {
  display: block;
  width: 100%;
  max-width: 955px;
  margin: 40px auto 0;
  padding: 20px 0;
  background-color: #FDF4ED;
  border-radius: 232px;
  color: #FF8221;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5454545455;
  text-align: center;
}
#point02 .balloon_text ._small {
  display: block;
  margin-bottom: 6px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #point02 .balloon_text {
    margin-top: 60px;
    padding: 28px 0;
    font-size: 2.2rem;
  }
  #point02 .balloon_text ._small {
    font-size: 1.5rem;
  }
}
#point02 .post_thumbnail, #point02 .post_type, #point02 .post_text {
  pointer-events: none !important;
}
#point02 .post_text ._small {
  display: block;
  font-size: 77.7777777778%;
}

/* ======================================================
/*  About - point03
========================================================= */
#point03 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #point03 {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
#point03::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 97.5vw;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #FDF4ED;
}
@media screen and (min-width: 1266px) {
  #point03::before {
    width: 93.4027777778%;
  }
}
#point03 .cloud_system_flow {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#point03 .cloud_system_flow .title {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
#point03 .cloud_system_flow .title .bg {
  position: relative;
  z-index: 1;
  width: 100%;
}
#point03 .cloud_system_flow .title .bg img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
#point03 .cloud_system_flow .title .logo {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 52.5%;
  transform: translateX(-50%);
}
#point03 .cloud_system_flow .title .img {
  width: 100%;
}
#point03 .cloud_system_flow .title p {
  margin-top: 5px;
  color: #FF8221;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.025;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .title p {
    font-size: 1.7rem;
  }
}
#point03 .cloud_system_flow .list {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list {
    width: 80%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    transform: translateX(5%);
  }
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
  }
  #point03 .cloud_system_flow .list::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 83.3333333333%;
    height: 0;
    border-top: 1px solid #333;
    transform: translateX(-50%);
  }
}
#point03 .cloud_system_flow .list::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 0;
  height: 25px;
  border-left: 1px solid #333;
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list::before {
    left: -1px;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list::before {
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
  }
}
#point03 .cloud_system_flow .list .item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 25px;
  }
  #point03 .cloud_system_flow .list .item + .item {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list .item {
    width: 16.6666666667%;
    padding-top: 25px;
  }
}
#point03 .cloud_system_flow .list .item::before {
  content: "";
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .item::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 0;
    border-bottom: 1px solid #333;
  }
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list .item::before {
    top: 0;
    left: 50%;
    width: 0;
    height: 25px;
    border-left: 1px solid #333;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .item::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: -1px;
    width: 0;
    height: 100%;
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .item:last-child::after {
    height: calc(50% + 0.5px);
  }
}
#point03 .cloud_system_flow .list .icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list .icon {
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  #point03 .cloud_system_flow .list .icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1266px) {
  #point03 .cloud_system_flow .list .icon {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .textarea {
    flex: 1;
    padding-left: 20px;
  }
}
#point03 .cloud_system_flow .list .subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1764705882;
}
@media screen and (max-width: 767px) {
  #point03 .cloud_system_flow .list .subtitle {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list .subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #point03 .cloud_system_flow .list .subtitle {
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 1.7rem;
  }
}
#point03 .cloud_system_flow .list .text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_flow .list .text {
    padding: 0 10px;
  }
}
@media screen and (min-width: 980px) {
  #point03 .cloud_system_flow .list .text {
    padding: 0;
  }
}
#point03 .cloud_system_flow .list .text p {
  padding-left: 1em;
  text-indent: -1em;
}
#point03 .cloud_system_merit {
  width: 100%;
  max-width: 780px;
  padding: 30px 0;
  margin: 20px auto 40px;
  background-color: #333;
  border-radius: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_merit {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    gap: 0 40px;
    margin: 40px auto 80px;
    padding: 47px 0;
  }
}
#point03 .cloud_system_merit .title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.724137931;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_merit .title {
    font-size: 2.9rem;
  }
}
#point03 .cloud_system_merit .list {
  display: inline-block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_merit .list {
    margin: 0;
  }
}
#point03 .cloud_system_merit .item {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_merit .item {
    font-size: 1.5rem;
  }
}
#point03 .cloud_system_company {
  width: 100vw;
  margin-top: 40px;
  padding-left: 5vw;
  transform: translateX(-5vw);
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_company {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1266px) {
  #point03 .cloud_system_company {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
#point03 .cloud_system_company .company_list {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 12px 0 0 12px;
}
#point03 .cloud_system_company .company_list + .company_list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_company .company_list {
    padding: 55px;
  }
  #point03 .cloud_system_company .company_list + .company_list {
    margin-top: 50px;
  }
}
#point03 .cloud_system_company .title {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  width: 200px;
  padding: 6px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background-color: #FF8221;
  border-radius: 42px;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_company .title {
    width: 280px;
    font-size: 2rem;
  }
}
#point03 .cloud_system_company .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
}
#point03 .cloud_system_company .item {
  width: calc((100% - 23px) / 2);
  max-width: 175px;
}
@media screen and (min-width: 768px) {
  #point03 .cloud_system_company .item {
    width: calc((100% - 69px) / 4);
  }
}
@media screen and (min-width: 980px) {
  #point03 .cloud_system_company .item {
    width: calc((100% - 4.6px) / 6);
  }
}

/* ======================================================
/*  About - point04
========================================================= */
#point04 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #point04 {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
#point04 .point04_description {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #point04 .point04_description {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  #point04 .point04_description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #point04 .point04_description .description {
    max-width: 500px;
  }
}
#point04 .point04_description_subtitle {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #point04 .point04_description_subtitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
#point04 .point04_description_title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5862068966;
}
#point04 .point04_description_title ._orange {
  color: #FF8221;
}
@media screen and (min-width: 768px) {
  #point04 .point04_description_title {
    margin-bottom: 45px;
    font-size: 2.9rem;
  }
}
#point04 .point04_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9615384615;
}
@media screen and (min-width: 768px) {
  #point04 .point04_text {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  #point04 .description {
    width: 520px;
    padding-right: 40px;
  }
}
#point04 .point04_description_img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 555px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  #point04 .point04_description_img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #point04 .point04_description_img {
    flex: 1;
  }
}
#point04 .balloon {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #point04 .balloon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-top: 80px;
    padding: 40px 80px;
    background-color: #FDF4ED;
    border-radius: 280px;
  }
}
@media screen and (min-width: 980px) {
  #point04 .balloon {
    padding: 58px 0;
    height: 280px;
  }
}
#point04 .balloon .balloon_text {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#point04 .balloon .balloon_text .title {
  margin-bottom: 25px;
  color: #FF8221;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5454545455;
}
@media screen and (min-width: 1266px) {
  #point04 .balloon .balloon_text .title {
    font-size: 2.2rem;
  }
}
#point04 .balloon .balloon_text .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1266px) {
  #point04 .balloon .balloon_text .text {
    font-size: 1.5rem;
  }
}
#point04 .balloon .img {
  margin: 30px auto 0;
  width: 100%;
  max-width: 410px;
}
@media screen and (min-width: 768px) {
  #point04 .balloon .img {
    position: absolute;
    z-index: 1;
    top: 47px;
    right: 40px;
    margin: 0;
    width: 42.7083333333%;
  }
}
@media screen and (min-width: 980px) {
  #point04 .balloon .img {
    top: 65px;
    right: 110px;
  }
}

/* ======================================================
/*  About - point05
========================================================= */
#point05 {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  #point05 {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}
#point05::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 97.5vw;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #FDF4ED;
}
@media screen and (min-width: 1266px) {
  #point05::before {
    width: 93.4027777778%;
  }
}

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