@charset "UTF-8";
/* =================================================================
		base setting
================================================================= */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  color: #222;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  background: url(../img/footer_bg.jpg) center bottom/100% auto no-repeat;
}

@media screen and (max-width: 768px) {
  body {
    background-size: auto 990px;
  }
}
* {
  box-sizing: border-box;
}

img {
  height: auto;
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul {
  text-align: left;
}
ul li {
  list-style: none;
}

ol {
  counter-reset: item;
  list-style-type: none;
  text-align: left;
}
ol li {
  padding-left: 1.3em;
  position: relative;
}
ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-1em);
}

figure {
  margin: 0;
}

table {
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.6;
}

em {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}

a {
  outline: none;
}
a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
}
a:hover, a:focus, a:active {
  color: #222;
  text-decoration: none;
}

/* =================================================================
		#whole
================================================================= */
.toptagline {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 10px 15px;
  background: rgb(25, 68, 158);
  background: linear-gradient(90deg, rgb(25, 68, 158) 0%, rgb(31, 100, 182) 40%, rgb(31, 100, 182) 60%, rgb(25, 68, 158) 100%);
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .toptagline {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px 10px 6px;
  }
}
.wrap {
  position: relative;
}

.site-main {
  overflow: hidden;
  margin-bottom: 140px;
}

.exclamation {
  margin: 0 0.3em 0 0.1em;
}

/* =================================================================
		#common
================================================================= */
.term {
  display: inline-block;
}

