﻿@charset "UTF-8";
._flex-tb {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 560px) {
  ._flex-tb {
    display: block;
  }
}

input.form-button-soushin {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  input.form-button-soushin:hover {
    opacity: 0.7;
  }
}

.mw_wp_form_preview input.form-button-soushin {
  background-image: url(../images/bo_soushin.webp);
}

.mw_wp_form_preview #c_table th, .mw_wp_form_preview #c_table td {
  height: 81px;
}

@media (max-width: 560px) {
  .mw_wp_form_preview #c_table th, .mw_wp_form_preview #c_table td {
    height: 57px;
  }
}
.return input {
  color: #fff !important;
  cursor: pointer;
  background-color: #012C15;
  border: none;
  transition: 0.3s;
  display: inline-block;
  margin-top: 24px;
  padding: 12px 40px;
  border-radius: 8px;
}
.return input:hover {
  opacity: 0.8;
}

.top-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 50px;
  margin-bottom: 32px;
}
.top-service-list._archive {
  justify-content: space-around;
}
.top-service-list._archive::after {
  content: "";
  width: 46%;
}
.top-service-list._archive .top-service-item {
  width: 46%;
}
.top-service-item {
  width: 32%;
  margin-bottom: 30px;
  border: 1px solid #012C15;
  display: flex;
  flex-direction: column;
  padding: 24px;
}
@media (max-width: 1024px) {
  .top-service-item {
    width: 46%;
    padding: 16px;
  }
}
@media (max-width: 560px) {
  .top-service-item {
    width: 100% !important;
  }
}
.top-service-item .more-btn {
  margin-top: auto !important;
}
.top-service-item-title {
  color: #012C15;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 14px;
}
.top-service-item .section-desc {
  margin-bottom: 16px;
}
.top-service-item-img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
  margin-bottom: 12px;
}
.top-news-list {
  width: 100%;
  margin-bottom: 40px;
}
.top-news-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  padding: 12px;
}
@media screen and (max-width: 960px) {
  .top-news-item {
    display: block;
  }
}
.top-news-item-link {
  display: block;
  transition: 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news-item-link:hover {
  opacity: 0.8;
}
.top-news-item-header {
  display: flex;
  align-items: center;
}
.top-news-item-header span {
  display: block;
  line-height: 1;
  color: #fff;
  background-color: red;
  padding: 6px 8px;
  font-size: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 560px) {
  .top-news-item-header span {
    font-size: 10px;
  }
}
.top-news-item-time {
  color: #333;
  margin-right: 12px;
}
@media screen and (max-width: 560px) {
  .top-news-item-time {
    font-size: 14px;
  }
}
.top-news-item-cat {
  background-color: #012C15;
  font-size: 13px;
  text-align: center;
  min-width: 80px;
  width: 80px;
  padding: 6px 0;
  color: #fff !important;
  line-height: 1;
  margin-right: 12px;
}
@media screen and (max-width: 560px) {
  .top-news-item-cat {
    font-size: 11px;
    width: 70px;
    min-width: 70px;
  }
}
.top-news-item-title {
  color: #333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 560px) {
  .top-news-item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}

.section-wrapper {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.section-desc {
  font-size: 1rem;
}

.more-btn {
  text-align: center;
  font-size: 14px;
  display: block;
  width: 200px;
  height: 46px;
  line-height: 44px;
  color: #666 !important;
  border: 1px solid #666;
  background-color: #fff;
  transition: 0.4s;
  position: relative;
}
.more-btn:hover {
  background-color: #012C15;
  color: #fff !important;
}
.more-btn:hover::after {
  background-image: url(../images/icon_carret_inverse.png);
}
.more-btn._centered {
  margin: 0 auto;
}
.more-btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_carret.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  transition: 0.3s;
  right: 12px;
  top: 14px;
}

@media (max-width: 1024px) {
  .top-service-item-title {
    font-size: 1.2rem;
    padding: 8px 8px 0 8px;
  }
  .top-service-list {
    justify-content: space-around;
  }
  .top-service-item {
    align-items: center;
  }
  .section-desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 560px) {
  .top-service-item {
    width: 90%;
    max-width: 320px;
  }
  .section-desc {
    font-size: 0.8rem;
  }
}
html {
  overflow-x: hidden;
}

/* ボディ設定*/
body {
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2em;
  color: #000000;
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: #fff;
  /*background-image:url(../images/bg.png);*/
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

li img, dt img, dd img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0px;
}

/* リンクの色 */
A {
  COLOR: #003b82;
  text-decoration: none;
}

A:link {
  COLOR: #003b82;
}

A:visited {
  COLOR: #003b82;
}

A:active {
  COLOR: #547cab;
}

A:hover {
  COLOR: #547cab;
}

/*Clearfix*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*全体の枠
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
}

img {
  width: 100%;
  height: auto;
  transition: 1s;
}

a:hover img {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

/*----------*/
/*グローバルナビ
---------------------------------------------------------------------------*/
.inner {
  width: 1000px;
  margin: 0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 8px 0 8px;
  line-height: 1;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}

#top-head a,
#top-head {
  color: #000;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  width: 290px;
}

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 14px;
  border-right: solid 1px #000;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 15px;
}

