html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(0px, 0.083vw, 1px);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-padding-top: 50em;
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(0px, 0.256vw, 1.12px);
  }
}
html.fixed {
  height: 100svh;
}
body {
  position: relative;
  color: color-txt;
  background: #f4f8fc;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
body.on {
  opacity: 1 !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}
main {
  margin: 0;
}
a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
button,
input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
}
.pc-oi {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-oi {
    display: none !important;
  }
}
.sp-oi {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-oi {
    display: inline !important;
  }
}
.pc-ob {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-ob {
    display: none !important;
  }
}
.sp-ob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-ob {
    display: block !important;
  }
}
.img-box {
  font-size: 0;
  width: 100%;
}
.img-box img {
  width: 100%;
  height: auto;
}
.wrap-jr {
  max-width: 1200rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap-jr {
    max-width: 580px;
  }
}
.wrap-of {
  overflow: hidden;
}
.link-out {
  pointer-events: none;
}
.svg-fill,
.svg-path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.accordion .accordion-tg {
  display: none;
}
.accordion .accordion-sw {
  cursor: pointer;
}
section {
  position: relative;
  padding: 120rem 30rem;
}
@media screen and (max-width: 767px) {
  section {
    padding: 80rem 16rem;
  }
}
.txt-ib span {
  display: inline-block;
}
.txt-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt-indent > span:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bg-blue {
  background: #0062b2;
}
.bg-white {
  background: #fff;
}
.link-box-wrap .link-txt {
  font-size: 17rem;
  font-weight: 900;
  color: #e9ff26;
  text-align: center;
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .link-box-wrap .link-txt {
    margin: 0 0 16rem;
  }
}
.link-box-wrap .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-box 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;
  gap: 12px;
  min-width: 345rem;
  height: 60rem;
  border: 2px solid #0062b2;
  border-radius: 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .link-box a:hover {
    background: #0062b2;
  }
  .link-box a:hover .link-tit {
    color: #e9ff26;
  }
  .link-box a:hover .link-ico:before {
    opacity: 1;
  }
  .link-box a:hover .link-ico:after {
    opacity: 0;
  }
}
.link-box .link-tit {
  font-size: 18rem;
  font-weight: 700;
  color: #0062b2;
  padding: 0 0 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-box .link-ico {
  position: relative;
  width: 20rem;
  min-width: 0;
  aspect-ratio: 1/1;
}
.link-box .link-ico:before,
.link-box .link-ico:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.link-box .link-ico:before {
  background: url("../img/ico-arrow-01-yl.svg") center/cover no-repeat;
  opacity: 0;
}
.link-box .link-ico:after {
  background: url("../img/ico-arrow-01-bl.svg") center/cover no-repeat;
  opacity: 1;
}
.link-box.link-oval a {
  position: relative;
  width: 457rem;
  height: 97rem;
  background: #e9ff26;
  border-color: #e9ff26;
  border-radius: 999px;
  -webkit-filter: drop-shadow(0 6rem 0 #bac841);
          filter: drop-shadow(0 6rem 0 #bac841);
}
@media screen and (min-width: 768px) {
  .link-box.link-oval a:hover {
    background: #fff;
    -webkit-filter: drop-shadow(0 0 0 #bac841);
            filter: drop-shadow(0 0 0 #bac841);
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  .link-box.link-oval a:hover .link-tit {
    color: #00345f;
  }
  .link-box.link-oval a:hover .link-ico:before {
    opacity: 0;
  }
  .link-box.link-oval a:hover .link-ico:after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .link-box.link-oval a {
    width: 350rem;
    height: 80rem;
  }
}
.link-box.link-oval .link-tit {
  font-size: 24rem;
  letter-spacing: 0.05em;
  color: #00345f;
}
@media screen and (max-width: 767px) {
  .link-box.link-oval .link-tit {
    font-size: 20rem;
  }
}
.link-box.link-oval .link-ico {
  position: absolute;
  width: 24rem;
  right: 38rem;
}
@media screen and (max-width: 767px) {
  .link-box.link-oval .link-ico {
    position: relative;
    right: auto;
  }
}
.tit-box-main {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tit-box-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tit-box-main .tit .en {
  display: block;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 21rem;
  color: #0062b2;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .tit-box-main .tit .en {
    font-size: 16rem;
  }
}
.tit-box-main .tit .jp {
  display: block;
  font-size: 44rem;
  font-weight: 700;
  color: #00345f;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .tit-box-main .tit .jp {
    font-size: 28rem;
  }
  .tit-box-main .tit .jp span {
    display: inline-block;
  }
}
.tit-box-main .txt {
  font-size: 20rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.005em;
  text-align: center;
  margin: 24rem 0 0;
}
@media screen and (max-width: 767px) {
  .tit-box-main .txt {
    font-size: 16rem;
    margin: 12rem 0 0;
  }
  .tit-box-main .txt span {
    display: inline-block;
  }
}
.tit-box-main .astrrisk {
  font-size: 14rem;
  text-align: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .tit-box-main .astrrisk {
    font-size: 12rem;
    margin: 10rem 0 0;
  }
}
.tit-box-main.tit-logo .jp {
  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;
  gap: 5rem;
  line-height: 1;
  margin: 3rem 0 0;
}
.tit-box-main.tit-logo .logo {
  width: 315rem;
}
@media screen and (max-width: 767px) {
  .tit-box-main.tit-logo .logo {
    width: 180rem;
  }
}
.tit-box-main.tit-logo .logo img {
  width: 100%;
  height: auto;
}
.tit-box-main.tit-logo .logo-txt {
  padding-bottom: 5rem;
}
.tit-box-main.tit-wh .tit .jp {
  color: #fff;
}
.tit-box-main.tit-wh .tit .en {
  color: #fff;
}
.tit-box-main.tit-l {
  text-align: left;
}
.marker {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #e9ff26), to(#e9ff26));
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #e9ff26 50%, #e9ff26 100%);
}
.sup {
  font-size: 0.6em;
  vertical-align: super;
}
header {
  position: fixed;
  z-index: 900;
  top: 30rem;
  left: 0;
  width: 100%;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  header {
    top: 24px;
  }
}
header.show .link-scroll {
  width: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300rem;
  width: calc(100% - 40rem);
  height: 75rem;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
  padding: 0 40rem;
}
@media screen and (max-width: 767px) {
  .head-wrap {
    position: relative;
    z-index: 20;
    width: calc(100% - 32px);
    height: 60px;
    padding: 0 20px;
  }
  .head-wrap:before {
    position: absolute;
    z-index: 20;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 999px;
    top: 0;
    left: 0;
  }
}
.head-wrap .head-l {
  width: 277rem;
}
@media screen and (max-width: 767px) {
  .head-wrap .head-l {
    position: relative;
    z-index: 30;
    width: 138px;
  }
}
.head-wrap .head-l img {
  width: 100%;
  height: auto;
}
.head-wrap .head-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32rem;
}
@media screen and (max-width: 767px) {
  .head-wrap .head-r {
    gap: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .head-wrap .head-r nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 100%;
    background: #0062b2;
    padding-top: calc(72rem + 60px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .head-wrap .head-r nav.on {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .head-wrap .head-r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .head-wrap .head-r ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 36rem;
  }
}
.head-wrap .head-r .link-box.sp-ob {
  width: 350rem;
  margin: 36rem auto 0;
}
@media screen and (min-width: 768px) {
  .head-wrap .head-nav a:hover .link-tit {
    color: #0062b2;
  }
}
.head-wrap .head-nav .link-tit {
  font-size: 18rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .head-wrap .head-nav .link-tit {
    font-size: 24rem;
    color: #fff;
  }
}
.head-wrap .link-scroll {
  opacity: 0;
  visibility: hidden;
  width: 0;
  -webkit-transform: translate3d(0, 0, 1px);
          transform: translate3d(0, 0, 1px);
}
@media screen and (max-width: 767px) {
  .head-wrap .link-scroll {
    position: relative;
    z-index: 30;
  }
}
.head-wrap .link-scroll a {
  min-width: auto;
  width: 244rem;
  height: 56rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .head-wrap .link-scroll a {
    width: 130rem;
    height: 40rem;
    -webkit-filter: drop-shadow(0 3rem 0 #bac841);
            filter: drop-shadow(0 3rem 0 #bac841);
  }
}
.head-wrap .link-scroll .link-tit {
  font-size: 16rem;
}
@media screen and (max-width: 767px) {
  .head-wrap .link-scroll .link-tit {
    font-size: 14rem;
  }
}
.head-wrap .link-scroll .link-ico {
  position: relative;
  right: auto;
}
.head-wrap .head-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .head-wrap .head-btn {
    position: relative;
    z-index: 30;
    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;
    width: 24px;
    min-width: 0;
    aspect-ratio: 1;
  }
  .head-wrap .head-btn:hover {
    background: none;
  }
}
.head-wrap .head-btn-in {
  position: relative;
  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;
  width: 18px;
  min-width: 0;
  aspect-ratio: 18/12;
}
.head-wrap .head-btn-in:before,
.head-wrap .head-btn-in:after,
.head-wrap .head-btn-in span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.head-wrap .head-btn-in:before,
.head-wrap .head-btn-in:after {
  position: absolute;
  content: "";
}
.head-wrap .head-btn-in:before {
  top: 0;
}
.head-wrap .head-btn-in:after {
  bottom: 0;
}
.head-wrap .head-btn-in.on:before {
  top: 5px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.head-wrap .head-btn-in.on:after {
  bottom: 5px;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.head-wrap .head-btn-in.on span {
  opacity: 0;
}
.sec-main {
  background: #0062b2 url("../img/main-bg.webp") bottom center/auto 100px repeat-x;
  padding: 80rem 30rem 100px;
}
@media screen and (max-width: 767px) {
  .sec-main {
    padding: 56rem 16rem 80px;
    background-size: auto 60px;
  }
}
.sec-main .main-head {
  position: relative;
  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;
}
.sec-main .main-slide-wrap {
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 9999px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-main .main-slide-wrap {
    max-width: 580px;
    width: 100%;
  }
}
.sec-main .main-slide-wrap:after {
  position: absolute;
  z-index: 20;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border: 20px solid #e9ff26;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-slide-wrap:after {
    border-width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec-main .main-slide-wrap aside {
    aspect-ratio: 716/1330;
    background: #0062b2;
  }
  .sec-main .main-slide-wrap aside img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.sec-main .main-slide-wrap img {
  width: 100%;
  height: auto;
}
.sec-main .main-box {
  position: absolute;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box {
    margin-top: 120rem;
  }
}
.sec-main .main-box .main-ico {
  position: absolute;
  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;
  width: 118rem;
  height: 118rem;
  border: 2px dashed #fff;
  background: rgba(0,0,0,0.06);
  border-radius: 50%;
  top: -30rem;
  right: -150rem;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .main-ico {
    width: 86rem;
    height: 86rem;
    top: -86rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.sec-main .main-box .main-ico-in span {
  display: block;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sec-main .main-box .main-ico-in .big {
  font-size: 19.4rem;
  font-weight: 900;
  color: #e9ff26;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .main-ico-in .big {
    font-size: 14rem;
  }
}
.sec-main .main-box .main-ico-in .sml {
  font-size: 14.87rem;
  font-weight: 900;
  color: #fff;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .main-ico-in .sml {
    font-size: 12rem;
    margin: 5rem 0 0;
  }
}
.sec-main .main-box .tit {
  font-size: 64rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .tit {
    font-size: 40rem;
  }
}
.sec-main .main-box .sub {
  font-size: 24rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin: 24rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .sub {
    font-size: 16rem;
    margin: 12rem 0 0;
  }
}
.sec-main .main-box .link-box-wrap {
  margin: 40rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-box .link-box a {
    width: 256rem;
    min-width: auto;
    height: 64rem;
  }
  .sec-main .main-box .link-box .link-tit {
    font-size: 16rem;
  }
  .sec-main .main-box .link-box .link-ico {
    position: relative;
    right: auto;
    width: 24rem;
  }
}
.sec-main .main-body {
  margin: 70rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body {
    margin: 60rem 0 0;
  }
}
.sec-main .main-body .txt-box .tit {
  font-size: 44rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.012em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .txt-box .tit {
    font-size: 28rem;
  }
}
.sec-main .main-body .txt-box .logo {
  display: inline-block;
  width: 332rem;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .txt-box .logo {
    width: 180rem;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
.sec-main .main-body .txt-box .logo img {
  width: 100%;
  height: auto;
}
.sec-main .main-body .txt-box .txt {
  font-size: 24rem;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.017em;
  text-align: center;
  margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .txt-box .txt {
    font-size: 18rem;
  }
}
.sec-main .main-body .ico-box {
  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;
  gap: 24rem;
  margin: 52rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .ico-box {
    gap: 12rem;
    max-width: 580px;
    margin: 46rem auto 0;
  }
}
.sec-main .main-body .ico-box .ico {
  width: 190rem;
}
.sec-main .main-body .ico-box .ico img {
  width: 100%;
  height: auto;
}
.sec-main .main-body .note-box {
  margin: 20rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .note-box {
    max-width: 580px;
    margin: 20rem auto 0;
  }
}
.sec-main .main-body .note-box .txt {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-main .main-body .note-box .txt {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-main .main-body .note-box a {
  color: #fff;
  text-decoration: underline;
}
.sec-feature .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  margin: 64rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60rem;
  }
}
.sec-feature .feature-box article {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 40rem 32rem;
}
.sec-feature .feature-box .num {
  position: absolute;
  top: -23rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  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;
  width: 80rem;
  height: 46rem;
  background: #0062b2;
  border-radius: 999px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-box .num {
    width: 58rem;
    height: 33rem;
    top: -17rem;
  }
}
.sec-feature .feature-box .num span {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-box .num span {
    font-size: 18rem;
  }
}
.sec-feature .feature-box .img-box {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
.sec-feature .feature-box .img-box img {
  width: 100%;
  height: auto;
}
.sec-feature .feature-box .tit {
  font-size: 24rem;
  font-weight: 700;
  color: #0062b2;
  line-height: 1.4;
  letter-spacing: 0.004em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-box .tit {
    font-size: 22rem;
  }
}
.sec-feature .feature-box .txt {
  font-size: 18rem;
  color: #1e1e1e;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-feature .feature-box .txt {
    font-size: 14rem;
  }
}
.sec-merits {
  overflow: hidden;
}
.merit-box-wrap {
  padding: 80rem 0 80rem 60rem;
  margin: 64rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit-box-wrap {
    padding: 40rem 0 40rem 16rem;
    margin: 40rem 0 0;
  }
}
.merit-box-wrap:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  border-radius: 60px 0 0 60px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .merit-box-wrap:before {
    border-radius: 30px 0 0 30px;
  }
}
.merit-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
}
@media screen and (max-width: 767px) {
  .merit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.merit-box article {
  width: 100%;
}
.merit-box .tit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
.merit-box .tit-box .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 58rem;
  height: 33rem;
  background: #0062b2;
  border-radius: 999px;
  font-size: 0;
}
.merit-box .tit-box .num span {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 19rem;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .merit-box .tit-box .num span {
    font-size: 18rem;
  }
}
.merit-box .tit-box .tit {
  font-size: 28rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .merit-box .tit-box .tit {
    font-size: 22rem;
    line-height: 1.5;
  }
}
.merit-box .txt {
  font-size: 18rem;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .merit-box .txt {
    font-size: 14rem;
    line-height: 2;
    margin: 8rem 0 0;
  }
}
.merit-box .img-box {
  border-radius: 16px;
  overflow: hidden;
  margin: 32rem 0 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .merit-box .img-box {
    margin: 16rem 0 0;
  }
}
.merit-box .img-box img {
  width: 100%;
  height: auto;
}
.merit-what {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32rem;
  background: #f4f8fc;
  padding: 54rem 48rem;
  border-radius: 16px;
  margin: 40rem 0 0;
}
@media screen and (max-width: 767px) {
  .merit-what {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40rem 16rem;
  }
}
.merit-what .txt-box .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.merit-what .txt-box .balloon span {
  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;
  height: 58rem;
  padding: 0 24rem;
  background: #0062b2;
  border-radius: 999px;
  font-size: 20rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.005em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit-what .txt-box .balloon span {
    height: 44rem;
    font-size: 16rem;
  }
}
.merit-what .txt-box .balloon span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px;
  border-color: transparent;
  border-top-color: #0062b2;
  top: 100%;
}
.merit-what .txt-box .tit {
  font-size: 26rem;
  color: #0062b2;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.003em;
  margin: 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .merit-what .txt-box .tit {
    font-size: 22rem;
  }
}
.merit-what .txt-box .txt {
  font-size: 18rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .merit-what .txt-box .txt {
    font-size: 16rem;
  }
}
.merit-what .img-box {
  width: 438rem;
}
@media screen and (max-width: 767px) {
  .merit-what .img-box {
    width: 100%;
  }
}
.plan-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56rem;
  max-width: 1032rem;
  margin: 56rem auto 0;
}
@media screen and (max-width: 767px) {
  .plan-box {
    margin-top: 40rem;
  }
}
.plan-box article {
  border-top: 9px solid;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.059);
          box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.059);
  padding: 48rem 40rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .plan-box article {
    border-radius: 16px;
    padding: 40rem 16rem;
  }
}
.plan-box .plan-set {
  border-color: #0062b2;
}
.plan-box .plan-solar {
  border-color: #46a198;
}
.plan-set-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60rem;
}
@media screen and (max-width: 767px) {
  .plan-set-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24rem;
  }
}
.plan-set-head .txt-box {
  width: 476rem;
}
@media screen and (max-width: 767px) {
  .plan-set-head .txt-box {
    width: 100%;
  }
}
.plan-set-head .img-box {
  width: 400rem;
}
@media screen and (max-width: 767px) {
  .plan-set-head .img-box {
    width: 100%;
    max-width: 400px;
  }
}
.plan-set-head .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-set-head .sub span {
  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;
  min-height: 45rem;
  padding: 0 24rem;
  background: #e9ff26;
  border-radius: 8px;
  font-size: 16rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .plan-set-head .sub span {
    line-height: 1.5;
    padding: 6rem 16rem;
  }
}
.plan-set-head .tit {
  font-size: 33rem;
  font-weight: 700;
  color: #0062b2;
  line-height: 1.5;
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .plan-set-head .tit {
    font-size: 26rem;
    margin: 16rem 0 0;
  }
}
.plan-set-head .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  font-size: 18rem;
  font-weight: 500;
  color: #333;
  line-height: 1.94;
}
@media screen and (max-width: 767px) {
  .plan-set-head .price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 14rem;
    line-height: 1;
    margin: 12rem 0 0;
  }
}
.plan-set-head .price .big {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40rem;
  color: #0062b2;
}
@media screen and (max-width: 767px) {
  .plan-set-head .price .big {
    font-size: 32rem;
    font-weight: 700;
  }
}
.plan-set-head .price .sml {
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .plan-set-head .price .sml {
    font-size: 12rem;
  }
}
.plan-set-head .txt {
  font-size: 16rem;
  color: #333;
  line-height: 1.69;
  letter-spacing: -0.024em;
}
@media screen and (max-width: 767px) {
  .plan-set-head .txt {
    font-size: 14rem;
    line-height: 2;
    margin: 16rem 0 0;
  }
}
.plan-set-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f8fc;
  border-radius: 16px;
  overflow: hidden;
  margin: 40rem 0 0;
}
@media screen and (max-width: 767px) {
  .plan-set-body {
    display: block;
  }
}
.plan-set-body .tit-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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;
  gap: 14rem;
  width: 220rem;
  height: 100rem;
  background: #0062b2;
}
@media screen and (max-width: 767px) {
  .plan-set-body .tit-box {
    gap: 10rem;
    width: 100%;
    height: auto;
    padding: 16rem;
  }
}
.plan-set-body .tit-box:before {
  position: absolute;
  content: "";
  width: 20rem;
  height: 100%;
  background: #0062b2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  left: 100%;
}
.plan-set-body .tit-box .ico {
  width: 37rem;
  min-width: 0;
  aspect-ratio: 1;
  background: url("../img/ico-light-wh.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .plan-set-body .tit-box .ico {
    width: 26rem;
  }
}
.plan-set-body .tit-box .tit {
  font-size: 16rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.plan-set-body .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem 50rem;
  padding: 0 50rem;
}
@media screen and (max-width: 767px) {
  .plan-set-body .txt-box {
    padding: 24rem 16rem;
  }
}
.plan-set-body .txt-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  min-width: 216rem;
  font-size: 16rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .plan-set-body .txt-box li {
    font-size: 14rem;
  }
}
.plan-set-body .txt-box li:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  min-width: 0;
  aspect-ratio: 1;
  background: url("../img/ico-check-bl.svg") center/contain no-repeat;
}
.plan-set-foot-wrap {
  border: 6px solid #e6f2ff;
  border-radius: 16px;
  padding: 34rem;
  margin: 40rem 0 0;
}
@media screen and (max-width: 767px) {
  .plan-set-foot-wrap {
    padding: 24rem 16rem;
  }
}
.plan-set-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40rem;
}
@media screen and (max-width: 767px) {
  .plan-set-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36rem;
  }
}
.plan-set-foot .img-01 {
  position: relative;
  width: 436rem;
}
@media screen and (max-width: 767px) {
  .plan-set-foot .img-01 {
    width: 100%;
  }
}
.plan-set-foot .img-01:after {
  position: absolute;
  content: "※電気代のみの比較です。月額サービス利用料は別途かかります。";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  color: #333;
  top: 100%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .plan-set-foot .img-01:after {
    font-size: clamp(9px, 10rem, 10px);
  }
}
.plan-set-foot .img-02 {
  width: 396rem;
}
@media screen and (max-width: 767px) {
  .plan-set-foot .img-02 {
    width: 100%;
  }
}
.plan-set-accordion dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan-set-accordion dt .txt {
  position: relative;
  color: #999;
  padding-left: 16rem;
  text-decoration: underline;
}
.plan-set-accordion dt .txt:before {
  content: "▼";
  position: absolute;
  left: 0;
}
.plan-set-accordion .txt {
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .plan-set-accordion .txt {
    font-size: 12rem;
    line-height: 2;
  }
}
.plan-solar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
}
@media screen and (max-width: 767px) {
  .plan-solar {
    display: block;
  }
}
.plan-solar .tit-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plan-solar .tit-box .tit {
  font-size: 32rem;
  font-weight: 700;
  color: #46a198;
  letter-spacing: 0.003em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .plan-solar .tit-box .tit {
    font-size: 24rem;
  }
}
.plan-solar .tit-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  font-size: 18rem;
  font-weight: 500;
  color: #333;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .plan-solar .tit-box .price {
    font-size: 14rem;
  }
}
.plan-solar .tit-box .price .big {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 40rem;
  color: #46a198;
}
@media screen and (max-width: 767px) {
  .plan-solar .tit-box .price .big {
    font-size: 32rem;
  }
}
.plan-solar .tit-box .price .sml {
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .plan-solar .txt-box {
    margin: 16rem 0 0;
  }
}
.plan-solar .txt-box .txt {
  font-size: 16rem;
  color: #333;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .plan-solar .txt-box .txt {
    font-size: 14rem;
    line-height: 2;
  }
}
.sec-bnr {
  overflow: hidden;
  background: #0062b2;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-bnr {
    padding: 0;
  }
}
.sec-bnr .bnr-box-wrap {
  position: relative;
  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;
  height: 490rem;
  max-width: 1440rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box-wrap {
    width: 100%;
    height: auto;
    padding: 60rem 16rem 80rem;
  }
}
.sec-bnr .bnr-box-wrap:before,
.sec-bnr .bnr-box-wrap:after {
  position: absolute;
  content: "";
  min-width: 0;
  aspect-ratio: 1;
  border: 35px solid #fff;
  border-radius: 50%;
  opacity: 0.24;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box-wrap:before,
  .sec-bnr .bnr-box-wrap:after {
    border-width: 18px;
  }
}
.sec-bnr .bnr-box-wrap:before {
  width: 430rem;
  top: -60rem;
  left: -180rem;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box-wrap:before {
    width: 226rem;
    left: -90rem;
  }
}
.sec-bnr .bnr-box-wrap:after {
  width: 624rem;
  bottom: -254rem;
  right: -215rem;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box-wrap:after {
    width: 340rem;
    bottom: -100rem;
    right: -180rem;
  }
}
.sec-bnr .ico {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .sec-bnr .ico {
    display: none;
  }
}
.sec-bnr .ico.ico-l {
  width: 372rem;
  min-width: 0;
  aspect-ratio: 744/908;
  background: url("../img/bnr-ico-l.webp") bottom center/contain no-repeat;
  bottom: 0;
  left: -70rem;
}
.sec-bnr .ico.ico-r {
  width: 347rem;
  min-width: 0;
  aspect-ratio: 694/906;
  background: url("../img/bnr-ico-r.webp") bottom center/contain no-repeat;
  top: 0;
  right: -70rem;
}
.sec-bnr .bnr-box {
  position: relative;
  z-index: 30;
}
.sec-bnr .bnr-box .tit {
  font-size: 42rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box .tit {
    font-size: 32rem;
    line-height: 1.5;
  }
  .sec-bnr .bnr-box .tit span {
    display: inline-block;
  }
}
.sec-bnr .bnr-box .txt {
  font-size: 24rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin: 16rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box .txt {
    font-size: 18rem;
    margin: 16rem 0 0;
  }
  .sec-bnr .bnr-box .txt span {
    display: inline-block;
  }
}
.sec-bnr .bnr-box .txt .num {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 32rem;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box .txt .num {
    font-size: 30rem;
  }
}
.sec-bnr .bnr-box .sml {
  font-size: 12rem;
  color: #fff;
  text-align: center;
  margin: 5rem 0 0;
}
.sec-bnr .bnr-box .link-box-wrap {
  margin: 24rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-bnr .bnr-box .link-box-wrap {
    margin: 32rem 0 0;
  }
}
.example-box {
  position: relative;
  padding: 40rem 56rem;
  border-radius: 0 60px 60px 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .example-box {
    padding: 32rem 16rem;
    border-radius: 0 30px 30px 30px;
  }
}
.example-box .cat {
  position: absolute;
  top: 0;
  left: 0;
}
.example-box .cat span {
  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;
  gap: 7rem;
  height: 51rem;
  padding: 0 24rem;
  background: #0062b2;
  border-radius: 0 0 20px 0;
  font-size: 18rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.003em;
}
@media screen and (max-width: 767px) {
  .example-box .cat span {
    font-size: 16rem;
    height: 42rem;
    padding: 0 16rem;
  }
}
.example-box .cat span:before {
  content: "";
  width: 18rem;
  min-width: 0;
  aspect-ratio: 18/21;
  background: url("../img/ico-pin-wh.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .example-box .cat span:before {
    width: 14rem;
  }
}
.example-box .example-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .example-box .example-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.example-box .example-head .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 470rem;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .example-box .example-head .img-box {
    width: 100%;
  }
}
.example-box .example-head .txt-box {
  padding: 0 40rem;
}
@media screen and (max-width: 767px) {
  .example-box .example-head .txt-box {
    padding: 0;
    margin: 16rem 0 0;
  }
}
.example-box .example-head .tit {
  font-size: 30rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.003em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .example-box .example-head .tit {
    font-size: 22rem;
  }
}
.example-box .example-head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  background: #f5f5f5;
  padding: 16rem;
  border-radius: 10px;
  margin: 24rem 0 0;
}
@media screen and (max-width: 767px) {
  .example-box .example-head ul {
    margin: 16rem 0 0;
  }
}
.example-box .example-head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15rem;
  font-size: 18rem;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .example-box .example-head li {
    font-size: 16rem;
  }
}
.example-box .example-head li:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  min-width: 0;
  aspect-ratio: 1;
  background: url("../img/ico-check-bl.svg") center/contain no-repeat;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}
