.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#0C0C0C;--e-global-color-accent:#61CE70;--e-global-color-04e51ea:#F0B2AD;--e-global-color-3015f9a:#FFC1CC;--e-global-color-49f168f:#F5EDEC;--e-global-color-96eb54b:#0C0C0C;--e-global-color-510cc22:#CC7A89;--e-global-color-af3b0f5:#CECECE;--e-global-color-b56ad00:#F3DFDD;--e-global-color-b32ad29:#FFFFFF;--e-global-typography-primary-font-family:"Zen Kaku Gothic New";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Zen Kaku Gothic New";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Zen Kaku Gothic New";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Zen Kaku Gothic New";--e-global-typography-accent-font-weight:500;--e-global-typography-c708f61-font-family:"Zen Kaku Gothic New";--e-global-typography-c708f61-font-size:48px;--e-global-typography-c708f61-font-weight:700;--e-global-typography-c708f61-letter-spacing:3px;--e-global-typography-1831fa0-font-family:"Zen Kaku Gothic New";--e-global-typography-1831fa0-font-size:24px;--e-global-typography-1831fa0-font-weight:500;--e-global-typography-1831fa0-letter-spacing:1px;--e-global-typography-962f71e-font-family:"Zen Kaku Gothic New";--e-global-typography-962f71e-font-size:16px;--e-global-typography-962f71e-font-weight:500;--e-global-typography-962f71e-letter-spacing:1px;--e-global-typography-1b85a8d-font-family:"Zen Kaku Gothic New";--e-global-typography-1b85a8d-font-size:16px;--e-global-typography-1b85a8d-font-weight:500;--e-global-typography-1b85a8d-letter-spacing:1.5px;--e-global-typography-de692de-font-family:"Zen Kaku Gothic New";--e-global-typography-de692de-font-size:24px;--e-global-typography-de692de-font-weight:500;--e-global-typography-de692de-letter-spacing:3px;color:#0C0C0C;font-family:"Zen Kaku Gothic New", Sans-serif;background-color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ------------------------------ */
/*          リセットCSS */
/* ------------------------------ */

html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

​

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
​
ol,
ul {
  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: '';
}
​
abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}
​
input,
textarea,
select {
  font-size: 16px;
}
​
textarea {
  resize: vertical;
  display: block;
}
​
button {
  padding: 0;
  cursor: pointer;
}
​
legend {
  color: #000;
}
​
main {
  display: block;
}
​
a {
  text-decoration: none;
  color: inherit;
}
​
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
​
svg {
  display: block;
}
​
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}/* End custom CSS */