@charset "UTF-8";
/* wp-style.scss */
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

img {
  vertical-align: top; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  margin: 0;
  padding: 0; }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden; }

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none; }

a, a:link {
  outline: none; }

a:visited {
  outline: none; }

/* module.scss */
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%; }

body {
  color: #101010;
  font-family: "Noto Sans JP",Meiryo, "メイリオ",Osaka,"MS P Gothic", "ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 769px) {
    body {
      font-size: 1.6rem; } }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  body {
    width: 100%; } }
/* End MQ */
@media screen and (max-width: 767px) {
  /* スマホ */
  .pc_only {
    display: none; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .sp_only {
    display: none; } }
/* End MQ */
a {
  color: #333;
  transition: .2s;
  text-decoration: none; }
  a:hover {
    opacity: .85; }

#screen {
  position: relative;
  min-height: 100%;
  text-align: left; }

#container {
  margin: 0 auto;
  clear: both;
  position: relative; }

section,
.section {
  clear: both;
  text-align: left;
  margin: 0; }

section p,
section ul,
.section p,
.section ul {
  text-align: left; }

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
/*--------------------------------------
1　COLUMN用
--------------------------------------*/
.content {
  /* 背景100％時のコンテンツ区切り */
  width: 100%;
  overflow: hidden;
  text-align: left; }

.content section,
.content .section {
  margin: 0 auto; }

@media screen and (max-width: 1079px) {
  /* スマホ */
  .content section,
  .content .section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .content section,
  .content .section {
    width: 1080px;
    padding-left: 0;
    padding-right: 0; } }
/* End MQ */
.page_mv {
  width: 100%;
  height: 150px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .page_mv {
      height: 200px; } }
  .page_mv img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.page__title {
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 2; }
  @media screen and (min-width: 769px) {
    .page__title {
      font-size: 4rem; } }

/* ------------------------------------------------
ぱんくずリスト
------------------------------------------------ */
.breadcrumbs {
  margin: 20px auto 20px;
  width: calc(100% - 30px); }

.breadcrumbs p {
  margin: 0;
  font-size: 1.3rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .breadcrumbs p {
      font-size: 1.2rem; } }

/* ------------------------------------------------
Hタグ
------------------------------------------------ */
.title {
  position: relative;
  padding: 0 0 12px 0;
  margin-bottom: 25px;
  box-sizing: border-box;
  border-bottom: solid 1px #008A98; }
  @media screen and (min-width: 769px) {
    .title {
      margin-bottom: 40px; } }
  .title h2 {
    border-left: 3px solid #008A98;
    font-weight: 500;
    font-size: 2rem;
    padding-left: 15px;
    box-sizing: border-box; }
    @media screen and (min-width: 769px) {
      .title h2 {
        font-size: 2.6rem; } }

.titletype01 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700; }
  @media screen and (min-width: 1080px) {
    .titletype01 {
      font-size: 2.5rem; } }

.title_line01 {
  background: #008A98;
  height: 3px;
  width: 300px;
  margin: 10px auto 40px; }

.titletype03 {
  color: #008A98;
  background: #cbfaff;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 15px 10px;
  text-align: left;
  border-top: solid 1px #008A98;
  border-bottom: solid 3px #008A98;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .titletype03 {
      font-size: 2rem;
      padding: 20px 25px; } }
  .titletype03 a {
    color: #008A98; }

.titletype04 {
  padding: 10px;
  margin-bottom: 20px;
  background: #008A98; }
  .titletype04 span {
    box-sizing: border-box;
    padding-left: 10px;
    border-left: solid 3px #fff;
    color: #fff; }

/* ------------------------------------------------
Contants
------------------------------------------------ */
.default_list ul, .default_list ol {
  margin-left: 20px; }
  .default_list ul li:last-child, .default_list ol li:last-child {
    margin-bottom: 0; }
.default_list ul li {
  list-style-type: disc; }
.default_list ol li {
  list-style-type: decimal; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn a {
    background: #5E17EB;
    padding: 12px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 1.4rem; }
    @media screen and (min-width: 769px) {
      .btn a {
        padding: 15px 50px;
        font-size: 1.5rem; } }
    .btn a::after {
      background: url("../images/common/icon_arrow-right.svg") no-repeat;
      background-size: contain;
      width: 6px;
      height: 10px;
      position: absolute;
      right: 15px;
      top: 0;
      bottom: 0;
      margin: auto;
      content: "";
      transition: all .2s; }

.button_type01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 60px; }
  @media screen and (min-width: 768px) {
    .button_type01 {
      margin: 10px auto 80px; } }
  .button_type01 a {
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 0 10px;
    text-decoration: none;
    transition: .2s;
    background: #008A98;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 500;
    width: 100%;
    max-width: 380px; }
    @media screen and (max-width: 767px) {
      .button_type01 a {
        height: 60px; } }
    @media screen and (min-width: 768px) {
      .button_type01 a {
        height: 70px; } }
    .button_type01 a::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      background: url("../images/common/arrow_right.svg") no-repeat;
      width: 8px;
      height: 12px;
      background-size: contain; }
    .button_type01 a:hover {
      transition: .2s;
      opacity: .85; }

/* ------------------------------------------------
width 100% 画像幅100%
sectionに枠, 画像幅100%
------------------------------------------------ */
.single-body,
.entry_single-body {
  width: 100%;
  overflow: hidden; }

.single-body img,
.entry_single-body img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto;
  margin: 0 0 5px 0; }

/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */
.half {
  width: 100%;
  overflow: hidden; }

.half .element_01,
.half .element_02 {
  overflow: hidden; }

.half .element_01 img,
.half .element_02 img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .half .element_01,
  .half .element_02 {
    width: 100%; }

  .half .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) {
  .half .element_01,
  .half .element_02 {
    width: 48%; } }
