/*import
-------------------------------------------------------------------------------- */
:root {
  --color-main: #286aa7;
  --color-main-dark: #0b365e;
  --color-main-light: #a9eaff;
  --bg-main: #256aab;
  --bg-main-dark: #0b365e;
  --bg-main-light: #dff4ff;
  --bg-sub: #dff4ff;
  --tax-main: #286aa7 url(../images/tax_main.jpg);
  --tax-main-dark: #0b365e url(../images/tax_main_dark.jpg);
  --tax-main-light: #dff4ff url(../images/tax_main_light.png);
  --font-sub: "DM Serif Text", Georgia, 'Times New Roman', Times, serif;
}

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

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

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 {
  width: 90%;
}

.row {
  height: 100%;
}

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

.p-back+section {
  margin-top: 0;
}


/*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-sec {
  display: grid;
  gap: 15px;
  margin-bottom: 80px;
}

.title-sec .main {
  line-height: 1;
  color: var(--color-main-dark);
  font-size: 2.2rem;
  font-weight: 900;
}

.title-sec .sub {
  line-height: 1;
  color: var(--color-main);
  font-size: 6rem;
  font-family: var(--font-sub);
  letter-spacing: 0.05em;
}

.title-max {
  display: grid;
  gap: 30px;
  margin-bottom: 50px;
}

.title-max .main {
  line-height: 1.2;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.title-max .sub {
  line-height: 1;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}



.title-mid {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 3rem;
  color: var(--color-main);
  font-weight: 900;
  letter-spacing: 0.05em;
}


.title-min {
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 900;
}

.title-heading {
  display: block;
  margin: 50px 0 20px;
  font-size: 2.2rem;
  font-weight: 700;
}

.title-col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: 25px 0;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}

.title-col .min {
  font-size: 1.6rem;
  font-weight: normal;
}

/*bg*/
.bg-wh {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #fff;
}

.bg-main {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--tax-main);
  color: #fff;
}

.bg-main [class*="title-"] {
  color: #fff;
}

.bg-main [class*="title-"] .main {
  color: #fff;
}

.bg-main [class*="title-"] .sub {
  color: #dff4ff;
}

.bg-main-light {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--tax-main-light);
}


/*img*/
.img-wrap {
  border-radius: 25px;
  overflow: clip;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-col {
  border-radius: 15px;
  overflow: clip;
}

.img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*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: 2px solid #333;
}

.text-yellow {
  color: #f7d700;
}

.text-red {
  color: #c93745;
}

.text-pink {
  color: #ea9f8b;
}

.text-green {
  color: #51e8d1;
}

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

.text-lblue {
  color: #2b9cc6;
}

.text-black {
  color: #111;
}

.text-main {
  color: var(--color-main);
}

.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 80%, rgba(255, 252, 0, 0.5) 0%);
  font-weight: 700;
}

.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: fit-content;
  min-width: 270px;
  height: fit-content;
  min-height: 70px;
  padding: 15px 15px 15px 25px;
  gap: 5px 10px;
  background: var(--tax-main);
  border-radius: 50rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

[class*="c-btn"] .text {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}

[class*="c-btn"] .icon-arrow {
  margin-left: auto;
}

[class*="c-btn"]:hover {
  scale: 1.05;
  filter: brightness(1.2);
  color: #fff;
  opacity: 1;
}


[class*="c-btn"].disabled {
  filter: grayscale(1) !important;
  opacity: 0.6 !important;
  pointer-events: none !important;
}

button[class*="c-btn"] {
  outline: none;
  transition: all 0.2s ease-in-out;
}

.c-btn-wh {
  background: #85D8F8;
  background: linear-gradient(90deg, rgba(133, 216, 248, 1) 0%, rgba(243, 247, 251, 1) 100%);
  color: var(--color-main-dark);
}

.c-btn-wh:hover {
  color: var(--color-main-dark);
}

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

.c-btn-min {
  min-width: 200px;
  min-height: 60px;
  padding: 10px;
  font-size: 1.6rem;
}




/*link*/
[class*="link-arrow"] {
  position: relative;
  padding-right: 25px;
}

