@charset "utf-8";

figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.main_bg {
  background-image: url(../images/access/bg_01.png);
}
.wrap {
  overflow: hidden;
}

/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 173px;
  width: 100%;
  position: relative;
}
.lightning_bg{
  position: relative;
}

.lightning_bg::after{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  background-image: url(../images/lightning/bg_img_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.title {
  aspect-ratio: 211 / 108;
  max-width: 211px;
  width: 100%;
  margin: 0 auto;
}
.title img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 980px) {
  .mainVisual {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .lightning_bg{
    position: relative;
  }
  
  .lightning_bg::after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    background-image: url(../images/lightning/bg_img_01_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 100%;
    height: 100%;
  }
  .title {
    aspect-ratio: 211 / 108;
    max-width: 127px;
    width: 100%;
    margin: 0 auto;
  }
  .title img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

}
/* ------------------------------------------------
contents_top
--------------------------------------------------*/
.contents_top {
  position: relative;
  padding-top: 114px;
  z-index: 3;
}
.contents_top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.contents_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height: 80px;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .contents_top {
    padding-top: 53px;
  }
  .contents_top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #fac3a1 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 10vh;
  }
  .contents_top::before {
    background-size: cover;
    height: 20px;
  }
}

/* ------------------------------------------------
mv
--------------------------------------------------*/

.mv {
  background-image: url(../images/lightning/kv.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 78px calc(50% - 50vw) 0;
  padding: 157px 0 454px;
  z-index: 1;
  position: relative;
}

.mv_content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.mv_lead {
aspect-ratio: 347 /495;
max-width: 347px;
width: 100%;
margin: 0 auto;
}
.mv_lead img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.mv_text {
  background-color: rgba(255, 255, 255, 0.4);
  padding:73px 80px 78px;
  margin-top: 90px;
}
.mv_text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
  line-break: strict;
  text-align: justify;
}
.mv_text p + p {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/lightning/kv_sp.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    margin: 33px calc(50% - 50vw) 0;
    padding: 71px 0 171px;
  }

  .mv_content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .mv_lead {
    aspect-ratio: 221 /315;
    max-width: 221px;
    width: 100%;
    margin: 0 auto;
    }
    .mv_lead img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

  .mv_text {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px 30px;
    margin-top: 55px;
  }
  .mv_text p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
    line-break: strict;
    text-align: justify;
  }
  .mv_text p + p {
    margin-top: 35px;
  }
}

