@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=checkbox],
input[type=radio] {
  display: none;
}

*:focus {
  outline: none;
}

body,
html,
div,
p,
span,
blockquote,
u,
s,
i,
b,
table,
tr,
th,
td,
ul,
ol,
dl,
li,
dt,
dd,
strong,
h1,
h2,
h3,
h4,
h5,
em,
header,
footer,
nav,
aside,
section,
input,
select,
option,
textarea,
button {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}

body {
  font-weight: 500;
  font-size: 16px;
  font-family: vdl-v7mincho, sans-serif;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #000;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

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

a {
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
}

.wrap {
  width: 100vw;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1090px;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.blue {
  color: #17325F !important;
}

.bg-black {
  background: #000 !important;
}

.bg-white {
  background: #fff !important;
}

.bg-gray {
  background: #E5E1E8 !important;
}

.bg-yellow {
  background: #F4DB24 !important;
}

.bg-blue {
  background: #17325F !important;
}

.small {
  font-size: 0.8rem !important;
}

.normal {
  font-size: 1rem !important;
}

.big {
  font-size: 1.5rem !important;
}

.large {
  font-size: 2rem !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: 700 !important;
}

.lh {
  line-height: 1.8;
}

.f_huge {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .f_huge {
    font-size: 2rem;
  }
}

.f_large {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .f_large {
    font-size: 1.5rem;
  }
}

.f_big {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .f_big {
    font-size: 1.2rem;
  }
}

.f_middle {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .f_middle {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 429px) {
  .middle-pc-only {
    display: block !important;
  }
}
@media (max-width: 428px) {
  .middle-pc-only {
    display: none !important;
  }
}

.middle-only {
  display: none !important;
}
@media (max-width: 428px) {
  .middle-only {
    display: block !important;
  }
}

.ib {
  display: inline-block;
}

.button, .button_orange {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  color: #000;
  font-weight: 700;
  background: #F4DB24;
  border-radius: 5px;
  margin: 0 auto;
}

.button_orange {
  margin-top: 60px;
  color: #fff;
  background: #EA5514;
}

.sec_padi {
  padding: 120px 0 150px;
}
@media (max-width: 768px) {
  .sec_padi {
    padding: 80px 0 100px;
  }
}

.sec_padi_top {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .sec_padi_top {
    padding-top: 80px;
  }
}

.sec_padi_bottom {
  padding: 0 0 150px;
}
@media (max-width: 768px) {
  .sec_padi_bottom {
    padding: 0 0 100px;
  }
}

.sec_padi_over {
  padding: 120px 0 100px;
}

.sec_padi_middle {
  padding: 100px 0;
}

.sec_border_bottom {
  border-bottom: 1px solid #E5E1E8;
}

.mt_little {
  margin-top: 40px;
}

.mt_middle {
  margin-top: 60px;
}

.mt_big {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .mt_big {
    margin-top: 60px;
  }
}

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.pager li {
  margin: 0 5px;
}
.pager a {
  padding: 10px 15px;
  color: #fff;
  border-radius: 10px;
}
.pager a:hover {
  color: #000;
  background: #fff;
  opacity: 1;
}
@media (max-width: 428px) {
  .pager a {
    padding: 5px 10px;
  }
}
.pager .current a {
  color: #000;
  background: #fff;
}

.ttl_wrap p {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.2rem;
}
.ttl_wrap h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 768px) {
  .ttl_wrap p {
    margin-bottom: 20px;
  }
  .ttl_wrap h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 429px) {
  .ttl_wrap h2 {
    font-size: 1.2rem;
  }
}

.ttl_img {
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 600px;
}
.ttl_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .ttl_img {
    height: 300px;
  }
}
@media (max-width: 429px) {
  .ttl_img {
    height: 200px;
  }
}

.sinple_ttl {
  font-size: 1.5rem;
}
@media (max-width: 429px) {
  .sinple_ttl {
    font-size: 1.2rem;
  }
}

.n_text {
  margin: 30px auto 0;
  max-width: 700px;
}

.big_img {
  display: block;
  margin: 40px auto 0;
  width: 100%;
  max-width: 700px;
}

.max_img {
  display: block;
  margin-top: 40px;
  width: 100%;
}

.desc_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}
.desc_wrap img {
  display: block;
  width: 45%;
}
.desc_wrap dl {
  position: relative;
  width: 50%;
}
.desc_wrap dl a {
  position: absolute;
  bottom: 0;
  left: 0;
}
.desc_wrap dt {
  font-size: 1.2rem;
}
.desc_wrap dd {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .desc_wrap img {
    width: 100%;
  }
  .desc_wrap dl {
    margin-top: 30px;
    width: 100%;
  }
  .desc_wrap dd {
    margin-top: 20px;
  }
}

