@charset "UTF-8";
/*
Theme Name : bigfive
*/
* {
  font-family: "Noto Sans JP", "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;
}
.content_block {
  width: 100%;
  padding: 70px 0 0;
}

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

.content_inner {
  max-width: 1080px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
.content_inner .inner_section_block {
  margin-top: 70px;
}

.row img + * {
  margin-top: 20px;
}

.row_block + .row_block {
  margin-top: 40px;
}
.row_block p + * {
  margin-top: 20px;
}
.row_block img + * {
  margin-top: 20px;
}

.visual_title {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;
}
.visual_title .visual_title_inner {
  width: 980px;
  padding: 0 50px;
  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;
}

.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: #FEF8EF;
  position: relative;
  display: flex;
  align-items: center;
}
.two_bgcolor_block .text_block {
  z-index: 1;
  width: 60%;
  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%;
}

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

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

.construction_block {
  display: flex;
  flex-wrap: wrap;
}
.construction_block .construction_item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.construction_block .construction_item:nth-of-type(3n) {
  margin-right: 0;
}
.construction_block .construction_item h5 {
  margin-bottom: 0;
  margin-top: 6px;
}

.three_col_block {
  display: flex;
  flex-wrap: wrap;
}
.three_col_block .three_col_item {
  width: 32%;
  margin-right: 2%;
}
.three_col_block .three_col_item:nth-of-type(3n) {
  margin-right: 0;
}
.three_col_block .three_col_item h5 {
  margin-bottom: 0;
  margin-top: 6px;
}

.flow_block {
  margin-top: 20px;
  padding: 20px;
  background: #dcf6ea;
}
.flow_block dl {
  padding-left: 250px;
  position: relative;
  margin: 0;
}
.flow_block dl:last-of-type {
  margin-bottom: 0;
}
.flow_block dl::after {
  content: "";
  border-left: 16px solid #e2e2e2;
  position: absolute;
  left: 124px;
  top: 0;
  bottom: 0;
}
.flow_block dl dt {
  margin-bottom: 10px;
  margin-left: -250px;
  display: flex;
  align-items: center;
}
.flow_block dl dt img {
  width: 110px;
  margin-right: 17px;
}
.flow_block dl dt p {
  padding-left: 100px;
  color: #22b573;
  font-size: 22px;
  display: flex;
  align-items: center;
  position: relative;
}
.flow_block dl dt p::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F68339;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.flow_block dl dt p::after {
  content: "";
  border-left: 2px dotted #b8b8b8;
  transform: rotate(90deg);
  height: 60px;
  position: absolute;
  left: 56px;
}
.flow_block dl dd {
  line-height: 2;
  margin: 0 0 0 -20px;
}
.flow_block dl dd img {
  display: block;
  margin-top: 20px;
}

.border_list_block {
  width: 100%;
}
.border_list_block ul {
  padding-left: 1em;
}
.border_list_block ul li {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.border_list_block ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #F68339;
  margin-right: 7px;
}
.border_list_block ul li + li {
  margin-top: 10px;
}

*, ::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: rgba(254, 248, 239, 0.7);
  -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: 185.5px;
  margin: 30px auto 50px;
}
header .header_pc .header_item .header_text {
  margin-bottom: 50px;
}
header .header_pc .header_item .header_text p {
  text-align: center;
  color: #2A2A2A;
}
header .header_pc .header_item .header_nav {
  padding: 0;
  margin-bottom: 50px;
}
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: 10px;
}
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;
  padding: 30px 0;
}
header .header_pc .header_item .header_nav ul li .megamenu {
  background: rgba(246, 130, 57, 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 {
  padding-top: 175px;
}
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 a {
  color: #1e1e1e;
  font-weight: bold;
  letter-spacing: 2px;
  display: block;
  padding: 10px 0;
}
header .header_pc .header_item .header_nav ul .megamenu_parent > span {
  display: block;
  padding: 10px 0;
}
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 > span {
  color: #fff;
  background: rgba(246, 130, 57, 0.9);
  opacity: 1;
  position: relative;
}
header .header_pc .header_item .header_nav ul .megamenu_parent:hover > span::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: #808080;
  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;
}

#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: 50px;
  height: 50px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #F68339;
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 22px;
  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, 130, 57, 0.9);
  -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;
}
#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: #1e1e1e;
  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 > span,
.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}
.sp_menu .header_nav_block ul li > span::before,
.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 > span .nav_ruby,
.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 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: #F68339 !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: #F68339;
  line-height: 1;
  margin-right: 5px;
}

