@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- page_ttl
- anchor_nav_sec
- point_sttl
- point_intro
- point1_sec
- point2_sec
- point3_sec
- premium_sec
-------------------------*/
/*============================
#page_ttl
============================*/
#page_ttl {
  background: url(../plan/img/kv.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page_ttl {
    background: url(../plan/img/kv_sp.jpg) no-repeat;
    background-size: cover;
  }
}

/*============================
#anchor_nav_sec
============================*/
#anchor_nav_sec {
  background: rgba(0, 0, 0, 0.04);
  padding: 100px 2% 121.8px;
  margin: 0 0 202px 0;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec {
    padding: 47.85px 5% 52px;
    margin: 0 0 57.8px 0;
  }
}
#anchor_nav_sec li {
  margin: 0 0 60.3px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec li {
    margin: 0 0 15px 0;
  }
}
#anchor_nav_sec li:nth-child(1) {
  margin-bottom: 60.3px;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec li:nth-child(1) {
    margin-bottom: 22px;
  }
}
#anchor_nav_sec li:last-child {
  margin: 0;
}
#anchor_nav_sec li a {
  display: block;
  color: #000;
  border-bottom: 1px solid #707070;
  font-size: 3.1rem;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec li a {
    font-size: 1.2rem;
  }
}
#anchor_nav_sec li a:hover {
  opacity: 1;
}
#anchor_nav_sec li a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 89.9px;
  max-width: 683px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec li a p {
    max-width: 85%;
    gap: 0 16px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#anchor_nav_sec li a span {
  font-size: 2.3rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #anchor_nav_sec li a span {
    font-size: 1.3rem;
    padding-bottom: 0px;
  }
}
#anchor_nav_sec li a::after {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: rgb(227, 227, 213);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(227, 227, 213)), to(rgb(170, 170, 136)));
  background: linear-gradient(180deg, rgb(227, 227, 213) 0%, rgb(170, 170, 136) 100%);
  z-index: 1;
}
#anchor_nav_sec li a:hover::after {
  opacity: 0.5;
}
#anchor_nav_sec li a p {
  z-index: 2;
  position: relative;
}

#anc01, #anc02, #anc03 {
  padding-top: 74px;
  margin-top: -74px;
}

/*============================
point_sttl
============================*/
.point_sttl {
  color: #E7E7DE;
  font-size: 7rem;
  margin-bottom: 14.1px;
}
@media screen and (max-width: 768px) {
  .point_sttl {
    font-size: 3.5rem;
    margin-bottom: 16.55px;
  }
}
.point_sttl span {
  font-family: "Baskervville", serif;
  margin-right: 45px;
}
@media screen and (max-width: 768px) {
  .point_sttl span {
    margin-right: 18px;
  }
}

/*============================
point_intro
============================*/
.point_intro {
  margin-bottom: 97px;
  padding-bottom: 22px;
  border-bottom: solid 1px #707070;
}
@media screen and (max-width: 768px) {
  .point_intro {
    padding-bottom: 11px;
    margin-bottom: 51px;
  }
}
.point_intro h4 {
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .point_intro h4 {
    margin-bottom: 13px;
  }
}
.point_intro p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .point_intro p {
    font-size: 0.9rem;
  }
}

