@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

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

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

fieldset, option {
  padding: 0;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

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

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

[hidden], template {
  display: none;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

body a:link, body a:hover, body a:visited, body a:active {
  color: #333;
}
body a:focus {
  outline: none;
}
body a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-family: "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.header-wrap .head-logo {
  width: 100%; /*12:12*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-wrap .head-logo a {
  width: fit-content;
}
.header-wrap .head-logo a img {
  max-width: 160px;
  line-height: 1;
}
.header-wrap .head-logo span {
  width: 100%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem); /*14px~16px*/
  font-weight: bold;
  padding-left: 15px;
}
.header-wrap .head-right {
  display: flex;
  justify-content: flex-end;
}

@media print, screen and (min-width: 900px) {
  .header-wrap .head-logo {
    width: 31.605562579%; /*12:3.8*/
  }
  .header-wrap .head-logo a img {
    max-width: 180px;
  }
  .header-wrap .head-right {
    width: 68.306010929%; /*12:8.2*/
  }
}
.menu__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 899px) {
  .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    margin: -600px 0 0 0;
    padding: 0.6em 0;
    text-align: center;
    z-index: 3;
    transition-duration: 0.5s;
  }
}
.menu__box li {
  margin-right: 5px;
}
.menu__box li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 899px) {
  .menu__box li {
    margin-right: 0;
  }
}
.menu__box li .menu__item {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.menu__box li .menu__item span {
  display: block;
  color: #00A0E9;
  font-size: 70%;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .menu__box li .menu__item {
    display: block;
    padding: 12px 24px;
    transition-duration: 0.5s;
  }
}
.menu__box li .active {
  color: #006CC8;
}
.menu__box li .active .active-span {
  color: #333;
}

.head-contact-btn {
  flex-direction: row !important;
  align-items: center;
  border-radius: 50px;
  background-color: #00A0E9;
  padding: 0.5em 2em !important;
  font-size: 16px !important;
  color: #fff !important;
  justify-content: space-between;
}
.head-contact-btn i {
  padding-right: 0.8em;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #00A0E9;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #00A0E9;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}

.menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: fixed; /*position: relative;*/
  top: 1em;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 4;
}
.menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00A0E9;
}
.menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00A0E9;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}
.menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #00A0E9;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 900px) {
  .menu__btn {
    display: none;
  }
}

body a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover img {
  filter: alpha(opacity=85);
  opacity: 0.85;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*start*/
.index-layout-txt {
  margin-bottom: 30px;
}

#index-layout-bg, #index-layout-bg2 {
  background-color: #F6F6F6;
  padding-top: clamp(3rem, 2.273rem + 3.64vw, 5rem); /*3rem~5rem*/
  padding-bottom: clamp(3rem, 2.273rem + 3.64vw, 5rem); /*3rem~5rem*/
}

/*end*/
/*ボタン*/
.common-btn1 {
  font-weight: 600;
}
.common-btn1 a {
  border-radius: 50px;
  border: 2px solid #006CC8;
  padding: 0.8em 3em;
  display: inline-block;
}
.common-btn1 a:link, .common-btn1 a:visited, .common-btn1 a:hover, .common-btn1 a:active {
  color: #006CC8;
}
.common-btn1 a i {
  padding-left: 1em;
}

/*pagetop*/
#scroll-to-top-btn {
  position: fixed;
  bottom: 70px;
  right: 10px;
  height: 30px;
  width: 30px;
  background-color: #006CC8;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  transition-duration: 0.5s;
  display: flex;
  justify-content: center;
}

#scroll-to-top-btn span {
  display: block;
  border-top: #ffffff 2px solid;
  border-right: #ffffff 2px solid;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  top: 12px;
  position: absolute;
}

/*見出し*/
.common-lbl1 {
  font-size: clamp(1.75rem, 1.25rem + 2.5vw, 3.125rem); /*28px~50px*/
  line-height: 1em;
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}
.common-lbl1 span {
  padding-top: 0.8em;
  font-size: 50%;
  font-weight: 600;
  color: #006CC8;
  display: block;
}

/*汎用*/
.order1 {
  order: 1;
}

