@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", "Helvetica Neue", "Arial", "Verdana", "Hiragino Sans", sans-serif;
  font-weight: 400;
}

html {
  color: #333333;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #FFFFFF;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  padding-block: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  z-index: 1000;
}
.c-header .logo {
  max-width: 300px;
  display: block;
  margin-inline: auto;
}
.c-header .logo img {
  display: block;
  width: 100%;
}

.c-footer {
  background: #CFF;
  padding: 100px;
  position: relative;
}
.c-footer #pagetop {
  right: 60px;
  z-index: 10;
}

.c-ttl01 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #0099B3;
  margin-inline: auto;
  padding-bottom: 4px;
  border-bottom: 2px solid #D1B667;
  margin-bottom: 50px;
  text-align: center;
}

/* --------------------------------
c-header
----------------------------------- */
.c-btn01 {
  background: #EE8800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  width: 100%;
  margin: auto;
  border-radius: 30px;
  border: 1px solid #EE8800;
}
.c-btn01 .txt {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  padding-right: 17px;
  position: relative;
  line-height: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01 .txt::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  -webkit-mask: url("../img/home/arrow01.svg") no-repeat center/contain;
          mask: url("../img/home/arrow01.svg") no-repeat center/contain;
  display: block;
  width: 7px;
  height: 12px;
  top: 0;
  bottom: 4px;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01.small {
  padding: 7px;
  max-width: 259px;
}
.c-btn01.small .txt {
  font-weight: bold;
  text-align: center;
}
.c-btn01.blue {
  padding: 7px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #FFFFFF;
  border-color: #0099B3;
  max-width: none;
}
.c-btn01.blue .txt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #0099B3;
}
.c-btn01.blue .txt::before {
  background: #0099B3;
  bottom: 2px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  padding-top: 86px;
}
.home .note-wrap {
  border: 1px solid #0099B3;
  padding: 20px;
}
.home .note-wrap .lead {
  font-size: 14px;
  font-weight: bold;
  color: #0099B3;
  text-align: center;
}
.home .dots-list li {
  padding-left: 16px;
  position: relative;
  font-size: 14px;
  line-height: normal;
}
.home .dots-list li::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 8px;
  height: 8px;
  top: 6px;
  left: 0;
  border-radius: 50%;
}
.home .wrap {
  position: relative;
}
.home .wrap .flow-wrap {
  position: absolute;
  height: 100%;
  right: 0;
  top: 104px;
  width: 82px;
}
.home .wrap .flow-link {
  background: #EE8800;
  border-radius: 20px 0 0 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  padding: 19px 20px 16px 19px;
  border: 1px solid #EE8800;
  z-index: 999;
}
.home .wrap .flow-link .txt {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: normal;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .mv-section {
  padding-block: 128px 30px;
  position: relative;
}
.home .mv-section::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.7)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0.7) 90%, rgb(255, 255, 255) 100%);
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.home .mv-section .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home .mv-section .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .mv-section .txt-wrap {
  position: relative;
  z-index: 1;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .mv-section .txt-wrap .ttl {
  font-size: clamp(50px, 5.8333333333vw, 70px);
  font-weight: bold;
  color: #0099B3;
  line-height: normal;
  text-align: center;
  text-shadow: 3px 3px 1px #FFFFFF, -3px 3px 1px #FFFFFF, 3px -3px 1px #FFFFFF, -3px -3px 1px #FFFFFF, 3px 0px 1px #FFFFFF, 0px 3px 1px #FFFFFF, -3px 0px 1px #FFFFFF, 0px -3px 1px #FFFFFF;
}
.home .mv-section .txt-wrap .ttl .small {
  font-size: 40px;
  display: block;
  margin-bottom: 6px;
}
.home .mv-section .txt-wrap .lead {
  margin-top: 22px;
  background: #BFA051;
  color: #FFFFFF;
  font-size: clamp(30px, 3.3333333333vw, 40px);
  text-align: center;
  font-weight: 600;
  line-height: normal;
  padding-inline: 60px;
  width: 100%;
}
.home .mv-section .white-wrap {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px auto 0;
  padding: 11px 10px 13px;
}
.home .mv-section .white-wrap .txt {
  color: #0099B3;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
.home .banner-block {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  position: relative;
}
.home .banner-block::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(76%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0.7)), color-stop(97%, rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0.7) 90%, rgb(255, 255, 255) 97%);
  display: block;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  z-index: 10;
}
.home .banner-block .img:nth-child(1) {
  grid-area: 1/1/2/2;
}
.home .banner-block .img:nth-child(2) {
  grid-area: 2/1/3/2;
}
.home .banner-block .img:nth-child(3) {
  grid-area: 1/2/3/3;
}
.home .banner-block .img:nth-child(4) {
  grid-area: 1/3/2/4;
}
.home .banner-block .img:nth-child(5) {
  grid-area: 2/3/3/4;
}
.home .banner-block .img:nth-child(6) {
  grid-area: 1/4/3/5;
}
.home .banner-block .img:nth-child(7) {
  grid-area: 1/5/2/6;
}
.home .banner-block .img:nth-child(8) {
  grid-area: 2/5/3/6;
}
.home .banner-block .img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
}
.home .lineup-section {
  padding-block: 60px 120px;
}
.home .lineup-section .lineup-wrap {
  padding-top: 62px;
}
.home .lineup-section .acc-wrap + .acc-wrap {
  margin-top: 60px;
}
.home .lineup-section .acc-wrap .ttl {
  background: #F7F2D4;
  padding: 10px 24px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .lineup-section .acc-wrap .ttl span {
  color: #0099B3;
  font-weight: bold;
  font-size: clamp(20px, 1.4117647059vw, 24px);
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .lineup-section .acc-wrap .ttl .word {
  padding-right: 24px;
  position: relative;
}
.home .lineup-section .acc-wrap .ttl .word::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  right: 11px;
}
.home .lineup-section .acc-wrap .top {
  margin-block: 10px;
}
.home .lineup-section .acc-wrap .top.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.home .lineup-section .acc-wrap .top .box {
  border: 1px solid #CCCCCC;
  padding: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .lineup-section .acc-wrap .top .box .img {
  width: clamp(150px, 10.4166666667vw, 200px);
}
.home .lineup-section .acc-wrap .top .box .txt-wrap .name {
  padding-left: 8px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.home .lineup-section .acc-wrap .top .box .txt-wrap .name::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.home .lineup-section .acc-wrap .top .box .txt-wrap .name .post {
  display: block;
  font-weight: 300;
}
.home .lineup-section .acc-wrap .top .box .txt-wrap .name .big {
  font-size: 18px;
}
.home .lineup-section .acc-wrap .top .box .txt-wrap .txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.home .lineup-section .acc-wrap .acc-btn {
  background: #D4ECF3;
  display: block;
  width: 100%;
  padding: 12px 24px 10px;
  position: relative;
  border: 1px solid #D4ECF3;
}
.home .lineup-section .acc-wrap .acc-btn.is-open::before {
  rotate: 0deg;
}
.home .lineup-section .acc-wrap .acc-btn::before {
  content: "";
  display: block;
  background: #333333;
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 7px;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  rotate: 180deg;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .lineup-section .acc-wrap .acc-btn .txt {
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  text-align: start;
}
.home .lineup-section .acc-wrap .acc-cont {
  background: #EDF7FA;
  padding-block: 32px;
  padding-inline: clamp(16px, 1.6666666667vw, 32px);
}
.home .lineup-section .acc-wrap .acc-cont .txt {
  font-size: 20px;
  line-height: normal;
}
.home .lineup-section .acc-wrap .acc-cont .txt + .txt {
  margin-top: 16px;
}
.home .flow-section {
  padding-block: 60px;
}
.home .flow-section .flow-list > li:last-child .inn {
  padding-bottom: 33px;
}
.home .flow-section .flow-list > li + li {
  padding-top: 64px;
  position: relative;
}
.home .flow-section .flow-list > li + li::before {
  content: "";
  position: absolute;
  background: url("../img/home/arrow02.svg") no-repeat center/contain;
  display: block;
  width: 48px;
  height: 48px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .flow-section .flow-list > li .lead {
  background: #0099B3;
  -webkit-box-shadow: 2px 1px 0 0 #006680;
          box-shadow: 2px 1px 0 0 #006680;
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 8px 9px;
  font-size: clamp(20px, 1.4117647059vw, 24px);
  color: #FFFFFF;
  text-shadow: 2px 1px 0 #006680;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 20px;
  margin-inline: auto;
}
.home .flow-section .flow-list > li .inn {
  border: 3px solid #0099B3;
  border-radius: 18px;
  margin-top: -22px;
  padding: 57px 30px 33px;
}
.home .flow-section .flow-list > li .inn .blue {
  font-size: 24px;
  color: #0099B3;
  font-weight: bold;
  text-align: center;
}
.home .flow-section .flow-list > li .inn .blue + * {
  margin-top: 25px;
}
.home .flow-section .flow-list > li .inn .txt {
  text-align: center;
  font-weight: bold;
}
.home .flow-section .flow-list > li .inn .txt + .note {
  margin-top: 4px;
}
.home .flow-section .flow-list > li .inn .c-btn01 + * {
  margin-top: 8px;
}
.home .flow-section .flow-list > li .inn .note {
  text-align: center;
  font-size: 14px;
}
.home .flow-section .flow-list > li .inn .note::before {
  content: "※";
}
.home .flow-section .flow-list + .note-wrap {
  margin-top: 32px;
}
.home .flow-section .note-wrap .lead {
  margin-bottom: 6px;
}
.home .flow-section .note-wrap .c-btn01 {
  margin-top: 24px;
}
.home .note-section {
  padding-block: 60px;
}
.home .note-section .note-wrap {
  padding-bottom: 17px;
}
.home .note-section .note-wrap + .note-wrap {
  margin-top: 24px;
}
.home .note-section .note-wrap .border {
  padding-left: 8px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}
.home .note-section .note-wrap .border::before {
  content: "";
  position: absolute;
  background: #0099B3;
  display: block;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
}
.home .note-section .note-wrap .txt {
  line-height: normal;
}
.home .note-section .note-wrap .txt.big {
  color: #0099B3;
  font-size: 20px;
  font-weight: bold;
}
.home .note-section .note-wrap .txt.small {
  font-size: 14px;
}
.home .note-section .note-wrap .txt.blue {
  color: #006680;
  font-size: 14px;
  font-weight: bold;
}
.home .note-section .note-wrap .txt.center {
  color: #006680;
  font-size: 14px;
  text-align: center;
}
.home .note-section .note-wrap .txt + .txt,
.home .note-section .note-wrap .txt + .dots-list {
  margin-top: 8px;
}
.home .note-section .note-wrap .txt + .big {
  margin-top: 5px;
}
.home .note-section .note-wrap .c-btn01 {
  margin-top: 24px;
}
.home .note-section .note-wrap .lead {
  font-size: 16px;
  margin-bottom: 15px;
  color: #006680;
}
.home .note-section .note-wrap .dots-list + .txt {
  margin-top: 8px;
}
.home .note-section .note-wrap .dots-list + .center {
  margin-top: 24px;
}
.home .anim {
  opacity: 0;
}
.home .anim.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@media screen and (width < 768px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-inline: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding-block: 10px;
  }
  .c-header .logo {
    max-width: 200px;
  }
  .c-ttl01 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .c-btn01 {
    padding: 8px 10px;
    max-width: 250px;
  }
  .c-btn01 .txt::before {
    bottom: 2px;
  }
  .c-btn01 .txt {
    font-size: 16px;
  }
  .c-btn01.small {
    max-width: 230px;
  }
  .c-btn01.small .txt::before {
    bottom: 0;
  }
  .c-btn01.blue {
    max-width: 300px;
  }
  .home {
    padding-top: 50px;
  }
  .home .note-wrap {
    padding: 20px 10px;
  }
  .home .dots-list li {
    padding-left: 12px;
  }
  .home .wrap .flow-wrap {
    top: inherit;
    left: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 999;
    pointer-events: none;
  }
  .home .wrap .flow-link {
    padding: 9px 5px;
    position: static;
    border-radius: 10px;
    width: 100%;
    max-width: 80vw;
    margin-inline: auto;
    margin-bottom: 10px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .wrap .flow-link.is-show {
    pointer-events: all;
    opacity: 1;
  }
  .home .wrap .flow-link .txt {
    font-size: 16px;
    text-align: center;
    display: block;
  }
  .home .mv-section {
    padding-block: 40px 30px;
  }
  .home .mv-section .txt-wrap .ttl {
    font-size: clamp(32px, 8.5333333333vw, 50px);
    padding-inline: 10px;
  }
  .home .mv-section .txt-wrap .ttl .small {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .home .mv-section .txt-wrap .lead {
    font-size: clamp(20px, 5.8666666667vw, 24px);
    margin-top: 8px;
    width: 100%;
    padding-inline: 0;
    border-radius: 0;
  }
  .home .mv-section .white-wrap {
    margin-top: 40px;
  }
  .home .banner-block::before {
    top: -1px;
  }
  .home .lineup-section {
    padding-block: 30px;
  }
  .home .lineup-section .lineup-wrap {
    padding-top: 30px;
  }
  .home .lineup-section .acc-wrap + .acc-wrap {
    margin-top: 30px;
  }
  .home .lineup-section .acc-wrap .ttl {
    padding: 10px 10px 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .lineup-section .acc-wrap .ttl span {
    font-size: 18px;
  }
  .home .lineup-section .acc-wrap .ttl .word {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .home .lineup-section .acc-wrap .ttl .word::before {
    height: 1px;
    width: 100%;
    right: inherit;
    left: 0;
    bottom: 5px;
    top: inherit;
  }
  .home .lineup-section .acc-wrap .top .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .home .lineup-section .acc-wrap .top .box .img {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
  .home .lineup-section .acc-wrap .top .box .txt-wrap .name .big {
    font-size: 16px;
  }
  .home .lineup-section .acc-wrap .acc-btn {
    padding: 10px 15px 8px;
  }
  .home .lineup-section .acc-wrap .acc-btn::before {
    right: 15px;
  }
  .home .lineup-section .acc-wrap .acc-cont {
    padding: 16px 10px;
  }
  .home .lineup-section .acc-wrap .acc-cont .txt {
    font-size: 16px;
  }
  .home .lineup-section .acc-wrap .acc-cont .txt + .txt {
    margin-top: 10px;
  }
  .home .flow-section {
    padding-block: 30px;
  }
  .home .flow-section .flow-list > li:last-child .inn {
    padding-bottom: 16px;
  }
  .home .flow-section .flow-list > li + li {
    padding-top: 32px;
  }
  .home .flow-section .flow-list > li + li::before {
    top: 0;
    width: 30px;
    height: 30px;
  }
  .home .flow-section .flow-list > li .lead {
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 7px 4px;
    padding-inline: 24px;
  }
  .home .flow-section .flow-list > li .inn {
    padding: 30px 10px 16px;
    border-radius: 10px;
    border: 2px solid #0099B3;
  }
  .home .flow-section .flow-list > li .inn .blue {
    font-size: 18px;
  }
  .home .flow-section .flow-list > li .inn .blue + * {
    margin-top: 16px;
  }
  .home .flow-section .flow-list > li .inn .txt {
    text-align: start;
  }
  .home .flow-section .flow-list > li .inn .note {
    font-size: 12px;
    position: relative;
    padding-left: 12px;
    text-align: start;
  }
  .home .flow-section .flow-list > li .inn .note::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .home .flow-section .flow-list + .note-wrap {
    margin-top: 24px;
  }
  .home .flow-section .note-wrap .c-btn01 {
    margin-top: 12px;
  }
  .home .note-section {
    padding-block: 30px 60px;
  }
  .home .note-section .note-wrap {
    padding-bottom: 10px;
  }
  .home .note-section .note-wrap + .note-wrap {
    margin-top: 12px;
  }
  .home .note-section .note-wrap .border {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .home .note-section .note-wrap .txt.small {
    font-size: 12px;
  }
  .home .note-section .note-wrap .c-btn01 {
    margin-top: 12px;
  }
  .home .note-section .note-wrap .c-btn01 + * {
    margin-top: 12px;
  }
  .home .note-section .note-wrap .lead {
    font-size: 14px;
  }
  .home .note-section .note-wrap .dots-list + .center {
    margin-top: 16px;
    text-align: start;
  }
}
@media screen and (768px <= width) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-inline: 40px;
    max-width: 1080px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .home .wrap .flow-link .txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .home .lineup-section .acc-wrap .ttl .word {
    white-space: nowrap;
  }
  .home .flow-section .flow-list > li .inn .note::before {
    margin-right: -5px;
  }
}
@media (any-hover: hover) {
  .c-btn01:hover {
    background: #FFFFFF;
  }
  .c-btn01:hover .txt {
    color: #EE8800;
  }
  .c-btn01:hover .txt::before {
    background: #EE8800;
  }
  .c-btn01.blue:hover {
    background: #0099B3;
  }
  .c-btn01.blue:hover .txt {
    color: #FFFFFF;
  }
  .c-btn01.blue:hover .txt::before {
    background: #FFFFFF;
  }
  .home .wrap .flow-link:hover {
    background: #FFFFFF;
  }
  .home .wrap .flow-link:hover .txt {
    color: #EE8800;
  }
  .home .lineup-section .acc-wrap .acc-btn:hover {
    background: #FFFFFF;
    color: #0099B3;
  }
  .home .lineup-section .acc-wrap .acc-btn:hover::before {
    background: #0099B3;
  }
}
@media screen and (width < 400px) {
  .home .mv-section .bg {
    top: -40px;
  }
}
@media screen and (width < 768px) and (width < 350px) {
  .home .mv-section .txt-wrap .ttl {
    font-size: clamp(28px, 8.5714285714vw, 32px);
  }
}
@media screen and (width < 500px) {
  .home .banner-block {
    gap: clamp(2px, 1.3333333333vw, 5px);
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  .home .banner-block .img:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .home .banner-block .img:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .home .banner-block .img:nth-child(3) {
    grid-area: 1/2/3/3;
  }
  .home .banner-block .img:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .home .banner-block .img:nth-child(5) {
    grid-area: 3/2/4/3;
  }
  .home .banner-block .img:nth-child(6) {
    grid-area: 4/1/6/2;
  }
  .home .banner-block .img:nth-child(7) {
    grid-area: 4/2/5/3;
  }
  .home .banner-block .img:nth-child(8) {
    grid-area: 5/2/6/3;
  }
}
@media screen and (width < 1000px) {
  .home .lineup-section .acc-wrap .top.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width < 1000px) and (width < 768px) {
  .home .lineup-section .acc-wrap .top.flex {
    gap: 10px;
  }
}