[class*="link-arrow"]::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 12px;
  background: url(../images/icon_arrow_bl.svg) no-repeat center / contain;
  transition: all 0.3s ease-in-out;

}

.link-arrow-wh::after {
  background: url(../images/icon_arrow_wh.svg) no-repeat center / contain;
}

.link-blank {
  position: relative;
  padding-right: 22px;
}

.link-blank::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 12px;
  background: url(../images/icon_blank.png) no-repeat center / contain;
}

.link-line {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--color-main);
}



[class*="icon-arrow"] {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(172deg, rgb(0, 177, 241) 0%, rgb(234, 240, 247) 100%);
  background-image: -webkit-linear-gradient(172deg, rgb(0, 177, 241) 0%, rgb(234, 240, 247) 100%);
  background-image: -ms-linear-gradient(172deg, rgb(0, 177, 241) 0%, rgb(234, 240, 247) 100%);
}

[class*="icon-arrow"]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 8px;
  height: 12px;
  background: url(../images/icon_arrow_bl.svg) no-repeat center / contain;
  transition: all 0.3s ease-in-out;
}

[class*="icon-arrow"]:hover::after {
  right: -10px;
}

.icon-arrow-wh::after {
  background: url(../images/icon_arrow_wh_r_.png) no-repeat center / contain;
}



.icon-car::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 30px;
  background: url(../images/company/icon_car.png) no-repeat center / contain;
}

.icon-access::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url(../images/company/icon_access.png) no-repeat center / contain;
}





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

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


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

.disc-list li::before {
  content: "";
  background: #111;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}




/*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% - 25px));
  justify-content: flex-start;
  gap: 50px;
}

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

.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;
}

.col-item {
  display: flex;
  flex-direction: column;
}

.col-item p {
  margin-bottom: 25px;
}

.col-img {
  margin-top: auto;
  border-radius: 30px;
  overflow: clip;
}

.col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.gallery-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 50px 0;
}

.gallery-3col:last-child {
  margin-bottom: 0;
}

/*dl*/

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

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

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

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

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

.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-main);
}


.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-main);
}

.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;
}

/*swiper*/
[class*="slider-common"] {
  overflow: clip;
}

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

[class*="slider-common"] .swiper-slide {
  border-radius: 30px;
  overflow: clip;
}

[class*="slider-common"] .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*装飾*/





/* header
----------------------------------------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 120px;
  transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 80px);
  height: 100%;
  margin: 0 auto;
  gap: 50px;
  transition: height 0.2s ease-in-out;
}

.hover-nav .header {
  background-color: #fff;
}

.is-animation .header {
  height: 90px;
  background-color: #fff;
}

.open-nav .header {
  background-color: #fff;
}

/*site-brand*/
.site-brand {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 0 0 60px 0;
}

.site-brand-logo {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.site-brand-logo img {
  width: auto;
  height: 70px;
  transition: all 0.3s ease-in-out;
}

.site-brand-com {
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.site-brand-title {
  line-height: 1;
  font-size: 3rem;
  color: var(--color-main);
  font-family: var(--font-sub);
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.is-animation .site-brand {
  height: 90px;
}

.is-animation .site-brand-logo img {
  height: 60px;
}

.is-animation .site-brand-com {
  font-size: 2rem;
}

.is-animation .site-brand-title {
  font-size: 2.6rem;
}


/*right*/
.header-right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0 30px;
}

.header-nav {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}

.header-nav li {
  position: relative;
}

.header-nav li>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
  white-space: nowrap;
  font-size: 0.93vw;
}

.header-nav li>a:hover,
.header-nav li>a.active {
  opacity: 1;
  color: var(--color-main);
  font-weight: 700;
}

/*inner nav*/
.in-trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 50px 0 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  font-size: 0.93vw;
  transition: all 0.3s ease-in-out;
}

.in-trigger.active,
.in-trigger:hover {
  color: var(--color-main);
  cursor: pointer;
}

.in-trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50%;
  width: 0;
  height: 3px;
  background-color: var(--color-main);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

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

.in-trigger:hover::before,
.in-trigger.is-active::before {
  width: 95%;
  opacity: 1;
}

.in-trigger.is-active::after {
  top: 45%;
  rotate: 180deg;
}