.example-box .example-body {
  margin: 32rem 0 0;
}
@media screen and (max-width: 767px) {
  .example-box .example-body {
    margin: 16rem 0 0;
  }
}
.example-box .example-body .txt {
  font-size: 18rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .example-box .example-body .txt {
    font-size: 14rem;
    line-height: 2;
  }
}
.example-box .example-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 16rem 0 0;
}
.example-box .example-foot .modal-sw {
  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;
  gap: 12px;
  min-width: 345rem;
  height: 60rem;
  border: 2px solid #0062b2;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .example-box .example-foot .modal-sw:hover {
    background: #0062b2;
  }
  .example-box .example-foot .modal-sw:hover .sw-tit {
    color: #fff;
  }
  .example-box .example-foot .modal-sw:hover .sw-ico:before {
    opacity: 1;
  }
  .example-box .example-foot .modal-sw:hover .sw-ico:after {
    opacity: 0;
  }
}
.example-box .example-foot .modal-sw .sw-tit {
  font-size: 18rem;
  font-weight: 700;
  color: #0062b2;
  padding: 0 0 3rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.example-box .example-foot .modal-sw .sw-ico {
  position: relative;
  width: 20rem;
  min-width: 0;
  aspect-ratio: 1/1;
}
.example-box .example-foot .modal-sw .sw-ico:before,
.example-box .example-foot .modal-sw .sw-ico:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.example-box .example-foot .modal-sw .sw-ico:before {
  background: url("../img/ico-arrow-01-wh.svg") center/cover no-repeat;
  opacity: 0;
}
.example-box .example-foot .modal-sw .sw-ico:after {
  background: url("../img/ico-arrow-01-bl.svg") center/cover no-repeat;
  opacity: 1;
}
.sec-voice {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.sec-voice .tit-box {
  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;
  gap: 30rem;
}
@media screen and (max-width: 767px) {
  .sec-voice .tit-box {
    gap: 16rem;
    padding: 0 32rem;
  }
}
.sec-voice .tit-box:before,
.sec-voice .tit-box:after {
  content: "";
  width: 2px;
  height: 44rem;
  background: #333;
}
.sec-voice .tit-box:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.sec-voice .tit-box:after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sec-voice .tit-box .tit {
  font-size: 28rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.003em;
  padding-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .sec-voice .tit-box .tit {
    font-size: 18rem;
    line-height: 1.5;
    text-align: center;
  }
}
.sec-voice .tit-box .tit .big {
  font-size: 38rem;
}
@media screen and (max-width: 767px) {
  .sec-voice .tit-box .tit .big {
    font-size: 24rem;
  }
}
.sec-voice .tit-box .tit .blue {
  color: #0062b2;
}
@media screen and (max-width: 767px) {
  .sec-voice .tit-box .tit .sp-txt {
    display: inline-block;
  }
}
.voice-slide {
  margin: 56rem 0 0;
}
@media screen and (max-width: 767px) {
  .voice-slide {
    margin: 30rem 0 0;
  }
}
.voice-slide article {
  margin: 0 12rem;
  padding-bottom: 4px;
}
.voice-box {
  width: 604rem;
  background: #fff;
  padding: 32rem 40rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.06);
          box-shadow: 0px 3px 4px rgba(0,0,0,0.06);
}
@media screen and (max-width: 767px) {
  .voice-box {
    width: calc(100vw - 32rem);
    max-width: 420px;
    padding: 16rem;
    border-radius: 10px;
  }
}
.voice-box .voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  position: relative;
}
.voice-box .voice-head:before {
  position: absolute;
  content: "";
  width: 8rem;
  min-width: 0;
  aspect-ratio: 8/13;
  background: url("../img/ico-arrow-02-bk.svg") center/contain no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.voice-box .voice-head .img-box {
  width: 240rem;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-head .img-box {
    width: calc(50% - 10rem);
  }
}
.voice-box .voice-head .img-tit {
  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;
  height: 30rem;
  background: #0062b2;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-head .img-tit {
    font-size: 14rem;
  }
}
.voice-box .voice-head .img {
  aspect-ratio: 240/135;
}
.voice-box .voice-head .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-box .voice-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24rem;
  margin: 24rem 0 0;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body {
    gap: 16rem;
    margin: 16rem 0 0;
  }
}
.voice-box .voice-body .txt-l-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 100rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-l-wrap {
    width: 84rem;
  }
}
.voice-box .voice-body .txt-l-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #e6f2ff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-l-wrap:before {
    border-width: 4px;
  }
}
.voice-box .voice-body .txt-l {
  font-size: 16rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-l {
    font-size: 14rem;
  }
}
.voice-box .voice-body .txt-l span {
  font-size: 24rem;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-l span {
    font-size: 22rem;
  }
}
.voice-box .voice-body .txt-r .tit {
  font-size: 28rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.003em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-r .tit {
    font-size: 18rem;
  }
}
.voice-box .voice-body .txt-r .tit span {
  font-size: 35rem;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-r .tit span {
    font-size: 26rem;
  }
}
.voice-box .voice-body .txt-r .txt {
  font-size: 20rem;
  color: #666;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .voice-box .voice-body .txt-r .txt {
    font-size: 14rem;
    line-height: 1.5;
  }
  .voice-box .voice-body .txt-r .txt span {
    display: inline-block;
  }
}
.sec-service .tit-box .tit {
  font-size: 44rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.011em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-service .tit-box .tit {
    font-size: 26rem;
  }
  .sec-service .tit-box .tit span {
    display: inline-block;
  }
}
.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24rem;
  max-width: 1104rem;
  margin: 56rem auto 0;
}
@media screen and (max-width: 767px) {
  .service-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service-box article {
  width: calc(50% - 12rem);
  border-radius: 30px;
  background: #fff;
  padding: 32rem;
}
@media screen and (max-width: 767px) {
  .service-box article {
    width: 100%;
    padding: 30rem 16rem;
    border-radius: 16px;
  }
}
.service-box .img-box {
  border-radius: 16px;
  overflow: hidden;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .service-box .img-box {
    border-radius: 10px;
  }
}
.service-box .txt-box {
  margin: 32rem 0 0;
}
@media screen and (max-width: 767px) {
  .service-box .txt-box {
    margin: 16rem 0 0;
  }
}
.service-box .txt-box .tit {
  font-size: 28rem;
  font-weight: 700;
  color: #0062b2;
  line-height: 1.5;
  letter-spacing: 0.003em;
}
@media screen and (max-width: 767px) {
  .service-box .txt-box .tit {
    font-size: 22rem;
  }
}
.service-box .txt-box .txt {
  font-size: 16rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .service-box .txt-box .txt {
    font-size: 14rem;
    line-height: 2;
  }
}
.service-box .txt-box .txt span {
  font-size: 12rem;
}
.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  margin: 78rem 0 0;
}
@media screen and (max-width: 767px) {
  .flow-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 68rem;
    margin: 60rem 0 0;
  }
}
.flow-box li {
  position: relative;
  width: calc((100% - 160rem) / 5);
  background: #f4f8fc;
  padding: 40rem 16rem 52rem;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 4px rgba(67,80,91,0.14);
          box-shadow: 0px 3px 4px rgba(67,80,91,0.14);
}
@media screen and (max-width: 767px) {
  .flow-box li {
    width: 100%;
    padding: 40rem 16rem 30rem;
    border-radius: 16px;
  }
}
.flow-box li:after {
  position: absolute;
  content: "";
  width: 12rem;
  min-width: 0;
  aspect-ratio: 12/21;
  background: url("../img/ico-arrow-02-bl.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: -26rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .flow-box li:after {
    top: auto;
    bottom: -36rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.flow-box li:nth-last-of-type(1):after {
  display: none;
}
.flow-box .num {
  position: absolute;
  top: -23rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow-box .num {
    top: -19rem;
  }
}
.flow-box .num span {
  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;
  height: 45rem;
  padding: 0 26rem;
  background: #e9ff26;
  border-radius: 999px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 22rem;
  color: #333;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .flow-box .num span {
    height: 38rem;
    font-size: 18rem;
  }
}
.flow-box .tit {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 60rem;
  font-size: 20rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow-box .tit {
    font-size: 18rem;
    min-height: auto;
  }
}
.flow-box .txt {
  font-size: 16rem;
  color: #333;
  letter-spacing: 0.003em;
  line-height: 1.5;
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .flow-box .txt {
    font-size: 14rem;
    line-height: 2;
  }
}
.faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16rem;
  margin: 56rem 0 0;
}
@media screen and (max-width: 767px) {
  .faq-box {
    margin: 40rem 0 0;
  }
}
.faq-box .accordion-sw {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 3px 4px rgba(0,0,0,0.06);
          box-shadow: 0px 3px 4px rgba(0,0,0,0.06);
  padding: 24rem 40rem;
}
@media screen and (max-width: 767px) {
  .faq-box .accordion-sw {
    padding: 24rem 16rem;
  }
}
.faq-box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .faq-box dt {
    gap: 16rem;
  }
}
.faq-box dt .ico-q {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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;
  width: 30rem;
  min-width: 0;
  aspect-ratio: 1;
  background: #0062b2;
  border-radius: 50%;
}
.faq-box dt .ico-q:before {
  content: "Q";
  position: absolute;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17rem;
  color: #fff;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .faq-box dt .ico-q:before {
    font-size: 16rem;
    padding: 0;
  }
}
.faq-box dt .tit {
  font-size: 20rem;
  font-weight: 700;
  color: #0062b2;
  line-height: 1.5;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .faq-box dt .tit {
    font-size: 18rem;
  }
}
.faq-box dt .ico-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12rem;
  min-width: 0;
  aspect-ratio: 12/21;
  background: url("../img/ico-arrow-02-bl.svg") center/contain no-repeat;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .faq-box dt .ico-arrow {
    width: 10rem;
  }
}
.faq-box dd {
  margin: 22rem 0 0;
}
.faq-box dd .txt {
  font-size: 18rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  padding: 0 40rem;
}
@media screen and (max-width: 767px) {
  .faq-box dd .txt {
    padding: 0;
    font-size: 14rem;
    line-height: 2;
  }
}
.faq-box dd .txt.sml {
  font-size: 14rem;
}
@media screen and (max-width: 767px) {
  .faq-box dd .txt.sml {
    font-size: 12rem;
  }
}
.faq-box dd .txt + .txt {
  margin: 2em 0 0;
}
.faq-box .on dt .ico-arrow {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.txt-link {
  color: #0062b2;
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .txt-link:hover {
    opacity: 0.7;
  }
}
.bg-foot {
  background: url("../img/bg-foot.webp") bottom center/cover no-repeat;
}
.sec-about .txt-box {
  margin: 80rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-about .txt-box {
    margin: 40rem 0 0;
  }
}
.sec-about .txt-box .txt {
  font-size: 21rem;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-about .txt-box .txt {
    font-size: 16rem;
  }
}
.sec-about .txt-box .txt + .txt {
  margin: 2em 0 0;
}
.sec-about .logo-box {
  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;
  width: 713rem;
  height: 191rem;
  background: #fff;
  border-radius: 16px;
  padding-left: 20rem;
  margin: 60rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-about .logo-box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 24rem 16rem;
    margin-top: 40rem;
  }
}
.sec-about .logo {
  width: 513rem;
}
.sec-about .logo img {
  width: 100%;
  height: auto;
}
.sec-news {
  padding-top: 0;
  overflow: hidden;
}
.sec-news .tit-box .tit {
  font-size: 36rem;
  font-weight: 700;
  color: #00345f;
}
@media screen and (max-width: 767px) {
  .sec-news .tit-box .tit {
    font-size: 24rem;
  }
}
.news-slide-wrap {
  width: 100vw;
  margin: 32rem 0 0;
}
.news-slide article {
  margin-right: 24rem;
}
@media screen and (max-width: 767px) {
  .news-slide article {
    margin-right: 16rem;
  }
}
.news-box {
  width: 320rem;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .news-box:hover {
    opacity: 0.7;
  }
  .news-box:hover .img-box img {
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
            transform: scale(1.1) translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 767px) {
  .news-box {
    width: calc(100vw - 80rem);
    max-width: 320rem;
  }
}
.news-box .img-box {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 32/18;
}
@media screen and (max-width: 767px) {
  .news-box .img-box {
    border-radius: 10px;
  }
}
.news-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-box .txt-box {
  margin: 12rem 0 0;
}
.news-box .data {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15rem;
  color: #0062b2;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .news-box .data {
    font-size: 14rem;
  }
}
.news-box .tit {
  font-size: 20rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.005em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .news-box .tit {
    font-size: 18rem;
  }
}
.slide-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
  margin: 32rem 0 0;
}
.slide-indicator .slick-arrow {
  position: relative;
  width: 30rem;
  height: 30rem;
  padding: 0;
  margin: 0;
  font-size: 0;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .slide-indicator .slick-arrow:hover:before {
    opacity: 0;
  }
  .slide-indicator .slick-arrow:hover:after {
    opacity: 1;
  }
}
.slide-indicator .slick-arrow:before,
.slide-indicator .slick-arrow:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slide-indicator .slick-arrow:before {
  background: url("../img/ico-arrow-01-bl.svg") center/contain no-repeat;
  opacity: 1;
}
.slide-indicator .slick-arrow:after {
  background: url("../img/ico-arrow-01-yl.svg") center/contain no-repeat;
  opacity: 0;
}
.slide-indicator .slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
footer {
  background: #333;
  padding: 80rem 50rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50rem 16rem;
  }
}
footer .foot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1300rem;
  margin: 0 auto;
  padding: 0 0 50rem;
  border-bottom: 1px solid #555;
}
@media screen and (max-width: 767px) {
  footer .foot-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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 32rem;
  }
}
footer .foot-l .tit {
  font-size: 24rem;
  font-weight: 700;
}
footer .foot-l .foot-nav-wrap {
  gap: 12rem;
  margin: 30rem 0 0;
}
@media screen and (max-width: 767px) {
  footer .foot-l .foot-nav-wrap {
    margin: 24rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  footer .foot-c {
    margin: 32rem 0 0;
  }
}
footer .foot-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18rem;
}
@media screen and (max-width: 767px) {
  footer .foot-nav-wrap {
    gap: 12rem;
  }
}
@media screen and (min-width: 768px) {
  footer .foot-nav a:hover span {
    color: #0062b2;
  }
}
footer .foot-nav span {
  font-size: 16rem;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .foot-r {
  width: 402rem;
}
@media screen and (max-width: 767px) {
  footer .foot-r {
    width: 100%;
    max-width: 402rem;
    margin: 32rem 0 0;
  }
}
footer .foot-r img {
  width: 100%;
  height: auto;
}
footer .copy {
  font-size: 16rem;
  color: #999;
  text-align: center;
  margin: 50rem 0 0;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 14rem;
    margin: 32rem 0 0;
  }
}
.modal-wrap {
  position: fixed;
  z-index: 9999;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 30rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .modal-wrap {
    padding: 0 16rem;
  }
}
.modal-wrap.on {
  opacity: 1;
  visibility: visible;
}
.modal-wrap .modal-close {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.27;
  top: 0;
  left: 0;
}
.modal-wrap .modal-close-btn {
  position: absolute;
  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;
  width: 42rem;
  min-width: 0;
  aspect-ratio: 1;
  top: -62rem;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-close-btn:hover:before,
  .modal-wrap .modal-close-btn:hover:after {
    background: #0062b2;
  }
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-close-btn {
    width: 32rem;
    top: -42rem;
  }
}
.modal-wrap .modal-close-btn:before,
.modal-wrap .modal-close-btn:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal-wrap .modal-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-wrap .modal-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-wrap .modal-box-wrap {
  position: relative;
  max-width: 1000rem;
  width: 100%;
  height: 80svh;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-box-wrap {
    height: calc(100svh - 160rem);
  }
}
.modal-wrap .modal-box-wrap .modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 64rem;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-box-wrap .modal-box {
    border-radius: 10px;
    padding: 32rem 16rem;
  }
}
.modal-wrap .modal-box-wrap .modal-box.on {
  display: block;
}
.modal-wrap .modal-box-wrap .modal-box.example-box {
  border-radius: 0 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-box-wrap .modal-box.example-box {
    border-radius: 0 10px 10px 10px;
  }
}
.modal-wrap .modal-close-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32rem 0 0;
}
.modal-wrap .modal-close-txt {
  font-size: 14rem;
  color: #4a5565;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .modal-wrap .modal-close-txt:hover {
    color: #0062b2;
  }
}
.modal-wrap .example-box .example-head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32rem;
}
@media screen and (max-width: 767px) {
  .modal-wrap .example-box .example-head {
    gap: 0;
  }
}
.modal-wrap .example-box .example-head .img-box {
  width: 420rem;
}
@media screen and (max-width: 767px) {
  .modal-wrap .example-box .example-head .img-box {
    width: 100%;
  }
}
.modal-wrap .example-box .example-head .txt-box {
  padding: 0;
}
.modal-wrap .modal-news .data {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20rem;
  color: #0062b2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-news .data {
    font-size: 16rem;
  }
}
.modal-wrap .modal-news .tit {
  font-size: 31rem;
  font-weight: 700;
  color: #0062b2;
  letter-spacing: 0.003em;
  line-height: 1.5;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-news .tit {
    font-size: 24rem;
  }
}
.modal-wrap .modal-news .news-body {
  font-size: 18rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin: 32rem 0 0;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-news .news-body {
    font-size: 14rem;
    line-height: 2;
    margin: 16rem 0 0;
  }
}
.modal-wrap .modal-news .news-body > * + * {
  margin: 2em 0 0;
}
.modal-wrap .modal-news .news-body a {
  color: #0062b2;
  text-decoration: underline;
}
#jr-ex {
  font-size: 62.5%;
}
#jr-ex body {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#jr-ex header {
  top: 3rem;
}
@media screen and (max-width: 767px) {
  #jr-ex header {
    top: 24px;
  }
}
#jr-ex .head-wrap {
  max-width: 130rem;
  width: calc(100% - 4rem);
  height: 7.5rem;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap {
    width: calc(100% - 32px);
    height: 60px;
    padding: 0 20px;
  }
}
#jr-ex .head-wrap .head-l {
  width: 27.7rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .head-l {
    width: 138px;
  }
}
#jr-ex .head-wrap .head-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .head-r {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .head-r nav {
    padding-top: calc(7.2rem + 60px);
  }
}
@media screen and (min-width: 768px) {
  #jr-ex .head-wrap .head-r ul {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .head-r ul {
    gap: 3.6rem;
  }
}
#jr-ex .head-wrap .head-r .link-box.sp-ob {
  width: 35rem;
  margin: 3.6rem auto 0;
}
#jr-ex .head-wrap .head-nav .link-tit {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .head-nav .link-tit {
    font-size: 2.4rem;
  }
}
#jr-ex .head-wrap .link-scroll a {
  min-width: auto;
  width: 24.4rem;
  height: 5.6rem;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .link-scroll a {
    width: 13rem;
    height: 4rem;
    -webkit-filter: drop-shadow(0 0.3rem 0 #bac841);
            filter: drop-shadow(0 0.3rem 0 #bac841);
  }
}
#jr-ex .head-wrap .link-scroll .link-tit {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .head-wrap .link-scroll .link-tit {
    font-size: 1.4rem;
  }
}
#jr-ex footer {
  padding: 8rem 5rem;
}
@media screen and (max-width: 767px) {
  #jr-ex footer {
    padding: 5rem 1.6rem;
  }
}
#jr-ex footer .foot-wrap {
  max-width: 130rem;
  padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  #jr-ex footer .foot-wrap {
    padding: 0 0 3.2rem;
  }
}
#jr-ex footer .foot-l .tit {
  font-size: 2.4rem;
}
#jr-ex footer .foot-l .foot-nav-wrap {
  gap: 1.2rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  #jr-ex footer .foot-l .foot-nav-wrap {
    margin: 2.4rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #jr-ex footer .foot-c {
    margin: 3.2rem 0 0;
  }
}
#jr-ex footer .foot-nav-wrap {
  gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  #jr-ex footer .foot-nav-wrap {
    gap: 1.2rem;
  }
}
#jr-ex footer .foot-nav span {
  font-size: 1.6rem;
}
#jr-ex footer .foot-r {
  width: 40.2rem;
}
@media screen and (max-width: 767px) {
  #jr-ex footer .foot-r {
    width: 100%;
    max-width: 40.2rem;
    margin: 3.2rem 0 0;
  }
}
#jr-ex footer .copy {
  font-size: 1.6rem;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  #jr-ex footer .copy {
    font-size: 1.4rem;
    margin: 3.2rem 0 0;
  }
}
#jr-ex .l-main {
  margin: 0;
}
#jr-ex #solar-simulation {
  padding: 14rem 3rem 6rem;
  background: #0062b2;
}
@media screen and (max-width: 767px) {
  #jr-ex #solar-simulation {
    padding: 12rem 4.096vw 6rem;
  }
}
#jr-ex #solar-simulation .simulation-btn button {
  background: #00345f;
}
#jr-ex #solar-simulation .roof-options .input-wrap:has(input:checked) {
  border-color: #0062b2;
  color: #00345f;
}
#jr-ex #solar-simulation .being-options .input-wrap:has(input:checked) {
  border-color: #0062b2;
  color: #00345f;
}
#jr-ex #solar-simulation .result-tab button.active::before {
  background: #00345f;
}
#jr-ex #solar-simulation .result-tab button.active::after {
  border-top-color: #00345f;
}
#jr-ex #solar-simulation .result-tit {
  background: #00345f;
}
#jr-ex #solar-simulation .simulation-btn a {
  background: #00345f;
}
#jr-ex #solar-simulation .result-panel-tit {
  color: #00345f;
}
#jr-ex #solar-simulation .graph-saving-wrap .graph-saving + .graph-saving {
  margin-top: 2rem;
}
#jr-ex .solar-thanks {
  background: #0062b2;
  padding: 0 3rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #jr-ex .solar-thanks {
    padding: 0 1.6rem;
  }
}
#jr-ex .l-section43 {
  padding: 14rem 0 0;
  max-width: 90rem;
  margin: 0 auto;
}
#jr-ex .l-inner11 {
  width: 100%;
}
#jr-ex .p-thanks__text li em {
  color: #0062b2;
}
#jr-ex .jr-simulation-txt-wrap {
  margin: 0 0 4rem;
}
#jr-ex .jr-simulation-txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 64em) {
  #jr-ex .jr-simulation-txt {
    font-size: 1.8rem;
  }
}
#jr-ex .jr-simulation-txt .num {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  #jr-ex .jr-simulation-txt .num {
    font-size: 2.6rem;
  }
}
#jr-ex .jr-simulation-sml {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
#jr-ex .sp-split {
  display: inline-block;
}
#jr-ex .Contact__Form-item-main__caution + .Contact__Form-item-main__caution {
  margin-top: 2em;
}
#jr-ex .box-center {
  text-align: center;
}
#jr-ex .p-thanks {
  background-color: #fff;
  padding: 10rem 0 6rem;
  letter-spacing: 0.08em;
  border-radius: 0.35rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks {
    padding: 5rem 0;
  }
}
#jr-ex .p-thanks__ttl {
  text-align: center;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__ttl {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__ttl img {
    width: 376px;
    max-width: 80%;
    height: auto;
  }
}
#jr-ex .p-thanks__ttl p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__ttl p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#jr-ex .p-thanks__text {
  width: 90%;
  max-width: 74rem;
  margin-inline: auto;
}
#jr-ex .p-thanks__text p {
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__text p {
    margin-bottom: 2.4rem;
  }
}
#jr-ex .p-thanks__text ul {
  margin-bottom: 3.2rem;
  text-align: left;
}
#jr-ex .p-thanks__text li {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__text li {
    margin-block: 0.6rem;
  }
}
#jr-ex .p-thanks__text li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #jr-ex .p-thanks__text li em {
    display: block;
  }
}
#jr-ex .l-inner11 {
  margin: 10rem auto 10rem;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #jr-ex .l-inner11 {
    margin: 6rem auto;
  }
}
#jr-ex .footer-contact {
  margin-top: 2rem;
  border-radius: 1rem;
  border: 3px solid #000;
  background: #fff;
  overflow: hidden;
}
#jr-ex .footer-contact__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 35px;
  position: relative;
  background: #e5e5e5;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__ttl {
    font-size: 2.4rem;
  }
}
#jr-ex .footer-contact__ttl::after {
  content: "";
  position: absolute;
  width: 97px;
  height: 1px;
  border-bottom: 3px dotted #94d0de;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#jr-ex .footer-contact__ttl span {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__ttl span {
    font-size: 1.9rem;
  }
}
#jr-ex .footer-contact__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem 6.5rem 6.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__contents {
    padding: 0 1.5rem 1.5rem;
  }
}
#jr-ex .footer-contact__contents .footer-contact__item {
  width: 50%;
  padding: 2.5rem 1rem;
}
#jr-ex .footer-contact__contents .footer-contact__item:nth-of-type(1) {
  width: 100%;
  border-bottom: 2px solid #000;
}
#jr-ex .footer-contact__contents .footer-contact__item:nth-of-type(2) {
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__contents .footer-contact__item:nth-of-type(2) {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #000;
  }
}
#jr-ex .footer-contact__contents .footer-contact__item:nth-of-type(3) {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__contents .footer-contact__item:nth-of-type(3) {
    width: 100%;
    border: none;
  }
}
#jr-ex .footer-contact__type {
  padding: 0.5rem 0;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__type {
    font-size: 2.4rem;
  }
}
#jr-ex .footer-contact__tel {
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__tel {
    font-size: 2.8rem;
  }
}
#jr-ex .footer-contact__tel a {
  color: #000;
}
@media screen and (min-width: 768px) {
  #jr-ex .footer-contact__tel a {
    pointer-events: none;
  }
}
#jr-ex .footer-contact__txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #jr-ex .footer-contact__txt {
    font-size: 1.4rem;
  }
}
#jr-ex .btn-main {
  position: relative;
  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;
  width: 31rem;
  height: 5.8rem;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  #jr-ex .btn-main:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #jr-ex .btn-main {
    width: 100%;
    max-width: 27rem;
    font-size: 1.4rem;
  }
}
#jr-ex .btn-main .link-ico {
  position: absolute;
  width: 2rem;
  min-width: 0;
  right: 2rem;
  aspect-ratio: 1/1;
}
#jr-ex .btn-main .link-ico:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#jr-ex .btn-main.btn-black {
  background: #000;
  color: #fff;
}
#jr-ex .btn-main.btn-black .link-ico:before {
  background: url("../img/ico-arrow-01-wh.svg") center/cover no-repeat;
}
#jr-ex .btn-main.btn-white {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
#jr-ex .btn-main.btn-white .link-ico:before {
  background: url("../img/ico-arrow-01-bk.svg") center/cover no-repeat;
}
#jr-simulation-form {
  margin: 3rem 0 0;
}
#jr-simulation-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem 2rem;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #jr-simulation-form .wpcf7-form {
    gap: 4rem;
  }
}
#jr-simulation-form .wpcf7-form > p {
  width: calc((100% - 4rem) / 2);
  margin: 0;
}
@media screen and (min-width: 768px) {
  #jr-simulation-form .wpcf7-form > p:nth-of-type(1) {
    width: calc((100% - 6rem) / 3);
  }
  #jr-simulation-form .wpcf7-form > p:nth-of-type(2) {
    width: calc((100% - 6rem) / 3);
  }
  #jr-simulation-form .wpcf7-form > p:nth-of-type(3) {
    width: calc((100% - 6rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  #jr-simulation-form .wpcf7-form > p {
    width: 100%;
  }
}
#jr-simulation-form .wpcf7-form > p:nth-last-of-type(1),
#jr-simulation-form .wpcf7-form > p:nth-last-of-type(2) {
  width: 100%;
}
#jr-simulation-form .wpcf7-form > p > br {
  display: none;
}
#jr-simulation-form .jr-form-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin: 0 0 1rem;
}
#jr-simulation-form .jr-form-tit {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
#jr-simulation-form .jr-form-ico {
  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;
  background: #0062b2;
  border-radius: 5px;
  padding: 0.3rem 1rem 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
