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

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

@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: 134.8px;

}

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

.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;
  font-weight: 500;
}

.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: 1000px;
  margin: 0 auto;
}

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

@media screen and (max-width: 1660px) {
  .inner02 {
    width: 1000px;
    margin: 0 auto;
  }
}

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

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

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

@media screen and (max-width: 1060px) {
  .inner {
    width: 98%;
    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);
}

/* ==============================
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 15px 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 {
    display: flex;
    align-items: center;
    width: 200px;
  }

  #header .logo img {
    margin-top: 4px;
  }
}

/* ==============================
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: 1330px) {
  #navi {
    margin-right: 30px;
  }

  #navi li a {
    margin-left: 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1170px) {
  #navi li a {
    font-size: 1.4rem;
  }
}

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

.btn01 a {
  background: #e4aa2e;
  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;
  z-index: 100;
}

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

/* ==============================
form
============================== */
#form {
  padding-top: 134.8px;
}

#form .inner02 {
  padding: 90px 0;
}

#form .validation {
  display: none;
  color: #FF0000;
}

#form .formBox {
  width: 100%;
}

#form .formBox .h2txt {
  font-size: 4.2rem;
  font-weight: 700;
  color: #34ac7d;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  text-align: center;
}

#form .formBox .h3txt {
  background: #f1f7f6;
  border-left: 10px #34ac7d solid;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0 38px;
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#form .formBox .txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #form .inner02 {
    padding: 50px 0 90px 0;
  }

}

@media screen and (max-width: 1000px) {
  #form .inner02 {
    padding: 50px 0 90px 0;
  }

}

@media screen and (max-width: 767px) {
  #form .inner02 {
    padding: 20px 0 90px 0;
  }

  #form .formBox .h2txt {
    font-size: 2.6rem;
    margin-bottom: 30px;

  }

  #form .formBox .h3txt {
    background: #f1f7f6;
    border-left: 5px #34ac7d solid;
    font-size: 2.0rem;
    padding: 0 20px;
    height: 50px;
    margin-bottom: 20px;
  }

  #form .formBox .txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: left;
  }

}

/* ==============================
form
============================== */


#form .formBox table {
  width: 100%;
  margin-bottom: 25px;
}

#form .formBox table th {
  width: 20%;
  font-size: 1.8rem;
  text-align: left;
}

#form .formBox table th .ttl {
  display: flex;
  align-items: center;
}

#form .formBox table th .required {
  background: #fb8a77;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFF;
  margin-right: 10px;
}

#form .formBox table th .any {
  background: #999;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFF;
  margin-right: 10px;
}

#form .formBox table td {
  width: 78%;
  padding: 10px;
}

#form .formBox table td input {
  border: 1px #CCC solid;
  padding: 10px;
  border-radius: 5px;
}

#form .formBox table td textarea {
  border: 1px #CCC solid;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
}

.winputtext {
  width: 100%;
}

.minputtext {
  width: 40%;
}


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

@media screen and (max-width: 767px) {
  #form .formBox table tr {
    display: flex;
    flex-wrap: wrap;
  }

  #form .formBox table th {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
  }

  #form .formBox table td {
    width: 100%;
    padding: 10px;
  }

  .winputtext {
    width: 100%;
  }

  .minputtext {
    width: 40%;
  }
}

/* ==============================
formbtn
============================== */

.formBox .btns {
  text-align: center;

}

.formbtn {
  cursor: pointer;
  width: 80%;
  height: 56px;
  color: #FFF;
  border: 0;
  background: url("../images/ico_arrow01.png") no-repeat 96% center, #f1654e;
  border-radius: 28px;
  position: relative;
  margin: 30px auto 30px;
}

.formbtn:hover {
  opacity: 0.7;
}

.cbtns {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cbtns .formbtn {
  width: 40%;
}

.backbtn {
  cursor: pointer;
  width: 40%;
  height: 56px;
  color: #FFF;
  border: 0;
  background: url("../images/ico_arrow04.png") no-repeat 4% center, #666666;
  border-radius: 28px;
  position: relative;
  margin: 30px auto 30px;
}

.backbtn:hover {
  opacity: 0.7;
}