#global-nav li {
  border-left: solid 1px #000;
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 8px;
  height: 56px;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  color: #333;
  width: 290px;
}

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 15px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 999px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(1, 44, 21, 0.9);
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    border-bottom: solid 1px #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/*メイン画像
---------------------------------------------------------------------------*/
.parallax_box {
  clear: both;
}

.parallax_content {
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax_content_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 50vh;
}

.img_bg_01 {
  background-image: url(../images/main_01.jpg);
}

/* サブ */
.img_bg_02, ._hp {
  background-image: url(../images/hp_title_image.jpg);
}

.img_bg_03, ._company, ._production, ._thanks, ._yoyaku, ._thanks-chiropractic, ._yoyaku-hotel, ._thanks-hotel, ._yoyaku-shika, ._thanks-shika {
  background-image: url(../images/company_title_image.jpg);
}

.img_bg_04, ._recruit {
  background-image: url(../images/recruit_title_image.jpg);
}

.img_bg_05, ._privacy {
  background-image: url(../images/privacy_title_image.jpg);
}

.img_bg_06, ._contact, ._check {
  background-image: url(../images/from_title_image.jpg);
}

.main-image-box {
  margin: 0;
  width: 100%;
}

.main-image-kagi {
  width: 680px;
  margin: 55px auto 0;
}

.main-image-300 {
  width: 380px;
  margin: 180px auto 50px;
}

.main-image-nami {
  width: 100%;
  padding-top: 25px;
  margin: 0 auto -10px;
  background-image: url("../images/nami-bar-url.webp");
  background-repeat: repeat-x;
  background-position: center;
  height: 60px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .parallax_content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100%;
  }
  .parallax_content_sub {
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100%;
  }
  .main-image-kagi {
    width: 650px;
    margin: 55px auto 0;
  }
  .main-image-300 {
    width: 350px;
    margin: 150px auto 50px;
  }
}
@media screen and (max-width: 999px) {
  .img_bg_01 {
    background-image: url(../images/main_01_pad.jpg);
  }
  /* サブ */
  .img_bg_02, ._hp {
    background-image: url(../images/hp_title_image_pad.jpg);
  }
  .img_bg_03, ._company, ._production, ._thanks, ._yoyaku, ._thanks-chiropractic {
    background-image: url(../images/company_title_image_pad.jpg);
  }
  .img_bg_04, ._recruit {
    background-image: url(../images/recruit_title_image_pad.jpg);
  }
  .img_bg_05, ._privacy {
    background-image: url(../images/privacy_title_image_pad.jpg);
  }
  .img_bg_06, ._contact, ._check {
    background-image: url(../images/from_title_image_pad.jpg);
  }
  .main-image-kagi {
    width: 60%;
    margin: 55px auto 0;
  }
  .main-image-300 {
    width: 40%;
    margin: 180px auto 50px;
  }
  .main-image-nami {
    width: 100%;
    margin: 0 auto -10px;
    padding: 0px;
  }
}
@media screen and (max-width: 769px) {
  .main-image-kagi {
    width: 75%;
    margin: 50px auto 0;
  }
  .main-image-300 {
    width: 50%;
    margin: 140px auto 0;
  }
  .main-image-nami {
    width: 100%;
    margin: 60px auto -10px;
    padding: 0px;
  }
}
@media screen and (max-width: 560px) {
  .img_bg_01 {
    background-image: url(../images/main_01_sp.jpg);
  }
  /* サブ */
  .img_bg_02, ._hp {
    background-image: url(../images/hp_title_image_sp.jpg);
  }
  .img_bg_03, ._company, ._production, ._thanks, ._yoyaku, ._thanks-chiropractic {
    background-image: url(../images/company_title_image_sp.jpg);
  }
  .img_bg_04, ._recruit {
    background-image: url(../images/recruit_title_image_sp.jpg);
  }
  .img_bg_05, ._privacy {
    background-image: url(../images/privacy_title_image_sp.jpg);
  }
  .img_bg_06, ._contact, ._check {
    background-image: url(../images/from_title_image_sp.jpg);
  }
  .main-image-kagi {
    width: 90%;
    margin: 50px auto 0;
  }
  .main-image-300 {
    width: 60%;
    margin: 120px auto 0;
  }
  .main-image-nami {
    width: 100%;
    margin: 50px auto -10px;
    padding: 0px;
  }
}
/* サブタイトル */
.sub_title_box {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.6);
  width: 1000px;
  font-size: 50px;
  font-weight: bold;
  padding: 20px;
  margin: 150px auto 100px;
  text-align: center;
  color: #012C15;
  font-style: italic;
}

