@charset "UTF-8";
:root {
    --text-color: #015818;
    --loud-color: #ff8c01;
    --menu-color: #fff;
    --brand-color: #015818;
    --brand-bg: #fffae2;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #015818;
    line-height: 1;
}
h1 {
    font-size: 100%;
}
h2 {
    font-size: 4.8rem;
}
h3 {
    font-size: 2.4rem;
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
}
body {
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    color: var(--text-color);
    font-size: 1.4rem;
    line-height: 2.4;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0;
    margin: 0;
}
.container {
    width: 100%;
    max-width: 83rem;
    padding: 0 1.5rem;
    margin: 0 auto;
}
p {
    margin-bottom: 1.5rem;
}
input:focus {
    outline: none;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
a img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a img:hover {
    opacity: 0.7;
}
.container{
    width:800px;
}
footer{
margin-top: 30px;
    background-color: #E77E99;
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
}
footer a{
 color: #fff;
}


}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
  left: 28.5%;
  margin-top: 1550px;
}


/*アニメーション*/
.animation{
  animation: dokundokun 1300ms ease infinite;
}

@keyframes dokundokun {
  0%  { transform: scale(1); }
  15% { transform: scale(1.2); }
  30% { transform: scale(1); }
  45% { transform: scale(1.2); }
  70% { transform: scale(1); }
}



dt {
  font-weight: bold;
  color:#000;
}

dl,
dd {
  font-size: 18px;
  color:#000;
}

dd {
  margin-bottom: 1em;
  color:#000;
}
.form {
  position: relative;
}
.form .absolute {
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 6%;
  width: 100%;
}
.form .checkboxWr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form .checkboxWr div, .form .checkboxWr .mwform-checkbox-field {
  display: inline-block;
}
.form .checkboxWr label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #000;
}
.form .checkboxWr label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form .checkboxWr label span {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  display: inline-block;
  padding: 0 0 0 38.5px;
  color: #222222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.form .checkboxWr label span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 33.2px;
  height: 33.2px;
  background: #e0e0e0;
  -moz-border-radius: 9px;
       border-radius: 9px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #222222;
}
.form .checkboxWr label input:checked ~ span:before {
  content: "\2713";
}
.form .f_txt {
  text-align: center;
  color: #ff0101;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.form .btn {
  text-align: center;
}
.form .btn .btn_off {
  display: inline-block;
  /* max-width: 870.3px; */
  width: 65%;
}
.form .btn .btn_on {
  display: none;
  width: 65%;
}
.form .btn.on .btn_on {
  display: inline-block;
}
.form .btn.on .btn_off {
  display: none;
}

@media screen and (max-width:480px) {
    .container{
        width:100%;
        max-width: 100%;
        padding: 0;
    }
    .form .checkboxWr label {
      font-size: 14px;
    }
    .form .checkboxWr label span {
        font-size: 14px;
        padding-left: 30px;
    }
    .form .checkboxWr label span::before {
      width: 20px;
      height: 20px;
      border-radius: 5px;
    }
    .form .f_txt {
      font-size: 13px;
      margin-bottom: 0;
    }
    .absolute {
      position: absolute;
      left: 10%;
      margin-top: 550px;
      width: 80%;
  }
  .absolute2 {
      position: absolute;
      left: 10%;
      margin-top: 550px;
      width: 80%;
  }
}

@media screen and (max-width:430px) {
     .absolute {
      position: absolute;
      left: 10%;
          margin-top: 835px;
      width: 80%;
  }
       .absolute2 {
      position: absolute;
      left: 10%;
          margin-top: 835px;
      width: 80%;
  }
}

@media screen and (max-width:390px) {
     .absolute {
      position: absolute;
      left: 10%;
      margin-top: 778px;
      width: 80%;
  }
       .absolute2 {
      position: absolute;
      left: 10%;
      margin-top: 778px;
      width: 80%;
  }
}
@media screen and (max-width:376px) {
     .absolute {
      position: absolute;
      left: 10%;
      margin-top: 740px;
      width: 80%;
  }
    .absolute2 {
      position: absolute;
      left: 10%;
      margin-top: 740px;
      width: 80%;
  }
}
@media screen and (max-width:360px) {
     .absolute {
      position: absolute;
      left: 10%;
      margin-top: 721px;
      width: 80%;
  }
     .absolute2 {
      position: absolute;
      left: 10%;
      margin-top: 721px;
      width: 80%;
  }
}




@media screen and (max-width:280px) {
     .absolute {
      position: absolute;
      left: 10%;
     margin-top: 565px;
      width: 80%;
  }
       .absolute2 {
      position: absolute;
      left: 10%;
     margin-top: 565px;
      width: 80%;
  }
}

.company{
    width:90%;
}
.company h2{
    text-align: center;
    margin-top: 70px;
    font-size: 24px;
}

.company dd{
    font-size: 16px;
    line-height: 1.5;
}

    .ctaFixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        text-align: center;
    }
    .ctaFixed a {
        line-height: 0;
        display: inline-block;
        width: 92.75362vw;
    }
      .ctaFixed a img {
        width: 100%;
        height: auto;
    }

    @media screen and (min-width: 480px), print {
    .ctaFixed a {
        line-height: 0;
        display: inline-block;
        width: 40vw;
    }
    }