@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* 変数 */
/*-----------------------------
    共通
-----------------------------*/
/* リセットと基本設定 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  line-height: 1.8;
  color: #000;
  background-color: #f8f7f5;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

figure {
  margin: 30px auto;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

span.palt {
  font-feature-settings: "palt";
}

.pc-none,
.sp-only,
.ssp-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
@media only screen and (max-width: 460px) {
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media only screen and (max-width: 340px) {
  .ssp-none {
    display: none;
  }
  .ssp-only {
    display: block;
  }
}
.m-only,
.s-only,
.xs-only {
  display: none;
}

@container (max-width:660px) {
  .m-only {
    display: block;
  }
  .l-only {
    display: none;
  }
}
@container (max-width:420px) {
  .s-only {
    display: block;
  }
  .m-only {
    display: none;
  }
}
@container (max-width:320px) {
  .xs-only {
    display: block;
  }
}
.fs14 {
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}
@media only screen and (max-width: 768px) {
  .fs14 {
    font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  }
}

.fs16 {
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
}
@media only screen and (max-width: 768px) {
  .fs16 {
    font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
  }
}

.fs18 {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
@media only screen and (max-width: 768px) {
  .fs18 {
    font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  }
}

.fs21 {
  font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
}
@media only screen and (max-width: 768px) {
  .fs21 {
    font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  }
}

.fs24 {
  font-size: clamp(1.375rem, 1.278rem + 0.37vw, 1.5rem);
}
@media only screen and (max-width: 768px) {
  .fs24 {
    font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  }
}

.fs26 {
  font-size: clamp(1.438rem, 1.292rem + 0.56vw, 1.625rem);
}
@media only screen and (max-width: 768px) {
  .fs26 {
    font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  }
}

.fs28 {
  font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
}
@media only screen and (max-width: 768px) {
  .fs28 {
    font-size: clamp(1.375rem, 1.278rem + 0.37vw, 1.5rem);
  }
}

.fs30 {
  font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
}
@media only screen and (max-width: 768px) {
  .fs30 {
    font-size: clamp(1.438rem, 1.292rem + 0.56vw, 1.625rem);
  }
}

.fs32 {
  font-size: clamp(1.625rem, 1.333rem + 1.11vw, 2rem);
}
@media only screen and (max-width: 768px) {
  .fs32 {
    font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
  }
}

.fs34 {
  font-size: clamp(1.75rem, 1.458rem + 1.11vw, 2.125rem);
}
@media only screen and (max-width: 768px) {
  .fs34 {
    font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
  }
}

.fs36 {
  font-size: clamp(1.875rem, 1.583rem + 1.11vw, 2.25rem);
}
@media only screen and (max-width: 768px) {
  .fs36 {
    font-size: clamp(1.625rem, 1.333rem + 1.11vw, 2rem);
  }
}

.fs38 {
  font-size: clamp(2rem, 1.708rem + 1.11vw, 2.375rem);
}
@media only screen and (max-width: 768px) {
  .fs38 {
    font-size: clamp(1.75rem, 1.458rem + 1.11vw, 2.125rem);
  }
}

.fs40 {
  font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .fs40 {
    font-size: clamp(1.875rem, 1.583rem + 1.11vw, 2.25rem);
  }
}

.fs44 {
  font-size: clamp(2rem, 1.417rem + 2.22vw, 2.75rem);
}
@media only screen and (max-width: 768px) {
  .fs44 {
    font-size: clamp(2rem, 1.708rem + 1.11vw, 2.375rem);
  }
}

.fs50 {
  font-size: clamp(2.875rem, 2.784rem + 0.45vw, 3.125rem);
}
@media only screen and (max-width: 768px) {
  .fs50 {
    font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
  }
}

.bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

/*-----------------------------
    Header
-----------------------------*/
header.main-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 30px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
header.main-header .logo img {
  height: 60px;
  display: block;
}
@media only screen and (max-width: 660px) {
  header.main-header .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 380px) {
  header.main-header .logo img {
    width: 80%;
    height: auto;
  }
}
header.main-header .header-contact {
  display: flex;
  align-items: end;
  gap: 10px;
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
}
header.main-header .header-contact p.phone-number {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
header.main-header .header-contact p.phone-number a {
  color: #FF861C;
}
@media only screen and (max-width: 730px) {
  header.main-header {
    padding: 5px 0;
  }
  header.main-header .header-contact {
    display: none;
  }
}

.menu-toggle-wrap {
  display: flex;
  align-items: center;
  width: 30px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 30px;
  margin-left: auto;
  z-index: 102;
}
@media only screen and (min-width: 730px) {
  .menu-toggle-wrap {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .menu-toggle-wrap {
    width: 25px;
    height: 60px;
    right: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .menu-toggle-wrap {
    height: 50px;
  }
}
.menu-toggle-wrap .menu-toggle {
  display: block;
  width: 30px;
  height: 25px;
}
.menu-toggle-wrap .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  margin: auto;
  transition: all 0.5s ease;
}
.menu-toggle-wrap .menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle-wrap .menu-toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
}
.menu-toggle-wrap .menu-toggle span:nth-child(3) {
  bottom: 0;
}
@media only screen and (max-width: 660px) {
  .menu-toggle-wrap .menu-toggle {
    width: 25px;
    height: 20px;
  }
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(1) {
  bottom: 0;
  transform: rotate(-225deg);
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(2) {
  transform: rotate(-135deg);
  display: none;
}
.menu-toggle-wrap .menu-toggle.is-open span:nth-child(3) {
  top: 0;
  transform: rotate(225deg);
}

.hamburger-wrap {
  display: block;
  width: 75%;
  max-width: 350px;
  background-color: #e0c8b8;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -90%;
  transition: all 0.5s ease;
  z-index: 101;
}
.hamburger-wrap ul.icon-menu {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.hamburger-wrap ul.icon-menu li {
  width: 45%;
}
.hamburger-wrap ul.icon-menu li a {
  padding: 2px 10px;
  display: block;
  width: 100%;
  text-align: center;
  background: #eee;
  background: #aa8d80;
  color: #250000;
  border-radius: 6px;
}
@media only screen and (max-width: 465px) {
  .hamburger-wrap ul.icon-menu {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hamburger-wrap ul.icon-menu li {
    width: 100%;
  }
}
.hamburger-wrap nav.hamburger-nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 100px 30px 30px;
  margin: auto;
  width: 90%;
  max-width: 350px;
}
.hamburger-wrap nav.hamburger-nav ul {
  list-style-type: none;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children {
  position: relative;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children ul.sub-menu {
  height: 0;
  overflow: hidden;
  padding-left: 1em;
  transition: all 0.5s;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:hover ul.sub-menu {
  height: auto;
  background: #ebebeb;
}
.hamburger-wrap nav.hamburger-nav ul li.menu-item-has-children:hover:after {
  content: "\f107";
}
@media only screen and (max-width: 660px) {
  .hamburger-wrap nav.hamburger-nav {
    padding: 50px 30px 30px;
  }
}
.hamburger-wrap .hamburger-contact {
  margin-top: 50px;
  background: #fff;
  padding: 15px 15px 0;
}
.hamburger-wrap .hamburger-contact p {
  text-align: center;
  line-height: 1;
}
.hamburger-wrap .hamburger-contact .contact-method {
  border-bottom: 1px dashed;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  width: 50px;
  height: 50px;
  background: #aa8d80;
  border-radius: 60px;
  color: #fff;
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta {
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  font-feature-settings: "palt";
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta a span.note {
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}
.hamburger-wrap .hamburger-contact .contact-method .contact-method-meta a span.note span.slash {
  display: block;
}
@media only screen and (max-width: 340px) {
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .hamburger-wrap .hamburger-contact .contact-method {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-icon {
    width: 35px;
    height: 35px;
  }
  .hamburger-wrap .hamburger-contact .contact-method .contact-method-meta {
    width: 100%;
    text-align: center;
  }
}
.hamburger-wrap .hamburger-contact .contact-method:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 470px) {
  .hamburger-wrap {
    width: 90%;
    max-width: unset;
  }
}

.hamburger-wrap.is-open {
  right: 0;
}

/*-----------------------------
    Footer
-----------------------------*/
.main-footer {
  background: #fff;
  padding: 50px 0 0;
}
.main-footer .footer-title {
  color: #163a9d;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
}
.main-footer table {
  max-width: 600px;
  border-collapse: collapse;
  margin: 30px auto 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 0;
}
.main-footer table:before {
  content: "";
  display: block;
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, #2038AE, #15215E);
  z-index: -1;
}
.main-footer table tr {
  border-bottom: 1px solid #d2d2d2;
}
.main-footer table th {
  padding: 10px;
  text-align: left;
  width: 120px;
  color: #fff;
}
.main-footer table td {
  padding: 10px 30px;
}
@media only screen and (max-width: 520px) {
  .main-footer table td {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .main-footer table:before {
    content: none;
  }
  .main-footer table th,
  .main-footer table td {
    display: block;
    width: 100%;
  }
  .main-footer table th:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #2038AE, #15215E);
    z-index: -1;
  }
}
.main-footer .column-block .slick-list {
  margin: 0 -10px;
}
.main-footer .column-block .column-item {
  margin: 0 10px;
}
.main-footer p.copyright {
  margin-top: 30px;
  text-align: center;
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}

/*-----------------------------
    Contents
-----------------------------*/
.container {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  container-type: inline-size;
}

span.tax {
  font-size: 0.65em;
}

.trapezoid,
.trapezoid-white {
  padding: 10px 5px 5px;
  z-index: 0;
}

.trapezoid:before,
.trapezoid:after,
.trapezoid-white:before,
.trapezoid-white:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skewX(-10deg);
  z-index: -1;
}

.trapezoid:before,
.trapezoid-white:before {
  left: -10px;
}

.trapezoid:after,
.trapezoid-white:after {
  right: -10px;
}

.gradationA {
  background: linear-gradient(to bottom, #2038AE, #15215E);
  color: #fff;
}

.trapezoid.gradationA:before,
.trapezoid.gradationA:after {
  background: linear-gradient(to bottom, #2038AE, #15215E);
}

.gradationB {
  background: linear-gradient(to bottom, #FF861C, #C5630F);
  color: #fff;
}

.trapezoid.gradationB:before,
.trapezoid.gradationB:after {
  background: linear-gradient(to bottom, #FF861C, #C5630F);
}

.trapezoid-white,
.trapezoid-white:before,
.trapezoid-white:after {
  background: #fff;
}

.two-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  container-type: inline-size;
}
.two-box .left-box,
.two-box .right-box {
  flex: 1;
}
@container (max-width:420px) {
  .two-box {
    justify-content: center;
  }
  .two-box .left-box,
  .two-box .right-box {
    flex: unset;
    width: 100%;
  }
}

.box-title {
  text-align: center;
  padding: 5px;
  font-weight: bold;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  container-type: inline-size;
}

.midashi-text {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  text-align: center;
}

.midashi-text-copy {
  font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
  font-family: "Noto Serif JP";
  text-align: center;
  margin: 50px auto;
}

.midashi-box {
  width: 530px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  font-weight: normal;
  line-height: 1.4;
  padding-bottom: 10px;
}
.midashi-box span {
  display: block;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: bold;
}

.slash-midashi {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
.slash-midashi:before, .slash-midashi:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #000;
  position: absolute;
  bottom: 0;
}
.slash-midashi:before {
  left: -15px;
  transform: rotate(-35deg);
}
.slash-midashi:after {
  right: -15px;
  transform: rotate(35deg);
}
.slash-midashi span {
  font-size: 1.2em;
}

.fit-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media only screen and (max-width: 1600px) {
  .hero-slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .hero-slider .slick-list,
  .hero-slider .slick-track {
    height: 100%;
  }
  .hero-slider .slick-list .slick-slide img,
  .hero-slider .slick-track .slick-slide img {
    height: 100%;
  }
}

.hero-content {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 960px;
  z-index: 0;
}
.hero-content .three-point {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 660px) {
  .hero-content .three-point {
    gap: 5px;
  }
}
.hero-content .three-point .point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 123px;
  height: 123px;
  background-image: url(../img/three-point-bg.png);
  background-size: cover;
  line-height: 1.4;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
}
.hero-content .three-point .point span {
  display: block;
  width: 100%;
  font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
  font-weight: bold;
}
@media only screen and (max-width: 660px) {
  .hero-content .three-point .point {
    width: 100px;
    height: 100px;
    font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  }
  .hero-content .three-point .point span {
    font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  }
}
@media only screen and (max-width: 320px) {
  .hero-content .three-point .point {
    width: 80px;
    height: 80px;
  }
}
.hero-content h1 {
  text-align: center;
  line-height: 1.4;
  font-size: clamp(1.875rem, 1.583rem + 1.11vw, 2.25rem);
  font-style: italic;
  display: grid;
  gap: 5px;
}
.hero-content h1 span.trapezoid {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 2px 5px;
}
.hero-content h1 span.strong {
  font-size: clamp(2.875rem, 2.784rem + 0.45vw, 3.125rem);
}
@media only screen and (max-width: 660px) {
  .hero-content h1 {
    font-size: clamp(1.625rem, 1.333rem + 1.11vw, 2rem);
  }
  .hero-content h1 span.strong {
    font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
  }
}
@media only screen and (max-width: 420px) {
  .hero-content h1 {
    font-size: clamp(1.438rem, 1.292rem + 0.56vw, 1.625rem);
  }
  .hero-content h1 span.strong {
    font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
  }
}
.hero-content p {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 30px;
  background: #fff;
  margin: 5px auto 10px;
  border-radius: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
}
@media only screen and (max-width: 420px) {
  .hero-content p {
    padding: 2px 15px;
    font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  }
}
@media only screen and (max-width: 320px) {
  .hero-content p {
    padding: 2px 5px;
  }
}
.hero-content .hero-mimamoritai {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 430px;
  margin: auto;
  z-index: -1;
}
.hero-content .hero-mimamoritai .trapezoid-white {
  position: absolute;
  right: -40%;
  bottom: 15px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  width: 60%;
}
.hero-content .hero-mimamoritai .trapezoid-white span.proquality,
.hero-content .hero-mimamoritai .trapezoid-white span.monthlyPrice {
  display: block;
  font-style: italic;
}
.hero-content .hero-mimamoritai .trapezoid-white span.proquality {
  font-weight: bold;
  line-height: 1.2;
}
.hero-content .hero-mimamoritai .trapezoid-white span.monthlyPrice {
  font-size: clamp(1.5rem, 1.306rem + 0.74vw, 1.75rem);
  font-weight: bold;
  line-height: 1.4;
  color: #FF861C;
}
@media only screen and (max-width: 820px) {
  .hero-content .hero-mimamoritai .trapezoid-white {
    position: relative;
    right: 0;
    left: 0;
    bottom: 5px;
    margin: auto;
    width: 80%;
    text-align: center;
  }
}
@media only screen and (max-width: 1600px) {
  .hero-content {
    position: relative;
  }
  .hero-content .hero-mimamoritai {
    position: relative;
    top: -20px;
    margin-bottom: -10px;
  }
}

.hero-cta {
  background: url("../img/hero-cta-bg.png");
  background-size: cover;
  padding: 30px 0;
}
.hero-cta .two-box {
  margin-bottom: 0;
}
@container (max-width:660px) {
  .hero-cta .two-box {
    justify-content: center;
  }
  .hero-cta .two-box .left-box,
  .hero-cta .two-box .right-box {
    flex: unset;
    width: 100%;
  }
}
.hero-cta .hero-cta-area {
  display: flex;
  container-type: inline-size;
}
.hero-cta .hero-cta-area .kyushu-chizu {
  flex: 2.5;
}
.hero-cta .hero-cta-area .area-text-truck {
  flex: 3.5;
  padding-top: 20px;
}
.hero-cta .hero-cta-area .area-text-truck .area-text {
  border: 1px solid;
  background: #fff;
  padding: 15px 10px;
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}
.hero-cta .hero-cta-area .area-text-truck .area-text p.area-title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 15px 2px;
  background: #000;
  color: #fff;
  margin: auto;
}
.hero-cta .hero-cta-area .area-text-truck .area-text ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.hero-cta .hero-cta-area .area-text-truck .area-text ul li:before {
  content: "・";
}
.hero-cta .hero-cta-area .area-text-truck img {
  position: absolute;
  bottom: 2px;
  left: -20px;
  max-width: 250px;
}
@media only screen and (max-width: 540px) {
  .hero-cta .hero-cta-area .area-text-truck img {
    position: relative;
    bottom: unset;
    left: unset;
    right: 0;
    display: block;
    margin-top: 10px;
    margin-left: auto;
  }
}
@container (max-width:420px) {
  .hero-cta .hero-cta-area {
    flex-wrap: wrap;
  }
  .hero-cta .hero-cta-area .kyushu-chizu,
  .hero-cta .hero-cta-area .area-text-truck {
    flex: unset;
    width: 100%;
  }
  .hero-cta .hero-cta-area .kyushu-chizu {
    text-align: center;
  }
}
.hero-cta .contact-block {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
}
.hero-cta .contact-block .contact-box {
  padding: 10px;
}
.hero-cta .contact-block .contact-box p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
}
.hero-cta .contact-block .contact-box div {
  text-align: center;
}
.hero-cta .contact-block .contact-box span {
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
}

a.contact-btn-mail,
a.contact-btn-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin: auto;
  padding: 6px;
  border: 1px solid #FF861C;
  border-radius: 30px;
}

a.contact-btn-mail {
  background: #FF861C;
  color: #fff;
}

a.contact-btn-mail:after {
  content: ">";
  position: absolute;
  right: 15px;
}

a.contact-btn-tel {
  color: #FF861C;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}

section.cherish {
  background: url("../img/cherish-bg.png");
  background-size: cover;
}
section.cherish .container {
  background: #fff;
  border: 1px solid transparent;
}
@container (max-width: 420px) {
  section.cherish .container .two-box:nth-of-type(2) {
    flex-flow: column-reverse;
  }
  section.cherish .container .two-box:nth-of-type(3) .right-box {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
section.cherish p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  margin: 1em auto;
}

.worries1 {
  background: #eef3f5;
}
.worries1 .container {
  background: url("../img/worries1-bg.png");
  padding: 50px 30px 30px;
}
@media only screen and (max-width: 530px) {
  .worries1 .container {
    padding: 20px 0;
  }
}
.worries1 .container p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  text-align: center;
  margin-bottom: 1em;
}

.worries2 {
  background: #dbddf2;
}
.worries2 .container {
  background: url("../img/worries2-bg.png");
  border: 1px solid transparent;
  padding-bottom: 50px;
}
.worries2 .container p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  text-align: center;
  margin-bottom: 1em;
}

.fukidashi-block {
  margin: 40px auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fukidashi-block .fukidashi-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
  width: 160px;
}
@container (max-width:530px) {
  .fukidashi-block .fukidashi-icon {
    gap: 5px;
    width: 60px;
  }
}
.fukidashi-block .fukidashi-icon img {
  max-width: 75px;
}
@container (max-width:530px) {
  .fukidashi-block .fukidashi-icon img {
    max-width: 60px;
  }
}
.fukidashi-block .fukidashi-comment {
  z-index: 0;
  padding: 5px 0 8px;
}
.fukidashi-block .fukidashi-line1 {
  background-image: url("../img/fukidashi-line1-bg.png");
  background-size: 20px 100%;
  margin-left: 30px;
  margin-right: 30px;
}
.fukidashi-block .fukidashi-line2 {
  background-image: url("../img/fukidashi-line2-bg.png");
  background-size: 20px 100%;
  margin-left: 50px;
  margin-right: 50px;
  line-height: 1.5;
}
.fukidashi-block .fukidashi-line2 div {
  margin-left: -10px;
  margin-right: -10px;
}
.fukidashi-block .fukidashi-line1:before,
.fukidashi-block .fukidashi-line1:after,
.fukidashi-block .fukidashi-line2:before,
.fukidashi-block .fukidashi-line2:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.fukidashi-block .fukidashi-line1:before {
  background-image: url("../img/fukidashi-line1-before.png");
  background-size: 30px 100%;
  width: 30px;
  left: -30px;
}
.fukidashi-block .fukidashi-line1:after {
  background-image: url("../img/fukidashi-line1-after.png");
  background-size: 30px 100%;
  width: 30px;
  right: -30px;
}
.fukidashi-block .fukidashi-line2:before {
  background-image: url("../img/fukidashi-line2-before.png");
  background-size: 50px 100%;
  width: 50px;
  left: -50px;
}
.fukidashi-block .fukidashi-line2:after {
  background-image: url("../img/fukidashi-line2-after.png");
  background-size: 50px 100%;
  width: 50px;
  right: -50px;
}

.marker-blue {
  background: linear-gradient(to bottom, transparent 45%, #88deff 55%);
}

.marker-cream {
  background: linear-gradient(to bottom, transparent 45%, #faffd1 55%);
}

.marker-yellow {
  background: linear-gradient(to bottom, #fff172 0%, #fff172 100%);
}

.marker-beige {
  background: linear-gradient(to bottom, transparent 45%, #fff4c4 55%);
}

.mimamoritai {
  background: rgba(116, 200, 236, 0.4);
}
.mimamoritai .container {
  background: url("../img/worries-mimamorita-bg.png");
  padding: 80px 0 30px;
}
.mimamoritai .container img {
  width: 560px;
  display: block;
  margin: auto;
}
.mimamoritai .akiyamondai {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #fff;
  z-index: 1;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 30px;
  border-radius: 20px;
  border: 3px solid;
}
.mimamoritai .akiyamondai:before,
.mimamoritai .akiyamondai:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.mimamoritai .akiyamondai:before {
  bottom: -30px;
  border: 10px solid transparent;
  border-top: 20px solid #fff;
}
.mimamoritai .akiyamondai:after {
  bottom: -38px;
  border: 12px solid transparent;
  border-top: 24px solid #000;
  z-index: -1;
}

.leave-alone .careful {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  background: url(../img/careful.png);
  background-size: cover;
  width: 155px;
  height: 108px;
  color: transparent;
  z-index: 1;
}
.leave-alone .container {
  padding: 50px 0 80px;
}
.leave-alone .container .leave-alone-box {
  width: 90%;
  max-width: 700px;
  margin: auto;
  background: #dedede;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid transparent;
}
.leave-alone .container .leave-alone-box .box-title {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  padding: 10px;
}
.leave-alone .container .leave-alone-box .leave-alone-risk {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 90%;
  max-width: 620px;
  margin: 20px auto;
}
@container (max-width:520px) {
  .leave-alone .container .leave-alone-box .leave-alone-risk {
    flex-wrap: wrap;
  }
}
.leave-alone .container .leave-alone-box .leave-alone-risk img {
  max-width: 140px;
  display: block;
  margin: auto;
}
.leave-alone .container .leave-alone-box .leave-alone-risk p {
  color: #163a9d;
  line-height: 1.4;
}
.leave-alone .container .leave-alone-box p.bold {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
.leave-alone .container .leave-alone-box .ranger {
  position: absolute;
  bottom: -20px;
  left: -70px;
  max-width: 120px;
}
@container (max-width:520px) {
  .leave-alone .container .leave-alone-box .ranger {
    position: relative;
    bottom: 0;
    left: unset;
  }
}

section#choices {
  background: url("../img/choices-bg.png");
}
section#choices .container {
  padding: 60px 0;
}
section#choices h2.midashi-box {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
section#choices .choices-block {
  max-width: 860px;
  margin: 30px auto;
  counter-reset: num;
}
section#choices .choices-block .choice {
  margin: 0 8px;
}
section#choices .choices-block .choice .mokumoku {
  text-align: center;
  background: url("../img/mokumoku.png");
  background-size: 220px 100%;
  width: 220px;
  margin: 10px auto;
  padding: 15px 0 35px;
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  counter-increment: num;
}
section#choices .choices-block .choice .mokumoku:before {
  z-index: 1;
  content: "選択 " counter(num);
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to bottom, #2038AE, #15215E);
  color: #fff;
  padding: 2px 10px 4px;
  margin: auto;
}
section#choices .choices-block .choice .icon {
  padding-top: 5px;
}
section#choices .choices-block .choice .icon img {
  display: block;
  margin: auto;
  max-width: 77px;
}
section#choices .choices-block .choice .icon:after {
  content: "↓";
  display: block;
  text-align: center;
}
section#choices .choices-block .choice .us-service {
  background: #fff;
  padding: 8px;
  line-height: 1.6;
}
section#choices .choices-block .choice .us-service h3.us-service-name {
  margin-bottom: 5px;
  padding-top: 20px;
  text-align: center;
  color: #163a9d;
}
section#choices .choices-block .choice .us-service h3.us-service-name:before {
  content: "私たちのサービス";
  display: block;
  text-align: center;
  font-size: clamp(0.75rem, 0.653rem + 0.37vw, 0.875rem);
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
section#choices .choice-summary {
  background: #fff;
  padding: 15px 10px 15px 80px;
  max-width: 600px;
  margin: 60px auto 0;
}
section#choices .choice-summary p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section#choices .choice-summary .blue-ranger {
  position: absolute;
  max-width: 120px;
  top: -20px;
  bottom: 0;
  left: -50px;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  section#choices .choice-summary {
    padding: 15px 10px;
  }
  section#choices .choice-summary .blue-ranger {
    position: relative;
    left: unset;
  }
}

