@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 500;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  /* -webkit-appearance: none; 1 */
  /* appearance: none; */
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  scroll-behavior: smooth;
  position: relative;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  word-break: auto-phrase;
}
main p.text-center {
  text-align: center;
}
main p.font-medium {
  font-weight: 500;
}
main p.font-semibold {
  font-weight: 600;
}
main p.font-bold {
  font-weight: bold;
}
main ul {
  list-style-position: outside;
  list-style-type: disc;
  margin: 5px 0 1.5rem 1.5rem;
}
main ul li {
  line-height: 1.5;
}
main ul li:not(:last-child) {
  margin-bottom: 8px;
}
main ul li::marker {
  color: #1dacd7;
}
main ol {
  margin: 5px 0 1.5rem 1.5rem;
  list-style-type: decimal;
  /* デフォルトの番号表示 */
  list-style-position: outside;
  /* 番号をリスト項目内側に配置 */
}
main ol li {
  line-height: 1.5;
}
main ol li::marker {
  color: #1dacd7;
}
main .wp-block-embed-youtube {
  margin: 4rem 0;
}
main .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
main hr,
main hr.wp-block-separator {
  margin: 4rem 0;
  border: solid 1px #ccc;
}
main .wp-block-group.is-layout-grid {
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main .wp-block-column img {
    margin-left: auto;
    margin-right: auto;
  }
}
main .wp-block-image.is-style-rounded img {
  border-radius: 1rem !important;
}

nav.navigation.pagination {
  margin: 60px auto 0;
  container-type: inline-size;
  container-name: pagination;
}
nav.navigation.pagination div.nav-links::before, nav.navigation.pagination div.nav-links::after, nav.navigation.pagination div.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  aspect-ratio: 1/1;
  color: #e5e5e5;
  border: solid 1px #bbb;
  border-radius: 10px;
  background: white;
}
nav.navigation.pagination div.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@container pagination (max-width: 600px) {
  nav.navigation.pagination div.nav-links .page-numbers {
    min-width: 35px;
  }
  nav.navigation.pagination div.nav-links:before, nav.navigation.pagination div.nav-links:after,
  nav.navigation.pagination div.nav-links .page-numbers.prev,
  nav.navigation.pagination div.nav-links .page-numbers.next {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 !important;
    padding: 7px 5px;
  }
}
nav.navigation.pagination div.nav-links .page-numbers.current {
  color: white;
  background: #bbb;
  border-color: #bbb;
}
nav.navigation.pagination div.nav-links .page-numbers.prev {
  margin-right: 35px;
}
nav.navigation.pagination div.nav-links .page-numbers.next {
  margin-left: 35px;
}
nav.navigation.pagination div.nav-links::before, nav.navigation.pagination div.nav-links::after {
  display: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
nav.navigation.pagination div.nav-links:not(:has(.prev)):before {
  display: flex;
  content: "\f053";
  margin-right: 35px;
}
nav.navigation.pagination div.nav-links:not(:has(.next)):after {
  display: flex;
  content: "\f054";
  margin-left: 35px;
}

.wp-block-table {
  margin: 4rem auto 2rem;
}
.wp-block-table table {
  background: white;
}
.wp-block-table table tr {
  border: none;
}
.wp-block-table table tr td {
  border-left: none;
  border-right: none;
  border-top: none;
  line-height: 1.6;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .wp-block-table table tr td {
    padding: 24px 10px;
  }
}

ul.menu li {
  line-height: 1.5;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.wp-block-image :where(figcaption) {
  margin-bottom: 0 !important;
}

/* 外部リンク */
a.external::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f35d";
  margin-left: 4px;
  font-size: 0.9em;
  transform: translateY(-1px);
}

/* PDF */
a[href$=".pdf"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f1c1";
  margin-left: 5px;
}

header#site-header-pc {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  border-bottom: 1px solid #f3f3f3;
  padding-left: 10px;
}
@media screen and (max-width: 1024px) {
  header#site-header-pc {
    display: none;
  }
}
header#site-header-pc #site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

h1.site-logo a {
  display: flex;
  align-items: center;
}

h1.site-logo .logo {
  width: 200px;
  height: 40px;
  margin-right: 5px;
}

h1.site-logo .logo img {
  width: 100%;
  height: auto;
}

.header-side {
  display: flex;
  align-items: center;
}

