@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "myfont";

  /* フォントが置かれているパスを書く */
  src: url("../font/Antro_Vectra.otf") format("truetype");
}

@font-face {
  /* ① ここにfont-familyで指定したい名前を書く*/
  font-family: "fogtwono5";

  /* フォントが置かれているパスを書く */
  src: url("../font/FogtwoNo5.otf") format("truetype");
}

body {
  font-size: 16px;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #4d4d4d;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

.fz36 {
  font-size: 36px;
}

.title-cover {
  text-align: center;
}

.sec-title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 48px;
  text-align: center;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.sec-subtitle {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}

.heading3 {
  text-align: center;
  font-family: "fogtwono5", "Noto Serif JP", sans-serif;
  font-size: 42px;
  line-height: 1.1;
}

.l-heading3 {
  margin: 75px 0 25px;
}

.sub-heading3 {
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.l-sub-heading3 {
  margin-bottom: 60px;
}

.text {
  text-align: center;
  line-height: 1.85;
}

.text + .text {
  margin-top: 38px;
}

.md-text {
  font-size: 24px;
  text-align: center;
}

.sp-only {
  display: none;
}

.tablet-block {
  display: none;
}

.line-height-sp {
  line-height: 1.7;
}

body {
  padding-top: 118px;
}

.font-bold {
  font-weight: bold;
}

.font-bold-bg-yellow {
  font-weight: bold;
  background-color: #fff2cc;
}

.fz52 {
  font-size: 52px;
}

.fz42 {
  font-size: 42px;
}

.color-red {
  color: red;
}

.pc-block {
  display: block;
}

/*========================================================
* header
========================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}

.header-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  height: 118px;
  align-items: center;
}

.header-nav ul {
  display: flex;
  justify-content: end;
}

.header-logo {
  width: 300px;
}

.header-nav-list {
  margin-left: 36px;
  align-self: center;
  vertical-align: middle;
}

.header-nav-item {
  font-size: 18px;
}

.header-nav-item-block {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  padding: 13px 25px 19px;
  background-color: #ee84a8;
  color: white;
  line-height: 1;
}

.fz-sm {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

.header-sp {
  display: none;
}

/*========================================================
*mv
========================================================*/
.mv {
}

.mv-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: end;
}

.mv-title-cover {
  position: absolute;
  top: 260px;
  left: 5vw;
}

.main-title-img-cover {
  width: 700px;
}

.mv-subtitle {
  position: absolute;
  right: 0px;
  bottom: -90px;
  font-family: "myfont";
  font-size: 56px;
  transform: rotate(-5deg);
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #ee84a8 0%, #ee84a8 66%, #ffb27f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mv-top-img {
  width: 900px;
}

.mv-jewelry {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 140px;
}

.bg1-img-cover {
  position: absolute;
  bottom: 0px;
  left: -50px;
  z-index: -1;
  width: 400px;
}

.bg2-img-cover {
  position: absolute;
  bottom: -50px;
  left: 550px;
  z-index: -1;
  width: 600px;
}

.bg3-img-cover {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: -1;
  width: 800px;
}

.mv-inner-sp {
  display: none;
}

.mv-inner-sp-sm {
  display: none;
}

/*========================================================
* about
========================================================*/
.about {
  position: relative;
  padding: 130px 0 0;
}

.bg1-about-img-cover {
  position: absolute;
  top: 400px;
  left: -520px;
  z-index: -1;
  width: 800px;
  opacity: 0.9;
}

.about-inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 130px 10px 0;
}

.about-subtitle {
  text-align: center;
  font-size: 28px;
  color: #ee84a8;
  margin-top: 80px;
  margin-bottom: 32px;
  font-weight: bold;
}

.about-text {
  text-align: center;
  font-size: 20px;
}

.sec-title-sub-about {
  position: absolute;
  font-family: "myfont";
  color: #ff6666;
  font-size: 56px;
  top: 30px;
  right: -115px;
}

.about-flex {
  margin-top: 80px;
}

.about-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.about-item_img {
  text-align: center;
}

.about-item_img img {
  height: 130px;
}

.about-item_text {
  font-size: 24px;
  color: #ee84a8;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.about-bottom {
  padding: 120px 0;
  background: url(../img/lightupsecretary/about-bg.png) no-repeat 0 0;
  background-size: 100%;
  background-position: 0% 100%;
}

.about-subtitle2 {
  text-align: center;
  font-size: 28px;
  color: #4d4d4d;
  margin-bottom: 32px;
  font-weight: bold;
}

.about-text_bottom {
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
}

.about-text_bottom span{
  color: #ee84a8;
  font-weight: bold;
}

.about-text_bottom + .about-text_bottom {
  margin-top: 32px;
}