section.flowchart {
  padding: 50px 0;
  background: #fff;
  background-image: repeating-linear-gradient(-50deg, #fffceb, #fffceb 10px, transparent 10px, transparent 20px);
}
section.flowchart .chart-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 50px;
}
section.flowchart .chart-title h2 {
  background: #fff;
  color: #163a9d;
  border: 3px solid #163a9d;
  padding: 10px 30px;
  font-weight: normal;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  line-height: 1.4;
  text-align: center;
  z-index: 1;
}
section.flowchart .chart-title h2 span {
  display: block;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section.flowchart .chart-title:before,
section.flowchart .chart-title:after {
  content: "";
  display: block;
  width: 95%;
  height: 80%;
  background: #163a9d;
  position: absolute;
}
section.flowchart .chart-title:before {
  top: -8px;
  left: -8px;
}
section.flowchart .chart-title:after {
  bottom: -8px;
  right: -8px;
}
section.flowchart p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 2em;
}

section#plan {
  background: url("../img/plan-bg.png");
}
section#plan .container {
  padding: 50px 0 150px;
}
section#plan h2.midashi-box {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section#plan .main-plan {
  margin: 50px auto;
  display: flex;
  align-items: self-start;
  gap: 30px;
}
section#plan .main-plan .main-plan-img {
  flex: 2.5;
  z-index: 0;
  padding-top: 15px;
  padding-right: 25px;
}
section#plan .main-plan .main-plan-img img.yellow-ranger {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 115px;
}
section#plan .main-plan .main-plan-img:before,
section#plan .main-plan .main-plan-img:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: linear-gradient(to bottom, #2038AE, #15215E);
  position: absolute;
  z-index: -1;
}
section#plan .main-plan .main-plan-img:before {
  top: 0;
  left: -25px;
}
section#plan .main-plan .main-plan-img:after {
  bottom: -20px;
  right: 0;
}
section#plan .main-plan .main-plan-info {
  flex: 3;
}
section#plan .main-plan .main-plan-info p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  line-height: 1.6;
}
section#plan .main-plan .main-plan-info .plan-name {
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  margin: 5px 0;
}
section#plan .main-plan .main-plan-info p.plan-price {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  color: #ff861c;
  font-weight: bold;
  line-height: 1.4;
}
section#plan .main-plan .main-plan-info p.plan-price span.price {
  font-size: clamp(2.125rem, 1.833rem + 1.11vw, 2.5rem);
}
section#plan .main-plan .main-plan-info .main-plan-info-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  color: #163a9d;
  font-weight: bold;
  margin: 20px auto;
}
@container (max-width:768px) {
  section#plan .main-plan {
    flex-wrap: wrap;
  }
  section#plan .main-plan .main-plan-img,
  section#plan .main-plan .main-plan-info {
    flex: unset;
    width: 100%;
  }
  section#plan .main-plan .main-plan-img {
    max-width: 80%;
    margin: auto;
  }
  section#plan .main-plan .main-plan-info {
    text-align: center;
  }
  section#plan .main-plan .main-plan-info .plan-name {
    margin: 5px auto;
  }
}