.nav-list-in {
  position: absolute;
  left: -20px;
  top: 120px;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: fit-content;
  padding: 20px 30px;
  background-color: #fff;
  backdrop-filter: blur(3px);
  border-radius: 30px;
  clip-path: polygon(0 0, 100% 1%, 100% 0, 0 0);
  transition: all 0.3s ease-in-out;
}

.nav-list-in.is-open {
  visibility: visible;
  opacity: 1;
  clip-path: polygon(0 0, 100% 1%, 100% 100%, 0% 100%);
}

.nav-list-in li {
  border-bottom: 1px dotted #e0e0e0;
  white-space: nowrap;
}

.nav-list-in li:last-child {
  border-bottom: none;
}

.nav-list-in li a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
}

.nav-list-in li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url(../images/icon_arrow_bl.svg) no-repeat center / contain;
}

.nav-list-in,
.is-animation .nav-list-in {
  top: 90px;
}

/*entry*/
.header-entry.c-btn {
  min-width: 230px;
  min-width: 11.9vw;
  min-height: 65px;
  background-image: -moz-linear-gradient(172deg, rgb(31, 86, 242) 0%, rgb(18, 209, 237) 100%);
  background-image: -webkit-linear-gradient(172deg, rgb(31, 86, 242) 0%, rgb(18, 209, 237) 100%);
  background-image: -ms-linear-gradient(172deg, rgb(31, 86, 242) 0%, rgb(18, 209, 237) 100%);
  font-size: 2.2rem;
  font-size: 1.14vw;
}



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

.fixed-menu {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  display: none;
}

.header-menu-btn {
  position: relative;
  z-index: 9999;
  width: 80px;
  height: 80px;
  transition: background-color 0.3s ease-in-out, opacity 0.2s ease-in-out;
}


.header-menu-btn strong {
  display: block;
  margin-top: 8px;
  line-height: 1;
  font-family: var(--font-sub);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: var(--color-main);
  letter-spacing: 0;
}


.btn-open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 25px;
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.is-animation .btn-open {
  background-color: #fff;
  transition: background-color 0.3s 0.3s ease-in-out;

}

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

.btn-open span {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-main);
  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: 40%;
  opacity: 1;
  transform: skewY(-25deg);
}


.is-animation .btn-open span,
.open-nav .btn-open span {
  background-color: var(--color-main);
}





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

.overlay {
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 9990;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  /*common*/
  width: 100%;
  height: 100%;
  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: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

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


.scroll-wrap {
  width: 100%;
  height: 100%;
  margin-left: auto;
  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;
  padding-bottom: 50px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

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

.overlay-title {
  display: block;
  color: var(--color-main);
  font-size: 2.2rem;
}


/*list*/
.overlay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
}

.overlay-list>li {
  line-height: 1;
  width: 45%;
}

.overlay-list>li>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.overlay-list>li>a:hover,
.overlay-list>li>a.active {
  color: var(--color-main);
}

.overlay-list .home {
  width: 100%;
}

.overlay-list .home .c-btn-min {
  margin: 0 auto;
  justify-content: center;
  color: #fff;
}

.overlay-list-in {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.overlay-list-in li {
  border-bottom: 1px dashed #ccc;
}

.overlay-list-in li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
  padding: 15px 0;
  line-height: 1.3;
}

.overlay-list-in li a:hover,
.overlay-list-in li a.active {
  color: var(--color-main);
  font-weight: 700;
}



/* 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
----------------------------------------------------------------------------------------------- */
/*contact*/
.footer {
  position: relative;
  background: var(--tax-main);
  border-radius: 300px 0 0 0;
  color: #fff;
  overflow-x: clip;
}

.footer-acc {
  position: absolute;
  top: 180px;
  right: 0;
  opacity: 0.1;
  line-height: 1;
  color: #dff4ff;
  font-size: 152px;
  font-size: 7.91vw;
  font-family: var(--font-sub);
  white-space: nowrap;
}

.footer-acc span {
  display: inline-block;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}

.footer-top .title-max {
  margin-bottom: 0;
  gap: 15px;
  white-space: nowrap;
}

.footer-top .c-btn {
  min-width: 430px;
  min-height: 110px;
  background-color: rgba(11, 54, 94, 0.5);
  background-image: -moz-linear-gradient(172deg, rgb(11, 54, 94) 0%, rgba(11, 54, 94, 0) 100%);
  background-image: -webkit-linear-gradient(172deg, rgb(11, 54, 94) 0%, rgba(11, 54, 94, 0) 100%);
  background-image: -ms-linear-gradient(172deg, rgb(11, 54, 94) 0%, rgba(11, 54, 94, 0) 100%);
}

.footer-top .c-btn .text {
  font-size: 3rem;
  font-weight: 900;
}

.footer-top .c-btn .icon-arrow {
  right: 10px;
  width: 60px;
  height: 60px;
  background-image: -moz-linear-gradient(172deg, rgb(11, 54, 94) 1%, rgb(37, 106, 171) 100%);
  background-image: -webkit-linear-gradient(172deg, rgb(11, 54, 94) 1%, rgb(37, 106, 171) 100%);
  background-image: -ms-linear-gradient(172deg, rgb(11, 54, 94) 1%, rgb(37, 106, 171) 100%);
}

.footer-top .c-btn .icon-arrow::after {
  width: 14px;
  height: 21px;
  background-image: url(../images/icon_arrow_wh.svg);
}

.footer-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-top: 1px solid #82aed3;
  color: #fff;
}

