@charset "UTF-8";
html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-size: 10px;
}
html.roll, body.roll {
  overflow: hidden;
}

body {
  color: #333333;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  p, dt, dd, li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  p, dt, dd, li {
    font-size: 1.4rem;
  }
}

a, span, strong {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

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

html, body {
  font-size: 10px;
  overflow-y: auto;
  -ms-overflow-style: none;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}

html, body, div, main, header, footer, nav, section, article, aside, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
caption {
  color: #333;
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-feature-settings: "palt";
  vertical-align: baseline;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

div, main, header, footer, nav, section, article, aside, span, applet, object, iframe, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
  font-size: 100%;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

/*input[type="button"],input[type="submit"],button { box-shadow:none; border:none;-webkit-appearance: none;}*/
input, button, textarea {
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}

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

q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

abbr, acronym {
  border: 0;
}

ul.wpp-list li {
  clear: none;
}

pre { /* Mozilla */
  white-space: -moz-pre-wrap; /* Opera 4-6 */
  white-space: -pre-wrap; /* Opera 7 */
  white-space: -o-pre-wrap; /* CSS3 */
  white-space: pre-wrap; /* IE 5.5+ */
  word-wrap: break-word;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

.mosaic {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  visibility: visible;
  animation-duration: 1.7s;
  animation-iteration-count: 1000;
}

@media screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .pc_only {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .sp_only {
    display: none;
  }
}

.overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.c_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85.6vw;
  max-width: 64.2rem;
}
.c_btn a {
  transition: all 0.3s;
}
.c_btn a img {
  object-fit: contain;
}
.c_btn a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.c_btn02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64.13333vw;
  max-width: 48.1rem;
}
.c_btn02 a {
  transition: all 0.3s;
}
.c_btn02 a img {
  object-fit: contain;
}
.c_btn02 a:hover {
  opacity: 0.8;
  cursor: pointer;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  visibility: visible;
  animation-duration: 1.7s;
  animation-iteration-count: 1000;
}

.content {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  /*============================
  #l_header
  ============================*/
  /*============================
  #sec01
  ============================*/
  /*============================
  #sec02
  ============================*/
  /*============================
  #sec03
  ============================*/
  /*============================
  #sec04
  ============================*/
  /*============================
  #sec05
  ============================*/
  /*============================
  #sec06
  ============================*/
  /*============================
  #sec07
  ============================*/
  /*============================
  #sec08
  ============================*/
  /*============================
  #sec09
  ============================*/
  /*============================
  #sec10
  ============================*/
  /*============================
  #sec11
  ============================*/
  /*============================
  #sec12
  ============================*/
  /*============================
  #contact
  ============================*/
  /*============================
  #l_footer
  ============================*/
}
.content section {
  position: relative;
  margin-top: -1px;
}
.content .l_header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 75rem;
  z-index: 9999;
}
.content .l_header a {
  display: block;
}
.content .l_header a img {
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .content .sec02 .c_btn.btn01 {
    bottom: 32vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec02 .c_btn.btn01 {
    bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec02 .c_btn.btn02 {
    bottom: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec02 .c_btn.btn02 {
    bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec06 .c_btn.btn03 {
    bottom: 32vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec06 .c_btn.btn03 {
    bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec06 .c_btn.btn04 {
    bottom: 12vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec06 .c_btn.btn04 {
    bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec08 .c_btn02.btn05 {
    bottom: 18vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec08 .c_btn02.btn05 {
    bottom: 150px;
  }
}
.content .sec11 .map {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec11 .map {
    bottom: 63.6vw;
    width: 87.2vw;
    height: 46.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec11 .map {
    bottom: 477px;
    max-width: 654px;
    max-height: 350px;
  }
}
.content .sec11 .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec11 .c_btn02.btn06 {
    bottom: 47.0666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec11 .c_btn02.btn06 {
    bottom: 353px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec12 .c_btn.btn07 {
    bottom: 33vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec12 .c_btn.btn07 {
    bottom: 250px;
  }
}
@media screen and (max-width: 750px) {
  .content .sec12 .c_btn.btn08 {
    bottom: 14vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec12 .c_btn.btn08 {
    bottom: 100px;
  }
}
.content .sec_contact {
  position: relative;
  background: url(../img/13.webp) no-repeat center top/100%;
  /*============================
  #contactForm
  ============================*/
}
@media screen and (max-width: 750px) {
  .content .sec_contact {
    padding: 25.0666666667vw 6.4vw 11.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact {
    padding: 188px 48px 88px;
  }
}
.content .sec_contact h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec_contact h2 {
    top: 10.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact h2 {
    top: 80px;
    height: 100%;
    max-height: 50px;
  }
}
.content .sec_contact h2 img {
  object-fit: contain;
  height: 100%;
}
.content .sec_contact form#contactForm {
  /*============================
  #formBtn
  ============================*/
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li:nth-child(n+2) {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li:nth-child(n+2) {
    margin-top: 28px;
  }
}
.content .sec_contact form#contactForm .common-bg-01 ul li label {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li label {
    max-height: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li label {
    max-height: 30px;
  }
}
.content .sec_contact form#contactForm .common-bg-01 ul li label img {
  width: auto;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.84)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.84)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.84)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.84));
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li label img {
    max-height: 4vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li label img {
    max-height: 30px;
  }
}
.content .sec_contact form#contactForm .common-bg-01 ul li label .req {
  opacity: 0;
}
.content .sec_contact form#contactForm .common-bg-01 ul li input {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #054d62;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li input {
    max-width: 87.2vw;
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 1.3333333333vw;
    margin-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li input {
    max-width: 654px;
    font-size: 20px;
    padding: 10px 10px;
    margin-top: 14px;
  }
}
.content .sec_contact form#contactForm .common-bg-01 ul li #remarks textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #054d62;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li #remarks textarea {
    max-width: 87.2vw;
    height: 40vw;
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 1.3333333333vw;
    margin-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm .common-bg-01 ul li #remarks textarea {
    max-width: 654px;
    height: 300px;
    font-size: 20px;
    padding: 10px 10px;
    margin-top: 14px;
  }
}
.content .sec_contact form#contactForm button#formBtn {
  border: none;
  background: none;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .content .sec_contact form#contactForm button#formBtn {
    margin-top: 8.8vw;
  }
}
@media screen and (min-width: 751px) {
  .content .sec_contact form#contactForm button#formBtn {
    margin-top: 66px;
  }
}
.content .sec_contact form#contactForm button#formBtn img {
  object-fit: contain;
}
.content .sec_contact form#contactForm button#formBtn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.content .l_footer .l_footer__link {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .content .l_footer .l_footer__link {
    column-gap: 0.5333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .content .l_footer .l_footer__link {
    column-gap: 4px;
    padding: 20px 0;
  }
}
.content .l_footer .l_footer__link a {
  color: #054d62;
}
@media screen and (max-width: 750px) {
  .content .l_footer .l_footer__link a {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .l_footer .l_footer__link a {
    font-size: 2rem;
  }
}
.content .l_footer .l_footer__link span {
  color: #054d62;
}
@media screen and (max-width: 750px) {
  .content .l_footer .l_footer__link span {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .content .l_footer .l_footer__link span {
    font-size: 2rem;
  }
}

.completed {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/13.webp) no-repeat center top/cover;
}
@media screen and (max-width: 750px) {
  .completed {
    height: calc(100vh - 9.3333333333vw);
  }
}
@media screen and (min-width: 751px) {
  .completed {
    height: calc(100vh - 70px);
  }
}
.completed #completed-msg {
  text-align: center;
}
.completed #completed-msg p {
  color: #054d62;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .completed #completed-msg p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 751px) {
  .completed #completed-msg p {
    font-size: 28px;
  }
}
.completed #completed-msg span {
  color: #054d62;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .completed #completed-msg span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 751px) {
  .completed #completed-msg span {
    font-size: 24px;
  }
}