@charset "utf-8";
@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

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


/* ==============================
   common
============================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #111;
  background: #FFF;
  box-sizing: border-box;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
}

.lexend-giga-normal {
  font-family: "Lexend Giga", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
}

.pc {
  display: block !important;
}

.pci {
  display: inline-block !important;
}

.tb {
  display: none !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.spt {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

a img {
  transition: 0.5s;
}

/* a img:hover {
  opacity: 0.5;
} */

.attention {
  color: #FF0000;
}

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

ul {
  padding: 0;
}

@media (orientation: landscape) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

@media screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }

  .pci {
    display: none !important;
  }

  .tb {
    display: block !important;
  }

  .sp {
    display: none !important;
  }
}

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

  .sp {
    display: block !important;
  }

  .spi {
    display: inline-block !important;
  }

  .spt {
    display: table-cell !important;
  }

  a {
    transition: 0s;
  }

  a:hover {
    opacity: 1;
  }

  a img {
    transition: 0s;
  }

  a img:hover {
    opacity: 1;
  }
}

/* ==============================
   prts
============================== */
.h1txt {
  font-size: 1.2rem;
}

.h1txt a {}

.h2txt {}

p {
  padding: 0 0 1em;
  line-height: 1.8;
}

.inner {
  width: 1350px;
  margin: 0 auto;
}

.inner02 {
  width: 82%;
  margin: 0 auto;
}

.inner03 {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inner {
    width: 96%;
    margin: 0 auto;
  }

  .inner02 {
    width: 96%;
    margin: 0 auto;
  }

  .inner03 {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
    margin: 0 auto;
  }

  .inner02 {
    width: 94%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .h1txt {
    font-size: 1.0rem;
    font-weight: 500;
  }

  .inner {
    width: 94%;
    margin: 0 auto;
  }

  .inner02 {
    width: 94%;
    margin: 0 auto;
  }
}



/* ==============================
   headertxt
============================== */
#headertxt {
  line-height: 1;
  text-align: center;
  padding: 12px 0;
}

@media screen and (max-width: 1280px) {
  #headertxt {
    text-align: left;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  #headertxt {
    text-align: center;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #headertxt {
    text-align: center;
    padding: 12px 0;
    display: block;
  }
}

/* ==============================
   header
============================== */
#header {
  z-index: 100;
  width: 100%;
  height: 108px;
  position: absolute;
}

#header .inner {
  width: 100%;
  padding-right: 3.5%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
#header .inner {
  padding: 0 40px 0 0 !important;
}
#header .inner .logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 40px 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-bottom-right-radius: 30px;
}

#header .inner .logo img {
  width: auto;
  height: auto;
}

#header .inner .logo::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/top/comm_logo_c02.png) no-repeat left top / contain;
  position: absolute;
  top: 100%;
  left: 1.98vw;
}

#header .inner .logo::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/top/comm_logo_c01.png) no-repeat left top / contain;
  position: absolute;
  top: 0px;
  left: 100%;
}
@media screen and (min-width: 768px) {
  #header .logo {
    width:auto !important;
  }
}
@media screen and (max-width: 1670px) {
  #header .inner .logo {
    padding: 20px 30px 40px 30px;
  }

  #header .inner .logo::before {
    left: 1.48vw;
  }
}

@media screen and (max-width: 1300px) {
  #header .inner {
    padding-right: 2.5% !important;
  }

  #header .inner .logo::before {
    left: 1vw;
  }
}

@media screen and (max-width: 1280px) {
  #header .inner .logo {
    padding: 20px 20px 30px 20px;
    border-bottom-right-radius: 30px;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
  #header .inner {
    padding-right: 4% !important;
  }

  #header .inner .logo {
    padding: 20px 15px 20px 15px;
    border-bottom-right-radius: 15px;
    width: 28%;
  }

  #header .inner .logo::before {
    width: 15px;
    height: 15px;
    background: url(../images/top/comm_logo_c02.png) no-repeat left top / 100%;
    top: 100%;
    left: 1.5vw;
  }

  #header .inner .logo::after {
    width: 15px;
    height: 15px;
    background: url(../images/top/comm_logo_c01.png) no-repeat left top / 100%;
    top: 0px;
    left: 100%;
  }

  #header .inner .logo img {
    width: 100%;
  }
}

/* ==============================
navi
============================== */
#navi {}

#navi ul {
  font-size: 1.6rem;
  display: flex;
}

#navi ul li {
  padding: 58px 25px 0;
}

#navi ul li a {
  color: #FFFFFF;
  line-height: 1;
  position: relative
}

#navi ul li a:hover {
  text-decoration: none !important;
}

#navi ul li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFF;
  bottom: -1px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

#navi ul li a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

@media screen and (max-width: 1670px) {
  #navi ul {
    font-size: 1.4rem;
    display: flex;
  }

  #navi ul li {
    padding: 58px 15px 0;
  }
}

@media screen and (max-width: 1400px) {
  #navi ul li {
    padding: 58px 12px 0;
  }
}

