@charset "UTF-8";
body {
  margin: 0;
  font-family: "Avenir", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #3d3527;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 700;
}
img {
  max-width: 100%;
}
a {
  scroll-behavior: smooth;
}
a:hover {
  opacity: 0.6;
}
.maru-font {
  font-family: sans-serif;
}
.bg-pink {
  background: #fffbed !important;
}
small {
  color: #747474;
  font-size: 12px;
  line-height: 140%;
  text-align: left;
  display: inline-block;
}
h3 span {
  color: #de1725;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
}
h3 strong {
  font-size: 32px;
  font-weight: 500;
}
/* bg */
.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: #fffbed;
  background-size: cover;
  background-position: center bottom;
}
.bg-layer::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_line.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainArea {
  position: relative;
  background: transparent;
  min-height: 100vh;
  height: auto;
  overflow: visible;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.spArea {
  border-left: solid 1px #ffe1cc;
  border-right: solid 1px #ffe1cc;
  position: relative;
  z-index: 99;
  background: #fff;
  width: 100%;
  max-width: 390px;
  height: auto;
  overflow: visible;
}
.spArea .mainWrap {
  background-color: #fff;
}
.wrap {
  padding: 32px 20px;
}
.fixbtn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  max-width: 390px;
  padding: 12px 20px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 5px 20px rgba(255, 152, 79, 0.5);
  transition: 0.5s;
}
.Btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.Btn span {
  display: block;
  font-size: 12px;
  line-height: 100%;
  margin-top: 16px;
  color: #3d3527;
}
.Btn a {
  display: block;
  color: #fff;
  background-color: #e8380d;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 60px;
  position: relative;
  letter-spacing: 1.5px;
}
.Btn a img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
#cv_btn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
header {
  background-color: #fff;
  padding: 16px;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
header .logo img {
  width: 126px;
}
/* FV */
.FV {
  background: #fffbed;
  padding-top: 32px;
}
.FV .catchcopy img {
  margin: 0 auto;
  width: 80%;
  margin-bottom: 16px;
}
.FV .sub-catch {
  margin-top: -20px;
  padding-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}
.FV .top-section img {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
/* point */
.title_point span {
  padding: 8px 24px;
  border-radius: 24px;
  display: block;
  color: #3d3527;
  font-size: 1.4rem;
  line-height: 100%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 14px;
  position: relative;
  text-decoration-line: underline;
}
.title_reason {
  font-size: 24px;
  color: #3d3527;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}
.point_read img{
  width: 90%;
  margin: 0 auto;
  margin-top: 16px;
}
.title_reason span {
  color: #e8380d;
}
.title_reason span span {
  font-size: 2em;
  vertical-align: -0.1em;
  margin-right: 0.05em;
}
.merit .meritList .meritItem {
  margin-bottom: 24px;
  border-radius: 12px;
  background: #f8f5f5;
  box-shadow: 0 4px 6px -1px rgba(132, 18, 18, 0.08);
  padding: 24px;
}
.merit .meritList .meritItem .meritpoint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.merit .meritList .meritItem .meritpoint span {
  font-size: 140%;
}
.merit .meritList .meritItem .meritpoint img {
  width: 36px;
  height: 36px;
}
.merit .meritList .meritItem .meritpoint p {
  font-size: 20px;
  font-weight: 700;
  color: #e8380d;
}
.merit .meritList .meritItem p {
  font-size: 16px;
}
.merit .meritList .meritItem p.meritpoint_text {
  font-size: 12px;
  margin: 16px auto 0;
  line-height: 1.4;
}
.point p {
  font-weight: 600;
  line-height: 1.4;
  margin-top: 16px;
  font-size: 20px;
}
.point p.strong {
  color: #e8380d;
  font-size: 32px;
  text-align: center;
}
.point p.strong span {
  font-size: 1.5em;
  margin-right: 4px;
}
.point p.small {
  font-size: 14px;
  line-height: 120%;
  margin-top: 12px;
  font-weight: 500;
}
.point .pointList > img {
  margin: 0 auto;
}
.point .pointList > *:not(:last-child) {
  margin-bottom: 16px;
}
.point .pointList .TotalBox {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 0 0 16px 0;
  text-align: center;
  border: 2px solid #e8380d;
}
.point .pointList .TotalBox .smalltitle {
  padding: 16px;
  background: #e8380d;
  color: #fff;
  font-size: 20px;
  border-radius: 9px 9px 0 0;
}
p.notes-text {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  text-align:
}
.smalltitle_2{
  font-size: 14px;
  color: #FFF15C;
}
.point .pointList .TotalBox strong {
  font-size: 24px;
  margin: 20px 0 8px 0;
  display: block;
}
.point .pointBox .point_circle {
  position: absolute;
  top: -30px;
  right: 12px;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background-color: #de1725;
  color: #fff;
  line-height: 100%;
  padding-top: 12px;
}
.point .pointBox .point_circle span {
  font-size: 28px;
}
.point .pointBox .point-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
}
.point .pointBox .point-inner img {
  width: 150px;
}
.point-ex-box {
  margin-top: 24px;
  border-radius: 12px;
  background: #f8f5f5;
  box-shadow: 0 4px 6px -1px rgba(132, 18, 18, 0.08);
  padding: 24px;
}
.point-ex-box p {
  margin: 0;
  font-weight: 700;
  color: #3d3527;
  text-align: center;
  font-size: 16px;
}
.point-ex {
  font-size: 12px;
  margin: 8px 16px;
  text-align: left;
}
.point_read2　.ex-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.point_read2 p.point-ex2 {
  font-size: 12px;
  font-size: 12px;
  margin: 8px 16px;
  text-align: left;
}
.ex-main {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #e8380d;
}
.ex-main .highlight {
  color: #e8380d;
  font-size: 26px;
  letter-spacing: -0.05em;
}
.ex-main .highlight_2 {
  color: #e8380d;
  letter-spacing: -0.05em;
}
.point-ex-box .ex-sub {
  font-size: 12px;
  letter-spacing: 0.05em;
}
p.strong span.point-text_2 {
  font-size: 24px;
  font-weight:800;
  margin-right: 4px;
}
.point .pointList .TotalBox2 {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 0 0 24px 0;
  text-align: center;
  border: 2px solid #FFC421;
}
.point .pointList .TotalBox2 .smalltitle {
  padding: 16px;
  background: #FFC421;
  color: #333;
  font-size: 20px;
  border-radius: 9px 9px 0 0;
}
p.notes-text {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 12px;
  text-align:
}
.smalltitle_2{
  font-size: 14px;
  color: #FFF15C;
}
.smalltitle_3{
  font-size: 14px;
  color: #E8380D;
}
.point .pointList .TotalBox2 strong {
  font-size: 24px;
  margin: 20px 0 8px 0;
  display: block;
}
.point .pointBox .point_circle {
  position: absolute;
  top: -30px;
  right: 12px;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background-color: #de1725;
  color: #fff;
  line-height: 100%;
  padding-top: 12px;
}
.point .pointBox .point_circle span {
  font-size: 28px;
}
.point-text2{
  color: #de1725;
}
/* info */
.title_info {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 100%;
  background-color: #3d3527;
  margin-left: -20px;
  margin-right: -20px;
  padding: 24px 0;
  box-sizing: border-box;
}
.info table tr {
  vertical-align: top;
  text-align: left;
}
.info table tr:nth-child(odd) {
  background: #f7f7f7;
}
.info table tr td a {
  color: #3d3527;
  text-decoration: underline;
}
.info table tr td small {
  color: #3d3527;
  font-size: 14px;
}
.info table tr td img {
  width: 70px;
}
.info table {
  border-collapse: collapse;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.info table tr th {
  width: 118px;
  padding: 16px 8px 16px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.info table tr td {
  padding: 16px 20px 16px 0;
  line-height: 140%;
  font-size: 14px;
}
/* footer */
footer {
  background: #f8f5f5;
  text-align: center;
  color: #3d3527;
}
footer .footerInner p {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
footer .footerInner p span {
  color: #e8380d;
}
footer .footerInner > span {
  margin-top: 16px;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
}
footer .Btn span {
  color: #3d3527;
  margin-top: 16px;
  font-size: 10px;
}
footer .adress-wrap {
  background: #fff;
  color: #3d3527;
  font-size: 12px;
  padding: 16px;
}
footer .adress-wrap a {
  text-decoration: underline;
  display: block;
}
footer .adress-wrap address {
  font-size: 12px;
  font-style: normal;
  margin-top: 16px;
  line-height: 120%;
}
/*LeftArea,RightArea */
.leftArea,
.rightArea {
  z-index: 10;
  width: calc((100% - 390px) / 2);
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  height: 100vh;
}
.leftArea .left-inner,
.leftArea .right-inner,
.rightArea .left-inner,
.rightArea .right-inner {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.leftArea .left-inner,
.rightArea .left-inner {
  width: 411px;
  height: 211px;
  background-image: url(../img/leftImage.webp);
}
.leftArea .right-inner,
.rightArea .right-inner {
  width: 413px;
  height: 398px;
  background-image: url(../img/rightImage_69760.webp);
}
@media screen and (max-width: 1260px) {
  .leftArea,
  .rightArea {
    width: calc((100% - 390px) / 2);
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .leftArea {
    display: none;
  }
  .spArea {
    width: 100%;
    max-width: none;
  }
  .spArea .fixbtn {
    max-width: none;
  }
}
