@charset "UTF-8";
:root {
  --color-blue: #002671;
}

/*
Theme Name: aoikeibi-ver1.2.0
Author: 株式会社あおい警備保障
Author URI: https://aoikeibi.com/
Description: 株式会社あおい警備保障
Version: 1.2.0
Text Domain: aoikeibi-ver1.2.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## インタビュー詳細
  ## 募集要項詳細
  ## サイドバー
  ## アーカイブ（お知らせ）
  ## お知らせ詳細
  ## 404ページ
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Break Point
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0 !important;
}

body {
  margin: 0;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body,
button,
input,
select,
textarea {
  color: #333;
  /*
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   */
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  color: #212121;
}

h2 {
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.row,
ol.row {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.sans-serif {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=button],
input[type=reset],
input[type=submit] {
  display: block;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-color: rgba(52, 52, 52, 0.15);
  border-radius: 3px;
  background: #fff;
  padding: 3px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=number],
input[type=tel] {
  width: 280px;
  height: 25px;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.7);
}

.site-header.fixed {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
  width: 100%;
  animation: hdfix 0.8s;
}

.site-branding {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.hd-top-wrapper {
  display: flex;
  align-items: center;
}

.hd-top-wrapper .site-title {
  font-size: 1rem;
  margin-left: 14px;
}

.aoi-symbol img {
  width: 56px;
  height: auto;
}

.site-title a img {
  height: 1.25rem;
  width: auto;
}

@keyframes hdfix {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header.fixed .main-navigation a span,
.site-header.fixed .hd-sub-link {
  display: none;
}

.hd-top-wrapper.row {
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem calc((100vw - 1100px) / 2);
}

.hd-right ul {
  font-size: 0.75rem;
}

.hd-button li + li {
  margin-left: 0.5rem;
}

.hd-button a {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 11px 26px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 15px;
}

.hd-contact a {
  background: #808080;
  border: solid 0.5px #808080;
}

.black-btn a {
  background: #0041bf;
  border: solid 0.5px #0041bf;
}

.hd-recruitment a {
  background: #002671;
  border: solid 0.5px #002671;
}

.hd-contact a:hover {
  color: #333;
  background: #fff;
}

.black-btn a:hover {
  color: #0041bf;
  background: #fff;
}

.hd-recruitment a:hover {
  color: #002671;
  background: #fff;
}

.tel-wrap {
  line-height: 1;
  margin-right: 2rem;
}

.tel-wrap img {
  height: 29px;
  width: auto;
  position: relative;
  top: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background-image: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_recruitbg_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 10rem 0 0;
  max-height: 501px;
}

.home .footer-wrapper {
  margin: 7rem 0 0;
}

.pagetop-wrapper {
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 3;
}

.pagetop-wrapper a {
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.footer-cont {
  position: relative;
  padding: 5.25rem 0 2.5rem;
}

.footer-cont .txt .ttl {
  text-align: center;
  margin-bottom: 2.375rem;
  line-height: 1;
}

.footer-cont .txt .ttl img {
  width: 14rem;
  margin: auto;
}

.footer-cont .txt .ttl + p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.45;
}

.footer-btn-wrap {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-btn {
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  display: inline-block;
  width: 336px;
  background-color: transparent;
  border: 2px solid #fff;
  position: relative;
  color: #fff;
  text-align: center;
}

.footer-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2.4rem;
  right: 1.8rem;
  transition: all 0.2s;
  width: 11px;
  height: 22px;
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_btn_arrow.png") no-repeat center center/cover;
}

.footer-btn:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #002671;
}

.footer-btn:hover::after {
  right: 0.5rem;
}

.footer-logo-wrap {
  background-color: #fff;
  padding: 6.375rem 0 3.4375rem;
}

.footer-logo-wrap .site-branding {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-logo-wrap .site-title {
  margin-bottom: 2.4375rem;
}

.footer-logo-wrap .site-title img {
  width: 370px;
  margin: 0 auto;
  height: inherit;
}

.footer-logo-wrap .aoi-symbol {
  margin-bottom: 1.0625rem;
}

.footer-logo-wrap .aoi-symbol img {
  width: 6.25rem;
  height: auto;
}

.footer-logo-wrap .aoi-sdgs {
  margin-bottom: 1.0625rem;
}

.footer-logo-wrap .aoi-sdgs img {
  width: 12.25rem;
  height: auto;
}

.footer-adress p {
  font-size: 1.375rem;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.footer-adress p a {
  color: #000;
}

.footer-logo-wrap + .copyright {
  background: #002671;
  padding: 0.5rem 0;
}

.footer-logo-wrap + .copyright p {
  font-size: 0.75rem;
  text-align: center;
  line-height: 0;
}

.footer-logo-wrap + .copyright,
.footer-logo-wrap + .copyright a {
  color: #fff;
}

.footer-logo-wrap + .copyright a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #343434;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.expansion-thumb {
  overflow: hidden;
}

.expansion-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.expansion-thumb a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  animation: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  width: 100%;
}

.main-navigation {
  padding: 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.sp-menu-wrapper.row {
  display: none;
}

.main-navigation-inner {
  position: relative;
  background: #fff;
}

.main-navigation ul {
  position: relative;
  list-style: none;
  z-index: 4;
}

.main-navigation li {
  display: block;
  text-align: center;
}

.main-navigation .menu01 {
  position: relative;
  display: flex;
}

.main-navigation .menu02 {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}

.main-navigation .menu01 > li > a,
.main-navigation .menu02 > li > a {
  display: block;
  font-weight: 600;
}

.main-navigation .menu01 > li > a:hover,
.main-navigation .menu02 > li > a:hover {
  opacity: 0.7;
}

.main-navigation .menu01 > li {
  border-left: 2px solid #fff;
  width: 137px;
}

.main-navigation .menu01 > li {
  border-left: 2px solid #fff;
  width: 137px;
}

.main-navigation .menu01 > li > a {
  width: 100%;
  height: 60px;
  color: #000;
  background: #eee;
  padding: 15px 0;
}

.main-navigation .menu02 > li {
  width: 136px;
}

.main-navigation .menu02 > li + li {
  margin-left: 2px;
}

.main-navigation .menu02 > li > a {
  width: 100%;
  height: 70px;
  color: #fff;
  background: #002671;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.75);
  padding: 20px 0;
}

.main-navigation .menu02 li:first-child > a {
  padding: 18px 0;
  line-height: 1.2;
}

#primary-menu li ul {
  position: absolute;
  z-index: 3;
  top: 60px;
  left: -24px;
  width: 100%;
  background: #fff;
  border: solid 2px #b3b3b3;
  transition: all 0.3s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.site-header.fixed #primary-menu li ul {
  top: 60px;
}

#primary-menu li ul li {
  overflow: hidden;
  border: none;
  position: relative;
  /* transition: all .3s ease; */
  width: 25%;
  border-right: solid 2px #b3b3b3;
  display: flex;
  align-items: flex-end;
}

#primary-menu li ul li:last-child {
  border-right: none;
}

#primary-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}

#primary-menu li:hover > ul > li {
  position: relative;
}

#primary-menu li:hover > ul > li > a {
  height: 334px;
  width: 100%;
}

#primary-menu li:hover > ul > li > a:hover {
  opacity: 0.7;
}

#primary-menu li:hover > ul > li > a img {
  width: 100%;
  opacity: 0;
  animation: SlideIn 1.3s forwards;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-136px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#primary-menu li ul li a .ph {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#primary-menu li ul li:first-child,
#primary-menu li ul li:first-child a .page_name {
  background: #002671;
}

#primary-menu li ul li:first-child a {
  pointer-events: none;
}

#primary-menu li ul li a .page_name {
  width: 100%;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  height: 72px;
  padding: 16px 0;
}

#primary-menu li ul li a .page_name p {
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  color: #000;
}

#primary-menu li ul li a .page_name .en {
  font-size: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
  margin-bottom: 8px;
}

#primary-menu li ul li a .page_name .jp {
  font-size: 13.7px;
}

#primary-menu li ul li:first-child a .page_name {
  padding-left: 18px;
}

#primary-menu li ul li:first-child a .page_name p {
  color: #fff;
  text-align: left;
}

#primary-menu .menu02 > li ul {
  z-index: -1;
  top: 60px;
  left: -652px;
  width: 100vw;
  max-width: 1100px;
}

#primary-menu .menu02 > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #primary-menu li ul:hover {
    visibility: hidden;
    opacity: 0;
  }
  #primary-menu li:hover > ul:hover {
    visibility: hidden;
    opacity: 0;
  }
  /*
   #primary-menu li:hover > ul > li > a img {
     margin-left: auto;
     transform:none;
     animation: none;
     opacity: 1;
   }
   */
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget_archive h2,
.widget_recent_entries h2 {
  margin-bottom: 5px;
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 10px 0 7px 0;
  line-height: 1.3;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
  border: 1.5px solid;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.widget li.cat-item a {
  color: #343434;
}

/* アーカイブ */
.widget_archive li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f152";
  font-weight: bold;
  transform: translateY(-50%);
  margin-right: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  padding: 0;
  position: relative;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

.row {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.row-2, .row-3, .row-4 {
  flex-wrap: wrap;
}

.row-2 > .col {
  width: 50%;
}

.row-3 > .col {
  width: 33.3333333333%;
}

.row-4 > .col {
  width: 25%;
}

.main-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.main-wrapper2 {
  max-width: 1366px;
  margin: 0 auto;
}

.main-content {
  max-width: 1100px;
  margin: 0 auto;
}

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.btn a {
  font-size: 1rem;
  font-weight: 600;
  color: #002671;
  text-align: center;
  border: solid 2px #002671;
  margin: 0 auto;
  position: relative;
  padding: 24px 43px 24px 37px;
}

.btn a::after {
  content: "";
  display: inline-block;
  background: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/arrow02.svg);
  background-size: cover;
  height: 14px;
  width: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.btn a:hover::after {
  right: 5px;
}

.btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.breadcrumb-list {
  padding: 0 0 2rem;
  font-size: 0.75rem;
}

.breadcrumb-list a {
  color: #5f5f5f;
}

.breadcrumb-list i {
  margin: 0 8px;
}

.site {
  position: relative;
}

.breadcrumb-list {
  position: absolute;
  bottom: 557px;
  left: calc((99vw - 1220px) / 2);
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/* パララックス（フェードイン） */
/* スライダー */
/*section.slider-wrapper, section.slider-wrapper .slider-img {
    height: 650px;
}*/
.slider-wrapper {
  position: relative;
  z-index: -1;
}

.slider-img {
  position: relative;
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/top/main_image.jpg") no-repeat top center/cover;
  height: 680px;
  overflow: hidden;
}

.slider-wrapper .lead_wrap {
  position: relative;
  max-width: 1171px;
  height: 300px;
  width: 95%;
  margin: auto;
  background: #fff;
  margin-top: -7.5rem;
  padding: 4.25rem 3rem 5rem;
}

.slider-wrapper .lead_wrap * {
  text-align: center;
  font-weight: bold;
}

.slider-wrapper .lead_wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  opacity: 0.9;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 50%, rgb(255, 255, 255) 100%);
  filter: blur(4px);
}

.slider-wrapper .lead_wrap .ttl {
  line-height: 1;
  margin-bottom: 3.125rem;
}

.slider-wrapper .lead_wrap .ttl img {
  width: 37.625rem;
  margin: auto;
}

.slider-wrapper .lead_wrap .ttl + p {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* 釣り部 */
.fishing-img {
  width: 320px;
  height: auto;
  position: absolute;
  bottom: -50px;
  right: calc((100vw - 1220px) / 2);
}

/* バナーを並べるため非表示
 *  .fishing-img:hover img {
	transform: rotateZ( 5deg ) ;
	animation: none;
} */
.fishing-img { /* バナーを二つ並べる */
  width: 480px;
  height: auto;
  position: absolute;
  bottom: -60px;
  right: calc((100vw - 1220px) / 2);
  display: flex;
}

.fishing-img a:hover img {
  transform: rotateZ(5deg);
  animation: none;
}

:-ms-lang(x)::-ms-backdrop, .fishing-img img {
  width: 100%;
}

/* キャッチ */
.catch-wrapper {
  padding: 7rem calc((100vw - 1220px) / 2) 5rem;
  background-image: url(https://aoikeibi.com/wp-content/uploads/2020/07/bg01_200708.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.catch-inner {
  margin-left: 50%;
}

.scroll-fade {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.scroll-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.catch-wrapper h2 {
  margin: 0 0 2rem;
}

.catch-wrapper h2 img {
  width: 480px;
  height: auto;
}

.catch-wrapper p {
  color: #002671;
  font-weight: 600;
}

.message-link {
  margin: 3rem 0 0;
  line-height: 4;
}

/* 特徴 */
.about-head {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 4rem;
}

.feature-wrapper {
  padding: 7rem 0;
  background-image: url(https://aoikeibi.com/wp-content/uploads/2020/02/bg02-scaled.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-list {
  /* margin: 0 -20px; */
  margin: 0;
  justify-content: space-between;
}

.feature-list .col {
  width: calc((100% - 6rem) / 3);
  margin: 0;
}

.feature-ico {
  font-size: 65px;
  width: 80px;
  margin: 0 auto;
  height: 80px;
}

.about-inner {
  padding: 3rem;
  position: relative;
}

.about-inner:after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  height: 145px;
  width: 1px;
  position: absolute;
  top: 3rem;
  right: -1.5rem;
}

.feature-list li:nth-child(3) .about-inner:after {
  display: none;
}

.feature-ttl {
  margin: 0 0 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #002671;
}

.feature-list li:first-child .feature-ttl:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/01.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: -100;
}

.feature-list li:nth-child(2) .feature-ttl:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/02.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: -100;
}

.feature-list li:last-child .feature-ttl:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/03.svg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: -100;
}

.feature-detail {
  text-align: justify;
  margin: 0;
}

.feature-link,
.interview-link,
.recruit-link {
  margin: 3rem 0 0;
  text-align: center;
  line-height: 4;
}

.feature-img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}

/* インタビュー */
.interview-main-inner {
  justify-content: space-between;
  align-items: center;
}

.interview-thumb {
  width: calc((100% - 2px) / 2);
  position: relative;
}

.interview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intervew-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 65, 191, 0.87);
  padding: 3rem;
}

.intervew-desc h3 {
  font-size: 1.2rem;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: normal;
}

.intervew-desc .interview-name {
  color: #fff;
  font-weight: 600;
}

.interview-multi-wrapper {
  flex: 1;
  /* margin: 0 0 0 30px; */
  margin: 0;
}

.interview-list-tab {
  list-style: none;
  display: none;
}

.interview-list-tab li {
  margin: 0 0 10px;
}

.interview-list-tab figure {
  position: relative;
  overflow: hidden;
}

.interview-list-tab img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.interview-list-tab figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.interview-list-tab figure:hover figcaption {
  opacity: 1;
}

.interview-list-tab figcaption h3,
.interview-list-tab figcaption p {
  color: #fff;
}

.interview-list-tab figcaption h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 8px;
}

.interview-list-tab figcaption p {
  font-size: 10px;
  transform: scale(0.8);
  margin: 0 0 0 -8px;
}

.interview-bg {
  width: 100%;
  height: 300px;
  background-color: #d3e2ff;
  position: absolute;
  z-index: -100;
  top: 14rem;
}

.interview-main-inner figure:first-child .intervew-desc:before,
.interview-list-wrapper .interview-archive-list:first-child .intervew-desc:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview01.svg);
  display: inline-block;
  position: absolute;
  left: 3rem;
  top: -2.2rem;
  line-height: 1;
}

.interview-main-inner figure:last-child .intervew-desc:before,
.interview-list-wrapper .interview-archive-list:last-child .intervew-desc:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview02.svg);
  display: inline-block;
  position: absolute;
  left: 3rem;
  top: -2.2rem;
  line-height: 1;
}

/* コンテンツ */
.content-list-wrapper {
  padding: 70px 0;
}

.content-list-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 45px;
}

.content-list {
  /* margin: 0 -10px; */
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.content-list li {
  width: calc((100% - 50px) / 2);
  margin: 0 0 50px;
}

.content-list img {
  width: 100%;
}

.content-list h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 30px 0 15px;
}

.content-list p {
  line-height: 2;
  margin: 0;
}

.content-list i {
  margin: 0 5px 0 0;
}

/* top intro-wrapper */
.intro-wrapper {
  margin: 0 auto 9.2rem;
}