@media screen and (max-width: 1280px) {
  #navi {
    display: none
  }
}

@media screen and (max-width: 1024px) {
  #navi {
    display: none
  }
}

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

/* ==============================
navi
============================== */
#navisp {
  display: none;
}

@media screen and (max-width: 1280px) {
  #navisp {
    display: block;
    margin-left: auto
  }

  #navisp ul {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
  }

  #navisp ul li {
    padding: 0px 15px 0;
  }

  #navisp ul li a {
    color: #111;
    line-height: 1;
    position: relative
  }

  #navisp ul li a:hover {
    text-decoration: none !important;
  }

  #navisp ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #111;
    bottom: -1px;
    /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s;
    /*変形の時間*/
  }

  #navisp ul li a:hover::after {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }
}

@media screen and (max-width: 960px) {
  #navisp {
    margin-top: 15px
  }
}

@media screen and (max-width: 767px) {
  #navisp {
    display: none;
  }
}

/* ==============================
navi
============================== */
#header .btns {
  padding-top: 22px;
  display: flex;
  line-height: 1;
}

#header .btns .hbtn01 {
  margin: 0 10px 0 0;
}

#header .btns .hbtn01 .cap {
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
  margin-bottom: 7px
}

#header .btns .hbtn01 a {
  width: 215px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}

#header .btns .hbtn01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

#header .btns .hbtn01 a:hover {
  color: #111;
  text-decoration: none;
  opacity: 1;
}

.btns .lblue {
  background: #1eaddd
}

.btns .lblue:hover {
  border: 2px solid #27E1FF;
  background: #FFF
}

.btns .dblue {
  background: #0b487e
}

.btns .dblue:hover {
  border: 2px solid #0b487e;
    background: #FFF
}

.btns .green {
  background: #408949
}

.btns .green:hover {
  border: 2px solid #408949;
    background: #FFF
}
#header .btns .hbtn01 a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media screen and (max-width: 1670px) {
  #header .btns .hbtn01 .cap {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  #header .btns .hbtn01 a {
    width: 180px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1400px) {
  #header .btns .hbtn01 .cap {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  #header .btns .hbtn01 a {
    width: 160px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {
  #header .btns {
    margin-right: 20px
  }

  #header .btns .hbtn01 .cap {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  #header .btns .hbtn01 a {
    height: 40px;
    width: 160px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 820px) {
  #header .btns {
    display: none;
  }
}

/* ==============================
 menu
============================== */
.menu {
  padding: 30px 0 0 0;
}

.menu .txt {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
  color: #FFF;
  font-size: 1.4rem;
}

.menu .hamburger {
  position: relative;
  display: block;
  width: 4.2vw;
  height: 4.2vw;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #111;
  cursor: pointer;
  z-index: 9999;
  border-radius: 10px;
}

.menu .hamburger span {
  position: absolute;
  display: block;
  content: "";
  width: 45%;
  height: 2px;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  background-color: #fff;
  transition: all 0.5s;
}

.menu .hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}

.menu .hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}

.menu .hamburger span::before {
  top: -10px;
}

.menu .hamburger span::after {
  bottom: -10px;
}

.menu .hamburger.open span {
  background: transparent;
}

.menu .hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu .hamburger.open span::after {
  bottom: 0;
  background: #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 1670px) {
  .menu .txt {
    bottom: 12%;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1280px) {
  .menu .hamburger {
    width: 48px;
    height: 48px;
    border-radius: 5px;
  }

  .menu .txt {
    bottom: 8%;
    font-size: 1.0rem;
  }

  .menu .hamburger span::before {
    top: -8px;
  }

  .menu .hamburger span::after {
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    padding: 10px 0 0 0;
  }

  .menu .hamburger {
    width: 57px;
    height: 57px;
    border-radius: 5px;
  }

  .menu .txt {
    bottom: 10%;
    font-size: 1.2rem;
  }

  .menu .hamburger span::before {
    top: -8px;
  }

  .menu .hamburger span::after {
    bottom: -8px;
  }
}

/* ==============================
menubox
============================== */
#menubox {
  position: fixed;
  width: 19%;
  top: 140px;
  right: -50%;
  transition: all 0.5s;
  z-index: 999;
  display: block;
  background: rgba(0, 0, 0, 0.80);
  border-radius: 15px;
  padding: 20px 15px 25px 15px;
}

#menubox.open {
  right: 3.5%;
}

#menubox .tb {
  display: none
}

#menubox .ttl {
  color: #FFF;
  font-size: 1.6rem;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px #FFF solid;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

#menubox .ttl:hover {
  opacity: 0.7;
}

#menubox .ttl::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-size: 1.6rem;
  font-weight: 900;
  padding-right: 2px;
}

#menubox .ttl.active::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 1.6rem;
  padding-right: 2px;
}

#menubox ul {
  display: none;
}

#menubox ul li {}

#menubox ul li a {
  color: #FFF;
  padding: 10px 2px 10px 15px;
  border-bottom: 1px #FFF solid;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
}

#menubox ul li a:hover {
  text-decoration: none;
}