.list_wrap {
  margin-top: 80px;
  padding: 30px 20px 50px;
  border: 1px solid #000;
}
.list_wrap .list_ttl {
  text-align: center;
  font-size: 1.5rem;
}
.list_wrap ul {
  display: table;
  margin: 30px auto 0;
}
.list_wrap ul li:nth-child(n+2) {
  margin-top: 10px;
}

.list_point dl:nth-child(n+2) {
  margin-top: 30px;
}
.list_point dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #17325F;
  font-size: 1.2rem;
  font-weight: bold;
}
.list_point dt::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: #17325F;
  border-radius: 50%;
}
.list_point dd {
  margin-top: 10px;
}

.arrow_wrap {
  position: relative;
  margin: 10px auto 40px;
  width: 30px;
  height: 50px;
}
.arrow_wrap img {
  position: absolute;
  opacity: 0;
}
.arrow_wrap img:nth-of-type(1) {
  top: 0;
  -webkit-animation: f_arrow 1.5s infinite;
  animation: f_arrow 1.5s infinite;
}
.arrow_wrap img:nth-child(2) {
  top: 15px;
  -webkit-animation: s_arrow 1.5s infinite;
  animation: s_arrow 1.5s infinite;
}

.product_wrap .product_item:nth-child(n+2) {
  margin-top: 80px;
}
.product_wrap .product_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.product_wrap .product_item img {
  display: block;
  width: 45%;
}
.product_wrap .product_item .product_content {
  width: 50%;
}
.product_wrap .product_item .product_name {
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
}
.product_wrap .product_item .product_price {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product_wrap .product_item img {
    width: 100%;
  }
  .product_wrap .product_item .product_content {
    width: 100%;
  }
  .product_wrap .product_item .product_name {
    margin: 10px 0 5px;
  }
}

.shopify-buy__carousel {
  min-height: auto;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0;
  z-index: 2;
}
@media (max-width: 768px) {
  header {
    padding: 20px 0;
  }
}

.header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .header_wrap {
    padding: 0 20px;
  }
}

.header_logo {
  display: block;
  width: 200px;
}

