@charset "UTF-8";
body {
  margin: 0;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 16px;
  line-height: 140%;
  color: #27210D;
  font-weight: normal;
}

img {
  max-width: 100%;
}

a {
  scroll-behavior: smooth;
}
a:hover {
  opacity: 0.6;
}

.mainArea {
  position: relative;
  background: radial-gradient(50% 50% at 50% 50%, #F9F0C8 0%, #FFF 50%, #F9F0C8 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.mainArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/pc_ribon.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.spArea {
  position: relative;
  z-index: 99;
  background: #fff;
  width: 390px;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
.spArea::-webkit-scrollbar {
  display: none;
}
.spArea .mainwrap {
  background-color: #fff;
}

.Btn {
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  max-width: 390px;
}
.Btn a {
  width: 88%;
  margin: 0 auto;
  font-weight: bold;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: linear-gradient(359deg, #F4C44D -17.82%, #F4C550 -3.73%, #F4CA5C 9.19%, #F5D26F 22.11%, #F7DE89 33.85%, #F8E69C 40.9%, #F7E08F 53.81%, #F5D26E 78.47%, #F4C44D 99.61%);
  letter-spacing: 1.28px;
}
.Btn a img {
  margin-right: 6px;
}

.subBtn {
  border-bottom: 1px solid #01398B;
  display: inline-block;
}
.subBtn a {
  font-weight: normal;
  display: flex;
  color: #01398B;
  font-size: 14px;
  line-height: 140%;
  justify-content: center;
}
.subBtn a img {
  width: 16px;
}

header {
  background: #FFF;
}
header .logo {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.FV {
  text-align: center;
}
.FV span {
  width: 100%;
  padding: 8px 10px;
  background: #DCF0FF;
  display: block;
  color: #00388B;
  font-size: 14px;
  font-weight: bold;
}
.FV .fv-inner {
  background-image: url(../img/fv_bg.svg);
  background-size: cover;
  background-position: center;
  padding: 8px 14% 32px 14%;
  position: relative;
}
.FV .fv-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/sp_ribon.svg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.FV .fv-inner span {
  color: #C48F1C;
  font-size: 18px;
  font-weight: bold;
  background: transparent;
  margin-bottom: 8px;
}
.FV .fv-inner .catchcopy {
  margin: 24px 0;
}
.FV .fv-inner .subBtn {
  margin-top: 12px;
}
.FV .fee span {
  position: relative;
  font-weight: normal;
  display: inline;
  color: #27210D;
}
.FV .fee span::before, .FV .fee span::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #27210D;
  position: absolute;
  top: 12px;
}
.FV .fee span:before {
  transform: rotate(-40deg);
  left: -16px;
}
.FV .fee span:after {
  transform: rotate(40deg);
  right: -16px;
}
.FV .fee .subcatch {
  margin: 8px 0;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
  padding: 16px 0;
  position: relative;
  color: #C48F1C;
}
.FV .fee .subcatch:before, .FV .fee .subcatch:after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 143, 28, 0) 0%, #C48F1C 53.37%, rgba(196, 143, 28, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.FV .fee .subcatch:before {
  top: 0;
}
.FV .fee .subcatch:after {
  bottom: 0;
}
.FV .fee p {
  font-size: 12px;
  line-height: 140%;
}

.banner {
  padding: 40px 16px;
}

h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  border-radius: 8px 8px 0 0;
}

.service {
  padding: 0 16px;
  margin-bottom: 40px;
}
.service h2 {
  background: #C48F1C;
}
.service .content-inner {
  border: 2px solid #C48F1C;
  padding: 24px 12px;
  border-radius: 0 0 8px 8px;
  background: #FFFFED;
}
.service .content-inner .list-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: center;
  gap: 16px;
  font-size: 20px;
}
.service .content-inner .list-item:nth-child(2) {
  position: relative;
}
.service .content-inner .list-item:nth-child(2)::before, .service .content-inner .list-item:nth-child(2)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 143, 28, 0) 0%, #C48F1C 53.37%, rgba(196, 143, 28, 0) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.service .content-inner .list-item:nth-child(2)::before {
  top: 0;
}
.service .content-inner .list-item:nth-child(2)::after {
  bottom: 0;
}
.service .content-inner .list-item img:nth-child(1) {
  max-width: 64px;
}
.service .content-inner .list-item img:nth-child(2) {
  max-width: 75%;
}
.service .content-inner .list-item .content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service .content-inner .list-item .content img {
  max-width: 62px;
}

.info {
  padding: 0 16px;
  margin-bottom: 40px;
}
.info h2 {
  background: #33ACDE;
}
.info .content-inner {
  border-radius: 0 0 8px 8px;
  border: 2px solid #33ACDE;
}
.info table {
  border-collapse: collapse;
}
.info table tr {
  vertical-align: top;
  text-align: left;
}
.info table tr:nth-child(odd) {
  background: #F5FAFD;
}
.info table tr th {
  width: 86px;
  margin-right: 24px;
  padding: 16px 0 16px 16px;
  display: inline-block;
  line-height: 130%;
  font-size: 14px;
  font-weight: normal;
}
.info table tr td {
  padding: 16px 16px 16px 0;
  line-height: 140%;
  font-size: 12px;
}
.info table tr td li {
  display: flex;
  gap: 4px;
}
.info table tr td li.subBtn {
  display: inline-block;
}
.info table tr td small {
  color: #6A6A6A;
  font-size: 10px;
  line-height: 150%;
}
.info table tr td small a {
  color: #01398B;
  text-decoration: underline;
}
.info table tr td img {
  float: left;
}
.info table tr td li:not(:last-child) {
  margin-bottom: 8px;
}

footer {
  background: #27210D;
  color: #fff;
  padding: 24px 24px 80px 24px;
}
footer address {
  font-size: 10px;
  font-style: normal;
}

.leftArea {
  z-index: 3;
  width: calc((100% - 390px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
}
.leftArea img {
  min-width: 200px;
}

.rightArea {
  z-index: 10;
  width: calc((100% - 390px) / 2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8vw;
}
.rightArea-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 400px;
}
.rightArea-inner .logo {
  width: 100%;
}
.rightArea-inner .logo img {
  width: 100%;
}
.rightArea img {
  min-width: 180px;
}

@media screen and (max-width: 768px) {
  .leftArea, .rightArea {
    display: none;
  }
  .spArea {
    width: 100%;
  }
}

.util-link--blank {
  color: #09f;
}
.util-link--blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  vertical-align: middle;
  background: url(/app-files/img/sprite/icon.svg#blank-usage) no-repeat center center;
  background-size: contain;
}