/*import
-------------------------------------------------------------------------------- */
:root {
  --color-main: #1976bd;
  --color-sub: #d1ebff;
  --font-sub: "Oswald";
}

/*general
-------------------------------------------------------------------------------- */
html {
  /* width: 100%; */
  /* height: 100%; */
  line-height: 1;
  font: inherit;
  font-size: 62.5%;
  /* 10px */
  -webkit-text-size-adjust: none;
  scroll-behavior: auto;
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.777;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  color: #111;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

body.open-nav {
  /* overflow: hidden; */
}

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

p {
  margin: 0;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}

a {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  opacity: 0.7;
  color: var(--color-main);
}

em {
  font-style: normal;
}

img {
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

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

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


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

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}



/* box-sizing設定
----------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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


/* flex
----------------------------------------------------------------------------------------------- */
.flex-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-block-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block;
}

.sp-tab-view,
.sp-view,
.smallpc-tab-view {
  display: none !important;
}

.visible-xss {
  display: none;
}


/*scrollbar*/
.scrollbar {
  width: 100%;
  height: 250px;
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}

.scrollbar-event {
  width: 100%;
  height: 380px;
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
}




/* 各ページsection
----------------------------------------------------------------------------------------------- */

.container-max {
  max-width: 1500px;
  margin: 0 auto;
}

.row {
  height: 100%;
}

section {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
  overflow-x: clip;
}


/*print
-------------------------------------------------------------------------------- */
.print-off {
  display: none !important;
}

.print-on {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.print-on .fadeInUp {
  visibility: visible !important;
  opacity: 1 !important;
}

.print-on .c-btn-link {
  display: none !important;
}


/* common 共通スタイル
----------------------------------------------------------------------------------------------- */

/*特定幅*/
.inner-max {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.inner-min {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}



/*title*/
.title-max {
  display: table;
  margin: 0 auto 50px;
  line-height: 1.5;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

.title-max strong {
  color: var(--color-main);
}

.title-max .min {
  display: block;
  font-size: 3rem;
}

.title-mid {
  display: block;
  margin-bottom: 30px;
  line-height: 1.444;
  font-size: 3rem;
  font-weight: 700;
}

.title-min {
  display: block;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}

.title-img {
  display: block;
  margin: 0 auto 50px;
  line-height: 1;
  text-align: center;
}

.title-col {
  display: block;
  margin: 20px auto;
  line-height: 1.3;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.title-cap {
  display: block;
  margin: 10px auto;
  line-height: 1.2;
  font-size: 2.2rem;
  text-align: center;
}

.title-loudly {
  position: relative;
  margin-bottom: 70px;
}

.title-loudly::before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: -155px;
  /* translate: 0 -50%; */
  width: 110px;
  height: 110px;
  background: url(../images/acc_loudly_l.png) no-repeat center / contain;
}

.title-loudly::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: -155px;
  /* translate: 0 -50%; */
  width: 110px;
  height: 110px;
  background: url(../images/acc_loudly_r.png) no-repeat center / contain;
}

.title-balloon {
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
  padding: 20px 60px;
  background-color: var(--color-main);
  border-radius: 50rem;
  color: #fff;
  text-align: center;
}

.title-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  translate: -50%;
  width: 22px;
  height: 18px;
  background: url(../images/icon_balloon_bottom.png) no-repeat center / contain;
}


.title-point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  z-index: 1;
  text-align: left;
}

.title-point .point {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #111;
}

.title-point .point .number {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  width: 80px;
  height: 80px;
  margin-left: -13px;
  background: url(../images/icon_point.png) no-repeat center / contain;
  line-height: 1;
  font-size: 4.6rem;
  font-family: Arial, Helvetica, sans-serif;
}


/*bg*/
.bg-main {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: var(--color-main);
  color: #fff;
}

.bg-sub {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #e8f5ff;
}

.bg-lattice {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  background: url(../images/bg_lattice_re.jpg) repeat center;
}


/*text*/
.font80 {
  font-size: 14px;
  font-size: 80%;
}

.font90 {
  font-size: 16px;
  font-size: 90%;
}

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

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

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

.text-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  vertical-align: middle;
}

.text-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "MS P明朝", serif;
}

.text-through {
  text-decoration: line-through;
}

.text-underline {
  display: initial;
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}

.text-yellow {
  color: #f7d700;
}

.text-red {
  color: #c93745;
}

.text-pink {
  color: #ea9f8b;
}

.text-green {
  color: #19bd79;
}

.text-blue {
  color: #0068c1;
}

.text-black {
  color: #111;
}

.text-white {
  color: #fff;
}

.text-black-asterisk {
  display: block;
  padding-left: 1.9rem;
  text-indent: -1.9rem;
}


.text-highlight {
  position: relative;
  display: inline;
  z-index: 1;
  background: linear-gradient(transparent 60%, rgba(247, 215, 0, 0.7) 0%);
  font-weight: 700;
  color: var(--color-main);
}

.text-asterisk {
  padding-left: 1.6rem;
  text-indent: -1.6rem;
  line-height: 1.5;
  font-size: 90%;
}

.text-asterisk::before {
  content: "※";
}

.text-comment {
  margin-bottom: 40px;
}






/*btn*/
[class*="c-btn"] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 620px;
  height: fit-content;
  padding: 25px 30px;
  background-color: #fff17d;
  border-radius: 20px;
  box-shadow: 0 5px 0 #f2c700;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

[class*="c-btn"]::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 9px;
  height: 18px;
  background: url(../images/icon_arrow_ye.png) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

[class*="c-btn"]:hover,
[class*="c-btn"]:focus,
[class*="c-btn"]:active {
  opacity: 1;
  color: initial;
  scale: 1.05;
}

[class*="c-btn"]:hover::after,
[class*="c-btn"]:focus::after,
[class*="c-btn"]:active::after {
  right: 5px;
}

.c-btn-wh {
  background-color: #fff;
  box-shadow: 0 5px 0 var(--color-main);
}

.c-btn-wh::after {
  background-image: url(../images/icon_arrow_bl.png);
}

.c-btn-min {
  max-width: 310px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
  background-color: #eee;
  box-shadow: none;
  font-size: 1.6rem;
}

.c-btn-min::after {
  width: 7px;
  height: 15px;
  background-image: url(../images/icon_arrow_gy.png);
}


/*link*/
.link-arrow {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 15px;
  font-weight: 700;
  color: var(--color-main);
}

.link-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../images/icon_arrow_bl.png) no-repeat center / contain;
}





/*list*/
.number-list {
  list-style: decimal;
  padding-left: 3rem;
}

.number-list li {
  list-style: inherit;
}

.number-list li::marker {
  font-weight: 700;
}

.disc-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
  line-height: 1.3;
}

.disc-list li::before {
  content: "";
  background: var(--color-sub);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.check-list li {
  position: relative;
  padding-left: 40px;
  line-height: 1.3;
  font-size: 2.2rem;
}

.check-list li strong {
  color: #c4474a;
  font-weight: normal;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 20px;
  background: url(../images/icon_check.png) no-repeat left center / contain;
}


/*column*/
.list-2col {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(50% - 25px));
  justify-content: flex-start;
  gap: 50px;
}

.list-3col {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.33% - 35px));
  justify-content: flex-start;
  gap: 50px;
}

.list-3col-max {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.33% - 20px));
  justify-content: flex-start;
  gap: 30px;
}

.list-4col {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(25% - 12px));
  justify-content: flex-start;
  gap: 15px;
}

.list-5col {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(20% - 15px));
  justify-content: flex-start;
  gap: 15px;
}


.list-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}



/*dl*/

.c-defi {
  margin: 50px 0;
}

.c-defi-box {
  display: flex;
  border-top: 2px solid #bec7d7;
}

.c-defi-box:last-child {
  border-bottom: 2px solid #bec7d7;
}

.c-defi-team {
  flex-shrink: 0;
  min-width: 180px;
  padding: 25px 10px;
  line-height: 1.5;
  font-weight: 700;
}

.c-defi-desc {
  width: 100%;
  padding: 25px 10px;
  margin: 0;
  line-height: 1.5;
}

.c-defi-desc p {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.c-defi-desc p:first-child {
  margin-top: 0;
}

.c-defi-desc p:last-child {
  margin-bottom: 0;
}

.c-defi-desc dl {
  width: fit-content;
}

.c-defi-desc dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 12px 0;
}

.c-defi-desc dl div:first-child {
  margin-top: 0;
}

.c-defi-desc dl div:last-child {
  margin-bottom: 0;
}

/*tablef*/
.c-table {
  width: 100%;
}

.c-table-header {
  background-color: #e5e5e5;
}

