@charset "UTF-8";
/*
* base
*/
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

RESET CSS

html5doctor.com Reset Stylesheet

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}
body {
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #5a5aa5;
  height: 100%;
  min-height: 100dvh;
  font-size: 2.2rem;
  background-color: #fdf9f4;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: middle;
}

hr {
  display: none;
}

table {
  margin: 0;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  margin: 0;
}

td {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

form {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
  padding: 0;
}

input.btn {
  margin: 0 0.5em;
  padding: 0 1em;
}

html {
  height: 100%;
}

a {
  outline: none;
}

p {
  line-height: 1.8;
}

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

a,
a:link,
a:visited {
  color: #0079d7;
  text-decoration: none;
}

a:active,
a:hover {
  color: #0079d7;
  text-decoration: none;
}

a:hover {
  color: #0079d7;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
div#wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  div#wrapper {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  div#wrapper {
    margin-bottom: auto;
  }
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}

.sp-i {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-i {
    display: block;
  }
}

.pc-i {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.tab-i {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-i {
    display: block;
  }
}

.tab-sp-i {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-sp-i {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .tab-sp-i {
    display: block;
  }
}

.pc-tab-i {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc-tab-i {
    display: none;
  }
}

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

margin

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.marT0 {
  margin-top: 0px !important;
}

.marR0 {
  margin-right: 0px !important;
}

.marB0 {
  margin-bottom: 0px !important;
}

.marL0 {
  margin-left: 0px !important;
}

.padT0 {
  padding-top: 0px !important;
}

.padR0 {
  padding-right: 0px !important;
}

.padB0 {
  padding-bottom: 0px !important;
}

.padL0 {
  padding-left: 0px !important;
}

.marT5 {
  margin-top: 5px !important;
}

.marR5 {
  margin-right: 5px !important;
}

.marB5 {
  margin-bottom: 5px !important;
}

.marL5 {
  margin-left: 5px !important;
}

.padT5 {
  padding-top: 5px !important;
}

.padR5 {
  padding-right: 5px !important;
}

.padB5 {
  padding-bottom: 5px !important;
}

.padL5 {
  padding-left: 5px !important;
}

.marT10 {
  margin-top: 10px !important;
}

.marR10 {
  margin-right: 10px !important;
}

.marB10 {
  margin-bottom: 10px !important;
}

.marL10 {
  margin-left: 10px !important;
}

.padT10 {
  padding-top: 10px !important;
}

.padR10 {
  padding-right: 10px !important;
}

.padB10 {
  padding-bottom: 10px !important;
}

.padL10 {
  padding-left: 10px !important;
}

.marT15 {
  margin-top: 15px !important;
}

.marR15 {
  margin-right: 15px !important;
}

.marB15 {
  margin-bottom: 15px !important;
}

.marL15 {
  margin-left: 15px !important;
}

.padT15 {
  padding-top: 15px !important;
}

.padR15 {
  padding-right: 15px !important;
}

.padB15 {
  padding-bottom: 15px !important;
}

.padL15 {
  padding-left: 15px !important;
}

.marT20 {
  margin-top: 20px !important;
}

.marR20 {
  margin-right: 20px !important;
}

.marB20 {
  margin-bottom: 20px !important;
}

.marL20 {
  margin-left: 20px !important;
}

.padT20 {
  padding-top: 20px !important;
}

.padR20 {
  padding-right: 20px !important;
}

.padB20 {
  padding-bottom: 20px !important;
}

.padL20 {
  padding-left: 20px !important;
}

.marT25 {
  margin-top: 25px !important;
}

.marR25 {
  margin-right: 25px !important;
}

.marB25 {
  margin-bottom: 25px !important;
}

.marL25 {
  margin-left: 25px !important;
}

.padT25 {
  padding-top: 25px !important;
}

.padR25 {
  padding-right: 25px !important;
}

.padB25 {
  padding-bottom: 25px !important;
}

.padL25 {
  padding-left: 25px !important;
}

.marT30 {
  margin-top: 30px !important;
}

.marR30 {
  margin-right: 30px !important;
}

.marB30 {
  margin-bottom: 30px !important;
}

.marL30 {
  margin-left: 30px !important;
}

.padT30 {
  padding-top: 30px !important;
}

.padR30 {
  padding-right: 30px !important;
}

.padB30 {
  padding-bottom: 30px !important;
}

.padL30 {
  padding-left: 30px !important;
}

.marT35 {
  margin-top: 35px !important;
}

.marR35 {
  margin-right: 35px !important;
}

.marB35 {
  margin-bottom: 35px !important;
}

.marL35 {
  margin-left: 35px !important;
}

.padT35 {
  padding-top: 35px !important;
}

.padR35 {
  padding-right: 35px !important;
}

.padB35 {
  padding-bottom: 35px !important;
}

.padL35 {
  padding-left: 35px !important;
}

.marT40 {
  margin-top: 40px !important;
}

.marR40 {
  margin-right: 40px !important;
}

.marB40 {
  margin-bottom: 40px !important;
}

.marL40 {
  margin-left: 40px !important;
}

.padT40 {
  padding-top: 40px !important;
}

.padR40 {
  padding-right: 40px !important;
}

.padB40 {
  padding-bottom: 40px !important;
}

.padL40 {
  padding-left: 40px !important;
}

.marT45 {
  margin-top: 45px !important;
}

.marR45 {
  margin-right: 45px !important;
}

.marB45 {
  margin-bottom: 45px !important;
}

.marL45 {
  margin-left: 45px !important;
}

.padT45 {
  padding-top: 45px !important;
}

.padR45 {
  padding-right: 45px !important;
}

.padB45 {
  padding-bottom: 45px !important;
}

.padL45 {
  padding-left: 45px !important;
}

.marT50 {
  margin-top: 50px !important;
}

.marR50 {
  margin-right: 50px !important;
}

.marB50 {
  margin-bottom: 50px !important;
}

.marL50 {
  margin-left: 50px !important;
}

.padT50 {
  padding-top: 50px !important;
}

.padR50 {
  padding-right: 50px !important;
}

.padB50 {
  padding-bottom: 50px !important;
}

.padL50 {
  padding-left: 50px !important;
}

.marT55 {
  margin-top: 55px !important;
}

.marR55 {
  margin-right: 55px !important;
}

.marB55 {
  margin-bottom: 55px !important;
}

.marL55 {
  margin-left: 55px !important;
}

.padT55 {
  padding-top: 55px !important;
}

.padR55 {
  padding-right: 55px !important;
}

.padB55 {
  padding-bottom: 55px !important;
}

.padL55 {
  padding-left: 55px !important;
}

.marT60 {
  margin-top: 60px !important;
}

.marR60 {
  margin-right: 60px !important;
}

.marB60 {
  margin-bottom: 60px !important;
}

.marL60 {
  margin-left: 60px !important;
}

.padT60 {
  padding-top: 60px !important;
}

.padR60 {
  padding-right: 60px !important;
}

.padB60 {
  padding-bottom: 60px !important;
}

.padL60 {
  padding-left: 60px !important;
}

.marT65 {
  margin-top: 65px !important;
}

.marR65 {
  margin-right: 65px !important;
}

.marB65 {
  margin-bottom: 65px !important;
}

.marL65 {
  margin-left: 65px !important;
}

.padT65 {
  padding-top: 65px !important;
}

.padR65 {
  padding-right: 65px !important;
}

.padB65 {
  padding-bottom: 65px !important;
}

.padL65 {
  padding-left: 65px !important;
}

.marT70 {
  margin-top: 70px !important;
}

.marR70 {
  margin-right: 70px !important;
}

.marB70 {
  margin-bottom: 70px !important;
}

.marL70 {
  margin-left: 70px !important;
}

.padT70 {
  padding-top: 70px !important;
}

.padR70 {
  padding-right: 70px !important;
}

.padB70 {
  padding-bottom: 70px !important;
}

.padL70 {
  padding-left: 70px !important;
}

.marT75 {
  margin-top: 75px !important;
}

.marR75 {
  margin-right: 75px !important;
}

.marB75 {
  margin-bottom: 75px !important;
}

.marL75 {
  margin-left: 75px !important;
}

.padT75 {
  padding-top: 75px !important;
}

.padR75 {
  padding-right: 75px !important;
}

.padB75 {
  padding-bottom: 75px !important;
}

.padL75 {
  padding-left: 75px !important;
}

.marT80 {
  margin-top: 80px !important;
}

.marR80 {
  margin-right: 80px !important;
}

.marB80 {
  margin-bottom: 80px !important;
}

.marL80 {
  margin-left: 80px !important;
}

.padT80 {
  padding-top: 80px !important;
}

.padR80 {
  padding-right: 80px !important;
}

.padB80 {
  padding-bottom: 80px !important;
}

.padL80 {
  padding-left: 80px !important;
}

.marT85 {
  margin-top: 85px !important;
}

.marR85 {
  margin-right: 85px !important;
}

.marB85 {
  margin-bottom: 85px !important;
}

.marL85 {
  margin-left: 85px !important;
}

.padT85 {
  padding-top: 85px !important;
}

.padR85 {
  padding-right: 85px !important;
}

.padB85 {
  padding-bottom: 85px !important;
}

.padL85 {
  padding-left: 85px !important;
}

.marT90 {
  margin-top: 90px !important;
}

.marR90 {
  margin-right: 90px !important;
}

.marB90 {
  margin-bottom: 90px !important;
}

.marL90 {
  margin-left: 90px !important;
}

.padT90 {
  padding-top: 90px !important;
}

.padR90 {
  padding-right: 90px !important;
}

.padB90 {
  padding-bottom: 90px !important;
}

.padL90 {
  padding-left: 90px !important;
}

.marT95 {
  margin-top: 95px !important;
}

.marR95 {
  margin-right: 95px !important;
}

.marB95 {
  margin-bottom: 95px !important;
}

.marL95 {
  margin-left: 95px !important;
}

.padT95 {
  padding-top: 95px !important;
}

.padR95 {
  padding-right: 95px !important;
}

.padB95 {
  padding-bottom: 95px !important;
}

.padL95 {
  padding-left: 95px !important;
}

.marT100 {
  margin-top: 100px !important;
}

.marR100 {
  margin-right: 100px !important;
}

.marB100 {
  margin-bottom: 100px !important;
}

.marL100 {
  margin-left: 100px !important;
}

.padT100 {
  padding-top: 100px !important;
}

.padR100 {
  padding-right: 100px !important;
}

.padB100 {
  padding-bottom: 100px !important;
}

.padL100 {
  padding-left: 100px !important;
}

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

font-weigh

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.fontWB {
  font-weight: bold !important;
}

.fontWN {
  font-weight: normal !important;
}

.fontUL {
  text-decoration: underline !important;
}

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

揃え位置・インデント clearfix

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.alignJ {
  text-align: justify;
}

.textIndent {
  margin-left: 1.3em !important;
  text-indent: -1.3em !important;
}

.textIndentNsp {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

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

/*
* layout
*/
#header {
  width: 100%;
  height: 216px;
  padding: 0px 130px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fdf9f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease, height 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease, height 0.4s ease;
}
#header.is-scrolled {
  background: rgba(253, 249, 244, 0.8);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 116px;
}
#header.is-scrolled .header-logo {
  width: 180px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#header.is-scrolled .header-logo img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 50%;
}