#menubox ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-size: 1.4rem;
  font-weight: 900;
  padding-right: 2px;
}

#menubox .btns {
  margin: 30px 0px 10px 0;
}

#menubox .btns .hbtn01 {
  margin: 0 0px 15px 0;
}

#menubox .btns .hbtn01 .cap {
  text-align: center;
  font-size: 1.2rem;
  color: #FFFFFF;
  margin-bottom: 7px
}

#menubox .btns .hbtn01 a {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}

#menubox .btns .hbtn01 a:hover {
  opacity: 1;
  text-decoration: none;
}

#menubox .btns .lblue {
  background: #1eaddd
}

#menubox .btns .lblue:hover {
  background: #27E1FF
}

#menubox .btns .dblue {
  background: #0b487e
}

#menubox .btns .dblue:hover {
  background: #0E5EA4
}

#menubox .btns .green {
  background: #408949
}

#menubox .btns .green:hover {
  background: #53B25F
}

@media screen and (max-width: 1280px) {
  #menubox {
    width: 22%;
    top: 130px;
  }

  #menubox .tb {
    display: block
  }

  #menubox.open {
    right: 2%;
  }

  #menubox ul li a {
    padding: 8px 2px 8px 13px
  }
}

@media screen and (max-width: 980px) {
  #menubox {
    width: 28%;
    top: 150px;
  }

  #menubox.open {
    right: 2.5%;
  }
}

@media screen and (max-width: 767px) {
  #menubox {
    width: 50%;
    top: 115px;
  }

  #menubox.open {
    right: 3.5%;
  }

  #menubox .ttl {
    font-size: 1.4rem;
  }

  #menubox ul li a {
    padding: 8px 2px 8px 10px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 420px) {
  #menubox {
    width: 60%;
    top: 115px;
    right: -70%;
  }
}

/* ==============================
.sidenavBtn
============================== */
.sidenavBtn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 25%;
  left: 0;
  width: 70px;
  height: 260px;
  padding: 20px 0 0 0;
  border-radius: 0 10px 10px 0;
  text-align: center;

  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  background: url(../images/common/ico_block01.png) no-repeat center 30px, linear-gradient(180deg, #1eaddd, #0b487e);
  writing-mode: vertical-rl;

}

.isin {
  display: flex;
}

.sidenavBtn.open {
  left: 270px;
}

.sidenav {
  position: fixed;
  background: #FFF;
  top: 25%;
  left: -50%;
  width: 270px;
  padding: 20px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
}

.sidenav.open {
  left: 0%;
}


.sidenav li {
  border-bottom: 1px #d3dae1 solid;
}

.sidenav li a {
  padding: 10px 30px 10px 10px;
  display: block;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}

.sidenav li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 1.3rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 12px;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  color: #111;

}



.sidenav .close {
  cursor: pointer;
  margin-top: 10px;
  position: relative;
  color: #111;
  background: #d3dae1;
  height: 50px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

.sidenav .close::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 1.3rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 12px;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 33%;
  margin: auto;
  color: #111;
}

@media screen and (max-width: 1300px) {
  .sidenavBtn {
    width: 50px;
    height: 260px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sidenavBtn {
    display: none;
  }

  .sidenav {
    display: none;
  }
}

/* ==============================
btn01
============================== */
.btn01 {}

.btn01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  background: #0b487e;
  font-size: 1.6rem;
  font-weight: 700;
  width: 275px;
  height: 60px;
  padding: 0 15px 0 30px;
  border-radius: 5px;
}

.btn01 a:hover {
  color: #111;
  background: #FFF;
  border: 2px #0b487e solid;
  opacity: 1;
  text-decoration: none;
}

.btn01 a .ico {
  background: #FFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn01 a .ico i {
  color: #0b487e;
  font-size: 1.4rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 65%;
  }

  .btn01 a {
    font-size: 1.6rem;
    width: 100%;
    height: 57px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
  }

  .btn01 a .ico {
    width: 16px;
    height: 16px;
  }

  .btn01 a .ico i {
    font-size: 1rem;
  }
}

/* ==============================
btn02
============================== */
.btn02 {}

.btn02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0b487e;
  background: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  width: 275px;
  height: 60px;
  padding: 0 15px 0 30px;
  border-radius: 5px;
}

.btn02 a:hover {
  opacity: 1;
  text-decoration: none;
  background: #0b487e;
  color: #FFF;
}

.btn02 a .ico {
  background: #0b487e;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn02 a:hover .ico {
  background: #FFF;
}

.btn02 a .ico i {
  color: #FFF;
  font-size: 1.4rem;
}

.btn02 a:hover .ico i {
  opacity: 1;
  color: #0b487e;
}

@media screen and (max-width: 767px) {
  .btn02 {
    width: 55.89%;
  }

  .btn02 a {
    font-size: 1.6rem;
    width: 100%;
    height: 57px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
  }

  .btn02 a .ico {
    width: 16px;
    height: 16px;
  }

  .btn02 a .ico i {
    font-size: 1rem;
  }
}

/* ==============================
btn02
============================== */
.btn02 {}

