*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}

body {
  line-height: 1.8;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

.l-Header {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background-color: #fff;
  padding: 7px 10px;
}
.l-Header_Logo {
  height: 36px;
  width: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-Header_Logo {
    height: 56px;
  }
}

.l-Cta {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-Cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 980px) {
  .l-Cta {
    padding-left: initial;
    padding-right: initial;
  }
}

.l-Main {
  margin-bottom: 80px;
}

.l-Mv {
  width: 100%;
  padding-bottom: 38px;
}
@media screen and (min-width: 980px) {
  .l-Mv {
    height: calc(100vh - 70px);
    padding-bottom: 0;
  }
}
.l-Mv_Inner {
  height: calc(75vh - 50px);
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .l-Mv_Inner {
    height: 100%;
    margin-bottom: 0;
  }
}
.l-Mv_Inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.l-Mv .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-Mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  max-width: 500px;
  height: auto;
}

.l-Message {
  background-color: #FFF6F0;
  padding-top: 38px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-Message {
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 980px) {
  .l-Message {
    padding-left: initial;
    padding-right: initial;
  }
}

.l-Points {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .l-Points {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.l-Points_Inner {
  padding-top: 130px;
  padding-bottom: 60px;
  position: relative;
  margin-top: 80px;
  background: #FFF6F0;
}
.l-Points_Inner:nth-child(2) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-Points_Inner {
    background: -webkit-gradient(linear, left top, right top, from(#FFF6F0), color-stop(65%, #FFF6F0), color-stop(65%, #fff), to(#fff));
    background: linear-gradient(90deg, #FFF6F0 0%, #FFF6F0 65%, #fff 65%, #fff 100%);
  }
  .l-Points_Inner:nth-child(odd) {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(35%, #fff), color-stop(35%, #FFF6F0), to(#FFF6F0));
    background: linear-gradient(90deg, #fff 0%, #fff 35%, #FFF6F0 35%, #FFF6F0 100%);
  }
  .l-Points_Inner:nth-child(2) {
    padding-top: 82px;
  }
}
@media screen and (min-width: 980px) {
  .l-Points_Inner:nth-child(2) {
    padding-top: 145px;
  }
}

.l-Case {
  background-color: #FFF6F0;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .l-Case {
    padding-top: 100px;
    padding-left: initial;
    padding-right: initial;
  }
}

.l-Location {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .l-Location {
    padding-left: initial;
    padding-right: initial;
  }
}

.l-Footer {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .l-Footer {
    font-size: 1.2rem;
  }
}

.sp {
  display: initial;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: initial;
}
@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: initial;
  }
}

.Heading {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .Heading {
    font-size: 3.4rem;
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 980px) {
  .Heading {
    font-size: 3.8rem;
  }
}
.Heading_Popup {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
  background: url(../../assets/images/message_bubble.svg) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.Heading_Highlight {
  color: #CC0022;
}
.Heading_Number {
  color: #CC0022;
  font-size: 3.5rem;
}
@media screen and (min-width: 768px) {
  .Heading_Number {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 980px) {
  .Heading_Number {
    font-size: 4.5rem;
  }
}

.Cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.Cta.mv {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .Cta.mv {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.Cta_Contact {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Cta_Contact {
    width: calc(50% - 10px);
  }
}
.Cta_Contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #2B78D6;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-out background-color;
  transition: 0.2s ease-out background-color;
}
.Cta_Contact a:hover {
  background-color: #004098;
}
.Cta_ContactText {
  display: inline;
  padding-left: 40px;
  position: relative;
}
.Cta_ContactText::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../../assets/images/cta_iconContact.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Cta_Document {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .Cta_Document {
    width: calc(50% - 10px);
  }
}
.Cta_Document a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  font-size: 2.2rem;
  font-weight: bold;
  background-color: #333333;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-out background-color;
  transition: 0.2s ease-out background-color;
}
.Cta_Document a:hover {
  background-color: #004098;
}
.Cta_DocumentText {
  display: inline;
  padding-left: 40px;
  position: relative;
}
.Cta_DocumentText::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 30px;
  background: url(../../assets/images/cta_iconDocument.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Message {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Message {
    font-size: 1.6rem;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
.Message p {
  margin-bottom: 20px;
}
.Message .team {
  font-size: 2.6rem;
  color: #D0D0D0;
}
.Message .team span {
  font-size: 1rem;
  display: block;
}

.Case {
  margin-top: 20px;
}
.Case_Title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.Case_Title span,
.Case_Title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .Case_Title {
    font-size: 2.2rem;
  }
  .Case_Title span,
  .Case_Title br {
    display: initial;
  }
}
.Case_Data {
  text-align: center;
  margin-top: 20px;
}
.Case_Inner {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image01 image01" "text text" "image02 image04" "image03 image04";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 50px;
}
.Case_Inner .text {
  grid-area: text;
  grid-column: 1/3;
}
.Case_Inner .image01 {
  grid-area: image01;
  grid-column: 1/3;
}
.Case_Inner .image02 {
  grid-area: image02;
}
.Case_Inner .image03 {
  grid-area: image03;
}
.Case_Inner .image04 {
  grid-area: image04;
  grid-row: 3/5;
}
.Case_Inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .Case_Inner {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-areas: "image01 image02 image04" "image01 image03 image04" "text text text";
    row-gap: 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .Case_Inner .text {
    grid-column: 1/4;
  }
  .Case_Inner .image01 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .Case_Inner .image04 {
    grid-row: 1/3;
  }
}

.Location {
  margin-top: 30px;
}
.Location_Title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.Location_Showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Location_Branch {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.Location_Branch p {
  margin-bottom: 10px;
}
.Location_Branch span {
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  .Location_Branch span {
    display: initial;
    font-weight: normal;
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
  }
  .Location_Branch span::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 13px;
    right: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.Location_Event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.Location_Event img {
  width: 80%;
  max-width: 240px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.Location_Event p {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .Location_Event p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.Location .Showroom {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .Location .Showroom {
    width: calc(50% - 5px);
  }
}
.Location .Showroom_Title {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .Location .Showroom_Title {
    font-size: 2.2rem;
  }
}
.Location .Showroom_Address {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.Location .Showroom_Image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .Location .Showroom_Image {
    width: 100%;
  }
}
.Location .Showroom img {
  width: 100%;
  height: auto;
}

.Footer {
  min-height: 96px;
  padding: 24px 0 15px;
  background-color: #fff;
  line-height: 1;
  color: #4d4d4f;
  padding: 11px 0 18px;
  border-top: 4px solid #fa0046;
}
@media screen and (min-width: 768px) {
  .Footer {
    border-top: none;
  }
}
.Footer_pri {
  font-size: 1.2rem;
  padding-bottom: 5px;
  display: none;
}
@media screen and (min-width: 768px) {
  .Footer_pri {
    display: block;
  }
}
.Footer_sec {
  font-size: 1.1rem;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .Footer_sec {
    border-top: 3px solid #fa0046;
    padding-top: 5px;
  }
}
.Footer_in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.Footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
}
.Footer_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Footer_list li:nth-of-type(2n) {
  border-left: 1px solid #4d4d4f;
}
@media screen and (min-width: 768px) {
  .Footer_list li {
    width: initial;
    padding-left: 0.5em;
    margin-left: 0.5em;
  }
  .Footer_list li + li {
    border-left: 1px solid #4d4d4f;
  }
}
.Footer_copyright {
  display: block;
  padding-top: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Footer_copyright {
    padding-top: 10px;
    text-align: right;
  }
}
.Footer_copyright span {
  display: block;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .Footer_copyright span {
    display: initial;
  }
}

.Point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .Point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.Point_Title {
  font-size: 2.6rem;
  font-weight: bold;
  width: 100%;
  max-width: 490px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Point_Title {
    max-width: 420px;
    font-size: 3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 980px) {
  .Point_Title {
    font-size: 3.8rem;
  }
}
.Point_Title .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0, yellow));
  background: linear-gradient(transparent 75%, yellow 0);
}
.Point_TitleNumber {
  position: absolute;
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 18px;
}
.Point_TitleNumber::after {
  content: "";
  width: 200px;
  height: 200px;
  border-top: 100px solid #fff;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.Point_Detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Point_Detail {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 980px) {
  .Point_Detail {
    margin-left: 40px;
    margin-bottom: 0;
    padding-left: initial;
    padding-right: initial;
  }
}
.Point_Detail dt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Point_Detail dt {
    font-size: 2.2rem;
  }
}
.Point_Images {
  display: grid;
  grid-template-columns: calc((100% - 10px) / 2) calc((100% - 10px) / 2);
  grid-template-areas: "image01 image02" "image03 image03" "image04 image05" "image06 image07";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .Point_Images {
    grid-template-columns: calc((100% - 30px) / 4) calc((100% - 30px) / 4) calc((100% - 30px) / 4) calc((100% - 30px) / 4);
    grid-template-areas: "image01 image02 image06 image07" "image03 image03 image06 image07" "image03 image03 image04 image05";
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-width: 980px) {
  .Point_Images {
    padding-left: 0;
    padding-right: 0;
    margin-top: 60px;
  }
}
.Point_Images p {
  margin-bottom: 10px;
}
.Point_Images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Point_Images .image01 {
  grid-area: image01;
}
.Point_Images .image02 {
  grid-area: image02;
}
.Point_Images .image03 {
  grid-area: image03;
  grid-column: 1/3;
}
.Point_Images .image04 {
  grid-area: image04;
}
.Point_Images .image05 {
  grid-area: image05;
}
.Point_Images .image06 {
  grid-area: image06;
}
.Point_Images .image07 {
  grid-area: image07;
}
.Point_Image {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .Point_Image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 420px;
  }
}
.Point_Image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .Point_ImageSpace {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .Point_ImageSpace {
    width: 340px;
  }
}
.Point-1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Point-1 {
    margin-bottom: 40px;
  }
  .Point-1 .Point_TitleNumber {
    top: -170px;
  }
  .Point-1 .Point_Detail {
    padding-left: 0;
  }
}
.Point-1 .Point_Images img {
  border: 3px solid #fff;
  -webkit-box-shadow: 1px 1px 6px #999;
          box-shadow: 1px 1px 6px #999;
  margin-bottom: 10px;
}
.Point-1 .Point_ImagesItem .image01 {
  width: calc(50% - 5px);
}
.Point-1 .Point_ImagesItem .image02 {
  width: calc(50% - 5px);
}
.Point-1 .Point_ImagesItem .image04 {
  width: calc(50% - 5px);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.Point-1 .Point_ImagesItem .image05 {
  width: calc(50% - 5px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.Point-1 .Point_ImagesItem .image06 {
  width: calc(50% - 5px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Point-1 .Point_ImagesItem .image07 {
  width: calc(50% - 5px);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .Point-1 .Point_ImagesItem .image04 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Point-1 .Point_ImagesItem .image05 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .Point-1 .Point_ImagesItem .image06 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.Point-2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .Point-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.Point-2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Point-2 .Point_Title {
  max-width: 420px;
}
@media screen and (min-width: 980px) {
  .Point-2 .Point_Title {
    max-width: 490px;
  }
}
@media screen and (min-width: 768px) {
  .Point-2 .Point_Image {
    width: 420px;
  }
}
@media screen and (min-width: 980px) {
  .Point-2 .Point_Image {
    width: 490px;
  }
}
.Point-2 .Point_ImageSpace {
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .Point-2 .Point_Detail {
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .Point-2 .Point_Detail {
    margin-left: 0;
    margin-right: 40px;
  }
}
.Point-3::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Point-3 .Point_ImageSpace {
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .Point-3 .Point_Detail {
    padding-left: 0;
  }
}
.Point-4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .Point-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.Point-4::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Point-4 .Point_ImageSpace {
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .Point-4 .Point_Detail {
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .Point-4 .Point_Detail {
    margin-left: 0;
    margin-right: 40px;
  }
}
.Point-5::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.Point-5 .Point_ImageSpace {
  padding: 10px 10px;
}
@media screen and (min-width: 768px) {
  .Point-5 .Point_Detail {
    padding-left: 0;
  }
}