@charset "UTF-8";
/*
Theme Name: Enfold Child
Description: A <a href='https://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: https://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
/* 共通ここから ================================================================================= */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 16px;
  overflow-wrap: break-word;
}
body.page-id-196 {
  background: none;
}
body.page-id-196 .title_container {
  display: none;
  visibility: hidden;
}
body p {
  margin: 0;
  padding: 0;
}

.flex_cell {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
}

.p-indent {
  margin-left: 16px;
}

.mt0 {
  margin-top: 0 !important;
}

figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a[href^="tel:"] {
  pointer-events: none;
}

.html_header_top.html_header_sticky #header {
  left: 0;
  top: 0;
}

#header {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

:root {
  --enfold-header-color-bg: transparent !important;
  --enfold-socket-color-bg: transparent !important;
}

#header_main {
  border-bottom-width: inherit;
  border-bottom-style: inherit;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #header_main {
    padding: 3vw;
  }
}

.main_menu {
  clear: both;
  position: static;
  z-index: inherit;
  line-height: inherit;
  height: inherit;
  margin: 0;
  right: inherit;
  display: inline-block;
  width: calc(100% - 300px);
}

@media (max-width: 767px) {
  .responsive #top #wrap_all .main_menu {
    display: none;
  }
}
#header_main .container, .main_menu ul:first-child > li a {
  height: auto !important;
  line-height: inherit !important;
  position: relative;
}

.av-hamburger-box {
  width: 80px;
  height: 24px;
  display: inline-block;
  padding-left: 45px;
  position: relative;
  box-sizing: border-box;
  transform: translateY(2px);
}

.av-hamburger-inner,
.av-hamburger-inner::after,
.av-hamburger-inner::before {
  width: 35px;
  height: 2px;
  background-color: white !important;
  border-radius: inherit;
  position: absolute;
  transition: transform 0.15s ease;
}

.av-hamburger strong {
  display: block;
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul li:hover a, #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .responsive #top #wrap_all .container {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
}
.home-h1 {
  display: none !important;
}

.html_header_transparency #top .avia-builder-el-0 .container {
  padding-top: 0 !important;
}

.home-catch {
  position: absolute !important;
  left: 50%;
  top: 17vw;
  transform: translateX(-50%);
  padding: 0;
  z-index: 5 !important;
  width: calc(100% - 100px);
  max-width: 1340px;
  height: auto !important;
  box-sizing: border-box;
  background: transparent !important;
  color: white !important;
}
.home-catch .home-catch-inbox em {
  display: block;
  font-style: normal;
  font-size: 6.2vw;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0.5em;
}
.home-catch .home-catch-inbox p {
  margin: 0;
  padding: 0;
  font-size: 1.5vw;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .home-catch .home-catch-inbox {
    font-size: 20px;
  }
  .home-catch .home-catch-inbox em {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .home-catch {
    top: 34.5vw;
  }
  .home-catch .home-catch-inbox {
    font-size: 3.98vw;
  }
  .home-catch .home-catch-inbox em {
    font-size: 7.5vw;
  }
}

.home-slider {
  background: white;
}
.home-slider .avia-slideshow li .avia-slide-wrap {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.home-slider .avia-slideshow li .avia-slide-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(80%);
}
@media (max-width: 767px) {
  .home-slider .avia-slideshow li .avia-slide-wrap {
    aspect-ratio: 1/1;
  }
}

#top .avia-slideshow-arrows a {
  display: none;
}

.avia-slideshow-dots a {
  display: inline-block;
  height: 5px !important;
  width: 30px !important;
  margin: 0 8px !important;
  padding: 0 !important;
  border-radius: unset !important;
  background: #d9d9d9;
  opacity: 1 !important;
}

.avia-slideshow-dots a.active, .avia-slideshow-dots a:hover {
  display: inline-block;
  background: black;
  opacity: 1 !important;
  height: 10px !important;
}

.recent-posts-list {
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
  list-style: none !important;
  margin: 0 auto;
  margin-top: 30px;
}
.recent-posts-list li {
  margin: 0;
  padding: 0;
  border-top: solid 1px #eee !important;
}
.recent-posts-list li:last-child {
  border-bottom: solid 1px #eee !important;
}
.recent-posts-list li a {
  padding: 1.5em 60px 1.5em 0;
  text-decoration: none;
  color: #111;
  line-height: 1.7;
  display: grid;
  grid-template-columns: 170px auto;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  transition: all 0.3s;
}
.recent-posts-list li a .rps-date {
  margin: 0;
  padding: 0;
  text-align: right;
  font-family: "Poppins", sans-serif;
}
.recent-posts-list li a .rps-date span {
  display: inline-block;
  font-size: 16px;
}
.recent-posts-list li a .rps-date span.new-mark {
  font-size: 14px;
  font-weight: 700;
  background: #E89209;
  padding: 2px 7px;
  color: white;
  margin-right: 0.5em;
}
.recent-posts-list li a p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
.recent-posts-list li a h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.7;
}
.recent-posts-list li a:after {
  content: url("/wp/wp-content/uploads/2026/02/arrow.svg");
  position: absolute;
  right: 20px;
  top: calc(1.5em + 3px);
  opacity: 0.5;
  transition: all 0.3s;
}
.recent-posts-list li a:hover {
  color: #295A70;
  background: #f3f3f3;
}
.recent-posts-list li a:hover:after {
  right: 12px;
  opacity: 1;
}
.recent-posts-list li a.external-link:after {
  content: url("/wp/wp-content/uploads/2026/06/icon-target.svg");
}
.recent-posts-list li a.external-link:hover:after {
  right: 20px;
  transform: scale(1.25);
  opacity: 1;
}
@media (max-width: 767px) {
  .recent-posts-list li a {
    padding: 1em 50px 1em 0.75em;
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
  .recent-posts-list li a .rps-date {
    text-align: left;
  }
  .recent-posts-list li a:after {
    opacity: 1;
  }
  .recent-posts-list li a:hover {
    color: black;
    background: white;
  }
  .recent-posts-list li a:hover:after {
    right: 20px;
  }
}
.recent-posts-list li.no-topics {
  border: solid 1px #eee !important;
  text-align: center;
  padding: 1.25em 1em;
}

.av-layout-grid-container .flex_cell.av_one_full.av-cell-link {
  display: inherit;
}

.blocklink-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 50px 25px !important;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .blocklink-wrap {
    padding: 0 0 50px 0 !important;
  }
}
.blocklink-wrap:after {
  content: url("https://satoship.co.jp/wp/wp-content/uploads/2026/02/arrow.svg");
  position: absolute;
  right: 50px;
  bottom: 20px;
  transform: scale(2);
  z-index: 5;
  opacity: 0.5;
  transition: all 0.3s;
}
.blocklink-wrap:hover {
  background: #f5f5f5 !important;
}
.blocklink-wrap:hover:after {
  right: 30px;
  opacity: 1;
}