@media print, screen and (min-width: 768px) {
  .order {
    order: 2;
  }
  .index-layout-wrap {
    display: flex;
    justify-content: space-between;
  }
  .index-layout-wrap .index-layout-txt {
    width: 50%; /*12:6*/
    margin-bottom: 0;
  }
  .index-layout-wrap .index-layout-img {
    width: 45.8085203848%; /*12:5.5*/
  }
  .index-layout-wrap .index-layout-img img {
    height: auto;
  }
  .index-layout-wrap .index-layout-img.order1 {
    justify-content: flex-start;
  }
  /*pagetop*/
  #scroll-to-top-btn {
    height: 50px;
    width: 50px;
    bottom: 10px;
  }
  #scroll-to-top-btn span {
    width: 15px;
    height: 15px;
    top: 22px;
  }
}
.inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.narrow-inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-area-btn {
  border-radius: 50px;
  background-color: #00A0E9;
  margin-bottom: 30px;
}
.contact-area-btn:last-child {
  margin-bottom: 0;
}
.contact-area-btn a {
  padding: 0.5em 3em;
  display: inline-block;
  width: 100%;
}
.contact-area-btn a:link, .contact-area-btn a:visited, .contact-area-btn a:hover, .contact-area-btn a:active {
  color: #fff !important;
}
.contact-area-btn a .contact-area-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-area-btn a .contact-area-box i {
  padding-right: 0.6em;
  font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem); /*20px~26px*/
}
.contact-area-btn a .contact-area-box p {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem); /*20px~24px*/
  line-height: 1.2em;
}
.contact-area-btn a .contact-area-box p span {
  display: block;
  font-size: 60%;
  font-weight: 500;
}
.contact-area-btn a .contact-area-box .contact-area-txt {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem); /*20px~28px*/
}

footer {
  background-color: #3A3A3A;
  padding: 2em 0;
  color: #fff !important;
}

.foo-cont-wrap .foo-cont-box {
  margin-bottom: 30px;
}
.foo-cont-wrap .foo-cont-box:last-child {
  margin-bottom: 0;
}
.foo-cont-wrap .foo-cont-box p {
  text-decoration: none;
}
.foo-cont-wrap .foo-left-company figure {
  margin-bottom: 20px;
}
.foo-cont-wrap .foo-left-company figure img {
  max-width: 180px;
}
.foo-cont-wrap .foo-left-company figure figcaption {
  color: #fff !important;
  padding-top: 0.3em;
}
.foo-cont-wrap .foo-nav-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foo-cont-wrap .foo-nav-wrap li {
  width: 49.115913556%; /*12:5.9*/
  margin-bottom: 10px;
}
.foo-cont-wrap .foo-nav-wrap li:last-child {
  margin-bottom: 0;
}
.foo-cont-wrap .foo-nav-wrap li a:link, .foo-cont-wrap .foo-nav-wrap li a:visited, .foo-cont-wrap .foo-nav-wrap li a:hover, .foo-cont-wrap .foo-nav-wrap li a:active {
  color: #fff !important;
}
.foo-cont-wrap .foo-nav-wrap li a i {
  padding-right: 0.5em;
}

small {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .contact-area-wrap {
    display: flex;
    justify-content: center;
  }
  .contact-area-wrap .contact-area-btn {
    margin-right: 3em;
    margin-bottom: 0;
  }
  .contact-area-wrap .contact-area-btn:last-child {
    margin-right: 0;
  }
  .contact-area-wrap .contact-area-btn .contact-area-box {
    justify-content: space-between;
  }
  .foo-cont-wrap {
    display: flex;
    justify-content: space-between;
  }
  .foo-cont-wrap .foo-cont-box {
    width: 49.115913556%; /*12:5.9*/
    margin-bottom: 0;
  }
}
.hidden-md,
.hidden-lg,
.hidden-xsm {
  display: none;
}

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

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

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

.link-blue a {
  text-decoration: underline;
}
.link-blue a:link, .link-blue a:visited, .link-blue a:hover, .link-blue a:active {
  color: #00A0E9;
}