.intro-cont-wrapper {
  width: 100%;
  max-width: 1035px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-cont-wrapper a {
  display: block;
  margin: auto;
  padding: 0;
  border: 2px solid #ccc;
}

.intro-cont-wrapper a:nth-of-type(n + 2) {
  border-left: none;
}

.intro-cont-wrapper dl {
  margin: 0;
  padding: 0;
}

.intro-cont-wrapper dt {
  padding: 2.9375rem 0 2.5rem;
}

.intro-cont-wrapper dt p {
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1;
}

.intro-cont-wrapper dt .en {
  font-size: 1.625rem;
  margin-bottom: 0.4rem;
}

.intro-cont-wrapper dt .jp {
  font-size: 1rem;
}

.intro-cont-wrapper dd {
  margin: 0;
  padding: 0;
  text-align: center;
}

/* top ac-wrapper */
.ac-wrapper {
  margin: 0 auto 9.2rem;
}

.ac-cont-wrapper {
  width: 100%;
  max-width: 1038px;
  margin: auto;
}

.ac-cont-wrapper .topttl {
  margin-bottom: 4.375rem;
}

.ac-cont-inner {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.ac-cont-wrapper .ac-cont-inner > a {
  display: block;
  margin: auto;
  padding: 0;
  border: 2px solid #ccc;
}

.ac-cont-wrapper a:nth-of-type(even) {
  border-left: none;
}

.ac-cont-wrapper a:nth-of-type(n + 3) {
  border-top: none;
}

.ac-cont-wrapper dl {
  margin: 0;
  padding: 0;
}

.ac-cont-wrapper dt {
  padding: 1.5625rem 0;
}

.ac-cont-wrapper dt p {
  padding: 0;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1;
}

.ac-cont-wrapper dt .en {
  font-size: 1.625rem;
  margin-bottom: 0.4rem;
}

.ac-cont-wrapper dt .jp {
  font-size: 1rem;
}

.ac-cont-wrapper dd {
  margin: 0;
  padding: 0;
}

.ac-cont-wrapper .btn_wrap {
  width: 100%;
  max-width: 566px;
  margin: 3.875rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ac-cont-wrapper .btn_wrap1 {
  width: 100%;
  max-width: 686px;
  margin: 3.875rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ac-cont-wrapper .btn_wrap2 {
  width: 100%;
  margin-top: 5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ac-cont-wrapper .btn_wrap > a + a {
  margin-left: 2.25rem;
}

.ac-cont-wrapper .btn_wrap > a {
  display: block;
  width: 266px;
  height: 65px;
  background: #002671;
  border: none !important;
  color: #fff;
  font-size: 1.375rem;
  line-height: 65px;
  text-align: center;
}

.ac-cont-wrapper .btn_wrap > a:hover {
  opacity: 0.7;
}

.ac-cont-wrapper .btn_wrap1 > a + a {
  margin-left: 2.25rem;
}

.ac-cont-wrapper .btn_wrap1 > a {
  display: block;
  width: 386px;
  height: 85px;
  background: #002671;
  border: none !important;
  color: #fff;
  font-size: 1.375rem;
  line-height: 85px;
  text-align: center;
}

.ac-cont-wrapper .btn_wrap1 > a:hover {
  opacity: 0.7;
}

.news-cont-wrapper .btn_wrap {
  width: 100%;
  max-width: 566px;
  margin: 3.875rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.news-cont-wrapper .btn_wrap > a + a {
  margin-left: 2.25rem;
}

.news-cont-wrapper .btn_wrap > a {
  display: block;
  width: 266px;
  height: 65px;
  background: #002671;
  border: none !important;
  color: #fff;
  font-size: 1.375rem;
  line-height: 65px;
  text-align: center;
}

.news-cont-wrapper .btn_wrap > a:hover {
  opacity: 0.7;
}

.voice-cont-wrapper .btn_wrap {
  width: 100%;
  max-width: 566px;
  margin: 3.875rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.voice-cont-wrapper .btn_wrap > a + a {
  margin-left: 2.25rem;
}

.voice-cont-wrapper .btn_wrap > a {
  display: block;
  width: 266px;
  height: 65px;
  background: #002671;
  border: none !important;
  color: #fff;
  font-size: 1.375rem;
  line-height: 65px;
  text-align: center;
}

.voice-cont-wrapper .btn_wrap > a:hover {
  opacity: 0.7;
}

/* 共通トップttl */
.topttl {
  position: relative;
}

.topttl::before {
  position: absolute;
  content: "";
  background: #002671;
  width: 100px;
  height: 10px;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.topttl img {
  width: 10.3125rem;
  margin: auto;
}

/* お知らせ・ブログ */
.news-wrapper {
  margin: 7rem 0;
}

.news-wrapper .topttl {
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.news-list {
  padding: 0;
  border: solid 1px #e0e0e0;
  width: calc((100% - 6rem) / 3);
  border-radius: 0.5rem;
  overflow: hidden;
}

.news-only-list {
  padding: 15px 50px;
}

.news-list-date, .news-list-cat, .news-list-title h3 {
  font-weight: 600;
  line-height: 1;
}

.news-list-date {
  flex-shrink: 0;
  font-size: 0.85714rem;
  margin: 2rem 2rem 0.5rem;
}

.news-list-cat {
  flex-shrink: 0;
  font-size: 0.85714rem;
  margin: 0.5rem 2rem 0.5rem;
}

.news-list-title {
  margin: 0 2rem 2.5rem;
}

.news-list-date i,
.blog-list-date i {
  margin: 0 10px 0 0;
}

.news-list-title h3 {
  font-size: 1rem;
}

.news-list-title h3 {
  font-size: 1rem;
  line-height: 1.8;
}

.news-list-title h3 a,
.archive-news-title h3 a,
.archive-blog-title h3 a {
  color: #343434;
}

.all-news {
  position: absolute;
  right: 0;
  top: 1rem;
  line-height: 1;
  padding-right: 1rem;
}

.all-news a {
  color: #002671;
  font-weight: 600;
  font-size: 0.75rem;
}

.all-news a::after {
  content: "";
  display: inline-block;
  background: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/arrow02.svg);
  background-size: cover;
  height: 0.5rem;
  width: 3px;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.all-news a:hover::after {
  right: -0.5rem;
}

.all-news i {
  margin: 0 5px 0 0;
}

.news-cont-inner {
  width: 100%;
  position: relative;
}

.news-cont-inner-second {
  padding: 0 0 0 10px;
}

ul.news-list-wrapper {
  padding: 3rem 5.8rem 0;
  justify-content: space-between;
}

.blog-list {
  padding: 20px 25px;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
}

.blog-list figure {
  padding: 10px 5px 10px 0;
}

.blog-list figure img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

.blog-list-detail {
  flex: 1;
  margin: 0 0 0 15px;
}

.blog-list-detail .news-list-date {
  margin-top: 8px;
}

.blog-list-detail h3 {
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0 15px;
}

.blog-list-detail h3 a {
  color: #343434;
}

.blog-list-cat a {
  font-size: 11px;
  color: #b3000f;
}

.blog-list-cat a + a {
  margin: 0 0 0 5px;
}

.blog-list-cat i {
  margin: 0 10px 0 0;
}

/* お客様の声 */
.voice-wrapper {
  margin: 7rem 0;
}

.voice-wrapper .topttl {
  margin: 0 0 1.5rem;
  font-size: 1rem;
}

.voice-wrapper .topttl img {
  width: 11.25rem;
}

@media screen and (max-width: 768px) {
  .voice-wrapper .topttl img {
    width: 10.625rem;
  }
}
.voice-list {
  padding: 0;
  border: solid 1px #000;
  width: calc((100% - 6rem) / 3);
  min-height: 22.8125rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media screen and (max-width: 667px) {
  .voice-list {
    min-height: auto;
  }
}
.voice-list figure a {
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}

.voice-list img {
  width: 100%;
}

.voice-only-list {
  padding: 15px 50px;
}

.voice-list-date, .voice-list-title h3 {
  font-weight: 600;
  line-height: 1;
}

.voice-list-date {
  flex-shrink: 0;
  font-size: 0.75rem;
  margin: 2rem 2rem 0.8125rem;
}

.voice-list-title {
  margin: 0 2rem 2.5rem;
}

.voice-list-date i {
  margin: 0 10px 0 0;
}

.voice-list-title h3 {
  font-size: 0.75rem;
  line-height: 1.1666666667;
}

.voice-list-title h3 a {
  color: #343434;
}

.voice-cont-inner {
  width: 100%;
  position: relative;
}

.voice-cont-inner-second {
  padding: 0 0 0 10px;
}

ul.voice-list-wrapper {
  padding: 3rem 5.8rem 0;
  justify-content: space-between;
}

/* 募集要項一覧 */
.home .recruit-wrapper {
  background-color: #f1f1f1;
  margin-top: 7rem;
  padding: 7rem 0;
}

.recruit-wrapper h2 {
  font-size: 1rem;
  margin-bottom: 4rem;
}

.recruit-list-wrapper {
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recruit-list {
  position: relative;
  width: calc((100% - 3rem) / 2);
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  z-index: 1;
  margin-bottom: 3em;
}

.recruit-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.recruit-status {
  font-size: 0.85714rem;
  color: #fff;
  font-weight: 600;
  background-color: #002671;
  display: inline-block;
  padding: 1rem 1.5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.recruit-list-more {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.recruit-list-img {
  position: relative;
}

.recruit-list-img img {
  width: 100%;
}

.recruit-list-img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
}

.recruit-list-jobcat a {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
}

.recruit-list-inner {
  padding: 4rem 3rem;
  border-right: solid 1.5rem #002671;
  height: 100%;
}

.recruit-list-wrapper h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.8;
  color: #002671;
}

.recruit-list-wrapper h3 i {
  margin: 0 5px 0 0;
}

.recruit-list-sub {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}

.recruit-list-sub li {
  color: #757575;
  line-height: 2;
}

.recruit-list-sub li a {
  color: #757575;
}

.recruit-list-sub li:last-child {
  margin: 0;
}

.recruit-list-more a {
  display: block;
  padding: 15px;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  position: relative;
  font-size: 0.85714rem;
}

.recruit-list-more i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.recruit-list-more a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
## 固定ページヘッダー
--------------------------------------------------------------*/
/*
.message header.entry-header {
	background: url(https://aoikeibi.com/wp-content/uploads/2020/02/message_header-scaled.jpg) no-repeat;
	background-size: cover;
	height: 300px;
	background-position: center;
	position: relative;
   margin-bottom: 7rem;
}
*/
.point header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/point_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.welfare header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/welfare_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.faq header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/99_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.post-type-archive-interview header.entry-header,
.single-interview header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/interview_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.contact header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/contact_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

/*
*/
.post-type-archive-recruit header.entry-header,
.single-recruit header.entry-header,
.tax-recruit_place header.entry-header,
.tax-recruit_status header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/recruit_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.entry-thanks header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/recruit_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.post-type-archive-news header.entry-header,
.tax-cat_news header.entry-header,
.single-news header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/other_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 5rem;
}

.post-type-archive-voice header.entry-header,
.single-voice header.entry-header {
  background: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/voice/voice_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 6.25rem;
}

@media screen and (max-width: 768px) {
  .post-type-archive-voice header.entry-header,
  .single-voice header.entry-header {
    margin-bottom: 5rem;
  }
}
.privacy-policy header.entry-header {
  background: url(https://aoikeibi.com/wp-content/uploads/2020/02/other_header-scaled.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  background-position: center;
  position: relative;
  margin-bottom: 7rem;
}

.entry-header .sub-page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Euphemia UCAS", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*--------------------------------------------------------------
## 固定ページヘッダー2
--------------------------------------------------------------*/
header.entry-header2 {
  position: relative;
  margin-bottom: 10.95rem;
}

header.entry-header2 .entry-header2_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

header.entry-header2 .header_cont {
  position: relative;
  width: 50%;
  height: 440px;
}

header.entry-header2 .header_right {
  background: #333;
  padding: 9.375rem 10rem 0 2.25rem;
}

header.entry-header2 .header_right p {
  color: #fff;
  font-weight: bold;
}

header.entry-header2 .page_ttl {
  position: relative;
  line-height: 1;
  margin-bottom: 2rem;
}

header.entry-header2 .page_ttl img {
  width: 138px;
  height: 34px;
}

header.entry-header2 .page_ttl.w312 img {
  width: 312px;
}

header.entry-header2 .page_ttl::before {
  position: absolute;
  content: "";
  background: #ff0;
  width: 320px;
  height: 3px;
  bottom: -0.95rem;
  left: 0;
}

header.entry-header2 .header_right .anchor_link_wrap {
  position: absolute;
  bottom: 0;
}

header.entry-header2 .header_right .anchor_link_wrap a {
  display: inline-block;
  background: #fff;
  width: 160px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

header.entry-header2 .header_right .anchor_link_wrap a + a {
  margin-left: 5px;
}

header.entry-header2 .header_right .anchor_link_wrap a:hover {
  opacity: 0.7;
}

.company header.entry-header2 .header_left {
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/company/img_site_head.jpg") no-repeat top center/cover;
}

.ac header.entry-header2 .header_left {
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/ac/img_site_head.jpg") no-repeat top center/cover;
}

.message header.entry-header2 .header_left {
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/message/img_site_head.jpg") no-repeat top center/cover;
}

/*--------------------------------------------------------------
## 求職者の方へメッセージ
--------------------------------------------------------------*/
.bg-wrap {
  height: 1320px;
  width: 100%;
  background: -moz-linear-gradient(left, #e6efff 50%, #fff);
  background: -webkit-linear-gradient(left, #e6efff 50%, #fff);
  background: linear-gradient(to right, #e6efff 50%, #fff);
  position: absolute;
  top: 29rem;
  z-index: -10;
}

.message-catch-wrap,
.feature-thumb,
.philosophy-list,
.vision-wrap,
.rating-wrap {
  justify-content: space-between;
}

.message-catch-wrap {
  align-items: flex-end;
  margin-bottom: 6rem;
}

.message-catch-wrap .message-catch-img,
.message-catch-wrap .message-catch-txt,
.rating-wrap .rating-txt-wrap,
.rating-wrap .rating-img {
  width: calc((100% - 3rem) / 2);
}

.message-inner h2 {
  margin-bottom: 2rem;
}

.message-inner img {
  height: 5.5rem;
}

.message-inner p {
  font-weight: 600;
  color: #002671;
}

.feature-thumb {
  margin-top: 6rem;
}

.feature-thumb img {
  width: calc((100% - 2rem) / 2);
}

.ttl-wrap {
  margin-bottom: 2rem;
}

.ttl-wrap h2 {
  color: #002671;
  border-bottom: solid 2px #002671;
  display: inline-block;
  line-height: 1;
}

.philosophy-wrap {
  margin-bottom: 11rem;
}

.philosophy-wrap .ttl-wrap:after {
  content: "";
  display: inline-block;
  background: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/management_philosophy.svg);
  background-size: cover;
  height: 16px;
  width: 215px;
  margin-left: 1rem;
}

.philosophy-disc {
  color: #002671;
  font-weight: 600;
  margin-bottom: 3rem;
}

.philosophy-list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.philosophy-list .item-box {
  padding-left: 3rem;
}

.philosophy-list div {
  width: calc((100% - 4rem) / 3);
}

.item-box {
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  padding: 2.5rem 3rem 3rem 1.5rem;
  position: relative;
}

.item-box h3 {
  font-size: 1.2rem;
  color: #002671;
  margin-bottom: 1rem;
  font-weight: 600;
}

.item-box h3:before {
  content: "";
  display: inline-block;
  background: #0041bf;
  height: 30px;
  width: 2px;
  position: absolute;
  left: 0;
  top: 2.8rem;
}

.vision-txt-wrap .vision-disc {
  color: #002671;
  font-weight: 600;
}

.vision-txt-wrap .ttl-wrap:after {
  content: "";
  display: inline-block;
  background: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/vision.svg);
  background-size: cover;
  height: 16px;
  width: 58px;
  margin-left: 1rem;
}

.vision-disc {
  line-height: 1;
  margin-bottom: 3rem;
}

.vision-txt h3 {
  font-size: 1.2rem;
  color: #002671;
}

.vision-txt-wrap,
.vision-img {
  width: calc((100% - 3rem) / 2);
}

/*--------------------------------------------------------------
## あおい警備について
--------------------------------------------------------------*/
.rating-txt-wrap {
  color: #002671;
}

.rating-txt-wrap .ttl-wrap {
  margin-bottom: 2.5rem;
}

.rating-txt-wrap .ttl-wrap:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/02.svg);
  display: inline-block;
  margin-right: 1.5rem;
  position: relative;
  top: 1rem;
}

.rating-txt-wrap .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/rating_system.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: 1px;
}

.rating-txt,
.walfare-disc {
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.rating-disc {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2rem;
}

ul.rating-list {
  list-style: none;
  margin-left: 1rem;
}

.rating-list li {
  font-weight: 600;
  line-height: 1;
}

.rating-list li + li {
  margin-top: 1rem;
}

.rating-list li:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/icon_circle.svg);
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.rating-list li span {
  font-size: 1.5rem;
  font-style: italic;
}

.lisence-wrap,
.rating-wrap {
  margin-bottom: 6rem;
}

.walfare-wrap .ttl-wrap:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/03.svg);
  display: inline-block;
  margin-right: 1.5rem;
  position: relative;
  top: 1rem;
}

.walfare-wrap .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/welfare.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

.walfare-disc {
  color: #002671;
}

.walfare-list {
  justify-content: space-between;
  flex-wrap: wrap;
}

.walfare-list .item-box {
  width: calc((100% - 4.5rem) / 4);
  padding: 2rem 1.5rem;
  position: relative;
}

.walfare-list .item-box:first-child,
.walfare-list .item-box:nth-child(2),
.walfare-list .item-box:nth-child(3),
.walfare-list .item-box:nth-child(4),
.walfare-list .item-box:nth-child(5),
.walfare-list .item-box:nth-child(6),
.walfare-list .item-box:nth-child(7),
.walfare-list .item-box:nth-child(8) {
  margin-bottom: 1.5rem;
}

.ribbon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 85px;
  overflow: hidden;
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 13px 0;
  left: -55px;
  top: 20px;
  width: 150px;
  background: #700000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.walfare-list h3 {
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 1rem;
}

.walfare-list h3:before {
  display: none;
}

.walfare-ico {
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1;
}

.walfare-list p {
  font-size: 0.85714rem;
  margin-bottom: 1.5rem;
}

.bonus {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1.5rem;
  color: #002671;
  font-size: 0.75rem;
  font-weight: 600;
}

.bonus span {
  font-size: 1rem;
  font-style: italic;
}

.walfare-other {
  font-size: 0.85714rem;
  font-weight: 600;
}

.walfare-other span {
  font-size: 0.75rem;
  font-weight: 400;
}

.lisence-wrap .ttl-wrap:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/01.svg);
  display: inline-block;
  margin-right: 1.5rem;
  position: relative;
  top: 1rem;
}

.lisence-wrap .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/lisence.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -1px;
}

.lisence-disc {
  color: #002671;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.lisence-wrap .item-box {
  display: inline-block;
  padding-right: 11rem;
}

.lisence-wrap .item-box h3 {
  position: relative;
  line-height: 1;
}

.lisence-wrap .item-box h3:before {
  left: -1.5rem;
  top: 0;
}

.lisence-txt {
  color: #002671;
  font-weight: 600;
}

.lisence-txt.head {
  margin-bottom: 2.5rem;
}

.fishing-wrap {
  margin-top: 1.5rem;
}

.fishing-wrap .item-box {
  padding-right: 1.5rem;
}

.fishing-wrap .row {
  justify-content: space-between;
}

.fishing-txt {
  color: #002671;
  font-weight: 600;
}

.fishing-txt, .fishing-txt-img {
  width: calc((100% - 1.5rem) / 2);
}

#fishing {
  margin-top: calc(-140px + 1.5rem);
  padding-top: 140px;
}

/*--------------------------------------------------------------
## 福利厚生
--------------------------------------------------------------*/
.walfareitem-wrap .item-box {
  display: inline-block;
  width: calc((100% - 1.5rem) / 2);
}

.walfareitem-wrap .row {
  justify-content: space-between;
}

.walfareitem-wrap .item-box p {
  margin: 0 0 0 1.5rem;
}

.walfareitem-wrap + .walfareitem-wrap {
  margin-top: 6rem;
}

.walfareitem-wrap.salaly .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/salary.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.housing .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/housing.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.lisence .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/lisence.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.uniform .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/uniform.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.equipment .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/equipment.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.health .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/health.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.commuting .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/commuting.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.congratulations .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/congratulations.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.agreement .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/agreement.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.holiday .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/holiday.svg);
  display: inline-block;
  margin-left: 1rem;
}

.walfareitem-wrap.overtime .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/overtime.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.woman .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/woman.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.recreation .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/recreation.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.walfareitem-wrap.property .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/property.svg);
  display: inline-block;
  margin-left: 1rem;
}

/*--------------------------------------------------------------
## 99の質問
--------------------------------------------------------------*/
.faq-wrap .item-box h3 {
  position: relative;
  line-height: 1;
}

.faq-wrap .item-box h3:before {
  left: -1.5rem;
  top: -0.3rem;
}

.faq-wrap p {
  margin-bottom: 2.5rem;
  margin-left: 1.5rem;
}

.faq-wrap + .faq-wrap {
  margin-top: 6rem;
}

.faq-wrap span {
  color: #0041bf;
}

.faq-wrap .item-box p:last-child {
  margin-bottom: 0;
}

.faq-wrap.work .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/work.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.private .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/private.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.home .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/family.svg);
  display: inline-block;
  margin-left: 1rem;
}

.faq-wrap.life .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/life.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.favorite .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/like.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.other .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/other.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.past .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/past.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

.faq-wrap.future .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/future.svg);
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: -3px;
}

/*--------------------------------------------------------------
## インタビュー一覧
--------------------------------------------------------------*/
.interview-list-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview-archive-list .interview-thumb {
  width: 100%;
}

.interview-archive-list {
  width: calc((100% - 2px) / 2);
}

.interview-list-inner h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.8;
}

.interview-list-sub {
  list-style: none;
}

.interview-list-sub li {
  display: inline-block;
}

/*--------------------------------------------------------------
## インタビュー詳細
--------------------------------------------------------------*/
.interview-main {
  position: relative;
}

.interview-detail-wrapper {
  width: 35%;
}

.single-interview .interview-thumb {
  width: 50%;
}

.postid-219 .interview-detail-wrapper h2:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview01_blue.svg);
  display: block;
  margin-bottom: 3rem;
  line-height: 1;
}

.postid-77 .interview-detail-wrapper h2:before {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview02_blue.svg);
  display: block;
  margin-bottom: 3rem;
  line-height: 1;
}

.interview-detail-wrapper h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 25px;
}

.interview-detail-wrapper h1::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 6px 0 0;
}

.interview-detail-wrapper h2 {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #002671;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.interview-name.col {
  font-weight: 600;
}

.interview-detail {
  font-size: 0.85714rem;
  color: #fff;
  margin: 0 0 0 5px;
}

.interview-name-wrapper {
  margin-top: 2rem;
  align-items: baseline;
  line-height: 1;
  color: #002671;
}

.interview-detail-wrapper .interview-detail {
  color: #002671;
}

.interview-license.col {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #0041bf;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  font-size: 0.75rem;
}

.interview-sentence {
  line-height: 2;
}

.interview-qa-wrapper {
  padding: 6rem 0 0;
}

.interview-qa-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.8;
}

.interview-qa-wrapper h2 span {
  font-size: 27px;
}

.interview-cont.item-box h3 {
  position: relative;
  line-height: 1;
}

.interview-cont.item-box h3:before {
  left: -1.5rem;
  top: -0.2rem;
}

.interview-qa-wrapper p {
  line-height: 2;
  margin: 0 0 2.5rem 1.5rem;
}

.interview-cont li:last-child .interview-qa-area p {
  margin-bottom: 0;
}

.interview-img-left {
  margin: 0 30px 60px 0;
  width: 32%;
}

.interview-img-right {
  margin: 0 0 60px 30px;
  width: 32%;
}

.interview-img-left img,
.interview-img-right img {
  width: 100%;
}

.interview-qa-area {
  flex: 1;
}

.interview-cont li + li {
  margin: 20px 0 0;
}

.other-interview-wrapper {
  padding: 30px 0;
  background: rgb(241, 241, 241);
}

.other-interview-wrapper h2 {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  margin: 0 0 15px;
  position: relative;
}

.other-interview-wrapper h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: bold;
  margin: 0 5px 0 0;
}