#jr-simulation-form input {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-color: #000;
  border-width: 2px;
  line-height: 4.1rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  #jr-simulation-form input {
    font-size: 1.5rem;
  }
}
#jr-simulation-form select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 2px solid #000;
  padding: 0 1rem;
  background: #fff;
  font-size: 1.3rem;
  height: 4.5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #jr-simulation-form select {
    font-size: 1.5rem;
  }
}
#jr-simulation-form .jr-form-textarea > br {
  display: none;
}
#jr-simulation-form .jr-form-textarea textarea {
  border: 2px solid #000;
}
#jr-simulation-form .jr-submit {
  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;
  width: 31rem;
  height: 6.8rem;
  border-radius: 999px;
  background: #0062b2;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #jr-simulation-form .jr-submit:hover {
    opacity: 0.7;
  }
}
#jr-simulation-form .wpcf7-form-control-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#jr-simulation-form .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.5;
}
#jr-simulation-form .wpcf7-response-output {
  margin: -3rem auto 2rem;
}
.tit-box-form .tit {
  font-size: 44rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
html:not(#jr-ex) #jr-point {
  scroll-margin-top: 120px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.sec-bnr .bnr-form {
  height: auto;
}
@media screen and (min-width: 768px) {
  .sec-bnr .bnr-form .bnr-box {
    padding-top: 80rem;
    padding-bottom: 80rem;
  }
}
.jr-simulation-form-wrap {
  max-width: 780rem;
  background: #fff;
  margin: 40rem auto 0;
  border-radius: 20px;
  padding: 60rem 40rem;
}
@media screen and (max-width: 767px) {
  .jr-simulation-form-wrap {
    padding: 30rem 16rem;
    border-radius: 10px;
  }
}
.jr-simulation-form-wrap .txt-caution {
  font-size: 13rem;
  line-height: 1.4;
  text-align: center;
}
.jr-simulation-form-wrap .txt-caution a {
  color: #000;
  text-decoration: underline;
}
.jr-simulation-form-wrap .txt-caution + .txt-caution {
  margin: 20rem 0 0;
}
.jr-simulation-form {
  margin-bottom: 30rem;
}
.jr-simulation-form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50rem 20rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .jr-simulation-form .wpcf7-form {
    gap: 40rem;
  }
}
.jr-simulation-form .wpcf7-form > p {
  width: calc((100% - 40rem) / 2);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .jr-simulation-form .wpcf7-form > p:nth-of-type(1) {
    width: calc((100% - 60rem) / 3);
  }
  .jr-simulation-form .wpcf7-form > p:nth-of-type(2) {
    width: calc((100% - 60rem) / 3);
  }
  .jr-simulation-form .wpcf7-form > p:nth-of-type(3) {
    width: calc((100% - 60rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .jr-simulation-form .wpcf7-form > p {
    width: 100%;
  }
}
.jr-simulation-form .wpcf7-form > p:nth-last-of-type(1),
.jr-simulation-form .wpcf7-form > p:nth-last-of-type(2) {
  width: 100%;
}
.jr-simulation-form .wpcf7-form > p > br {
  display: none;
}
.jr-simulation-form .jr-form-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15rem;
  margin: 0 0 10rem;
}
.jr-simulation-form .jr-form-tit {
  font-size: 16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  min-height: 20rem;
}
.jr-simulation-form .jr-form-ico {
  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;
  background: #0062b2;
  border-radius: 5px;
  padding: 3rem 10rem 5rem;
  font-size: 12rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
.jr-simulation-form input {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 2px solid #000;
  font-size: 16rem;
  padding: 10rem;
}
@media screen and (max-width: 767px) {
  .jr-simulation-form input {
    font-size: 15rem;
  }
}
.jr-simulation-form select {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  border: 2px solid #000;
  padding: 10rem;
  background: #fff;
  font-size: 16rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .jr-simulation-form select {
    font-size: 15rem;
  }
}
.jr-simulation-form textarea {
  width: 100%;
  font-size: 16rem;
  line-height: 1.5;
  padding: 10rem;
}
.jr-simulation-form .jr-form-textarea > br {
  display: none;
}
.jr-simulation-form .jr-form-textarea textarea {
  border: 2px solid #000;
}
.jr-simulation-form .jr-submit-wrap {
  position: relative;
  display: block;
}
.jr-simulation-form .jr-submit {
  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;
  width: 310rem;
  height: 68rem;
  border-radius: 999px;
  background: #0062b2;
  margin: 0 auto;
  font-size: 20rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .jr-simulation-form .jr-submit:hover {
    opacity: 0.7;
  }
}
.jr-simulation-form .wpcf7-spinner {
  position: absolute;
  top: -34rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.jr-simulation-form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jr-simulation-form .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  font-size: 12rem;
  line-height: 1.5;
}
#jr-form .wpcf7-response-output {
  font-size: 16rem;
  line-height: 1.75;
  text-align: center;
  margin: 0 auto;
}
