@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Anton&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
  font-size: 62.5%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

picture {
  max-width: 100%;
}

.movie {
  text-align: center;
}

.mtp30 {
  margin-top: 30px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
.btm30 {
}
}

img {
  border: none;
}

a {
  color: #111;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: .7;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.movieBox {
  width: 100%;
  max-width: 1280px;
}

.movieBox div {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}

.movieBox div iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.mb50 {
  margin-bottom: 50px;
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 86px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 18.66667vw;
    padding: 0 4vw;
  }
}

.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo {
  width: 200px;
  margin-left: 10px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 30vw;
    margin-left: 0;
    line-height: 0;
  }
}

.header .logo_txt {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: .75em;
}

@media screen and (max-width: 768px) {
  .header .logo_txt {
    display: none;
  }
}

/*#language-select {
  padding-right: 10px;
}*/

@media screen and (max-width: 768px) {
  .header .logo_txt {
    display: none;
  }
}
.language-links {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 10px; /* 必要に応じて間隔を調整 */
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 1.1em;
  border-radius: 5px;
  background-color: #111;
  height: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .language-links {
    margin-right: 0px;
  }
}

.utility-links {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px; /* 必要に応じて間隔を調整 */
}

.header-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header-inner {
    width: 177px;
    justify-content: flex-end;
  }
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* width: 30vw;*/
    margin-right: 5px;
  }
}

.header-item .his-items {
  width: 64px;
  height: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header-item .his-items {
    width: 13.86667vw;
    height: 6vw;
    margin-left: 1.33333vw;
  }
}

.header-item .his-items a {
  display: block;
}

.header-item .link-items {
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .header-item .link-items {
    height: 6.66667vw;
    width: 100%;
    margin-top: 1.33333vw;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
  }
}

.header-item .link-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  padding: 0 1em;
  border-radius: 5px;
  background-color: #111;
}

@media screen and (max-width: 768px) {
  .header-item .link-items a {
    font-size: 2.93333vw;
  }
}

.header-item .link-items a::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav {
  background-color: #111;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .nav {
    padding: 4vw 0;
  }
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: auto;
}

.nav-item {
  width: calc(100% / 4);
  text-align: center;
  align-self: center;
}

.nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.nav-item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 3.46667vw;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

h2 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: .075em;
  margin-bottom: 5px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  h2 {
    line-height: 1.25;
    font-size: 7.73333vw;
    margin-bottom: 1.33333vw;
  }
}

h2 + .sub_ttl {
  text-align: center;
  margin-bottom: 30px;
}

h2 + .sub_ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #666;
}

h2 + .sub_ttl span::before, h2 + .sub_ttl span::after {
  display: block;
  width: 1.5em;
  height: 2px;
  border-radius: 50vw;
  background: #666;
  content: '';
}

h2 + .sub_ttl span::before {
  margin-right: .5em;
}

h2 + .sub_ttl span::after {
  margin-left: .5em;
}

@media screen and (max-width: 768px) {
  h2 + .sub_ttl span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  h2 + .sub_ttl {
    margin-bottom: 5.33333vw;
  }
}

.photoCopy {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 5px;
  color: #999;
}

@media screen and (max-width: 768px) {
  .photoCopy {
    font-size: 2.4vw;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  text-align: center;
  background-color: #d61c1d;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  padding: .75em 1.25em;
  margin: auto;
}

.btn.blk {
  background-color: #111;
  max-width: 510px;
}

@media screen and (max-width: 768px) {
  .btn.blk {
    font-size: 1.7rem;
  }
}
.btn.end {
  background-color: #555;
  color: #fff;
}

.btn.end::after {
  content: none;
}

.btn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.btn.blk::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contact {
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 10.66667vw 4vw 20vw;
  }
}

.contact-box {
  border: 2px solid;
  padding: 50px 32px 32px;
  max-width: 650px;
  margin: 50px auto 0;
  position: relative;
}

.contact-box .contact-ttl {
  background-color: #333;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .contact-box {
    padding: 10.66667vw 4vw 5.33333vw;
    margin: 13.33333vw auto 0;
  }
}

.contact-box::after {
  border: 1px solid;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}

