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

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

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

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

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

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

/* ==============================
   common
============================== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 139px;
}

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

.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: norma
}

.pc {
  display: block !important;
}

.pci {
  display: inline-block !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: 767px) {
  .pc {
    display: none !important;
  }

  .pci {
    display: none !important;
  }

  .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 {
  font-size: 4.2rem;
  text-align: center;
}

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

.pink {
  color: #fb8a77;
}

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

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

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

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

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

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

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

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

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

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

  .h2txt {
    font-size: 2.5rem;
    text-align: center;
  }

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

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

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

.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFF;
}
.pageheader {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.top .headerWrap {
  display: none;
}

.top .headerWrap {
  display: none;
}
.top .headerWrap #navi li a {
  color: #111;
}
/* ==============================
headertxt
============================== */
#headertxt {
  background: #121212;
  color: #FFF;
  padding: 9px 0;
  font-weight: normal;
}

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


/* ==============================
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;
  }
}

/* ==============================
#header
============================== */
#header {
  height: 100px;
}

#header .inner {
  display: flex;
  justify-content: space-between;
}

#header .logo {
  padding: 10px 0;
}

#header .logo img {
  width: auto;
}

@media screen and (max-width: 1280px) {
  #header .logo {
    width: 300px;
  }
}

@media screen and (max-width: 1130px) {
  #header .logo {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }

  #header .logo {
    padding: 12px 0;
    width: 200px;
  }
}

/* ==============================
hright
============================== */
.hright {
  display: flex;
}

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

/* ==============================
#navi
============================== */
#navi {
  margin-right: 40px;
}

#navi ul {
  display: flex;
  margin-top: 40px;
  line-height: 1;
}

#navi li a {
  color: #111;
  margin-left: 40px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1280px) {
  #navi li a {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1130px) {
  #navi li a {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .menu {
    display: block;
    padding: 8px 0 0 0;
  }

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

  .menu .hamburger {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    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: 48%;
    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: -8px;
  }

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

  .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: 767px) {
  .menu {
    padding: 4px 0 0 0;
  }

  .menu .txt {
    bottom: 12%;
    font-size: 1.1rem;
  }

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

  .menu .hamburger span {
    width: 46%;
  }

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

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

/* ==============================
menubox
============================== */
#menubox {}

@media screen and (max-width: 1024px) {
  #menubox {
    position: fixed;
    width: 30%;
    top: 120px;
    right: -50%;
    transition: all 0.5s;
    z-index: 999;
    display: block;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 15px;
    padding: 20px 15px 25px 15px;
  }

  #menubox.open {
    right: 3%;
  }

  #menubox #navi {
    margin-right: 0px;
  }

  #menubox ul {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }

  #menubox ul li a {
    display: block;
    color: #FFF;
    padding: 10px 2px 10px 10px;
    border-bottom: 1px #FFF solid;
    margin-left: 0;
    font-size: 1.4rem;
    position: relative;
  }

  #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;
    position: absolute;
    right: 10px;
  }

  #menubox .btn01 {
    width: 100%;
  }
}

/* ==============================
.btn01
============================== */
.hright .btn01 {
  margin-top: 24px;
}

.hright .btn01 a {}

/* ==============================
.btn01
============================== */
.btn01 {
  width: 215px;
}

.btn01 a {
  background: #f1654e;
  border-radius: 25px;
  height: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
}

.btn01 a .sub {
  background: #fff;
  border: 2px #f1654e solid;
  border-radius: 5px;
  padding: 3px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1654e;
  font-size: 1.2rem;
  margin-top: -27px;
  margin-bottom: 4px;
  line-height: 1;
}

/* ==============================
.btn01
============================== */
.btn02 {
  width: 360px;
  margin: 0 auto;
}

.btn02 a {
  background: #121212;
  border-radius: 30px;
  height: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .btn02 {
    width: 91%;
    margin: 0 auto;
  }
}

/* ==============================
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;
}

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

/* ==============================
menubox
============================== */
#menubox {}

@media screen and (max-width: 1024px) {
  #menubox {
    position: fixed;
    width: 70%;
    top: 100px;
    right: -100%;
    transition: all 0.5s;
    z-index: 999;
    display: block;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 15px;
    padding: 20px 15px 25px 15px;
  }

  #menubox.open {
    right: 3%;
  }

  #menubox #navi {
    margin-right: 0px;
  }

  #menubox ul {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
  }

  #menubox ul li a {
    display: block;
    color: #FFF;
    padding: 10px 2px 10px 10px;
    border-bottom: 1px #FFF solid;
    margin-left: 0;
    font-size: 1.4rem;
    position: relative;
  }

  #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;
    position: absolute;
    right: 10px;
  }

  #menubox .btn01 {
    width: 100%;
  }
}