.gnav ul {
  display: flex;
  gap: 36px;
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .gnav ul {
    gap: 28px;
    margin-right: 24px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1100px) {
  .gnav ul {
    gap: 18px;
    margin-right: 18px;
    font-size: 0.85em;
  }
}
.gnav ul > li {
  text-align: center;
}
.gnav ul > li a {
  color: #333;
  padding: 26px 0;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.gnav ul > li a:hover {
  color: #1dacd7;
  padding: 26px 0;
}
.gnav ul > li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.gnav ul > li.menu-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  margin-left: 0.25em;
  color: #1dacd7;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}
.gnav ul > li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  min-width: 150px;
  background: #089dc9;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  flex-direction: column;
  gap: 0;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li {
  margin-right: 0;
  text-align: left;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li a {
  padding: 20px 16px;
  font-size: 15px;
  color: white;
  display: block;
  border-bottom: 1px solid #caeffa;
}
@media screen and (max-width: 1100px) {
  .gnav ul > li.menu-item-has-children ul.sub-menu li a {
    font-size: 1em;
  }
}
.gnav ul > li.menu-item-has-children ul.sub-menu li a:hover {
  background: #1dacd7;
}
.gnav ul > li.menu-item-has-children ul.sub-menu li:last-child a {
  border-bottom: none;
}
.gnav ul > li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

/* お問い合わせボタン */
.head-btn {
  margin-left: 20px;
}

.head-btn a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  width: 195px;
  height: 70px;
  background: #1dacd7;
  transition: 0.7s;
  color: #fff;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  background-size: auto 100%;
}
@media screen and (max-width: 1280px) {
  .head-btn a {
    width: 150px;
    font-size: 0.9em;
  }
}
.head-btn a:hover {
  display: block;
  background: #caeffa;
  color: #1dacd7;
}
.head-btn a:hover:before {
  color: #1dacd7;
}
.head-btn a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  font-size: 1em;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  transition: 0.7s;
}

header#site-header-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  header#site-header-sp {
    display: block;
    height: 60px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 10px;
  }
}
header#site-header-sp #site-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div::before {
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 600;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu {
  width: 60px;
  height: 60px;
  color: white;
  font-weight: bold;
  background: #1dacd7;
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu:before {
  content: "\f0c9";
}
header#site-header-sp #site-header-wrap #header-nav-toggle > div#toggele_menu.active:before {
  content: "\f00d";
}
header#site-header-sp nav#sp-navs {
  display: none;
  overflow-y: scroll;
  overscroll-behavior: none;
  width: 100%;
  height: calc(100vh - 60px);
  background: #f0f9fc;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 100;
  padding: 1rem 1rem 120px 1rem;
}
header#site-header-sp nav#sp-navs ul.nav_container {
  margin-bottom: 2rem;
  font-weight: 500;
}
header#site-header-sp nav#sp-navs ul.nav_container > li {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}
header#site-header-sp nav#sp-navs ul.nav_container > li:first-child {
  border-top: 1px solid #e5e5e5;
}
header#site-header-sp nav#sp-navs ul.nav_container > li a {
  display: block;
  padding: 18px 25px 18px 10px;
  position: relative;
}
header#site-header-sp nav#sp-navs ul.nav_container > li a:hover {
  color: #1dacd7;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children {
  position: relative;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children > a::before {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f107";
  color: #1dacd7;
}
header#site-header-sp nav#sp-navs ul.nav_container > li.menu-item-has-children > a.active::before {
  content: "\f106";
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu {
  display: none;
  padding-bottom: 10px;
  background: #caeffa;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu li a {
  padding: 20px 20px 8px 30px;
  font-size: 16px;
}
header#site-header-sp nav#sp-navs ul.nav_container ul.sub-menu li a:before {
  content: "・";
}
header#site-header-sp nav#sp-navs .sp-head-cta > div {
  margin-bottom: 2rem;
}
header#site-header-sp nav#sp-navs .sp-head-cta > div p {
  color: #1dacd7;
  font-weight: 500;
}
header#site-header-sp nav#sp-navs .sp-head-cta .sp-telnav .cta-tel {
  border: 1px solid #1dacd7;
  border-radius: 4px;
  margin-top: 10px;
}
header#site-header-sp nav#sp-navs .sp-head-cta .sp-telnav .cta-tel a {
  display: block;
  padding: 1rem;
  position: relative;
  transition: 0.7s;
}
header#site-header-sp nav#sp-navs .sp-head-cta .sp-telnav .cta-tel a:hover {
  background: #caeffa;
  border-radius: 4px;
}
header#site-header-sp nav#sp-navs .sp-head-cta .sp-telnav .cta-tel a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 16px;
  content: "\f0a9";
  color: #1dacd7;
}
header#site-header-sp nav#sp-navs .sp-head-cta .button-mail {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#cta {
  background: #f0f9fc;
}
#cta .cta-inner {
  padding: 4rem 20px;
}
@media screen and (max-width: 767px) {
  #cta .cta-inner {
    padding: 40px 20px;
  }
}
#cta .cta-desc {
  font-weight: 500;
}
#cta .cta-container {
  display: flex;
  justify-content: space-around;
  align-items: first baseline;
  padding: 3rem 3rem 0 3rem;
}
@media screen and (max-width: 1024px) {
  #cta .cta-container {
    flex-direction: column;
    padding: 3rem 0 0 0;
    gap: 40px;
  }
}
#cta .cta-container .cta-container-item {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #cta .cta-container .cta-container-item {
    width: 100%;
  }
}
#cta .cta-container .cta-container-item .cta-mail {
  font-size: 18px;
  width: 100%;
  max-width: 380px;
}