/* End MQ */
@media screen and (min-width: 768px) {
  .half .element_01 {
    float: left; }

  .half .element_02 {
    float: right; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */
.third {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third .element_01,
.third .element_02 {
  overflow: hidden; }

.third .element_01 img,
.third .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .third .element_01,
  .third .element_02 {
    width: 100%; }

  .third .element_01 {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .third .element_01,
  .third .element_02 {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .third .element_01,
  .third .element_02 {
    width: 226px; }

  .third .element_01 {
    float: left;
    margin-right: 16px; }

  .third .element_02 {
    float: right;
    margin-right: 0; } }
/* End MQ */
/* リストによる横並び */
.list_pc3_smp1 li img,
.list_pc3_smp2 li img {
  width: 100%;
  height: auto; }

.list_pc3_smp1 ul,
.list_pc3_smp2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 !important; }

.list_pc3_smp1 li,
.list_pc3_smp2 li {
  list-style-type: none !important; }

@media screen and (max-width: 768px) {
  .list_pc3_smp1 li {
    width: 100%; }

  .list_pc3_smp2 li {
    width: 48%; } }
/* End MQ */
@media screen and (min-width: 768px) {
  .list_pc3_smp1 li,
  .list_pc3_smp2 li {
    width: 32%; }
    .list_pc3_smp1 li h3,
    .list_pc3_smp2 li h3 {
      font-size: 1.4rem; } }
/* End MQ */
/* ------------------------------------------------
width 100%, イメージ×3 横並べ liquid
------------------------------------------------ */
.third-liquid {
  width: 100%;
  overflow: hidden;
  margin: 0 auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  overflow: hidden; }

.third-liquid .element_01 img,
.third-liquid .element_02 img {
  margin: 0 0 0 0;
  width: 100%;
  height: auto; }

.third-liquid .element_01,
.third-liquid .element_02 {
  width: 30%; }

.third-liquid .element_01 {
  float: left;
  margin: 0 5% 0 0; }

.third-liquid .element_02 {
  float: right; }

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */
.list_pc4_smp2, .list_pc4_smp2 ul, .list_pc4_smp2 li {
  overflow: hidden; }

.list_pc4_smp2 li {
  float: left; }

.list_pc4_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_pc4_smp2 li {
    width: 48%;
    margin-bottom: 15px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_pc4_smp2 li {
    width: 167px;
    margin-right: 24px;
    margin-bottom: 24px; }

  .list_pc4_smp2 li:nth-child(2n) {
    float: right;
    margin-right: 0; }

  .list_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */
.left_imgfix,
.left_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.left_imgfix img {
  width: 130px;
  float: left;
  margin: 0 10px 10px 0; }

.left_imgfix-02 .element_01 {
  width: 230px; }

.left_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .left_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .left_imgfix-02 .element_01 {
    width: 230px;
    float: left; }

  .left_imgfix-02 .element_02 {
    float: right; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .left_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .left_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
左コンテンツ 右イメージ×1
------------------------------------------------ */
.right_imgfix,
.right_imgfix-02 {
  width: 100%;
  overflow: hidden; }

.right_imgfix img {
  width: 130px;
  float: right;
  margin: 0 0 10px 10px; }

.right_imgfix-02 .element_01 {
  width: 230px; }

.right_imgfix-02 .element_01 img {
  width: 100%; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .right_imgfix-02 .element_01 {
    width: 230px;
    margin: 0 auto 10px auto; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .right_imgfix-02 .element_01 {
    width: 230px;
    float: right; }

  .right_imgfix-02 .element_02 {
    float: left; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .right_imgfix-02 .element_02 {
    width: calc(100% - 250px); } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .right_imgfix-02 .element_02 {
    width: 460px; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 4分割
------------------------------------------------ */
.list_w_pc4_smp2,
.list_w_pc4_smp2 ul,
.list_w_pc4_smp2 li {
  overflow: hidden; }

.list_w_pc4_smp2 li {
  float: left; }

.list_w_pc4_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc4_smp2 li {
    width: 48%; }

  .list_w_pc4_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc4_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc4_smp2 li {
    width: 255px;
    margin-right: 20px; }

  .list_w_pc4_smp2 li:nth-child(4n) {
    float: right;
    margin-right: 0; }

  .list_w_pc4_smp2 li:nth-child(4n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト 3分割
------------------------------------------------ */
.list_w_pc3_smp1, .list_w_pc3_smp1 ul, .list_w_pc3_smp1 li,
.list_w_pc3_smp2, .list_w_pc3_smp2 ul, .list_w_pc3_smp2 li,
.list_w_pc3_smp2, .list_w_pc3_smp3 ul, .list_w_pc3_smp3 li {
  overflow: hidden; }

.list_w_pc3_smp1 li img,
.list_w_pc3_smp2 li img,
.list_w_pc3_smp3 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  .list_w_pc3_smp1 li {
    width: 100%;
    margin-bottom: 15px; }

  .list_w_pc3_smp1 li:last-child {
    margin-bottom: 0; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp2 li {
    width: 48%;
    float: left;
    margin-bottom: 16px; }

  .list_w_pc3_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc3_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc3_smp3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp3 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .list_w_pc3_smp1 ul,
  .list_w_pc3_smp2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li {
    width: 32%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .list_w_pc3_smp1 li,
  .list_w_pc3_smp2 li,
  .list_w_pc3_smp3 li {
    float: left;
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px; }

  .list_w_pc3_smp1 li:nth-child(3n),
  .list_w_pc3_smp2 li:nth-child(3n),
  .list_w_pc3_smp3 li:nth-child(3n) {
    float: right;
    margin-right: 0; }

  .list_w_pc3_smp1 li:nth-child(3n+1),
  .list_w_pc3_smp2 li:nth-child(3n+1),
  .list_w_pc3_smp3 li:nth-child(3n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half, list_w02
------------------------------------------------ */
.single-double, .double-single,
.w-half, .list_w_pc2_smp1, .list_w_pc2_smp2 {
  width: 100%;
  overflow: hidden;
  clear: both; }

.single-double .area_01, .single-double .area_02,
.double-single .area_01, .double-single .area_02,
.w-half .area_01, .w-half .area_02,
.list_w_pc2_smp1 li,
.list_w_pc2_smp2 li {
  overflow: hidden; }

.single-double .area_01 img,
.double-single .area_01 img,
.w-half .area_01 img,
.w-half .area_02 img,
.list_w_pc2_smp1 li img,
.list_w_pc2_smp2 li img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 767px) {
  /* スマホ */
  .single-double .area_01,
  .double-single .area_01,
  .w-half .area_01,
  .list_w_pc2_smp1 li {
    margin-bottom: 15px; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .list_w_pc2_smp2 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; }

  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) {
  /* Tablet, PC */
  .single-double .area_01,
  .double-single .area_02 {
    float: left; }

  .single-double .area_02,
  .double-single .area_01 {
    float: right; }

  .w-half .area_01 {
    float: left; }

  .w-half .area_02 {
    float: right; }

  .list_w_pc1_smp1 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  /* Tablet */
  .single-double .area_01,
  .double-single .area_02 {
    width: 29%; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 70%; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc1_smp1 li {
    float: left;
    margin-bottom: 15px;
    width: 48%; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .single-double .area_01,
  .double-single .area_02 {
    width: 340px; }

  .single-double .area_02,
  .double-single .area_01 {
    width: 710px; }

  .w-half .area_01,
  .w-half .area_02 {
    width: 48%; }

  .list_w_pc2_smp1 li,
  .list_w_pc2_smp2 li {
    width: 48%;
    float: left; }

  .list_w_pc2_smp1 li:nth-child(2n),
  .list_w_pc2_smp2 li:nth-child(2n) {
    float: right; }

  .list_w_pc2_smp1 li:nth-child(2n+1),
  .list_w_pc2_smp2 li:nth-child(2n+1) {
    clear: both; } }
/* End MQ */
/* ------------------------------------------------
挨拶文などの署名
------------------------------------------------ */
#signiture {
  text-align: right; }

/* ------------------------------------------------
予約カレンダー用
------------------------------------------------ */
#timetable table {
  width: 100%;
  border: solid 1px #39F;
  border-collapse: collapse;
  margin: 0 0 15px 0; }

#timetable table th,
#timetable table td {
  border: solid 1px #39F;
  border-collapse: collapse;
  text-align: center; }

#timetable table th {
  background: #E2F3FC;
  color: #39F; }

/* ------------------------------------------------
YouTube
------------------------------------------------ */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------
MAP
------------------------------------------------ */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* --ページのトップへ戻る--------------------- */
#pageTop {
  text-decoration: none;
  background: #5E17EB;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  bottom: 0; }
  #pageTop img {
    width: 20px;
    height: 20px; }

#pageTop:hover {
  background: #333;
  transition: background-color 0.25s; }

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
.table_01 {
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 40px; }

.table_01 .tbody {
  display: block; }

.noborder {
  border: none !important; }

.table_01 dl {
  display: block;
  box-sizing: border-box; }

.table_01 dl dt {
  padding: 10px 5px;
  background: #f3f3f3; }

.table_01 dl dd {
  padding: 10px 5px; }
  .table_01 dl dd p {
    line-height: 2; }

.table_01 dl dt,
.table_01 dl dd {
  display: block;
  margin: 0; }

.table_02 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  vertical-align: middle; }

/* X方向にthが多いタイプのtable */
.table_02 th,
.table_02 td {
  border: 1px solid #aaa;
  padding: 15px; }

.table_02 th {
  background: #ffe4e1;
  font-weight: normal; }

.table_02 label {
  line-height: 34px;
  margin: 0; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .table_02 thead {
    display: none; }

  .table_02 tr,
  .table_02 td {
    display: block;
    width: auto; }

  .table_02 tr {
    margin-bottom: 30px; }

  .table_02 td {
    border: none;
    border-bottom: 1px solid #ffe4e1;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: space-between;
    text-align: left; }

  .table_02 td::before {
    content: attr(aria-label);
    display: inline-block;
    float: left;
    text-align: left;
    background: #ffe4e1;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 4px;
    font-size: .875rem; } }
/* End MQ */
/* ------------------------------------------------
WP-Pagenavi
------------------------------------------------ */
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 0.5em; }

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */
.nme input {
  width: 100% !important; }

.eml input {
  width: 100% !important; }

.zip input {
  width: 100% !important; }

.add input {
  width: 100% !important; }

select.wpcf7-select {
  width: 100% !important; }

.form_mes {
  display: block;
  font-size: 1.3rem; }

.wpcf7-form textarea {
  width: 100% !important;
  margin: 0 !important;
  font-size: 1rem !important; }

/*本文*/
.table_01 input,
.table_01 select,
.table_01 textarea {
  padding: 10px;
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
  width: 100%; }

.sent .table_01 {
  display: none; }

.hisu {
  background: #E63B17;
  color: #fff;
  font-size: 1rem;
  padding: 1px 4px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 5px; }

.cf7_pp {
  color: #008A98;
  text-decoration: underline !important; }
  .cf7_pp:hover {
    text-decoration: none !important; }

.wpcf7-form-control.wpcf7-submit {
  font-family: 'Noto Sans JP', sans-serif;
  width: 300px !important;
  margin: 0 auto !important;
  padding: 15px;
  border: none !important;
  background: #1691DE !important;
  font-size: 1.8rem;
  color: #fff !important;
  transition: all .2s; }

@media screen and (min-width: 768px) {
  .table_01 .tbody {
    margin-bottom: 40px;
    display: block; }

  .table_01 dl dt,
  .table_01 dl dd {
    padding: 16px 12px;
    vertical-align: middle; }

  .table_01 dl {
    display: flex;
    line-height: 1.6;
    overflow: hidden;
    width: 100%;
    font-size: 1.4rem;
    box-sizing: border-box; }

  .table_01 dl dt {
    border-bottom: none;
    width: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #fff; }

  .table_01 dl dd {
    border-bottom: none;
    width: 80%;
    line-height: 3;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0; }

  .table_01 dl:last-of-type dt {
    border-bottom: solid 0 #fff; }

  .b_top {
    border-top: solid 1px #e0e0e0; }

  /* ------------------------------------------------
  Contact Form7
  ------------------------------------------------ */
  .nme input {
    width: 40% !important; }

  .eml input {
    width: 50% !important; }

  .phone input {
    width: 40%; }

  .zip input {
    width: 40% !important; }

  .add input {
    width: 60% !important; }

  .select.wpcf7-select {
    width: 40% !important; }

  .pc_space {
    display: inline-block;
    width: 30px;
    height: 10px; } }
/* ------------------------------------------------
Clear Fix
------------------------------------------------ */
.clear {
  clear: both; }

/* ------------------------------------------------
カラー、サイズ、ライン など　微調整用
------------------------------------------------ */
/*カラー*/
.black {
  color: #000 !important; }

.red, .error {
  color: #C03 !important; }

.bold {
  font-weight: bold; }

/* -----------------------------------------------------------------------------------------------------------------------
背景色
----------------------------------------------------------------------------------------------------------------------- */
.bg_gray {
  background-color: #CFCFCF !important; }

.bg_blue {
  background-color: #ADE4FF !important; }

/* -----------------------------------------------------------------------------------------------------------------------
文字サイズ
----------------------------------------------------------------------------------------------------------------------- */
.fsize10 {
  font-size: 0.625rem !important; }

.fsize11 {
  font-size: 0.6875rem !important; }

.fsize12 {
  font-size: 0.75rem !important; }

.fsize13 {
  font-size: 0.8125rem !important; }

.fsize14 {
  font-size: 0.875rem !important; }

.fsize15 {
  font-size: 0.9375rem !important; }

.fsize16 {
  font-size: 1rem !important; }

.fsize17 {
  font-size: 1.0625rem !important; }

.fsize18 {
  font-size: 1.125rem !important; }

.fsize19 {
  font-size: 1.1875rem !important; }

.fsize20 {
  font-size: 1.25rem !important; }

.fsize21 {
  font-size: 1.3125rem !important; }

.fsize22 {
  font-size: 1.375rem !important; }

.fsize23 {
  font-size: 1.4375rem !important; }

.fsize24 {
  font-size: 1.5rem !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_fsize10 {
    font-size: 10px !important; }

  .pc_fsize11 {
    font-size: 11px !important; }

  .pc_fsize12 {
    font-size: 12px !important; }

  .pc_fsize13 {
    font-size: 13px !important; }

  .pc_fsize14 {
    font-size: 14px !important; }

  .pc_fsize15 {
    font-size: 15px !important; }

  .pc_fsize16 {
    font-size: 16px !important; }

  .pc_fsize17 {
    font-size: 17px !important; }

  .pc_fsize18 {
    font-size: 18px !important; }

  .pc_fsize19 {
    font-size: 19px !important; }

  .pc_fsize20 {
    font-size: 20px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_fsize10 {
    font-size: 10px !important; }

  .sp_fsize11 {
    font-size: 11px !important; }

  .sp_fsize12 {
    font-size: 12px !important; }

  .sp_fsize13 {
    font-size: 13px !important; }

  .sp_fsize14 {
    font-size: 14px !important; }

  .sp_fsize15 {
    font-size: 15px !important; }

  .sp_fsize16 {
    font-size: 16px !important; }

  .sp_fsize17 {
    font-size: 17px !important; }

  .sp_fsize18 {
    font-size: 18px !important; }

  .sp_fsize19 {
    font-size: 19px !important; }

  .sp_fsize20 {
    font-size: 20px !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
幅
----------------------------------------------------------------------------------------------------------------------- */
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_w10 {
    width: 10% !important; }

  .pc_w20 {
    width: 20% !important; }

  .pc_w30 {
    width: 30% !important; }

  .pc_w40 {
    width: 40% !important; }

  .pc_w50 {
    width: 50% !important; }

  .pc_w60 {
    width: 60% !important; }

  .pc_w70 {
    width: 70% !important; }

  .pc_w80 {
    width: 80% !important; }

  .pc_w90 {
    width: 90% !important; }

  .pc_w100 {
    width: 100% !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_w10 {
    width: 10% !important; }

  .sp_w20 {
    width: 20% !important; }

  .sp_w30 {
    width: 30% !important; }

  .sp_w40 {
    width: 40% !important; }

  .sp_w50 {
    width: 50% !important; }

  .sp_w60 {
    width: 60% !important; }

  .sp_w70 {
    width: 70% !important; }

  .sp_w80 {
    width: 80% !important; }

  .sp_w90 {
    width: 90% !important; }

  .sp_w100 {
    width: 100% !important; } }
/* -----------------------------------------------------------------------------------------------------------------------
文字配置
----------------------------------------------------------------------------------------------------------------------- */
.textc {
  text-align: center !important; }

.textr {
  text-align: right !important; }

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

.textj {
  text-align: justify !important; }

/*▼▼▼　ＰＣ＆タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .pc_textc {
    text-align: center !important; }

  .pc_textr {
    text-align: right !important; }

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

  .pc_textj {
    text-align: justify !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_textc {
    text-align: center !important; }

  .sp_textr {
    text-align: right !important; }

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

  .sp_textj {
    text-align: justify; } }
/* -----------------------------------------------------------------------------------------------------------------------
余白微調整
----------------------------------------------------------------------------------------------------------------------- */
.mr20 {
  margin-right: 20px; }

.mr30 {
  margin-right: 30px; }

.no_margin {
  margin: 0 !important; }

.mra {
  margin-right: auto !important; }

.mla {
  margin-left: auto !important; }

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

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.pdlr0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pa10_all {
  padding: 10px !important; }

.no_pa {
  padding: 0px !important; }

/*▼▼▼　タブ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 768px) {
  .tb_mr20 {
    margin-right: 20px !important; }

  .tb_mt0 {
    margin-top: 0px !important; }

  .tb_mt5 {
    margin-top: 5px !important; }

  .tb_mt10 {
    margin-top: 10px !important; }

  .tb_mt15 {
    margin-top: 15px !important; }

  .tb_mt20 {
    margin-top: 20px !important; }

  .tb_mt30 {
    margin-top: 30px !important; }

  .tb_mt40 {
    margin-top: 40px !important; }

  .tb_mt50 {
    margin-top: 50px !important; }

  .tb_mt60 {
    margin-top: 60px !important; }

  .tb_mt70 {
    margin-top: 70px !important; }

  .tb_mt80 {
    margin-top: 80px !important; }

  .tb_mt90 {
    margin-top: 90px !important; }

  .tb_mt100 {
    margin-top: 100px !important; }

  .tb_mb0 {
    margin-bottom: 0px !important; }

  .tb_mb5 {
    margin-bottom: 5px !important; }

  .tb_mb10 {
    margin-bottom: 10px !important; }

  .tb_mb15 {
    margin-bottom: 15px !important; }

  .tb_mb20 {
    margin-bottom: 20px !important; }

  .tb_mb30 {
    margin-bottom: 30px !important; }

  .tb_mb40 {
    margin-bottom: 40px !important; }

  .tb_mb50 {
    margin-bottom: 50px !important; }

  .tb_mb60 {
    margin-bottom: 60px !important; }

  .tb_mb70 {
    margin-bottom: 70px !important; }

  .tb_mb80 {
    margin-bottom: 80px !important; }

  .tb_mb90 {
    margin-bottom: 90px !important; }

  .tb_mb100 {
    margin-bottom: 100px !important; } }
/*▼▼▼　ＰＣ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (min-width: 1080px) {
  .pc_mr20 {
    margin-right: 20px !important; }

  .pc_mt0 {
    margin-top: 0px !important; }

  .pc_mt5 {
    margin-top: 5px !important; }

  .pc_mt10 {
    margin-top: 10px !important; }

  .pc_mt15 {
    margin-top: 15px !important; }

  .pc_mt20 {
    margin-top: 20px !important; }

  .pc_mt30 {
    margin-top: 30px !important; }

  .pc_mt40 {
    margin-top: 40px !important; }

  .pc_mt50 {
    margin-top: 50px !important; }

  .pc_mt60 {
    margin-top: 60px !important; }

  .pc_mt70 {
    margin-top: 70px !important; }

  .pc_mt80 {
    margin-top: 80px !important; }

  .pc_mt90 {
    margin-top: 90px !important; }

  .pc_mt100 {
    margin-top: 100px !important; }

  .pc_mb0 {
    margin-bottom: 0px !important; }

  .pc_mb5 {
    margin-bottom: 5px !important; }

  .pc_mb10 {
    margin-bottom: 10px !important; }

  .pc_mb15 {
    margin-bottom: 15px !important; }

  .pc_mb20 {
    margin-bottom: 20px !important; }

  .pc_mb30 {
    margin-bottom: 30px !important; }

  .pc_mb40 {
    margin-bottom: 40px !important; }

  .pc_mb50 {
    margin-bottom: 50px !important; }

  .pc_mb60 {
    margin-bottom: 60px !important; }

  .pc_mb70 {
    margin-bottom: 70px !important; }

  .pc_mb80 {
    margin-bottom: 80px !important; }

  .pc_mb90 {
    margin-bottom: 90px !important; }

  .pc_mb100 {
    margin-bottom: 100px !important; }

  .pc_mb120 {
    margin-bottom: 120px !important; } }
/*▼▼▼　スマホ　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width: 767px) {
  .sp_mt0 {
    margin-top: 0px !important; }

  .sp_mt5 {
    margin-top: 5px !important; }

  .sp_mt10 {
    margin-top: 10px !important; }

  .sp_mt15 {
    margin-top: 15px !important; }

  .sp_mt20 {
    margin-top: 20px !important; }

  .sp_mt30 {
    margin-top: 30px !important; }

  .sp_mt40 {
    margin-top: 40px !important; }

  .sp_mt50 {
    margin-top: 50px !important; }

  .sp_mt60 {
    margin-top: 60px !important; }

  .sp_mt70 {
    margin-top: 70px !important; }

  .sp_mt80 {
    margin-top: 80px !important; }

  .sp_mt90 {
    margin-top: 90px !important; }

  .sp_mt100 {
    margin-top: 100px !important; }

  .sp_mb0 {
    margin-bottom: 0px !important; }

  .sp_mb5 {
    margin-bottom: 5px !important; }

  .sp_mb10 {
    margin-bottom: 10px !important; }

  .sp_mb15 {
    margin-bottom: 15px !important; }

  .sp_mb20 {
    margin-bottom: 20px !important; }

  .sp_mb30 {
    margin-bottom: 30px !important; }

  .sp_mb40 {
    margin-bottom: 40px !important; }

  .sp_mb50 {
    margin-bottom: 50px !important; }

  .sp_mb60 {
    margin-bottom: 60px !important; }

  .sp_mb70 {
    margin-bottom: 70px !important; }

  .sp_mb80 {
    margin-bottom: 80px !important; }

  .sp_mb90 {
    margin-bottom: 90px !important; }

  .sp_mb100 {
    margin-bottom: 100px !important; } }
/*◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆

【　６　】　部分的に特別なデザインやレイアウトが必要な場合

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆*/
/* -----------------------------------------------------------------------------------------------------------------------
FLEX　個別設定
----------------------------------------------------------------------------------------------------------------------- */
.flex {
  display: flex; }

.justify-between {
  justify-content: space-between !important; }

.justify-around {
  justify-content: space-around !important; }

.justify-center {
  justify-content: center !important; }

.justify-start {
  justify-content: flex-start !important; }

.justify-end {
  justify-content: flex-end !important; }

.align-center {
  align-items: center !important; }

.align-start {
  align-items: flex-start !important; }

.align-end {
  align-items: flex-end !important; }

.flex1 {
  flex: 1; }

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

  .sp_align-end {
    align-items: flex-end !important; }

  .sp_column-reverse {
    flex-flow: column-reverse !important; }

  .sp_column {
    flex-flow: column !important; }

  .sp_row {
    flex-flow: row !important; }

  .sp_row-reverse {
    flex-flow: row-reverse !important; }

  .sp_justify-center {
    justify-content: center !important; } }
.sp_justify-end {
  justify-content: flex-end !important; }

@media screen and (min-width: 768px) {
  .pc_flex {
    display: flex; }

  .pc_column-reverse {
    flex-flow: column-reverse !important; }

  .pc_column {
    flex-flow: column !important; }

  .pc_row {
    flex-flow: row !important; }

  .pc_row-reverse {
    flex-flow: row-reverse !important; }

  .pc_justify-between {
    justify-content: space-between !important; }

  .pc_justify-around {
    justify-content: space-around !important; }

  .pc_justify-center {
    justify-content: center !important; }

  .pc_justify-start {
    justify-content: flex-start !important; }

  .pc_justify-end {
    justify-content: flex-end !important; }

  .pc_align-center {
    align-items: center !important; }

  .pc_align-start {
    align-items: flex-start !important; }

  .pc_align-end {
    align-items: flex-end !important; } }
.table_type01 table {
  width: 100%;
  border: solid 1px #e0e0e0;
  border-collapse: collapse; }

.table_type01 th,
.table_type01 td {
  border: solid 1px #e0e0e0;
  border-collapse: collapse;
  padding: 10px 15px; }

.table_type01 th {
  background: #F5F5F5;
  font-weight: 500;
  width: 30%; }

.hisu {
  box-sizing: border-box;
  color: #fff;
  border-radius: 4px;
  font-size: 1rem;
  padding: 4px 10px;
  background: #DC000C;
  display: inline-block;
  margin-right: 10px; }

.nini {
  box-sizing: border-box;
  color: #fff;
  background: #337ab7;
  border-radius: 4px;
  font-size: 1rem;
  padding: 4px 10px;
  display: inline-block;
  margin-right: 10px; }

.contact_button {
  padding: 10px 50px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 100%; }
  .contact_button:hover {
    opacity: .7; }

div.wpcf7 .ajax-loader {
  display: none !important; }

.wpcf7-mail-sent-ok {
  display: none !important; }

.tab {
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    .tab {
      margin-bottom: 50px; } }

.tab-list {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr; }
  @media screen and (min-width: 769px) {
    .tab-list {
      width: calc(100% - 30px);
      grid-template-columns: repeat(4, 1fr); } }

.tab-list-item a {
  border: solid 1px #008A98;
  padding: 8px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .tab-list-item a {
      padding: 10px;
      font-size: 1.6rem;
      border-right: none; } }
  .tab-list-item a figure {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-left: 10px; }
  .tab-list-item a:hover {
    background: #CCE8EA; }
@media screen and (max-width: 767px) {
  .tab-list-item:first-of-type a {
    border-right: none;
    border-bottom: none; } }

.tab-list-search a {
  border: solid 1px #008A98;
  background: #008A98;
  color: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .tab-list-search a {
      padding: 10px;
      font-size: 1.6rem; } }
  .tab-list-search a figure {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-left: 10px; }

/************************ 
資料ダウンロード
********************** */
.dl_lineup li {
  background: #E7E7E7;
  padding: 15px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .dl_lineup li .dl_content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .dl_lineup li .dl_content .dl_caption {
        width: 48%; }
      .dl_lineup li .dl_content .dl_file {
        width: 48%; } }
  @media screen and (max-width: 767px) and (min-width: 560px) {
    .dl_lineup li .dl_content {
      justify-content: space-between;
      display: flex;
      align-items: flex-start; }
      .dl_lineup li .dl_content .dl_caption {
        width: 48%; }
      .dl_lineup li .dl_content .dl_file {
        width: 48%; } }
  @media screen and (max-width: 559px) {
    .dl_lineup li .dl_content {
      flex-direction: column; }
      .dl_lineup li .dl_content .dl_caption {
        margin-bottom: 20px; } }
  .dl_lineup li img {
    width: 100%;
    height: auto; }

.download_layout .area_01 img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 1079px) {
  .download_layout .area_01 {
    margin-bottom: 40px; } }
@media screen and (min-width: 1080px) {
  .download_layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .download_layout .area_01 {
      width: 40%; }
    .download_layout .area_02 {
      width: 55%;
      min-height: 200px;
      /* ← 追加：送信後に縮んでも幅を維持 */ }
      .download_layout .area_02 dt, .download_layout .area_02 dd {
        padding: 8px; }
      .download_layout .area_02 dt {
        width: 35%; }
        .download_layout .area_02 dt hisu {
          padding: 4px; }
      .download_layout .area_02 dd input {
        padding: 5px; } }

/************************ 
改善事例
********************** */
.lists_ico {
  overflow: hidden; }

.lists_ico a {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  color: #FFF;
  font-size: 0.8em;
  line-height: 30px;
  height: 30px; }

.ico_equipment {
  background: #008A98; }

.ico_function {
  background: #5E17EB; }

.ico_assignment {
  background: #047A45; }

/************************ 
施工サービス
********************** */
.company_img {
  width: calc(100% - 30px);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px; }
  .company_img img {
    width: 100%;
    height: auto; }

/* WP jQuery Lightbox */
#imageData #imageDetails #controls {
  display: none; }

/* header.scss */
.header {
  background: #fff;
  width: 100%;
  display: none;
  position: relative;
  z-index: 100; }
  @media screen and (min-width: 1080px) {
    .header {
      display: block; } }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 40px);
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 10px 0; }
  .header .header__logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column; }
    .header .header__logo a {
      display: flex;
      justify-content: center;
      align-items: center; }
    .header .header__logo p {
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.4rem; }
    .header .header__logo .header__logo-title {
      font-weight: 700;
      font-size: 3.4rem;
      line-height: 3.8rem;
      letter-spacing: 0.05em;
      margin-bottom: 6px; }
  .header .header__contact {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .header .header__contact a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 500;
      font-size: 1.3rem;
      line-height: 1.3rem;
      background: #5E17EB;
      padding: 1.5rem 1.8rem;
      box-sizing: border-box; }
      .header .header__contact a img {
        margin-right: .6rem; }
  .header .header__contact-text {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-right: 12px; }

@media screen and (max-width: 1079px) {
  /* スマホ, Tablet */
  .menu-text {
    position: absolute;
    top: 25px;
    right: 9px;
    color: #008A98;
    font-size: 1.1rem; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* PC */
  .menu-text {
    display: none; } }
/* End MQ */
@media screen and (max-width: 1079px) {
  /* スマホ */
  .gnav__title {
    position: absolute;
    top: 6px;
    left: 6px; }

  .gnav__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap; }
  .gnav__logo p {
    font-weight: 400;
    font-size: 1.1rem; } }
/* End MQ */
@media screen and (min-width: 1080px) {
  /* Tablet, PC */
  .gnav__title {
    display: none; } }
/* End MQ */
/* gnav.scss */
@media screen and (min-width: 1080px) {
  /* PC */
  .gnav_pc {
    height: 50px;
    background: #008A98;
    width: 100%; }
    .gnav_pc ul {
      display: grid;
      grid-template-columns: 50px repeat(7, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      height: 50px;
      width: calc(100% - 30px);
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto; }
      .gnav_pc ul li:first-of-type {
        width: 50px; }
        .gnav_pc ul li:first-of-type a {
          border-left: solid 1px rgba(255, 255, 255, 0.5); }
          .gnav_pc ul li:first-of-type a small {
            display: block;
            line-height: 1;
            font-size: 1rem; }
      .gnav_pc ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-right: solid 1px rgba(255, 255, 255, 0.5);
        height: 50px;
        box-sizing: border-box;
        font-size: 1.4rem;
        color: #fff; }

  #gnav_mm {
    display: none !important; } }
/* End MQ */
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
@media screen and (max-width: 1079px) {
  .gnav_pc {
    display: none; }

  a.meanmenu-reveal {
    display: none; }

  /* 一番上のバー */
  .mean-container .mean-bar {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    height: 60px;
    border-bottom: solid 1px #008A98;
    background: #fff;
    width: 100%; }

  .mean-container a.meanmenu-reveal {
    width: 30px;
    height: 30px;
    padding: 6px 10px 14px 10px;
    position: absolute;
    top: 5px;
    right: 5px !important;
    cursor: pointer;
    color: #008A98;
    text-decoration: none;
    line-height: 22px;
    display: block;
    z-index: 1000; } }
@media screen and (max-width: 1079px) and (max-width: 1079px) {
  #service_post a.meanmenu-reveal {
    display: none !important; } }
@media screen and (max-width: 1079px) {
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #008A98;
    height: 1px;
    margin-top: 6px; }

  .mean-container a.meanmenu-reveal span:first-of-type {
    margin-top: 3px; }

  /*開いた中のバー*/
  .mean-container .mean-nav {
    width: 100%; }

  .mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    height: calc(100% - 60px);
    top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    list-style-type: none;
    background: #008A98;
    position: fixed;
    overflow-y: auto; }

  .mean-container .mean-nav ul li {
    position: relative;
    width: 100%; }

  .mean-container .mean-nav ul li a {
    display: block;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4rem; }

  .mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible; }

  .mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0; }

  .mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%; }

  .mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%; }

  .mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%; }

  .mean-container .mean-nav ul li a:hover {
    background: #00b8cb; }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 29px;
    padding: 7px 12px 16px 12px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: #00b8cb;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }

  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #00b8cb; }

  .mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both; }

  .mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0; }

  /* Fix for box sizing on Foundation Framework etc. */
  .mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; } }
.mean-remove {
  display: none !important; }

.footer__top {
  background: url("../images/common/footer_bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 15px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.footer__top-text {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px; }
  @media screen and (min-width: 769px) {
    .footer__top-text {
      font-size: 1.6rem; } }

.footer__top-link {
  background: #5E17EB;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  max-width: 420px; }
  @media screen and (min-width: 769px) {
    .footer__top-link {
      border-radius: 8px;
      width: 480px;
      height: 120px; } }
  .footer__top-link figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; }
    .footer__top-link figure img {
      width: 20px;
      height: auto; }
      @media screen and (min-width: 769px) {
        .footer__top-link figure img {
          width: 25px; } }
  .footer__top-link p {
    font-weight: 500;
    font-size: 1.8rem;
    color: #FFFFFF; }
    @media screen and (min-width: 769px) {
      .footer__top-link p {
        font-size: 2.4rem; } }

.footer {
  background: #008A98;
  color: #fff; }

.footer__inner {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .footer__inner {
      padding: 30px 0 50px;
      align-items: flex-start;
      flex-direction: row; } }

.footer__logo a {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px; }
  @media screen and (min-width: 769px) {
    .footer__logo a {
      font-size: 2.4rem;
      margin-bottom: 10px; } }
.footer__logo p {
  font-size: 1.3rem; }

.footer__nav {
  display: none; }
  @media screen and (min-width: 769px) {
    .footer__nav {
      display: block; } }
  .footer__nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 5px; }

.footer__nav-item a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  position: relative; }
  .footer__nav-item a::before {
    width: 12px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    transition: all .2s; }

.footer__bottom {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #fff;
  padding: 15px 0;
  color: #fff;
  font-size: 1.1rem;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    .footer__bottom {
      flex-direction: row;
      font-size: 1.2rem; } }
  .footer__bottom ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      .footer__bottom ul {
        justify-content: flex-start; } }
    .footer__bottom ul li {
      margin: 0 20px 10px; }
      @media screen and (min-width: 769px) {
        .footer__bottom ul li {
          margin: 0 40px 0 0; } }
      .footer__bottom ul li a {
        display: block;
        color: #fff;
        font-size: 1.2rem; }
        .footer__bottom ul li a::before {
          content: "― "; }

/* CSS for WordPress Theme template */
/*--------------------------------------
2　COLUMN用
--------------------------------------*/
#contents {
  clear: both;
  text-align: left;
  min-height: 600px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 1079px) {
  #contents {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    flex-flow: column; }

  #mainContents_02 {
    width: calc(100% - 30px); }

  #columnLeft {
    display: none; } }
@media screen and (min-width: 1080px) {
  #contents {
    width: 1080px; }

  #mainContents_02 {
    width: 770px;
    float: right; }

  #columnLeft {
    width: 288px;
    float: left; } }
/* End MQ */
/* ------------------------------------------------
サイドバー
------------------------------------------------ */
@media screen and (min-width: 1080px) {
  .work_side_menu {
    /*position: absolute;*/
    /*top: 500px;*/
    background: #FFF;
    border: solid 2px #008A98;
    width: 268px; }

  .work_side_menu h2 {
    color: #FFF;
    background: #008A98;
    padding: 10px 20px; }

  .work_side_menu li {
    padding: 10px 20px;
    border-bottom: dotted 1px #008A98; }
    .work_side_menu li:last-of-type {
      border-bottom: none; } }
.entry,
.entry-body {
  overflow: hidden;
  padding: 10px; }

@media screen and (max-width: 767px) {
  .entry img {
    max-width: 100%;
    height: auto;
    clear: both; } }
/* End MQ */
.entry h2 {
  color: #008A98;
  background: #cbfaff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 10px;
  margin-bottom: 20px;
  text-align: left;
  border-top: solid 1px #008A98;
  border-bottom: solid 3px #008A98;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .entry h2 {
      padding: 20px 25px; } }
.entry h3 {
  font-size: 1.7rem;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  background: #008A98; }
.entry h4 {
  color: #008A98;
  padding-bottom: 3px;
  border-bottom: solid 2px #008A98;
  margin-bottom: 15px; }
.entry h5 {
  color: #008A98;
  padding-bottom: 3px;
  border-bottom: dotted 1px #008A98;
  margin-bottom: 15px; }

/* --投稿記事内のリスト----------------------- */
.entry p {
  margin-bottom: 10px; }

.entry ul, ol {
  margin-left: 20px; }

.entry li {
  margin-bottom: 10px; }

.entry ul ul, .entry ul ol, .entry ol ul, .entry ol ol {
  margin-top: 10px; }

.entry ul li {
  list-style-type: disc; }

.entry ol li {
  list-style-type: decimal; }

.tcd-pb-widget {
  margin-bottom: 20px; }
  .tcd-pb-widget table {
    margin: 10px 0; }

/*--------------------------------------
For Gutenberg Column layout
--------------------------------------*/
@media screen and (max-width: 600px) {
  .wp-block-column {
    margin-right: 0; } }
@media screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-column {
    margin-right: 15px; }

  .entry .wp-block-column {
    margin-right: 0px; }

  .has-3-columns .wp-block-column:nth-child(2n),
  .has-5-columns .wp-block-column:nth-child(2n),
  .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 15px; }

  .has-4-columns .wp-block-column:nth-child(2n),
  .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 0; }

  .entry .has-4-columns .wp-block-column:nth-child(2n),
  .entry .has-6-columns .wp-block-column:nth-child(2n) {
    margin-right: 15px;
    margin-left: 15px; }

  .has-3-columns .wp-block-column:nth-child(3n),
  .has-4-columns .wp-block-column:nth-child(4n),
  .has-5-columns .wp-block-column:nth-child(5n),
  .has-6-columns .wp-block-column:nth-child(6n) {
    margin-right: 0; } }
