@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #333;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding-bottom: 8rem;
}

section {
  position: relative;
}

main {
  display: block;
  flex: 1 1 auto;
}

.wrap {
  width: 90%;
  max-width: 100rem;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.preload *, .preload *::before, .preload *::after {
  transition: none !important;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.blue {
  color: #1d89bf;
}

.light {
  color: #2ca6e1;
}

.yellow {
  color: #f4ee27;
}

.red {
  color: #dd2424;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    padding-bottom: 0;
  }
  main {
    padding-top: 60px;
    overflow: hidden;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    header
------------------------------ */
#header {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
#header .wrap {
  width: 100%;
  height: 8rem;
  max-width: inherit;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo_wrap {
  flex-grow: 1;
}
#header .logo_wrap .logo a {
  display: inline-flex;
  vertical-align: middle;
  height: 100%;
}
#header .logo_wrap .logo img {
  width: 26.4rem;
  margin: 0 2rem;
}
#header .logo_wrap .logo .red span {
  background: #dd2424;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0 0.5em 0.1em;
  margin: 0.5em 0;
}
#header .nav_wrap .inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 1rem;
}
#header .nav_wrap .tel {
  color: #033176;
  text-align: center;
}
#header .nav_wrap .tel .slash {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#header .nav_wrap .tel .slash span::before, #header .nav_wrap .tel .slash span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.8em;
  background: #033176;
  transform: skew(25deg);
  margin: 0 0.5em 0 0.3em;
}
#header .nav_wrap .tel .slash span::after {
  transform: skew(-25deg);
}
#header .nav_wrap .tel .num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
}
#header .nav_wrap .tel .num a {
  display: block;
  color: #033176;
}
#header .nav_wrap .tel .num i {
  display: inline-block;
  width: 2em;
  height: 1em;
}
#header .nav_wrap .tel .num i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header .nav_wrap .mail a {
  display: block;
}
#header .nav_wrap .mail a img {
  width: 27rem;
}
#header .overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 997;
}
#header .overlay.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  #header,
  #header .wrap,
  #header .logo_wrap {
    width: 100%;
    height: 45px;
  }
  #header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
  }
  #header .wrap {
    width: 100%;
    padding: 0;
    position: relative;
    min-width: inherit;
  }
  #header .logo_wrap {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    z-index: 999;
    padding: 0;
  }
  #header .logo_wrap .logo {
    padding-left: 0;
  }
  #header .logo_wrap .logo img {
    width: 130px;
    margin: 0 5px 0 10px;
  }
  #header .logo_wrap .logo .red span {
    font-size: 9px;
  }
  #header .nav_wrap {
    flex: 0 0 auto;
  }
  #header .nav_wrap .btn_wrap {
    display: flex;
  }
  #header .nav_wrap .btn_wrap .btn img {
    height: 45px;
    width: auto;
  }
}
/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #033176;
  color: #fff;
  text-align: center;
}
#footer .company {
  display: inline-block;
  text-align: left;
  padding: 3rem 0;
}
#footer .company .ttl {
  font-weight: 600;
  margin-bottom: 0.5em;
}
#footer .company .table {
  display: grid;
  grid-template-columns: 10em auto;
}
#footer .company .table a {
  color: #fff;
}
#footer .menu {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}
#footer .menu li {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  padding: 0 1.5em;
}
#footer .menu li + li {
  border-left: 1px solid #fff;
}
#footer .menu li a {
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .menu li {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 0.5em;
  }
}
#footer .menu._02 {
  padding-top: 0;
}
#footer .menu._02 li {
  font-size: 2.2rem;
  padding: 0 2.5em;
}
@media screen and (max-width: 767px) {
  #footer .menu._02 li {
    font-size: 1.8rem;
    padding: 0 0.5em;
  }
}
#footer .copy {
  background: #2ca6e1;
  padding: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}

