@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

@font-face {
  font-family: "dss";
  font-display: swap;
  src: url("../../assets/fonts/dss.woff2") format("woff2");
}
img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #111;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: left;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

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

li {
  list-style: none;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

i, em {
  font-style: normal;
}

@media all and (max-width: 750px) {
  .pcbr {
    display: none;
  }
}

.spbr {
  display: none;
}
@media all and (max-width: 750px) {
  .spbr {
    display: block;
  }
}

/*------------------------------------------------------------
ラッパー
------------------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.smenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  display: block;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease;
}
@media all and (max-width: 1120px) {
  .smenu {
    z-index: 95;
  }
}
@media all and (max-width: 767px) {
  .smenu {
    padding: 10px;
  }
}

.logo {
  position: relative;
}
.logo svg {
  height: 85px;
  width: auto;
  position: relative;
  top: 10px;
  transition: all 0.3s ease;
}
.logo .l2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media all and (max-width: 1120px) {
  .logo {
    z-index: 1000;
  }
  .logo img {
    height: 90px;
    width: auto;
  }
  .logo svg {
    height: 55px;
    width: auto;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .logo img {
    height: 60px;
    width: auto;
  }
  .logo {
    height: 45px;
  }
  .logo svg {
    height: 100%;
    width: auto;
  }
}

#nav-drawer {
  position: relative;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #nav-drawer {
    align-items: center;
  }
}

#nav-open {
  display: none;
  width: 55px;
  height: 55px;
  vertical-align: middle;
  padding: 19px 17px;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 50px;
  background: #462DAF;
  border-radius: 100%;
}
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 20px; /*長さ*/
  border-radius: 10px;
  background: white;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-open span:before {
  bottom: -7px;
}
#nav-open span:after {
  bottom: -14px;
}
@media all and (max-width: 1120px) {
  #nav-open {
    display: inline-block;
    position: relative;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  #nav-open {
    top: 0px;
    right: 0;
    width: 45px;
    height: 45px;
    padding: 16px 15px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    width: 16px; /*長さ*/
  }
  #nav-open span:before {
    bottom: -6px;
  }
  #nav-open span:after {
    bottom: -12px;
  }
}

#nav-close {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

#nav-content {
  right: 0;
  z-index: 9999; /*最前面に*/
  width: auto; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: none; /*最大幅（調整してください）*/
  height: 100%;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  -webkit-overflow-scrolling: touch;
}
#nav-content a {
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
}
#nav-content a:hover {
  opacity: 0.6;
}
#nav-content .n_top {
  color: white;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
#nav-content .n_top i {
  font-family: "dss", sans-serif;
  letter-spacing: 0;
}
#nav-content .n_top .top_tel {
  display: block;
  background: url("../../assets/images/ic_tel1.png") center left no-repeat;
  background-size: 20px auto;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "dss", sans-serif;
  letter-spacing: -0.07em;
  padding-left: 30px;
  margin-left: 30px;
  box-sizing: border-box;
}
#nav-content .n_top .contact_btn1 {
  background: #f5f5f5;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 10px 20px;
  margin-left: 30px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
}
#nav-content .n_top .contact_btn1 i {
  padding-left: 30px;
  box-sizing: border-box;
  background: url("../../assets/images/ic_mail_bl.png") center left no-repeat;
  background-size: 20px auto;
}
#nav-content .n_top .contact_btn1:hover {
  opacity: 0.6;
}
#nav-content .n_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  gap: 0 30px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
#nav-content .n_btm a {
  font-size: 1.5rem;
  font-weight: bold;
}
#nav-content .acds {
  position: relative;
}
#nav-content .acds .acds_open_btns .spl, #nav-content .acds .acds_open_btns p {
  background: url("../../assets/images/ntri_w.png") center right no-repeat;
  background-size: 7px auto;
  padding-right: 18px;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