.header-cnt {
  position: relative;
}
.header-cnt .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 240px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
  padding-bottom: 34px;
  padding-top: 44px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header-cnt .header-logo img {
  width: 168px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.header-cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  #header {
    padding: 0 40px;
  }
  #header .header-logo {
    width: 200px;
    text-align: center;
  }
  #header .header-logo img {
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1025px) {
  #header {
    padding: 0 10px;
  }
  #header .header-logo {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    width: 100%;
    height: 80px;
    padding: 0 0 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fdf9f4;
  }
  #header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
    background-color: transparent;
    padding: 14px 0;
  }
  #header .header-logo img {
    width: 100%;
  }
  .header-cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px;
  }
}
.menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 6px;
    width: 56px;
    height: 56px;
    background: transparent;
    border: none;
  }
  .menu-button__line,
  .menu-button::before,
  .menu-button::after {
    content: "";
    width: 28px;
    height: 2px;
    background-color: #333333;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  }
  .menu-button.is-opened .menu-button__line {
    opacity: 0;
  }
  .menu-button.is-opened::before {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .menu-button.is-opened::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@-webkit-keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
footer {
  width: 100%;
  margin: 120px auto 0;
  display: block;
  padding: 0px;
  position: relative;
  background: #fdf9f4;
  color: #fff;
  position: sticky;
  top: 100%;
}

@media screen and (max-width: 1440px) {
  footer {
    padding: 0 3%;
  }
}
.footer-cnt {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-header {
  max-width: 1200px;
  padding: 40px 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-header .footer-logo {
  width: 168px;
}
.footer-header .footer-logo img {
  width: 100%;
  height: auto;
}
.footer-header .footer-address h1 {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.footer-header .footer-address p {
  color: #bcbcbc;
}
.footer-header .footer-contact p {
  line-height: 1.8;
  font-size: 14px;
  margin: 0 0 20px;
}

.footer-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-nav li {
  line-height: 1.8;
}
.footer-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #a4a4a4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -12px;
}
.footer-nav li a:hover::after {
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
.footer-nav li a {
  color: #5a5aa5;
  margin: 0 30px;
}
.footer-nav li a::after {
  background-color: #5a5aa5;
}

.copyright {
  font-size: 13px;
  text-align: center;
  color: #5a5aa5;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .footer-header {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 610px) {
  .footer-header {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }
  .footer-header .footer-address h1 {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .footer-header .footer-address p {
    text-align: center;
    color: #bcbcbc;
  }
  .footer-header .footer-contact p {
    text-align: center;
  }
  .footer-nav ul {
    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;
    margin-bottom: 10px;
  }
  .footer-nav li {
    line-height: 1.8;
    font-size: 14px;
  }
  .footer-nav li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    display: inline-block;
  }
  .footer-nav li:last-child::after {
    display: none;
  }
  .footer-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #a4a4a4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -12px;
  }
  .footer-nav li a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
  }
  .footer-nav li a {
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    background-color: #fff;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  footer {
    margin-top: 40px;
  }
  .footer-nav ul {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .footer-nav li {
    line-height: 1.8;
    font-size: 14px;
  }
  .footer-nav li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #fff;
    display: inline-block;
  }
  .footer-nav li:last-child::after {
    display: none;
  }
  .footer-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #a4a4a4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -12px;
  }
  .footer-nav li a:hover::after {
    bottom: -6px;
    opacity: 1;
    visibility: visible;
  }
  .footer-nav li a {
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    background-color: #fff;
  }
}
#floatingGoTop {
  position: fixed;
  right: 4.16vw;
  bottom: 4.7vw;
  z-index: 1002;
  cursor: pointer;
  display: none;
  width: clamp(50px, 3.645vw, 68px);
  height: clamp(50px, 3.645vw, 68px);
  border-radius: 50%;
  background: #5a5aa5;
  border: 1px solid #fff;
  z-index: 10000;
}
#floatingGoTop::before, #floatingGoTop::after {
  content: "";
  position: absolute;
  top: 30%;
  left: calc(50% - 2px);
  width: 4px;
  height: 1.5vw;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: 50% 2px;
          transform-origin: 50% 2px;
}
#floatingGoTop::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#floatingGoTop::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