#floating_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
#floating_btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
#floating_btn .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  height: 8rem;
}
#floating_btn .ttl {
  padding-right: 3rem;
  border-right: 1px solid #033176;
}
#floating_btn .ttl .bg {
  background: #2ca6e1;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
}
#floating_btn .ttl .txt {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
}
#floating_btn .tel {
  color: #033176;
  text-align: center;
}
#floating_btn .tel .slash {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
}
#floating_btn .tel .slash span::before, #floating_btn .tel .slash span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.8em;
  background: #033176;
  transform: skew(25deg);
  margin: 0 0.5em 0 0.3em;
}
#floating_btn .tel .slash span::after {
  transform: skew(-25deg);
}
#floating_btn .tel .num {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 600;
}
#floating_btn .tel .num a {
  display: block;
  color: #033176;
}
#floating_btn .tel .num i {
  display: inline-block;
  width: 2em;
  height: 1em;
}
#floating_btn .tel .num i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#floating_btn .mail a {
  display: block;
}
#floating_btn .mail a img {
  width: 27rem;
}

/* ------------------------------
    main
------------------------------ */
.ttl_sec {
  font-size: 5rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .ttl_sec {
    font-size: 3rem;
  }
}

#sec_fv {
  background: url("../img/fv_bg@2x.jpg") no-repeat center/cover;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  #sec_fv {
    background-image: url(../img/fv_bg_sp@2x.jpg);
    padding: 1rem 0 3rem;
  }
}
#sec_fv .img {
  position: absolute;
  right: 0;
  bottom: -4rem;
  translate: 27% 0;
  width: 55%;
}
#sec_fv .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_fv .img {
    bottom: 10rem;
    translate: 13% 0;
    width: 60%;
  }
}
#sec_fv .flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
#sec_fv .flex .ttl {
  flex: 0 0 auto;
  width: 60%;
  padding-bottom: 2rem;
}
#sec_fv .flex .ttl img {
  width: 100%;
}
#sec_fv .flex .txt {
  width: 28%;
}
#sec_fv .flex .txt img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_fv .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #sec_fv .flex .ttl {
    width: 100%;
    padding: 0;
  }
  #sec_fv .flex .txt {
    width: 55%;
    translate: -5% 0;
  }
}
#sec_fv .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
#sec_fv .list .item {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  text-align: center;
  position: relative;
  padding: 5rem 2rem 2rem;
}
#sec_fv .list .item .ico {
  width: 8rem;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
}
#sec_fv .list .item .txt {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #sec_fv .list {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
  #sec_fv .list .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    padding: 2rem 1rem;
    border-radius: 1rem;
  }
  #sec_fv .list .item .ico {
    flex: 0 0 auto;
    position: static;
    translate: 0 0;
    width: 5rem;
  }
  #sec_fv .list .item .txt {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
  }
}

.sec_cta {
  background: #033176;
  color: #fff;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .sec_cta {
    padding: 2rem 0;
  }
}
.sec_cta .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.sec_cta .flex .left {
  flex: 0 0 auto;
}
.sec_cta .flex .right {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .sec_cta .flex {
    display: block;
  }
}
.sec_cta .campaign {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .sec_cta .campaign {
    width: 95%;
    margin: 0 auto;
  }
}
.sec_cta .campaign img {
  width: 100%;
}
.sec_cta .txt {
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-weight: 800;
  text-align: center;
  border-bottom: 3px solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_cta .txt {
    font-size: 1.6rem;
    border-bottom-width: 1px;
    padding-bottom: 0.8em;
    margin-bottom: 2rem;
  }
}
.sec_cta .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_cta .contact .tel {
  color: #f4ee27;
  text-align: center;
  margin-top: -0.5rem;
}
.sec_cta .contact .tel .slash {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.sec_cta .contact .tel .slash span::before, .sec_cta .contact .tel .slash span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.8em;
  background: #f4ee27;
  transform: skew(25deg);
  margin: 0 0.5em 0 0.3em;
}
.sec_cta .contact .tel .slash span::after {
  transform: skew(-25deg);
}
.sec_cta .contact .tel .num {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 600;
}
.sec_cta .contact .tel .num a {
  display: block;
  color: #fff;
}
.sec_cta .contact .tel .num i {
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-right: 0.2em;
}
.sec_cta .contact .tel .num i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec_cta .contact .mail {
  padding-top: 0.5rem;
}
.sec_cta .contact .mail a {
  display: block;
}
.sec_cta .contact .mail a img {
  width: 31rem;
}
@media screen and (max-width: 767px) {
  .sec_cta .contact {
    flex-direction: column;
  }
  .sec_cta .contact .btn {
    width: 100%;
  }
  .sec_cta .contact .btn img {
    width: 100%;
  }
  .sec_cta .contact .mail .btn img {
    width: 100%;
  }
}

