@charset "UTF-8";
/* -----------------------------
 reset
------------------------------*/
body {
  font-weight: normal;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-family: YakuHanJP, kozuka-gothic-pr6n, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a img {
  border: none;
}
a img:hover {
  border: none;
}
a img:focus {
  opacity: 1;
}

a {
  transition: 0.3s;
  color: #333;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #333;
  word-wrap: break-word;
}

a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul, ol, dl {
  list-style-position: outside;
}

li, dt, dd {
  list-style: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

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

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  li, dt, dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  color: #333333;
  font-size: clamp(10px, 1.111vw, 16px);
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
    font-size: 3.59vw;
  }
}

.inner {
  max-width: min(74.306vw, 1070px);
  padding: 0 min(4.167vw, 60px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.ac {
  text-align: center;
}

.flex {
  display: flex;
}

.yumincho {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
  .yumincho {
    font-weight: 400 !important;
  }
}

.bg {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/bg.png?20250318);
  background-size: contain;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 768px) {
  .bg {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/bg-sp.png?20250318);
  }
}

/*===========
header
===========*/
header {
  padding: min(1.528vw, 22px) min(2.361vw, 34px);
}
@media only screen and (max-width: 768px) {
  header {
    padding: 3.077vw 3.59vw;
  }
}
header .logo {
  justify-content: space-between;
  align-items: center;
}
header .logo .img01 {
  width: min(12.292vw, 177px);
}
@media only screen and (max-width: 768px) {
  header .logo .img01 {
    width: 22.564vw;
  }
}
header .logo .img02 {
  width: min(13.958vw, 201px);
}
@media only screen and (max-width: 768px) {
  header .logo .img02 {
    width: 25.641vw;
  }
}