.cta-tel {
  margin-bottom: 5px;
}
.cta-tel a {
  font-size: 34px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .cta-tel a {
    font-size: 24px;
  }
}
.cta-tel a:before {
  display: inline-block;
  transform: translateY(-3px);
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 5px;
  color: #1dacd7;
  font-size: 23px;
}
@media screen and (max-width: 1024px) {
  .cta-tel a:before {
    font-size: 18px;
  }
}

.cta-fax {
  margin-bottom: 5px;
  font-size: 34px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .cta-fax {
    font-size: 24px;
  }
}
.cta-fax:before {
  display: inline-block;
  transform: translateY(-3px);
  font-family: "FontAwesome";
  content: "\f1ac";
  margin-right: 5px;
  color: #1dacd7;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .cta-fax:before {
    font-size: 18px;
  }
}

p.time {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
  text-align: center;
}
p.time a {
  color: #1dacd7;
  text-decoration: underline;
}
p.time a:hover {
  opacity: 0.8;
}

/* ラッパー：はみ出しを隠す */
.truck-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-image: url(images/illust_footer.png);
  background-position: center bottom;
  background-size: auto 100px;
  background-repeat: repeat-x;
  height: 180px;
  z-index: 1;
  /* トラックリスト（今回は1台だけ） */
}
.truck-wrapper #truck_list_left {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  /* 各トラック */
}
.truck-wrapper #truck_list_left li {
  position: absolute;
  bottom: 0;
  /* 上下位置調整 */
  left: -120px;
  /* 画面左外から始めるための初期位置 */
  animation: truckRun 20s linear infinite;
  /* 画像（トラック） */
}
.truck-wrapper #truck_list_left li img {
  width: 90px;
  height: auto;
  display: block;
}
.truck-wrapper .top-btn {
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
  width: 68px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .truck-wrapper .top-btn {
    right: 10px;
    width: 40px;
  }
}

/* 右→左に走るアニメーション */
@keyframes truckRun {
  0% {
    transform: translateX(100vw);
    /* 画面外からスタート */
  }
  50% {
    transform: translateX(70vw);
  }
  100% {
    transform: translateX(-100px);
    /* 左端で停止 */
  }
}
#site-footer #site-footer-inner {
  width: 100%;
  max-width: 100%;
  background: #1dacd7;
  color: white;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-inner {
    padding: 4rem 2rem 3rem 2rem;
  }
}
#site-footer #site-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 1140px;
  gap: 2rem;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content {
    flex-direction: column;
    padding: 0;
    width: auto;
  }
}
#site-footer #site-footer-content #site-footer-address {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-address {
    width: 100%;
  }
}
#site-footer #site-footer-content #site-footer-address h1.site-logo {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-address h1.site-logo {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
}
#site-footer #site-footer-content address p {
  margin-bottom: 0;
  font-size: 0.8em;
}
#site-footer #site-footer-content address p.tel::before {
  display: inline-block;
  transform: translateY(-3px);
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 5px;
  color: white;
  font-size: 0.9rem;
}
#site-footer #site-footer-content address p.fax::before {
  display: inline-block;
  transform: translateY(-3px);
  font-family: "FontAwesome";
  content: "\f1ac";
  margin-right: 5px;
  color: white;
  font-size: 0.9rem;
}
#site-footer #site-footer-content address p.contact {
  margin-top: 10px;
}
#site-footer #site-footer-content address p.contact .button-mail {
  border: 1px solid white;
  border-radius: 4px;
  padding: 10px;
}
#site-footer #site-footer-content #site-footer-menu {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-menu {
    width: 90%;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 60px;
  max-height: 240px;
}
@media screen and (max-width: 1024px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.menu {
    flex-direction: row;
    max-height: 100%;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li {
  margin-bottom: 1rem;
  max-width: 180px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #site-footer #site-footer-content #site-footer-menu nav ul.menu > li {
    width: 100%;
  }
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href] {
  position: relative;
  display: inline-block;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href]::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu > li a[href]:hover::after {
  width: 100%;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu ul.sub-menu {
  margin-top: 10px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu ul.sub-menu li {
  margin-left: 1em;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu ul.sub-menu li:before {
  content: "・";
}
#site-footer #site-footer-content #site-footer-menu nav ul.menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.copyright {
  padding: 1rem 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.copyright p {
  color: #1dacd7;
  text-decoration: none;
  font-size: 12px;
}

.copyright p.design a {
  color: #1dacd7;
  text-decoration: underline;
}

#back-top {
  display: block;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 100;
}

#back-top a {
  color: #1dacd7;
  display: block;
  background: #f0f9fc;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

#back-top a:hover {
  display: block;
  background: #caeffa;
}

.button {
  display: block;
  text-align: center;
  padding: 24px 65px;
  border: 1px solid #1dacd7;
  background: #1dacd7;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  transition: 0.7s;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 20px 30px;
  }
}
.button:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f054";
  color: white;
  font-size: 14px;
  margin-left: 15px;
  transition: 0.7s;
}
.button:hover {
  display: block;
  text-align: center;
  border: 1px solid #1dacd7;
  padding: 24px 65px;
  background: #fff;
  color: #1dacd7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .button:hover {
    padding: 20px 30px;
  }
}
.button:hover:after {
  color: #1dacd7;
}
.button-mail {
  display: block;
  text-align: center;
  padding: 2rem;
  border: 1px solid #1dacd7;
  background: #1dacd7;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
  transition: 0.7s;
}
.button-mail::before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0e0";
  color: white;
  margin-right: 10px;
  transition: 0.7s;
}
.button-mail:hover {
  display: block;
  text-align: center;
  border: 1px solid #1dacd7;
  padding: 2rem;
  background: #fff;
  color: #1dacd7;
  font-weight: 500;
}
.button-mail:hover::before {
  color: #1dacd7;
}