.sec {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .sec {
    padding: 0 16px;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

/* =================================================================
		#display control
================================================================= */
@media print, screen and (min-width: 769px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline;
  }
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}

.heading-l {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 4.2rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0 auto 56px;
  position: relative;
}
.heading-l .larger {
  font-size: 1.3em;
}
.heading-l span:nth-child(1) {
  letter-spacing: -0.04em;
}
.heading-l span:nth-child(2) {
  letter-spacing: -0.14em;
}
.heading-l span:nth-child(3) {
  letter-spacing: -0.04em;
}

@media screen and (max-width: 768px) {
  .heading-l {
    font-size: 2.6rem;
    margin-bottom: 32px;
  }
}
.heading-logoimg {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
  height: 1em;
  width: 3.4em;
  position: relative;
}
.heading-logoimg img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.heading-m {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 16px;
  color: #2a4493;
}
.heading-m .num {
  display: inline-block;
  font-size: 13rem;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #e5fc0a 0%, #97ea26 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-10deg);
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  z-index: -1;
}
.heading-m .exp {
  font-size: 1.8rem;
}

.bodytxt {
  font-size: 1.8rem;
}
.bodytxt .adjust-number {
  font-size: 1.05em;
}

@media screen and (max-width: 768px) {
  .bodytxt {
    font-size: 1.6rem;
  }
}
.marker {
  background: linear-gradient(transparent 80%, rgba(103, 208, 255, 0.8) 65%);
}

.btn-simulation {
  position: relative;
  z-index: 3;
}
.btn-simulation a {
  max-width: 700px;
  border-radius: 24px;
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  margin: 0 auto;
  padding: 40px 88px 26px 88px;
  color: #fff;
  position: relative;
  background: rgb(255, 146, 32);
  background: linear-gradient(139deg, rgb(0, 208, 192) 0%, rgb(59, 43, 180) 100%);
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .btn-simulation a {
    transition: 0.2s;
  }
  .btn-simulation a:hover {
    transform: scale(1.05);
  }
}
.btn-simulation a .ico {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
}
.btn-simulation a .arrow {
  position: absolute;
  right: 32px;
  top: 50%;
  background-color: #fff;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
.btn-simulation a .arrow img {
  transform: rotate(90deg);
  width: 25px;
  filter: invert(18%) sepia(76%) saturate(2703%) hue-rotate(230deg) brightness(94%) contrast(92%);
}
.btn-simulation a .ttl {
  text-shadow: 0 0 8px rgba(11, 37, 78, 0.6);
}
.btn-simulation a .ttl .exp {
  font-size: 1.8rem;
}
.btn-simulation a .note {
  font-size: 1.8rem;
  color: #f3ff64;
  text-shadow: 0 0 8px rgba(11, 37, 78, 0.6);
}

.point-10sec {
  background: rgb(255, 146, 32);
  background: linear-gradient(139deg, #12a0bd 0%, #236eb9 100%);
  box-shadow: 0 1px 6px 0 rgba(9, 9, 36, 0.15);
  padding: 6px;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
}
.point-10sec .inner {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f3ff64;
  padding: 6px 26px 6px 26px;
  border-radius: 999px;
  color: #3554b8;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.point-10sec .inner:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(243, 255, 100, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #F3FF64;
  top: calc(100% - 1px);
  left: 50%;
}
.point-10sec span.num {
  font-family: "Roboto", sans-serif;
  font-size: 1.6em;
  letter-spacing: -0.05em;
  margin-right: 0.1em;
}
.point-10sec .color {
  color: #f3ff64;
}

@media screen and (max-width: 768px) {
  .btn-simulation a {
    width: 94%;
    border-radius: 18px;
    font-size: 6vw;
    line-height: 1.5;
    padding: 36px 46px 26px 54px;
  }
  .btn-simulation a .ico {
    width: 46px;
    left: 9px;
  }
  .btn-simulation a .arrow {
    right: 12px;
    width: 28px;
  }
  .btn-simulation a .arrow img {
    width: 16px;
  }
  .btn-simulation a .note {
    font-size: 1.5rem;
    margin-top: 0.3em;
  }
  .point-10sec {
    padding: 4px;
  }
  .point-10sec .inner {
    font-size: 1.8rem;
    padding: 4px 15px 5px;
  }
  .point-10sec .inner:after {
    border-top-width: 14px;
    border-bottom-width: 14px;
  }
}
.plan-list {
  max-width: 1200px;
  margin: 48px auto 24px;
  color: #2a4493;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .plan-list:after {
    content: "";
    width: calc(33.33333% - 14px);
    display: block;
  }
}

.plusmark {
  display: inline-block;
  width: 1.2em;
  line-height: 0;
  margin-left: 0.2em;
}
.plusmark img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.plusmark-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.point-plan {
  min-width: 6.2em;
  position: absolute;
  padding: 12px 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  right: -6.5%;
  top: -32px;
  font-size: 1.6rem;
  line-height: 1.3333;
}
.point-plan:before {
  content: "";
  display: block;
  background: url(../img/baloon_tail_bk.png) left top/100% auto no-repeat;
  width: 26px;
  aspect-ratio: 4/2.6;
  position: absolute;
  left: calc(40% - 20px);
  top: 100%;
}

.light .point-plan {
  background-color: #61ad39;
}
.light .point-plan:before {
  filter: invert(50%) sepia(61%) saturate(466%) hue-rotate(56deg) brightness(91%) contrast(88%);
}

.standard .point-plan {
  background-color: #e1481a;
}
.standard .point-plan:before {
  filter: invert(27%) sepia(79%) saturate(1650%) hue-rotate(355deg) brightness(98%) contrast(87%);
}

.standardplus .point-plan {
  background-color: #139cab;
}
.standardplus .point-plan:before {
  filter: invert(37%) sepia(10%) saturate(7485%) hue-rotate(151deg) brightness(99%) contrast(87%);
}

.premium .point-plan {
  background-color: #156fbf;
}
.premium .point-plan:before {
  filter: invert(17%) sepia(85%) saturate(3177%) hue-rotate(196deg) brightness(97%) contrast(84%);
}

.premiumplus .point-plan {
  background-color: #814ab1;
}
.premiumplus .point-plan:before {
  filter: invert(23%) sepia(26%) saturate(3041%) hue-rotate(244deg) brightness(97%) contrast(90%);
}

.upgrade .point-plan {
  background-color: #d640a8;
}
.upgrade .point-plan:before {
  filter: invert(41%) sepia(81%) saturate(565%) hue-rotate(277deg) brightness(78%) contrast(100%);
  left: calc(40% + 30px);
}

@media screen and (max-width: 768px) {
  .point-plan {
    padding: 8px 6px;
    border-radius: 6px;
    right: -14px;
    top: -24px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .point-plan:before {
    width: 18px;
    left: 60%;
  }
  .upgrade .point-plan:before {
    left: 60%;
  }
}
.plancard {
  opacity: 0;
  transform: translateY(50px);
}
@media print, screen and (min-width: 769px) {
  .plancard {
    width: calc(33.33333% - 14px);
    margin-bottom: 22px;
  }
}
.plancard dl {
  height: 100%;
  color: #000;
  border: 3px solid #333;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
.plancard dl dt {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: linear-gradient(0deg, rgb(255, 241, 77) 10%, rgb(255, 255, 162) 100%);
  padding: 14px 8px 10px;
  border-radius: 12px 12px 0 0;
}
.plancard dl dt .ttl {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.plancard dl dt .en {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.plancard dl dt .en p {
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  color: #e2e3f4;
  text-transform: uppercase;
}
.plancard dl dd {
  font-size: 1.7rem;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  padding: 20px 24px 24px 24px;
}
.plancard.plancard-is-show {
  opacity: 1;
  transform: translateY(0px);
}
.plancard:nth-child(1) {
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.plancard:nth-child(2) {
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
}
.plancard:nth-child(3) {
  transition: transform 0.6s 0.4s, opacity 0.6s 0.4s;
}
.plancard:nth-child(4) {
  transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;
}
.plancard:nth-child(5) {
  transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
}
.plancard:nth-child(6) {
  transition: transform 0.6s 0.7s, opacity 0.6s 0.7s;
}

@media screen and (max-width: 768px) {
  .plancard {
    width: calc(50% - 6px);
    margin-bottom: 12px;
  }
  .plancard dl {
    border-radius: 12px;
    border-width: 2px;
  }
  .plancard dl dt {
    min-height: 2.8em;
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 12px 6px 10px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plancard dl dd {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding: 16px 14px;
  }
  .plancard.premiumplus dt, .plancard.upgrade dt {
    min-height: 4.2em;
  }
}
.upgrade-exp {
  width: calc(100% - (20% - 16px + 20px));
  margin: 0;
  aspect-ratio: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: none;
}
.upgrade-exp .cont {
  width: calc(100% - 18px);
  font-size: 1.5rem;
  padding: 24px;
  border-radius: 14px;
  background-color: #d9f2fd;
  position: relative;
}
.upgrade-exp .cont:after {
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .upgrade-exp .cont:after {
    border: solid transparent;
    border-color: rgba(217, 242, 253, 0);
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 16px;
    border-right-width: 16px;
    margin-top: -8px;
    border-right-color: #d9f2fd;
    right: 100%;
    top: 50%;
  }
}

@media screen and (max-width: 768px) {
  .upgrade-exp {
    width: 100%;
    margin-top: 14px;
  }
  .upgrade-exp .cont {
    width: 100%;
    padding: 24px;
    border-radius: 14px;
    margin: 0 auto;
  }
  .upgrade-exp .cont:after {
    border: solid transparent;
    border-color: rgba(217, 242, 253, 0);
    border-top-width: 30px;
    border-bottom-width: 30px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -9px;
    border-bottom-color: #D9F2FD;
    bottom: 100%;
    left: 50%;
  }
}
.content-scroll {
  margin-bottom: 80px;
}

.content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 16px;
  padding: 32px 32px 8px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #222;
}

.content-tbl-ttl {
  display: block;
  font-size: 2.2rem;
  color: #222;
  font-weight: 500;
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}

.content-tbl-sp {
  display: none;
}

.content-tbl {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
  table-layout: fixed;
}
.content-tbl thead th {
  padding: 12px 8px;
  color: #222;
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.content-tbl thead th.compensation {
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}
.content-tbl thead th p:not([class]) {
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
}
.content-tbl tbody th,
.content-tbl tbody td {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.content-tbl tbody th div {
  min-height: 3.2em;
  display: flex;
  align-items: center;
}
.content-tbl tbody td {
  text-align: center;
}
.content-tbl tbody tr:last-child th,
.content-tbl tbody tr:last-child td {
  border-bottom: none;
}
.content-tbl .compensation {
  width: 14%;
}

.cross {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.3rem;
  line-height: 1;
}

.circle {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
}
.circle .sub {
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .content-tbl-ttl {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  .content-scroll {
    overflow-x: scroll;
    padding-bottom: 40px;
    margin-bottom: 64px;
  }
  .content-wrap {
    min-width: 90em;
    padding: 0 24px;
  }
  .content-tbl {
    font-size: 1.5rem;
  }
  .content-tbl thead th {
    border-top: none;
    padding: 8px;
  }
  .content-tbl tbody th,
  .content-tbl tbody td {
    padding: 8px 0;
  }
  .content-tbl .compensation {
    width: 17%;
  }
  .circle {
    font-size: 1.8rem;
  }
  .circle .sub {
    font-size: 1.5rem;
  }
}
.slideup {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(100px);
}

.slideup-is-show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition: opacity 0.8s 0.1s, transform 1.1s 0.2s, filter 0.6s 0.3s;
}

.beginning {
  background-color: #f0f3f7;
  padding-bottom: 12vh;
  position: relative;
  background: rgb(240, 243, 247);
  background: linear-gradient(180deg, rgb(240, 243, 247) 85%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 768px) {
  .beginning {
    padding-bottom: 80px;
  }
}
.fv {
  padding: 0 30px;
  position: relative;
}
.home .fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: rgb(0, 29, 69);
  background: rgb(0, 29, 69);
  background: linear-gradient(0deg, rgba(0, 29, 69, 0) 0%, rgba(0, 29, 69, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 0;
  }
}
.compensation-exp {
  max-width: 1200px;
  margin: 0 auto 80px;
}
.compensation-exp .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.compensation-exp .note {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}

.compensation-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .compensation-list dl {
    width: 30%;
    margin-bottom: 32px;
    margin-right: 4.5%;
  }
  .compensation-list dl:nth-child(3n) {
    margin-right: 0;
  }
}
.compensation-list dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(168, 228, 234, 0.6705882353);
  border-radius: 6px;
  padding: 0.4em 0.8em;
  margin-bottom: 0.6em;
}
.compensation-list dl dd {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .compensation-exp {
    margin-bottom: 64px;
  }
  .compensation-exp .ttl {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
  .compensation-list {
    display: block;
  }
  .compensation-list dl {
    margin-bottom: 24px;
  }
}
.pagehaeder {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 14vh;
}
.pagehaeder-ttl {
  font-size: 5rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  position: relative;
  text-shadow: 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255);
  z-index: 1;
}

.headerimg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .pagehaeder {
    padding: 0 16px;
    margin-bottom: 64px;
  }
  .pagehaeder-ttl {
    font-size: 2.8rem;
  }
}
.gnav {
  margin: 0 -30px;
  padding-top: 1.4vh;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.5s 1s;
}
.gnav.show {
  opacity: 1;
}

.gnav-list {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gnav-list li {
  margin: 0 12px;
}
.gnav-list li a {
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.gnav-sub {
  background: none;
  opacity: 1;
  padding: 2.5vh 30px 7vh;
}
.gnav-sub .gnav-list li a {
  color: #1f60a2;
  text-shadow: none;
  text-shadow: 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255), 0 0 12px rgb(255, 255, 255);
}
@media (hover: hover) {
  .gnav-sub .gnav-list li a {
    transition: color 0.2s;
  }
  .gnav-sub .gnav-list li a:hover {
    color: #2279b9;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    margin: 0;
    padding: 10px 0 0;
  }
  .gnav-list {
    font-size: 3vw;
    letter-spacing: 0.07em;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .gnav-list li {
    margin: 0 0.6vw;
  }
  .gnav-list li a {
    display: inline-block;
    padding: 0.2em;
  }
  .gnav-sub {
    background: none;
    padding: 14px 0 32px;
  }
}
.footernav {
  max-width: 1400px;
  margin: 24px auto;
}

.footernav-list {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footernav-list li {
  margin-right: 22px;
}
.footernav-list li a {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .footernav {
    margin: 0 auto 16px;
  }
  .footernav-list {
    font-size: 3vw;
    justify-content: center;
  }
  .footernav-list li {
    margin: 0 0.6vw;
  }
}
.bg-sentence {
  max-width: 1300px;
  position: absolute;
  left: 50%;
  bottom: 5vh;
  width: 80vw;
  transform: translateX(-50%) translateY(160px);
  opacity: 0;
  filter: none;
}
.bg-sentence.slideup-is-show {
  opacity: 0.8;
  transform: translateX(-50%) translateY(0);
  transition: 2s 0.4s;
}

@media screen and (max-width: 768px) {
  .bg-sentence {
    bottom: 22vh;
    width: 128vw;
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
  }
}
.hero-catch {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 20px 10px;
  background: rgb(25, 68, 158);
  background: linear-gradient(90deg, rgb(25, 68, 158) 0%, rgb(31, 100, 182) 40%, rgb(31, 100, 182) 60%, rgb(25, 68, 158) 100%);
}
.hero-catch p {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #ecff58;
}
.hero-catch p.popular {
  font-size: 2rem;
  line-height: 1.3;
  margin: 2px 0 0;
  color: #ffd358;
}

@media screen and (max-width: 768px) {
  .hero-catch {
    padding: 0 20px 14px;
  }
  .hero-catch p {
    font-size: 2rem;
  }
  .hero-catch p.popular {
    font-size: 1.8rem;
    margin-top: 4px;
    color: #ffd358;
  }
}
.hero-pct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1s ease-in-out 0.9s, transform 1.1s ease-out 0.9s;
  visibility: none;
}
@media screen and (max-width: 1080px) {
  .hero-pct {
    height: 60vh;
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media screen and (max-width: 768px) {
  .hero-pct {
    height: auto;
    -o-object-position: center center;
       object-position: center center;
  }
}
.hero-pct.show {
  opacity: 1;
  transform: scale(1);
}

.hero-cont {
  max-width: 550px;
  margin: 0 auto 46px;
  position: relative;
  z-index: 2;
}
.hero-cont .hero-ttl {
  width: 100%;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.7s ease-in-out 0.1s, transform 0.7s ease-out 0.1s;
}
.hero-cont .hero-ttl.show {
  opacity: 1;
  transform: scale(1);
}
.hero-cont .hero-ttl img {
  width: 100%;
}

.hero-ttl-sub {
  width: 60%;
  text-align: center;
  font-size: 1.65rem;
  position: absolute;
  left: 0;
  bottom: 4%;
  opacity: 0;
  text-shadow: 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255);
  transition: opacity 0.6s 0.4s;
}
.hero-ttl-sub.show {
  opacity: 1;
}
.hero-ttl-sub span {
  display: inline-block;
  position: relative;
}
.hero-ttl-sub span:before, .hero-ttl-sub span:after {
  content: "";
  display: block;
  width: 5px;
  height: 1.15em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
}
.hero-ttl-sub span:before {
  left: -0.8em;
  border-left: 1px solid #575757;
}
.hero-ttl-sub span:after {
  right: -0.8em;
  border-right: 1px solid #575757;
}

@media screen and (max-width: 768px) {
  .hero-cont {
    max-width: none;
    width: 86%;
    padding: 8px 0 16px;
    margin-bottom: 32px;
  }
  .hero-ttl-sub {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    left: 0;
    bottom: 0;
  }
  .hero-ttl-sub span {
    display: inline-block;
  }
}
.collaboration {
  margin-bottom: 9vh;
  position: relative;
  z-index: 2;
}

.collab-head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .collaboration {
    margin-bottom: 64px;
  }
  .collab-head-wrap {
    display: block;
    margin-bottom: 72px;
  }
}
.collab-heading {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: normal;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.7s ease-in-out 0.4s, transform 0.7s ease-out 0.4s;
}
.collab-heading .exp {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
  background-color: rgba(25, 51, 114, 0.9);
  letter-spacing: 0.07em;
  margin-bottom: -0.9em;
  padding: 0.2em 0.6em 0.3em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .collab-heading .exp {
    font-size: 1.9rem;
  }
}
.collab-heading .name {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 9.8rem;
  font-weight: 600;
  background-color: #fff;
  padding: 0.1em 0.5em;
  color: #05348f;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.collab-heading.mitsui {
  padding: 0 20px;
  transform: translateX(-50px);
}
.collab-heading.mitsui .name {
  font-size: 5.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1250px) {
  .collab-heading.mitsui .name {
    font-size: 4.6rem;
  }
}
.collab-heading.bcreation {
  transform: translateX(50px);
}
.collab-heading.bcreation .name {
  font-size: 5.2rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1250px) {
  .collab-heading.bcreation .name {
    font-size: 4rem;
  }
}
.show .collab-heading.mitsui, .show .collab-heading.bcreation {
  opacity: 1;
  transform: translateX(0);
}

.collab-multiply {
  width: 98px;
  margin: 0 16px -8px 4px;
  z-index: 0;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.7s ease-in-out 0.9s, transform 0.7s ease-out 0.9s;
}
.show .collab-multiply {
  opacity: 1;
  transform: scale(1);
}
.collab-multiply img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .collab-heading {
    width: 100%;
  }
  .collab-heading .exp {
    font-size: 1.6rem;
  }
  .collab-heading .name {
    min-height: 7.4rem;
    padding-top: 0.3em;
    padding-bottom: 0.22em;
  }
  .collab-heading.mitsui {
    padding: 0;
    transform: translateY(-40px);
  }
  .collab-heading.mitsui .name {
    font-size: 9vw;
  }
  .collab-heading.bcreation {
    transform: translateY(40px);
  }
  .collab-heading.bcreation .name {
    font-size: 7.7vw;
  }
  .show .collab-heading.mitsui, .show .collab-heading.bcreation {
    transform: translateY(0);
  }
  .collab-multiply {
    width: 66px;
    margin: 16px auto 12px;
  }
}
.collab-subheading {
  font-size: 3.8rem;
  line-height: 0.2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
}

.collab-subheading-logo {
  max-width: 640px;
  transform: scale(1.3);
  transition: 0.8s 0.4s ease-in;
  opacity: 0;
  filter: blur(10px);
}
.collab-subheading-logo.show {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 768px) {
  .collab-subheading {
    font-size: 2.3rem;
    margin-bottom: 16px;
    line-height: 2;
  }
  .collab-subheading-logo {
    width: 75%;
  }
}
.collab-txt-wrap {
  position: relative;
}

.collab-catch {
  font-size: 3.8rem;
  line-height: 1.5;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
  color: #ce2121;
}

@media screen and (max-width: 768px) {
  .collab-catch {
    font-size: 5.4vw;
    letter-spacing: 0;
  }
}
.collab-txt {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  position: relative;
}
.collab-txt.first {
  margin-bottom: 10vh;
  text-shadow: 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255);
}
.collab-txt.first:before {
  content: "";
  display: block;
  width: 110%;
  aspect-ratio: 4/3;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(60px);
  opacity: 0.5;
  z-index: 0;
}
.collab-txt h2,
.collab-txt h3,
.collab-txt .paragraph,
.collab-txt h3.paragraph,
.collab-txt h3.term,
.collab-txt p:not([class]),
.collab-txt p.slideup {
  position: relative;
  z-index: 1;
}
.collab-txt h3:not([class]),
.collab-txt h3.term {
  font-size: 1em;
  font-weight: 600;
}
.collab-txt .paragraph,
.collab-txt p:not([class]),
.collab-txt p.slideup {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
  margin-bottom: 1.3em;
}
.collab-txt .paragraph strong,
.collab-txt p:not([class]) strong,
.collab-txt p.slideup strong {
  font-size: 1.15em;
  color: #0e39af;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 800;
  margin: 0 0.1em;
}
.collab-txt .paragraph strong.price,
.collab-txt p:not([class]) strong.price,
.collab-txt p.slideup strong.price {
  color: #dd3838;
}
.collab-txt .paragraph strong a,
.collab-txt p:not([class]) strong a,
.collab-txt p.slideup strong a {
  color: #0e39af;
}
.collab-txt .paragraph.ex,
.collab-txt p:not([class]).ex,
.collab-txt p.slideup.ex {
  font-size: 2.6rem;
  line-height: 2.4;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.collab-txt .paragraph.ex .larger,
.collab-txt p:not([class]).ex .larger,
.collab-txt p.slideup.ex .larger {
  font-size: 1.3em;
  position: relative;
  bottom: -0.4em;
}
.collab-txt .paragraph.ex .condition,
.collab-txt p:not([class]).ex .condition,
.collab-txt p.slideup.ex .condition {
  background: linear-gradient(transparent 78%, #fdeb5c 78%);
  margin: 0 0.25em;
}
.collab-txt .paragraph.ex .amount,
.collab-txt p:not([class]).ex .amount,
.collab-txt p.slideup.ex .amount {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin: 0 0.07em;
}
.collab-txt.first .collab-catch,
.collab-txt.first .paragraph,
.collab-txt.first p {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(50px);
}
.collab-txt .exclamation {
  margin: 0;
}

.show .collab-txt.first .collab-catch,
.show .collab-txt.first .paragraph,
.show .collab-txt.first p {
  opacity: 1;
  filter: none;
  transform: translateY(0);
}
.show .collab-txt.first .collab-catch:nth-child(1),
.show .collab-txt.first .paragraph:nth-child(1),
.show .collab-txt.first p:nth-child(1) {
  transition: opacity 0.7s ease-in-out 1s, transform 0.7s ease-out 1s;
}
.show .collab-txt.first .collab-catch:nth-child(2),
.show .collab-txt.first .paragraph:nth-child(2),
.show .collab-txt.first p:nth-child(2) {
  transition: opacity 0.7s ease-in-out 1.1s, transform 0.7s ease-out 1.1s;
}
.show .collab-txt.first .collab-catch:nth-child(3),
.show .collab-txt.first .paragraph:nth-child(3),
.show .collab-txt.first p:nth-child(3) {
  transition: opacity 0.7s ease-in-out 1.2s, transform 0.7s ease-out 1.2s;
}

@media screen and (max-width: 768px) {
  .collab-txt {
    padding: 0 16px;
  }
  .collab-txt.first {
    margin-bottom: 48px;
  }
  .collab-txt .paragraph,
  .collab-txt p:not([class]),
  .collab-txt p.slideup {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2em;
  }
  .collab-txt .paragraph strong,
  .collab-txt p:not([class]) strong,
  .collab-txt p.slideup strong {
    line-height: 2.1;
  }
  .collab-txt .paragraph.ex,
  .collab-txt p:not([class]).ex,
  .collab-txt p.slideup.ex {
    font-size: 2.1rem;
    line-height: 2.1;
  }
  .collab-txt .paragraph.ex .larger,
  .collab-txt p:not([class]).ex .larger,
  .collab-txt p.slideup.ex .larger {
    bottom: -0.3em;
  }
}
#features {
  position: relative;
  padding-bottom: 12vh;
  background: url(../img/bg_wave.png) left top 140px repeat;
}

.features-sub {
  position: relative;
  margin-bottom: 12vh;
}
.features-sub .heading-l {
  text-shadow: 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255), 0 0 15px rgb(255, 255, 255);
}

.feature-blc {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.feature-blc:not(:last-child) {
  margin-bottom: 100px;
}

.feature-blc-ttl {
  font-size: 3em;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #2a4493;
}
.feature-blc-ttl .num {
  display: inline-block;
  font-size: 13rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(180deg, #a8e5e7 0%, #a8e2f2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: -0.3em;
  top: -0.5em;
  z-index: -1;
  transform: scale(1.5) skew(-10deg);
  transition: 0.6s 0.3s;
}
.feature-blc-ttl .larger {
  font-size: 1.2em;
}
.feature-blc-ttl .four {
  font-family: "Roboto", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
.feature-blc-ttl .marker-attoteki {
  background: linear-gradient(transparent 70%, #fff259 70%, #fff259 90%, transparent 90%);
  padding: 0.1em;
}

.slideup-is-show .feature-blc-ttl .num {
  transform: scale(1) skew(-10deg);
  opacity: 1;
}

.notetxt {
  font-size: 1.5rem;
  margin-top: 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #features {
    padding-bottom: 80px;
    background-position: left top 80px;
    background-size: 64% auto;
  }
  .feature-blc:not(:last-child) {
    margin-bottom: 64px;
  }
  .feature-blc-ttl {
    font-size: 2.2em;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .feature-blc-ttl .num {
    font-size: 10.3rem;
    left: 0;
    top: -0.4em;
  }
  .notetxt {
    font-size: 1.4rem;
  }
}
#simulation {
  margin-bottom: 10vh;
  position: relative;
}

.simulation-wrap {
  max-width: 980px;
  border: 8px solid;
  -o-border-image: linear-gradient(to bottom, #06c2bf, #392fb4) 1;
     border-image: linear-gradient(to bottom, #06c2bf, #392fb4) 1;
  margin: 0 auto;
  background-color: #fff;
  padding: 48px 0 0;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.1);
}

.simulation-ttl {
  text-align: center;
  margin: 0 auto 28px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.point-10sec-baloon {
  width: auto;
  position: absolute;
  background-color: #ffeb00;
  padding: 12px 22px;
  color: #000;
  font-weight: bold;
  border-radius: 12px;
  font-size: 1.6rem;
  line-height: 1.3333;
  right: -43%;
  top: -70px;
}
.point-10sec-baloon span {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
}
.point-10sec-baloon span.num {
  font-size: 1.4em;
  letter-spacing: 0;
  margin-right: 0.1em;
}
.point-10sec-baloon:before {
  content: "";
  display: block;
  background: url(../img/baloon_tail.png) left top/100% auto no-repeat;
  width: 26px;
  aspect-ratio: 4/2.6;
  position: absolute;
  left: 24%;
  top: 100%;
}

.simulation-illust {
  position: absolute;
  left: 0;
  top: -16px;
  width: 170px;
}

.simulation-ttl-jp {
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.2em;
}

.simulation-ttl-en {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #1d81ba;
  font-family: "Roboto", sans-serif;
}

.simulation-lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.form-item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 48px;
}

.simulation-form-ttl {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 16px;
}
.simulation-form-ttl .txt {
  position: relative;
  display: inline-block;
}
.simulation-form-ttl .txt:before, .simulation-form-ttl .txt:after {
  position: absolute;
  top: 50%;
  width: 1.05em;
  border-top: 1px solid #444;
  content: "";
}
.simulation-form-ttl .txt:before {
  left: -1.5em;
}
.simulation-form-ttl .txt:after {
  right: -1.5em;
}
.simulation-form-ttl.wh {
  color: #fff;
}
.simulation-form-ttl.wh span:before, .simulation-form-ttl.wh span:after {
  border-color: #fff;
}

.simulation-form-note {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0.6em 1em;
  font-weight: bold;
  color: #cb3434;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #cb3434;
  margin: 0 auto 24px;
}

@media screen and (max-width: 768px) {
  #simulation {
    margin-bottom: 64px;
  }
  .simulation-wrap {
    border-width: 6px;
    padding: 32px 0 0;
  }
  .simulation-ttl {
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .simulation-ttl .point-10sec {
    right: -15%;
    top: -55px;
  }
  .simulation-ttl .point-10sec:before {
    left: 61%;
  }
  .point-10sec-baloon {
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
    right: -15%;
    top: -55px;
  }
  .point-10sec-baloon:before {
    width: 18px;
    left: 61%;
  }
  .simulation-illust {
    top: 16px;
    width: 35%;
    opacity: 0.3;
  }
  .simulation-ttl-jp {
    font-size: 2.2rem;
  }
  .simulation-ttl-en {
    font-size: 1.2rem;
  }
  .simulation-lead {
    text-align: left;
    font-size: 1.6rem;
    padding: 0 16px;
  }
  .form-item-wrap {
    display: block;
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .simulation-form-ttl {
    font-size: 1.7rem;
    padding: 0 16px;
  }
  .simulation-form-note {
    margin-bottom: 20px;
    font-size: 1.6rem;
    width: 90%;
  }
}
.form-item {
  width: 33.33%;
  position: relative;
}
.form-item:not(:last-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  border-right: dotted 1px #ccc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-item dt {
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
.form-item dt p {
  width: 70%;
  font-size: 1.8rem;
  background-color: #f7f6cc;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 8px;
  margin: 0 auto;
  padding: 14px;
  position: relative;
}
.form-item dt p:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(67, 70, 157, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #f7f6cc;
  top: 100%;
  left: 50%;
}
.form-item dd {
  text-align: center;
  font-size: 1.6rem;
}
.form-item input[type=text] {
  border: 1px solid #393db7;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 8px;
  margin-right: 12px;
}
.form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  color: #000;
  border: 2px solid #393ea5;
  background: rgb(242, 241, 213);
  background: linear-gradient(0deg, rgb(242, 241, 213) 0%, rgb(255, 255, 255) 96%);
  font-size: 1.7rem;
  line-height: 1.4;
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
}
.form-item select:focus, .form-item select:focus-visible {
  border-color: #343bc6;
}
.form-item select[name=capacity] {
  width: 5em;
}
.form-item select[name=power] {
  width: 12em;
}
.form-item label:has(select) {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  vertical-align: middle;
}
.form-item label:has(select):after {
  content: "";
  display: block;
  background: url(../img/ico_chevron.svg) left top/contain no-repeat;
  width: 8px;
  height: 11px;
  position: absolute;
  right: 12px;
  top: 57%;
  transform: translateY(-50%) rotate(90deg);
}
.form-item label:has(input[type=radio]) {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 16px;
  padding: 6px 0;
}
.form-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #757f9d;
  border-radius: 50%;
  vertical-align: -3px;
  position: relative;
  margin-right: 10px;
}
.form-item input[type=radio]:checked {
  border-color: #1c48d0;
}
.form-item input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgb(80, 120, 242);
  background: linear-gradient(140deg, rgb(103, 140, 255) 0%, rgb(54, 94, 212) 96%);
  content: "";
}
.form-item .exp {
  width: 88%;
  letter-spacing: 0;
  text-align: left;
  font-size: 1.45rem;
  line-height: 1.7;
  margin: 14px auto 0;
}
.form-item .exp:has([class]) p {
  padding-left: 1em;
  text-indent: -1em;
}
.form-item .exp p {
  margin-bottom: 0.3em;
}
.form-item .exp p .mark {
  color: #ad3636;
}
.form-item .exp.ferry-exp {
  border: 1px solid #c00;
  border-radius: 6px;
  padding: 0.9em;
  background-color: #fff2f2;
}

@media screen and (max-width: 768px) {
  .form-item {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #888;
    margin-bottom: 20px;
  }
  .form-item:not(:last-child):before {
    content: none;
  }
  .form-item dt {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
  .form-item dt p {
    width: 100%;
    font-size: 1.6rem;
    padding: 14px;
  }
  .form-item select {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 8px 12px;
    border-radius: 8px;
    margin-right: 0;
  }
  .form-item label:has(select) {
    font-size: 1.7rem;
  }
  .form-item label:has(select[name=capacity]) {
    width: 5em;
  }
  .form-item label:has(select[name=power]) {
    width: 12em;
  }
}
.simulation-result {
  padding: 56px 40px 40px 40px;
  position: relative;
  background: linear-gradient(180deg, #1f7bba 0%, #392fb4 100%);
}
.simulation-result:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 40px;
  border-bottom-width: 40px;
  border-left-width: 100px;
  border-right-width: 100px;
  margin-left: -100px;
  border-top-color: #ffffff;
  top: 0;
  left: 50%;
}

.simulation-result-lead {
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 8px 0 32px;
}

.simulation-result-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .simulation-result-list:after {
    content: "";
    display: block;
    width: calc(33.3333% - 16px);
  }
}
.simulation-result-list dl {
  width: calc(33.3333% - 16px);
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 26px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 2px 7px 0 rgba(19, 10, 67, 0.15);
}
.simulation-result-list dl dt {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  background: rgb(255, 248, 52);
  background: linear-gradient(0deg, rgb(255, 241, 77) 10%, rgb(255, 255, 162) 100%);
  padding: 12px 8px;
}
.simulation-result-list dl dd {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: bold;
  padding: 20px 8px;
  background-color: #fff;
  border-radius: 10px;
}
.simulation-result-list dl dd .num {
  font-family: "Roboto", sans-serif;
  color: #dd3838;
  font-weight: 600;
  font-size: 2em;
  margin: 0 0.1em 0 0.15em;
  letter-spacing: 0.01em;
  position: relative;
  bottom: -0.05em;
}
.simulation-result-list dl dd .none:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1px;
  background-color: #333;
  vertical-align: middle;
}

.simulation-note {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .simulation-result {
    padding: 40px 16px 16px 16px;
  }
  .simulation-result:before {
    border-top-width: 28px;
    border-bottom-width: 28px;
    border-left-width: 80px;
    border-right-width: 80px;
    margin-left: -80px;
  }
  .simulation-result-lead {
    text-align: left;
    margin: 8px 0 24px;
  }
  .simulation-result-list {
    margin-bottom: 16px;
  }
  .simulation-result-list dl {
    width: calc(50% - 6px);
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
  }
  .simulation-result-list dl dt {
    font-size: 1.5rem;
    flex-grow: 1;
    padding: 8px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .simulation-result-list dl dd {
    font-size: 1.5rem;
    line-height: 1.1;
    padding: 12px 4px;
  }
  .simulation-result-list dl dd .num {
    font-size: 1.6em;
  }
  .simulation-note {
    font-size: 1.6rem;
  }
}
#apply {
  background: url(../img/apply_bg.jpg) center center/cover no-repeat;
  padding: 72px 30px 56px;
  max-width: 1300px;
  border-radius: 40px;
  margin: 0 auto 10vh;
  position: relative;
}
#apply:before {
  content: "";
  width: 100%;
  height: 35%;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.apply-inner {
  position: relative;
  z-index: 1;
}

.illust {
  position: absolute;
}
.illust.slideup-is-show {
  opacity: 1;
  transition: opacity 0.8s 0.5s, transform 1.1s 0.5s, filter 0.6s 0.7s;
}

.illust-01 {
  right: -8%;
  top: -6px;
  width: 390px;
}

.illust-02 {
  left: -2%;
  bottom: -40px;
  width: 404px;
}

.apply-cont {
  margin: 0 auto 48px;
  z-index: 1;
}
.apply-cont:last-child {
  margin-bottom: 0;
}
.apply-cont strong {
  color: #e3ff8f;
}

.apply-head {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 auto 32px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.apply-shoulder {
  font-size: 3.3rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0;
  white-space: nowrap;
}
.apply-shoulder:before, .apply-shoulder:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3em;
  background-color: #5d5d5d;
  position: absolute;
  top: 50%;
  margin-top: -0.7em;
}
.apply-shoulder:before {
  left: -0.6em;
  transform: rotate(-17deg);
}
.apply-shoulder:after {
  right: -0.6em;
  transform: rotate(17deg);
}
.apply-shoulder span {
  font-size: 1.2em;
}

.apply-ttl {
  font-size: 3.2rem;
}
.apply-ttl strong {
  font-size: 1.3em;
  font-weight: 500;
  color: #dd3838;
}

.apply-lead {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.apply-btn {
  position: relative;
}
.apply-btn a {
  max-width: 580px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  border-radius: 16px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
  .apply-btn a {
    transition: 0.2s;
  }
  .apply-btn a:hover {
    transform: scale(1.05);
  }
}
.apply-btn a .ttl {
  font-weight: bold;
}
.apply-btn a .ico {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn-line a {
  background: rgb(186, 224, 108);
  background: linear-gradient(180deg, rgb(147, 203, 36) 0%, rgb(59, 175, 80) 100%);
  padding: 16px 48px 16px 88px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-line a .ttl {
  font-size: 2.6rem;
  text-shadow: 0 0 8px rgba(22, 70, 11, 0.4);
}
.btn-line a .sub {
  font-size: 1.6rem;
}
.btn-line a .ico {
  left: 24px;
  width: 48px;
}

.btn-mail a {
  background: linear-gradient(180deg, rgb(17, 156, 199) 0%, rgb(43, 79, 180) 100%);
  padding: 16px 40px 16px 72px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-mail a .ttl {
  font-size: 2.6rem;
}
.btn-mail a .ico {
  left: 24px;
  width: 50px;
}

@media print, screen and (min-width: 769px) {
  .btn-tel a {
    color: #2a4493;
    padding: 0;
    box-shadow: none;
    pointer-events: none;
  }
}
.btn-tel a .ico {
  display: inline-block;
  position: static;
  transform: none;
  width: 55px;
  margin-right: 16px;
  filter: invert(29%) sepia(17%) saturate(2510%) hue-rotate(187deg) brightness(93%) contrast(98%);
}
.btn-tel a .ttl {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  #apply {
    width: 100%;
    background: url(../img/apply_bg.jpg) center center/cover no-repeat;
    padding: 64px 24px;
    border-radius: 0;
    margin-bottom: 80px;
  }
  #apply:before {
    height: 35%;
  }
  .illust {
    position: absolute;
  }
  .illust-01.slideup-is-show,
  .illust-02.slideup-is-show {
    opacity: 0.75;
  }
  .illust-01 {
    right: -10%;
    top: -32px;
    width: 165px;
  }
  .illust-02 {
    left: -15%;
    bottom: -40px;
    width: 220px;
  }
  .apply-cont {
    margin-bottom: 32px;
  }
  .apply-head {
    margin-bottom: 24px;
  }
  .apply-shoulder {
    font-size: 2.3rem;
    top: -44px;
  }
  .apply-ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .apply-lead {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .apply-btn a {
    position: relative;
    box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.1);
  }
  .apply-btn a .ico {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-line a {
    padding: 14px 32px 14px 56px;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-line a .ttl {
    font-size: 2rem;
  }
  .btn-line a .sub {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .btn-line a .ico {
    left: 14px;
    width: 36px;
  }
  .apply-cont-s {
    width: 48%;
  }
  .btn-mail a {
    background: linear-gradient(180deg, rgb(17, 156, 199) 0%, rgb(43, 79, 180) 100%);
    padding: 24px 32px 24px 56px;
    min-height: auto;
  }
  .btn-mail a .ttl {
    font-size: 2rem;
  }
  .btn-mail a .ico {
    left: 14px;
    width: 36px;
  }
  .btn-tel a {
    color: #fff;
    background: linear-gradient(180deg, rgb(149, 121, 240) 0%, rgb(94, 55, 168) 100%);
    padding: 24px 32px 24px 56px;
  }
  .btn-tel a .ico {
    width: 55px;
    position: absolute;
    left: 14px;
    top: 50%;
    width: 36px;
    transform: translateY(-50%);
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(260deg) brightness(114%) contrast(103%);
  }
  .btn-tel a .ttl {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
}
/* =================================================================
		#faq
================================================================= */
#faq {
  margin-bottom: 12vh;
}

.faq-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.faq-blc {
  border-bottom: 1px solid rgba(119, 122, 65, 0.3294117647);
  font-size: 1.7rem;
  padding-bottom: 28px;
  margin: 0 auto 28px 0;
}
.faq-blc dt,
.faq-blc dd {
  position: relative;
  padding-left: 4rem;
}
.faq-blc dt .ico,
.faq-blc dd .ico {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.faq-blc dt {
  font-weight: bold;
  margin-bottom: 20px;
}
.faq-blc dt .ico {
  color: #4d9ecf;
}
.faq-blc dt h3,
.faq-blc dt p {
  font-size: 1.8rem;
}
.faq-blc dd .ico {
  color: #ef8f3a;
}
.faq-blc .plusmark {
  width: 1.1em;
}

@media screen and (max-width: 736px) {
  #faq {
    margin-bottom: 64px;
  }
  .faq-blc {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .faq-blc dt,
  .faq-blc dd {
    padding-left: 3.5rem;
  }
  .faq-blc dt .ico,
  .faq-blc dd .ico {
    font-weight: bold;
    font-size: 3rem;
  }
  .faq-blc dt {
    margin-bottom: 12px;
  }
  .faq-blc dt h3,
  .faq-blc dt p {
    font-size: 1.6rem;
  }
}
/* =================================================================
		#footer
================================================================= */
.footer {
  color: #fff;
  padding: 0 30px;
  margin-top: 215px;
}

.footer-cont {
  max-width: 1400px;
  height: 18vw;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.footer-box-wrap {
  display: flex;
  justify-content: space-between;
}
.footer-box-wrap .box {
  color: #fff;
  font-size: 1.5rem;
  max-width: 350px;
  margin-right: 64px;
}
.footer-box-wrap .box dt {
  color: #fff;
  margin-bottom: 12px;
}
.footer-box-wrap .box dd strong {
  font-size: 1.6rem;
}
.footer-box-wrap a {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom {
  padding: 10px 30px;
  background-color: #111;
  font-size: 1.3rem;
  color: #d9d9d9;
}
.footer-bottom .inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-bottom a {
  color: #d9d9d9;
  text-decoration: underline;
}

.copyright {
  margin-right: 16px;
  color: #d9d9d9;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.copyright .mark {
  font-size: 1.1em;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 220px;
    padding: 0 16px;
  }
  .footer-cont {
    min-height: 360px;
    padding-bottom: 16px;
  }
  .footer-box-wrap {
    display: block;
  }
  .footer-box-wrap .box {
    max-width: none;
    margin-right: 0;
  }
  .footer-box-wrap .box:first-child {
    margin-bottom: 32px;
  }
  .footer-box-wrap .box dt {
    margin-bottom: 8px;
  }
  .footer-box-wrap .box dd strong {
    font-size: 1.5rem;
  }
  .footer-bottom {
    padding: 8px 16px;
  }
  .footer-bottom .inner {
    justify-content: center;
  }
  .copyright,
  .privacy {
    margin: 0 6px;
  }
}
/* =================================================================
		#fixed nav
================================================================= */
.fixedbtn-wrap {
  position: sticky;
  bottom: 32px;
  z-index: 999;
  padding-right: 22px;
}

a.fixedbtn {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 0;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 18px;
  box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, 0.06);
  padding: 0 64px 11px 74px;
  color: #fff;
  background: rgb(255, 146, 32);
  background: linear-gradient(139deg, rgb(0, 208, 192) 0%, rgb(59, 43, 180) 100%);
  outline: 2px solid rgba(0, 5, 128, 0.15);
  outline-offset: -2px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
  transition: bottom 0.25s ease, filter 0.2s;
}
a.fixedbtn.hide {
  bottom: -155px;
  transition: 0.3s;
}
a.fixedbtn.downward .arrow img {
  transform: rotate(-90deg);
}
@media (hover: hover) {
  a.fixedbtn:hover {
    filter: brightness(108%);
  }
}
a.fixedbtn .ico {
  position: absolute;
  left: 14px;
  top: 49%;
  width: 40px;
  transform: translateY(-50%);
}
a.fixedbtn .arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.fixedbtn .arrow img {
  transform: rotate(90deg);
  width: 16px;
  filter: invert(18%) sepia(76%) saturate(2703%) hue-rotate(230deg) brightness(94%) contrast(92%);
}
a.fixedbtn .ttl {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  font-weight: bold;
  margin-top: -0.85em;
  margin-bottom: 0.05em;
  text-shadow: rgb(52, 89, 135) 2px 0px 0px, rgb(52, 89, 135) 1.75517px 0.958851px 0px, rgb(52, 89, 135) 1.0806px 1.68294px 0px, rgb(52, 89, 135) 0.141474px 1.99499px 0px, rgb(52, 89, 135) -0.832294px 1.81859px 0px, rgb(52, 89, 135) -1.60229px 1.19694px 0px, rgb(52, 89, 135) -1.97998px 0.28224px 0px, rgb(52, 89, 135) -1.87291px -0.701566px 0px, rgb(52, 89, 135) -1.30729px -1.5136px 0px, rgb(52, 89, 135) -0.421592px -1.95506px 0px, rgb(52, 89, 135) 0.567324px -1.91785px 0px, rgb(52, 89, 135) 1.41734px -1.41108px 0px, rgb(52, 89, 135) 1.92034px -0.558831px 0px;
  position: relative;
}
a.fixedbtn .ttl .color {
  color: #f3ff64;
}
a.fixedbtn .ttl .num {
  font-size: 1.5em;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  bottom: -0.08em;
  margin: 0 0.1em 0 0.15em;
}
a.fixedbtn .note {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
a.fixedbtn .color {
  color: #f3ff64;
}
a.fixedbtn .point-10sec {
  padding: 6px 10px;
  border-radius: 6px;
  right: -12px;
  top: -20px;
  font-size: 1.6rem;
}
a.fixedbtn .point-10sec:before {
  width: 17px;
  left: 65%;
}

@media screen and (max-width: 768px) {
  .fixedbtn-wrap {
    bottom: 22px;
  }
  a.fixedbtn {
    right: 3%;
    border-radius: 12px;
    padding: 0 46px 7px 58px;
  }
  a.fixedbtn.hide {
    bottom: -180px;
  }
  a.fixedbtn.reach {
    bottom: 528px;
  }
  a.fixedbtn .ico {
    left: 14px;
    width: 32px;
  }
  a.fixedbtn .arrow {
    right: 10px;
    width: 25px;
  }
  a.fixedbtn .arrow img {
    width: 15px;
  }
  a.fixedbtn .ttl {
    font-size: 1.55rem;
  }
  a.fixedbtn .note {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
/* =================================================================
		#loading animation
================================================================= */
.loading-screen {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  --uib-size: 50px;
  --uib-color: #ffffff;
  --uib-speed: 1s;
  --uib-stroke: 3.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: calc(var(--uib-size) * 0.9);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .loading {
    --uib-size: 40px;
    --uib-stroke: 2.5px;
  }
}

.bar {
  width: var(--uib-stroke);
  height: 100%;
  background-color: var(--uib-color);
  transition: background-color 0.3s ease;
}

.bar:nth-child(1) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.45) infinite;
}

.bar:nth-child(2) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.3) infinite;
}

.bar:nth-child(3) {
  animation: grow var(--uib-speed) ease-in-out calc(var(--uib-speed) * -0.15) infinite;
}

.bar:nth-child(4) {
  animation: grow var(--uib-speed) ease-in-out infinite;
}

@keyframes grow {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
/* =================================================================
		#privacy
================================================================= */
.privacy-body {
  background: none;
}

.privacy-wrap {
  white-space: break-spaces;
  font-size: 1.7rem;
  max-width: 960px;
  margin: 0 auto 160px;
  padding: 0 30px;
  word-break: break-all;
}

.privacy-ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.btn-back {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  padding: 24px;
}
.btn-back a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.7rem;
  color: #fff;
  padding: 8px 64px;
  line-height: 1.4;
  background-color: #005ab4;
  margin: 0 auto;
  border-radius: 999px;
}
@media (hover: hover) {
  .btn-back a {
    transition: background-color 0.2s;
  }
  .btn-back a:hover {
    background-color: #00a5ba;
  }
}

@media screen and (max-width: 768px) {
  .privacy-wrap {
    font-size: 1.5rem;
    margin-bottom: 120px;
    padding: 20px 20px 0;
  }
  .privacy-ttl {
    font-size: 1.8rem;
  }
  .btn-back {
    padding: 16px;
  }
  .btn-back a {
    font-size: 1.6rem;
  }
}
/* =================================================================
		#about
================================================================= */
.collab-txt.first-about {
  margin-bottom: 10vh;
  text-shadow: 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255), 0 0 18px rgb(255, 255, 255);
}

.beginning-about {
  padding-bottom: 12vh;
  position: relative;
}

@media screen and (max-width: 768px) {
  .beginning-about {
    padding-bottom: 80px;
  }
}
/* =================================================================
		#注意喚起
================================================================= */
.attention {
  position: relative;
  z-index: 2;
  margin: 16px -30px 24px;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.5s 1s;
}
.attention.show {
  opacity: 1;
}
.attention p {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 10px;
  color: red;
  display: inline-block;
  font-weight: bold;
  border: red 1.5px solid;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  .attention {
    margin: 0;
    padding: 10px 14px 0;
  }
  .attention p {
    padding: 0.9em;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
#motto {
  margin-bottom: 10vh;
  overflow: hidden;
  background: url(../img/motto_bg_pc.jpg) center center/cover no-repeat;
}
#motto .inner {
  max-width: 1200px;
  padding: 6vw 20px;
  margin: 0 auto;
  position: relative;
}

.motto-heading {
  font-size: 3.8rem;
  color: #2a4493;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.14em;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 24px;
  position: relative;
}
.motto-heading span:nth-child(1) {
  letter-spacing: -0.05em;
}
.motto-heading span:nth-child(2) {
  letter-spacing: -0.15em;
}
.motto-heading span:nth-child(3) {
  letter-spacing: -0.05em;
}

.motto-cont {
  width: 55%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 50px;
  position: relative;
  z-index: 2;
}

.motto-txt p {
  font-size: 1.7rem;
  line-height: 2.2;
}

.motto-receptionist {
  position: absolute;
  right: 8%;
  top: 7%;
  height: 93%;
  text-align: center;
  line-height: 0;
}
.motto-receptionist img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  #motto {
    margin-bottom: 48px;
    padding: 0 24px;
    position: relative;
  }
  #motto .inner {
    padding: 32px 0 0;
  }
  .motto-heading {
    font-size: 2.5rem;
    margin-bottom: 16px;
    text-align: center;
  }
  .motto-cont {
    width: 100%;
    padding: 24px 30px 30px;
    margin-bottom: 12px;
  }
  .motto-txt p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .motto-receptionist {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 1;
    margin: -48px 0 -22%;
    z-index: 3;
  }
  .motto-receptionist img {
    width: 56%;
  }
}/*# sourceMappingURL=common.css.map */