@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
  height: 100%;
  letter-spacing: 0.03em;
  color: #42423E;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #b7f4f9;
  font-size: 1.7rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pcView {
  display: block !important;
}

@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}

@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

@media (max-width: 768px) {
  .widthKeeper {
    max-width: 100%;
  }
}

.jelly {
  -webkit-animation: gelatine 1s infinite;
          animation: gelatine 1s infinite;
}

@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.bgBrown {
  background: #604C3F;
}

.bgBlue {
  background: #bcf5e6;
}

header {
  background-image: url(../img/FV_bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
}

@media (max-width: 568px) {
  header {
    background-image: url(../img/FV_bg_sp.jpg);
  }
}

header #FVimg {
  height: 90vh;
  display: -ms-grid;
  display: grid;
}

@media (max-width: 568px) {
  header #FVimg {
    height: 500px;
  }
}

header .bgBrown {
  width: 100%;
  padding: 50px;
}

@media (max-width: 568px) {
  header .bgBrown {
    padding: 50px 0;
  }
}

header #FVcatch {
  width: 30%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 10px;
}

@media (max-width: 568px) {
  header #FVcatch {
    width: 70%;
  }
}

header #FVtitle {
  width: 75%;
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 568px) {
  header #FVtitle {
    width: 100%;
  }
}

header #FVcontainer {
  position: relative;
}

@media (max-width: 568px) {
  header #FVcontainer {
    width: 95%;
  }
}

@media (max-width: 568px) {
  header #FVcontainer div {
    width: 100%;
  }
}

header #FVcontainer #FVcontent02 {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 568px) {
  header #FVcontainer #FVcontent02 {
    width: 100%;
    margin-top: 10px;
  }
}

#profile .widthKeeper {
  position: relative;
}

#profile .widthKeeper p {
  position: absolute;
  bottom: 50px;
  right: 25%;
  color: #604C3F;
}

@media (max-width: 568px) {
  #profile .widthKeeper p {
    bottom: 20px;
    right: 30px;
  }
}

#contact {
  padding: 8% 0;
}

#contact h2 {
  margin: 0 auto;
  background: #ff7600;
  width: 300px;
  padding: 20px 40px 10px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px #402a2a;
          box-shadow: 4px 4px #402a2a;
}

@media (max-width: 568px) {
  #contact h2 {
    max-width: 90%;
  }
}

#contact form {
  margin: 35px auto 50px;
  width: 65%;
}

@media (max-width: 568px) {
  #contact form {
    width: 90%;
  }
}

#contact form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 568px) {
  #contact form .field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contact form .field dt {
  color: #fff;
  width: 30%;
}

@media (max-width: 568px) {
  #contact form .field dt {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

#contact form .field dd {
  width: 65%;
}

@media (max-width: 568px) {
  #contact form .field dd {
    width: 100%;
  }
}

#contact form .field dd input {
  width: 100%;
}

#contact form #form_submit_button {
  margin: 0 auto;
  display: block;
  background: #1d6653;
  margin-top: 25px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  width: 300px;
  max-width: 90%;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 1px 1px 5px #212121;
          box-shadow: 1px 1px 5px #212121;
  cursor: pointer;
}

#contact form #form_submit_button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.formBG {
  padding: 50px;
  background: #bcf5e6;
}

.att {
  text-align: center;
  color: #fff;
}
/*# sourceMappingURL=main.css.map */