@charset "UTF-8";
/*
Theme Name : sachi
*/
* {
  font-family: "Zen Maru Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
.content_block {
  width: 100%;
  padding: 120px 0;
}
.content_block .content_btn {
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
.content_block .content_btn a {
  display: block;
  width: 180px;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #f69f9f;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
}

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

.content_inner {
  width: 1200px;
  padding: 0 0 0 240px;
  margin: 0 auto;
  position: relative;
}
.content_inner .inner_section_block {
  margin-top: 70px;
}
.content_inner .inner_section_block2 {
  margin-top: 120px;
}
.content_inner h3 .en_ruby {
  font-size: 12px;
}
.content_inner img {
  border-radius: 0.25rem;
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}
.visual_title .visual_title_inner {
  width: 1200px;
  padding: 0 0 0 240px;
  margin: 0 auto;
}
.visual_title .visual_title_inner h2 {
  font-size: 40px;
  margin: 0;
}
.visual_title .visual_title_inner p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.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: #fff2f2;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 240px;
}
.two_bgcolor_block .text_block {
  z-index: 1;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.two_bgcolor_block .text_block .inner_text_item {
  width: 60%;
}
.two_bgcolor_block .text_block .inner_text_item h2 {
  text-align: left;
}
.two_bgcolor_block .height100_img_block {
  width: 50%;
}
.two_bgcolor_block a {
  display: block;
  width: 180px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #f69f9f;
  font-size: 14px;
  font-weight: bold;
  padding: 8px;
  border-radius: 26px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

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

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}
.content_inner_company dl {
  padding-bottom: 5px;
  border-bottom: 1px dotted #454c67;
}
.content_inner_company dl dd {
  font-weight: bold;
}
.content_inner_company dl dd a {
  color: #454c67;
  font-weight: bold;
  font-size: 16px;
}
.content_inner_company2 dl {
  padding-bottom: 5px;
  border-bottom: 1px dotted #454c67;
}
.content_inner_company2 dl dd {
  font-weight: bold;
}
.content_inner_company2 dl dd a {
  color: #454c67;
  font-weight: bold;
  font-size: 16px;
}

*, ::after, ::before {
  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: 0.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: 0.35em 0.75em 0.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: 0.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 {
  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: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 240px;
  z-index: 100;
}
header .header_pc .header_item .header_logo {
  width: 80px;
  margin: 20px auto 40px;
}
header .header_pc .header_item .header_nav {
  padding: 0;
  margin-bottom: 40px;
}
header .header_pc .header_item .header_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
header .header_pc .header_item .header_nav ul li {
  margin-bottom: 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:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
}
header .header_pc .header_item .header_nav ul li .megamenu {
  background: rgba(246, 159, 159, 0.9);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 240px;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in;
}
header .header_pc .header_item .header_nav ul li .megamenu-inner li {
  text-align: left;
}
header .header_pc .header_item .header_nav ul li .megamenu-inner li a {
  color: #fff;
  background: none !important;
}
header .header_pc .header_item .header_nav ul li .megamenu-inner li a .mega_ruby {
  color: #fff;
}
header .header_pc .header_item .header_nav ul li a {
  color: #454c67;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
}
header .header_pc .header_item .header_nav ul .megamenu_parent:hover .nav_ruby {
  color: #fff;
}
header .header_pc .header_item .header_nav ul .megamenu_parent:hover > a {
  color: #fff;
  background: rgba(246, 159, 159, 0.9);
  opacity: 1;
  position: relative;
}
header .header_pc .header_item .header_nav ul .megamenu_parent:hover > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .header_pc .header_item .header_btn .header_tel {
  margin: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a4cd58;
}
header .header_pc .header_item .header_btn .header_tel .header_tel_small_text {
  font-size: 12px;
  color: #fff;
}
header .header_pc .header_item .header_btn .header_tel p {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-top: 3px;
}
header .header_pc .header_item .header_btn .header_tel_inner {
  line-height: 1;
}
header .header_pc .header_item .header_btn .header_cta {
  width: 100%;
  height: 40px;
  padding: 0 30px;
}
header .header_pc .header_item .header_btn .header_cta a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f69f9f;
  color: #fff;
  font-weight: bold;
  border-radius: 26px;
}
header .header_pc .header_item .header_btn .header_cta a::before {
  font-size: 14px;
  font-weight: normal;
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  line-height: 1;
  margin-right: 5px;
}

.nav_ruby {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
}

.mega_ruby {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: normal;
}

#drawer {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 45px;
  height: 45px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #f69f9f;
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 32%;
  width: 40%;
  border-bottom: 3px solid #fff;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: background 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  /* background: rgba(0,0,0,.5); */
  z-index: 11;
  position: fixed;
  left: 0;
  width: 100vw;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 0;
  margin: 0;
  box-sizing: border-box;
  background: rgba(246, 159, 159, 0.95);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 0.2s ease-in;
  /* transform: translateY(-110%);
  transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1); */
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
  font-weight: bold;
}
#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 {
  transform: none;
  opacity: 1;
  height: auto;
}

