<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name : remaxvaguard
*/
* {
  font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

html {
  height: 100%;
}

@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

h1.catch_copy span {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

a {
  text-decoration: none;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

a:hover {
  opacity: 0.8;
}

a span {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

input {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
}

.contents_wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}

.content_block {
  width: 100%;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .content_block {
    width: 100%;
    padding: 60px 0;
  }
}

.content_block .visual_bg_content1 {
  position: relative;
  height: 600px;
  margin-top: -120px;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(assets/images/top/visual_bg_content1.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .content_block .visual_bg_content1 {
    background-attachment: unset;
    margin-top: -60px;
  }
}

.content_block .visual_bg_content1_inner {
  width: 50%;
  padding: 40px 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_block .visual_bg_content1_inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .content_block .visual_bg_content1_inner h2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .content_block .visual_bg_content1_inner {
    width: 100%;
    padding: 20px;
    background: rgba(238, 238, 238, 0.9);
  }
  .content_block .visual_bg_content1_inner h2 {
    text-align: center !important;
  }
}

.content_block a {
  display: block;
  width: 300px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #d3253e;
  font-size: 20px;
  font-weight: 700;
  padding: 16px;
  border-radius: 56px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content_block a:hover {
  background: #004689;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_block a {
    margin: 30px auto 0;
  }
  .content_block a:hover {
    background: #d3253e;
  }
}

@media screen and (max-width: 767px) {
  .content_block a {
    margin: 30px auto 0;
  }
  .content_block a:hover {
    background: #d3253e;
  }
}

.content_block .text_link,
.content_block .link,
.content_block .link_post {
  display: inline;
  width: auto;
  text-align: left;
  color: #221714;
  background: none;
  padding: 0;
  margin: 0;
}

.content_block .text_link:hover,
.content_block .link:hover,
.content_block .link_post:hover {
  background: none;
}

.content_block .banner {
  width: initial;
  background: initial;
}

.content_block .banner:hover {
  background: none;
}

.content_block .visual_bg_content2 {
  position: relative;
  height: 600px;
  margin-top: -120px;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(assets/images/top/visual_bg_content2.jpg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .content_block .visual_bg_content2 {
    background-attachment: unset;
    margin-top: -60px;
  }
}

.content_block .visual_bg_content2_inner {
  width: 50%;
  padding: 40px 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_block .visual_bg_content2_inner {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .content_block .visual_bg_content2_inner h2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .content_block .visual_bg_content2_inner {
    width: 100%;
    padding: 20px;
    background: rgba(238, 238, 238, 0.9);
  }
  .content_block .visual_bg_content2_inner h2 {
    text-align: center;
  }
}

.blog_content_block {
  width: 100%;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }
}

.content_inner {
  width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.content_inner .inner_section_block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .content_inner .inner_section_block {
    margin-top: 35px;
  }
}

.content_inner h2 {
  color: #221714;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .content_inner h2 {
    font-size: 5.5vw;
  }
}

.content_inner h2 .en_ruby {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .content_inner h3 {
    font-size: 1.125rem !important;
  }
}

@media screen and (max-width: 767px) {
  .content_inner .no1_logo {
    width: 60%;
    margin: 0 auto;
  }
}

.content_inner .link_btn_tel {
  display: block;
  width: 600px !important;
  background-color: #004689 !important;
  margin: 30px auto 0 !important;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .content_inner .link_btn_tel {
    padding: 1.2rem !important;
    width: 100% !important;
  }
}

.content_inner .link_btn_tel .icons {
  color: #fff;
}

.content_inner .link_btn_tel .tel_banner_text1 {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .content_inner .link_btn_tel .tel_banner_text1 {
    font-size: 5vmin;
  }
}

.content_inner .link_btn_tel .tel_banner_text2 {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .content_inner .link_btn_tel .tel_banner_text2 {
    font-size: 8vmin;
  }
}

.content_inner .link_btn_tel .tel_banner_text3 {
  display: block;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .content_inner .link_btn_tel .tel_banner_text3 {
    font-size: 4vmin;
  }
}

@media screen and (max-width: 767px) {
  .content_inner .logo {
    max-width: 250px;
    margin: 0 auto;
  }
}

.content_inner .logo_remax img {
  width: 180px;
  vertical-align: baseline;
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .visual_title {
    background-attachment: unset;
  }
}

.visual_title .visual_title_inner {
  width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }
}

.visual_title .visual_title_inner h2 {
  font-size: 40px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .visual_title .visual_title_inner h2 {
    font-size: 32px;
  }
}

.visual_title .visual_title_inner p {
  margin-top: 30px;
  font-weight: bold;
}

.height100_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.two_bgcolor_block {
  background: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.two_bgcolor_block .text_block {
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 70px 0;
  }
}

.two_bgcolor_block .text_block .inner_text_item {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .text_block .inner_text_item {
    width: 90%;
  }
}

.two_bgcolor_block .text_block .inner_text_item a {
  display: block;
  width: 300px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #d3253e;
  font-size: 20px;
  font-weight: 700;
  padding: 16px;
  border-radius: 56px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.two_bgcolor_block .text_block .inner_text_item a:hover {
  background: #004689;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .two_bgcolor_block .text_block .inner_text_item a {
    margin: 30px auto 0;
  }
  .two_bgcolor_block .text_block .inner_text_item a:hover {
    background: #d3253e;
  }
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .text_block .inner_text_item a {
    margin: 30px auto 0;
  }
  .two_bgcolor_block .text_block .inner_text_item a:hover {
    background: #d3253e;
  }
}

.two_bgcolor_block .height100_img_block {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }
}

.left_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .left_bg::before {
    position: static;
    background: none;
  }
}

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .right_bg::before {
    position: static;
    background: none;
  }
}