.contact-box h3 {
  position: absolute;
  left: 0;
  top: -70%;
  right: 0;
  margin: auto;
  background-color: #d61c1d;
  width: 80%;
  color: #fff;
  padding: .5em 1em;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contact-box h3 {
    margin-top: 19px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .contact-box p {
    padding-top: 12px;
  }
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
}

.contact-link::before {
  content: '';
  display: inline-block;
  width: .9em;
  height: .9em;
  margin-right: .5em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23111%22%3E%3Cpath%20d%3D%22M23.5%208.9c.2-.1.5%200%20.5.2v9.6c0%201.2-1%202.2-2.2%202.2H2.2C1%2021%200%2020%200%2018.8V9.2c0-.2.3-.4.5-.2%201%20.8%202.4%201.9%207.2%205.3%201%20.7%202.7%202.2%204.3%202.2%201.7%200%203.4-1.5%204.3-2.2%204.8-3.5%206.2-4.5%207.2-5.4zM12%2015c1.1%200%202.7-1.4%203.4-1.9%206.2-4.5%206.7-4.9%208.1-6%20.3-.3.5-.6.5-1v-.8C24%204%2023%203%2021.8%203H2.2C1%203%200%204%200%205.3v.9c0%20.3.2.6.4.8%201.4%201.1%201.9%201.5%208.1%206%20.8.6%202.4%202%203.5%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

@media screen and (max-width: 768px) {
  .contact-link {
    font-size: 4vw;
  }
}

footer {
  text-align: center;
}

footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

footer .pagetop .ic-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #0071bc;
  cursor: pointer;
}

footer .pagetop.active {
  opacity: 1;
}

footer .ft_links {
  background-color: #111;
  color: #fff;
  padding: 1em 20px;
}

@media screen and (max-width: 768px) {
  footer .ft_links {
    padding: 1em 4vw;
  }
}

footer .ft_links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .ft_links .inner li {
  display: inline-block;
  padding: .25em 1em;
}

footer .ft_links .inner:nth-child(2) {
  border-top: 1px solid #3a3a3a;
  padding-top: 1em;
  margin-top: 1em;
}

footer .ft_links a {
  color: #fff;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  footer .ft_links a {
    font-size: 3.2vw;
  }
}

footer .copyright {
  background-color: #252525;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.66667vw;
  }
}

#kv {
  background-color: #e2fafb;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  #kv {
    font-size: 5.33333vw;
    padding: 0;
  }
}

.read {
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  .read {
    padding: 13.33333vw 4vw 10.66667vw;
  }
}

.read h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .read h2 {
    margin-bottom: 6.66667vw;
  }
}

.read-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .read-wrap {
    display: block;
    margin-bottom: 8vw;
  }
}

.read-img {
  width: 45%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .read-img {
    width: 100%;
    max-width: inherit;
  }
}

.read-txt {
  width: 50%;
  margin: auto 0 auto auto;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .read-txt {
    width: 100%;
  }
}

.read-txt p {
  margin: 1.25em 0;
}

.read-txt ul {
  list-style: disc;
  margin: 1.5em 0;
}

.read-txt ul li {
  list-style: disc;
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 1.2em;
  line-height: 1.75;
}

.read-txt ul li:not(:last-child) {
  margin-bottom: .85em;
}

.scroll {
  border: 4px solid #a6a6a6;
  padding: 35px 30px 40px 45px;
  height: 17.325em;
  margin: 35px auto 20px;
  max-width: 800px;
}

.scroll > div {
  height: 100%;
  font-size: 1.6rem;
  padding-right: 25px;
  font-weight: 400;
  overflow-y: scroll;
  line-height: 1.5;
}

.scroll > div::-webkit-scrollbar {
  width: 9px;
}

.scroll > div::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #e7e7e7;
  border-radius: 5px;
}

.scroll > div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #777;
}

.scroll > div p:not(:last-of-type) {
  margin-bottom: 2em;
}

.scroll > div a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .scroll > div a:hover {
    text-decoration: none;
  }
}

.scroll > div .kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin: .25em 0;
}

.scroll > div .disc {
  display: block;
  padding-left: .5em;
  text-indent: -.5em;
  margin: .75em 0;
}