/*============================
#point1_sec
============================*/
#point1_sec {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #point1_sec {
    margin: 0px 0 20px 0;
  }
}
#point1_sec .section_border {
  height: 63.5px;
  border-left: 1px solid #AAAA88;
}
@media screen and (max-width: 768px) {
  #point1_sec .section_border {
    height: 31.75px;
  }
}
#point1_sec .area {
  margin-bottom: 170.9px;
}
@media screen and (max-width: 768px) {
  #point1_sec .area {
    margin-bottom: 56.2px;
  }
}
#point1_sec .area .copy {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 24.6px;
}
@media screen and (max-width: 768px) {
  #point1_sec .area .copy {
    font-size: 1.5rem;
    margin-bottom: 21.3px;
  }
}
#point1_sec .area .text {
  font-size: 1.6rem;
  line-height: 2.222;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #point1_sec .area .text {
    font-size: 1.2rem;
    line-height: 2.25;
    margin-bottom: 26px;
  }
}
#point1_sec .area .graph {
  max-width: 696.27px;
  margin: 0 auto;
}
#point1_sec .area .graph .sttl {
  font-size: 2.3rem;
  line-height: 1.304;
  margin-bottom: 42.6px;
}
@media screen and (max-width: 768px) {
  #point1_sec .area .graph .sttl {
    font-size: 1.2rem;
    margin-bottom: 16.3px;
  }
}
#point1_sec .area .graph .img {
  margin-bottom: 27.4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #point1_sec .area .graph .img {
    margin-bottom: 11.4px;
  }
}
#point1_sec .area .graph .caption {
  font-size: 1.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #point1_sec .area .graph .caption {
    font-size: 0.9em;
  }
}

/*============================
#point2_sec
============================*/
#point2_sec {
  color: var(--color_white);
  background-color: #000000;
  margin: 0 0 75.3px 0;
  padding-top: 89.5px;
}
@media screen and (max-width: 768px) {
  #point2_sec {
    margin: 0px 0 44.95px 0;
    padding-top: 30.8px;
  }
}
#point2_sec .section_border {
  height: 63.5px;
  border-left: 1px solid #AAAA88;
}
@media screen and (max-width: 768px) {
  #point2_sec .section_border {
    height: 31.75px;
  }
}
#point2_sec .inner {
  padding: 0 0 125.5px;
}
@media screen and (max-width: 768px) {
  #point2_sec .inner {
    width: 100%;
    padding: 10px 0 91px;
  }
}
#point2_sec .point_sttl {
  color: #AAAA88;
}
@media screen and (max-width: 768px) {
  #point2_sec .point_sttl {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  #point2_sec .point_intro {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
#point2_sec .copy {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 22.1px;
}
@media screen and (max-width: 768px) {
  #point2_sec .copy {
    font-size: 1.5rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 13px;
  }
}
#point2_sec .text {
  font-size: 1.8rem;
  line-height: 2.222;
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  #point2_sec .text {
    font-size: 1.2rem;
    line-height: 2.25;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 66.25px;
  }
}
#point2_sec .yutori_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area {
    gap: 32px;
  }
}
#point2_sec .yutori_area .yutori {
  max-width: 740px;
  width: 68.5185185185%;
  height: 193px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori {
    width: 90%;
    height: 96.5px;
  }
}
#point2_sec .yutori_area .yutori:nth-child(1) {
  background: url(../plan/img/point2_img01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori:nth-child(1) {
    margin-left: auto;
  }
}
#point2_sec .yutori_area .yutori:nth-child(2) {
  margin: 0 auto;
  background: url(../plan/img/point2_img02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori:nth-child(2) {
    margin-left: auto;
    margin-right: 0;
  }
}
#point2_sec .yutori_area .yutori:nth-child(3) {
  margin-left: auto;
  background: url(../plan/img/point2_img03.jpg) no-repeat center center;
  background-size: cover;
}
#point2_sec .yutori_area .yutori::before {
  content: "";
  display: inline-block;
  border-radius: 50px;
  background-color: #969378;
  width: 21.34px;
  height: 21.34px;
  position: absolute;
  top: -10.5px;
  left: -10.5px;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori::before {
    width: 10.67px;
    height: 10.67px;
    top: -5.335px;
    left: -5.335px;
  }
}
#point2_sec .yutori_area .yutori .inn {
  width: 90%;
  margin: 0 auto;
}
#point2_sec .yutori_area .yutori .inn .sttl {
  font-size: 2.5rem;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori .inn .sttl {
    font-size: 1.3rem;
    margin-bottom: 13px;
  }
}
#point2_sec .yutori_area .yutori .inn p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #point2_sec .yutori_area .yutori .inn p {
    font-size: 1.2rem;
  }
}
#point2_sec .caption {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #point2_sec .caption {
    font-size: 0.9rem;
    width: 90%;
    margin: 10px auto;
  }
}