main {
  margin-top: 216px;
  margin-bottom: 0px;
}

section {
  padding: 0;
}

.cnt {
  width: 1200px;
  max-width: 1200px;
  margin-inline: auto;
}

.cnt-m {
  margin-inline: auto;
  width: 100%;
  max-width: 760px;
}

.cnt-form {
  margin-inline: auto;
  width: 100%;
  max-width: 940px;
}

.container {
  width: 100%;
  padding-top: 140px;
}

.bg-lightgray {
  background-color: rgb(244, 244, 244);
}

@media screen and (max-width: 1440px) {
  .cnt {
    width: 100%;
    margin-inline: auto;
    padding: 0 5%;
  }
  .container {
    width: 100%;
  }
  .cnt-m,
  .cnt-form {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 80px;
    margin-bottom: 0px;
  }
  section {
    padding: 0;
  }
  .cnt,
  .cnt-m,
  .cnt-form {
    width: 100%;
    padding: 0 5%;
  }
  .container {
    width: 100%;
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding-top: 40px;
  }
}
#globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#globalNavi ul a {
  font-size: 25px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #5a5aa5;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1000;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#globalNavi ul a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #a4a4a4;
  bottom: -6px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#globalNavi ul a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#globalNavi ul > li {
  padding-bottom: 20px;
}

.is-scrolled #globalNavi a {
  color: #5a5aa5;
}

@media screen and (max-width: 1200px) {
  #globalNavi ul {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #globalNavi ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1025px) {
  #globalNavi ul {
    gap: 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #globalNavi-base {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    background-color: #ffffff;
  }
  #globalNavi {
    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;
    height: 100%;
  }
  #globalNavi ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #globalNavi ul a {
    color: #5a5aa5;
  }
  .gnav-open #globalNavi-base {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
* module
*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  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;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  margin-bottom: 0px;
}
.btn-area.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-area.p-t-75 {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .btn-area.left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn-area.p-t-75 {
    padding-top: 30px;
  }
}
a.btn {
  min-width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50vh;
  display: inline-block;
  color: #fff;
  background: #5a5aa5;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
a.btn::before {
  content: "";
  border-radius: 50vh;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #7abd37;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
a.btn:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border-radius: 50vh;
}
a.btn.flow-btn {
  min-width: 500px;
}

@media screen and (max-width: 768px) {
  a.btn {
    min-width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #5a5aa5;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a.btn:hover {
    opacity: 0.8;
  }
}
.btn-send-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  margin-bottom: 40px;
}
.btn-send-wrap.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-send-wrap.p-t-75 {
  padding-top: 75px;
}
.btn-send-wrap input[type=submit].btn-send {
  cursor: pointer;
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #5a5aa5;
  position: relative;
  z-index: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
}
.btn-send-wrap input[type=submit].btn-send:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .btn-send-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    margin-bottom: 40px;
  }
  .btn-send-wrap.left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .btn-send-wrap.p-t-75 {
    padding-top: 75px;
  }
  .btn-send-wrap input[type=submit].btn-send {
    cursor: pointer;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #5a5aa5;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    letter-spacing: 0.1em;
    border: none;
    padding: 0;
  }
  .btn-send-wrap input[type=submit].btn-send:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 480px) {
  a.btn.btn--ft_contact {
    min-width: 300px;
  }
  a.btn.contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px 10px 70px;
  }
  a.btn.phone-btn {
    padding: 10px 40px 10px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 40px 10px 70px;
  }
  a.btn.contact-btn, a.btn.phone-btn {
    min-width: 300px;
    min-height: 75px;
    line-height: inherit;
    font-weight: bold;
    font-size: 20px;
  }
  a.btn.contact-btn .icon-mail, a.btn.phone-btn .icon-mail {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-mail.svg");
            mask-image: url("../img/icon/icon-mail.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .icon-paper, a.btn.phone-btn .icon-paper {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-paper.svg");
            mask-image: url("../img/icon/icon-paper.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .icon-phone, a.btn.phone-btn .icon-phone {
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: inline-block;
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../img/icon/icon-phone.svg");
            mask-image: url("../img/icon/icon-phone.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  a.btn.contact-btn .phone-hours, a.btn.phone-btn .phone-hours {
    padding: 8px 0 0 0;
    display: block;
    font-size: 14px;
  }
}
/**************************************
	見出し
**************************************/
.title-01 {
  font-weight: 600;
  line-height: 1.8;
  font-size: 38px;
  text-align: center;
  margin-bottom: 62px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 1025px) {
  .title-01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .title-01 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.title-02 {
  font-weight: 600;
  line-height: 1.8;
  font-size: 38px;
  margin-bottom: 62px;
  letter-spacing: 0.2em;
  font-family: "Barlow", sans-serif;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-02::before {
  content: "";
  width: 59px;
  height: 36px;
  background: url(../img/icon/title-icon_01.png) no-repeat center top;
  display: block;
}

@media screen and (max-width: 1025px) {
  .title-02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .title-02 {
    font-size: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 32px;
    gap: 14px;
  }
}
.title-02__v2 {
  font-family: "Noto Sans JP", sans-serif;
}
.title-02__v2::before {
  content: "";
  width: 106px;
  height: 40px;
  background: url(../img/icon/title-icon_02.png) no-repeat center top;
  display: block;
}

.title-02__v3 {
  font-family: "Barlow", sans-serif;
}
.title-02__v3::before {
  content: "";
  width: 69px;
  height: 51px;
  background: url(../img/icon/title-icon_03.png) no-repeat center top;
  display: block;
}

.title-02__v4 {
  font-family: "Noto Sans JP", sans-serif;
}
.title-02__v4::before {
  content: "";
  width: 55px;
  height: 48px;
  background: url(../img/icon/title-icon_04.png) no-repeat center top;
  display: block;
}

.title-02__v5 {
  font-family: "Barlow", sans-serif;
  margin-left: 0;
}
.title-02__v5::before {
  content: "";
  width: 82px;
  height: 91px;
  background: url(../img/icon/title-icon_05.png) no-repeat center top;
  display: block;
}

@media screen and (max-width: 480px) {
  .title-02__v2 {
    font-family: "Noto Sans JP", sans-serif;
  }
  .title-02__v2::before {
    width: 50px;
    height: 20px;
    background-size: contain;
  }
  .title-02__v3 {
    font-family: "Noto Sans JP", sans-serif;
  }
  .title-02__v3::before {
    content: "";
    width: 30px;
    height: 20px;
    background-size: contain;
  }
  .title-02__v4 {
    font-family: "Noto Sans JP", sans-serif;
  }
  .title-02__v4::before {
    content: "";
    width: 50px;
    height: 20px;
    background-size: contain;
  }
  .title-02__v5 {
    font-family: "Barlow", sans-serif;
  }
  .title-02__v5::before {
    width: 32px;
    height: 32px;
    background-size: contain;
  }
}
.title-04 {
  font-size: 36px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.title-04 span {
  font-family: "Barlow", sans-serif;
}

@media screen and (max-width: 480px) {
  .title-04 {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
  }
}
.title-05 {
  background-color: #5a5aa5;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 480px) {
  .title-05 {
    padding: 10px 24px;
    margin-top: 20px;
  }
}
/************************************
form
*************************************/
/*
reset
***********************/
button,
option,
select,
textarea,
input[type=button],
input[type=submit],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=text],
input[type=select],
input[type=option],
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
}

/* デフォルトのradio、checkboxは非表示 */
/* for firefox */
select {
  text-indent: 0.01px;
  text-overflow: "";
}

/* for ie10 ie11 ie系のプルダウンの矢印を消す ie9は非対応 */
/*
input[type="text"] textarea
input[type="●●●"] 適宜追加
*/
textarea,
select,
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  padding: 14px 10px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

textarea {
  height: 100px; /* お好みの高さに */
}

/* フォーカス時の色変更 */
textarea:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=text]:focus {
  border: 1px solid #333;
}

/* チェックボックス */
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  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;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  display: block;
  position: relative;
  background: #111;
  color: #fff;
  text-align: center;
  border: 1px solid #111;
  cursor: pointer;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
  font-size: 12px;
  font-size: 1.2rem;
}

.formBoxzip1 {
  width: 70px;
}

.formBoxzip2 {
  width: 80px;
}

.formBoxPref {
  width: 222px;
}

.address-form {
  margin-top: 1em;
}

.formBox500 {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .formBox500 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .formBox500 {
    width: 100%;
  }
}

.form-txtarea-L {
  width: 100%;
  height: 300px;
}

#searchAddress {
  border-radius: 3px;
  background: #f8f8f8;
  border: #d8d8d8 1px solid;
  text-align: center;
  padding: 8px;
  cursor: pointer;
  margin-left: 20px;
}

@media screen and (max-width: 480px) {
  #searchAddress {
    margin-left: 0;
    display: block;
    margin: 10px 0;
  }
}
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label:has(input[type=checkbox]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=checkbox])::before, label:has(input[type=checkbox])::after {
  content: "";
  display: block;
  position: absolute;
}
label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0px;
  left: 8px;
}
label:has(input[type=checkbox]) span {
  padding-left: 40px;
}

label:has(input[type=radio]) {
  position: relative;
  cursor: pointer;
}
label:has(input[type=radio])::before, label:has(input[type=radio])::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
label:has(input[type=radio])::before {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 5px;
}
label:has(input[type=radio])::after {
  background-color: #60d790;
  border-radius: 50%;
  opacity: 0;
  width: 20px;
  height: 20px;
  left: 7px;
}
label:has(input[type=radio]) span {
  padding-left: 40px;
}

label:has(input:checked)::after {
  opacity: 1;
}

.last-checkBox {
  margin-top: 4em;
  line-height: 1.6;
  font-size: 15px;
  color: #141212;
}
.last-checkBox label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.last-checkBox span {
  display: inline-block;
}
.last-checkBox label:has(input[type=checkbox])::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #c1c1c1;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}
.last-checkBox label:has(input[type=checkbox])::after {
  border-bottom: 3px solid #60d790;
  border-left: 3px solid #60d790;
  opacity: 0;
  height: 10px;
  width: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 40%;
  left: 10px;
}
.last-checkBox label:has(input:checked)::after {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .last-checkBox {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
  }
}
.est {
  color: #ba0000;
  padding-left: 10px;
}

/*
* pages
*/
.main-visual {
  width: 100%;
  margin: 0 auto 90px;
  overflow: hidden;
  position: relative;
}
.main-visual .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 2003/790;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin-bottom: 40px;
    height: auto;
  }
  .main-visual .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 1;
    height: auto;
  }
}
.sec-01 {
  background: url(../img/bkg/top_bkg_01.png) top center no-repeat;
  padding-bottom: 180px;
}

.sec-01-textArea {
  text-align: center;
  margin-bottom: 150px;
}
.sec-01-textArea p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 20px;
}

.sec-01-textArea_2 {
  text-align: center;
  margin-bottom: 150px;
}
.sec-01-textArea_2 p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .sec-01 {
    padding-bottom: 0px;
  }
  .sec-01-textArea {
    margin-bottom: 60px;
  }
  .sec-01-textArea p {
    font-size: 18px;
  }
  .sec-01-textArea_2 {
    margin-bottom: 60px;
  }
  .sec-01-textArea_2 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .sec-01 {
    background: url(../img/bkg/top_bkg_01_sp.png) top center no-repeat;
    padding-bottom: 0px;
  }
  .sec-01 .container {
    padding-top: 120px;
  }
  .sec-01-textArea {
    text-align: left;
    margin-bottom: 40px;
  }
  .sec-01-textArea p {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .sec-01-textArea_2 {
    text-align: left;
    margin-bottom: 40px;
  }
  .sec-01-textArea_2 p {
    line-height: 2;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
}
.sec-02-textArea {
  text-align: center;
}

.sec-02-inner {
  margin-top: 70px;
}

.sec-02-inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-02-inner-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-02-inner-list-item p {
  text-align: center;
  line-height: 1.5;
}

.sec-02-inner-list-item-icon {
  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;
  height: 95px;
}

@media screen and (max-width: 480px) {
  .sec-02-inner {
    margin-top: 40px;
  }
  .sec-02-inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-02-inner-list-item {
    margin-bottom: 40px;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec-02-inner-list-item p {
    text-align: center;
    line-height: 1.5;
  }
}
.sec-03 {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .sec-03 {
    margin-bottom: 40px;
  }
}
.splide-wrapper {
  position: relative;
}

.splide__slide img {
  width: 100%;
  border-radius: 90px;
}

.splide-textArea {
  margin-top: 20px;
}
.splide-textArea p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .splide-textArea {
    margin-top: 10px;
  }
  .splide-textArea p {
    font-size: 16px;
  }
}
.splide-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 94px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}

.splide-button::before {
  content: "";
  background: #5a5aa5;
  height: 81.4063879557px;
  width: 40px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.splide-button:disabled:before {
  border-top: solid 12rem #e40000;
  border-right: solid 12rem #ff0000;
}

.splide-button.splide__arrow--prev {
  left: 20%;
}

.splide-button.splide__arrow--prev::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.splide-button.splide__arrow--next {
  right: 20%;
}

.splide-button.splide__arrow--next::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.splide-button:not(:disabled):hover {
  opacity: 0.8;
}

.splide-button:disabled {
  cursor: not-allowed;
}

@media screen and (max-width: 480px) {
  .splide-button.splide__arrow--prev {
    left: 0%;
  }
  .splide-button.splide__arrow--next {
    right: 0%;
  }
}
a.splide-item {
  color: #5a5aa5;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.splide-item:hover {
  opacity: 0.8;
}

.sec-04 {
  background: url(../img/bkg/top_bkg_02.png) top center no-repeat;
}

.record-area-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #141212;
  gap: 16px;
  font-size: 18px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.record-area-list-item a:hover {
  opacity: 0.8;
  color: #5a5aa5;
}
.record-area-list-item time {
  font-weight: 300;
  line-height: 1.8;
}
.record-area-list-item h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .record-area-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #141212;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    font-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-05 {
  background: url(../img/bkg/top_bkg_03.png) top center no-repeat;
}

.formBoxAll {
  width: 100%;
}

.formBoxHalf {
  width: 50%;
}

.form-inner-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 48px;
}

.form-inner-div__v2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form-inner-clm {
  width: 50%;
}

.form-innner-title {
  font-weight: 500;
}

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

.about-text-area {
  text-align: left;
  font-size: 20px;
}
.about-text-area p {
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .about-text-area {
    text-align: left;
    font-size: 18px;
  }
}
.record-area-list__v2 {
  margin-bottom: 100px;
}

.record-area-list-item__v2 {
  border-bottom: 1px solid #5a5aa5;
}
.record-area-list-item__v2 a {
  padding: 20px 0;
}

.case-record-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10%;
}

.case-record-box-item {
  width: 45%;
  margin-bottom: 80px;
}
.case-record-box-item a {
  color: #5a5aa5;
}

.case-name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.img-thmb img {
  border-radius: 50px;
}

@media screen and (max-width: 480px) {
  .case-record-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10%;
  }
  .case-record-box-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .case-name {
    font-size: 16px;
  }
}
.sec-case {
  padding-top: 100px;
  background: url(../img/bkg/bkg-case_pc.png) top right no-repeat;
  background-size: 40%;
}

@media screen and (max-width: 480px) {
  .sec-case {
    padding-top: 0px;
    background: url(../img/bkg/bkg-case_sp.png) top center no-repeat;
  }
  .sec-case .container {
    padding-top: 100px;
  }
}
.sec-post {
  padding-top: 340px;
  background: url(../img/bkg/bkg-case_pc.png) top right no-repeat;
  background-size: 40%;
}

.cnt-post {
  margin-inline: auto;
}
.cnt-post .container {
  border-radius: 30px;
  max-width: 1190px;
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  padding: 110px 80px;
}

.post-area-hero img {
  border-radius: 62px;
}

@media screen and (max-width: 1200px) {
  .cnt-post {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1025px) {
  .cnt-post {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .sec-post {
    padding-top: 140px;
  }
  .cnt-post .container {
    border-radius: 20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 480px) {
  .sec-post {
    padding-top: 70px;
    background: url(../img/bkg/bkg-case_sp.png) top center no-repeat;
  }
  .cnt-post .container {
    border-radius: 20px;
    padding: 20px 24px;
  }
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap-program .img-area img {
  width: 100%;
}

.title-03 {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 400;
}

.program-text-area {
  font-size: 20px;
}
.program-text-area p {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .flex-wrap-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .flex-wrap-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title-03 {
    font-size: 20px;
    line-height: 1.4;
  }
  .program-text-area {
    font-size: 16px;
  }
  .program-text-area p {
    margin-top: 1em;
  }
}
.program-flow-wrap {
  margin-top: 82px;
}
.program-flow-wrap p {
  margin-top: 24px;
}

.img-wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-wrap > div {
  margin-top: 40px;
  width: 32%;
}

.program-option-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.program-option-box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.icon-option {
  border: 1px solid #5a5aa5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  font-size: 38px;
}

@media screen and (max-width: 768px) {
  .icon-option {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .program-flow-wrap {
    margin-top: 24px;
  }
  .program-flow-wrap p {
    margin-top: 24px;
  }
  .img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-wrap > div {
    margin-top: 20px;
    width: 100%;
  }
}
.program-flow-list {
  margin-top: 70px;
}

.program-flow-list-item {
  margin-bottom: 100px;
}
.program-flow-list-item h3 {
  line-height: 1.4;
  font-size: 34px;
  letter-spacing: 0.04em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.program-flow-list-item .program-flow-list-cnt {
  padding-left: 2.5em;
}
.program-flow-list-item p {
  margin-top: 20px;
  line-height: 1.4;
}

.program-flow-list-item-list {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .program-flow-list {
    margin-top: 30px;
  }
  .program-flow-list-item {
    margin-bottom: 40px;
  }
  .program-flow-list-item h3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
  }
  .program-flow-list-item h3 span {
    font-size: 36px;
  }
  .program-flow-list-item .program-flow-list-cnt {
    padding-left: 0;
  }
  .program-flow-list-item p {
    margin-top: 20px;
    line-height: 1.4;
  }
  .program-flow-list-item .program-flow-list-item-list {
    margin-top: 20px;
    line-height: 1.4;
  }
}
/**************************************
	ページナビゲーション
**************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #5a5aa5;
  border: solid 1px #5a5aa5;
  border-radius: 12px;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #5a5aa5;
  border-color: #5a5aa5 !important;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #5a5aa5;
  border-color: #5a5aa5 !important;
  font-weight: bold;
}

.wp-pagenavi .pages {
  display: none;
}

#wp-pagenaviWrap {
  margin-top: 60px;
}

#pageNavHome {
  display: none;
}

#pageNavList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  margin-bottom: 20px;
}

#pageNavList > div {
  text-align: center;
  font-size: 12px;
  margin: 0 4px;
}

#pageNavList > div a {
  text-decoration: none;
  width: 200px;
  height: 30px;
  color: #fff;
  background: #5a5aa5;
  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;
  line-height: 30px;
}

@media screen and (max-width: 896px) {
  .first {
    display: none;
  }
  .last {
    display: none;
  }
  .extend {
    display: none;
  }
  .page {
    display: none;
  }
  .current {
    display: none;
  }
  .wp-pagenavi {
    width: 100%;
    background: #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #wp-pagenaviWrap {
    position: relative;
    background: #fff;
    background-color: #5a5aa5;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .wp-pagenavi a.previouspostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    color: #fff;
  }
  .wp-pagenavi a.nextpostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 0;
    color: #fff;
  }
  #pageNavHome {
    display: block;
    position: absolute;
    width: 34%;
    top: 0;
    left: 33%;
    background-color: #5a5aa5;
  }
  #pageNavHome a {
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 0px;
    margin: 0 0px;
    border-radius: 0px;
    border: none;
    border-left: solid 1px #e0e0d2;
    border-right: solid 1px #e0e0d2;
    text-decoration: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageNavList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  #pageNavList > div {
    width: 33%;
    text-align: center;
    font-size: 12px;
    margin: 0 0px;
  }
  #pageNavList > div:nth-child(2) {
    border-left: solid 1px #e0e0d2;
    border-right: solid 1px #e0e0d2;
    width: 34%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #pageNavList > div a {
    text-decoration: none;
    width: 100%;
    height: 45px;
    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;
    color: #fff;
    background: #5a5aa5;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* =========================================== */
/* thanks
/* =========================================== */
/* =========================================== */
/* post-area
/* =========================================== */
.post-area {
  line-height: 1.5;
}
.post-area h1 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 500;
}
.post-area h1.h1-post {
  font-size: 32px;
  font-weight: normal;
}
.post-area h2 {
  font-size: 24px;
  border-left: solid 10px #e1e1e1;
  padding-left: 14px;
  margin-bottom: 24px;
}
.post-area h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
.post-area h4 {
  font-size: 16px;
  margin-bottom: 24px;
}
.post-area p {
  margin-bottom: 18px;
}
.post-area img {
  margin-bottom: 24px;
}
.post-area .postday {
  font-size: 14px;
}
.post-area a {
  color: #707070;
}
.post-area .post-meta {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  font-size: 14px;
}
.post-area .post-meta .date {
  color: #5a5aa5;
  display: inline-block;
  padding: 0 20px 0 0;
}
.post-area .post-meta .category {
  color: #5a5aa5;
  display: inline-block;
}
.post-area .post-meta .category a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 10px;
  background-color: #2aac99;
}
.post-area .post-meta .category a.cat-1 {
  background-color: #2aac99;
}
.post-area .post-meta .category a.cat-2 {
  background-color: #f39c12;
}
.post-area .post-meta .category a.cat-3 {
  background-color: #e74c3c;
}
.post-area .post-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.post-area .post-head div {
  margin: 0;
}
.post-area .post-head .sns-post-box {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.post-area .post-head .sns-post-box span {
  display: inline-block;
}
.post-area .post-head .sns-post-box a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 480px) {
  .post-area {
    line-height: 1.5;
  }
  .post-area h1 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .post-area h1.h1-post {
    font-size: 22px;
    font-weight: normal;
  }
  .post-area p {
    margin-bottom: 16px;
  }
}
/**************************************
	CONTACT
**************************************/
.dl-form {
  border-top: 1px solid #e1e1e1;
}
.dl-form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.dl-form div dt {
  padding: 20px 0;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
}
.dl-form div dt .est {
  color: #ba0000;
  margin-left: 1em;
}
.dl-form div dd {
  width: calc(100% - 200px);
  padding: 20px 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-left: 1px solid #e1e1e1;
}

.form-info-box {
  margin-bottom: 60px;
}
.form-info-box p {
  line-height: 1.8;
}

.from-attention-area {
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .last-checkBox {
    margin-left: 0;
    width: 100%;
  }
  .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .dl-form {
    border-top: 1px solid #e1e1e1;
  }
  .dl-form div {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
  .dl-form div dt {
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
  }
  .dl-form div dt .est {
    color: #ba0000;
    margin-left: 1em;
  }
  .dl-form div dd {
    width: 100%;
    padding: 20px 0 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    border-left: none;
  }
}/*# sourceMappingURL=style.css.map */