@media screen and (max-width: 999px) {
  .sub_title_box {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .sub_title_box {
    font-size: 40px;
  }
}
@media screen and (max-width: 560px) {
  .sub_title_box {
    font-size: 30px;
  }
}
/*全体
---------------------------------------------------------------------------*/
.sec_main {
  margin-bottom: 50px;
}

.sub_main {
  margin-bottom: 10px;
}

.sec_01 {
  margin-bottom: 50px;
  width: 100%;
}

h2 {
  font-size: 24px;
  color: #333;
  margin: 0 auto 21px;
  width: 100%;
  text-align: center;
}

/*色付き*/
.sec_02 {
  margin-bottom: 50px;
  padding: 30px 0;
  width: 100%;
  background-color: #CCD5D0;
}

/*一番下*/
.sec_03 {
  margin-bottom: 10px;
  width: 100%;
}

/*下空き大きい*/
.sec_04 {
  margin-bottom: 100px;
  width: 100%;
}

/*改行*/
@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
/*おかげさまで25周年
---------------------------------------------------------------------------*/
.sec_okagesama {
  width: 100%;
  text-align: center;
}

.okagesama_box {
  width: 600px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 769px) {
  .okagesama_box {
    width: 500px;
  }
}
@media screen and (max-width: 560px) {
  .okagesama_box {
    width: 80%;
  }
}
/*トップページ
---------------------------------------------------------------------------*/
/*NEWS*/
.top_news_box {
  width: 1000px;
  border: solid 1px #012C15;
  border-radius: 10px;
  padding: 30px 0;
  margin: auto;
}

.top_news_box ul {
  margin: auto;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 55px;
  row-gap: 14px;
  text-align: center;
}

.top_news_box li {
  width: 230px;
}

@media screen and (max-width: 999px) {
  .top_news_box {
    width: 98%;
    border: solid 1px #012C15;
    border-radius: 10px;
    padding: 30px 0;
    margin: auto;
  }
  .top_news_box ul {
    width: 726px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 14px;
    text-align: center;
  }
  .top_news_box li {
    width: 230px;
  }
}
@media screen and (max-width: 769px) {
  .top_news_box {
    width: 98%;
    border: solid 1px #012C15;
    border-radius: 10px;
    padding: 30px 0;
    margin: auto;
  }
  .top_news_box ul {
    margin: auto;
    width: 515px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 55px;
    row-gap: 14px;
    text-align: center;
  }
  .top_news_box li {
    width: 230px;
  }
}
@media screen and (max-width: 560px) {
  .top_news_box {
    width: 90%;
    border: solid 1px #012C15;
    border-radius: 10px;
    padding: 30px 0;
    margin: auto;
  }
  .top_news_box ul {
    margin: auto;
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 55px;
    row-gap: 14px;
    text-align: center;
  }
  .top_news_box li {
    width: 230px;
  }
}
/*ホームページ制作*/
.bun_p_w800 {
  width: 800px;
  margin: 0 auto 50px;
}

.bun_p_w800 p {
  margin-bottom: 1.8em;
}

.top_hp_box {
  width: 1000px;
  padding: 0;
  margin: 0 auto 50px;
}

.top_hp_box ul {
  margin: auto;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 14px;
  text-align: center;
}

.top_hp_box li {
  width: 230px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 5px;
}

@media screen and (max-width: 999px) {
  .bun_p_w800 {
    width: 80%;
    margin: 0 auto 50px;
  }
  .top_hp_box {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
  }
  .top_hp_box ul {
    margin: auto;
    width: 726px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 14px;
    text-align: center;
  }
  .top_hp_box li {
    width: 230px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 769px) {
  .bun_p_w800 {
    width: 90%;
    margin: 0 auto 50px;
  }
  .top_hp_box {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
  }
  .top_hp_box ul {
    margin: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 14px;
    text-align: center;
  }
  .top_hp_box li {
    width: 45%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 560px) {
  .bun_p_w800 {
    width: 90%;
    margin: 0 auto 50px;
  }
  .top_hp_box {
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
  }
  .top_hp_box ul {
    margin: auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 14px;
    text-align: center;
  }
  .top_hp_box li {
    width: 48%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 5px;
  }
}
/*段組み*/
.bo_ichidan_gumi {
  width: 230px;
  margin: auto;
}

/*画像タイトル*/
.top_gazou_title_01 {
  width: 340px;
  margin: 0 auto 20px;
}

.top_gazou_title_02 {
  width: 222px;
  margin: 0 auto 20px;
}

.top_gazou_title_03 {
  width: 346px;
  margin: 0 auto 20px;
}

.top_gazou_title_04 {
  width: 291px;
  margin: 0 auto 20px;
}

.top_gazou_title_05 {
  width: 112px;
  margin: 0 auto 20px;
}

/*カレンダー*/
.top_calendar_box {
  margin: 40px auto　50px;
}

@media screen and (max-width: 769px) {
  .top_calendar_box {
    padding: 0 5%;
    margin: 40px auto　50px;
  }
}
@media screen and (max-width: 560px) {
  .top_calendar_box {
    padding: 0 10%;
    margin: 40px auto　50px;
  }
}
/*採用*/
.top_saiyou_box {
  margin: 60px auto 30px;
  width: 600px;
}

@media screen and (max-width: 769px) {
  .top_saiyou_box {
    margin: 60px auto 30px;
    width: 70%;
  }
}
@media screen and (max-width: 560px) {
  .top_saiyou_box {
    margin: 60px auto 30px;
    width: 80%;
  }
}
/*関連リンク*/
.top_kanren_box {
  padding: 0;
  margin: 0 auto 0px;
}

.top_kanren_box ul {
  width: 500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 36px;
  row-gap: 14px;
  text-align: center;
}

.top_kanren_box li {
  width: 230px;
}

@media screen and (max-width: 560px) {
  .top_kanren_box ul {
    width: 230px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 36px;
    row-gap: 14px;
    text-align: center;
  }
  .top_kanren_box li {
    width: 100%;
  }
}
/*フッダー
---------------------------------------------------------------------------*/
.top_fooder_kaisha {
  text-align: center;
}

.top_fooder_link_box {
  width: 100%;
  margin: 25px auto 0px;
  background-image: url("../images/nami-bar.webp");
  background-repeat: repeat-x;
  background-position: center;
  height: 60px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}

.top_fooder_link_box ul {
  margin: auto;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #fff;
}

.top_fooder_link_box li {
  padding: 0px 20px;
  border-left: 1px solid #fff;
}

.top_fooder_link_box A {
  COLOR: #fff;
}

.top_fooder_link_box A:hover {
  COLOR: #ffb339;
}

.copy_center {
  text-align: center;
}

@media screen and (max-width: 769px) {
  .top_fooder_link_box {
    background-position: center top;
    background-color: #012c15;
    height: auto;
    padding-top: 0px;
  }
  .top_fooder_link_box ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .top_fooder_link_box li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .top_fooder_link_box a {
    display: block;
    text-decoration: none;
  }
}
/*ページトップ
---------------------------------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top img {
  width: 60px;
  height: auto;
}

#page-top a {
  text-decoration: none;
}

#page-top a:hover {
  text-decoration: none;
}

#page-top a:hover img {
  opacity: 0.5;
  filter: Alpha(opacity=80);
}

/* 下からふわ
---------------------------------------------------------------------------*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*スクロールアップ*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*パンくず
---------------------------------------------------------------------------*/
.pankuzu {
  width: 1000px;
  text-align: left;
  margin: 0px auto 50px;
}

@media screen and (max-width: 999px) {
  .pankuzu {
    width: 90%;
  }
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: normal; /*太字*/
  font-size: 0.9em;
}

.breadcrumb li:after { /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #003b82; /*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*ホームページ制作
---------------------------------------------------------------------------*/
.image_nidan_gumi_box {
  margin: 0 auto 40px;
  width: 1000px;
}

.image_nidan_gumi {
  width: 45%;
  height: auto;
  margin-right: 10%;
  float: left;
}

.image_nidan_gumi::after {
  margin-right: 0;
}

/*画像2段組み*/
.image_nidan_gumi_box {
  padding: 0;
  margin: 0 auto 40px;
  width: 1000px;
}

.image_nidan_gumi_box ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 30px;
  text-align: center;
}

.image_nidan_gumi_box li {
  width: 48%;
}

@media screen and (max-width: 999px) {
  .image_nidan_gumi_box {
    padding: 0;
    margin: 0 auto 40px;
    width: 90%;
  }
}
@media screen and (max-width: 560px) {
  .image_nidan_gumi_box li {
    width: 100%;
  }
}
/*会社案内
---------------------------------------------------------------------------*/
.c_table_box {
  width: 800px;
  margin: auto;
  border-top: 1px solid #B2B2B2;
}

#c_table th,
#c_table td {
  padding: 24px 0;
  border: none;
  border-bottom: 1px solid #B2B2B2;
}

#c_table th {
  width: 30%;
}

@media screen and (max-width: 800px) {
  .c_table_box {
    width: 90%;
    margin: auto;
  }
}
/* sp */
@media only screen and (max-width: 560px) {
  #c_table th,
  #c_table td {
    width: 100%;
    display: block;
  }
  #c_table th {
    width: 100%;
    border: none;
  }
  #c_table td {
    padding-top: 0;
  }
}
.google_map_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.google_map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zu_map_box {
  width: 772px;
  margin: auto;
}