.other-interview-all {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.other-interview-all a {
  font-size: 0.75rem;
  color: #757575;
}

.other-interview-all i {
  margin: 0 5px 0 0;
}

.other-interview-list li + li {
  margin: 0 0 0 20px;
}

.other-interview-list figure {
  position: relative;
  overflow: hidden;
}

.other-interview-list img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.other-interview-list figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(52, 52, 52, 0.5);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.other-interview-list figure:hover figcaption {
  opacity: 1;
}

.other-interview-list figcaption h3,
.other-interview-list figcaption p {
  color: #fff;
}

.other-interview-list figcaption h3 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 8px;
}

.other-interview-list figcaption p {
  font-size: 10px;
  transform: scale(0.8);
  margin: 0 0 0 -8px;
}

.interview-cont.hobby-box {
  margin-top: 1.5rem;
}

/*--------------------------------------------------------------
## 募集要項詳細
--------------------------------------------------------------*/
.interview-wrapper h2,
.archive-news h2,
.archive-blog h2,
.widget-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.recruit-wrapper h2 i,
.interview-wrapper h2 i {
  margin: 0 10px 0 0;
}

.single-recruit .recruit-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.recruit-table,
table {
  margin: 0 0 50px;
}

table {
  /* margin-top: 30px; */
}

.recruit-table th,
.recruit-table td,
th, td {
  padding: 20px 25px;
  line-height: 1.6;
  border: solid 1px rgba(52, 52, 52, 0.15);
}

.recruit-table th,
th {
  font-weight: 600;
  width: 30%;
}

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

.entry-form p {
  margin: 0 0 10px;
}

.entry-form label {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

.entry-submit {
  width: 140px;
  height: 40px;
  margin: 30px auto 0;
  position: relative;
}

.entry-submit input[type=submit] {
  width: 100%;
  height: 100%;
}

.entry-submit input[type=submit]:focus,
.entry-submit input[type=submit]:active {
  outline: none;
}

.entry-submit i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
## 下層ページ共通
--------------------------------------------------------------*/
.content_ttl_wrap {
  position: relative;
  margin-bottom: 3.8125rem;
}

.content_ttl {
  position: relative;
  padding-left: 10rem;
  line-height: 1;
}

.content_ttl_wrap::before {
  position: absolute;
  content: "";
  background: #002671;
  width: 45.1875rem;
  height: 0.375rem;
  bottom: -1.6rem;
  left: 0;
}

.content_ttl img {
  width: 146px;
  height: 29px;
}

.content_ttl.w175 img {
  width: 175px;
}

.content_ttl.w181 img {
  width: 181px;
  height: 26px;
}

.content_ttl.w113 img {
  width: 126px;
  height: 26px;
}

.content_ttl.w297 img {
  width: 297px;
  height: 26px;
}

.blue_btn {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
}

.blue_btn a {
  display: inline-block;
  width: 445px;
  height: 65px;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  line-height: 65px;
  background: #002671;
}

.blue_btn a:hover {
  opacity: 0.7;
}

/*--------------------------------------------------------------
## 会社概要
--------------------------------------------------------------*/
.greeting-wrap {
  width: 100%;
  margin-bottom: 7rem;
}

.greeting-wrap .flex_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}

.greeting-wrap figure {
  width: 100%;
}

.greeting-wrap .txt {
  padding: 0 0 0 24px;
  margin: 0;
}

.greeting-wrap .txt p {
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0;
  font-weight: 600;
}

.greeting-wrap .txt p + p,
.greeting-wrap .txt li + li,
.greeting-wrap .txt ol + p {
  margin-top: 1.75rem;
}

.greeting-wrap .txt ol li {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-indent: 0;
  list-style-type: none;
  padding-left: 1.4em;
  font-weight: 600;
}

.greeting-wrap .txt ol li::before {
  position: absolute;
  top: 0;
  left: 0;
}

.greeting-wrap .txt ol li:nth-of-type(1)::before {
  content: "1.";
}

.greeting-wrap .txt ol li:nth-of-type(2)::before {
  content: "2.";
}

.greeting-wrap .txt ol li:nth-of-type(3)::before {
  content: "3.";
}

.greeting-wrap .txt .sign {
  width: 237px;
  margin-left: auto;
  margin-top: 3rem;
}

.greeting-wrap .txt .sign p {
  line-height: 1;
}

.greeting-wrap .txt .sign p:nth-of-type(2) {
  margin-top: 0.6rem;
}

.greeting-wrap .txt .sign p:nth-of-type(2) img {
  width: 232px;
  height: 22px;
}

.philosophy-wrap {
  width: 100%;
  margin-bottom: 7rem;
}

.philosophy-wrap .flex_inner {
  display: flex;
  justify-content: space-between;
}

.philosophy-wrap .left_cont {
  width: 320px;
  height: 390px;
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/company/bg_philosophy.png") no-repeat top center/cover;
  padding: 2.2rem 0.5rem;
  text-align: center;
  border: 2px solid #000;
  margin: 0 auto;
  line-height: 1;
}

.philosophy-wrap .left_cont img {
  width: 282px;
  height: 315px;
}

.philosophy-wrap .right_cont {
  padding-top: 1.72rem;
  padding-left: 2rem;
}

.philosophy-wrap .right_cont img {
  width: 700px;
  height: 266px;
}

#profile .content_ttl_wrap {
  margin-bottom: 5.9rem;
}

.profile-wrap {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.profile-wrap table {
  width: 100%;
  border: 1px solid #e6e6e6;
  margin-bottom: 1.5rem;
}

.profile-wrap th {
  width: 28%;
}

.profile-wrap th,
.profile-wrap td {
  font-size: 1.25rem;
  border: 1px solid #e6e6e6;
  padding: 0.3rem 1.2rem;
  text-align: left;
  font-weight: normal;
  font-weight: 600;
}

.profile-wrap td .place,
.profile-wrap td .tel {
  position: relative;
  padding-left: 0rem;
}

.profile-wrap td .tel a {
  color: rgb(51, 51, 51);
}

.profile-wrap td .place::before {
  position: absolute;
  content: "本社｜";
  left: 0;
  top: 0;
}

.profile-wrap td .place2::before {
  position: absolute;
  content: "福岡営業所｜";
  left: 0;
  top: 0;
}

.profile-wrap table + p {
  margin: 0;
}

.recruit-table th {
  text-align: center;
  border-left: none;
  border-right: none;
  padding: 2rem 1rem 0;
  width: 23%;
  vertical-align: top;
}

.recruit-table td {
  border-left: none;
  border-right: none;
  padding: 2rem 0;
}

/*--------------------------------------------------------------
## 事業案内
--------------------------------------------------------------*/
#svdetails .content_ttl_wrap {
  margin-bottom: 1.8rem;
}

.svdetails-wrap {
  width: 100%;
  margin-bottom: 7rem;
}

.svdetails-wrap .flex_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.svdetails-wrap .flex_inner + .flex_inner {
  margin-top: 2rem;
}

.svdetails-wrap figure {
  width: 480px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.svdetails-wrap figcaption {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

.svdetails-wrap .txt {
  max-width: 570px;
  padding: 0;
  margin: 0 auto;
}

.svdetails-wrap .flex_inner:nth-of-type(1) .txt {
  padding-top: 0.5rem;
}

.svdetails-wrap .flex_inner:nth-of-type(2) .txt,
.svdetails-wrap .flex_inner:nth-of-type(4) .txt {
  padding-top: 3rem;
}

.svdetails-wrap dl dt {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  padding-left: 1.4rem;
}

.svdetails-wrap dl dt::before {
  position: absolute;
  content: "";
  background: #002671;
  width: 13px;
  height: 31px;
  top: 0.1em;
  left: 0;
}

.svdetails-wrap dl dd {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
}

.svdetails-wrap dl dd > p {
  position: relative;
  vertical-align: baseline;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
}

.svdetails-wrap dl dd > p + p {
  margin-top: 1.2rem;
}

#performance .content_ttl_wrap {
  margin-bottom: 5.9rem;
}

.performance-wrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 7em;
}

.performance-wrap table {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.performance-wrap th {
  width: 24%;
}

.performance-wrap th {
  font-size: 1.25rem;
  border: 1px solid #e6e6e6;
  padding: 0.3rem 1.2rem;
  text-align: left;
  font-weight: normal;
  font-weight: 600;
}

.performance-wrap td {
  font-size: 1.15rem;
  border: 1px solid #e6e6e6;
  padding: 0.3rem 1.2rem;
  text-align: left;
  font-weight: normal;
}

.flow-wrap {
  max-width: 980px;
  width: 100%;
  margin: auto;
}

.flow-wrap > p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 4.8rem;
}

.flow-wrap .flow-inner {
  position: relative;
  background: #d2d2d2;
  min-height: 140px;
  display: flex;
  align-items: center;
}

