*,
*::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%;
  height: 620px;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-Mv {
    height: 730px;
  }
}

.l-Message {
  background-color: #FAF8E8;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-top: 46px;
}
@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-Message .Heading {
  margin-bottom: 30px;
}

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

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

.l-Voice {
  background-color: #FAF8E8;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .l-Voice {
    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: 80px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 980px) {
  .l-Location {
    padding-left: initial;
    padding-right: initial;
  }
}
.l-Location_Message {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .l-Location_Message {
    margin-bottom: 10px;
    text-align: center;
  }
}

.l-Footer {
  width: 100%;
  text-align: center;
  background-color: #F7F7F7;
  font-size: 1.4rem;
}
.l-Footer_Inner {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .l-Footer {
    font-size: 1.2rem;
  }
}
.l-Footer_Company {
  text-align: right;
  color: #666;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-Footer_Company {
    margin-top: 0;
  }
}

.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;
  margin-bottom: 50px;
  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.8rem;
  display: inline-block;
  border-bottom: 1px solid #E6002D;
  position: relative;
  margin-bottom: 8px;
}
.Heading_Popup::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 40%;
  -webkit-transform: translateX(-40%) rotate(-45deg);
          transform: translateX(-40%) rotate(-45deg);
  width: 7px;
  height: 7px;
  background-color: #FAF8E8;
  border-bottom: 1px solid #E6002D;
  border-left: 1px solid #E6002D;
}
.Heading-Dannetsu {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Heading-Dannetsu {
    margin-bottom: 62px;
  }
}
.Heading_Highlight {
  color: #FF7F00;
}
.Heading_Number {
  color: #FF7F00;
  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_Document {
  width: 100%;
  max-width: 500px;
}
.Cta_Document .note {
  font-size: 0.8em;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #666;
}
.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: #253861;
  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%);
}
.Cta_DocumentText span {
  display: block;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .Cta_DocumentText span {
    display: inline;
  }
  .Cta_DocumentText span:first-of-type {
    margin-right: 10px;
  }
  .Cta_DocumentText span:first-of-type::after {
    content: "/";
    display: inline-block;
    padding-left: 10px;
  }
}

.Mv {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  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;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Mv {
    height: 575px;
  }
}
.Mv_Image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Mv_Image img {
  width: 100%;
  height: auto;
}
.Mv_Title {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.Mv_TitleInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.46);
  padding: 60px 0;
  width: 80vw;
  max-width: 500px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Mv_TitleInner {
    padding: 50px 0;
  }
}
@media screen and (min-width: 980px) {
  .Mv_TitleInner {
    max-width: 653px;
  }
}
.Mv_TitleInner::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.Mv_TitleInner::after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.Mv_Title img {
  width: 255px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .Mv_Title img {
    width: 400px;
  }
}
@media screen and (min-width: 980px) {
  .Mv_Title img {
    width: 549px;
  }
}

.Message {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 0 10px;
  font-size: 1.4rem;
  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;
}

.Dannetsu {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .Dannetsu {
    -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;
  }
}
.Dannetsu_Title {
  font-size: 2.3rem;
  font-weight: bold;
  width: 100%;
  max-width: 490px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .Dannetsu_Title {
    max-width: 420px;
    font-size: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .Dannetsu_Title {
    font-size: 3.8rem;
  }
}
.Dannetsu_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);
}
.Dannetsu_Detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .Dannetsu_Detail {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 980px) {
  .Dannetsu_Detail {
    margin-left: 40px;
    margin-bottom: 0;
    padding-left: initial;
    padding-right: initial;
  }
}
.Dannetsu_Detail dt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .Dannetsu_Detail dt {
    font-size: 2.2rem;
  }
}
.Dannetsu_Image {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .Dannetsu_Image {
    margin-top: 60px;
  }
}
.Dannetsu_Image img {
  width: 100%;
  height: auto;
}

.Voice {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.Interview {
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .Interview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 980px) {
  .Interview {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
.Interview_Label {
  width: 100%;
  margin-bottom: 10px;
}
.Interview_Label span {
  display: inline-block;
  background-color: #004098;
  padding: 2px 16px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 7px;
}
.Interview_Title {
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .Interview_Title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .Interview_Title {
    font-size: 2.2rem;
  }
}
.Interview_Image {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .Interview_Image {
    max-width: 45%;
  }
}
.Interview_Image img {
  width: 100%;
  height: auto;
}
.Interview_Detail {
  font-size: 1.2rem;
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .Interview_Detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .Interview_Detail {
    font-size: 1.6rem;
  }
}
.Interview_Detail dt {
  width: 108px;
  padding: 10px 8px;
  border-bottom: 1px solid #D6DEE3;
}
@media screen and (min-width: 980px) {
  .Interview_Detail dt {
    width: 150px;
  }
}
.Interview_Detail dt:last-of-type {
  border-bottom: none;
}
.Interview_Detail dd {
  width: calc(100% - 108px);
  padding: 10px 8px;
  border-bottom: 1px solid #D6DEE3;
}
@media screen and (min-width: 980px) {
  .Interview_Detail dd {
    width: calc(100% - 150px);
  }
}
.Interview_Detail dd:last-of-type {
  border-bottom: none;
}

.Location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Location_Map {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .Location_Map {
    width: 50%;
    margin-top: 20px;
  }
}
.Location_List {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .Location_List {
    margin-left: 20px;
  }
}
.Location_ListArea {
  font-weight: bold;
  margin-top: 20px;
}
.Location_ListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Location_ListItem span {
  color: #fff;
  background-color: #59A59F;
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  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: 5px;
  margin-top: 5px;
  margin-right: 6px;
}
.Location_Online {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.Location_Online dt {
  background-color: #F7F7F7;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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 {
    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 img {
  width: 100%;
  height: auto;
}
.Point_ImagesItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .Point_ImagesItem {
    width: calc(50% - 5px);
  }
}
.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;
}
.Point_ImageSpace {
  background-color: #fff;
}
@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: 40px 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;
  }
}