.home-blocklink {
  display: block;
  margin: 0 auto !important;
  position: unset;
  transition: all 0.3s;
}
.home-blocklink .flex_cell_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
  text-align: left;
  padding: 25px;
  position: relative;
  transition: all 0.3s;
}
.home-blocklink .flex_cell_inner:after {
  content: url("https://satoship.co.jp/wp/wp-content/uploads/2026/02/arrow.svg");
  position: absolute;
  right: 70px;
  bottom: 100px;
  transform: scale(2);
  z-index: 5;
  opacity: 0.5;
  transition: all 0.3s;
}
.home-blocklink .flex_cell_inner:hover {
  background: #f5f5f5 !important;
}
.home-blocklink .flex_cell_inner:hover:after {
  right: 55px;
  opacity: 1;
}
.home-blocklink .flex_cell_inner br, .home-blocklink .flex_cell_inner p {
  display: none;
}
.home-blocklink .flex_cell_inner .about-us_p p {
  display: block;
}
@media (max-width: 1199px) {
  .home-blocklink .flex_cell_inner {
    gap: 5vw;
  }
}
@media (max-width: 767px) {
  .home-blocklink .flex_cell_inner {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .home-blocklink .flex_cell_inner:after {
    right: 30px;
    bottom: 15px;
    transform: scale(1.5);
  }
  .home-blocklink .flex_cell_inner:hover:after {
    right: 15px;
  }
}

.home-h3-lead p {
  line-height: 1.4;
  margin: 0;
}

.job-module p, .job-module br {
  display: none;
}
.job-module img {
  margin: 10px 0;
}
.job-module .job-txt h4, .job-module .job-txt p {
  line-height: 1.5;
}
.job-module .job-txt h4 {
  margin-bottom: 0.75em;
  font-weight: 500;
  color: #295A70;
  font-size: 17px;
}
.job-module .job-txt p {
  display: block;
  font-size: 15px;
}

.recruit-img_gallery {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  background: white;
}
@media (max-width: 767px) {
  .recruit-img_gallery {
    padding: 20px 3vw;
  }
}

.carousel-slider .carousel-slider__item img {
  border-radius: 3px;
}

.home-business-upper,
.home-business-gallery,
.home-business-bottom,
.home-recruit-gallery {
  padding: 0 calc((100% - 1200px) / 2) 30px calc((100% - 1200px) / 2);
  max-width: 1200px;
}

.home-business-upper {
  text-align: left;
}

.home-business-bottom {
  padding-bottom: 70px;
}

.home-business-gallery .flex_cell_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: right;
  gap: 2%;
  padding-left: 15%;
  padding-bottom: 50px;
}
.home-business-gallery .flex_cell_inner img {
  width: 100%;
  height: auto;
}

.home-business-gallery_lefty .flex_cell_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: left;
  gap: 2%;
  padding-right: 15%;
  padding-bottom: 50px;
}
.home-business-gallery_lefty .flex_cell_inner img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .home-business-gallery .flex_cell_inner,
  .home-business-gallery_lefty .flex_cell_inner {
    grid-template-columns: 1fr;
    justify-content: inherit;
    gap: 2vw;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5vw;
  }
  .home-business-gallery .flex_cell_inner .avia-iframe-wrap, .home-business-gallery .flex_cell_inner .avia-video,
  .home-business-gallery_lefty .flex_cell_inner .avia-iframe-wrap,
  .home-business-gallery_lefty .flex_cell_inner .avia-video {
    margin-bottom: 10px;
  }
}
.home-recruit-image .post-entry-type-page {
  max-width: inherit;
  padding: 0;
  margin-bottom: 30px;
}
.home-recruit-image .post-entry-type-page img {
  border-radius: unset;
}

.home-recruit-gallery {
  margin: 0 auto;
}

.movie-square-thumb {
  aspect-ratio: 1/1 !important;
  overflow: hidden !important;
  background: black;
  place-content: center;
  border-radius: 3px;
}

.business-h3 .av-subheading_above p {
  font-size: 80px;
  font-weight: 500;
  color: #ccc;
  margin: 0;
  padding: 0 0 0.25em 0;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .business-h3 .av-subheading_above p {
    font-size: 10vw;
  }
}
.business-h3 h3 {
  font-size: 28px;
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
  float: none !important;
}
@media (max-width: 767px) {
  .business-h3 h3 {
    font-size: 5vw;
  }
}

.vessel-module {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
  border-bottom: dotted 2px #ccc !important;
}
.vessel-module .flex_cell_inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: flex-start;
  gap: 50px;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 767px) {
  .vessel-module .flex_cell_inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.vessel-module .flex_cell_inner p, .vessel-module .flex_cell_inner br {
  display: none;
}
.vessel-module .flex_cell_inner .flex_column {
  float: none;
  margin: 0;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .vessel-module .flex_cell_inner .flex_column {
    padding: 0 0 30px 0;
  }
}
.vessel-module .vessel-photo {
  padding: 3%;
  background: #f5f5f5;
}
.vessel-module .vessel-photo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.av-special-heading-h3.vessel-h3 {
  margin-bottom: 1em !important;
}
.av-special-heading-h3.vessel-h3 h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 0 0.75em 0.2em 0 !important;
  border-bottom: solid 3px #7CABC0 !important;
  color: #295A70 !important;
  float: none !important;
}
@media (max-width: 767px) {
  .av-special-heading-h3.vessel-h3 h3 {
    font-size: 5vw !important;
    margin-bottom: 0 !important;
  }
}

.av-special-heading.vessel-h4 {
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 1em;
}
.av-special-heading.vessel-h4 .special-heading-border {
  display: none;
}
.av-special-heading.vessel-h4 h4 {
  font-size: 16px;
  font-weight: 400;
  background: #f6f6f6;
  color: #295A70;
  padding: 0.35em 1.25em !important;
  border-radius: 3.5em;
  display: inline-block;
  float: none !important;
}

.av-special-heading-h3 .special-heading-border {
  height: inherit;
  display: none;
}

body .av-special-heading .av-special-heading-tag {
  float: none;
}