.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: #454c67;
  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 20px;
}
.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:last-of-type {
  margin-bottom: 0;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  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;
}
.sp_menu .header_nav_block ul li a .nav_ruby {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding-left: 15px;
}
.sp_menu .header_nav_block ul li a .mega_ruby {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  padding-left: 15px;
}
.sp_menu .header_nav_block ul li ul {
  padding: 16px 0 0 16px !important;
}
.sp_menu .header_nav_block ul li ul li a {
  font-size: 14px;
}
.sp_menu .header_cta {
  padding: 0 30px;
  margin-bottom: 20px;
}
.sp_menu .header_cta a {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-align: center;
  color: #f69f9f !important;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.sp_menu .header_cta a::before {
  font-size: 16px;
  font-weight: normal;
  font-family: "fontello";
  content: "\e801";
  color: #f69f9f;
  line-height: 1;
  margin-right: 5px;
}

footer .footer_inner {
  width: 900px;
  margin: 0 auto;
  padding: 70px 0 70px 240px;
}
footer .footer_inner .footer_shopinfo {
  width: 600px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
footer .footer_inner .footer_shopinfo .footer_logo {
  text-align: center;
}
footer .footer_inner .footer_shopinfo .footer_logo img {
  width: auto;
  height: 160px;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
  width: 220px;
  margin: 0 auto;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
  font-size: 22px;
  margin-bottom: 16px;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
  display: flex;
  margin-bottom: 10px;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 45%;
  margin-right: 5%;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 50%;
  margin: 0;
  font-weight: bold;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd a[href*="tel:"] {
  color: #454c67;
  font-weight: bold;
}
footer .footer_nav {
  margin: 70px 0 0;
  padding: 0;
  width: 100%;
}
footer .footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
footer .footer_nav ul li {
  margin-right: 20px;
}
footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}
footer .footer_nav ul li a {
  color: #454c67;
  font-weight: bold;
}
footer .copy {
  text-align: center;
  padding: 30px 0 30px 240px;
  background: #f69f9f;
}
footer .copy small {
  color: #fff;
}

.pagetop_block {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  left: 0;
  z-index: 9;
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.pagetop_block .contact_sp a {
  background: #f69f9f;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: 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;
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f69f9f;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.breadcrumb_block {
  width: 1200px;
  margin: 10px auto 0;
  padding-left: 240px;
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.breadcrumb_block ul li,
.breadcrumb_block ul a,
.breadcrumb_block ul li,
.breadcrumb_block ul span {
  color: #f69f9f;
  font-size: 13px;
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}
#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.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: flex;
  justify-content: center;
  margin-top: 32px;
}
.form_item_button input {
  border: none;
  background: #f69f9f;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #f69f9f;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  width: 300px;
  line-height: 1;
  border-radius: 50px;
  cursor: pointer;
}
.home_button a:hover {
  opacity: 0.8;
}

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

.card_item {
  margin-bottom: 40px;
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem;
}

.card_title {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #013277;
  text-align: center;
}

.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: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #f69f9f;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f7f7f7;
}

.bg_ivory {
  background: #fef8ef;
}

.bg_pink-light {
  background: #fff2f2;
}

.bg_yellow-light {
  background: #fffed9;
}

.bg_green-light {
  background: #efffe6;
}

.bg_blue-light {
  background: #e6f6ff;
}

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

.blue {
  color: #939bf5 !important;
}

.red {
  color: #f75656 !important;
}

.green {
  color: #4ca866 !important;
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

.align_items_right {
  align-items: right;
}

.btn01 {
  margin-top: 40px;
}
.btn01 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #454c67;
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #454c67;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #454c67;
}

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

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

#elevator_nav {
  position: fixed;
  right: 0;
  top: 400px;
  padding: 30px 10px 30px 0;
  z-index: 10px;
}
#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #b8b8b8;
  height: 180px;
  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: flex;
  align-items: center;
}
#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #b8b8b8;
  width: 24px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
}
#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #939bf5 !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%;
}