#sec_intro {
  background: #ebf5ff url("../img/intro_bg@2x.png") no-repeat center top/100% auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_intro {
    background-size: 180% auto;
    padding: 1rem 0 4rem;
  }
}
#sec_intro .ttl {
  text-align: center;
}
#sec_intro .ttl .small {
  background: #1d89bf;
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 800;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
#sec_intro .ttl .big img {
  width: 72.2rem;
}
@media screen and (max-width: 767px) {
  #sec_intro .ttl {
    margin-right: -5vw;
  }
}
#sec_intro .list {
  background: #fff;
  max-width: 75rem;
  margin: 2rem auto 0;
  padding: 2rem 5rem 4rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
#sec_intro .list .item {
  background: url("../img/intro_check.svg") no-repeat left top 0.9em/1em auto;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 600;
  padding: 0.6em 0 0.6em 1.5em;
  border-bottom: 3px dashed #eee;
}
@media screen and (max-width: 767px) {
  #sec_intro .list {
    padding: 1rem 2rem 2rem;
    margin-top: 0;
  }
  #sec_intro .list .item {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
    border-bottom-width: 2px;
  }
}
#sec_intro .img_wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 115rem;
}
#sec_intro .img_wrap img {
  width: 23rem;
}

#sec_reason {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #f9f9f9 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_reason {
    padding-bottom: 4rem;
  }
}
#sec_reason .grad {
  background: linear-gradient(to right, #033176, #2da0d9);
  color: #fff;
  text-align: center;
  padding: 2rem 2rem 4.5rem;
  margin-bottom: 4rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 53% 85%, 50% 100%, 47% 85%, 0% 85%);
}
#sec_reason .grad .slash {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 800;
}
#sec_reason .grad .slash span::before, #sec_reason .grad .slash span::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 0.9em;
  transform: skew(25deg);
  background: #fff;
  margin: 0 0.5em;
  vertical-align: middle;
}
#sec_reason .grad .slash span::after {
  transform: skew(-25deg);
}
#sec_reason .grad .ttl {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 800;
}
#sec_reason .grad .ttl .big {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  #sec_reason .grad {
    padding: 1.5rem 0 3rem;
    margin-bottom: 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0% 90%);
  }
  #sec_reason .grad .slash {
    font-size: 2rem;
  }
  #sec_reason .grad .ttl {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 0.2em;
  }
}
#sec_reason .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_reason .grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
}
#sec_reason .grid .item {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
#sec_reason .grid .item .img img {
  width: 100%;
}
#sec_reason .grid .item .num {
  background: #2ca6e1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 5.7rem;
  height: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 3.7rem;
  line-height: 1;
  font-weight: 600;
}
#sec_reason .grid .item .inner {
  padding: 2rem;
}
#sec_reason .grid .item .ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0.5em;
}
#sec_reason .grid .item .txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_reason .grid .item .txt {
    font-size: 2rem;
  }
}
#sec_reason .flex {
  display: flex;
  gap: 3rem;
  max-width: 90rem;
  margin: 6rem auto 0;
}
#sec_reason .flex .left {
  flex: 0 0 auto;
}
#sec_reason .flex .left img {
  width: 25.6rem;
}
#sec_reason .flex .right {
  flex: 1 1 auto;
}
#sec_reason .flex .ttl {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-weight: 800;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #2ca6e1;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
  position: relative;
}
#sec_reason .flex .ttl i {
  position: absolute;
  left: 0;
  top: 0.2em;
  display: block;
  width: 1.2em;
  height: 1.4em;
}
#sec_reason .flex .ttl i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#sec_reason .flex .ttl strong {
  font-size: 130%;
}
#sec_reason .flex .txt {
  font-size: 2.2rem;
  letter-spacing: 0.09em;
  font-weight: 600;
}
#sec_reason .flex .txt + .txt {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #sec_reason .flex {
    flex-direction: column;
  }
  #sec_reason .flex .left .img {
    text-align: center;
  }
  #sec_reason .flex .left .img img {
    width: 20rem;
  }
  #sec_reason .flex .ttl {
    font-size: 2.6rem;
  }
  #sec_reason .flex .txt {
    font-size: 2rem;
  }
}

