@charset "UTF-8";
/* ---------------------------------
  common base
--------------------------------- */
img {
  -webkit-backface-visibility: hidden
}
picture {
  display: block
}
h1,h2,h3,h4 {
  letter-spacing: 0.06em
}
dt,h1,h2,h3,h4 {
  line-height: 1.3;
  color: #211911;
  font-weight: 700
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
ul {
  list-style-type: none
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
main {
  position: relative;
  z-index: 0;
  padding-top: 17.333vw;
}
.section {
  position: relative;
  z-index: 0
}
.inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.content-title {
  text-align: center;
}
p span.markerBlue {
  color: #F15701;
  background: #E9F1FF;
  border-radius: 0.533vw;
  padding: 0.533vw 1.6vw;
  margin: 0.533vw;
}
p span.textYellow {
  color: #FFE458;
}
p span.textOrange {
  color: #F15701;
}
p.caution {
  font-size: 3.2vw;
  margin-top: 2.133vw;
  text-indent: -1em;
  margin-left: 1em;
}
.scroll-end .fixed_btn {
  bottom: -3rem;
  opacity: 0;
  visibility: hidden
}
.fixed_btn {
  position: fixed;
  right: 1%;
  bottom: .4rem;
  width: 26.133vw;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 5
}
.fixed_btn a {
  position: relative;
  display: block;
  z-index: 0;
  -webkit-transition: all .3s;
  transition: all .3s
}
.fixed_btn a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}
@media screen and (max-width:768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #384B68;
  font-size: 4.267vw;
  overflow: hidden;
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-break: break-all;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-animation: bodyfadeIn ease-in-out 0.1s 1 normal forwards;
  animation: bodyfadeIn ease-in-out 0.1s 1 normal forwards
}
@keyframes bodyfadeIn {
  0% {
      opacity: 0
  }
  100% {
      opacity: 1
  }
}
@-webkit-keyframes bodyfadeIn {
  0% {
      opacity: 0
  }
  100% {
      opacity: 1
  }
}
@media screen and (min-width:769px) {
  body {
    font-size: 1.27vw;
  }
  main {
    padding-top: 5.159vw;
  }
  p span.markerBlue {
    border-radius: 0.159vw;
    padding: 0.159vw 0.476vw;
    margin: 0.159vw;
  }
  p.caution {
    font-size: 0.952vw;
    margin-top: 0.635vw;
  }
  .fixed_btn {
    width: 10.833vw;
  }
}
/* ---------------------------------
  common fixed_btn
--------------------------------- */
/* .scroll-end .fixed_btn {
  bottom: -3rem;
  opacity: 0;
  visibility: hidden
}
.fixed_btn {
  position: fixed;
  right: 1%;
  bottom: 0.4rem;
  width: 16%;
  max-width: 16.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5
}
.fixed_btn a {
  position: relative;
  display: block;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s
}
.fixed_btn a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}
@media screen and (max-width:768px) {
  .fixed_btn {
    width: 26%
  }
} */
/* ---------------------------------
  common animation
--------------------------------- */
.animation.ShowIn,
.animation.ShowInUp {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s
}
.animation.is-animated.ShowIn {
    -webkit-animation: ShowIn cubic-bezier(0.34,.7,0.8,1) 0.5s 1 normal forwards;
    animation: ShowIn cubic-bezier(0.34,.7,0.8,1) 0.5s 1 normal forwards
}
.animation.is-animated.ShowInUp {
    -webkit-animation: ShowInUp ease-in-out 0.95s 1 normal forwards;
    animation: ShowInUp ease-in-out 0.95s 1 normal forwards
}
@-webkit-keyframes ShowIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9)
  }
  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}
@keyframes ShowIn {
  0% {
      opacity: 0;
      -webkit-transform: scale(0.9);
      transform: scale(0.9)
  }
  100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1)
  }
}
@-webkit-keyframes ShowInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate(0, 8rem);
      transform: translate(0, 8rem)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
  }
}
@keyframes ShowInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate(0, 8rem);
      transform: translate(0, 8rem)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0)
  }
}
/* ---------------------------------
  common header
--------------------------------- */
header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 2.133vw 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #c9c9c9;
  background: #fff
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
header .logo {
  margin-top: 1.067vw;
}
header .logo img {
  width: 41.067vw;
}
header .logo span {
  display: block;
  margin-top: 1.867vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
  font-weight: 700;
  color: #000;
  text-align: center;
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
header .right .mail img {
  width: 10.667vw;
}
@media screen and (min-width:769px) {
  header {
    padding: 0.635vw 0;
  }
  header .logo {
    margin-top: 0.333vw;
  }
  header .logo img {
    width: 12.833vw;
  }
  header .logo span {
    margin-top: 0.5vw;
    font-size: 0.952vw;
  }
  header .right .mail img {
    width: 3.175vw;
  }
}
/* ---------------------------------
  footer
--------------------------------- */
footer {
  position: relative;
  text-align: center;
}
footer .logo {
  margin-bottom: 4vw;
}
footer .logo a {
  display: block;
  margin-bottom: 0.8vw;
}
footer .logo img {
  width: 47.733vw;
}
footer .logo p {
  display: block;
  font-size: 4.411vw;
  font-weight: 700;
  color: #000;
}
footer #note {
  margin-bottom: 1.333vw;
  font-size: 2.057vw;
  color: #384B68;
  font-weight: 500;
}
footer #copy {
  padding: 0 0 1.333vw;
}
footer #copy span {
  font-size: 2.667vw;
  color: #384B68;
  font-weight: 500;
}
@media screen and (min-width:769px) {
  footer .logo {
    margin-bottom: 1.984vw;
  }
  footer .logo a {
    margin-bottom: 0.238vw;
  }
  footer .logo img {
    width: 14.206vw;
  }
  footer .logo p {
    font-size: 1.313vw;
  }
  footer #note {
    margin-bottom: 0.397vw;
    font-size: 0.794vw;
  }
  footer #copy {
    padding: 0 0 0.397vw;
  }
  footer #copy span {
    font-size: 0.794vw;
  }
}