.btn02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0b487e;
  background: #FFF;
  font-size: 1.6rem;
  width: 275px;
  height: 60px;
  padding: 0 15px 0 30px;
  border-radius: 5px;
}

.btn02 a:hover {
  opacity: 1;
  text-decoration: none;
  background: #0b487e;
  color: #FFF;
}

.btn02 a .ico {
  background: #0b487e;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn02 a:hover .ico {
  background: #FFF;
}

.btn02 a .ico i {
  color: #FFF;
  font-size: 1.4rem;
}

.btn02 a:hover .ico i {
  opacity: 1;
  color: #0b487e;
}

@media screen and (max-width: 767px) {
  .btn02 {
    width: 55.89%;
  }

  .btn02 a {
    font-size: 1.6rem;
    width: 100%;
    height: 57px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
  }

  .btn02 a .ico {
    width: 16px;
    height: 16px;
  }

  .btn02 a .ico i {
    font-size: 1rem;
  }
}



/* ==============================
btn03
============================== */
.btn03 {}

.btn03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1eaddd;
  background: #FFF;
  border: 1px #1eaddd solid;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  height: 45px;
  padding: 0 15px 0 30px;
  border-radius: 5px;
}

.btn03 a:hover {
  opacity: 1;
  text-decoration: none;
  background: #1eaddd;
  color: #FFF;
}

.btn03 a .ico {
  background: #1eaddd;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn03 a:hover .ico {
  background: #FFF;
}

.btn03 a .ico i {
  color: #FFF;
  font-size: 1.4rem;
}

.btn03 a:hover .ico i {
  opacity: 1;
  color: #1eaddd;
}

@media screen and (max-width: 767px) {
  .btn03 {
    width: 100%;
  }

  .btn03 a {
    font-size: 1.6rem;
    width: 100%;
    height: 57px;
    padding: 0 10px 0 15px;
    border-radius: 5px;
    background: #1eaddd;
    color: #FFF;
  }

  .btn03 a:hover {
    opacity: 1;
    text-decoration: none;
    color: #1eaddd;
    background: #FFF;
    border: 1px #1eaddd solid;
  }

  .btn03 a .ico {
    color: #1eaddd;
    background: #FFF;
    width: 16px;
    height: 16px;
  }

  .btn03 a .ico i {
    font-size: 1rem;
  }


  .btn03 a:hover .ico {
    background: #1eaddd;
  }


  .btn03 a:hover .ico i {
    color: #FFF;
  }

}

/* ==============================
icoarrow
============================== */
.slist ul li .icoarrow::after {
  background-color: #FFF;
}

.oslistBox .icoarrow::after {
  background-color: #FFF;
}

.voiceBox .icoarrow::after {
  background-color: #FFF;
}

.btn02 .icoarrow::after {
  background-color: #FFF;
}

.btn03 .icoarrow::after {
  background-color: #FFF;
}

.btn02 .icoarrow:hover::after,
.btn02 a:hover .icoarrow::after,
.btn02 a:hover .icoarrow::after {
  -webkit-animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  background-color: #0b487e;
}

.btn03 .icoarrow:hover::after,
.btn03 a:hover .icoarrow::after,
.btn03 a:hover .icoarrow::after {
  -webkit-animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow;
  background-color: #1eaddd;
}

@media screen and (max-width: 767px) {
  .icoarrow::after {
    width: 10px;
    height: 10px;
    background-size: 1.0rem;
    -webkit-mask-size: 1.0rem;
    mask-size: 1.0rem;
  }


  .btn03 .icoarrow::after {
    background-color: #1eaddd;
  }
}

@-webkit-keyframes button-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  29% {
    opacity: 0;
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }

  30% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes button-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  29% {
    opacity: 0;
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }

  30% {
    -webkit-transform: translate(-8px, 0);
    transform: translate(-8px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* ==============================
.icoarrow
============================== */
.icoarrow {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.icoarrow::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-size: 1.4rem;
  background-color: #0b487e;
  -webkit-mask-image: url(../images/top/icon_arrow.svg);
  mask-image: url(../images/top/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 1.4rem;
  mask-size: 1.4rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

a:hover .icoarrow {}

.icoarrow:hover::after,
a:hover .icoarrow::after,
a:hover .icoarrow::after {
  -webkit-animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow infinite;
  animation: 2s cubic-bezier(0.86, 0, 0.07, 1) button-arrow infinite;
   
}
@media screen and (max-width: 767px) {
.icoarrow::after {
  width: 14px;
  height: 14px;
  background-size: 1.2rem;
  -webkit-mask-size: 1.2rem;
  mask-size: 1.2rem;

}
}

/* ==============================
leadtext
============================== */
#leadtext {
  padding: 65px 0 100px 0;
}

#leadtext .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
}

#leadtext .inner .txts {
  margin-right: 0px;
}

#leadtext .inner .txts .txt01 {
  font-size: 2.4rem;
  line-height: 2.0;
  font-weight: 700;
}

#leadtext .inner .txts .txt01 span {
  font-size: 3.0rem;
}