@media screen and (min-width: 782px) {
  .has-4-columns .wp-block-column:not(:first-child) {
    margin-left: 32px; } }
/************************ 
改善事例
********************** */
.icon_list a {
  color: #FFF; }

.lists_ico {
  overflow: hidden; }

.lists_ico a {
  display: block;
  float: left;
  padding: 0 10px;
  margin: 0 5px 10px 0;
  color: #FFF;
  font-size: 0.8em;
  line-height: 30px;
  height: 30px; }

.half_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .half_block li {
    width: 48%;
    margin-bottom: 30px; }
    @media screen and (min-width: 1080px) {
      .half_block li {
        width: 360px; } }
    .half_block li img {
      width: 100%;
      height: auto; }

.tel_block {
  margin-bottom: 5px; }
  .tel_block a {
    display: flex;
    justify-content: center;
    align-items: center; }

.tel_block a figure img {
  width: 32px !important;
  height: auto;
  object-fit: cover;
  margin-right: 10px;
  margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .tel_block a figure img {
      width: 46px !important; } }

.tel_block a p {
  font-size: 2rem;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  color: #DC000C;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .tel_block a p {
      font-size: 3rem; } }

@media screen and (max-width: 767px) {
  .w-half .area_01 img {
    margin-bottom: 30px; } }