div .logo {
  float: none;
  position: static;
  left: inherit;
  z-index: inherit;
}

@media (max-width: 767px) {
  div .flex_column {
    float: none;
    display: block;
  }
}
.logo,
.logo a {
  overflow: inherit;
  position: relative;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  max-height: inherit !important;
}

@media (max-width: 767px) {
  .responsive #top .logo {
    height: inherit !important;
    width: 55vw;
  }
}
/* default Nav */
.av-main-nav-wrap {
  float: none;
  z-index: inherit;
}

.av-main-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
}

.av-main-nav > li {
  line-height: inherit;
}

.av-main-nav li {
  float: none;
  position: relative;
  z-index: inherit;
  display: none;
}
.av-main-nav li.menu-item-type-custom {
  display: inline-block;
  position: relative;
  padding: 0;
}
.av-main-nav li.menu-item-type-custom a {
  color: white !important;
  padding: 0 0.35em;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.av-main-nav li.menu-item-type-custom a span.avia-bullet, .av-main-nav li.menu-item-type-custom a span.avia-menu-fx {
  display: none;
}
.av-main-nav li.menu-item-type-custom:after {
  display: inline-block;
  content: "/";
  color: white;
}
.av-main-nav li.menu-item-type-custom.menu-item-top-level-8:after {
  content: none;
}
.av-main-nav li.av-burger-menu-main {
  display: block;
}

.main-nav {
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 601;
}
@media (max-width: 767px) {
  .main-nav {
    padding: 7px 0;
  }
}
.main-nav .navarea {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  max-width: 1310px !important;
  padding: 0 15px !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.main-nav .main-navmenu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: right;
  gap: 10px;
}
@media (max-width: 767px) {
  .main-nav .main-navmenu {
    display: none;
  }
}
.main-nav .main-navmenu a {
  color: white;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 601 !important;
  transition: all 0.3s;
  display: block;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: 6px;
  background: white;
  transition: all 0.3s;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

/* rightpanel menu */
.html_av-overlay-side .av-burger-overlay-bg {
  opacity: 0.8;
  mix-blend-mode: multiply;
}

#top #av-burger-menu-ul {
  text-align: left;
}

@media (max-width: 767px) {
  #footer .widget {
    margin: 0 0 3vw 0;
  }
}
.html_header_top.html_header_sticky #main {
  padding-top: 0;
}

.html_stretched #wrap_all,
#main,
.alternate_color {
  background: white;
}

.alternate_color, .alternate_color div, .alternate_color header, .alternate_color main, .alternate_color aside, .alternate_color footer, .alternate_color article, .alternate_color nav, .alternate_color section, .alternate_color span, .alternate_color applet, .alternate_color object, .alternate_color iframe, .alternate_color h1, .alternate_color h2, .alternate_color h3, .alternate_color h4, .alternate_color h5, .alternate_color h6, .alternate_color p, .alternate_color blockquote, .alternate_color pre, .alternate_color a, .alternate_color abbr, .alternate_color acronym, .alternate_color address, .alternate_color big, .alternate_color cite, .alternate_color code, .alternate_color del, .alternate_color dfn, .alternate_color em, .alternate_color img, .alternate_color ins, .alternate_color kbd, .alternate_color q, .alternate_color s, .alternate_color samp, .alternate_color small, .alternate_color strike, .alternate_color strong, .alternate_color sub, .alternate_color sup, .alternate_color tt, .alternate_color var, .alternate_color b, .alternate_color u, .alternate_color i, .alternate_color center, .alternate_color dl, .alternate_color dt, .alternate_color dd, .alternate_color ol, .alternate_color ul, .alternate_color li, .alternate_color fieldset, .alternate_color form, .alternate_color label, .alternate_color legend, .alternate_color table, .alternate_color caption, .alternate_color tbody, .alternate_color tfoot, .alternate_color thead, .alternate_color tr, .alternate_color th, .alternate_color td, .alternate_color article, .alternate_color aside, .alternate_color canvas, .alternate_color details, .alternate_color embed, .alternate_color figure, .alternate_color fieldset, .alternate_color figcaption, .alternate_color footer, .alternate_color header, .alternate_color hgroup, .alternate_color menu, .alternate_color nav, .alternate_color output, .alternate_color ruby, .alternate_color section, .alternate_color summary, .alternate_color time, .alternate_color mark, .alternate_color audio, .alternate_color video, #top .alternate_color .pullquote_boxed, .responsive #top .alternate_color .avia-testimonial, .responsive #top.avia-blank #main .alternate_color.container_wrap:first-child, #top .alternate_color.fullsize .template-blog .post_delimiter, .alternate_color .related_posts.av-related-style-full a {
  border: none;
}

.main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif !important;
  word-break: normal;
}

.special_amp {
  font-family: inherit;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit !important;
}

.responsive .container {
  max-width: inherit;
  padding: 0;
}
.responsive .template-blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 30px;
}
@media (max-width: 767px) {
  .responsive .template-blog {
    padding: 30px 15px !important;
  }
}
.responsive .template-blog .av_textblock_section p img {
  display: block;
  margin: 15px auto;
}
.responsive .template-blog main figure,
.responsive .template-blog main p {
  margin: 0 auto;
  max-width: 960px;
}
.responsive .template-blog main figure {
  padding: 30px 0;
}
.responsive .template-blog main p {
  line-height: 1.8;
  padding-bottom: 1em;
}
.responsive .template-blog main p:last-child {
  padding-bottom: 0;
}

.post {
  float: none;
  display: block;
}
.post .entry-content-header {
  text-align: left;
  border-bottom: solid 2px #295A70;
  margin-bottom: 30px;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
  text-align: left !important;
  max-width: inherit !important;
  width: 100%;
  overflow: inherit !important;
}

#top .fullsize .template-blog .post-title {
  text-align: left;
  max-width: inherit;
  font-size: 26px;
  text-transform: inherit;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0.35em;
  color: #295A70;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
  max-width: inherit;
}

#top .fullsize .template-blog .post-meta-infos {
  display: inline-block;
  text-align: right;
  border-bottom: solid 2px #295A70;
  padding-right: 15px;
}
#top .fullsize .template-blog .post-meta-infos span.text-sep {
  opacity: 1;
  color: transparent;
  margin: 0;
}
#top .fullsize .template-blog .post-meta-infos span.text-sep:after {
  content: "Posted";
  font-size: 80%;
  color: #888;
}
#top .fullsize .template-blog .post-meta-infos span.blog-author {
  display: none;
}