#nav-content .acds .acds_open_btns p {
  display: none;
}
#nav-content .acds .in {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#nav-content .acds .in a {
  width: 160px;
  display: block;
  font-weight: normal;
  padding: 4px 10px;
  box-sizing: border-box;
}
#nav-content .acds .in .inmenu {
  display: none;
}
#nav-content .acds:hover .in {
  opacity: 1;
  visibility: visible;
}
#nav-content .hov_ver:hover .in2 {
  display: block;
  opacity: 1;
  visibility: visible;
}
#nav-content #nav-content2 {
  position: absolute;
  top: 70px;
  right: -330px;
  width: 270px;
  z-index: 9999; /*最前面に*/
  max-width: none; /*最大幅（調整してください）*/
  height: auto;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav-content #nav-content2 a {
  display: block;
  background: #012946;
  padding: 11px 20px;
  box-sizing: border-box;
  border-bottom: 1px dotted #0A5489;
}
#nav-content #nav-content2 a:last-of-type {
  border-bottom: none;
}
#nav-content #nav-content2 a {
  transition: all 0.3s ease;
}
#nav-content #nav-content2 a:hover {
  opacity: 1;
  background: #E66701;
}
#nav-content #nav-open2 {
  display: block;
  width: 42px;
  height: 42px;
  padding: 14px;
  border-radius: 100%;
  background: #462DAF;
  vertical-align: middle;
  box-sizing: border-box;
  z-index: 10000;
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-content #nav-open2:hover {
  opacity: 0.6;
}
#nav-content #nav-open2 span, #nav-content #nav-open2 span:before, #nav-content #nav-open2 span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 15px; /*長さ*/
  border-radius: 10px;
  background: white;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.3s ease;
}
#nav-content #nav-open2 span:before {
  bottom: -6px;
}
#nav-content #nav-open2 span:after {
  bottom: -12px;
}
#nav-content .open2 {
  position: relative;
}
@media all and (max-width: 1120px) {
  #nav-content {
    top: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, #45319A 0%, #352380 100%);
    text-align: center;
    overflow: auto;
    height: 100vh;
    padding: 100px 20px 100px 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
  }
  #nav-content a {
    display: block;
    font-size: 1.8rem;
    padding: 14px 0;
    box-sizing: border-box;
  }
  #nav-content #nav-open2, #nav-content #nav-input2 {
    display: none;
  }
  #nav-content #nav-content2 {
    position: relative;
    top: unset;
    right: unset;
    width: auto;
    opacity: unset;
    visibility: unset;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #2A1C65;
  }
  #nav-content #nav-content2 a {
    background: none;
    border-bottom: none;
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #3C2C7E;
    border-right: 1px solid #3C2C7E;
  }
  #nav-content #nav-content2 a:nth-of-type(3) {
    border-right: none;
  }
  #nav-content #nav-content2 a:nth-of-type(4) {
    border-bottom: none;
  }
  #nav-content #nav-content2 a:nth-of-type(5) {
    border-bottom: none;
  }
  #nav-content #nav-content2 a:nth-of-type(5) br {
    display: none;
  }
  #nav-content #nav-content2 a:hover {
    opacity: 0.7;
    background: none;
  }
  #nav-content .acds .acds_open_btns .spl {
    display: none;
  }
  #nav-content .acds .acds_open_btns p {
    padding-right: 0;
    display: block;
    background: none;
    padding: 14px 0;
  }
  #nav-content .acds .acds_open_btns p i {
    background: url("../../assets/images/ntri_w.png") center right no-repeat;
    background-size: 7px auto;
    padding-right: 18px;
  }
  #nav-content .acds .in {
    position: relative;
    background: #2A1C65;
    box-sizing: border-box;
    transition: unset;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  #nav-content .acds .in a {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #3C2C7E;
    border-right: 1px solid #3C2C7E;
  }
  #nav-content .acds .in a:nth-of-type(3) {
    border-right: none;
  }
  #nav-content .acds .in a:nth-of-type(6) {
    border-right: none;
  }
  #nav-content .acds .in .inmenu {
    display: block;
  }
  #nav-content .acds .in2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #nav-content .n_top {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    order: 2;
    margin-top: 40px;
  }
  #nav-content .n_top .top_tel {
    width: 230px;
    margin: 10px auto;
  }
  #nav-content .n_top .contact_btn1 {
    margin-left: 0;
  }
  #nav-content .n_btm {
    display: block;
    width: 100%;
    order: 1;
  }
  #nav-content .n_btm a {
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media all and (max-width: 767px) {
  #nav-content {
    padding: 70px 20px 100px 20px;
  }
  #nav-content .fa {
    grid-column: 1/3;
  }
  #nav-content .acds {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1/3;
  }
  #nav-content .acds .in {
    margin-bottom: 5px;
    opacity: 1;
    visibility: visible;
  }
  #nav-content .acds .in a {
    padding: 6px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border-right: none;
  }
  #nav-content .acds .in2 {
    grid-template-columns: 1fr 1fr;
  }
  #nav-content .acds .in2 a {
    padding: 14px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border-right: none;
    border-bottom: 1px solid #3C2C7E;
  }
  #nav-content .acds .in2 a:nth-of-type(odd) {
    border-right: 1px solid #3C2C7E;
  }
  #nav-content .acds .in2 a:nth-of-type(even) {
    border-right: none;
  }
  #nav-content .n_top {
    font-size: 1.2rem;
    margin-top: 30px;
  }
  #nav-content .n_top .top_tel {
    font-size: 2.4rem;
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }
  #nav-content .n_top .contact_btn1 {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #nav-content .n_btm {
    margin-top: 0;
  }
  #nav-content .n_btm a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  #nav-content .n_btm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  #nav-content .open2 {
    grid-column: 1/3;
  }
  #nav-content #nav-content2 {
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    background: #2A1C65;
  }
  #nav-content #nav-content2 a {
    padding: 14px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    border-right: none;
  }
  #nav-content #nav-content2 a:nth-of-type(odd) {
    border-right: 1px solid #3C2C7E;
  }
  #nav-content #nav-content2 a:nth-of-type(4) {
    border-bottom: 1px solid #3C2C7E;
  }
  #nav-content #nav-content2 a:nth-of-type(5) {
    grid-column: 1/3;
    border-right: none;
  }
}

#nav-input:checked ~ #nav-close {
  visibility: visible;
  opacity: 1;
}
#nav-input:checked ~ #nav-content {
  opacity: 1;
  visibility: visible;
}
#nav-input:checked ~ #nav-open {
  background: #FFFFFF;
}
#nav-input:checked ~ #nav-open span {
  transform: rotate(40deg);
  top: 28px;
  background: #462daf;
}
#nav-input:checked ~ #nav-open span:before {
  bottom: 0;
  transform: rotate(100deg);
  background: #462daf;
}
#nav-input:checked ~ #nav-open span:after {
  right: -100px;
  opacity: 0;
}
@media all and (max-width: 767px) {
  #nav-input:checked ~ #nav-open span {
    top: 22px;
  }
}

#nav-input2:checked ~ #nav-close2 {
  visibility: visible;
  opacity: 1;
}
#nav-input2:checked ~ #nav-content2 {
  opacity: 1;
  visibility: visible;
  right: -60px;
}
#nav-input2:checked ~ #nav-open2 span {
  transform: rotate(40deg);
  top: 21px;
  background: white;
}
#nav-input2:checked ~ #nav-open2 span:before {
  bottom: 0;
  transform: rotate(100deg);
  background: white;
}
#nav-input2:checked ~ #nav-open2 span:after {
  right: -100px;
  opacity: 0;
  background: white;
}

.nav-unshown {
  display: none;
}

.act2 .logo svg {
  height: 80px;
}
.act2 .logo svg .svg_tx1 {
  fill: #000;
}
.act2 .logo svg .svg_tx2 {
  fill: #462DAF;
}
.act2 #nav-content a {
  color: #333;
}
.act2 #nav-content .acds .spl {
  background: url(../../assets/images/ntri_or.png) center right no-repeat;
  background-size: 7px auto;
  padding-right: 18px;
}
.act2 #nav-content .acds .acds_open_btns .spl {
  color: #000;
}
.act2 #nav-content .acds .in {
  background: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