#sec_menu {
  background: url("../img/menu_bg01@2x.png") no-repeat center top/100% auto, url("../img/menu_bg02@2x.png") no-repeat center bottom/100% auto;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_menu {
    padding-top: 4rem;
  }
}
#sec_menu .list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_menu .list {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
#sec_menu .list .item {
  background: #fff;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
#sec_menu .list .item .ttl {
  background: #2ca6e1;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 800;
  text-align: center;
  padding: 0.3em;
}
#sec_menu .list .item .img img {
  width: 100%;
}
#sec_menu .list .item .inner {
  padding: 0 2rem 2rem;
}
#sec_menu .list .item .inner .sttl {
  color: #dd2424;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #2ca6e1;
}
#sec_menu .list .item .inner .sttl .big {
  font-size: 140%;
}
#sec_menu .list .item .inner .check {
  margin-top: 1em;
}
#sec_menu .list .item .inner .check li {
  background: url("../img/menu_check.svg") no-repeat left top 0.3em/1em auto;
  font-size: 1.7rem;
  line-height: 1.6;
  padding-left: 1.3em;
  margin: 0.3em 0;
}
@media screen and (max-width: 767px) {
  #sec_menu .list .item .inner .check li {
    font-size: 1.8rem;
  }
}
#sec_menu .trouble {
  padding-bottom: 8rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_menu .trouble {
    padding-bottom: 3rem;
    margin-top: 4rem;
  }
}
#sec_menu .trouble .inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #sec_menu .trouble .inner {
    display: block;
  }
}
#sec_menu .trouble .ttl {
  background: url("../img/menu_ttl.svg") no-repeat center/100% auto;
  font-size: 4.2rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  padding: 0 1.5em;
}
@media screen and (max-width: 767px) {
  #sec_menu .trouble .ttl {
    font-size: 2.8rem;
    letter-spacing: 0;
    padding: 0;
  }
}
#sec_menu .trouble .txt {
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #sec_menu .trouble .txt {
    font-size: 1.9rem;
    letter-spacing: 0;
    text-align: left;
  }
}
#sec_menu .trouble .img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32rem;
}
@media screen and (max-width: 767px) {
  #sec_menu .trouble .img {
    width: 13rem;
    right: -4vw;
  }
}

#sec_price {
  background: linear-gradient(to bottom, #fff, #c0e1fa);
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_price {
    padding: 4rem 0;
  }
}
#sec_price .ttl_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_price .ttl_wrap .txt {
    text-align: left;
  }
}
#sec_price .uchiwake {
  background: #fff;
  border: 3px solid #2ca6e1;
  padding: 6rem 4rem 4rem;
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_price .uchiwake {
    margin-top: 6rem;
    padding: 4rem 2rem 2rem;
  }
}
#sec_price .uchiwake .ttl {
  background: #2ca6e1;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  width: 94%;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  padding: 0.2em 1em;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  #sec_price .uchiwake .ttl {
    font-size: 2.6rem;
  }
}
#sec_price .uchiwake .img._01 {
  text-align: center;
}
#sec_price .uchiwake .img._01 img {
  width: 100%;
  max-width: 85rem;
}
#sec_price .uchiwake .img._02 {
  margin-top: 3rem;
}
#sec_price .uchiwake .txt {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #sec_price .uchiwake .txt {
    font-size: 1.8rem;
  }
}
#sec_price .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 4rem 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list {
    grid-template-columns: 1fr 1fr;
  }
}
#sec_price .list .item {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}
#sec_price .list .item .ttl {
  background: #033176;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
