@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700;900&display=swap");
body {
  font-family: "Noto Sans", sans-serif;
  box-sizing: border-box;
  font-size: 15px;
  color: #484848;
  font-weight: 500;
  position: relative;
  background-color: #fff;
}

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

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  padding-top: 70px;
}
@media screen and (min-width: 1100px) {
  main {
    padding-top: 120px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    overflow: hidden;
  }
}

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

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

.content_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .content_inner {
    width: 1100px;
  }
}
.content_inner .inner_section_block {
  margin-top: 70px;
}
.content_inner > .col2:not(:last-of-type) {
  margin-bottom: 110px;
}
@media screen and (min-width: 1100px) {
  .content_inner > .col2:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.col2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .col2 {
    flex-flow: column;
  }
}
.col2 .col2_img {
  width: 48%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .col2 .col2_img {
    width: 90%;
    margin: 0 auto 10px;
    order: -1;
  }
}
.col2 .col2_img img {
  object-fit: cover;
  min-height: 100%;
}
.col2 .col2_content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .col2 .col2_content {
    width: 86%;
    margin: 0 auto;
  }
}

.bg_gray {
  background-color: #F6F6F6;
}
.bg_gray .sec_title span {
  background-color: #F6F6F6;
}

*, ::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;
  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;
  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 {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

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

[aria-controls] {
  cursor: pointer;
}

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

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

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

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 1100px) {
  header {
    height: 90px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  margin: 0 5%;
}
@media screen and (min-width: 1100px) {
  header .header_pc {
    height: 90px;
    margin: 0 2.5%;
  }
}
header .header_pc .header_item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header .header_pc .header_item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 30px;
  list-style: none;
}
header .header_pc .header_item .nav ul li {
  font-size: 15px;
  margin-right: 16px;
  padding-right: 16px;
}
header .header_pc .header_item .nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
header .header_pc .header_item .nav ul li a {
  color: #484848;
  transition: all 0.5s;
}
header .header_pc .header_item .header_cta {
  width: 190px;
  height: 90px;
  margin-left: 30px;
}
header .header_pc .header_item .header_cta a {
  height: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FF531D;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18px;
  border-radius: 0 0 10px 10px;
}

#drawer {
  position: absolute;
  top: 14px;
  right: 2%;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 1100px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #FF531D;
  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, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #484848;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer .menu li {
  font-size: 1em;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.drawer_inner_btn ul li {
  margin-bottom: 15px;
}
.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}
.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #A6A6A6;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 30px;
  margin: 90px 0 10px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
}
.sp_menu .header_nav_block ul li {
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  transition: all 0.5s;
  position: relative;
  display: block;
  padding-right: 35px;
  padding-left: 10px;
}
.sp_menu .header_nav_block ul li a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.sp_menu .header_tel {
  padding: 0 30px;
}
.sp_menu .header_tel p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0 10px;
}

