@charset "UTF-8";
/* css start */
/************************************************
	Setting
************************************************ */
* {
  transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, color 0.1s ease-out, background-color 0.2s ease-out, border-radius 0.2s ease-out, box-shadow 0.2s ease-out, text-shadow 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  counter-reset: number 0;
}

body {
  color: #333;
  background: #F2F2F2;
  line-height: 1.8;
  height: 100%;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  min-width: 320px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/* link */
a, a:hover {
  text-decoration: none;
  color: #333;
}

a img {
  background-color: rgba(255, 255, 255, 0.01);
}

a:hover img {
  opacity: 0.8;
}

a[href*=tel] {
  pointer-events: none;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  a[href*=tel] {
    pointer-events: initial !important;
  }
}
/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

/* list */
ol, ul {
  padding: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/************************************************

	common.scss

************************************************ */
#container {
  overflow: hidden;
}

.inner {
  width: 92.5%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .inner {
    width: 100%;
    max-width: 1000px;
  }
}
.fw_m {
  font-weight: 600;
}

.red_line {
  background: linear-gradient(transparent 80%, rgba(217, 53, 22, 0.4) 80%);
}

.white_line {
  border-bottom: 1px solid #fff;
}

.z1, .z2, .z3, .z4, .z5, .z6, .z7, .z8 {
  position: relative;
}

.z1 {
  z-index: 50;
}

.z2 {
  z-index: 45;
}

.z3 {
  z-index: 40;
}

.z4 {
  z-index: 35;
}

.z5 {
  z-index: 30;
}

.z6 {
  z-index: 25;
}

.z7 {
  z-index: 20;
}

.z8 {
  z-index: 15;
}

/************************************************

	header.scss

************************************************ */
/************************************************
	header
************************************************ */
#top-visual {
  position: relative;
}
#top-visual .mv {
  text-align: center;
}
#top-visual .logo {
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
#top-visual .logo img {
  width: 15rem;
}
#top-visual .inner {
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#top-visual .mv_text {
  margin-bottom: 2rem;
}
#top-visual .mv_text .underline_text {
  font-size: 0.857rem;
  border-bottom: 1px solid #254160;
}
#top-visual .mv_text .lead_text {
  font-size: 2.06rem;
  display: inline-block;
  line-height: 1.1;
  margin-top: 0.5rem;
}
#top-visual .mv_text .lead_text .text_red {
  font-size: 2.5rem;
}
#top-visual .mv_text .red_line {
  display: inline-block;
  font-size: 5.12rem;
  line-height: 1;
}
#top-visual .catch {
  font-size: 0.929rem;
}
#top-visual .catch p {
  margin-bottom: 0.3rem;
  line-height: 1;
}
#top-visual .catch .bg {
  background: #D93516;
  font-size: 1.25rem;
  display: inline-block;
  padding-bottom: 1px;
  margin-right: 2px;
  line-height: 1.1;
}
#top-visual .circle_point {
  margin-top: auto;
}
#top-visual .circle {
  margin-top: auto;
  margin-bottom: 0;
}
#top-visual .face {
  position: absolute;
  top: 58vw;
  right: 1.5vw;
  z-index: 100;
}
#top-visual .face img {
  width: 43vw;
}
#top-visual .kome {
  font-size: 0.625rem;
  transform: translateY(-32px);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #top-visual .mv {
    text-align: left;
  }
  #top-visual .inner {
    padding-top: 7vw;
  }
  #top-visual .logo {
    margin-bottom: 30px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 50px;
  }
  #top-visual .logo img {
    width: 338;
  }
  #top-visual .mv_text {
    margin-bottom: 2rem;
  }
  #top-visual .mv_text .underline_text {
    font-size: 1.71vw;
  }
  #top-visual .mv_text .lead_text {
    font-size: 3.85vw;
    line-height: 1.2;
  }
  #top-visual .mv_text .lead_text .text_red {
    font-size: 4.5vw;
  }
  #top-visual .mv_text .red_line {
    font-size: 9.64vw;
    line-height: 1.1;
  }
  #top-visual .catch {
    font-size: 1.42vw;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 0.71vw;
  }
  #top-visual .catch .bg {
    font-size: 1.92vw;
    background: #D93516;
    display: inline-block;
    padding: 2px 5px 5px;
  }
  #top-visual .catch .bg_text {
    display: flex;
    gap: 0;
  }
  #top-visual .catch .bg_text p {
    display: inline;
  }
  #top-visual .circle_point {
    position: relative;
  }
  #top-visual .circle_point_pc {
    gap: 20px;
  }
  #top-visual .circle_point_pc img {
    width: 13.5vw;
  }
  #top-visual .kome {
    font-size: 0.85vw;
    transform: translateY(-5.4vw);
    position: absolute;
    left: 18.78vw;
    line-height: 1.4;
  }
}
/************************************************

	cta.scss

************************************************ */
.conversion_area {
  padding: 5% 0;
}
.conversion_area .catch {
  flex-direction: column;
}
.conversion_area .catch h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.conversion_area .catch p {
  font-size: 0.857rem;
  line-height: 1.4;
}
.conversion_area .btn_list {
  gap: 8px;
}
.conversion_area .btn_list li a {
  gap: 12px;
  width: 100%;
  pointer-events: auto;
  padding: 0 0 0 20px;
  transition: inherit;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: left;
  position: relative;
}
.conversion_area .btn_list li a strong {
  font-size: 1.375rem;
  letter-spacing: 0;
}
.conversion_area .btn_list li a:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 13px;
  width: 7px;
  -webkit-mask: url("../img/arrow_btn.svg");
  mask: url("../img/arrow_btn.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .conversion_area .btn_list li a:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.conversion_area .btn_list li a i.ico {
  flex: 0 1 2.5rem;
  background: #fff;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conversion_area .btn_list li a i.ico img {
  vertical-align: middle;
}
.conversion_area .btn_list li a .txt_clm {
  flex: 0 1 auto;
  line-height: 1;
}
.conversion_area .btn_list li a .txt_clm .small {
  display: inline-block;
  line-height: 1.1;
  font-size: 0.875rem;
  margin-top: 3%;
}
.conversion_area .btn_list li a.btn_tel {
  height: 80px;
}
.conversion_area .btn_list li a.btn_tel .ico img {
  width: 1.25rem;
}
.conversion_area .btn_list li a.btn_mail .ico {
  flex-basis: 2rem;
  height: 2rem;
}
.conversion_area .btn_list li a.btn_mail .ico img {
  width: 0.929rem;
}
.conversion_area .btn_list li a.btn_line .ico {
  flex-basis: 2rem;
  height: 2rem;
  background: none;
  border-radius: 0;
}
.conversion_area .btn_list li a.btn_mail, .conversion_area .btn_list li a.btn_line {
  height: 64px;
  padding-left: 16px;
  gap: 10px;
}
.conversion_area .btn_list li a.btn_mail strong, .conversion_area .btn_list li a.btn_line strong {
  font-size: 0.929rem;
}
.conversion_area .btn_list li:nth-of-type(1) {
  width: 100%;
}
.conversion_area .btn_list li:nth-of-type(n+2) {
  width: calc((100% - 8px) / 2);
}