.act2 #nav-content .n_top {
  color: #333;
}
.act2 #nav-content .n_top .top_tel {
  color: #C7B840;
  background: url(../../assets/images/tel_or.png) center left no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
}
.act2 #nav-content .n_btm {
  margin-top: 5px;
}
.act2 #nav-content #nav-content2 {
  top: 90px;
}
.act2 #nav-content #nav-content2 a {
  color: white;
}
.act2 #nav-input2:checked ~ #nav-content2 {
  top: 90px;
  right: -50px;
}
.act2 #nav-input2:checked ~ #nav-open2 span {
  background: white;
}
.act2 #nav-input2:checked ~ #nav-open2 span:before {
  background: white;
}
@media all and (max-width: 1120px) {
  .act2 .logo svg {
    height: 55px;
  }
  .act2 #nav-content a {
    color: white;
  }
  .act2 #nav-content .acds .in {
    background: unset;
    padding: unset;
    border-radius: unset;
    box-sizing: border-box;
    background: #2A1C65;
  }
  .act2 #nav-content .acds .spl {
    padding-right: 0;
  }
  .act2 #nav-content .n_top {
    color: white;
  }
  .act2 #nav-content .n_top .top_tel {
    color: white;
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 18px auto;
  }
  .act2 #nav-content .n_btm {
    margin-top: 20px;
  }
  .act2 #nav-content #nav-content2 {
    top: 0;
  }
  .act2 #nav-content #nav-content2 a {
    color: white;
  }
  .act2 #nav-input2:checked ~ #nav-content2 {
    top: 90px;
    right: -50px;
  }
  .act2 #nav-input2:checked ~ #nav-open2 {
    background: #E56702;
  }
  .act2 #nav-input2:checked ~ #nav-open2 span {
    background: white;
  }
  .act2 #nav-input2:checked ~ #nav-open2 span:before {
    background: white;
  }
}
@media all and (max-width: 767px) {
  .act2 .logo {
    height: 55px;
  }
  .act2 .logo svg {
    height: 100%;
  }
  .act2 #nav-content .n_top .top_tel {
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
  }
  .act2 #nav-content .n_top .contact_btn1 {
    margin-top: 10px;
  }
}

.act {
  padding: 10px;
}
.act .logo svg {
  height: 70px;
  position: relative;
  top: 14px;
}
.act .logo svg .svg_tx1 {
  fill: #000;
}
.act .logo svg .svg_tx2 {
  fill: #462DAF;
}
.act #nav-content a {
  color: #333;
}
.act #nav-content .acds .spl {
  background: url(../../assets/images/ntri_or.png) center right no-repeat;
  background-size: 7px auto;
  padding-right: 18px;
}
.act #nav-content .acds .acds_open_btns .spl {
  color: #000;
}
.act #nav-content .acds .in {
  background: white;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
.act #nav-content .n_top {
  color: #333;
}
.act #nav-content .n_top .top_tel {
  color: #C7B840;
  background: url(../../assets/images/tel_or.png) center left no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
}
.act #nav-content .n_btm {
  margin-top: 5px;
}
.act #nav-content #nav-content2 {
  top: 90px;
}
.act #nav-content #nav-content2 a {
  color: white;
}
.act #nav-drawer {
  padding: 15px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.act #nav-input2:checked ~ #nav-content2 {
  top: 90px;
  right: -50px;
}
.act #nav-input2:checked ~ #nav-open2 span {
  background: white;
}
.act #nav-input2:checked ~ #nav-open2 span:before {
  background: white;
}
@media all and (max-width: 1120px) {
  .act .logo svg {
    top: 0;
    height: 55px;
  }
  .act #nav-content a {
    color: white;
  }
  .act #nav-content .acds .in {
    background: unset;
    padding: unset;
    border-radius: unset;
    box-sizing: border-box;
    background: #2A1C65;
  }
  .act #nav-content .acds .spl {
    padding-right: 0;
  }
  .act #nav-content .n_top {
    color: white;
  }
  .act #nav-content .n_top .top_tel {
    color: white;
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 18px auto;
  }
  .act #nav-content .n_btm {
    margin-top: 20px;
  }
  .act #nav-content #nav-content2 {
    top: 0;
  }
  .act #nav-content #nav-content2 a {
    color: white;
  }
  .act #nav-drawer {
    padding: 20px;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .act #nav-input2:checked ~ #nav-content2 {
    top: 90px;
    right: -50px;
  }
  .act #nav-input2:checked ~ #nav-open2 {
    background: #E56702;
  }
  .act #nav-input2:checked ~ #nav-open2 span {
    background: white;
  }
  .act #nav-input2:checked ~ #nav-open2 span:before {
    background: white;
  }
}
@media all and (max-width: 767px) {
  .act .logo {
    height: 45px;
  }
  .act .logo svg {
    height: 100%;
  }
  .act #nav-drawer {
    padding: 8px 10px;
    border-radius: 4px;
  }
  .act #nav-content .n_top .top_tel {
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 18px auto;
    padding-left: 25px;
  }
  .act #nav-content .n_top .contact_btn1 {
    margin-top: 10px;
  }
}

@media all and (max-width: 1120px) {
  .menu_open .logo {
    height: 70px;
  }
  .menu_open .logo svg .svg_tx1 {
    fill: white;
  }
  .menu_open .logo svg .svg_tx2 {
    fill: white;
  }
}
@media all and (max-width: 767px) {
  .menu_open .logo {
    height: 45px;
    width: auto;
  }
  .menu_open .logo svg {
    height: 100%;
    width: auto;
  }
}