.c-table-term {
  padding: 15px;
  vertical-align: top;
  font-weight: 700;
}

.c-table-desc {
  padding: 15px;
  line-height: 1.2;
}

.c-table-desc ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.c-table-header .c-table-term {
  padding: 15px;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #666;
}

.c-table-box {
  border-bottom: 1px solid #ccc;
}

.c-table-box .c-table-term {
  padding: 25px 15px;
  background-color: #f5f5f5;
}

.c-table-box .c-table-desc {
  padding: 25px 15px;
}


/*アコーディオン*/

.c-accordion-trigger {
  position: relative;
  transition: color 0.3s ease-in-out;
}

.c-accordion-trigger:hover {
  cursor: pointer;
  color: var(--color-sub);
}


.c-accordion-icon {
  position: absolute;
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.c-accordion-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: block;
  transition: rotate 0.3s ease-in-out;
  background-color: var(--color-sub);
}

.c-accordion-icon span:first-child {
  width: 2px;
  height: 100%;
}

.c-accordion-icon span:last-child {
  width: 100%;
  height: 2px;
}

[open] .c-accordion-icon span:first-child {
  rotate: 45deg;
}

[open] .c-accordion-icon span:last-child {
  rotate: 45deg;
}

summary::-webkit-details-marker {
  display: none;
}


/*inview*/
.fadeIn,
.fadeInUp,
.fadeInLeft,
.fadeInRight,
.fadeInDown,
.zoomIn {
  opacity: 0;
}

.animate__animated {
  opacity: 1;
}

.fuwafuwa1 {
  animation: fuwafuwa1 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa1 {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }

  50% {
    transform: translate(0, -5px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

.fuwafuwa2 {
  animation: fuwafuwa2 2s ease-in-out infinite alternate;
}

@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }

  50% {
    transform: translate(0, 5px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(-5deg);
  }
}



/*電話番号*/
.text-tel {
  line-height: 1;
  font-family: "Syncopate";
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.05em;
}


/*swiper*/
[class*="slider-common"] .swiper-wrapper {
  transition-timing-function: linear;
}


/*faq*/
.faq-box {
  background-color: #e8f5ff;
  border-radius: 30px;
  margin: 20px 0;
}

.faq-box:hover {
  cursor: pointer;
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 70px 30px 40px;
}

.faq-question strong {
  line-height: 1.5;
  font-size: 2rem;
}

.faq-question::before {
  content: "Q";
  font-family: Arial;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-main);
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 40px;
  top: 50%;
  translate: 0 -50%;
  font-size: 4rem;
  font-weight: lighter;
  color: var(--color-main);
  transition: all 0.3s;
}

.open.faq-question::after {
  rotate: 45deg;
}

.faq-answer {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 40px 30px;
}

.faq-answer::before {
  content: "A";
  font-family: Arial;
  font-size: 3rem;
  font-weight: 700;
  color: #bec7d7;
}


/* header
----------------------------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 132px;
  padding: 10px 30px;
}


/*site-brand*/
.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.site-brand-title {
  line-height: 1.2;
  font-size: clamp(2.2rem, 1.56vw, 3rem);
  font-weight: 700;
}


/*right*/
.header-right>ul {
  display: flex;
  height: 100%;
  border-left: 2px dotted var(--color-main);

}

.header-right>ul>li {
  position: relative;
  border-right: 2px dotted var(--color-main);
  line-height: 1;
}

.header-right>ul>li>a {
  position: relative;
  display: block;
  padding: 3px 1.56vw;
  font-weight: 400;
  font-size: 0.93vw;
  white-space: nowrap;
}

.header-right>ul>li>a.active {
  color: var(--color-main);
}

.header-tel {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header-tel .main {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header-tel .text-tel {
  position: relative;
  padding-left: 45px;
  font-family: var(--font-sub);
  font-size: 3.8rem;
  letter-spacing: 0;
  transition: color 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.header-tel .text-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 35px;
  height: 35px;
  background: url(../images/icon_tel.png) no-repeat left center / contain;

}

.header-tel .balloon-min {
  position: relative;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

.header-tel .balloon-min::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: url(../images/acc_balloon_min.png) no-repeat left center / contain;
}

.header-tel .balloon-min::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  width: 18px;
  height: 18px;
  background: url(../images/acc_balloon_min.png) no-repeat right center / contain;
}


.header-tel .hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  font-size: 1.6rem;
}

.header-tel .hours .tag {
  padding: 5px;
  background-color: var(--color-main);
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
}

/*inner nav*/
.in-trigger {
  position: relative;
  display: block;
  padding-right: 25px !important;
}

.in-trigger::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  background: url(../images/icon_arrow_down_ye.svg) no-repeat center / contain;
}