/* present */
.present {
  max-width: 1024px;
  margin: 0 auto 120px;
  padding: 40px 32px;
  background-image: url(../img/lightupsecretary/campaign-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.present-heading .sp {
  display: none;
}

.present-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #ee84a8;
  padding-left: 30px;
}

.present-inner {
  margin-top: -74px;
  padding: 64px 24px 64px 80px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.present-image .sp {
  display: none;
}

.present-text-cover {
  text-align: center;
  margin-top: 30px;
  padding-left: 24px;
}

.present-text {
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
  width: fit-content;
  background-color: #ee84a8;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.present-image {
  width: 850px;
}

/*========================================================
* step
========================================================*/
.step {
  padding: 125px 0 120px;
  background-color: #fdf4f6;
}

.step-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.step-subtitle {
  text-align: center;
  font-size: 28px;
  color: #4d4d4d;
  margin-bottom: 32px;
  font-weight: bold;
}

.step-subtitle_cover {
  text-align: center;
  margin-top: 75px;
}

.step-subtitle-pink {
  text-align: center;
  font-size: 28px;
  color: #ee84a8;
  margin-bottom: 32px;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-weight: bold;
}

.step-subtitle-pink:before {
  content: url(../img/lightupsecretary/step-left.png);
  position: absolute;
  top: 0%;
  left: -35px;
  display: inline-block;
}

.step-subtitle-pink:after {
  content: url(../img/lightupsecretary/step-right.png);
  position: absolute;
  top: 0%;
  right: -35px;
  display: inline-block;
}

.fz48 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: lighter;
}

.step-img {
  text-align: center;
  margin-bottom: 40px;
}

.step-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.step-box {
  width: 395px;
}

.step-box-text{
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.font-bold-fz20{
  font-size: 24px;
  color: #ee84a8;

}

.step-text {
  font-size: 20px;
  text-align: center;
}

.step-text_but-cover {
  text-align: center;
  margin-top: 40px;
}

.step-text_but {
  display: inline-block;
  font-size: 20px;
  color: #ee84a8;
  padding: 3px 23px;
  font-weight: bold;
  border: 2px #ee84a8 solid;
  border-radius: 25.5px;
  background-color: #fff;
}

.step-img_but {
  margin-top: 40px;
  text-align: center;
}

.step-box-desc-list-item {
  list-style: initial;
  margin-left: 25px;
}

.step-reason {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 315px 60px 60px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.step-reason_text {
  font-size: 28px;
  font-weight: bold;
}

.step-img_woman {
  position: absolute;
  bottom: 0;
  right: 90px;
}

.step-table {
  margin-top: 70px;
  text-align: center;
}

.sec-title-sub-step {
  position: absolute;
  font-family: "myfont";
  color: #ee84a8;
  font-size: 56px;
  top: 30px;
  right: -97px;
}

.l-step-title {
  margin-bottom: 63px;
}

/* reason */
.chosen {
  padding: 110px 24px 120px;
  background-color: #fff;
}

.sec-title-sub-reason {
  position: absolute;
  font-family: "myfont";
  color: #ee84a8;
  font-size: 56px;
  top: 30px;
  right: -180px;
}



.chosen-list {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 24px;
  row-gap: 40px;
  margin-top: 40px;
}

.chosen-item {
  position: relative;
  width: calc(100% / 3 - (48px / 3));
  list-style: none;
  background-color: #fdf4f6;
  padding: 40px 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 10px 10px 8px -10px rgb(189, 189, 189);
}

.chosen-item:nth-of-type(1):before {
  content: "01";
  position: absolute;
  top: -25px;
  left: 15px;

  font-family: "myfont";
  font-size: 48px;
  color: #ee84a8;
  transform: rotate(5deg);
}

.chosen-item:nth-of-type(2):before {
  content: "02";
  position: absolute;
  top: -25px;
  left: 15px;

  font-family: "myfont";
  font-size: 48px;
  color: #ee84a8;
  transform: rotate(5deg);
}

.chosen-item:nth-of-type(3):before {
  content: "03";
  position: absolute;
  top: -25px;
  left: 15px;

  font-family: "myfont";
  font-size: 48px;
  color: #ee84a8;
  transform: rotate(5deg);
}

.chosen-item:nth-of-type(4):before {
  content: "04";
  position: absolute;
  top: -25px;
  left: 15px;

  font-family: "myfont";
  font-size: 48px;
  color: #ee84a8;
  transform: rotate(5deg);
}

.chosen-item:nth-of-type(5):before {
  content: "05";
  position: absolute;
  top: -25px;
  left: 15px;

  font-family: "myfont";
  font-size: 48px;
  color: #ee84a8;
  transform: rotate(5deg);
}

.chosen-item_img {
  text-align: center;
}

.chosen-item_title {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0 25px;
}

.chosen-item_text {
  font-size: 20px;
}

.chose-point {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 8px;
}

.chosen-left,
.chosen-right {
  width: 14px;
}

.chosen-num {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  color: #ff6665;
  text-align: center;
}

.chosen-bg {
  padding: 24px 8px;
  background-color: white;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.chosen-itemTitle {
  position: relative;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.chosen-itemTitle::before {
  position: absolute;
  content: "";
  width: 23px;
  height: 2px;
  background-color: #ff6665;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/*========================================================
* Voice
========================================================*/
.voice {
  position: relative;
  padding-top: 120px;
}

.bg4-img-cover {
  position: absolute;
  top: -150px;
  left: -250px;
  opacity: 0.9;
}

.bg5-img-cover {
  position: absolute;
  bottom: -400px;
  right: 0px;
  z-index: -1;
  opacity: 0.9;
}

.sec-title-sub-voice {
  position: absolute;
  font-family: "myfont";
  color: #ff6666;
  font-size: 56px;
  top: 50px;
  right: -55px;
}

.voice-inner {
  max-width: 850px;
  padding: 0 20px;
  margin: 0 auto;
}

.voice-content {
  margin-top: 90px;
  padding: 40px 40px 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.voice-content + .voice-content {
  margin-top: 60px;
}

.voice-flex {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: solid 3px #ee84a8;
}

.voice-img {
  width: 50%;
  text-align: center;
}

.voice-heading-box {
  width: 50%;
}

.voice-heading {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  background-image: linear-gradient(
    150deg,
    rgba(238, 132, 168, 1),
    rgba(246, 147, 162, 1) 50%,
    rgba(255, 178, 127, 1)
  );
  letter-spacing: 0.01em;
}

.voice-heading + .voice-heading {
  margin-top: 16px;
}

.voice-name {
  margin-top: 25px;
}

.voice-text_box {
  margin-top: 35px;
}

.voice-text {
  line-height: 1.9;
}

.voice-text span{
  color: #ee84a8;
  font-weight: bold;
}

.row-reverse {
  flex-direction: row-reverse;
}

.width400 {
  width: 415px;
}

.width300 {
  width: calc(100% - 415px);
}
/*========================================================
* Support
========================================================*/
.support {
  padding: 120px 0 120px;
  position: relative;
}

.bg6-img-cover {
  position: absolute;
  top: -25px;
  left: -10px;
  z-index: -1;
  opacity: 0.9;
}

.support-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.support-content {
  position: relative;
  background-color: #fdf4f6;
  padding: 64px;
  margin-top: 108px;
  border-radius: 10px 10px 0 0;
}

.triangle {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
  border-top: 60px solid #fdf4f6;
  border-bottom: 0;
}

.support-heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.support-flex {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  gap: 22px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.support-flex:last-child {
  margin-bottom: 0px;
}

.support-content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - (48px / 3));
  height: 130px;
  padding: 0 8px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
}

.support-content-block p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}

.support-content-block span {
  color: #ff6665;
  font-weight: bold;
}

.support-bottom_cover {
  padding: 90px 0 50px;
  background-color: #ee84a8;
  border-radius: 0 0 10px 10px;
  text-align: center;
}

.support-bottom {
  display: inline-block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.support-bottom:before {
  content: url(../img/lightupsecretary/support-left.png);
  position: absolute;
  top: -35px;
  left: -140px;
  display: inline-block;
}

.support-bottom:after {
  content: url(../img/lightupsecretary/support-right.png);
  position: absolute;
  top: -30px;
  right: -170px;
  display: inline-block;
}

.sec-title-sub-support {
  position: absolute;
  font-family: "myfont";
  color: #ff6666;
  font-size: 56px;
  top: 53px;
  right: -85px;
}

/*========================================================
* reserve
========================================================*/
.reserve {
  max-width: 1260px;
  margin: 0 auto;
  padding: 120px 0;
  background-image: url("../img/lightupsecretary/reserve-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.reserve-btn {
  margin: 0 auto;
  text-align: center;
  width: 380px;
}


.reserve-inner{
  text-align: center;
}

.reserve-text{
  position: relative;
  font-size: 24px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}

.reserve-text:before {
  content: url(../img/lightupsecretary/reserve-left.png);
  position: absolute;
  top: -15px;
  left: -70px;
  display: inline-block;
}

.reserve-text:after {
  content: url(../img/lightupsecretary/reserve-right.png);
  position: absolute;
  top: -15px;
  right: -70px;
  display: inline-block;
}

.reserve-btn-block {
  display: flex;
  flex-direction: column;
  font-size: 22px;
  padding: 25px 0;
  border: solid 2px #fff;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

.reserve-btn-block .fz-sm {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.l-reserve-btn {
  margin-top: 40px;
}

/*========================================================
* faq
========================================================*/
.faq {
  padding: 135px 0 190px;
  position: relative;
}

.bg7-img-cover {
  position: absolute;
  top: -55px;
  right: 0px;
  z-index: -1;
}

.bg8-img-cover {
  position: absolute;
  bottom: 0px;
  left: -70px;
  z-index: -1;
}

.faq-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-container{
  margin-top: 115px;
}

.faq-container + .faq-container {
  margin-top: 50px;
}

.faq-question {
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 35px 100px 35px 100px;
  background: linear-gradient(to right, #f693a2,#f693a2 50%, #ffb27f);
  color: #fdf4f6;
}

.faq-question:before {
  position: absolute;
  content: "Q";
  color: #fdf4f6;
  font-family: 'myfont';
  font-size: 28px;
  top: 35px;
  left: 40px;
}

.faq-answer {
  position: relative;
  font-size: 16px;
  padding: 33px 100px 47px 100px;
  border-right: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  border-left: solid 1px #c9c9c9;
  background-color: #fff;
}

.faq-answer:before {
  position: absolute;
  content: "A";
  color: #ee84a8;
  font-family: 'myfont';
  font-size: 28px;
  top: 27px;
  left: 40px;
}

.sec-title-sub-faq {
  position: absolute;
  font-family: "myfont";
  color: #ff6666;
  font-size: 56px;
  top: 25px;
  right: -55px;
}

/*========================================================
* footer
========================================================*/
footer {
  padding: 0 20px 40px;
}

.footer-inner {
  max-width: 1260px;
  margin: 0 auto;
  border-top: 1px solid #c9c9c9;
}

.footer-text{
  margin-top: 120px;
  font-size: 16px;
  color: #4d4d4d;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  padding-top: 20px;
  width: 276px;
}

.footer-flex-right {
  padding-top: 60px;
}

.footer-nav ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-nav-list a {
  font-size: 11px;
  padding: 0 15px;
  color: #a4a4a4;
  line-height: 1;
}

.footer-nav-list:nth-of-type(4) a {
  font-size: 11px;
  padding-left: 15px;
  color: #a4a4a4;
  line-height: 1;
}

.footer-nav-item-last {
  padding-right: 0;
}

.footer-nav-list {
  line-height: 1;
  font-size: 11px;
}

.footer-nav-list + .footer-nav-list {
  position: relative;
}

.footer-nav-list + .footer-nav-list::before {
  content: "";
  display: block;
  height: 1em;
  border-left: 1px solid #a4a4a4;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.copyright {
  display: block;
  text-align: right;
  color: #a4a4a4;
  font-size: 11px;
  margin-top: 30px;
}

/*========================================================
* js
========================================================*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.5s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: #ff6666;
  text-decoration: none;
  color: #fff;
  width: 82px;
  padding: 28px 8px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.page-button {
  position: fixed;
  bottom: 20px;
  right: 114px;
  z-index: 99;
}

.page-button-link {
  position: relative;
  display: block;
  width: fit-content;
  padding: 10px 48px 10px 8px;
  background-color: #ff6665;
  border-radius: 57px;
  -webkit-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.page-button-link .label {
  display: inline-block;
  margin-right: 16px;
  width: 59px;
}

.page-button-link .label img {
  width: 100%;
}

.page-button.hidden {
  opacity: 0;
  display: none;
}

.page-button.visible {
  opacity: 1;
  display: block;
}

/*========================================================
* page.php
========================================================*/

.page-title {
  height: 230px;
  background-image: url("../img/page-title-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title h2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 60px;
  color: #ff6666;
  font-family: "fogtwono5", "Noto Serif JP", sans-serif;
  font-weight: bold;
  line-height: 230px;
}

.page-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-content {
  margin: 120px 0;
}

/*========================================================
* access
========================================================*/
.access {
  text-align: center;
  padding-top: 135px;
  padding-bottom: 125px;
  position: relative;
}

.access-bg-cover {
  position: absolute;
  left: 50px;
  bottom: 0px;
  z-index: -1;
  width: 50vw;
  max-width: 597px;
}

.access-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}

.access-content {
  text-align: left;
  width: 570px;
  padding-right: 35px;
}

.access-text + .access-text {
  margin-top: 55px;
}

.access-img-box {
  max-width: 506px;
}

iframe {
  max-width: 506px;
  height: 317px;
}

.access-build-img {
  margin-top: 60px;
}

.access-build-img-sp {
  display: none;
}