.footer-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 200px;
  height: 1px;
  background-color: #fff;
}

.footer-nav-title {
  display: block;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 900;
}

.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.footer-nav ul li a {
  color: #fff;
  font-size: 1.6rem;
}

.footer-links {
  padding: 100px 0;
  background-color: #fff;
}

.footer-links .inner {
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
}

.banner-cps {
  display: grid;
  align-items: center;
  width: fit-content;
  min-width: 330px;
  gap: 0 15px;
  grid-template-columns: 50px 1fr;
  padding: 18px 30px;
  border-radius: 15px;
  background: url(../images/bg_banner_cps.jpg) repeat-y center / cover;
}

.banner-cps img {
  grid-row: 1 / 3;
}

.banner-cps .name {
  line-height: 1.1;
  font-size: 2.2rem;
}

.banner-cps .sub {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  padding-right: 20px;
  line-height: 1;
  color: var(--color-main);
  font-size: 1.4rem;
  font-weight: bold;
}

.banner-cps .sub::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 15px;
  height: 12px;
  background: url(../images/icon_blank.png) no-repeat center / contain;
}

.links-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.links-list li a {
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
}

.footer-copy {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  font-size: 1.6rem;
}

.footer-copy small {
  color: #111;
}

/* p-back
----------------------------------------------------------------------------------------------- */
.p-back {
  position: relative;
}

.p-back .container {
  height: 100%;
}

.p-back-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 120px;
}

.p-back-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50%;
  height: 350px;
}

.p-back .title {
  color: var(--color-main-dark);
  font-size: 3rem;
  font-weight: 900;
}

.p-back .title-cap {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 8rem;
  font-family: var(--font-sub);
  color: #fff;
  letter-spacing: 0.05em;
}


/*breadcrumb*/
.breadcrumb-wrap {
  position: relative;
  max-width: 100%;
  max-width: 40%;
}

.breadcrumb-list {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  padding: 10px 0;
  line-height: 1.2;
  font-size: 1.4rem;
  overflow-x: auto;
}

.breadcrumb-list>span {
  white-space: nowrap;
}

.breadcrumb-list>li {
  position: relative;
}

.breadcrumb-list li a {
  display: block;
  line-height: 1;
  color: #111;
  letter-spacing: 0;
  white-space: nowrap;
}

.breadcrumb-list li:last-child {
  /* overflow: hidden; */
}

.breadcrumb-list li:last-child a {
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  /* overflow: hidden; */
}

.breadcrumb-list>li:not(:last-child) {
  padding-right: 15px;
}

.breadcrumb-list>li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 3px;
  top: 0;
  padding: 0;
  color: #111;
}

.breadcrumb-list>.active {
  color: #111;
}




/* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
.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: 80px 0;
}

.inner-box:last-of-type {
  margin-bottom: 0;
}


/* page
----------------------------------------------------------------------------------------------- */
.bg-other {
  background: url(../images/bg_other.jpg) no-repeat center top;
}

/*news*/
.tag-category {
  display: inline-block;
  min-width: 120px;
  padding: 10px;
  background-color: #fff;
  background-image: -moz-linear-gradient(180deg, rgb(234, 240, 247) 0%, rgb(87, 168, 244) 100%);
  background-image: -webkit-linear-gradient(180deg, rgb(234, 240, 247) 0%, rgb(87, 168, 244) 100%);
  background-image: -ms-linear-gradient(180deg, rgb(234, 240, 247) 0%, rgb(87, 168, 244) 100%);
  border-radius: 3px 3px 20px 3px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-main-dark);
  font-size: 1.6rem;
  text-align: center;
}


/*message*/
.message-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-left: -70px;
  margin-right: -70px;
}

.message-box {
  display: flex;
  flex-direction: column;
}

.message-box:hover {
  scale: 1.05;
  filter: brightness(1.2);
}

.message-thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% * 540 / 400);
  border-radius: 30px 30px 300px 30px;
  overflow: clip;
}

.message-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-info {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
  margin-top: -80px;
}

.message-info .year {
  min-width: 118px;
  padding: 8px 10px;
  background-color: var(--bg-main-dark);
  border-radius: 2px 2px 15px 2px;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.message-info .name {
  min-width: 118px;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 2px 2px 15px 2px;
  line-height: 1;
  color: var(--color-main-dark);
  font-weight: 900;
  text-align: center;
}

.message-catch {
  display: block;
  margin-top: 30px;
  line-height: 1.3;
  color: var(--color-main-dark);
  font-size: 3rem;
  font-weight: 900;
}

.message-catch span {
  color: var(--color-main);
}

.message-list-min {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.message-list-min .message-thumb {
  padding-top: calc(100% * 356 / 356);
  border-radius: 30px 30px 200px 30px;
}

.message-list-min .message-thumb img {
  top: -15px;
  translate: -50% 0;
  height: auto;
}

.message-list-min .message-info {
  margin-top: -100px;
}



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


---  print 印刷用CSS


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

  body {
    width: 991px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    overflow: hidden;
  }

  .container {
    padding: 0 3%;
  }

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

  .site-brand {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }

  .header-top {
    margin-left: 0 !important;
  }

  .header {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
  }

  .breadcrumb-list {
    overflow: hidden !important;
  }



}

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


---  min-width1920


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




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


---  max-width1500


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

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



  /* header
----------------------------------------------------------------------------------------------- */
  .header {
    height: 90px;
  }

  .header-top {
    width: 95%;
  }

  .site-brand {
    height: 90px;
    padding: 0 30px;
  }

  .site-brand-logo img {
    height: 60px !important;
  }

  .site-brand-com {
    font-size: 1.8rem !important;
  }

  .site-brand-title {
    font-size: 2.2rem !important;
  }

  .header-right {
    gap: 0 15px;
  }

  .header-nav li>a {
    font-size: 1.4rem;
  }

  .in-trigger {
    padding: 0 30px 0 10px;
    font-size: 1.4rem;
  }

  .in-trigger::after {
    right: 15px;
    width: 8px;
  }



  /* footer
----------------------------------------------------------------------------------------------- */
  .footer {
    border-radius: 150px 0 0 0;
  }

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



  /* page
----------------------------------------------------------------------------------------------- */
  .message-list {
    margin-left: 0;
    margin-right: 0;
  }

  .message-catch br {
    display: none;
  }

}




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


---  max-width1300


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










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