/* =========================
   result filter navigation
========================= */
.bg04 {
  background: #f0f0f0;
  padding: 20px 0;
  width: 100%; }

.cat_nav_block {
  width: 100%; }

.nav-work {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 10px; }

/* -------------------------
   共通高さ
------------------------- */
.nav-work li,
.nav-work a,
.nav-work select,
.nav_search form {
  height: 46px; }

/* -------------------------
   link
------------------------- */
.nav-work a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.3rem;
  background: #fff;
  border-bottom: solid 3px #cdcdcd;
  transition: .2s; }

.nav-work a:hover {
  border-bottom: 0; }

.nav-work a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: url("../images/common/circle_arrow.svg") no-repeat center/contain; }

.nav-faq a::after {
  background: url(../images/common/mark01.svg) no-repeat center/contain; }

/* -------------------------
   select
------------------------- */
.nav-work select {
  width: 100%;
  padding: 0 10px;
  font-size: 1.3rem;
  background: #fff;
  border: none;
  border-bottom: solid 3px #cdcdcd;
  font-family: "Hiragino Kaku Gothic Pro W3","Noto Sans JP","MS P Gothic",sans-serif; }

/* -------------------------
   search
------------------------- */
.nav_search form {
  display: flex;
  width: 100%; }

.nav_search input[type="search"] {
  flex: 1;
  border: none;
  padding: 10px;
  background: #fff; }

.nav_search input[type="submit"] {
  width: 80px;
  background: #666;
  color: #fff;
  border: none;
  font-size: 1.3rem; }

#searchform {
  width: 100%;
  max-width: 800px;
  background: #DDD;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }
  #searchform input {
    border: none;
    padding: 10px;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 !important; }
  #searchform input[type="submit"] {
    background: #666;
    box-sizing: border-box;
    color: #fff;
    padding: 5px;
    font-size: .875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 40px;
    border-radius: 0 !important; }