#sec_price .list .item .ttl .big {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 800;
}
#sec_price .list .item .ttl .small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .ttl .big {
    font-size: 1.6rem;
  }
  #sec_price .list .item .ttl .small {
    font-size: 1.2rem;
  }
}
#sec_price .list .item .img img {
  width: 100%;
}
#sec_price .list .item .inner {
  padding: 1.5rem;
}
#sec_price .list .item .inner strong {
  display: inline-block;
  font-size: 130%;
  line-height: 1.2;
}
#sec_price .list .item .inner .shiki {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#sec_price .list .item .inner .shiki dt, #sec_price .list .item .inner .shiki dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .inner .shiki dt, #sec_price .list .item .inner .shiki dd {
    font-size: 1.4rem;
  }
}
#sec_price .list .item .inner .shiki dd {
  text-align: right;
}
#sec_price .list .item .inner .kei {
  display: grid;
  grid-template-columns: 40% auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #000;
}
#sec_price .list .item .inner .kei dt, #sec_price .list .item .inner .kei dd {
  font-size: 1.7rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .inner .kei dt, #sec_price .list .item .inner .kei dd {
    font-size: 1.4rem;
  }
}
#sec_price .list .item .inner .fukidashi {
  background: #dd2424;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
  margin: 1rem 0 1.5rem;
  position: relative;
}
#sec_price .list .item .inner .fukidashi dt, #sec_price .list .item .inner .fukidashi dd {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_price .list .item .inner .fukidashi dt, #sec_price .list .item .inner .fukidashi dd {
    font-size: 1.4rem;
  }
}
#sec_price .list .item .inner .fukidashi::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #dd2424 transparent transparent transparent;
}
#sec_price .list .item .inner .price {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
#sec_price .list .item .inner .price small {
  font-size: 60%;
}
#sec_price .caution {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  margin-top: 12rem;
}
#sec_price .caution .ttl_wrap {
  background: #9e2323;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 8rem 2rem;
}
@media screen and (max-width: 767px) {
  #sec_price .caution .ttl_wrap {
    align-items: center;
    flex-direction: column;
    padding: 0 3rem;
  }
}
#sec_price .caution .ttl_wrap .img {
  margin-top: -8rem;
  width: 25rem;
}
@media screen and (max-width: 767px) {
  #sec_price .caution .ttl_wrap .img {
    width: 22rem;
  }
}
#sec_price .caution .ttl_wrap .ttl {
  padding: 2rem 0;
  font-size: 4.3rem;
  line-height: 1.2;
  font-weight: 800;
}
#sec_price .caution .ttl_wrap .ttl strong {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  #sec_price .caution .ttl_wrap .ttl {
    font-size: 2.6rem;
    text-align: center;
  }
}
#sec_price .caution .txt {
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 600;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  #sec_price .caution .txt {
    padding: 2rem;
    font-size: 1.8rem;
  }
}

#sec_voice {
  background: url("../img/voice_bg@2x.jpg") no-repeat center top/100% auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_voice {
    padding: 4rem 0;
    background-size: 200% auto;
  }
}
#sec_voice .ttl_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_voice .ttl_wrap .txt {
    font-size: 1.6rem;
  }
}
#sec_voice .voice {
  margin-top: 6rem;
}
#sec_voice .voice .box {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  padding: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_voice .voice .box {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
  #sec_voice .voice .box .img {
    order: 2;
  }
  #sec_voice .voice .box .detail {
    display: contents;
  }
  #sec_voice .voice .box .detail .ttl {
    order: 1;
  }
  #sec_voice .voice .box .detail .txt {
    order: 3;
  }
}
#sec_voice .voice .box .img {
  flex: 0 0 auto;
  width: 29rem;
}
#sec_voice .voice .box .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_voice .voice .box .img {
    width: 100%;
  }
}
#sec_voice .voice .box .ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 800;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #2ca6e1;
}
#sec_voice .voice .box .txt {
  font-size: 1.7rem;
  line-height: 1.6;
}