.content_inner_company {
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  .content_inner_company {
    padding: 0 20px;
  }
}

.content_inner_company dl {
  padding-bottom: 5px;
  border-bottom: 1px dotted #221714;
}

.content_inner_company dl dd {
  font-weight: 500;
}

.content_inner_company dl dd a {
  color: #221714;
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .content_inner_company dl dd a {
    font-size: 16px;
  }
}

.content_inner_privacy {
  width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_inner_privacy {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content_inner_privacy {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.content_inner_privacy .inner_section_block {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .content_inner_privacy .inner_section_block {
    margin-top: 35px;
  }
}

.content_inner_privacy h2 {
  color: #221714;
  line-height: 2;
  margin: 10px 0;
  border-bottom: 2px dotted #221714;
}

@media screen and (max-width: 767px) {
  .content_inner_privacy h2 {
    font-size: 5.5vw;
  }
}

.content_inner_privacy .h3_privacy {
  margin: 10px 0;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: .35em .75em .625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header {
    padding: 16px 0;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 16px 0;
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}

header .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_pc .header_logo {
  width: 240px;
  margin-left: 50px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header .header_pc .header_logo {
    width: 160px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  header .header_pc .header_logo {
    width: 160px;
    margin-left: 25px;
  }
}

header .header_pc .header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  header .header_pc .header_item {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}

header .header_pc .header_item .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 50px;
  list-style: none;
}

header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #221714;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

header .header_pc .header_item .header_nav ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff761;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

header .header_pc .header_item .header_nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header .header_pc .header_item .header_cta {
  width: 150px;
  height: 110px;
}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d3253e;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header_pc .header_item .header_cta a:hover {
  background: #004689;
}

#drawer {
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
		transform: translateX(-250px);
	} */
  /* :::::: drawer menu :::::: */
}

@media screen and (max-width: 767px) {
  #drawer {
    top: 14px;
  }
}

@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #drawer label {
    top: -8px;
  }
}

@media screen and (max-width: 767px) {
  #drawer label {
    top: 6px;
  }
}

#drawer #navTgl:checked ~ .contents_wrapper {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #221714;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #d3253e;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li {
  font-size: 0.8em;
  line-height: 1.4;
}

#drawer #navTgl:checked ~ .menu {
  -webkit-transform: none;
          transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #221714;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 15px;
  margin: 70px 0;
}

.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}

.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
}

.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}

.sp_menu .header_nav_block ul li a::before {
  font-family: "fontello";
  content: "\e803";
  font-size: 5px;
  margin-right: 10px;
  font-weight: normal;
}