---  1199px


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

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

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

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


  /*btn*/

  .icon-tel::before {
    width: 35px;
    height: 35px;
  }


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




  /* header
----------------------------------------------------------------------------------------------- */
  .header {
    height: 80px;
  }

  .is-animation .header {
    height: 80px;
    background-color: transparent;
  }

  .open-nav .header {
    background-color: #fff;
  }

  .site-brand {
    height: 80px;
    border-radius: 0 0 25px 0;
  }

  .is-animation .site-brand {
    height: 80px;
  }

  .header-right {
    margin-right: 80px;
  }

  .header-nav {
    display: none;
  }

  .header-entry.c-btn {
    min-width: 170px;
    min-height: 55px;
    font-size: 1.6rem;
  }


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



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


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-nav ul li a{
    font-size: 1.5rem;
  }

  [class*="link-arrow"] {
    padding-right: 14px;
  }

  .footer-top .c-btn {
    min-width: 350px;
  }

  .footer-top .c-btn .text {
    font-size: 2.6rem;
  }

  .footer-links .inner {
    align-items: flex-start;
  }

  .links-list {
    grid-template-columns: 1fr;
  }


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

  .p-back-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumb-list {
    margin-bottom: 30px;
  }

  /* page
----------------------------------------------------------------------------------------------- */
  .message-list {
    grid-template-columns: 1fr;
  }

  .message-box {
    display: grid;
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0 30px;
  }

  .message-info {
    align-items: flex-start;
    margin-top: 0;
  }

  .message-catch {
    margin-bottom: auto;
    font-size: 4rem;
  }

  .message-thumb {
    grid-row: 1/3;
  }

  .message-list-min .message-info {
    margin-top: 0;
  }

}







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


--- 991px


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



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


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

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



  /*title*/
  .title-col {
    font-size: 2rem;
  }

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


  /*btn*/



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

  .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%;
  }



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



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


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-top {
    padding: 100px 0 80px;
    flex-direction: column;
    gap: 40px;
  }

  .footer-acc {
    top: 100px;
    font-size: 120px;
    white-space: wrap;
    text-align: center;
  }

  .footer-top .title-max {
    text-align: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 0;
  }

  .footer-nav .inner {
    width: 45%;
  }

  .footer-links {
    padding: 50px 0;
  }

  .footer-links .inner {
    flex-direction: column;
    align-items: center;
  }


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

  .breadcrumb-list {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }


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

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



  /* page
----------------------------------------------------------------------------------------------- */
  .message-catch {
    font-size: 3rem;
  }

  .message-thumb {
    border-radius: 30px 30px 200px 30px;
  }



}











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


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


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

  body {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
  }


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


  /* common
----------------------------------------------------------------------------------------------- */
  .container {
    width: 95%;
  }

  /*特定幅*/
  .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*/



  /*btn*/


  /*link*/

  /*bg*/
  .bg-wh {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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



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

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


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

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

  .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));
  }

  .gallery-3col {
    grid-template-columns: 1fr 1fr;
  }

  /*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: 15px 5px 5px;
  }

  .c-defi-team br {
    display: none;
  }

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

  .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;
  }





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




  /* header
----------------------------------------------------------------------------------------------- */
  .site-brand {
    padding: 0 20px;
  }

  .is-animation .site-brand {
    height: 65px;
  }

  .site-brand-logo {
    gap: 10px;
  }

  .site-brand-logo img {
    height: 50px !important;
  }

  .is-animation .site-brand-logo img {
    height: 40px !important;
  }

  .site-brand-com {
    font-size: 1.6rem !important;
  }

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

  .header-right {
    display: none;
  }

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

  .btn-open div {
    width: 40px;
    height: 25px;
  }


  /* overlay
----------------------------------------------------------------------------------------------- */
  .overlay {
    top: 65px;
  }

  .overlay-list {
    flex-direction: column;
  }

  .overlay-list>li {
    width: 100%;
  }

  /* footer
----------------------------------------------------------------------------------------------- */
  .footer-acc {
    font-size: 16vw;
  }

  .footer-top .title-max .main {
    font-size: 8.92vw;
  }

  .footer-top .title-max .sub {
    font-size: 3.92vw;
  }

  .footer-nav {
    display: none;
  }


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

  .p-back-wrap {
    height: auto;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
  }

  .p-back-inner {
    height: 250px;
  }

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

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

  .breadcrumb-list {
    display: none;
    width: 100%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .breadcrumb-list li {
    opacity: 0.5;
  }

  /* 各ページページ内リンク
----------------------------------------------------------------------------------------------- */
  .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: 50px 0;
  }


  /* page
----------------------------------------------------------------------------------------------- */
  .bg-other {
    background-position: center top -5%;
  }

  /*message*/
  .message-catch {
    font-size: 2.6rem;
  }


}










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