@media screen and (min-width: 769px) {
  .conversion_area {
    padding: 50px 0 70px;
  }
  .conversion_area .catch {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .conversion_area .catch p {
    margin-bottom: 0;
  }
  .conversion_area .btn_list {
    gap: 13px;
  }
  .conversion_area .btn_list li a.btn_tel {
    height: 86px;
    padding-left: 25px;
  }
  .conversion_area .btn_list li a.btn_tel .ico {
    flex-basis: 2.375rem;
  }
  .conversion_area .btn_list li a.btn_tel .txt_clm {
    display: flex;
    gap: 0.5em;
    align-items: center;
    font-size: 1.25rem;
  }
  .conversion_area .btn_list li a.btn_tel .txt_clm p {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .conversion_area .btn_list li a.btn_tel .txt_clm .num {
    font-size: 2.125rem;
    letter-spacing: 0.03em;
  }
  .conversion_area .btn_list li a.btn_mail, .conversion_area .btn_list li a.btn_line {
    height: 86px;
    padding-left: 10%;
    gap: 15px;
  }
  .conversion_area .btn_list li a.btn_mail strong, .conversion_area .btn_list li a.btn_line strong {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .conversion_area .btn_list li a.btn_mail .ico {
    flex-basis: 2.375rem;
    height: 2.375rem;
  }
  .conversion_area .btn_list li a.btn_mail .ico img {
    width: 1.125rem;
  }
  .conversion_area .btn_list li a.btn_line .ico {
    flex-basis: 2.375rem;
    height: 2.375rem;
    background: none;
    border-radius: 0;
  }
  .conversion_area .btn_list li:nth-of-type(1) {
    width: 50%;
  }
  .conversion_area .btn_list li:nth-of-type(n+2) {
    width: calc((50% - 26px) / 2);
  }
}
.fix_btn {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  max-width: 750px;
  background: #F2F2F2;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  padding: 10px 0.857rem 10px 0.857rem;
}
.fix_btn a {
  display: block;
}
.fix_btn a img {
  width: 100%;
}
.fix_btn .fix_btn_txt {
  font-feature-settings: "palt";
  margin-bottom: 10px;
  font-weight: bold;
}
.fix_btn .btn_tel {
  width: 100%;
  pointer-events: auto;
  padding: 0 0 0 14px;
  transition: inherit;
  border-radius: 30px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: left;
  position: relative;
  gap: 10px;
  height: 60px;
}
.fix_btn .btn_tel i.ico {
  flex: 0 1 2.5rem;
  background: #fff;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_btn .btn_tel i.ico img {
  width: 1.25rem;
}
.fix_btn .btn_tel .txt_clm {
  flex: 0 1 auto;
  line-height: 1;
}
.fix_btn .btn_tel .txt_clm .small {
  display: inline-block;
  line-height: 1.1;
  font-size: 0.875rem;
}
.fix_btn .btn_tel strong {
  font-size: 1.375rem;
}
.fix_btn .btn_tel:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 13px;
  width: 7px;
  -webkit-mask: url("../img/arrow_btn.svg");
  mask: url("../img/arrow_btn.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  .fix_btn .btn_tel:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .fix_btn {
    width: 100%;
    max-width: initial;
    display: flex;
    justify-content: center;
    gap: 34px;
    padding: 20px;
  }
  .fix_btn .btn_tel {
    padding: 0 0 0 34px;
    width: 780px;
    height: 87px;
    border-radius: 40px;
  }
  .fix_btn .btn_tel .txt_clm {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5em;
    align-items: center;
  }
  .fix_btn .btn_tel .txt_clm .small {
    font-size: 0.857rem;
  }
  .fix_btn .btn_tel strong {
    font-size: 1.5625rem;
  }
  .fix_btn .btn_tel:after {
    content: "";
    background-color: #fff;
    display: inline-block;
    height: 13px;
    width: 7px;
    -webkit-mask: url("../img/arrow_btn.svg");
    mask: url("../img/arrow_btn.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    right: 10px;
    width: 14px;
    height: 24px;
    right: 40px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .fix_btn .btn_tel:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
/************************************************

	footer.scss

************************************************ */
/************************************************
	footer
************************************************ */
#footer {
  padding: 0;
}
#footer h2 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 5.6% 0;
  background: #2C567D;
  color: #fff;
  position: relative;
  letter-spacing: 0.1em;
}
#footer h2:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #2C567D transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
#footer .con_1 .inner {
  padding: 7% 0;
  border-bottom: 1px solid #C1C1C1;
  text-align: center;
}
#footer .con_1 .inner img {
  width: 74%;
}
@media screen and (min-width: 769px) {
  #footer .con_1 .inner {
    padding: 80px 0 40px;
    border-bottom: 2px solid #C1C1C1;
  }
  #footer .con_1 .inner img {
    width: 340px;
  }
}
#footer .office_set {
  text-align: center;
  margin-bottom: 10px;
}
#footer .office_set h3 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
#footer .office_set .lawyer {
  font-size: 0.929rem;
  line-height: 1.5;
}
#footer .office_set .address {
  font-size: 0.812rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  #footer .office_set {
    text-align: left;
    margin-bottom: 10px;
  }
  #footer .office_set h3 {
    text-align: left;
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  #footer .office_set .lawyer {
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  #footer .office_set .address {
    text-align: left;
    font-size: 0.929rem;
    line-height: 1.8;
  }
}
#footer .con_2 {
  padding: 7% 0;
}
@media screen and (min-width: 769px) {
  #footer .con_2 {
    padding: 40px 0 68px;
  }
}
#footer .con_2 .name {
  font-size: 0.937rem;
  line-height: 160%;
  margin-bottom: 5.33%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footer .con_2 .name {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #footer .con_2 .name small {
    font-size: 1.125rem;
  }
}
#footer .con_3 {
  padding: 5% 0 32%;
  background: #524F4F;
  color: #D6D6D6;
}
@media screen and (min-width: 769px) {
  #footer .con_3 {
    padding: 40px 0 150px;
  }
}
#footer .con_3 .link {
  text-align: center;
}
#footer .con_3 .link a {
  text-decoration: underline;
  color: #D6D6D6;
  font-size: 0.687rem;
}
@media screen and (min-width: 769px) {
  #footer .con_3 .link a {
    font-size: 0.857rem;
  }
}
#footer .con_3 .copy {
  font-size: 0.75rem;
  line-height: 150%;
  text-align: center;
}
#footer .logo {
  text-align: center;
}
#footer #copy {
  margin: 23px 0 0;
  text-align: center;
  font-size: 0.812rem;
}