footer {
  background-color: #434343;
}
footer .footer_inner {
  margin: 0 auto;
  padding: 30px 2.5%;
  display: grid;
  row-gap: 50px;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    display: block;
    padding: 20px 6% 90px;
  }
}
footer .footer_inner .logo a {
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-text-fill-color: #fff;
}
@media screen and (min-width: 1100px) {
  footer .footer_inner .logo a {
    font-size: 20px;
    text-align: left;
  }
}
footer .footer_nav {
  padding: 0;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  footer .footer_nav {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  footer .footer_nav {
    display: none;
  }
}
footer .footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
footer .footer_nav ul li {
  margin-right: 20px;
}
footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul li {
    width: 100%;
    margin: 8px 0;
  }
}
footer .footer_nav ul li a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer .footer_nav ul li a {
    font-size: 14px;
    padding: 8px;
    display: flex;
    justify-content: center;
  }
}
footer .copy {
  color: #fff;
  grid-column: 1/3;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  footer .copy {
    text-align: right;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  background: #A6A6A6;
  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;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #484848;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  background: linear-gradient(to right, #FF7A50, #F23A00 52%, #D20707 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;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  flex-direction: column;
  background: #A6A6A6;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }
}

.logo a {
  display: block;
  background: linear-gradient(to right, #FF7A50, #F23A00 52%, #D20707 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: clamp(14px, 3vw, 30px);
  line-height: 1.2em;
}

.breadcrumb_block {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_block {
    width: 1100px;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #484848;
  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: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.archive_btn_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.archive_btn {
  border-radius: 5px;
  background-color: #A6A6A6;
  text-align: center;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  color: #fff;
  min-width: 170px;
  font-size: 12px;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .archive_btn {
    font-size: 13px;
    padding: 7px 0;
  }
}
.archive_btn::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 10px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: auto 100%;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
}
.archive_btn span {
  color: #fff;
  margin-left: -5px;
}

.app_btn_wrap {
  margin: 30px 0 0;
  text-align: center;
}

.app_btn {
  background: linear-gradient(to right, #FF7A50, #F23A00 52%, #D20707 100%);
  border-radius: 5px;
  transition: 0.5s;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
  font-size: 14px;
  min-width: 90%;
  display: inline-block;
  font-weight: 900;
}
@media screen and (min-width: 1100px) {
  .app_btn {
    font-size: 20px;
    min-width: 460px;
  }
}
.app_btn span {
  color: #fff;
}

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

.form_item input {
  width: auto;
  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;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #A6A6A6;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.form_block .mwform-radio-field {
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.form_block .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.form_block .mwform-radio-field input {
  margin-right: 5px;
}

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

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

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  height: auto;
  border-radius: 0.25rem 0.25rem 0 0;
}

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

.card_title {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  .card_title {
    font-size: 15px;
  }
}

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

.blog_post_date {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 1100px) {
  .blog_post_date {
    font-size: 15px;
  }
}

.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: #484848;
}
@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

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

@media screen and (max-width: 767px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

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

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

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

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

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

.area_title {
  text-align: center;
  margin: 0 auto 50px;
  display: block;
  background: linear-gradient(to right, #FF7A50, #F23A00 52%, #D20707 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  .area_title {
    font-size: 43px;
  }
}

.sec_title_wrap {
  text-align: center;
}

.sec_title {
  margin: 0 auto 60px;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec_title span {
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  display: inline-block;
  font-weight: 900;
  line-height: 1.7em;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .sec_title span {
    font-size: 33px;
  }
}
.sec_title::before, .sec_title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #484848;
  z-index: -1;
}
.sec_title::before {
  margin-right: 30px;
}
.sec_title::after {
  margin-left: 30px;
}

.sub_title {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  column-gap: 8px;
  justify-content: start;
}
@media screen and (min-width: 1100px) {
  .sub_title {
    margin-bottom: 20px;
  }
}
.sub_title::before {
  content: "";
  display: block;
  width: 11px;
  height: 17px;
  background-color: #FF531D;
}
@media screen and (min-width: 1100px) {
  .sub_title::before {
    width: 13px;
    height: 21px;
  }
}
.sub_title span {
  color: #484848;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
  flex: 1;
}
@media screen and (min-width: 1100px) {
  .sub_title span {
    font-size: 23px;
  }
}

p {
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}

ol, ul {
  padding-left: 1em;
}
ol li, ul li {
  line-height: 1.8em;
  font-size: 15px;
}
ol li::marker, ul li::marker {
  font-size: 10px;
}
ol li span, ul li span {
  vertical-align: bottom;
}

.text_link {
  font-weight: bold;
  color: #484848;
  text-decoration: underline;
}

.red_text {
  background-color: #FFD4C7;
  padding: 0 0.5em;
}

.text_list li {
  font-size: 14px;
  margin-bottom: 1.3em;
}
.text_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .text_list li {
    font-size: 18px;
  }
}

a {
  color: #484848;
}
a:hover {
  color: #484848;
}

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

.note {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.2em;
}
.note::before {
  content: "※";
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
.note span {
  vertical-align: initial;
  line-height: 1.2em;
  font-weight: 500;
}

.text_center {
  text-align: center;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_visual {
  width: 90%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1100px) {
  .main_visual {
    width: 95%;
  }
}
.main_visual .main_visual_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_visual .main_visual_inner h1 {
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  margin: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.6em;
  text-shadow: rgba(72, 72, 72, 0.5) 0 0 10px;
}
@media screen and (min-width: 1100px) {
  .main_visual .main_visual_inner h1 {
    font-size: 75px;
    line-height: 1.2em;
  }
}
.main_visual .main_visual_inner h1 span {
  display: block;
}
@media screen and (min-width: 1100px) {
  .main_visual .main_visual_inner h1 span {
    font-size: 55px;
  }
}
.main_visual .slider {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 50vh;
}
@media screen and (min-width: 1100px) {
  .main_visual .slider {
    height: 690px;
  }
}
.main_visual .slider img {
  object-fit: cover;
  height: 100%;
  height: 50vh;
}
@media screen and (min-width: 1100px) {
  .main_visual .slider img {
    height: 690px;
  }
}
.main_visual .dots {
  position: absolute;
  text-align: center;
  margin: 20px 0;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  .main_visual .dots {
    margin: 30px 0;
  }
}
.main_visual .dots .slick-dots {
  position: relative;
  bottom: 0;
}
.main_visual .dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin: 0 10px;
}
@media screen and (min-width: 1100px) {
  .main_visual .dots .slick-dots li {
    height: 20px;
    width: 20px;
    margin: 0 15px;
  }
}
.main_visual .dots .slick-dots li button {
  color: transparent;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  opacity: 1;
  padding: 0;
  border-radius: 50%;
  transition: all 0.5s;
}
@media screen and (min-width: 1100px) {
  .main_visual .dots .slick-dots li button {
    height: 20px;
    width: 20px;
  }
}
.main_visual .dots .slick-dots li button::before {
  content: none;
}
.main_visual .dots .slick-dots li.slick-active button {
  background-color: #fff;
}

.news_block {
  width: 100%;
  background-color: #F6F6F6;
}
.news_block .news_block_inner {
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  padding: 30px 100px 40px;
  display: grid;
  align-items: center;
  grid-template-columns: 20% auto;
  justify-content: stretch;
  column-gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .news_block .news_block_inner {
    width: 90%;
    padding: 50px 0;
    grid-template-columns: 30% auto;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 30px 2%;
  }
}
.news_block .news_block_inner .news_heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_block .news_block_inner .news_heading h2 {
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.7em;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list {
    margin-bottom: 30px;
  }
}
.news_block .news_block_inner .news_list .no_post {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list .no_post {
    padding: 20px 0 20px;
  }
}
.news_block .news_block_inner .news_list a {
  color: #484848;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.news_block .news_block_inner .news_list a:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a {
    flex-wrap: wrap;
    font-size: 15px;
  }
}
.news_block .news_block_inner .news_list a:hover {
  color: #484848;
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl {
  margin: 0;
  display: block;
  column-gap: 50px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_list a dl {
    display: flex;
  }
}
.news_block .news_block_inner .news_list a dl:hover::after {
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl:not(:last-of-type) {
  padding: 0 10px 10px;
  margin: 0;
  border-bottom: #CDCDCD 1px solid;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_list a dl:not(:last-of-type) {
    padding: 0 10px 20px;
  }
}
.news_block .news_block_inner .news_list a dl dt,
.news_block .news_block_inner .news_list a dl dd {
  font-weight: 500;
  margin: 0;
}
.news_block .news_block_inner .archive_btn_wrap {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .archive_btn_wrap {
    margin: 15px auto 0;
  }
}
.news_block .news_block_inner .archive_btn_wrap .archive_btn {
  min-width: 128px;
}

#top_overview {
  padding: 80px 0;
}
@media screen and (min-width: 1100px) {
  #top_overview {
    padding: 170px 0;
  }
}
#top_overview .content_inner {
  text-align: center;
}
#top_overview .content_inner .overview_list {
  padding: 0;
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  #top_overview .content_inner .overview_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
  }
}
#top_overview .content_inner .overview_list li {
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  #top_overview .content_inner .overview_list li {
    margin-bottom: 0;
  }
}
#top_overview .content_inner .overview_list li img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #top_overview .content_inner .overview_list li img {
    border-radius: 10px;
  }
}
#top_overview .content_inner .overview_list li .title {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #top_overview .content_inner .overview_list li .title {
    font-size: 21px;
  }
}
#top_overview .content_inner .overview_list li .title .num {
  background-color: #FF531D;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  text-align: center;
  margin-right: 10px;
}
#top_overview .content_inner .overview_list li .title .ttl {
  color: #FF531D;
}

#top_tour_menu {
  padding: 40px 0 120px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  #top_tour_menu {
    padding: 40px 0 220px;
  }
}
#top_tour_menu .col2 {
  position: relative;
}
#top_tour_menu .col2 h2 {
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #top_tour_menu .col2 h2 {
    font-size: 43px;
  }
}
#top_tour_menu .col2 .col2_img {
  margin: 0 auto 40px;
}
@media screen and (min-width: 1100px) {
  #top_tour_menu .col2 .col2_img {
    margin: 0 0 40px;
  }
}
#top_tour_menu .col2 p {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  #top_tour_menu .col2 p {
    font-size: 23px;
  }
}

.layout_2col {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout_2col .layout_2col_inner {
  flex-basis: 48%;
  margin-bottom: 40px;
}
.layout_2col .layout_2col_inner h3 {
  text-align: center;
  font-size: clamp(20px, 4vw, 30px);
}
.layout_2col .col2.no-after::after {
  display: none;
}

.tour_info_wrap {
  margin-bottom: 50px;
}
.tour_info_wrap h3 {
  font-size: clamp(20px, 4vw, 30px);
  border-bottom: 1px solid #484848;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.tour_info_wrap dl {
  display: flex;
  column-gap: 1em;
}
.tour_info_wrap dl, .tour_info_wrap li {
  font-size: clamp(14px, 3vw, 20px);
}
.tour_info_wrap dt {
  width: 3.5em;
}
.tour_info_wrap dd {
  flex: 1;
}

#top_message {
  text-align: center;
  padding: 100px 0;
}
@media screen and (min-width: 1100px) {
  #top_message .content_inner {
    width: 800px;
  }
}
#top_message h3 {
  font-weight: bolder;
  color: #004F88;
  font-size: 23px;
}
#top_message p {
  font-size: 18px;
  line-height: 1.9em;
  font-weight: bolder;
  margin-bottom: 80px;
}
@media screen and (min-width: 1100px) {
  #top_message p {
    font-size: 23px;
  }
}
#top_message .app_btn span {
  font-size: 25px;
}
@media screen and (min-width: 1100px) {
  #top_message .app_btn span {
    font-size: 35px;
  }
}

@media screen and (min-width: 1100px) {
  #top_tour_menu .col2:nth-child(3)::after {
    left: -11%;
  }
  #top_tour_menu .col2.no_pic::after {
    display: none;
  }
}
.col2.no_pic .col2_content {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  #top_tour_menu .col2::after {
    bottom: auto;
    top: 200px;
  }
}
@media screen and (min-width: 1100px) {
  #top_tour_menu .col2.kushida::after {
    left: -11%;
  }
}
.inquiry_btn .app_btn span {
  font-size: 25px;
}

@media screen and (min-width: 1100px) {
  .inquiry_btn .app_btn span {
    font-size: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .col2.no-after.no_pic ol li {
    font-size: 23px;
    margin-bottom: 0.5em;
  }
  .col2.no-after.no_pic ol li::marker {
    font-size: 23px;
  }
}
.col2.no-after.no_pic ol li {
  font-size: 18px;
  margin-bottom: 0.5em;
}

.col2.no-after.no_pic ol li::marker {
  font-size: 18px;
}

/*20250421*/
.tour-review h3 {
  margin-bottom: 1em;
}

.tour-review h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

.main_visual_subpage {
  width: 100%;
  height: 300px;
  background-image: url(./assets/images/subpage/main_visual_sample.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .main_visual_subpage {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main_visual_subpage {
    height: 250px;
    margin-top: 0;
  }
}
.main_visual_subpage .page_name h1 {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-shadow: rgba(72, 72, 72, 0.5) 0 0 10px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1100px) {
  .main_visual_subpage .page_name h1 {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .subpage .content_block {
    padding: 50px 0;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .no_post .archive_btn_wrap {
  margin-top: 30px;
}
.subpage .note,
.subpage .quote {
  font-size: 13px;
}
.subpage .note a,
.subpage .quote a {
  font-size: 13px;
}
.subpage .note {
  line-height: 1.6em;
}
.subpage .note::before {
  line-height: 1.6em;
}
.subpage .note span {
  line-height: 1.6em;
}

#page_privacy .main_visual_subpage {
  background-image: url(./assets/images/subpage/main_visual_privacy.jpg);
}

#page_app .main_visual_subpage {
  background-image: url(./assets/images/subpage/main_visual_app.jpg);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #FF531D;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-list-item-label {
  font-weight: bold !important;
}

.exp_list li {
  font-size: 22px;
}

@media screen and (max-width: 1099px) {
  .exp_list li {
    font-size: 18px;
  }
}
.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #A6A6A6;
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .wpcf7-submit {
  border: none;
  transition: all 0.5s;
  width: 90%;
  display: block;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(to right, #FF7A50, #F23A00 52%, #D20707 100%);
  margin: 50px auto 0;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:focus, .wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .wpcf7-submit {
    width: 280px;
    padding: 15px 0;
  }
}
.wpcf7 .wpcf7-submit::after {
  content: "";
  width: 22px;
  height: 14px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit::after {
    width: 18px;
    height: 11px;
    right: 10px;
  }
}
.wpcf7 .form_btn[value=back] {
  background: #fff;
  color: #484848;
}
.wpcf7 .form_btn[value=back]::after {
  left: 20px;
  right: auto;
  transform: scale(-1, 1) translateY(-50%);
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 17px;
  font-weight: 600;
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #A6A6A6;
}
.wpcf7 .select_wrap {
  position: relative;
}
.wpcf7 .select_wrap::after {
  content: "";
  position: absolute;
  top: 31%;
  right: 20px;
  width: 9px;
  aspect-ratio: 1/1;
  border-right: 2px solid #AFD0E8;
  border-bottom: 2px solid #AFD0E8;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.wpcf7 select {
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #484848;
  background: #fff;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 select {
    font-size: 16px;
  }
}
.wpcf7 .mwform-radio-field {
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.wpcf7 .required {
  background-color: #FF531D;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

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

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

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

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #A6A6A6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 24px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 20px;
  }
}

.posts_item_list {
  width: 90%;
  margin: 0 auto;
}
.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F6F6F6;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
}
.posts_date {
  color: #484848;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}
@media screen and (min-width: 1100px) {
  .posts_date {
    font-size: 15px;
  }
}
.posts_title {
  font-size: 15px;
  line-height: 2;
}
.posts_cat span {
  border: 1px solid;
  color: #A6A6A6;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #A6A6A6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.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: #484848;
  margin-bottom: 10px;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .archive_btn_wrap {
  margin-top: 50px;
  text-align: center;
}

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

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  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) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}