@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
html {
  color: #454f51;
  background: #f2f6f6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
     -moz-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-font-feature-settings: 'palt';
     -moz-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 62.5%;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 56.3%;
  }
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea,
p,
blockquote,
figure,
picture,
th, td {
  margin: 0;
  padding: 0;
}

body {
  background: #f2f6f6;
  color: #454f51;
  font-family: "Plus Jakarta Sans", "TazuganeGothicStdN-Light", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100% !important;
  min-width: 1200px;
}

@media screen and (max-width: 600px) {
  body {
    min-width: 0;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
  text-align: left;
}

img {
  border: 0;
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ol li,
ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
input[type="submit"],
button[type="submit"],
textarea {
  *font-size: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="Email"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
textarea:focus {
  outline: none;
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="Email"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "Plus Jakarta Sans", "TazuganeGothicStdN-Light", sans-serif;
}

input[type="file"],
select {
  *font-size: 100%;
  font-family: "Plus Jakarta Sans", "TazuganeGothicStdN-Light", sans-serif;
}

iframe {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: #00ade6;
}

a:hover {
  text-decoration: none;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
.bar_sharp,
.bar_lg,
.bar_img,
.bar_gra {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}

.bar_sharp {
  background: url("../img/pat1.gif") repeat left top/1px 4px;
}

.bar_lg {
  background: #e9f0f0;
}

.bar_img {
  width: 100%;
  height: 31vw;
  max-height: 540px;
  min-height: 372px;
}

.bar_gra {
  width: 100%;
  height: 31vw;
  max-height: 540px;
  min-height: 372px;
  background: #fbcb01;
  background: -webkit-linear-gradient(0deg, #fbcb01 0%, #e9672e 100%);
  background: linear-gradient(90deg, #fbcb01 0%, #e9672e 100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(10.28deg);
          transform: skewY(10.28deg);
}

@media screen and (max-width: 600px) {
  .bar_sharp,
  .bar_lg,
  .bar_img,
  .bar_gra {
    min-height: 0;
  }

  .bar_gra {
    background: #f6b017;
    background: -webkit-linear-gradient(0deg, #f6b017 0%, #e9672e 100%);
    background: linear-gradient(90deg, #f6b017 0%, #e9672e 100%);
  }
}
.btn_na {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: none;
  border-radius: 9999px;
  text-align: left;
  text-decoration: none !important;
  padding: 0 60px 0 30px;
  position: relative;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'TazuganeGothicStdN-Bold', sans-serif;
  font-size: 1.6rem;
  background: #30325b;
  color: #fff;
}
.btn_na::after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #54578c;
}

@media screen and (max-width: 600px) {
  .btn_na {
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 20px;
    font-size: 1.4rem;
  }
  .btn_na::after {
    width: 32px;
    height: 32px;
    right: 4px;
    top: 4px;
  }
}
header {
  position: relative;
  z-index: 10;
}
header a {
  display: block;
  text-decoration: none;
}
header .glo_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 25px;
}
header .glo_nav .logo {
  margin-right: auto;
}
header .glo_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-right: 70px;
}
header .glo_nav ul a {
  background: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  color: #454f51;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', 'TazuganeGothicStdN-Bold', sans-serif;
  font-size: 1.6rem;
}
header .glo_nav ul a:hover {
  background: #dbe6e7;
}
header .ham {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: -webkit-linear-gradient(0deg, #fdcd00 0%, #f2942c 31%, #ec642a 69%, #e5352b 100%);
  background: linear-gradient(90deg, #fdcd00 0%, #f2942c 31%, #ec642a 69%, #e5352b 100%);
  position: absolute;
  z-index: 100;
  top: 25px;
  right: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .ham span {
  width: 22px;
  height: 2px;
  border-radius: 9999px;
  background: white;
  position: relative;
}
header .ham span::before, header .ham span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background: white;
}
header .ham span::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
header .ham span::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

@media screen and (max-width: 600px) {
  header .glo_nav {
    height: 95px;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 13px 2.5% 0;
  }
  header .glo_nav .logo img {
    width: 230px;
    height: auto;
  }
  header .glo_nav ul {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
  }
  header .glo_nav ul li {
    width: calc( ( 100% - 10px ) / 3 );
  }
  header .glo_nav ul a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    padding: 0;
    font-size: 1.2rem;
  }
  header .glo_nav ul a span {
    display: none;
  }
  header .glo_nav ul a:hover {
    background: #fff;
  }
  header .ham {
    width: 36px;
    height: 36px;
    top: 8px;
    right: 2.5%;
  }
  header .ham span {
    width: 14px;
    height: 2px;
  }
  header .ham span::before {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  header .ham span::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
footer {
  padding: 100px 0;
  background: #30325b;
  color: #fff;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', 'TazuganeGothicStdN-Regular', sans-serif;
}
footer .inr {
  width: 85%;
  max-width: 1150px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer .insta {
  display: inline-block;
}
footer .nav1,
footer .nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer .nav1 {
  margin-top: 48px;
  gap: 28px;
  font-size: 2.1rem;
}
footer .nav2 {
  margin-top: 36px;
  gap: 20px;
  font-size: 1.4rem;
}
footer .logo {
  position: absolute;
  right: 0;
  top: 58px;
  text-align: center;
}
footer .logo .tagline span {
  display: block;
}
footer .logo a {
  display: block;
}
footer .copyright {
  margin-top: 120px;
  font-size: 1.4rem;
}