#main-visual {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
#main-visual img {
  width: 100%;
  max-width: 100%;
}

.zs-slideshow:after {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) !important;
}

.maincopy {
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-20%, -30%);
  z-index: 99;
  max-width: 480px;
}
@media screen and (max-width: 1024px) {
  .maincopy {
    top: 40%;
  }
}
@media screen and (max-width: 425px) {
  .maincopy {
    top: 25%;
  }
}
.maincopy h2.front-ttl {
  color: #fff;
  font-size: 4rem;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1024px) {
  .maincopy h2.front-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .maincopy h2.front-ttl {
    font-size: 2.4rem;
  }
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeInRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
#front-service {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  #front-service {
    padding: 3rem 0 0;
  }
}
#front-service .front-service-head {
  display: flex;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head {
    flex-direction: column;
  }
}
#front-service .front-service-head .ttl {
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #front-service .front-service-head .ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#front-service .fs-desc {
  flex: 1;
}
#front-service .front-service-main {
  background: linear-gradient(180deg, white 0%, white 10%, #f0f9fc 10%, #f0f9fc 80%, white 80%, white 100%);
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-main {
    background: linear-gradient(180deg, white 0%, white 10%, #f0f9fc 10%, #f0f9fc 100%);
    padding-bottom: 2rem;
  }
}
#front-service .front-service-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px 40px 20px;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content {
    justify-content: center;
    padding: 0 20px 20px 20px;
    gap: 20px;
  }
}
#front-service .front-service-content .front-service-content-item {
  max-width: 31%;
}
#front-service .front-service-content .front-service-content-item figure {
  margin-bottom: 10px;
}
#front-service .front-service-content .front-service-content-item h3 {
  font-size: 18px;
}
#front-service .front-service-content .front-service-content-item p {
  margin-top: 3px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #front-service .front-service-content .front-service-content-item {
    max-width: 100%;
  }
}

#front-news {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #front-news {
    padding: 3rem 0 0;
  }
}
#front-news .front-news-inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner {
    flex-direction: column;
  }
}
#front-news .front-news-inner .ttl {
  width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .ttl {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#front-news .front-news-inner .newslist {
  width: 800px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  #front-news .front-news-inner .newslist {
    width: 100%;
  }
}

#front-company {
  background: linear-gradient(180deg, white 0%, white 30%, #1dacd7 30%, #1dacd7 100%);
  padding-bottom: 6rem;
  padding-top: 3rem;
}
#front-company .front-company-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  #front-company .front-company-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #front-company .front-company-inner .fc-item {
    margin: 0 auto;
  }
}
#front-company .front-company-inner .fc-item * {
  transition: all 0.3s;
}
#front-company .front-company-inner .fc-item > a {
  display: block;
  position: relative;
  cursor: pointer;
}
#front-company .front-company-inner .fc-item > a:hover, #front-company .front-company-inner .fc-item > a:focus-within {
  position: relative;
}
#front-company .front-company-inner .fc-item > a:hover figure img, #front-company .front-company-inner .fc-item > a:focus-within figure img {
  transform: scale(1.1);
}
#front-company .front-company-inner .fc-item figure {
  z-index: 1;
  overflow: hidden;
  width: 100%;
}
#front-company .front-company-inner .fc-item .ttl {
  z-index: 2;
  position: absolute;
  left: 32px;
  top: 55%;
  transform: translateY(-60%);
}
@media screen and (max-width: 425px) {
  #front-company .front-company-inner .fc-item .ttl {
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#front-company .front-company-inner .fc-item .ttl p {
  font-size: 14px;
  color: white;
  padding-right: 20px;
}
#front-company .front-company-inner .fc-item .ttl p.desc {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  #front-company .front-company-inner .fc-item .ttl p {
    font-size: 11px;
  }
  #front-company .front-company-inner .fc-item .ttl p.desc {
    line-height: 1.3;
    font-size: 12px;
  }
}
#front-company .front-company-inner .fc-item .ttl .line-left:after {
  background-color: white;
}
#front-company .front-company-inner .fc-item .ttl h2 {
  font-size: 1.5rem;
  color: white;
  margin: -10px 0 30px 0;
}
#front-company .front-company-inner .fc-item .ttl h2:after {
  bottom: -15px;
}
@media screen and (max-width: 425px) {
  #front-company .front-company-inner .fc-item .ttl h2 {
    font-size: 1.2rem;
  }
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  position: relative;
}

.main-container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.grid-700 {
  margin: 0 auto;
  max-width: 700px;
}

.grid-750 {
  margin: 0 auto;
  max-width: 750px;
}

.grid-800 {
  margin: 0 auto;
  max-width: 800px;
}

.grid-c4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .grid-c4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-c3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .grid-c3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alignright {
  display: flex;
  justify-content: flex-end;
}

.align-hcenter {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.my-20 {
  margin: 5rem 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-40 {
  padding: 10rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.py-20 {
  padding: 5rem 0;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-40 {
  padding-right: 10rem;
}

.breadcrumbs {
  font-size: 0.9em;
  padding: 30px 0;
  line-height: 1.4;
}
.breadcrumbs i {
  font-size: 0.8em;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs a {
  color: #1dacd7;
}

.page-header {
  width: 100%;
  height: 250px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 140px;
  }
}
.page-header .ttl-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner {
    width: 90%;
  }
}
.page-header .ttl-inner p {
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner p {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.page-header .ttl-inner h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: white;
}
.page-header .ttl-inner h2::after {
  background: white;
}
@media screen and (max-width: 767px) {
  .page-header .ttl-inner h2 {
    font-size: 18px;
  }
}

.content_wrap {
  padding: 30px 0 3rem 0;
  overflow: hidden;
}

figcaption {
  text-align: center;
}

.company-data table {
  margin: 0 auto;
}
.company-data table td:first-child {
  width: 17%;
  color: #1dacd7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-data table td:first-child {
    width: 100px;
  }
}
.company-data table td:last-child {
  width: 83%;
  border-bottom: 1px solid #caeffa;
}
@media screen and (max-width: 767px) {
  .company-data table td:last-child {
    width: calc(100% - 100px);
  }
}

.history-table table {
  margin: 0 auto;
}
.history-table table thead {
  border: none !important;
}
.history-table table th {
  padding: 24px;
  border-left: none;
  border-right: none;
  background-color: #f0f9fc;
  border-top: 1px solid #caeffa;
  border-bottom: 1px solid #caeffa;
}
.history-table table td:first-child {
  width: 18%;
  color: #1dacd7;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #caeffa;
}
.history-table table td:nth-child(2) {
  width: 8%;
  color: #1dacd7;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #caeffa;
}
.history-table table td:last-child {
  width: 74%;
  border-bottom: 1px solid #caeffa;
}
@media screen and (max-width: 767px) {
  .history-table table {
    border-top: 1px solid #caeffa;
    font-size: 0.9em;
  }
  .history-table table thead {
    display: none;
  }
  .history-table table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .history-table table tr td:first-child {
    width: auto;
    border-bottom: none;
    padding-bottom: 5px;
  }
  .history-table table tr td:nth-child(2) {
    width: 50%;
    border-bottom: none;
    padding-bottom: 5px;
  }
  .history-table table tr td:nth-child(3) {
    width: 100%;
    padding-top: 5px;
  }
}

.idea_intro {
  background-image: url(images/idea_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding-bottom: 10%;
}
@media screen and (max-width: 880px) {
  .idea_intro {
    padding-bottom: 17%;
  }
}
.idea_intro .idea_intro_img figure {
  margin-bottom: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .idea_intro .idea_intro_img figure {
    padding-right: 0;
  }
}

.item {
  padding: 3rem;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .item {
    padding: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .benefits {
    gap: 0;
  }
}
.benefits .wp-block-column {
  margin-bottom: 1rem !important;
}

.qualification table tr:nth-child(odd) td {
  background-color: #f0f9fc;
}
.qualification table td:first-child {
  width: 80%;
  font-weight: 500;
  border-bottom: 1px solid #caeffa;
}
.qualification table td:nth-child(2) {
  width: 20%;
  text-align: right;
  border-bottom: 1px solid #caeffa;
}
@media screen and (max-width: 767px) {
  .qualification .wp-block-columns {
    gap: 0;
    padding: 0;
  }
  .qualification .wp-block-columns .table-right table tr:nth-child(odd) td {
    background-color: #fff;
  }
  .qualification .wp-block-columns .table-right table tr:nth-child(even) td {
    background-color: #f0f9fc;
  }
  .qualification .wp-block-columns .wp-block-table {
    margin: 0;
  }
}

/*googlemap*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin: 10px 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .gmap {
    padding-top: 72%;
  }
}

.recommend_wrap {
  margin-top: 6rem;
}
.recommend_wrap ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .recommend_wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recommend_wrap ul li a {
  display: block;
  border: 1px solid #caeffa;
  padding: 2rem 1rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(29, 172, 215, 0.4);
}
.recommend_wrap ul li a::before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #1dacd7;
  margin-right: 10px;
}
.recommend_wrap ul li a:hover {
  background-color: #f0f9fc;
}

main.service .item {
  padding: 5rem 0;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  main.service .item {
    padding: 2rem;
    gap: 20px;
  }
  main.service .item:nth-child(1), main.service .item:nth-child(3) {
    flex-direction: column-reverse;
  }
}
main.service .item .content {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  main.service .item .content {
    padding-right: 0;
  }
}
main.service .company-image {
  padding-top: 5rem;
}

.company-image .grid-c4 {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .company-image .grid-c4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

main.flow .flow_wrap {
  padding: 2rem 40px 1rem;
}
@media screen and (max-width: 767px) {
  main.flow .flow_wrap {
    gap: 3rem;
    padding: 0 0 20px 0;
  }
}
main.flow .flow_wrap .flow_item figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  main.flow .flow_wrap .flow_item figure {
    padding-bottom: 1rem;
  }
}
main.flow .flow_wrap .flow_item figure::after {
  content: "";
  background-image: url("images/arrow.png");
  background-size: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main.flow .flow_wrap .flow_item figure::after {
    right: 45%;
    top: 100%;
    transform: rotate(90deg);
  }
}

.contact-form-tel {
  max-width: 500px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .contact-form-tel {
    gap: 2rem;
  }
}
.contact-form-tel .contact-item {
  padding: 2rem;
  border: 1px solid #1dacd7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact-form-tel .contact-item p.info a {
  color: #1dacd7;
  text-decoration: underline;
}
.contact-form-tel .contact-item p.info a:hover {
  opacity: 0.8;
}

.wpcf7 {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select {
  background: #f3f3f3;
  padding: 10px;
  width: 100% !important;
  font-size: 15px !important;
  border: 1px solid #bbb;
  border-radius: 4px;
}
.wpcf7 input[type=file] {
  margin-bottom: 0.5rem;
}
.wpcf7 .wp-block-table {
  margin-bottom: 0;
}
.wpcf7 .wp-block-table td:first-child {
  width: 30%;
}
.wpcf7 .wp-block-table td:last-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wp-block-table td {
    display: block;
  }
  .wpcf7 .wp-block-table td:first-child {
    padding-bottom: 14px;
    width: 100%;
    border-bottom: none;
  }
  .wpcf7 .wp-block-table td:last-child {
    padding-top: 10px;
    width: 100%;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin: 0 15px 10px 0;
}
.wpcf7 .form-required {
  background: #e62f2f;
  padding: 5px 8px;
  color: white;
  font-size: 0.6rem;
  font-weight: 500;
  margin-right: 10px;
}
.wpcf7 .form-any {
  background: #1dacd7;
  padding: 5px 8px;
  color: white;
  font-size: 0.6rem;
  font-weight: 500;
  margin-right: 10px;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  border: 1px solid #bbb;
  background: #f3f3f3;
  width: 18px;
  height: 18px;
  position: inherit !important;
  display: inline-block;
}
.wpcf7 p.ex {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.75;
}
.wpcf7 .privacy-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.wpcf7 .privacy-confirm .wpcf7-list-item-label {
  margin-left: 5px;
  margin-right: 5px;
}
.wpcf7 a {
  color: #1dacd7;
  text-decoration: underline;
}
.wpcf7 input[type=submit] {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 380px;
  margin: 25px auto;
  padding: 1.5rem 2rem;
  border: none;
  background: #1dacd7;
  color: #fff;
  transition: 0.7s;
  font-weight: bold !important;
  border-radius: 4px;
}
.wpcf7 .wpcf7-submit:hover {
  background: white;
  border: 1px solid #1dacd7;
  color: #1dacd7;
}

main.calendar .wp-block-file {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
  max-width: fit-content;
}
main.calendar .wp-block-file a:not(.wp-block-file__button) {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
  text-decoration: underline;
}
main.calendar .wp-block-file a:not(.wp-block-file__button):before {
  font-family: "FontAwesome";
  content: "\f1c1";
  color: #1dacd7;
  font-size: 16px;
}
main.calendar .wp-block-file a:not(.wp-block-file__button):after {
  content: none;
}
main.calendar .wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: none;
}
main.calendar .wp-block-file__button {
  display: inline-flex;
  font-weight: bold;
  border-radius: 2em;
  padding: 8px 25px;
  background-color: #1dacd7;
  color: #fff;
  text-decoration: none;
  line-height: normal;
  transition: 0.3s ease;
  border: 2px solid transparent;
}
main.calendar .wp-block-file__button:hover {
  background-color: #fff;
  color: #1dacd7;
  font-weight: 500;
  border-color: #1dacd7;
}
main.calendar .wp-block-file__button::after {
  content: none;
}
@media screen and (max-width: 425px) {
  main.calendar .wp-block-file {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  main.calendar .wp-block-file__button {
    margin-left: 0;
  }
  main.calendar .wp-block-file__button::after {
    content: none;
  }
  main.calendar .wp-block-file a:not(.wp-block-file__button), main.calendar .wp-block-file__button {
    justify-content: center;
    text-align: center;
  }
}

main.recruit-sample .recruit-info,
main.recruit .recruit-info {
  background: url(images/recinfo_bg.png);
  background-size: cover;
  background-position: right bottom;
  padding: 5rem 3rem 6rem 3rem;
}
main.recruit-sample .recruit-info .recruit-info-inner,
main.recruit .recruit-info .recruit-info-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 3rem;
}
main.recruit-sample .recruit-info .recruit-info-inner h4,
main.recruit .recruit-info .recruit-info-inner h4 {
  font-size: 32px;
  font-family: "jost";
  color: #1dacd7;
  font-weight: 500;
}
main.recruit-sample .recruit-info .recruit-info-inner h2,
main.recruit .recruit-info .recruit-info-inner h2 {
  font-weight: 500;
}
main.recruit-sample .recruit-info .recruit-info-inner h3,
main.recruit .recruit-info .recruit-info-inner h3 {
  color: #1dacd7;
  font-size: 24px;
  margin-bottom: 1rem;
}
main.recruit-sample .recruit-info .recruit-info-inner h3:before,
main.recruit .recruit-info .recruit-info-inner h3:before {
  display: inline-block;
  border-top: 14px solid #1dacd7;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  content: "";
  margin-right: 10px;
}
main.recruit-sample .recruit-intro figure,
main.recruit .recruit-intro figure {
  margin-bottom: 1rem;
}

body.error404 .main-container a {
  color: #1dacd7;
  text-decoration: underline;
}

.bg-theme-main-100 {
  background: #f0f9fc;
}

.main-color-border {
  border: 2px solid #caeffa;
}

.headgroup {
  padding-top: 4rem;
}

h2 {
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  line-height: 1.6;
  margin-top: -10px;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}
h2.line-center {
  margin-top: -10px;
  margin-bottom: 60px;
  text-align: center;
}
h2.line-center:after {
  background-color: #1dacd7;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}
h2.line-left {
  margin: -10px 0 40px 0;
  position: relative;
}
h2.line-left:after {
  background-color: #1dacd7;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}
h2.white {
  color: #fff;
}

p.sub-ttl {
  font-family: "Jost";
  font-weight: 400;
  font-size: 18px;
  color: #1dacd7;
}
@media screen and (max-width: 767px) {
  p.sub-ttl {
    font-size: 1.1rem;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.2rem;
  }
}
h3.line-center {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
h3.line-center:after {
  background-color: #1dacd7;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
}
h3.line-left {
  margin: 0 0 40px 0;
  position: relative;
}
h3.line-left:after {
  background-color: #1dacd7;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}
h3.border-left {
  border-left: 5px solid #1dacd7;
  padding: 6px 10px 6px 15px;
  line-height: 1.4;
  margin-bottom: 1rem;
  background-color: #f0f9fc;
  font-weight: 500;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 17px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

p.medium {
  font-size: 15px;
}
p.small {
  font-size: 13px;
}

main.post {
  padding: 0 0 5rem 0;
}

.newslist {
  border-top: solid 1px #e5e5e5;
}
.newslist article a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  padding: 30px 15px;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 1024px) {
  .newslist article a {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newslist article a:hover {
  color: #1dacd7;
}
.newslist article a .archive-title {
  flex: 1;
}
.newslist article a .archive-title .title {
  line-height: 1.5;
  margin-bottom: 0;
}

.archive-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.archive-meta time {
  color: #666;
}
.archive-meta .cate-cont {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.archive-meta .category {
  white-space: nowrap;
  margin-bottom: 0;
}
.archive-meta .category span {
  color: #1dacd7;
  border: solid 1px #1dacd7;
  display: inline-block;
  padding: 4px 10px;
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
  width: 110px;
}
.archive-meta .newscat {
  color: #1dacd7;
  border: 1px solid #1dacd7;
  padding: 4px 10px;
  margin: 0;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.wp-pagenavi {
  max-width: 500px;
  margin: 25px auto;
  font-size: 15px;
  text-align: center;
  padding: 2rem 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  background: #fff;
  padding: 10px 14px !important;
  margin: 6px;
  font-size: 15px;
  color: #1dacd7;
}
.wp-pagenavi a {
  border: 1px solid #1dacd7 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #1dacd7;
  background: #1dacd7;
  color: #fff;
}
.wp-pagenavi span.current {
  border: 1px solid #1dacd7;
  background: #1dacd7;
  color: #fff;
  font-weight: 400;
  border: none;
}
.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  background: none;
  border: none;
}

main.single .entry-wrap {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  main.single .entry-wrap {
    flex-direction: column;
  }
}
main.single .entry-item {
  margin-bottom: 50px;
}
main.single h2.news-head {
  font-weight: 600;
  margin: 15px 0;
  font-size: 24px;
  line-height: 1.6;
  padding-bottom: 10px;
  text-indent: 5px;
  border-bottom: 1px solid #1dacd7;
}
main.single .entry-content {
  padding: 0 20px 0 0;
  width: 66%;
}
@media screen and (max-width: 767px) {
  main.single .entry-content {
    padding: 0;
    width: 100%;
  }
}
main.single .entry-content .data {
  color: #666;
  font-size: 0.8em;
  margin-left: 10px;
}
main.single .entry-content .entry-inner {
  padding-top: 30px;
}
main.single .entry-content .entry-inner a {
  color: #1dacd7;
  text-decoration: underline;
}
main.single .entry-content .entry-inner a:focus, main.single .entry-content .entry-inner a:hover {
  text-decoration: underline;
}
main.single .entry-content .entry-inner p {
  margin-bottom: 20px;
}
main.single .entry-content .entry-inner figure.wp-block-image {
  margin: 2rem 0;
}
main.single .entry-content .navPage {
  margin: 25px auto;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding-left: 20px;
}
main.single .entry-content .navPage .next a,
main.single .entry-content .navPage .prev a {
  color: #1dacd7;
  position: relative;
}
main.single .entry-content .navPage .next a:hover,
main.single .entry-content .navPage .prev a:hover {
  opacity: 0.8;
}
main.single .entry-content .navPage .next a::before {
  position: absolute;
  top: 0;
  left: -18px;
  font-family: "FontAwesome";
  content: "\f104";
  color: #caeffa;
}
main.single .entry-content .navPage .prev a::before {
  position: absolute;
  top: 0;
  left: -18px;
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 12px;
  color: #caeffa;
}
main.single .side-content {
  width: 30%;
}
@media screen and (max-width: 767px) {
  main.single .side-content {
    width: 100%;
  }
}
main.single .side-content .side-head {
  font-size: 1rem;
  padding: 15px;
  color: #1dacd7;
  font-weight: 500;
  border-bottom: 1px solid #1dacd7;
  margin-bottom: 10px;
}
main.single .side-content .inner {
  margin-bottom: 40px;
}
main.single .side-content ul {
  margin: 0;
}
main.single .side-content ul li {
  list-style-type: none;
}
main.single .side-content ul li a {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
  display: block;
}
main.single .side-content ul li a:hover {
  color: #1dacd7;
}
main.single .side-content ul.categorylist li a:before {
  content: "・";
  margin-right: 5px;
  color: #1dacd7;
}

.single-post h3.wp-block-heading {
  margin: 0 0 40px 0;
  position: relative;
  font-size: 22px;
}
.single-post h3.wp-block-heading::after {
  background-color: #1dacd7;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
}
.single-post h3.wp-block-heading:not(:first-of-type) {
  margin-top: 30px;
}
.single-post h4 {
  margin: 30px 0 15px;
  font-weight: 600;
}
.single-post h5 {
  margin: 30px 0 15px;
}
.single-post h6 {
  margin: 30px 0 15px;
}
.single-post .single .entry-content .entry-inner a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.single-post .single .entry-content .entry-inner a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #1dacd7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.single-post .single .entry-content .entry-inner a:hover::before, .single-post .single .entry-content .entry-inner a:focus::before {
  transform: scaleX(1);
}
.single-post .single .entry-content .entry-inner a:hover, .single-post .single .entry-content .entry-inner a:focus {
  text-decoration: none;
}
.single-post .wp-block-table table tr,
.single-post .wp-block-table table td {
  border: 1px solid #caeffa;
}
.single-post .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f9fc;
}
.single-post .entry-item {
  /* ul / ol */
}
.single-post .entry-item ul,
.single-post .entry-item ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.single-post .entry-item ul li,
.single-post .entry-item ol li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: 8px;
}
.single-post .entry-item ul li::before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 5px;
  font-size: 1em;
  color: #1dacd7;
}
.single-post .entry-item ol {
  counter-reset: number;
}
.single-post .entry-item ol li {
  counter-increment: number;
}
.single-post .entry-item ol li::before {
  content: counter(number) ".";
  position: absolute;
  left: 3px;
  font-size: 1em;
  color: #1dacd7;
}

.caselist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .caselist {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.caselist .archive-meta {
  margin-top: 1rem;
  flex-wrap: wrap;
}
.caselist h3 {
  font-size: 18px;
}

.single-case img {
  width: 100%;
  height: 100%;
}
.single-case .wp-block-table {
  margin: 0;
}
.single-case .youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.2%;
  height: 0;
  overflow: hidden;
}
.single-case .youtube-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-case .before-after {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.single-case .before-after .before,
.single-case .before-after .after {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-case .before-after .before img,
.single-case .before-after .after img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single-case .before-after .before p,
.single-case .before-after .after p {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .single-case .before-after {
    flex-direction: column;
    gap: 16px;
  }
}
.single-case .company-data table td:first-child {
  width: 27%;
}