#searchform > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

/* =========================
   responsive
========================= */
@media (max-width: 767px) {
  .nav-work {
    grid-template-columns: 1fr; } }
/************************ 
よくある質問
********************** */
.qa_block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #e0e0e0; }

.qa_block:last-child {
  margin-bottom: 0;
  border: none; }

.mc #searchform {
  margin-left: auto;
  margin-right: auto; }

.question_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold; }
  .question_block h3 {
    font-weight: bold; }

.answer_block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px; }

.icon_q {
  background: #008A98;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  flex: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 0 20px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700; }

.icon_a {
  padding: 0 20px;
  background: #65f1ff;
  color: #FFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  flex: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700; }

.continued {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .continued a {
    font-size: 1.2rem;
    border: solid 1px #008A98;
    background: #fff;
    color: #008A98;
    padding: 1px 20px;
    display: inline-block;
    transition: .25s; }
    .continued a:before {
      background: url(../images/common/mark03.svg) no-repeat;
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      content: "";
      margin-right: 6px;
      width: 12px;
      height: 10px; }
    .continued a:hover {
      background: #008A98;
      color: #fff;
      transition: .25s; }
    .continued a:hover:before {
      background: url(../images/common/mark02.svg) no-repeat;
      background-size: contain;
      display: inline-block;
      vertical-align: middle;
      content: "";
      margin-right: 6px;
      width: 12px;
      height: 10px; }

.mc15 {
  margin: 15px auto !important; }

.other_qa {
  background: #f0f0f0;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 60px; }

.continued {
  font-size: 1.875rem;
  padding: 4px 10px; }
  .continued span {
    display: inline-block;
    padding-left: 10px;
    border-left: solid 3px #5E17EB; }

.post-type-archive-faq #sec1,
.post-type-archive-faq #sec2,
.post-type-archive-faq #sec3 {
  position: relative;
  display: block; }

@media all and (-ms-high-contrast: none) {
  .question_block {
    display: block;
    clear: both;
    margin-top: 20px;
    color: #000;
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: bold; }
    .question_block h3 {
      font-weight: bold;
      display: inline-block;
      line-height: 50px; }

  .answer_block {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-size: .9375rem; }

  .icon_q {
    background: #008A98;
    float: left;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    padding: 0 20px; }

  .icon_a {
    padding: 0 20px;
    float: left;
    background: #5E17EB;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    flex: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px; } }
@media screen and (max-width: 1079px) {
  .post-type-archive-faq #sec1,
  .post-type-archive-faq #sec2,
  .post-type-archive-faq #sec3 {
    top: -80px; } }
@media screen and (min-width: 1080px) {
  .cat_nav_block {
    width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row; }

  .cat_nav {
    margin-bottom: 0;
    width: auto; }
    .cat_nav li {
      width: 220px;
      margin-right: 5px; }
      .cat_nav li a {
        height: 46px; }
        .cat_nav li a:after {
          margin-left: 20px; }

  #searchform {
    width: 405px;
    height: 80px;
    padding: 20px; }
    #searchform input {
      border: none;
      padding: 10px;
      height: 40px;
      width: 100%;
      box-sizing: border-box;
      background: #fff; }
    #searchform input[type="submit"] {
      background: #666;
      box-sizing: border-box;
      color: #fff;
      padding: 5px;
      font-size: .875rem;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 40px; }

  .post-type-archive-faq #sec1 {
    top: -150px; }

  .post-type-archive-faq #sec2,
  .post-type-archive-faq #sec3 {
    top: -100px; } }
/* ------------------------------------
技術コラム
------------------------------------ */
.top_column_list {
  border: solid 3px #E0E0E0;
  padding: 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 560px) {
    .top_column_list {
      padding: 25px; } }
  .top_column_list .column_in {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #008A98; }
    @media screen and (min-width: 560px) {
      .top_column_list .column_in {
        justify-content: space-between;
        align-items: flex-start;
        flex-flow: row; } }
    .top_column_list .column_in img {
      width: 200px;
      height: auto;
      margin-bottom: 15px; }
      @media screen and (min-width: 560px) {
        .top_column_list .column_in img {
          margin-right: 20px; } }
      @media screen and (min-width: 768px) {
        .top_column_list .column_in img {
          margin-bottom: 0; } }
    .top_column_list .column_in .column_text {
      flex: 1;
      width: 100%; }
      .top_column_list .column_in .column_text h2 {
        margin-bottom: 5px;
        padding-bottom: 4px;
        border-bottom: solid 1px #ddd; }
        .top_column_list .column_in .column_text h2 a {
          text-decoration: none;
          font-weight: 700;
          border-left: solid 4px #008A98;
          padding-left: 10px;
          display: block; }
      .top_column_list .column_in .column_text h2 + p {
        margin-bottom: 20px; }
      .top_column_list .column_in .column_text .date {
        border: solid 1px #000;
        font-size: 1.3rem;
        width: 100px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        white-space: nowrap;
        margin-bottom: 10px; }

.column_img {
  text-align: center;
  margin-bottom: 20px; }
  .column_img img {
    width: 100%;
    height: auto; }

.post_link a {
  display: inline-block;
  border: solid 1px #ccc;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  padding: 0 10px; }
  .post_link a:hover {
    opacity: .7;
    border: solid 1px #313979;
    background: #313979;
    color: #fff; }

.fa-external-link-alt {
  display: inline-block;
  margin-left: 15px;
  color: #aaa; }

#singleContent .contents {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    #singleContent .contents {
      flex-direction: row;
      margin: 0 auto; } }
  @media screen and (min-width: 1080px) {
    #singleContent .contents {
      width: 980px; } }
  #singleContent .contents section {
    width: 100%;
    margin-bottom: 60px; }
    @media screen and (min-width: 768px) {
      #singleContent .contents section {
        width: 70%;
        min-height: 400px;
        margin-right: 20px; } }
    @media screen and (min-width: 1080px) {
      #singleContent .contents section {
        margin-right: 40px; } }

.datetext {
  font-size: 1.2rem;
  padding: 12px 0;
  margin-bottom: 30px;
  color: #666;
  border-top: dashed 1px #f0f0f0;
  border-bottom: dashed 1px #f0f0f0; }

.thumbnail_img {
  margin-bottom: 15px; }

.news_date {
  background: #5E17EB;
  font-size: 1.2rem;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-right: 20px;
  position: relative;
  top: -3px; }

@media screen and (min-width: 768px) {
  .news_date {
    display: inline-flex;
    margin-bottom: 0; } }
/* ------------------------------------
施工サービス
------------------------------------ */
/* 施工サービス TOP */
.service_cnt {
  width: calc(100% - 30px);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px; }
  @media screen and (min-width: 769px) {
    .service_cnt {
      margin-bottom: 80px; } }

.service__text {
  margin-bottom: 40px; }

.service__table {
  border-top: solid 1px #cdcdcd;
  margin-bottom: 30px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .service__table {
      margin-bottom: 40px; } }
  .service__table caption {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px; }
  .service__table tr {
    border-left: solid 1px #cdcdcd; }
  .service__table th {
    background: #dcdcdc;
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: center;
    border-left: solid 1px #cdcdcd;
    border-bottom: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd; }
    .service__table th:first-of-type {
      width: 35%; }
      @media screen and (min-width: 769px) {
        .service__table th:first-of-type {
          width: 25%; } }
  .service__table td {
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: solid 1px #cdcdcd;
    border-right: solid 1px #cdcdcd;
    vertical-align: top; }

.service__list {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media screen and (min-width: 960px) {
    .service__list {
      width: 100%;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 50px;
      grid-row-gap: 50px; } }

.service__list-item img {
  width: 100%;
  height: auto; }

.service__list-text {
  text-align: left;
  margin-top: 10px;
  font-size: 1.6rem; }

.service__list-title {
  background: #008A98;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 8px;
  letter-spacing: 0;
  margin-bottom: 10px; }
  @media screen and (min-width: 1080px) {
    .service__list-title {
      font-size: 1.3rem;
      padding: 8px 6px; } }

/* 施工サービス 投稿 */
section .content,
.section .content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin: 0 auto; }

@media screen and (min-width: 1080px) {
  section .content,
  .section .content {
    width: 1080px;
    padding-left: 0;
    padding-right: 0; } }
.con_keyvisual {
  margin: 0 auto 0;
  width: 100%;
  margin: 0 auto 40px; }
  .con_keyvisual img {
    width: 100%;
    height: auto; }
  .con_keyvisual h1 {
    width: calc(100% - 30px);
    background: #008A98;
    padding: 20px 15px;
    color: #FFF;
    font-weight: 700;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .con_keyvisual h1 {
        font-size: 3rem;
        text-align: center; } }

@media screen and (min-width: 1080px) {
  .con_keyvisual {
    width: 1080px; } }
h1.no_keyimage {
  padding: 40px 15px;
  font-weight: 700;
  font-size: 2rem; }
  @media screen and (min-width: 768px) {
    h1.no_keyimage {
      font-size: 3rem; } }

.free_content {
  margin: 0 auto; }
  @media screen and (max-width: 1079px) {
    .free_content {
      padding: 0 15px; } }
  @media screen and (min-width: 1080px) {
    .free_content {
      width: 1080px; } }

.bg_lp {
  background: #f3f3f3;
  padding: 40px 0; }

.pd0 {
  padding: 0 0 40px !important; }

.titletype_lp {
  font-size: 2rem;
  background: #008A98;
  padding: 20px;
  width: calc(100% - 40px);
  color: #fff;
  position: relative;
  margin-bottom: 40px;
  font-weight: 700; }

.titletype_lp:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #008A98 transparent transparent transparent;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto; }

@media screen and (min-width: 1080px) {
  .titletype_lp {
    font-size: 3rem; }

  .bg_lp {
    background: #f3f3f3;
    padding: 100px 0 40px 0; }

  .w1080 {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .fixmt {
    margin-top: 88px; } }
/* =====================
   タブ全体
===================== */
.service-filter {
  display: flex;
  border-bottom: 2px solid #008A98;
  margin-bottom: 30px;
  flex-wrap: wrap; }

/* =====================
   ボタン
===================== */
.filter-btn {
  appearance: none;
  border: 1px solid #008A98;
  border-bottom: none;
  background: #fff;
  color: #008A98;
  padding: 10px 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  cursor: pointer;
  font-size: 14px; }

/* active */
.filter-btn.active {
  background: #008A98;
  color: #fff; }

/* hover */
.filter-btn:hover {
  background: #008A98;
  color: #fff; }

/* =====================
   スマホ
===================== */
@media (max-width: 768px) {
  .service-filter {
    overflow-x: auto;
    flex-wrap: nowrap; }

  .filter-btn {
    white-space: nowrap;
    flex: 0 0 auto; } }
.three_block {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  .three_block li {
    width: 100%;
    position: relative;
    overflow: visible;
    margin-bottom: 20px; }
    .three_block li a {
      transition: .25s; }
      .three_block li a:hover {
        opacity: .8; }
    .three_block li img {
      width: 100%;
      height: auto; }

@media screen and (min-width: 768px) {
  .three_block {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; }
    .three_block li {
      width: 31%;
      margin: 0;
      margin-right: 3.3333%;
      margin-bottom: 30px; }
      .three_block li:nth-of-type(3n) {
        margin-right: 0; }
      .three_block li p {
        text-align: center; }
      .three_block li img {
        width: 100%;
        height: auto;
        margin-bottom: 10px; } }
    @media screen and (min-width: 768px) and (min-width: 1080px) {
      .three_block li {
        width: 340px;
        margin-right: 30px; }
        .three_block li img {
          width: 100%;
          height: 180px;
          object-fit: cover; } }

@media screen and (min-width: 1080px) {
  .three_block {
    width: 1080px; } }
.titletype_lp02 {
  font-size: 2rem;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  font-weight: 700; }

.lp_line {
  display: inline-block;
  padding-left: 15px;
  border-left: solid 5px #008A98; }

.rep_content li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  background: #fff;
  background-size: cover;
  margin-bottom: 30px;
  padding: 0;
  flex-flow: column-reverse; }
  .rep_content li img {
    width: 100%;
    height: auto; }
  .rep_content li div {
    width: 100%;
    padding: 10px 25px 25px;
    box-sizing: border-box; }
  @media all and (-ms-high-contrast: none) and (max-width: 767px) {
    .rep_content li .rep_content li {
      display: block; } }

@media screen and (min-width: 768px) {
  .rep_content li {
    align-items: flex-start;
    padding: 0;
    margin-bottom: 40px;
    flex-flow: row; }
    .rep_content li img {
      width: 35%;
      height: auto; }
    .rep_content li div {
      width: 65%;
      padding: 30px; }

  .titletype_lp02 {
    font-size: 2rem; } }
.point_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 4px 20px 4px 4px;
  box-sizing: border-box;
  border-radius: 100px; }
  .point_wrap h2, .point_wrap h3, .point_wrap h4 {
    width: calc(100% - 100px);
    font-size: 2rem;
    font-weight: 500;
    min-height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 1.4;
    flex: 1; }
    @media screen and (min-width: 768px) {
      .point_wrap h2, .point_wrap h3, .point_wrap h4 {
        font-size: 1.6rem;
        line-height: 1.5;
        min-height: 100px; } }

.point {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  color: #fff;
  background: #008A98;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  line-height: 1; }
  .point strong {
    font-size: 3rem; }
  @media screen and (min-width: 768px) {
    .point {
      font-size: 1.6rem;
      width: 100px;
      height: 100px;
      border-radius: 100px; }
      .point strong {
        font-size: 2.5rem; } }

.bg_lp02 {
  background: url("../images/lp/back01.webp");
  background-size: cover;
  padding: 0 0 60px; }

.box_lp {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 10px !important;
  box-sizing: border-box; }
  .box_lp .point_wrap {
    background: #fff; }
  @media screen and (min-width: 768px) {
    .box_lp {
      padding: 30px !important; } }

.flow_box.box_lp .point_wrap + p {
  padding: 0 10px;
  box-sizing: border-box; }
  @media screen and (min-width: 1080px) {
    .flow_box.box_lp .point_wrap + p {
      padding: 0 20px 0 120px; } }

.single_flow {
  margin-bottom: 60px; }
  .single_flow p {
    margin-left: 60px; }

/* Tab Mebu */
/* =========================
   全体
========================= */
.tab-wrap {
  margin: 0 auto; }

@media screen and (max-width: 1079px) {
  .service_menu {
    width: calc(100% - 30px); } }
@media screen and (min-width: 1080px) {
  .service_menu {
    max-width: 1080px; } }

.results_menu {
  max-width: 770px; }

/* =========================
   ラジオボタン非表示
========================= */
.tab-switch {
  display: none; }

/* =========================
   上部：タブ + 検索
========================= */
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px; }

/* =========================
   タブメニュー
========================= */
.tab_menu {
  display: flex;
  border: 1px solid #008A98;
  width: fit-content;
  /* 追加 */ }

.tab-label {
  flex: none;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  user-select: none;
  color: #008A98;
  background: #fff;
  white-space: nowrap; }

/* 区切り線 */
.tab-label:not(:last-child) {
  border-right: 1px solid #008A98; }

/* hover */
.tab-label:hover {
  background: #B1ECF1; }

/* 現在地（チェック状態） */
#tab1:checked ~ .top-bar label[for="tab1"],
#tab2:checked ~ .top-bar label[for="tab2"],
#tab3:checked ~ .top-bar label[for="tab3"],
#tab4:checked ~ .top-bar label[for="tab4"] {
  background: #008A98;
  color: #fff; }

/* 現在地（アクティブ）のスタイル */
.tab-label.is-active {
  background: #008A98;
  color: #fff; }

/* =========================
   検索窓
========================= */
.tab-search {
  display: flex;
  align-items: center;
  gap: 6px; }

.tab-search input {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #666;
  border-radius: 3px 0 0 3px;
  font-size: 13px;
  outline: none; }

.tab-search button {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #666;
  border-radius: 0 3px 3px 0;
  background: #eee;
  font-size: 13px;
  cursor: pointer; }

/* =========================
   コンテンツ
========================= */
.tab-content {
  display: none; }

/* tab1 */
#tab1:checked ~ .tab-contents #tab1-content {
  display: block; }

/* tab2 */
#tab2:checked ~ .tab-contents #tab2-content {
  display: block; }

/* tab3 */
#tab3:checked ~ .tab-contents #tab3-content {
  display: block; }

/* tab4 */
#tab4:checked ~ .tab-contents #tab4-content {
  display: block; }

/* =========================
   タームメニュー
========================= */
.child_nav ul {
  display: inline-flex;
  border: 1px solid #008A98;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow-x: auto; }
@media (max-width: 1079px) {
  .child_nav {
    width: calc(100% - 30px); } }
@media (max-width: 960px) {
  .child_nav {
    text-align: center; } }

.child_nav_service {
  max-width: 1080px;
  margin: 0 auto; }

/* 各ターム */
.child_nav ul li {
  flex: none; }

/* リンクをタブ化 */
.child_nav ul li a {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  text-decoration: none;
  color: #008A98;
  background: #fff;
  border-right: 1px solid #008A98;
  white-space: nowrap; }

/* 最後だけ線なし */
.child_nav ul li:last-child a {
  border-right: none; }

/* hover */
.child_nav ul li a:hover {
  background: #B1ECF1; }

/* 現在地（タームアーカイブ用） */
.child_nav ul li.current a,
.child_nav ul li.current-cat a,
.child_nav ul li.current-menu-item a {
  background: #008A98;
  color: #fff; }

@media (max-width: 960px) {
  /* =========================
     上部全体
  ========================= */
  .top-bar {
    flex-direction: column;
    align-items: center;
    gap: 10px; }

  /* =========================
     タブメニュー（縦積み＋枠ズレ修正）
  ========================= */
  .tab_menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    border: none;
    /* ← 親の枠を消す（重要） */ }

  .tab-label {
    width: 100%;
    text-align: center;
    /* ▼ 枠を全部ここで持つ */
    border: 1px solid #008A98;
    border-bottom: none;
    border-right: 1px solid #008A98; }

  .tab-label:last-child {
    border-bottom: 1px solid #008A98; }

  /* =========================
     検索（中央寄せ）
  ========================= */
  .tab-search {
    width: 100%;
    max-width: 320px;
    justify-content: center; }

  .tab-search input {
    flex: 1;
    min-width: 0; }

  /* =========================
     child_nav（中央寄せ＋安定化）
  ========================= */
  .child_nav {
    text-align: center; }

  .child_nav ul {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%; }

  .child_nav ul li a {
    font-size: 12px;
    padding: 8px 10px; } }