.breadcrumb_block {
  position: absolute;
  top: 10px;
  left: 260px;
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb_block ul li, .breadcrumb_block ul a,
.breadcrumb_block ul li, .breadcrumb_block ul span {
  color: #fff;
  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: #F68339;
  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: #F68339;
  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: #F68339;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f7f7f7;
}

.bg_ivory {
  background: #FEF8EF;
}

.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: 280px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #F68339;
  border-radius: 30px;
}

.btn02 {
  margin-top: 30px;
}
.btn02 a {
  color: #fff;
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #1e1e1e;
}

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

.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: 240px;
}

#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: #3B7AB8 !important;
  font-size: 16px !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;
}

.dl_table_block {
  border: 1px solid #b8b8b8;
  width: 100%;
}
.dl_table_block dl {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  color: #1e1e1e;
  display: flex;
  margin: 0;
  line-height: normal;
}
.dl_table_block dl:last-of-type {
  border: none;
}
.dl_table_block dl dt {
  width: 36%;
  border-right: 1px solid #b8b8b8;
  background: #f7f7f7;
  text-align: center;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dl_table_block dl dd {
  background: #fff;
  padding: 14px 20px;
  width: 64%;
  margin: 0;
}
.dl_table_block dl dd iframe {
  width: 100%;
  height: 400px;
}
.dl_table_block dl dd ul {
  padding-left: 1.5em;
}
.dl_table_block dl dd span.note::before {
  line-height: 1.75;
}
.dl_table_block dl dd a[href*="tel:"] {
  color: #1e1e1e;
}
.dl_table_block dl dd .qr_code {
  width: 120px;
}

* {
  color: #1e1e1e;
  font-weight: bold;
}

p, a, li, table, dd, dt {
  font-size: 15px;
}

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

h2 {
  font-size: 30px;
  margin: 0 0 30px;
  color: #F68339;
  font-weight: bold;
  line-height: normal;
}

h3 {
  font-size: 24px;
  margin: 0 0 20px;
  color: #22b573;
  padding-bottom: 12px;
  border-bottom: 2px solid #45AF7E;
  font-weight: bold;
  line-height: normal;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  background: #22b573;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
}

h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 12px;
  color: #1e1e1e;
  padding-left: 1em;
  position: relative;
}
h5::before {
  content: "";
  width: 5px;
  position: absolute;
  top: 6px;
  bottom: 3px;
  left: 0;
  background: #22b573;
  border-radius: 2px;
}

.text_link {
  font-weight: bold;
  color: #3B7AB8;
}

.fw {
  font-weight: bold;
}

.green_text {
  color: #22b573;
}

.red_text {
  color: #E63A05;
}

.yellow_text {
  color: #ffdc50;
}

.pink_text {
  color: #ef75c4;
}

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

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

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

p.lead_text {
  font-size: 20px;
  color: #F68339;
}
p.lead_text + * {
  margin-top: 20px;
}

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

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

