@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0px;
  color: #333;
}

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;
}

* {
  box-sizing: border-box;
}

body {
  background: #d5ecef;
  font-family: "游ゴシック", "ヒラギノ角ゴ spN", sans-serif;
  letter-spacing: 2px;
}

a,
button {
  cursor: pointer !important;
  text-decoration: none;
}
a:hover,
button:hover {
  transition: 0.7s all;
  filter: brightness(1.2);
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: inline-block;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 10px;
  }
}

section {
  padding: 120px 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  section {
    padding: 60px 0 !important;
  }
}

.imgBox {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgBox img {
  margin: 0 auto;
}

.pcOnly {
  display: block;
}
@media (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.ctaBtn,
button {
  display: inline-block;
  width: 100%;
}

.ctaBtn a,
.submitBtn button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 20px;
  max-width: 406px;
  height: 74px;
  border-radius: 10px;
  background-color: #a72223;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ctaBtn a,
  .submitBtn button {
    max-width: 306px;
    height: 64px;
    padding: 5px 8px;
    font-size: 1.4rem;
    font-size: 14px;
  }
}

.ctaBtn a {
  background-image: url(../images/arrowDown.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (max-width: 767px) {
  .ctaBtn a {
    background-position: right 8px center;
    background-size: 22px;
  }
}

.submitBtn button {
  background-image: url(../images/arrowNext.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 32px;
}
@media (max-width: 767px) {
  .submitBtn button {
    background-position: right 8px center;
    background-size: 22px;
  }
}

header .fvArea {
  position: relative;
  background-image: url(../images/fvBgPc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  header .fvArea {
    background-image: url(../images/fvBgSp.png);
  }
}
header .logoArea {
  padding: 20px 10px;
  background: #342600;
  color: #fff;
}
header .logoArea .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  header .logoArea {
    background: none;
  }
}
header .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}
header .logo img {
  max-width: 202px;
}
@media (max-width: 767px) {
  header .logo img {
    max-width: 125px;
  }
}
header .copy {
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
}
header .imgBox {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  header .imgBox {
    max-width: 375px;
  }
}
header .ctaBtn {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  header .ctaBtn {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 100;
  }
}

#sec01 {
  position: relative;
  padding: 120px 0 0 !important;
  background: rgb(1, 74, 127);
  background: linear-gradient(0deg, rgb(1, 74, 127) 0%, rgb(1, 30, 86) 50%);
}
@media (max-width: 767px) {
  #sec01 {
    padding: 60px 0 30px !important;
  }
}
@media (max-width: 767px) {
  #sec01 .imgBox img {
    max-width: 345px;
    width: 100%;
  }
}

#sec02 {
  position: relative;
  padding: 200px 0 !important;
  background-image: url(../images/sec02BgPc.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #sec02 {
    padding: 125px 0 0 !important;
    background-image: url(../images/sec02BgSp.png);
  }
}
@media (max-width: 767px) {
  #sec02 .imgBox img {
    max-width: 345px;
    width: 100%;
  }
}

#sec03 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/sec03BgPc.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 !important;
}
@media (max-width: 767px) {
  #sec03 {
    padding: 125px 0 !important;
    background-image: url(../images/sec03BgSp.png);
  }
}
#sec03 .imgBox02 {
  display: flex;
  align-items: center;
  justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  overflow-x: scroll;
  touch-action: manipulation;
  margin-bottom: 50px;
  padding: 0 20px 50px;
  background: #fff;
}
#sec03 .imgBox02 img {
  width: auto;
  max-width: 1350px !important;
  height: auto;
}
@media (max-width: 767px) {
  #sec03 .imgBox02 img {
    max-width: 906px !important;
  }
}