#leadtext .inner .txts .txt01 span.t02 {
  color: #FFFFFF;
  font-weight: 700;
  padding: 5px;
  background-image: linear-gradient(90deg, rgba(30, 171, 220, 1), rgba(20, 90, 167, 1) 50%, rgba(38, 174, 57, 1));
}

@media screen and (max-width: 1400px) {
  #leadtext .inner .txts .txt01 {
    font-size: 2.0rem;
    line-height: 2.0;
    margin-bottom: 20px;
  }

  #leadtext .inner .txts .txt01 span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1024px) {
  #leadtext {
    padding: 30px 0;
  }

  #leadtext .inner {
    flex-wrap: wrap;
  }

  #leadtext .inner .txts {
    width: 100%;
    margin-right: 0px;
    text-align: center
  }

  #leadtext .inner .txts .txt01 {
    font-size: 1.6rem;
    line-height: 2.0;
    margin-bottom: 20px;
    font-feature-settings: "palt";
  }

  #leadtext .inner .txts .txt01 span {
    font-size: 2.0rem;
  }
}

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

/* ==============================
.img
============================== */
#leadtext .inner .img {}

#leadtext .inner .img ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#leadtext .inner .img ul li {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  width: 120px;
}

#leadtext .inner .img ul li img {
  height: 90px;
  width: auto;
  margin: 0 auto 7px auto;
}

@media screen and (max-width: 1280px) {
  #leadtext .inner .img ul li {
    font-size: 1.1rem;
    text-align: center;
    width: 36%;
    margin-bottom: 15px;
    margin: 0 1%;
  }

  #leadtext .inner .img ul li img {
    height: 70px;
    margin: 0 auto 7px auto;
  }
}

@media screen and (max-width: 767px) {
  #leadtext .inner .img {}

  #leadtext .inner .img ul {
    flex-wrap: wrap;
  }

  #leadtext .inner .img ul li {
    font-size: 1.0rem;
    text-align: center;
    width: 31%;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }

  #leadtext .inner .img ul li img {
    height: 70px;
    margin: 0 auto 7px auto;
  }
}

/* ==============================
#mvimg
============================== */
#mvimg {
  padding: 0 0 30px;
}

#mvimg .mv01 {
  margin-bottom: 30px
}

#mvimg .mv01 .slider {
  margin-bottom: 10px
}

#mvimg .mv01 .slick-slide {
  width: 125px;
  font-size: 1.2rem;
  text-align: center;
}
#mvimg .mv01 .slick-slide a{
color: #111;
}
#mvimg .mv01 .slick-slide .img {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  margin: 0 auto 7px auto;
}

@media screen and (max-width: 767px) {
  #mvimg {
    padding: 0 0 50px;
  }

  #mvimg .mv01 {
    margin-bottom: 30px
  }

  #mvimg .mv01 .slider {
    margin-bottom: 10px
  }

  #mvimg .mv01 .slick-slide {
    width: 90px;
    font-size: 1.1rem;
    font-weight: 500;
  }

  #mvimg .mv01 .slick-slide .img {
    width: 45px;
    height: 45px;
    margin: 0 auto 7px auto;
  }
}


/* ==============================
page 
============================== */
html {
  scroll-padding-top: 110px;
}

.page #headertxt,
.headerWrap.topheader #headertxt
{
  position: relative;
  padding: 25px 0 0 40px;
  text-align: left;
}

.page #headertxt h1,
.headerWrap.topheader #headertxt h1
{
  font-weight: normal !important;
}

@media screen and (max-width: 1500px) {
  .page #headertxt,
.headerWrap.topheader #headertxt
  {
    padding: 25px 0 0 20px;
  }
}

@media screen and (max-width: 1330px) {
  .page #headertxt,
.headerWrap.topheader #headertxt
  {
    padding: 25px 0 0 15px;
  }
}


@media screen and (max-width: 1060px) {
.page #headertxt h1,
.headerWrap.topheader #headertxt h1 {
width: 40%;
}
}
@media screen and (max-width: 767px) {
  .page #headertxt h1,
    .headerWrap.topheader #headertxt h1 {
      width: 100%;
    }

  .page #headertxt,
.headerWrap.topheader #headertxt
  {
    padding: 7px 10px 0 10px;
    text-align: left;
  }
}

/* ==============================
page  #header
============================== */
.page .headerWrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFF;

}

.headerWraptop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFF;

}


.top .headerWrap.topheader{
  animation: fade-in 1s;
  animation-fill-mode: forwards;
}
.top .headerWrap.topheader,
.pageheader {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.top .headerWrap{

}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}




.page #header,
.headerWrap.topheader #header {
  position: relative;
  height: 83px;
}

.page #header .inner,
.headerWrap.topheader #header .inner {
  padding-right: 40px;
  background: #FFF;
}

.page #header .inner .logo,
.headerWrap.topheader #header .inner .logo {
  top: 10px;
  padding: 0px 0px 0px 40px;
  border-bottom-right-radius: 0px;
  background: transparent;
}