#content {
  overflow: hidden;
  /*===========
  共通パーツ
  ===========*/
  /*===========
  kv
  ===========*/
  /*===========
  anchor
  ===========*/
  /*===========
  explanatory
  ===========*/
  /*===========
  sec01
  ===========*/
  /*===========
  sec02
  ===========*/
  /*===========
  sec01 sec02 共通
  ===========*/
  /*===========
  sec03
  ===========*/
  /*===========
  sec04
  ===========*/
}
#content .simulation_btn {
  width: 100%;
  font-size: min(1.944vw, 28px);
  font-weight: 600;
  color: #fff;
  margin-bottom: min(4.167vw, 60px);
  background: linear-gradient(270deg, #FF8709 0%, #F52ED0 25%, #F52ED0 50%, #FF8709 100%);
  padding: min(1.736vw, 25px);
  background-position: 0% 50%;
  background-size: 200% auto;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #content .simulation_btn {
    font-size: 3.846vw;
    margin-bottom: 10.256vw;
    padding: 3.59vw 4.359vw;
    box-shadow: 0px 4.5px 9px 0px rgba(0, 0, 0, 0.25);
  }
}
#content .simulation_btn:before {
  content: "";
  position: absolute;
  height: min(1.944vw, 28px);
  width: min(1.944vw, 28px);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon01.svg?20250318);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: min(9.722vw, 140px);
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 768px) {
  #content .simulation_btn:before {
    width: 5.641vw;
    height: 5.385vw;
    left: 3.846vw;
  }
}
#content .simulation_btn:hover {
  background-position: 100% 50%;
  opacity: 1;
}
#content .simulation_btn:hover:before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon01_on.svg?20250318);
}
#content #kv h1 {
  opacity: 0;
  height: 0;
  margin: 0;
}
#content #kv img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  #content #kv img {
    min-height: auto;
  }
}
 @media only screen and (max-width: 768px) {
    .kv-btn {
    padding: 0 4.359vw;
  }
}
#content #anchor {
  padding: min(4.167vw, 60px) 0;
  background: linear-gradient(90deg, #000 0%, #6D0C39 50%, #000 100%);
}
#content #anchor .inner h2 {
  width: min(48.194vw, 694px);
  margin: auto;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner h2 {
    width: 87.179vw;
    margin: auto;
    margin-bottom: 4.103vw;
  }
}
#content #anchor .inner h2 img {
  width: 100%;
}
#content #anchor .inner .btn {
  width: 100%;
}
#content #anchor .inner .simulation_btn {
  padding-left: min(2.708vw, 39px);
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .simulation_btn {
    padding-left: 4.615vw;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .simulation_btn::before {
    left: 2.564vw;
  }
}
#content #anchor .inner .flex {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .flex  {
  justify-content: space-between;
  padding: 0 4.359vw;
  gap: 18px;
}
}
#content #anchor .inner .flex a {
  font-size: min(1.389vw, 20px);
  background: #000;
  color: #fff;
  width: min(31.944vw, 460px);
  display: inline-block;
  padding: min(0.694vw, 10px) min(2.083vw, 30px) min(0.694vw, 10px) min(0vw, 0px);
  cursor: pointer;
  text-align: center;
  position: relative;
  letter-spacing: 0.8px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
  border-left: min(0.694vw, 10px) solid #A20284;
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .flex a {
    font-size: 2.821vw;
    width: 43.077vw;
    padding: 3.333vw 0 7.692vw;
    border-left: 1.538vw solid #A20284;
  }
}
#content #anchor .inner .flex a::before {
  position: absolute;
  content: "";
  width: min(1.389vw, 20px);
  height: min(1.389vw, 20px);
  top: 50%;
  right: min(1.389vw, 20px);
  transform: translate(0%, -50%);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon02.svg?20250318);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .flex a::before {
    width: 3.846vw;
    height: 3.846vw;
    right: 50%;
    top: 75%;
    transform: translate(50%, -50%);
  }
}
#content #anchor .inner .flex a:hover {
  opacity: 1;
  background: #fff;
  color: #A20284;
  transition: 0.3s;
}
#content #anchor .inner .flex a:hover::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon02_on.svg?20250318);
}
#content #anchor .inner .flex a:last-of-type {
  border-left: min(0.694vw, 10px) solid #F0831E;
  padding: min(1.736vw, 25px) min(2.083vw, 30px) min(1.736vw, 25px) min(0vw, 0px);
}
@media only screen and (max-width: 768px) {
  #content #anchor .inner .flex a:last-of-type {
    border-left: 1.538vw solid #F0831E;
  }
}
#content #anchor .inner .flex a:last-of-type:hover {
  opacity: 1;
  background: #fff;
  color: #F0831E;
  transition: 0.3s;
}
#content #explanatory {
  position: relative;
  background: rgba(66, 14, 51, 0.4);
  margin: min(5.625vw, 81px) 0 min(7.778vw, 112px);
}
@media only screen and (max-width: 768px) {
  #content #explanatory {
    margin: 0 0 7.692vw;
  }
}
#content #explanatory .content {
  padding: min(4.861vw, 70px) 0 min(5.833vw, 84px);
}
@media only screen and (max-width: 768px) {
  #content #explanatory .content {
    padding: 16.41vw 0;
  }
}
#content #explanatory .inner {
  max-width: min(63.889vw, 920px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #content #explanatory .inner {
    max-width: 100%;
    padding: 0 3.846vw;
    box-sizing: border-box;
  }
}
#content #explanatory h2 {
  color: #fff;
  font-size: min(2.569vw, 37px);
  font-weight: 600;
  line-height: 230%;
  letter-spacing: min(0.257vw, 3.7px);
  width: 100%;
  padding-bottom: min(1.389vw, 20px);
  margin-bottom: min(3.472vw, 50px);
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #content #explanatory h2 {
    font-size: 4.359vw;
    padding: 0 3.846vw;
    padding-bottom: 5.128vw;
    margin-bottom: 2.564vw;
  }
}
#content #explanatory h2::before {
  display: block !important;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/sec02/line.png?20250318);
  background-size: contain;
  background-repeat: no-repeat;
  height: min(0.208vw, 3px);
}
@media only screen and (max-width: 768px) {
  #content #explanatory h2::before {
    height: 0.769vw;
  }
}
#content #explanatory h2::after {
  content: "";
  width: min(18.889vw, 272px);
  height: min(9.792vw, 141px);
  position: absolute;
  top: min(-2.431vw, -35px);
  left: min(-6.389vw, -92px);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/explanatory/line.png?20250318);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #content #explanatory h2::after {
    width: 23.077vw;
    height: 11.538vw;
    top: -2.564vw;
    left: -2.564vw;
  }
}
@media only screen and (max-width: 768px) {
  #content #explanatory h2 span {
    font-size: 3.59vw;
  }
}
#content #explanatory p {
  color: #fff;
  font-size: min(1.389vw, 20px);
  font-weight: 600;
  line-height: 300%; /* 60px */
  margin-bottom: min(5.556vw, 80px);
  letter-spacing: min(0.139vw, 2px);
}
@media only screen and (max-width: 768px) {
  #content #explanatory p {
    font-size: 3.846vw;
    padding: 0 3.077vw;
    margin-bottom: 10.256vw;
    letter-spacing: 0.385vw;
  }
}
#content #explanatory p span {
  background-color: #A20284;
}
#content #explanatory .btn {
  font-size: min(1.111vw, 16px);
  background: #FFF;
  color: #A20284;
  border-left: min(0.694vw, 10px) solid #A20284;
  width: min(32.639vw, 470px);
  display: block;
  padding: min(1.389vw, 20px) min(2.083vw, 30px) min(1.389vw, 20px) 0;
  cursor: pointer;
  margin: 0 auto;
  font-weight: 600;
  text-align: center;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #content #explanatory .btn {
    width: 82.051vw;
    padding: 3.077vw 6.41vw 3.077vw 0;
    pointer-events: none;
    font-size: 3.59vw;
    border-left: 2.564vw solid #A20284;
  }
}
#content #explanatory .btn::before {
  position: absolute;
  content: "";
  width: min(1.389vw, 20px);
  height: min(1.389vw, 20px);
  top: 50%;
  right: min(3.958vw, 57px);
  transform: translate(0%, -50%);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon04.svg?20250318);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #content #explanatory .btn::before {
    width: 5.641vw;
    height: 5.641vw;
    right: 16.667vw;
  }
}
#content #explanatory .btn:hover {
  opacity: 1;
  background-color: #000;
  border-left: min(0.694vw, 10px) solid #A20284;
  color: #fff;
  transition: 0.3s;
}
#content #explanatory .btn:hover::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon04_on.svg?20250318);
}
#content #sec01 {
  margin-bottom: min(7.083vw, 102px);
}
#content #sec01 h2 {
  padding: min(1.667vw, 24px) min(0.903vw, 13px);
  width: min(57.361vw, 826px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 h2 {
    padding: 3.59vw 1.538vw;
    width: 81.795vw;
  }
}
#content #sec01 .flow h4::before {
  background-color: #A20284;
  width: min(28.125vw, 405px);
}
#content #sec01 .faq h4::before {
  background-color: #A20284;
  width: min(36.806vw, 530px);
}
#content #sec01 .info h3 {
  font-size: min(3.333vw, 48px);
  font-weight: 600;
  letter-spacing: min(0.333vw, 4.8px);
  color: #fff;
  margin-bottom: min(3.194vw, 46px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .info h3 {
    letter-spacing: 1.231vw;
    padding-bottom: 4.103vw;
  }
}
#content #sec01 .info h3 span {
  font-size: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .info h3 span {
    font-size: 5.128vw;
  }
}
#content #sec01 .info .img {
  display: block;
  margin-bottom: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .info .img {
    margin-bottom: 4.872vw;
  }
}
#content #sec01 .info .txt p {
  margin: min(0.694vw, 10px) 0;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .info .txt p {
    margin: auto;
    margin-bottom: 2.564vw;
  }
}
#content #sec01 .info .txt .note {
  margin: 0;
}
#content #sec01 .sec01-box {
  width: min(75vw, 1080px);
  margin: auto;
  padding: min(4.028vw, 58px);
  border: 1px solid #FF0FD2;
  background: linear-gradient(180deg, rgba(162, 2, 132, 0.2) 0%, rgba(59, 12, 134, 0.2) 100%);
  box-shadow: 20px 20px 0px 0px #A20284;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .sec01-box {
    width: 100%;
    padding: 10.256vw 3.846vw;
    box-sizing: border-box;
  }
}
#content #sec01 .simulation {
  border-top: 2px solid #A20284;
  border-bottom: 2px solid #A20284;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .simulation {
    border-top: 0.513vw solid #A20284;
    border-bottom: 0.513vw solid #A20284;
  }
}
#content #sec01 .simulation .img {
  width: min(48.264vw, 695px) !important;
}
@media only screen and (max-width: 768px) {
  #content #sec01 #flow-01 .flow-steplist {
    margin-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .faq ul li:first-of-type .question .txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .faq ul li .question .txt {
    margin-top: 3.077vw;
  }
}
#content #sec02 {
  padding-bottom: min(8.333vw, 120px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 {
    padding-bottom: 20.513vw;
  }
}
#content #sec02 h2 {
  padding: min(1.667vw, 24px) min(0.903vw, 13px);
  width: min(43.333vw, 624px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 h2 {
    padding: 3.59vw 1.538vw;
    width: 62.308vw;
  }
}
#content #sec02 .sec02-box {
  width: min(75vw, 1080px);
  margin: auto;
  padding: min(4.028vw, 58px);
  border: 1px solid #FF8709;
  background: rgba(255, 135, 9, 0.2);
  box-shadow: 20px 20px 0px 0px #FF8709;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .sec02-box {
    padding: 12.308vw 3.846vw 19.487vw;
    width: 100%;
    box-sizing: border-box;
  }
}
#content #sec02 .inner h3 {
  color: #fff !important;
  font-size: min(3.333vw, 48px) !important;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner h3 {
    font-size: 5.128vw !important;
  }
}
#content #sec02 .inner .flow h4::before {
  background-color: #F0831E;
  width: min(30.347vw, 437px);
}
#content #sec02 .inner .faq h4::before {
  background-color: #F0831E;
  width: min(36.806vw, 530px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info {
    margin-bottom: 17.949vw !important;
  }
}
#content #sec02 .inner .info .ttl {
  position: relative;
  padding-bottom: min(1.806vw, 26px);
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .ttl {
    padding-bottom: 2.564vw;
    margin-bottom: 8.205vw;
  }
}
#content #sec02 .inner .info .ttl::before {
  display: block !important;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/sec02/line.png?20250318);
  background-size: contain;
  background-repeat: no-repeat;
  height: min(0.208vw, 3px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .ttl::before {
    height: 0.769vw;
  }
}
#content #sec02 .inner .info .txt {
  align-items: top;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .txt {
    margin-bottom: 8.462vw;
  }
}
#content #sec02 .inner .info .txt p {
  height: -moz-fit-content;
  height: fit-content;
}
#content #sec02 .inner .info .txt .note {
  width: min(39.375vw, 567px);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .txt .note {
    margin-bottom: 0 !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .txt .note:last-of-type {
    margin-bottom: 6.41vw !important;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .info .txt .img {
    width: 64.359vw !important;
  }
}
#content #sec02 .inner .mainnote {
  font-size: min(1.111vw, 16px);
  font-weight: 600;
  color: #F0831E;
  padding: min(1.042vw, 15px) min(2.292vw, 33px);
  background-color: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .mainnote {
    font-size: 3.59vw;
    padding: 3.846vw 4.103vw;
  }
}
#content #sec02 .inner .flow-steplist li {
  margin-bottom: min(3.75vw, 54px);
}
#content #sec02 .inner .flow-steplist li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .flow-steplist li:nth-last-child(-n+3) {
    margin-bottom: 5.128vw;
  }
}
#content #sec02 .inner .flow-steplist li:nth-last-child(-n+3) .txt {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .flow-steplist li:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .flow-steplist li img {
    background-color: #fff !important;
  }
}
#content #sec02 .inner .flow-steplist .step {
  color: #F0831E !important;
}
#content #sec02 .inner .flow-steplist .step::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon11.svg?20250318) !important;
}
#content #sec02 .inner .flow-steplist .note {
  margin-bottom: min(4.444vw, 64px) !important;
}
#content #sec02 .inner .simulation {
  border-top: 2px solid #FF8709;
  border-bottom: 2px solid #FF8709;
  margin: min(8.333vw, 120px) 0 !important;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .simulation {
    border-top: 0.513vw solid #FF8709;
    border-bottom: 0.513vw solid #FF8709;
    margin: 20.513vw 0 !important;
  }
}
#content #sec02 .inner .simulation .img {
  width: min(13.889vw, 200px) !important;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .simulation .img {
    width: 38.974vw !important;
  }
}
#content #sec02 .inner .simulation:hover:before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon01_on.svg?20250318);
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .faq ul li:last-of-type .question .txt {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec02 .inner .faq ul li .question .txt {
    margin-top: 3.077vw;
  }
}
#content #sec01 .inner,
#content #sec02 .inner {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  color: #fff;
  /* box-sizing: border-box; */
}
#content #sec01 .inner h2,
#content #sec02 .inner h2 {
  padding: 0;
  margin-left: min(-7.083vw, -102px);
  margin-bottom: min(1.944vw, 28px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner h2,
  #content #sec02 .inner h2 {
    margin-left: 0;
  }
}
#content #sec01 .inner h4,
#content #sec02 .inner h4 {
  font-size: min(6.667vw, 96px);
  color: #fff;
  font-weight: 300;
  margin-bottom: min(3.056vw, 44px);
  font-style: normal;
  line-height: normal;
  width: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner h4,
  #content #sec02 .inner h4 {
    font-size: 12vw;
    margin-bottom: 7.692vw;
  }
}
#content #sec01 .inner h4::before,
#content #sec02 .inner h4::before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: min(2.778vw, 40px);
  right: 0;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner h4::before,
  #content #sec02 .inner h4::before {
    content: none;
  }
}
#content #sec01 .inner h4 span,
#content #sec02 .inner h4 span {
  margin-left: min(1.111vw, 16px);
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: min(1.806vw, 26px);
  color: #fff;
  font-weight: 300;
  font-variant: normal;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner h4 span,
  #content #sec02 .inner h4 span {
    font-size: 5.1vw;
    margin-left: 0vw;
  }
}
#content #sec01 .inner .info,
#content #sec02 .inner .info {
  margin-bottom: min(6.944vw, 100px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info,
  #content #sec02 .inner .info {
    margin-bottom: 13.333vw;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info h3,
  #content #sec02 .inner .info h3 {
    width: 100%;
    font-size: 5.128vw;
    letter-spacing: 0.513vw;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
  }
}
#content #sec01 .inner .info .ttl,
#content #sec02 .inner .info .ttl {
  justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .ttl,
  #content #sec02 .inner .info .ttl {
    flex-wrap: wrap-reverse;
  }
}
#content #sec01 .inner .info .ttl-img,
#content #sec02 .inner .info .ttl-img {
  width: min(8.333vw, 120px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .ttl-img,
  #content #sec02 .inner .info .ttl-img {
    width: 100%;
    text-align: center;
    margin-bottom: 3.077vw;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .ttl-img img,
  #content #sec02 .inner .info .ttl-img img {
    width: 12.821vw;
  }
}
#content #sec01 .inner .info .txt,
#content #sec02 .inner .info .txt {
  justify-content: space-between;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .txt,
  #content #sec02 .inner .info .txt {
    flex-wrap: wrap;
  }
}
#content #sec01 .inner .info .txt p,
#content #sec02 .inner .info .txt p {
  font-size: min(1.389vw, 20px);
  line-height: 250%;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .txt p,
  #content #sec02 .inner .info .txt p {
    width: 100%;
    font-size: 3.59vw;
  }
}
#content #sec01 .inner .info .txt .note,
#content #sec02 .inner .info .txt .note {
  margin-top: min(0.833vw, 12px);
  font-size: min(0.833vw, 12px);
  text-indent: -0.8rem;
  margin-left: 0.8rem;
  line-height: 180%;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .txt .note,
  #content #sec02 .inner .info .txt .note {
    font-size: 3.077vw;
    margin-top: 1.795vw;
    margin-bottom: 10.256vw;
    line-height: 150%;
  }
}
#content #sec01 .inner .info .txt .note:last-of-type,
#content #sec02 .inner .info .txt .note:last-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .txt .note:last-of-type,
  #content #sec02 .inner .info .txt .note:last-of-type {
    margin-top: 2.564vw;
  }
}
#content #sec01 .inner .info .txt .img,
#content #sec02 .inner .info .txt .img {
  width: min(21.319vw, 307px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .info .txt .img,
  #content #sec02 .inner .info .txt .img {
    width: 70vw;
    margin: auto;
  }
}
#content #sec01 .inner .flow .anchorlink,
#content #sec02 .inner .flow .anchorlink {
  display: flex;
  margin-bottom: min(1.736vw, 25px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink,
  #content #sec02 .inner .flow .anchorlink {
    flex-wrap: wrap;
    margin-bottom: 10.256vw;
  }
}
#content #sec01 .inner .flow .anchorlink li,
#content #sec02 .inner .flow .anchorlink li {
  width: 33.333%;
  text-align: center;
  border-left: 1px solid #D9D9D9;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li,
  #content #sec02 .inner .flow .anchorlink li {
    width: 100%;
    margin-bottom: 1.538vw;
    border: solid #D9D9D9 1px;
    background-color: #fff;
  }
}
#content #sec01 .inner .flow .anchorlink li a,
#content #sec02 .inner .flow .anchorlink li a {
  padding: min(0.694vw, 10px) 0 min(2.153vw, 31px);
  color: #FFB7F2;
  width: 100%;
  height: 100%;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li a,
  #content #sec02 .inner .flow .anchorlink li a {
    padding: 3.59vw 0;
    color: #A20284;
  }
}
#content #sec01 .inner .flow .anchorlink li::before,
#content #sec02 .inner .flow .anchorlink li::before {
  content: "";
  position: absolute;
  width: min(1.181vw, 17px);
  height: min(1.181vw, 17px);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon03.svg?20250318);
  background-size: contain;
  background-repeat: no-repeat;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li::before,
  #content #sec02 .inner .flow .anchorlink li::before {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon04.svg?20250318);
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li::before,
  #content #sec02 .inner .flow .anchorlink li::before {
    width: 4.359vw;
    height: 4.359vw;
    top: 50%;
    left: auto;
    right: 0;
  }
}
#content #sec01 .inner .flow .anchorlink li:last-of-type,
#content #sec02 .inner .flow .anchorlink li:last-of-type {
  border-right: 1px solid #D9D9D9;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li:last-of-type,
  #content #sec02 .inner .flow .anchorlink li:last-of-type {
    border: solid #D9D9D9 1px;
    margin-bottom: 0;
  }
}
#content #sec01 .inner .flow .anchorlink li:last-of-type a,
#content #sec02 .inner .flow .anchorlink li:last-of-type a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li:last-of-type a,
  #content #sec02 .inner .flow .anchorlink li:last-of-type a {
    color: #000;
  }
}
#content #sec01 .inner .flow .anchorlink li:last-of-type::before,
#content #sec02 .inner .flow .anchorlink li:last-of-type::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon03_on.svg?20250318);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .anchorlink li:last-of-type::before,
  #content #sec02 .inner .flow .anchorlink li:last-of-type::before {
    background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon12.svg?20250318);
  }
}
#content #sec01 .inner .flow .note,
#content #sec02 .inner .flow .note {
  margin-bottom: min(5.556vw, 80px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note,
  #content #sec02 .inner .flow .note {
    margin-bottom: 10.256vw;
  }
}
#content #sec01 .inner .flow .note-ttl,
#content #sec02 .inner .flow .note-ttl {
  background: #F5F5F5;
  padding: min(1.319vw, 19px) min(2.292vw, 33px);
  margin-bottom: min(1.319vw, 19px);
  color: #000 !important;
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note-ttl,
  #content #sec02 .inner .flow .note-ttl {
    padding: 3.846vw 2.564vw;
  }
}
#content #sec01 .inner .flow .note-ttl span,
#content #sec02 .inner .flow .note-ttl span {
  font-weight: 600;
  font-size: min(1.111vw, 16px);
  color: #fff;
  margin-right: min(1.389vw, 20px);
  border-bottom: #F0831E solid 1px;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note-ttl span,
  #content #sec02 .inner .flow .note-ttl span {
    text-decoration: underline;
    border-bottom: unset;
    font-size: 3.59vw;
    margin-right: 0;
    display: block;
  }
}
#content #sec01 .inner .flow .note p,
#content #sec02 .inner .flow .note p {
  font-size: min(0.972vw, 14px);
  font-weight: 300;
  line-height: 200%;
  margin-bottom: min(1.389vw, 20px);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note p,
  #content #sec02 .inner .flow .note p {
    font-size: 3.077vw;
    margin-bottom: 7.692vw;
  }
}
#content #sec01 .inner .flow .note p span,
#content #sec02 .inner .flow .note p span {
  font-weight: 600;
  color: #F0831E;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note p span,
  #content #sec02 .inner .flow .note p span {
    margin-bottom: 2.051vw;
  }
}
#content #sec01 .inner .flow .note p a,
#content #sec02 .inner .flow .note p a {
  color: #00A1E9;
  text-decoration: underline;
}
#content #sec01 .inner .flow .note-txt,
#content #sec02 .inner .flow .note-txt {
  font-size: min(0.833vw, 12px) !important;
  line-height: normal;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow .note-txt,
  #content #sec02 .inner .flow .note-txt {
    font-size: 3.077vw !important;
    text-indent: -0.8rem;
    margin-left: 0.8rem;
  }
}
#content #sec01 .inner .flow-step h3,
#content #sec02 .inner .flow-step h3 {
  font-size: min(1.389vw, 20px);
  position: relative;
  letter-spacing: normal;
  padding-left: min(5.208vw, 75px);
  margin-bottom: min(3.889vw, 56px);
  color: #FFB7F2;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-step h3,
  #content #sec02 .inner .flow-step h3 {
    font-size: 4.103vw;
    padding-left: 14.359vw;
    margin-bottom: 8.974vw;
  }
}
#content #sec01 .inner .flow-step h3::before,
#content #sec02 .inner .flow-step h3::before {
  content: "";
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/01.svg?20250318);
  width: min(4.375vw, 63px);
  height: min(4.375vw, 63px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-step h3::before,
  #content #sec02 .inner .flow-step h3::before {
    width: 12.051vw;
    height: 12.051vw;
  }
}
#content #sec01 .inner .flow-step h3 span,
#content #sec02 .inner .flow-step h3 span {
  padding: 0 min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-step h3 span,
  #content #sec02 .inner .flow-step h3 span {
    padding: 0;
  }
}
#content #sec01 .inner .flow-step h3 span img,
#content #sec02 .inner .flow-step h3 span img {
  width: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-step h3 span img,
  #content #sec02 .inner .flow-step h3 span img {
    width: 2.564vw;
  }
}
#content #sec01 .inner .flow-step .ttl02,
#content #sec02 .inner .flow-step .ttl02 {
  color: #fff;
}
#content #sec01 .inner .flow-step .ttl02::before,
#content #sec02 .inner .flow-step .ttl02::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/02.svg?20250318);
}
#content #sec01 .inner .flow-steplist,
#content #sec02 .inner .flow-steplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content #sec01 .inner .flow-steplist li,
#content #sec02 .inner .flow-steplist li {
  width: min(21.25vw, 306px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li,
  #content #sec02 .inner .flow-steplist li {
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
#content #sec01 .inner .flow-steplist li .step,
#content #sec02 .inner .flow-steplist li .step {
  font-size: min(2.083vw, 30px);
  font-weight: 400;
  color: #FFB7F2;
  position: relative;
  padding-right: min(2.153vw, 31px);
  display: inline-block;
  margin-bottom: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .step,
  #content #sec02 .inner .flow-steplist li .step {
    font-size: 6.154vw;
    padding-right: 7.949vw;
    margin-bottom: 5.128vw;
  }
}
#content #sec01 .inner .flow-steplist li .step::before,
#content #sec02 .inner .flow-steplist li .step::before {
  content: "";
  width: min(0.833vw, 12px);
  height: min(1.458vw, 21px);
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon06.svg?20250318);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .step::before,
  #content #sec02 .inner .flow-steplist li .step::before {
    width: 3.333vw;
    height: 5.385vw;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .flex-sp,
  #content #sec02 .inner .flow-steplist li .flex-sp {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .step-info,
  #content #sec02 .inner .flow-steplist li .step-info {
    width: 57.436vw;
  }
}
#content #sec01 .inner .flow-steplist li .img,
#content #sec02 .inner .flow-steplist li .img {
  margin-bottom: min(1.111vw, 16px);
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .img,
  #content #sec02 .inner .flow-steplist li .img {
    width: 23.59vw;
    background-color: unset;
  }
}
#content #sec01 .inner .flow-steplist li .num,
#content #sec02 .inner .flow-steplist li .num {
  margin-bottom: min(0.556vw, 8px);
  font-size: min(1.458vw, 21px);
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .num,
  #content #sec02 .inner .flow-steplist li .num {
    font-size: 4.615vw;
    margin-bottom: 2.051vw;
  }
}
#content #sec01 .inner .flow-steplist li .txt,
#content #sec02 .inner .flow-steplist li .txt {
  margin-bottom: min(0.556vw, 8px);
  font-size: min(0.972vw, 14px);
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .txt,
  #content #sec02 .inner .flow-steplist li .txt {
    font-size: 3.59vw;
    margin-bottom: 0;
    line-height: 160%;
  }
}
#content #sec01 .inner .flow-steplist li .txt span,
#content #sec02 .inner .flow-steplist li .txt span {
  color: #F0831E;
  font-weight: 600;
}
#content #sec01 .inner .flow-steplist li .note,
#content #sec02 .inner .flow-steplist li .note {
  font-size: min(0.694vw, 10px);
  margin-top: min(0.556vw, 8px);
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .flow-steplist li .note,
  #content #sec02 .inner .flow-steplist li .note {
    font-size: 3.077vw;
    margin-top: 1.282vw;
    margin-bottom: 0;
    text-indent: -0.8rem;
    margin-left: 0.8rem;
  }
}
#content #sec01 .inner .flow-step .steplist02 li .step,
#content #sec02 .inner .flow-step .steplist02 li .step {
  color: #fff;
}
#content #sec01 .inner .flow-step .steplist02 li .step::before,
#content #sec02 .inner .flow-step .steplist02 li .step::before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon07.svg?20250318);
}
#content #sec01 .inner .present,
#content #sec02 .inner .present {
  background-color: #fff;
  margin: 10px;
  margin-top: min(4.861vw, 70px);
  border: 5px solid #F0831E;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present,
  #content #sec02 .inner .present {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.513vw;
    margin: 2.564vw;
    margin-top: 11.282vw;
  }
}
#content #sec01 .inner .present-box,
#content #sec02 .inner .present-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(2.431vw, 35px) min(3.889vw, 56px);
  border: 2px solid #F0831E;
  background-color: #fff;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-box,
  #content #sec02 .inner .present-box {
    flex-wrap: wrap;
    padding: 5.128vw 3.333vw;
    margin: 0.513vw;
  }
}
#content #sec01 .inner .present .img,
#content #sec02 .inner .present .img {
  width: min(20.556vw, 296px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present .img,
  #content #sec02 .inner .present .img {
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
#content #sec01 .inner .present .txt,
#content #sec02 .inner .present .txt {
  width: min(32.222vw, 464px);
  color: #000;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present .txt,
  #content #sec02 .inner .present .txt {
    width: 69.231vw;
  }
}
#content #sec01 .inner .present-ttl,
#content #sec02 .inner .present-ttl {
  font-size: min(2.083vw, 30px);
  margin-bottom: min(0.694vw, 10px);
  display: flex;
  align-items: center;
  color: #F0831E;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: min(0.208vw, 3px);
  width: min(26.806vw, 386px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-ttl,
  #content #sec02 .inner .present-ttl {
    width: 57.692vw;
    font-size: 4.615vw;
    margin: auto;
    margin-bottom: 2.564vw;
    letter-spacing: 0.769vw;
  }
}
#content #sec01 .inner .present-ttl::before, #content #sec01 .inner .present-ttl::after,
#content #sec02 .inner .present-ttl::before,
#content #sec02 .inner .present-ttl::after {
  content: "";
  height: 2.5px;
  flex-grow: 2;
  background-color: #F0831E;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-ttl::before, #content #sec01 .inner .present-ttl::after,
  #content #sec02 .inner .present-ttl::before,
  #content #sec02 .inner .present-ttl::after {
    height: 0.641vw;
  }
}
#content #sec01 .inner .present-ttl::before,
#content #sec02 .inner .present-ttl::before {
  margin-right: 1rem;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-ttl::before,
  #content #sec02 .inner .present-ttl::before {
    margin-right: 1.282vw;
  }
}
#content #sec01 .inner .present-ttl::after,
#content #sec02 .inner .present-ttl::after {
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-ttl::after,
  #content #sec02 .inner .present-ttl::after {
    margin-left: 1.282vw;
  }
}
#content #sec01 .inner .present-txt,
#content #sec02 .inner .present-txt {
  font-size: min(1.667vw, 24px);
  line-height: 160%;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .present-txt,
  #content #sec02 .inner .present-txt {
    font-size: 3.59vw;
  }
}
#content #sec01 .inner .present-txt span,
#content #sec02 .inner .present-txt span {
  color: #F0831E;
  font-weight: 600;
}
#content #sec01 .inner .simulation,
#content #sec02 .inner .simulation {
  padding: min(2.778vw, 40px) 0;
  background: var(--Linear, linear-gradient(90deg, #000 0%, #6D0C39 50%, #000 100%));
  margin: min(2.778vw, 40px) 0 min(8.333vw, 120px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .simulation,
  #content #sec02 .inner .simulation {
    margin: 7.692vw 0 10.256vw;
    padding: 5.385vw 2.564vw 6.923vw;
    background-size: cover;
  }
}
#content #sec01 .inner .simulation:hover:before,
#content #sec02 .inner .simulation:hover:before {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/icon/icon01_on.svg?20250318);
}
#content #sec01 .inner .simulation .img,
#content #sec02 .inner .simulation .img {
  margin: auto;
  width: min(13.889vw, 200px);
  margin-bottom: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .simulation .img,
  #content #sec02 .inner .simulation .img {
    width: 59.744vw;
    margin-bottom: 3.846vw;
  }
}
#content #sec01 .inner .simulation_btn,
#content #sec02 .inner .simulation_btn {
  display: block;
  width: min(44.444vw, 640px);
  margin: auto;
  font-size: min(1.389vw, 20px);
  font-weight: 600;
  padding-left: min(3.889vw, 56px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .simulation_btn,
  #content #sec02 .inner .simulation_btn {
    width: 100%;
    font-size: 3.846vw;
    padding-left: 11.026vw;
    padding-top: 3.846vw;
    padding-bottom: 3.846vw;
    box-sizing: border-box;
  }
}
#content #sec01 .inner .simulation_btn::before,
#content #sec02 .inner .simulation_btn::before {
  left: min(2.083vw, 30px);
}
#content #sec01 .inner .faq ul,
#content #sec02 .inner .faq ul {
  margin-bottom: min(7.639vw, 110px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .faq ul,
  #content #sec02 .inner .faq ul {
    margin-bottom: 8.974vw;
  }
}
#content #sec01 .inner .faq ul li,
#content #sec02 .inner .faq ul li {
  margin-bottom: min(3.889vw, 56px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .faq ul li,
  #content #sec02 .inner .faq ul li {
    margin-bottom: 10.256vw;
  }
}
#content #sec01 .inner .faq ul li:last-of-type,
#content #sec02 .inner .faq ul li:last-of-type {
  margin-bottom: 0;
}
#content #sec01 .inner .faq ul li .question,
#content #sec01 .inner .faq ul li .answer,
#content #sec02 .inner .faq ul li .question,
#content #sec02 .inner .faq ul li .answer {
  display: flex;
  align-items: center;
  font-weight: 300;
  line-height: 200%;
}
#content #sec01 .inner .faq ul li .question img,
#content #sec01 .inner .faq ul li .answer img,
#content #sec02 .inner .faq ul li .question img,
#content #sec02 .inner .faq ul li .answer img {
  margin-right: min(1.181vw, 17px);
  width: 3.125vw;
  max-width: 45px;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .faq ul li .question img,
  #content #sec01 .inner .faq ul li .answer img,
  #content #sec02 .inner .faq ul li .question img,
  #content #sec02 .inner .faq ul li .answer img {
    width: 11.538vw;
    max-width: 75px;
    margin-right: 4.359vw;
  }
}
#content #sec01 .inner .faq ul li .question,
#content #sec02 .inner .faq ul li .question {
  margin-bottom: min(1.944vw, 28px);
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .faq ul li .question,
  #content #sec02 .inner .faq ul li .question {
    margin-bottom: 3.846vw;
  }
}
#content #sec01 .inner .faq ul li .answer,
#content #sec02 .inner .faq ul li .answer {
  align-items: unset;
}
#content #sec01 .inner .faq ul li .answer .txt,
#content #sec02 .inner .faq ul li .answer .txt {
  margin-top: min(0.694vw, 10px);
  margin-bottom: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .faq ul li .answer .txt,
  #content #sec02 .inner .faq ul li .answer .txt {
    margin-top: 3.077vw;
    font-size: 3.59vw;
  }
}
#content #sec01 .inner .faq ul li .answer .txt a,
#content #sec02 .inner .faq ul li .answer .txt a {
  color: #00A1E9;
  text-decoration: underline;
}
#content #sec01 .inner .caution,
#content #sec02 .inner .caution {
  padding: min(2.5vw, 36px);
  background: #F5F5F5;
  border-radius: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .caution,
  #content #sec02 .inner .caution {
    padding: 9.231vw 4.103vw;
    border-radius: 2.564vw;
  }
}
#content #sec01 .inner .caution__ttl,
#content #sec02 .inner .caution__ttl {
  font-size: min(1.389vw, 20px);
  font-weight: 600;
  line-height: 250%;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .caution__ttl,
  #content #sec02 .inner .caution__ttl {
    font-size: 5.128vw;
  }
}
#content #sec01 .inner .caution__txt li,
#content #sec02 .inner .caution__txt li {
  font-size: min(0.972vw, 14px);
  list-style: disc;
  list-style-position: inside;
  text-indent: -0.8rem;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #content #sec01 .inner .caution__txt li,
  #content #sec02 .inner .caution__txt li {
    font-size: 3.59vw;
  }
}
#content #sec01 .inner .caution__txt li::marker,
#content #sec02 .inner .caution__txt li::marker {
  content: "・ ";
  margin-right: 0;
}
#content #sec03 .inner {
  max-width: 100% !important;
}
#content #sec03 .c-sec {
  margin-bottom: 0;
}
#content #sec04 .simulation {
  text-align: center;
  background: linear-gradient(90deg, #000 0%, #6D0C39 50%, #000 100%);
}
#content #sec04 .simulation-bg01 {
  background-image: url(https://d18f657670wm8u.cloudfront.net/otona/ldp/campaign/matagisnipers/assets/img/sec04/bg-01.png?20250821);
}
@media only screen and (max-width: 768px) {
  #content #sec04 .simulation-bg01 {
    padding: 5.128vw 3.846vw;
    background-size: cover;
  }
}
#content #sec04 .simulation .inner {
  padding: min(2.778vw, 40px);
  max-width: min(100vw, 1440px) !important;
  background-size: 85%;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #content #sec04 .simulation .inner {
    background: unset;
    padding: 5.128vw 3.846vw;
    box-sizing: border-box;
  }
}
#content #sec04 .simulation p {
  width: min(13.889vw, 200px);
  margin: auto;
  margin-bottom: min(1.458vw, 21px);
}
@media only screen and (max-width: 768px) {
  #content #sec04 .simulation p {
    margin-bottom: 4.103vw;
    width: 38.974vw;
  }
}
#content #sec04 .simulation a {
  width: min(65.972vw, 950px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #content #sec04 .simulation a {
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  #content #sec04 .inner {
    max-width: 100% !important;
  }
}
#content #sec04 .info {
  padding: min(3.611vw, 52px) 0 min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  #content #sec04 .info {
    padding: 7.692vw 6.41vw;
  }
}
#content #sec04 .info .txt {
  font-size: min(0.972vw, 14px);
  margin-bottom: min(4.444vw, 64px);
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  #content #sec04 .info .txt {
    font-size: 3.59vw;
    margin-bottom: 7.692vw;
  }
}
#content #sec04 .info .num {
  text-align: right;
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  #content #sec04 .info .num {
    font-size: 3.077vw;
  }
}

footer {
  background-color: #000;
  padding: min(2.778vw, 40px);
  position: relative;
  /*このクラスが付与されると表示する*/
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 10.256vw 0;
  }
}
footer .pagetop {
  height: min(2.778vw, 40px);
  width: min(2.778vw, 40px);
  position: fixed;
  right: min(2.083vw, 30px);
  bottom: min(2.778vw, 40px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: pointer;
  box-shadow: 0px 6px 12px 0px rgba(217, 217, 217, 0.5);
}
@media only screen and (max-width: 768px) {
  footer .pagetop {
    height: 10.256vw;
    width: 10.256vw;
    right: 3.077vw;
    bottom: 5.128vw;
  }
}
footer .absolute {
  position: absolute;
  top: min(-3.472vw, -50px);
  bottom: auto;
}
@media only screen and (max-width: 768px) {
  footer .absolute {
    top: -5.128vw;
    box-shadow: 0px 6px 12px 0px rgba(217, 217, 217, 0.5);
  }
}
footer .copy {
  font-size: min(0.694vw, 10px);
  text-align: center;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  footer .copy {
    font-size: 2.564vw;
  }
}/*# sourceMappingURL=common.css.map */