.flow-wrap .flow-inner + .flow-inner::before {
  position: absolute;
  content: "";
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/ac/img_arrow.svg") no-repeat top center/cover;
  width: 4.84003125rem;
  height: 1.8526rem;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.flow-wrap .flow-inner + .flow-inner {
  margin-top: 4.125rem;
}

.flow-wrap .flow-inner .num {
  position: absolute;
  background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/ac/bg_flow_list.png") no-repeat top center/cover;
  width: 233px;
  height: 171px;
  top: -30px;
  left: -10px;
  padding: 20px 54px 0 0;
  text-align: center;
}

.flow-wrap .flow-inner .txt {
  padding-left: 15.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}

.flow-wrap .txt a {
  color: #333;
}

.flow-wrap .txt a.udl {
  background: linear-gradient(transparent 88%, #333 88%, #333 90%, transparent 90%);
}

.flow-wrap .txt a.udl:hover {
  opacity: 0.7;
}

.mac .flow-wrap .txt a.udl {
  border-bottom: 1px solid #333;
  padding-bottom: 0.1em;
  background: none;
}

/*--------------------------------------------------------------
## 求職者へメッセージ（新）
--------------------------------------------------------------*/
.message-wrap {
  width: 100%;
  margin-bottom: 7rem;
}

.message-wrap .flex_inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.message-wrap .flex_inner + .flex_inner {
  margin-top: 2rem;
}

.message-wrap .detail_cont {
  width: 357px;
  margin-left: 2.5rem;
  border: 1px solid #002671;
  border-radius: 12px;
  padding: 1rem;
}

.message-wrap .detail_cont dl {
  padding: 0;
  margin: 0;
}

.message-wrap dl.txt {
  max-width: 660px;
  padding: 0;
  margin: 0;
}

.message-wrap dl dt,
.vision-wrap dl dt {
  position: relative;
  padding-left: 1.4rem;
}

.message-wrap dl.txt dt,
.vision-wrap dl.txt dt {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.message-wrap .detail_cont dl dt {
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.message-wrap .detail_cont dl dd {
  margin: 0;
  padding-left: 1.4rem;
}

.message-wrap .detail_cont dl dd p + p {
  margin-top: 0.8rem;
}

.message-wrap .detail_cont dl dd + dt {
  margin-top: 0.6rem;
}

.message-wrap .detail_cont dl dt,
.message-wrap .detail_cont dl dd {
  font-size: 1.125rem;
}

.message-wrap .flex_inner:nth-of-type(2) .detail_cont dl dt,
.message-wrap .flex_inner:nth-of-type(2) .detail_cont dl dd {
  font-size: 1rem;
}

.message-wrap dl dt::before,
.vision-wrap dl dt::before {
  position: absolute;
  content: "";
  background: #002671;
  width: 13px;
  height: 31px;
  top: 0.1em;
  left: 0;
}

.message-wrap dl.txt dd,
.vision-wrap dl.txt dd {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
}

.message-wrap dl dd > p,
.vision-wrap dl dd > p {
  position: relative;
  vertical-align: baseline;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.vision-wrap {
  width: 100%;
  margin: 0 auto;
}

.vision-wrap .flex_inner {
  display: flex;
  justify-content: center;
}

.vision-wrap dl.txt {
  max-width: 680px;
  padding: 0;
  margin: 0;
}

.vision-wrap figure {
  width: 325px;
  margin-left: 2.3rem;
}

.vision-wrap .flex_inner + .flex_inner {
  margin-top: 1.1rem;
}

.vision-wrap .blue_btn {
  margin-top: 2rem;
}

.walfare-wrap {
  max-width: 980px;
  width: 100%;
  margin: 0 auto 7rem;
}

.walfare-wrap > p:first-child {
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 2.2rem;
}

.walfare-wrap .blue_btn {
  margin-top: 3rem;
}

/*--------------------------------------------------------------
## お問い合わせ
--------------------------------------------------------------*/
.contact-wrap {
  margin-bottom: 6rem;
}

.contact-wrap .tel-img {
  margin-top: 3rem;
}

.contact-wrap .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/tel_txt.svg);
  display: inline-block;
  margin-left: 1rem;
}

.mail-wrap .ttl-wrap:after {
  content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/mail.svg);
  display: inline-block;
  margin-left: 1rem;
}

.contact-wrap .tel-img img {
  width: 360px;
  height: 40px;
}

/*--------------------------------------------------------------
## プライバシーポリシー
--------------------------------------------------------------*/
.policy-wrap + .policy-wrap {
  margin-top: 6rem;
}

.policy-wrap ul {
  padding-left: 2rem;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-main {
  float: left;
  /* width: 68%; */
  width: 100%;
}

.widget-area {
  float: left;
  width: 26%;
  margin-left: 6%;
  display: none;
}

/*--------------------------------------------------------------
## アーカイブ（お知らせ）
--------------------------------------------------------------*/
.archive-news-list,
.archive-blog-list {
  list-style: none;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
  padding: 20px;
}

.archive-news-list:nth-child(even),
.archive-blog-list:nth-child(even) {
  background: rgba(52, 52, 52, 0.05);
}

.archive-news-date,
.archive-blog-date {
  margin: 1rem 0 0.5rem;
}

.archive-news-title h3,
.archive-blog-title h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.archive-news-contents,
.archive-blog-contents {
  line-height: 1.8;
  font-size: 0.75rem;
}

.archive-news-contents a,
.archive-blog-contents a {
  color: rgba(52, 52, 52, 0.5);
}

.archive-news h2, .archive-blog h2 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## アーカイブ（お客様の声）
--------------------------------------------------------------*/
.archive-voice {
  --_archive-voice-rem-base: 16;
}

@media screen and (max-width: 667px) {
  .archive-voice {
    --_archive-voice-rem-base: 14;
  }
}
.archive-voice .main-wrapper {
  max-width: 1020px;
}

.archive-voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(36 / var(--_archive-voice-rem-base) * 1rem) calc(68 / var(--_archive-voice-rem-base) * 1rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .archive-voice-list {
    grid-template-columns: 1fr;
    gap: calc(25 / var(--_archive-voice-rem-base) * 1rem) 0;
  }
}
.archive-voice-list-item {
  display: flex;
  flex-direction: column;
  min-height: calc(547 / var(--_archive-voice-rem-base) * 1rem);
  border: 1px solid #000;
  border-radius: calc(12 / var(--_archive-voice-rem-base) * 1rem);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .archive-voice-list-item {
    min-height: auto;
  }
}
.archive-voice-list-img a {
  display: block;
  border-radius: calc(11 / var(--_archive-voice-rem-base) * 1rem);
  overflow: hidden;
}

.archive-voice-list-img img {
  width: 100%;
}

.archive-voice-list-date {
  font-weight: 700;
  font-size: calc(18 / var(--_archive-voice-rem-base) * 1rem);
  line-height: 1.1666666667;
  margin: calc(43 / var(--_archive-voice-rem-base) * 1rem) calc(47 / var(--_archive-voice-rem-base) * 1rem) 0;
}

@media screen and (max-width: 768px) {
  .archive-voice-list-date {
    font-size: calc(12 / var(--_archive-voice-rem-base) * 1rem);
    margin: calc(28 / var(--_archive-voice-rem-base) * 1rem) calc(28 / var(--_archive-voice-rem-base) * 1rem) 0;
  }
}
.archive-voice-list-title {
  margin: calc(20 / var(--_archive-voice-rem-base) * 1rem) calc(47 / var(--_archive-voice-rem-base) * 1rem) 0;
}

@media screen and (max-width: 768px) {
  .archive-voice-list-title {
    margin: calc(14 / var(--_archive-voice-rem-base) * 1rem) calc(28 / var(--_archive-voice-rem-base) * 1rem) 0;
  }
}
.archive-voice-list-title-txt {
  font-weight: 700;
  font-size: calc(18 / var(--_archive-voice-rem-base) * 1rem);
  line-height: 1.1666666667;
}

@media screen and (max-width: 768px) {
  .archive-voice-list-title-txt {
    font-size: calc(14 / var(--_archive-voice-rem-base) * 1rem);
  }
}
.archive-voice-list-title-txt a {
  font: inherit;
  color: #000;
}

.archive-voice-list-detail {
  margin: auto calc(30 / var(--_archive-voice-rem-base) * 1rem) calc(15 / var(--_archive-voice-rem-base) * 1rem);
  padding-top: calc(30 / var(--_archive-voice-rem-base) * 1rem);
}

@media screen and (max-width: 768px) {
  .archive-voice-list-detail {
    margin: auto calc(14 / var(--_archive-voice-rem-base) * 1rem) calc(15 / var(--_archive-voice-rem-base) * 1rem);
    padding-top: calc(15 / var(--_archive-voice-rem-base) * 1rem);
  }
}
.archive-voice-list-detail a {
  line-height: 1;
  display: block;
  margin-left: auto;
  width: calc(90 / var(--_archive-voice-rem-base) * 1rem);
}

@media screen and (max-width: 768px) {
  .archive-voice-list-detail a {
    width: calc(60 / var(--_archive-voice-rem-base) * 1rem);
  }
}
@media (any-hover: hover) {
  .archive-voice-list-detail a:hover,
  .archive-voice-list-title-txt a:hover {
    opacity: 0.6;
  }
}
.archive-voice .archives-nav {
  margin-top: calc(37 / var(--_archive-voice-rem-base) * 1rem);
}

@media screen and (max-width: 768px) {
  .archive-voice .archives-nav {
    margin-top: calc(25 / var(--_archive-voice-rem-base) * 1rem);
  }
}
/*--------------------------------------------------------------
## アーカイブ（ブログ）
--------------------------------------------------------------*/
.archive-blog-list {
  display: flex;
  justify-content: space-between;
}

.archive-blog-list figure {
  width: 20%;
}

.archive-blog-list figure img {
  width: 100%;
}

.blog-info {
  width: 77%;
}

/*--------------------------------------------------------------
## アーカイブ（求人）
--------------------------------------------------------------*/
.post-type-archive-recruit header.entry-header,
.tax-recruit_place header.entry-header,
.tax-recruit_status header.entry-header {
  margin-bottom: 0;
}

.archive .recruit-wrapper {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.glay-bg {
  padding: 7rem 0 14rem;
  background: #f1f1f1;
}

.post-type-archive-recruit .footer-wrapper,
.tax-recruit_place .footer-wrapper,
.tax-recruit_status .footer-wrapper {
  margin-top: 0;
}

/*--------------------------------------------------------------
## 記事ページ（お知らせ）（お客様の声）
--------------------------------------------------------------*/
.single-news-date,
.single-voice-date {
  margin-bottom: 5px;
  margin-left: 0;
}

.single-news-title,
.single-voice-title {
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(52, 52, 52, 0.15);
  line-height: 1.6;
  font-weight: 600;
  font-size: 1.5rem;
}

.head-social-btn {
  margin: 15px 0;
}

.head-social-btn ul {
  display: flex;
}

.head-social-btn li {
  list-style: none;
  margin-right: 10px;
  display: table;
}

.head-social-btn li iframe {
  width: 157px;
  height: 20px;
}

.news-contents,
.voice-contents {
  margin: 30px 0 20px;
  line-height: 1.8;
  border-bottom: dotted 1px rgba(52, 52, 52, 0.15);
  padding-bottom: 50px;
}

.paging .prev {
  float: left;
}

.prev.hd-button i {
  left: 10px;
  right: auto;
}

.paging .next {
  float: right;
}

/*--------------------------------------------------------------
## 記事ページ（ブログ）
--------------------------------------------------------------*/
.blog-list-cat {
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
## 固定ページ
--------------------------------------------------------------*/
.page-layout {
  margin-bottom: 40px;
}

.page-layout p {
  line-height: 1.6;
}

.page-layout ul {
  line-height: 1.6;
  margin-left: 15px;
}

.headline {
  margin-bottom: 15px;
}

h2.headline {
  background: rgba(0, 0, 0, 0.1);
  padding: 11px 10px 8px;
  border-left: 5px solid;
  font-size: 18px;
}

h3.headline {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  padding: 8px;
  font-size: 16px;
}

h4.headline {
  font-size: 14px;
}

h4.headline:first-letter {
  font-size: 150%;
  margin-right: 1px;
  color: rgba(0, 0, 0, 0.5);
}

h5.headline {
  font-size: 14px;
  background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
  display: inline;
}

h6.headline {
  font-size: 14px;
}

/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}

.search-form-wrapper input[type=search] {
  width: 80%;
}

.search-form-wrapper input[type=submit] {
  display: inline-block;
  width: 60px;
  height: 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
.fix-btn {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 200px;
  width: 60px;
}

.fix-btn a {
  display: block;
  color: #fff;
  background: #0041bf;
  padding: 15px 13px 15px 10px;
  height: 240px;
  width: 60px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 0.5px #0041bf;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
}

.fix-btn a:hover {
  color: #0041bf;
  background: #fff;
}

.fix-btn3 {
  position: fixed;
  z-index: 3;
  right: 0;
  top: 450px;
  width: 60px;
}

.fix-btn3 a {
  display: block;
  color: #fff;
  background: #0041bf;
  padding: 15px 13px 15px 10px;
  height: 200px;
  width: 60px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 0.5px #0041bf;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
}

.fix-btn3 a:hover {
  color: #0041bf;
  background: #fff;
}

.fix-btn2 {
  position: static;
  display: none;
}

.fix-btn2 a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 18px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #0041bf;
  font-weight: 600;
}

.fix-btn2 i.far.fa-envelope {
  margin-right: 10px;
}

.fix-btn4 {
  position: static;
  display: none;
}

.fix-btn4 a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  padding: 18px 10px;
  margin: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  background: #0041bf;
  font-weight: 600;
}

.fix-btn4 i.far.fa-envelope {
  margin-right: 10px;
}

/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/
@media screen and (max-width: 1220px) {
  .hd-top-wrapper.row {
    padding: 0.5rem 5%;
  }
  .fishing-img {
    right: 0;
  }
  .main-wrapper,
  .main-wrapper2 {
    width: 90%;
  }
  .breadcrumb-list {
    left: 5%;
  }
  .ac-cont-wrapper {
    width: 100%;
  }
  /*--------------------------------------------------------------
  ## 固定ページヘッダー2
  --------------------------------------------------------------*/
  header.entry-header2 .header_right {
    padding: 6.375rem 3rem 0 2.25rem;
  }
  header.entry-header2 .header_right .anchor_link_wrap a {
    width: 108px;
  }
}
/* max-width: 1220px */
@media screen and (max-width: 1090px) {
  /*--------------------------------------------------------------
   ## ヘッダー
   --------------------------------------------------------------*/
  header .site-title a img {
    height: 1rem;
    width: auto;
  }
  .aoi-symbol img {
    width: 48px;
    height: auto;
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    animation: none;
    display: flex;
    align-items: center;
    padding: 0 0 0 5%;
    background-color: #fff;
    height: 63.8px;
  }
  .site-header.fixed {
    background: #fff;
  }
  .site-branding {
    display: flex;
    align-items: center;
  }
  .nav_wrap {
    background: #fff;
    height: auto;
    width: auto;
  }
  .sp-menu-wrapper.row {
    display: block;
    margin-left: auto;
  }
  .hd-top-wrapper.row {
    padding: 0;
    background-color: transparent;
  }
  .hd-top-wrapper .site-title {
    margin-left: 1rem;
  }
  .hd-top-wrapper .aoi-symbol {
    position: static;
  }
  .hd-right,
  .gm,
  .sp-menu-wrap {
    display: none;
  }
  .menu-trigger {
    position: relative;
    color: #fff;
    display: inline-block;
    background-color: #333;
    width: 63.8px;
    height: 63.8px;
  }
  a.menu-trigger:hover {
    color: #fff;
  }
  a.menu-trigger:active,
  a.menu-trigger:focus {
    color: #fff;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .menu-trigger span:nth-child(1) {
    top: 35%;
  }
  .menu-trigger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-child(3) {
    bottom: 35%;
  }
  .menu-trigger.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    bottom: 0;
  }
  .sp-navigation {
    line-height: 0;
  }
  .sp-menu-wrap {
    position: absolute;
    top: 63.8px;
    right: 0;
    width: 58%;
    z-index: 3;
    list-style: none;
    /* background: rgba(255, 255, 255, .7); */
  }
  .sp-menu-wrap {
    width: 100%;
    top: 63.8px;
    overflow-y: scroll;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 160px;
  }
  .sp-menu-wrap .sp-menu {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 80px;
  }
  .sp-menu-wrap .sp-menu {
    position: relative;
  }
  .sp-menu-wrap .sp-menu li {
    /* padding: .4em 1.1rem .4em 1.5rem; */
    padding: 0;
    list-style-type: none;
  }
  .sp-menu-wrap .sp-menu > li + li,
  .sp-menu-wrap .sp-menu > li > ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  .sp-menu-wrap .sp-menu > li a {
    display: block;
    color: #fff;
    text-align: left;
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    padding: 1.5rem 0.5rem 1.3em 2.2rem;
    background: rgba(21, 21, 21, 0.7);
  }
  .sp-menu-wrap .sp-menu > li:nth-of-type(n + 6) a {
    background: rgba(0, 38, 113, 0.7);
  }
  .sp-menu-wrap .sp-menu li a::after,
  .sp-menu-wrap .sp-menu li ul li a::after {
    background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_btn_arrow.svg") no-repeat top center/cover;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    transform: translateY(-50%);
    width: 5px;
    height: 11px;
  }
  /*
  .sp-menu li.menu-item-has-children > a::after {
     background: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_btn_arrow.svg") no-repeat top center /cover;
  	content: "";
     display: block;
     position: absolute;
     top: 30%;
     right: 2px;
     transform: translateY(-50%);
     transform: rotate(90deg);
   }
   */
  .sp-menu-wrap .sp-menu li ul {
    margin: 0;
    list-style: none;
    width: 92%;
    margin-left: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  .sp-menu-wrap .sp-menu li ul li {
    padding: 0;
  }
  .sp-menu-wrap .sp-menu li ul li a {
    font-size: 1.1rem;
    padding: 1.2rem 0.5rem 1.2rem 1.5rem;
  }
  .sp-menu-wrap .sp-menu li ul li::after,
  .sp-menu-wrap .sp-menu li ul a::after {
    content: none;
  }
  .main-navigation {
    display: none;
  }
  body.fixed .hamburger-demo-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    display: block;
  }
  /*--------------------------------------------------------------
   ## フッター
   --------------------------------------------------------------*/
  .footer-wrapper {
    margin: 14rem 0 0;
    max-height: inherit;
  }
  .home .footer-wrapper {
    margin: 7rem 0 0;
  }
  .footer-cont {
    padding: 4.2rem 0 2rem;
  }
  .footer-cont .txt .ttl + p {
    font-size: 1.6rem;
  }
  .footer-btn-wrap {
    max-width: inherit;
    margin: auto;
    display: block;
    text-align: center;
  }
  .footer-btn {
    width: 76%;
    margin: auto;
  }
  .footer-btn + .footer-btn {
    margin-top: 1.5rem;
  }
  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  /* top ac-wrapper */
  .ac-wrapper {
    margin: 0 auto 0;
  }
  .ac-cont-wrapper {
    width: 90%;
  }
  .ac-cont-wrapper a {
    width: auto;
  }
  .ac-cont-wrapper .ac-cont-inner > a + a {
    margin-top: 5%;
  }
  .ac-cont-wrapper a:nth-of-type(even) {
    border-left: 2px solid #ccc;
  }
  .ac-cont-wrapper a:nth-of-type(n + 2) {
    border-top: 2px solid #ccc;
  }
  .intro-cont-wrapper dd img {
    width: 100%;
  }
  /* top news */
  ul.news-list-wrapper {
    padding: 3rem 3rem 0;
  }
  /* top voice */
  ul.voice-list-wrapper {
    padding: 3rem 3rem 0;
  }
  /*--------------------------------------------------------------
  ## 下層ページ共通
  --------------------------------------------------------------*/
  .content_ttl {
    padding-left: 4.2rem;
  }
  /*--------------------------------------------------------------
  ## 事業案内
  --------------------------------------------------------------*/
  .svdetails-wrap .flex_inner {
    align-items: flex-start;
  }
  .svdetails-wrap figure {
    width: 480px;
    padding-left: 0;
  }
  .svdetails-wrap .txt {
    max-width: 400px;
    padding-top: 2rem !important;
  }
  /*--------------------------------------------------------------
  ## 求職者へメッセージ（新）
  --------------------------------------------------------------*/
  .message-wrap .flex_inner {
    display: block;
  }
  .message-wrap .detail_cont {
    width: 95%;
    margin: 0 auto;
  }
  .message-wrap dl.txt {
    width: 100%;
    max-width: initial;
  }
  .vision-wrap dl.txt {
    max-width: 60%;
  }
  .vision-wrap figure {
    margin-left: 1.6rem;
  }
}
/* max-width: 1090px */
@media screen and (max-width: 1024px) {
  .btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  /*--------------------------------------------------------------
   # ヘッダー
   --------------------------------------------------------------*/
  .hd-sub-link {
    display: none;
  }
  /*--------------------------------------------------------------
   # トップページ
   --------------------------------------------------------------*/
  .slider-catch {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  .interview-multi-wrapper .interview-thumb {
    width: 35%;
  }
  .interview-all-link {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(-15px);
    text-align: right;
  }
  .interview-detail-wrapper h2 {
    font-size: 20px;
  }
  /*--------------------------------------------------------------
   # 募集要項詳細
   --------------------------------------------------------------*/
  .recruit-feature-no {
    width: 50px;
  }
  .recruit-feature-list {
    margin: 0 -15px;
  }
  .recruit-feature-list li {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
}
/* max-width: 1024px */
@media screen and (max-width: 768px) {
  .row {
    flex-wrap: wrap;
  }
  .row-tb-1 > .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .row-tb-2 > .col {
    width: 50%;
  }
  .row-tb-3 > .col {
    width: 33.3333333333%;
  }
  .row-tb-4 > .col {
    width: 25%;
  }
  /*--------------------------------------------------------------
   ## ヘッダー
   --------------------------------------------------------------*/
  header .site-title a img {
    height: 1.1rem;
    width: auto;
  }
  .aoi-symbol img {
    width: 32px;
    height: auto;
  }
  .site-header {
    display: flex;
    align-items: center;
    padding: 0 0 0 3%;
    background-color: #fff;
    height: 50px;
  }
  .site-header.fixed {
    background: #fff;
  }
  .site-branding {
    display: flex;
    align-items: center;
  }
  .sp-menu-wrapper.row {
    display: block;
    margin-left: auto;
  }
  .hd-top-wrapper.row {
    padding: 0;
    background-color: transparent;
  }
  .hd-top-wrapper .site-title {
    margin-left: 0.8rem;
  }
  .hd-top-wrapper .aoi-symbol {
    position: static;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #333;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 23px;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .menu-trigger span:nth-child(1) {
    top: 16px;
  }
  .menu-trigger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-child(3) {
    bottom: 16px;
  }
  .menu-trigger.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
    bottom: 0;
  }
  .sp-menu-wrap {
    width: 100%;
    top: 50px;
    overflow-y: scroll;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
  }
  .sp-menu-wrap .sp-menu {
    background: rgba(255, 255, 255, 0.9);
  }
  /*--------------------------------------------------------------
   ## フッター
   --------------------------------------------------------------*/
  .footer-wrapper {
    background-image: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_recruitbg_sp.jpg");
    margin: 8rem 0 0;
    max-height: inherit;
  }
  .home .footer-wrapper {
    margin: 7rem 0 0;
  }
  .footer-cont {
    padding: 3.1rem 0 1.3rem;
  }
  .footer-cont .txt .ttl {
    margin-bottom: 1rem;
  }
  .footer-cont .txt .ttl img {
    width: 10rem;
  }
  .footer-cont .txt .ttl + p {
    font-size: 1.36rem;
  }
  .footer-btn-wrap {
    max-width: inherit;
    margin: 1.7rem auto 0;
    display: block;
    text-align: center;
  }
  .footer-btn {
    width: 85%;
    margin: auto;
    font-size: 1.5rem;
    padding: 0.85rem 0;
  }
  .footer-btn::after {
    top: 1.68rem;
    right: 1rem;
    width: 9px;
    height: 18px;
  }
  .footer-btn + .footer-btn {
    margin-top: 0.8rem;
  }
  .breadcrumb-list {
    bottom: 594px;
  }
  .footer-logo-wrap {
    padding: 1.4rem 0 1.8rem;
  }
  .footer-logo-wrap .site-title {
    margin-bottom: 1.2rem;
    text-align: center;
  }
  .footer-logo-wrap .site-title img {
    max-width: 370px;
    width: 90%;
    margin: auto;
  }
  .footer-logo-wrap .aoi-symbol {
    margin-bottom: 0.6rem;
  }
  .footer-logo-wrap .aoi-symbol img {
    width: 5.6rem;
  }
  .footer-logo-wrap .aoi-sdgs {
    margin-bottom: 0.6rem;
  }
  .footer-logo-wrap .aoi-sdgs img {
    width: 6.6rem;
  }
  .footer-adress p {
    font-size: 1.32rem;
    line-height: 1.26;
  }
  .footer-logo-wrap + .copyright {
    padding: 0.1rem;
  }
  .footer-logo-wrap + .copyright p {
    font-size: 0.75rem;
  }
  /*--------------------------------------------------------------
   ## トップページ
   --------------------------------------------------------------*/
  .slider-img {
    height: 420px;
  }
  /* 共通トップttl */
  .topttl {
    text-align: center !important;
  }
  .topttl::before {
    height: 8px;
    bottom: -1.7rem;
  }
  .topttl img {
    width: 9.6rem;
  }
  /* top lead_wrap */
  .slider-wrapper .lead_wrap {
    height: auto;
    padding: 3.25rem 1.6rem 2.2rem;
  }
  .slider-wrapper .lead_wrap .ttl {
    margin-bottom: 2.125rem;
  }
  .slider-wrapper .lead_wrap .ttl img {
    width: 39rem;
  }
  /* top intro-wrapper */
  .intro-wrapper {
    margin: 0 auto 3.2rem;
  }
  .intro-cont-wrapper {
    display: block;
  }
  .intro-cont-wrapper a:nth-of-type(n + 2) {
    border-left: 2px solid #ccc;
  }
  .intro-cont-wrapper a + a {
    margin-top: 5%;
  }
  .intro-cont-wrapper dt {
    padding: 1.9375rem 0 1.5rem;
  }
  /* top ac_wrap */
  .ac-cont-wrapper .topttl {
    margin-bottom: 3.5rem;
  }
  .ac-cont-wrapper .btn_wrap {
    margin-top: 1.8rem;
  }
  .ac-cont-wrapper .btn_wrap > a {
    width: 100%;
    height: 55px;
    font-size: 1.2rem;
    line-height: 55px;
  }
  .ac-cont-wrapper .btn_wrap1 > a {
    width: 100%;
    height: 55px;
    font-size: 1.1rem;
    line-height: 20px;
    padding-top: 8px;
  }
  .ac-cont-wrapper .btn_wrap > a + a {
    margin-left: 1.5rem;
  }
  .news-cont-wrapper .btn_wrap,
  .voice-cont-wrapper .btn_wrap {
    margin-top: 1.8rem;
  }
  .news-cont-wrapper .btn_wrap > a,
  .voice-cont-wrapper .btn_wrap > a {
    width: 100%;
    height: 55px;
    font-size: 1.2rem;
    line-height: 55px;
  }
  .news-cont-wrapper .btn_wrap > a + a,
  .voice-cont-wrapper .btn_wrap > a + a {
    margin-left: 1.5rem;
  }
  .fishing-img {
    right: 0;
  }
  .catch-wrapper {
    background-image: url(https://aoikeibi.com/wp-content/uploads/2020/07/bg04_sp.jpg);
  }
  .catch-inner {
    margin-left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .interview-multi-wrapper .interview-thumb {
    width: auto;
  }
  .interview-list-tab,
  .interview-multi-wrapper {
    flex-basis: 100%;
  }
  .interview-list-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .interview-list-tab li {
    margin: 0 10px 0 0;
  }
  .interview-multi-wrapper {
    margin: 30px 0 0;
  }
  .news-cont-inner-first,
  .news-cont-inner-second,
  .voice-cont-inner-first,
  .voice-cont-inner-second {
    padding: 0;
  }
  .news-cont-inner-second,
  .voice-cont-inner-second {
    margin: 35px 0 0;
  }
  ul.news-list-wrapper,
  ul.voice-list-wrapper {
    padding: 3rem 0 0;
  }
  .news-list,
  .voice-list {
    width: calc((100% - 1rem) / 3);
  }
  .intervew-desc {
    padding: 1.5rem;
  }
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-main-inner figure:last-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:first-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:last-child .intervew-desc:before {
    left: 1.5rem;
  }
  .intervew-desc h3 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .interview-name-wrapper {
    margin-top: 1rem;
  }
  .intervew-desc .interview-name {
    font-size: 0.85714rem;
  }
  .interview-detail {
    font-size: 0.75rem;
  }
  .interview-bg {
    top: 2rem;
  }
  .about-inner {
    padding: 3rem 1rem 1rem;
  }
  .feature-ttl {
    line-height: 1.6;
  }
  .recruit-list {
    width: 100%;
  }
  .recruit-list + .recruit-list {
    margin-top: 1.5rem;
  }
  .news-list-title h3,
  .voice-list-title h3 {
    line-height: 1.6;
  }
  /*--------------------------------------------------------------
  ## 固定ページヘッダー2
  --------------------------------------------------------------*/
  header.entry-header2 {
    margin-bottom: 3.2rem;
  }
  header.entry-header2 .entry-header2_inner {
    display: block;
  }
  header.entry-header2 .header_cont {
    width: 100%;
    height: auto;
  }
  header.entry-header2 .header_left {
    height: 12.5rem;
    background-position: center center !important;
  }
  header.entry-header2 .header_right {
    padding: 2.375rem 5% 4.1rem;
  }
  header.entry-header2 .page_ttl {
    margin-bottom: 2rem;
  }
  header.entry-header2 .page_ttl img {
    width: 34vw;
    height: auto;
  }
  header.entry-header2 .page_ttl.w312 img {
    width: 76vw;
  }
  header.entry-header2 .page_ttl::before {
    width: 100%;
  }
  header.entry-header2 .header_right .anchor_link_wrap {
    position: absolute;
    bottom: 0;
  }
  header.entry-header2 .header_right .anchor_link_wrap a {
    display: inline-block;
    width: 6.875rem;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  /*--------------------------------------------------------------
  ## 下層ページ共通
  --------------------------------------------------------------*/
  .content_ttl_wrap {
    margin-bottom: 2.6rem;
  }
  .content_ttl {
    padding-left: 0;
  }
  .content_ttl img {
    width: 9.2rem;
    height: auto !important;
  }
  .content_ttl.w175 img {
    width: 11.2rem;
  }
  .content_ttl.w181 img {
    width: 11.8rem;
  }
  .content_ttl.w113 img {
    width: 8rem;
  }
  .content_ttl_wrap::before {
    width: 100%;
    bottom: -1.1rem;
  }
  .blue_btn a {
    width: 96%;
    height: 55px;
    font-size: 1.2rem;
    line-height: 55px;
  }
  .blue_btn.sm a {
    font-size: 1.1rem;
  }
  /*--------------------------------------------------------------
  ## 会社概要
  --------------------------------------------------------------*/
  .greeting-wrap {
    margin-bottom: 5rem;
  }
  .greeting-wrap .flex_inner {
    display: block;
    margin-bottom: 3rem;
  }
  .greeting-wrap figure {
    width: 80%;
    margin: 0 auto 5%;
    text-align: center;
  }
  .greeting-wrap .txt {
    padding: 0;
  }
  .greeting-wrap .txt p + p,
  .greeting-wrap .txt li + li,
  .greeting-wrap .txt ol + p {
    margin-top: 5%;
  }
  .philosophy-wrap {
    width: 100%;
    margin-bottom: 5rem;
  }
  .philosophy-wrap .flex_inner {
    display: block;
  }
  .philosophy-wrap .left_cont {
    width: 100%;
    height: auto;
  }
  .philosophy-wrap .left_cont img {
    width: 90%;
    height: auto;
  }
  .philosophy-wrap .right_cont {
    padding-top: 1.5rem;
    padding-left: 0;
  }
  .philosophy-wrap .right_cont img {
    width: 100%;
    height: auto;
  }
  #profile .content_ttl_wrap {
    margin-bottom: 2.6rem;
  }
  .profile-wrap table {
    margin-bottom: 1.5625rem;
  }
  .profile-wrap td .place,
  .profile-wrap td .tel {
    padding-left: 0rem;
  }
  .profile-wrap th,
  .profile-wrap td {
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 0.5rem 1.2rem;
  }
  .profile-wrap td {
    border-top-style: dotted;
  }
  .profile-wrap tr:first-child th {
    border-top: none;
  }
  .profile-wrap td .place,
  .profile-wrap td .tel {
    margin: 0;
  }
  /*--------------------------------------------------------------
  ## 事業案内
  --------------------------------------------------------------*/
  #svdetails .content_ttl_wrap {
    margin-bottom: 2.6rem;
  }
  .svdetails-wrap {
    margin-bottom: 5rem;
  }
  .svdetails-wrap .flex_inner {
    display: block;
  }
  .svdetails-wrap .flex_inner + .flex_inner {
    margin-top: 2.5rem;
  }
  .svdetails-wrap figure {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .svdetails-wrap figcaption {
    font-size: 1.4rem;
  }
  .svdetails-wrap .txt {
    padding: 0 !important;
  }
  .svdetails-wrap dl dt {
    font-size: 1.15rem;
  }
  .svdetails-wrap dl dt::before {
    width: 0.8125rem;
    height: 1.9375rem;
  }
  #performance .content_ttl_wrap {
    margin-bottom: 2.6rem;
  }
  .performance-wrap {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 5em;
  }
  .performance-wrap table {
    border-collapse: collapse;
  }
  .performance-wrap th {
    width: 27% !important;
  }
  .performance-wrap td {
    width: 65% !important;
  }
  .performance-wrap th,
  .performance-wrap td {
    display: table-cell;
    font-size: 1rem;
    padding: 0.35rem;
  }
  .flow-wrap > p {
    font-size: 1.25rem;
    margin: 0 0 2.5rem;
  }
  .flow-wrap .flow-inner {
    min-height: inherit;
  }
  .flow-wrap .flow-inner + .flow-inner::before {
    top: -3rem;
  }
  .flow-wrap .flow-inner + .flow-inner {
    margin-top: 4.5rem;
  }
  .flow-wrap .flow-inner .num {
    width: 10rem;
    height: 7.3125rem;
    padding: 0.8rem 2.2rem 0 0;
  }
  .flow-wrap .flow-inner .num img {
    width: 6.5rem;
  }
  .flow-wrap .flow-inner .txt {
    padding: 5.6rem 1.2rem 0rem;
    font-size: 1.1rem;
  }
  .flow-wrap .txt a.udl {
    background: linear-gradient(transparent 85%, #333 88%, transparent 95%);
    display: inline;
    padding: 0 0 0;
  }
  /*--------------------------------------------------------------
  ## 求職者へメッセージ（新）
  --------------------------------------------------------------*/
  .message-wrap {
    margin-bottom: 5rem;
  }
  .message-wrap .flex_inner {
    display: block;
  }
  .message-wrap .flex_inner + .flex_inner {
    margin-top: 2.6rem;
  }
  .message-wrap .detail_cont {
    width: 90%;
    margin: 0 auto;
  }
  .message-wrap dl.txt dt,
  .vision-wrap dl.txt dt {
    font-size: 1.15rem;
  }
  .message-wrap .detail_cont dl dt {
    font-size: 1.15rem;
  }
  .message-wrap .detail_cont dl dt,
  .message-wrap .detail_cont dl dd {
    font-size: 1.1rem;
  }
  .message-wrap dl dt::before,
  .vision-wrap dl dt::before {
    width: 0.8125rem;
    height: 1.9375rem;
  }
  .vision-wrap .flex_inner {
    display: block;
  }
  .vision-wrap figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .vision-wrap dl.txt {
    max-width: initial;
  }
  .vision-wrap .flex_inner + .flex_inner {
    margin-top: 2.5rem;
  }
  .walfare-wrap {
    margin: 0 auto 5rem;
  }
  .walfare-wrap > p:first-child {
    margin: 0 0 2rem;
  }
  .walfare-wrap .blue_btn {
    margin-top: 2rem;
  }
  /*--------------------------------------------------------------
   ## 求職者の方へメッセージ
   --------------------------------------------------------------*/
  .bg-wrap {
    height: 2600px;
  }
  .philosophy-list div {
    width: 100%;
  }
  .philosophy-list div + div {
    margin-top: 2rem;
  }
  /*--------------------------------------------------------------
   ## あおい警備について
   --------------------------------------------------------------*/
  .rating-wrap .rating-txt-wrap,
  .rating-wrap .rating-img {
    width: 100%;
  }
  .rating-wrap .rating-img {
    margin-top: 2.5rem;
  }
  .walfare-list .item-box {
    width: calc((100% - 1.5rem) / 2);
  }
  .walfare-list .item-box:nth-child(5),
  .walfare-list .item-box:nth-child(6) {
    margin-bottom: 1.5rem;
  }
  /*--------------------------------------------------------------
   ## 99の質問
   --------------------------------------------------------------*/
  .faq-wrap .item-box h3 {
    line-height: 1.8;
  }
  .faq-wrap .item-box h3:before {
    top: 0.1rem;
  }
  /*--------------------------------------------------------------
   ## インタビュー詳細
   --------------------------------------------------------------*/
  .interview-name.col {
    line-height: 1.6;
  }
  .interview-img-left,
  .interview-img-right {
    flex-basis: 30%;
  }
  .interview-img-left {
    margin: 0 20px 40px 0;
  }
  .interview-img-right {
    margin: 0 0 40px 20px;
  }
  .interview-cont.item-box h3 {
    line-height: 1.8;
  }
  .postid-219 .interview-detail-wrapper h2:before {
    height: 35px;
    width: 283px;
  }
  .postid-77 .interview-detail-wrapper h2:before {
    height: 35px;
    width: 287px;
  }
  .interview-cont.item-box h3:before {
    top: 0.1rem;
  }
  /*--------------------------------------------------------------
   ## 募集要項詳細
   --------------------------------------------------------------*/
  .recruit-feature-list h3 {
    font-size: 16px;
    margin: 0 0 12px;
  }
}
/* max-width: 768px */
@media screen and (max-width: 667px) {
  .row-sp-1 > .col {
    width: 100%;
    margin: 0 0 20px;
  }
  .row-sp-2 > .col {
    width: 50%;
  }
  .row-sp-3 > .col {
    width: 33.3333333333%;
  }
  .row-sp-4 > .col {
    width: 25%;
  }
  html {
    font-size: 14px;
  }
  .btn a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
  .recruit-table th, .recruit-table td, th, td {
    display: block;
    width: 100% !important;
  }
  .item-box h3:before {
    height: 25px;
  }
  /*--------------------------------------------------------------
   ## ヘッダー
   --------------------------------------------------------------*/
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    animation: none;
  }
  .breadcrumb-list {
    bottom: 624px;
  }
  /*--------------------------------------------------------------
   ## フッター
   --------------------------------------------------------------*/
  .footer-menu1-wrapper,
  .footer-menu2-wrapper,
  .footer-corporate {
    width: 100%;
    padding: 0;
  }
  .footer-menu1-wrapper,
  .footer-menu2-wrapper {
    border-left: none;
    border-right: none;
  }
  .footer-cont ul li {
    margin: 0;
    padding: 12px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
  }
  .footer-cont .sub-menu li {
    border-top: none;
    padding: 0;
  }
  .footer2-menu > li:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  }
  .copyright {
    line-height: 1.6;
    padding: 0.75rem 5%;
  }
  .single-recruit .copyright {
    margin-bottom: 69px;
  }
  .pagetop-wrapper {
    right: 5%;
  }
  .single-recruit .pagetop-wrapper {
    bottom: 90px;
  }
  .footer-wrapper {
    background-image: url("https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/footer_recruitbg_sp.jpg");
  }
  .footer-adress {
    line-height: 1.6;
  }
  .footer-site-logo .aoi-symbol img {
    width: 40px;
  }
  /*--------------------------------------------------------------
   ## トップページ
   --------------------------------------------------------------*/
  /* section.slider-wrapper,
  section.slider-wrapper .slider-img {
     height: 520px;
  } */
  /* .fishing-img {
  	width: 260px;
  	bottom: -70px;
  } */
  .fishing-img {
    width: 320px;
    bottom: -60px;
  }
  .catch-wrapper {
    padding: 7rem 0 5rem;
  }
  .message-link {
    text-align: center;
  }
  .feature-wrapper {
    background-image: url(https://aoikeibi.com/wp-content/uploads/2020/02/bg06_sp.jpg);
  }
  .about-head {
    text-align: left;
    line-height: 2;
    margin-bottom: 3rem;
  }
  .displeypc {
    display: none;
  }
  .about-inner {
    background: #fff;
    padding: 4rem 2rem 3rem;
    border: solid 2px #e0e0e0;
  }
  .feature-ttl {
    line-height: 1;
    position: relative;
    z-index: 100;
  }
  .feature-list li:first-child .feature-ttl:before,
  .feature-list li:nth-child(2) .feature-ttl:before,
  .feature-list li:last-child .feature-ttl:before {
    top: -2rem;
  }
  .about-inner:after {
    display: none;
  }
  .feature-list .col {
    width: 100%;
  }
  .feature-list .col + .col {
    margin-top: 1.5rem;
  }
  .interview-multi-wrapper {
    margin: 20px 0 0;
  }
  .interview-multi-wrapper .interview-thumb {
    width: 100%;
  }
  .intervew-desc {
    position: relative;
    padding: 2.5rem;
  }
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-main-inner figure:last-child .intervew-desc:before {
    left: 2.5rem;
  }
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-main-inner figure:last-child .intervew-desc:before {
    top: -2.4rem;
  }
  .intervew-desc h3 {
    font-size: 1.2rem;
  }
  .interview-name-wrapper {
    margin-top: 2rem;
  }
  .intervew-desc .interview-name {
    font-size: 1rem;
  }
  .interview-detail {
    font-size: 0.85714rem;
  }
  .news-wrapper,
  .voice-wrapper {
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .news-list,
  .voice-list {
    width: 100%;
    margin-top: 2rem;
  }
  ul.news-list-wrapper,
  ul.voice-list-wrapper {
    padding: 0;
  }
  .news-wrapper h2,
  .voice-wrapper h2 {
    text-align: left;
  }
  .news-list-date,
  .voice-list-date {
    margin-bottom: 1rem;
  }
  .news-list-date i,
  .voice-list-date i,
  .blog-list-cat i {
    margin: 0 5px 0 0;
  }
  .blog-list-cat a + a {
    margin: 0 0 0 5px;
  }
  .single-news-title,
  .single-voice-title {
    line-height: 1.4;
    font-size: 20px;
  }
  .recruit-wrapper h2 img {
    height: 2.5rem;
  }
  .recruit-list-wrapper {
    margin: 0;
  }
  .recruit-list-img figcaption {
    display: none;
  }
  .recruit-list-img {
    display: table-cell;
    vertical-align: top;
    width: 80px;
    padding: 20px 0 0;
  }
  .recruit-list-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .recruit-list-inner {
    padding: 4rem 2.5rem;
    border-right: none;
  }
  .recruit-list-wrapper h3 {
    line-height: 1.8;
  }
  .recruit-list-more a {
    color: #fff;
  }
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-main-inner figure:last-child .intervew-desc:before {
    display: none;
  }
  /*--------------------------------------------------------------
   ## 固定ページヘッダー
   --------------------------------------------------------------*/
  .entry-header .sub-page-title {
    width: 100%;
    text-align: center;
  }
  /* .message header.entry-header,*/
  .welfare header.entry-header,
  .point header.entry-header,
  .faq header.entry-header,
  .post-type-archive-interview header.entry-header,
  .single-interview header.entry-header,
  .contact header.entry-header,
  .post-type-archive-recruit header.entry-header,
  .single-recruit header.entry-header,
  .post-type-archive-news header.entry-header,
  .post-type-archive-voice header.entry-header,
  .single-news header.entry-header,
  .single-voice header.entry-header,
  .privacy-policy header.entry-header,
  .entry-thanks header.entry-header,
  .tax-recruit_place header.entry-header,
  .tax-recruit_status header.entry-header {
    height: 200px;
  }
  /*--------------------------------------------------------------
   ## 見出しの英字
   --------------------------------------------------------------*/
  .philosophy-wrap .ttl-wrap:after,
  .vision-txt-wrap .ttl-wrap:after,
  .walfareitem-wrap.salaly .ttl-wrap:after,
  .walfareitem-wrap.housing .ttl-wrap:after,
  .walfareitem-wrap.lisence .ttl-wrap:after,
  .walfareitem-wrap.uniform .ttl-wrap:after,
  .walfareitem-wrap.equipment .ttl-wrap:after,
  .walfareitem-wrap.health .ttl-wrap:after,
  .walfareitem-wrap.commuting .ttl-wrap:after,
  .walfareitem-wrap.congratulations .ttl-wrap:after,
  .walfareitem-wrap.agreement .ttl-wrap:after,
  .walfareitem-wrap.holiday .ttl-wrap:after,
  .walfareitem-wrap.overtime .ttl-wrap:after,
  .walfareitem-wrap.woman .ttl-wrap:after,
  .walfareitem-wrap.recreation .ttl-wrap:after,
  .walfareitem-wrap.property .ttl-wrap:after,
  .faq-wrap.work .ttl-wrap:after,
  .faq-wrap.private .ttl-wrap:after,
  .faq-wrap.home .ttl-wrap:after,
  .faq-wrap.life .ttl-wrap:after,
  .faq-wrap.favorite .ttl-wrap:after,
  .faq-wrap.other .ttl-wrap:after,
  .faq-wrap.past .ttl-wrap:after,
  .faq-wrap.future .ttl-wrap:after {
    display: block;
    margin-left: 0;
  }
  .rating-txt-wrap .ttl-wrap:after {
    margin-left: 5.5rem;
  }
  .walfare-wrap .ttl-wrap:after,
  .lisence-wrap .ttl-wrap:after {
    display: inline-block;
    margin-left: 6rem;
  }
  .rating-txt-wrap .ttl-wrap:before,
  .walfare-wrap .ttl-wrap:before,
  .lisence-wrap .ttl-wrap:before {
    margin-right: 1rem;
  }
  /*--------------------------------------------------------------
   ## 求職者の方へメッセージ
   --------------------------------------------------------------*/
  .message-catch-wrap .message-catch-img,
  .message-catch-wrap .message-catch-txt {
    width: 100%;
  }
  .message-catch-wrap .message-catch-txt,
  .feature-thumb,
  .vision-img {
    margin-top: 2rem;
  }
  .vision-txt-wrap, .vision-img {
    width: 100%;
  }
  .bg-wrap {
    height: 2170px;
    top: 79rem;
  }
  .feature-thumb img + img {
    margin-top: 2rem;
  }
  .feature-thumb img {
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------------
   ## あおい警備について
   --------------------------------------------------------------*/
  .rating-list li {
    line-height: 1.6;
  }
  .rating-list li span.gap {
    font-size: 1rem;
    font-style: normal;
    display: inline;
  }
  .walfare-list .item-box {
    width: 100%;
  }
  .walfare-list .item-box:nth-child(7) {
    margin-bottom: 1.5rem;
  }
  .lisence-wrap .item-box {
    padding-right: 3rem;
    display: block;
  }
  .fishing-txt, .fishing-txt-img {
    width: 100%;
  }
  .fishing-txt-img {
    margin-top: 2rem;
  }
  /*--------------------------------------------------------------
   ## 福利厚生
   --------------------------------------------------------------*/
  .walfareitem-wrap .item-box {
    width: 100%;
  }
  .walfareitem-wrap .row .item-box:last-child {
    margin-top: 1.5rem;
  }
  /*--------------------------------------------------------------
   ## 会社概要
   --------------------------------------------------------------*/
  .recruit-table th {
    text-align: left;
    border-bottom: none;
    padding: 2rem 0 0;
  }
  .recruit-table td {
    border: none;
    padding: 1rem 0 2rem;
  }
  /*--------------------------------------------------------------
   ## お問い合わせ
   --------------------------------------------------------------*/
  .contact-wrap .tel-img img {
    width: 100%;
    height: 100%;
  }
  /*--------------------------------------------------------------
   ## プライバシーポリシー
   --------------------------------------------------------------*/
  .policy-wrap .ttl-wrap h2 {
    display: inline;
    line-height: 1.6;
  }
  /*--------------------------------------------------------------
   ## インタビュー一覧
   --------------------------------------------------------------*/
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:first-child .intervew-desc:before,
  .interview-main-inner figure:last-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:last-child .intervew-desc:before {
    left: 2.5rem;
    top: -2.3rem;
  }
  .interview-main-inner figure:first-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:first-child .intervew-desc:before {
    content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview01_sp.svg);
  }
  .interview-main-inner figure:last-child .intervew-desc:before,
  .interview-list-wrapper .interview-archive-list:last-child .intervew-desc:before {
    content: url(https://aoikeibi.com/wp-content/themes/aoikeibi2022/images/common/interview02_sp.svg);
  }
  .interview-list-wrapper li + li {
    margin-top: 2rem;
  }
  .interview-archive-list {
    width: 100%;
  }
  /*--------------------------------------------------------------
   ## インタビュー詳細
   --------------------------------------------------------------*/
  .interview-thumb,
  .interview-detail-wrapper,
  .interview-q1-detail {
    /*width: 100%;
     height: 100%;*/
  }
  .interview-main-inner.row {
    flex-wrap: wrap-reverse;
  }
  .interview-detail-wrapper {
    width: 100%;
    margin-top: 3rem;
  }
  .single-interview .interview-thumb {
    width: 100%;
  }
  .interview-img-left,
  .interview-img-right {
    flex-basis: 100%;
  }
  .interview-img-left {
    margin: 0 0 30px;
  }
  .interview-img-right {
    margin: 0;
  }
  /*--------------------------------------------------------------
   ## フォームへのボタン
   --------------------------------------------------------------*/
  .fix-btn2 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
  }
  .fix-btn4 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 50%;
  }
  .fix-btn {
    display: none;
  }
  .fix-btn3 {
    display: none;
  }
}
/* max-width: 667px */
/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.slick-slide img.sp {
  display: none;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .slick-slide img.sp {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
}
@media screen and (max-width: 667px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .slick-slide img.pc {
    display: none;
  }
  .slick-slide img.sp {
    display: block;
  }
  .sp {
    display: block;
  }
}
/* ブラウザごと */
/* IE */
.win.gecko .slider-img img {
  max-width: none;
  width: auto;
  height: 650px;
}

.win.gecko .site-title a img {
  width: 292px;
}

.win.gecko .btn a {
  padding: 24px 43px 20px 37px;
}

/* safari  */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::-webkit-full-page-media, :future, :root .feature-thumb img {
    height: 100%;
  }
}
/* 大分出張css  */
.recruit_box {
  padding: 0.5em 2em;
  margin: 1em 0;
  font-weight: bold;
  border: solid 3px #d36656;
}

.recruit_p1 {
  font-size: 1.2rem;
}

.recruit_p2 {
  font-size: 1rem;
}

/* 中山css  */
.archives-nav {
  text-align: center;
}

/*
@media screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
  .main-wrapper2 {
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 1090px) {
  .main-wrapper2#performance,
  .main-wrapper2#flow{
    margin-top: -120px;
    padding-top: 120px;
  }
}
*/
/*--------------------------------------------------------------
## 採用情報絞り込みボタン（20241017追加）
--------------------------------------------------------------*/
.taxonomy-link {
  margin: 1rem auto 6rem;
  max-width: 55rem;
  width: 90%;
  background-color: #fff;
}

.taxonomy-link form > div > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.taxonomy-link form > div > ul > li {
  position: relative;
  width: 50%;
  padding: 1.2rem 1rem 1.2rem 3.3rem;
  display: flex;
  gap: 3.2rem;
}

.taxonomy-link form > div > ul > li:last-child {
  padding: 0 0 1.2rem;
}

.taxonomy-link form > div > ul > li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 54%;
  background-color: #000;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.taxonomy-link form > div > ul > li h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.taxonomy-link form > div > ul > li input[type=submit] {
  margin: 0 auto;
  padding: 11px 26px;
  border-radius: 5px;
  line-height: 1;
  font-size: 15px;
  background: #0041bf;
  border: solid 0.5px #0041bf;
}

.taxonomy-link form > div > ul > li input[type=submit]:hover {
  color: #0041bf;
  background: #fff;
}

.taxonomy-link form > div > ul > li > ul {
  display: flex;
  flex-direction: column;
  margin-top: 0.3rem;
}

.taxonomy-link form > div > ul > li > ul > li:first-child {
  /* radioの場合必要 */
  /* display: none; */
}

.taxonomy-link .cat-item label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.8;
  transition: opacity 0.3s ease-in-out;
}

.taxonomy-link .cat-item label:hover {
  opacity: 0.7;
}

.taxonomy-link .cat-item label input {
  display: none;
}

.taxonomy-link .cat-item label:has(input:checked) {
  color: #002671;
  font-weight: 600;
}

.recruit-list-noitem {
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .taxonomy-link form > div > ul > li {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 667px) {
  .taxonomy-link form > div > ul {
    flex-direction: column;
  }
  .taxonomy-link form > div > ul > li {
    width: 100%;
    padding: 2rem;
  }
  .taxonomy-link form > div > ul > li:nth-of-type(2)::before {
    width: calc(100% - 4rem);
    height: 2px;
    bottom: initial;
    left: 0;
    right: 0;
  }
}
/* -----------------
NEWS
-------------------- */
/* カテゴリー リスト */
.p-news-category {
  margin: 80px auto;
  max-width: 1220px;
  width: 90%;
}

.p-news-category .p-news-category_list {
  justify-content: center;
  list-style: none;
}

.p-news-category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 0;
}

.p-news-category_list_item {
  display: flex;
}

.p-news-category_list_link {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5555555556;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  padding: 4px 10px;
  min-width: 200px;
  border: 2px solid #002671;
  background: #002671;
}

@media (any-hover: hover) {
  .p-news-category_list_link:hover {
    color: #002671;
    background: #fff;
  }
}
.p-news-category_list_link._current {
  color: #002671;
  background: #fff;
  pointer-events: none;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
  width: 100%;
  margin: 0 auto;
  font-family: “遊ゴシック”, ”ヒラギノ角ゴ”, ”メイリオ”, ”MS Pゴシック”, sans-serif;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 1.75em;
}

.cf7-q {
  width: 30%;
  margin: 0 0 0 10px;
}

.cf7-a {
  width: 60%;
}

/*　見出し　*/
.form-heading {
  width: 100%;
  background-color: #191970;
  border-left: 1em solid #6495ED;
  border-radius: 2px;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 0.8em;
  margin: 0 0 2em;
}

.form-heading p {
  margin: 0;
}

/* 各項目共通 */
#cf7-area {
  padding-left: 100px;
}

#cf7-area label {
  font-weight: bold;
}