#goTop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  #footer h2 {
    padding: 20px 0;
    font-size: 2.125rem;
  }
  #footer h2:before {
    width: 60px;
    height: 27px;
    bottom: -27px;
    border-width: 25px 30px 0 30px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  #footer .logo {
    position: static;
    text-align: center;
  }
  #footer #copy {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 0.75rem;
  }
  #goTop img {
    width: 70px;
    height: 70px;
  }
}
/************************************************

	top.scss

************************************************ */
.sec_01 .btnArea a {
  width: 100%;
  height: 25.3vw;
  display: block;
  background: url(../img/btn_seikyushitai.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}
.sec_01 .btnArea a .text {
  padding-top: 7%;
  padding-left: 24%;
  line-height: 1.4;
}
.sec_01 .btnArea a .text strong {
  font-size: 1.5rem;
  font-weight: 500;
}
.sec_01 .btnArea a .text span {
  font-weight: bold;
}
.sec_01 .btnArea a:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 13px;
  width: 7px;
  -webkit-mask: url("../img/arrow_btn.svg");
  mask: url("../img/arrow_btn.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
  background: #254160;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: 55%;
}
@media screen and (min-width: 769px) {
  .sec_01 .btnArea a:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.sec_01 .btn_anchor {
  margin-top: 18%;
  margin-bottom: 40px;
  gap: 7px;
}
.sec_01 .btn_anchor li {
  flex-basis: 48.9%;
}
.sec_01 .btn_anchor li a {
  font-weight: 600;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.857rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
.sec_01 .btn_anchor li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4491C9;
  border-radius: 4px 0 4px 0;
  width: 1rem;
  height: 1rem;
  display: block;
}
.sec_01 .btn_anchor li a:after {
  content: "";
  width: 3px;
  height: 3px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  display: block;
  transform: translateY(-3px) rotate(45deg);
  transform-origin: center;
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
}

@media screen and (min-width: 769px) {
  .sec_01 .btnArea a {
    width: 800px;
    height: 221px;
    margin: auto;
    background: url(../img/btn_seikyushitai_pc.png) no-repeat;
    background-size: 100% auto;
  }
  .sec_01 .btnArea a .text {
    padding-top: 8%;
    padding-left: 28%;
    line-height: 1.4;
    font-size: 1.875rem;
  }
  .sec_01 .btnArea a .text strong {
    font-size: 2.75rem;
  }
  .sec_01 .btnArea a:after {
    background: #254160;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 55%;
    right: 40px;
    width: 18px;
    height: 32px;
  }
  .sec_01 .btn_anchor {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .sec_01 .btn_anchor li {
    flex: 1;
  }
}
.sec_02 {
  clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
  height: 38.125rem;
  padding: 7% 0;
  position: relative;
  background: url(../img/bg_onayami.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .sec_02 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
.sec_02 h2 {
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_02 h2 b {
  font-size: 1.625rem;
}
.sec_02 h2 strong {
  font-size: 3rem;
  position: relative;
}
.sec_02 h2 strong:after {
  content: "";
  background: url(../img/img_onayamiguruguru.png);
  background-size: cover;
  width: 1.5625rem;
  height: 1.75rem;
  position: absolute;
  right: -1.5625rem;
  top: 0;
}
.sec_02 p {
  font-size: 0.857rem;
  font-weight: bold;
  line-height: 1.5;
}
.sec_02 p.balloon01 {
  margin-top: 10%;
  width: 14.625rem;
  height: 4.5rem;
  background: url(../img/balloon01.png);
  background-size: cover;
  padding-top: 3%;
}
.sec_02 p.balloon02_text {
  padding-top: 3%;
  padding-left: 15%;
}
.sec_02 p.balloon03_text {
  padding-left: 15%;
}
.sec_02 p.balloon04 {
  margin-top: 7%;
  width: 14.687rem;
  height: 4.6875rem;
  background: url(../img/balloon03.png);
  background-size: cover;
  padding-top: 3%;
}
.sec_02 div.balloon02 {
  background: url(../img/balloon02.png);
  background-size: cover;
  width: 17.44rem;
  height: 7.81rem;
  margin-left: auto;
}
.sec_02 .face {
  position: absolute;
  z-index: 100;
  right: 0vw;
  top: 84.2vw;
}
.sec_02 .face img {
  width: 43.2vw;
}

@media screen and (min-width: 769px) {
  .sec_02 {
    height: auto;
    padding: 60px 0 10%;
    background: url(../img/bg_onayami_pc.jpg);
    background-size: cover;
  }
  .sec_02 h2 {
    font-size: 2.5rem;
  }
  .sec_02 h2 b {
    font-size: 2.5rem;
  }
  .sec_02 h2 strong {
    font-size: 5rem;
    padding: 0 0.1em;
  }
  .sec_02 h2 strong:after {
    transform: scale(1.4);
    right: -1.5625rem;
    top: 0.5rem;
  }
  .sec_02 p {
    font-size: 1.25rem;
  }
  .sec_02 p.balloon01 {
    margin-top: 40px;
    width: 381px;
    height: 108px;
    padding-top: 16px;
    background: url(../img/balloon01_pc.png) no-repeat;
    background-size: contain;
  }
  .sec_02 p.balloon02_text {
    padding-top: 16px;
    padding-left: 0;
    width: 381px;
    height: 108px;
    background: url(../img/balloon01_pc.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 60%;
    top: 28%;
  }
  .sec_02 p.balloon03_text {
    padding-top: 16px;
    padding-left: 0;
    width: 381px;
    height: 108px;
    text-align: center;
    background: url(../img/balloon02_pc.png) no-repeat;
    background-size: contain;
    position: relative;
    transform: translateY(10%);
    left: 30%;
  }
  .sec_02 p.balloon04 {
    margin-top: 2%;
    width: 381px;
    height: 108px;
    background: url(../img/balloon04_pc.png) no-repeat;
    background-size: contain;
    padding-top: 16px;
    position: relative;
    left: 10%;
  }
  .sec_02 div.balloon02 {
    width: auto;
    height: auto;
    background: none;
  }
}
.sec_03 {
  margin-top: -13%;
  padding: 24% 0 15%;
  clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
  background: transparent linear-gradient(0deg, #3B80AB 25%, #F2F2F2 42%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 769px) {
  .sec_03 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
.sec_03 h2 {
  font-weight: bold;
  line-height: 1.2;
}
.sec_03 h2 .chonchon {
  font-size: 1rem;
  position: relative;
}
.sec_03 h2 .chonchon:after, .sec_03 h2 .chonchon:before {
  content: "";
  background: url(../img/img_chonchon.png);
  background-size: cover;
  width: 0.857rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  bottom: 0;
}
.sec_03 h2 .chonchon:before {
  transform: scale(-1, 1);
  left: -1rem;
}
.sec_03 h2 .chonchon:after {
  right: -1rem;
}
.sec_03 h2 b {
  font-size: 1.25rem;
}
.sec_03 h2 strong {
  font-size: 2.5rem;
}
.sec_03 .merit_headline {
  font-size: 1.125rem;
  background: #254160;
  border-radius: 30px;
  padding: 10px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  transform: translateY(50%);
}
.sec_03 .merit_headline b {
  font-size: 1.75rem;
}
.sec_03 .merit_list {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 12% 1rem 0.1rem;
  margin-bottom: 10%;
}
.sec_03 .merit_list li dt {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 2px dotted #C0CCD2;
}
.sec_03 .merit_list li dt::before {
  content: "";
  background: url(../img/ico_check.svg);
  background-size: cover;
  width: 1.5rem;
  height: 1.437rem;
  display: inline-block;
}
.sec_03 .risk {
  font-size: 1.125rem;
}
.sec_03 .balloon {
  background: #4491C9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 1.4;
  padding: 10px 0;
  font-size: 1.125rem;
  font-weight: bold;
  transform: translateY(50%);
  margin-top: -10%;
}
.sec_03 .balloon strong {
  font-size: 1.75rem;
}
.sec_03 .balloon::after {
  content: "";
  background: #4491C9;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  clip-path: polygon(50% 90%, 0 50%, 100% 50%);
  position: absolute;
  bottom: -0.687rem;
}

@media screen and (min-width: 769px) {
  .sec_03 {
    margin-top: -13%;
    padding: 18% 0 4%;
  }
  .sec_03 > .inner > h2 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .sec_03 > .inner > h2 .chonchon {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 0;
  }
  .sec_03 > .inner > h2 .chonchon:after, .sec_03 > .inner > h2 .chonchon:before {
    width: 14px;
    height: 24px;
    position: static;
    display: inline-block;
  }
  .sec_03 > .inner > h2 .chonchon:before {
    transform: scale(-1, 1);
  }
  .sec_03 > .inner > h2 b {
    font-size: 1.5rem;
  }
  .sec_03 > .inner > h2 strong {
    font-size: 2.5rem;
  }
  .sec_03 .merit_list {
    border-radius: 10px;
    padding: 70px 40px 50px;
    margin-bottom: 40px;
  }
  .sec_03 .merit_list li dt {
    font-size: 1.5rem;
    gap: 20px;
    padding: 20px 0;
  }
  .sec_03 .merit_list li dt::before {
    width: 3rem;
    height: 2.875rem;
  }
  .sec_03 .merit_list li dd {
    font-size: 1.125rem;
    padding: 20px 0 0;
  }
  .sec_03 .risk {
    font-size: 1.5rem;
    margin-bottom: 80px;
    text-align: center;
  }
  .sec_03 .balloon {
    width: 730px;
    border-radius: 10px;
    font-size: 1.5rem;
    transform: translateY(0);
    flex-direction: row;
    padding: 20px 0;
    justify-content: center;
    margin: 0% auto 50px;
  }
  .sec_03 .balloon strong {
    font-size: 2rem;
  }
  .sec_03 .balloon::after {
    content: "";
    background: #4491C9;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    clip-path: polygon(50% 90%, 0 50%, 100% 50%);
    position: absolute;
    bottom: -0.75rem;
  }
  .sec_03 .bengoshi {
    text-align: center;
  }
}
.sec_04 {
  margin-top: -13%;
  padding: 24% 0 15%;
  clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
  background: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .sec_04 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
.sec_04 h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: bold;
}
.sec_04 h2 strong {
  font-size: 1.75rem;
}
.sec_04 h2 span {
  font-size: 2.687rem;
}
.sec_04 .reason_anchor {
  margin-top: 5%;
}
.sec_04 .reason_anchor li {
  margin-bottom: 15px;
}
.sec_04 .reason_anchor li a {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  color: #254160;
  border: 1px solid #E1E8EB;
  gap: 10px;
  position: relative;
  padding: 6px;
}
.sec_04 .reason_anchor li a .num {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  background: transparent linear-gradient(-45deg, #153789 0%, #4491C9 100%) 0% 0% no-repeat padding-box;
}
.sec_04 .reason_anchor li a .text {
  font-weight: bold;
  margin-bottom: 0;
}
.sec_04 .reason_anchor li a .text strong {
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  color: #4491C9;
}
.sec_04 .reason_anchor li a .text b {
  color: #4491C9;
  font-size: 1rem;
}
.sec_04 .reason_anchor li a:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 13px;
  width: 7px;
  -webkit-mask: url("../img/arrow_btn.svg");
  mask: url("../img/arrow_btn.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
  transform: translateX(-10px) rotate(90deg);
  transform-origin: center center;
  background-color: #577C8E;
}
@media screen and (min-width: 769px) {
  .sec_04 .reason_anchor li a:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
.sec_04 .reason_anchor li:nth-of-type(3) a .text {
  line-height: 1.2;
}
.sec_04 .reason_anchor li .kome {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  line-height: 1.5;
}
.sec_04 .reason_list {
  margin-top: 20%;
}
.sec_04 .reason_list li {
  margin-top: 12%;
  border-top: 2px solid #254160;
  padding: 0 5% 0%;
}
.sec_04 .reason_list li .num {
  background: transparent linear-gradient(-45deg, #153789 0%, #4491C9 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -29px;
  line-height: 1;
  position: relative;
}
.sec_04 .reason_list li .num small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
}
.sec_04 .reason_list li .num:before {
  content: "";
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sec_04 .reason_list li h3 {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px dotted #C0CCD2;
  width: 100%;
  padding-bottom: 1.125rem;
}
.sec_04 .reason_list li .text {
  margin-top: 10px;
}
.sec_04 .reason_list li:nth-of-type(3) figure {
  margin-bottom: 0;
}
.sec_04 .reason_list li .kome {
  font-size: 0.625rem;
  line-height: 1.5;
  align-self: flex-end;
}

@media screen and (min-width: 769px) {
  .sec_04 {
    padding: 19% 0 5%;
  }
  .sec_04 h2 {
    font-size: 2.125rem;
    line-height: 1.1;
    font-weight: bold;
  }
  .sec_04 h2 strong {
    font-size: 2.5rem;
  }
  .sec_04 h2 span {
    font-size: 3.75rem;
  }
  .sec_04 .reason_anchor {
    margin: 40px auto 0;
  }
  .sec_04 .reason_anchor li a {
    height: 90px;
    border-radius: 45px;
    gap: 20px;
  }
  .sec_04 .reason_anchor li a .num {
    width: 70px;
    height: 70px;
    font-size: 2.25rem;
  }
  .sec_04 .reason_anchor li a .text {
    font-size: 1.5rem;
  }
  .sec_04 .reason_anchor li a .text strong {
    font-size: 2.125rem;
  }
  .sec_04 .reason_anchor li a .text b {
    font-size: 2.125rem;
  }
  .sec_04 .reason_anchor li a:after {
    width: 11px;
    height: 20px;
    right: 40px;
  }
  .sec_04 .reason_anchor li .kome {
    font-size: 0.857rem;
    display: inline;
    margin-left: 2em;
  }
  .sec_04 .reason_list {
    margin-top: 150px;
  }
  .sec_04 .reason_list li {
    margin-top: 84px;
    border-radius: 10px;
    border-top: 10px solid #153789;
    padding: 0 60px 60px;
  }
  .sec_04 .reason_list li .num {
    width: 108px;
    height: 108px;
    font-size: 2.5rem;
    margin-top: -58px;
    margin-bottom: 30px;
  }
  .sec_04 .reason_list li .num small {
    font-size: 1.125rem;
  }
  .sec_04 .reason_list li h3 {
    font-size: 1.75rem;
    line-height: 1.6;
    padding-bottom: 1.875rem;
    margin-bottom: 30px;
  }
  .sec_04 .reason_list li .box {
    display: flex;
    gap: 40px;
  }
  .sec_04 .reason_list li .box .text {
    flex-basis: calc(50% - 40px);
    margin-top: 0;
    line-height: 2;
  }
  .sec_04 .reason_list li .box figure {
    flex-basis: 50%;
    margin-bottom: 0;
  }
  .sec_04 .reason_list li .box .kome {
    font-size: 0.812rem;
    line-height: 1.8;
  }
}
.sec_05 {
  margin-top: -13%;
  padding: 24% 0 5%;
}
.sec_05 h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.sec_05 h2 strong {
  font-size: 1.75rem;
}
.sec_05 .case_list > li {
  position: relative;
  margin-top: 10%;
  border-radius: 5px;
  padding: 1.5rem 0 0;
}
.sec_05 .case_list > li .row {
  gap: 0.75rem;
}
.sec_05 .case_list > li > .num {
  position: absolute;
  top: 0;
  left: 3%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 80%, 0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3%;
  background: #254160;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  width: 2.5rem;
  height: 3.75rem;
}
.sec_05 .case_list > li > .num b {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  display: block;
}
.sec_05 .case_list > li .txt_clm p {
  margin-bottom: 0;
}
.sec_05 .case_list > li .txt_clm .name {
  line-height: 1;
}
.sec_05 .case_list > li .txt_clm .name b {
  font-size: 1.25rem;
}
.sec_05 .case_list > li .txt_clm .spec {
  font-size: 0.857rem;
  line-height: 1;
}
.sec_05 .case_list > li .txt_clm .situation {
  font-weight: bold;
}
.sec_05 .case_list > li .seikyugaku {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec_05 .case_list > li .seikyugaku:before {
  content: "";
  background: url(../img/arrow_case.svg);
  background-size: cover;
  width: 1.5rem;
  height: 1.125rem;
  display: block;
  margin-bottom: 0.75rem;
}
.sec_05 .case_list > li .seikyugaku p {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
}
.sec_05 .case_list > li .seikyugaku p strong {
  font-size: 1.875rem;
}
.sec_05 .case_list > li .seikyugaku p .marker {
  background: linear-gradient(transparent 70%, #E1E8EB 70%);
}
.sec_05 .case_list > li .graph {
  padding: 0 1rem;
}
.sec_05 .case_list > li .amount {
  margin-top: 5%;
  margin-bottom: 5%;
  gap: 0.625rem;
  align-items: center;
}
.sec_05 .case_list > li .amount .amount_arrow {
  display: flex;
  align-items: center;
  background: #254160;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  width: 4.125rem;
  height: 3.3125rem;
  line-height: 1.1;
  padding-left: 0.625rem;
  margin-bottom: 0;
}
.sec_05 .case_list > li .amount .amount_arrow span {
  font-weight: bold;
}
.sec_05 .case_list > li .amount .num {
  line-height: 1.1;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
  background: linear-gradient(transparent 80%, rgba(250, 225, 80, 0.25) 80%);
}
.sec_05 .case_list > li .amount .num strong {
  font-size: 5rem;
  letter-spacing: -0.02em;
  display: inline-block;
  position: relative;
}
.sec_05 .case_list > li .amount .num strong::after {
  content: "";
  background: url(../img/img_chonchon_price.png);
  background-size: cover;
  width: 1.125rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: -1.125rem;
  top: 0;
}
.sec_05 .case_list > li .accordion_text {
  padding: 0 1rem;
  display: none;
  line-height: 1.9;
}
.sec_05 .case_list > li .accordion_text.open {
  display: block;
}
.sec_05 .case_list > li .accordion_text .description {
  margin-bottom: 0;
}
.sec_05 .case_list > li .point_area {
  margin-bottom: 10%;
}
.sec_05 .case_list > li .point_area .tit {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  transform: translateY(45%);
}
.sec_05 .case_list > li .point_area .tit span {
  display: inline-block;
  background: #4491C9;
  font-size: 0.857rem;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  line-height: 1.5;
}
.sec_05 .case_list > li .point_area .text_area {
  border-radius: 4px;
  padding: 1.375rem 0.75rem 0.75rem;
}
.sec_05 .case_list > li .point_area .text_area p {
  margin-bottom: 0;
}
.sec_05 .case_list > li .accordion_btn {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #254160;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}
.sec_05 .case_list > li .accordion_btn .mark {
  position: relative;
  background: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.sec_05 .case_list > li .accordion_btn .mark:before {
  content: "";
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 0;
}
.sec_05 .case_list > li .accordion_btn .mark:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 45%;
}
.sec_05 .case_list > li .accordion_btn.open .mark {
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  .sec_05 {
    padding: 18% 0 5%;
    clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .sec_05 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
@media screen and (min-width: 769px) {
  .sec_05 h2 {
    font-size: 2.125rem;
  }
  .sec_05 h2 strong {
    font-size: 3.75rem;
  }
  .sec_05 .case_list > li {
    position: relative;
    margin-top: 10%;
    border-radius: 10px;
    padding: 60px;
    border-bottom: 20px solid #254160;
  }
  .sec_05 .case_list > li .row {
    gap: 40px;
    margin-bottom: 20px;
  }
  .sec_05 .case_list > li .row > figure img {
    width: 160px;
  }
  .sec_05 .case_list > li > .num {
    left: 5%;
    font-size: 1.25rem;
    width: 5rem;
    height: 7.5rem;
    padding-top: 20px;
  }
  .sec_05 .case_list > li > .num b {
    font-size: 2.5rem;
  }
  .sec_05 .case_list > li .txt_clm p {
    margin-bottom: 0;
  }
  .sec_05 .case_list > li .txt_clm .name {
    line-height: 1;
    font-size: 1.25rem;
  }
  .sec_05 .case_list > li .txt_clm .name b {
    font-size: 1.875rem;
  }
  .sec_05 .case_list > li .txt_clm .spec {
    font-size: 1.25rem;
    font-weight: normal;
  }
  .sec_05 .case_list > li .txt_clm .situation {
    margin-top: 20px;
    font-size: 1.125rem;
  }
  .sec_05 .case_list > li .seikyugaku {
    margin-bottom: 5%;
  }
  .sec_05 .case_list > li .seikyugaku:before {
    width: 83px;
    height: 64px;
    margin-bottom: 20px;
  }
  .sec_05 .case_list > li .seikyugaku p {
    font-size: 1.625rem;
  }
  .sec_05 .case_list > li .seikyugaku p strong {
    font-size: 3.125rem;
  }
  .sec_05 .case_list > li .seikyugaku p .marker {
    background: linear-gradient(transparent 70%, #E1E8EB 70%);
  }
  .sec_05 .case_list > li .box {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
  }
  .sec_05 .case_list > li .graph_area {
    flex-basis: 50%;
  }
  .sec_05 .case_list > li .graph {
    padding: 0;
    text-align: center;
  }
  .sec_05 .case_list > li .amount {
    margin-top: 5%;
    margin-bottom: 5%;
    gap: 0.625rem;
    align-items: flex-end;
  }
  .sec_05 .case_list > li .amount .amount_arrow {
    width: 92px;
    height: 74px;
    line-height: 1.1;
    padding-left: 1rem;
    font-size: 1.375rem;
  }
  .sec_05 .case_list > li .amount .num {
    line-height: 1;
    font-size: 3rem;
  }
  .sec_05 .case_list > li .amount .num strong {
    font-size: 6.8125rem;
  }
  .sec_05 .case_list > li .amount .num strong::after {
    width: 2rem;
    height: 2.5rem;
    right: -2.125rem;
  }
  .sec_05 .case_list > li .accordion_text {
    flex-basis: calc(50% - 40px);
    padding: 0;
    display: block;
  }
  .sec_05 .case_list > li .accordion_text .description {
    margin-bottom: 1rem;
  }
  .sec_05 .case_list > li .point_area {
    margin-bottom: 0;
  }
  .sec_05 .case_list > li .point_area .tit span {
    font-size: 1.625rem;
    padding: 0 2.25rem;
  }
  .sec_05 .case_list > li .point_area .text_area {
    border-radius: 4px;
    padding: 50px 40px 40px;
  }
  .sec_05 .case_list > li .point_area .text_area p {
    margin-bottom: 0;
  }
}
.sec_06 {
  background: #2C567D;
  padding: 8% 0 15%;
  clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
}
@media screen and (min-width: 769px) {
  .sec_06 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
.sec_06 h2 {
  color: #fff;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10%;
}
.sec_06 h2 strong {
  font-size: 2.5rem;
}
.sec_06 h2 .ico img {
  width: 3.5rem;
}
.sec_06 .downarrow_text {
  font-size: 0.857rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.sec_06 .downarrow_text::before {
  content: "▼";
  font-size: 0.625rem;
}
.sec_06 .ng_list {
  background: #254160;
  padding: 1rem;
  border-radius: 4px;
}
.sec_06 .ng_list li {
  padding-left: 1.2em;
  position: relative;
}
.sec_06 .ng_list li span {
  font-weight: bold;
}
.sec_06 .ng_list li::before {
  content: "●";
  font-size: 0.625rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.sec_06 .ng_list li:nth-child(2) {
  border-top: 2px dotted #C0CCD2;
  border-bottom: 2px dotted #C0CCD2;
  padding: 0.75rem 0 0.75rem 1.2em;
  margin: 0.75rem 0;
}
.sec_06 .ng_list li:nth-child(2)::before {
  top: 1.2rem;
}
.sec_06 .kome {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
  margin-left: 0.625rem;
}
.sec_06 .check_headline {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  transform: translateY(45%);
}
.sec_06 .check_headline span {
  display: inline-block;
  background: #C0CCD2;
  font-size: 0.857rem;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 20px;
  position: relative;
  z-index: 10;
  line-height: 1.5;
}
.sec_06 .check_list {
  border-top: 1px solid #C0CCD2;
  border-bottom: 1px solid #C0CCD2;
  padding: 1.5rem 0 1rem;
  margin-bottom: 14%;
  font-size: 0.857rem;
}
.sec_06 .souba_list {
  margin-bottom: 10%;
}
.sec_06 .souba_list dl {
  background: #fff;
  margin-bottom: 5px;
}
.sec_06 .souba_list dt {
  flex-basis: 55%;
  background: #4491C9;
  padding: 8px 0;
  text-align: center;
  font-size: 0.857rem;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.sec_06 .souba_list dd {
  flex-basis: 45%;
  margin-bottom: 0;
  padding: 8px 0;
  text-align: center;
  font-size: 0.857rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sec_06 {
    margin-top: -13%;
    padding: 18% 0 10%;
  }
  .sec_06 h2 {
    font-size: 2.125rem;
    line-height: 1.4;
    margin-bottom: 64px;
  }
  .sec_06 h2 .ico {
    margin-bottom: 30px;
  }
  .sec_06 h2 .ico img {
    width: 119px;
  }
  .sec_06 h2 strong {
    font-size: 3.75rem;
  }
  .sec_06 .downarrow_text {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding: 0;
  }
  .sec_06 .downarrow_text::before {
    font-size: 1.5rem;
  }
  .sec_06 .ng_list {
    padding: 60px;
    margin-bottom: 64px;
  }
  .sec_06 .ng_list li {
    padding-left: 1.5em;
    font-size: 1.5rem;
  }
  .sec_06 .ng_list li::before {
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec_06 .ng_list li:nth-child(2) {
    border-top: 2px dotted #C0CCD2;
    border-bottom: 2px dotted #C0CCD2;
    padding: 30px 0 30px 1.5em;
    margin: 30px 0;
  }
  .sec_06 .ng_list li:nth-child(2)::before {
    top: 30px;
  }
  .sec_06 .kome {
    font-size: 1.5rem;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .sec_06 .check_headline span {
    font-size: 1.625rem;
    padding: 0 2rem;
  }
  .sec_06 .check_list {
    margin: 0 auto 10%;
    font-size: 1.25rem;
    -moz-column-gap: 60px;
         column-gap: 60px;
    -moz-column-count: 2;
         column-count: 2;
    padding: 40px 60px 35px;
  }
  .sec_06 .check_list li {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 15px;
  }
  .sec_06 .souba_list {
    margin-bottom: 40px;
  }
  .sec_06 .souba_list dt {
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec_06 .souba_list dd {
    font-size: 2.125rem;
  }
}
.sec_07 {
  background: #F2F2F2;
  padding: 5% 0 15%;
  clip-path: polygon(50% 100%, 100% calc(100% - 50px), 100% 0, 0 0, 0 calc(100% - 50px));
}
@media screen and (min-width: 769px) {
  .sec_07 {
    clip-path: polygon(50% 100%, 100% calc(100% - 140px), 100% 0, 0 0, 0 calc(100% - 140px));
  }
}
.sec_07 h2 {
  font-size: 1.5rem;
  line-height: 1.1;
}
.sec_07 h2 strong {
  font-size: 2.5rem;
}
.sec_07 .step_list {
  margin-bottom: 10%;
}
.sec_07 .step_list li {
  border-radius: 4px;
  border: 1px solid #E1E8EB;
  margin-top: 10%;
  position: relative;
}
.sec_07 .step_list li:nth-of-type(-n+3):after {
  content: "";
  background: #4491C9;
  width: 1.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec_07 .step_list li .step_title {
  color: #fff;
}
.sec_07 .step_list li .step_title .num {
  border-radius: 4px 0 0 0;
  flex: 0 1 80px;
  height: 30px;
  text-align: center;
  font-size: 0.857rem;
  font-weight: bold;
  background: #4491C9;
  margin-bottom: 0;
  padding: 3px 10px 3px;
}
.sec_07 .step_list li .step_title h3 {
  border-radius: 0 4px 0 0;
  flex: 1 0 auto;
  height: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px 10px 3px;
}
.sec_07 .step_list li .step_content {
  min-height: 142px;
  padding: 5%;
  gap: 5%;
  justify-content: space-between;
}
.sec_07 .step_list li .step_content figure {
  flex: 0 1 150px;
  margin-bottom: 0;
}
.sec_07 .step_list li .step_content .txt_clm {
  flex: 1 0 65%;
}
.sec_07 .step_list li .step_content .underline_balloon {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sec_07 .step_list li .step_content .underline_balloon:after {
  content: "";
  background: url(../img/balloon_step01.svg);
  background-size: cover;
  width: 6.25rem;
  height: 0.36rem;
  display: block;
}
.sec_07 .step_list li .step_content .text {
  font-size: 0.857rem;
  margin-bottom: 0;
}
.sec_07 .step_list li:nth-of-type(1) .step_content figure img {
  width: 5rem;
}
.sec_07 .step_list li:nth-of-type(2) .step_content figure img {
  width: 5.9375rem;
}
.sec_07 .step_list li:nth-of-type(4) .step_content figure {
  text-align: center;
}
.sec_07 .step_list li:nth-of-type(4) .step_content figure img {
  width: 4.375rem;
}
.sec_07 .cost_area {
  border: 1px solid #E1E8EB;
  border-radius: 4px;
  padding: 5% 8%;
  margin-bottom: 10%;
}
.sec_07 .cost_area h3 {
  background: #254160;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  line-height: 1.8;
  width: 11.25rem;
  margin: auto;
}
.sec_07 .cost_area .cost_set {
  margin-top: 10%;
  padding: 0 0.75rem 0 1.5rem;
}
.sec_07 .cost_area .cost_set p {
  margin-bottom: 0;
}
.sec_07 .cost_area .cost_set .theme {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.3;
  background: linear-gradient(transparent 70%, rgba(250, 225, 80, 0.4) 30%);
}
.sec_07 .cost_area .cost_set .amount {
  color: #254160;
  font-weight: bold;
  line-height: 0.8;
}
.sec_07 .cost_area .cost_set .amount strong {
  background: linear-gradient(to right bottom, #153789 0%, #4491C9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_07 .cost_area .cost_set:nth-of-type(n+2) {
  border-top: 2px dotted #C0CCD2;
  padding-top: 1.5rem;
}
.sec_07 .cost_area .cost01 .amount strong {
  font-size: 9.5rem;
}
.sec_07 .cost_area .cost01 .amount span {
  font-size: 2.25rem;
  font-weight: bold;
}
.sec_07 .cost_area .cost02 .amount {
  display: flex;
  align-items: flex-end;
  transform: translateX(10px);
}
.sec_07 .cost_area .cost02 .amount strong {
  font-size: 5rem;
}
.sec_07 .cost_area .cost02 .amount span {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  line-height: 1.1;
}
.sec_07 .cost_area .cost02 .amount small {
  font-size: 0.857rem;
  font-weight: 600;
}
.sec_07 .cost_area .cost03 {
  padding: 0;
}
.sec_07 .cost_area .cost03 .theme {
  font-size: 1.75rem;
}
.sec_07 .cost_area .cost03 .amount {
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1;
}
.sec_07 .cost_area .cost03 .amount small {
  font-size: 1rem;
  color: #333;
  display: inline-block;
  padding-right: 1.5rem;
}
.sec_07 .cost_area .cost03 .amount strong {
  font-size: 5rem;
  letter-spacing: -0.1em;
  display: inline-block;
  margin-right: 0.3rem;
  padding-right: 0.3rem;
}
.sec_07 .cost_area .cost03 .amount span {
  display: inline-block;
  line-height: 1;
}
.sec_07 .cost_area .cost03 .amount .percent {
  font-size: 0.857rem;
}
.sec_07 .cost_area .cost03 .amount .percent b {
  font-size: 1rem;
}
.sec_07 .cost_area .kome {
  margin-top: 10%;
  font-size: 0.857rem;
  margin-bottom: 0;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 769px) {
  .sec_07 {
    padding-top: 60px;
  }
  .sec_07 h2 {
    font-size: 2.125rem;
    line-height: 1.1;
  }
  .sec_07 h2 strong {
    font-size: 3.75rem;
  }
  .sec_07 .step_list li {
    margin-top: 65px;
    border-radius: 10px;
    height: 192px;
  }
  .sec_07 .step_list li:nth-of-type(-n+3):after {
    width: 46px;
    height: 20px;
    bottom: -50px;
  }
  .sec_07 .step_list li .step_title {
    margin-bottom: 25px;
  }
  .sec_07 .step_list li .step_title .num {
    flex: 0 1 20%;
    height: 40px;
    font-size: 1rem;
    padding: 5px 0 0;
    border-radius: 10px 0 0 10px;
  }
  .sec_07 .step_list li .step_title h3 {
    height: 40px;
    font-size: 1.25rem;
    padding: 8px 30px 0;
    border-radius: 0 10px 10px 0;
  }
  .sec_07 .step_list li .step_content {
    padding: 0;
    gap: 20px;
    align-items: center;
  }
  .sec_07 .step_list li .step_content figure {
    flex: 0 1 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 0 0 0 30px;
  }
  .sec_07 .step_list li .step_content .txt_clm {
    flex: 1 0 65%;
    padding: 30px 30px 30px 0;
  }
  .sec_07 .step_list li .step_content .txt_clm2 {
    gap: 20px;
  }
  .sec_07 .step_list li .step_content .underline_balloon {
    flex-basis: 10.5em;
    font-size: 1.25rem;
  }
  .sec_07 .step_list li .step_content .underline_balloon span {
    border-bottom: 2px solid #254160;
    padding-bottom: 5px;
  }
  .sec_07 .step_list li .step_content .underline_balloon:after {
    content: none;
  }
  .sec_07 .step_list li .step_content .text {
    font-size: 1.125rem;
  }
  .sec_07 .step_list li:nth-of-type(1) .step_content figure img {
    width: 117px;
  }
  .sec_07 .step_list li:nth-of-type(2) .step_content figure img {
    width: 154px;
  }
  .sec_07 .step_list li:nth-of-type(3) .step_content figure img {
    width: 170px;
  }
  .sec_07 .step_list li:nth-of-type(4) .step_content figure {
    text-align: center;
  }
  .sec_07 .step_list li:nth-of-type(4) .step_content figure img {
    width: 107px;
  }
  .sec_07 .cost_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
    padding: 40px 50px;
  }
  .sec_07 .cost_area h3 {
    background: #2C567D;
    font-size: 1.75rem;
    border-radius: 30px;
    width: 100%;
    padding: 5px;
  }
  .sec_07 .cost_area .cost_set {
    margin-top: 50px;
    padding: 0 0.75rem 0 1.5rem;
    gap: 5%;
  }
  .sec_07 .cost_area .cost_set p {
    margin-bottom: 0;
  }
  .sec_07 .cost_area .cost_set .theme {
    font-size: 2.375rem;
  }
  .sec_07 .cost_area .cost_set:nth-of-type(n+2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .sec_07 .cost_area .cost01 {
    width: 100%;
    gap: 50px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #C0CCD2;
  }
  .sec_07 .cost_area .cost01 .amount strong {
    font-size: 216px;
  }
  .sec_07 .cost_area .cost01 .amount span {
    font-size: 3.125rem;
    font-weight: bold;
  }
  .sec_07 .cost_area .cost02 {
    width: 45%;
  }
  .sec_07 .cost_area .cost02 .amount strong {
    font-size: 112px;
  }
  .sec_07 .cost_area .cost02 .amount span {
    font-size: 1.5rem;
  }
  .sec_07 .cost_area .cost02 .amount small {
    font-size: 1.125rem;
  }
  .sec_07 .cost_area .cost03 {
    width: 55%;
    border-left: 1px solid #E1E8EB;
    padding-bottom: 30px;
  }
  .sec_07 .cost_area .cost03 .theme {
    font-size: 2.375rem;
    flex-basis: 4em;
    padding-top: 25px;
  }
  .sec_07 .cost_area .cost03 .amount small {
    text-align: left;
    font-size: 1.25rem;
  }
  .sec_07 .cost_area .cost03 .amount strong {
    font-size: 112px;
    letter-spacing: -0.1em;
    margin-right: 0.3rem;
    padding-right: 0.5rem;
  }
  .sec_07 .cost_area .cost03 .amount .percent b {
    font-size: 2.5rem;
  }
  .sec_07 .cost_area .kome {
    margin-top: 30px;
    font-size: 1.125rem;
    letter-spacing: 0em;
    text-align: center;
  }
}
.sec_08 {
  margin-top: -13%;
  padding: 24% 0 15%;
}
.sec_08 h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.sec_08 .qa_set {
  padding: 5%;
  margin-bottom: 0;
}
.sec_08 .qa_set:nth-of-type(n+2) {
  border-top: 1px solid #D9D9D9;
}
.sec_08 .qa_set .accordion_btn {
  padding: 0 1.5rem;
  text-indent: -1.5rem;
  font-size: 0.929rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.sec_08 .qa_set .accordion_btn:before {
  content: "Q ";
  color: #4491C9;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.sec_08 .qa_set .accordion_btn .ico {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sec_08 .qa_set .accordion_btn .ico:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #C0CCD2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.sec_08 .qa_set .accordion_btn .ico:after {
  content: "";
  height: 18px;
  width: 2px;
  background: #C0CCD2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec_08 .qa_set .accordion_btn.open .ico:after {
  opacity: 0;
}
.sec_08 .qa_set .accordion_text {
  padding: 0 1.5rem;
  font-size: 0.929rem;
  line-height: 1.5;
  margin-top: 3%;
  display: none;
  position: relative;
}
.sec_08 .qa_set .accordion_text:before {
  content: "A ";
  color: #D93516;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: absolute;
  left: 0;
}
.sec_08 .qa_set .accordion_text.open {
  display: block;
}

@media screen and (min-width: 769px) {
  .sec_08 {
    padding: 18% 0 130px;
  }
  .sec_08 h2 {
    font-size: 2.125rem;
  }
  .sec_08 .qa_set {
    padding: 15px 0 30px;
  }
  .sec_08 .qa_set:nth-of-type(n+2) {
    border-top: 2px dotted #D9D9D9;
  }
  .sec_08 .qa_set:last-of-type {
    border-bottom: 2px dotted #D9D9D9;
  }
  .sec_08 .qa_set .accordion_btn {
    padding: 0;
    text-indent: 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
  }
  .sec_08 .qa_set .accordion_btn:before {
    font-size: 2.625rem;
    margin-right: 36px;
  }
  .sec_08 .qa_set .accordion_btn .ico {
    width: 24px;
    height: 24px;
  }
  .sec_08 .qa_set .accordion_btn .ico:before {
    width: 24px;
    height: 4px;
  }
  .sec_08 .qa_set .accordion_btn .ico:after {
    height: 24px;
    width: 4px;
  }
  .sec_08 .qa_set .accordion_text {
    padding: 0 0 0 80px;
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1.8;
  }
  .sec_08 .qa_set .accordion_text:before {
    font-size: 2.625rem;
    margin-right: 36px;
  }
}
/************************************************

	form.scss

************************************************ */
.contact_area {
  background: #fff;
  padding: 0 0 16%;
}
.contact_area .title_area {
  background: #2C567D;
  padding: 5%;
  margin-bottom: 5%;
  position: relative;
}
.contact_area .title_area:after {
  content: "";
  background: #2C567D;
  width: 2rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.7em;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.contact_area h2 {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .contact_area {
    padding: 0 0 100px;
  }
  .contact_area .title_area {
    padding: 20px 0;
  }
  .contact_area .title_area:after {
    width: 60px;
    height: 27px;
    bottom: -27px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .contact_area h2 {
    font-size: 2.125rem;
  }
  .contact_area h2 br {
    display: none;
  }
  .contact_area .inner {
    width: 680px;
  }
}
.contact_area form {
  position: relative;
  z-index: 2;
}

.contact_area .ft:not(:first-of-type) {
  margin-top: 6.67%;
}

@media screen and (min-width: 769px) {
  .contact_area .ft:not(:first-of-type) {
    margin-top: 30px;
  }
}
.contact_area .ft {
  margin-bottom: 2%;
  font-size: 1.1rem;
  font-weight: 700;
}

.contact_area .ft label {
  display: flex;
  align-items: center;
  width: 100%;
}

.contact_area .ft span {
  font-size: 0.875rem;
  display: inline-block;
  padding: 1% 2.5%;
  line-height: 1;
  border-radius: 6px;
  color: #fff;
  margin-left: 2%;
  vertical-align: unset;
}

.contact_area .ft span.req {
  background: #D93516;
}

@media screen and (min-width: 769px) {
  .contact_area .ft span.req {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 5px 10px;
  }
}
.contact_area .ft span.any {
  background: #254160;
}

.contact_area .ft {
  font-size: 1rem;
  font-weight: bold;
}

.contact_area input::-moz-placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.contact_area input::placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.contact_area input[type=text], .contact_area input[type=tel], .contact_area input[type=email] {
  border: 1px solid #DEDEDE;
  background: #fff;
  width: 100%;
  padding: 5%;
  border-radius: 6px;
}

@media screen and (min-width: 769px) {
  .contact_area input[type=text], .contact_area input[type=tel], .contact_area input[type=email] {
    padding: 10px;
    border-radius: 6px;
  }
}
.contact_area input[type=text].zip-input {
  width: 80%;
  margin-left: 0.5em;
}

.contact_area textarea {
  border: 1px solid #DEDEDE;
  background: #F2F2F2;
  width: 100%;
  padding: 5%;
  border-radius: 6px;
}

.contact_area textarea::-moz-placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.contact_area textarea::placeholder {
  color: #BFBFBF;
  font-size: 1rem;
}

.address-area p {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
}
.address-area p input.post {
  width: 28.8rem;
}
.address-area p input.claim {
  margin: 0 1rem 0 0;
  width: calc(100% - 4rem);
}

.checkbox1 {
  position: relative;
  margin-bottom: 6.67%;
}
.checkbox1 input[type=checkbox] {
  opacity: 0;
}
.checkbox1 input.none {
  margin: 0;
  display: none;
}
.checkbox1 label span {
  font-size: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox1 label span:before, .checkbox1 label span:after {
  content: "";
  display: block;
}
.checkbox1 label span:before {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #CECECE;
  background-color: #fff;
  border-radius: 4px;
}
.checkbox1 label span:hover {
  cursor: pointer;
}
.checkbox1 label input[type=checkbox]:checked + span:after {
  position: absolute;
  opacity: 1;
  content: "";
  display: block;
  left: 0.2rem;
  bottom: 0.625rem;
  width: 1.125rem;
  height: 0.75rem;
  border-left: 0.3rem solid #4491C9;
  border-bottom: 0.3rem solid #4491C9;
  transform: rotate(-45deg);
  z-index: 50;
}

.radio-area {
  position: relative;
  display: block;
  margin-bottom: 6.67%;
  font-size: 1rem;
  width: 100%;
}
.radio-area input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 10rem;
  right: 7rem;
  margin: 0 auto;
}
.radio-area label {
  position: relative;
  padding-left: 1.75rem;
  display: block;
  transition: 0.3s;
  text-align: left;
}
.radio-area label:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid #CECECE;
  background-color: #fff;
  border-radius: 50%;
}
.radio-area label span {
  font-size: 1rem;
}
.radio-area label:hover {
  cursor: pointer;
}
.radio-area input[type=radio]:checked + label:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0.25rem;
  bottom: 0;
  margin: auto 0;
  width: 0.857rem;
  height: 0.857rem;
  background-color: #4491C9;
  border-radius: 50%;
  z-index: 3;
}

.g-recaptcha {
  margin: 10% 0;
}
.g-recaptcha div {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .g-recaptcha {
    margin: 50px 0;
  }
}
.contact_area .btn {
  margin: 5.87% auto 0;
  display: block;
}

.contact_area button {
  background: linear-gradient(0deg, #577C8E 0%, #C0CCD2 100%);
  text-align: center;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  margin: auto;
  padding: 7.85%;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 9px;
  box-shadow: 0 3px 0 #3E5E6E;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .contact_area button {
    padding: 20px;
    font-size: 1.75rem;
  }
}
.contact_area button:active {
  transform: translateY(3px);
  box-shadow: none;
}

.contact_area .sbmt_btn {
  margin: 5.87% auto 0;
  display: block;
}

.contact_area .sbmt_btn input[type=submit] {
  background: #BFA79F;
  text-align: center;
  color: #fff;
  border: none;
  display: block;
  width: 87%;
  margin: auto;
  padding: 7.85%;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 9px;
  box-shadow: 0 3px 0 #8B7269;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 769px) {
  .contact_area .sbmt_btn input[type=submit] {
    width: 55%;
    padding: 5%;
  }
}
.contact_area .sbmt_btn input[type=submit]:active {
  transform: translateY(3px);
  box-shadow: none;
}

.fm_send {
  text-align: center;
  padding: 0 0 80px;
}
.fm_send h1 {
  margin-bottom: 5%;
  font-size: 1.25rem;
}

/************************************************

	modal.scss

************************************************ */
#popup {
  position: fixed;
  z-index: 20001;
  left: 0;
  top: 0;
  background: rgba(88, 88, 88, 0.5);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  width: 100vw;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: none;
}

#popup .popup-in {
  position: fixed;
  overflow-y: scroll;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3.7vw 0;
  text-align: right;
}

#popup .popup-in .inner {
  position: relative;
  padding: 10.6vw 3.7vw;
  margin: 0 auto;
  background: #fff;
}

#popup .popup-in .inner .close-btn {
  position: absolute;
  top: 3.7vw;
  right: 3.7vw;
  width: 8.4vw;
  z-index: 100;
}

#popup .popup-in .inner .close-btn:hover {
  cursor: pointer;
}

#popup .popup-in .inner p {
  text-align: center;
}
#popup .popup-in .inner p.logo {
  margin-bottom: 10.6vw;
}
#popup .popup-in .inner p.logo img {
  width: 15rem;
}

#popup .popup-in .inner .box {
  margin: 0 auto;
}
#popup .popup-in .inner .box h2 {
  font-size: 1.1875rem;
  margin-bottom: 5.87%;
  line-height: 1.4;
  font-weight: 700;
}
#popup .popup-in .inner .box h2 strong {
  font-size: 2.5rem;
}

#popup .popup-in .inner .balloon {
  padding: 0 1.25rem;
  margin: 0;
  transform: translateY(1.25rem);
  position: relative;
  z-index: 10;
}
#popup .popup-in .inner .btn_list {
  gap: 8px;
}
#popup .popup-in .inner .btn_list li a {
  gap: 12px;
  width: 100%;
  pointer-events: auto;
  padding: 0 0 0 20px;
  transition: inherit;
  border-radius: 5px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  text-align: left;
  position: relative;
}
#popup .popup-in .inner .btn_list li a strong {
  font-size: 1.375rem;
  letter-spacing: 0;
}
#popup .popup-in .inner .btn_list li a:after {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 13px;
  width: 7px;
  -webkit-mask: url("../img/arrow_btn.svg");
  mask: url("../img/arrow_btn.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 769px) {
  #popup .popup-in .inner .btn_list li a:after {
    -webkit-mask: url("../img/arrow_btn_pc.svg");
    mask: url("../img/arrow_btn_pc.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
  }
}
#popup .popup-in .inner .btn_list li a i.ico {
  flex: 0 1 2.5rem;
  background: #fff;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup .popup-in .inner .btn_list li a i.ico img {
  vertical-align: middle;
}
#popup .popup-in .inner .btn_list li a .txt_clm {
  flex: 0 1 auto;
  line-height: 1;
}
#popup .popup-in .inner .btn_list li a .txt_clm .small {
  display: inline-block;
  line-height: 1.1;
  font-size: 0.875rem;
  margin-top: 3%;
}
#popup .popup-in .inner .btn_list li a.btn_tel {
  height: 80px;
  padding-top: 10px;
}
#popup .popup-in .inner .btn_list li a.btn_tel .ico img {
  width: 1.25rem;
}
#popup .popup-in .inner .btn_list li a.btn_mail .ico {
  flex-basis: 2rem;
  height: 2rem;
}
#popup .popup-in .inner .btn_list li a.btn_mail .ico img {
  width: 0.929rem;
}
#popup .popup-in .inner .btn_list li a.btn_line .ico {
  flex-basis: 2rem;
  height: 2rem;
  background: none;
  border-radius: 0;
}
#popup .popup-in .inner .btn_list li a.btn_mail, #popup .popup-in .inner .btn_list li a.btn_line {
  height: 64px;
  padding-left: 16px;
  gap: 10px;
}
#popup .popup-in .inner .btn_list li a.btn_mail strong, #popup .popup-in .inner .btn_list li a.btn_line strong {
  font-size: 0.929rem;
}
#popup .popup-in .inner .btn_list li:nth-of-type(1) {
  width: 100%;
}
#popup .popup-in .inner .btn_list li:nth-of-type(n+2) {
  width: calc((100% - 8px) / 2);
}

/************************************************

	animation.scss

************************************************ */
/************************************************
	Animation
************************************************ */
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    position: relative;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    position: relative;
    bottom: 0;
  }
}
/************************************************

	color.scss

************************************************ */
.text_red {
  color: #D93516;
}

.text_blue {
  color: #4491C9;
}

.text_blue2 {
  color: #254160;
}

.text_fff {
  color: #fff;
}

.text_yellow {
  color: #FAE150;
}

.grd_red {
  background: transparent linear-gradient(180deg, #D93516 0%, #A51A00 100%) 0% 0% no-repeat padding-box;
}

.grd_blue {
  background: transparent linear-gradient(0, #153789 0%, #4491C9 100%) 0% 0% no-repeat padding-box;
}

.grd_green {
  background: transparent linear-gradient(180deg, #06C755 0%, #00862F 100%) 0% 0% no-repeat padding-box;
}

.bgF {
  background: #fff;
}

.bg01 {
  background: #D5E4ED;
}

.bg02 {
  background: #F2F2F2;
}

/************************************************

	font.scss

************************************************ */
.serif {
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.mulish {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-go {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-go-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-go-b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tenor {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */