@charset "UTF-8";
/*
* base
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

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", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}
body {
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: #1d1d1d;
  height: 100%;
  min-height: 100dvh;
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

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: 2;
}

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;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  div#wrapper {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  div#wrapper {
    margin-bottom: auto;
  }
}

main {
  -webkit-box-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: 896px) {
  .pc-i {
    display: none;
  }
}

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

.tab-sp-i {
  display: none;
}
@media screen and (max-width: 896px) {
  .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;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
* layout
*/
#header {
  width: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
#header .header-logo {
  display: flex;
  align-items: center;
}

.header-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-btn-base ul {
  display: flex;
  gap: 10px;
}
.header-btn-base ul li a {
  width: 180px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.08em;
}
.header-btn-base ul li.bnr-blank a:hover {
  transition: 0.4s;
  opacity: 0.8;
}
.header-btn-base ul li.bnr-contact a {
  background-color: #b31a20;
  color: #fff;
}
.header-btn-base ul li.bnr-contact a img {
  width: 20px;
  margin-right: 8px;
}
.header-btn-base ul li.bnr-contact a:hover {
  transition: 0.4s;
  background-color: rgb(191.2079439252, 79.2920560748, 82.6495327103);
}
.header-btn-base ul li.bnr-logo a {
  background-color: #000;
  color: #fff;
}
.header-btn-base ul li.bnr-logo a:hover {
  transition: 0.4s;
  background-color: #777777;
}

@media (max-width: 1200px) and (min-width: 896px) {
  #header .header-logo {
    display: flex;
    align-items: center;
    width: 180px;
  }
  .header-btn-base ul {
    display: flex;
    gap: 5px;
  }
  .header-btn-base ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .header-btn-base ul li.bnr-contact a {
    background-color: #b31a20;
    color: #fff;
    width: 150px;
  }
  .header-btn-base ul li.bnr-contact a img {
    width: 20px;
    margin-right: 8px;
  }
  .header-btn-base ul li.bnr-logo a {
    background-color: #000;
    color: #fff;
    width: 150px;
  }
}
@media screen and (max-width: 896px) {
  #header {
    width: 100%;
    padding: 0 0 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
  }
  #header .header-logo {
    display: flex;
    align-items: center;
    width: 200px;
  }
  .header-cnt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .header-btn-base {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #header .header-logo {
    display: flex;
    align-items: center;
    width: 150px;
  }
}
.menu-button {
  display: none;
}

@media screen and (max-width: 896px) {
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: 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;
    transition: transform 0.3s, opacity 0.3s;
  }
  .menu-button.is-opened .menu-button__line {
    opacity: 0;
  }
  .menu-button.is-opened::before {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-button.is-opened::after {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes trigger {
  0% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
footer {
  width: 100%;
  margin: 0px auto 0;
  display: block;
  padding: 0px;
  position: relative;
  background: #2b3a3f;
  color: #fff;
  position: sticky;
  top: 100%;
}

@media screen and (max-width: 1400px) {
  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: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-header .footer-logo {
  width: 221px;
}
.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 ul {
  display: flex;
  align-items: center;
}
.footer-nav li {
  line-height: 1.8;
}
.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;
  color: #fff;
  margin: 0 30px;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.footer-nav li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.footer-nav li a::after {
  background-color: #fff;
}

.copyright {
  font-size: 13px;
  text-align: right;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-header {
    gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 610px) {
  .footer-header {
    gap: 10px;
    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: flex;
    align-items: 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;
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -8px;
  }
  .footer-nav li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
  }
  .footer-nav li a::after {
    background-color: #fff;
  }
  .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav ul {
    display: block;
    align-items: 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;
    color: #fff;
    margin: 0 10px;
  }
  .footer-nav li a::after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #e1e1e1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    bottom: -8px;
  }
  .footer-nav li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
  }
  .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: #008d43;
  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;
  transform-origin: 50% 2px;
}
#floatingGoTop::before {
  transform: rotate(45deg);
}
#floatingGoTop::after {
  transform: rotate(-45deg);
}

main {
  padding-top: 140px;
  margin-bottom: 140px;
}

section {
  padding: 0px 0 0 0;
}

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

@media screen and (max-width: 1400px) {
  .cnt {
    width: 100%;
    margin-inline: auto;
    padding: 0 3%;
  }
}
@media screen and (max-width: 896px) {
  main {
    padding-top: 60px;
    margin-bottom: 0px;
  }
  section {
    padding: 0;
  }
  .cnt {
    width: 100%;
    padding: 0 5%;
  }
}
.gnav-base ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.gnav-base ul > li {
  position: relative;
  cursor: pointer;
}
.gnav-base ul > li a {
  display: inline-block;
  color: #1d1d1d;
  padding: 20px 10px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.gnav-base ul > li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #e1e1e1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.gnav-base ul > li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.gnav-base ul > li div.hasmenu {
  padding-right: 20px;
  position: relative;
}
.gnav-base ul > li div.hasmenu::after {
  position: absolute;
  top: 25px;
  right: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #242424;
  border-bottom: 0;
}
.gnav-base ul > li ul.sub-nav {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  position: absolute;
  top: 56px;
  left: 0;
  flex-direction: column;
  gap: 0;
}
.gnav-base ul > li ul.sub-nav li {
  width: 240px;
  padding: 0;
}
.gnav-base ul > li ul.sub-nav li a {
  display: block;
  padding: 20px 10px;
  background-color: #f1efd8;
  border-bottom: 1px solid #fff;
}
.gnav-base ul > li ul.sub-nav li a:hover {
  transition: 0.4s;
  background-color: #ededed;
}
.gnav-base ul > li div.hasmenu.is-opened + ul.sub-nav {
  max-height: 500px;
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1200px) and (min-width: 896px) {
  .gnav-base {
    font-size: 15px;
  }
  .gnav-base ul {
    gap: 10px;
  }
  .gnav-base ul > li div.hasmenu {
    padding-right: 8px;
    position: relative;
  }
  .gnav-base ul > li div.hasmenu::after {
    position: absolute;
    top: 25px;
    right: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 8px solid #242424;
    border-bottom: 0;
  }
}
@media (max-width: 896px) {
  .gnav-base {
    display: none;
    height: 100svh;
    overflow-y: scroll;
  }
  .gnav-base ul {
    flex-direction: column;
    gap: 10px;
  }
  .gnav-base ul li {
    border-bottom: 1px solid #efefef;
  }
  .gnav-base ul li div.hasmenu::after {
    right: 20px;
    top: 16px;
  }
  .gnav-base ul li a {
    padding: 12px 16px;
  }
  .gnav-base ul li ul.sub-nav {
    position: static;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  }
  .gnav-base ul li ul.sub-nav li {
    width: 100%;
  }
  .gnav-base ul li ul.sub-nav li a {
    padding: 12px 16px;
    background-color: #f1efd8;
    border-bottom: 1px solid #fff;
  }
  .gnav-base ul li ul.sub-nav li a:hover {
    transition: 0.4s;
    opacity: 0.8;
  }
  .gnav-base ul li .hasmenu.is-opened + ul.sub-nav {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
  .gnav-open .gnav-base {
    display: block;
  }
}
/*
* module
*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  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: flex;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 896px) {
  .btn-area {
    padding-top: 20px;
  }
}
.btn-area.left {
  justify-content: flex-start;
}
.btn-area.p-t-75 {
  padding-top: 75px;
}

a.btn {
  min-width: 300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #008d43;
  position: relative;
  z-index: 0;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #7abd37;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
a.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
a.btn.btn--primary {
  min-width: 240px;
}
a.btn.btn--primary::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #ffffff; /* 好みで色を変えてください */
}
a.btn.btn--primary:hover::after {
  right: 16px;
}
a.btn.btn--ft_contact {
  min-width: 380px;
}
a.btn.btn--ft_contact img {
  width: 18px;
  margin-right: 8px;
}
a.btn.btn--ft_contact::after {
  transition: 0.2s;
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 20px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #ffffff; /* 好みで色を変えてください */
}
a.btn.btn--ft_contact:hover::after {
  right: 16px;
}

a.btn-b {
  letter-spacing: 0.2em;
  min-width: 770px;
  height: 220px;
  color: #fff;
  background: #80a2b0;
  transition: opacity 0.3s;
  font-size: 22px;
  font-size: 2.2rem;
  padding-top: 64px;
  text-align: center;
  font-weight: normal;
}
a.btn-b span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  display: block;
  margin-bottom: 20px;
}
a.btn-b:hover {
  opacity: 0.8;
}

@media screen and (max-width: 896px) {
  a.btn {
    min-width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #008d43;
    position: relative;
    z-index: 0;
    transition: opacity 0.3s;
  }
  a.btn:hover {
    opacity: 0.8;
  }
  a.btn-b {
    display: block;
    letter-spacing: 0.2em;
    min-width: 335px;
    height: 217px;
    color: #fff;
    background: #80a2b0;
    transition: opacity 0.3s;
    font-size: 20px;
    font-size: 2rem;
    padding-top: 75px;
    text-align: center;
  }
  a.btn-b span {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Cormorant Garamond", serif;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
  }
  a.btn-b:hover {
    opacity: 0.8;
  }
}
.btn-send-wrap {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 896px) {
  .btn-send-wrap {
    padding-top: 50px;
  }
}
.btn-send-wrap.left {
  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: #008d43;
  position: relative;
  z-index: 0;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
  border: none;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.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;
  }
}
/**************************************
	見出し
**************************************/
.title {
  font-size: 32px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

.sub-title {
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fbf1cc;
  padding: 16px 16px;
}

.title-2 {
  padding: 10px 0;
  border-top: 2px solid #84d958;
  border-bottom: 2px solid #84d958;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 24;
  }
  .sub-title {
    font-size: 18px;
    padding: 8px 8px;
  }
}
/**************************************
	リスト
**************************************/
.oListDefault h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.oListDefault li {
  line-height: 1.5;
  list-style-type: decimal;
  margin-left: 23px;
  margin-bottom: 50px;
}

.oListDefault li ul li {
  list-style-type: disc;
  margin-left: 23px;
  margin-bottom: 30px;
}

.oListDefault li ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.oListDefault li ol li {
  list-style-type: upper-roman;
}

/************************************
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] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  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: 4px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  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;
  appearance: button;
  border: none;
  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;
  margin-bottom: 10px;
  height: 44px;
}

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

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

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

#searchAddress {
  border-radius: 3px;
  background: #f8f8f8;
  border: #a6a6a6 1px solid;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  #searchAddress {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
    display: block;
    margin: 10px 0;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #790000;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 1em 1em;
  border: 4px solid #00a0d2;
  background-color: #f8f8f8;
}

.wpcf7-form-control.wpcf7-radio {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
  flex-basis: auto;
  display: block;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 13px;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #1d1d1d;
  cursor: pointer;
  font-size: 16px;
}

.wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #008d43;
  box-shadow: inset 0 0 0 2px #fff;
}

@media screen and (max-width: 896px) {
  .wpcf7-form-control.wpcf7-radio {
    display: block;
  }
}
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0 40px 0 0 !important; /*項目ごとの余白を調整*/
}

input[type=checkbox] {
  position: absolute;
  opacity: 0; /*既存のチェックボックスを見えなくする*/
}

.wpcf7-checkbox .wpcf7-list-item-label:before {
  /*ラジオボックス・チェックボックスの枠*/
  content: "";
  border: 1px solid #666;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label:after {
  border-right: 6px solid #790000;
  border-bottom: 3px solid #790000;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -2px;
  position: absolute;
  top: 10%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 12px;
  opacity: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  border: 1px solid #008d43;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  top: -3px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
}