.sp_menu .header_nav_block ul li a:hover {
  background: #424242;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
}

.sp_menu .header_tel {
  padding: 0 30px;
}

.sp_menu .header_tel p {
  font-size: 20px;
  margin-bottom: 20px;
}

.bnr_reguide {
  width: 320px;
  max-width: 100%;
  margin: 5rem auto 0;
}

footer {
  border-top: 1px solid #eeeeee;
}

footer .footer_inner {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .footer_inner {
    width: 100%;
    padding: 70px 50px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_inner {
    width: 100%;
    padding: 60px 0 0;
  }
}

footer .footer_inner .footer_shopinfo {
  width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo {
    width: 100%;
  }
}

footer .footer_inner .footer_shopinfo .footer_logo {
  text-align: center;
}

footer .footer_inner .footer_shopinfo .footer_logo img {
  width: 310px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_logo img {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
    width: 80%;
    margin: 40px auto 0;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
    display: none;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
  }
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl:last-of-type {
    margin-bottom: 0;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
    width: 40%;
    margin-left: 5%;
    margin-right: 0%;
    text-align: center;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 65%;
  margin: 0;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
    width: 55%;
    text-align: center;
  }
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd a[href*="tel:"] {
  color: #221714;
  font-weight: 500;
}

footer .footer_nav {
  margin: 70px 0 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0;
    padding: 32px 10px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #eeeeee;
  }
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footer_nav ul li {
  margin-right: 20px;
}

footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul li {
    width: 48%;
    margin: 8px 0;
  }
}

footer .footer_nav ul li a {
  color: #221714;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

footer .footer_nav ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff761;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

footer .footer_nav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  footer .footer_nav ul li a {
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #221714;
    border-radius: 0.25rem;
    font-size: 14px !important;
  }
}

footer .copy {
  text-align: center;
  padding: 30px 0;
  background: #d3253e;
}

@media screen and (max-width: 767px) {
  footer .copy {
    padding: 30px 0 90px;
  }
}

footer .copy small {
  color: #fff;
}

.pagetop_block {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  left: 0;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .pagetop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}

.pagetop_block .contact_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}

.pagetop_block .contact_sp a {
  background: #004689;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: #fff;
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}

.pagetop_block #pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #d3253e;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

.pagetop_block #pagetop a:hover {
  background: #004689;
}

@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    border-radius: 0;
  }
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
}

.breadcrumb_block {
  width: 1000px;
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .breadcrumb_block {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb_block {
    width: 90%;
  }
}

.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
  }
}

.breadcrumb_block ul li,
.breadcrumb_block ul a {
  color: #221714;
  font-size: 16px;
}

.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.breadcrumb_block ul li:last-of-type::before {
  content: "";
}

@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

#mw_wp_form_mw-wp-form-12 p.form_item.input {
  font-size: 16px;
}

#mw_wp_form_mw-wp-form-12 p.form_item.input:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p.form_item.input {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 10px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}

.form_item_button input {
  border: none;
  display: block;
  background: #d3253e;
  border-radius: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 16px;
  width: 300px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_item_button input:hover {
  background: #004689;
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .form_item_button input:hover {
    background: #d3253e;
  }
}

@media screen and (max-width: 767px) {
  .form_item_button input:hover {
    background: #d3253e;
  }
}

.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #d3253e;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (min-width: 1000px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
}

.card_item figure {
  margin: 0;
}

.card_item figure img {
  border-radius: 0.25rem 0.25rem 0 0;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: normal;
}