.html_modern-blog #top .post-entry .blog-categories {
  text-align: right;
  font-weight: 400;
  font-size: inherit;
  padding: 10px 15px;
  background: #f8f8f8;
  top: 0;
  text-transform: inherit;
}
.html_modern-blog #top .post-entry .blog-categories a {
  display: inline-block;
  background: white;
  font-size: 16px;
  font-weight: 600;
  color: #295A70 !important;
  padding: 0.35em 1em 0.35em 2em;
  line-height: 1;
  border: solid 1px #ccc;
  border-radius: 5em;
  position: relative;
}
.html_modern-blog #top .post-entry .blog-categories a:before {
  content: "▼";
  font-size: 70%;
  position: absolute;
  left: 0.75em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.more-link {
  display: none;
}

#top .fullsize .template-blog .post_delimiter {
  width: inherit;
  left: inherit;
  position: inherit;
  max-width: inherit;
}

.template-blog .post_delimiter {
  margin: 0;
  padding: 0;
}

.title_container .main-title,
.title_container strong.main-title {
  padding: 128px 25px 0 25px;
  margin: 0 auto;
  position: relative;
  z-index: inherit;
  min-height: inherit;
  top: inherit;
  background: transparent;
  display: block;
  color: white !important;
  max-width: 1310px !important;
}
.title_container .main-title a,
.title_container strong.main-title a {
  pointer-events: none;
  cursor: text !important;
  margin: 0 auto;
  text-align: left;
  display: block;
  font-size: 32px;
  line-height: 1.35em;
  font-weight: 600 !important;
  padding: 0;
}
@media (max-width: 767px) {
  .title_container .main-title,
  .title_container strong.main-title {
    padding: 18.5vw 4.5vw 0 4.5vw;
  }
  .title_container .main-title a,
  .title_container strong.main-title a {
    font-size: 6.2vw;
    padding: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.71em;
    overflow: hidden !important;
  }
}

.av-post-metadata-meta-content {
  font-weight: 500;
  display: inline-block;
  padding-bottom: 10px !important;
  border-bottom: solid 1px #2d5c88 !important;
}

.av-post-metadata-author,
.av-post-metadata-separator {
  display: none;
}

.av-post-metadata-modified {
  margin-right: 0.75em;
}

.av-post-metadata-container {
  text-align: right !important;
}

.av-post-metadata-container-inner {
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .av-post-metadata-container-inner {
    margin-top: 7vw;
    margin-bottom: 2.5vw;
  }
}

.alternate_color.title_container .main-title a {
  color: #fff !important;
}

.pagination {
  text-align: right;
  padding: 15px;
}

#top .pagination .current,
#top .pagination a {
  float: none;
  display: inline-block;
}

.post-entry-type-page {
  margin: 0 auto;
  box-sizing: border-box;
}

.fullsize .content.av-main-404 {
  margin: 0;
  padding: 30px;
  border: none;
  box-sizing: border-box;
}

.top-message-slogan h3 {
  font-size: 26px;
  padding: 0;
  line-height: 1.5 !important;
  margin: 0 auto;
  margin-bottom: 0.55em;
  text-align: center;
}
@media (max-width: 767px) {
  .top-message-slogan h3 {
    text-align: left;
    font-size: 22px;
  }
}

body .column-top-margin.message-txt {
  margin-top: 0;
}

#top .title_container .container {
  padding: 0;
  background: transparent url("https://satoship.co.jp/wp/wp-content/uploads/2026/07/headerImg_260702.jpg") no-repeat center top;
  background-size: cover;
  min-height: 262px;
}
@media (max-width: 767px) {
  #top .title_container .container {
    min-height: 50vw;
  }
}

.breadcrumb-trail .bbp-breadcrumb-current,
.breadcrumb-trail .sep,
.breadcrumb-trail .trail-before,
.breadcrumb-trail .trail-end,
.breadcrumb-trail a {
  display: inline-block;
  float: none;
  color: white;
  padding: 0;
  vertical-align: middle;
}

.bbp-breadcrumb-current a, .breadcrumb-trail span {
  color: white;
}

.breadcrumb-trail .trail-end {
  max-width: 15em;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 1.6em;
  overflow: hidden !important;
}
.breadcrumb-trail .trail-before {
  display: none;
}

@media (max-width: 767px) {
  .responsive .title_container .main-title + .breadcrumb {
    position: relative;
    right: auto;
    top: 0;
    margin: 0;
    left: 0;
  }
  .responsive #top #wrap_all #header {
    position: absolute;
  }
}
.title_container .breadcrumb {
  z-index: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.5em;
  padding: 1em 50px;
  color: white;
  background: rgba(255, 255, 255, 0.25);
  border-bottom: solid 1px #7CABC0;
  transform: inherit !important;
}
@media (max-width: 767px) {
  .title_container .breadcrumb {
    padding: 0.6em 5vw;
  }
}
.title_container .breadcrumb .breadcrumb-trail {
  max-width: 1200px;
  margin: 0 auto;
}

body .container_wrap .hr.avia-builder-el-first, body .container_wrap .hr.avia-builder-el-last {
  margin: 20px 0;
}

.hr {
  clear: both;
  display: block;
  width: 100%;
  height: inherit;
  line-height: inherit;
  position: relative;
  margin: 0 !important;
  padding: 35px 0;
  float: none;
  background: white;
}
@media (max-width: 767px) {
  .hr {
    padding: 3.5vw 0;
  }
}

#scroll-top-link {
  bottom: 80px;
  z-index: 599;
}
#scroll-top-link.avia_pop_class {
  opacity: 1;
  visibility: visible;
  background: black;
  border: solid 1px transparent;
}
#scroll-top-link.avia_pop_class:hover {
  background: #295A70;
  border: solid 1px white;
}
#scroll-top-link.avia-svg-icon svg:first-child {
  fill: white;
}
#scroll-top-link.avia-svg-icon:hover svg:first-child {
  fill: white;
}

@media (max-width: 767px) {
  .responsive #scroll-top-link {
    right: 3vw;
    bottom: 25vw;
    display: block;
  }
}
.fullsize .content .entry-content-wrapper,
.av-layout-grid-container {
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 767px) {
  .responsive #top #wrap_all .av-flex-cells .no_margin.blocklink-wrap {
    display: block;
    overflow: visible;
    padding: 3.5vw 3.5vw 50px 3.5vw !important;
  }
}
.content, .sidebar {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .content {
    padding-bottom: 0;
  }
}
.flex_cell_inner {
  max-width: 1200px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .flex_cell_inner {
    padding: 0 3vw;
  }
}