#sec_flow {
  background: #ebf6fa url("../img/flow_bg@2x.png") no-repeat center bottom/100% auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_flow {
    padding: 4rem 0;
    background-size: 200% auto;
    background-position: left bottom;
  }
}
#sec_flow .flow {
  max-width: 80rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #sec_flow .flow {
    max-width: 80vw;
    margin-top: 3rem;
  }
}
#sec_flow .flow .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_flow .flow .item {
    flex-direction: column;
    gap: 1rem;
  }
}
#sec_flow .flow .item + .item {
  margin-top: 4rem;
}
#sec_flow .flow .item + .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 5rem 0 5rem;
  border-color: #b7dbea transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  #sec_flow .flow .item + .item {
    margin-top: 6rem;
  }
  #sec_flow .flow .item + .item::before {
    margin-bottom: 2rem;
    border-width: 2rem 4rem 0 4rem;
  }
}
#sec_flow .flow .item .img {
  flex: 0 0 auto;
  width: 19rem;
}
#sec_flow .flow .item .detail {
  flex: 1 1 auto;
}
#sec_flow .flow .item .detail .ttl {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #2ca6e1;
}
#sec_flow .flow .item .detail .ttl .num {
  color: #2ca6e1;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
  margin-right: 0.5em;
  vertical-align: -0.1em;
}
#sec_flow .flow .item .detail .ttl .ja {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 800;
}
#sec_flow .contact {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  gap: 3rem;
  padding: 3rem;
  margin: 6rem auto 0;
  max-width: 93rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .contact {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
    margin-top: 4rem;
  }
}
#sec_flow .contact .img {
  flex: 0 0 auto;
  width: 34rem;
}
@media screen and (max-width: 767px) {
  #sec_flow .contact .img {
    width: 100%;
  }
}
#sec_flow .contact .ttl {
  color: #033176;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.5em;
}
#sec_flow .contact .ttl .big {
  font-size: 130%;
}
@media screen and (max-width: 767px) {
  #sec_flow .contact .ttl {
    font-size: 2.4rem;
  }
}
#sec_flow .contact .txt {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_flow .contact .txt {
    font-size: 1.8rem;
  }
}

#sec_faq {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #f9f9f9 1px, transparent 1px), linear-gradient(#f5f5f5 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 11px 11px;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_faq {
    padding: 4rem 0;
  }
}
#sec_faq .ttl_sec {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .ttl_sec {
    margin-bottom: 3rem;
  }
}
#sec_faq .faq {
  margin-top: 3rem;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq {
    padding: 0 2rem;
  }
}
#sec_faq .faq .q, #sec_faq .faq .a {
  position: relative;
  padding: 1.5rem 0 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq .q, #sec_faq .faq .a {
    padding-left: 3rem;
  }
}
#sec_faq .faq .q::before, #sec_faq .faq .a::before {
  content: "Q";
  color: #2ca6e1;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 1.5rem;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq .q::before, #sec_faq .faq .a::before {
    font-size: 2.8rem;
    top: 1.7rem;
  }
}
#sec_faq .faq .q {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 800;
  padding-right: 5rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq .q {
    font-size: 2rem;
    padding-right: 3rem;
  }
}
#sec_faq .faq .q .ico {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#sec_faq .faq .q .ico::before, #sec_faq .faq .q .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 3px;
  background: #000;
  transition: rotate 0.3s ease;
}
#sec_faq .faq .q .ico::after {
  height: 100%;
  width: 3px;
}
@media screen and (max-width: 767px) {
  #sec_faq .faq .q .ico {
    width: 2rem;
    height: 2rem;
  }
}
#sec_faq .faq .q.is-open .ico::after {
  rotate: 90deg;
}
#sec_faq .faq .a {
  border-top: 1px solid #2ca6e1;
  font-size: 1.7rem;
}
#sec_faq .faq .a::before {
  content: "A";
  color: #000;
}

#sec_trust {
  background: url("../img/trust_bg@2x.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #sec_trust {
    background-image: url("../img/trust_bg_sp@2x.jpg");
  }
}
#sec_trust .bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 8rem;
}
@media screen and (max-width: 767px) {
  #sec_trust .bg {
    padding: 4rem 2rem;
  }
}
#sec_trust .bg .ttl_sec {
  background: url("../img/trust_line@2x.png") no-repeat center bottom/100% auto;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  #sec_trust .bg .ttl_sec {
    font-size: 2.8rem;
  }
}
#sec_trust .bg .txt {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#sec_trust .bg .txt + .txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #sec_trust .bg .txt {
    font-size: 1.6rem;
  }
  #sec_trust .bg .txt + .txt {
    margin-top: 1em;
  }
}