#cf7-area input[type=text], #cf7-area input[type=email], #cf7-area input[type=tel], #cf7-area textarea {
  background: #F0F8FF;
  width: 500px;
  height: 50px;
  margin-left: 10px;
}

#cf7-area input[type=text]:focus, #cf7-area input[type=email]:focus, #cf7-area input[type=tel]:focus, #cf7-area textarea:focus {
  background: #FFE4E1;
  border: 2px solid #FF1493;
  outline: 0;
}

#cf7-area input[type=checkbox], #cf7-area input[type=radio] {
  appearance: auto;
}

#cf7-area .wpcf7-list-item {
  display: block;
}

#cf7-area textarea {
  height: 200px;
  padding: 0.625em 0.4375em;
}

.cf7-accept-check {
  text-align: center;
  margin: 50px auto;
}

.cf7-submit {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

#cf7-area input[type=submit] {
  width: 100%;
  background-color: #191970;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
}

#cf7-area input[type=submit]:hover {
  background-color: #ffffff;
  border: 2px solid #191970;
  color: #191970;
}

.cf7-btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

/*　必須ラベル　*/
.cf7-req {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #eb2a2a;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}

.cf7-glay {
  font-size: 0.8em;
  padding: 4px 6px;
  background: #d3d3d3;
  color: #ffffff;
  margin-left: 10px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #cf7-area {
    padding-left: 0;
  }
  .cf7-item {
    display: block;
  }
  #cf7-area label {
    display: block;
    margin-bottom: 10px;
  }
  .cf7-q {
    width: 90%;
    margin: 0 0 0 20px;
  }
  .cf7-a {
    width: 100%;
  }
  #cf7-area input[type=text],
  #cf7-area input[type=email],
  #cf7-area input[type=tel],
  #cf7-area textarea {
    margin-left: 10px;
    width: 95%;
  }
  .cf7-submit {
    width: 90%;
  }
}
/* -----------------
common 2026 / 06〜
-------------------- */
picture {
  display: block;
}