/* 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;
}

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

.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 .mv_text_pc {
  position: absolute;
  z-index: 2;
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 240px;
}
.main_visual .main_visual_inner .mv_text_pc img {
  width: 100%;
}
.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_sp {
  width: 100%;
  position: absolute;
  top: 23%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.main_visual .main_visual_inner .catch_copy_sp .mv_text_sm {
  width: 80%;
  margin-bottom: 20px;
}
.main_visual .main_visual_inner .catch_copy_sp p {
  display: block;
  width: 80%;
  font-size: 20px;
  color: #F68339;
  text-align: center;
  line-height: 2;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.6);
}
.main_visual .main_visual_inner .top_info_block {
  position: absolute;
  bottom: -184px;
  right: 0;
  width: 800px;
  z-index: 1;
  transition: 0.5s;
  background: rgba(254, 248, 239, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.main_visual .main_visual_inner .top_info_block h2 {
  background: #808080;
  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: #1e1e1e;
  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 {
  padding: 30px;
}
.main_visual .main_visual_inner .top_info_block .info_list dl a {
  display: flex;
  line-height: 1;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px dotted #1e1e1e;
}
.main_visual .main_visual_inner .top_info_block .info_list dl a:last-of-type {
  margin-bottom: 0;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dt {
  margin-right: 2%;
  width: 30%;
}
.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: 68%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.main_visual .main_visual_inner .top_info_block .info_list dl dd a {
  color: #1e1e1e;
  text-decoration: underline;
  white-space: nowrap;
}
.main_visual .main_visual_inner .active {
  bottom: 0;
}

.subpage_main {
  padding-left: 240px;
}
.subpage_main .content_block:last-of-type {
  padding-bottom: 70px;
}

.main_visual_subpage {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #8f8f8f;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.main_visual_subpage .page_name h1 {
  font-weight: bold;
  font-size: 32px;
  margin: 0;
  color: #fff;
}

.test_mv {
  background-image: url(assets/images/subpage/test_mv.jpg);
}

.section_main_image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.company_page_content {
  padding: 70px 0;
}
.company_page_content .inner_section_block {
  margin-top: 0;
}
.company_page_content .dl_block {
  background: #FEF8EF;
  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: #1e1e1e;
}
.company_page_content .dl_block dl dd ul {
  padding-left: 22px;
}

.visual_bg_content_subpage {
  position: relative;
  height: 400px;
  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(246, 130, 57, 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: 20px;
}

.map_block p + iframe {
  margin-top: 14px;
}
.map_block iframe {
  width: 100%;
  height: 400px;
}

.test_page_content .visual_bg_content_subpage,
.subpage_content .visual_bg_content_subpage {
  background-image: url(assets/images/subpage/visual_bg_content_test.jpg);
  background-position: center;
}
.test_page_content .content_inner + .content_inner,
.subpage_content .content_inner + .content_inner {
  margin-top: 30px;
}
.test_page_content .content_inner .row,
.subpage_content .content_inner .row {
  margin-top: 30px;
}
.test_page_content .content_inner .inner_section_block,
.subpage_content .content_inner .inner_section_block {
  margin-top: 0;
}
.test_page_content .content_inner .inner_section_block + .inner_section_block,
.subpage_content .content_inner .inner_section_block + .inner_section_block {
  margin-top: 40px;
}
.test_page_content .content_inner .inner_section_block p + p,
.subpage_content .content_inner .inner_section_block p + p {
  margin-top: 1em;
}
.test_page_content .list_block,
.subpage_content .list_block {
  margin-top: 30px;
  border: 2px solid #F68339;
  background: #fff;
}
.test_page_content .list_block h3,
.subpage_content .list_block h3 {
  font-size: 18px;
  color: #fff;
  background: #F68339;
  padding: 15px 30px;
  margin: -2px -2px 0 -2px;
  border-bottom: none;
}
.test_page_content .list_block .list_block_inner,
.subpage_content .list_block .list_block_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}
.test_page_content .list_block ul,
.subpage_content .list_block ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.test_page_content .list_block ul li,
.subpage_content .list_block ul li {
  margin-right: 30px;
  display: flex;
}
.test_page_content .list_block ul li::before,
.subpage_content .list_block ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #F68339;
  margin-right: 7px;
}
.test_page_content .list_block ul.list_block_inner,
.subpage_content .list_block ul.list_block_inner {
  justify-content: center;
}
.test_page_content .list_block ul.list_block_inner li:last-of-type,
.subpage_content .list_block ul.list_block_inner li:last-of-type {
  margin-bottom: 0;
}
.test_page_content .list_block .list_block_item,
.subpage_content .list_block .list_block_item {
  width: 47%;
}
.test_page_content .list_block .list_block_item dl,
.subpage_content .list_block .list_block_item dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.test_page_content .list_block .list_block_item dl:last-of-type,
.subpage_content .list_block .list_block_item dl:last-of-type {
  margin: 0;
}
.test_page_content .list_block .list_block_item dt,
.subpage_content .list_block .list_block_item dt {
  width: 52%;
  display: flex;
}
.test_page_content .list_block .list_block_item dt::before,
.subpage_content .list_block .list_block_item dt::before {
  font-family: "fontello";
  content: "\e807";
  color: #F68339;
  margin-right: 7px;
}
.test_page_content .list_block .list_block_item dd,
.subpage_content .list_block .list_block_item dd {
  color: #F68339;
  font-size: 16px;
  margin: 0;
}
.test_page_content .list_block .list_block_item .note,
.subpage_content .list_block .list_block_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: #FEF8EF;
  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: #FEF8EF;
  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: #1e1e1e;
}
.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: #F68339;
  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 #F68339;
  color: #F68339;
}
.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: #c87523;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  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;
}
.mw_wp_form_preview h2 {
  font-size: 20px;
  margin-bottom: 30px;
}

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

.achievement_content {
  padding-left: 240px;
  margin-top: -40px;
}
.achievement_content .content_block {
  padding: 0 0 100px;
}

.swiper_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mySwiper2 {
  max-width: 720px;
  width: 70%;
}
.mySwiper2 .swiper-wrapper {
  height: auto;
}
.mySwiper2 .swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.mySwiper2 .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.no_slide_block {
  width: 820px;
  margin: 0 auto;
}

.achievement_info_block {
  margin-top: 30px;
  width: 100%;
}
.achievement_info_block h2 {
  font-size: 26px;
  margin: 0 0 30px;
  color: #22b573;
  padding-bottom: 12px;
  border-bottom: 2px solid #45AF7E;
}
.achievement_info_block .dl_table_block {
  margin-top: 16px;
}

.mySwiper {
  max-width: 240px;
  width: 24%;
  box-sizing: border-box;
}
.mySwiper .swiper-wrapper .swiper-slide {
  height: auto;
  aspect-ratio: 3/2;
  display: block;
}
.mySwiper .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-top: 10px;
}
.mySwiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mySwiper .swiper-wrapper .swiper-slide img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.feature_block {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.feature_block li {
  width: calc(50% - 5px);
  margin: 0 10px 10px 0;
  color: #fff;
  background: #22b573;
  text-align: center;
  padding: 12px 6px;
  font-size: 16px;
}
.feature_block li:nth-of-type(2n) {
  margin-right: 0;
}

.posts_main_col {
  width: 100%;
}

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: #F68339;
  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_tmb {
  margin: 0;
}
.posts_tmb img {
  box-shadow: 1px 1px 3px #bfbfbf;
  height: auto;
  aspect-ratio: 3/2;
  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: #1e1e1e;
  display: inline-block;
  font-size: 13px;
}
.posts_title {
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #1e1e1e;
}
.posts_cat span {
  border: 1px solid;
  color: #F68339;
  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: #F68339;
  text-align: center;
}

.posts_content {
  margin-top: 30px;
}
.posts_content iframe {
  width: 100%;
}
.posts_content iframe + * {
  margin-top: 20px;
}
.posts_content p + * {
  margin-top: 20px;
}
.posts_content img + * {
  margin-top: 20px;
}

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

.pg_single_title {
  color: #1e1e1e;
  margin-bottom: 10px;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 900px;
}
.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;
}

.page-news .posts_item + .posts_item {
  margin-top: 30px;
}

.cate_date_block {
  margin-bottom: 10px;
}

.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;
}

.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;
}

.subpage_card_block_inner {
  display: flex;
  flex-wrap: wrap;
}
.subpage_card_block_inner .posts_item {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }
  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .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;
  }
  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 70px 0;
    background: #e2e2e2;
  }
  .two_bgcolor_block .text_block .inner_text_item {
    width: 90%;
  }
  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }
  .left_bg::before {
    position: static;
    background: none;
  }
  .right_bg::before {
    position: static;
    background: none;
  }
  .construction_block {
    margin: 0 0 -50px 0;
  }
  .construction_block .construction_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .three_col_block .three_col_item:nth-of-type(3n) {
    margin-bottom: 0;
  }
  .three_col_block .three_col_item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .flow_block dl {
    padding-left: 0;
  }
  .flow_block dl:last-of-type {
    padding-bottom: 0;
  }
  .flow_block dl:last-of-type dt {
    margin-bottom: 0;
  }
  .flow_block dl::after {
    content: none;
  }
  .flow_block dl dt {
    margin-left: 0;
    margin-bottom: 20px;
    align-items: center;
  }
  .flow_block dl dt img {
    width: 90px;
  }
  .flow_block dl dt p {
    padding-left: 0;
    font-size: 18px;
  }
  .flow_block dl dt p::before {
    content: none;
  }
  .flow_block dl dt p::after {
    content: none;
  }
  .flow_block dl dd {
    margin: 0;
    display: none;
  }
  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;
  }
  header .header_pc .header_item .header_text {
    display: none;
  }
  .sp_menu .header_nav_block ul li > span:hover,
.sp_menu .header_nav_block ul li a:hover {
    background: none;
  }
  .breadcrumb_block {
    width: 90%;
    top: 260px;
    left: 20px;
  }
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .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: 180px;
  }
  #elevator_nav {
    display: none;
  }
  .dl_table_block dl {
    flex-wrap: wrap;
  }
  .dl_table_block dl dt {
    width: 100%;
    justify-content: normal;
    flex-direction: row;
    border-right: 0;
  }
  .dl_table_block dl dd {
    width: 100%;
    border-top: 1px solid #b8b8b8;
  }
  .dl_table_block dl dd iframe {
    height: 300px;
  }
  p, a, li, table, dd, dt {
    font-size: 16px;
  }
  p {
    line-height: 1.5;
  }
  h2 {
    font-size: 28px;
  }
  .note,
.quote {
    font-size: 16px;
  }
  .note a,
.quote a {
    font-size: 16px;
  }
  .sm_none {
    display: none !important;
  }
  .main_visual {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    margin-top: 0;
  }
  .main_visual .main_visual_inner .mv_text_pc {
    display: none;
  }
  .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 .top_info_block {
    width: 100%;
    bottom: 0;
    height: 148px;
  }
  .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 15px 55px;
    background: #FEF8EF;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl a {
    display: block;
    line-height: normal;
    margin-bottom: 0;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl a:nth-of-type(2) {
    display: none;
  }
  .main_visual .main_visual_inner .top_info_block .info_list dl a: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;
  }
  .subpage_main {
    padding-left: 0;
  }
  .main_visual_subpage {
    height: 290px;
    margin-top: 0;
    background-size: cover;
  }
  .main_visual_subpage .page_name h1 {
    font-size: 25px;
  }
  .section_main_image img {
    height: auto;
    aspect-ratio: 3/2;
  }
  .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: 450px;
  }
  .visual_bg_content_subpage .visual_bg_content_inner {
    width: 100%;
    padding: 10%;
    top: auto;
  }
  .visual_bg_content_subpage .visual_bg_content_inner h2 {
    font-size: 28px;
  }
  .visual_bg_content_subpage .visual_bg_content_inner p {
    font-size: 18px;
  }
  .test_page_content .list_block,
.subpage_content .list_block {
    margin-top: 30px;
  }
  .test_page_content .list_block ul.list_block_inner li,
.subpage_content .list_block ul.list_block_inner li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .test_page_content .list_block .list_block_item,
.subpage_content .list_block .list_block_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .test_page_content .list_block .list_block_item:last-of-type,
.subpage_content .list_block .list_block_item:last-of-type {
    margin-bottom: 0;
  }
  .test_page_content .list_block .list_block_item dl,
.subpage_content .list_block .list_block_item dl {
    margin-bottom: 20px;
  }
  .test_page_content .list_block .list_block_item dt,
.subpage_content .list_block .list_block_item dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .test_page_content .list_block .list_block_item dd,
.subpage_content .list_block .list_block_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: 30% !important;
  }
  .achievement_content {
    padding-left: 0;
  }
  .achievement_content .content_block {
    padding: 0 0 70px;
  }
  .swiper_block {
    flex-wrap: wrap;
  }
  .mySwiper2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mySwiper2 .swiper-wrapper {
    order: 2;
  }
  .no_slide_block {
    width: 100%;
  }
  .achievement_info_block {
    order: 1;
    margin: 0 0 30px;
  }
  .mySwiper {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .mySwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .mySwiper .swiper-wrapper .swiper-slide {
    width: calc(50% - 5px) !important;
    height: 140px;
  }
  .mySwiper .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .mySwiper .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .feature_block li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  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%;
  }
  .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_inner {
    width: 100%;
    margin: 0 auto;
  }
  .visual_title .visual_title_inner {
    width: 100%;
  }
  header {
    padding: 20px 0;
    width: 50px;
    background: none;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  header .header_pc .header_item {
    display: none;
  }
  header .header_pc .header_item .header_text {
    display: none;
  }
  #drawer #navTgl:checked ~ .close {
    background: rgba(0, 0, 0, 0.2);
  }
  #drawer .menu {
    width: 45vw;
  }
  .breadcrumb_block {
    width: 90%;
    top: 210px;
    left: 20px;
  }
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  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 .mv_text_pc {
    display: none;
  }
  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }
  .main_visual .main_visual_inner .catch_copy_sp .mv_text_sm {
    width: 60%;
  }
  .main_visual .main_visual_inner .catch_copy_sp p {
    font-size: 30px;
  }
  .main_visual .main_visual_inner .top_info_block {
    width: 100%;
    bottom: 0;
  }
  .subpage_main {
    padding-left: 0;
  }
  .main_visual_subpage {
    margin-top: 0;
  }
  .visual_bg_content_subpage .visual_bg_content_inner {
    width: 100%;
  }
  .achievement_content {
    padding-left: 0;
  }
  .swiper_block {
    flex-wrap: wrap;
  }
  .mySwiper2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mySwiper2 .swiper-wrapper {
    order: 2;
  }
  .no_slide_block {
    width: 100%;
  }
  .achievement_info_block {
    order: 1;
    margin: 0 0 30px;
  }
  .mySwiper {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .mySwiper .swiper-wrapper .swiper-slide {
    height: 140px;
  }
  .mySwiper .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 0;
  }
  .mySwiper .swiper-wrapper .swiper-slide:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }
  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;
  }
  .main_visual .main_visual_inner .catch_copy_sp {
    display: none;
  }
  .main_visual .main_visual_inner .top_info_block {
    height: 239px;
  }
  .mySwiper .swiper-wrapper {
    flex-wrap: wrap;
  }
  .mySwiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }
}