#sec_contact {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact {
    padding: 4rem 0;
  }
}
#sec_contact .ttl_wrap .txt {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_contact .ttl_wrap .txt {
    font-size: 1.6rem;
  }
}
#sec_contact .form {
  max-width: 73rem;
  margin: 4rem auto 0;
}
#sec_contact .form .table {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .table {
    display: block;
  }
}
#sec_contact .form .table dt, #sec_contact .form .table dd {
  font-size: 1.7rem;
}
#sec_contact .form .table dt {
  font-weight: 600;
  padding-top: 0.5em;
}
#sec_contact .form .table dt::before {
  content: "必須";
  background: #dd2424;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0.5em;
  margin-right: 0.5em;
}
#sec_contact .form .table dt:not(._required)::before {
  content: "任意";
  background: #666;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .table dt {
    margin: 0.8em 0 0.5em;
  }
}
#sec_contact .form *::placeholder {
  color: #999;
}
#sec_contact .form label {
  display: inline-block;
  margin: 0.2em 0;
}
#sec_contact .form input[type=text],
#sec_contact .form input[type=email],
#sec_contact .form input[type=tel],
#sec_contact .form textarea,
#sec_contact .form select {
  font-size: 1.6rem;
  padding: 0 1em;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sec_contact .form input[type=text],
  #sec_contact .form input[type=email],
  #sec_contact .form input[type=tel],
  #sec_contact .form textarea,
  #sec_contact .form select {
    padding: 0 0.5em;
  }
}
#sec_contact .form textarea {
  line-height: 1.8em;
  padding: 1em;
  height: 12em;
}
@media screen and (max-width: 767px) {
  #sec_contact .form textarea {
    padding: 0.5em;
  }
}
#sec_contact .form input[type=text],
#sec_contact .form input[type=email],
#sec_contact .form input[type=tel],
#sec_contact .form select {
  line-height: 3em;
  height: 3em;
}
@media screen and (max-width: 767px) {
  #sec_contact .form input[type=text],
  #sec_contact .form input[type=email],
  #sec_contact .form input[type=tel],
  #sec_contact .form select {
    line-height: 2.5em;
    height: 2.5em;
  }
}
#sec_contact .form select {
  color: #333;
  background-image: url("../img/select.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 0.7em auto;
  padding-right: 2.5em;
  vertical-align: middle;
}
#sec_contact .form input[type=radio],
#sec_contact .form input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#sec_contact .form input[type=radio] + span,
#sec_contact .form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
#sec_contact .form input[type=radio] + span::before, #sec_contact .form input[type=radio] + span::after,
#sec_contact .form input[type=checkbox] + span::before,
#sec_contact .form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 0.3em;
}
#sec_contact .form input[type=radio] + span::after,
#sec_contact .form input[type=checkbox] + span::after {
  width: 0.8em;
  height: 0.8em;
  margin: 0.3em 0 0 0.3em;
  background: transparent;
  border: none;
}
#sec_contact .form input[type=radio]:checked + span::after,
#sec_contact .form input[type=checkbox]:checked + span::after {
  background: #000;
}
#sec_contact .form input[type=checkbox] + span::before {
  border-radius: 0;
}
#sec_contact .form input[type=checkbox]:checked + span::after {
  width: 1em;
  height: 0.6em;
  margin: 0.2em 0 0 0.2em;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
#sec_contact .form .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .btn_wrap {
    flex-direction: column;
    align-items: normal;
    gap: 2rem;
    margin-top: 3rem;
  }
}
#sec_contact .form .btn_wrap .btn a, #sec_contact .form .btn_wrap .btn input, #sec_contact .form .btn_wrap .btn button {
  background: linear-gradient(to bottom, #ee9f21, #ee4a21, #b13122);
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38rem;
  height: 6.5rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .btn_wrap .btn a, #sec_contact .form .btn_wrap .btn input, #sec_contact .form .btn_wrap .btn button {
    width: 100%;
  }
}
#sec_contact .form .btn_wrap .btn._back a, #sec_contact .form .btn_wrap .btn._back input, #sec_contact .form .btn_wrap .btn._back button {
  background: linear-gradient(to bottom, #bbb, #999, #777);
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #sec_contact .form .btn_wrap .btn._back a, #sec_contact .form .btn_wrap .btn._back input, #sec_contact .form .btn_wrap .btn._back button {
    width: 100%;
  }
}
#sec_contact .form p.error {
  color: #dd2424;
  font-size: 1.6rem;
}
#sec_contact._confirm .table .ttl, #sec_contact._confirm .table .txt {
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #sec_contact._confirm .table .ttl {
    padding: 0;
  }
  #sec_contact._confirm .table .txt {
    padding-top: 0;
  }
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