.hentry {
  margin: 0;
}

/* 表示・非表示 */
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) and (max-width: 960px) {
  .u-tb {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
/* 基本幅 */
.c-wrap {
  margin-inline: auto;
  width: 96%;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  .c-wrap {
    width: calc(340 / 375 * 100%);
  }
}

/* タイトルグループ 01 */
.c-hgroup-01 {
  text-align: center;
}
.c-hgroup-01._white {
  color: #fff;
}
.c-hgroup-01__main {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-hgroup-01__main {
    font-size: 26px;
    line-height: 1.1923076923;
  }
}
.c-hgroup-01__sub {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
  color: inherit;
  margin-block: 18px 0;
}
@media screen and (max-width: 767px) {
  .c-hgroup-01__sub {
    font-size: 17px;
    line-height: 1.1764705882;
    margin-top: 6px;
  }
}

/* ボタン 01 */
.c-button-01 {
  margin: 0;
}
.c-button-01__link {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  display: block;
  margin-inline: auto;
  padding: 14px;
  width: 262px;
  border-radius: 25px;
  background: var(--color-blue);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-01__link {
    padding: 13px;
    width: 250px;
    border-radius: 24px;
  }
}
.c-button-01__link:active, .c-button-01__link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .c-button-01__link:hover {
    opacity: 0.5;
  }
}

/* お客様の声 */
.c-section-voice {
  padding-block: 64px 86px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .c-section-voice {
    padding-block: 49px 35px;
  }
}
.c-section-voice__list {
  margin: 90px auto 0;
  max-width: 980px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c-section-voice__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    gap: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-voice__list {
    margin-top: 22px;
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .c-section-voice__list-item {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 0;
  }
  .c-section-voice__list-item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.c-section-voice__list-link {
  padding-bottom: 9px;
  border-radius: 30px;
  background: var(--color-blue);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-section-voice__list-link {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
  }
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-link {
    display: block;
    padding-bottom: 8px;
    border-radius: 22px;
  }
}
.c-section-voice__list-image {
  margin: 0;
  aspect-ratio: 460/330;
  overflow: hidden;
}
.c-section-voice__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-section-voice__list-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  padding-inline: 15px;
  min-height: 3lh;
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-title {
    font-size: 15px;
    line-height: 1.2666666667;
    margin-top: 7px;
    padding-inline: 11px;
  }
}
.c-section-voice__list-client {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin: 6px auto 0;
  padding: 4px 5px 0;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-client {
    font-size: 15px;
    line-height: 1.2666666667;
    padding: 5px 4px 0;
    width: calc(100% - 22px);
  }
}
.c-section-voice__list-client::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: calc(infinity * 1px);
  background: #fff;
}
.c-section-voice__list-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 7px;
  margin: 6px auto 0;
  width: calc(100% - 30px);
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-category {
    gap: 5px;
    margin-top: 5px;
    width: calc(100% - 22px);
  }
}
.c-section-voice__list-category-item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  padding: 4px 15px;
  border-radius: calc(infinity * 1px);
  background: #000;
}
@media screen and (max-width: 767px) {
  .c-section-voice__list-category-item {
    font-size: 12px;
    line-height: 1.3333333333;
    padding: 2px 11px;
  }
}
.c-section-voice .c-button-01 {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .c-section-voice .c-button-01 {
    margin-top: 30px;
  }
}

/* 特筆リスト */
@media screen and (max-width: 767px) {
  .c-notable-list {
    margin-inline: auto;
    max-width: 340px;
  }
}
.c-notable-list__item {
  border-radius: 23px;
  background: var(--color-blue);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-notable-list__item {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .c-notable-list__item {
    border-radius: 32px;
  }
}
.c-notable-list__item:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-notable-list__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.c-notable-list__image {
  margin: 0;
  aspect-ratio: 460/400;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-notable-list__image {
    width: 42.5925925926%;
  }
}
@media screen and (max-width: 767px) {
  .c-notable-list__image {
    aspect-ratio: 340/180;
  }
}
.c-notable-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-notable-list__box {
  padding: 21px 15px 17px;
}
@media screen and (min-width: 768px) {
  .c-notable-list__box {
    width: calc(100% - 42.5925925926%);
  }
}
@media screen and (max-width: 767px) {
  .c-notable-list__box {
    padding: 26px 13px 30px;
    border-top: 1px solid #fff;
  }
}
.c-notable-list__title {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  min-height: 2lh;
}
@media screen and (max-width: 767px) {
  .c-notable-list__title {
    font-size: 26px;
    line-height: 1.0769230769;
  }
}
.c-notable-list__text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  margin: 23px 0 0;
  padding-inline: 5px;
}
@media screen and (max-width: 767px) {
  .c-notable-list__text {
    font-size: 15px;
    line-height: 1.3333333333;
    margin-top: 6px;
    padding-inline: 0;
  }
}
.c-notable-list__category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px;
  margin-top: 33px;
  padding: 53px 4px 0;
  border-top: 1px solid #fff;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-notable-list__category {
    gap: 6px;
    margin-top: 26px;
    padding: 12px 4px 0;
  }
}
.c-notable-list__category-item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  padding: 11px 20px;
  border-radius: calc(infinity * 1px);
  background: #e85a24;
}
@media screen and (max-width: 767px) {
  .c-notable-list__category-item {
    font-size: 10px;
    line-height: 1.5;
    padding: 5px 10px;
  }
}
.c-notable-list__category-item._black {
  background: #000;
}

/* アーカイブのカテゴリ絞り込み */
.c-archive-category {
  column-rule: 1px solid #000;
  align-items: center;
  gap: 30px 62px;
  margin: 40px auto 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .c-archive-category {
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-archive-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-category__item:first-child {
    grid-column: span 2;
  }
}
.c-archive-category__link {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: block;
  padding: 6px 9px;
  border-radius: calc(infinity * 1px);
  border: 1px solid #ee8a1e;
  background: #ee8a1e;
  outline: none;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .c-archive-category__link {
    min-width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-category__link {
    font-size: 15px;
    width: 100%;
  }
}
.c-archive-category__link.is-current {
  color: #ee8a1e;
  background: #fff;
  pointer-events: none;
}
.c-archive-category__link:active, .c-archive-category__link:focus-visible {
  color: #ee8a1e;
  background: #fff;
}
@media (any-hover: hover) {
  .c-archive-category__link:hover {
    color: #ee8a1e;
    background: #fff;
  }
}

/* cta */
.c-section-cta {
  margin-block: 50px;
  padding-block: 46px 70px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .c-section-cta {
    margin-block: 25px;
    padding-block: 40px 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-cta .c-wrap {
    width: 96%;
  }
}
.c-section-cta__hgroup-title {
  font-size: 38px;
  line-height: 1.0526315789;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-cta__hgroup-title {
    font-size: 26px;
    line-height: 1.3076923077;
  }
}
.c-section-cta__hgroup-text {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  margin-block: 16px 0;
}
@media screen and (max-width: 767px) {
  .c-section-cta__hgroup-text {
    font-size: 18px;
    line-height: 1.4444444444;
    margin-top: 19px;
  }
}
.c-section-cta__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-top: 60px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
}
.c-section-cta__list-item {
  width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  .c-section-cta__list-item:first-child {
    margin-inline: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-item {
    width: 100%;
    max-width: 300px;
  }
}
.c-section-cta__list-link {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: calc(infinity * 1px);
  background: var(--color-blue);
  pointer-events: all !important;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-link {
    height: 94px;
  }
}
.c-section-cta__list-link:active, .c-section-cta__list-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .c-section-cta__list-link:hover {
    opacity: 0.5;
  }
}
.c-section-cta__list-mailText {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff !important;
  position: relative;
  margin: 0;
  padding-top: 53px;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-mailText {
    font-size: 22px;
    padding-top: 50px;
  }
}
.c-section-cta__list-mailText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 54px;
  height: 43px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 36"><path fill="white" d="M0,30.35c0-8.23,0-16.46,0-24.7.06-.12.14-.24.17-.37C.94,1.97,3.16.04,6.5.03c11.01-.04,22.03-.05,33.04,0,3.81.02,6.44,2.78,6.44,6.59.01,7.59.01,15.17,0,22.76,0,3.81-2.63,6.57-6.44,6.59-11.05.05-22.1.04-33.15,0-2.92,0-5.24-1.8-6.06-4.46C.23,31.12.12,30.73,0,30.35ZM3.87,4.48c.2.19.32.31.45.42,5.55,4.83,11.1,9.66,16.65,14.48,1.48,1.29,2.6,1.29,4.06.02,3.63-3.14,7.25-6.3,10.87-9.45,2.08-1.81,4.15-3.61,6.28-5.46-.69-.89-1.53-1.31-2.58-1.31-11.05,0-22.1,0-33.14,0-1.05,0-1.91.38-2.6,1.3ZM4.64,32.46c.82.15,1.37.34,1.91.34,10.98.02,21.96.02,32.94,0,.55,0,1.09-.19,1.91-.34-4.64-4.04-9.05-7.87-13.44-11.69-4.77,3.25-5.07,3.25-9.87,0-4.4,3.82-8.8,7.66-13.45,11.69ZM15.97,18.82c-4.23-3.68-8.39-7.3-12.65-11v21.99c4.28-3.72,8.43-7.33,12.65-11ZM42.76,7.79c-4.32,3.76-8.47,7.37-12.69,11.05,4.23,3.67,8.39,7.28,12.69,11.01V7.79Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-mailText::before {
    width: 50px;
    height: 40px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62 48"><path fill="white" d="M0,40.46c0-10.98,0-21.95,0-32.93.08-.16.19-.32.23-.49C1.27,2.62,4.26.06,8.77.04c14.85-.05,29.69-.06,44.54,0,5.14.02,8.67,3.71,8.68,8.78.02,10.11.02,20.23,0,30.34,0,5.07-3.54,8.76-8.68,8.78-14.89.07-29.78.05-44.67,0-3.94-.01-7.06-2.4-8.16-5.95C.31,41.5.16,40.98,0,40.46ZM5.22,5.97c.27.25.43.41.61.56,7.48,6.44,14.96,12.88,22.44,19.31,2,1.71,3.5,1.72,5.48.03,4.89-4.19,9.77-8.4,14.66-12.6,2.8-2.41,5.6-4.81,8.47-7.28-.93-1.19-2.06-1.75-3.48-1.75-14.89,0-29.78,0-44.67,0-1.41,0-2.57.5-3.5,1.73ZM6.25,43.28c1.1.2,1.84.46,2.58.46,14.8.02,29.6.02,44.4,0,.74,0,1.47-.25,2.58-.46-6.26-5.38-12.2-10.49-18.12-15.59-6.43,4.34-6.83,4.34-13.31,0-5.93,5.1-11.87,10.21-18.12,15.59ZM21.52,25.09c-5.71-4.91-11.31-9.73-17.05-14.66v29.32c5.77-4.96,11.36-9.77,17.05-14.66ZM57.64,10.38c-5.83,5.02-11.41,9.83-17.1,14.73,5.7,4.89,11.31,9.71,17.1,14.68V10.38Z"/></svg>') center/contain no-repeat;
  }
}
.c-section-cta__list-officeText {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-officeText {
    font-size: 22px;
  }
}
.c-section-cta__list-telNuber {
  font-size: 0;
  line-height: 1;
  position: relative;
  margin-block: 8px;
  padding-left: 33px;
  width: 277px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-telNuber {
    margin-block: 6px;
    padding-left: 30px;
    width: 259px;
  }
}
.c-section-cta__list-telNuber::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 23px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 34"><path fill="white" d="M19.97,34c-.75-.2-1.51-.37-2.25-.6-3.32-1.07-5.9-3.25-8.29-5.68C4.81,23.01,1.75,17.44.36,10.98c-.5-2.32-.52-4.66.18-6.96.48-1.6,1.46-2.7,3.04-3.32C6.32-.37,6.3-.41,7.87,2.01c1.02,1.57,2.02,3.15,3.06,4.7.34.5.3.9,0,1.38-.82,1.33-2.08,1.93-3.55,2.2-.89.17-1.17.5-1.22,1.43-.09,1.54.19,3.01.82,4.42,1.19,2.68,2.78,5.09,4.78,7.24,1.01,1.08,2.24,1.79,3.6,2.31.68.26,1.19.15,1.61-.51.85-1.33,1.98-2.28,3.65-2.41.47-.03.79.07,1.06.51,1.35,2.13,2.72,4.25,4.12,6.36.29.44.29.76-.06,1.13-.64.68-1.19,1.48-1.93,2.02-.72.54-1.63.83-2.46,1.23h-1.37Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-telNuber::before {
    width: 22px;
    height: 28px;
  }
}
.c-section-cta__list-telNuber img {
  width: 100%;
  opacity: 1 !important;
}
.c-section-cta__list-timeText {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-section-cta__list-timeText {
    font-size: 18px;
  }
}

/* 下層ページMV */
.c-section-mv {
  position: relative;
}
.c-section-mv__bg img {
  width: 100%;
}
.c-section-mv__title {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  padding: 19px 10px 9px min(160px, 11.7130307467vw);
  width: max-content;
  min-width: min(485px, 35.505124451vw);
  min-height: 100px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .c-section-mv__title {
    translate: 0 -50%;
  }
}
@media screen and (max-width: 767px) {
  .c-section-mv__title {
    top: 10.6666666667vw;
    padding: 14px 17.5px 9px;
    min-width: 250px;
    max-width: 95.3333333333%;
    min-height: 84px;
  }
}
.c-section-mv__title-main {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  padding: 0 15px 3px 0;
  width: fit-content;
  border-bottom: 1px solid #ff0;
}
@media screen and (max-width: 767px) {
  .c-section-mv__title-main {
    font-size: 26px;
    line-height: 1.1923076923;
  }
}
.c-section-mv__title-sub {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin: 6px 0 0;
}
@media screen and (max-width: 767px) {
  .c-section-mv__title-sub {
    font-size: 17px;
    line-height: 1.1764705882;
  }
}

/* -----------------
js 2026 / 06〜
-------------------- */
.js-tab [data-js-tab-content] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.js-tab [data-js-tab-content].is-show {
  opacity: 1;
  visibility: visible;
  height: auto;
}

/* -----------------
header 2026 / 06〜
-------------------- */
:root {
  --l-header-height: 130px;
}