.blue-primary {
  color: #0033ad;
}

.pricing-table {
  display: flex;
  max-width: 1000px;
  margin: 40px auto 15px;
  align-items: flex-start;
}
.pricing-table .pricing-side {
  width: 25%;
  flex-shrink: 0;
  margin-top: 97px;
}
@media only screen and (max-width: 550px) {
  .pricing-table .pricing-side {
    width: 40%;
  }
}
.pricing-table .pricing-side .side-item {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid transparent;
}
.pricing-table .pricing-side .side-item:after {
  content: "";
  display: block;
  width: 280%;
  height: 100%;
  position: absolute;
  left: 100%;
}
@media only screen and (max-width: 550px) {
  .pricing-table .pricing-side .side-item:after {
    width: 50%;
  }
}
.pricing-table .pricing-side .side-item.head {
  height: 60px;
  background-color: #e9e9e9;
  color: #1e3a8a;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
}
.pricing-table .pricing-side .side-item.head:after {
  background: #e9e9e9;
}
.pricing-table .pricing-side .side-item:nth-child(2) {
  background-color: #ffffe2;
}
.pricing-table .pricing-side .side-item:nth-child(2):after {
  background: #ffffe2;
}
.pricing-table .pricing-side .side-item:nth-child(3) {
  background-color: #e9ffde;
}
.pricing-table .pricing-side .side-item:nth-child(3):after {
  background: #e9ffde;
}
.pricing-table .pricing-side .side-item:nth-child(4) {
  background-color: #ffebde;
}
.pricing-table .pricing-side .side-item:nth-child(4):after {
  background: #ffebde;
}
.pricing-table .pricing-side .side-item.report {
  height: 200px;
  background-color: #fff7f5;
  justify-content: center;
  align-items: center;
}
.pricing-table .pricing-side .side-item.report:after {
  background: #fff7f5;
}
.pricing-table .pricing-side .side-item .label {
  color: #0033ad;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}
.pricing-table .pricing-side .side-item .desc {
  font-size: 0.85rem;
  line-height: 1.4;
  color: #555;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pricing-table .plan-columns {
  display: flex;
  width: 75%;
  gap: 20px;
}
@media only screen and (max-width: 550px) {
  .pricing-table .plan-columns {
    width: 60%;
  }
}
.pricing-table .plan-card {
  flex: 1;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-left: 20px;
}
@media only screen and (max-width: 770px) {
  .pricing-table .plan-card {
    box-shadow: none;
  }
}
.pricing-table .plan-card.featured {
  z-index: 2;
}
.pricing-table .plan-card .badge {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  background-image: url(../img/featured-badge.png);
  background-size: 100px 41px;
  background-repeat: no-repeat;
  color: transparent;
  width: 100px;
  height: 41px;
  margin: auto;
  z-index: 1;
}
.pricing-table .plan-card .plan-header {
  color: white;
  padding: 15px;
  font-weight: 500;
  font-size: 1.3rem;
  background: linear-gradient(to bottom, #2038AE, #15215E);
}
.pricing-table .plan-card .plan-freq {
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-weight: 500;
  color: #0033ad;
  font-size: 1.2rem;
  border-bottom: 1px solid #0033ad;
  margin: 0 15px;
  line-height: 1.2;
}
.pricing-table .plan-card .plan-freq small {
  display: block;
  width: 100%;
}
.pricing-table .plan-card .price-box {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #eee;
}
.pricing-table .plan-card .price-box .tag,
.pricing-table .plan-card .price-box .tag-opt {
  color: #0033ad;
  font-weight: 500;
  margin-bottom: 8px;
}
.pricing-table .plan-card .price-box .price,
.pricing-table .plan-card .price-box .price-opt {
  color: #f39800;
  font-weight: 500;
}
.pricing-table .plan-card .price-box .price .num,
.pricing-table .plan-card .price-box .price-opt .num {
  font-size: 1.8rem;
  margin: 0 2px;
}
.pricing-table .plan-card .price-box .estimate-text {
  color: #0033ad;
  font-weight: 500;
}
.pricing-table .plan-card .report-box {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.pricing-table .plan-card .report-box .report-item .report-type {
  display: block;
  font-size: 0.8rem;
  color: #0033ad;
}
.pricing-table .plan-card .report-box .report-item .report-price {
  color: #f39800;
  font-weight: 500;
}
.pricing-table .plan-card .report-box .report-item .report-price .num {
  font-size: 1.4rem;
}
@media only screen and (min-width: 850px) {
  .pricing-table .slick-list,
  .pricing-table .slick-track {
    width: 100%;
  }
  .pricing-table .slick-track {
    display: flex;
  }
}

.cost-examples {
  max-width: 1000px;
  margin: 40px auto;
  padding: 40px 10px;
  text-align: center;
  background: #fff;
}
.cost-examples .example-title {
  color: #0033ad;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.cost-examples .example-slider {
  display: flex;
  justify-content: center;
}
.cost-examples .example-slider.slick-initialized {
  display: block;
}
.cost-examples .example-card {
  background-color: #ebf4ff;
  width: 100%;
  padding: 30px 15px;
  margin: 0 10px;
  min-height: 380px;
}
.cost-examples .example-card .plan-label {
  border: 1px solid #0033ad;
  color: #0033ad;
  font-weight: bold;
  padding: 5px 40px;
  margin-bottom: 25px;
}
.cost-examples .example-card .example-details {
  flex-grow: 1;
  text-align: left;
  width: 90%;
  margin-bottom: 20px;
}
.cost-examples .example-card .example-details p {
  margin: 8px 0;
  font-weight: bold;
  color: #0033ad;
}
.cost-examples .example-card .example-details p span {
  padding: 2px 4px;
}
.cost-examples .example-card .example-details p span.sotomawari {
  background-color: #ffffe2;
}
.cost-examples .example-card .example-details p span.shitsunai {
  background-color: #e9ffde;
}
.cost-examples .example-card .example-details p span.jyosou {
  background-color: #ffebde;
}
.cost-examples .example-card .example-details p span.houkokusho {
  background-color: #fff7f5;
}
.cost-examples .example-card .example-formula {
  color: #0033ad;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.cost-examples .example-card .example-formula .circle-num {
  border: 2px solid #0033ad;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
}
.cost-examples .example-card .example-total {
  color: #f39800;
  font-weight: bold;
  font-size: clamp(1.125rem, 0.979rem + 0.56vw, 1.313rem);
  white-space: nowrap;
}

.akiya-support-box {
  display: flex;
  gap: 20px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 630px) {
  .akiya-support-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.plan-after-cta-content {
  max-width: 800px;
  margin: auto;
  box-shadow: 4px 4px 12px #ddd;
  padding: 60px 30px 30px;
  margin-top: -30px;
  margin-bottom: 50px;
}
.plan-after-cta-content .midashi-box {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.plan-after-cta-content .two-box {
  margin-bottom: 0;
}
.plan-after-cta-content .two-box .left-box p {
  margin: 15px auto;
}

.mitsumori-contact {
  margin: 10px auto;
  max-width: 210px;
  text-align: center;
}
.mitsumori-contact:last-child {
  margin-bottom: 0;
}

section#area {
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 54px 0;
}
section#area .area-block {
  background: #fff;
  padding: 60px 30px;
}
section#area .area-block h2.midashi-box {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
}
section#area .two-box {
  margin-top: 30px;
  margin-bottom: 0;
  gap: 50px;
}
section#area .two-box .left-box img {
  width: 366px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 890px) {
  section#area .two-box {
    gap: 30px;
  }
}
@container (max-width:520px) {
  section#area .two-box .left-box,
  section#area .two-box .right-box {
    flex: unset;
    width: 100%;
  }
}
section#area ul.area-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
section#area ul.area-list li {
  color: #163a9d;
  padding: 2px 10px;
  border: 1px solid;
  border-radius: 4px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section#area p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}