/*============================
#point3_sec
============================*/
#point3_sec {
  margin: 0 0 58px 0;
}
@media screen and (max-width: 768px) {
  #point3_sec {
    margin: 0px 0 20px 0;
  }
}
#point3_sec .section_border {
  height: 63.5px;
  border-left: 1px solid #AAAA88;
}
@media screen and (max-width: 768px) {
  #point3_sec .section_border {
    height: 31.75px;
  }
}
#point3_sec .inner {
  padding: 0 0 125.5px;
}
@media screen and (max-width: 768px) {
  #point3_sec .inner {
    padding: 10px 0 94.15px;
  }
}
#point3_sec .copy {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 63.1px;
}
@media screen and (max-width: 768px) {
  #point3_sec .copy {
    font-size: 1.5rem;
    margin-bottom: 47px;
  }
}
#point3_sec .plan_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 62.2px 56px;
}
@media screen and (max-width: 768px) {
  #point3_sec .plan_btn ul {
    gap: 22.15px;
  }
}
#point3_sec .plan_btn ul li {
  width: calc(50% - 28px);
}
@media screen and (max-width: 768px) {
  #point3_sec .plan_btn ul li {
    width: 100%;
  }
}
#point3_sec .caption {
  font-size: 1.2rem;
  margin-top: 32.2px;
}
@media screen and (max-width: 768px) {
  #point3_sec .caption {
    font-size: 0.9rem;
    margin-top: 16.85px;
  }
}