.common_sev {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.common_sev .sq {
  position: absolute;
  width: 60px;
  height: 66px;
}
.common_sev .sq1 {
  border-top: 1px solid #A89924;
  border-left: 1px solid #A89924;
  top: 0;
  left: 0;
}
.common_sev .sq2 {
  border-top: 1px solid #A89924;
  border-right: 1px solid #A89924;
  top: 0;
  right: 0;
}
.common_sev .sq3 {
  border-bottom: 1px solid #A89924;
  border-left: 1px solid #A89924;
  bottom: 0;
  left: 0;
}
.common_sev .sq4 {
  border-bottom: 1px solid #A89924;
  border-right: 1px solid #A89924;
  bottom: 0;
  right: 0;
}
.common_sev .in {
  background: #C7B840;
  position: relative;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.common_sev .in .ic {
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -16px;
  width: 32px;
}
.common_sev .in .ic img {
  width: 100%;
}
.common_sev .in .shin1 {
  position: absolute;
  width: 190px;
  right: -50px;
  bottom: -30px;
}
.common_sev .in .shin1 img {
  width: 100%;
}
.common_sev .in h3 img {
  display: block;
  margin: 0 auto;
  max-width: 440px;
  padding: 40px 0;
}
@media all and (max-width: 1280px) {
  .common_sev .in h3 img {
    max-width: 400px;
  }
}
@media all and (max-width: 1000px) {
  .common_sev .in h3 img {
    max-width: 350px;
  }
}
@media all and (max-width: 767px) {
  .common_sev {
    padding: 10px;
  }
  .common_sev .sq {
    width: 20px;
    height: 23px;
  }
  .common_sev .in .ic {
    left: 50%;
    top: -17px;
    margin-left: -8px;
    width: 16px;
  }
  .common_sev .in .shin1 {
    width: 100px;
    right: -50px;
    bottom: -30px;
  }
  .common_sev .in h3 img {
    max-width: 250px;
    padding: 20px 0;
  }
}

.area_bn {
  height: 280px;
  background: white;
  position: relative;
  border: 7px solid #EFEFEF;
  border-radius: 20px;
  padding: 0 50px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}
.area_bn .img {
  position: relative;
  top: -30px;
}
.area_bn .img img {
  width: 100%;
}
.area_bn .cont {
  margin-top: -60px;
  padding-left: 100px;
  box-sizing: border-box;
}
.area_bn .cont .ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
.area_bn .cont .ttls h2 {
  font-size: 1.8rem;
}
.area_bn .cont .eg {
  font-family: "dss", sans-serif;
  color: #E56702;
  font-size: 4rem;
  font-weight: normal;
  margin-right: 10px;
}
.area_bn .cont h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 20px;
}
.area_bn .dog {
  position: absolute;
  bottom: -40px;
  right: 20px;
  width: 200px;
}
@media all and (max-width: 1280px) {
  .area_bn .cont .eg {
    font-size: 3.2rem;
  }
}
@media all and (max-width: 1000px) {
  .area_bn {
    height: auto;
    padding: 0;
    grid-template-columns: 200px 1fr;
  }
  .area_bn .img {
    top: 0;
  }
  .area_bn .img img {
    width: 100%;
  }
  .area_bn .cont {
    margin-top: 0px;
    padding-left: 30px;
  }
  .area_bn .cont .ttls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: baseline;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .area_bn .cont .eg {
    font-size: 3rem;
  }
  .area_bn .dog {
    bottom: -40px;
    right: -30px;
    width: 130px;
  }
}
@media all and (max-width: 767px) {
  .area_bn {
    border: 3px solid #EFEFEF;
    border-radius: 10px;
    padding: 0 20px 20px 20px;
    grid-template-columns: 1fr;
  }
  .area_bn .img {
    top: -20px;
    width: 150px;
    margin: 0 auto;
  }
  .area_bn .cont {
    padding-left: 0;
  }
  .area_bn .cont .ttls {
    font-size: 1.3rem;
  }
  .area_bn .cont .ttls h2 {
    font-size: 1.3rem;
  }
  .area_bn .cont .eg {
    font-size: 2rem;
    margin-right: 5px;
  }
  .area_bn .cont h3 {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .area_bn .dog {
    bottom: -25px;
    right: -45px;
    width: 100px;
  }
}

.common_contact_area {
  display: grid;
  grid-template-columns: 47% 53%;
  position: relative;
  z-index: 10;
}
.common_contact_area .left {
  border-radius: 40px 0 0 40px;
  background: linear-gradient(to right, #012946 0%, #191D1A 100%);
  padding: 90px 60px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.common_contact_area .left .in {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.common_contact_area .left .btms {
  margin-top: 40px;
}
.common_contact_area .left .eg {
  color: white;
  display: inline-block;
  border-bottom: 1px solid white;
  font-family: "dss", sans-serif;
  font-size: 3.2rem;
}
.common_contact_area .left .shin3 {
  position: absolute;
  width: 170px;
  bottom: -20px;
  right: -70px;
  z-index: 5;
}
.common_contact_area .left .shin3 img {
  width: 100%;
}
.common_contact_area .txt {
  color: white;
  text-align: left;
}
.common_contact_area .right {
  position: relative;
  border-radius: 0 40px 40px 0;
  background: url("../../assets/images/ctb_bg.webp") center center/cover;
}
.common_contact_area .badges {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 350px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 10px;
}
.common_contact_area .tel_mail {
  background: #C7B840;
  border-radius: 8px;
  padding: 9px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.common_contact_area .tel_mail .tel_num {
  color: white;
  text-decoration: none;
  display: block;
  background: url("../../assets/images/ic_tel1.png") center left no-repeat;
  background-size: 20px auto;
  font-size: 3rem;
  line-height: 1;
  font-family: "dss", sans-serif;
  letter-spacing: -0.07em;
  padding-left: 35px;
  box-sizing: border-box;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.common_contact_area .tel_mail .btn_contact {
  background: #98772C;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 10px 20px;
  margin-left: 30px;
  box-sizing: border-box;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
}
.common_contact_area .tel_mail .btn_contact i {
  color: white;
  padding-left: 30px;
  box-sizing: border-box;
  background: url("../../assets/images/ic_mail_wh.png") center left no-repeat;
  background-size: 20px auto;
}
@media all and (max-width: 1480px) {
  .common_contact_area {
    grid-template-columns: 1fr 1fr;
  }
  .common_contact_area .tel_mail {
    padding: 9px 10px;
  }
  .common_contact_area .tel_mail .tel_num {
    display: inline-block;
    margin: 0 0 0 20px;
  }
  .common_contact_area .tel_mail .btn_contact {
    margin: 0;
  }
}
@media all and (max-width: 1280px) {
  .common_contact_area {
    grid-template-columns: 1fr;
  }
  .common_contact_area .right {
    order: 1;
    height: 400px;
    border-radius: 40px 40px 0 0;
    background: url("../../assets/images/ctb_bg.webp") top center/cover;
  }
  .common_contact_area .left {
    order: 2;
    border-radius: 0 0 40px 40px;
    padding: 40px 60px;
  }
  .common_contact_area .left .shin3 {
    right: 0;
  }
}
@media all and (max-width: 1000px) {
  .common_contact_area .left .shin3 {
    right: -30px;
    width: 150px;
    bottom: -20px;
  }
  .common_contact_area .left .eg {
    font-size: 3rem;
  }
  .common_contact_area .badges {
    width: 500px;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .common_contact_area .left {
    border-radius: 0 0 10px 10px;
    padding: 30px 30px;
  }
  .common_contact_area .left .eg {
    font-size: 1.8rem;
  }
  .common_contact_area .left .shin3 {
    width: 100px;
    bottom: -20px;
    right: -23px;
    pointer-events: none;
  }
  .common_contact_area .left .btms {
    margin-top: 30px;
  }
  .common_contact_area .badges {
    gap: 0 10px;
    width: 55%;
    margin: 0;
  }
  .common_contact_area .txt {
    font-size: 1.4rem;
  }
  .common_contact_area .right {
    height: 220px;
    border-radius: 5px 5px 0 0;
    background: url(../../assets/images/ctb_bg_sp.webp) top center/cover;
  }
  .common_contact_area .tel_mail {
    padding: 5px;
    border-radius: 4px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
  }
  .common_contact_area .tel_mail .tel_num {
    font-size: 1.8rem;
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
    margin: 0 auto;
  }
  .common_contact_area .tel_mail .btn_contact {
    padding: 5px 15px;
    border-radius: 3px;
  }
  .common_contact_area .tel_mail .btn_contact i {
    color: white;
    font-size: 1.2rem;
    padding-left: 20px;
    box-sizing: border-box;
    background: url(../../assets/images/ic_mail_wh.png) center left no-repeat;
    background-size: 14px auto;
  }
}

.tables table {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border-collapse: collapse;
}
.tables th {
  background: #180564;
  text-align: center;
  color: white;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.tables th:nth-of-type(1) {
  border-radius: 8px 0 0 0;
}
.tables th:last-of-type {
  border-radius: 0 8px 0 0;
  border-right: none;
}
.tables td {
  background: white;
  padding: 7px 10px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.tables tr td:last-of-type {
  border-right: none;
}
.tables .pr1 {
  font-size: 1.8rem;
}
.tables .pr1 i {
  font-family: "dss", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: -0.08em;
  margin-right: 3px;
}
.tables tr:last-of-type td {
  border-bottom: none;
}
.tables tr:last-of-type td:nth-of-type(1) {
  border-radius: 0 0 0 8px;
}
.tables tr:last-of-type td:last-of-type {
  border-radius: 0 0 8px 0;
}
@media all and (max-width: 767px) {
  .tables table {
    font-size: 1.2rem;
  }
  .tables th {
    padding: 5px;
    font-size: 1.2rem;
  }
  .tables th:nth-of-type(1) {
    border-radius: 4px 0 0 0;
  }
  .tables th:last-of-type {
    border-radius: 0 4px 0 0;
  }
  .tables th:nth-of-type(1) {
    width: 22%;
  }
  .tables th:nth-of-type(2) {
    width: 28%;
  }
  .tables td {
    padding: 4px 5px;
  }
  .tables .pr1 {
    font-size: 1.2rem;
  }
  .tables .pr1 i {
    font-size: 1.8rem;
    letter-spacing: -0.08em;
    margin-right: 3px;
  }
  .tables tr:last-of-type td:nth-of-type(1) {
    border-radius: 0 0 0 4px;
  }
  .tables tr:last-of-type td:last-of-type {
    border-radius: 0 0 4px 0;
  }
}

.tables2 {
  margin-top: 30px;
}
.tables2 table {
  width: 100%;
  font-weight: bold;
  border-collapse: collapse;
}
.tables2 th {
  text-align: center;
  color: white;
  background: #180564;
  padding: 20px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid white;
}
.tables2 td {
  text-align: right;
  background: #FFF4F4;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.5rem;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.tables2 .tl {
  background: #8579B4;
  text-align: center;
  width: 25%;
  color: white;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .tables2 table {
    font-size: 1.2rem;
  }
  .tables2 th {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .tables2 td {
    font-size: 1.2rem;
    padding: 10px 15px;
    display: block;
    text-align: left;
    width: 100%;
    font-weight: normal;
  }
  .tables2 .tl {
    width: 100%;
    font-weight: bold;
  }
}

.btns_check {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 100px 0 0 0;
  position: relative;
}
.btns_check .bc {
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 20px 20px 20px 60px;
  box-sizing: border-box;
  color: white;
  font-weight: bold;
  letter-spacing: 0;
  background: linear-gradient(to right, #CECD08 0%, #DBDA11 100%);
  box-shadow: 0 3px 0 #BAB907;
}
.btns_check .bc i {
  text-align: left;
  display: inline-block;
  background: url("../../assets/images/ch1.png") top 5px left no-repeat;
  background-size: 24px auto;
  padding-left: 40px;
}
@media all and (max-width: 1480px) {
  .btns_check {
    grid-template-columns: 1fr 1fr;
  }
  .btns_check .bc i {
    display: block;
    width: 330px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1000px) {
  .btns_check {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 100px 0 0 0;
  }
  .btns_check .bc {
    font-size: 1.6rem;
    padding: 20px;
  }
  .btns_check .bc i {
    width: auto;
    background: url("../../assets/images/ch1.png") top 5px left no-repeat;
    background-size: 20px auto;
    padding-left: 30px;
  }
}
@media all and (max-width: 767px) {
  .btns_check {
    grid-template-columns: 1fr;
    margin: 50px 0 0 0;
    gap: 12px 0;
  }
  .btns_check .bc {
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 10px 10px 10px 15px;
    line-height: 1.6;
  }
  .btns_check .bc i {
    background: url("../../assets/images/ch1.png") top 5px left no-repeat;
    background-size: 14px auto;
    padding-left: 20px;
  }
}

.btn_cm {
  display: block;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  color: #333;
  border: 3px solid #F76A0C;
  background: url("../../assets/images/arw_or.png") center right 30px no-repeat #FFFFC2;
  background-size: 6px auto;
  transition: all 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.btn_cm:hover {
  color: white;
  background: url("../../assets/images/arw_wh.png") center right 25px no-repeat #F76A0C;
  background-size: 6px auto;
}
.btn_cm.blue {
  color: white;
  border: 3px solid #5538C7;
  background: url("../../assets/images/arw_or.png") center right 30px no-repeat #180664;
  background-size: 6px auto;
}
.btn_cm.blue:hover {
  color: white;
  border: 3px solid #2A0AAF;
  background: url("../../assets/images/arw_or.png") center right 25px no-repeat #2A0AAF;
  background-size: 6px auto;
}
.btn_cm.gold {
  color: white;
  border: 3px solid #B9AB3C;
  background: url("../../assets/images/arw_wh.png") center right 30px no-repeat #C7B840;
  background-size: 6px auto;
}
.btn_cm.gold:hover {
  color: white;
  border: 3px solid #A39526;
  background: url("../../assets/images/arw_wh.png") center right 25px no-repeat #A39526;
  background-size: 6px auto;
}
@media all and (max-width: 767px) {
  .btn_cm {
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  position: relative;
  z-index: 2;
}
footer .ft1 {
  margin-top: -20px;
  border: 20px solid #F5F5F5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
footer .fbx1, footer .fbx2, footer .fbx3 {
  padding: 120px 0;
  box-sizing: border-box;
}
footer .fbx1 {
  background: url("../../assets/images/fbx1.webp") center center/cover;
}
footer .fbx2 {
  background: url("../../assets/images/fbx2.webp") center center/cover;
}
footer .fbx3 {
  background: url("../../assets/images/fbx3.webp") center center/cover;
}
footer .in {
  max-width: 360px;
  margin: 0 auto;
}
footer a {
  text-decoration: none;
  color: white;
}
footer .txt {
  margin-top: 40px;
}
footer .info_bx {
  margin-top: 40px;
}
footer .info_bx a {
  display: grid;
  grid-template-columns: 115px 1fr;
}
footer .ttl_bx {
  text-align: center;
  color: white;
}
footer .ttl_bx .eg {
  display: inline-block;
  font-family: "dss", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  border-bottom: 1px dashed white;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
footer .ttl_bx h2 {
  font-size: 1.6rem;
}
footer .common_contact_area {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
footer .common_contact_area .left {
  z-index: 4;
}
footer .common_contact_area .left .in {
  z-index: 6;
}
footer .common_contact_area .right {
  z-index: 3;
}
footer .common_contact_area .shin3 {
  z-index: 5;
}
footer .common_contact_area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
}
footer .ft2 {
  background: white;
  position: relative;
}
footer .ft2 .inner {
  padding: 40px 0 100px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ft2 .ft_logo {
  display: block;
}
footer .ft2 .ft_logo svg {
  height: 80px;
  width: auto;
}
footer .ft2 .ft_logo svg .svg_tx1 {
  fill: #000;
}
footer .ft2 .ft_logo svg .svg_tx2 {
  fill: #462DAF;
}
footer .ft2 .img {
  width: 250px;
  position: absolute;
  bottom: -40px;
  left: 100px;
}
footer .menus_wrap .tel_areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
footer .menus_wrap .tel_areas .cap {
  font-size: 1.4rem;
}
footer .menus_wrap .tel_areas .cap i {
  font-family: "dss", sans-serif;
  letter-spacing: 0;
}
footer .menus_wrap .tel_areas .telnum {
  display: block;
  background: url(../../assets/images/tel_or.png) center left no-repeat;
  background-size: 20px auto;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "dss", sans-serif;
  letter-spacing: -0.07em;
  padding-left: 35px;
  margin-left: 30px;
  box-sizing: border-box;
  color: #C7B840;
}
footer .menus_wrap .menus_in {
  margin-top: 40px;
}
footer .menus_wrap .menus_in a {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
}
footer .menus_wrap .menus_in .a1 {
  display: block;
  background: url("../../assets/images/tri_or.png") top 9px left no-repeat;
  background-size: 7px auto;
  padding-left: 20px;
  box-sizing: border-box;
}
footer .menus_wrap .menus_in .in1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 30px;
}
footer .menus_wrap .menus_in .in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  gap: 0 30px;
}
footer .menus_wrap .menus_in .inwrap {
  position: relative;
}
footer .menus_wrap .menus_in .inss {
  position: absolute;
  width: 200px;
  padding: 5px 0 0 20px;
}
footer .menus_wrap .menus_in .inss a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
footer .copyright {
  background: white;
  font-size: 1.2rem;
  border-top: 1px solid #E0E0E0;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0;
}
@media all and (max-width: 1350px) {
  footer .ft1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
  }
  footer .ft1 .in {
    max-width: none;
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: center;
    gap: 20px 20px;
    grid-row: 1/3;
    grid-column: 1/4;
  }
  footer .fbx1, footer .fbx2, footer .fbx3 {
    padding: 50px 0;
  }
  footer .info_bx, footer .txt {
    margin: 0;
  }
  footer .txt {
    padding-right: 70px;
  }
  footer .ft2 .inner {
    padding: 40px 0 200px 0;
    display: block;
  }
  footer .ft2 .ft_logo {
    width: 158px;
    display: block;
    margin: 0 auto;
  }
  footer .ft2 .ft_logo img {
    width: 100%;
    height: auto;
  }
  footer .ft2 .img {
    width: 200px;
    bottom: -40px;
    left: -20px;
  }
  footer .menus_wrap .tel_areas {
    margin: 30px auto;
    width: 540px;
  }
  footer .menus_wrap .menus_in {
    width: 890px;
    margin: 40px auto 0 auto;
  }
  footer .copyright {
    background: white;
    font-size: 1.2rem;
    border-top: 1px solid #E0E0E0;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 0;
  }
}
@media all and (max-width: 1000px) {
  footer .menus_wrap .menus_in {
    width: 100%;
  }
  footer .menus_wrap .menus_in .a1 {
    padding: 5px 0 5px 20px;
    box-sizing: border-box;
    background: url(../../assets/images/tri_or.png) top 14px left no-repeat;
    background-size: 7px auto;
  }
  footer .menus_wrap .menus_in .in1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .menus_wrap .menus_in .in2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
  }
  footer .menus_wrap .menus_in .inwrap {
    grid-column: 2/4;
  }
  footer .menus_wrap .menus_in .inss {
    position: relative;
    width: 100%;
    padding: 5px 0 10px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .menus_wrap .menus_in .inss a {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  footer .ft1 .in {
    grid-template-columns: 230px 1fr;
  }
  footer .ttl_bx .eg {
    font-size: 3.3rem;
  }
}
@media all and (max-width: 767px) {
  footer .ft1 {
    border: 10px solid #F5F5F5;
  }
  footer .ft1 .in {
    grid-template-columns: 1fr;
  }
  footer .ft1 .txt {
    padding: 0 50px;
  }
  footer .info_bx {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 1.3rem;
  }
  footer .ttl_bx .eg {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  footer .ttl_bx h2 {
    font-size: 1.2rem;
  }
  footer .txt {
    padding: 0;
  }
  footer .menus_wrap .tel_areas {
    display: block;
    gap: 0;
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
  footer .menus_wrap .tel_areas .cap {
    font-size: 1.2rem;
  }
  footer .menus_wrap .tel_areas .telnum {
    margin-top: 10px;
    display: inline-block;
    background: url(../../assets/images/tel_or.png) center left no-repeat;
    background-size: 15px auto;
    font-size: 2.4rem;
    padding-left: 20px;
    margin-left: 0;
  }
  footer .menus_wrap .menus_in {
    margin: 20px auto 0 auto;
  }
  footer .menus_wrap .menus_in a {
    font-size: 1.4rem;
  }
  footer .menus_wrap .menus_in .a1 {
    background: url("../../assets/images/tri_or.png") top 15px left no-repeat;
    background-size: 4px auto;
    padding-left: 10px;
  }
  footer .menus_wrap .menus_in .in1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  footer .menus_wrap .menus_in .in1 a:nth-of-type(1) {
    grid-column: 1/3;
  }
  footer .menus_wrap .menus_in .in1 .inwrap {
    grid-column: 1/3;
  }
  footer .menus_wrap .menus_in .in1 .inwrap a:nth-of-type(1) {
    grid-column: unset;
  }
  footer .menus_wrap .menus_in .in2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    gap: 0;
  }
  footer .menus_wrap .menus_in .inss {
    width: 100%;
    padding: 0 0 5px 10px;
    grid-template-columns: 1fr 1fr;
  }
  footer .menus_wrap .menus_in .inss a {
    padding: 5px 0;
    font-size: 1.2rem;
  }
  footer .common_contact_area {
    margin-top: -20px;
  }
  footer .ft2 .ft_logo {
    width: 100px;
    margin: 0 auto;
  }
  footer .ft2 .ft_logo svg {
    width: auto;
    height: 60px;
  }
  footer .ft2 .img {
    width: 120px;
    bottom: -30px;
    left: -20px;
  }
  footer .ft2 .inner {
    padding: 40px 0 80px 0;
  }
  footer .copyright {
    padding: 20px 0 70px 0;
  }
}

.com_infos {
  margin-top: 20px;
  font-size: 1.4rem;
}
.com_infos .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.com_infos .lines {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
}
.com_infos .lines .ttl {
  font-weight: bold;
}
@media all and (max-width: 1350px) {
  .com_infos {
    width: 330px;
    margin: 20px auto 0 auto;
  }
}
@media all and (max-width: 767px) {
  .com_infos {
    font-size: 1.2rem;
    margin: 20px auto;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
  }
  .com_infos .name {
    text-align: center;
  }
}

.stic {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 20px;
}
.stic .sta {
  display: block;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  min-width: 250px;
}
.stic .sta1 {
  background: #7059D5;
  padding: 10px 30px;
  box-sizing: border-box;
}
.stic .sta1 .tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.stic .sta1 .teln {
  display: block;
  background: url(../../assets/images/ic_tel1.png) center left no-repeat;
  background-size: 19px auto;
  font-size: 2.2rem;
  line-height: 1;
  font-family: "dss", sans-serif;
  letter-spacing: -0.07em;
  padding-left: 26px;
  box-sizing: border-box;
  font-weight: normal;
}
.stic .sta1 {
  transition: all 0.3s ease;
}
.stic .sta1:hover {
  background: #462DAF;
}
.stic .sta2 {
  background: #462DAF;
  box-sizing: border-box;
  position: relative;
}
.stic .sta2 .tx1 {
  font-size: 1.6rem;
  letter-spacing: -0.07em;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #333;
}
.stic .sta2 .tx1 i {
  font-family: "dss", sans-serif;
  letter-spacing: -0.07em;
  font-size: 2.2rem;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.stic .sta2 {
  transition: all 0.3s ease;
}
.stic .sta2 .stic_bx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.stic .sta2 .stic_bx span {
  display: block;
}
.stic .sta2 .stic_bx img {
  margin-top: 5px;
  display: inline-block;
  height: 22px;
  width: auto;
}
.stic .sta2 .tx {
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 5px;
}
.stic .sta2 .tx2 {
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease;
}
.stic .sta2 .tx2:hover {
  background: #8970F3;
}
.stic .sta2 .tx3 {
  background: #36B572;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}
.stic .sta2 .tx3:hover {
  background: #268D56;
}
@media all and (max-width: 1120px) {
  .stic {
    z-index: 90;
    bottom: 30px;
    right: 30px;
  }
}
@media all and (max-width: 767px) {
  .stic {
    bottom: 0;
    right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 5px;
    width: 100%;
    padding: 5px;
  }
  .stic .sta {
    border-radius: 5px;
    font-size: 1.2rem;
    min-width: unset;
  }
  .stic .sta1 {
    padding: 5px 0;
  }
  .stic .sta1 .tx {
    font-size: 1rem;
    transform: scale(0.9);
    white-space: nowrap;
    width: 170px;
    margin: 0 auto 5px auto;
  }
  .stic .sta1 .teln {
    display: inline-block;
    background: url(../../assets/images/ic_tel1.png) center left no-repeat;
    background-size: 13px auto;
    font-size: 1.8rem;
    letter-spacing: -0.07em;
    padding-left: 20px;
  }
  .stic .sta2 {
    font-size: 1rem;
  }
  .stic .sta2 .tx1 {
    font-size: 1.2rem;
    top: -24px;
  }
  .stic .sta2 .tx1 i {
    font-size: 1.6rem;
  }
  .stic .sta2 .tx2 {
    font-size: 1rem;
    margin-top: 0;
  }
  .stic .sta2 .stic_bx img {
    margin-top: 3px;
    height: 18px;
  }
  .stic .sta2 .tx2 {
    border-radius: 5px 0 0 5px;
  }
  .stic .sta2 .tx3 {
    border-radius: 0 5px 5px 0;
  }
}

/*------------------------------------------------------------
under_parts
------------------------------------------------------------*/
.mv_under {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 470px;
  z-index: -1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.mv_under .under_page_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: baseline;
  color: white;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  padding-top: 40px;
  box-sizing: border-box;
}
.mv_under .eg {
  font-family: "dss", sans-serif;
  font-size: 3.4rem;
  margin-right: 20px;
}
.mv_under h1 {
  font-weight: bold;
  position: relative;
  font-size: 1.6rem;
}
.mv_under.act {
  opacity: 0;
  visibility: hidden;
}
.mv_under.mv_about {
  background: url("../../assets/images/about_mv.webp") center center/cover;
}
@media all and (max-width: 1120px) {
  .mv_under {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .mv_under {
    height: 300px;
  }
  .mv_under .under_page_ttl {
    display: block;
    padding-top: 0;
  }
  .mv_under .under_page_ttl .eg {
    font-size: 2.2rem;
    margin-right: 0;
  }
  .mv_under .under_page_ttl h1 {
    font-size: 1.3rem;
  }
  .mv_under.mv_about {
    background: url("../../assets/images/about_mv_sp.webp") center center/cover;
  }
}

.under1 {
  margin-top: 400px;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  background: white;
  z-index: 1;
  border-radius: 80px 80px 0 0;
  transition: all 0.3s ease;
}
@media all and (max-width: 1280px) {
  .under1 {
    border-radius: 40px 40px 0 0;
  }
}
@media all and (max-width: 1120px) {
  .under1 {
    border-radius: 20px 20px 0 0;
    margin-top: 330px;
  }
  .under1 .inner2 {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .under1 {
    border-radius: 5px 5px 0 0;
    margin-top: 270px;
  }
}

.bread_or {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: bold;
}
.bread_or a {
  text-decoration: none;
  position: relative;
  color: #000;
  padding-right: 20px;
  box-sizing: border-box;
}
.bread_or a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 6px;
}
@media all and (max-width: 1120px) {
  .bread_or {
    padding: 7px 25px;
    border-radius: 0 0 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: white;
    z-index: 2;
  }
  .bread_or a {
    color: white;
  }
}
@media all and (max-width: 767px) {
  .bread_or {
    padding: 7px 15px;
    border-radius: 5px 0 5px 0;
    font-size: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: white;
    z-index: 2;
  }
  .bread_or a {
    color: white;
  }
}

.under_ttl_v1 {
  color: white;
  position: relative;
}
.under_ttl_v1 .eg {
  font-size: 4rem;
  font-family: "dss", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: #180564;
}
.under_ttl_v1 h2 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #333;
}
@media all and (max-width: 767px) {
  .under_ttl_v1 .eg {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .under_ttl_v1 h2 {
    font-size: 1.2rem;
  }
}

.lr_cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.lr_cont .ic {
  text-align: center;
}
.lr_cont .ic img {
  display: inline-block;
  height: 15px;
  width: auto;
}
.lr_cont h2 {
  text-align: center;
  margin: 30px 0;
}
.lr_cont h2 img {
  display: inline-block;
  width: 70%;
}
.lr_cont .links {
  width: 200px;
  margin: 0 auto;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 2px 0 #1E933A;
  padding: 3px 10px;
  background: linear-gradient(to right, #CCCB0E 0%, #E5E40F 100%);
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  align-items: center;
}
.lr_cont .ic2 {
  width: 100%;
}
.lr_cont .tx {
  text-align: center;
}
.lr_cont .txt {
  text-align: center;
  font-weight: bold;
  margin: 50px 0 0 0;
}
@media all and (max-width: 1280px) {
  .lr_cont {
    grid-template-columns: 1fr;
  }
  .lr_cont .right {
    order: 1;
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
  }
  .lr_cont .left {
    order: 2;
    width: 60%;
    margin: 0 auto 50px auto;
  }
}
@media all and (max-width: 767px) {
  .lr_cont .right {
    width: 100%;
    max-width: none;
  }
  .lr_cont .left {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  .lr_cont .ic img {
    height: 10px;
  }
  .lr_cont h2 {
    margin: 20px 0;
  }
  .lr_cont h2 img {
    width: 85%;
  }
  .lr_cont .links {
    width: 180px;
    padding: 3px 10px;
    grid-template-columns: 1fr 15px 1fr;
    font-size: 1.3rem;
  }
  .lr_cont .txt {
    margin: 30px 0 0 0;
    text-align: left;
  }
}

.cards_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.cards_wrap .bx {
  background: #D6C751;
  border-radius: 10px 0 0 10px;
  padding: 4px 4px 4px 40px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.cards_wrap .cont {
  background: #C6B320;
  color: white;
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
}
.cards_wrap h3 {
  font-size: 2.2rem;
}
.cards_wrap .txt {
  margin-top: 20px;
}
.cards_wrap .point {
  color: white;
  position: absolute;
  height: 100%;
  top: 0;
  left: 6px;
  text-align: center;
  font-family: "dss", sans-serif;
  transform: rotate(180deg);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media all and (max-width: 1280px) {
  .cards_wrap {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
@media all and (max-width: 767px) {
  .cards_wrap .bx {
    border-radius: 5px 0 0 5px;
    padding: 4px 4px 4px 35px;
  }
  .cards_wrap .cont {
    padding: 20px;
  }
  .cards_wrap h3 {
    font-size: 1.8rem;
  }
  .cards_wrap .txt {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .cards_wrap .point {
    left: 6px;
  }
}

/*------------------------------------------------------------
parts
------------------------------------------------------------*/
/*-----accordion-------*/
.acd_wrap {
  margin-top: 100px;
}

.acd_bx {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.acd_bx:first-of-type {
  margin-top: 0;
}
.acd_bx .q {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.acd_bx .a {
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.acd_bx .plus {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: all 0.3s ease;
}
.acd_bx .plus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccc;
}
.acd_bx .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #ccc;
  transition: all 0.3s ease;
}
.acd_bx .open .plus {
  transform: rotate(90deg);
}
.acd_bx .open .plus:before {
  opacity: 0;
  bottom: -30px;
}

/*-----layout-------*/
.photo_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.photo_text .img {
  width: 50%;
  margin-left: calc(42% - 50vw);
  flex: 1;
}
.photo_text .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text {
    flex-wrap: wrap;
  }
  .photo_text .img {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
  .photo_text .txt {
    width: 100%;
  }
}

.photo_text_rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.photo_text_rev .img {
  width: 50%;
  margin-right: calc(42% - 50vw);
  flex: 1;
}
.photo_text_rev .img img {
  width: 100%;
  object-fit: cover;
}
.photo_text_rev .txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  .photo_text_rev {
    flex-wrap: wrap;
  }
  .photo_text_rev .img {
    width: 100%;
    margin-right: 0;
    flex: unset;
  }
  .photo_text_rev .txt {
    width: 100%;
  }
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
.list .img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/4;
}

/*-----btns-------*/
.under_btn {
  position: relative;
}
.under_btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0481A2;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.under_btn:hover:after {
  transform: scale(1, 1);
}
@media all and (max-width: 767px) {
  .under_btn:after {
    content: none;
  }
}

.grad_btn {
  display: block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(270deg, #3bade3 0%, #576fe6 25%, #9844b7 51%, #ff357f 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}

.grad_btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

/*------------------------------------------------------------
inview css
------------------------------------------------------------*/
.anm {
  opacity: 0;
}

.anm_all.trigger {
  opacity: 1;
}
.anm_all .item {
  opacity: 0;
}
.anm_all .item.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}

.trigger {
  opacity: 0;
}
.trigger.up {
  animation: up 0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.1s 1 normal forwards;
}
.trigger.delay0 {
  animation-delay: 0ms;
}
.trigger.delay1 {
  animation-delay: 100ms;
}
.trigger.delay2 {
  animation-delay: 200ms;
}
.trigger.delay3 {
  animation-delay: 300ms;
}
.trigger.delay4 {
  animation-delay: 400ms;
}
.trigger.delay5 {
  animation-delay: 500ms;
}
.trigger.delay6 {
  animation-delay: 600ms;
}
.trigger.delay7 {
  animation-delay: 700ms;
}
.trigger.delay8 {
  animation-delay: 800ms;
}
.trigger.delay9 {
  animation-delay: 900ms;
}
.trigger.delay10 {
  animation-delay: 1000ms;
}

@keyframes up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.plans_cap1 span {
  display: inline-block;
  text-align: right;
  position: relative;
  padding-left: 16px;
}
.plans_cap1 span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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