@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
a:hover {
  color: #0BAAFF;
}

/********************************* body ***************************************/
html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /******************************** nav modal **************************************/
  /*========= ページトップのためのCSS ===============*/
  /*リンクの形状*/
  /*リンクを右下に固定*/
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
body.contact-page {
  background-image: url(../img/bg_body_white.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
body header {
  position: relative;
}
body header.scrolled .inner {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all linear 0.2s;
}
body header.header.top {
  height: 100vh;
}
body header.header .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  padding-right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid white;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  height: 3.5rem;
  width: auto;
}
body header.header .inner .menu-wrapper nav.gnav {
  flex: none;
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  align-items: center;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item {
  position: relative;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 1rem;
  line-height: 1;
  color: white;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item a:hover {
  opacity: 0.7;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button {
  padding-left: 1rem;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a {
  border: 1px solid #0BAAFF;
  background-color: #0BAAFF;
  border-radius: 100rem;
  padding: 1rem 2rem;
  color: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu > .menu-item.button a:hover {
  background: white;
  color: #0BAAFF;
  opacity: 1;
}
body header.header .inner .sub-nav a {
  display: block;
  border: 1px solid #0BAAFF;
  background-color: #0BAAFF;
  border-radius: 100rem 0 0 100rem;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
body header.header .inner .sub-nav a:hover {
  background: white;
  color: #0BAAFF;
  opacity: 1;
}
body header.header .mainvi {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  /* スクロールダウンの位置 */
  /* 矢印のアニメーション */
}
body header.header .mainvi .slider {
  height: 100%;
}
body header.header .mainvi .slider div {
  height: 100%;
  background-image: url(../img/mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: brightness(80%);
}
body header.header .mainvi .copy {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  height: auto;
  width: 100%;
}
body header.header .mainvi .copy h1 {
  font-family: "Shippori Mincho", serif;
  width: 100%;
  padding-left: 100px;
}
body header.header .mainvi .copy h1 span {
  display: block;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-top: 1em;
}
body header.header .mainvi .scroll {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  /* 矢印のアニメーション部分 */
}
body header.header .mainvi .scroll::after {
  animation: scroll 2s infinite;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
body header.header.back-head .inner {
  background: transparent;
}
body header.header.back-head.scrolled .inner {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all linear 0.3s;
}
body header.header.back-head .mainvi {
  position: relative;
  height: 500px;
}
body header.header.back-head .mainvi > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body header.header.back-head .mainvi .header-title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  align-items: center;
}
body header.header.back-head .mainvi .header-title-wrap h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  width: 100%;
}
body header.header.back-head .mainvi .header-title-wrap h1 > span {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
@media screen and (max-width: 1040px) {
  body header.header .inner {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
  }
  body header.header .inner .logo {
    flex-wrap: wrap;
  }
  body header.header .inner nav.gnav {
    width: 100%;
    padding: 1rem 0;
  }
  body header.header .inner nav.gnav ul {
    justify-content: center;
  }
  body header.header .inner nav.gnav ul li a {
    padding: 0.7rem;
  }
  body header.header .mainvi .copy h1 {
    width: 100%;
    padding-left: 160px;
  }
  body header.header .mainvi .copy h1 span {
    font-size: 5vw;
  }
  body header.header .mainvi .copy h1 span.sub {
    font-size: 2vw;
  }
}
body .breadcrumb-wrap {
  padding: 0 60px;
}
body .breadcrumb-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
}
body .breadcrumb-wrap ul li {
  font-size: 0.9rem;
  color: white;
}
body .breadcrumb-wrap ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_white.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap ul li:first-child {
  color: #0BAAFF;
  font-weight: bold;
}
body .breadcrumb-wrap ul li a {
  text-decoration: none;
}
body .breadcrumb-wrap.sec-contact ul li {
  font-size: 0.9rem;
  color: #333333;
}
body .breadcrumb-wrap.sec-contact ul li::after {
  padding: 0 1em;
  content: url(../img/arrow_black.svg);
  vertical-align: text-top;
}
body .breadcrumb-wrap.sec-contact ul li:last-child::after {
  content: "";
}
body .breadcrumb-wrap.sec-contact ul li:first-child {
  color: #0BAAFF;
  font-weight: bold;
}
body .breadcrumb-wrap.sec-contact ul li a {
  text-decoration: none;
}
@media screen and (min-width: 678px) and (max-width: 1140px) {
  body .breadcrumb-wrap {
    padding: 0 40px;
  }
}
body .content-wrap {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
body .content-wrap .inner.content-left {
  margin: 0;
  margin-left: auto;
}
@media screen and (min-width: 678px) and (max-width: 1500px) {
  body .content-wrap .inner.inner-s {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-m {
    padding: 0 40px;
  }
  body .content-wrap .inner.inner-l {
    padding: 0 40px;
  }
}
body .content-wrap.sec-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body .content-wrap.sec-bg-img.bg-contact {
  background-image: url(../img/sec_bg_contact.jpg);
}
body .content-wrap.sec-bgleft-img {
  position: relative;
}
body .content-wrap.sec-bgleft-img::before {
  content: "";
  background-image: url(../img/service_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
body .content-wrap.sec-bgright-img {
  position: relative;
}
body .content-wrap.sec-bgright-img::before {
  content: "";
  background-image: url(../img/bg_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap.sec-bgleft-img::before {
    background-position: left;
    background-size: cover;
    max-width: 100%;
  }
  body .content-wrap.sec-bgright-img {
    position: relative;
  }
  body .content-wrap.sec-bgright-img::before {
    content: "";
    background-image: url(../img/bg_right.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
  }
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 4rem;
}
body .content-wrap h1.section-title span,
body .content-wrap h2.section-title span,
body .content-wrap h3.section-title span,
body .content-wrap h4.section-title span,
body .content-wrap h5.section-title span,
body .content-wrap h6.section-title span {
  display: block;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 5rem;
  font-weight: 600;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 2rem;
}
body .content-wrap h1.section-title-02 span,
body .content-wrap h2.section-title-02 span,
body .content-wrap h3.section-title-02 span,
body .content-wrap h4.section-title-02 span,
body .content-wrap h5.section-title-02 span,
body .content-wrap h6.section-title-02 span {
  display: block;
}
body .content-wrap h1.section-title-02 span.main,
body .content-wrap h2.section-title-02 span.main,
body .content-wrap h3.section-title-02 span.main,
body .content-wrap h4.section-title-02 span.main,
body .content-wrap h5.section-title-02 span.main,
body .content-wrap h6.section-title-02 span.main {
  font-size: 2.5rem;
  font-weight: bold;
  padding-bottom: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
body .content-wrap h1.section-title-02 span.sub,
body .content-wrap h2.section-title-02 span.sub,
body .content-wrap h3.section-title-02 span.sub,
body .content-wrap h4.section-title-02 span.sub,
body .content-wrap h5.section-title-02 span.sub,
body .content-wrap h6.section-title-02 span.sub {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.content-title.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 6px solid #0BAAFF;
  padding-left: 0.7rem;
}
body .content-wrap h1.lead-text,
body .content-wrap h2.lead-text,
body .content-wrap h3.lead-text,
body .content-wrap h4.lead-text,
body .content-wrap h5.lead-text,
body .content-wrap h6.lead-text {
  font-size: 1.8rem;
  line-height: 1.6;
}
body .content-wrap .top-text-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .content-wrap .top-text-flex .text {
  width: 50%;
}
body .content-wrap .contact-wrap {
  position: relative;
  padding: 0;
}
body .content-wrap .contact-wrap .contact-link {
  display: flex;
  justify-content: center;
}
body .content-wrap .contact-wrap .contact-link li {
  color: white;
  text-align: center;
  padding: 0 3rem;
  border-right: 1px solid white;
}
body .content-wrap .contact-wrap .contact-link li:first-child {
  border-left: 1px solid white;
}
body .content-wrap .contact-wrap .contact-link li a {
  display: block;
}
body .content-wrap .contact-wrap .contact-link li a.form {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #4664D7;
  background: white;
  transition: all 0.3s;
}
body .content-wrap .contact-wrap .contact-link li a.form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .contact-wrap .contact-link li a.form:hover {
  opacity: 0.7;
}
body .content-wrap .contact-wrap .contact-link li a.tel {
  font-size: 2.5rem;
  line-height: 1;
}
body .content-wrap .contact-wrap .contact-link li p.ttl {
  padding-bottom: 1rem;
}
@media screen and (min-width: 678px) and (max-width: 1150px) {
  body .content-wrap .top-text-flex {
    display: block;
  }
}
body .content-wrap .tab-nav-list {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
body .content-wrap .tab-nav-list li a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 0.5rem 1.5rem;
  padding-right: 3rem;
  margin-right: 1em;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 10rem;
  transition: all 0.3s;
}
body .content-wrap .tab-nav-list li a::after {
  content: "∨";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
body .content-wrap .tab-nav-list li a:hover {
  color: #0BAAFF;
  border-color: #0BAAFF;
}
body .content-wrap .text-list-wrap {
  border: 1px solid #0BAAFF;
  border-radius: 5px;
  padding: 2rem 3rem;
  margin-bottom: 2rem;
}
body .content-wrap .text-list-wrap li {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
body .content-wrap .text-list-wrap li:last-child {
  padding-bottom: 0;
}
body .content-wrap .text-list-wrap li .main {
  position: relative;
  display: inline-block;
  width: 20%;
  font-weight: bold;
  color: #0BAAFF;
  margin-right: 1em;
}
body .content-wrap .text-list-wrap li .main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: #0BAAFF;
}
body .content-wrap .text-list-wrap li .detail {
  width: 80%;
  font-weight: bold;
}
body .content-wrap .partner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .content-wrap .partner-list li {
  width: calc((100% - 1.5rem) / 2);
  margin-bottom: 1.5rem;
}
body .content-wrap .partner-list li a {
  position: relative;
  display: block;
  background: white;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  transition: all 0.3s;
}
body .content-wrap .service-box-01 {
  padding: 4rem;
  border-radius: 5px;
}
body .content-wrap .service-box-01 h4 {
  font-weight: bold;
  font-size: 1.3rem;
}
body .content-wrap .case-flex-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 2rem 0;
}
body .content-wrap .case-flex-box .item {
  width: 45%;
}
body .content-wrap .case-flex-box .item .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
body .content-wrap .case-flex-box .item p {
  font-weight: bold;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
}
body .content-wrap .case-flex-box .item p.bef {
  color: #004A9E;
}
body .content-wrap .case-flex-box .item p.aft {
  color: #F42B73;
}
body .content-wrap .case-flex-box .item p.detail {
  font-size: 1rem;
}
body .content-wrap .case-flex-box .arrow {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
}
body .content-wrap .case-flex-box .arrow img {
  display: block;
  padding: 0 1em;
  width: 100%;
  max-height: 62px;
}
body .content-wrap .mark-text p {
  position: relative;
  padding-left: 30px;
}
body .content-wrap .mark-text p::after {
  position: absolute;
  content: "●";
  font-size: 18px;
  line-height: 1.4;
  color: #004A9E;
  left: 0;
  top: 0;
}
body .content-wrap .pdf-wrap .item {
  display: flex;
  align-items: center;
  background: #EEF2F5;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .pdf-wrap .item .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}
body .content-wrap .pdf-wrap .item .text {
  padding-left: 2em;
}
body .content-wrap .pdf-wrap .item .text .main {
  padding-bottom: 1rem;
  font-weight: bold;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a {
  color: #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a span {
  border-color: #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a::after {
  width: 30px;
  height: 30px;
  background: #004A9E;
  border: 1px solid #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a:hover {
  opacity: 0.7;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a:hover::after {
  content: url(../img/arrow_white.svg);
}
body .content-wrap .step-list-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
}
body .content-wrap .step-list-wrap .item {
  position: relative;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 3%;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content-wrap .step-list-wrap .item::after {
  content: "";
  display: block;
  background-image: url(../img/step_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -1.9rem;
  transform: translateY(-50%);
  width: 30px;
  height: 80px;
}
body .content-wrap .step-list-wrap .item:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .step-list-wrap .item:nth-child(3n)::after {
  display: none;
}
body .content-wrap .step-list-wrap .item .num {
  color: #004A9E;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C5C5C5;
  width: 100%;
}
body .content-wrap .step-list-wrap .item .num span {
  display: block;
  font-size: 3rem;
  line-height: 1;
}
body .content-wrap .step-list-wrap .item .text .main {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem 0;
}
body .content-wrap .box-1col.box-1col-01 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body .content-wrap .box-1col.box-1col-01 .thumb {
  width: 60%;
}
body .content-wrap .box-1col.box-1col-01 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.2/1;
}
body .content-wrap .box-1col.box-1col-01 .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 0;
  padding-right: 3rem;
}
body .content-wrap .box-1col.box-1col-01 .text h3.section-title {
  margin-bottom: 3rem;
}
body .content-wrap .box-1col.box-1col-01 .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
body .content-wrap .box-1col.box-1col-02 {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body .content-wrap .box-1col.box-1col-02 .thumb {
  width: 50%;
}
body .content-wrap .box-1col.box-1col-02 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
body .content-wrap .box-1col.box-1col-02 .text {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 0;
}
body .content-wrap .box-1col.box-1col-02 .text h3.section-title {
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
body .content-wrap .box-1col.box-1col-02.reverse {
  flex-direction: row;
}
body .content-wrap .box-1col.box-1col-02 .text-link {
  width: 60%;
  padding-top: 2.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text-link li {
  border-top: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text-link li:last-child {
  border-bottom: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text-link li a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  padding: 1.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text-link li a::after {
  content: "→";
  font-size: 1.2rem;
  font-weight: bold;
  color: #0BAAFF;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  display: block;
}
body .content-wrap .box-1col.box-1col-03 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
body .content-wrap .box-1col.box-1col-03 .item .thumb {
  width: 60%;
}
body .content-wrap .box-1col.box-1col-03 .item .thumb img {
  display: block;
  width: 100%;
}
body .content-wrap .box-1col.box-1col-03 .item .text {
  width: 35%;
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body .content-wrap .box-1col.box-1col-02 {
    position: relative;
    max-width: 100%;
    display: block;
    padding: 0 40px;
  }
  body .content-wrap .box-1col.box-1col-02 .thumb {
    width: 100%;
    margin-right: 0;
  }
  body .content-wrap .box-1col.box-1col-02 .thumb img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    height: 100%;
    max-height: 600px;
  }
  body .content-wrap .box-1col.box-1col-02 .text {
    width: 100%;
    padding: 0;
    padding-top: 2rem;
  }
  body .content-wrap .box-1col.box-1col-02.reverse .thumb {
    margin-right: 0;
    margin-left: 0;
  }
  body .content-wrap .box-1col.box-1col-02.reverse .text {
    padding-right: 0;
    padding-left: 0;
  }
}
body .content-wrap .box-1col.thumb-1col img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
body .content-wrap .box-1col.thumb-1col h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
body .content-wrap .box.box-2 .item {
  display: flex;
  justify-content: space-between;
}
body .content-wrap .box.box-2 .item.reverse {
  flex-direction: row-reverse;
}
body .content-wrap .box.box-2 .item.reverse .text {
  padding-right: 2rem;
  padding-left: 0;
}
body .content-wrap .box.box-2 .item > * {
  width: calc(50% - 20px);
}
body .content-wrap .box .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
body .content-wrap .box .thumb img.message {
  aspect-ratio: 10/11;
}
body .content-wrap .box .text p {
  font-size: 1rem;
}
body .content-wrap .box-2col.box-2col-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content-wrap .box-2col.box-2col-01 .item {
  width: 48%;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .box-2col.box-2col-01 .item:nth-child(2n) {
  margin-right: 0;
}
body .content-wrap .box-2col.box-2col-01 .item .title {
  border-left: 3px solid #0BAAFF;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
body .content-wrap .box-2col.box-2col-01 .item .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/11;
  overflow: hidden;
}
body .content-wrap .box-2col.box-2col-01 .item .text {
  padding: 1rem 0;
  line-height: 1.6;
}
body .content-wrap .box-free-wrap a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .box-free-wrap a:hover {
  opacity: 0.7;
  color: inherit;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li {
  position: relative;
  width: 25%;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(-n+3) {
  border-right: 1px solid white;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.3);
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
  color: white;
  text-align: center;
  line-height: 1.1;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .main {
  font-size: 3.5rem;
  padding-bottom: 1rem;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .link-btn {
  width: 50%;
}
body .content-wrap .slider-wrap {
  margin-top: 3em;
}
body .content-wrap .slider-wrap .slick-item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body .content-wrap .slider-wrap .slick-item img.upper {
  max-width: 700px;
}
body .content-wrap .slider-wrap .dots-wrap {
  display: flex;
  justify-content: flex-end;
  padding: 1em 0;
}
body .content-wrap .slider-wrap .dots-wrap li {
  width: 60px;
  height: 2px;
  background: #C9CACA;
  cursor: pointer;
}
body .content-wrap .slider-wrap .dots-wrap li:hover, body .content-wrap .slider-wrap .dots-wrap li.slick-active {
  background: #0BAAFF;
  margin-top: -3px;
}
body .content-wrap .slider-wrap .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
body .content-wrap .btn-wrap a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
}
body .content-wrap .btn-wrap a::after {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  border-radius: 100rem;
  margin-left: 1rem;
  transition: all 0.3s;
}
body .content-wrap .btn-wrap.main-color a {
  color: #0BAAFF;
}
body .content-wrap .btn-wrap.main-color a span {
  border-bottom: 1px solid #0BAAFF;
}
body .content-wrap .btn-wrap.main-color a::after {
  content: url(../img/arrow_white.svg);
  background: #0BAAFF;
  border: 1px solid #0BAAFF;
}
body .content-wrap .btn-wrap.main-color a:hover::after {
  content: url(../img/arrow_blue.svg);
  background: white;
}
body .content-wrap .btn-wrap.reverse-color a {
  color: white;
}
body .content-wrap .btn-wrap.reverse-color a::after {
  content: url(../img/arrow_red.svg);
  background: white;
  border: 1px solid white;
}
body .content-wrap .btn-wrap.reverse-color a:hover::after {
  content: url(../img/arrow_white.svg);
  background: transparent;
}
body .content-wrap .btn-wrap.center a {
  justify-content: center;
}
body .content-wrap .link-btn {
  width: 350px;
}
body .content-wrap .link-btn.center {
  margin: 0 auto;
}
body .content-wrap .link-btn.right {
  margin-left: auto;
}
body .content-wrap .link-btn.main-color a {
  display: block;
  background-color: #0BAAFF;
  color: #fff;
}
body .content-wrap .link-btn.main-color a:hover {
  opacity: 1;
  background-color: #fff;
  color: #0BAAFF;
}
body .content-wrap .link-btn.main-color a:hover::after {
  border-color: #0BAAFF;
}
body .content-wrap .link-btn.main-color a::after {
  border-color: #fff;
}
body .content-wrap .link-btn.reverse-color a {
  background-color: #fff;
  color: #0BAAFF;
}
body .content-wrap .link-btn.reverse-color a:hover {
  opacity: 1;
  background-color: #0BAAFF;
  color: #fff;
}
body .content-wrap .link-btn.reverse-color a:hover::after {
  border-color: #fff;
}
body .content-wrap .link-btn a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .link-btn.link-btn-01 a {
  position: relative;
  text-align: center;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: bold;
}
body .content-wrap .link-btn.link-btn-01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .link-btn.link-btn-02 a {
  background: white;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  color: #0BAAFF;
  transition: 0.3s ease-in-out;
  z-index: 0;
  border-left: solid 5px #0BAAFF;
}
body .content-wrap .link-btn.link-btn-02 a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #0BAAFF;
  transition: 0.3s;
  left: 0;
}
body .content-wrap .link-btn.link-btn-02 a:hover {
  color: white;
}
body .content-wrap .link-btn.link-btn-02 a:hover:before {
  width: 100%;
  z-index: -1;
}
body .content-wrap .link-btn.link-btn-02.main-color a {
  background: #0BAAFF;
  color: white;
  border: 0;
  border-left: solid 5px white;
}
body .content-wrap .link-btn.link-btn-02.main-color a::before {
  background: white;
}
body .content-wrap .link-btn.link-btn-02.main-color a:hover {
  color: #0BAAFF;
}
body .content-wrap .link-btn.link-btn-03 a {
  background: 0;
  border: 0;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0px 10px 25px;
  color: #0BAAFF;
  transition: 0.3s ease-in-out;
}
body .content-wrap .link-btn.link-btn-03 a:before, body .content-wrap .link-btn.link-btn-03 a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
body .content-wrap .link-btn.link-btn-03 a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
body .content-wrap .link-btn.link-btn-03 a::after {
  left: 0;
  background: #0BAAFF;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
body .content-wrap .link-btn.link-btn-03 a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
body .content-wrap .link-btn.link-btn-03 a:hover {
  background: 0;
}
body .content-wrap .link-btn.link-btn-03 a:hover span {
  color: #fff;
}
body .content-wrap .link-btn.link-btn-03 a:hover:before {
  left: 2rem;
}
body .content-wrap .link-btn.link-btn-03 a:hover:after {
  right: 0;
  width: 100%;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a::before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #0BAAFF;
  border-right: solid 2px #0BAAFF;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a::after {
  left: 0;
  background: white;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
  border: solid 1px #0BAAFF;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover {
  background: 0;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover span {
  color: #0BAAFF;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover:before {
  left: 2rem;
}
body .content-wrap .link-btn.link-btn-03.reverse-color a:hover:after {
  right: 0;
  width: 100%;
}
body .content-wrap .tab-link-btn a {
  display: inline-block;
  position: relative;
  padding-left: 2.5rem;
}
body .content-wrap .tab-link-btn a::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #0BAAFF;
  color: white;
  border-radius: 50%;
  font-size: 0.9rem;
}
body .content-wrap .tab-link-btn a::after {
  content: "";
  background-image: url(../img/icon_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
}
body .content-wrap .table {
  color: white;
  font-weight: bold;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem 0;
}
body .content-wrap .table tr td {
  padding: 1.5rem 0;
}
body .content-wrap .table tr:last-child th,
body .content-wrap .table tr:last-child td {
  border-bottom: 1px solid white;
}
body .content-wrap .table.txt-black {
  color: #333333;
}
body .content-wrap .table.txt-black tr th {
  width: 28%;
  padding: 1.5rem 0;
  border-top: 1px solid gray;
}
body .content-wrap .table.txt-black tr td {
  padding: 1.5rem 0;
  border-top: 1px solid gray;
}
body .content-wrap .table.txt-black tr:last-child th,
body .content-wrap .table.txt-black tr:last-child td {
  border-bottom: 1px solid gray;
}
body .content-wrap form .form-control {
  height: auto;
}
body .content-wrap form .row {
  border-bottom: 1px solid #C5C5C5;
}
body .content-wrap form .row:first-child {
  border-top: 1px solid #C5C5C5;
}
body .content-wrap form .row .col-12,
body .content-wrap form .row .col-6 {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 0;
}
body .content-wrap form .row .col-12 label,
body .content-wrap form .row .col-6 label {
  width: 20%;
  font-size: 1rem;
  font-weight: bold;
}
body .content-wrap form .row .col-12 label.reqire::after,
body .content-wrap form .row .col-6 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body .content-wrap form .row .col-12 .radio-wrap,
body .content-wrap form .row .col-6 .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
body .content-wrap form .row .col-12 .radio-wrap label,
body .content-wrap form .row .col-6 .radio-wrap label {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.5rem;
}
body .content-wrap form .row .col-12 .radio-wrap input[type=radio],
body .content-wrap form .row .col-6 .radio-wrap input[type=radio] {
  position: relative;
  background: white;
  padding: 0;
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .content-wrap form .row .col-12 .radio-wrap input[type=radio]:checked:before,
body .content-wrap form .row .col-6 .radio-wrap input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #000;
  content: "";
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea,
body .content-wrap form .row .col-6 select,
body .content-wrap form .row .col-6 input,
body .content-wrap form .row .col-6 textarea {
  width: 80%;
  background-color: #F8F9F9;
  border: 1px solid #C5C5C5;
  padding: 1em;
  border-radius: 0.25rem;
}
body .content-wrap form .row .col-12 select:hover, body .content-wrap form .row .col-12 select:focus, body .content-wrap form .row .col-12 select:active,
body .content-wrap form .row .col-12 input:hover,
body .content-wrap form .row .col-12 input:focus,
body .content-wrap form .row .col-12 input:active,
body .content-wrap form .row .col-12 textarea:hover,
body .content-wrap form .row .col-12 textarea:focus,
body .content-wrap form .row .col-12 textarea:active,
body .content-wrap form .row .col-6 select:hover,
body .content-wrap form .row .col-6 select:focus,
body .content-wrap form .row .col-6 select:active,
body .content-wrap form .row .col-6 input:hover,
body .content-wrap form .row .col-6 input:focus,
body .content-wrap form .row .col-6 input:active,
body .content-wrap form .row .col-6 textarea:hover,
body .content-wrap form .row .col-6 textarea:focus,
body .content-wrap form .row .col-6 textarea:active {
  outline: 2px solid #0BAAFF;
  border-color: transparent !important;
  box-shadow: none !important;
}
body .content-wrap form .checkbox-consent .form-box__item {
  width: 100%;
  justify-content: center;
}
body .content-wrap form .checkbox-consent .form-box__item input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 1;
  padding: 0;
  margin-right: 10px;
  display: inline-block;
  background: white;
  outline: 1px solid #333;
}
body .content-wrap form .checkbox-consent .form-box__item input[type=checkbox]:checked:after {
  content: "✓";
  font-weight: bold;
}
body .content-wrap form .checkbox-consent .form-box__item label {
  width: auto;
}
body .content-wrap form .checkbox-consent .form-box__item label > a {
  text-decoration: underline;
}
body .content-wrap form .checkbox-consent .form-box__item span.error {
  margin-left: 1rem;
}
body .content-wrap form .btn-wrap a,
body .content-wrap form .btn-wrap input[type=submit] {
  display: block;
  background-color: #0BAAFF;
  color: white;
  position: relative;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  width: 350px;
  border-radius: 100rem;
}
body .content-wrap form .btn-wrap a::after,
body .content-wrap form .btn-wrap input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .scroll-wrap {
  height: 300px;
  overflow: auto;
  border: 1px solid #D6D6D6;
  padding: 1.5rem;
  background: white;
}
body .content-wrap .scroll-wrap h5 {
  padding-bottom: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}
body .content-wrap .scroll-wrap p {
  padding-bottom: 1rem;
  line-height: 1.8;
}
body .content-wrap .accordion-wrap .card {
  margin-bottom: 2rem;
  border: none;
  border-radius: 10px;
}
body .content-wrap .accordion-wrap .card-header {
  background: white;
  margin-bottom: 0;
  padding: 1.5rem 2rem;
  border-bottom: none;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  position: relative;
  width: 100%;
  color: #004A9E;
  font-size: 1.2rem;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
}
body .content-wrap .accordion-wrap .card-header .btn-link > span {
  display: inline-block;
  background: #004A9E;
  color: white;
  padding: 0.3rem 1rem;
  margin-right: 1em;
  border-radius: 100px;
  font-size: 1rem;
}
body .content-wrap .accordion-wrap .card-header .btn-link:focus {
  box-shadow: none;
}
body .content-wrap .accordion-wrap .card-header .btn-link::before, body .content-wrap .accordion-wrap .card-header .btn-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  background-color: #004A9E;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
body .content-wrap .accordion-wrap .card-header .btn-link::after {
  transform: translateY(-50%) rotate(90deg);
}
body .content-wrap .accordion-wrap .card-header .btn-link.collapsed::before {
  opacity: 1;
}
body .content-wrap .accordion-wrap .card-header .btn-link.collapsed::after {
  transform: translateY(-50%) rotate(90deg);
}
body .content-wrap .accordion-wrap .card-header .btn-link:not(.collapsed)::before {
  opacity: 1;
}
body .content-wrap .accordion-wrap .card-header .btn-link:not(.collapsed)::after {
  transform: translateY(-50%) rotate(0deg);
}
body .content-wrap .accordion-wrap .card-body {
  padding: 0 2rem 1.5rem;
}
body .content-wrap .accordion-wrap .card-body > img {
  display: block;
  width: 50%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
body .content-wrap .accordion-wrap .card-body .text-detail {
  padding-bottom: 2rem;
}
body .content-wrap .accordion-wrap .card-body .text-detail p {
  padding-left: 2em;
  text-indent: -2em;
}
body .content-wrap .map {
  aspect-ratio: 16/8;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
body footer.footer {
  background: url(../img/footer_bg.jpg) no-repeat center top;
}
body footer.footer .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (min-width: 678px) and (max-width: 1500px) {
  body footer.footer .inner.inner {
    padding: 3rem 40px;
  }
}
body footer.footer .inner .footer-catchcopy h3 {
  font-size: 2.5vw;
  font-weight: 500;
}
body footer.footer .inner .info .logo img {
  display: block;
  width: 100%;
  max-width: 240px;
}
body footer.footer .inner .info .add {
  padding-bottom: 3rem;
}
body footer.footer .inner .info .add h1 {
  font-weight: bold;
  line-height: 2;
}
body footer.footer .inner .info .add > p {
  font-size: 0.9rem;
}
body footer.footer .inner .info .footer-nav {
  display: flex;
}
body footer.footer .inner .info .footer-nav li {
  width: 15%;
}
body footer.footer .inner .info .footer-nav li a {
  display: block;
  border-top: 1px solid black;
  margin-right: 1rem;
  font-weight: 500;
  transition: all 0.3s;
}
body .modal-dialog-centered {
  max-width: 800px;
}
body .modal-content {
  padding: 0 2rem;
}
body .modal-content .modal-header .close:focus {
  outline: none;
}
body .modal-content .modal-body > h5 {
  border-left: 5px solid #0BAAFF;
  padding-left: 0.5rem;
  font-size: 1.2rem;
}
body .modal-content .modal-body > ul {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 2rem;
}
body .modal-content .modal-body > ul li {
  width: calc(50% - 15px);
}
body .modal-content .modal-body > ul li a {
  display: block;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #0BAAFF;
  border-radius: 100rem;
  font-weight: 600;
  color: #4C4948;
  transition: all 0.3s;
}
body .modal-content .modal-body > ul li a:hover {
  background-color: #0BAAFF;
  color: white !important;
}
body #page-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 50px;
  right: 50px;
  /* ここにボタンのスタイルを追加 */
  transition: opacity 0.5s ease-in-out;
  /* フェードイン/フェードアウトのエフェクト */
}
body #page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0BAAFF;
  border-radius: 100rem;
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
body #page-top a::before {
  content: url(../img/aroow_top.svg);
  display: block;
}
body #page-top a:hover {
  background-color: rgb(0, 140.1024590164, 215);
  color: #fff;
  text-decoration: none;
}
body #page-top {
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
body #page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body #page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
body .modal-backdrop {
  z-index: 0;
}