section#quality {
  background: url("../img/quality-bg.png");
}
section#quality .quality-block {
  background: #e8f5ff;
  padding-top: 30px;
  padding-bottom: 80px;
}
section#quality .quality-block h2.midashi-box {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: 500;
}
section#quality .quality-block p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section#quality .quality-point {
  background: url("../img/quality-point-bg.png");
  background-position: -30px;
  padding-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 730px) {
  section#quality .quality-point {
    background-size: cover;
  }
}
section#quality .quality-point p.reason {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 30px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section#quality .quality-point p.reason:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
section#quality .quality-point .point-block {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 30px auto 60px;
}
section#quality .quality-point .point-block .point-img,
section#quality .quality-point .point-block .point-text {
  width: 50%;
}
section#quality .quality-point .point-block .point-img {
  z-index: 1;
}
section#quality .quality-point .point-block .point-text {
  background: #fff;
  padding: 30px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section#quality .quality-point .point-block .point-text span.point-num {
  color: #79c232;
  font-weight: 500;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 15px;
}
section#quality .quality-point .point-block .point-text span.point-num span {
  font-size: clamp(2rem, 1.417rem + 2.22vw, 2.75rem);
}
section#quality .quality-point .point-block:nth-of-type(1) .point-text {
  padding-right: 0;
}
section#quality .quality-point .point-block:nth-of-type(2) {
  flex-flow: row-reverse;
}
section#quality .quality-point .point-block:nth-of-type(2) .point-text {
  z-index: 0;
}
section#quality .quality-point .point-block:nth-of-type(2) .point-text:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  transform: skewX(-10deg);
  z-index: -1;
  background: #fff;
}
section#quality .quality-point .point-block:nth-of-type(3) {
  padding-right: 0;
}
section#quality .quality-point .point-block:nth-of-type(3) .point-text {
  z-index: 0;
}
section#quality .quality-point .point-block:nth-of-type(3) .point-text:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  transform: skewX(10deg);
  z-index: -1;
  background: #fff;
}
section#quality .quality-point .point-block:nth-of-type(1) .point-text, section#quality .quality-point .point-block:nth-of-type(3) .point-text {
  z-index: 0;
}
section#quality .quality-point .point-block:nth-of-type(1) .point-text:after, section#quality .quality-point .point-block:nth-of-type(3) .point-text:after {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  transform: skewX(10deg);
  z-index: -1;
  background: #fff;
}
@media only screen and (max-width: 920px) {
  section#quality .quality-point .point-block:nth-of-type(3) .point-text:before {
    left: -40px;
  }
  section#quality .quality-point .point-block:nth-of-type(3) .point-text:after {
    right: -40px;
  }
}
@media only screen and (max-width: 730px) {
  section#quality .quality-point .point-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  section#quality .quality-point .point-block:nth-of-type(1) .point-text:after {
    right: -20px;
    transform: skewX(5deg);
  }
  section#quality .quality-point .point-block:nth-of-type(2) {
    flex-wrap: wrap;
  }
  section#quality .quality-point .point-block:nth-of-type(2) .point-text:before {
    transform: skewX(-5deg);
  }
  section#quality .quality-point .point-block:nth-of-type(3) .point-text:before {
    left: -20px;
    transform: skewX(5deg);
  }
  section#quality .quality-point .point-block:nth-of-type(3) .point-text:after {
    right: -20px;
    transform: skewX(5deg);
  }
  section#quality .quality-point .point-block .point-img {
    width: 85%;
    margin: auto;
  }
  section#quality .quality-point .point-block .point-text {
    width: 90%;
    padding: 20px;
  }
}

section.safety {
  background-color: #afe4ff;
  padding: 60px 0;
}
section.safety h2.midashi-box {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section.safety .relative {
  max-width: 530px;
  margin: auto;
}
section.safety .relative img {
  max-width: 120px;
  position: absolute;
  top: -20px;
  left: -60px;
}
@media only screen and (max-width: 680px) {
  section.safety .relative img {
    position: relative;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
  }
}
section.safety p {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
section.safety .safety-block {
  max-width: 820px;
  margin: 30px auto;
}
section.safety .safety-block .safety-box {
  padding: 0 10px;
}
section.safety .safety-block .safety-box p.safety-title {
  margin-top: 0;
  color: #163a9d;
  font-weight: bold;
}
section.safety .safety-block .safety-box .safety-icon {
  margin: 10px auto;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.safety .safety-block .safety-box .safety-icon img {
  max-height: 100px;
}
section.safety .safety-block .safety-box p.safety-txt {
  text-align: left;
}

section.team {
  background: url("../img/team-bg.png");
  padding: 60px 0;
}
section.team h2.midashi-box {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  margin-bottom: 50px;
}
@media only screen and (max-width: 680px) {
  section.team h2.midashi-box {
    margin-bottom: 10px;
  }
}
section.team .relative {
  max-width: 530px;
  margin: auto;
}
section.team .relative img {
  width: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto;
}
@media only screen and (max-width: 680px) {
  section.team .relative img {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto 40px;
    display: block;
  }
}
@container (max-width:660px) {
  section.team .two-box .left-box,
  section.team .two-box .right-box {
    flex: unset;
  }
}
section.team p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section.team ul {
  background: #fff;
  list-style: none;
  padding: 15px;
  margin: 15px auto;
  color: #163a9d;
  border: 1px solid;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.team ul li {
  padding-left: 20px;
  font-weight: 500;
}
section.team ul li:before {
  content: "●";
  position: absolute;
  left: 0;
}

section.leave-to-us {
  background: #ffffef;
  padding: 60px 0;
}
section.leave-to-us .leave-to-us-box {
  margin-top: 30px;
}
section.leave-to-us .leave-to-us-box h2.midashi-box {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
}
section.leave-to-us .leave-to-us-box ul {
  position: absolute;
  top: 50px;
  bottom: 25px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  list-style: none;
}
section.leave-to-us .leave-to-us-box ul li {
  margin-bottom: 10px;
  padding: 5px 20px;
  background: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section.leave-to-us .leave-to-us-box ul li:before {
  content: "● ";
}
@media only screen and (max-width: 920px) {
  section.leave-to-us .leave-to-us-box {
    padding-bottom: 30px;
  }
  section.leave-to-us .leave-to-us-box h2.midashi-box {
    position: relative;
  }
  section.leave-to-us .leave-to-us-box img {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 100%;
  }
  section.leave-to-us .leave-to-us-box ul {
    position: relative;
    top: 0;
    bottom: unset;
  }
}
@media only screen and (max-width: 450px) {
  section.leave-to-us .leave-to-us-box {
    padding: 30px 10px;
  }
}
section.leave-to-us h3.midashi-text {
  margin: 30px auto;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section.leave-to-us .two-box {
  align-items: center;
}
section.leave-to-us .two-box p {
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
@container (max-width:695px) {
  section.leave-to-us .two-box {
    justify-content: center;
  }
  section.leave-to-us .two-box .left-box,
  section.leave-to-us .two-box .right-box {
    flex: unset;
  }
}
section.leave-to-us h3.slash-midashi {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section.leave-to-us .leave-to-us-cta {
  max-width: 800px;
  margin: auto;
  box-shadow: 4px 4px 12px #ddd;
  padding: 60px 30px 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  background: #fff;
}
section.leave-to-us .leave-to-us-cta p.midashi-box {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
}
section.leave-to-us .leave-to-us-cta .two-box {
  margin-bottom: 0;
}
section.leave-to-us .leave-to-us-cta .two-box .left-box p {
  margin: 15px auto;
}
section.leave-to-us .leave-to-us-cta .two-box .left-box img {
  max-width: 290px;
  display: block;
  margin: auto;
}
section.leave-to-us .attention-block {
  padding: 30px;
  color: #163a9d;
  border: 1px solid;
}
section.leave-to-us .attention-block p.attention-title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px 4px;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-weight: 500;
}
section.leave-to-us .attention-block p.attention-title:before, section.leave-to-us .attention-block p.attention-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background-color: #ffffef;
  position: absolute;
  top: 0;
  bottom: 0;
}
section.leave-to-us .attention-block p.attention-title:before {
  left: -20px;
}
section.leave-to-us .attention-block p.attention-title:after {
  right: -20px;
}

section.voices {
  background: #fff4c4;
  padding: 60px 0;
}
section.voices .voice-box {
  background: #fff;
  padding: 30px;
}
section.voices .voice-box h2.midashi-box {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
}
section.voices .voice-box .voice-box-contet {
  max-width: 500px;
  margin: auto;
}
section.voices .voice-box .voice-box-contet .voice-user {
  margin-top: 30px;
  align-items: center;
}
section.voices .voice-box .voice-box-contet .voice-user .user-img {
  background: #92dbb4;
  max-width: 250px;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta p {
  margin-bottom: 5px;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta p:last-child {
  margin-bottom: 0;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.anshin-plan {
  color: #163a9d;
  background: #cbd9ff;
  padding: 2px 10px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.anshin-plan span {
  font-weight: bold;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.plus {
  width: 25px;
  height: 25px;
  display: block;
  margin: 5px auto;
  color: transparent;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.plus:before, section.voices .voice-box .voice-box-contet .voice-user .user-meta span.plus:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #79c232;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.plus:after {
  transform: rotate(90deg);
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.anzen-plan {
  color: #163a9d;
  background: #ffffcb;
  padding: 2px 10px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.anzen-plan span {
  font-weight: bold;
}
section.voices .voice-box .voice-box-contet .voice-user .user-meta span.user-name {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 540px) {
  section.voices .voice-box .voice-box-contet .voice-user {
    justify-content: center;
  }
}
section.voices .voice-box .staff-comment {
  margin-top: 50px;
  border: 1px solid #163a9d;
  padding: 30px 10px 10px;
}
section.voices .voice-box .staff-comment h3.midashi-box {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
section.voices .voice-box .toggle-content {
  transition: all 0.5s;
  height: 0;
  overflow: hidden;
}
section.voices .voice-box .toggle-content + .toggle-message:before {
  content: "続きを読む";
  display: block;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
  border: 1px solid;
  cursor: pointer;
}
section.voices .voice-box .toggle-content.open + .toggle-message:before {
  content: "\f106";
  font-family: "FontAwesome";
  display: block;
  margin-top: 30px;
  text-align: center;
  border: none;
  font-size: clamp(1.5rem, 1.208rem + 1.11vw, 1.875rem);
}
@media only screen and (max-width: 600px) {
  section.voices .voice-box {
    padding: 15px;
  }
}

.transport-section {
  max-width: 850px;
  margin: 20px auto;
  color: #333;
}
.transport-section .transport-inner {
  border: 1px solid #666;
  padding: 15px;
}
.transport-section .transport-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.transport-section .transport-list .transport-row {
  display: flex;
  align-items: baseline;
  line-height: 1.4;
}
.transport-section .transport-list .transport-row .transport-name {
  flex-shrink: 0;
}
.transport-section .transport-list .transport-row .transport-dot {
  flex-grow: 1;
  border-bottom: 2px dotted #333;
  margin: 0 12px;
  position: relative;
  top: -4px;
}
.transport-section .transport-list .transport-row .transport-detail {
  flex-shrink: 0;
  margin-right: 20px;
}
.transport-section .transport-list .transport-row .transport-price {
  flex-shrink: 0;
  width: 110px;
  text-align: right;
  color: #f39800;
  font-weight: bold;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
.transport-section .transport-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  gap: 15px;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.transport-section .transport-total .total-label {
  color: #0033ad;
  font-weight: bold;
  padding: 2px 8px;
}
.transport-section .transport-total .total-amount {
  color: #f39800;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .transport-section .transport-inner {
    padding: 20px;
  }
  .transport-section .transport-list .transport-row {
    flex-wrap: wrap;
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .transport-section .transport-list .transport-row .transport-dot {
    display: none;
  }
  .transport-section .transport-list .transport-row .transport-detail {
    margin-left: 1em;
    margin-right: 1em;
  }
  .transport-section .transport-list .transport-row .transport-price {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-size: 1.2rem;
  }
  .transport-section .total-amount {
    font-size: 1.8rem;
  }
}

.annual-calculation {
  text-align: center;
  border: 1px solid;
  padding: 15px;
  margin: 20px auto;
}
.annual-calculation .calculation-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.annual-calculation .calculation-row .plan-label-blue {
  background-color: #dbeafe;
  color: #0033ad;
  padding: 2px 10px;
  font-weight: bold;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
.annual-calculation .calculation-row .plan-label-yellow {
  background-color: #fef9c3;
  color: #0033ad;
  padding: 2px 10px;
  font-weight: bold;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
}
.annual-calculation .calculation-row .calculation-text {
  color: #0033ad;
}
@media only screen and (max-width: 430px) {
  .annual-calculation .calculation-row {
    flex-wrap: wrap;
  }
  .annual-calculation .calculation-row .plan-label-blue,
  .annual-calculation .calculation-row .plan-label-yellow {
    display: block;
    width: 80%;
  }
}
.annual-calculation .operator-plus,
.annual-calculation .operator-equal {
  width: 25px;
  height: 25px;
  display: block;
  margin: 5px auto;
  color: transparent;
}
.annual-calculation .operator-plus:before, .annual-calculation .operator-plus:after,
.annual-calculation .operator-equal:before,
.annual-calculation .operator-equal:after {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #79c232;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.annual-calculation .operator-plus:after {
  transform: rotate(90deg);
}
.annual-calculation .operator-equal:before {
  left: -10px;
}
.annual-calculation .operator-equal:after {
  right: -10px;
}
.annual-calculation .calculation-result {
  color: #0033ad;
  font-weight: bold;
}
.annual-calculation .calculation-result .result-price {
  color: #f39800;
  font-size: clamp(1rem, 0.903rem + 0.37vw, 1.125rem);
  margin-left: 5px;
}

section.flow {
  padding: 60px 0;
}
section.flow h2.midashi-box {
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  margin-bottom: 50px;
}

.step-container {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto;
}
.step-container::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #1a448a;
  z-index: 0;
}
.step-container .step-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 30px;
  border-radius: 30px;
  padding: 2px 30px 4px 10px;
}
.step-container .step-item .step-number {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  background-color: #1a448a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.step-container .step-item .step-content {
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding-top: 6px;
}
.step-container .step-item .step-content .step-title {
  width: 180px;
  color: #1a448a;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  flex-shrink: 0;
}
.step-container .step-item .step-content .step-desc {
  color: #333;
  font-size: 1rem;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .step-container .step-content {
    flex-direction: column;
  }
  .step-container .step-content .step-title {
    width: 100%;
    margin-bottom: 5px;
  }
}
section.please {
  padding: 30px 0;
  background: #fff;
}
section.please h2.midashi-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  margin-bottom: 50px;
  padding: 10px 0;
}
section.please p {
  max-width: 480px;
  margin: auto;
  color: #163a9d;
}

.term-content {
  max-height: 260px;
  overflow-y: scroll;
  border: 2px solid;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
}
.term-content ol,
.term-content ul {
  padding-left: 2em;
}
.term-content ol li ol,
.term-content ul li ol {
  counter-reset: listnum;
  list-style: none;
}
.term-content ol li ol li::before,
.term-content ul li ol li::before {
  counter-increment: listnum;
  content: "(" counter(listnum) ") ";
}

section#entry {
  padding: 60px 0;
  background: url("../img/entry-bg.png");
}

.entry-form {
  max-width: 800px;
  margin: 40px auto;
  padding: 40px;
  background-color: #fffaf4;
  font-family: sans-serif;
  color: #666;
}
.entry-form .form-title {
  text-align: center;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  margin-bottom: 30px;
  font-weight: 500;
}
.entry-form .form-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.entry-form .form-row:last-of-type {
  border-bottom: none;
}
.entry-form .form-row .form-label {
  width: 200px;
  font-size: clamp(0.875rem, 0.778rem + 0.37vw, 1rem);
  display: flex;
  align-items: center;
  text-align: center;
}
.entry-form .form-row .form-label .badge-required {
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 30px;
  margin-left: 10px;
}
.entry-form .form-row .form-input {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.entry-form .form-row .form-input input[type=text],
.entry-form .form-row .form-input input[type=tel],
.entry-form .form-row .form-input input[type=email] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  background-color: #dbe2e8;
  box-sizing: border-box;
}
.entry-form .form-row .form-input .input-zip {
  width: 120px !important;
}
.entry-form .form-row .form-input .input-s {
  width: 200px !important;
}
@media only screen and (max-width: 500px) {
  .entry-form .form-row .form-input .input-s {
    width: 100% !important;
  }
}
.entry-form .form-row .form-input .input-note {
  margin: 0;
}
.entry-form .form-row .form-input.flex-align-center {
  flex-direction: row;
  align-items: center;
}
.entry-form .form-row .form-input-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.entry-form .form-row .form-input-grid.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.entry-form .form-row .form-input-grid.col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.entry-form .form-row .form-input-grid.col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.entry-form .form-row .form-input-grid .check-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.entry-form .form-row .form-input-grid .check-item.flex-row {
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.entry-form .form-row .form-input-grid .check-item span {
  white-space: nowrap;
}
@media only screen and (max-width: 400px) {
  .entry-form .form-row .form-input-grid.col-2 {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .entry-form .form-row .form-input-grid.col-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry-form .form-row .form-input-grid.col-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 300px) {
  .entry-form .form-row .form-input-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry-form .form-row .form-input-grid.col-6, .entry-form .form-row .form-input-grid.col-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.entry-form input[type=checkbox] {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #dbe2e8;
  border: none;
  cursor: pointer;
}
.entry-form input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  width: 20px;
  height: 8px;
  border-left: 4px solid #910000;
  border-bottom: 4px solid #910000;
  transform: rotate(-54deg);
}
.entry-form .form-footer {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.entry-form .form-footer .agree-label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.entry-form .form-footer .submit-btn {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 15px 80px;
  border-radius: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.entry-form .form-footer .submit-btn:hover {
  background-color: #bbb;
}

@media (max-width: 768px) {
  .entry-form {
    padding: 20px;
  }
  .entry-form .form-row {
    flex-direction: column;
    gap: 10px;
  }
  .entry-form .form-row .form-label {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*FAQ*/
section.faq {
  background-image: linear-gradient(rgba(210, 210, 210, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(210, 210, 210, 0.4) 1px, transparent 1px);
  background-size: 20px 20px;
  padding: 54px 0;
  background-color: #fff;
}
section.faq h2.midashi-box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  margin-bottom: 50px;
  padding: 10px 0;
}
section.faq .faq_item {
  margin-bottom: 30px;
  background: #f5f5f5;
  padding: 15px;
}/*# sourceMappingURL=top.css.map */