@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

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

li {
  list-style: none;
  list-style-type: none;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

area {
  outline: none;
  border: none;
}

abbr,
acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

:root {
  --color-main: #333;
  --color-white: #fff;
  --color-gray: #D5D5D5;
  --color-dark-gray: #707070;
  --color-gray-bg:#F9F9F9;
  --color-black: #333;
  --color-red: #CF4949;
  --color-yellow: #edc006;
  --color-blue: #88a6b7;
  --color-dark-blue: #0b2e58;
  --color-blue-bg:#EBF4F9;
  --color-blue-bg2:#F8FCFF;
  --color-green:#126537;
  --color-green-sub:#1a9f4c;
  --transition-duration: .6s;
  --transition-timing-function: ease-out;
}

body {
  background-color: #fff;
  color: var(--color-black);
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  color: var(--color-black);
}

p {
  line-height: 1.8;
}

p + p {
  margin-top: 1.25rem;
}

strong {
  font-weight: bold;
}
.ef-fade01 {
  transform: translate(0, 10%);
  opacity: 0;
  transition: 1s;
}

.fade01 {
  transform: translate(0, 0);
  opacity: 1;
}

.swiper-container, .swiper-container2 {
  margin: 2.5rem auto;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  margin: 0 auto;
  height: 100%;
  text-align: left;
}
.swiper-pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.swiper-pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.swiper-pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}

.swiper-box {
  display: flex;
  position: relative;
  margin-top: 40px;
  height: 36px;
}

.swiper-text {
  display: block;
  padding-top: 0.5rem;
}

.swiper-pagination {
  position: relative;
  z-index: 1 !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  position: absolute;
  z-index: 2 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
}

.header {
  display: flex;
  position: fixed !important;
  top: 0;
  z-index: 1000;
  padding: 20px 10px 0 20px;
  width: 100%;
}
.header a {
  text-decoration: none;
}
.header_logo {
  width: 180px;
}
.header_logo img {
  width: auto;
  height: 32px;
}
.header_nav {
  transition: 0.5s;
  margin: 0 auto;
}
.header_mail {
  position: fixed;
  top: 14px;
  right: 65px;
}
.header_tel {
  position: fixed;
  top: 14px;
  right: 110px;
}
.header_tel span {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}
.header_sns2 {
  position: fixed;
  top: 14px;
  right: 140px;
}
.header_sns a, .header_member a, .header_mail a, .header_tel a {
  display: block;
  opacity: 0.8;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--color-dark-blue);
  /*角丸*/
  padding: 8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.header_sns a img, .header_member a img, .header_mail a img, .header_tel a img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.header_sns a:hover, .header_member a:hover, .header_mail a:hover, .header_tel a:hover {
  opacity: 1;
}

.main {
  margin-top: 0;
  padding-top: 0;
  overflow-x: hidden;
}
.main_head {
  margin-bottom: 2.5rem;
}
.main_content {
  margin: 0 auto;
  padding: 0 1.875rem;
  max-width: 1920px;
}
.main_greeting {
  margin: 80px auto;
}
.main_content_full {
  margin: 0 auto;
  width: 100%;
}
.main_article {
  margin: 0 auto;
  padding: 0 30px;
}

.footer {
  margin: 0 auto;
  text-align: center;
}
.footer_list {
  position: relative;
  border-top: 1px solid #666;
}
.footer_link {
  border-top: 1px solid var(--color-gray);
  padding: 40px 0;
}
.footer_copyright {
  margin: 0 auto;
  background: #163e64;
  padding: 1.25rem 0;
  color: var(--color-white);
  font-size: 0.6875rem;
  text-align: center;
}
.footer_copyright p {
  margin-bottom: 0.625rem;
}
.raf {
  margin: 0 auto;
  text-align: center;
}

.headerNav {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  opacity: 0;
  /*background-image: url('/assets/images/home/kv-bg.jpg');
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url('../images/home/kv-bg.jpg') ;
    background-size: cover;
    background-position: center;*/
  z-index: -1 !important;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  transition: 0.5s;
  /*background-color: var(--color-black);*/
  background-color: var(--color-white);
  padding: 80px 10px 0 10px;
  width: 100% !important;
  height: 100% !important;
  overflow-y: auto;
}
.headerNav a {
  color: var(--color-black);
  text-decoration: none;
}
.headerNav.active {
  display: block;
  opacity: 1;
  z-index: 10 !important;
  transition: 0.5s;
}
.headerNav_inner {
  width: 100%;
}
.headerNav_item {
  padding: 12px 20px;
}
.headerNav_item a {
  display: block;
  position: relative;
  transition: all 0.5s ease;
  margin-left: 20px;
  color: var(--color-black);
  font-weight: 300;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
}
.headerNav_item a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  background-color: var(--color-black);
  width: 8px;
  height: 1px;
  content: "";
}
.headerNav_item a:hover {
  opacity: 0.5;
}
.headerNav_item a._blank span {
  position: relative;
  padding-right: 1.25rem;
}
.headerNav_item a._blank span::after {
  position: absolute;
  top: 0.1875rem;
  right: 0;
  background-image: url("../images/i_link_w.svg");
  background-position: 0 4px;
  background-size: 0.875rem auto;
  background-repeat: no-repeat;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
}
.headerNav_member {
  margin: 40px auto 40px;
  text-align: center;
}
.headerNav_member a {
  display: block;
  border: 1px solid var(--color-white);
  border-radius: 10px;
  padding: 10px 120px;
}
.headerNav_child_list {
  display: block;
  padding-top: 10px;
  padding-left: 26px;
}
.mainHead {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  background-color: var(--color-dark-blue);
  padding: 20px 0;
  width: 100%;
}
.mainHead_heading {
  position: relative;
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.mainHead_heading::after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 13px);
  background-color: var(--color-green);
  background-color: var(--color-white);
  width: 26px;
  height: 2px;
  content: "";
}
.mainHead_heading span {
  display: block;
  opacity: 0.6;
  font-size: 1rem;
}
.mainHead_btn {
  margin: 20px 0 0;
  padding: 0 30px;
}
.footerList_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px;
  /*
  width: calc(100% - 40px);
  overflow-x: scroll;
  &::-webkit-scrollbar{
    display:none;
  }*/
}
.footerList_item {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 0.875rem;
}
.footerLink {
  margin: 0 auto;
  border-top: 1px solid var(--color-gray);
}
.footerLink a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.footerContact_inner {
  padding: 1.875rem;
}
.footerContact_heading {
  display: inline-block;
  position: relative;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
  background: -var(--color-white);
  background: #fff;
  padding: 0 1.25rem;
  font-weight: 700;
  font-size: 2.375rem;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 4px;
  text-align: center;
}
.footerContact_heading span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.footerContact_text {
  font-size: 1rem;
}

.footerGroup {
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  padding: 20px 0;
}
.footerGroup_inner {
  display: block;
}
.footerGroup_heading {
  margin-bottom: 1.25rem;
  text-align: center;
}
.footerGroup_heading img {
  width: 3.75rem;
}
.footerGroup_heading span {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.footerGroup_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footerGroup_item {
  padding: 10px 30px;
  width: 100%;
  font-size: 0.875rem;
  text-align: left;
}
.footerGroup_item a {
  text-decoration: none;
}

.footerNav {
  background: #1a78a2;
  padding: 30px;
  color: var(--color-white);
}
.footerNav a {
  color: var(--color-white);
}
.footerNav_logo {
  margin: 40px auto 20px;
  width: 120px;
  text-align: center;
}
.footerNav_lead {
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: 0.875rem;
  text-align: left;
}
.footerNav_text {
  margin: 0 auto 30px;
  font-size: 0.75rem;
}
.footerNav_company {
  display: block;
  margin: 0 auto 30px;
  font-size: 0.875rem;
  text-align: center;
}
.footerNav_name {
  margin: 20px auto 10px;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.footerNav_address, .footerNav_tel {
  margin-top: 5px;
}
.footerNav_box {
  display: block;
}
.footerNav_list {
  margin-right: 10px;
  text-align: left;
}
.footerNav_child_list {
  margin-top: 5px;
  margin-left: 15px;
  text-align: left;
}
.footerNav_bnr {
  margin: 0 auto 20px;
  max-width: 1200px;
  text-align: left;
}
.footerNav_item {
  margin-right: 10px;
  margin-bottom: 8px;
}
.footerNav_item a {
  font-size: 0.75rem;
  text-decoration: none;
}
.footerNav_item._child {
  padding-left: 12px;
}

.footerBnr_list {
  margin: 20px auto 0;
}
.footerBnr_item._iezoom {
  margin: 0 auto 20px;
  text-align: center;
}
.footerBnr_item._iezoom a {
  display: block;
  border: 1px solid var(--color-white);
  padding: 5px 20px;
  color: var(--color-white);
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}
.footerBnr_item._sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0;
}
.footerBnr_item._sns span {
  font-size: 0.75rem;
}
.footerBnr_item._sns a {
  display: block;
  transition: all 0.5s ease-out;
  margin: 0 auto;
  border-radius: 50%;
  background-color: var(--color-dark-blue);
  /*角丸*/
  padding: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.footerBnr_item._sns a img {
  vertical-align: top;
  width: auto;
  height: 100%;
}
.footerBnr_item._sns a:hover {
  opacity: 0.8;
}
.footerBnr_item._sns img {
  width: 100%;
}

#nav-toggle, .close {
  display: block;
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 1000;
  cursor: pointer;
  margin: 0 !important;
  box-shadow: none;
  border: none;
  padding: 0 !important;
  width: 60px;
  height: 60px;
}
#top-head {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
#nav-toggle div {
  position: relative;
  top: 0;
}

#nav-toggle span {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  position: absolute;
  right: 0px;
  transition: 0.35s ease-in-out;
  background: #0b2e58;
  width: 26px;
  height: 1px;
}

#nav-toggle._w span {
  background: var(--color-green);
}

.menu {
  display: block;
  position: fixed;
  top: 45px !important;
  right: -17px;
  color: #222;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.125rem;
}

#nav-toggle span:nth-child(1) {
  top: 15px;
}

#nav-toggle span:nth-child(2) {
  top: 25px;
}

#nav-toggle span:nth-child(3) {
  top: 35px;
}
#nav-toggle {
  display: block;
}

.open #nav-toggle span {
  display: block;
}

.open #nav-toggle span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  top: 28px;
  transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
  display: none;
}

.open #nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  top: 28px;
  transform: rotate(-315deg);
}

/*PC*/
.sidenavi {
  position: fixed;
  bottom: 0;
  z-index: 10;
  border-top: 1px solid #fff;
  background: #333;
  width: 100%;
  height: auto;
}
.sidenavi_list {
  display: table;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}
.sidenavi_item {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  border-left: 1px solid #fff;
  padding: 6px 0;
  width: 50%;
  text-align: center;
}
.sidenavi_item a {
  color: #fff;
  text-decoration: none;
}
.sidenavi_item a span {
  display: block;
  margin: 3px 0 0;
  padding: 0;
  height: auto;
  font-size: 0.75rem;
}
.sidenavi_item:first-child {
  border-left: none;
}
.sidenavi_item img {
  display: block;
  margin: 0 auto;
  width: 5.3333333333vw;
  text-align: center;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper {
  margin: 0;
}
.swiper-container {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  height: 70vh;
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  width: 100%;
  height: auto;
  color: var(--color-white);
  font-weight: 300;
  font-size: 6.4vw;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-shadow: 1px 1px 10px #000;
}
.swiper-text span {
  padding: 5px;
}
.swiper-bg {
  /*position: absolute !important;
  z-index: 2 !important;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  opacity: 0.1;
  top: 0;*/
}
.swiper-scroll {
  -webkit-background-clip: text;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 4;
  -webkit-animation: shine 2s infinite;
          animation: shine 2s infinite;
  background-image: linear-gradient(150deg, rgba(255, 255, 255, 0.5) 45%, #fff 50%, rgba(255, 255, 255, 0.5) 55%);
  background-size: 1000% 100%;
  background-clip: text;
  color: #fff;
  color: transparent;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.slide-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 70vh;
}
.slide-img:before {
  /*
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  */
}

.slide-img img {
  display: block;
}

@-webkit-keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.illust {
  position: relative;
}
.illust_list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.illust_item {
  flex-basis: 38%;
}
.illust_item:nth-child(2) {
  flex-basis: 25%;
}
.illust_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.illust_item_list_item {
  width: 25%;
}

.scrolldown {
  -ms-writing-mode: tb-rl;
  position: absolute;
  right: 10px;
  bottom: 5px;
  z-index: 100;
  background-color: #fff;
  padding: 10px 5px;
  height: 80px;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 3px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.scrolldown::after {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  background: #000;
  width: 1px;
  height: 120px;
  content: "";
}
@-webkit-keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    top: 120px;
    opacity: 0;
    height: 0;
  }
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    top: 120px;
    opacity: 0;
    height: 0;
  }
}

.scrolldown2 {
  -ms-writing-mode: tb-rl;
  position: absolute;
  right: 20px;
  bottom: 5px;
  z-index: 100;
  padding-top: 20px;
  height: 80px;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 3px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.scrolldown2::after {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-animation: pathmove 2s ease-in-out infinite;
          animation: pathmove 2s ease-in-out infinite;
  background: #000;
  width: 1px;
  height: 120px;
  content: "";
}
@keyframes pathmove {
  0% {
    top: 0;
    opacity: 0;
    height: 0;
  }
  30% {
    opacity: 1;
    height: 30px;
  }
  100% {
    top: 120px;
    opacity: 0;
    height: 0;
  }
}

.homeNews {
  position: relative;
  padding: 0;
  overflow-x: hidden;
}
.homeNews_inner {
  position: relative;
  margin: 0 20px;
  background: #fff;
  padding: 20px 0;
}
.homeNews_heading {
  position: relative;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Whisper", cursive;
  text-align: center;
}
.homeNews_heading span {
  display: block;
  position: relative;
  color: var(--color-dark-gray);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.homeNews_list {
  margin-top: 0px;
}
.homeNews_item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-gray);
  padding: 10px 0;
}
.homeNews_date {
  padding-top: 3px;
  padding-right: 40px;
}
.homeNews_category {
  margin-right: 40px;
}
.homeNews_category span {
  display: inline-block;
  border: 1px solid var(--color-blue);
  border-radius: 3px;
  background-color: var(--color-blue);
  padding: 2px 0;
  width: 10rem;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.homeNews_text {
  padding-top: 20px;
  width: 100%;
}
.homeNews_text a {
  text-decoration: none;
}
.homeNews_btn {
  margin: 40px auto;
  text-align: center;
  text-decoration: none;
}

.homeEvent {
  position: relative;
  overflow-x: hidden;
}
.homeEvent a {
  text-decoration: none;
}
.homeEvent_inner {
  position: relative;
  margin: 0 auto;
  padding: 80px 30px 0;
}
.homeEvent_heading {
  position: relative;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeEvent_heading span {
  position: relative;
  padding-left: 10px;
  color: var(--color-dark-gray);
  font-weight: 700;
  font-size: 1.125rem;
  font-family: "Josefin Sans", sans-serif;
}
.homeEvent_list {
  margin-top: 30px;
}
.homeEvent_item {
  display: block;
  padding: 30px 0;
}
.homeEvent_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeEvent_pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.homeEvent_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.homeEvent_box {
  width: 100%;
}
.homeEvent_date {
  padding-top: 0.1875rem;
  padding-right: 2.5rem;
}
.homeEvent_category {
  margin-bottom: 10px;
}
.homeEvent_category span {
  display: inline-block;
  border: 1px solid #333;
  background-color: var(--color-white);
  padding: 0.1875rem 1.875rem;
  font-size: 0.8125rem;
  text-align: center;
}
.homeEvent_title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.25rem;
}
.homeEvent_text {
  padding-top: 0;
  width: 100%;
  font-size: 1rem;
}
.homeEvent_text a {
  text-decoration: none;
}
.homeEvent_btn {
  margin: 2.5rem auto;
  text-align: center;
}
.homeConcept1 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/sec01_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  color: #fff;
}
.homeConcept1:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.homeConcept1_inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 30px;
}
.homeConcept1_heading {
  position: relative;
  margin: 20px auto 10px;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.homeConcept1_text p {
  font-size: 1rem;
}
.homeConcept1_text p + p {
  margin-top: 20px;
}
.homeConcept1_btn {
  margin: 40px auto;
  text-align: center;
}
.homeConcept2 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/sec02_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  overflow-x: hidden;
  color: #fff;
  /*
  &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }*/
}
.homeConcept2_inner {
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 20px 0;
  width: 100%;
}
.homeConcept2_heading {
  position: relative;
  margin: 20px auto 10px;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeConcept2_text {
  text-align: center;
}
.homeConcept2_text p {
  font-size: 1.125rem;
}
.homeConcept2_text p + p {
  margin-top: 20px;
}
.homeConcept2_text span {
  color: #f27a0a;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.homeConcept2_pic {
  margin: 20px auto;
  height: 80px;
  text-align: center;
}
.homeConcept2_pic img {
  width: auto;
  height: 100%;
}
.homeConcept2_btn {
  margin: 40px auto;
  text-align: center;
}
.homeConcept3 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/sec03_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  overflow-x: hidden;
  color: #fff;
  /*
  &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }*/
}
.homeConcept3_inner {
  position: relative;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 30px 0;
  width: 100%;
}
.homeConcept3_heading {
  position: relative;
  margin: 20px auto 10px;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeConcept3_text {
  text-align: center;
}
.homeConcept3_text p {
  font-size: 1.125rem;
}
.homeConcept3_text p + p {
  margin-top: 20px;
}
.homeConcept3_text span {
  color: #20a9d7;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.homeConcept3_pic {
  margin: 20px auto;
  height: 80px;
  text-align: center;
}
.homeConcept3_pic img {
  width: auto;
  height: 100%;
}
.homeConcept3_btn {
  margin: 40px auto;
  text-align: center;
}
.homeConcept4 {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url("../images/home/sec04_bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
  overflow-x: hidden;
  color: #fff;
  /*
  &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
  }*/
}
.homeConcept4_inner {
  position: relative;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 80px 30px 0;
  width: 100%;
}
.homeConcept4_heading {
  position: relative;
  margin: 20px auto 10px;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.homeConcept4_text {
  text-align: center;
}
.homeConcept4_text p {
  font-size: 1.125rem;
}
.homeConcept4_text p + p {
  margin-top: 20px;
}
.homeConcept4_text span {
  color: #c63bf0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.homeConcept4_pic {
  margin: 20px auto;
  height: 80px;
  text-align: center;
}
.homeConcept4_pic img {
  width: auto;
  height: 100%;
}
.homeConcept4_btn {
  margin: 40px auto;
  text-align: center;
}
.homeWorks {
  position: relative;
  overflow: hidden;
}
.homeWorks_inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 15px 0;
}
.homeWorks_heading {
  position: relative;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Whisper", cursive;
  text-align: center;
}
.homeWorks_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px;
}
.homeWorks_item {
  margin: 0;
  padding: 30px 0;
  width: 46%;
}
.homeWorks_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeWorks_pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.homeWorks_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.homeWorks_title {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.homeWorks_category span {
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: var(--color-blue);
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 0.75rem;
}
.homeWorks_text {
  padding-top: 20px;
  width: 100%;
}
.homeWorks_text a {
  text-decoration: none;
}
.homeWorks_btn {
  margin: 40px auto;
  text-align: center;
}
.homeBlock {
  overflow-x: hidden;
}
.homeBlock_inner {
  margin: 60px auto;
}
.homeBlock_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: auto;
  height: auto;
  overflow: hidden;
}
.homeBlock_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  align-items: center;
  align-items: center;
  border: 1px solid #fff;
  background: #efefef;
  width: 50%;
  height: 250px;
  color: #fff;
}
.homeBlock_item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}
.homeBlock_item:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.homeBlock_item._member {
  position: relative;
  background-image: url("../images/home/block_pic1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeBlock_item._guidance {
  position: relative;
  background-image: url("../images/home/block_pic2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeBlock_item._outline {
  position: relative;
  background-image: url("../images/home/block_pic3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeBlock_item._media {
  position: relative;
  background-image: url("../images/home/block_pic4.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeBlock_item span {
  z-index: 1;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
}
.homeBlock_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeBlock_pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.homeBlock_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}

.homeBlock2 {
  overflow: hidden;
}
.homeBlock2_inner {
  margin: 60px auto;
}
.homeBlock2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: auto;
  overflow: hidden;
}
.homeBlock2_item {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  align-items: center;
  align-items: center;
  margin: 0 1px;
  border-bottom: 1px solid #fff;
  background: #efefef;
  width: calc(50% - 2px);
  height: 250px;
  color: #fff;
}
.homeBlock2_item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.homeBlock2_item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.homeBlock2_item:hover span {
  transition: all 0.5s ease;
  color: #fff;
}
.homeBlock2_item span {
  display: block;
  z-index: 1;
  margin-top: 40px;
  color: var(--color-main);
  font-size: 1rem;
  letter-spacing: 0.25rem;
}
.homeBlock2_pic {
  display: block;
  width: 20%;
}

.homeBlog {
  position: relative;
  overflow: hidden;
}
.homeBlog_inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 15px 0;
}
.homeBlog_heading {
  position: relative;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Whisper", cursive;
  text-align: center;
}
.homeBlog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 20px;
}
.homeBlog_item {
  margin: 0;
  padding: 30px 0;
  width: 46%;
}
.homeBlog_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.homeBlog_pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.homeBlog_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.homeBlog_title {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.homeBlog_category span {
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: var(--color-blue);
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 0.75rem;
}
.homeBlog_text {
  padding-top: 20px;
  width: 100%;
}
.homeBlog_text a {
  text-decoration: none;
}
.homeBlog_btn {
  margin: 40px auto;
  text-align: center;
}
.homeIcon {
  position: relative;
  margin: 60px auto;
  width: 80px;
  text-align: center;
}

.homeFooter {
  position: relative;
  margin: 20px auto;
  padding: 0 40px;
  overflow: hidden;
}
.article {
  position: relative;
  padding: 0;
}
.article_content {
  padding: 0 30px 60px;
}
.article_content._page {
  margin: 0 auto;
}
.article_side {
  position: relative;
  margin: 30px 0 0;
  padding: 30px 30px;
  width: 100%;
}
.article_side::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-gray-bg);
  width: 100%;
  height: 100%;
  content: "";
}

.side {
  position: relative;
}
.side_title {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.side_title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  width: 4px;
  height: 26px;
  content: "";
}
.side_list {
  margin: 14px 0 40px;
}
.side_list a {
  display: block;
  margin: 16px 0;
  padding: 0;
}
.side_list .children .side_item, .side_list .children .cat-item {
  border-bottom: none;
}
.side_list .children a {
  padding-left: 10px;
}
.side_list .children a::before {
  content: "－";
}
.side_item, .side .cat-item {
  margin: 0;
  border-bottom: 1px solid var(--color-gray);
  padding: 0;
}
.side ._user .side_item a {
  display: flex;
  align-items: center;
}
.side ._user .side_pic {
  margin-right: 10px;
  width: 60px;
}

.entry {
  position: relative;
}
.entry a {
  text-decoration: none;
}
.entry_heading {
  position: relative;
  margin-bottom: 1.875rem;
  padding-left: 0.75rem;
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.entry_heading::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  background-color: var(--color-main);
  width: 0.1875rem;
  height: 1.875rem;
  content: "";
}
.entry_heading::after {
  position: absolute;
  top: 0.375rem;
  left: 0;
  background-color: var(--color-gray);
  width: 0.1875rem;
  height: 0.375rem;
  content: "";
}
.entry_list {
  display: block;
}
.entry_item {
  margin-bottom: 1.875rem;
  width: 100%;
}
.entry_pic {
  display: block;
  position: relative;
  margin: 0 auto 0.625rem;
  background: #efefef;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.entry_pic::before {
  display: block;
  padding-top: 62.25%;
  content: "";
}
.entry_pic img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  text-align: center;
}
.entry_info {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.entry_category {
  display: inline-block;
}
.entry_category span {
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background-color: var(--color-blue);
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 0.75rem;
}
.entry_date::after {
  display: inline-block;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  content: " | ";
}
.entry._news .entry_list {
  display: block;
  width: 100%;
}
.entry._news .entry_item {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--color-gray);
  padding: 1.5625rem 0;
  width: 100%;
}
.entry._news .entry_item:nth-child(2n) {
  margin-left: 0;
}

.post {
  position: relative;
  margin-bottom: 60px;
  background-color: #fff;
}
.post_title {
  margin-bottom: 60px;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_title ._cate {
  display: inline-block;
  margin-right: 5px;
  border-radius: 30px;
  background-color: var(--color-blue);
  padding: 3px 16px;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_title ._cate a {
  color: #fff;
}
.post_title ._sub {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_heading {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_info {
  margin: 20px 0 8px;
  font-size: 0.8125rem;
}
.post_date::after {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  content: " | ";
}
.post_category a {
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: var(--color-blue);
  padding: 3px 10px 4px;
  color: #fff;
  font-size: 0.75rem;
}
.post_list {
  margin: 80px 0 20px;
}
.post_body {
  margin-top: 40px;
  /*
  table{
    margin:0;
    border: 1px solid var(--color-gray);
    border-collapse: collapse;
    width: 100%;
    tr,th,td{
      border: 1px solid var(--color-gray) !important;
    }
    tr{
      &>*:first-child{
        background-color: var(--color-gray-bg);
      }
      //display: block;
      width: 100%;
      @include mq("pc-min") {
        width: auto;
        display: table-row;
      }
      @include mq("pc") {
        width: auto;
        display: table-row;
      }
    }
    th,td{
      padding: 15px;
      line-height: 1.8;
      display: block;
      width: 100%;
      height: auto !important;
      @include mq("sp-only") {
        width: 100% !important;
      }
      @include mq("pc-min") {
        width: auto;
        display:table-cell;
        //width: 50%;
      }
      @include mq("pc") {
        width: auto;
        display:table-cell;
        width: 50%;
      }
    }
  }
  .wp-block-table{
    margin: 20px 0;
    tr{
      &>*:first-child{
        background-color: var(--color-gray-bg);
      }
    }
  }
  .wp-block-table.th{
    overflow-x: scroll;
    flex-shrink: 0;
    padding: 20px 0;
    &::-webkit-scrollbar {
      height: 10px;
    }
    &::-webkit-scrollbar-thumb {
      background: var(--color-dark-gray);
      border-radius: 5px;
    }
    &::-webkit-scrollbar-track {
      background: var(--color-gray);
      border-radius: 5px;
    }
    @include mq("pc-min") {
      overflow-x: scroll;
    }
    @include mq("pc") {
      overflow-x:hidden;
      width: 100% !important;
    }
    table{
      width: 100%;
      white-space: nowrap;
      @include mq("pc-min") {
        width: 100%;
        white-space: nowrap;
      }
      @include mq("pc") {
        white-space:wrap;
        width: 100% !important;
      }
    }
    th{
      background-color: var(--color-gray-bg) !important;
      width: auto !important;
    }
    tr{
      &>*:first-child{
        background-color: var(--color-white);
      }
    }
    th,td{
      //padding: 15px;
      //line-height: 1.8;
      //width: auto !important;
      display:table-cell !important;
      width: auto !important;
    }
  }*/
  /*
  .wp-block-table{
    position: relative;
    overflow-x: auto;
    display: block !important;
    tr,td{
      line-height: 1.8;
    }
  }*/
}
.post_body img {
  width: auto;
  max-width: 100%;
}
.post_body ._sec {
  margin-bottom: 100px;
}
.post_body h2 {
  position: relative;
  margin: 40px 0 30px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--color-green);
  width: 20px;
  height: 2px;
  content: "";
}
.post_body h2::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--color-gray);
  width: 80px;
  height: 2px;
  content: "";
}
.post_body h3 {
  margin: 40px 0 20px;
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h4 {
  margin: 40px 0 30px;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body h5 {
  margin: 40px 0 30px;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
.post_body b, .post_body strong {
  font-weight: bold;
}
.post_body figure img {
  width: auto;
  max-width: 100%;
}
.post_body figcaption {
  margin-top: 6px;
  color: var(--color-dark-gray);
  font-size: 0.875rem;
  line-height: 1.6;
}
.post_body blockquote {
  margin: 30px 0;
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-bg);
  padding: 20px;
}
.post_body blockquote cite {
  color: var(--color-dark-gray);
  font-size: 0.875rem;
}
.post_body blockquote cite:before {
  padding-right: 6px;
  content: "―";
}
.post_body p {
  margin: 20px 0;
}
.post_body .post_box {
  margin: 20px 0;
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-bg);
  padding: 20px;
}
.post_body .wp-block-column {
  margin: 0 auto !important;
  text-align: left;
}
.post_body ul {
  margin: 30px 0 30px 0;
  padding-left: 20px;
}
.post_body ul li {
  margin: 0.5rem 0;
  list-style-type: disc !important;
}
.post_body ol {
  margin: 30px 0 30px 0;
  padding-left: 20px;
}
.post_body ol li {
  margin: 8px 0;
  list-style-type: decimal !important;
}
.post_body a {
  color: var(--color-blue);
}
.post_body a[target=_blank] {
  position: relative;
  margin-bottom: 5rem;
  background-image: url("../images/i_blank2.png");
  background-position: right 0 center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  padding-right: 24px;
}
.post_body hr {
  display: block;
  margin: 40px 0;
  border: 0;
  border-top: 1px solid var(--color-gray);
  width: 100%;
  height: 1px;
}
.post_body form {
  margin: 20px 0;
}
.post_body .wp-block-group {
  margin: 20px 0;
  padding: 20px;
}
.post_body .swipe_text {
  display: block;
  margin-bottom: 0;
  background-image: url("../img/i_swipe.png");
  background-position: 0 0;
  background-size: 38px auto;
  background-repeat: no-repeat;
  padding: 11px 0;
  padding-left: 60px;
  font-size: 0.8125rem;
}
.post_body .box {
  margin: 20px 0;
  border: 1px solid var(--color-gray);
  background-color: var(--color-gray-bg);
  padding: 20px;
}
.post .center {
  text-align: center;
}

.postList {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.postList_link {
  font-size: 0.8125rem;
  text-decoration: none;
}
.postList_link._prev {
  position: relative;
  padding-left: 1.875rem;
}
.postList_link._prev::before {
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  left: 0;
  transform: rotate(45deg);
  margin: 0 10px;
  border-bottom: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  width: 8px;
  height: 8px;
  content: "";
}
.postList_link._next {
  position: relative;
  padding-right: 1.875rem;
}
.postList_link._next::before {
  display: inline-block;
  position: absolute;
  top: 0.375rem;
  right: 0;
  transform: rotate(45deg);
  margin: 0 10px;
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  width: 8px;
  height: 8px;
  content: "";
}
.postList ._no {
  opacity: 0.2;
}

.wpcf7 {
  position: relative;
}
.wpcf7-checkbox {
  display: flex !important;
  flex-wrap: wrap !important;
}
.wpcf7-list-item {
  flex-grow: 1;
  width: 100%;
}

.pagetop {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 86px;
  z-index: 100;
  border-radius: 50%;
  background-color: #0b2e58;
  width: 46px;
  height: 46px;
  color: #fff;
  text-decoration: none;
}

.pagetop::before {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  width: 16px;
  height: 16px;
  content: "";
}

input {
  margin-top: 5px;
  font-size: 1rem;
}
input[type=radio] {
  position: relative;
  vertical-align: top;
  cursor: pointer;
  width: 26px;
}
input[type=radio]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
  width: 20px;
  height: 20px;
  content: "";
}
input[type=radio]:checked {
  color: var(--color-main);
}
input[type=radio]:checked::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: var(--color-main);
  width: 16px;
  height: 16px;
  content: "";
}
input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid var(--color-gray);
  background-color: #fff;
  width: 24px;
  height: 24px;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 4px;
  transform: rotate(-45deg);
  opacity: 1;
  margin: auto;
  border-bottom: 3px solid var(--color-black);
  border-left: 3px solid var(--color-black);
  width: 12px;
  height: 5px;
  content: "";
}
input[type=text], input[type=email], input[type=tel], input[type=date] {
  display: block;
  border: 1px solid var(--color-gray);
  background-color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 100%;
  font-size: 1rem;
}
input[type=date] {
  width: auto;
}
input[type=submit] {
  display: block;
  margin: 40px auto;
  background-color: var(--color-black);
  padding: 18px 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-align: center;
}

textarea {
  display: block;
  margin-top: 5px;
  border: 1px solid var(--color-gray);
  padding: 10px;
  width: 100%;
  font-size: 1rem;
}

form strong {
  display: inline-block;
  margin: 10px;
  background-color: var(--color-red);
  padding: 5px 10px 6px;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid var(--color-gray);
  background-color: #fff;
  padding: 10px 20px;
  width: 100%;
  font-size: 1rem;
}

.input {
  position: relative;
}
.input_radio {
  position: relative;
  cursor: pointer;
  width: 26px;
}
.input_radio::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  content: "";
}
.input_radio:checked {
  color: var(--color-main);
}
.input_radio:checked::after {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: var(--color-main);
  width: 16px;
  height: 16px;
  content: "";
}
.input_checkbox {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid var(--color-gray);
  width: 24px;
  height: 24px;
}
.input_checkbox:checked {
  position: relative;
}
.input_checkbox:checked::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 4px;
  transform: rotate(-45deg);
  opacity: 1;
  margin: auto;
  border-bottom: 3px solid var(--color-black);
  border-left: 3px solid var(--color-black);
  width: 12px;
  height: 5px;
  content: "";
}
.input_label {
  display: inline;
  cursor: pointer;
  padding: 2px 0 0 5px;
  width: 90%;
}
.input_text {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 10px;
  width: 100%;
  font-size: 100%;
}
.input_text._small {
  width: 150px;
}
.input_textarea {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 10px;
  width: 100%;
  height: 12.5rem;
  font-size: 100%;
}
.input_zip {
  display: flex;
  margin: 0 0 10px;
}
.input_zip span {
  margin-right: 5px;
  line-height: 2;
}
.input_submit {
  display: block;
  background-color: var(--color-black);
  padding: 18px 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.input_submit._back {
  display: block;
  margin: 60px auto 0;
  background-color: var(--color-dark-gray);
  padding: 14px 0;
  width: 60%;
  text-align: center;
}
.input_submit[disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}

._sec {
  position: relative;
  margin-bottom: 5rem;
}

.button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
  background: var(--color-black);
  padding: 1.25rem 1.875rem;
  color: var(--color-white);
  font-weight: 700;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  text-decoration: none;
}
.button._mail_white span {
  position: relative;
  line-height: 1.6;
}
.button._mail_white span::before {
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: -38px;
  background-image: url("../images/i_mail_w.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
.button._mail_black span {
  position: relative;
  line-height: 1;
}
.button._mail_black span::before {
  display: block;
  position: absolute;
  top: -2px;
  left: -32px;
  background-image: url("../img/i_mail_b.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
}
.button._more::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(50%) translateX(0);
  margin: auto;
  background: #fff;
  width: 40px;
  height: 1px;
  content: "";
}
.button._white {
  border: 1px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black);
}
.button._large {
  font-size: 1rem;
}
.button ._regular {
  font-size: 1rem;
}

.arr {
  position: relative;
  border: 1px solid var(--color-dark-blue);
  border-radius: 26px;
  /*color: var(--color-white) !important;
  background: var(--color-dark-blue);*/
  padding: 12px 20px 14px 60px;
  padding: 12px 80px 14px;
  color: var(--color-dark-blue);
  text-decoration: none;
}
.arr._w {
  background: var(--color-white);
  color: var(--color-main) !important;
}

.arr2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  vertical-align: middle;
  background: currentColor;
  color: var(--color-dark-blue);
  line-height: 1.2;
}
.arr2._w {
  color: var(--color-main);
}
.arr2::before {
  position: absolute;
  top: 50%;
  right: -0.05em;
  transform: rotate(45deg);
  transform-origin: top right;
  box-sizing: border-box;
  border: 0.14em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  width: 0.65em;
  height: 0.65em;
  content: "";
}