.card_text {
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #d3253e;
  background: transparent;
  border: 1px solid #d3253e;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card_button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #d3253e;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}

.card_button a:hover {
  color: #fff;
}

.card_button a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

.bg_gray-light {
  background: #eeeeee !important;
}

.bg_gray-lighter {
  background: #f5f5f5 !important;
}

.bg_main-color {
  background: #d3253e !important;
}

.bg_sub-color {
  background: #004689 !important;
}

.bg_orange {
  background: #f39700 !important;
}

.bg_green {
  background: #009139 !important;
}

.main-color {
  color: #d3253e !important;
}

.sub-color {
  color: #004689 !important;
}

.orange {
  color: #f39700 !important;
}

.green {
  color: #009139 !important;
}

.blue {
  color: #036eb8 !important;
}

.border-main-color {
  border-color: #d3253e !important;
}

.border-sub-color {
  border-color: #004689 !important;
}

.border-orange {
  border-color: #f39700 !important;
}

.border-green {
  border-color: #009139 !important;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align_items_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.btn01 {
  margin-top: 30px;
}

.btn01 a {
  color: #fff;
  width: 250px;
  padding: 16px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #d3253e;
  border-radius: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn01 a:hover {
  background: #004689;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .btn01 a:hover {
    background: #d3253e;
  }
}

@media screen and (max-width: 767px) {
  .btn01 a {
    width: 80%;
  }
  .btn01 a:hover {
    background: #d3253e;
  }
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  color: #221714;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #221714;
}

.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 380px;
}

@media screen and (max-width: 767px) {
  .loading div {
    width: 260px;
  }
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #elevator_nav {
    background: none;
    right: 1%;
  }
}

@media screen and (max-width: 767px) {
  #elevator_nav {
    display: none;
  }
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #dddddd;
  height: 135px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #dddddd;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #036eb8 !important;
  font-size: 16px !important;
}

.map_wrap,
.video_wrap {
  max-width: 100%;
}

