@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&family=Noto+Serif+JP:wght@400;600&display=swap');

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            reset
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

body {
  -webkit-animation: fadeIn 2.0s ease 0s 1 normal;
  animation: fadeIn 2.0s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a:hover:not(.btnGrad01):not(.btnGrad02):not(.btnGrad03):not(.btnGrad04):not(.btnGrad05) {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

a[href*="tel:"] {
  pointer-events: auto;
  cursor: default;
  text-decoration: none;
}

sup {
  top: -0.4em;
  font-size: 70%;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            commmon
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
section {
  position: relative;
}

body,
select,
input,
textarea {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
  color: #000;
  line-height: 1;
}

.for-sp {
  display: block !important;
}

.for-pc {
  display: none !important;
}

.kmtaishokukin26-content-wrap {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-header {
  position: relative;
  background: #fff;
}

.kmtaishokukin26-headerInner {
  padding: 0 calc(40/750*100vw) 0 calc(40/750*100vw);
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 1;
}
@media(min-width: 768px) {
  .kmtaishokukin26-headerInner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    height: 80px;
    margin: 0 auto;
  }
}

.kmtaishokukin26-headerInner h1 {
  padding-top: 10px;
  width: 118px;
}
@media(min-width: 768px) {
  .kmtaishokukin26-headerInner h1 {
    padding-top: 0;
    width: 190px;
  }
}

.kmtaishokukin26-headerInner p {
  position: absolute;
  top: 2.4vw;
  right: 1.8666666667vw;
  width: 55.7333333333vw;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          SP版ハンバーガーメニュー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mtaishokukin26-main {
  position: relative;
}

.kmtaishokukin26-hamburger {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* トグルボタン */
.kmtaishokukin26-spMenubtn {
  position: fixed;
  top: 40px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.kmtaishokukin26-spMenubtn span,
.kmtaishokukin26-spMenubtn span:before,
.kmtaishokukin26-spMenubtn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  border-radius: 3px;
  background-color: #0ca26c;
  position: absolute;
  margin: auto;
  transition: 0.2s;
}

.kmtaishokukin26-spMenubtn span:before {
  bottom: 8px;
}
.kmtaishokukin26-spMenubtn span:after {
  top: 8px;
}
#kmtaishokukin26-spMenubtn-check:checked ~ .kmtaishokukin26-spMenubtn span {
  background-color: rgba(255, 255, 255, 0);
}

#kmtaishokukin26-spMenubtn-check:checked ~ .kmtaishokukin26-spMenubtn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #0ca26c;
}

#kmtaishokukin26-spMenubtn-check:checked ~ .kmtaishokukin26-spMenubtn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #0ca26c;
}

#kmtaishokukin26-spMenubtn-check {
  display: none;
}

.kmtaishokukin26-spMenuContent {
  width: 100%;
  height: 50%;
  position: fixed;
  top: -100%;
  left:0;
  background-color: rgba(255, 255, 255, 0.8);
  color: #FFF;
  z-index: 10;
  transition: all 0.5s;
}

.kmtaishokukin26-spMenuContent ul {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  padding: 120px 0 0;
}
.kmtaishokukin26-spMenuContent ul li {
  list-style: none;
  margin-bottom: 1em;
}

.kmtaishokukin26-spMenuContent ul li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.kmtaishokukin26-spMenuContent ul li a:hover {
  opacity: 0.7;
}

#kmtaishokukin26-spMenubtn-check:checked ~ .kmtaishokukin26-spMenuContent {
  top: 0%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          section-mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-mv {
  background-color: #e4f4fd;
  padding-top: 40px;
  padding-bottom: 80px;
}

.kmtaishokukin26-mv-bgImg img {
  width: 100%;
}

.kmtaishokukin26-mvImgArea {
  width: 100%;
}

.kmtaishokukin26-mvImgArea .kmtaishokukin26-mvImg {
  width: 100%;
  max-width: 1476px;
  margin: 0 auto;
}

.kmtaishokukin26-mvTextArea {
  width: 80%;
  padding: 30px 0;
  margin: 0 auto;
}

.kmtaishokukin26-mvSubttl {
  margin-bottom: 40px;
}


.kmtaishokukin26-mvText {
  width: 100%;
  max-width: 1011px;
  margin: 0 auto;
}

.kmtaishokukin26-mvBtnWrap {
  display: flex;
  justify-content: center;
  width: 60%;
  min-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.kmtaishokukin26-mvBtn-bgImg {
  position: absolute;
  width: 10%;
  right: 10%;
  bottom: 9%;
}

.kmtaishokukin26-mvBtn {
  margin-right: 20px;
}

.kmtaishokukin26-mvBtn:last-child {
  margin-right: 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          section-intro
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-intro {
  background-color: #e4f4fd;
  padding: 32px 0 0;
}

.kmtaishokukin26-introImg {
  text-align: center;
}

.kmtaishokukin26-imtroBgWrap {
  background-image: url(../images/bg-town-pc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  position: relative;
}

.kmtaishokukin26-introText-topWrap {
  padding: 0;
}

.kmtaishokukin26-introText-topWrap-bgImg {
  position: absolute;
  width: 10%;
  left: 0%;
  top: 40%;
}

.kmtaishokukin26-introImg-main {
  display: block;
  width: 80%;
  margin: 0 auto 100px;
}

.kmtaishokukin26-introText-bottomWrap {
  background-color: #f7920e;
  text-align: center;
}

.kmtaishokukin26-introText-bottom {
  display: block;
  width: 70%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 10px 0;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        section-outline
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-outline-wrap {
  background-color: #8dc21f;
}

.kmtaishokukin26-outline {
  padding: 40px 0 60px;
}

.kmtaishokukin26-outline-head {
  text-align: center;
  width: 50%;
  padding-left: 10%;
  margin: 0 auto 20px;
}

.kmtaishokukin26-outline-head img {
  display: block;
  width: 100%;
}

.kmtaishokukin26-outlineImg-main {
  width: 90%;
  margin: 0 auto 60px;
}

.kmtaishokukin26-outlineImg-detail {
  width: 100%;
  margin: 0 auto;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          section-access
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-access {
  padding-top: 60px;
  padding-bottom: 11%;
  background-color: #e4f4fd;
  background-image: url(../images/bg-town-pc.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.kmtaishokukin26-access-head {
  background-color: #f7920e;
  padding: 10px 0;
  text-align: center;
}

.kmtaishokukin26-access-head img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

.kmtaishokukin26-accessInner {
  width: 100%;
  max-width: 1080px;
  margin: 40px auto;
}

.kmtaishokukin26-accessBox {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.kmtaishokukin26-accessBox-txtWrap {
  width: 50%;
  padding-right: 4%;
  padding-top: 4px;
}

.kmtaishokukin26-accessImg {
  width: 48%;
}

.kmtaishokukin26-accessBox-note {
  margin-top: 60px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          section-apply
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-apply {
  background-color: #8dc21f;
  text-align: center;
  padding: 60px 0 80px;
}

.kmtaishokukin26-applyList {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}

.kmtaishokukin26-applyListItem {
  margin-right: 20px;
}

.kmtaishokukin26-applyListItem:last-child {
  margin: 0;
}

.kmtaishokukin26-applyInner {
  width: 80%;
  margin: 0 auto 60px;
}

.kmtaishokukin26-applyClosing {
  position: relative;
  margin-top: 20px;
}
.kmtaishokukin26-applyClosing::after {
  content: "";
  position: absolute;
  width: 5%;
  aspect-ratio: 1 / 1;
  background-color: #FFF;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
}

.kmtaishokukin26-applyLead {
  position: relative;
  width: 40%;
  margin: 0 auto;
}

.kmtaishokukin26-applyLead::before {
  content: "";
  background-image: url(../images/ico_apply-lead.png);
  background-size: contain;
  position: absolute;
  height: 120%;
  aspect-ratio: 1 / 1;
  top: -10%;
  left: 105%;
}

.kmtaishokukin26-applyBtn {
  display: block;
  width: 50%;
  margin: 40px auto 30px;
}

.kmtaishokukin26-applyTxt {
  width: 100%;
  margin: 0 auto;
}

.kmtaishokukin26-applyNote {
  width: 90%;
  margin: 0 auto;
}

.kmtaishokukin26-applyTable {
  min-width: 600px;
  max-width: 1080px;
  margin: 20px auto 0;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          section-note
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-note {
  padding: 20px 0 30px;
}

.kmtaishokukin26-noteInner {
  width: auto;
  margin: 0 auto;
}

.kmtaishokukin26-noteContent-wrap {
  border: 1px solid #C9CACA;
  margin-bottom: 25px;
  padding: 40px 30px;
}

.kmtaishokukin26-noteTtl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.41;
}

.kmtaishokukin26-noteTtl span {
  display: block;
}

.btnCirclePlus {
  margin-top: 0;
  padding-right: calc(100/750*100vw);
}

.kmtaishokukin26-noteContent {
  padding: 0 calc(30/750*100vw) 20px;
}

.btnCirclePlus+.kmtaishokukin26-noteContent {
  display: none;
}

.kmtaishokukin26-noteTxt {
  margin-left: -0.5em;
  /* font-size: 4.2666666667vw; */
  font-size: 16px;
  font-weight: 700;
  color: #525252;
}

.kmtaishokukin26-noteItem {
  font-size: 16px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.54;
  text-align: justify;
}

.kmtaishokukin26-noteItem .line {
  margin-right: .2em;
  text-decoration: underline;
}

.kmtaishokukin26-noteItem-noIndent {
  padding-left: 0;
  text-indent: 0;
}

.kmtaishokukin26-noteItem span {
  margin-right: .3em;
}

.kmtaishokukin26-noteItem a {
  color: #0ca26c;
  text-decoration: underline;
}

.kmtaishokukin26-noteName {
  margin-top: 20px;
}

.kmtaishokukin26-noteName+.kmtaishokukin26-noteName {
  margin-top: 0;
}

.kmtaishokukin26-noteNameItem {
  line-height: 1.43;
  display: block;
}


.btnCirclePlus {
  cursor: pointer;
}

.btnCirclePlus::before,
.btnCirclePlus::after {
  right: 0;
  width: 18px;
  height: 2px;
}
.btnCirclePlus::after {
  transform: rotate(90deg);
}

.btnCirclePlus.is-active::after {
  transform: rotate(180deg);
}

.btnCirclePlus.is-active .btnCircle {
  background-color: #FFF;
}


.btnCirclePlus .btnCircle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #0ca26c;
  border-radius: none;
  border: 2px solid #0ca26c;
  border-radius: 50%;
}

.btnCirclePlus::before,
.btnCirclePlus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  background-color: #FFF;
  z-index: 1;
}
.btnCirclePlus.is-active::before,
.btnCirclePlus.is-active::after {
  background-color: #0ca26c;
}

.kmtaishokukin26-noteContent-wrap {
  margin-bottom: 30px;
}

.kmtaishokukin26-noteContent {
  padding: 0;
}

.kmtaishokukin26-noteName {
  text-indent: inherit;
  padding-left: 0;
}

.kmtaishokukin26-noteNameItem {
  display: block;
}

.kmtaishokukin26-btmCopy {
  padding: 20px 0 38px;
  text-align: center;
  background-color: #fff;
}

.kmtaishokukin26-noteList {
  padding-top: 25px;
}


.kmtaishokukin26-btmCopy img {
  width: 280px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kmtaishokukin26-footer {
  background-color: #525252;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 104px;
  font-size: 2.66vw;
  padding: 2.66vw 0 2.4vw;
}


.kmtaishokukin26-fixedBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 2;
}

.kmtaishokukin26-fixedBtnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99vw;
  gap: 0 33px;
  height: 104px;
}

.kmtaishokukin26-fixedBtnItemInner {
  display: block;
  width: 50%;
  text-align: center;
}

.kmtaishokukin26-fixedBtnClosing {
  display: block;
  width: 400px;
  margin: 0 auto;
}

.kmtaishokukin26-fixedBtnClosing img {
  width: 100%;
}

.kmtaishokukin26-fixedBtnTxt {
  font-size: clamp(20px, 2.6vw, 30px);
  color: #f7920e;
  font-weight: 600;
  letter-spacing: normal;
  padding-bottom: 10px;
}

.kmtaishokukin26-fixedBtnItem a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 468px;
  height: 70px;
  padding: 17px 0;
}


.kmtaishokukin26-fixedBtnItem a img {
  max-width: 375px;
}

#pageTop {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 77px;
  right: 7px;
  z-index: 3;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
          Media Queries
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media (max-width: 767px) {
  .kmtaishokukin26-content-wrap {
    width: 90%;
  }

  .kmtaishokukin26-headerInner h1 {
    padding-top: 0;
  }

  .kmtaishokukin26-headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .kmtaishokukin26-mv {
    padding-bottom: 20px;
  }

  .kmtaishokukin26-mvTextArea {
    width: 90%;
  }

  .kmtaishokukin26-mvText {
    width: calc(608/750*100vw);
  }

  .kmtaishokukin26-mvBtnWrap {
    display: none;
 }

 .kmtaishokukin26-mvBtn-bgImg {
    width: 15%;
    right: 1%;
    bottom: 10%;
  }

  .kmtaishokukin26-imtroBgWrap {
    background-size: 180%;
    background-position-x: 10%;
  }

  .kmtaishokukin26-introText-topWrap {
    padding-bottom: 80px;
  }

  .kmtaishokukin26-introImg-main {
    width: 100%;
    margin-bottom: 60px;
  }

  .kmtaishokukin26-outline {
    padding: 40px 0;
  }

  .kmtaishokukin26-outline-head {
    width: 70%;
    padding-left: 10%;
  }

  .kmtaishokukin26-outlineImg-main {
    width: 80%;
    margin-bottom: 40px;
  }

  .kmtaishokukin26-outlineImg-detail {
    width: 80%;
  }

  .kmtaishokukin26-outlineImg {
    margin-bottom: calc(24/750*100vw);
  }

  .kmtaishokukin26-access {
    padding-top: 40px;
    padding-bottom: 50px;
    background-size: 180%;
    background-position-x: 90%;
  }

  .kmtaishokukin26-access-head img {
    width: 40%;
  }

  .kmtaishokukin26-accessBox {
    flex-direction: column;
    width: 90%;
    margin: 0 auto 60px;
  }
  .kmtaishokukin26-accessBox:last-of-type {
    margin-bottom: 20px;
  }

  .kmtaishokukin26-accessBox-txtWrap {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .kmtaishokukin26-accessImg {
    width: 100%;
  }

  .kmtaishokukin26-accessBox-note {
    margin-top: 20px;
  }

  .kmtaishokukin26-apply {
    padding: 40px 0 60px;
  }

  .kmtaishokukin26-applyList {
    width: 50%;
    flex-direction: column;
    margin: 0 auto 40px;
  }

  .kmtaishokukin26-applyListItem {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .kmtaishokukin26-applyInner {
    margin: 0 auto 40px;
  }

  .kmtaishokukin26-applyClosing::after {
    width: 5%;
    top: 130%;
  }

  .kmtaishokukin26-applyLead {
    margin-top: 100px;
    width: 70%;
  }

  .kmtaishokukin26-applyLead::before {
    height: 150%;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }

  .kmtaishokukin26-applyBtn {
    width: 80%;
    margin: 36px auto 30px;
  }

  .kmtaishokukin26-applyTxt {
    width: 70%;
  }

  .kmtaishokukin26-applyNote {
    width: 80%;
  }

  .kmtaishokukin26-applyTable {
    min-width: auto;
    width: 100%;
  }

  .kmtaishokukin26-fixedBtnItem {
    flex-direction: column;
    gap: 0;
  }

  .kmtaishokukin26-fixedBtnItemInner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 4px 0 4px;
  }

  .kmtaishokukin26-fixedBtnClosing {
    width: 60%;
    margin-right: 0;
    margin-left: auto;
  }

  .kmtaishokukin26-fixedBtnTxt {
    width: 40%;
    font-size: 18px;
    padding: 0;
    margin: 0 auto;
  }

  .kmtaishokukin26-fixedBtnItem a {
    display: block;
    width: auto;
    height: 60px;
    padding: 0;
    padding-bottom: 4px;
  }

  .kmtaishokukin26-fixedBtnItem a img {
    width: auto;
    height: 100%;
  }
}



@media(min-width: 768px) {
  .for-sp {
    display: none !important;
  }
  .for-pc {
    display: block !important;
  }

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

  .kmtaishokukin26-noteList+.kmtaishokukin26-noteTxt {
    margin-top: 22px;
  }

  .kmtaishokukin26-noteNameItem {
    font-size: 13px;
  }

  .kmtaishokukin26-noteNameItem:nth-child(odd) {
    padding-left: 0;
    text-indent: 0;
  }

  .kmtaishokukin26-noteNameItem:nth-child(even) {
    padding-left: 0;
    text-indent: 0;
  }

  .btnCircle {
    right: 0;
    width: 20px;
    height: 20px;
  }

  .kmtaishokukin26-footer {
    font-size: 12px;
    padding: 17px 0 16px;
  }

  #pageTop {
    width: 50px;
    height: 50px;
    bottom: 124px;
    right: 19px;
  }
}