.header_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.header_menu li {
  padding-left: 15px;
}
.header_menu a {
  display: block;
}
@media (max-width: 768px) {
  .header_menu {
    width: 100%;
  }
  .header_menu li {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .header_menu li a {
    padding: 10px 0;
  }
}

.header_bars {
  position: relative;
  z-index: 100;
}
.header_bars span {
  display: block;
  margin: 5px 0;
  width: 30px;
  height: 3px;
  background: #000;
  border-radius: 5px;
  transition: all 0.6s;
}
.header_bars:hover {
  cursor: pointer;
}
.header_bars::after {
  content: "menu";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateY(0) translateX(-50%) rotate(0);
  -webkit-transform: translateY(0) translateX(-50%) rotate(0);
  color: #000;
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: all 0.6s;
}

.header_bars.active::after {
  content: "close";
  color: #fff;
}
.header_bars.active span {
  background: #fff;
}
.header_bars.active span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.header_bars.active span:nth-child(2) {
  opacity: 0;
}
.header_bars.active span:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

nav {
  position: fixed;
  top: 20px;
  right: 1vw;
  padding: 70px 40px 40px 50px;
  width: 100%;
  max-width: 300px;
  transform: translateX(500px);
  transition: all 0.4s ease-in-out;
  border: 1px solid #fff;
}
nav img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  opacity: 0;
}
nav ul {
  margin-top: 30px;
}
nav ul li {
  position: relative;
  opacity: 0;
}
nav ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) translateX(-10px);
  -webkit-transform: translateY(-50%) translateX(-10px);
  margin-right: 10px;
  color: #fff;
  font-weight: 900;
}
nav ul li::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  transition: all 0.4s ease-in;
}
nav ul li:hover::after {
  width: 100%;
}
nav ul li:nth-child(n+2) {
  margin-top: 15px;
}
nav ul a {
  display: block;
  font-size: 1.2rem;
  color: #fff;
}
nav ul a:hover {
  opacity: 1;
}
@media (max-width: 500px) {
  nav {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    max-width: initial;
    border: none;
  }
  nav img {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
}

nav.active {
  transform: translate(0);
}
nav.active img {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
nav.active li {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
nav.active li:nth-child(1) {
  animation-delay: 0.35s;
}
nav.active li:nth-child(2) {
  animation-delay: 0.4s;
}
nav.active li:nth-child(3) {
  animation-delay: 0.45s;
}
nav.active li:nth-child(4) {
  animation-delay: 0.5s;
}
nav.active li:nth-child(5) {
  animation-delay: 0.55s;
}
nav.active li:nth-child(6) {
  animation-delay: 0.6s;
}
nav.active li:nth-child(7) {
  animation-delay: 0.65s;
}
nav.active li:nth-child(8) {
  animation-delay: 0.7s;
}
nav.active li:nth-child(9) {
  animation-delay: 0.75s;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.button_nav {
  margin-top: 35px;
}

footer iframe {
  width: 100%;
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 20px 0;
  background: #17325F;
}
.nav_list li {
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #fff;
}
.nav_list a {
  display: block;
  padding: 0 30px;
  transform: skewX(-150deg);
  color: #fff;
  font-size: 0.8rem;
}
@media (max-width: 887px) {
  .nav_list {
    display: none;
  }
}

.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.info .info_img {
  width: 45%;
}
.info .info_content {
  width: 50%;
}
.info .info_ttl {
  font-size: 1.2rem;
}
.info ul {
  margin-top: 10px;
}
.info ul li:nth-child(n+2) {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .info .info_img {
    width: 100%;
  }
  .info .info_content {
    margin-top: 20px;
    width: 100%;
  }
}

.copyright {
  padding: 15px 0;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 0.6rem;
  }
}

.totop {
  display: table;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.totop img {
  width: 25px;
}
.totop:hover {
  cursor: pointer;
}

.searchform {
  position: relative;
  width: 327px;
}
.searchform input {
  width: 100%;
  padding: 12px 59px 12px 12px;
  border: 1px solid #000;
}
.searchform button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #000;
  border: 1px solid #000;
}
.searchform button:hover {
  cursor: pointer;
}
.searchform button img {
  width: 25px;
}

.breadcrumb {
  padding: 6px 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.breadcrumb ul li::after {
  content: "»";
  margin: 0 10px;
}
.breadcrumb ul li:last-child::after {
  display: none;
}

article h2 {
  margin-top: 100px;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h3 {
  margin-top: 60px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}
article h4 {
  margin-top: 40px;
  font-weight: 700;
}
article p {
  margin-top: 30px;
  line-height: 2;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}
article .wp-block-table {
  margin-right: 10px;
  margin-left: 10px;
}
article table {
  min-width: 100%;
  border-bottom: 2px solid #dfdfdf;
}
article table tr:nth-child(odd) {
  background: #dfdfdf;
}
article table th, article table td {
  padding: 10px;
}
article table th {
  font-weight: 700;
  color: #fff;
  background: #E5E1E8;
}
article strong {
  font-weight: 700;
  font-style: normal;
}
article em {
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(transparent 60%, #E5E1E8 60%);
}
article ul, article ol {
  margin-top: 30px;
  padding: 15px 10px 15px 40px;
  background: #dfdfdf;
}
article ul li, article ol li {
  padding-top: 10px;
}
article ul li:first-child, article ol li:first-child {
  padding-top: 0;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article dl {
  margin-top: 30px;
}
article dl dt {
  padding-top: 10px;
}
article dl dt:first-child {
  padding-top: 0;
}
article dl dd {
  padding: 3px 0 3px 20px;
}
article input[type=text],
article input[type=tel],
article input[type=email],
article textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #E5E1E8;
}
article input[type=submit] {
  display: table;
  margin: 0 auto;
  padding: 5px 40px;
  color: #000;
  background: #E5E1E8;
  border: 2px solid #E5E1E8;
}
article input[type=submit]:hover {
  color: #000;
  background: #fff;
}
article input[type=submit]:active {
  color: #000;
  background: #fff;
}
article blockquote {
  position: relative;
  margin-top: 30px;
  padding: 40px;
  background: #dfdfdf;
}
article blockquote p:first-child {
  margin-top: 0;
}
article blockquote::before, article blockquote::after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
article blockquote::before {
  top: 10px;
  left: 10px;
  background-image: url("../img/icon_quote1.svg");
}
article blockquote::after {
  right: 10px;
  bottom: 10px;
  background-image: url("../img/icon_quote2.svg");
}
article blockquote cite {
  padding-top: 20px;
  font-style: normal;
  font-size: 0.8rem;
  color: #E5E1E8;
}

.toc {
  display: table;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #E5E1E8;
}

.toc_title {
  margin-top: 0;
  text-align: center;
  font-weight: 700;
}

.toc_list {
  counter-reset: dt;
}
.toc_list dt, .toc_list dd {
  text-decoration: underline;
}
.toc_list dt:hover, .toc_list dd:hover {
  cursor: pointer;
  text-decoration: none;
}
.toc_list dt {
  counter-increment: dt;
  counter-reset: dd;
  padding: 20px 0 0 20px;
}
.toc_list dt::before {
  content: counter(dt) ". ";
  margin-left: -20px;
}
.toc_list dd {
  counter-increment: dd;
  padding-left: 47px;
}
.toc_list dd::before {
  content: counter(dt) "-" counter(dd) ". ";
  margin-left: -34px;
}

.swiper-box {
  position: relative;
}

.contact_table {
  width: 100%;
}
.contact_table th {
  padding: 10px 10px 10px 0;
}
.contact_table td {
  padding: 10px 0 10px 10px;
}
@media (max-width: 768px) {
  .contact_table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .contact_table th, .contact_table td {
    width: 100%;
  }
  .contact_table th {
    padding-bottom: 0;
    padding-right: 10px;
  }
  .contact_table td {
    padding-top: 5px;
    padding-left: 0;
  }
}
.contact_table input[type=text],
.contact_table input[type=tel],
.contact_table input[type=email],
.contact_table textarea {
  padding: 5px 10px;
  width: 100%;
  border: 1px solid #000;
}
.contact_table label:hover {
  cursor: pointer;
}
.contact_table input[type=checkbox] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=checkbox] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
}
.contact_table input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: -4px;
  left: 4px;
  width: 0.4em;
  height: 1em;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}
.contact_table input[type=radio] + label {
  position: relative;
  padding-right: 20px;
}
.contact_table input[type=radio] + label::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}
.contact_table input[type=radio]:checked + label::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 4px;
  width: 0.6em;
  height: 0.6em;
  background: #000;
  border-radius: 50%;
}

.contact_error {
  display: none;
  padding-top: 5px;
}

.contact_error_all {
  display: none;
  text-align: center;
}

.contact_submit button {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: #000;
  border: 2px solid #000;
}
.contact_submit button:active {
  color: #000;
  background: #fff;
}
.contact_submit a {
  display: table;
  margin: 10px auto 0 auto;
  padding: 10px 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.news_wrap::after {
  content: "";
  display: block;
  width: 31%;
}
@media (max-width: 768px) {
  .news_wrap::after {
    width: 100%;
  }
}

.news_item {
  position: relative;
  width: 31%;
  color: #000;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.news_item:nth-child(n+4) {
  margin-top: 30px;
}
.news_item:hover {
  transform: translateY(-10px);
  box-shadow: 5px 5px 15px #acacac;
  opacity: 1;
}
.news_item time {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media (max-width: 768px) {
  .news_item {
    width: 100%;
  }
  .news_item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.news_item_img {
  width: 100%;
  height: 200px;
  border-radius: 5px 5px 0 0;
}
.news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.news_item_noimg {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}
.news_item_noimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.new_item_content {
  position: relative;
  padding: 10px 10px 50px 10px;
  border-radius: 0 0 5px 5px;
}

.main_vis {
  position: relative;
}

.main_vis_back img {
  display: block;
  width: 100%;
}

.main_point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  background: #17325F;
  border-radius: 50%;
}
.main_point::before, .main_point::after {
  content: "";
}
.main_point p {
  line-height: 2;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .main_point {
    width: 250px;
    height: 250px;
    top: 40%;
    left: 50%;
    transform: translateY(-40%) translateX(-50%);
    -webkit-transform: translateY(-40%) translateX(-50%);
  }
  .main_point p {
    font-size: 1.2rem;
  }
}

.main_point_content {
  position: relative;
}

.scroll_wrap {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 30px;
  height: 50px;
}
.scroll_wrap img {
  position: absolute;
  opacity: 0;
}
.scroll_wrap img:nth-of-type(1) {
  top: 0;
  -webkit-animation: f_arrow 1.5s infinite;
  animation: f_arrow 1.5s infinite;
}
.scroll_wrap img:nth-child(2) {
  top: 15px;
  -webkit-animation: s_arrow 1.5s infinite;
  animation: s_arrow 1.5s infinite;
}

@-webkit-keyframes f_arrow {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes f_arrow {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@-webkit-keyframes s_arrow {
  0% {
    top: 15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 40px;
    opacity: 0;
  }
}
@keyframes s_arrow {
  0% {
    top: 15px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 40px;
    opacity: 0;
  }
}
.logo_wrap {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .logo_wrap {
    bottom: 30px;
    max-width: 200px;
  }
}

.logo_wrap_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 30vw;
  max-width: 200px;
}
.logo_wrap_page img {
  width: 100%;
  height: 100%;
}
.top-news {
  padding: 30px 0;
}

.top-news_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .top-news_wrap {
    display: block;
  }
}

.top-news_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  color: #000;
}
.top-news_item time {
  white-space: nowrap;
}
.top-news_item p {
  flex: 1;
  margin: 0 20px;
}
@media (max-width: 768px) {
  .top-news_item p {
    margin-right: 0;
  }
}

.top-news_home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  color: #000;
  white-space: nowrap;
}
.top-news_home::after {
  content: ">";
  margin-left: 10px;
  font-weight: bold;
  transition: 0.4s all;
}
.top-news_home:hover::after {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .top-news_home {
    margin-top: 20px;
    justify-content: center;
  }
}

.osina_wrap {
  display: table;
  margin: 0 auto;
}

.osina p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.osina p.caution {
  margin: 20px 0 0 0;
  padding-left: 10px;
  font-size: 16px;
  text-align-last: left;
  font-weight: 1rem;
}
.osina .ib {
  display: inline-block;
}
.osina dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
.osina dl:nth-of-type(n+2) {
  margin-top: 10px;
}
.osina dt {
  position: relative;
  padding-left: 10px;
}
.osina dt::before {
  content: "・";
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.osina dd {
  margin: -2px 0 0 20px;
  white-space: nowrap;
}
.osina:nth-of-type(n+2) {
  margin-top: 80px;
}

.osina.number dt::before {
  content: "";
}

.menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .menu_list {
    margin-top: 60px;
  }
}
.menu_list a {
  width: 48%;
}
.menu_list a img {
  border-radius: 5px;
}

.tmb {
  width: 48%;
}
@media (max-width: 768px) {
  .tmb {
    width: 100%;
  }
  .tmb:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.tmb_img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.tmb_img:hover {
  cursor: pointer;
}

.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
}

.popup__btn::before {
  transform: rotate(45deg);
}

.popup__btn::after {
  transform: rotate(-45deg);
}

.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}

.main_vis_bar {
  padding: 30px 0;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #17325F;
}
@media (max-width: 768px) {
  .main_vis_bar {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */