@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

input, textarea, select, option {
  font: inherit;
  color: inherit;
}

input:focus, textarea:focus, select:focus, option:focus {
  outline: none;
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="submit"],
input[type="button"],
button {
  font: inherit;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: none;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

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

html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper02{
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.wrapper, .keyvisual__inner, .keyvisual-lower__inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

@media only screen and (max-width: 1199px) {
  .wrapper, .keyvisual__inner, .keyvisual-lower__inner ,.wrapper02{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@font-face {
  font-family: 'mobo';
  src: url('./fonts/mobo.woff') format('woff');
}

.pc_mv { display: block !important; }
.sp_mv { display: none !important; }

@media only screen and (max-width: 750px) {
    .pc_mv { display: none !important; }
    .sp_mv { display: block !important; }
}

a{
  transition: 0.5s;
}

a:hover{
  opacity: 0.7;
}

.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

pre {
  white-space: pre;
  background-color: #333333;
  color: #FFFFFF;
  padding: 1em;
  overflow: auto;
}

.l-header {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.l-header__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}


@media only screen and (max-width: 1299px) {
  .l-header__btn {
    display: block;
    width: 50px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.l-header__logo {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1d3774;
}

@media only screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.header_wrapper{
  display: flex;
  padding: 20px;
  align-items: center;
}

.l-header__left{
  max-width: 370px;
}

.l-header__right{
  margin-left: auto;
}

.l-header__right a{
  font-family: mobo;
  color: #fff;
  font-size: 24px;
  padding: 10px 30px;
  max-width: 298px;
  border-radius: 10px;
  display: block;
}

.l-header__right a span{
 font-size: 24px;
}

.mail_button a{
  background-color: #00b5fb;
  margin-right: 20px;
  box-shadow: 1px 2px 5px 1px #333;
  white-space: nowrap;
}

.tel_button a{
  background-color: #eb7802;
  box-shadow: 1px 2px 5px 1px #333;
}


@media only screen and (max-width: 1299px) {
  .l-header__right a{
    /* font-size: 3.2rem; */
  }

  .l-header__right a span{
   font-size: 2rem;
  }
}


@media only screen and (max-width: 960px) {
  .l-header__left{
    width: 50%;
    margin: 0 auto;
  }

  .l-header__right{
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 15px;
  }

  .l-header__right > div{
    width: 48%;
  }

  .l-header__right a{
    font-size: 12px;
    padding: 10px;
    max-width: 100%;
    text-align: center;
    width: 160px;
    margin: auto;
  }

  .l-header__right a span{
   font-size: 1.4rem;
  }
  .header_wrapper{
    padding: 10px;
    flex-direction: column;
  }
}

.sec1,.sec4,.sec6{
  background-image: url('../img/bg02.jpg');
  background-size: cover;
  background-position: center;
}

.con_wrap{
  display: flex;
  justify-content: center;
}

.con_wrap a:hover {
  opacity: 1;
  transform: scale(0.95);
}

.sec_title{
  font-family: mobo;
  color: #013927;
  font-size: 6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sec_title{
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.sec2{
  background: url('../img/sec2_bg.png'),linear-gradient(60deg, #edfdfb, #edfdfb);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.sec2_u{
  background-color: #edfdfb;
}

.sec2_img_wrap{
  display: flex;
  justify-content: center;
}

.sec2_u_img{
  position: relative;
  display: flex;
  justify-content: center;
}

/* .sec2_u_img h3:before{
  content:  url('../img/den.png');
  position: absolute;
  right: 0;
} */

.u_wrap h3{
  position: absolute;
  font-family: mobo;
  color: #013927;
  font-size: 6rem;
  text-align: center;
  font-weight: bold;
  top: 50%;
  left: 46%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}



@media only screen and (max-width: 1600px) {
  .u_wrap h3{
    font-size: 4.2rem;
  }

  .u_wrap h3 img{
    max-width: 50px;
  }
  .u_wrap h3 img{
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .u_wrap h3{
    font-size: 2.4rem;
  }

  .u_wrap h3 img{
    max-width: 32px;
  }
}

.line_deco{
  background: linear-gradient(transparent 70%, #f7ee46 30%);
}

.sec3{
  background-image: url('../img/bg03.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.sec3 h2{
  margin-top: 80px;
}

.grid-col3 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .grid-col3 {
    margin: 0;
  }
}

.grid-col3 > * {
  width: 31%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .grid-col3 > * {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.grid-col3 > *:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .grid-col3 > *:nth-last-child(-n + 3) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .grid-col3 > *:last-child {
    margin-bottom: 0;
  }
}

.sec3 .grid-col3 > *{
  padding: 30px 5px;
  display: flex;
  justify-content: center;
  border: solid 3px #000;
  border-radius: 10px;
  align-items: center;
  box-shadow: 5px 5px 0px 0px rgba(215, 250, 213, 1);
}

.sec3 .grid-col3 p{
  font-family: mobo;
  color: #013927;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
}

.col3_b{
  font-size: 4.2rem;
  line-height: 1;
}

.yen_0{
  font-size: 6.2rem;
}

@media only screen and (max-width: 1200px) {
  .grid-col3 {
    margin: 0;
  }
  .sec3 .grid-col3 p{
    font-size: 2.4rem;
  }
  .col3_b{
    font-size: 3.2rem;
  }

  .yen_0{
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .sec3 h2 {
    margin-top: 30px;
  }
}

.sec4 h2{
  text-shadow:
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    -3px -3px 0 #fff,
    3px -3px 0 #fff;
}

.sec5,.sec7{
  background-color: #edfdfb;
}

.sec5_col h3{
  -webkit-text-stroke: 2px #013927;
    text-stroke: 2px #013927;
 text-shadow:
        0px -3px 0 #013927,
        3px -3px 0 #013927,
        3px 0 0 #013927,
        3px 3px 0 #013927,
        0 3px 0 #013927,
        -3px 3px 0 #013927,
        -3px 0 0 #013927,
        -3px -3px 0 #013927;
}

svg {
  width: 100%;
  height: 6rem;
  overflow: visible;
}

text {
  font-size: 6rem;
  font-family: mobo;
  font-weight: bold;
  fill: #fff;
  stroke: #013927;
  stroke-width: 6;
  stroke-linejoin: round;
}

.sec5_col p{
  font-family: mobo;
  font-size: 3.6rem;
  color: #023a26;
  margin-top: 15px;
  background-color: #fff;
  padding: 20px;
  border: solid 3px #64bb8e;
  border-radius: 20px;
  line-height: 1.2;
}


@media only screen and (max-width: 1200px) {
  svg {
    height: 3.2rem;
    overflow: visible;
  }

  text {
    font-size: 3.2rem;
    font-family: mobo;
    font-weight: bold;
    fill: #fff;
    stroke: #013927;
    stroke-width: 4;
    stroke-linejoin: round;
  }

  .sec5_col p{
    font-family: mobo;
    font-size: 2.4rem;
    color: #023a26;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
    border: solid 2px #64bb8e;
    border-radius: 20px;
    line-height: 1.2;
  }
}
.svg_text_sp{
  display: none;
}

@media only screen and (max-width: 767px) {
  svg {
    height: 2.2rem;
    overflow: visible;
  }
  .point_img{
    width: 30%;
  }
  .svg_text_pc{
    display: none;
  }
  .svg_text_sp{
    display: block;
  }
  .svg_text_sp svg{
    height: 6rem;
  }
  text {
    font-size: 3rem;
  }
  .sec5_col p {
    font-size: 2rem;
    padding: 15px;
  }
  .sec5_col .sp_mt{
    margin-top: 0px;
  }
  .sec5_col h3{
  -webkit-text-stroke: 2px #013927;
    text-stroke: 2px #013927;
 text-shadow:
        0px -2px 0 #013927,
        2px -2px 0 #013927,
        2px 0 0 #013927,
        2px 2px 0 #013927,
        0 2px 0 #013927,
        -2px 2px 0 #013927,
        -2px 0 0 #013927,
        -2px -2px 0 #013927;
  }
}

.sec6 h2{
  text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
}


.double {
  background-color: #fff;
  display: inline-block;
  padding: 20px;
  border: solid 10px #013927;
  position: relative;
  border-radius: 30px;
}

.double::before {
  content: "";
  position: absolute;
  border: solid 3px #013927;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: 20px;
}

.name_ti{
  font-family: mobo;
  font-size: 2.4rem;
  color: #013927;
  font-weight: bold;
}

.vo_tx{
  font-family: mobo;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
}

.double img{
  position: absolute;
  top: 30px;
  right: 20px;
}

.sec7 ul{
  margin-bottom: 30px;
}

.sec7 ul:last-of-type{
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .name_ti{
    font-size: 2rem;
  }
}


.sec8{
  background-image: url('../img/bg003.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.can_ti{
  position: relative;
  display: flex;
  justify-content: center;
}


.can_ti .fu{
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 6rem;
  font-family: mobo;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke:20px #fff;
  line-height: 1;
}

.can_ti .fu1{
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 6rem;
  font-family: mobo;
  font-weight: bold;
  color: #fdab23;
  line-height: 1;
}

.can_img{
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.foot_button_wrap .l-header__right{
  margin-left: 0px;
}
.foot_button_wrap{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .can_ti .fu{
    font-size: 3.6rem;
    -webkit-text-stroke:10px #fff;
  }

  .can_ti .fu1{
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 575px) {
  .can_ti .fu{
    font-size: 2.4rem;
    -webkit-text-stroke:6px #fff;
  }

  .can_ti .fu1{
    font-size: 2.4rem;
  }
  .can_img{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}


.foot_copy{
  background-color: #013927;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.foot_copy p{
  font-size: 1.2rem;
  color: #fff;
}


/* ------faq------ */

.accordion-faq {
  width: 100%;
  padding: 20px;
  border: 3px solid #fff;
  background-color: #013927;
  border-radius: 20px;
  outline: solid 2px #013927;
  outline-offset: 2px;
}



  

@media only screen and (max-width: 767px) {
  .accordion-faq {
    padding: 10px;
  }
}

.accordion-faq__title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.accordion-faq__title::after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  margin-left: auto;
  width: 1em;
  font-size: 2.4rem;
}

.accordion-faq__title.open::after {
  font-display: swap;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
}

.accordion-faq__title-text {
  color: #fff;
  display: block;
  width: calc(100% - 1em);
  padding-right: 1em;
  font-weight: 700;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-faq__title-text--anser{
  color: #013927;
}

.accordion-faq__title-text::before, .accordion-faq__title-text--anser::before {
  content: 'Q.';
  font-size: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-right: 0.5em;
  margin-bottom: auto;
}

@media only screen and (max-width: 767px) {
  .accordion-faq__title-text::before, .accordion-faq__title-text--anser::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .accordion-faq__title-text {
    font-size: 1.6rem;
  }
  .accordion-faq__title::after {
    font-size: 1.6rem;
  }
}

.accordion-faq__title-text--anser::before {
  content: 'A.';
  color: #013927;
}

.accordion-faq__container {
  display: none;
  margin-top: 1em;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.accordion-faq__container p{
  font-size: 2.4rem;
  color: #013927;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .accordion-faq__container {
    padding: 15px;
  }
  .accordion-faq__container p {
    font-size: 1.6rem;
  }
}

.accordion-faq__container > * {
  margin-bottom: 1em;
}

.accordion-faq__container > *:last-child {
  margin-bottom: 0;
}

/* ------faq end ------*/


/* ------ ut ------ */
.pd_60{
  padding: 60px 0;
}

.pd_30{
  padding: 30px 0;
}

.mt_60{
  margin-top: 60px;
}

.sp_br{
  display: none;
}

@media only screen and (max-width: 767px) {
  .pd_60{
    padding: 30px 0;
  }
  .mt_60{
    margin-top: 30px;
  }
  .sp_br{
    display: block;
  }
  .pd_30{
    padding: 20px 0;
  }
}

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

.tx-r {
  text-align: right;
}

.tx-l {
  text-align: left;
}




.contact {
  position: relative;
  z-index: 3;
  padding-bottom: calc(200px*.9);
}

@media only screen and (max-width: 991px) {
  .contact {
    padding-bottom: calc(100px*.9);
  }
}

.contact-finish {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-finish {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
  }
}

.contact-finish__container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .contact-finish__container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(60px*.9);
  border-top: 1px solid #d2d2d2;
}

@media only screen and (max-width: 991px) {
  .contact__inner {
    padding-top: calc(100vw * 50 / 750);
    row-gap: calc(100vw * 120 / 750);
  }
}

.contact__left {
  position: sticky;
  top: 100px;
  width: calc(300px*.9);
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .contact__left {
    position: static;
    width: 100%;
  }
}

.contact__right {
  max-width: calc(100% - 356px);
  width: 66.26984126984127%;
}

@media only screen and (max-width: 991px) {
  .contact__right {
    max-width: 100%;
    width: 100%;
  }
}

.contact-required {
  height: 40px;
  text-align: right;
  font-size: calc(1.3rem*.9);
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29, #db2476);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
  .contact-form {
    font-size: calc(100vw * 24 / 750);
  }
}

.contact-form__table {
  width: 100%;
}

.contact-form__table th {
  width: calc(200px*.9);
  vertical-align: top;
  text-align: right;
  font-size: calc(1.6rem*.9);
  line-height: calc(70px*.9);
  padding: 0 calc(20px*.9) calc(20px*.9) 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__table th {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    font-size: calc(100vw * 26 / 750);
    padding: 0;
    margin-bottom: 0.3em;
  }
}

.contact-form__table td {
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .contact-form__table td {
    display: block;
    padding-bottom: calc(100vw * 36 / 750);
  }
}

.contact-form__label, .contact-form__label--req {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .25em;
  color: #221815;
  font-weight: 700;
}

.contact-form__label--req::after {
  color: #ec3b29;
  content: '※';
}

.contact-form__input, .contact-form__select select {
  width: 100%;
  height: calc(70px*.9);
  font-size: calc(1.6rem*.9);
  padding: 0 1.5em;
  background: #fff;
  border: none;
  outline: none;
  color: #000;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {
  .contact-form__input, .contact-form__select select {
    height: calc(100vw * 100 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 0 1em;
  }
}

.contact-form__select {
  position: relative;
  z-index: 1;
  width: 100%;
}

.contact-form__select::after {
  content: "";
  width: calc(9px*0.8);
  height: calc(24px*0.8);
  background: url(../img/common/icon-select.svg) no-repeat 50%;
  background-size: cover;
  position: absolute;
  right: calc(20px*.9);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.contact-form__textarea {
  width: 100%;
  height: calc(200px*.9);
  font-size: calc(1.6rem*.9);
  padding: 1.5em;
  background: #fff;
  border: none;
  border-radius: 6px;
  resize: none;
  overflow: auto;
  outline: none;
  color: #000;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 991px) {
  .contact-form__textarea {
    height: calc(100vw * 240 / 750);
    font-size: calc(100vw * 24 / 750);
    padding: 1em;
  }
}

.contact-form__flex, .contact-form__flex--nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: .25em;
}

.contact-form__flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contact-form__date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__privacy {
  position: relative;
  cursor: pointer;
  font-size: calc(1.3rem*.9);
  color: #333;
  margin: calc(40px*.9) auto calc(50px*.9);
  padding-left: 30px;
}

.contact-form__privacy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form__privacy input {
  display: none;
}

.contact-form__privacy input:checked + .contact-form__privacy-box::after {
  -webkit-transform: translateY(50%) scale(1);
          transform: translateY(50%) scale(1);
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy input:checked + .contact-form__privacy-box::after {
    -webkit-transform: translateY(35%) scale(1);
            transform: translateY(35%) scale(1);
  }
}

.contact-form__privacy-box {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #333;
  font-size: calc(1.3rem*.9);
  line-height: 1.2;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box {
    padding-left: calc(100vw * 88 / 750);
    font-size: calc(100vw * 24 / 750);
    line-height: 1.8;
  }
}

.contact-form__privacy-box::before, .contact-form__privacy-box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.contact-form__privacy-box::before {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  background: #fff;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::before {
    width: calc(100vw * 60 / 750);
    height: calc(100vw * 60 / 750);
    border-radius: 5px;
  }
}

.contact-form__privacy-box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #ec3b29;
  left: 4px;
  -webkit-transform: translateY(0%) scale(0);
          transform: translateY(0%) scale(0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-box::after {
    width: calc(100vw * 40 / 750);
    height: calc(100vw * 40 / 750);
    left: calc(100vw * 10 / 750 + 2px);
  }
}

.contact-form__privacy-link {
  color: #e12c5a;
  font-size: inherit;
  position: relative;
}

.contact-form__privacy-link::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e12c5a;
  position: absolute;
  left: 0;
  bottom: 0%;
}

@media only screen and (max-width: 991px) {
  .contact-form__privacy-link::after {
    bottom: -4px;
  }
}

.contact-form__btn {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.contact-form__btn-flex {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: calc(50px*.9);
}

@media only screen and (max-width: 767px) {
  .contact-form__btn-flex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact-form__btn-flex .btn-color {
  height: calc(60px*.9);
  font-size: calc(1.6rem*.9);
}

.contact-wrap {
  width: 100%;
}

.contact-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-text {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

.btn-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(1.4rem*.9);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29 0%, #db2476 100%);
  border-radius: calc(30px*.9);
  overflow: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

.btn-color::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ec3b29;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  border-radius: inherit;
}

.btn-color:hover{
  opacity: 0.7;
}


.btn-small {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: calc(60px*.9);
  text-align: center;
  font-size: calc(1.6rem*.9);
  color: #fff;
  border-radius: calc(30px*.9);
  overflow: hidden;
  background-color: #333;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .btn-small {
    font-size: calc(100vw * 24 / 750);
    height: calc(100vw * 80 / 750);
    border-radius: calc(100vw * 40 / 750);
  }
}

.btn-small::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#26dd82), to(#36e7cc));
  background: linear-gradient(to right, #26dd82 0%, #36e7cc 100%);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  border-radius: inherit;
}

.btn-small:hover {
  color: #fff;
}

.privacy-cnt p {
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .privacy-cnt p {
    margin: 30px 0 0;
  }
}
.privacy-cnt dl {
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .privacy-cnt dl {
    margin: 15px 0 0;
  }
}
.privacy-cnt dl dt {
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .privacy-cnt dl dt {
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
.privacy-cnt dl dd {
  margin: 0;
}

.lower_title1{
  text-align: center;
}

.privacy-link{
  margin-left: 10px;
  font-size: 1rem;
  color: #fff;
  border-bottom: solid 1px #fff;
}


/* .btn-small:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
} */
/* 
.btn-color:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn-color.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.btn-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-size: calc(1.4rem*.9);
  color: #000;
  background: #fff;
  border-radius: calc(30px*.9);
  overflow: hidden;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
}

.btn-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29 0%, #db2476 100%);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  border-radius: inherit;
}

.btn-single:hover {
  color: #fff;
}

.btn-single:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn-cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: calc(1.3rem*.9);
  font-weight: bold;
  padding: 0 1.5em;
  height: calc(40px*.9);
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-cat:hover {
  color: #fff;
}

.btn-cat:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn-cat::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ec3b29;
  background: -webkit-gradient(linear, left top, right top, from(#ec3b29), to(#db2476));
  background: linear-gradient(to right, #ec3b29 0%, #db2476 100%);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
  border-radius: inherit;
} */

/* モーダルウィンドウのスタイル */
.modal {
  display: none; /* 非表示に設定 */
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 0px;
  border: 1px solid #888;
  width: 92%;
  max-width: 600px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.mail_button_text {
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  color: #013927;
  width: 70%;
  font-weight: 500;
}

@media (max-width: 750px) {
  .mail_button_text {
    width: 100%;
  }
  .l-header__right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
}

.mail_button_text--02 {
  font-size: 16px;
  text-align: center;
  margin-top: 1em;
  color: #013927;
  font-weight: 500;
}

.mail_button_text--03 {
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  color: #013927;
  font-weight: 500;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.tel_button a {
  text-align: center;
  padding: 5px 30px 0;
  width: 297px;
}

.tel_button--text {
  font-size: 14px!important;
  display: block;
  line-height: 1;
}

.tel_button--num {
  font-size: 20px!important;
  line-height: 1;
}

@media (max-width: 751px) {
  .tel_button a {
    padding: 7.5px 10px 0!important;
    width: 160px;
    margin: auto;
  }

  .tel_button--text {
    font-size: 12px!important;
  }
  
  .tel_button--num {
    font-size: 16px!important;
  }
}