--- 560px


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 560px) {
  body {
    font-size: 1.4rem;
  }

  p {
    font-size: 1.4rem;
  }

  /*container*/
  .container {
    width: 100%;
  }

  /*bg*/
  .visible-xss {
    display: block;
  }

  .hidden-xss {
    display: none;
  }


  /*title*/
  .title-sec {
    gap: 10px;
    margin-bottom: 50px;
  }

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

  .title-sec .sub {
    font-size: 4.2rem;
  }

  .title-max {
    margin-bottom: 30px;
  }

  .title-max .main {
    font-size: 3.6rem;
  }

  .title-max .number {
    font-size: 6rem;
  }

  .title-mid {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  .title-min {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }

  .title-col {
    gap: 0 8px;
    margin: 15px 0;
    font-size: 1.8rem;
  }

  .title-icon {
    padding-left: 18px;
  }

  .title-icon::before {
    top: 7px;
  }

  .title-heading {
    margin: 25px 0 10px;
    font-size: 1.8rem;
  }

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

  /*btn*/
  .icon-mail::before {
    width: 30px;
    height: 30px;
  }

  .icon-instagram::before {
    width: 30px;
    height: 30px;
  }



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

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


  /*list*/
  .list-3col,
  .list-3col-max {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .gallery-3col {
    grid-template-columns: 1fr;
    margin: 25px 0;
  }


  /*icon*/
  [class*="icon-arrow"] {
    width: 30px;
    height: 30px;
  }

  [class*="icon-arrow"]::after {
    width: 7px;
    height: 10px;
  }

  /*装飾*/
  .p-sec-line {
    padding-top: 60px;
  }

  /*accordion*/
  .c-accordion-icon {
    right: 10px;
    width: 20px;
    height: 20px;
  }


  /* header
----------------------------------------------------------------------------------------------- */
  .header {
    height: 65px;
  }

  .is-animation .header {
    height: 65px;
  }

  .site-brand {
    height: 65px;
    padding-left: 10px;
  }

  .site-brand-logo {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 10px;
  }

  .site-brand-logo img {
    height: 43px !important;
  }

  .site-brand-logo img {
    grid-row: 1 / 3;
  }

  .site-brand-com {
    font-size: 1.4rem !important;
  }

  .site-brand-com br {
    display: none;
  }

  .site-brand-title {
    line-height: 1;
  }


  /* fixed-menu
----------------------------------------------------------------------------------------------- */
  .fixed-menu {
    gap: 0;
    padding: 0;
  }

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

  .header-menu-btn strong {
    margin-top: 5px;
    scale: 0.9;
  }

  .btn-open div {
    width: 40px;
    height: 25px;
  }



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

  .overlay-title {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .overlay-list {
    padding: 25px;
  }

  .overlay-list li a {
    padding: 10px 0;
    font-size: 1.6rem;
  }


  /* footer
----------------------------------------------------------------------------------------------- */
  .footer {
    border-radius: 80px 0 0 0;
  }

  .footer-top .c-btn {
    width: 95%;
    min-width: fit-content;
    min-height: 80px;
  }

  .footer-top .c-btn .text {
    font-size: 2.2rem;
  }

  .footer-top .c-btn .icon-arrow {
    width: 50px;
    height: 50px;
  }

  .footer-nav::before {
    width: 100px;
  }

  .footer-nav .inner {
    width: 100%;
  }

  .footer-nav-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .footer-nav ul {
    gap: 10px;
  }

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

  .links-list li a {
    font-size: 1.4rem;
  }

  .footer-copy {
    align-items: center;
    flex-direction: column;
    font-size: 1.4rem;
  }


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



  /* page
----------------------------------------------------------------------------------------------- */
  .bg-other {
    background-position: top center;
    background-size: 250%;
  }

  .tag-category {
    min-width: 100px;
    padding: 8px;
    font-size: 1.3rem;
  }


  /*message*/

  .message-box {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }

  .message-info {
    align-items: flex-end;
    margin-top: -70px;
  }

  .message-catch {
    margin-top: 15px;
  }

  .message-list-min .message-info {
    margin-top: -100px;
  }



}






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


---  高さが小さいとき


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