@media screen and (max-width: 1090px) {
  :root {
    --l-header-height: 50px;
  }
}
.l-header {
  height: var(--l-header-height);
}
.l-header__outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: inherit;
  background: #fff;
}
@media screen and (min-width: 1091px) {
  .l-header__outer {
    padding-top: 15px;
  }
}
.l-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1091px) {
  .l-header__inner {
    gap: 15px 10px;
  }
}
@media screen and (max-width: 1090px) {
  .l-header__inner {
    padding-left: 11px;
    height: inherit;
  }
}
.l-header__logo {
  display: grid;
  align-items: center;
  grid-template-columns: 54px 316px 38px;
  column-gap: 15px;
}
@media screen and (max-width: 1090px) {
  .l-header__logo {
    grid-template-columns: min(30px, 8vw) min(190px, 50.6666666667vw) min(22px, 5.8666666667vw);
    column-gap: min(12px, 3.2vw);
  }
}
.l-header__logo-symbol {
  margin: 0;
}
.l-header__logo-text {
  font-size: 100%;
  line-height: 1;
}
.l-header__logo-sdgs {
  margin: 0;
}
.l-header__tel {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 9px;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel-item {
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.l-header__tel-office {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.00005em;
  font-weight: 700;
  color: var(--color-blue);
}
.l-header__tel-number {
  margin: 0;
}
.l-header__tel-number-link {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  column-gap: 13px;
  position: relative;
}
.l-header__tel-number-link::before {
  content: "";
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg id="text" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><rect fill="%23002671" width="30" height="30" rx="4.29" ry="4.29"/><path fill="%23fff" d="M20.34,7.74c.57.48.95.93,1.09,1.84.15,1.01-.56,4.61-2.49,7.84-1.93,3.23-4.75,5.57-5.71,5.92-.86.31-1.45.2-2.13-.08-.69-.27-1.77-.98-1.91-1.14-.15-.16-.65-.69-.62-1.19.02-.5,1-1.3,1.94-1.77.93-.47,1.78-.88,2.31-.74.72.2.85.81.82,1.2,0,0,.4.48,1.06-.12.66-.59,2.14-2.93,2.32-3.24.18-.3,1.53-2.72,1.74-3.58.21-.86-.4-.99-.4-.99-.33.21-.93.39-1.45-.15-.38-.4-.43-1.34-.45-2.38-.03-1.06.21-2.29.63-2.55.43-.26,1.13-.07,1.34-.02.21.05,1.34.66,1.91,1.14Z"/></svg>') center/contain no-repeat;
}
.l-header__tel-number-link img {
  height: 27px;
}
.l-header__other {
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .l-header__other {
    display: none;
  }
}
.l-header__other-time, .l-header__other-area {
  display: grid;
  grid-template-columns: auto 1fr;
}
.l-header__other-time-theme, .l-header__other-time-des, .l-header__other-area-theme, .l-header__other-area-des {
  color: #4d4d4d;
  margin: 0;
}
.l-header__other-time-theme, .l-header__other-time-des {
  font-size: 25px;
  line-height: 1.76;
  font-weight: 700;
  font-feature-settings: "palt";
}
.l-header__other-area-theme, .l-header__other-area-des {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 700;
  font-family: "palt";
}
.l-header__menu {
  width: 100%;
}
@media screen and (max-width: 1090px) {
  .l-header__menu {
    display: grid;
    grid-template-rows: 0fr;
    position: fixed;
    inset: var(--l-header-height) 0 0;
    transition: grid-template-rows 0.4s ease-out;
    pointer-events: none;
  }
  .l-header__menu.is-open {
    grid-template-rows: 1fr;
    pointer-events: all;
  }
}
@media screen and (max-width: 1090px) {
  .l-header__menu-inner {
    background: #fff;
    overflow: hidden;
  }
}
.l-header__menu-list {
  list-style: none;
}
@media screen and (min-width: 1091px) {
  .l-header__menu-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1091px) {
  .l-header__menu-list-item:nth-child(n+2) {
    border-left: 1px solid #000;
  }
}
@media screen and (max-width: 1090px) {
  .l-header__menu-list-item:nth-child(n+2) {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.l-header__menu-list-item-link {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  padding-inline: 34px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1090px) {
  .l-header__menu-list-item-link {
    font-size: 17px;
    line-height: 1.5882352941;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 8px 30px;
    background: rgba(21, 21, 21, 0.7);
  }
  .l-header__menu-list-item-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 5px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.336562 0.200667C0.726011 -0.112659 1.29731 -0.0525002 1.61199 0.335264L9.79889 10.433C10.0669 10.7641 10.0672 11.237 9.79889 11.5679L1.61199 21.6647C1.29732 22.0525 0.726044 22.1126 0.336562 21.7993C-0.0525679 21.4859 -0.112897 20.9177 0.201444 20.5298L7.92669 11L0.201444 1.47117C-0.113095 1.08323 -0.0527035 0.514136 0.336562 0.200667Z" fill="white"/></svg>') center/contain no-repeat;
  }
}
.l-header__menu-list-item-link:active, .l-header__menu-list-item-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-header__menu-list-item-link:hover {
    opacity: 0.5;
  }
}
.l-header__menuButton {
  display: grid;
  place-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: var(--l-header-height);
  height: var(--l-header-height);
  background: #4d4d4d;
}
@media screen and (min-width: 1080px) {
  .l-header__menuButton {
    display: none;
  }
}
.l-header__menuButton.is-active .l-header__menuButton-line:nth-child(1) {
  transform: translateY(10px) rotate(315deg);
}
.l-header__menuButton.is-active .l-header__menuButton-line:nth-child(2) {
  opacity: 0;
}
.l-header__menuButton.is-active .l-header__menuButton-line:nth-child(3) {
  transform: translateY(-10px) rotate(-315deg);
}
.l-header__menuButton-line {
  width: 27px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transition: transform 0.4s, opacity 0.4s;
}

/* -----------------
footer 2026 / 06〜
-------------------- */
.l-footer {
  padding-block: 58px 33px;
  background: var(--color-blue);
  overflow-x: clip;
}
@media screen and (max-width: 1090px) {
  .l-footer {
    padding-block: 44px 27px;
  }
}
.l-footer.is-action .l-footer__info {
  opacity: 0;
  pointer-events: none;
}
.l-footer__info {
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 900;
  width: 100px;
  transition: opacity 0.3s;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    translate: 0 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    bottom: 0;
    width: 100%;
    border: 1px solid #fff;
  }
}
.l-footer__info-item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info-item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
}
.l-footer__info-item-link {
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item-link {
    border-radius: 10px 0 0 10px;
    transition: opacity 0.3s;
  }
  .l-footer__info-item-link:active, .l-footer__info-item-link:focus-visible {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .l-footer__info-item-link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-link {
    height: min(60px, 16vw);
  }
}
.l-footer__info-item-link:has(.l-footer__info-item-mailText) {
  padding-top: 44px;
  background: #002671;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item-link:has(.l-footer__info-item-mailText) {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-link:has(.l-footer__info-item-mailText) {
    padding-top: 28px;
    background: rgba(0, 38, 113, 0.8);
  }
}
.l-footer__info-item-link:has(.l-footer__info-item-mailText)::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  translate: -50% 0;
  width: 46px;
  height: 36px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 46 36"><path fill="white" d="M0,30.35c0-8.23,0-16.46,0-24.7.06-.12.14-.24.17-.37C.94,1.97,3.16.04,6.5.03c11.01-.04,22.03-.05,33.04,0,3.81.02,6.44,2.78,6.44,6.59.01,7.59.01,15.17,0,22.76,0,3.81-2.63,6.57-6.44,6.59-11.05.05-22.1.04-33.15,0-2.92,0-5.24-1.8-6.06-4.46C.23,31.12.12,30.73,0,30.35ZM3.87,4.48c.2.19.32.31.45.42,5.55,4.83,11.1,9.66,16.65,14.48,1.48,1.29,2.6,1.29,4.06.02,3.63-3.14,7.25-6.3,10.87-9.45,2.08-1.81,4.15-3.61,6.28-5.46-.69-.89-1.53-1.31-2.58-1.31-11.05,0-22.1,0-33.14,0-1.05,0-1.91.38-2.6,1.3ZM4.64,32.46c.82.15,1.37.34,1.91.34,10.98.02,21.96.02,32.94,0,.55,0,1.09-.19,1.91-.34-4.64-4.04-9.05-7.87-13.44-11.69-4.77,3.25-5.07,3.25-9.87,0-4.4,3.82-8.8,7.66-13.45,11.69ZM15.97,18.82c-4.23-3.68-8.39-7.3-12.65-11v21.99c4.28-3.72,8.43-7.33,12.65-11ZM42.76,7.79c-4.32,3.76-8.47,7.37-12.69,11.05,4.23,3.67,8.39,7.28,12.69,11.01V7.79Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-link:has(.l-footer__info-item-mailText)::before {
    top: min(6px, 1.6vw);
    width: min(31px, 8.2666666667vw);
    height: min(24px, 6.4vw);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 62 48"><path fill="white" d="M0,40.46c0-10.98,0-21.95,0-32.93.08-.16.19-.32.23-.49C1.27,2.62,4.26.06,8.77.04c14.85-.05,29.69-.06,44.54,0,5.14.02,8.67,3.71,8.68,8.78.02,10.11.02,20.23,0,30.34,0,5.07-3.54,8.76-8.68,8.78-14.89.07-29.78.05-44.67,0-3.94-.01-7.06-2.4-8.16-5.95C.31,41.5.16,40.98,0,40.46ZM5.22,5.97c.27.25.43.41.61.56,7.48,6.44,14.96,12.88,22.44,19.31,2,1.71,3.5,1.72,5.48.03,4.89-4.19,9.77-8.4,14.66-12.6,2.8-2.41,5.6-4.81,8.47-7.28-.93-1.19-2.06-1.75-3.48-1.75-14.89,0-29.78,0-44.67,0-1.41,0-2.57.5-3.5,1.73ZM6.25,43.28c1.1.2,1.84.46,2.58.46,14.8.02,29.6.02,44.4,0,.74,0,1.47-.25,2.58-.46-6.26-5.38-12.2-10.49-18.12-15.59-6.43,4.34-6.83,4.34-13.31,0-5.93,5.1-11.87,10.21-18.12,15.59ZM21.52,25.09c-5.71-4.91-11.31-9.73-17.05-14.66v29.32c5.77-4.96,11.36-9.77,17.05-14.66ZM57.64,10.38c-5.83,5.02-11.41,9.83-17.1,14.73,5.7,4.89,11.31,9.71,17.1,14.68V10.38Z"/></svg>') center/contain no-repeat;
  }
}
.l-footer__info-item-link:has(.l-footer__info-item-telText) {
  background: #f15a24;
}
@media screen and (min-width: 768px) {
  .l-footer__info-item-link:has(.l-footer__info-item-telText) {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-link:has(.l-footer__info-item-telText) {
    padding-bottom: min(1px, 0.2666666667vw);
    background: rgba(241, 90, 36, 0.8);
  }
}
.l-footer__info-item-mailText {
  font-size: 14px;
  line-height: 1.0714285714;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-mailText {
    font-size: min(19px, 5.0666666667vw);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-mailText._adjustment {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info-item-telOffice {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-telOffice {
    font-weight: 700;
    font-size: min(14px, 3.7333333333vw);
    line-height: 1;
    color: #fff;
  }
}
.l-footer__info-item-telText {
  font-size: 14px;
  line-height: 1.0714285714;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-inline: auto;
  padding-top: 50px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-telText {
    font-size: min(19px, 5.0666666667vw);
    letter-spacing: 0.05em;
    margin-top: 4px;
    padding: 0 0 0 13px;
  }
}
.l-footer__info-item-telText::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 34px;
  height: 44px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 34"><path fill="white" d="M19.97,34c-.75-.2-1.51-.37-2.25-.6-3.32-1.07-5.9-3.25-8.29-5.68C4.81,23.01,1.75,17.44.36,10.98c-.5-2.32-.52-4.66.18-6.96.48-1.6,1.46-2.7,3.04-3.32C6.32-.37,6.3-.41,7.87,2.01c1.02,1.57,2.02,3.15,3.06,4.7.34.5.3.9,0,1.38-.82,1.33-2.08,1.93-3.55,2.2-.89.17-1.17.5-1.22,1.43-.09,1.54.19,3.01.82,4.42,1.19,2.68,2.78,5.09,4.78,7.24,1.01,1.08,2.24,1.79,3.6,2.31.68.26,1.19.15,1.61-.51.85-1.33,1.98-2.28,3.65-2.41.47-.03.79.07,1.06.51,1.35,2.13,2.72,4.25,4.12,6.36.29.44.29.76-.06,1.13-.64.68-1.19,1.48-1.93,2.02-.72.54-1.63.83-2.46,1.23h-1.37Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-telText::before {
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 13px;
    height: 17px;
  }
}
.l-footer__info-item-telTextSmall {
  font-size: 12px;
  line-height: 0.8333333333;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__info-item-telTextSmall {
    font-weight: 500;
    font-size: min(9px, 2.4vw);
    line-height: 1;
    margin-top: min(5px, 1.3333333333vw);
  }
}
.l-footer__info-item-telTextXSmall {
  font-size: 7px;
  line-height: 1.4285714286;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.l-footer__inner {
  margin-inline: auto;
  width: 96%;
}
@media screen and (min-width: 1091px) {
  .l-footer__inner {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 448px;
    max-width: 1080px;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer__inner {
    width: 94.6666666667%;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer__block {
    margin-inline: auto;
    width: fit-content;
  }
}
.l-footer__block:has(.l-footer__sns):has(.l-footer__sdgs) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1090px) {
  .l-footer__block:has(.l-footer__sns):has(.l-footer__sdgs) {
    margin: 27px auto 0;
    width: 93.2394366197%;
    max-width: 450px;
  }
}
.l-footer__logo {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 396px;
  column-gap: 29px;
}
@media screen and (max-width: 1090px) {
  .l-footer__logo {
    justify-content: center;
    grid-template-columns: min(43px, 11.4666666667vw) min(275px, 73.3333333333vw);
    column-gap: min(20px, 5.3333333333vw);
  }
}
.l-footer__logo-symbol {
  margin: 0;
}
.l-footer__logo-text {
  font-size: 100%;
  line-height: 1;
  filter: brightness(0) invert(1);
}
.l-footer__logo-sdgs {
  margin: 0;
}
.l-footer__text {
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: 500;
  color: #fff;
  margin: 16px 0 0;
}
@media screen and (max-width: 1090px) {
  .l-footer__text {
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 1.375;
    margin-top: 23px;
  }
}
.l-footer__add {
  font-style: normal;
  margin: 30px 0 0;
}
@media screen and (max-width: 1090px) {
  .l-footer__add {
    margin-top: 12px;
  }
}
.l-footer__add-dl {
  margin: 0;
}
.l-footer__add-dl-item:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 1090px) {
  .l-footer__add-dl-item:nth-child(n+2) {
    margin-top: 13px;
  }
}
.l-footer__add-dl-theme {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-footer__add-dl-theme {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.l-footer__add-dl-des {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}
@media screen and (max-width: 1090px) {
  .l-footer__add-dl-des {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.l-footer__add-dl-des-link {
  font: inherit;
  color: inherit !important;
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__add-dl-des-link:active, .l-footer__add-dl-des-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-footer__add-dl-des-link:hover {
    opacity: 0.5;
  }
}
.l-footer__add-dl-detail {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
}
.l-footer__add-dl-detail-theme {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-footer__add-dl-detail-theme {
    font-size: 15px;
    line-height: 1.3333333333;
  }
}
.l-footer__add-dl-detail-des {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin: 0;
  padding-left: 2em;
}
@media screen and (max-width: 1090px) {
  .l-footer__add-dl-detail-des {
    font-size: 15px;
    line-height: 1.3333333333;
    padding-left: 1em;
  }
}
.l-footer__add-dl-detail-des::before {
  content: "｜";
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__add-dl-detail-des-link {
  font: inherit;
  color: inherit !important;
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__add-dl-detail-des-link:active, .l-footer__add-dl-detail-des-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-footer__add-dl-detail-des-link:hover {
    opacity: 0.5;
  }
}
.l-footer__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 1090px) {
  .l-footer__sns {
    gap: 18px;
  }
}
.l-footer__sns-item {
  width: 60px;
}
@media screen and (max-width: 1090px) {
  .l-footer__sns-item {
    width: 70px;
  }
}
.l-footer__sns-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1090px) {
  .l-footer__sns-item-link {
    height: 70px;
  }
}
.l-footer__sns-item-link._youtube {
  padding: 12px;
}
@media screen and (max-width: 1090px) {
  .l-footer__sns-item-link._youtube {
    padding: 15px;
  }
}
.l-footer__sns-item-link._instagram {
  padding: 14px;
}
@media screen and (max-width: 1090px) {
  .l-footer__sns-item-link._instagram {
    padding: 17px;
  }
}
.l-footer__sns-item-link img {
  width: 100%;
}
.l-footer__sdgs {
  width: 120px;
}
@media screen and (max-width: 1090px) {
  .l-footer__sdgs {
    width: 100px;
  }
}
.l-footer__list {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 1090px) {
  .l-footer__list {
    display: none !important;
  }
}
.l-footer__list-detail {
  margin: 0;
  list-style: none;
}
.l-footer__list-detail-item {
  line-height: 1;
}
.l-footer__list-detail-item:nth-child(n+2) {
  margin-top: 11px;
}
.l-footer__list-detail-item-link {
  font-size: 19px;
  line-height: 1.3157894737;
  font-weight: 500;
  color: #fff !important;
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__list-detail-item-link:active, .l-footer__list-detail-item-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-footer__list-detail-item-link:hover {
    opacity: 0.5;
  }
}
.l-footer__bottom {
  position: relative;
  margin-top: 17px;
  padding-top: 17px;
}
@media screen and (min-width: 1091px) {
  .l-footer__bottom {
    display: grid;
    grid-template-columns: 1fr 448px;
    grid-column: span 2;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer__bottom {
    margin-top: 27px;
    padding-top: 10px;
  }
}
.l-footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 20px);
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1090px) {
  .l-footer__bottom::before {
    width: 98.5915492958%;
  }
}
.l-footer__bottom-list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 84px;
  list-style: none;
}
@media screen and (min-width: 1091px) {
  .l-footer__bottom-list {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer__bottom-list {
    justify-content: center;
    gap: 6px 45px;
  }
}
.l-footer__bottom-list-item {
  line-height: 1;
}
.l-footer__bottom-list-item-link {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #fff !important;
  display: inline-block;
  transition: opacity 0.3s;
}
.l-footer__bottom-list-item-link:active, .l-footer__bottom-list-item-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .l-footer__bottom-list-item-link:hover {
    opacity: 0.5;
  }
}
.l-footer__bottom-copy {
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 1091px) {
  .l-footer__bottom-copy {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (max-width: 1090px) {
  .l-footer__bottom-copy {
    text-align: center;
    margin-top: 48px;
  }
}
.l-footer__bottom-copy-text {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .l-footer__bottom-copy-text {
    font-size: 10px;
    line-height: 1.6;
  }
}

/* -----------------
TOP 2026 / 06〜
-------------------- */
.p-index-mv {
  display: grid;
}
.p-index-mv__bg {
  grid-row: 1;
  grid-column: 1;
}
.p-index-mv__title {
  grid-row: 1;
  grid-column: 1;
}
.p-index-reason {
  padding-block: 104px;
}
@media screen and (max-width: 767px) {
  .p-index-reason {
    padding-block: 50px 30px;
  }
}
.p-index-reason__title {
  text-align: center;
}
.p-index-reason__title-main {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-index-reason__title-main {
    font-size: 26px;
    line-height: 1.1923076923;
  }
}
.p-index-reason__title-sub {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
  margin-block: 18px 0;
}
@media screen and (max-width: 767px) {
  .p-index-reason__title-sub {
    font-size: 17px;
    line-height: 1.1764705882;
    margin-top: 6px;
  }
}
.p-index-reason__list {
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-reason__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-index-reason__list {
    display: grid;
    gap: 20px;
    margin-top: 22px;
  }
}
.p-index-reason__list-item {
  display: grid;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .p-index-reason__list-item {
    width: 100%;
    max-width: 340px;
  }
}
.p-index-reason__list-bg {
  grid-row: 1;
  grid-column: 1;
  border-radius: min(23px, 6.1333333333vw);
  overflow: hidden;
}
.p-index-reason__list-box {
  grid-row: 1;
  grid-column: 1;
  margin-top: auto;
  padding: min(20px, 5.3333333333vw) min(20px, 5.3333333333vw) min(12px, 3.2vw);
}
.p-index-reason__list-title-sub {
  font-size: min(50px, 13.3333333333vw);
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin: 0;
}
.p-index-reason__list-title-main {
  font-size: min(26px, 6.9333333333vw);
  line-height: 1.1923076923;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
}
.p-index-reason__list-text {
  font-size: min(16px, 4.2666666667vw);
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin: min(4px, 1.0666666667vw) 0 0;
}
.p-index-service {
  padding-block: 108px 90px;
  background: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-index-service {
    padding-block: 50px 30px;
  }
}
.p-index-service__title {
  text-align: center;
}
.p-index-service__title-main {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-service__title-main {
    font-size: 26px;
    line-height: 1.1923076923;
  }
}
.p-index-service__title-sub {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #fff;
  margin-block: 18px 0;
}
@media screen and (max-width: 767px) {
  .p-index-service__title-sub {
    font-size: 17px;
    line-height: 1.1764705882;
    margin-top: 6px;
  }
}
.p-index-service__list {
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-service__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-index-service__list {
    display: grid;
    gap: 27px;
    margin-top: 30px;
  }
}
.p-index-service__list-item {
  display: grid;
  width: 261px;
  border: 1px solid #fff;
  border-radius: 23px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-index-service__list-item {
    width: 100%;
    max-width: 340px;
  }
}
.p-index-service__list-image {
  margin: 0;
}
.p-index-service__list-title {
  padding: 24px 17px 28px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-index-service__list-title {
    padding: 33px 20px 36px;
  }
}
.p-index-service__list-title-main {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-index-service__list-title-main {
    font-size: 37px;
    line-height: 1.1891891892;
  }
}
.p-index-service__list-title-sub {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #fff;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index-service__list-title-sub {
    font-size: 24px;
    line-height: 1.1666666667;
    margin-top: 14px;
  }
}
.p-index-worries {
  padding-block: 120px 70px;
}
@media screen and (max-width: 767px) {
  .p-index-worries {
    padding-block: 55px 64px;
  }
}
.p-index-worries__list {
  margin: 26px auto 0;
  max-width: 855px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-index-worries__list {
    margin-top: 18px;
  }
}
.p-index-worries__list-item {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  font-feature-settings: "palt";
  position: relative;
  padding: 25px 65px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 4px 4px 2px rgba(201, 202, 202, 0.75);
}
@media screen and (max-width: 767px) {
  .p-index-worries__list-item {
    font-size: 19px;
    line-height: 1.3684210526;
    padding: 23px 30px 23px 57px;
    border-radius: 7px;
  }
}
.p-index-worries__list-item::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 39px;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><circle fill="%23002671" cx="10" cy="10" r="10"/><path fill="white" d="M8.5,13.16c-.12,0-.25-.05-.34-.14l-3.1-2.96c-.2-.19-.21-.51-.02-.71.19-.2.51-.21.71-.02l2.77,2.64,5.76-5.02c.21-.18.52-.16.71.05.18.21.16.52-.05.71l-6.11,5.32c-.09.08-.21.12-.33.12Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-index-worries__list-item::before {
    left: 30px;
  }
}
.p-index-worries__list-item:nth-child(n+2) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-index-worries__list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-index-worries__cta {
  text-align: center;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .p-index-worries__cta {
    margin-top: 44px;
  }
}
.p-index-worries__cta-title {
  font-size: 26px;
  line-height: 1.2307692308;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-index-worries__cta-title {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
.p-index-worries__cta-button {
  margin: 24px 0 0;
}
@media screen and (max-width: 767px) {
  .p-index-worries__cta-button {
    margin-top: 14px;
  }
}
.p-index-worries__cta-button-link {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #fff !important;
  text-align: center;
  display: grid;
  place-content: center;
  margin-inline: auto;
  padding: 20px;
  width: 448px;
  border-radius: 34px;
  background: var(--color-blue);
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-index-worries__cta-button-link {
    font-size: 21px;
    line-height: 1.2380952381;
    padding: 12px;
    width: 290px;
    border-radius: 22px;
  }
}
.p-index-worries__cta-button-link:active, .p-index-worries__cta-button-link:focus-visible {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .p-index-worries__cta-button-link:hover {
    opacity: 0.5;
  }
}
.p-index-works {
  padding-block: 78px 60px;
}
@media screen and (max-width: 767px) {
  .p-index-works {
    padding-block: 58px 45px;
  }
}
.p-index-works .c-notable-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-index-works .c-notable-list {
    margin-top: 12px;
  }
}
.p-index-works .c-button-01 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-index-works .c-button-01 {
    margin-top: 25px;
  }
}
.p-index-cta {
  margin-block: 0;
  padding-block: 107px 100px;
}
@media screen and (max-width: 767px) {
  .p-index-cta {
    padding-block: 40px 45px;
  }
}
.p-index-cta .c-section-cta__hgroup-title {
  font-size: 30px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-index-cta .c-section-cta__hgroup-title {
    font-size: 22px;
    line-height: 1.3636363636;
  }
}
.p-index-news {
  container-type: inline-size;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-index-news {
    margin-top: 85px;
  }
}
.p-index-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px;
  margin: 48px auto 0;
  max-width: 1034px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-index-news__list {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
    max-width: 340px;
  }
}
.p-index-news__list-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.p-index-news__list-link {
  display: block;
  padding-bottom: 40px;
}
.p-index-news__list-link:active .p-index-news__list-title, .p-index-news__list-link:focus-visible .p-index-news__list-title {
  color: #B3000F;
}
@media (any-hover: hover) {
  .p-index-news__list-link:hover .p-index-news__list-title {
    color: #B3000F;
  }
}
.p-index-news__list-image {
  margin: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-index-news__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-index-news__list-date {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #B3000F;
  display: block;
  margin-top: 32px;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .p-index-news__list-date {
    font-size: 12px;
    margin-top: 28px;
    padding-inline: 28px;
  }
  .p-index-news__list-date + .p-index-news__list-title {
    margin-top: 14px;
  }
}
.p-index-news__list-category {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-top: 8px;
  padding-inline: 32px;
}
@media screen and (max-width: 767px) {
  .p-index-news__list-category {
    font-size: 12px;
    margin-top: 7px;
    padding-inline: 28px;
  }
}
.p-index-news__list-title {
  font-size: 16px;
  line-height: 1.8125;
  font-weight: 600;
  color: #343434;
  margin-top: 8px;
  padding-inline: 32px;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-index-news__list-title {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 7px;
    padding-inline: 28px;
  }
}
.p-index-news .c-button-01 {
  margin-top: 50px;
}
.p-index-security-license {
  margin-top: 107px;
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-index-security-license {
    margin-top: 85px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-index-security-license .c-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-index-security-license__image {
  margin: 35px auto 0;
  max-width: 600px;
}

/* -----------------
 会社案内 2026 / 06〜
-------------------- */
.p-company-outline {
  padding-block: 122px 150px;
}
@media screen and (max-width: 767px) {
  .p-company-outline {
    padding-block: 60px 45px;
  }
}
.p-company-outline__table {
  margin: 45px auto 0;
  max-width: 980px;
  border-radius: 20px;
  box-shadow: 9px 9px 6px rgba(201, 202, 202, 0.75);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table {
    margin-top: 30px;
    border-radius: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-company-outline__table-item {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-company-outline__table-item:nth-child(n+2) .p-company-outline__table-theme {
    border-top: 1px solid #fff;
  }
  .p-company-outline__table-item:nth-child(n+2) .p-company-outline__table-des {
    border-top: 1px solid #ccc;
  }
}
.p-company-outline__table-theme {
  padding: 20px 35px;
  background: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-company-outline__table-theme {
    padding: 10px 17.5px;
  }
}
.p-company-outline__table-theme-text {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: 700;
  color: #fff;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table-theme-text {
    font-size: 16px;
  }
}
.p-company-outline__table-des {
  display: grid;
  align-items: center;
  margin: 0;
  padding: 4px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table-des {
    padding: 10px 17.5px;
  }
}
.p-company-outline__table-des-text {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table-des-text {
    font-size: 16px;
  }
}
.p-company-outline__table-des-text-link {
  color: inherit !important;
}
.p-company-outline__table-des-list {
  list-style: none;
}
.p-company-outline__table-des-list-item {
  font-size: 20px;
  line-height: 1.85;
  font-weight: 500;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-company-outline__table-des-list-item {
    font-size: 16px;
  }
}
.p-company-outline__table-des-list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-profile {
  padding-block: 124px 109px;
  background: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .p-company-profile {
    padding-block: 60px 45px;
  }
}
.p-company-profile .c-wrap {
  max-width: 980px;
}
@media screen and (min-width: 768px) {
  .p-company-profile .c-wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-profile__ceo {
    margin-inline: auto;
    max-width: 320px;
  }
}
.p-company-profile__ceo-image {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
}
.p-company-profile__ceo-caption {
  margin-top: 29px;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .p-company-profile__ceo-caption {
    margin-top: 15px;
  }
}
.p-company-profile__ceo-caption-text {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}
.p-company-profile__ceo-caption-name {
  line-height: 1;
  margin-top: 6px;
  width: 231px;
}
.p-company-profile__box {
  margin-top: 9px;
  padding: 17px 22px 44px;
  background: #fff;
  box-shadow: 6px 6px 4px rgba(201, 202, 202, 0.75);
}
@media screen and (max-width: 767px) {
  .p-company-profile__box {
    margin-top: 30px;
    padding-inline: 15px;
  }
}
.p-company-profile__box-text {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-block: 0;
}
@media screen and (max-width: 767px) {
  .p-company-profile__box-text {
    font-size: 16px;
  }
}
.p-company-profile__box-text + .p-company-profile__box-text {
  margin-top: 1lh;
}
.p-company-management-philosophy {
  padding-block: 114px 137px;
}
@media screen and (max-width: 767px) {
  .p-company-management-philosophy {
    padding-block: 60px 45px;
  }
}
.p-company-management-philosophy__image {
  margin: 52px auto 0;
  max-width: 763px;
}
@media screen and (max-width: 767px) {
  .p-company-management-philosophy__image {
    margin-top: 26px;
  }
}
.p-company-certificate {
  padding-block: 95px 183px;
  background: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .p-company-certificate {
    padding-block: 60px 45px;
  }
}
.p-company-certificate__list {
  display: grid;
  grid-template-columns: 1fr 234px 234px;
  gap: 23px;
  list-style: none;
  margin: 27px auto 0;
  max-width: 1069px;
}
@media screen and (max-width: 767px) {
  .p-company-certificate__list {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 340px;
  }
}
.p-company-map {
  padding-block: 80px 85px;
}
@media screen and (max-width: 767px) {
  .p-company-map {
    padding-block: 60px 45px;
  }
}
.p-company-map__box {
  margin-inline: auto;
  max-width: 980px;
  aspect-ratio: 980/530;
  overflow: hidden;
}
.p-company-map__box-iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

/* -----------------
事業案内 2026 / 06〜
-------------------- */
body:has(.p-ac-content) .c-section-cta {
  background: #fff;
}
@media screen and (min-width: 768px) {
  body:has(.p-ac-content) .c-section-cta {
    margin-top: 52px;
  }
}

.p-ac-content {
  padding-block: 80px 82px;
}
@media screen and (max-width: 767px) {
  .p-ac-content {
    padding-block: 60px 45px;
  }
}
.p-ac-content:first-of-type {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-ac-content:first-of-type {
    margin-top: 30px;
  }
}
.p-ac-content:nth-of-type(even) {
  background: #f2f2f2;
}
.p-ac-content .c-wrap {
  max-width: 1100px;
}
.p-ac-content__image {
  margin: 20px auto 0;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-ac-content__image {
    margin-top: 10px;
    border-radius: 20px;
  }
}
.p-ac-content__title {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 700;
  margin-top: 24px;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .p-ac-content__title {
    font-size: 18px;
    margin-top: 16px;
    padding-inline: 10px;
  }
}
.p-ac-content__text {
  font-size: 18px;
  line-height: 1.7777777778;
  margin: 7px 0 0;
  padding-inline: 15px;
}
@media screen and (max-width: 767px) {
  .p-ac-content__text {
    font-size: 16px;
    padding-inline: 10px;
  }
}
.p-ac-content__box {
  margin: 24px auto 0;
  max-width: 918px;
}
@media screen and (max-width: 767px) {
  .p-ac-content__box {
    margin-top: 16px;
  }
}
.p-ac-content__box-theme {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  padding-inline: 10px;
}
@media screen and (max-width: 767px) {
  .p-ac-content__box-theme {
    font-size: 18px;
  }
}
.p-ac-content__box-des {
  margin: 0;
}
.p-ac-content__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 11px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-ac-content__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-ac-content__list-item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  font-feature-settings: "palt";
  position: relative;
  padding: 10px 10px 10px 36px;
  border-radius: 7px;
  background: #ccc;
}
@media screen and (max-width: 767px) {
  .p-ac-content__list-item {
    font-size: 14px;
    padding-left: 33px;
  }
}
.p-ac-content__list-item::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><circle fill="%231b1464" cx="8.5" cy="8.5" r="8.5"/><path fill="white" d="M6.97,11.93c.94-1.06,1.89-2.3,2.84-3.72.8-1.18,1.68-2.58,2.63-4.18.09-.15.19-.23.29-.23.14,0,.21.05.21.14,0,.06-.04.18-.11.36-.68,1.67-1.38,3.11-2.12,4.3-1.04,1.72-1.9,3.02-2.58,3.91-.3.4-.53.66-.7.78-.17.13-.36.2-.57.2-.22,0-.41-.08-.58-.23-.11-.09-.3-.31-.57-.66-.37-.47-1.01-1.4-1.93-2.77-.18-.27-.28-.46-.28-.56,0-.13.12-.32.35-.58.25-.23.43-.35.55-.35.14,0,.29.12.45.35.84,1.41,1.55,2.49,2.11,3.22Z"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-ac-content__list-item::before {
    top: 10.5px;
    width: 15px;
    height: 15px;
  }
}

/* -----------------
警備実績 2026 / 06〜
-------------------- */
.p-works-notable {
  padding-block: 122px 90px;
}
@media screen and (max-width: 767px) {
  .p-works-notable {
    padding-block: 58px 45px;
  }
}
.p-works-notable .c-notable-list {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .p-works-notable .c-notable-list {
    margin-top: 12px;
  }
}
.p-works-archive {
  padding-block: 127px 133px;
  background: #eeefef;
}
@media screen and (max-width: 767px) {
  .p-works-archive {
    padding-block: 58px 45px;
  }
}
.p-works-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
  margin: 83px 0 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-works-archive__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px auto 0;
    max-width: 340px;
  }
}
.p-works-archive__list-item {
  padding-bottom: 15px;
  border-radius: 25px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-works-archive__list-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }
  .p-works-archive__list-item:nth-child(n+4) {
    margin-top: 50px;
  }
}
.p-works-archive__list-image {
  position: relative;
  aspect-ratio: 340/220;
  overflow: hidden;
}
.p-works-archive__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-works-archive__list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  width: 100%;
}
.p-works-archive__list-category-item {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 5px 12px;
  border-radius: calc(infinity * 1px);
  background: #ee8a1e;
}
.p-works-archive__list-title {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  margin: 11px auto 0;
  width: calc(100% - 30px);
}
.p-works-archive__list-text {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin: 24px auto 0;
  width: calc(100% - 30px);
}
.p-works-archive__list-location {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  margin: 17px auto 0;
  padding-left: 21px;
  width: calc(100% - 30px);
}
.p-works-archive__list-location::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 14px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 13.37"><path fill="%234b4b4b" d="M4.5,0C2.01,0,0,2.01,0,4.5s1.26,3.08,2.65,4.76c1.66,2.02,1.85,4.1,1.85,4.1,0,0,.19-2.08,1.85-4.1,1.39-1.69,2.65-2.23,2.65-4.76,0-2.49-2.01-4.5-4.5-4.5ZM4.5,6.06c-.86,0-1.56-.7-1.56-1.56s.7-1.56,1.56-1.56,1.56.7,1.56,1.56-.7,1.56-1.56,1.56Z"/></svg>') center/contain no-repeat;
}
.p-works-archive__list-period {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  position: relative;
  margin: 0 auto;
  padding-left: 21px;
  width: calc(100% - 30px);
}
.p-works-archive__list-period::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 11px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10.75"><path fill="%234b4b4b" d="M2.12,1.87c.2,0,.36-.16.36-.36V.36c0-.2-.16-.36-.36-.36s-.36.16-.36.36v1.15c0,.2.16.36.36.36Z"/><path fill="%234b4b4b" d="M5,1.87c.2,0,.36-.16.36-.36V.36c0-.2-.16-.36-.36-.36s-.36.16-.36.36v1.15c0,.2.16.36.36.36Z"/><path fill="%234b4b4b" d="M8.59.94h-.06v.57c0,.36-.29.65-.65.65s-.65-.29-.65-.65v-.57h-1.59v.57c0,.36-.29.65-.65.65s-.65-.29-.65-.65v-.57h-1.59v.57c0,.36-.29.65-.65.65s-.65-.29-.65-.65v-.57h-.06c-.78,0-1.41.63-1.41,1.41v6.99c0,.78.63,1.41,1.41,1.41h7.18c.78,0,1.41-.63,1.41-1.41V2.35c0-.78-.63-1.41-1.41-1.41ZM9.42,9.23c0,.52-.42.94-.94.94H1.52c-.52,0-.94-.42-.94-.94V4h8.85v5.23h0Z"/><path fill="%234b4b4b" d="M7.88,1.87c.2,0,.36-.16.36-.36V.36c0-.2-.16-.36-.36-.36s-.36.16-.36.36v1.15c0,.2.16.36.36.36Z"/></svg>') center/contain no-repeat;
}
.p-works-clients {
  padding-block: 98px 70px;
}
@media screen and (max-width: 767px) {
  .p-works-clients {
    padding-block: 58px 20px;
  }
}
.p-works-clients__table {
  margin-block: 48px 0;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table {
    margin-top: 40px;
  }
}
.p-works-clients__table-item {
  margin-inline: auto;
  max-width: 544px;
}
.p-works-clients__table-item:nth-child(n+2) {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table-item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-works-clients__table-theme {
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 500;
  text-align: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table-theme {
    font-size: 20px;
    line-height: 1.35;
  }
}
.p-works-clients__table-des {
  margin: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table-des {
    margin-top: 10px;
  }
}
.p-works-clients__table-des-list {
  list-style: none;
}
.p-works-clients__table-des-list-item {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table-des-list-item {
    font-size: 15px;
    line-height: 1.2666666667;
  }
}
.p-works-clients__table-des-text {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-works-clients__table-des-text {
    font-size: 15px;
    line-height: 1.2666666667;
  }
}

/* -----------------
お客様の声 2026 / 06〜
-------------------- */
body:has(.p-voice-achievements) .c-section-cta {
  background: #fff;
}
@media screen and (min-width: 768px) {
  body:has(.p-voice-achievements) .c-section-cta {
    margin-top: 93px;
  }
}

.p-voice-archive {
  padding-block: 185px 150px;
}
@media screen and (max-width: 767px) {
  .p-voice-archive {
    padding-block: 58px 45px;
  }
}
.p-voice-archive__category {
  margin-top: 0;
}
.p-voice-archive__list {
  margin: 83px 0 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list {
    margin: 40px auto 0;
    max-width: 340px;
  }
}
.p-voice-archive__list-item {
  border-radius: 23px;
  background: var(--color-blue);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-item {
    border-radius: 32px;
  }
}
.p-voice-archive__list-item:nth-child(n+2) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-voice-archive__list-link {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-link {
    display: block;
  }
}
.p-voice-archive__list-image {
  margin: 0;
  aspect-ratio: 460/400;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-voice-archive__list-image {
    width: 42.5925925926%;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-image {
    aspect-ratio: 340/180;
  }
}
.p-voice-archive__list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-voice-archive__list-box {
  padding: 21px 15px 17px;
}
@media screen and (min-width: 768px) {
  .p-voice-archive__list-box {
    display: flex;
    flex-direction: column;
    width: calc(100% - 42.5925925926%);
  }
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-box {
    padding: 20px 13px 30px;
    border-top: 1px solid #fff;
  }
}
.p-voice-archive__list-title {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
  padding-inline: 5px;
  min-height: 3lh;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-title {
    font-size: 20px;
    line-height: 1.2;
    padding-inline: 0;
  }
}
.p-voice-archive__list-text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
  color: #fff;
  margin: 11px 0 0;
  padding-inline: 5px;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-text {
    font-size: 15px;
    line-height: 1.3333333333;
    margin-top: 6px;
    padding-inline: 0;
  }
}
.p-voice-archive__list-client {
  font-size: 22px;
  line-height: 1.3181818182;
  font-weight: 500;
  color: #fff;
  margin: 11px 0 0;
  padding: 9px 5px 0;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-client {
    font-size: 18px;
    line-height: 1.2222222222;
    margin-top: 8px;
    padding: 8px 0 0;
  }
}
.p-voice-archive__list-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 9px;
  margin-top: auto;
  padding: 9px 5px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-category {
    gap: 6px;
    margin-top: 26px;
    padding: 0 4px;
  }
}
.p-voice-archive__list-category-item {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  padding: 11px 20px;
  border-radius: calc(infinity * 1px);
  background: #e85a24;
}
@media screen and (max-width: 767px) {
  .p-voice-archive__list-category-item {
    font-size: 10px;
    line-height: 1.5;
    padding: 5px 10px;
  }
}
.p-voice-achievements {
  padding-block: 86px 143px;
  background: #f7f8f8;
}
@media screen and (max-width: 767px) {
  .p-voice-achievements {
    padding-block: 58px 45px;
  }
}
.p-voice-achievements__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-voice-achievements__list {
    grid-template-columns: 1fr;
    margin-inline: auto;
    max-width: 340px;
  }
}
.p-voice-achievements__list-item {
  padding: 16px 5px 20px 28px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 767px) {
  .p-voice-achievements__list-item {
    padding: 16px 5px 20px 15px;
  }
}
.p-voice-achievements__list-title-sub {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-voice-achievements__list-title-sub {
    font-size: 36px;
  }
}
.p-voice-achievements__list-title-main {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-voice-achievements__list-title-main {
    font-size: 20px;
  }
}
.p-voice-achievements__list-text {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  font-feature-settings: "palt";
  color: var(--color-blue);
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .p-voice-achievements__list-text {
    font-size: 16px;
  }
}

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