.ggmap,
.remaxvideo {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.ggmap iframe,
.ggmap video,
.remaxvideo iframe,
.remaxvideo video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sm_h2 {
    font-size: 1.75rem !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

* {
  color: #221714;
  font-weight: 400;
}

p:not(.copy),
a:not(.contact),
li:not(.slick-slide),
table,
dt,
dd {
  font-size: 20px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  p:not(.copy),
  a:not(.contact),
  li:not(.slick-slide),
  table,
  dt,
  dd {
    font-size: 16px;
  }
}

span {
  font-size: 16px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

@media screen and (max-width: 767px) {
  span {
    font-size: 16px;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.5;
  }
}

h2 {
  font-size: 32px;
  margin: 0 0 40px;
  color: #221714;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

.text_link {
  font-weight: bold;
  color: #036eb8;
}

.fw {
  font-weight: bold;
}

.red_text {
  color: #e63a05;
}

.yellow_text {
  color: #fff761;
}

.pink_text {
  color: #ef75c4;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px dashed #221714;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 14px;
}

.note a,
.quote a {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .note a,
  .quote a {
    font-size: 16px;
  }
}

.note {
  position: relative;
}

.note::before {
  content: "※";
  left: 0;
  top: 0;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .lg_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/fonts/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.main_visual {
  width: 100%;
  height: 660px;
  margin-top: 110px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual {
    height: 80vh;
    margin-top: 82px;
  }
}

@media screen and (max-width: 767px) {
  .main_visual {
    height: 80vh;
    margin-top: 0;
  }
}

.main_visual .main_visual_inner {
  position: relative;
}

.main_visual .main_visual_inner .slick-slider {
  margin: 0;
  padding: 0;
}

.main_visual .main_visual_inner .slick-slider .slick-slide img {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  mix-blend-mode: multiply;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-slide img {
    height: 80vh;
    padding-top: 82px;
  }
}

.main_visual .main_visual_inner .slick-slider .slick-prev {
  left: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-prev {
    left: 20px;
  }
}

.main_visual .main_visual_inner .slick-slider .slick-next {
  right: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .slick-slider .slick-next {
    right: 20px;
  }
}

.main_visual .main_visual_inner .logo_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  top: 15%;
}

.main_visual .main_visual_inner .logo_sp_top img {
  width: 170px;
  /* filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); */
}

@media screen and (min-width: 1000px) {
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

.main_visual .main_visual_inner .catch_copy_bg {
  background: #fff;
  position: relative;
}

.main_visual .main_visual_inner .catch_copy_box {
  position: absolute;
  left: 50px;
  top: 45%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .catch_copy_box {
    top: 67%;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .catch_copy_box {
    left: 25px;
    top: 67%;
  }
}

.main_visual .main_visual_inner .catch_copy {
  display: inline-block;
  font-size: 3.5vw;
  font-weight: 700;
  line-height: 1.5;
  color: #221714;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), -1px -1px 0px rgba(255, 255, 255, 0.4), -1px 1px 0px rgba(255, 255, 255, 0.4), 1px -1px 0px rgba(255, 255, 255, 0.4), 1px 0px 0px rgba(255, 255, 255, 0.4), -1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.4), 0px -1px 0px rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .catch_copy {
    line-height: 1.75;
  }
}

.main_visual .main_visual_inner .catch_copy .h1_small {
  font-size: 1.5vw;
  font-weight: 700;
  color: #221714;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, #fff761), color-stop(95%, #fff761), color-stop(95%, transparent));
  background: linear-gradient(transparent 0%, transparent 65%, #fff761 65%, #fff761 95%, transparent 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(255, 247, 97, 0.8)), color-stop(0%, transparent));
  background: linear-gradient(transparent 65%, rgba(255, 247, 97, 0.8) 65% 95%, transparent 0%);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .catch_copy .h1_small {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .catch_copy .h1_small {
    font-size: 4vw;
  }
}

.main_visual .main_visual_inner .catch_copy .h1_middle {
  font-size: 3vw;
  font-weight: 700;
  color: #221714;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(65%, transparent), color-stop(65%, #fff761), color-stop(95%, #fff761), color-stop(95%, transparent));
  background: linear-gradient(transparent 0%, transparent 65%, #fff761 65%, #fff761 95%, transparent 95%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(255, 247, 97, 0.8)), color-stop(0%, transparent));
  background: linear-gradient(transparent 65%, rgba(255, 247, 97, 0.8) 65% 95%, transparent 0%);
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual .main_visual_inner .catch_copy .h1_middle {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .main_visual .main_visual_inner .catch_copy .h1_middle {
    font-size: 6vw;
  }
}

.news_block {
  width: 100%;
  background: #fff;
}

.news_block .news_block_inner {
  width: 1080px;
  margin: 0 auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_block .news_block_inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_block .news_block_inner .news_heading {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading {
    width: 100%;
  }
}

.news_block .news_block_inner .news_heading h3 {
  text-align: center;
  color: #221714;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading h3 {
    margin: 0 0 30px;
  }
}

.news_block .news_block_inner .news_heading .archive_btn {
  text-align: center;
}

.news_block .news_block_inner .news_heading .archive_btn a {
  text-decoration: none;
  color: #fff;
  background: #d3253e;
  padding: 4px 16px 5px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_block .news_block_inner .news_heading .archive_btn a:hover {
  background: #004689;
}

.news_block .news_block_inner .news_list {
  padding: 16px 32px;
  border-radius: 20px;
  width: 90%;
  background: #eeeeee;
  height: 116px;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list {
    width: 100%;
    margin: 0;
    padding: 0 12px 0 16px;
  }
}

.news_block .news_block_inner .news_list dl {
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news_block .news_block_inner .news_list dl:last-of-type {
  border-bottom: 0;
}

.news_block .news_block_inner .news_list dl dt {
  font-size: 16px;
  color: #d3253e;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl dt {
    width: 100%;
  }
}

.news_block .news_block_inner .news_list dl dt time {
  font-weight: 500;
}

.news_block .news_block_inner .news_list dl dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl dd {
    width: 100%;
  }
}

.news_block .news_block_inner .news_list dl dd a {
  color: #221714;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list dl dd a {
    font-size: 16px;
  }
}

.news_block .news_block_inner .news_list dl dd a:hover {
  color: #221714;
  opacity: 0.8;
}

.news_block .news_block_inner .archive_btn_sp {
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .news_block .news_block_inner .archive_btn_sp {
    width: 250px;
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

.news_block .news_block_inner .archive_btn_sp a {
  text-decoration: none;
  color: #fff;
  background: #d3253e;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  text-align: center;
  border-radius: 32px;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-slide img {
  border-radius: 0.25rem;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  left: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
  }
}

.carousel_slider .slick-slider .slick-next {
  right: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-next::before {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel_slider .slick-slider .slick-next {
    right: 10px;
  }
}

.galleryList {
  width: 100%;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #d3253e;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

#top_content02 .visual_title {
  background-image: url(assets/images/top/visual_title_sample1.jpg);
  background-color: #ccc;
  background-blend-mode: multiply;
}

#top_content02 .visual_title h2 {
  color: #fff;
}

#top_content02 .visual_title p {
  color: #fff;
}

.main_visual_subpage {
  width: 100%;
  height: 330px;
  background-image: url(assets/images/subpage/subpage_main_visual.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .main_visual_subpage {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_visual_subpage {
    height: 260px;
    margin-top: 0;
  }
}

.main_visual_subpage .page_name {
  position: absolute;
  bottom: 90px;
}

@media all and (-ms-high-contrast: none) {
  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
    bottom: 45px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_visual_subpage .page_name {
    bottom: 70px;
  }
}

.main_visual_subpage .page_name h1 {
  font-weight: bold;
  color: #221714;
}

.under_content {
  width: 100%;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .under_content {
    width: 100%;
  }
}

.under_content .content_inner {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .under_content .content_inner {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .under_content .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}

.under_content .content_inner h2 {
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 7px double #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .under_content .content_inner h2 {
    font-size: 5.5vw;
  }
}

.under_content .content_inner h3 {
  margin: 0 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .under_content .content_inner h3 {
    font-size: 20px;
  }
}

.under_content .content_inner h4 {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}

.under_content .content_inner h4::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .under_content .content_inner h4 {
    font-size: 17px;
  }
  .under_content .content_inner h4::before {
    top: 4px;
  }
}

.gallerypage_block {
  background: #333333;
  border-radius: 20px;
  padding: 70px 30px 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .gallerypage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}

.gallerypage_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallerypage_inner:last-of-type {
  margin: 0;
}

.gallerypage_inner .gallerypage_inner_item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% / 3) - (20px * 2 / 3));
}

.gallerypage_inner .gallerypage_inner_item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .gallerypage_inner .gallerypage_inner_item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc((100% / 3) - (10px * 2 / 3));
  }
}

.gallerypage_inner .gallerypage_inner_item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .gallerypage_inner .gallerypage_inner_item img {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .gallerypage_inner .gallerypage_inner_item img {
    border-radius: 5px;
  }
}

.gallerypage_inner .gallerypage_inner_item p {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .gallerypage_inner .gallerypage_inner_item p {
    font-size: 16px;
  }
}

.password_block {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .password_block {
    margin-bottom: 70px;
  }
}

.password_block .content_inner {
  text-align: center;
}

.password_block p {
  margin-bottom: 20px;
}

.password_block input[type="password"] {
  color: #d3253e;
  width: 50%;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.password_block input[type="password"]::-webkit-input-placeholder {
  color: #575757;
}

.password_block input[type="password"]:-ms-input-placeholder {
  color: #575757;
}

.password_block input[type="password"]::-ms-input-placeholder {
  color: #575757;
}

.password_block input[type="password"]::placeholder {
  color: #575757;
}

@media screen and (max-width: 767px) {
  .password_block input[type="password"] {
    width: 90%;
    font-size: 16px;
  }
}

.password_block input[type="submit"] {
  background: #e63a05;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 30px;
  width: 250px;
  height: 35px;
}

.memberpage_block {
  background: #333333;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }
}

.memberpage_block .video_block {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .memberpage_block .video_block {
    margin-bottom: 40px;
  }
}

.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}

.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .memberpage_block .video_block h3 {
    font-size: 20px;
  }
}

.memberpage_block .video_block p {
  margin-bottom: 20px;
}

.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #333333;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}

@media screen and (max-width: 767px) {
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
}

.privacy_block p {
  margin-bottom: 20px;
}

.privacy_block h4 before {
  content: none;
}

.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .form_block {
    padding: 0 20px;
  }
}

.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.form_block .form_row span {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .form_block .form_row span {
    font-size: 14px;
  }
}

.form_block .form_row:last-child {
  margin-bottom: 0;
}

.form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
}

.form_block .form_btn {
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #d3253e;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
}

.form_block .form_btn:focus, .form_block .form_btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }
}