/*============================
#premium_sec
============================*/
#premium_sec {
  margin: 0 0 185px 0;
}
@media screen and (max-width: 768px) {
  #premium_sec {
    margin: 0px 0 20px 0;
  }
}
#premium_sec .parallax_wrap {
  background-image: url(../plan/img/pre_img01.jpg);
  background-size: cover;
  margin-bottom: 173.5px;
  position: relative;
  overflow: visible;
  height: 39.22vw;
}
@media screen and (max-width: 1400px) {
  #premium_sec .parallax_wrap {
    height: 52.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #premium_sec .parallax_wrap {
    height: 73.54vw;
  }
}
@media screen and (max-width: 768px) {
  #premium_sec .parallax_wrap {
    height: 104.69vw;
    background-image: url(../plan/img/pre_img01_sp.jpg);
    margin-bottom: 92.75px;
  }
}
#premium_sec .parallax_wrap .caption {
  color: var(--color_white);
  font-size: 1.2rem;
  position: absolute;
  right: 50px;
  bottom: 17.5px;
}
@media screen and (max-width: 768px) {
  #premium_sec .parallax_wrap .caption {
    font-size: 0.9rem;
    right: 5%;
    bottom: 7px;
  }
}
#premium_sec .contents_on {
  color: var(--color_white);
}
#premium_sec .contents_on .mini_text {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
  color: #A6A9AA;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  left: 25px;
  border-bottom: solid 1px #A6A9AA;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .mini_text {
    font-size: 0.9rem;
    left: 5%;
  }
}
#premium_sec .contents_on .mini_text01 {
  top: -16.41vw;
  max-width: 290.36px;
  width: 15.1vw;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .mini_text01 {
    width: 145.18px;
    top: -6.61vw;
  }
}
@media screen and (max-width: 640px) {
  #premium_sec .contents_on .mini_text01 {
    top: -19%;
  }
}
#premium_sec .contents_on .mini_text02 {
  bottom: -6.92vw;
  max-width: 180.62px;
  width: 9.38vw;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .mini_text02 {
    width: 90.31px;
    bottom: -1%;
  }
}
@media screen and (max-width: 640px) {
  #premium_sec .contents_on .mini_text02 {
    bottom: -1%;
  }
}
#premium_sec .contents_on .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .inner {
    gap: 0;
  }
}
#premium_sec .contents_on .inner .st01 {
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .inner .st01 {
    font-size: 1.4rem;
    margin-bottom: 28.1px;
  }
}
#premium_sec .contents_on .inner .copy {
  color: var(--color_white);
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .inner .copy {
    font-size: 1.5rem;
    margin-bottom: 25.15px;
  }
}
#premium_sec .contents_on .inner p {
  line-height: 2.222;
  margin-bottom: 97px;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .inner p {
    margin-bottom: 24.3px;
  }
}
#premium_sec .contents_on .cmn_btn02 {
  max-width: 510.67px;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #premium_sec .contents_on .cmn_btn02 {
    max-width: 255.335px;
    margin: 0 auto;
  }
}
#premium_sec .contents_on.fadein {
  background: rgba(0, 0, 0, 0.85);
}
#premium_sec .contents_on.fadein .txt,
#premium_sec .contents_on.fadein .cmn_btn02 {
  visibility: visible;
  opacity: 1;
}
#premium_sec .contents_on.fadein .cmn_btn02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#premium_sec .equ_area {
  margin-bottom: 54.2px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area {
    margin-bottom: 12.85px;
  }
}
#premium_sec .equ_area .catch01 {
  margin-bottom: 110.4px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .catch01 {
    margin-bottom: 41.15px;
  }
}
#premium_sec .equ_area .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95.5px;
  margin-bottom: 105.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24.3px;
    margin-bottom: 41.15px;
  }
}
#premium_sec .equ_area .inn .cate_st {
  margin: 0 0 77px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .cate_st {
    margin: 0 0 30px 0;
  }
}
#premium_sec .equ_area .inn .cate_st h3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-size: 6rem;
  color: #AAAA88;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Baskervville", serif;
  position: absolute;
  left: 55px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .cate_st h3 {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 2.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.75px;
  }
}
#premium_sec .equ_area .inn .cate_st h3 .jp {
  font-size: 1.8rem;
  position: relative;
  top: 36px;
  left: 29.2px;
  width: 130px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .cate_st h3 .jp {
    font-size: 0.9rem;
    top: 20px;
    left: 5px;
    width: auto;
  }
}
#premium_sec .equ_area .inn .list {
  width: 85.3703703704%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41.6px;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .list {
    width: 90%;
    gap: 15px;
  }
}
#premium_sec .equ_area .inn .list dl dt {
  font-size: 2.3rem;
  margin-bottom: 23px;
  color: #AAAA88;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .list dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#premium_sec .equ_area .inn .list dl dd {
  font-size: 1.6rem;
  line-height: 1.389;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .list dl dd {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#premium_sec .equ_area .inn .list dl dd span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .inn .list dl dd span {
    font-size: 0.9rem;
  }
}
#premium_sec .equ_area .img {
  position: relative;
}
#premium_sec .equ_area .img span {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #FFF;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #premium_sec .equ_area .img span {
    font-size: 1.1rem;
  }
}
#premium_sec .iot_area {
  margin-bottom: 158px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area {
    margin-bottom: 93.2px;
  }
}
#premium_sec .iot_area .section_border {
  height: 63.5px;
  border-left: 1px solid #869CA2;
  margin-bottom: 40.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .section_border {
    height: 31.75px;
    margin-bottom: 10px;
  }
}
#premium_sec .iot_area .ttl {
  color: #869CA2;
  font-size: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 84.2px;
}
#premium_sec .iot_area .ttl span {
  font-size: 1.8rem;
}
#premium_sec .iot_area .cate_st {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cate_st {
    margin: 0 0 30px 0;
  }
}
#premium_sec .iot_area .cate_st h3 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-size: 6rem;
  color: #869CA2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Baskervville", serif;
  position: absolute;
  left: 55px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cate_st h3 {
    position: static;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 2.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.75px;
  }
}
#premium_sec .iot_area .cate_st h3 .jp {
  font-size: 1.8rem;
  position: relative;
  top: 36px;
  left: 34.4px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cate_st h3 .jp {
    font-size: 0.9rem;
    top: 0;
    left: 5px;
    width: auto;
  }
}
#premium_sec .iot_area .cont {
  width: 85.1851851852%;
  margin-left: auto;
  position: relative;
}
#premium_sec .iot_area .cont .catch01 {
  color: #869CA2;
  font-size: 3.5rem;
  line-height: 1.571;
  margin-bottom: 11.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .catch01 {
    font-size: 1.7rem;
    margin-bottom: 15.65px;
  }
}
#premium_sec .iot_area .cont .text01 {
  font-size: 1.6rem;
  line-height: 2.222;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .text01 {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
#premium_sec .iot_area .cont .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55.4px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#premium_sec .iot_area .cont .link .img {
  width: 23.7543478261%;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .link .img {
    width: 50%;
  }
}
#premium_sec .iot_area .cont .link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 95.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .link .text {
    width: 50%;
    gap: 13px;
  }
}
#premium_sec .iot_area .cont .link .text .copy {
  color: #869CA2;
  font-size: 2.2rem;
  line-height: 1.591;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .link .text .copy {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
#premium_sec .iot_area .cont .link .text .logo {
  width: 323.25px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .link .text .logo {
    width: 100%;
  }
}
#premium_sec .iot_area .cont .standard {
  margin-bottom: 81.1px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard {
    margin-bottom: 41.15px;
  }
}
#premium_sec .iot_area .cont .standard .caption {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .caption {
    font-size: 1rem;
  }
}
#premium_sec .iot_area .cont .standard .sttl {
  position: relative;
  font-size: 2rem;
  color: #73888E;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .sttl {
    font-size: 1.3rem;
    margin-bottom: 11px;
  }
}
#premium_sec .iot_area .cont .standard .sttl::after {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #869CA2;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .sttl::after {
    width: 80%;
  }
}
#premium_sec .iot_area .cont .standard .inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 60px;
}
#premium_sec .iot_area .cont .standard .inn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#premium_sec .iot_area .cont .standard .inn dl dt {
  width: 16.8183783784%;
  position: relative;
  padding: 0 40px 0 20px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .inn dl dt {
    padding: 0;
    width: 28%;
  }
}
#premium_sec .iot_area .cont .standard .inn dl dt .caption {
  font-size: 1.2rem;
  position: absolute;
  right: 9.5px;
  bottom: 7.9px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .inn dl dt .caption {
    font-size: 0.9rem;
    right: 5px;
    bottom: 5px;
  }
}
#premium_sec .iot_area .cont .standard .inn dl dd {
  width: calc(83.1816216216% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .inn dl dd {
    width: 70%;
    gap: 10px;
  }
}
#premium_sec .iot_area .cont .standard .inn dl dd .copy {
  font-size: 2.3rem;
  line-height: 1.304;
  letter-spacing: 0.05em;
  color: #869CA2;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .inn dl dd .copy {
    font-size: 1.3rem;
  }
}
#premium_sec .iot_area .cont .standard .inn dl dd p {
  font-size: 1.5rem;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .standard .inn dl dd p {
    font-size: 1.2rem;
  }
}
#premium_sec .iot_area .cont .section_border {
  position: absolute;
  left: -150px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .cont .section_border {
    left: 0;
    height: 31.75px;
  }
}
#premium_sec .iot_area .kijun {
  width: 85.1851851852%;
  margin-left: auto;
  padding-top: 63px;
}
#premium_sec .iot_area .kijun .img {
  max-width: 305px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .kijun .img {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .kijun {
    width: 90%;
    padding-top: 40px;
    margin-right: auto;
  }
}
#premium_sec .iot_area .kijun .caption {
  font-size: 1.2rem;
  margin-top: 18.3px;
}
@media screen and (max-width: 768px) {
  #premium_sec .iot_area .kijun .caption {
    font-size: 0.9rem;
    margin-top: 9px;
  }
}/*# sourceMappingURL=plan.css.map */