/* -------------------- */
.inner {
  max-width: 1030px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.inner02 {
  max-width: 1330px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.section_title {
  font-size: clamp(4.375rem, 3.8rem + 1.2vw, 5rem);
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.028em;
  color: #984a00;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  margin-left: 38px;
  text-indent: -0.5em;
}
.section_subTitleImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section_subTitleImg .left{
  margin-right: 50px;
}

.section_subTitleImg .left_text {
  font-size: clamp(3.75rem, 3.6346rem + 0.2404vw, 3.875rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #984a00;
  text-align: left;
  font-feature-settings: "palt" 1;
  margin-top: 20px;
}
.section_subTitleImg .left_img{
  aspect-ratio: 160 / 40;
}
.section_subTitleImg .left_img img{
  display: block;
  width: clamp(11.25rem, 16.329rem + 1.92vw, 24.25rem);
}

.section_subTitleImg .right {
  font-size: clamp(2.375rem, 2.2596rem + 0.2404vw, 2.5rem);
  line-height: 2;
  letter-spacing: 0.09em;
  padding-left: 50px;
  border-left: 1px solid #984a00;
}
.section_subTitleImg02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section_subTitleImg02 .left{
  margin-right: 50px;
}

.section_subTitleImg02 .left_text {
  font-size: clamp(3.75rem, 3.6346rem + 0.2404vw, 3.875rem);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #984a00;
  text-align: left;
  font-feature-settings: "palt" 1;
  margin-top: 5px;
}
.section_subTitleImg02 .left_img{
  aspect-ratio: 142 / 57;
}
.section_subTitleImg02 .left_img img{
  display: block;
  width: clamp(11.25rem, 11.8rem + 1.92vw, 24.25rem);
}

.section_subTitleImg02 .right {
  font-size: clamp(2.375rem, 2.2596rem + 0.2404vw, 2.5rem);
  line-height: 2;
  letter-spacing: 0.09em;
  padding-left: 50px;
  border-left: 1px solid #984a00;
}
.section_text {
  font-size: 20px;
  margin-top: 21px;
  letter-spacing: 0.18em;
  line-height: 2;
  text-align: justify;
  line-break: strict;
  font-feature-settings: "palt" 1;
}
.section_text.tac {
  text-align: center;
}

.cap {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .inner02 {
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
  }
  .section_title {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.666;
    text-indent: -0.2em;
    font-feature-settings: "palt" 1;
    margin-left: 13px;
  }
  .section_text {
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: justify;
    margin-top: 9px;
  }
  .section_subTitle {
    display: block;
    justify-content: center;
  }
  .section_subTitle .left {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 0 0 23px;
    font-feature-settings: "palt" 1;
  }
  .section_subTitle .right {
    font-size: 19px;
    line-height: 1.578;
    text-align: center;
    padding: 24px 0 0;
    border-top: 1px solid #984a00;
    border-left: none;
  }
  .section_subTitleImg {
    display: block;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
  }

  .section_subTitleImg .left {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 28px;
  }

  .section_subTitleImg .left_text {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
    font-feature-settings: "palt" 1;
    margin-top: 10px;
  }
  .section_subTitleImg .left_img {
    aspect-ratio: unset;
    margin: 0 auto;
  }
  .section_subTitleImg .left_img img {
    display: block;
    width: 114px;
    object-fit: contain;
    margin: 0 auto;
  }

  .section_subTitleImg .right {
    font-size: 19px;
    line-height: 1.578;
    text-align: center;
    padding: 28px 0 0;
    border-top: 1px solid #984a00;
    font-feature-settings: "palt" 1;
    border-left: none;
    letter-spacing: 0.2em;
  }
  .section_subTitleImg02 {
    display: block;
    justify-content: center;
    padding-left: 0;
    margin-left: 0;
  }

  .section_subTitleImg02 .left {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 28px;
  }

  .section_subTitleImg02 .left_text {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: #984a00;
    text-align: center;
    font-feature-settings: "palt" 1;
    margin-top: 5px;
  }
  .section_subTitleImg02 .left_img {
    aspect-ratio: unset;
    margin: 0 auto;
  }
  .section_subTitleImg02 .left_img img {
    display: block;
width: 101px;
    object-fit: contain;
    margin: 0 auto;
  }

  .section_subTitleImg02 .right {
    font-size: 19px;
    line-height: 1.578;
    text-align: center;
    padding: 28px 0 0;
    border-top: 1px solid #984a00;
    font-feature-settings: "palt" 1;
    border-left: none;
    letter-spacing: 0.2em;
  }
  .section_text {
    font-size: 20px;
    margin-top: 21px;
    letter-spacing: 0.18em;
    line-height: 2;
    text-align: justify;
    line-break: strict;
    font-feature-settings: "palt" 1;
  }
  .cap {
    font-size: 16px;
  }
}

/* ------------------------------------------------
top_area
--------------------------------------------------*/
.top_area {
  margin-top: 60px;
}

.top_img {
  aspect-ratio: 1278 / 746;
  margin-top: 60px;
}
.top_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top_img .cap {
  padding-left: clamp(12.5rem, 0.271rem + 17.17vw, 24.438rem);
}

.top_catch {
  margin-top: 77px;
}

.top_items {
  display: grid;
  gap:42px 60px;
  grid-template-columns: repeat(2, 1fr);
}

.top_items + .top_items {
  margin-top: 45px;
}

.top_item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.top_item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.top_item:nth-child(3) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.top_itemTitle {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: clamp(2.188rem, 2.5rem + 0.6vw, 3.5rem);
  text-align: center;
  padding: 24px 0;
  color: #fff;
}

.top_itemTitle.bg01 {
  background-image: url(../images/lightning/point_01.jpg);
}
.top_itemTitle.bg02 {
  background-image: url(../images/lightning/point_02.jpg);
}
.top_itemTitle.bg03 {
  background-image: url(../images/lightning/point_03.jpg);
}
.top_itemTitle.bg04 {
  background-image: url(../images/lightning/point_04.jpg);
}
.top_itemTitle.bg05 {
  background-image: url(../images/lightning/point_05.jpg);
}
.top_itemWrap {
  margin-top: 25px;
}

.top_item:nth-child(2) > .top_itemWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.top_itemImg {
  margin-top: 5px;
}
.top_itemImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_itemImg .cap {
  letter-spacing: 0;
}

.top_itemText {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.94;
}

.top_logoImg {
  aspect-ratio: 812 / 127;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  margin-top: 120px;
}
.top_logoImg_pc{
  aspect-ratio: 812 / 127;
  max-width: 812px;
  width: 100%;
}

.top_logoImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .top_area {
    margin-top: 40px;
  }

  .top_img {
    aspect-ratio: 1 / 1;
    margin-top: 43px;
  }
  .top_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top_img .cap {
    padding-left: 0;
    margin-top: 11px;
  }

  .top_catch {
    margin-top: 46px;
  }

  .top_items {
    display: block;
  }

  .top_items + .top_items {
    margin-top: 50px;
  }
  .top_item + .top_item {
    margin-top: 39px;
  }

  .top_itemTitle {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 22px;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
    padding: 20px 0;
    color: #fff;
  }

  .top_itemTitle.bg01 {
    background-image: url(../images/lightning/point_01.jpg);
  }
  .top_itemTitle.bg02 {
    background-image: url(../images/lightning/point_02.jpg);
  }
  .top_itemTitle.bg03 {
    background-image: url(../images/lightning/point_03.jpg);
  }
  .top_itemTitle.bg04 {
    background-image: url(../images/lightning/point_04.jpg);
  }
  .top_itemTitle.bg05 {
    background-image: url(../images/lightning/point_05.jpg);
  }
  .top_itemWrap {
    margin-top: 21px;
  }

  .top_item:nth-child(2) > .top_itemWrap {
    display: block;
  }

  .top_itemImg{
    margin-top: 15px;
    padding: 0 23px;
  }

  .top_itemImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .top_itemImg .cap {
    letter-spacing: 0;
    margin-top: 10px;
  }

  .top_itemText {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 2;
    text-align: justify;
    font-feature-settings: "palt" 1;
  }

  .top_logoImg{
    width: 100%;
    margin: 0 auto;
    margin-top: 66px;
    height: 340px;
  }

  .top_logoImg_sp01 {
    aspect-ratio: 242 / 66;
    max-width: 242px;
    width: 100%;
    margin: 0 auto;
  }
  .top_logoImg_sp02 {
    aspect-ratio: 43 / 43;
    max-width: 43px;
    width: 100%;
    margin: 66px auto 0;
  }
  .top_logoImg_sp03 {
    aspect-ratio: 168 / 86;
    max-width: 168px;
    width: 100%;
    margin: 66px auto 0;
  }

  .top_logoImg_sp01 img,
  .top_logoImg_sp02 img,
  .top_logoImg_sp03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ------------------------------------------------
content01
--------------------------------------------------*/
.contents01 {
  margin-top: 120px;
  padding-top: 85px;
  position: relative;
}
.contents01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255, 255, 255, 0) 100%);
}
.contents01::after {
  content: "";
  position: absolute;
  bottom: 280px;
  left: 0;
  right: 0;
  background-image: url(../images/lightning/bg_img_02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  aspect-ratio: 1600 / 900;
  margin-top: 57px;
}
.contents_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_img p {
  text-align: left;
  margin: 2px 15px 0;
}
.contents_textWrap {
  margin-top: 25px;
}
.contents_text {
  font-size: 18px;
  letter-spacing: 0.19em;
  line-height: 1.95;
  text-align: justify;
  font-feature-settings: "palt" 1;
  line-break: strict;
  margin-top: 35px;
}
.contents_area {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 72px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.contents_area .left {
  flex: 0 1 62.5%;
}
.contents_area .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_area .left p {
  margin-left: 15px;
}
.contents_area .right {
  flex: 0 1 37.5%;
  max-width: 370px;
}
.contents_area .right p {
  font-size: 18px;
  letter-spacing: 0.19em;
  line-height: 1.95;
  text-align: justify;
  font-feature-settings: "palt" 1;
  line-break: strict;
  padding-right: 15px;
}

@media only screen and (max-width: 768px) {
  .contents01 {
    margin-top: 60px;
    padding: 45px 0 0;
    position: relative;
  }
  .contents01::after {
    display: none;
  }
  .contents_img {
    margin-top: 25px;
  }
  .contents_img p {
    text-align: left;
    margin: 5px 15px 0;
  }
  .contents_textWrap {
    margin-top: 14px;
  }
  .contents_text {
    font-size: 18px;
    letter-spacing: 0.13em;
    line-height: 2;
    text-align: justify;
    font-feature-settings: "palt" 1;
    line-break: strict;
    margin-top: 14px;
  }
  .contents_area {
    margin-top: 22px;
    display: block;
  }
  .contents_area .left {
    flex: 0 1 62.5%;
  }
  .contents_area .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contents_area .left p {
    margin: 10px 15px 0;
    padding: 0;
  }
  .contents_area .right {
    flex: 0 1 37.5%;
    max-width: 100%;
  }
  .contents_area .right p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 0.13em;
    line-height: 2;
    font-feature-settings: "palt" 1;
    line-break: strict;
    padding: 0 15px;
    margin-top: 5px;
  }
}

/* ------------------------------------------------
content02
--------------------------------------------------*/
.contents02 {
  margin-top: 82px;
  padding: 80px 0;
  position: relative;
}
.contents02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}
.contents02::after {
  content: "";
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  background-image: url(../images/lightning/bg_img_03.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.contents_img02 {
  width: 100vw;
  margin: 48px calc(50% - 50vw) 0;
  aspect-ratio: 1600 / 780;
}
.contents_img02 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents_img02 p {
  text-align: left;
  margin: 10px 15px 0;
}

@media only screen and (max-width: 768px) {
  .contents02 {
    margin-top: 40px;
    padding: 45px 0 40px;
  }
  .contents02::after {
    display: none;
  }
  .contents_img02 {
    width: 100vw;
    margin: 23px calc(50% - 50vw) 0;
    aspect-ratio: 1600 / 780;
  }
  .contents_img02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contents_img02 p {
    text-align: left;
    margin: 10px 15px 0;
  }
}