#sec04 {
  position: relative;
  overflow: hidden;
  padding: 120px 0 400px !important;
  background-color: #f5ebd0;
  background-image: url(../images/sec04BgPc.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #sec04 {
    padding: 125px 0 350px !important;
    background-image: url(../images/sec04BgSp.png);
    background-position: bottom -50px center;
  }
}
#sec04:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 7vw solid rgb(1, 30, 86);
  /* 三角をグレーにする */
  border-left: 100vw solid transparent;
}
#sec04 .imgBox00 img {
  max-width: 1034px;
}
#sec04 .imgBox01 {
  margin-bottom: 50px;
}
#sec04 .imgBox01 img {
  max-width: 246px;
}
#sec04 .imgBox02 {
  display: flex;
  align-items: center;
  justify-content: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  overflow-x: scroll;
  margin-bottom: 50px;
}
#sec04 .imgBox02 img {
  width: auto;
  max-width: 906px !important;
  height: auto;
}
#sec04 .imgBox03 img {
  max-width: 375px;
}

#sec05 {
  padding: 60px 0 120px !important;
  background: rgb(1, 74, 127);
  background: linear-gradient(0deg, rgb(1, 74, 127) 0%, rgb(1, 30, 86) 50%);
}
@media (max-width: 767px) {
  #sec05 {
    padding: 30px 0 60px !important;
  }
}
#sec05 .imgBox {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #sec05 .imgBox {
    margin-bottom: 25px;
  }
}
#sec05 .imgBox img {
  max-width: 905px;
  width: 100%;
}
@media (max-width: 767px) {
  #sec05 .imgBox img {
    max-width: 345px;
  }
}

#sec06 {
  background: #d9e2ea;
}
#sec06 .imgBox img {
  max-width: 900px;
}
@media (max-width: 767px) {
  #sec06 .imgBox img {
    max-width: 345px;
    width: 100%;
  }
}

#form {
  background: rgb(1, 74, 127);
  background: linear-gradient(0deg, rgb(1, 74, 127) 0%, rgb(1, 30, 86) 50%);
}

#form .imgBox {
  margin: 0 auto 60px;
}
#form .imgBox img {
  max-width: 645px;
}
@media (max-width: 767px) {
  #form .imgBox img {
    max-width: 345px;
  }
}

#form .wrap form {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(96, 79, 75, 0.1607843137);
  border-radius: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  #form .wrap form {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

#form .wrap .form label img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 10px 0;
}

#form .wrap .form input::-moz-placeholder {
  color: #d3cac8;
}

#form .wrap .form input::placeholder {
  color: #d3cac8;
}
@media (max-width: 767px) {
  #form .wrap .form input::-moz-placeholder {
    font-size: 1.4rem;
    font-size: 14px;
  }
  #form .wrap .form input::placeholder {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

#form .wrap .form .input00 {
  max-width: 680px;
  width: 100%;
  margin: 0px auto 30px;
  text-align: left;
}

#form .wrap .form .input00 .dayArea {
  margin-bottom: 15px;
}

#form .wrap .form .input00 .dayArea,
#form .wrap .form .input00 .timeArea {
  display: flex;
  align-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  #form .wrap .form .input00 .dayArea,
  #form .wrap .form .input00 .timeArea {
    gap: 10px;
  }
}

#form .wrap .form .input00 .dayArea label,
#form .wrap .form .input00 .timeArea label {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: none;
  font-size: 16px;
  background-color: #eeeee6;
  border-radius: 25px;
}
@media (max-width: 767px) {
  #form .wrap .form .input00 .dayArea label,
  #form .wrap .form .input00 .timeArea label {
    padding-left: 5px;
    font-size: 14px;
  }
}

#form .wrap .form .input00 .dayArea label:hover,
#form .wrap .form .input00 .timeArea label:hover {
  background-color: #f0f0e0;
}

#form .wrap .form .input00 .dayArea label:has(input[type=radio]:checked),
#form .wrap .form .input00 .timeArea label:has(input[type=radio]:checked) {
  background-color: #e3e3bb;
}

#form .wrap .form .input00 .dayArea label {
  max-width: 50%;
}

#form .wrap .form .input00 .timeArea label {
  max-width: 33.3333333333%;
}

#form .wrap .form .input01 {
  max-width: 680px;
  width: 100%;
  margin: 0px auto;
  text-align: left;
}

#form .wrap .form .input01 input {
  max-width: 680px;
  width: 100%;
  border: none;
  background-color: #eeeee6;
  height: 50px;
  font-size: 16px;
  padding: 0;
  padding-left: 30px;
  border-radius: 2px;
  color: #604f4b;
}

#form .wrap .form .input02 {
  max-width: 680px;
  width: 100%;
  margin: 0px auto;
  text-align: left;
}

#form .wrap .form .input02 input {
  max-width: calc(50% - 10px);
  width: 100%;
  border: none;
  background-color: #eeeee6;
  height: 50px;
  font-size: 16px;
  padding: 0;
  padding-left: 30px;
  margin-right: 10px;
  border-radius: 2px;
  color: #604f4b;
}

#form .wrap .form .input02 select {
  max-width: calc(50% - 20px);
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border: none;
  font-size: 16px;
  background-color: #eeeee6;
  border-radius: 25px;
}

#form .wrap .form .input02 select option {
  color: #604f4b;
}

#form .wrap .form .input02 select option.ft {
  color: #d3cac8;
}

#form .wrap .form .input03 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}

#form .wrap .form .input03 input {
  max-width: 680px;
  width: 100%;
  border: none;
  background-color: #eeeee6;
  height: 50px;
  font-size: 16px;
  padding: 0;
  padding-left: 30px;
  margin-right: 30px;
  border-radius: 2px;
  color: #604f4b;
}

#form .wrap .form input::-moz-placeholder {
  color: #d3cac8;
}

#form .wrap .form input::placeholder {
  color: #d3cac8;
}

#form .wrap .form .input04 {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}

#form .wrap .form .input04 input {
  max-width: 680px;
  width: 100%;
  border: none;
  background-color: #eeeee6;
  height: 50px;
  font-size: 16px;
  padding: 0;
  padding-left: 30px;
  margin-right: 30px;
  border-radius: 2px;
  color: #604f4b;
}

#form .wrap .form .input05,
#form .wrap .form .input06 {
  max-width: 680px;
  width: 100%;
  margin: 0px auto 30px;
  text-align: left;
}

#form .wrap .form .input05 select {
  max-width: 290px;
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border: none;
  font-size: 16px;
  background-color: #eeeee6;
  border-radius: 25px;
}

#form .wrap .form .input06 select {
  max-width: 480px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 30px;
  border: none;
  font-size: 16px;
  background-color: #eeeee6;
  border-radius: 25px;
}

#form .wrap .form .input05 select option,
#form .wrap .form .input06 select option {
  color: #604f4b;
}

#form .wrap .form .input05 select option.ft,
#form .wrap .form .input06 select option.ft {
  color: #d3cac8;
}

#form .wrap .form .input06 .annotation {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  #form .wrap .form .input06 .annotation {
    font-size: 1rem;
    font-size: 10px;
  }
}

#form .wrap .form .input07 {
  max-width: 680px;
  width: 100%;
  margin: 0px auto 15px;
  text-align: center;
}
#form .wrap .form .input07 img {
  width: -moz-fit-content;
  width: fit-content;
}

#form .wrap .form button {
  border: 0;
}

#thankspage {
  background-image: url(../images/fvBgPc.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #342600;
}
@media (max-width: 767px) {
  #thankspage {
    padding-bottom: 123px;
    background-image: url(../images/fvBgSp.png);
  }
}
#thankspage .sec01 {
  text-align: center;
  background: #fff;
  padding: 100px 100px;
  width: 800px;
  border-radius: 6px;
}
@media screen and (max-width: 1100px) {
  #thankspage .sec01 {
    width: 80%;
    padding: 50px 30px;
  }
}
#thankspage .sec01 .titBox {
  font-size: 2.4rem;
  font-size: 24px;
  line-height: 46px;
  margin-bottom: 60px;
  text-align: left;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  #thankspage .sec01 .titBox {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
#thankspage .sec01 .textBox {
  line-height: 28px;
}
@media (max-width: 767px) {
  #thankspage .sec01 .textBox {
    font-size: 1.4rem;
    font-size: 14px;
  }
}
#thankspage footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}/*# sourceMappingURL=style.css.map */