/* fixed-menu
----------------------------------------------------------------------------------------------- */

.fixed-menu {
  position: fixed;
  z-index: 9999;
  right: 10px;
  top: 7px;
  display: flex;
  justify-content: flex-end;
  display: none;
}

.header-menu-btn {
  position: relative;
  z-index: 9999;
  width: 85px;
  height: 85px;
  background-color: var(--color-main);
  border-radius: 50%;
  box-shadow: 0 5px 0 #d1ebff;
  transition: background-color 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.open-nav .header-menu-btn {
  background-color: #005a9e;
}


.header-menu-btn strong {
  display: block;
  margin-top: 5px;
  line-height: 1;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}


.btn-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}

.btn-open div {
  position: relative;
  width: 40px;
  height: 26px;
  transition: transform 0.4s ease-in-out;
}

.btn-open span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 50rem;
  transition: all 0.3s;
  transform-origin: center;
}

.btn-open span:nth-child(1) {
  top: 0;
}

.btn-open span:nth-child(2) {
  top: 50%;
  translate: 0 -50%;
}

.btn-open span:nth-child(3) {
  bottom: 0;
}

.btn-open.active span:nth-child(1) {
  top: 50%;
  opacity: 1;
  transform: skewY(25deg);
}

.btn-open.active span:nth-child(2) {
  opacity: 0;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

.btn-open.active span:nth-child(3) {
  bottom: 39%;
  opacity: 1;
  transform: skewY(-25deg);
}








/* overlay
----------------------------------------------------------------------------------------------- */

.overlay {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 9990;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  /*common*/
  width: 100%;
  height: 100%;
  color: #fff;
  transition: visibility 0.2s ease-in-out,
    opacity 0.2s 0.6s ease-in-out;
}

.overlay.open {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  transition: all 0.2s ease-in-out;
}


.overlay::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  background-color: var(--color-main);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
}

.overlay.open::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.scroll-wrap {
  width: 50%;
  height: calc(100% - 60px);
  margin-left: auto;
  padding: 30px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.overlay-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.open .overlay-inner {
  opacity: 1;
  transition: opacity 0.3s 0.3s ease-in-out;
}

/*list*/
.overlay-list {
  display: flex;
  flex-direction: column;
}

.overlay-list li {
  line-height: 1;
  border-bottom: 1px solid #fff;
}

.overlay-list li a {
  display: block;
  padding: 30px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.overlay-list li a:hover {
  color: var(--color-sub);
}

.overlay-list li a.active {
  color: var(--color-sub);
  background-color: #005a9e;
}

.overlay-list li .icon-arrow::after {
  right: 30px;
  width: 22px;
  height: 10px;
}




/* fixed-btn
----------------------------------------------------------------------------------------------- */
.fixed-btn {
  position: sticky;
  bottom: 10px;
  left: 0;
  z-index: 997;
  margin: 150px 0 0;
  opacity: 0;
  transition: opacity 0.6s;
  pointer-events: none;
}

.is-animation .fixed-btn {
  opacity: 1;
}

.fixed-btn ul {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.fixed-btn ul li {
  position: relative;
  min-width: 220px;
  margin: 0 1px;
  background-color: rgba(51, 51, 51, 0.8);
  transition: background 0.6s;
  color: #fff;
  overflow: hidden;
}

.fixed-btn ul li:first-child {
  border-radius: 50rem 0 0 50rem;
}

.fixed-btn ul li:last-child {
  border-radius: 0 50rem 50rem 0;
}

.fixed-btn ul li::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(244, 144, 37);
  background: linear-gradient(90deg, rgba(244, 144, 37, 1) 0%, rgba(222, 54, 54, 1) 100%);
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
}



.fixed-btn ul li:hover::after {
  transform: translateX(0);

}

.fixed-btn ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-weight: 700;
  pointer-events: all;
  opacity: 1;
  overflow: hidden;
}


.fixed-btn ul .fixed-btn-tel a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 60px;
  overflow: hidden;
}