/* MOBILE-FOOTER-MENU */
.mobile-footer-menu {
  display: none;
  position: relative;
  z-index: 700 !important;
}
@media (max-width: 767px) {
  .mobile-footer-menu {
    display: block;
  }
}
.mobile-footer-menu .fm-button {
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  background: #083245;
  list-style: none;
  z-index: 5;
  border-top: solid 1px #777;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
}
.mobile-footer-menu .fm-button li {
  border-left: solid 1px #aaa;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-footer-menu .fm-button li:first-child {
  border-left: none;
}
.mobile-footer-menu .fm-button li a {
  display: block;
  color: white;
  background: transparent;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 3vw 0;
}
.mobile-footer-menu .fm-button li a span {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.mobile-footer-menu .fm-button li a figure {
  width: 36%;
  margin: 0 auto;
  margin-bottom: 1.5vw;
}
.mobile-footer-menu .fm-button li a small {
  display: block;
  font-size: 3vw;
  letter-spacing: 0;
  line-height: 1.1;
}
.mobile-footer-menu .fm-button li .menubtn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  background: #083245;
  padding-top: 3.5vw;
  box-sizing: border-box;
  transition: all 0.5s;
}
.mobile-footer-menu .fm-button li .menubtn .bar-box {
  width: 34%;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  margin: 0 auto;
}
.mobile-footer-menu .fm-button li .menubtn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.3s ease-in-out;
}
.mobile-footer-menu .fm-button li .menubtn span:nth-child(1) {
  top: 0;
}
.mobile-footer-menu .fm-button li .menubtn span:nth-child(2) {
  top: 39%;
}
.mobile-footer-menu .fm-button li .menubtn span:nth-child(3) {
  top: 78%;
}
.mobile-footer-menu .fm-button li .menubtn p {
  color: #fff;
  display: block;
  font-size: 3.25vw;
  margin-top: 1vw;
  line-height: 1.35;
}
.mobile-footer-menu .fm-button li .menubtn.active span:nth-child(1) {
  top: 39%;
  transform: translateX(-50%) rotate(-45deg);
}
.mobile-footer-menu .fm-button li .menubtn.active span:nth-child(2) {
  opacity: 0;
}
.mobile-footer-menu .fm-button li .menubtn.active span:nth-child(3) {
  top: 39%;
  transform: translateX(-50%) rotate(45deg);
}
.mobile-footer-menu .fm-button.for_en li a {
  font-weight: 400;
  padding-bottom: 2vw !important;
}
.mobile-footer-menu .fm-button.for_en li a small {
  font-size: 2.35vw;
  word-break: auto-phrase;
}
.mobile-footer-menu .fm-button.for_en li .menubtn p {
  font-size: 2.75vw;
}

.lang-switch {
  padding: 0 1em;
  color: white;
}
.lang-switch a {
  color: white;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
}

/*  ドロワーメニュー実装  */
.drower-panel {
  position: fixed !important;
  z-index: 600 !important;
  top: 0;
  left: 0;
  color: #fff;
  border-top: solid 2px #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 88px 0 0 0;
  opacity: 0;
  visibility: hidden;
  display: grid;
  justify-content: right;
  transition: all 0.6s !important;
}
.drower-panel.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s !important;
}
.drower-panel .dp-inset {
  width: 350px;
  height: 100%;
  overflow: auto;
  border-bottom: solid 1px white;
  padding: 80px 0 0 0;
  box-sizing: border-box;
  transform: translateX(350px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.drower-panel .dp-inset .site-logo {
  text-align: left;
}
.drower-panel .dp-inset .site-logo a {
  display: inline-block;
  padding: 15px 3vw;
}
.drower-panel .dp-inset .site-logo a img {
  width: 60vw;
  height: auto;
}
.drower-panel .dp-inset nav {
  box-sizing: border-box;
  padding: 0;
  background: transparent;
}
.drower-panel .dp-inset nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 100%;
}
.drower-panel .dp-inset nav ul li {
  text-align: left;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.drower-panel .dp-inset nav ul a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: block;
  background: transparent;
  padding: 1em 1em 1em 40px;
  position: relative;
}
.drower-panel .dp-inset nav ul a:after {
  content: ">";
  position: absolute;
  right: 2.5vw;
  top: 50%;
  transform: translateY(-50%);
}
.drower-panel .dp-inset nav ul a.new-window-min:before, .drower-panel .dp-inset nav ul a.new-window-min:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  border: solid 1px white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.drower-panel .dp-inset nav ul a.new-window-min:before {
  right: calc(2.5vw - 1px);
  transform: translateY(calc(-50% - 1.5px));
}
.drower-panel .dp-inset nav ul a.new-window-min:after {
  right: calc(2.5vw + 1px);
  transform: translateY(calc(-50% + 1.5px));
}
.drower-panel .dp-inset nav ul.dp-main {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-bottom: 0.5em;
}
.drower-panel .dp-inset nav ul.dp-main li {
  font-size: 16px;
}
.drower-panel .dp-inset nav .dp-sub_title {
  padding: 0.5em 0 0.35em 0.25em;
  text-align: left;
  font-size: 15px;
}
.drower-panel .dp-inset nav .lang-switch {
  margin-top: 15px;
  text-align: left;
  padding-left: calc(40px - 1em);
}
.drower-panel .dp-inset.active {
  opacity: 1;
  transform: translateX(0);
}

/* heading */
.motto h2 {
  margin-top: 0.5em !important;
  line-height: 1.6em;
  padding: 0;
  font-weight: 600 !important;
  color: black !important;
  word-break: break-all;
}
@media (max-width: 767px) {
  .motto h2 {
    padding: 0 3vw;
    text-align: left;
  }
}

h3 {
  line-height: 1.5;
}

.promise5 h3 {
  text-align: center;
}

body .av-special-heading.elegant-centered .av-special-heading-tag .heading-char.avia-svg-icon svg:first-child {
  height: 3.5em;
  width: 3.5em;
}

body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap {
  font-size: 20px;
}
@media (max-width: 991px) {
  body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap {
    font-size: 20px;
  }
}

body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap:before,
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap:after {
  display: none;
}

.main_color .av-special-heading .avia-svg-icon svg:first-child {
  fill: #295A70;
  display: block;
  margin: 0 auto;
  height: 75px !important;
  width: auto !important;
  margin-bottom: 0.75em;
}

body .av-special-heading.classic-quote > * {
  font-weight: 600;
  font-style: normal;
}

.template-page .entry-content-wrapper h2 {
  font-size: 38px;
  display: inline-block;
  padding: 0;
  text-transform: inherit;
}
@media (max-width: 767px) {
  .template-page .entry-content-wrapper h2 {
    font-size: 22px;
  }
}

.template-page .entry-content-wrapper .home-h2 h2 {
  font-size: 88px;
  letter-spacing: -0.025em;
  font-family: "Poppins", sans-serif !important;
  text-transform: inherit;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 767px) {
  .template-page .entry-content-wrapper .home-h2 h2 {
    font-size: 36px;
  }
}

/* Home--blockCode */
.zone-link {
  display: block;
  background: transparent;
  transition: all 0.3s;
}
.zone-link:hover {
  background: #f5f5f5;
}

.home-h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 1em;
}

.home-lead {
  font-size: 15px;
  line-height: 1.6;
  color: #111;
}

.home-news .pagination {
  display: none;
}

.html_elegant-blog #top .post-entry .post-title:hover {
  opacity: 1;
}

body .av-special-heading.classic-quote > * {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .av-flex-cells .no_margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: unset;
  }
}
.av-special-heading {
  padding: 0 15px 30px 0;
  max-width: 1185px;
  margin: 0 auto;
  margin-top: 0 !important;
}
.av-special-heading.home-h2 {
  font-size: 88px;
  letter-spacing: -0.02em;
  margin-bottom: 50px !important;
}
.av-special-heading.home-h2, .av-special-heading.sub-h2 {
  border-bottom: solid 1px #295A70;
  position: relative;
}
@media (max-width: 767px) {
  .av-special-heading.home-h2, .av-special-heading.sub-h2 {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.av-special-heading.home-h2 h2, .av-special-heading.sub-h2 h2 {
  color: #295A70 !important;
  font-style: normal !important;
  font-weight: 600 !important;
  display: inline-block !important;
}
.av-special-heading.home-h2:before, .av-special-heading.sub-h2:before {
  content: "";
  width: 58px;
  height: 6px;
  background: #295A70;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
.av-special-heading.home-h2 p, .av-special-heading.sub-h2 p {
  font-family: "Noto Sans JP", SansSerif;
}
.av-special-heading.sub-h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .av-special-heading.sub-h2 {
    margin-bottom: 3.95vw !important;
    width: 100%;
  }
}
.av-special-heading.av-special-heading-h3 {
  padding: 0;
}

.av-subheading_below {
  vertical-align: top;
  display: inline-block !important;
}
.av-subheading_below p {
  letter-spacing: 0.015em;
  color: gray;
  font-style: normal;
  font-weight: normal;
  margin-left: 1em;
  padding: 0 10px 15px 10px;
  background: linear-gradient(-45deg, #eee 25%, transparent 25%, transparent 50%, #eee 50%, #eee 75%, transparent 75%, transparent);
  animation: anime_stripe_1 0.8s infinite linear;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 7px 7px;
}

@media (max-width: 767px) {
  .av-subheading_below {
    vertical-align: middle;
  }
  .av-subheading_below p {
    font-size: 13px;
    padding: 0 10px 10px 10px;
  }
}
@keyframes anime_stripe_1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 7px;
  }
}
.job-thumb {
  box-sizing: border-box;
}
.job-thumb .av-special-heading {
  margin-top: 1.25em;
  padding: 0;
}

@media (max-width: 767px) {
  .av-special-heading {
    padding: 0 15px 15px 0;
    margin-bottom: 2.5vw;
  }
  .job-thumb {
    padding: 0 10vw;
  }
}
.thumb-list .flex_cell {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .thumb-list .flex_cell {
    padding-bottom: 5vw;
  }
}

.googlemap {
  padding: 50px 0 0 0;
}
.googlemap iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .googlemap iframe {
    height: 60vh;
  }
}

table,
.main_color table {
  background: transparent;
  border: inherit;
  padding: 0;
  margin: 0 !important;
}
table tr, table th, table td,
.main_color table tr,
.main_color table th,
.main_color table td {
  background: inherit;
  border: inherit;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.main_color tr:nth-child(odd), .main_color tr:nth-child(even) {
  background: transparent;
  color: inherit;
}

.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table > li:nth-child(even), #top .main_color .avia-data-table.avia_pricing_minimal td {
  color: inherit;
}

.avia-data-table.avia_pricing_minimal td, .avia-data-table.avia_pricing_minimal th {
  text-align: inherit;
  padding: inherit;
  color: inherit;
}