.i {
  position: relative;
}
.i-pdf {
  display: inline-block;
  margin-left: 10px;
  background-image: url("../images/i_pdf.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.blank {
  position: relative;
}
.blank::after {
  display: block;
  position: absolute;
  right: -1.25rem;
  bottom: 3px;
  background-image: url("../images/i_link.svg");
  background-size: 0.75rem auto;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 0.625rem;
  content: "";
}
.blank._w::after {
  background-image: url("../images/i_link_w.svg") !important;
}
.blank._s::after {
  background-image: url("../images/i_link_w.svg");
}

.breadcrumb {
  position: relative;
  padding: 1.25rem;
  padding-top: 5rem;
  text-decoration: none;
}
.breadcrumb_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem 0;
  width: 98%;
  overflow-x: scroll;
}
.breadcrumb_list::-webkit-scrollbar {
  display: none;
}
.breadcrumb_item {
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.8125rem;
}
.breadcrumb_item:first-child::before {
  display: block;
  position: relative;
  margin-right: 0rem;
  margin-left: 0rem;
  background: none;
  width: 0.0625rem;
  height: 0.0625rem;
  content: "";
}
.breadcrumb_item::before {
  display: block;
  position: relative;
  margin-right: 0.75rem;
  margin-left: 0.8125rem;
  background: url("../images/i_arr_breadcrumb.svg") 0 0 no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.625rem;
  content: "";
}
.breadcrumb_link {
  color: #ACACAC;
  line-height: 1;
  text-decoration: none;
}
.breadcrumb_current {
  color: var(--color-black);
  line-height: 1;
}
._heading {
  position: relative;
  margin-bottom: 1.875rem;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
._heading::before {
  position: absolute;
  top: -0.5rem;
  left: 0;
  background-color: var(--color-black);
  width: 5rem;
  height: 0.125rem;
  content: "";
}
._heading::after {
  position: absolute;
  top: -0.5rem;
  left: 3.875rem;
  background-color: var(--color-blue);
  width: 1.125rem;
  height: 0.125rem;
  content: "";
}

._title {
  position: relative;
  margin-bottom: 1.25rem;
  color: var(--color-black);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

._table {
  position: relative;
  border-collapse: collapse;
}

.noteBox {
  position: relative;
  margin: 1.875rem 0;
  border: 1px solid var(--color-dark-blue);
  border-radius: 1.25rem;
  background: var(--color-blue-bg);
  padding: 1.875rem;
}
.noteBox_heading {
  display: inline-block;
  margin-bottom: 1.25rem;
  border-color: 1px solid var(--color-blue);
  border-radius: 3.75rem;
  background: var(--color-blue);
  padding: 0.25rem 1.875rem 0.3125rem;
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.pic {
  position: relative;
  margin: 1.875rem 0;
}

.red {
  position: relative;
  color: var(--color-red);
}
.point {
  position: relative;
  margin-top: 9.375rem;
  margin-bottom: 4.75rem;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.point::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -4.125rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/i_point.png");
  background-size: 3.75rem auto;
  background-repeat: no-repeat;
  width: 3.75rem;
  height: 3.75rem;
  content: "";
}

.inquiry {
  padding: 1.875rem;
}
.inquiry_tel {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
  color: var(--color-blue);
  text-align: center;
}
.inquiry_tel ._tel {
  display: inline-block;
  position: relative;
  padding-left: 2.375rem;
  font-size: 2rem;
}
.inquiry_tel ._tel::before {
  display: block;
  position: absolute;
  top: 0.625rem;
  left: 0;
  background-image: url("../img/i_phone.png");
  background-size: 1.875rem auto;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: "";
}
.inquiry_tel a {
  color: var(--color-blue);
  font-weight: 700;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
.inquiry_tel span {
  display: block;
  color: var(--color-black);
  font-size: 0.875rem;
}
.inquiry_tel a {
  text-decoration: none;
}
.inquiry_mail {
  width: 100%;
}
.inquiry_line {
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
}
.inquiry_line img {
  width: 240px;
}

.priceTable {
  position: relative;
  margin: 1.25rem 0 1.875rem;
}
.priceTable_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: scroll;
}
.priceTable table {
  border: 1px solid var(--color-gray);
  border-collapse: collapse;
  width: 100%;
  min-width: 1000px;
}
.priceTable table tr:first-of-type {
  background-color: var(--color-gray-bg);
  background-color: var(--color-dark-blue);
  color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.priceTable table tr:nth-child(2n) {
  background-color: var(--color-blue-bg2);
}
.priceTable table td {
  border: 1px solid var(--color-gray);
  padding: 0.625rem;
  text-align: center;
}
.priceTable_swipe {
  margin: 0 auto 0.625rem;
  color: var(--color-dark-gray);
  font-size: 0.875rem;
  text-align: center;
}
.priceTable_swipe span {
  position: relative;
  padding-left: 1.875rem;
}
.priceTable_swipe span::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url("../img/i_swipe.png");
  background-size: 1.5rem auto;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
}

.priceTable2 {
  position: relative;
  margin: 1.25rem 0 1.875rem;
}
.priceTable2 table {
  border-top: 1px solid var(--color-gray);
  width: 100%;
  text-align: left;
}
.priceTable2 table tr {
  border-bottom: 1px solid var(--color-gray);
  width: auto !important;
  height: auto !important;
}
.priceTable2 table td {
  display: block;
  vertical-align: top;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.25rem;
  width: auto !important;
  height: auto !important;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
.priceTable2 table td:first-child {
  background: var(--color-dark-blue);
  width: 100%;
  color: #fff;
}
.priceTable2 table td strong {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.priceTable2 ._note {
  margin-top: 1.875rem;
  font-weight: 300;
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.note {
  position: relative;
  margin: 0.625rem 0 0;
  font-weight: 300;
  font-size: 0.8125rem !important;
  font-family: "Noto Sans JP", sans-serif;
}
.wp-pagenavi {
  position: relative;
  margin: 5rem 0 0;
  text-align: center;
}

.wp-pagenavi .current {
  border: 1px solid var(--color-dark-blue);
  background: var(--color-dark-blue);
  padding: 8px 14px;
  color: var(--color-white);
}
.wp-pagenavi a {
  display: inline-block;
  transition: all 0.6s ease-out;
  margin: 0 5px;
  border: 1px solid var(--color-dark-blue);
  padding: 8px 14px;
  font-size: 14px;
  text-decoration: none;
}
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid var(--color-dark-blue);
  padding: 5px 12px;
  font-size: 14px;
}

.input {
  position: relative;
}
.input_checkbox {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--color-gray);
  width: 1.5rem;
  height: 1.5rem;
}
.input_checkbox:checked {
  position: relative;
}
.input_checkbox:checked::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0.1875rem;
  left: 0.25rem;
  transform: rotate(-45deg);
  opacity: 1;
  margin: auto;
  border-bottom: 3px solid var(--color-blue);
  border-left: 3px solid var(--color-blue);
  width: 0.75rem;
  height: 0.3125rem;
  content: "";
}
.input_label {
  display: inline;
  cursor: pointer;
  padding: 0.125rem 0 0 0.3125rem;
  width: 90%;
}
.input_text {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 0.625rem;
  width: 100%;
  font-size: 100%;
}
.input_textarea {
  display: block;
  border: 1px solid var(--color-gray);
  padding: 0.625rem;
  width: 100%;
  height: 12.5rem;
  font-size: 100%;
}
.input_submit {
  display: block;
  background-color: var(--color-blue);
  padding: 1.125rem 0;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.input_submit._back {
  display: block;
  margin: 3.75rem auto 0;
  background-color: var(--color-dark-gray);
  padding: 0.875rem 0;
  width: 60%;
  text-align: center;
}
.input_submit[disabled=disabled] {
  opacity: 0.5;
  cursor: default;
}
@media screen and (max-width: 767px) {
  ._pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  ._sp {
    display: none;
  }
  .swiper-container, .swiper-container2 {
    margin: 2.5rem auto;
    overflow: hidden;
  }
  .swiper-button-prev {
    left: 0 !important;
    margin-left: 40%;
  }
  .swiper-button-next {
    right: 0 !important;
    margin-right: 40%;
  }
  .header {
    padding: 20px;
    height: auto;
  }
  .header_logo img {
    height: 50px;
  }
  .header_logo {
    width: auto;
    height: 50px;
  }
  .header_mail {
    top: 26px;
    right: 100px;
  }
  .header_tel {
    top: 26px;
    right: 160px;
  }
  .header_tel span {
    margin-top: 4px;
    font-size: 0.75rem;
  }
  .header_sns2 {
    top: 26px;
    right: 260px;
  }
  .header_sns a, .header_member a, .header_mail a, .header_tel a {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  .main_head {
    margin-bottom: 6.25rem;
  }
  .main_content {
    margin-bottom: 5rem;
    max-width: 1000px;
  }
  .main_content_full {
    width: 100%;
  }
  .main_article {
    padding: 0;
    max-width: 1200px;
  }
  .footer_copyright p {
    margin-bottom: 0;
  }
  .raf img {
    width: 100%;
  }
  .headerNav {
    padding: 0;
  }
  .headerNav_inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .headerNav_inner {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
  }
  .headerNav_list {
    width: 50%;
  }
  .headerNav_item a {
    font-size: 1.125rem;
  }
  .headerNav_item a._blank span::after {
    background-image: url("../images/i_link.svg");
  }
  .mainHead {
    display: flex;
    align-items: center;
    padding: 0;
    height: 200px;
  }
  .mainHead_heading {
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
  }
  .mainHead_heading span {
    padding-left: 5px;
    font-size: 1.25rem;
  }
  .mainHead_btn {
    margin-left: 5rem;
  }
  .footerList_list {
    justify-content: center;
    overflow-x: hidden;
  }
  .footerContact_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    padding: 0;
    max-width: 1000px;
    text-align: center;
  }
  .footerContact_heading {
    margin-top: -5.25rem;
    font-size: 4.25rem;
  }
  .footerContact_heading span {
    font-size: 2rem;
  }
  .footerGroup_inner {
    display: flex;
    align-items: center;
  }
  .footerGroup_heading {
    margin-right: 40px;
    margin-bottom: 0;
    width: 320px;
  }
  .footerGroup_item {
    padding: 10px 50px;
    width: 25%;
  }
  .footerNav {
    /*display: flex;
    padding: 60px 40px;
    justify-content: flex-start;*/
  }
  .footerNav_logo {
    width: 140px;
  }
  .footerNav_company {
    max-width: 800px;
  }
  .footerNav_name {
    font-size: 1rem;
  }
  .footerNav_box {
    display: flex;
    margin-left: auto;
  }
  .footerNav_list {
    margin-right: 50px;
    margin-left: 50px;
  }
  .footerNav_child_list {
    margin-left: 15px;
  }
  .footerNav_item a {
    font-size: 0.8125rem;
  }
  .footerBnr_item._iezoom a {
    display: inline-block;
    font-size: 0.875rem;
  }
  .footerBnr_item._sns {
    margin-top: 0;
  }
  .footerBnr_item._sns a {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  #nav-toggle, .close {
    top: 10px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    width: 60px;
    height: 60px;
  }
  #nav-toggle span {
    right: 14px;
    width: 36px;
  }
  .menu {
    top: 48px !important;
    right: 0;
  }
  #nav-toggle span:nth-child(1) {
    top: 18px;
  }

  #nav-toggle span:nth-child(2) {
    top: 28px;
  }

  #nav-toggle span:nth-child(3) {
    top: 38px;
  }
  .sidenavi {
    top: 40%;
    right: 0;
    transform: translateY(-40%);
    z-index: 10;
    border-top: none;
    width: 60px;
    height: 0;
  }
  .sidenavi_list {
    display: block;
    height: auto;
    font-size: 0;
    line-height: 0;
  }
  .sidenavi_item {
    display: block;
    margin: 6px 0;
    border: none;
    width: 100%;
    height: auto;
  }
  .sidenavi_item a span {
    display: none;
  }
  .sidenavi_item a {
    display: block;
    transition: all 0.3s ease-out;
    border-right: none;
    background: #333;
    padding: 1rem;
  }
  .sidenavi_item a:hover {
    opacity: 0.6;
  }
  .sidenavi_item img {
    width: 100%;
  }
  .swiper-container {
    height: 100vh;
  }
  .swiper-text {
    right: 60px;
    font-size: 3.875rem;
  }
  .swiper-text span {
    padding-top: 0;
  }
  .slide-img {
    height: 100vh;
  }
  .scrolldown {
    display: none;
    color: #000;
  }
  .scrolldown {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    transform: translate(0, -50%);
  }
  .scrolldown::after {
    background: #000;
  }
  .scrolldown2 {
    display: none;
    color: #000;
  }
  .scrolldown2 {
    transform: translate(0, -50%);
  }
  .scrolldown2::after {
    background: #000;
  }
  .homeNews {
    padding: 0;
  }
  .homeNews_inner {
    margin: 0 auto;
    border-radius: 40px;
    padding: 60px 40px 80px;
    max-width: 1200px;
  }
  .homeNews_heading {
    margin: 0 auto;
    font-size: 2.625rem;
    text-align: center;
  }
  .homeNews_heading span {
    font-size: 1rem;
  }
  .homeNews_item {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px;
  }
  .homeNews_text {
    padding-top: 3px;
  }
  .homeNews_btn {
    margin-top: 50px;
  }
  .homeEvent a {
    transition: all 0.5s ease;
  }
  .homeEvent a:hover {
    opacity: 0.5;
  }
  .homeEvent_inner {
    padding: 80px 30px;
    max-width: 1200px;
  }
  .homeEvent_heading {
    margin: 0;
    font-size: 2.25rem;
    text-align: left;
  }
  .homeEvent_item {
    display: flex;
  }
  .homeEvent_picBox {
    margin-right: 20px;
    width: 40%;
  }
  .homeEvent_title {
    font-size: 1.25rem;
  }
  .homeEvent_text {
    padding-top: 3px;
    font-size: 1rem;
  }
  .homeConcept1 {
    background-image: url("../images/home/sec01_bg.jpg");
    background-position: center;
    background-size: cover;
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept1_inner {
    padding: 120px 5vw;
    max-width: 980px;
  }
  .homeConcept1_heading {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
  .homeConcept2 {
    background-image: url("../images/home/sec02_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept2_inner {
    display: block;
    padding: 60px 0;
    width: 100%;
    max-width: 980px;
  }
  .homeConcept2_heading {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
  .homeConcept2_pic {
    height: 120px;
  }
  .homeConcept3 {
    background-image: url("../images/home/sec03_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept3_inner {
    display: block;
    padding: 60px 0;
    width: 100%;
    max-width: 980px;
  }
  .homeConcept3_heading {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
  .homeConcept3_pic {
    height: 120px;
  }
  .homeConcept4 {
    background-image: url("../images/home/sec04_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept4_inner {
    display: block;
    padding: 60px 0;
    width: 100%;
    max-width: 980px;
  }
  .homeConcept4_heading {
    margin-bottom: 20px;
    font-size: 2.25rem;
  }
  .homeConcept4_pic {
    height: 120px;
  }
  .homeWorks_inner {
    padding: 120px 40px 0;
    max-width: 1200px;
  }
  .homeWorks_heading {
    font-size: 2.625rem;
  }
  .homeWorks_list {
    flex-wrap: nowrap;
  }
  .homeWorks_item {
    width: 25%;
  }
  .homeWorks_title {
    font-size: 1.125rem;
  }
  .homeWorks_text {
    padding-top: 3px;
  }
  .homeBlock_list {
    flex-wrap: nowrap;
    height: 25vw;
  }
  .homeBlock_item {
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    background: #efefef;
    width: 25%;
    height: 100%;
  }
  .homeBlock_item span {
    font-size: 2rem;
  }
  .homeBlock2_list {
    flex-wrap: nowrap;
    height: 25vw;
  }
  .homeBlock2_item {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #efefef;
    width: 25%;
    height: 100%;
  }
  .homeBlock2_item span {
    font-size: 1.625rem;
  }
  .homeBlog_inner {
    padding: 120px 40px 0;
    max-width: 1200px;
  }
  .homeBlog_heading {
    font-size: 2.625rem;
  }
  .homeBlog_list {
    flex-wrap: nowrap;
  }
  .homeBlog_item {
    width: 25%;
  }
  .homeBlog_title {
    font-size: 1.125rem;
  }
  .homeBlog_text {
    padding-top: 3px;
  }
  .homeIcon {
    margin: 120px auto;
    width: 80px;
  }
  .homeFooter {
    max-width: 600px;
  }
  .article_inner {
    display: flex;
  }
  .article_content {
    width: 940px;
  }
  .article_content._page {
    width: 100%;
    max-width: 980px;
  }
  .article_side {
    margin: 0;
    padding: 10px 0 0;
    width: 260px;
  }
  .article_side::after {
    top: -100px;
    left: 0;
    width: 1200px;
    height: calc(100% + 100px);
  }
  .side_nav {
    padding-left: 30px;
  }
  .entry a {
    transition: all 0.6s ease-out;
  }
  .entry a:hover {
    opacity: 0.5;
  }
  .entry_heading::before {
    height: 2.375rem;
  }
  .entry_heading {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
  .entry_list {
    display: flex;
    flex-wrap: wrap;
  }
  .entry_item {
    width: 48%;
  }
  .entry_item:nth-child(2n) {
    margin-left: 4%;
  }
  .post_title {
    margin-bottom: 60px;
    padding-bottom: 40px;
    font-size: 2.125rem;
  }
  .post_heading {
    font-size: 1.875rem;
  }
  .post_body h2 {
    font-size: 2rem;
  }
  .post_body h3 {
    font-size: 1.375rem;
  }
  .post_body h4 {
    font-size: 1.25rem;
  }
  .post_body h5 {
    font-size: 1.125rem;
  }
  .post_body .swipe_text {
    display: none;
  }
  .postList_link {
    font-size: 1rem;
  }
  .postList_link._prev::before {
    top: 0.5rem;
  }
  .postList_link._next::before {
    top: 0.5rem;
  }
  .wpcf7-list-item {
    display: block;
    width: 50% !important;
  }
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .pagetop::before {
    width: 20px;
    height: 20px;
  }
  input[type=checkbox] {
    width: 30px;
    height: 30px;
  }
  input[type=checkbox]:checked::after {
    width: 16px;
    height: 6px;
  }
  input[type=submit] {
    display: block;
    padding: 24px 120px;
    width: auto;
    font-size: 1.125rem;
  }
  select {
    width: auto;
  }
  .input_checkbox {
    width: 30px;
    height: 30px;
  }
  .input_checkbox:checked::after {
    width: 16px;
    height: 6px;
  }
  .input_label {
    padding: 5px 0 0 5px;
  }
  .input_submit {
    display: inline-block;
    padding: 24px 120px;
    width: auto;
    font-size: 1.125rem;
  }
  .input_submit._back {
    display: block;
    margin: 20px auto;
    padding: 14px 60px;
    width: auto;
  }
  ._sec {
    margin-bottom: 7.5rem;
  }
  .button {
    transition: all 0.5s ease;
    padding: 1.25rem 5rem;
    font-size: 1rem;
  }
  .button:hover {
    opacity: 0.5;
  }
  .button._mail_white span::before {
    top: calc(50% - 12px);
    left: -38px;
    width: 24px;
    height: 24px;
  }
  .button._large {
    font-size: 1.5rem;
  }
  .button ._regular {
    font-size: 1.25rem;
  }
  .arr {
    transition: all 0.5s ease;
    font-size: 1rem;
  }
  .arr:hover {
    opacity: 0.5;
  }
  .blank::after {
    background-image: url("../images/i_link.svg");
  }
  .blank._s::after {
    background-image: url("../images/i_link.svg");
  }
  .breadcrumb {
    padding-top: 6.25rem;
    font-size: 1rem;
  }
  .breadcrumb_list {
    overflow-x: hidden;
  }
  .breadcrumb_list {
    overflow-x: hidden;
  }
  .breadcrumb_item {
    font-size: 0.8125rem;
  }
  ._heading {
    margin-bottom: 2.5rem;
    font-size: 1.875rem;
  }
  ._title {
    font-size: 1.5rem;
  }
  ._table {
    font-size: 1rem;
  }
  .noteBox {
    margin: 2.5rem 0;
  }
  .pic {
    margin: 2.5rem 0;
  }
  .point {
    font-size: 1.75rem;
  }
  .point::after {
    top: -5.375rem;
    background-size: 5rem auto;
    width: 5rem;
    height: 5rem;
  }
  .inquiry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    padding: 0;
    max-width: 1000px;
    text-align: center;
  }
  .inquiry_tel ._tel {
    padding-left: 3.25rem;
    font-size: 3.125rem;
  }
  .inquiry_tel ._tel::before {
    top: 1.25rem;
    background-size: 2.5rem auto;
  }
  .inquiry_tel {
    padding-left: 50px;
    width: 45%;
  }
  .inquiry_tel a {
    font-size: 3.75rem;
  }
  .inquiry_tel span {
    font-size: 1rem;
  }
  .inquiry_mail {
    width: 45%;
  }
  .priceTable_inner {
    width: 100%;
    overflow-x: auto;
  }
  .priceTable table {
    width: 100%;
    min-width: auto;
  }
  .priceTable2 table td {
    display: table-cell;
  }
  .priceTable2 table td:first-child {
    width: 40% !important;
  }
  .wp-pagenavi a:hover {
    background: var(--color-dark-blue);
    color: var(--color-white) !important;
  }
  .input_checkbox {
    width: 1.875rem;
    height: 1.875rem;
  }
  .input_checkbox:checked::after {
    width: 1rem;
    height: 0.375rem;
  }
  .input_label {
    padding: 0.3125rem 0 0 0.3125rem;
  }
  .input_submit {
    display: inline-block;
    padding: 1.5rem 7.5rem;
    width: auto;
    font-size: 1.125rem;
  }
  .input_submit._back {
    display: block;
    margin: 1.25rem auto;
    padding: 0.875rem 3.75rem;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    padding: 20px;
  }
  .header_logo img {
    height: 50px;
  }
  .header_logo {
    width: auto;
    height: 50px;
  }
  .header_mail {
    top: 26px;
    right: 100px;
  }
  .header_tel {
    top: 26px;
    right: 160px;
  }
  .header_tel span {
    margin-top: 4px;
    font-size: 0.75rem;
  }
  .header_sns2 {
    top: 26px;
    right: 260px;
  }
  .header_sns a, .header_member a, .header_mail a, .header_tel a {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  .main_article {
    padding: 0 30px;
  }
  .headerNav {
    padding: 0;
  }
  .headerNav_inner {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .headerNav_inner {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
  }
  .headerNav_list {
    width: 50%;
  }
  .headerNav_item a {
    font-size: 1.125rem;
  }
  .mainHead {
    display: block;
    padding: 20px 0;
    height: auto;
  }
  .mainHead_heading {
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
  .mainHead_btn {
    margin-left: 10px;
    width: 380px;
  }
  .footerList_list {
    justify-content: center;
    overflow-x: hidden;
  }
  .footerContact_inner {
    display: block;
    margin: 0 auto;
    padding: 0 1.875rem;
    text-align: center;
  }
  .footerGroup_inner {
    display: flex;
    align-items: center;
  }
  .footerGroup_heading {
    margin-right: 40px;
    margin-bottom: 0;
    width: 320px;
  }
  .footerGroup_item {
    padding: 10px 20px;
    width: 45%;
  }
  .footerNav_logo {
    width: 140px;
  }
  .footerNav_name {
    font-size: 1rem;
  }
  .footerNav_box {
    display: flex;
    margin-left: auto;
  }
  .footerNav_list {
    margin-right: 30px;
    margin-left: 30px;
  }
  .footerNav_child_list {
    margin-left: 15px;
  }
  .footerBnr_item._iezoom a {
    display: inline-block;
    font-size: 0.875rem;
  }
  .footerBnr_item._sns {
    margin-top: 0;
  }
  .footerBnr_item._sns a {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  #nav-toggle, .close {
    top: 10px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    margin: 0 !important;
    padding: 0;
    width: 60px;
    height: 60px;
  }
  #nav-toggle span {
    right: 10px;
    width: 36px;
  }
  .menu {
    top: 48px !important;
    right: 0;
  }
  #nav-toggle span:nth-child(1) {
    top: 18px;
  }

  #nav-toggle span:nth-child(2) {
    top: 28px;
  }

  #nav-toggle span:nth-child(3) {
    top: 38px;
  }
  .sidenavi_item a span {
    display: none;
  }
  .sidenavi_item img {
    width: 100%;
  }
  .swiper-container {
    height: 100vh;
  }
  .swiper-text {
    font-size: 3rem;
  }
  .swiper-text span {
    padding-top: 0;
  }
  .slide-img {
    height: 100vh;
  }
  .scrolldown {
    display: none;
    color: #000;
  }
  .scrolldown {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: auto;
    left: 50%;
    transform: translate(0, -50%);
  }
  .scrolldown::after {
    background: #000;
  }
  .scrolldown2 {
    display: none;
    color: #000;
  }
  .scrolldown2 {
    transform: translate(0, -50%);
  }
  .scrolldown2::after {
    background: #000;
  }
  .homeNews {
    padding: 0;
  }
  .homeNews_inner {
    margin: 0 20px;
    border-radius: 40px;
    padding: 20px 40px 80px;
  }
  .homeNews_heading span {
    font-size: 1rem;
  }
  .homeNews_btn {
    margin-top: 50px;
  }
  .homeEvent_list {
    display: block;
  }
  .homeEvent_item {
    display: flex;
  }
  .homeEvent_picBox {
    margin-right: 20px;
    width: 40%;
  }
  .homeEvent_title {
    font-size: 1.25rem;
  }
  .homeConcept1 {
    background-image: url("../images/home/sec01_bg.jpg");
    background-position: center;
    background-size: cover;
    /*background-size: 100% auto;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept1_heading {
    font-size: 1.625rem;
  }
  .homeConcept2 {
    background-image: url("../images/home/sec02_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept2_heading {
    font-size: 1.625rem;
  }
  .homeConcept2_pic {
    height: 120px;
  }
  .homeConcept3 {
    background-image: url("../images/home/sec03_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept3_heading {
    font-size: 1.625rem;
  }
  .homeConcept3_pic {
    height: 120px;
  }
  .homeConcept4 {
    background-image: url("../images/home/sec04_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .homeConcept4_heading {
    font-size: 1.625rem;
  }
  .homeConcept4_pic {
    height: 120px;
  }
  .homeWorks_list {
    flex-wrap: wrap;
  }
  .homeWorks_item {
    padding: 20px;
    width: 48%;
  }
  .homeWorks_title {
    font-size: 1.125rem;
  }
  .homeBlock_list {
    flex-wrap: wrap;
    height: auto;
  }
  .homeBlock_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    background: #efefef;
    width: 50%;
    height: 250px;
  }
  .homeBlock_item span {
    font-size: 2rem;
  }
  .homeBlock2_list {
    flex-wrap: wrap;
    height: auto;
  }
  .homeBlock2_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: center;
    align-items: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    background: #efefef;
    width: calc(50% - 2px);
    height: 250px;
  }
  .homeBlock2_item span {
    font-size: 1.625rem;
  }
  .homeBlog_list {
    flex-wrap: wrap;
  }
  .homeBlog_item {
    padding: 20px;
    width: 48%;
  }
  .homeBlog_title {
    font-size: 1.125rem;
  }
  .homeIcon {
    margin: 80px auto;
    width: 80px;
  }
  .article_content {
    width: 780px;
  }
  .article_content._page {
    padding: 0 30px;
    width: 100%;
    max-width: 900px;
  }
  .post_body .swipe_text {
    display: block;
  }
  .wpcf7-list-item {
    width: 50% !important;
  }
  .pagetop {
    width: 60px;
    height: 60px;
  }
  .pagetop::before {
    width: 20px;
    height: 20px;
  }
  ._sec {
    margin-bottom: 7.5rem;
  }
  .breadcrumb {
    padding-top: 6.25rem;
  }
  .inquiry {
    display: block;
    margin: 40px auto;
    padding: 0 1.875rem;
    text-align: center;
  }
  .inquiry_tel ._tel {
    padding-left: 3.25rem;
    font-size: 2.625rem;
  }
  .inquiry_tel ._tel::before {
    top: 0.75rem;
  }
  .inquiry_tel {
    width: 100%;
  }
  .inquiry_mail {
    width: 100%;
  }
}