.page #header .inner .logo::before,
.page #header .inner .logo::after,
.headerWrap.topheader #header .inner .logo::before,
.headerWrap.topheader #header .inner .logo::after
 {
  background: transparent;
  width: 0;
  height: 0;
}

@media screen and (max-width: 1500px) {
  .page #header .inner .logo,
  .headerWrap.topheader #header .inner .logo
  {
    top: 15px;
    width: 280px;
    padding: 0px 0px 0px 20px;
  }

  .page #header .inner,
  .headerWrap.topheader #header .inner
   {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1330px) {
  .page #header .inner .logo,
  .headerWrap.topheader #header .inner .logo
  {
    top: 15px;
    width: 250px;
    padding: 0px 0px 0px 15px;
  }
}

@media screen and (max-width: 1280px) {
  .page #header .inner .logo,
  .headerWrap.topheader #header .inner .logo
  {
    padding: 0px 0px 0px 15px;
  }

  .page #header .inner, 
  .headerWrap.topheader #header .inner{
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page #header,
  .headerWrap.topheader #header
  {
    height: 70px;
  }

  .page #header .inner .logo,
    .headerWrap.topheader #header .inner .logo
  {
    width: 57%;
    padding: 0px 0px 0px 15px;
  }

}

/* ==============================
#navi
============================== */
.page #navi ul li,
.headerWrap.topheader #navi ul li
{
  padding: 25px 25px 0;
}

.page #navi ul li a,
.headerWrap.topheader #navi ul li a
{
  color: #111111;
}

@media screen and (max-width: 1750px) {
  .page #navi ul,
  .headerWrap.topheader #navi ul{
    font-size: 1.4rem;
    display: flex;
  }

  .page #navi ul li,
  .headerWrap.topheader #navi ul li
  {
    padding: 25px 15px 0;
  }
}

@media screen and (max-width: 1330px) {
  .page #navi ul li,
  .headerWrap.topheader #navi ul li
  {
    padding: 25px 12px 0;
  }

}

@media screen and (max-width: 1280px) {
  .page #navi,
  .headerWrap.topheader #navi
  {
    display: none
  }
}



/* ==============================
.page #header .btns
============================== */
.page #header .btns,
.headerWrap.topheader #header .btns {
  padding-top: 0;
  margin-top: -11px;
}

.page #header .btns .hbtn01:first-child .cap,
.headerWrap.topheader #header .btns .hbtn01:first-child .cap
{
  color: #1eaddd;
}

.page #header .btns .hbtn01:nth-child(2) .cap,
.headerWrap.topheader #header .btns .hbtn01:nth-child(2) .cap
{
  color: #0b487e;
}

.page #header .btns .hbtn01:nth-child(3) .cap,
.headerWrap.topheader #header .btns .hbtn01:nth-child(3) .cap
{
  color: #408949;
}

.page #navi ul li a {}

@media screen and (max-width: 1500px) {
  #header .btns .hbtn01 a{
    width: 160px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1280px) {
  .page #header .btns,
  .headerWrap.topheader #header .btns
  {
    padding-top: 17px;
    margin-top: 0px;
  }

}
@media screen and (max-width: 980px) {

  .page #header .btns,
  .headerWrap.topheader #header .btns {
   display: none;
  }

}
/* ==============================
#navi
============================== */
.page .menu ,
.headerWrap.topheader .menu
{
  padding: 0px 0 0 0;
  margin-top: -5px;
}

@media screen and (max-width: 1280px) {
  .page .menu,
.headerWrap.topheader .menu
  {
    padding: 20px 0 0 0;
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .page .menu,
  .headerWrap.topheader .menu {
    padding: 3px 0 0 0;
  }

}

/* ==============================
#navi
============================== */

@media screen and (max-width: 1280px) {
  .page #navisp,
  .headerWrap.topheader #navisp {
    display: block;
    margin-left: auto
  }

  .page #navisp ul,
  .headerWrap.topheader #navisp ul
  {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
  }

  .page #navisp ul li,
  .headerWrap.topheader #navisp ul li
  {
    padding: 0px 15px 0;
  }

  .page #navisp ul li a,
  .headerWrap.topheader #navisp ul li a
  {
    color: #111;
    line-height: 1;
    position: relative
  }

  .page #navisp ul li a:hover,
  .headerWrap.topheader #navisp ul li a:hover
  {
    text-decoration: none !important;
  }

  .page #navisp ul li a::after,
  .headerWrap.topheader #navisp ul li a::after
  {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #111;
    bottom: -1px;
    /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);
    /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top;
    /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s;
    /*変形の時間*/
  }

  .page #navisp ul li a:hover::after,
    .headerWrap.topheader #navisp ul li a:hover::after
  {
    transform: scale(1, 1);
    /*ホバー後、x軸方向に1（相対値）伸長*/
  }


}

@media screen and (max-width: 767px) {
  .page #navisp,
    .headerWrap.topheader #navisp
  {
    display: none;
  }
}





/*   	======================voiceWrap==============================*/
.voiceWrap {}