table.basic-table tr {
  border-bottom: solid 1px #ddd;
}
table.basic-table tr td {
  font-size: 14px;
  padding: 0.5em !important;
  text-align: left !important;
  color: #000;
  box-sizing: border-box;
  white-space: pre-wrap;
}
table.basic-table tr td:first-child {
  width: 25%;
}
table.basic-table tr td:last-child {
  width: 75%;
}
table.full-width {
  margin-left: 8px !important;
}
table.full-width tr {
  border-bottom: none;
}
table.full-width tr td {
  text-align: left !important;
  width: 100% !important;
  display: block !important;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.24;
}
table.full-width tr td:first-child {
  color: gray !important;
  padding: 0.5em 0.25em 0.2em 0.75em !important;
  border-left: solid 3px #7CABC0 !important;
  border-top: dotted 1px #eee;
}
table.full-width tr td:last-child {
  font-weight: 500;
  padding: 0.2em 0.25em 0.65em 2em !important;
  color: #295A70 !important;
}
@media (max-width: 767px) {
  table.full-width {
    border: none !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  table.basic-table tr {
    border-bottom: none;
  }
  table.basic-table tr td {
    font-size: 16px;
  }
  table.basic-table tr td:first-child {
    width: 100%;
    display: block;
    background: #f3f3f3;
    font-weight: 600;
  }
  table.basic-table tr td:last-child {
    width: 100%;
    display: block;
    border-bottom: solid 1px #ddd;
    padding-left: 1em;
  }
}
#footer {
  padding: 15px 15px 30px 15px;
}
#footer .menu-main-nav-container {
  position: relative;
  z-index: 1;
}
#footer .menu-main-nav-container .menu li {
  font-size: 14px;
  display: grid;
  grid-template-columns: 16em auto;
  gap: 1em;
}
#footer .menu-main-nav-container .menu li:before {
  content: none;
}
#footer .menu-main-nav-container .menu li a {
  position: relative;
  padding: 4px 36px 5px 12px;
  color: white !important;
}
#footer .menu-main-nav-container .menu li a:after {
  content: url("https://satoship.co.jp/wp/wp-content/uploads/2026/02/arrow-right.svg");
  position: absolute;
  right: 18px;
  top: 5px;
  opacity: 0.3;
  transition: all 0.3s;
}
#footer .menu-main-nav-container .menu li a:hover:after {
  right: 8px;
  opacity: 1;
}
#footer .menu-main-nav-container .menu li ul.sub-menu {
  margin: 0;
  padding: 0;
}
#footer .menu-main-nav-container .menu li ul.sub-menu li {
  display: block;
  gap: inherit;
  padding-left: 0;
}
#footer .menu-main-nav-container .menu li ul.sub-menu li a {
  display: inline-block;
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom {
  display: inline-block;
  position: relative;
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom a {
  padding: 10px 12px;
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom a:after {
  content: none;
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom:last-child {
  border-right: none;
}
#footer .menu-main-nav-container .menu li.menu-item-type-custom:last-child:after {
  content: none;
}

.foot-wrapper {
  display: grid;
  grid-template-columns: 50% 34% auto;
  align-items: flex-start;
  padding: 30px 0;
  margin: 0 auto;
  max-width: 1270px;
}
@media (max-width: 767px) {
  .foot-wrapper {
    grid-template-columns: 1fr;
  }
  .foot-wrapper .menu-main-nav-container {
    display: none;
  }
}

.foot-logo {
  margin-left: 0;
  margin-bottom: 25px;
  container-type: inline-size;
}
.foot-logo figure {
  margin-bottom: 20px;
  max-width: 279px;
}
@media (max-width: 767px) {
  .foot-logo figure {
    width: 80cqw;
  }
}
.foot-logo address {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 1em;
}
.foot-logo address p {
  margin: 0;
  padding: 0;
  color: white;
}
.foot-logo address p a.tel-number {
  text-decoration: underline !important;
  color: white;
  pointer-events: auto !important;
}
.foot-logo p {
  container-type: inline-size;
}
.foot-logo p.name-en {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #7CABC0;
}
@media (max-width: 767px) {
  .foot-logo p.name-en {
    font-size: 6cqw;
  }
}

.sns-link {
  display: none;
  grid-template-columns: repeat(3, auto);
  justify-content: right;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  #footer {
    padding: 3.5vw 3.5vw calc(25vw + 50px) 3.5vw;
  }
}
.ticker-catch {
  width: 100%;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.025em;
  pointer-events: none;
  margin-top: -0.5em;
  position: relative;
  z-index: 2;
  font-size: 120px;
  opacity: 0.35;
  color: #295A70;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .ticker-catch {
    font-size: 10vw;
  }
}

.inpage-link {
  margin-bottom: -3%;
}
.inpage-link a {
  display: inline-block;
  min-width: 15em !important;
  margin: 0 3% 3% 3% !important;
}
@media (max-width: 499px) {
  .inpage-link a {
    min-width: inherit !important;
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}

body div .avia-button {
  border-radius: 7px;
}

.avia-button-center {
  background: white;
}

.carousel-slider-outer {
  background: white;
  max-width: 1310px;
  margin: 0 auto;
}

.privacy-guideline ul li {
  padding-bottom: 0.5em !important;
}

.form-wrap {
  text-align: center;
  margin: 30px 50px auto;
  padding: 15px 30px 30px 30px;
  border: solid 1px #ccc !important;
  background: white;
}
@media (max-width: 991px) {
  .form-wrap {
    margin: 20px 0 auto;
  }
}
@media (max-width: 767px) {
  .form-wrap {
    margin: 5vw 0;
    padding: 2vw 3vw;
  }
}

.main_color table.web-form {
  margin: 0 auto;
  font-size: 16px;
}
.main_color table.web-form .required {
  color: red;
}
.main_color table.web-form tbody th, .main_color table.web-form tbody td {
  font-weight: 400;
  padding: 1em 0.5em;
  letter-spacing: 0;
  text-align: left;
}
.main_color table.web-form tbody th p, .main_color table.web-form tbody td p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.main_color table.web-form tbody th a, .main_color table.web-form tbody td a {
  text-decoration: underline !important;
  color: #00c;
}
.main_color table.web-form tbody th {
  width: 14em;
  text-transform: inherit !important;
  vertical-align: top;
}
.main_color table.web-form tbody td input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  margin: 0 !important;
  margin-right: 5px !important;
}
.main_color table.web-form tbody td input[type=text],
.main_color table.web-form tbody td input[type=input],
.main_color table.web-form tbody td input[type=password],
.main_color table.web-form tbody td input[type=email],
.main_color table.web-form tbody td input[type=number],
.main_color table.web-form tbody td input[type=url],
.main_color table.web-form tbody td input[type=tel],
.main_color table.web-form tbody td input[type=search],
.main_color table.web-form tbody td textarea,
.main_color table.web-form tbody td select {
  margin: 0 !important;
  display: inline-block;
}
.main_color table.web-form tbody td label {
  font-size: 150% !important;
  cursor: pointer;
}
.main_color table.web-form tbody td label span {
  font-size: 16px !important;
}
.main_color table.web-form tbody td input,
.main_color table.web-form tbody td textarea,
.main_color table.web-form tbody td select {
  font-size: 16px !important;
  color: #000 !important;
}
.main_color table.web-form tbody td input.zip-code {
  width: 12em !important;
}
.main_color table.web-form tbody td select {
  cursor: pointer;
}
.main_color table.web-form tbody td select.pref-select {
  width: 10em !important;
}
.main_color table .in-table tbody th, .main_color table .in-table tbody td {
  font-size: 16px !important;
  padding: 0.5em;
}
.main_color table .in-table tbody th {
  width: 6em;
}
.main_color table.confirm tbody td {
  color: #00c;
}
@media (max-width: 767px) {
  .main_color table.confirm tbody td {
    padding-left: 1em;
  }
}

@media (max-width: 767px) {
  .main_color table.web-form tbody th, .main_color table.web-form tbody td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .main_color table.web-form tbody th {
    background: #f3f3f3;
  }
  .main_color table.web-form tbody td input.zip-code {
    width: 100% !important;
  }
  .main_color table.web-form tbody td select {
    cursor: pointer;
  }
  .main_color table.web-form tbody td select.pref-select {
    width: 100% !important;
  }
}
.inquiry-step-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.inquiry-step-wrap:before {
  display: block;
  border-top: 2px solid #e1e1e1;
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}

.inquiry-step {
  list-style: none;
  display: flex;
  padding: 0 20%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .inquiry-step {
    padding: 0 5vw;
  }
}
.inquiry-step li {
  position: relative;
  z-index: 10;
  flex: 1;
  margin: 0;
}
.inquiry-step li .cs-pic {
  width: 50px;
  height: 50px;
  position: relative;
  background: #d5d5d5;
  border-radius: 100px;
  margin: 0 auto 5px auto;
}
.inquiry-step li .cs-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inquiry-step li span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  color: #414141;
}
.inquiry-step li span br {
  display: none;
}
@media (max-width: 767px) {
  .inquiry-step li span br {
    display: block;
  }
}
.inquiry-step li.active .cs-pic {
  background: #295A70;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 15px;
  padding: 0.5em 1em;
  background: #fff4f4;
  border-radius: 5px;
  font-weight: normal;
  display: block;
  position: relative;
  margin-top: 15px;
  z-index: 1;
}
.wpcf7-not-valid-tip:before {
  content: "";
  border: solid 8px transparent;
  border-bottom: solid 10px #fff4f4;
  position: absolute;
  left: 10px;
  bottom: calc(100% - 2px);
}

.wpcf7-response-output {
  display: inline-block;
  margin: 0 auto !important;
  text-align: left;
  font-size: 17px;
  padding: 1em !important;
  color: red;
  border: solid 2px red !important;
  border-radius: 5px;
}

.form-annotate {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1100px;
  font-size: 14px;
  line-height: 1.38;
}
.form-annotate .required {
  color: red !important;
}
@media (max-width: 767px) {
  .form-annotate {
    padding: 0 3vw;
  }
}

.button-box {
  margin-top: 20px;
  padding: 50px 0;
  text-align: center;
  border-top: dashed 1px #ccc !important;
}
.button-box p {
  display: block;
  margin: 0 auto;
  width: 300px;
  padding: 0;
  container-type: inline-size;
  position: relative;
}
@media (max-width: 399px) {
  .button-box p {
    width: 95%;
  }
}
.button-box input[type=submit] {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75em 0;
  border-radius: 5px;
  transition: all 0.3s;
}
.button-box input[type=submit]:hover {
  background: #0a4b78;
}
@media (max-width: 399px) {
  .button-box input[type=submit] {
    font-size: 20px;
  }
}
.button-box .wpcf7-spinner {
  opacity: 1;
  background: white;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.button-box .wpcf7-spinner::before {
  background-color: #3d71a1;
}
.button-box .button-back {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-180px, -50%);
  background: #eee;
  color: #555;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0.75em 2em;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.button-box .button-back:hover {
  background: #aaa;
  color: white;
}
@media (max-width: 767px) {
  .button-box .button-back {
    position: static;
    margin-top: 1em;
    transform: inherit;
  }
}
.button-box.common-button {
  text-align: center;
}
.button-box.common-button a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 0.85em 1.5em 0.95em 1.5em;
  color: #295A70 !important;
  background: white;
  border: solid 1px #295A70;
  border-radius: 6px;
  min-width: 300px;
  position: relative;
  transition: all 0.3s;
}
.button-box.common-button a:hover {
  color: white !important;
  background: #295A70;
}
.button-box.common-button a:after {
  content: url(https://satoship.co.jp/wp/wp-content/uploads/2026/02/arrow-right.svg);
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(50%);
  opacity: 0.3;
  transition: all 0.3s;
}
.button-box.common-button a:hover:after {
  right: 0.85em;
  filter: brightness(200%);
  opacity: 1;
}
@media (max-width: 499px) {
  .button-box.common-button a {
    font-size: 18px;
    min-width: inherit;
    width: 90%;
  }
  .button-box.common-button a:hover {
    color: #295A70 !important;
    background: white !important;
  }
  .button-box.common-button a:after {
    right: 0.85em !important;
    filter: brightness(50%) !important;
    opacity: 1 !important;
  }
}

.newslist-wrap {
  margin-bottom: 50px;
}
@media (max-width: 499px) {
  .newslist-wrap {
    margin-bottom: 8vw;
  }
}

.form-completebox {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0 20px 0;
}
.form-completebox h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7em;
  padding: 0 0 0.75em 0;
  margin-bottom: 0.75em;
  border-bottom: solid 3px #181021;
  font-family: inherit;
}
.form-completebox h2 br {
  display: block;
}
@media (max-width: 767px) {
  .form-completebox h2 br {
    display: none;
  }
}
.form-completebox .form-complete-about {
  font-size: 18px;
  background: #f1f1f1;
  padding: 15px 20px 10px 20px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.form-completebox .form-complete-txt {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px 15px 20px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .form-completebox {
    max-width: auto;
    width: auto;
    padding: 20px 0 10px 0;
  }
  .form-completebox h2 {
    text-align: left;
    font-size: 20px;
    padding: 0 0 16px 0;
  }
  .form-completebox .form-complete-txt {
    padding: 0 0 15px 0;
  }
}
.lead-basis {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.voice-illust {
  padding: 20px 0;
  background: #fcffe1;
  border-radius: 10px;
}
.voice-illust img {
  display: block;
  margin: 0 auto;
  width: 60%;
}

.voice-comment h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  color: #295A70;
  margin-bottom: 0.5em;
  min-height: 3em;
  place-content: center;
}
@media (max-width: 767px) {
  .voice-comment h4 {
    min-height: inherit;
    place-content: inherit;
  }
}

.gallery-box_fullwidth {
  background: white;
  position: relative;
  z-index: 1;
}

/* ここからレスポンシブ用リセットスタイル------------------------------------------------------- */
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 499px) {
  .visible-xxs {
    display: block !important;
  }
}
.president_sign {
  text-align: right !important;
  margin-top: -25px !important;
}
.president_sign .avia-image-container-inner {
  text-align: right !important;
}
.president_sign img {
  height: auto;
  display: inline-block;
}
.president_sign.jp-sign img {
  max-width: 45%;
}
.president_sign.en-sign img {
  max-width: 50%;
}

.error404-content {
  margin: 0 auto;
  max-width: 1170px;
}
.error404-content h1 {
  font-size: 36px;
  color: gray;
}
.error404-content h2 {
  font-size: 28px;
}
.error404-content p {
  margin-bottom: 15px;
}
.error404-content p a.avia-button {
  padding: 0.75em 1em;
  font-size: 16px;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */
