@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: normal;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: bold;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "hanazome";
  font-weight: normal;
  src: url("../font/hanazome_font.woff2") format("woff2");
}
/* css-wipe */
* {
  box-sizing: border-box;
}
/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input:focus {
  outline: none;
}
ul, ol {
  list-style-type: none;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
body {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.2666666667;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
  display: block;
  height: auto;
  width: 100%;
}
.w_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .w_container {
       padding-left: 5px;
    padding-right: 5px;
  }
	.diff .w_container {

		 padding-left: 15px;
    padding-right: 15px;
  }
}
main {
  overflow-x: hidden;
}
.footer {
  background-color: #E5E8EB;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 40px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 10px;
    padding-top: 14px;
  }
}
.footer_nav {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
    gap: 5px;
  }
}
.copyRight {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyRight {
    margin-top: 10px;
  }
}
.pageTop {
  bottom: 55px;
  height: 51px;
  position: fixed;
  right: 55px;
  width: 51px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pageTop {
    height: 35px;
    right: 11px;
    width: 35px;
  }
}
.fixed_nav {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  height: 100px;
  left: 0;
  position: fixed;
  transition: visibility 0.3s;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fixed_nav {
    height: 65px;
  }
}
.fixed_nav_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fixed_nav_inner {
    gap: 20px;
  }
}
.btn_round {
  background-color: #1B9F39;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  width: 246px;
}
@media screen and (max-width: 767px) {
  .btn_round {
    font-size: 13px;
    padding: 12px 0;
    width: 168px;
  }
}
.btn_round--red {
  background-color: #fb4b07;
}
.header {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header_logo {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 134px;
  }
}
.header_nav ul {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .header_nav ul {
    gap: 4px;
  }
}
.header_nav ul > li a {
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  font-size: 15px;
  font-weight: bold;
  height: 47px;
  min-width: 137px;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .header_nav ul > li a {
    font-size: 13px;
    min-width: 84px;
  }
}
.header_nav ul > li:nth-of-type(1) a {
  background-color: #1B9F39;
}
.header_nav ul > li:nth-of-type(2) a {
  background-color: #E84709;
}
.fv {
  aspect-ratio: 1366/558;
  position: relative;
  z-index: 1;
}
.fv > *:not(.fv_img) {
  position: absolute;
  z-index: 2;
}
.fv > *:not(.fv_img) > * {
  position: absolute;
}
.fv_img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.fv_catch {
  color: #fb4b07;
  z-index: 5 !important;
}
.fv_catch > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_catch .fv_catch1 {
  font-size: 4.00vw;
  left: 11.57vw;
  top: 13.81vw;
  color: #333;
  font-weight: bold;
  line-height: 5.40vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch1 {
    font-size: 6.40vw;
    left: 2.67vw;
    top: 44.85vw;
    line-height: 9.60vw;
  }
}
.fv_catch .fv_catch2 {
  margin-top: 3vw;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 5.85vw;
  left: 11.57vw;
  padding: min(5px, 0.37vw) min(5px, 0.37vw) min(10px, 0.73vw);
  top: 25.99vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch2 {
    margin-top: 5vw;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13.87vw;
    left: 0vw;
    padding: 0 5px 5px;
    top: 68.6vw;
  }
}
.fv_catch .fv_catch3 {
  background-color: #fff;
  font-size: 6.37vw;
  left: 11.57vw;
  padding: min(5px, 0.37vw) min(5px, 0.37vw) min(10px, 0.73vw);
  top: 29.87vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch3 {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13.87vw;
    left: 0vw;
    padding: 0 5px 5px;
    top: 76.53vw;
  }
}
.fv_catch .fv_catch4 {
  background-color: #400FCD;
  color: #fff;
  font-size: 2vw;
  left: 11.57vw;
  padding: min(5px, 0.37vw) min(32px, 2.37vw) min(10px, 0.73vw);
  top: 25.87vw;
}
@media screen and (max-width: 767px) {
  .fv_catch .fv_catch4 {
    font-size: 5.47vw;
    left: 0vw;
    padding: 4px 14px 5px;
    top: 65.60vw;
  }
}
.fv_subCatch {
  color: #fff;
  font-size: 1.70vw;
  font-weight: bold;
  right: 12.00vw;
  top: 27.89vw;
  white-space: nowrap;
  z-index: 5 !important;
}
@media screen and (max-width: 767px) {
  .fv_subCatch {
    font-size: 4.35vw;
    right: 0vw;
    top: 107.2vw;
  }
}
.fv_subCatch > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_subCatch2 {
  color: #fb4b07;
  z-index: 5 !important;
}
.fv_subCatch2 > * {
  font-weight: bold;
  white-space: nowrap;
}
.fv_subCatch2 .fv_subCatch2_1 {
  font-size: 1.96vw;
  left: 64.57vw;
  top: 34.5vw;
  color: #333;
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_1 {
    font-size: 5.33vw;
    left: 42.8vw;
    top: 124.67vw;
  }
}
.fv_subCatch2 .fv_subCatch2_2 {
  color: #fb4b07;
  font-size: 4.96vw;
  left: 68.70vw;
  top: 31.6vw;
  font-family: "Lucida Grande";
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_2 {
    font-size: 12.00vw;
    left: 54.17vw;
    top: 118.00vw;
    letter-spacing: -2px;
  }
}
.fv_subCatch2 .fv_subCatch2_3 {
  font-size: 1.96vw;
  left: 82.87vw;
  top: 34.5vw;
}
@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_3 {
    font-size: 5.33vw;
    left: 87.0vw;
    top: 124.67vw;
  }
}
.fv_group1 {
  height: 10.03vw;
  left: 10.47vw;
  top: 1.61vw;
  width: 28.18vw;
}
@media screen and (max-width: 767px) {
  .fv_group1 {
    font-size: 5.33vw;
    height: 22.4vw;
    left: 2.67vw;
    top: 7.47vw;
    width: 61.33vw;
  }
}
.fv_group1 img {
  height: 100%;
  width: 100%;
}
.fv_underline {
  height: 3.26vw;
  left: 9.74vw;
  top: 15.91vw;
  width: 41.5vw;
}
@media screen and (max-width: 767px) {
  .fv_underline {
    height: 5.67vw;
    left: 0vw;
    top: 48.50vw;
    width: 66.00vw;
  }
}
.fv_underline_02 {
  height: 3.26vw;
  left: 9.74vw;
  top: 19.91vw;
  width: 49.8vw;
}
@media screen and (max-width: 767px) {
  .fv_underline_02 {
    height: 3.67vw;
    left: 0vw;
    top: 56.10vw;
    width: 79.90vw;
  }
}
.fv_underline img {
  height: 100%;
  width: 100%;
}
.fv_rect03 {
  height: 3.88vw;
  right: 10.47vw;
  top: 27.38vw;
  width: 25.77vw;
}
@media screen and (max-width: 767px) {
  .fv_rect03 {
    height: 8.27vw;
    right: -2.67vw;
    top: 106.67vw;
    width: 63.2vw;
  }
}
.fv_rect03 img {
  height: 100%;
  width: 100%;
}
.fv_rect04 {
  bottom: 1.46vw;
  height: 7.47vw;
  right: 10.4vw;
  width: 25.84vw;
}
@media screen and (max-width: 767px) {
  .fv_rect04 {
    height: 19.47vw;
    right: -2.67vw;
    top: 116.8vw;
    width: 63.2vw;
  }
}
.fv_rect04 img {
  height: 100%;
  width: 100%;
}
.goukaku_cont_inner {
  max-width: 900px;
  margin: 50px auto;
}
.goukaku_cont_bnr {
  text-align: center;
  background-image: url(../img/bnr_bg.webp);
  color: #fff;
  display: flex;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
}
.goukaku_cont_catch {
  font-size: 26px;
}
.goukaku_cont_catch span {
  font-size: 20px;
}
.goukaku_cont_number {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 4px;
  margin-top: -5px;
  white-space: nowrap;
  letter-spacing: -6px;
  font-family: "Lucida Grande";
  text-shadow: 3px 5px 0px #B20023;
}
.goukaku_cont_number .mei {
  font-size: 30px;
  letter-spacing: 0;
}
.goukaku_cont_number .jp {
  font-size: 75px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.goukaku_cont_year_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.goukaku_cont_year {
  font-size: 22px;
  position: relative;
  line-height: 1.6;
  padding: 0 20px 3px;
  background: #B20023;
  font-weight: normal;
}
.goukaku_cont_year::after, .goukaku_cont_year::before {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #B20023 transparent;
  border-style: solid;
  content: '';
}
.goukaku_cont_year::before {
  left: -14px;
  border-width: 19px 0px 19px 14px;
}
.goukaku_cont_year::after {
  right: -15px;
  border-width: 19px 15px 19px 0px;
}
@media screen and (max-width: 767px) {
  .goukaku_cont_inner {
    margin: 20px auto;
    width: 375px;
  }
  .goukaku_cont_bnr {
    text-align: center;
    background-image: url(../img/bnr_bg_sp.webp);
    color: #fff;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 163px;
  }
  .goukaku_cont_catch {
    font-size: 20px;
  }
  .goukaku_cont_catch span {
    font-size: 20px;
  }
  .goukaku_cont_number {
    font-size: 49px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 3px;
    white-space: nowrap;
    letter-spacing: -3px;
    font-family: "Lucida Grande";
    text-shadow: 3px 5px 0px #B20023;
  }
  .goukaku_cont_number .mei {
    font-size: 30px;
    letter-spacing: 0;
  }
  .goukaku_cont_number .jp {
    font-size: 35px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
  .goukaku_cont_year_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .goukaku_cont_year {
    font-size: 17px;
    position: relative;
    line-height: 1.6;
    padding: 0 10px 3px;
    background: #B20023;
  }
  .goukaku_cont_year::after, .goukaku_cont_year::before {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #B20023 transparent;
    border-style: solid;
    content: '';
  }
  .goukaku_cont_year::before {
    left: -14px;
    border-width: 16px 0px 15px 14px;
  }
  .goukaku_cont_year::after {
    right: -14px;
    border-width: 16px 14px 15px 0;
  }
}
.goukaku1 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .goukaku1 {
    padding-bottom: 16px;
    padding-top: 28px;
  }
}
.goukaku1_inner.w_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 601px;
}
@media screen and (max-width: 767px) {
  .goukaku_cont {}
}
.goukaku_cont h2 {
  font-weight: bold;
}
.goukaku2 {
  background-color: #fcf7df;
  padding-bottom: 60px;
  padding-top: 40px;
  margin-top: 60px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .goukaku2 {
    padding-bottom: 30px;
    padding-top: 27px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.goukaku2 h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .goukaku2 h2 {
    font-size: 23px;
    line-height: 1.78;
  }
}
.goukaku2 h2 span {
  background-image: linear-gradient(to right, #e84709, #f98b08);
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .goukaku2 h2 span {
    margin-right: 0;
  }
}
.goukaku2 .goukaku2_cont {
  align-items: flex-start;
  display: flex;
  gap: 46px;
  justify-content: center;
  margin-top: 45px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .goukaku2 .goukaku2_cont {
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    max-width: 365px;
  }
}
.goukaku2_inner.w_container {
  max-width: 820px;
}
.onayami {
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onayami {
    padding-bottom: 120px;
    margin-top: -20px;
  }
}
.onayami_ttlCont {
  position: absolute;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .onayami_ttlCont {
    top: -60px;
  }
}
.onayami_ttlPositioner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.onayami_ttl {
  font-size: clamp(40px, 67.8px + 1.67vw, 50px);
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .onayami_ttl {
    font-size: 21px;
  }
}
.onayami_ttl span {
  font-size: clamp(59px, 46.1px + 1.67vw, 69px);
}
@media screen and (max-width: 767px) {
  .onayami_ttl span {
    font-size: 29px;
  }
}
.onayami_ttl .sweat {
  position: absolute;
  right: 95px;
  top: -34px;
  width: 59px;
}
@media screen and (max-width: 767px) {
  .onayami_ttl .sweat {
    right: 39px;
    top: -13px;
    width: 26px;
  }
}
.onayami_inner.w_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  margin-top: 130px;
  padding-top: 20.43vw;
}
.onayami_txt {
  background-color: #fff;
  font-size: 34px;
  font-weight: bold;
  padding: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .onayami_txt {
    font-size: 15px;
    padding: 15px 0px;
  }
  .onayami_inner.w_container {
    padding-top: 30.43vw;
  }
}
.onayami_txt + .onayami_txt {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .onayami_txt + .onayami_txt {
    margin-top: 14px;
  }
}
.sec01_people {
  -webkit-transform: translateX(-50%);
  bottom: -25px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 285px;
}
@media screen and (max-width: 767px) {
  .sec01_people {
    bottom: -10px;
    width: 166px;
  }
}
.carrierUp {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .carrierUp {
    padding-bottom: 50px;
    padding-top: 0;
  }
}
.carrierUp_orange {
  background-color: #f8b641;
  padding-bottom: 80px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .carrierUp_orange {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.carrierUp_orange::after {
  border-color: #f8b641 transparent transparent transparent;
  border-style: solid;
  border-width: 60px 60px 0 60px;
  bottom: -59px;
  content: "";
  height: 0px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0px;
}
@media screen and (max-width: 767px) {
  .carrierUp_orange::after {
    border-width: 30px 30px 0 30px;
    bottom: -29px;
  }
}
.carrierUp_orange p {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .carrierUp_orange p {
    font-size: 18px;
    line-height: 1.33;
  }
}
.carrierUp_orange h2 {
  -webkit-transform: rotate(-2deg);
  align-items: center;
  background-color: #0982c3;
  color: #fff;
  display: flex;
  font-size: 50px;
  font-weight: bold;
  height: 140px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  transform: rotate(-2deg);
  width: 893px;
}
@media screen and (max-width: 767px) {
  .carrierUp_orange h2 {
    font-size: 23px;
    height: 55px;
    margin-top: 20px;
    width: 390px;
  }
}
.forty {
  background-color: #d3edf7;
  padding-bottom: 40px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .forty {
    padding-bottom: 30px;
    padding-top: 48px;
  }
}
.forty_inner.w_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.forty_inner.w_container h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .forty_inner.w_container h2 {
    font-size: 23px;
    line-height: 1.35;
  }
}
.forty_inner.w_container h2 .dokkiri {
  position: absolute;
  right: -14px;
  top: -33px;
  width: 83px;
}
@media screen and (max-width: 767px) {
  .forty_inner.w_container h2 .dokkiri {
    right: -12px;
    top: -18px;
    width: 49px;
  }
}
.forty_desc {
  font-size: 18px;
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .forty_desc {
    font-size: 14px;
    margin-top: 12px;
  }
}
.forty_graph {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .forty_graph {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 81.9178082192%;
  }
}
.forty_cont {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .forty_cont {
    gap: 15px;
    margin-top: 25px;
  }
}
.forty_cont_txt {
  flex: 0 0 285px;
  font-size: 36px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .forty_cont_txt {
    flex: 0 0 180px;
    font-size: 22px;
    line-height: 1.3;
  }
}
.forty_cont_img {
  flex: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .forty_cont_img {
    flex: 0 0 106px;
  }
}
.sinpai {
  padding-bottom: 55px;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .sinpai {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.sinpai_txt1 {
  font-family: "hanazome", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 37px;
  line-height: 1.38;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sinpai_txt1 {
    font-size: 22px;
  }
}
.sinpai_tape {
  -webkit-transform: rotate(-4deg);
  font-size: 41px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
  text-align: center;
  transform: rotate(-4deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sinpai_tape {
    font-size: 25px;
  }
}
.sinpai_tape img {
  -webkit-transform: translateX(-50%) rotate(4deg);
  left: 50%;
  position: absolute;
  top: -20%;
  transform: translateX(-50%) rotate(4deg);
  width: 120%;
  z-index: -1;
}
.sinpai_inner h2 {
  color: #E84709;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 43px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sinpai_inner h2 {
    font-size: 22px;
    line-height: 1.39;
    margin-top: 16px;
  }
}
.sinpai_arrow {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .sinpai_arrow {
    margin-top: 10px;
    width: 86px;
  }
}
.point {
  background-color: #f2f0f0;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .point {
    padding-bottom: 100px;
  }
}
.point_ttl {
  background-image: linear-gradient(to right, #e84709, #f98b08);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 50px;
  font-weight: bold;
  height: 168px;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_ttl {
    font-size: 22px;
    height: 90px;
  }
}
.point_txt {
  font-size: 27px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_txt {
    font-size: 16px;
    margin-top: 16px;
  }
}
.point_txt .large {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .point_txt .large {
    font-size: 25px;
  }
}
.point_txt .red {
  color: #E84709;
  position: relative;
}
.point_txt .red::after {
  background-image: linear-gradient(to right, #e84709, #f98b08);
  bottom: -5px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .point_txt .red::after {
    height: 5px;
  }
}
.point_cont {
  -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.5%;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .point_cont {
    -ms-grid-columns: 1fr;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
}
.point_cont_item {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.point_cont_item_ttl {
  background-color: #f8b641;
  border-radius: 7px 7px 0 0;
  display: -ms-grid;
  display: grid;
  font-size: clamp(15px, 3.77px + 1.46vw, 20px);
  font-weight: bold;
  height: 81px;
  line-height: 1.3;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point_cont_item_ttl {
    font-size: 20px;
    height: 70px;
  }
}
.point_cont_item_ttl .label {
  left: 0;
  position: absolute;
  top: -21px;
  width: 74px;
}
@media screen and (max-width: 767px) {
  .point_cont_item_ttl .label {
    width: 66px;
  }
}
.point_cont_item_body {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .point_cont_item_body {
    padding: 8px;
  }
}
.point_cont_item_body_cont {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .point_cont_item_body_cont {
    margin-top: 24px;
  }
}
.point_cont_item_body_cont p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.point_cont_item_body_cont p .marker {
  background: linear-gradient(transparent 70%, #ffa850 70%);
}
@media screen and (max-width: 767px) {
  .point_cont_item_body_cont p .marker {
    background: linear-gradient(transparent 80%, #ffa850 80%);
  }
}
.point_cont_item_body_cont figure {
  flex: 0 0 77px;
}
@media screen and (max-width: 767px) {
  .point_cont_item_body_cont figure {
    flex: 0 0 67px;
  }
}
.recommend {
  background-color: #fff;
  padding-bottom: 77px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .recommend {
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.recommend_ttlCont {
  position: absolute;
  top: -130px;
}
@media screen and (max-width: 767px) {
  .recommend_ttlCont {
    top: -60px;
  }
}
.recommend_ttlPositioner {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.recommend_ttl {
  color: #fff;
  font-size: clamp(40px, 67.8px + 1.67vw, 50px);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recommend_ttl {
    font-size: 21px;
  }
}
.recommend_inner.w_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .recommend_inner.w_container {
    padding-top: 0;
  }
}
.recommend_message {
  font-size: 35px;
  font-weight: bold;
  line-height: 2.26;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recommend_message {
    font-size: 20px;
  }
}
.recommend_message img {
  display: inline-block;
  vertical-align: bottom;
  width: 261px;
}
@media screen and (max-width: 767px) {
  .recommend_message img {
    width: 148px;
  }
}
.recommend_phone {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 268px;
}
@media screen and (max-width: 767px) {
  .recommend_phone {
    margin-top: 14px;
    width: 196px;
  }
}
.recommend_fukidashi {
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  width: 507px;
}
@media screen and (max-width: 767px) {
  .recommend_fukidashi {
    margin-top: 30px;
    width: 350px;
  }
}
.recommend_message2 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .recommend_message2 {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    max-width: 600px;
  }
}
.recommend_tableWrapper {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .recommend_tableWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
.recommend_table tr {
  border-bottom: 1px solid #707070;
}
.recommend_table tr:first-of-type {
  border-top: 1px solid #707070;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type {
    height: 30px;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(1) {
  width: 25.5434782609%;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(1) {
    width: 20%;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(2) {
  vertical-align: middle;
  width: 37.6086956522%;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(2) {
    width: 41.6438356164%;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(2) img {
  margin-left: auto;
  margin-right: auto;
  width: 169px;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(2) img {
    width: 85px;
  }
}
.recommend_table tr:first-of-type th:nth-of-type(3) {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table tr:first-of-type th:nth-of-type(3) {
    font-size: 13px;
  }
}
.recommend_table th, .recommend_table td {
  border-right: 1px solid #707070;
}
.recommend_table th:first-of-type, .recommend_table td:first-of-type {
  border-left: 1px solid #707070;
}
.recommend_table .bgOrange {
  background-color: #f8b641;
}
.recommend_table .bgBlue {
  background-color: #a9d8ea;
}
.recommend_table .bgGray {
  background-color: #efefef;
  font-size: 22px;
  height: 104px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgGray {
    font-size: 13px;
    height: 73px;
  }
}
.recommend_table .bgYellow {
  background-color: #fcf7df;
  background-image: url(../img/sec02_table_maru.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
  font-size: 22px;
  font-weight: bold;
  padding: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgYellow {
    background-image: url(../img/sec02_table_maru_sp.webp);
    background-size: 30%;
    font-size: 13px;
    padding: 8px;
  }
}
.recommend_table .bgSky {
  background-color: #e4f3f8;
  background-image: url(../img/sec02_table_batu.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20%;
  font-size: 22px;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recommend_table .bgSky {
    background-image: url(../img/sec02_table_batu_sp.webp);
    background-size: 30%;
    font-size: 13px;
    padding: 8px;
  }
}
.reason {}
@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 30px;
  }
}
.reason h2 {
  background-color: #f8b641;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  padding: 40px 0 60px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .reason h2 {
    font-size: 22px;
    padding: 24px 0;
  }
}
.reason_cont_item_sub_body figure {
  width: 460px;
}
.reason h2 img {
  -webkit-transform: translateY(-5px);
  display: inline-block;
  transform: translateY(-5px);
  vertical-align: middle;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .reason h2 img {
    width: 140px;
  }
}
.reason_cont {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .reason_cont {
    margin-top: 30px;
  }
  .reason_cont_item_sub_body figure, .reason_cont_item_body figure {
    width: 80%;
    margin: 20px auto 10px;
  }
}
.reason_cont_item_body .hyou {
  padding-top: 20px;
}
.reason_cont_item {
  background-color: #fff;
  border-bottom: solid 4px #FF8000;
  border-left: solid 4px #FF8000;
  border-radius: 7px;
  border-right: solid 4px #FF8000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason_cont_item {
    border-bottom: solid 3px #f98b08;
    border-left: solid 3px #f98b08;
    border-right: solid 3px #f98b08;
  }
  .reason_cont_item_body .hyou {
    padding-top: 0;
  }
}
.reason_cont_item_ttl {
  background-color: #ff9000;
  display: -ms-grid;
  display: grid;
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  place-items: center;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.reason_cont_item_ttl_icon .ttl_text {
  color: #fff;
  position: absolute;
  line-height: 1;
  font-size: 19px;
  top: 22px;
  text-align: center;
  left: 35px;
}
.reason_cont_item_ttl_icon .number {
  display: block;
  font-size: 46px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_ttl {
    font-size: 17px;
    height: 80px;
    padding: 16px 0 6px;
  }
  .reason_cont_item_ttl_icon .ttl_text {
    font-size: 11px;
    top: 10px;
    text-align: center;
    left: 17px;
  }
  .reason_cont_item_ttl_icon .number {
    font-size: 26px;
  }
}
.reason_cont_item_ttl_icon {
  left: 78px;
  position: absolute;
  top: -35px;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_ttl_icon {
    left: 0;
    top: -37px;
    font-weight: bold;
    width: 56px;
  }
}
.reason_cont_item_body .orange {
  color: #FF8000;
}
.org {
  color: #e94709;
}
.reason_cont_item--1 .reason_cont_item_body figure {
  width: 56vw;
}
@media screen and (max-width: 767px) {
  .reason_cont_item--1 .reason_cont_item_body figure {
    width: 255px;
  }
}
.reason_cont_item--8 .reason_cont_item_sub_body figure {
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .reason_cont_item--8 .reason_cont_item_sub_body figure {
    width: 255px;
  }
}
.reason_cont_item--2 figure {
  max-width: 720px;
}
.reason_cont_item--2 .reason_cont_item_body {
  display: block;
  text-align: center;
}
.reason_cont_item--3 figure {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .reason_cont_item--3 figure {
    width: 231px;
  }
}
.reason_cont_item--4 figure {
  width: 210px;
  margin-right: auto;
  margin-left: auto;
}
.reason_cont_item--5 figure {
  margin-right: auto;
  margin-left: auto;
  width: 260px;
}
.reason_cont_item--6 figure {
  width: 70%;
}
.reason_cont_item--7 figure {
  width: 50%;
}
.reason_cont_item_body {
  padding: 3vw 4vw;
  gap: 5vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_body {
    padding: 10px 15px;
    display: block;
  }
}
.reason_cont_item_body p {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_body p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
  }
}
.reason_cont_item_body p.small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_body p.small {
    font-size: 12px;
  }
}
.reason_cont_item_body p .strong {
  color: #f98b08;
  font-weight: bold;
}
.reason_cont_item_body figure {
  margin-left: auto;
  margin-right: auto;
}
.reason_cont_item_sub {
  background-color: #fff;
  padding: 40px 56px;
  border-radius: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_sub {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.reason_cont_item_sub_body {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.reason_cont_item_sub_ttl {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #FF8000;
  display: block;
  position: relative;
  padding: 0 0 0 6px;
}
.reason_cont_item_sub_text {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
}
.reason_cont_item_sub_ttl::before {
  content: "";
  background: url("../img/check.svg") no-repeat center/contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: -27px;
}
.reason_cont_item_sub_ttl_icon .number {
  display: block;
  font-size: 46px;
  line-height: 1;
}
.reason_cont_item_sub_text b {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .reason_cont_item_sub_ttl {
    font-size: 17px;
    height: auto;
    padding: 0 0 0 25px;
  }
  .reason_cont_item_sub_ttl::before {
    content: "";
    background: url("../img/check.svg") no-repeat center/contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 0;
  }
  .reason_cont_item_sub_text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.reason_cont_item_sub_body .attention {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  line-height: 1.6;
}
.free {
  padding-bottom: 70px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .free {
    padding-bottom: 40px;
    padding-top: 0;
  }
}
.free_message {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .free_message {
    font-size: 15px;
  }
}
.free_message::before, .free_message::after {
  background: #333;
  content: "";
  display: inline-block;
  height: 3em;
  position: absolute;
  top: -17px;
  vertical-align: middle;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .free_message::before, .free_message::after {
    top: -12px;
  }
}
.free_message::before {
  -webkit-transform: rotate(-35deg);
  left: -15px;
  transform: rotate(-35deg);
}
.free_message::after {
  -webkit-transform: rotate(35deg);
  right: -15px;
  transform: rotate(35deg);
}
.free_message img {
  -webkit-transform: translateY(-5px);
  display: inline-block;
  transform: translateY(-5px);
  vertical-align: middle;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .free_message img {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    width: 92px;
  }
}
.free_btn1 {
  background-color: #fff;
  border: solid 1px #1B9F39;
  border-radius: 999px;
  color: #1B9F39;
  display: grid;
  font-size: 22px;
  font-weight: bold;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
  place-items: center;
  position: relative;
  width: 240px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .free_btn1 {
    font-size: 15px;
    height: 27px;
    margin-top: 10px;
    width: 176px;
  }
}
.free_btn2 {
  background-color: #1B9F39;
  border-radius: 7px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 26px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14px;
  padding: 34px 0 28px;
  place-items: center;
  position: relative;
  box-shadow: 0 6px 22px 0 rgb(169 169 169 / 50%);
  width: 460px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .free_btn2 {
    font-size: 19px;
    height: auto;
    margin-top: -14px;
    width: 310px;
    padding: 26px 0 18px;
  }
}
.voice {
  background-color: #f7f5ee;
  padding-bottom: 60px;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 0;
    margin-top: 2rem;
  }
}
.voice h2 {
  background-color: #f6d08b;
  font-size: 33px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice h2 {
    font-size: 18px;
    padding: 5px;
    padding-left: 10px;
    text-align: center;
  }
}
.voice h2 img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .voice h2 img {
    margin-right: 15px;
    width: 60px;
  }
}
.voice_txt {
  font-size: 24px;
  margin-top: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice_txt {
    font-size: 16px;
    margin-top: 25px;
    padding-bottom: 0;
  }
}
.voice_small {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice_small {
    font-size: 12px;
  }
}
.voice_fukidashiTxt {
  background-color: #fff;
  border: 1px solid #F98B08;
  border-radius: 999px;
  color: #F98B08;
  font-size: 24px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 15px 35px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .voice_fukidashiTxt {
    font-size: 16px;
    margin-top: 20px;
    padding: 13px 45px;
  }
}
.voice_fukidashiTxt:after {
  -webkit-transform: rotate(135deg);
  background-color: #fff;
  border-right: solid 1px #F98B08;
  border-top: solid 1px #F98B08;
  bottom: -6px;
  content: "";
  height: 10px;
  left: calc(50% - 5px);
  position: absolute;
  transform: rotate(135deg);
  width: 10px;
}
.voice_cont {
  display: flex;
  column-gap: 3rem;
  row-gap: 80px;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .voice_cont {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    column-gap: 14px;
    row-gap: 50px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 25px;
  }
}
.voice_cont_item {
  background-color: #fff;
  position: relative;
  width: 36%;
  border-radius: 8px;
  padding: 80px 25px 22px;
  border: 3px solid #FF8000;
}
.voice_cont_item_attribute {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.voice_cont_item_period {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.voice_cont_item_period span:first-child {
  background: #fb4b07;
  padding: 4px 20px 6px;
  color: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
.voice_cont_item_period span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}
.voice_cont_item_period span:nth-child(3) {
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .voice_cont_item {
    padding: 14vw 6px 10px;
    width: calc(50% - 7px);
    display: block;
  }
  .voice_cont_item_period span:nth-child(3) {
    margin-top: 0;
  }
  .voice_cont_item_period span:first-child {
    padding: 3px 8px;
    font-size: 12px;
    margin-right: 5px;
  }
  .voice_cont_item_attribute {
    padding-bottom: 5px;
    font-size: 12px;
  }
  .voice_cont_item_period {
    padding-bottom: 8px;
  }
  .voice_cont_item_period span:nth-child(2) {
    font-size: 20px;
  }
}
.voice_cont_item_img {
  width: 120px;
  left: calc(50% - 60px);
  position: absolute;
  top: -50px;
  border: 3px solid #FF8000;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .voice_cont_item_img {
    width: 48%;
    left: calc(50% - 24%);
    top: -31px;
  }
}
.voice_cont_item_txt1 {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  color: #fb4b07;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 10px;
  font-weight: normal;
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .voice_cont_item_txt1 {
    font-size: 13px;
    padding-bottom: 8px;
  }
}
.voice_cont_item_txt2 {
  -ms-grid-row: 2;
  font-size: 17px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .voice_cont_item_txt2 {
    -ms-grid-column: 2;
    font-size: 12px;
    grid-column: 2;
    line-height: 1.48;
  }
}
.voice_divider {
  border-bottom: 1px dotted #707070;
  margin-top: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .voice_divider {
    margin-top: 15px;
  }
}
.voice_movie_head {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .voice_movie_head {
    margin-top: 15px;
  }
}
.voice_movie_head figure {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  width: 88px;
}
@media screen and (max-width: 767px) {
  .voice_movie_head figure {
    -webkit-transform: unset;
    transform: unset;
    width: 41px;
  }
}
.voice_movie_head p {
  border-bottom: 5px solid #f98b08;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width: 767px) {
  .voice_movie_head p {
    border-bottom: 3px solid #f98b08;
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.voice_movie_txt {
  color: #f98b08;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  .voice_movie_txt {
    font-size: 14px;
    margin-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.voice_movie {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 582px;
}
@media screen and (max-width: 767px) {
  .voice_movie {
    margin-top: 10px;
    width: 69.3333333333%;
  }
}
.voice_movie iframe {
  aspect-ratio: 582/327;
  height: 100%;
  width: 100%;
}
.voice_movie_btn {
  background-color: #d4954f;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  padding: 19px 19px 19px 20px;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .voice_movie_btn {
    font-size: 10px;
    padding: 15px 22px;
  }
}
.voice_ttlFromTutor {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .voice_ttlFromTutor {
    margin-top: 35px;
  }
}
.voice_message_cont {
  align-items: center;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .voice_message_cont {
    flex-direction: column;
    margin-top: 45px;
    margin-bottom: 30px;
  }
}
.voice_message_cont_leftCont {
  align-items: center;
  display: flex;
  gap: 17px;
  justify-content: flex-start;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont {
    gap: 10px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
.voice_message_cont_leftCont_img {
  flex: 0 0 35.9908883827%;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont_img {
    flex: 0 0 30.9333333333%;
  }
}
.voice_message_cont_leftCont_body_message {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont_body_message {
    font-size: 16px;
  }
}
.voice_message_cont_leftCont_body_name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont_body_name {
    font-size: 14px;
    margin-top: 20px;
  }
}
.voice_message_cont_leftCont_body_name span {
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_leftCont_body_name span {
    font-size: 12px;
  }
}
.voice_message_cont_rightCont {
  border-left: 1px dotted #707070;
  padding: 8px 8px 8px 17px;
}
@media screen and (max-width: 767px) {
  .voice_message_cont_rightCont {
    border-left: none;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .voice_message_cont_rightCont_message {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
  }
  .voice_message_cont_rightCont_message.is_active {
    display: block;
  }
  .voice_message_cont_rightCont_message.is_active + .message_continue {
    visibility: hidden;
  }
}
.message_continue {
  background: unset;
  border: none;
  color: #333;
  font-size: 15px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  text-decoration: underline;
}
.trial {
  padding-top: 75px;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .trial {
    padding-bottom: 25px;
    padding-top: 25px;
    margin-top: 35px;
  }
}
.trial_ttl {
  -webkit-transform: rotate(-6deg);
  background-color: #f6d08b;
  font-weight: bold;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  position: relative;
  text-align: center;
  transform: rotate(-6deg);
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .trial_ttl {
    -webkit-transform: unset;
    -webkit-clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
    height: 140px;
    transform: unset;
    width: 100%;
    margin-top: -35px;
  }
}
.trial_ttl span {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(6deg);
  font-size: 40px;
  left: 50%;
  line-height: 1.28;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(6deg);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .trial_ttl span {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    font-size: 20px;
    line-height: 1.35;
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
}
.trial_cont {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .trial_cont {
    margin-top: 0px;
  }
}
.trial_cont p {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .trial_cont p {
    font-size: 15px;
  }
}
.trial_cont figure {
  flex: 0 0 111px;
}
@media screen and (max-width: 767px) {
  .trial_cont figure {
    flex: 0 0 77px;
  }
}
.trial_tokuten_cont {
  -ms-grid-columns: 1fr 3.6111111111% 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.6111111111%;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 722px;
}
@media screen and (max-width: 767px) {
  .trial_tokuten_cont {
    -ms-grid-columns: 1fr;
    gap: 12px;
    grid-template-columns: 1fr;
    width: 86.8493150685%;
    margin-top: 40px;
  }
}
.registframe {
  height: 685px;
}
@media screen and (max-width: 767px) {
  .registframe {
    height: 872px;
  }
}
.trial_tokuten_item {
  background-color: #fcf7df;
  border: solid 3px #f98b08;
  padding: 18px 15px 18px 64px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trial_tokuten_item {
    padding: 12px 9px 12px 42px;
  }
}
.trial_tokuten_item p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .trial_tokuten_item p {
    font-size: 14px;
  }
}
.tokuten_label {
  left: -1px;
  position: absolute;
  top: -1px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .tokuten_label {
    width: 35px;
  }
}
.trial_banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
  max-width: 722px;
}
@media screen and (max-width: 767px) {
  .trial_banner {
    margin-top: 40px;
    width: 80.5797101449%;
  }
}
.trial_ttl--sugu {
  background-image: linear-gradient(to right, #e84709 -2%, #f98b08);
  color: #fff;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .trial_ttl--sugu {
    height: 120px;
    margin-top: 30px;
  }
}
.trial_txt {
  font-size: 29px;
  font-weight: bold;
  margin-top: 80px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_txt {
    font-size: 18px;
    margin-top: 30px;
  }
}
.trial_course {
  background-color: #fcf7df;
  border: solid 2px #0182c5;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 577px;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .trial_course {
    margin-top: 15px;
    padding: 12px 8px;
    width: 86.8493150685%;
  }
}
.trial_course {
  background-color: #fcf7df;
  border: solid 2px #0182c5;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 577px;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .trial_course {
    margin-top: 15px;
    padding: 12px 8px;
    width: 86.8493150685%;
  }
}
.trial_course {
  background-color: #fcf7df;
  border: solid 2px #0182c5;
  border-radius: 7px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 577px;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .trial_course {
    margin-top: 15px;
    padding: 12px 8px;
    width: 86.8493150685%;
  }
}
.trial_course_ttl {
  border-radius: 999px;
  color: #fff;
  display: -ms-grid;
  line-height: 1.2;
  display: grid;
  font-size: 29px;
  font-weight: bold;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  place-items: center;
  width: 366px;
}
.complete_course_title {
  height: 66px;
}
.trial_course_ttl .small_text {
  font-size: 14px;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .trial_course_ttl {
    font-size: 18px;
    height: 27px;
    width: 203px;
  }
  .trial_course_ttl .small_text {
    font-size: 11px;
    margin-top: -5px;
  }
}
.sale_price {
  display: flex;
  gap: 6px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.trial_course_price_normal {
  font-size: 20px;
}
.trial_course_price_normal span {
  font-size: 30px;
  text-decoration: line-through;
}
.trial_course_price_cp {
  color: #e84709;
  font-size: 30px;
  text-align: center;
}
.trial_course_price_cp span {
  font-size: 40px
}
.trial_course_price {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_course_price {
    font-size: 18px;
  }
}
.trial_course_price span {
  font-size: 63px;
  font-family: "Lucida Grande";
}
@media screen and (max-width: 767px) {
  .trial_course_price span {
    font-size: 37px;
  }
}
.trial_course_small {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_course_small {
    font-size: 14px;
  }
}
.trial_course_txt {
  font-size: 15px;
  margin-top: 25px;
}
.complete_course {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .trial_course_txt {
    font-size: 13px;
    margin-top: 8px;
  }
  .sale_price {
    display: flex;
    gap: 10px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .trial_course_price_normal {
    font-size: 14px;
  }
  .trial_course_price_normal span {
    font-size: 20px;
    text-decoration: line-through;
  }
  .trial_course_price_cp {
    color: #e84709;
    font-size: 20px;
    text-align: center;
  }
  .trial_course_price_cp span {
    font-size: 30px;
  }
  .trial_course_price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
}
.trial_course_list {
  -ms-grid-columns: 1fr 10px 1fr;
  display: -ms-grid;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .trial_course_list {
    gap: 5px;
  }
}
.trial_course_list li {
  background-color: #d2d0d0;
  font-size: 19px;
  font-weight: bold;
  padding: 3px 8px;
}
@media screen and (max-width: 767px) {
  .trial_course_list li {
    font-size: 12px;
    padding: 1px 2px;
  }
}
.trial_course_txt2 {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .trial_course_txt2 {
    font-size: 13px;
  }
}
.trial_course_1 {
  margin-top: 20;
}
@media screen and (max-width: 767px) {
  .trial_course_1 {
    margin-top: 5;
    margin-bottom: 10px;
  }
}
.trial_course_1 {
  border: solid 2px #0982c3;
}
.trial_course_1 .trial_course_ttl {
  background-color: #0182c5;
}
.trial_course_1 .trial_course_price {
  color: #0182c5;
}
.trial_course_2 {
  margin-top: 20;
}
@media screen and (max-width: 767px) {
  .trial_course_2 {
    margin-top: 5;
    margin-bottom: 10px;
  }
}
.trial_course_2 {
  border: solid 2px #ef8731;
}
.trial_course_2 .trial_course_ttl {
  background-color: #ef8731;
}
.trial_course_2 .trial_course_price {
  color: #ef8731;
}
.trial_course_3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .trial_course_3 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.trial_course_3 {
  border: solid 2px #89d049;
}
.trial_course_3 .trial_course_ttl {
  background-color: #89d049;
}
.trial_course_3 .trial_course_price {
  color: #89d049;
}
.catch_coures {
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin: 30px 0 10px;
}
.catch_coures span {
  display: block;
}
.complete_course_img_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.complete_course_img {
  width: 270px;
}
.complete_course_text {
  font-size: 18px;
  font-weight: bold;
}
.trial_course_2 .trial_course_list {}
@media screen and (max-width: 767px) {
  .trial_course_2 .trial_course_list {
    margin-top: 5px;
  }
  .complete_course_text {
    font-size: 14px;
    font-weight: bold;
  }
  .complete_course_img {
    width: 40vw;
  }
  .catch_coures {
    font-size: 18px;
    margin: 10px 0;
  }
  .complete_course_img_inner {
    margin-top: 5px;
    gap: 2px;
  }
}
.trial_submit_txt {
  font-size: 27px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .trial_submit_txt {
    font-size: 15px;
    margin-top: 48px;
  }
}
.trial_submit_txt::before, .trial_submit_txt::after {
  height: 2em;
  top: -9px;
}
@media screen and (max-width: 767px) {
  .trial_submit_txt::before, .trial_submit_txt::after {
    top: -7px;
  }
  .complete_course_title {
    height: 40px;
  }
}
.trial_submit_txt::before {
  left: -20px;
}
.trial_submit_txt::after {
  right: -20px;
}
.trial_submit_btn {
  background-color: #e84709;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  padding: 25px 62px 24px 63px;
  text-align: center;
  width: 485px;
}
@media screen and (max-width: 767px) {
  .trial_submit_btn {
    font-size: 22px;
    margin-top: 22px;
    padding: 10px 0;
    width: 269px;
  }
}
.trial_amazon {
  font-size: 23px;
  line-height: 1.3;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .trial_amazon {
    font-size: 14px;
    margin-top: 65px;
  }
}
.trial_amazon span {
  font-size: 29px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .trial_amazon span {
    font-size: 18px;
  }
}
.trial_amazon::before {
  -webkit-transform: rotate(-20deg);
  left: -30px;
  transform: rotate(-20deg);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .trial_amazon::before {
    left: -15px;
  }
}
.trial_amazon::after {
  -webkit-transform: rotate(20deg);
  right: -30px;
  transform: rotate(20deg);
  width: 1px;
}
@media screen and (max-width: 767px) {
  .trial_amazon::after {
    right: -15px;
  }
}
.trial_amazon_txt {
  font-size: 24px;
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_amazon_txt {
    font-size: 16px;
    margin-top: 2px;
  }
}
.trial_amazon_small {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trial_amazon_small {
    font-size: 12px;
  }
}
.trial_amazon_list {
  font-size: 24px;
  list-style-type: decimal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
  max-width: 748px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .trial_amazon_list {
    font-size: 16px;
    margin-top: 11px;
    padding-left: 30px;
  }
}
.trial_amazon_txt2 {
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 748px;
}
@media screen and (max-width: 767px) {
  .trial_amazon_txt2 {
    font-size: 12px;
    padding: 0 2%;
  }
}
.trial_present {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 417px;
}
@media screen and (max-width: 767px) {
  .trial_present {
    margin-top: 13px;
    width: 232px;
  }
}
.sm_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sm_only {
    display: block !important;
  }
}
.md_only {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md_only {
    display: block !important;
  }
}
.lg_only {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .lg_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .mdLg_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .smMd_only {
    display: none !important;
  }
}
/*------　日付入りバナー用css　------*/
.bnr_campaign_date {
  position: relative;
  max-width: 690px;
  margin: 0 auto;
}
.bnr_campaign_date .date_in_bnr {
  background: #bfe8ff;
  position: absolute;
  bottom: 27px;
  padding: 1px 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #333;
  font-weight: bold;
  font-size: 22px;
}
.date_in_bnr_10 .date_in_bnr {
  background: #ffe29f !important;
}
.bnr_campaign_date .date_in_bnr span {
  font-size: 14px;
}
.bnr_campaign_date img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .bnr_campaign_date .date_in_bnr {
    bottom: 2.85vw;
    font-size: 2.8vw;
  }
  .bnr_campaign_date .date_in_bnr span {
    font-size: 1.8vw;
  }
}
/* 20240820追加 */
.banner {
  margin-block: 3em 1em;
  padding-block: 3em;
  /* background: #e4ccff; */
}
@media (max-width: 768px) {
  .banner__inner {
    padding-inline: 20px;
  }
}
.section_title_text {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 50px 0;
}
.section_title_text .marker {
  background: linear-gradient(transparent 50%, #F0B634 30%);
}
.reason_cont_item_box {
  background: #ececec;
  padding: 60px 50px 20px;
  margin-bottom: 80px;
  border-radius: 7px;
}
.reason_cont_item_box:last-child {
  margin-bottom: 0;
}
.hikaku {
  margin-top: 100px
}
.contents {
  position: relative;
}
.contents td a {
  color: #3986d9;
  text-decoration: underline;
}
.col-6 table td, .col-6 table th {
  width: calc(100% / 6);
}
.hikaku table {
  margin: auto;
  margin-top: 30px
}
.hikaku table th {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 14px;
  font-weight: 600
}
.hikaku table th a {
  color: #fff
}
.hikaku table td {
  border: 1px solid #d4d4d4;
  background: #fff;
  display: table-cell;
  text-align: center;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}
.hikaku table td:first-child {
  background: #efefef;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  min-width: 170px;
}
.hikaku table td img {
  width: 28px;
  margin: 0 auto;
}
.hikaku table td.price img {
  width: 130px
}
.hikaku .modalWrapper .sub_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 30px
}
.hikaku .modalWrapper .sub_title span {
  font-size: 16px
}
.hikaku .modalWrapper .midashi {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px
}
.hikaku .modalWrapper .box {
  margin-bottom: 50px
}
.hikaku .modalWrapper .box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.hikaku .modalWrapper .box .flex p {
  width: 45%
}
.hikaku .modalWrapper .box .flex p:first-child {
  margin-right: 15px
}
.hikaku .modalWrapper .img {
  text-align: center;
  max-width: 80%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px
}
.hikaku .modalWrapper .img img {
  margin: 0 auto;
  width: 100% !important;
  height: auto !important;
}
.top-main-lineup__block-title {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.hikaku .modalWrapper .txt {
  text-align: center;
  font-size: 16px;
  margin: auto
}
.hikaku .sub_txt {
  width: 90%;
  margin: auto;
  font-size: 12px;
  color: #838383;
  margin-bottom: 30px;
  margin: 15px !important
}
.hikaku .modalWrapper .box ul {
  max-width: 80%;
  margin: auto
}
.hikaku .modalWrapper .box ul li {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: inherit;
  line-height: 1.6;
}
.hikaku table th {
  position: relative
}
.hikaku table th::before {
  content: none;
  display: block;
  width: fit-content;
  margin: auto;
  color: #e94709;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  background: #ffe4da;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 16px
}
.hikaku table tr td.price .priceWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.hikaku table tr td.price .priceWrap .__priceNum {
  font-family: Barlow, sans-serif;
  font-weight: 600;
  font-size: 34px;
  white-space: nowrap
}
.hikaku table tr td.price .priceWrap .__sub00 {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 6px 8px 3px;
  margin-right: 10px
}
.hikaku table tr td.price .priceWrap .__sub {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 3px
}
.hikaku table tr td.price .priceWrap .__sub span {
  font-size: 60%
}
.hikaku table tr td.price:nth-child(2) {
  background: #e8f8da
}
.hikaku table tr td.price:nth-child(2) .priceWrap .__priceNum {
  color: #89d149
}
.hikaku table tr td.price:nth-child(3) {
  background: #fff1e6
}
.hikaku table tr td.price:nth-child(3) .priceWrap .__priceNum {
  color: #ef8633
}
.hikaku table tr td.price:nth-child(4) {
  background: #e1f5ff
}
.hikaku table tr td.price:nth-child(4) .priceWrap .__priceNum {
  color: #0382c7
}
.hikaku table tr td.price:nth-child(5) {
  background: #ffe6e9
}
.hikaku table tr td.price:nth-child(5) .priceWrap .__priceNum {
  color: #ff5050
}
.hikaku table th.minimamu {
  background: #89d049 !important;
  color: #fff !important
}
.hikaku table tr td.price.minimamu {
  background: #e8f8da !important
}
.hikaku table tr td.price.minimamu .priceWrap .__priceNum {
  color: #89d149 !important
}
.hikaku table th.regular {
  background: #ef8731 !important;
  color: #fff !important
}
.hikaku table tr td.price.regular {
  background: #fff1e6 !important
}
.hikaku table tr td.price.regular .priceWrap .__priceNum {
  color: #ef8633 !important
}
.hikaku table th.furu {
  background: #0182c5 !important;
  color: #fff
}
.hikaku table tr td.price.furu {
  background: #e1f5ff !important
}
.hikaku table tr td.price.furu .priceWrap .__priceNum {
  color: #0382c7 !important
}
.hikaku table th.complete {
  background: #ff5050 !important;
  color: #fff !important
}
.hikaku table tr td.price.complete {
  background: #ffe6e9 !important
}
.hikaku table tr td.price.complete .priceWrap .__priceNum {
  color: #ff5050 !important
}
.hikaku table th.perfect {
  background: #e6b522 !important;
  color: #fff !important
}
.hikaku table tr td.price.perfect {
  background: #fff7e0 !important
}
.hikaku table tr td.price.perfect .priceWrap .__priceNum {
  color: #e6b520 !important
}
.col-6 table td, .col-6 table th {
  width: calc(100% / 6)
}
.col-6 table th {
  border-right: 1px solid #fff
}
.col-6 .priceWrap .__priceNum {
  font-size: 26px
}
#main .redactor-editor #openModal {
  cursor: pointer
}
@media (max-width: 767px) {
  .top-main-lineup__block-title {
    font-size: 26px;
  }
  .reason_cont_item_box {
    padding: 20px 15px;
    margin-bottom: 40px;
    border-radius: 0;
  }
  .reason_cont_item_sub_body {
    display: block;
  }
  .section_title_text {
    font-size: 20px;
    padding: 0;
    margin: 30px 0;
  }
  .reason_cont_item--5 figure {
    width: 280px;
  }
  .reason_cont_item--4 figure {
    width: 50%;
    margin: 20px auto 0;
  }
  .hikaku {
    margin-top: 15vmin;
  }
  .hikaku table {
    width: 100%;
    margin: auto;
    margin-top: 6vmin;
    display: table
  }
  .hikaku table th {
    text-align: center;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 3vmin;
    font-weight: 600
  }
  .hikaku table th a {
    color: #fff
  }
  .hikaku table th::before {
    font-size: 2vmin;
    top: -4vmin;
    background: #ffe4da;
    padding: 1vmin 4px
  }
  .hikaku table td {
    border: 1px solid #d4d4d4;
    background: #fff;
    text-align: center;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    font-size: 2vmin;
    vertical-align: middle;
    padding-left: 5px;
    width: 150px;
    padding-right: 5px
  }
  .hikaku td {
    display: table-cell;
    vertical-align: inherit
  }
  .hikaku table tr td:first-child {
    background: #efefef;
    text-decoration: underline;
    text-align: left;
    padding-left: 3vmin
  }
  .hikaku table tr td.price:first-child {
    cursor: auto;
    text-decoration: none
  }
  .hikaku table td img {
    width: 20px
  }
  .hikaku table td.price img {
    width: 80%
  }
  .hikaku table tr td.price .priceWrap {
    margin: 0
  }
  .hikaku table tr td.price .priceWrap .__priceNum {
    font-size: 4vw
  }
  .hikaku table tr td.price .priceWrap .__sub {
    font-size: 2.2vw;
    margin-left: 0;
    line-height: .5
  }
  .hikaku table tr td.price .priceWrap .__sub span {
    font-size: 1vmin;
    display: block
  }
  .hikaku table th.complete::before, .hikaku table th.furu::before, .hikaku table th.minimamu::before, .hikaku table th.regular::before {
    display: block;
    width: fit-content;
    margin: auto;
    color: #e94709;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: -4vmin;
    text-align: center;
    background: #ffe4da;
    padding-top: 1vmin;
    padding-bottom: 1vmin;
    border-radius: 50px
  }
  .hikaku table tr td.price:first-child {
    cursor: auto;
    text-decoration: none
  }
  .hikaku table td .priceWrap .__priceNum {
    font-size: 3.9vw;
    line-height: .7;
    color: #89d049
  }
  .hikaku .modalWrapper .img {
    text-align: center;
    margin-bottom: 5vmin
  }
  .hikaku .modalWrapper .txt {
    text-align: center;
    font-size: 4vmin;
    margin: auto
  }
  .hikaku.plus .contents {
    padding-bottom: 10px;
    overflow: auto
  }
  .hikaku.plus .contents table {
    max-width: 500px;
    width: 500px;
    margin: auto;
    margin-top: 5vmin
  }
  .hikaku.plus table tr td.price .priceWrap .__priceNum {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .hikaku.plus .sub_txt {
    text-align: center;
    margin: 0;
    color: #333;
    font-size: 12px;
    margin-bottom: 3vmin
  }
  .hikaku.plus table th {
    font-size: 60%
  }
  .hikaku.plus table td {
    font-size: 60%;
    min-width: 100px !important;
     !I;
     !;
     !;
     !i;
     !im;
     !i;
     !;
  }
  .hikaku.plus table td._sticky {
    position: sticky;
    top: 0;
    left: -1px;
    z-index: 1;
    width: 100px;
    border: 1px solid #ccc
  }
  .hikaku.plus table td._sticky::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
  }
  .hikaku.plus table tr td:first-child, .hikaku.plus table tr th:first-child {
    position: sticky;
    top: 0;
    left: -1vmin;
    z-index: 1;
    min-width: 90px !important;
    background: #efefef
  }
  .hikaku.plus table tr th:first-child::before {
    background-color: #fff;
    border-radius: 0;
    content: '';
    position: absolute;
    top: -49px;
    left: -7px;
    width: 80%;
    height: 195%;
    z-index: -1
  }
  .hikaku.plus table tr th:first-child::after {
    background-color: #fff;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    /* width: 100%; */
    height: 1px
  }
  .hikaku.plus table td .priceWrap .__sub span {
    font-size: 100%
  }
  .hikaku.plus table td img {
    width: 20px
  }
}
.swipeable-content .swipeable-img {
  height: auto;
  opacity: 0;
  visibility: hidden;
  width: 118px;
}
.swipeable-content {
  left: 50%;
  position: absolute;
  top: 240px;
  transform: translateX(-50%);
  z-index: 1;
}
#openModal {
  cursor: pointer
}
.modalArea, .plan_area.pc .modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.modalBg, .plan_area.pc .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgb(233 71 9 / 40%)
}
.modalWrapper, .plan_area.pc .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px
}
.modalWrapper .modalContents {
  background: #fff;
  border-radius: 10px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 50px;
  max-height: 600px
}
.closeModal {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  background: #333;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  font-size: 28px
}
.modalWrapper .trial-content.main .text li, .plan_area.pc .modalWrapper .trial-content.main .text li {
  display: block;
  width: 100%
}
.modalWrapper .trial-title_wrap, .plan_area.pc .modalWrapper .trial-title_wrap {
  width: auto;
  margin-left: 0 !important
}
.gift_title {
  text-align: center;
  margin-top: 90px;
  position: relative;
}
.hikaku table th::before {
  content: none;
  display: block;
  width: fit-content;
  margin: auto;
  color: #e94709;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  background: #ffe4da;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 16px;
}
.hikaku table th:nth-child(2)::before {
  content: '最も人気！';
}
.gift_title:before, .gift_title:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #333;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.gift_title:before {
  transform: rotate(-45deg);
}
.gift_title:after {
  transform: rotate(45deg);
}
.oiwai_gift p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.gift_title {
  display: flex;
  font-size: 28px;
  font-weight: bold;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.gift_title_img {
  width: 80px;
}
.gift_title_pirce {
  color: #F24822;
  font-size: 37px;
}
.attention_last {
  padding: 10px 0;
  font-weight: bold;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .img_small .img {
    max-width: 50% !important;
  }
  .attention_last {
    font-size: 12px;
  }
  .gift_title {
    text-align: center;
    margin-top: 90px;
    position: relative;
  }
  .gift_title:before, .gift_title:after {
    display: none;
  }
  .gift_title_sp:before, .gift_title_sp:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #333;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -3px;
    vertical-align: middle;
  }
  .gift_title_sp:before {
    transform: rotate(-45deg);
    margin: 0 24px;
  }
  .gift_title_sp:after {
    transform: rotate(45deg);
  }
  .oiwai_gift {}
  .oiwai_gift p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    padding: 0 10px;
  }
  .gift_title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 50px;
  }
  .gift_title_img {
    width: 70px;
    margin: 0 auto 5px;
  }
  .gift_title_pirce {
    color: #F24822;
    font-size: 34px;
  }
  .reason_cont_item--2 figure {
    width: 100%;
  }
  .scroll {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .reason_inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.review_voice {
  padding: 3rem 0 0;
}
@media screen and (max-width: 810px) {
  .review_voice {
    padding: 2rem 0 0;
  }
}
.inner01 {
  max-width: calc(900px + 3.6rem);
  margin: 0 auto;
  padding: 0 5%;
}
.cmnVoice {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  align-items: center;
  padding: 30px 3.5% 13px;
  border: 3px solid #FF8000;
  background: #fff;
  border-radius: 10px;
  width: 86.8493150685%;
}
@media screen and (min-width: 811px) {
  .cmnVoice {
    max-width: 920px;
    padding: 50px 50px 30px;
    border-radius: 8px;
  }
}
.cmnVoice_block {
  align-items: center;
  gap: 1em;
  display: flex;
}
@media screen and (min-width: 811px) {
  .cmnVoice_block {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
    border-radius: 8px;
    align-items: center;
  }
}
.cmnVoice_lead {
  color: #E84709;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (min-width: 811px) {
  .cmnVoice_lead {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.cmnVoice__top01 {
  position: absolute;
  display: block;
  width: max-content;
  line-height: 1;
  height: auto;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  background: #fff;
  padding: 0.5rem 2rem;
  border: 3px solid #FF8000;
  border-radius: 3rem;
  color: #FF8000;
  font-size: 18px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 811px) {
  .cmnVoice__top01 {
    padding: 10px 30px;
    font-size: 22px;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice__item01 {
    width: calc(100% - 40px - 120px);
  }
}
.cmnVoice__image01 img {
  width: 4rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 img {}
}
.cmnVoice__image01 img {
  margin-bottom: 0.5rem;
  margin: 0 auto 1.4rem;
  border-radius: 50em;
  overflow: hidden;
  height: 4rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 img {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
  }
}
.cmnVoice__image01 figcaption {
  text-align: center;
}
.cmnVoice__image01 figcaption .name {
  font-size: 14px;
  font-weight: bold;
}
.cmnVoice__image01 figcaption .name > span {
  font-size: 1.2rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 figcaption .name > span {
    font-size: 2rem;
  }
}
.cmnVoice__image01 figcaption .desc {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .cmnVoice__image01 figcaption .desc {
    line-height: 1.6;
  }
}
.cmnVoice__image01 figcaption .year {
  color: var(--color06);
  font-size: 16px;
  line-height: 1.6;
}
.cmnVoice__lead01 {
  margin-bottom: 0.5rem;
  color: var(--color02);
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 811px) {
  .cmnVoice__lead01 {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.cmnVoice__text01 {
  font-size: 15px;
  line-height: 1.6;
}
.cmnVoice__text01 .small {
  font-size: 1rem;
}
@media screen and (min-width: 811px) {
  .cmnVoice__text01 {
    font-size: 20px;
  }
}
.cmnVoice__note01 {
  color: #808080;
  font-size: 70%;
  line-height: 1.4;
}
@media screen and (min-width: 811px) {
  .cmnVoice__note01 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 811px) {
  .cmnVoice--round {
    border-radius: 0.8rem;
  }
  .cmnVoice--round .cmnVoice__text01 {
    font-size: 1.8rem;
  }
}
.diff .cmn_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem
}
.diff .cmn_bg {
  background: #ede8db
}
.diff .cmn_head {
  position: relative
}
.diff .diff sup {
  font-size: 70%
}
.diff .cmn_headImg.diff_headImg {
  margin-left: calc(50% - 50vw) !important;
  width: 100vw
}
.diff .cmn_headImg img {
  width: 100% !important;
  max-height: 320px;
  -o-object-fit: cover;
  object-fit: cover
}
.diff .cmn_headItem {
  display: block
}
@media screen and (min-width: 811px) {
  .diff .cmn_head {
    position: relative
  }
  .diff .cmn_headImg img {
    min-height: 320px;
    max-height: 420px
  }
  .diff .cmn_bg {
    background: #f5f0e2
  }
  .diff .cmn_headItem {
    padding: 120px 30px 20px;
  }
}
.diff .cmn_headLead {
  font-size: 18px;
  line-height: 1.8;
  text-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16)
}
.diff .lineup_head .cmn_headItem {
  padding: 3rem 2rem 5rem
}
.diff .special_head .cmn_headItem {
  padding: 4rem 2rem 5rem
}
@media screen and (min-width: 811px) {
  .cmn_headLead {
    font-size: 30px
  }
}
.diff .cmn_headTtl {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 811px) {
  .diff .cmn_headTtl {
    font-size: 34px;
  }
}
.diff .cmn_headTxt {
  margin-top: 1rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16)
}
@media screen and (min-width: 811px) {
  #main .redactor-editor .block.cmn_headTxt {
    margin-top: 2rem;
    font-size: 18px;
    text-align: center
  }
}
.diff .cmn_box01 {
  position: relative;
  z-index: 0;
  padding: 10px 0;
  background: #fff;
  position: relative;
  overflow: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 811px) {
  .diff .cmn_box01 {
    max-width: 100rem;
    padding: 2rem 2.5rem;
    padding: 5rem
  }
}
.diff .cmn_box01--no-bg {
  background: initial
}
@media screen and (min-width: 811px) {
  .diff .diff_box {
    margin-inline: auto;
    padding: 0;
    overflow: visible;
    width: 980px;
    margin: 0 auto;
  }
}
.diff .diff_box::-webkit-scrollbar {
  height: .8rem
}
.diff_box::-webkit-scrollbar-thumb {
  background: #bcbcbc
}
.diff .diff_box::-webkit-scrollbar-track {
  background: #ededed
}
.diff .diff_boxTable {
  margin-right: 0;
  width: 100%;
  min-width: 455px;
  border-collapse: collapse
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable {
    margin-right: 0;
    min-width: initial
  }
}
.diff .diff_boxTable tr > :first-child {
  background: #eaf3fa;
  position: sticky;
  left: 0;
  z-index: 2;
  border-left: 0
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable tr > :first-child {
    position: relative
  }
}
.diff_boxTable tr > :first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -.5px;
  width: 1px
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable tr > :first-child::before {
    display: none
  }
}
.diff .diff_boxTable thead th {
  padding: 10px 0;
  font-weight: 400;
  vertical-align: middle;
  font-size: 14px
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable thead th {
    padding: 1em;
    font-size: 18px
  }
}
.diff .diff_boxTable thead th:first-child {
  width: 6.8rem;
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable thead th:first-child {
    width: 16.3rem
  }
}
.diff .diff_boxTable thead th:nth-child(2) {
  width: 8.8rem;
  background: #ffe8d9;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable thead th:nth-child(2) {
    width: 30rem
  }
}
.diff .diff_boxTable thead th:nth-child(3), .diff .diff_boxTable thead th:nth-child(4) {
  width: 8.8rem;
  background: #e3e3e3
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable thead th:nth-child(3), .diff .diff_boxTable thead th:nth-child(4) {
    width: 27rem
  }
}
.diff_boxTable thead th .logo {
  width: 110px;
  margin: 0 auto
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable thead th .logo {
    width: 150px
  }
}
.diff .diff_boxTable tbody th {
  font-size: 13px;
  line-height: 1.2;
  text-align: center
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable tbody th {
    font-size: 15px
  }
}
.diff .diff_boxTable td, .diff .diff_boxTable th {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  height: 11vw;
  position: relative;
  z-index: 0;
  font-size: 15px;
  background: #fff
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable td, .diff .diff_boxTable th {
    height: 50px
  }
}
.diff .diff_boxTable th {
  padding: .5rem
}
.diff .diff_boxTable td {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
  background: #f4f4f4
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable td {
    padding: 13px;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
  }
}
.diff .diff_boxTable th {
  background-color: #f4f4f4
}
.diff .diff_boxTable .check {
  background: #fff;
  box-shadow: 3px 3px 10px #ddd
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable .check {
    text-align: center
  }
}
.diff .diff_boxTable .small {
  font-size: 80%
}
.diff .diff_boxTable .mark {
  display: block;
  width: 3.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1
}
@media screen and (min-width: 811px) {
  .diff .diff_boxTable .mark {
    width: 50px
  }
}
.diff .diff_caption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 10px;
  max-width: 100rem;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 20px
}
@media screen and (min-width: 811px) {
  .diff .diff_caption {
    margin-inline: auto;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 20px
  }
}
@media screen and (min-width: 811px) {
  .diff .diff_message {
    max-width: 100rem;
    margin: 0 auto
  }
}
.diff .diff_messageTtl {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center
}
@media screen and (min-width: 811px) {
  .diff .diff_messageTtl {
    padding: 10px;
    font-size: 20px
  }
}
.diff .diff_messageMain {
  padding: 2rem 2.5rem 3rem;
  background: #f6f6f6
}
@media screen and (min-width: 811px) {
  .diff .diff .diff_messageMain {
    padding: 4rem 8rem 5rem
  }
}
.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px
}