.wpcf7-acceptance .wpcf7-list-item-label:after {
  border-right: 6px solid #790000;
  border-bottom: 3px solid #790000;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: 0px;
  position: absolute;
  top: 1%;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: 12px;
  opacity: 0;
}

@media screen and (max-width: 896px) {
  .wpcf7-acceptance .wpcf7-list-item-label::before {
    content: "";
    border: 1px solid #008d43;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 0;
  }
  .wpcf7-acceptance .wpcf7-list-item-label:after {
    border-right: 6px solid #790000;
    border-bottom: 3px solid #790000;
    content: "";
    display: block;
    height: 20px;
    left: 7px;
    margin-top: 0px;
    position: absolute;
    top: 1%;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    width: 12px;
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  .wpcf7-form-control.wpcf7-radio {
    display: block;
  }
}
.est {
  color: #ba0000;
  padding-left: 10px;
}

.last-checkBox {
  margin-top: 4em;
}
.last-checkBox .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 1.4rem;
}
.last-checkBox a {
  color: #008d43;
}

@media screen and (max-width: 896px) {
  .last-checkBox {
    width: 70%;
    margin-top: 2em;
    margin-left: auto;
  }
  .last-checkBox .wpcf7-list-item-label {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
/*
* pages
*/
.main-visual {
  width: 100%;
  margin: 0 auto 100px;
}
.main-visual .swiper {
  width: 100%;
  height: auto;
}
.main-visual .swiper img {
  width: 100%;
  aspect-ratio: 1600/480;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .main-visual {
    margin-bottom: 40px;
  }
}
.sec-seminar,
.sec-news {
  margin-bottom: 100px;
}
.sec-seminar .cnt,
.sec-news .cnt {
  padding-bottom: 100px;
  border-bottom: 1px solid #e1e1e1;
}

.record-area {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.record-area .record-header {
  width: 30%;
  margin-bottom: 20px;
}
.record-area .record-header h2 {
  font-size: 32px;
  font-weight: 400;
  color: #1d1d1d;
}
.record-area .record-list {
  width: 70%;
}
.record-area .record-list .record-item {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.record-area .record-list .record-item a {
  padding: 20px;
  display: flex;
  background-color: #f9f9f9;
  align-items: center;
  gap: 10px;
  color: #1d1d1d;
  transition: 0.4s;
}
.record-area .record-list .record-item a:hover {
  background-color: #f1efd8;
}
.record-area .record-list .record-item h3 {
  color: #1d1d1d;
  line-height: 1.5;
}
.record-area .record-list .record-item .seminar_close {
  border-radius: 4px;
  background-color: #757575;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.record-area .record-list .record-item .new-ico {
  border-radius: 4px;
  background-color: #aa1d1d;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.record-area .record-list .record-item .seminar_open {
  border-radius: 4px;
  background-color: #008a67;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
}
.record-area .record-list .record-item:nth-child(2n) a {
  background-color: #fff;
}
.record-area .record-list .record-item:nth-child(2n) a:hover {
  background-color: #f1efd8;
}

@media screen and (max-width: 896px) {
  .record-area {
    padding-bottom: 80px;
  }
  .record-area .record-header {
    width: 100%;
    margin-bottom: 20px;
  }
  .record-area .record-header h2 {
    font-size: 20px;
  }
  .record-area .record-header .btn-area {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .record-area .record-list {
    width: 100%;
  }
  .record-area .record-list .record-item a {
    padding: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .sec-seminar,
  .sec-news {
    margin-bottom: 40px;
  }
  .sec-seminar .cnt,
  .sec-news .cnt {
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
  }
}
/**************************************
	汎用
**************************************/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 40px;
  line-height: 1.8;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

@media screen and (max-width: 480px) {
  .breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.kv-under {
  width: 100%;
  aspect-ratio: 16/4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.kv-under .kv-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.kv-under .kv-img img {
  aspect-ratio: 16/4;
  object-fit: cover;
  width: 100%;
}
.kv-under h2.kv-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  transform: translateY(-50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 896px) {
  .kv-under {
    aspect-ratio: 16/6;
    margin-bottom: 30px;
  }
  .kv-under .kv-img img {
    aspect-ratio: 16/6;
    object-fit: cover;
    width: 100%;
  }
  .kv-under h2.kv-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .kv-under {
    aspect-ratio: 1;
    margin-bottom: 20px;
  }
  .kv-under .kv-img img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
  }
  .kv-under h2.kv-title {
    font-size: 16px;
  }
}
.default-list {
  margin-top: 20px;
}
.default-list li {
  margin-bottom: 20px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}
.default-list li::before {
  position: absolute;
  margin-right: 10px;
  display: inline-block;
  content: "";
  top: 0.5em;
  left: 0.2em;
  border: 5px solid transparent;
  border-left: 8px solid #84d958;
}

.record-list.archive-list {
  width: 100%;
}

/**************************************
	about
**************************************/
.member-list {
  display: flex;
  flex-wrap: wrap;
}
.member-list span:first-child {
  margin-right: 20px;
  width: 100px;
}

.btn-contact-area {
  margin-top: 20px;
}
.btn-contact-area p {
  margin-top: 20px;
}

/**************************************
greeting
**************************************/
.greeting-area {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
}
.greeting-area .img-area {
  width: 300px;
}
.greeting-area .img-area img {
  width: 100%;
  height: auto;
}
.greeting-area .text-area {
  width: calc(100% - 300px);
}
.greeting-area .text-area p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-indent: 1em;
}

@media screen and (max-width: 480px) {
  .greeting-area {
    flex-direction: column;
  }
  .greeting-area .img-area {
    width: 100%;
  }
  .greeting-area .img-area img {
    width: 100%;
    height: auto;
  }
  .greeting-area .text-area {
    width: 100%;
  }
}
/**************************************
greeting
**************************************/
.sec-about {
  margin-bottom: 100px;
}

.about-list {
  margin-bottom: 40px;
}
.about-list dt h3 {
  position: relative;
  margin-bottom: 32px;
  font-size: 20px;
}
.about-list dt h3::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 4px solid #84d958;
  border-radius: 50%;
  margin-right: 8px;
}
.about-list dd ol {
  margin-left: 1em;
}
.about-list dd ol li {
  list-style: decimal;
  margin-bottom: 1em;
}

@media screen and (max-width: 896px) {
  .sec-about {
    margin-bottom: 50px;
  }
}
/**************************************
	REPORT
**************************************/
.report-list-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 6%;
}
.report-list-area .report-list {
  width: 47%;
}

.pdf-link img {
  width: 20px;
  margin-left: 8px;
}

/**************************************
	GENERAL MEMBER
**************************************/
.pref-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.pref-list li a {
  color: #1d1d1d;
  text-decoration: underline;
}
.pref-list li::after {
  content: "/";
  margin-left: 20px;
}

.pref-area {
  margin-bottom: 60px;
}
.pref-area .default-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pref-area .default-list li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.pref-area .default-list li a {
  color: #1d1d1d;
  text-decoration: underline;
}
.pref-area .default-list li a:hover {
  color: #008d43;
  transition: 0.4s;
}

@media screen and (max-width: 480px) {
  .pref-area {
    margin-bottom: 30px;
  }
  .pref-area .default-list {
    gap: 10px;
  }
  .pref-area .default-list li {
    width: 100%;
    margin-bottom: 0;
  }
}
/**************************************
	EMROLLMENT
**************************************/
.enrollment-first {
  margin-bottom: 100px;
}

.enrollment-list {
  margin-inline: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.enrollment-list li a.btn {
  min-width: 292px;
}

.enrollment-note {
  margin-top: 40px;
}

.enrollment-note-list li {
  margin-left: 2em;
  line-height: 1.8;
  list-style: disc;
}

.dlTableHead dl {
  display: flex;
  width: 100%;
  padding: 8px 0;
}

.dlTableHead dt {
  width: 5em;
}

.dlTableHead dd {
  width: calc(100% - 5em);
}

.dlTable {
  margin-bottom: 10px;
  width: 100%;
}
.dlTable dl {
  display: flex;
  flex-wrap: wrap;
}
.dlTable dl dt {
  width: 5em;
  padding: 8px 0;
}
.dlTable dl dd {
  padding: 8px 0;
  width: calc(100% - 5em);
  text-align: left;
}

@media screen and (max-width: 1400px) {
  .enrollment-list {
    justify-content: space-between;
  }
  .enrollment-list li a.btn {
    min-width: 252px;
    font-size: 14px;
  }
}
@media screen and (max-width: 896px) {
  .enrollment-list {
    justify-content: space-between;
  }
  .enrollment-list li {
    width: calc(50% - 10px);
  }
  .enrollment-list li a.btn {
    min-width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .enrollment-list {
    justify-content: center;
  }
  .enrollment-list li {
    width: 100%;
  }
  .enrollment-list li a.btn {
    min-width: 100%;
    font-size: 14px;
  }
}
/**************************************
	ezine
**************************************/
.searchform {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.searchform .searchfield {
  font-size: 14px;
  width: 35%;
  margin-right: 3px;
  padding: 12px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.searchform .searchsubmit {
  width: 30px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: url("../img/icon/icon-search.png") no-repeat center center;
}

/**************************************
	logo
**************************************/
.logo-check {
  position: relative;
}

.safe-cnt p {
  margin-bottom: 20px;
}

#btn-logo-area {
  margin-bottom: 60px;
  display: none;
}

#btn-logo-area p {
  text-align: center;
}

a.btn-logo {
  padding: 10px 20px;
  background: #000;
  color: #fff;
  text-decoration: none;
}

a:hover.btn-logo {
  opacity: 0.6;
}

/**************************************
	CONTACT
**************************************/
.form-area {
  width: 690px;
  margin: 0px auto 0px;
}
.form-area .form-header {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.dlTable.dlform {
  margin-top: 2em;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dlTable.dlform dt {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 200px;
  margin-top: 25px;
  padding-top: 1.3em;
}
.dlTable.dlform dt span {
  color: #008d43;
}
.dlTable.dlform dd {
  width: calc(100% - 200px);
  margin-top: 25px;
}
.dlTable.dlform .formBox {
  width: 100%;
  padding: 1.3em;
  border: none;
  border-radius: 0;
}
.dlTable.dlform .form-txtarea-L {
  width: 485px;
  border: none;
}

@media screen and (max-width: 896px) {
  .form-area {
    width: 90%;
    margin: 0px auto 0px;
  }
  .form-area .form-header {
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-size: 10px;
    font-size: 1rem;
  }
  .dlTable.dlform {
    margin-top: 2em;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dlTable.dlform dt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    width: 30%;
    margin-top: 25px;
    padding-top: 1.3em;
    line-height: 1.8;
  }
  .dlTable.dlform dt span {
    color: #008d43;
  }
  .dlTable.dlform dd {
    width: 70%;
    margin-top: 25px;
  }
  .dlTable.dlform .formBox {
    width: 100%;
    padding: 1.3em;
    border: none;
    border-radius: 0;
  }
  .dlTable.dlform .form-txtarea-L {
    width: 100%;
    height: 200px;
    border: none;
  }
}
/**************************************
	dl-table
**************************************/
.dl-table {
  border-bottom: 1px solid #d2d2d2;
}
.dl-table div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #d2d2d2;
}
.dl-table dt {
  width: 300px;
  padding: 20px 10px;
}
.dl-table dd {
  width: calc(100% - 300px);
  padding: 20px 0px;
}
.dl-table dd p {
  line-height: 1.8;
}

@media screen and (max-width: 480px) {
  .dl-table {
    border-bottom: 1px solid #e1e1e1;
  }
  .dl-table div {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #e1e1e1;
  }
  .dl-table dt {
    width: 100%;
    padding: 10px 0px 0 0;
    font-weight: bold;
  }
  .dl-table dd {
    width: 100%;
    padding: 10px 0px;
  }
  .dl-table dd p {
    line-height: 1.8;
  }
}
/**************************************
	ページナビゲーション
**************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ebebeb;
  border: solid 1px #e0e0d2;
  padding: 8px 15px !important;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-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: #999;
  border-color: #999 !important;
}

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

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

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

#pageNavHome {
  display: none;
}

#pageNavList {
  width: 100%;
  display: flex;
  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: #1d1d1d;
  background: #f7f7f7;
  display: block;
  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: flex;
    justify-content: space-between;
  }
  #wp-pagenaviWrap {
    position: relative;
    background: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .wp-pagenavi a.previouspostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
  }
  .wp-pagenavi a.nextpostslink {
    display: block;
    width: 33%;
    height: 45px;
    padding: 0px 0px !important;
    margin: 0 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
  }
  #pageNavHome {
    display: block;
    position: absolute;
    width: 34%;
    top: 0;
    left: 33%;
    background-color: #ebebeb;
  }
  #pageNavHome a {
    text-align: center;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 0px;
    margin: 0 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-left: solid 1px #e0e0d2;
    border-right: solid 1px #e0e0d2;
    text-decoration: none;
    color: #666;
    box-sizing: border-box;
  }
  #pageNavList {
    width: 100%;
    display: flex;
    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%;
    box-sizing: border-box;
  }
  #pageNavList > div a {
    text-decoration: none;
    width: 100%;
    height: 45px;
    color: #666;
    padding-top: 14px;
    background: #ebebeb;
    display: block;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
/* =========================================== */
/* thanks
/* =========================================== */
.thanks-cnt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .thanks-cnt-wrap {
    display: block;
  }
}
.thanks-cnt-wrap > div:first-child {
  width: 140px;
}
@media screen and (max-width: 480px) {
  .thanks-cnt-wrap > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.thanks-cnt-wrap > div:last-child {
  width: calc(100% - 180px);
}
.thanks-cnt-wrap > div:last-child p {
  line-height: 2.5;
}
@media screen and (max-width: 480px) {
  .thanks-cnt-wrap > div:last-child {
    width: 100%;
  }
}

.thanks-list li {
  margin-bottom: 60px;
}
.thanks-list li h3 {
  margin-bottom: 30px;
}
.thanks-list li p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.thanks-list-2 {
  display: flex;
  flex-wrap: wrap;
}
.thanks-list-2 li {
  line-height: 1.8;
  margin-right: 30px;
}

/* =========================================== */
/* post-area
/* =========================================== */
.post-area {
  margin-top: 40px;
  line-height: 1.5;
}
.post-area h1 {
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 600;
}
.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: 24px;
}
.post-area img {
  margin-bottom: 24px;
}
.post-area .postday {
  font-size: 14px;
  font-size: 1.4rem;
}
.post-area a {
  color: #707070;
}
.post-area .post-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.post-area .post-head div {
  margin: 0;
}
.post-area .post-head .sns-post-box {
  width: 120px;
  display: flex;
  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;
  object-fit: contain;
}

/**************************************
	CONTACT
**************************************/
.dl-form {
  border-top: 1px solid #e1e1e1;
}
.dl-form div {
  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: flex;
  align-items: center;
  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: flex;
  flex-direction: column;
  gap: 10px;
}

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

.wpcf7-form-control.wpcf7-radio {
  display: flex;
}

@media screen and (max-width: 896px) {
  .last-checkBox {
    margin-left: 0;
    width: 100%;
  }
  .wpcf7-form-control {
    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: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-left: none;
  }
}/*# sourceMappingURL=style.css.map */