.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: #454c67;
}

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

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

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

h2 {
  font-size: 32px;
  margin: 0 0 40px;
  color: #454c67;
  font-weight: bold;
  text-align: center;
}

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

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

.text_link {
  font-weight: bold;
  color: #939bf5;
}

.fw {
  font-weight: bold;
}

.green_text {
  color: #f69f9f;
}

.red_text {
  color: #f75656;
}

.yellow_text {
  color: #ffdc50;
}

.pink_text {
  color: #ef75c4;
}

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

.note,
.quote {
  margin-top: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 1em;
  font-weight: normal;
}
.note a,
.quote a {
  font-size: 14px;
}

.note::before {
  position: absolute;
  left: 0;
  content: "※";
  margin-right: 5px;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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("./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%;
  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: 100vh;
}
.main_visual .main_visual_inner {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.main_visual .main_visual_inner .swiper-container {
  height: 100%;
}
.main_visual .main_visual_inner .swiper-slide-active .slide-img,
.main_visual .main_visual_inner .swiper-slide-duplicate-active .slide-img,
.main_visual .main_visual_inner .swiper-slide-prev .slide-img {
  -webkit-animation: zoom 15s linear 0s 1 normal both;
  animation: zoom 15s linear 0s 1 normal both;
  height: 100%;
}
.main_visual .main_visual_inner .swiper-slide-active .slide-img img,
.main_visual .main_visual_inner .swiper-slide-duplicate-active .slide-img img,
.main_visual .main_visual_inner .swiper-slide-prev .slide-img 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;";
}
.main_visual .main_visual_inner .logo_sp_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 15%;
}
.main_visual .main_visual_inner .logo_sp_top img {
  width: 170px;
}
.main_visual .main_visual_inner .catch_copy_bg {
  background: rgba(253, 249, 249, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0 0 0 240px;
  z-index: 1;
}
.main_visual .main_visual_inner .catch_copy_bg p {
  color: #454c67;
  font-size: 16px;
  text-align: center;
}
.main_visual .main_visual_inner .catch_copy {
  font-size: 3em;
  font-weight: bolder;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0);
  margin: 0.67em 0;
  text-align: center;
  -webkit-text-stroke: 2px #f58787;
  text-shadow: 0 0 0 #fff;
}
.main_visual .main_visual_inner .catch_copy_bottom a {
  color: #fff;
  background: #4ca866;
  display: block;
  padding: 10px 30px;
  border-radius: 30px;
  margin-left: 20px;
}
.main_visual .main_visual_inner .catch_copy_bottom a::after {
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  margin-left: 10px;
}
.main_visual .main_visual_inner .top_info_block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 800px;
  z-index: 101;
}
.main_visual .main_visual_inner .top_info_block h2 {
  background: #f69f9f;
  font-size: 16px;
  padding: 15px 30px;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  position: relative;
}
.main_visual .main_visual_inner .top_info_block h2 a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 140px;
  background: #454c67;
  color: #fff;
  font-size: 14px;
}
.main_visual .main_visual_inner .top_info_block h2 a:hover {
  opacity: 1;
  background: #3f3f3f;
}
.main_visual .main_visual_inner .top_info_block h2::after {
  position: absolute;
  right: 20px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.main_visual .main_visual_inner .top_info_block .info_list {
  background: rgba(254, 248, 239, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 30px;
}
.main_visual .main_visual_inner .top_info_block .info_list dl {
  display: flex;
  line-height: 1;
}
.main_visual .main_visual_inner .top_info_block .info_list dl:last-of-type {
  margin-bottom: 0;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dt {
  margin-right: 20px;
  width: 25%;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dt .info_cate {
  font-size: 10px;
  color: #fff;
  background: #a3ca0f;
  font-weight: normal;
  padding: 4px 10px;
  width: 80px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dt .info_date {
  display: inline-block;
  vertical-align: middle;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dd {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dd a {
  color: #454c67;
  text-decoration: underline;
  white-space: nowrap;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}
.carousel_slider .slick-slider .slick-track {
  display: flex;
  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;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}
.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;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.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;
  max-width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #f69f9f;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}
.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.mv1 {
  width: 100%;
  height: 340px;
  background-image: url(assets/images/subpage/subpage_main_visual1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.mv2 {
  width: 100%;
  height: 340px;
  background-image: url(assets/images/subpage/subpage_main_visual2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.mv3 {
  width: 100%;
  height: 340px;
  background-image: url(assets/images/subpage/subpage_main_visual3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.mv_sub {
  width: 100%;
  height: 340px;
  background-image: url(assets/images/subpage/subpage_main_visual4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.main_visual_subpage .page_name {
  position: absolute;
  padding-left: 240px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main_visual_subpage .page_name h1 {
  font-weight: bold;
  color: #013277;
}

.company_page_content {
  padding: 70px 0;
}
.company_page_content .inner_section_block {
  margin-top: 0;
}
.company_page_content .dl_block {
  background: #fff2f2;
  border-radius: 15px;
  padding: 50px 100px;
}
.company_page_content .dl_block dl {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
}
.company_page_content .dl_block dl dt {
  width: 30%;
}
.company_page_content .dl_block dl dd {
  width: 70%;
  margin: 0;
}
.company_page_content .dl_block dl dd a {
  color: #454c67;
}
.company_page_content .dl_block dl dd ul {
  padding-left: 22px;
}

.visual_bg_content_subpage {
  position: relative;
  height: 350px;
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual_bg_content_subpage .visual_bg_content_inner {
  width: 50%;
  padding: 50px 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(10, 168, 76, 0.9);
}
.visual_bg_content_subpage .visual_bg_content_inner h2 {
  font-size: 32px;
  margin: 0;
  color: #fff;
  text-align: left;
}
.visual_bg_content_subpage .visual_bg_content_inner p {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.map_block iframe {
  width: 100%;
}

.service_page_content .visual_bg_content_subpage {
  background-image: url(assets/images/subpage/visual_bg_content_service.jpg);
}
.service_page_content .content_inner .inner_section_block {
  margin-top: 0;
}
.service_page_content .content_inner .inner_section_block p {
  margin-top: 1em;
}
.service_page_content .content_inner .inner_section_block p:first-of-type {
  margin-top: 0;
}
.service_page_content h2 {
  text-align: left;
  font-size: 23px;
  margin: 0 0 20px;
}
.service_page_content .service_detail {
  margin-top: 70px;
  border: 2px solid #f69f9f;
  border-radius: 20px;
  background: #fff;
}
.service_page_content .service_detail h3 {
  font-size: 20px;
  color: #fff;
  background: #0aa84c;
  padding: 15px 30px;
  border-radius: 20px 20px 0 0;
  margin: -2px -2px 0 -2px;
}
.service_page_content .service_detail .service_detail_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.service_page_content .service_detail ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.service_page_content .service_detail ul li {
  margin-right: 30px;
  display: flex;
}
.service_page_content .service_detail ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #f69f9f;
  margin-right: 7px;
}
.service_page_content .service_detail ul.service_detail_inner {
  justify-content: center;
}
.service_page_content .service_detail ul.service_detail_inner li:last-of-type {
  margin-bottom: 0;
}
.service_page_content .service_detail .service_detail_item {
  width: 47%;
}
.service_page_content .service_detail .service_detail_item dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #a3ca0f;
}
.service_page_content .service_detail .service_detail_item dl:last-of-type {
  margin: 0;
}
.service_page_content .service_detail .service_detail_item dt {
  width: 52%;
  display: flex;
}
.service_page_content .service_detail .service_detail_item dt::before {
  font-family: "fontello";
  content: "\e807";
  color: #f69f9f;
  margin-right: 7px;
}
.service_page_content .service_detail .service_detail_item dd {
  color: #f69f9f;
  font-size: 16px;
  margin: 0;
}
.service_page_content .service_detail .service_detail_item .note {
  margin-top: 20px;
}

.privacy_page_content {
  padding-top: 70px;
}
.privacy_page_content .inner_section_block {
  margin-top: 0;
}
.privacy_page_content .privacy_inner_block {
  background: #fff2f2;
  border-radius: 15px;
  padding: 50px 100px;
}
.privacy_page_content .privacy_text_block {
  margin-bottom: 32px;
}
.privacy_page_content .privacy_text_block h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.privacy_page_content .privacy_text_block:last-of-type {
  margin-bottom: 0;
}

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

.privacy_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}
.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 {
  background: #fff2f2;
  border-radius: 15px;
  padding: 50px 100px;
}
.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b8b8b8;
}
.form_block .form_row span {
  font-size: 13px;
}
.form_block .form_row:last-child {
  margin-bottom: 0;
}
.form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #454c67;
}
.form_block .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.form_block .form_btn {
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #f69f9f;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
}
.form_block .form_btn:focus, .form_block .form_btn:hover {
  opacity: 0.8;
}
.form_block .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #f69f9f;
  color: #f69f9f;
}
.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}
.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}
.form_block select {
  padding-right: 50px;
}
.form_block .mwform-radio-field {
  margin-bottom: 13px;
}
.form_block .required {
  background-color: #f75656;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  word-break: keep-all;
}
.form_block .any {
  margin-left: 10px;
}
.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;
}
.mw_wp_form_preview h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
  vertical-align: middle !important;
}

article {
  position: relative;
}
.archive article {
  background-color: #f7f7f7;
}

.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #f69f9f;
  text-align: center;
}
.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.posts_item_list {
  display: flex;
  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;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  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;
}
.posts_date {
  color: #f69f9f;
  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: #f69f9f;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #f69f9f;
  text-align: center;
}

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

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

.pg_single_title {
  color: #454c67;
  margin-bottom: 10px;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}
.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 {
  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) {
  html {
    -webkit-overflow-scrolling: touch;
  }
  .content_block {
    width: 100%;
    padding: 60px 0;
  }
  .content_block .content_btn a {
    margin: 30px auto 0;
  }
  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }
  .content_inner {
    width: 75%;
    margin: 0 auto;
    padding: 0;
  }
  .content_inner .inner_section_block2 {
    margin-top: 60px;
  }
  .visual_title {
    background-attachment: unset;
  }
  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }
  .visual_title .visual_title_inner h2 {
    font-size: 32px;
  }
  .two_bgcolor_block {
    flex-wrap: wrap;
    padding: 0;
  }
  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 60px 0;
  }
  .two_bgcolor_block .text_block .inner_text_item {
    width: 75%;
  }
  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }
  .two_bgcolor_block a {
    margin: 30px auto 0;
  }
  .left_bg::before {
    position: static;
    background: none;
  }
  .right_bg::before {
    position: static;
    background: none;
  }
  .content_inner_company {
    padding: 0 20px;
  }
  .content_inner_company dl dt {
    margin-left: 0 !important;
    width: 40% !important;
  }
  .content_inner_company dl dd {
    width: 60% !important;
  }
  .content_inner_company2 {
    padding: 0 20px;
  }
  .content_inner_company2 dl {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }
  .content_inner_company2 dl dt {
    margin-left: 0 !important;
    margin-right: 0.1rem;
    width: 36% !important;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #454c67;
  }
  .content_inner_company2 dl dd {
    width: 62% !important;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #454c67;
  }
  header {
    padding: 20px 0;
    width: 50px;
    background: none;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  header .header_pc .header_item .header_logo {
    margin-left: 20px;
    width: 140px;
  }
  header .header_pc .header_item {
    display: none;
  }
  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
  footer .footer_inner {
    width: 100%;
    padding: 60px 0 0;
  }
  footer .footer_inner .footer_shopinfo {
    width: 100%;
  }
  footer .footer_inner .footer_shopinfo .footer_logo img {
    width: auto;
    height: 120px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
    display: none;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
    justify-content: center;
    margin-bottom: 16px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl:last-of-type {
    margin-bottom: 0;
  }
  footer .footer_nav {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    padding: 32px 10px;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
  }
  footer .footer_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footer_nav ul li {
    width: 48%;
    margin: 8px 0;
  }
  footer .footer_nav ul li a {
    font-size: 12px;
    padding: 8px;
    display: flex;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e2e2;
  }
  footer .copy {
    padding: 30px 0 90px;
  }
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
  .pagetop_block #pagetop a {
    opacity: 1 !important;
    border-radius: 0%;
    border-left: 2px dotted #fff;
  }
  .breadcrumb_block {
    width: 75%;
    padding: 0;
  }
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
  .form_item_button {
    margin-top: 24px;
  }
  .form_item_button input {
    width: 110px;
  }
  .home_button a {
    width: 250px;
  }
  .card_text {
    margin-bottom: 2rem;
  }
  .card_button a {
    width: 200px;
  }
  .sm_order1 {
    order: 1;
  }
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
  .btn01 a {
    width: 80%;
  }
  .loading div {
    width: 80px;
  }
  #elevator_nav {
    display: none;
  }
  p:not(.copy),
a,
li,
table,
dd,
dt {
    font-size: 16px;
  }
  span {
    font-size: 14px;
  }
  p {
    line-height: 1.5;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .note,
.quote {
    font-size: 14px;
  }
  .note a,
.quote a {
    font-size: 14px;
  }
  .sm_none {
    display: none !important;
  }
  .main_visual {
    height: 100%;
    min-height: -webkit-fill-available;
    margin-top: 0;
  }
  .main_visual .main_visual_inner .swiper-container {
    height: auto;
  }
  .main_visual .main_visual_inner .swiper-slide-active .slide-img img,
.main_visual .main_visual_inner .swiper-slide-duplicate-active .slide-img img,
.main_visual .main_visual_inner .swiper-slide-prev .slide-img img {
    height: 85vh;
  }
  .main_visual .main_visual_inner .catch_copy_bg {
    background: rgba(253, 249, 249, 0.5);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    width: 100%;
    position: absolute;
    top: auto;
    left: auto;
    transform: none;
    bottom: 0;
    padding: 20px;
    z-index: 1;
  }
  .main_visual .main_visual_inner .catch_copy {
    font-size: 1.5em;
    -webkit-text-stroke: 1px #f58787;
  }
  .main_visual .main_visual_inner .catch_copy_bottom {
    display: block;
  }
  .main_visual .main_visual_inner .catch_copy_bottom a {
    width: 200px;
    margin: 15px auto 0;
    text-align: center;
  }
  .main_visual .main_visual_inner .top_info_block {
    width: 100%;
    z-index: 1;
  }
  .main_visual .main_visual_inner .top_info_block h2 a {
    width: 100px;
  }
  .main_visual .main_visual_inner .top_info_block h2 {
    padding: 15px;
  }
  .main_visual .main_visual_inner .top_info_block h2::after {
    right: 10px;
  }
  .main_visual .main_visual_inner .top_info_block .info_list {
    padding: 15px;
    background: #fff2f2;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl {
    display: block;
    line-height: normal;
    margin-bottom: 0;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl:nth-of-type(2) {
    display: none;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl:nth-of-type(3) {
    display: none;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl dt {
    width: 100%;
    margin-right: 0;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl dt .info_cate {
    margin-bottom: 5px;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl dt .info_date {
    font-size: 13px;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl dd {
    width: 100%;
    margin-bottom: 0;
  }
  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 30px;
  }
  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
  }
  .carousel_slider .slick-slider .slick-next::before {
    font-size: 30px;
  }
  .carousel_slider .slick-slider .slick-next {
    right: 10px;
  }
  .mv1 {
    height: 250px;
    margin-top: 0;
  }
  .mv2 {
    height: 250px;
    margin-top: 0;
  }
  .mv3 {
    height: 250px;
    margin-top: 0;
  }
  .mv_sub {
    height: 250px;
    margin-top: 0;
  }
  .main_visual_subpage .page_name {
    padding: 0;
  }
  .main_visual_subpage .page_name h1 {
    font-size: 25px;
  }
  .company_page_content .dl_block {
    padding: 50px 20px;
  }
  .company_page_content .dl_block dl {
    display: block;
  }
  .company_page_content .dl_block dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .company_page_content .dl_block dl dd {
    width: 100%;
  }
  .visual_bg_content_subpage {
    height: 200px;
  }
  .visual_bg_content_subpage .visual_bg_content_inner {
    width: 100%;
    padding: 0 5%;
  }
  .visual_bg_content_subpage .visual_bg_content_inner h2 {
    font-size: 28px;
  }
  .visual_bg_content_subpage .visual_bg_content_inner p {
    font-size: 20px;
  }
  .service_page_content .visual_bg_content_subpage {
    background-position-x: right;
  }
  .service_page_content h2 {
    text-align: center;
  }
  .service_page_content .service_detail {
    margin-top: 40px;
  }
  .service_page_content .service_detail ul.service_detail_inner li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .service_page_content .service_detail .service_detail_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_page_content .service_detail .service_detail_item:last-of-type {
    margin-bottom: 0;
  }
  .service_page_content .service_detail .service_detail_item dl {
    margin-bottom: 20px;
  }
  .service_page_content .service_detail .service_detail_item dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .service_page_content .service_detail .service_detail_item dd {
    width: 100%;
    text-align: right;
  }
  .privacy_page_content .privacy_inner_block {
    padding: 50px 20px;
  }
  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }
  .form_block {
    padding: 50px 20px;
  }
  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }
  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }
  .form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
    width: 100%;
    font-size: 16px;
    outline: none;
  }
  .mwform-tel-field input[type=text] {
    width: 25% !important;
  }
  article {
    padding: 70px 0;
  }
  .pg_wrapper {
    padding: 0 5%;
  }
  .pg_title {
    font-size: 24px;
  }
  .pg_contents {
    padding: 50px 20px;
  }
  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 999px) {
  .content_block .content_btn a {
    margin: 30px auto 0;
  }
  .content_inner {
    width: 90%;
    margin: 0 auto;
  }
  .visual_title .visual_title_inner {
    width: 100%;
  }
  .two_bgcolor_block a {
    margin: 30px auto 0;
  }
  .content_inner_company dl dt {
    margin-left: 0 !important;
  }
  .content_inner_company2 dl dt {
    margin-left: 0 !important;
  }
  header {
    padding: 30px 0;
  }
  #drawer {
    display: none;
  }
  footer .footer_inner {
    width: 100%;
  }
  .pagetop_block .contact_sp {
    display: none !important;
  }
  .breadcrumb_block {
    width: 90%;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .card_title {
    font-size: 16px;
    line-height: normal;
  }
  #elevator_nav {
    background: none;
    right: 1%;
  }
  .md_none {
    display: none !important;
  }
  .main_visual {
    height: 100vh;
  }
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
  .main_visual .main_visual_inner .catch_copy {
    font-size: 2em;
  }
  .main_visual .main_visual_inner .catch_copy_bottom {
    display: block;
  }
  .main_visual .main_visual_inner .catch_copy_bottom a {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .main_visual .main_visual_inner .top_info_block {
    width: 100%;
  }
  .mv1 {
    margin-top: 0;
  }
  .mv2 {
    margin-top: 0;
  }
  .mv3 {
    margin-top: 0;
  }
  .mv_sub {
    margin-top: 0;
  }
  .visual_bg_content_subpage .visual_bg_content_inner {
    width: 100%;
  }
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }
  .pagetop_block .contact_sp {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .lg_none {
    display: none !important;
  }
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
  .main_visual .main_visual_inner .catch_copy {
    color: #f58787;
    text-shadow: 3px 3px 0 #fff;
  }
  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
    bottom: 80px;
    left: 0;
  }
}