@media screen and (max-width: 800px) {
  .zu_map_box {
    width: 90%;
    margin: auto;
  }
}
/*採用情報
---------------------------------------------------------------------------*/
.recruit_box p {
  margin-bottom: 30px;
}

/*フォーム
---------------------------------------------------------------------------*/
.hissu {
  width: 50px;
  float: left;
  padding-right: 10px;
}

.form_kinyuu_box {
  margin-bottom: 30px;
}

.form_center_box {
  margin: auto;
  text-align: center;
}

.form_kinyuu_box table {
  width: 100%;
}

.form_kinyuu_box td {
  display: block;
}

.form_kinyuu_box input, .form_kinyuu_box select {
  font-size: 16px;
  width: 95%;
  padding: 10px;
  background-color: #F2F2F2;
  border: none;
  margin: 0 10px;
}

.form_kinyuu_box textarea {
  font-size: 16px;
  width: 95%;
  padding: 10px;
  background-color: #F2F2F2;
  border: none;
  margin: 0 10px;
}

input.form-button-soushin {
  background-image: url("../images/bo_kakunin.png");
  background-repeat: no-repeat;
  border: none;
  width: 230px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
  background-size: contain;
}

/*プライバシーポリシー
---------------------------------------------------------------------------*/
.privacy_box h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #4D4D4D;
}

.privacy_box p {
  margin-bottom: 30px;
}

.ten_privacy_p {
  margin-bottom: 30px;
}

.ten_privacy_p p {
  margin-bottom: 5px;
  text-indent: -16px;
  padding-left: 16px;
}

/*NEWS
---------------------------------------------------------------------------*/
.news-list-box {
  width: 1000px;
  margin: auto;
}

.news-list {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.news-list .item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a {
  border-top: 1px solid #CCC;
}

.news-list .item .date {
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.news-list .item .title {
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title {
  color: #CCC;
}

@media screen and (max-width: 767px) {
  .news-list .item a {
    flex-wrap: wrap;
  }
  .news-list .item .date {
    min-width: 100px;
  }
  .news-list .item .title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .news-list-box {
    width: 750px;
  }
}
@media screen and (max-width: 769px) {
  .news-list-box {
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .news-list-box {
    width: 90%;
  }
}
/*制作例
---------------------------------------------------------------------------*/
.Production_all_box {
  margin: auto;
  width: 96%;
}

.Production_photo_box {
  width: 23%;
  margin: 0 1% 3%;
  float: left;
}

.Production_photo_hp {
  /*	width:			330px;
  	height:			200px;*/
  overflow: hidden;
  margin: 0;
  position: relative;
  border: 2px solid #ccc;
}

.Production_photo_hp .Production_photo_caption {
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.Production_photo_hp .Production_photo_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0); /* 大きさを０にして表示しない */
  transform: scale(0);
}

.Production_photo_hp:hover .Production_photo_mask {
  -webkit-transform: scale(1); /* 大きさを１にして表示する */
  transform: scale(1);
}

@media screen and (max-width: 999px) {
  .Production_photo_box {
    width: 23%;
    margin: 0 1% 3%;
  }
}
@media screen and (max-width: 769px) {
  .Production_photo_box {
    width: 31%;
    margin: 0 1% 5%;
  }
}
@media screen and (max-width: 560px) {
  .Production_photo_box {
    width: 98%;
    margin: 0 1% 10%;
  }
}
#HRD_calendar_contents {
  width: 700px;
  margin: auto;
  margin-bottom: 30px;
  font-size: 16px;
}

#HRD_calendar_contents table {
  border-bottom: solid 1px #012C15;
  width: 100%;
}

#HRD_calendar_contents th {
  padding: 5px 3px;
  background-color: #012C15;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

#HRD_calendar_contents td {
  padding: 10px 3px;
  text-align: center;
}

.HRD_calendar_yasumi {
  color: crimson;
}

.HRD_calendar_honjitsu {
  background-color: #F0FFB9;
}

.HRD_calendar_title {
  color: #012C15;
  font-size: 1.1em;
  font-weight: bold;
}

.HRD_calendar_tuki {
  font-size: 2.5em;
}

.HRD_calendar_dansuu {
  width: 47%;
  float: left;
  margin-right: 6%;
  margin-bottom: 30px;
}

#HRD_calendar_contents div:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  #HRD_calendar_contents {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  #HRD_calendar_contents {
    width: 100%;
    margin: auto;
  }
  .HRD_calendar_dansuu {
    width: 100%;
    float: none;
    margin-right: 0%;
  }
}
.single-wrapper {
  display: flex;
}
.single-content-wrapper {
  width: 70%;
  padding-right: 5%;
}
.single-content-wrapper p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .single-content-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 560px) {
  .single-content-wrapper p {
    font-size: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.single-content-wrapper p > a {
  color: #012C15 !important;
  text-decoration: underline !important;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .single-content-wrapper p > a:hover {
    opacity: 0.7;
  }
}
.single-content-wrapper strong, .single-content-wrapper b {
  font-weight: bold;
}
.single-date {
  display: block;
  margin-bottom: 14px;
}
.single-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.single-thumbnail {
  display: block;
  width: 80%;
  margin: 0 auto 40px;
  object-fit: contain;
}

.side-wrapper {
  width: 30%;
}
.side-wrapper h3 {
  display: none;
}
.side-title {
  padding: 4px 4px 6px 14px;
  border-left: 2px solid #012C15;
  border-bottom: 2px solid #012C15;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}
.side-archive-list {
  padding-left: 12px;
  margin-bottom: 40px;
}
.side-archive-list li:not(:last-of-type) {
  border-bottom: 1px dashed #012C15;
}
.side-archive-list li a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
  transition: opacity 0.3s;
  color: #333;
}
@media screen and (min-width: 769px) {
  .side-archive-list li a:hover {
    opacity: 0.7;
  }
}

.archive-wrapper {
  width: 70%;
  padding-right: 5%;
  margin-bottom: 80px;
}
.archive-news-item {
  margin-bottom: 48px;
  width: 100%;
  display: flex;
}
.archive-news-item > a {
  display: block;
  width: calc(100% - 280px);
}
.archive-news-item > a._no-thumbnail {
  width: 100%;
}
.archive-news-item a {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .archive-news-item a:hover {
    opacity: 0.7;
  }
}
.archive-news-img {
  display: block;
  width: 240px;
  height: 180px;
}
.archive-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-news-img-wrapper {
  width: 240px;
  height: 180px;
  position: relative;
  margin-right: 40px;
}
.archive-news-img-wrapper .new-tag {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.archive-news-desc {
  color: #333;
}
.archive-news-desc-wrapper {
  width: calc(100% - 260px);
}
.archive-news-desc-wrapper .section-desc {
  padding-right: 3rem;
}
.archive-news-desc-wrapper._no-thumbnail {
  width: 100%;
}
.archive-news-desc-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.archive-news-desc-link {
  display: block;
  transition: 0.3s;
}
.archive-news-desc-link:hover {
  opacity: 0.8;
}
.archive-news-desc-time {
  display: block;
  margin-right: 1rem;
  color: #333;
}
.archive-news-desc-title {
  text-decoration: underline;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0 !important;
  color: #012C15;
  font-size: 18px;
}
.archive-news-category {
  padding: 6px 10px;
  line-height: 1;
  color: #fff !important;
  font-size: 13px;
  white-space: nowrap;
  background-color: #012C15;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  line-height: 40px;
  padding: 0 !important;
  margin-right: 10px !important;
  transition: 0.3s;
  border: 1px solid #333;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: #012C15;
  color: #fff;
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #012C15;
  color: #fff !important;
}

.nextpostslink, .previouspostslink {
  color: #fff !important;
  position: relative;
}
.nextpostslink:hover, .previouspostslink:hover {
  color: #000 !important;
}
.nextpostslink::after, .previouspostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 5px;
}

.nextpostslink::after {
  background-image: url(../images/arrow_short_right.png);
}

.nextpostslink:hover::after {
  background-image: url(../images/arrow_short_right_inverse.png);
}

.previouspostslink::after {
  background-image: url(../images/arrow_short_left.png);
}

.previouspostslink:hover::after {
  background-image: url(../images/arrow_short_left_inverse.png);
}

.post-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 482px;
  margin: 30px auto 0;
}
.post-link {
  width: 144px;
  height: 36px;
}
.post-link-prev {
  padding-right: 1em;
}
.post-link-next {
  padding-left: 1em;
}
.post-link a {
  display: block;
  border: 1px solid #333;
  border-radius: 18px;
  text-align: center;
  line-height: 34px;
  transition: 0.3s;
  color: #333;
  font-size: 14px;
}
.post-link a:hover {
  background-color: #012C15;
  color: #fff;
}

.wp-block-table table tr th,
.wp-block-table table tr td,
.single-content-wrapper table tr th,
.single-content-wrapper table tr td {
  border: 1px solid #666;
  padding: 0.5em;
}

@media screen and (max-width: 960px) {
  .archive-news-img-wrapper {
    margin-right: 24px;
  }
  .archive-news-desc-wrapper .section-desc {
    padding-right: 1rem;
    font-size: 0.8rem;
  }
  .archive-news-desc-wrapper .section-desc._large {
    font-size: 0.9rem;
  }
  .archive-news-desc-time {
    font-size: 0.8rem;
  }
  .archive-wrapper {
    padding-right: 2%;
  }
  .side-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .side-archive-list li a {
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .top-service-item .more-btn {
    width: 180px;
  }
}
@media screen and (max-width: 560px) {
  .new-tag {
    width: 72px !important;
    height: 72px !important;
  }
  .archive-news-category {
    margin-right: 4px;
  }
  .single-content-wrapper, .archive-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .side-wrapper {
    width: 100%;
  }
  .side-title {
    width: 100%;
  }
  .single-content-wrapper p {
    padding: 0;
  }
  .single-title {
    font-size: 1.1rem;
  }
  .archive-news-item {
    display: block;
  }
  .archive-news-img-wrapper {
    margin: 0 auto 12px;
  }
  .archive-news-img, .archive-news-img-wrapper {
    width: 320px;
    height: 220px;
  }
  .archive-news-desc-wrapper {
    width: 320px;
    margin: 0 auto;
  }
  .archive-news-desc-wrapper .section-desc {
    padding-right: 0;
  }
  .single-wrapper {
    display: block;
  }
  .post-link a {
    font-size: 14px;
  }
  .single-content-wrapper p {
    font-size: 0.8rem;
  }
  .archive-news-category {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */
/*追加*/
/*pickupを入れる*/
.label-pickup {
  background-color: #ccd5d0!important;
  color: #012c15!important;
  font-size: 0.8em;
  padding: 3px 6px;;
  margin-right: 5px;
}
.top-service-item {
  position: relative; /* NEWを画像の上に置くため */
  display: inline-block;
}
.pt02-information-new-box {
  position: absolute; /* 画像の上に重ねる */
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #ff0000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform-origin: top left;
  z-index: 2; /* 画像より前面に表示 */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/*技術情報目次*/
/* ===== Accordion TOC (HTML＋CSSのみ) ===== */
.sec_toc {
  margin-bottom: 50px;
  width: 100%;
	padding: 50px 20px;
	background-color: #FCFCFC;
}
.sec_toc h2{
  margin-bottom: 50px;
}
/* レイアウト基礎 */
.toc {
  max-width: 1000px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.toc-section {
  border: 1px solid #008b81;
  border-radius: 5px;
  margin: 12px 0;
  background: #fff;
  overflow: clip;          /* 開閉時のはみ出しを抑制 */
  scroll-margin-top: 80px; /* 固定ヘッダーがある場合の着地補正（適宜調整） */
}

/* タイトルバー */
.toc-title {
  margin: 0;
  font-size: 1.05rem;
	color: #fff;
	font-weight: normal;
  background: #008b81;
  position: relative;
}

.toc-title > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
  user-select: none;
}

/* プラス/マイナス表示（擬似要素で描画） */
.toc-title > label::after {
  content: "+";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

/* リスト本体（閉状態） */
.toc-list {
  list-style: none;
  padding: 0 16px;       /* 横は固定、縦は開時のみ余白追加 */
  margin: 0;
  max-height: 0;         /* 高さを畳む */
  overflow: clip;
  transition: max-height 280ms ease, padding-block 220ms ease;
}

/* 各行 */
.toc-list > li {
  padding: 10px 0;
  border-top: 1px dashed #e6e6e6;
}

.toc-list > li:first-child {
  border-top: none;
}

.toc-list a {
  text-decoration: none;
  color: #0b63c8;
}
.toc-list a:hover { text-decoration: underline; }

/* チェックボックスは非表示（ラベルで操作） */
.toc-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* ーーー 開状態の判定 ーーー
   1) ユーザーがタイトルをクリックして .toc-toggle:checked
   2) 記事から #technical 等へ戻ってきて :target が当たる
   どちらでも「開く」、記号は「－」に変化
*/
.toc-section:is(:target, :has(.toc-toggle:checked)) .toc-list {
  max-height: 1000px;      /* セクション内容に十分な想定高さ */
  padding-block: 12px;     /* 開いた時だけ上下に余白を付ける */
}

.toc-section:is(:target, :has(.toc-toggle:checked)) .toc-title > label::after {
  content: "−"; /* マイナス表記（全角の短いダッシュ） */
}

/* アクセシビリティ：キーボードフォーカス見やすく */
.toc-title > label:focus-visible {
  outline: 3px solid #b9d6ff;
  outline-offset: 2px;
}

/* ターゲット強調（任意） */
.toc-section:target .toc-title {
  box-shadow: inset 0 0 0 2px #b9d6ff;
}