.voiceWrap .voiceBox {
  width: 320px;
  margin-right: 1vw;
  margin-bottom: 30px;
}

.voiceWrap .voiceBox a {
  display: block;
  margin-bottom: 53px;
  width: 100%;
  padding: 40px 20px 45px;
  background: #FFF;
  color: #111;
  position: relative;
  border-radius: 10px;
}

.voiceWrap .voiceBox  {
  display: block;
  margin-bottom: 53px;
  width: 320px;
  padding: 40px 20px 45px;
  background: #FFF;
  color: #111;
  position: relative;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.voiceWrap .voiceBox .now{
  width: 100%;
  height: 100%;
background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voiceWrap .voiceBox .nowtxt{
  font-size: 2.0rem;
  font-weight: 700;
}
.voiceWrap .voiceBox a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
}

.voiceWrap .voiceBox .ico {
  width: fit-content;
  margin-top: 0px;
  background: #1eaddd;
  padding: 6px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

.voiceWrap .slick-list {
  padding-top: 15px;
}

.voiceWrap .slick-track {
  display: flex;
}

.voiceWrap .slick-slide {
  height: auto !important;
}

.voiceWrap .voiceBox .img {
  text-align: center;
  margin: 8px auto 32px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voiceWrap .voiceBox .ttls {
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #1eabdc, #1460a3, #26ae39) 1;
  padding: 3px 10px 3px 13px;
  margin-bottom: 12px;
}

.voiceWrap .voiceBox .ttls .ttl {
  color: #0b487e;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
  font-feature-settings: "palt";
  height: 70px;
  display: flex;
  align-items: center;
}

.voiceWrap .voiceBox .ttls .charge {
  font-size: 1.4rem;
}

.voiceWrap .voiceBox .tag {
  font-size: 1.4rem;
  color: #1eaddd;
  height: 45px;
}

.voiceWrap .voiceBox .tag ul {
  display: flex;
  flex-wrap: wrap;
}

.voiceWrap .voiceBox .tag ul li {
  margin-right: 8px;
  font-size: 1.2rem;
  font-feature-settings: "palt";
}

.voiceWrap .voiceBox .txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.voiceWrap .voiceBox .ico02 {
  position: absolute;
  bottom: 10px;
  right: 20px;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.voiceWrap .voiceBox .ico02:hover {
  opacity: 1;
  text-decoration: none;
}

.voiceWrap .voiceBox .ico02 i {
  color: #FFF;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .voiceWrap .voiceBox {
    width: 320px;
    margin-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .voiceWrap .voiceBox {
    width: 320px;
    margin-right: 10px;
  }

  .voiceWrap .voiceBox .img {
    text-align: center;
    margin: 30px auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .voiceWrap .slick-list {
    padding-top: 20px !important;
  }

  .voiceWrap .voiceBox a {
    margin-bottom: 25px;
    padding: 33px 15px 45px;
  }

  .slick-next {
    background: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;

    right: 5px !important;
    z-index: 10;
    width: 30px;
    height: 30px;
  }

  .slick-prev {
    background: transparent;
    border: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px !important;
    z-index: 10;
    width: 30px;
    height: 30px;
  }

  .slick-next::before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    font-size: 30px;
color: #111;
    z-index: 10;
    position: relative;
  }

  .slick-prev::before {
    font-family: "Font Awesome 5 Free";
    content: "\f053";
    font-weight: 900;
    font-size: 30px;
color: #111;
    z-index: 10;position: relative;
  }


}

/* ==============================
btn01
============================== */
#voice .btn01 a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #voice .btn01 {
    margin: 0 auto;
  }
}

/* ==============================
footer
============================== */
#footer {
  background: #000;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

#footer .inner {
  padding: 100px 0 40px;
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding: 35px 0 20px;
  }
}

/* ==============================
footer
============================== */
.footerWrap {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}

.footerWrap .campany {
  width: 48%;
  padding: 0 30px 0 0;
}

.footerWrap .campany .logo {
  margin-bottom: 30px;
}

.footerWrap .campany .logo img {
  width: auto;
}

.footerWrap .campany .txts {
  color: #FFF;
}

.footerWrap .campany .name {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.footerWrap .campany .add {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8
}

@media screen and (max-width: 767px) {
  .footerWrap {
    flex-wrap: wrap;
  }

  .footerWrap .campany {
    width: 100%;
    padding: 0 0px 0 0;
    margin-bottom: 40px;
  }
}

/* ==============================
footer
============================== */
.footerWrap .links {
  display: flex;
  justify-content: space-between;
  width: 52%;
}

.footerWrap .links .linksWrap01 {
  width: 30%;
}

.footerWrap .links .linksWrap01 .ttl {
  color: #FFF;
  padding: 18px 0;
  border-bottom: 1px #666666 solid;
  border-top: 1px #666666 solid;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.footerWrap .links .linksWrap01 li a {
  display: block;
  padding: 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .footerWrap .links {
    flex-wrap: wrap;
    width: 100%;
  }

  .footerWrap .links .linksWrap01 {
    width: 100%;
    margin-bottom: 25px;
  }

  .footerWrap .links .linksWrap01 .ttl {
    font-size: 1.8rem;
  }

  .footerWrap .links .linksWrap01 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footerWrap .links .linksWrap01 ul li {
    width: 50%;
  }

  .footerWrap .links .linksWrap01 li a {
    font-size: 1.5rem;
  }
}

/* ==============================
copy
============================== */
.copy {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

/* ==============================
pagetop
============================== */
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(79, 79, 79, 0.80);
  font-size: 1.8rem;
  z-index: 100;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 65px;
  }
}