.form_block .form_btn[value="back"] {
  background-color: #fff;
  border: 1px solid #d3253e;
  color: #d3253e;
}

.form_block p {
  margin-bottom: 10px;
  position: static;
}

.form_block input[type="text"],
.form_block input[type="email"],
.form_block select,
.form_block textarea {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 10px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .form_block input[type="text"],
  .form_block input[type="email"],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 16px;
  }
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #004689;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 10px 4px;
  border-radius: 14px;
  word-break: keep-all;
}

.form_block .any {
  background-color: #838c91;
  color: #fff;
  font-size: 16px;
  margin-left: 10px;
  padding: 2px 10px 4px;
  border-radius: 18px;
  word-break: keep-all;
}

.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type="text"] {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .mwform-tel-field input[type="text"] {
    width: 30% !important;
  }
}

.content_inner_btn a {
  color: #fff;
  width: 250px;
  padding: 16px;
  border-radius: 32px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background: #d3253e;
}

@media screen and (max-width: 767px) {
  .profile_img {
    width: 50%;
    margin: 0 auto;
  }
}

.test_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .test_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .test_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.test_list .test_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 494px;
  margin-bottom: 16px;
  padding: 16px 8px;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  .test_list .test_list_item {
    display: block;
    text-align: center;
  }
}

.test_list .ans_item {
  display: inline-block;
  width: 50px;
  margin-left: 3px;
  color: #fff;
  background: #838c91;
  padding-bottom: 0.25rem;
  border-radius: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .test_list .ans_item {
    margin-top: 1rem;
  }
}

.type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .type_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .type_list {
    display: block;
  }
}

.type_list .type_list_item {
  position: relative;
}

.type_list .type_list_item a {
  width: 240px;
  padding: 12px 16px 34px;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .type_list .type_list_item a {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .type_list .type_list_item a {
    width: 100%;
  }
}

.type_list .type_list_item a span {
  color: #fff;
  font-weight: 500;
}

.type_list .type_list_item a span.type_name {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.type_list .type_list_item a::after {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 12px);
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}

/* fieldset {
	margin-bottom: 100px !important;
	.div_text {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.button_div {
		width: 100% !important;
		text-align: center !important;
		margin-top: 30px;
		.buttons {
			color: $white;
			width: 200px;
			background: $red;
			border: none;
			height: 40px;
			border-radius: 20px;
			cursor: pointer;
			&amp;:hover {
				opacity: .8;
			}
		}
	}
	.link-text {
		width: 100% !important;
		text-align: center !important;
	}
}
#wpmem_restricted_msg {
	width: 900px;
	margin: 70px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login_form {
	width: 900px;
	margin: 0 auto !important;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login,
#wpmem_reg {
	legend {
		margin-bottom: 30px !important;
		text-align: center;
	}
}
.memberpage_block {
	fieldset {
		margin: 0 !important;
	}
}
.wpmem_msg {
	width: 100% !important;
	margin-bottom: 30px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	p {
		color: $white !important;
	}
} */
article {
  position: relative;
}

.archive article {
  background-color: #f5f5f5;
}

.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}

.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #d3253e;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 24px;
  }
}

.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 20px;
  }
}

.posts_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}

.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }
}

.posts_item_list .posts_item a {
  display: block;
}

.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.posts_item:last-of-type {
  margin-bottom: 0;
}

.posts_tmb {
  margin: 0;
}

.posts_tmb img {
  -webkit-box-shadow: 1px 1px 3px #bfbfbf;
          box-shadow: 1px 1px 3px #bfbfbf;
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  width: 320px;
}

@media screen and (max-width: 767px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
}

.posts_date {
  color: #d3253e;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.posts_title {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}

.posts_cat span {
  border: 1px solid;
  color: #d3253e;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}

.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #d3253e;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #221714;
  margin-bottom: 10px;
  text-align: left;
}

.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}

.pg_single_contents &gt; .blog_tmb {
  margin-bottom: 30px;
}

.pg_single_contents &gt; .blog_tmb img {
  height: calc(100% / 16 * 9);
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.pg_single_contents .breadcrumb_block {
  margin-bottom: 40px;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>