.fixed-btn ul .fixed-btn-tel a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_tel.png) no-repeat left center / contain;
}

.fixed-btn ul .fixed-btn-tel dl {
  display: flex;
  align-items: center;
  margin: 3px;
  line-height: 1;
}

.fixed-btn ul .fixed-btn-tel dl dt {
  font-size: 1.4rem;
}

.fixed-btn ul .fixed-btn-tel dl dd {
  margin-left: 10px;
  font-family: 'Poppins';
  white-space: nowrap;
  font-weight: 400;
}


/* footer
----------------------------------------------------------------------------------------------- */
.footer {
  padding: 100px 0 80px;
  background-color: var(--color-sub);
}

/*content*/
.footer-inner {
  width: 1170px;
  max-width: 95%;
  margin: 0 auto;
}


.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 50px;
}

.footer-summary {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-summary .link-instargam {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 0 #bec7d7;
}

.footer-logo {
  font-size: 3rem;
}


.footer-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 20px;
}

.footer-tel .text-tel {
  position: relative;
  padding-left: 65px;
  line-height: 1;
  font-family: var(--font-sub);
  font-size: 5rem;
  letter-spacing: 0;
}

.footer-tel .text-tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 50px;
  height: 50px;
  background: url(../images/icon_tel.png) no-repeat left center / contain;

}

.footer-tel .hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.6rem;
}

.footer-tel .hours .tag {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 1;
  color: var(--color-main);
  font-size: 1.4rem;
}

.footer-sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.footer-sitemap li {
  border-right: 2px dotted #666666;
  line-height: 1;
}

.footer-sitemap li:first-of-type {
  border-left: 2px dotted #666666;
}

.footer-sitemap li a {
  display: block;
  padding: 5px 30px;
  line-height: 1;
}


.copyright {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.4rem;
}


/* p-back
----------------------------------------------------------------------------------------------- */
.p-back {
  margin-top: 131px;
  padding: 130px 0;
  background: url(../images/bg_lattice_re.jpg) repeat center;
  border-top: 1px solid #e8f5ff;
  border-bottom: 1px solid #e8f5ff;
}

.p-back .title {
  line-height: 1;
  font-size: 5rem;
  color: var(--color-main);
  font-weight: 700;
}





/* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
.p-link-nav {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background-color: var(--bg-main);
}

.p-link-nav::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: 0;
  width: 80px;
  height: 100%;
  background-color: var(--bg-main);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.p-link-nav::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 0;
  width: 80px;
  height: 100%;
  background-color: var(--bg-main);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.p-link-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 80px;
  gap: 10px 50px;
  padding: 15px;
}

.p-link-nav ul li {
  line-height: 1;
}

.p-link-nav ul li a {
  font-size: 1.6rem;
  font-weight: 400;
}






/* コンテナボックス
----------------------------------------------------------------------------------------------- */
.inner-box {
  margin: 50px 0;
}




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


---  print 印刷用CSS


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media print {

  body {
    width: 1024px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }

  .container {
    padding: 0 3%;
  }

  .fadeIn,
  .fadeInUp,
  .fadeInLeft,
  .fadeInRight,
  .fadeInDown,
  .zoomIn {
    opacity: 1 !important;
  }

  .header,
  .site-brand,
  .fixed-btn {
    position: relative !important;
  }

  .fixed-menu,
  .site-brand {
    position: absolute !important;
  }

  .footer-address {
    margin-top: 80px;
  }

  .header-tel {
    margin-left: auto;
  }

  .faq-answer {
    display: flex !important;
  }


}

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


---  min-width1920


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1920px) {}




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


---  max-width1500


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1500px) {

  /* common
----------------------------------------------------------------------------------------------- */



  /* header
----------------------------------------------------------------------------------------------- */
  .header-top {
    height: 100px;
    padding-right: 110px;
  }

  .header-right {
    display: none;
  }

  .header-tel {
    flex-direction: row;
  }

  .header-tel .hours {
    margin-top: 25px;
  }

  /* fixed-menu
----------------------------------------------------------------------------------------------- */
  .fixed-menu {
    display: block;
  }


  /* footer
----------------------------------------------------------------------------------------------- */

  /* back
----------------------------------------------------------------------------------------------- */
  .p-back {
    margin-top: 100px;
  }

  /* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
  .p-link-nav {
    max-width: calc(100% - 160px);
  }

}




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


---  max-width1300


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1300px) {

  /* common
----------------------------------------------------------------------------------------------- */
  .c-btn-contact {
    width: 95%;
  }

  /* header
----------------------------------------------------------------------------------------------- */

  /*right*/
  .header-right {
    padding: 0 25px;
  }

  .header-right>ul {
    gap: 0 30px;
  }

  .header-right>ul>li>a {
    font-size: 1.5rem;
  }


  /* footer
----------------------------------------------------------------------------------------------- */

  .footer-sitemap li a {
    padding: 5px 20px;
    font-size: 1.4rem;
  }



}










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


---  1199px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 1199px) {

  /* common
----------------------------------------------------------------------------------------------- */

  /*特定幅*/
  .inner-max {
    max-width: 720px;
  }

  .inner-min {
    max-width: 620px;
  }


  /*btn*/

  .c-btn-contact {
    font-size: 3.4rem;
  }

  .icon-mail {
    padding-left: 58px;
  }

  .icon-mail::before {
    width: 40px;
  }


  /*list*/
  .check-list li {
    font-size: 1.8rem;
  }



  /* wrap
-------------------------------------------------------------------------------- */
  .wrap {
    padding: 0 25px;
  }




  /* header
----------------------------------------------------------------------------------------------- */

  /* fixed-menu
----------------------------------------------------------------------------------------------- */



  /* overlay
----------------------------------------------------------------------------------------------- */


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-logo {
    font-size: 2.4rem;
  }

  .footer-tel .text-tel {
    padding-left: 50px;
    font-size: 4rem;
  }

  .footer-tel .text-tel::before {
    width: 40px;
    height: 40px;
  }


  /* back
----------------------------------------------------------------------------------------------- */


}







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


--- 991px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 991px) {

  body {
    font-size: 1.6rem;
  }

  section {
    margin-top: 100px;
    margin-bottom: 100px;
  }


  /* flex
----------------------------------------------------------------------------------------------- */
  .flex-block-between .left,
  .flex-block-between .right {
    width: 100%;
  }


  /* common
----------------------------------------------------------------------------------------------- */
  /*特定幅*/
  .inner-max {
    max-width: 620px;
    t
  }

  .inner-min {
    max-width: 520px;
  }



  /*title*/
  .title-max {
    font-size: 3.4rem;
  }

  .title-mid {
    font-size: 2.8rem;
  }

  .title-loudly::before {
    left: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
  }

  .title-loudly::after {
    right: -40px;
    bottom: -40px;
    width: 80px;
    height: 80px;
  }

  /*text*/
  .heading {
    font-size: 1.8rem;
  }


  /*btn*/

  .c-btn {
    font-size: 2rem;
  }

  .c-btn::before {
    right: 10px;
    width: 40px;
    height: 40px;
    background-size: 8px;
  }


  /*bg*/
  .bg-main,
  .bg-sub,
  .bg-lattice {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  /*リスト*/
  .list-3col {
    grid-template-columns: repeat(auto-fit, calc(50% - 15px));
    gap: 30px;
  }

  .list-4col {
    grid-template-columns: repeat(auto-fit, calc(33.33% - 10px))
  }


  .c-defi-desc.list-2col {
    grid-template-columns: 1fr;
  }

  .c-defi-desc dl {
    width: 80%;
  }

  /*faq*/
  .faq-question {
    padding: 20px 70px 20px 30px;
  }

  .faq-answer {
    padding: 0 30px 20px;
  }



  /* header
----------------------------------------------------------------------------------------------- */
  .header {
    position: relative;
  }

  .site-brand-logo img {
    width: 50px;
  }

  .header-top {
    padding-right: 80px;
    padding-left: 20px;
  }

  .header-menu-btn {
    width: 70px;
    height: 70px;
  }

  .header-tel {
    flex-direction: column;
  }

  .header-tel .text-tel {
    padding-left: 35px;
    font-size: 3rem;
  }

  .header-tel .text-tel::before {
    width: 30px;
    height: 30px;
  }

  .header-tel .hours {
    margin-top: 0;
  }

  .header-tel .hours .tag {
    padding: 3px;
    font-size: 1.2rem;
  }

  .header-tel .balloon-min {
    font-size: 1.2rem;
  }

  /* flexed
----------------------------------------------------------------------------------------------- */
  .btn-open div {
    height: 20px;
  }



  /* overlay
----------------------------------------------------------------------------------------------- */
  .overlay {
    top: 0;
  }

  .scroll-wrap {
    height: 100%;
    padding: 100px 0 30px;
  }

  .overlay-list li a {
    font-size: 2rem;
  }

  /* footer
----------------------------------------------------------------------------------------------- */
  .footer {
    padding: 50px 0 40px;
  }

  .footer-sitemap {
    flex-wrap: wrap;
  }

  .footer-sitemap li a {
    padding: 5px 10px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
  }

  /* back
----------------------------------------------------------------------------------------------- */
  .p-back {
    margin-top: 0;
    padding: 100px 0;
  }

  .p-back .title {
    font-size: 4rem;
  }



  /* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
  .p-link-nav ul {
    gap: 10px 25px;
  }

  .p-link-nav ul li a {
    font-size: 1.4rem;
  }



}











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


--- 767px(スマホ、ipad縦以下)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {

  body {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.4rem;
  }


  section {
    margin-top: 80px;
    margin-bottom: 80px;
  }


  /* common
----------------------------------------------------------------------------------------------- */


  /*特定幅*/
  .inner-max,
  .inner-min {
    max-width: inherit;
  }


  /*bg*/
  .bg-main {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-sub {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  /*title*/
  .title-max {
    font-size: 3.2rem;
  }

  .title-max .min {
    font-size: 2rem;
  }

  .title-col {
    margin: 15px auto;
    font-size: 2.4rem;
  }

  .title-balloon {
    padding: 20px 30px;
  }

  .title-point {
    gap: 0 15px;
  }

  .title-point .point {
    font-size: 1.4rem;
  }

  .title-point .point .number {
    width: 60px;
    height: 60px;
    font-size: 3rem;
  }


  /*btn*/

  .c-btn-min {
    font-size: 1.4rem;
  }

  .c-btn-recruit .inner {
    padding: 60px 0 40px;
  }

  .c-btn-recruit .text {
    font-size: 1.6rem;
  }

  .c-btn-recruit .icon-arrow {
    width: 80px;
    height: 80px;
    margin-left: auto;
  }

  .c-btn-recruit .icon-arrow::after {
    width: 35px;
  }

  .c-btn-recruit .title-sec .sub {
    font-size: 7rem;
  }

  .c-btn-recruit .title-sec .main {
    font-size: 2rem;
  }

  /*link*/

  /*list*/
  .number-list {
    padding-left: 2rem;
  }

  .indent-list {
    margin: 15px 0 15px 0;
  }


  .col-title {
    margin: 10px auto;
    font-size: 1.8rem;
  }

  .list-3col {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
  }

  .list-3col-max {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
    gap: 15px;
  }

  .list-4col {
    grid-template-columns: repeat(auto-fit, calc(50% - 8px));
  }

  /*list*/
  .disc-list li {
    padding-left: 15px;
  }

  .disc-list li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }


  /*dl*/
  .c-defi {
    margin: 25px 0;
  }

  .c-defi-box {
    flex-direction: column;
  }

  .c-defi-team {
    padding: 10px;
    background-color: #fafafa;
  }

  .c-defi-desc {
    padding: 10px 5px 20px;
  }

  .difi-detail .c-defi-team {
    padding-bottom: 5px;
  }

  .difi-detail .c-defi-desc {
    padding-top: 5px;
  }


  /*table*/
  .table-responsive {
    position: relative;
    border: none;
  }

  .c-table {
    min-width: 100%;
    width: max-content;
  }

  .c-table-header .c-table-term {
    padding: 10px;
    font-size: 1.3rem;
  }

  .c-table-box .c-table-term {
    padding: 15px 10px;
  }

  .c-table-box .c-table-desc {
    padding: 15px 10px;
  }


  /*breadcrumb*/
  .breadcrumb-wrap {
    display: none;
    max-width: 80%;
    font-size: 1.2rem;
  }



  /*faq*/
  .faq-box {
    border-radius: 20px;
  }

  .faq-question {
    padding: 15px 50px 15px 20px;
  }

  .faq-question::after {
    right: 20px;
  }

  .faq-question strong {
    font-size: 1.8rem;
  }

  .faq-answer {
    padding: 0 20px 15px;
  }




  /* wrap
-------------------------------------------------------------------------------- */
  .wrap {
    padding: 0 20px;
  }




  /* header
----------------------------------------------------------------------------------------------- */
  .header-top {
    height: 95px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
  }


  .site-brand-logo {
    display: none;
  }

  .site-brand-logo img {
    width: 40px;
  }

  .site-brand-title {
    font-size: 1.8rem;
  }

  .header-tel .hours {
    font-size: 1.4rem;
  }



  /* .overlay
----------------------------------------------------------------------------------------------- */

  .overlay::before {
    width: 70%;
  }

  .scroll-wrap {
    width: 70%;
  }

  .overlay-list li a {
    padding: 20px;
    font-size: 2rem;
  }


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-sitemap {
    display: none;
  }

  .footer-bottom {
    margin-top: 0;
  }


  /* back
----------------------------------------------------------------------------------------------- */


  /* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
  .p-link-nav {
    max-width: 100%;
  }

  .p-link-nav ul {
    width: 100%;
    justify-content: flex-start;
    min-height: inherit;
    padding: 0 30px 20px;
  }


  .p-link-nav::before {
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .p-link-nav::after {
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .p-link-nav ul li a {
    font-size: 1.2rem;
  }


  /* コンテナボックス
----------------------------------------------------------------------------------------------- */
  .inner-box {
    margin: 25px 0;
  }
}










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


--- 560px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 560px) {



  /*bg*/

  .visible-xss {
    display: block;
  }

  .hidden-xss {
    display: none;
  }




  /*title*/
  .title-max {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .title-loudly {
    font-size: 2.6rem;
  }


  .title-cap {
    font-size: 1.8rem;
  }

  .title-balloon {
    padding: 20px 10px;
    border-radius: 30px;
    line-height: 1.3;
    font-size: 2.4rem;
  }

  .title-point {
    flex-direction: column;
    text-align: center;
  }

  /*btn*/
  [class*="c-btn"] {
    padding: 20px 25px;
    font-size: 1.8rem;
  }

  [class*="c-btn"]::after {
    width: 6px;
    height: 15px;
  }

  .c-btn-min {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
  }


  /*link*/
  .link-tel {
    padding-left: 40px;
    font-size: 3rem;
  }

  .link-tel::before {
    width: 30px;
    height: 30px;
  }


  /*list*/
  .list-2col,
  .list-3col,
  .list-3col-max {
    /* grid-template-columns: repeat(auto-fit, calc(100% - 15px)); */
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .list-4col,
  .list-5col {
    grid-template-columns: repeat(auto-fit, calc(50% - 15px));
  }



  /*faq*/
  .faq-question {
    gap: 10px;
  }

  .faq-question::before {
    font-size: 2.2rem;
  }

  .faq-question::after {
    right: 15px;
    font-size: 3rem;
  }

  .faq-question strong {
    font-size: 1.5rem;
  }

  .faq-answer {
    gap: 10px;
  }

  .faq-answer::before {
    font-size: 2.2rem;
  }



  /* header
----------------------------------------------------------------------------------------------- */
  .header-top {
    height: 70px;
    padding-right: 70px;
  }

  .site-brand-title {
    font-size: 1.6rem;
  }

  .header-tel .text-tel {
    padding-left: 20px;
    font-size: 1.8rem;
  }

  .header-tel .text-tel::before {
    width: 15px;
    height: 15px;
  }

  .header-tel .hours {
    display: none;
    gap: 5px;
    font-size: 1.2rem;
  }

  .header-tel .balloon-min {
    display: none;
  }



  /* fixed
----------------------------------------------------------------------------------------------- */
  .fixed-menu {
    right: 5px;
    top: 5px;
  }

  .header-menu-btn {
    width: 55px;
    height: 55px;
  }

  .header-menu-btn strong {
    font-size: 1.2rem;
  }

  .btn-open div {
    width: 30px;
    height: 18px;
  }


  .btn-open.active span:nth-child(3) {
    bottom: 45%;
  }




  /* overlay
----------------------------------------------------------------------------------------------- */
  .overlay::before {
    width: 100%;
  }

  .scroll-wrap {
    width: 100%;
    padding: 80px 0 30px;
  }



  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-summary {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .footer-logo {
    font-size: 2.2rem;
  }

  .footer-tel {
    flex-direction: column;
  }


  /* back
----------------------------------------------------------------------------------------------- */
  .p-back {
    padding: 80px 0;
  }

  .p-back .title {
    font-size: 3rem;
  }



}






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


---  高さが小さいとき


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (orientation: landscape) and (max-height: 660px) {}