/*隙*/
.common-bt1 {
  margin-bottom: clamp(3.75rem, 3.295rem + 2.27vw, 5rem); /*70px~80px*/
}

.contents-end-bt {
  margin-bottom: clamp(5.625rem, 5.398rem + 1.14vw, 6.25rem); /*90px~100px*/
}

.cont-box-bt1 {
  margin-bottom: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem); /*30px~40px*/
}

.cont-box-bt2 {
  margin-bottom: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem); /*20px~30px*/
}

.cont-box-bt3 {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}

.cont-box-bt4 {
  margin-bottom: 10px;
}

.sp-bt-1 {
  margin-bottom: 1em;
}

.padd-0 {
  padding: 0 !important;
}

.padd-t1 {
  padding-top: 1em;
}

.padd-t2 {
  padding-top: 2em;
}

@media print, screen and (min-width: 900px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
}
@media print, screen and (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .sp-bt-1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 899px) {
  .hidden-xsm {
    display: none !important;
  }
  .visible-xsm {
    display: block !important;
  }
}
/*メインビジュアル*/
.other-main-bg {
  background-image: url(../images/other_mainvi.png?20240611);
  background-position: center;
  background-size: cover;
  padding-top: clamp(3rem, 2.273rem + 3.64vw, 5rem); /*3rem~5rem*/
  padding-bottom: clamp(3rem, 2.273rem + 3.64vw, 5rem); /*3rem~5rem*/
}

/*start*/
.google-maps {
  padding-bottom: 90%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.detail-li-wrap li {
  margin-bottom: 20px;
  vertical-align: middle;
  text-align: center;
}
.detail-li-wrap li:last-child {
  margin-bottom: 0;
}
.detail-li-wrap li a {
  border: 2px solid #00A0E9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  width: 100%;
  height: 100%;
  position: relative;
  font-weight: 600;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16px~18px*/
}
.detail-li-wrap li a:link, .detail-li-wrap li a:visited, .detail-li-wrap li a:hover, .detail-li-wrap li a:active {
  color: #00A0E9;
}
.detail-li-wrap li a::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 1em;
}

.detail-cont-L {
  margin-bottom: 20px;
}

.detail-cont-R p {
  font-size: 90%;
}

.detail-cont-Rs h4 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem); /*16px~18px*/
  font-weight: 500;
  color: #006CC8;
}

.policy-lbl {
  font-weight: 600;
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem); /*10px~20px*/
}
.policy-lbl i {
  padding-right: 1em;
}

.policy-list-de li {
  list-style-type: disc;
  list-style-position: inside;
}

.sitemap-wrap li {
  border-top: 1px solid #bbb;
}
.sitemap-wrap li:last-child {
  border-bottom: 1px solid #bbb;
}
.sitemap-wrap li a {
  padding: 1em 1.5em;
  display: inline-block;
  width: 100%;
  position: relative;
}
.sitemap-wrap li a::after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 1em;
  color: #006CC8;
}

/*end*/
/*見出し*/
.other-common-lbl {
  text-align: center;
  font-size: clamp(1.75rem, 1.295rem + 2.27vw, 3rem); /*28px~48px*/
  line-height: 1.2em;
  color: #006CC8;
}
.other-common-lbl span {
  display: block;
  font-size: 50%;
  color: #333;
}

.main-lbl-wh {
  color: #fff !important;
}
.main-lbl-wh span {
  color: inherit;
}

.other-prod-lbl1, .other-prod-lbl2 {
  padding: 0.5em 0.8em;
  font-weight: 500;
}

.other-prod-lbl1 {
  background-color: #006CC8;
  color: #fff !important;
}

.other-prod-lbl2 {
  background-color: #E3F2FF;
}