.scroll > div .fs_big {
  display: block;
  margin-bottom: .5em;
  font-size: 1.15em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .scroll {
    border: 2px solid #a6a6a6;
    padding: 3vw 2vw 3vw 3vw;
    height: 12.6em;
    margin-top: 8vw;
  }
  .scroll > div {
    font-size: 3.2vw;
    padding-right: 2vw;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: .6;
  display: none;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}

.modal {
  width: 80%;
  max-width: 800px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 95%;
  }
}

.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-close {
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
  position: relative;
}

.modal-close__wrap {
  position: absolute;
  right: 0;
  top: -7%;
}

@media screen and (max-width: 768px) {
  .modal-close__wrap {
    top: -8vw;
  }
}

.modal-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#js-open {
  cursor: pointer;
}


/*------------------------------------------------------------
	ContactBtn
------------------------------------------------------------*/

#ContactIconBtn{
    position: fixed;
    bottom: 125px;
    right: 20px;
    z-index: 999999;
    padding: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    background-color: rgb(255 255 255 / 80%);
    border-radius: 3px;
}
#ContactIconBtn .delete {
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100%;
    top: -10px;
    right: -7px;
    background-color: #fff;
    background-color: #333;
}
#ContactIconBtn .delete:hover{
    cursor: pointer;
    background-color: #98854d;
    border-color: #98854d;
}
#ContactIconBtn .delete::after,
#ContactIconBtn .delete::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 11px;
    left: 3px
}
#ContactIconBtn .delete::after {
    transform: rotate(-45deg)
}
#ContactIconBtn img{
    width: 300px;
}
#ContactIconBtn p{font-size: 15px;font-weight: bold;color: #323232;margin-bottom: 1px;text-align: center;line-height: 1.4;padding-bottom: 5px;}
#ContactIconBtn ul{
    /* padding: 5px; */
    padding-right: 0;
}
#ContactIconBtn li{}
#ContactIconBtn li + li{
    /* margin-top: 1px; */
    /* border-top: 1px solid #ccc; */
    margin-top: 7px;
}

#ContactIconBtn a {
  text-decoration: none;
  background: #d61c1d;
  color: #fff;
  text-align: center;
  padding: 12px 19px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 0;
  display: block;
  font-size: 14px;
  position: relative;
  padding-right: 24px;
  line-height: 1.3;
}
#ContactIconBtn a:hover{
    opacity: .7;
}

#floatingBn{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}
#floatingBn p{    width: 600px;    margin: 0 auto;position: relative;}
#floatingBn img{width: 100%;height: auto;}
#floatingBn a{
    display: block;
    text-decoration: none;
}
#floatingBn a:hover{ opacity: 0.7}
#floatingBn .delete{width: 23px;color: #fff;text-align: center;display: block;position: absolute;top: -4px;right: -17px;}
#floatingBn .delete:after{content: "\f00d";font-family:FontAwesome;background-color: #000;display: flex;justify-content: center;align-items: center;padding-bottom: 1px;box-sizing: border-box;border: 2px solid #fff;box-shadow: 0 0 3px #000;border-radius: 100%;height: 23px;}
#floatingBn .delete:hover{cursor: pointer}

@media only screen and (max-width: 479px) {
#ContactIconBtn{
    bottom: 5px;
    text-align: center;
    right: 10px;
    left: 10px;
}
#ContactIconBtn p{
    font-size: 12px;
}
#ContactIconBtn img{
    width: 75%;
}
#ContactIconBtn ul{
    margin-left: 6px;
}

#ContactIconBtn li a{
    padding: 7px 0;
}
#ContactIconBtn li a:after{
    content: none;
}
#ContactIconBtn li.long{
    margin-top: 5px !important;
}
}

.txt.left {
    text-align: left;
}
.imgdec {
    padding: 10px;
}

@media screen and (max-width: 768px) {
  .map {
    width: 100%;
  }
  .imgdec {
    font-size: 13px;
  }
}


/*------------------------------------------------------------
	style追加
------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.png");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    max-width: 1800px;
    margin: o auto !important;
  }
  .p-top img {
    max-width: 1800px;
    width: 100%;
  }
/*  #main-visual .ttl01 h1 {
    font-size: 150%;
  }*/
}
@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv_sp.png");
    background-color: #000000;
    padding: 300px 10px 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#main-visual .ttl01 {
  padding-top: 5.47%;
  margin-bottom: 3.91%;
}
#main-visual .ttl01 h1 {
  color: #014198;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #main-visual .ttl01 h1 {
    width: 100%;
  }
}
.p-contetns-contact__button_o {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}
@media not all and (min-width: 768px) {
  .p-contetns-contact__button_o {
    width: 100%;
  }
  .point-box p {
    padding: 2em 0.5em;
    text-align: left !important;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  font-size: 1rem !important;
}
.travel-info-table__heading1 {
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #e9ecf2;
}
.travel-info-table__heading1,
.travel-info-table__data1 {
  text-align: left;
  vertical-align: middle;
  padding: 1rem 1.2rem;
  border: solid 1px #d7d7d7;
  vertical-align: top;
}
.travel-info-table__heading2 {
  text-align: left;
  color: #000;
  background-color: #e9ecf2;
}
.travel-info-table__data2 {
  text-align: left;
  color: #000;
  font-weight: bold;
  background-color: #f2f4f7;
}
.travel-info-table__data3 {
  text-align: left;
  color: #000;
  background-color: #fff;
}
.travel-info-table__heading2,
.travel-info-table__data2,
.travel-info-table__data3 {
  text-align: left;
  vertical-align: middle;
  padding: 1rem 1.5rem;
  border: solid 3px #fff;
  vertical-align: top;
}
.sub-l {
  font-size: 1rem;
  margin-top: 5rem;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sub-l {
  margin-top: 2rem;
  }
}
.sub-event .txt-exp {
  color: #003366;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: solid 3px #003366;
  margin-bottom: 5px;
  display: block;
}
.sub-event {
  font-size: 1rem;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  line-height: 1.8rem;
}
.sub-omoi {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5rem;
  padding: 0 1.5rem;
  line-height: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sub-omoi {
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.c-rounded-button_o {
  display: block;
  width: 100%;
  background-color: #00c300;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #00c300;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: background-color 0.6s ease;
}
.c-rounded-button_o:hover {
  background-color: #fff;
  /*transition: background-color 0.6s ease;*/
}
/*.c-rounded-button_o::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scale(0, 1);
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .c-rounded-button_o:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}*/
.c-rounded-button__text_o {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}

.p-contetns-contact__text_o {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
.p-contetns-contact__text_o a {
  color: #ffffff;
}
@media (hover: hover) {
  .c-rounded-button_o:not(.is-disabled-hover):hover .p-contetns-contact__text_o a {
    color: #00c300;
  }
}
.p-contetns-contact__button_o {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}
@media not all and (min-width: 768px) {
  .p-contetns-contact__button_o {
    width: 100%;
  }
  .point-box p {
    padding: 2em 0.5em;
    text-align: left !important;
  }
}
ul.normal li:before {
  content: "●";
  padding-right: 0.5em;
}
ul.normal {
  padding: 0;
  position: relative;
}
ul.normal li {
  margin-bottom: 3px;
  line-height: 1.5;
  list-style-type: none !important;
  font-size: 1rem;
  text-indent: -1em;
  padding: 0.5em 1em;
}

/*------------------------------------------------------------
	Common
------------------------------------------------------------*/

html {
  width: 100%;
  font-size: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  line-height: 1.5;
  color: #333333;
}
body, button, input, optgroup, select, textarea {
  font-family: "Noto Sans JP", sans-serif;
}
input, select {
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.l-header {
  width: 100%;
}
.l-main {
  width: 100%;
}

.l-footer {
  width: 100%;
}
.l-contents {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-contents {
    padding: 1rem 1.5rem;
  }
}
.l-contents--bg-blue {
  background-color: #003366;
}
@media print, screen and (min-width: 768px) {
  .l-contents__inner {
    max-width: 1044px;
    margin: 0 auto;
  }
  .l-contents__inner .img-txt {
    display: flex;
  }
  .l-contents__inner .img-txt img {
    align-self: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-contents__inner .img-txt {
    margin-top: 50px;
  }
  .l-contents__inner .img-txt img {
    margin-top: 20px;
  }
}
@media not all and (min-width: 768px) {
  .l-contents__inner {
    padding: 0 2.4%;
  }
}
.l-contents__inner--width-small {
  max-width: 850px;
}
.c-rounded-button {
  display: block;
  width: 100%;
  background-color: #003366;
  padding-top: 9px;
  padding-right: 5px;
  padding-bottom: 9px;
  padding-left: 5px;
  border: 2px solid #003366;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.c-rounded-button--paddingY-large {
  padding-top: 14px;
  padding-bottom: 14px;
}
.c-rounded-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.c-rounded-button__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 0.875rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
.c-rounded-button__text--fs-large {
  font-size: 1.5rem;
}
@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #003366;
  }
}
.c-rounded-button--bg-white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.c-rounded-button--bg-white::before {
  background-color: #003366;
}
.c-rounded-button--bg-white .c-rounded-button__text {
  color: #003366;
}
@media (hover: hover) {
  .c-rounded-button--bg-white:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #ffffff;
  }
}
.c-rounded-button--bg-black {
  border: 1px solid black;
  background-color: black;
}
.c-rounded-button--bg-black::before {
  background-color: white;
}
.c-rounded-button--bg-black .c-rounded-button__text {
  color: white;
}
@media (hover: hover) {
  .c-rounded-button--bg-black:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: black;
  }
}
.c-rounded-button--bg-transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
}
.c-rounded-button--bg-transparent .c-rounded-button__text {
  color: #ffffff;
}
.c-rounded-button--bg-transparent:before {
  background-color: #ffffff;
}
@media (hover: hover) {
  .c-rounded-button--bg-transparent:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #4c7094;
  }
}
.c-rounded-button--border-black {
  border: 2px solid #000000;
}
.c-rounded-button--border-black .c-rounded-button__text {
  color: #000000;
}
.c-rounded-button--border-black:before {
  background-color: #000000;
}
@media (hover: hover) {
  .c-rounded-button--border-black:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #ffffff;
  }
}
.c-rounded-button--tag {
  width: auto;
  border: 2px solid #000000;
  background-color: #e9ecf2;
  padding: 5px 1em;
}
.c-rounded-button--tag .c-rounded-button__text {
  color: #000000;
}
.c-rounded-button--tag:before {
  background-color: #000000;
}
@media (hover: hover) {
  .c-rounded-button--tag:not(.is-disabled-hover):hover .c-rounded-button__text {
    color: #e9ecf2;
  }
}
.p-side-menu {
  display: flex;
  width: 360px;
  position: fixed;
  top: 25%;
  right: -317px;
  padding-left: 43px;
  z-index: 5;
  visibility: hidden;
  transition: all 0.6s !important;
}
@media not all and (min-width: 768px) {
  .p-side-menu {
    width: 96%;
    max-width: 360px;
    right: max(-84.5333333333%, -317px);
  }
}
.p-side-menu.is-opened {
  margin-right: 317px;
}
@media not all and (min-width: 768px) {
  .p-side-menu.is-opened {
    margin-right: min(84.5333333333%, 317px);
  }
}
.p-side-menu.aos-animate {
  visibility: visible;
}
.p-side-menu__heading {
  flex-shrink: 0;
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  color: #ffffff;
  background-color: #003366;
  border-radius: 10px 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 11px;
  cursor: pointer;
}
@media (hover: hover) {
  .p-side-menu__heading:not(.is-disabled-hover):hover {
    background-color: #00468C;
  }
}
.p-side-menu__contents {
  width: 100%;
  padding: 22px 13px 14px;
  background-color: #ffffff;
  border-radius: 0 0 0 10px;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.23);
  overflow-x: hidden;
  overflow: auto;
  z-index: 1;
}
.p-side-contact {
  padding: 14px 10px;
  background-color: #e9ecf2;
}
.p-side-contact + .p-side-contact {
  margin-top: 16px;
}
.p-side-contact__text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.p-side-contact__button {
  width: 200px;
  margin: 10px auto 0;
}
.p-side-close-button {
  display: block;
  font-size: 0.875rem;
  color: #a9a9a9;
  text-align: right;
  margin-top: 10px;
  margin-left: auto;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .p-side-close-button:not(.is-disabled-hover):hover {
    opacity: 0.6;
  }
}
.p-contetns-contact {
  padding: 5rem 1.5rem
}
@media not all and (min-width: 768px) {
  .p-contetns-contact {
    padding: 1rem 1.5rem
  }
}
.p-contetns-contact + .p-contetns-contact {
  margin-top: 16px;
}
.p-contetns-contact__lead {
  font-size: 1.275rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .p-contetns-contact__lead {
    position: relative;
    display: block;
    padding: 0 45px;
    margin-bottom: 2.5rem;
  }
  .p-contetns-contact__lead:before, .p-contetns-contact__lead:after {
    content: '';
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #333;
  }
  .p-contetns-contact__lead:before {
    left: 0;
    transform: rotate(60deg);
  }
  .p-contetns-contact__lead:after {
    right: 0;
    transform: rotate(-60deg);
  }
}
.p-contetns-contact__text {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.6s;
  z-index: 2;
}
@media (hover: hover) {
  .c-rounded-button:not(.is-disabled-hover):hover .p-contetns-contact__text {
    color: #003366;
  }
}
.p-contetns-contact__button {
  width: 680px;
  margin: 15px auto 0;
  text-align: center;
  padding: 1rem;
}
@media not all and (min-width: 768px) {
  .p-contetns-contact__button {
    width: 100%;
  }
}


/*------------------------------------------------------------
	Title追加
------------------------------------------------------------*/
.p-page-heading {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.p-page-subheading {
  position: relative;
  text-align: center;
  font-weight: bold;
}
  .p-page-heading span {
    background: linear-gradient(transparent 70%, #fee833 70%);
    font-weight: bold;
  }
@media print, screen and (min-width: 768px) {
  .p-page-heading {
    font-size: 2.25rem;
    color: #014198;
  }
  .p-page-subheading {
    font-size: 1.6rem;
    color: #666;
  }
}
@media not all and (min-width: 768px) {
  .p-page-heading {
    font-size: 1.9rem;
    margin-top: 60px;
  }
}
.travel-info-table {
  width: 100%;
  border: solid 1px #d7d7d7;
}
.travel-info-table + .travel-info-table {
  margin-top: 25px;
}
.travel-info-table__heading,
.travel-info-table__data {
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
  border: solid 1px #d7d7d7;
}
.travel-info-table__data-l {
  text-align: left;
  padding: 0.5em;
  border: solid 1px #d7d7d7;
}
.travel-info-table__heading {
  text-align: center;
  font-weight: bold;
  color: #003366;
  background-color: #b2cbe4;
}
.travel-info-table a {
  text-decoration: underline;
  color: #336699;
}
@media print, screen and (min-width: 768px) {
  /*.travel-info-table a:hover {
    text-decoration: none;
  }*/
}
@media not all and (min-width: 768px) {
  .travel-info {
    width: 100%;
    padding: 10px;
    overflow-x: auto;
  }
}
.heading {
  font-weight: bold;
  font-size: 1.6rem;
  /*color: #003366;*/
  margin: 2.5rem 0 0.7rem 1rem;
}
@media print, screen and (min-width: 768px) {
  .p-info {
    display: flex;
    margin-top: 84px;
  }
}
@media not all and (min-width: 768px) {
  .p-info {
    /*display: block;*/
    margin-top: 52px;
  }
}
.p-info__item {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-info__item {
    width: calc((100% - 38px) / 2);
  }
}
@media not all and (min-width: 768px) {
  .p-info__item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info__item + .p-info__item {
    margin-left: 38px;
  }
}
@media not all and (min-width: 768px) {
  .p-info__item + .p-info__item {
    margin-top: 24px;
  }
}
.p-info-item {
  display: flex;
  flex-direction: column;
  background-color: #e9ecf2;
  border-radius: 12px;
  position: relative;
}
.strength .p-info-item {
  background-color: white;
}
.p-info-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  display: block;
  width: fit-content;
  padding: 0 10px;
  margin: 0 auto 15px;
}
@media not all and (min-width: 768px) {
  .p-info-item__heading {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-info-item__heading {
    margin-top: 20px;
  }
  .p-info__item p {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-info-item {
    padding: 20px;
    text-align: center;
  }
}
.strength .p-info-item__image img {
  object-fit: none;
}
@media (hover: hover) {
  .strength .p-info-item {
    pointer-events: none;
  }
}
@media not all and (min-width: 768px) {
  .strength .p-info-item + .p-info-item {
    margin-top: -24px;
  }
}
@media print, screen and (min-width: 768px) {
    .p-section__contents {
        margin-top: 84px;
    }
}
.p-contents {
    padding: 0 1em;
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contents {
    margin-top: 40px;
  }
}