/* ==============================
.spcv 
============================== */
.spcv {
  display: none;
}

@media screen and (max-width: 767px) {
  .spcv {
    opacity: 0;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .spcv .hbtn01 {
    width: calc(100%/3);
  }

  .spcv .hbtn01 a {
    width: 100%;
    height: 55px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .spcv .hbtn01 a .imgtxt {
    text-align: center;
    font-size: 1.2rem;
    color: #FFFFFF;
  }

  .spcv .hbtn01 a .imgtxt img {
    display: block;
    margin: 0 auto 5px;
    width: auto;
    height: 25px;
  }

  .spcv .hbtn01 a:hover {
    opacity: 1;
    text-decoration: none;
  }

  .spcv .lblue {
    background: #1eaddd
  }

  .spcv .lblue:hover {
    background: #27E1FF
  }

  .spcv .dblue {
    background: #0b487e
  }

  .spcv .dblue:hover {
    background: #0E5EA4
  }

  .spcv .green {
    background: #408949
  }

  .spcv .green:hover {
    background: #53B25F
  }
}




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

/* ==============================
#onlineservice 
============================== */
#onlineservice {
  position: relative;
}

#onlineservice .sideimg {
  position: absolute;
  top: -150px;
  right: 0;
  width: 50%;
}

#onlineservice .sideimg img {}

#onlineservice .inner {
  padding: 90px 0 100px;
}

#onlineservice .oslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  #onlineservice .sideimg {
    position: absolute;
    top: -120px;
    right: 0;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #onlineservice .sideimg {
    position: absolute;
    right: 0;
    margin-left: auto;
    width: 87.94%;
  }

  #onlineservice .sideimg img {}

  #onlineservice .inner {
    padding: 140px 0 65px;
  }
}

/* ==============================
#onlineservice 
============================== */
#onlineservice .oslist .oslistBox {
  width: 49%;
}

#onlineservice .oslist .oslistBox a {
  width: 100%;
  border: 1px #d3dae1 solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  padding: 0 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: #111;
  margin-right: 35px;
}

#onlineservice .oslist .oslistBox a:hover {
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.16);
}

#onlineservice .oslist .oslistBox a .img {
  text-align: center;
  font-size: 1.4rem;
  width: 37%;
  flex-shrink: 0;
}

#onlineservice .oslist .oslistBox a .img img {
  margin-top: 10px;
}

#onlineservice .oslist .oslistBox a .txts {
  text-align: left;
  font-size: 1.4rem;
  width: 49%;
  flex-shrink: 0;
  font-weight: 500;
}

#onlineservice .oslist .oslistBox a .ico {
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#onlineservice .oslist .oslistBox a .ico i {
  color: #FFF;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #onlineservice .oslist .oslistBox {
    width: 100%;
    margin-bottom: 10px;
  }

  #onlineservice .oslist .oslistBox a {
    flex-wrap: wrap;
    height: auto;
    padding: 18px 10px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  #onlineservice .oslist .oslistBox a .img {
    padding: 0 0 14px;
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }

  #onlineservice .oslist .oslistBox a .img img {
    width: 70%;
    margin: 10px auto 0 auto;
  }

  #onlineservice .oslist .oslistBox a .txts {
    font-size: 1.4rem;
    width: 93%;
  }

  #onlineservice .oslist .oslistBox a .ico {
    width: 16px;
    height: 16px;
  }

  #onlineservice .oslist .oslistBox a .ico i {
    font-size: 1rem;
  }
}

/* ==============================
#voice
============================== */
#voice {
  background: #eff4f6;
  padding-bottom: 190px;
  border-radius: 60px;
}

#voice .inner {
  padding: 100px 0 0
}

#voice .iconttlWrap {
  text-align: center;
  margin: 0 auto;
}

#voice .iconttl {
  display: inline-block;
}

#voice .ttlBox {
  text-align: center;
  justify-content: center;
}

#voice .voicelead {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #voice {
    padding-bottom: 60px;
    border-radius: 30px;
  }

  #voice .inner {
    padding: 50px 0 0
  }

  #voice .ttlBox {
    margin-bottom: 0;
  }

  #voice .voicelead {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
}
/* ==============================
#voice
============================== */

@media screen and (min-width: 768px) {
  .business-domain_items .business-domain_item .business-domain_header a .inner {
    width: auto !important;
    padding: 25px 28px;
  }
}


/* ==============================
recruit
============================== */

.page-recruit .contNav .swiper-slide {
 width: auto !important;
}