@media print, screen and (min-width: 768px) {
  .google-maps {
    padding-bottom: 40%;
  }
  .detail-li-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .detail-li-wrap li {
    width: 48.309178744%; /*12:5.8*/
    margin-bottom: 30px;
  }
  .detail-li-wrap li:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .detail-li-wrap li a {
    padding: 1.6em;
  }
  .detail-cont-wrap {
    display: flex;
    justify-content: space-between;
    /*detail-cont-Rs{
        width: calc(100% / 2.45);12:4.9
    }*/
  }
  .detail-cont-wrap .detail-cont-L, .detail-cont-wrap .detail-cont-R {
    width: 48.309178744%; /*12:5.8*/
    height: fit-content;
  }
  .detail-cont-wrap .detail-cont-Lw {
    width: 57.5043128235%; /*12:6.9*/
  }
  .detail-cont-wrap .detail-cont-L {
    margin-bottom: 0;
  }
  /*見出し*/
  .other-prod-lbl1, .other-prod-lbl2 {
    padding: 0.8em 1.2em;
  }
}
.cont-tbl1 {
  border: 0;
  background-color: #fff;
  width: 100%;
}

.cont-tbl1 tr {
  border-top: 1px solid #bbb;
}
.cont-tbl1 tr:last-child {
  border-bottom: 1px solid #bbb;
}
.cont-tbl1 th, .cont-tbl1 td {
  padding: 10px 10px;
  vertical-align: middle;
  width: 100%;
}
.cont-tbl1 th {
  display: block;
  text-align: left;
}
.cont-tbl1 td {
  display: block;
}

.products-tbl {
  width: 100%;
  border: 1px solid #bbb;
  border-collapse: collapse;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem); /*12px~14px*/
}
.products-tbl th, .products-tbl td {
  border-collapse: collapse;
  border: 1px solid #bbb;
  vertical-align: middle;
  padding: 0.5em 1em;
}
.products-tbl th {
  background-color: #E3F2FF;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .cont-tbl1 tr {
    display: flex;
  }
  .cont-tbl1 th, .cont-tbl1 td {
    padding: 18px;
    display: table-cell;
  }
  .cont-tbl1 th {
    width: 25%;
    text-align: center;
  }
  .cont-tbl1 td {
    width: 73%;
  }
}
/*メールフォームのcss*/
form input[type=text], form textarea {
  width: 100%;
  padding: 5px;
  font-size: 110%;
  display: block;
}

form input[type=submit], form input[type=reset], form input[type=button] {
  display: block;
  width: 100%;
  height: 40px;
}

/*メールフォームのcssEND*/
form input, form textarea {
  border: 1px solid #bbb;
}
form span {
  font-size: 90%;
  color: #d80000;
}
form .submit-area-wrap {
  display: flex;
  justify-content: center;
  padding-top: clamp(1rem, 0.636rem + 1.82vw, 2rem); /*1rem~2rem*/
}
form .submit-area-wrap input {
  width: fit-content;
  height: auto;
  padding: 1em;
}
form .submit-area-wrap .submit-btn {
  border-color: #006CC8;
  background-color: #c7edff;
}

@media print, screen and (min-width: 768px) {
  form input[type=text], form textarea {
    width: auto;
  }
}
.main-wrap {
  position: relative;
}
.main-wrap .main-logo-area {
  position: absolute;
  top: 55%;
  width: 85%;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main-wrap .main-logo-area .slider-title-h2, .main-wrap .main-logo-area .slider-title-h3 {
  color: #fff !important;
  /*text shadow*/
  -moz-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.54);
  -webkit-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.54);
  -ms-text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.54);
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.54);
}
.main-wrap .main-logo-area .slider-title-h2 {
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem); /*18px~36px*/
  padding: 1em 0;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  width: fit-content;
  position: relative;
  left: 50%;
  transform: translate(-50%, -10%);
  -webkit-transform: translate(-50%, -10%);
  -ms-transform: translate(-50%, -10%);
}
.main-wrap .main-logo-area .slider-title-h3 {
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem); /*16px~30px*/
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80vh;
  width: 100%;
}

.mainvi-img1 {
  background: url(../images/main_vi1.png?20240611) no-repeat center/cover;
}

.mainvi-img2 {
  background: url(../images/main_vi2.png?20240611) no-repeat center/cover;
}

.mainvi-img3 {
  background: url(../images/main_vi3.png?20240611) no-repeat center/cover;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 15 !important;
}

/*メインビジュアル横向きの場合のスタイル */
/*メインビジュアル横向き(PC)の場合のスタイル */

/*# sourceMappingURL=style.css.map */
