@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2026/07
 */

/* !Fonts
---------------------------------------------------------- */
@font-face {
  font-family: "Meiryo";
  src: url("../fonts/Meiryo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

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

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

select,
input[type="radio"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
textarea {
  appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="number"]::-ms-clear {
  display: none;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

*,
*:before,
*::after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/*** タブレット 768x ~ 1200px***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 39);
  }
}

body {
  font-family: "Meiryo";
  line-height: 1.5;
  font-weight: normal;
  color: #101828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
}

/* !基本 -------------------------------------------------------------- */
a {
  color: #101828;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.is-hide {
  display: none;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.anchor {
  position: relative;
}

.anchor-link {
  position: absolute;
  left: 0;
  top: -15rem;
  z-index: -1;
  pointer-events: none;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  a {
    transition: all 0.3s;
  }

  .op {
    transition: opacity 0.3s ease-out;
  }

  .op:hover {
    opacity: 0.5;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
  }

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

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .anchor-link {
    top: -9rem;
  }
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  word-break: break-all;
  padding-top: 11.6rem;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 9rem;
  }
}

/* !header
---------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

#header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #fff;
  content: "";
}

.header-inner {
  padding: 1.5rem 3.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 11.6rem;
  border-bottom: 0.1rem solid #d9d9d9;
}

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

.header-logo .logo {
  line-height: 0;
  width: 25rem;
  text-align: center;
}

.header-logo .logo .logo-nippo {
	padding-top: 1.2rem;
	display: inline-block;
}

.header-logo .logo .logo-snk {
	padding-bottom: 1.2rem;
	border-bottom: .1rem solid #000;
	display: inline-block;
	pointer-events: none;
}

.header-logo .logo a {
	display: inline-block;
}

.header-logo .logo-site {
  background: #c3e874;
  width: 12rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.2rem;
}

.header-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding: 1rem 0;
}

.header-links .header-contact {
  max-width: 15rem;
  width: 100%;
}

.header-links .header-contact a {
  width: 100%;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background: #00a5ea;
  border: 0.1rem solid #00a5ea;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}

.btn-menu {
  width: 4.6rem;
  height: 4.6rem;
  background: url(../img/common/icon_open.png) center center no-repeat;
  background-size: 4.6rem 3.1rem;
  cursor: pointer;
  display: none;
  transition: 0.2s ease;
}

.btn-menu.is-active {
  background: url(../img/common/icon_close.png) center center no-repeat;
  background-size: 4rem 4rem;
  transition: 0.2s ease;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .header-logo a:hover {
    opacity: 0.75;
  }

  .header-links .header-contact a:hover {
    background: #000;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  #header:before {
    background: #fff;
  }

  .header-inner {
    padding: 1rem;
    height: 9rem;
  }

  #header.is-active .header-inner {
    border-color: transparent;
  }

  .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 18rem;
    width: 100%;
  }

  .header-logo .logo {
    margin: 0;
    line-height: 0;
    width: auto;
    text-align: center;
    align-items: flex-end;
  }

  .header-logo .logo img {
    width: 100%;
  }

  .header-logo .logo-site {
    width: 9rem;
    height: 2.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 0;
    margin-left: 1.2rem;
  }

  .header-links {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .header-links .header-contact {
    display: none;
  }

  .btn-menu {
    display: flex;
  }
}

/* !global navigation
---------------------------------------------------------- */
#g-navi > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}

#g-navi > ul > li {
  height: 100%;
  display: flex;
}

#g-navi > ul > li.is-sp {
  display: none;
}

#g-navi > ul > li > a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  #g-navi > ul > li:hover > a {
    opacity: 0.7;
    text-decoration: none;
  }
}

/*** hover ***/
@media screen and (max-width: 767px) {
  #g-navi {
    /* display: none; */
    position: fixed;
    left: 0;
    top: 9rem;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 3rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.5s ease-in-out;
  }

  #header.is-active #g-navi {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.5s ease-in-out;
  }

  #g-navi > ul {
    display: block;
    justify-content: center;
    align-items: center;
    gap: 2.8rem;
    height: 100%;
  }

  #g-navi > ul > li {
    height: auto;
    display: block;
    align-items: center;
  }

  #g-navi > ul > li.is-sp {
    display: block;
  }

  #g-navi > ul > li > a {
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    padding: 1rem 0;
    position: relative;
    padding-left: 3rem;
  }

  #g-navi > ul > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/common/double_right.png) center center no-repeat;
    background-size: cover;
  }

  .links-ul {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 90;
    width: 100%;
  }

  .links-ul ul {
    display: flex;
    justify-content: center;
  }

  .links-ul ul li {
    width: 50%;
  }

  .links-ul ul li a {
    color: #ffffff;
    height: 4.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    padding: 0.5rem;
  }

  .links-ul ul li.orange a {
    background: #eb7000;
  }

  .links-ul ul li.blue a {
    background: #00a5ea;
  }
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  padding: 2rem 0;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  font-size: 1.4rem;
  line-height: 1;
  position: relative;
  word-break: keep-all;
}

#breadcrumb ul li:last-child,
#breadcrumb ul li:last-child a {
  word-break: break-all;
}

#breadcrumb ul li + li {
  margin-left: 2rem;
}

#breadcrumb ul li + li::before {
  content: ">";
  position: absolute;
  left: -1.4rem;
  top: 0;
  z-index: 2;
  width: 1rem;
  font-size: 1.4rem;
  line-height: 1;
}
/* ページネーション全体のレイアウト */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; 
  margin: 1.875rem 0; 
}

/* 各ボタンの基本スタイル */
.wp-pagenavi .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem; 
  height: 2.5rem; 
  padding: 0 0.75rem; 
  color: #00a5ea;
  background-color: #ffffff;
  border: 1px solid #00a5ea; 
  border-radius: 0.25rem; 
  text-decoration: none;
  transition: all 0.3s ease;
}

/* マウスホバー時 */
.wp-pagenavi a.page-numbers:hover {
  background-color: #e5f6fd;
}

/* 現在のページ */
.wp-pagenavi .page-numbers.current {
  background-color: #00a5ea;
  color: #ffffff;
  cursor: default;
}
/*** hover ***/
@media screen and (min-width: 800px) {
  #breadcrumb ul li a:hover {
    color: #00a5ea;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  /* !breadcrumb
	---------------------------------------------------------- */
  #breadcrumb ul {
    justify-content: center;
  }
}

/* !main Visual
---------------------------------------------------------- */
#main-visual {
  width: 100%;
  margin-bottom: 10rem;
}

.main-visual__kv {
  position: relative;
  background: #e5f3fb;
}

.main-visual__image {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}

.main-visual__kv img {
  width: 100%;
}

#main-visual .main-visual__info {
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: inherit;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 0;
}
#main-visual .main-visual__eng {
  color: rgba(0, 32, 96);
  font-size: 7.2rem;
  line-height: 1;
}

#main-visual .main-visual__jap {
  color: rgba(0, 32, 96);
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 1.5rem;
}

.main-visual__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(20%);
}

.main-visual__bottom ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-visual__bottom ul li {
  width: 26rem;
  margin: 0 2rem;
}

.main-visual__bottom ul li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #main-visual {
    margin-bottom: 3rem;
  }
	
	.main-visual__kv {
		background: transparent;
	}


  #main-visual .main-visual__eng {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  #main-visual .main-visual__jap {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .main-visual__bottom ul li {
    width: 10rem;
    margin: 0 1rem;
  }
}

/* !teaser
---------------------------------------------------------- */
#teaser {
  background: linear-gradient(90deg, #cef1ff 0%, #96d7f2 100%);
  position: relative;
  margin-bottom: 5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.1rem solid #00a5ea;
}

#teaser .inner {
  max-width: 105rem;
}

#teaser .teaser-hd {
  position: relative;
  z-index: 3;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  text-shadow:
    0.1rem 0.1rem 0 rgba(255, 255, 255, 0.3),
    -0.1rem -0.1rem 0 rgba(255, 255, 255, 0.3),
    0.1rem -0.1rem 0 rgba(255, 255, 255, 0.3),
    -0.1rem 0.1rem 0 rgba(255, 255, 255, 0.3),
    0.1rem 0rem 0 rgba(255, 255, 255, 0.3),
    -0.1rem 0rem 0 rgba(255, 255, 255, 0.3),
    0rem 0.1rem 0 rgba(255, 255, 255, 0.3),
    0rem -0.1rem 0 rgba(255, 255, 255, 0.3);

  display: flex;
  align-items: center;
  height: 5.8rem;
}

#teaser .teaser-hd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-99.6vw);
  background: #46b5e8;
  clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 4vw) 0);
}

/*** sp ***/
@media screen and (max-width: 767px) {
  #teaser {
    margin-bottom: 2.5rem;
    padding-left: 5.5rem;
  }

  #teaser .teaser-hd {
    height: 4.3rem;
    font-size: 2.4rem;
  }

  #teaser .teaser-hd::before {
    transform: translateX(-99vw);
    clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 10vw) 0);
  }
}

/* !contents
---------------------------------------------------------- */
#contents {
  padding-bottom: 5rem;
}

.inner {
  max-width: 102rem;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto;
}

/* !footer
---------------------------------------------------------- */
#footer {
  background: #f8fdff;
  padding: 5rem 0 2rem;
}

.footer-inner {
  max-width: 112rem;
  width: 100%;
  padding: 0 4rem;
  margin: 0 auto;
}

.footer-section {
  max-width: 95rem;
  width: 100%;
  margin: 0 auto 9rem;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-info {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.47;
}

.footer-info__logo {
  width: 20rem;
}

.footer-info__logo img {
  width: 100%;
}

.footer-info__name {
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-info__address {
  font-size: 1.2rem;
}

.footer-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer-links__item {
  margin: 0 3rem;
}

.footer-links__item .links-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-decoration: none;
}

.footer-links__item .sub-menu li + li {
  margin-top: 0.5rem;
}

.footer-links__item .sub-menu a {
  font-size: 1.6rem;
}

/* pagetop */

/* --- フッターの設定 --- */
#footer {
  position: relative;
}

/* --- トップへ戻るボタン --- */
.page-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.page-top.in {
  opacity: 1;
  visibility: visible;
}

.page-top.fix {
  position: absolute;
  bottom: 30rem;
  top: auto;
  z-index: 100;
}

/* --- ボタンのデザイン --- */
.page-top a {
  display: block;
  width: 6rem;
  height: 6rem;
  font-size: 0;
  background: #00a5ea;
  border: 0.2rem solid #00a5ea;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.page-top a:before {
  content: "↑";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.6rem;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .footer-links__item a:hover {
    text-decoration: underline;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  #footer {
    padding: 2rem 0 9.1rem;
  }

  .footer-inner {
    padding: 0 1.2rem;
  }

  .footer-section {
    margin: 0 auto 5rem;
  }

  .footer-info {
    display: block;
  }

  .footer-info {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 1.47;
  }

  .footer-info__logo {
    width: 20rem;
    margin: 0 auto 2rem;
  }

  .footer-links {
    width: 100%;
    display: block;
    text-align: center;
    margin-left: 0;
  }

  .footer-links__item {
    margin-left: 0;
    width: 100%;
  }

  .footer-links__item .links-item__title {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 1rem;
    text-decoration: none;
  }
	.page-top {
    right: 1rem;
	bottom: 5rem;
}
	.page-top a {
  width: 4rem;
  height: 4rem;
}

.page-top a:before {
  font-size: 1.6rem;
}
}

/* !Contact お問い合わせ
	Form
---------------------------------------------------------- */
.contact-wrap {
  margin-top: 8rem;
}

.form-section {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
}

.form-section .form-row {
  display: flex;
  align-items: center;
  border-top: 0.1rem solid #eee;
  border-radius: 2rem;
  padding: 1.6rem 2.4rem;
}

.form-section .form-row:nth-last-child(2) {
  border-bottom: 0.1rem solid #eee;
}

.form-section .label {
  width: 30rem;
  margin-right: 5rem;
  font-size: 1.4rem;
  position: relative;
}

.form-section .badge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  margin-left: 0.6rem;
  width: 4.8rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-section .required {
  background: #00a5ea;
  color: #fff;
}

.form-section .optional {
  background: #767676;
  color: #fff;
}

.form-section .input-area {
  width: calc(100% - 35rem);
  position: relative;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="tel"],
.form-section textarea {
  max-width: 30rem;
  width: 100%;
  padding: 0.5rem;
  height: 2.5rem;
  border: 0.1rem solid #767676;
}

.form-section textarea {
  min-height: 14rem;
}

.form-section .custom-radio,
.form-section .custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  appearance: auto;
}

.form-section .radio-box,
.form-section .checkbox-box {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #1e1e1e;
  margin-right: 0.4rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.form-section .checkbox-box {
  border-radius: 100%;
}

/* checked */
.form-section .custom-radio input:checked + .radio-box,
.form-section .custom-checkbox input:checked + .checkbox-box {
  border: 0.1rem solid #00a5ea;
  background: #00a5ea;
}

.form-section .custom-radio input:checked + .radio-box::before,
.form-section .custom-checkbox input:checked + .checkbox-box::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 1rem;
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(45deg);
}

.form-section .custom-checkbox input:checked + .checkbox-box::before {
  border: none;
  background: #fff;
  width: 0.6rem;
  height: 0.6rem;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.form-section .custom-checkbox input[type="checkbox"] {
  margin: 0;
}

.form-section .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 1.4rem;
}

.form-section .submit-area {
  margin: 8rem auto 0;
  text-align: center;
}
span.wpcf7-form-control.wpcf7-acceptance {
    font-size: 1.4rem;
}
span.wpcf7-list-item.first {
    margin: 0;
}
span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.form-section .submit-area p {
	max-width: 40rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.form-section .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	margin: 0 1rem;
}

.form-section input[type="submit"] {
  max-width: 25rem;
  width: 100%;
  background: #00a5ea;
  border: 0.1rem solid #00a5ea;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 4.5rem;
}

.agree-link a {
  margin-top: 0.8rem;
  display: block;
  padding: 0 2.2rem;
  font-size: 1.2rem;
  color: #eb0000;
}

/* error text */
.form-section .form-row.input-area-error {
  padding-bottom: 2.2rem;
}

.form-section .form-row .error {
  color: #eb0000;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
}

/* 入力ボックスエラーステータス */
.input-error {
  border: 0.1rem solid #eb0000;
  background: #fff5f5;
}

/* radio error */
.radio-error .radio-box {
  border-color: #eb0000;
}

.input-area.checkbox-group .error {
  display: block;
  width: 100%;
}

/* checkbox error */
.checkbox-error .checkbox-box {
  border-color: #eb0000;
}

/* button disabled */
button:disabled,
input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* 確認画面 */
.submit-area .koumoku {
  display: flex;
  justify-content: center;
}

.submit-area .koumoku li {
  width: 40%;
}

.submit-area__back input[type="submit"] {
  background: #fff;
  color: #00a5ea;
}
input.wpcf7-form-control.wpcf7-previous.pushbtn.link-btn {
    max-width: 25rem;
    width: 100%;
    background: #fff;
    border: 0.1rem solid #00a5ea;
    font-size: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 100%;
    height: 4.5rem;
    color: #00a5ea;
}
/*  Send */
.contact-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  max-width: 25rem;
  width: 100%;
  margin: 8rem auto;
  background: #00a5ea;
  border: 0.1rem solid #00a5ea;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 4.5rem;
}
.contact-back a:hover {
  background-color: #000000; 
  color: #ffffff;            
}
/* ==================================================
   Contact Form 7 ラジオボタン・チェックボックス共通デザイン
================================================== */
.wpcf7 input[type="radio"],.wpcf7 input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 0.1rem solid #1e1e1e;
  margin-right: 0.6rem;
  position: relative;
  cursor: pointer;
  vertical-align: -0.2rem;
  background: #fff;
  /* 両方とも四角（少し角丸）にする */
  border-radius: 0.4rem; 
}

/* ==================================================
   チェックされた時のスタイル（背景色を青にする）
================================================== */
.wpcf7 input[type="radio"]:checked,
.wpcf7 input[type="checkbox"]:checked {
  border-color: #00a5ea;
  background: #00a5ea;
}

/* チェック時のレ点（ラジオ・チェックボックス共通） */
.wpcf7 input[type="radio"]:checked::after,
.wpcf7 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.8rem;
  border-bottom: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* クリックしやすくするための調整 */
.wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7 input[type="checkbox"] {
    border-radius: 100%;
}

.wpcf7-previous {
    display: inline-block !important;
}
.form-section input.wpcf7-previous:hover {
  color: rgb(255, 255, 255)!important;
  background: rgb(0, 165, 234)!important;
  transition: 0.3s ease-in-out!important;
}
/*** hover ***/
@media screen and (min-width: 800px) {
  .agree-link a:hover {
    text-decoration: underline;
  }

  .form-section input[type="submit"]:hover {
    background: #fff;
    color: #00a5ea;
    transition: 0.3s ease-in-out;
  }

  .submit-area__back input[type="submit"]:hover {
    background: #00a5ea;
    color: #fff;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !Contact お問い合わせ
	Form
	---------------------------------------------------------- */
  .contact-wrap {
    margin-top: 0;
    margin-left: -0.5rem;
    width: calc(100% + 0.5rem);
  }

  .form-section .form-row {
    display: block;
    padding: 1.1rem 1.4rem;
  }

  .form-section .label {
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
  }

  .form-section .input-area {
    width: 100%;
    margin-top: 0.75rem;
    position: relative;
    max-width: 30rem;
    width: 100%;
    margin: 0.75rem auto 0;
  }

  .form-section input[type="text"],
  .form-section input[type="email"],
	.form-section input[type="tel"],
  .form-section textarea {
    max-width: unset;
  }

  .form-section textarea {
    min-height: 10rem;
  }

  .form-section .custom-radio,
  .form-section .custom-checkbox {
    display: flex;
    max-width: 30rem;
    width: 100%;
    margin: 0 auto;
  }

  .form-section .radio-box .custom-radio + .custom-radio {
    margin-top: 0.8rem;
  }

  .form-row span.wpcf7-list-item {
    margin: 0;
    width: 100%;
  }

  .form-row .wpcf7-list-item+.wpcf7-list-item {
    margin-top: 1rem;
  }

  /* checked */
  .form-section .checkbox-group {
    display: block;
  }

  .agree-link a {
    margin-top: 0.8rem;
    display: block;
    padding: 0 2.2rem;
    font-size: 1.2rem;
    color: #eb0000;
  }

  /* error text */
  .form-section .form-row.input-area-error {
    padding-bottom: 2.2rem;
  }

  .form-section .form-row .error {
    color: #eb0000;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateY(100%);
  }

  /* 入力ボックスエラーステータス */
  .input-error {
    border: 0.1rem solid #eb0000;
    background: #fff5f5;
  }

  /* radio error */
  .radio-error .radio-box {
    border-color: #eb0000;
  }

  .input-area.checkbox-group .error {
    display: block;
    width: 100%;
  }

  /* 確認画面 */
  .value {
    max-width: 30rem;
    width: 100%;
    margin: 0.8rem auto 0;
  }

  .submit-area .koumoku {
    display: block;
    margin: 0 auto;
  }

  .submit-area .koumoku li {
    width: 100%;
  }

  .submit-area .koumoku li + li {
    margin-top: 2rem;
  }
}

/* !Top
---------------------------------------------------------- */
/* common */
.common-text {
  font-size: 1.8rem;
  line-height: 2;
}

.blue-btn {
  max-width: 25rem;
  width: 100%;
  height: 4.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #00a5ea;
  background: #00a5ea;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s ease-in-out;
}

/* top common */

.top-hd {
  display: block;
  text-align: center;
  margin-bottom: 5rem;
}

.top-hd span {
  font-weight: 700;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  padding: 2rem 3rem;
}



.top-section + .top-section {
  margin-top: 10rem;
}

/* 日宝工業とは */
.top-industry {
  margin-top: 15rem;
}

.top-industry__links {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-industry__item a {
  width: 30rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.1rem solid #002060;
  background: #fff;
  position: relative;
  /* z-index: 3; */
  padding: 3rem 3rem 6rem;
}

.top-industry__item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(1rem,1rem);
  background: #002060;
}

.top-industry__item a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 2;
	border: .3rem solid #454645;
	border-radius: 100%;
  width: 5rem;
  height: 5rem;
  background: url(../img/common/icon_gray_link_2.png) center center no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

.top-industry__item .image {
  width: 12rem;
  margin: 0 auto;
}

.top-industry__item .title {
  font-size: 2rem;
  font-weight: 700;
  margin: 2.5rem 0;
  text-align: center;
}

/* 採用情報 */
.top-section.recruit {
  padding: 4rem 0 3rem;
}

.top-recruit {
  background: linear-gradient(to bottom, #78c1e1, #8ecae4, #9dd0e5, #acd1e1);
}

.top-recruit__section {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  min-height: 40rem;
}

.top-recruit__info {
  width: 62rem;
  padding: 6rem 0 13rem;
  position: relative;
  z-index: 3;
}

.top-recruit__info h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 2rem;
}

.top-recruit__info .common-text {
	font-size: 2rem;
}

.top-recruit__image {
  padding-top: 40%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.top-recruit__image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-recruit__btn {
  text-align: right;
  margin-top: 2rem;
}


/* サステナビリティ */
.top-csr {
  background: url(../img/top/csr_bg.png) center center no-repeat;
  background-size: cover;
  padding: 2rem 0;
}

.top-csr__section {
  padding: 5rem 0;
  display: flex;
  align-items: center;
}

.top-csr__cont {
  width: 46rem;
  margin-left: 1rem;
}

.top-csr__info {
  width: calc(100% - 47rem);
  padding: 0.6rem 2rem;
}

.top-csr__cont h3 {
  font-weight: 400;
  font-size: 2.5rem;
  margin-top: 1rem;
  text-align: center;
}

.top-csr__info .common-text {
	font-size: 2rem;
}

.top-csr__btn {
  text-align: right;
  margin-top: 2rem;
}

/* お知らせ */
/* .top-news {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto;
} */

.top-news li {
  display: flex;
  color: #1e1e1e;
  padding: 2.4rem 2.4rem 1rem;
  border-radius: 2rem;
  border-bottom: 0.1rem solid #d9d9d9;
  color: #1e1e1e;
}

.top-news li .title {
  letter-spacing: -0.02em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-news li .date {
  width: 16rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-news li .cate {
  width: 13rem;
  height: 2.2rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  margin: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.2rem;
  transition: 0.3s ease-out;
}
.top-news li .cate:hover {
  opacity: 0.5; 
}
.top-news li .cate span {
  line-height: 1;
  color: #fff;
}

.top-news li .cate.notice {
  background: #00a5ea;
}

.top-news li .cate.technology {
  background: #ed7d31;
}

.top-news li .cate.sustainability {
  background: #17d26f;
}

.top-news li .cate.collaborator {
  background: #7c7c7c;
}

.top-news li .title {
  width: calc(100% - 33.8rem);
}
.top-news li .title:hover {
  text-decoration: underline;
}

.top-news__btn {
    text-align: right;
    margin-top: 2rem;
}
/* お問い合わせ */
.top-contact {
  display: flex;
}

.top-contact__item {
  width: 50%;
  padding: 1rem 2rem;
  text-align: center;
}

.top-contact__item + .top-contact__item {
  border-left: 0.1rem solid #000;
}

.top-contact__item h3 {
  font-size: 2.1rem;
}

.top-contact__info {
  font-size: 2.1rem;
  line-height: 2;
  margin-top: 1.5rem;
}

.top-contact__btn {
  text-align: center;
  margin-top: 1.5rem;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .blue-btn:hover {
    transition: 0.3s ease-in-out;
    background: #000;
  }

  .top-news a:hover .cate {
    background: #d9d9d9;
    transition: 0.3s ease-out;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !Top
	---------------------------------------------------------- */
  /* common */
  .common-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /* top common */

  .top-hd {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }

  .top-hd span {
    font-size: 2.4rem;
    padding: 1rem 5rem;
  }

  .top-section + .top-section {
    margin-top: 5rem;
  }

  /* 日宝工業とは */
  .top-industry {
    display: block;
    margin-top: 10rem;
  }

  .top-industry__hd {
    width: 100%;
  }

  .top-industry__hd .top-hd {
    margin-bottom: 2rem;
  }

  .top-industry__links {
    max-width: 33.5rem;
    width: 100%;
    margin: 0 auto;
  }

  .top-industry__item {
    width: 16rem;
  }

  .top-industry__item a {
    width: 16rem;
    height: 16rem;
    padding: 1.2rem;
  }

  .top-industry__item a::before {
    bottom: 1rem;
    z-index: 2;
    width: 3rem;
    height: 3rem;
  }

  .top-industry__item a::after {
    transform: translate(.8rem,.8rem);
  }

  .top-industry__item .image {
    width: 6rem;
  }

  .top-industry__item .title {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  /* 採用情報 */
  .top-section.recruit {
    background: #fff;
    padding: 0;
  }

  .top-recruit {
    background: #fff;
  }

  .top-recruit__section {
    display: block;
    min-height: unset;
  }

  .top-recruit__info {
    width: 100%;
    padding: 1.2rem 2.5rem;
  }

  .top-recruit__info h3 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
	
	.top-recruit__info .common-text {
		font-size: 1.4rem;
		text-align: justify;
	}

  .top-recruit__image {
    padding-top: 41.69%;
    position: relative;
    pointer-events: none;
    background: linear-gradient(to bottom, #78c1e1, #8ecae4, #9dd0e5, #acd1e1);
  }

  .top-recruit__btn {
    text-align: center;
    margin-top: 2rem;
  }

  /* サステナビリティ */
  .top-csr {
    background: url(../img/top/csr_bg.png) center center no-repeat;
    background-size: cover;
    padding: 2rem 0;
  }

  .top-csr__section {
    padding: 2rem 1.5rem;
    display: block;
  }

  .top-csr__cont {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
	  text-align: center;
  }

  .top-csr__info {
    width: 100%;
    padding: 0 .2rem;
  }
	
	.top-csr__info .common-text {
		font-size: 1.4rem;
		text-align: justify;
	}

  .top-csr__cont h3 {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

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

  /* お知らせ */
  .top-news {
    max-width: 94rem;
    width: 100%;
    margin: 0 auto;
  }

  .top-news li + li {
    margin-top: 1.5rem;
  }

  .top-news li {
    padding: 1.2rem 1rem;
    align-items: center;
    border-radius: 0;
  }

  .top-news li .title {
    font-size: 1rem;
  }

  .top-news li .date {
    width: 25%;
    font-size: 1rem;
  }

  .top-news li .cate {
    width: 8.5rem;
    height: 2rem;
    border-radius: 0.2rem;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0 1rem;
    padding-top: 0.1rem;
  }

  .top-news li .title {
    width: calc(75% - 10.5rem);
  }
	
	.top-news__btn {
    text-align: center;
}

  /* お問い合わせ */
  .top-contact {
    display: block;
    padding: 0 3rem;
    border: 0.1rem solid #000;
  }

  .top-contact__item {
    width: 100%;
    padding: 2rem 0;
  }

  .top-contact__item + .top-contact__item {
    border-left: none;
    border-top: 0.1rem solid #000;
  }

  .top-contact__item h3 {
    font-size: 1.6rem;
  }

  .top-contact__info {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .top-contact__btn {
    text-align: center;
    margin-top: 1.5rem;
  }
}

/* !サステナビリティ > 基本方針
---------------------------------------------------------- */
.policy-section {
  max-width: 100rem;
  width: 100%;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
}

.policy-section .about-item a {
  padding: 2rem 1rem;
}

.policy-section .about-item a .common-text {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.common-infomaton {
  padding: 0 1rem;
}

.common-hd {
  font-weight: 500;
  text-align: center;
  font-size: 3.2rem;
  margin: 5rem auto 4rem;
}

.common-hd span {
  display: inline-block;
  padding-bottom: 1.9rem;
  position: relative;
}

.common-hd span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 15rem;
  height: 0.3rem;
  background: #00a5ea;
  transform: translateX(-50%);
}

.common-infomaton h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.policy-image {
  max-width: 85rem;
  width: 100%;
  margin: 5rem auto 0;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !サステナビリティ > 基本方針
	---------------------------------------------------------- */
  .common-hd {
    font-size: 3.6rem;
    margin: 4rem auto;
    line-height: 1.2;
  }

  .common-infomaton h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .policy-image {
    max-width: 40rem;
  }

  .policy-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .policy-section .about-item a {
    min-height: 16rem;
    display: block;
    padding: 2.1rem 0.3rem 1rem;
  }

  .policy-section .about-item a .common-text {
    font-size: 1.4rem;
    letter-spacing: -0.05em;
  }
}

/* !サステナビリティ > SDGsへの取り組み
---------------------------------------------------------- */
.common-section__hd {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.common-section__hd.green {
  color: #079549;
}

.common-section {
  padding: 0 1rem;
  margin-top: 5rem;
}

.common-section .common-item__flex {
  display: flex;
  padding: 1rem;
}

.common-section .common-item__flex + .common-item__flex {
  margin-top: 2rem;
}

.common-section .common-item__info {
  width: calc(100% - 28rem);
}

.common-section p + p {
  margin-top: 2rem;
}

.common-section .common-text {
  line-height: 1.5;
font-size: 1.68rem;
}

.common-sectionp + p {
  margin-top: 2rem;
}

.common-section .common-item__image {
  width: 26rem;
  margin-left: 2rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !サステナビリティ > SDGsへの取り組み
	---------------------------------------------------------- */
  .common-section__hd {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .common-section {
    margin-top: 5rem;
  }

  .common-section .common-item__flex {
    display: block;
  }

  .common-section .common-item__info {
    width: 100%;
  }

  .common-section p + p {
    margin-top: 1rem;
  }

  .common-section .common-item__info .common-text {
    font-size: 1.5rem;
  }

  .common-section .common-item__image {
    max-width: 30rem;
    width: 100%;
    margin: 2rem auto 0;
  }
}

/* !サステナビリティ > コーポレートガバナンス
---------------------------------------------------------- */
.governance-section .common-hd {
  font-size: 3.2rem;
}

.governance-item {
  margin-top: 2rem;
  padding: 1rem;
}

.common-section .governance-item  .common-text {
	   letter-spacing: -.05em;
}

.governance-item p + p {
  margin-top: 1rem;
}

.governance-item .governance-item__cont {
  display: flex;
}

.governance-item .common-text.iso {
  padding: 0 1rem;
  border-bottom: 0.1rem #00a5ea solid;
  margin-bottom: 1.5rem;
}

.governance-item__cont .iso-image {
  width: 20.3rem;
  margin-left: 1rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .governance-section .common-section {
    margin-top: 2rem;
  }

  .governance-item {
    margin-top: 1rem;
  }

  .governance-item .governance-item__cont {
    display: block;
  }

  .governance-item__cont .iso-image {
    max-width: 20.3rem;
    width: 100%;
    margin: 1rem auto 0;
  }
}

/* !個人情報の取扱いについて
---------------------------------------------------------- */
.privacy-section {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
}

.privacy-section .common-text {
  line-height: 1.5;
}

.privacy-item {
  margin-top: 6rem;
}

.privacy-item h2 {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.privacy-item .common-text {
  padding: 0 1rem;
	letter-spacing: -.02em;
}
.privacy-item .common-text a {
    text-decoration: underline; 
}


.privacy-item ul {
  padding: 0 1em;
  font-size: 1.8rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .privacy-item {
    margin-top: 3rem;
  }

  .privacy-item h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .privacy-item .common-text {
    padding: 0 1rem;
  }

  .privacy-item ul {
    font-size: 1.5rem;
  }
}

/* ! 会社情報
---------------------------------------------------------- */
.about-section {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3rem;
}

.about-item a {
  min-height: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.4rem solid #00a5ea;
  border-radius: 0.3rem;
  padding: 2.1rem 1.8rem;
}

.about-item a .image {
  width: 9rem;
  margin-right: 1rem;
}

.about-item a .common-text {
  font-weight: 700;
  line-height: 1;
  width: calc(100% - 10rem);
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* ! 会社情報
	---------------------------------------------------------- */
  .about-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .about-item a {
    min-height: 16rem;
    display: block;
    padding: 2.1rem 0.6rem 1rem;
  }

  .about-item a .image {
    width: 10rem;
    margin: 0 auto 1rem;
  }

  .about-item a .common-text {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}

/* !会社情報 > 代表取締役ご挨拶
---------------------------------------------------------- */
.message-section {
  max-width: 93rem;
  width: 100%;
  margin: 0 auto;
}

.message-section .common-text {
  line-height: 1.5;
}

.message-name {
  text-align: right;
  font-weight: 700;
  margin-top: 5rem;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .message-name {
    margin-top: 2rem;
  }
}

/* !会社情報 > 企業理念
---------------------------------------------------------- */
.philosophy-section {
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}

.philosophy-section li {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
}

.philosophy-section li + li {
  margin-top: 2rem;
}

.philosophy-section li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .philosophy-section li {
    font-size: 1.4rem;
  }
}

/* ! 会社情報 > 会社概要
---------------------------------------------------------- */
.company-section {
  max-width: 98.4rem;
  width: 100%;
  margin: 0 auto;
}

.company-table,
.company-table tr {
  width: 100%;
}

.company-table th {
  background: #cef1ff;
  width: 16%;
  vertical-align: middle;
  text-align: left;
}

.company-table td {
  width: 84%;
}

.company-table th,
.company-table td {
  border: 0.1rem solid #b3b3b3;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  padding: 2.2rem 1.3rem;
}

.company-table dl {
  display: flex;
}

.company-table dt {
  width: 30%;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .company-table th {
    width: 30%;
  }

  .company-table td {
    width: 70%;
  }

  .company-table th,
  .company-table td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.2rem 0.5rem;
  }

  .company-table dl {
    display: flex;
  }

  .company-table dt {
    width: 45%;
  }
}

/* !会社情報 > 沿革
---------------------------------------------------------- */
.history-section dl {
  display: flex;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.history-section dl {
  padding-bottom: 3rem;
}

.history-section dl dt {
  width: 25%;
  padding-right: 2rem;
  padding-left: 2.2rem;
  position: relative;
}

.history-section dl dd {
  width: 75%;
}

.history-section dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  z-index: 1;
  background: #00a5ea;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
}

.history-section dl::before {
  content: "";
  position: absolute;
  left: .8rem;
  top: 0.5rem;
  z-index: 1;
  background: #00a5ea;
  width: 0.2rem;
  height: 100%;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !会社情報 > 沿革
	---------------------------------------------------------- */
  .history-section dl {
    font-size: 1.4rem;
  }

  .history-section dl {
    padding-bottom: 0;
  }

  .history-section dl + dl {
    margin-top: 2rem;
  }

  .history-section dl dt {
    width: 40%;
    padding-right: 1rem;
    padding-left: 0;
  }

  .history-section dl dd {
    width: 60%;
  }

  .history-section dl dt::before {
    content: unset;
  }

  .history-section dl::before {
    content: unset;
  }
}

/* !組織図
---------------------------------------------------------- */
.organization-section__image {
	max-width: 50rem;
	width: 100%;
	margin: 0 auto;
}
.organization-section img {
  width: 100%;
}



/* !会社情報 > 事業所一覧
---------------------------------------------------------- */

.group-wrap {
  background: #f8fdff;
}

.group-map {
  margin-bottom: 5rem;
}

.group-map img {
	width: 100%;
}

.group-cont {
  background: #fff;
  border: 0.1rem solid #d9d9d9;
  padding: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.group-cont + .group-cont {
  margin-top: 2rem;
}

.group-cont {
  display: flex;
}

.group-cont__info {
  display: flex;
	align-items: flex-start;
  width: calc(100% - 25rem);
}

.group-cont__box {
	width: 70%;
	height: 100%;
	display: flex;
	padding: 2.4rem 0;
	font-size: 1.4rem;
}

.group-cont__hd {
	font-size: 2.4rem;
	margin: 5rem 0 2rem;
}

.group-cont__info h3 {
  font-size: 1.8rem;
  width: 30%;
	padding: 2rem 0;
}

.group-cont__map {
  width: 25rem;
}

.group-cont__map .map {
  position: relative;
  padding-top: 75.2%;
  width: 100%;
}

.group-cont__map .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !会社情報 > 事業所一覧
	---------------------------------------------------------- */
	#group-article .inner {
  max-width: 120rem;
  padding: 0 1rem;
}
	
  .group-cont {
    font-size: 1.4rem;
	  padding: 1.6rem;
    display: block;
  }
	
	.group-cont + .group-cont {
		margin-top: 5rem;
	}

	.group-cont__hd {
	font-size: 2.6rem;
}
	
  .group-cont__info {
    display: block;
    width: 100%;
  }
	
	.group-cont__box {
		padding: 0;
		width: 100%;
		font-size: 1.4rem;
	}

  .group-cont__info h3 {
	  font-size: 2rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
	  padding: 0;
  }
	
	.group-cont.other .group-cont__info  h3 {
		font-size: 2rem;
	width: 100%;
}

.group-cont.other .group-cont__info {
	width: 100%;
}

  .group-cont__map {
    max-width: 40rem;
    width: 100%;
    margin: 1rem auto 0;
  }

  .group-cont__map .map {
    position: relative;
    padding-top: 59.68%;
  }
}

/* !サイトマップ
---------------------------------------------------------- */
.site-section {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.site-section .site-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2rem 0;
}

.site-section .site-item {
  width: 50%;
}

.site-section .site-item h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
  background: #e3e3e3;
  width: 50%;
  margin-bottom: 2rem;
}

.site-section .site-item ul {
  padding: 0 2rem;
}

.site-section .site-item ul li a {
  display: block;
  padding-left: 1.5em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}

.site-section .site-item ul li a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .site-section .site-item ul li a:hover {
    text-decoration: underline;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .site-section {
    padding: 2rem;
  }

  .site-section .site-list {
    display: block;
  }

  .site-section .site-item {
    width: 100%;
  }

  .site-section .site-item + .site-item {
    margin-top: 3rem;
  }

  .site-section .site-item h3 {
    font-size: 1.6rem;
    width: 100%;
  }

  .site-section .site-item ul li a {
    font-size: 1.4rem;
  }

  .site-section .site-item ul li a::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

/* !お知らせ
---------------------------------------------------------- */
.news-cate__wrap {
  max-width: 94rem;
  width: 100%;
  margin: 0 auto 5rem;
}

.news-cate__wrap .select-box {
  position: relative;
  max-width: 12rem;
  width: 100%;
}

.news-cate__wrap .select-box::before {
  content: "∨";
  position: absolute;
  right: 2rem;
  top: 0;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.news-cate__wrap .select-box select {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  text-align: left;
  padding: 1.3rem 3.6rem 1.3rem 2rem;
  border: 0.1rem solid #767676;
  border-radius: 0.3rem;
}

.page-navigation {
  max-width: 94rem;
    width: 100%;
    margin: 5rem auto 1rem;
    display: flex;
    justify-content: center;
}

.page-navigation .nav-links {
  display: flex;
  justify-content: center;
}

.page-navigation .nav-links .page-numbers {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eef4f9;
  border: 0.1rem solid #00a5ea;
  margin: 0 0.25rem;
  transition: 0.3s ease-in-out;
}

.page-navigation .nav-links .page-numbers.current {
  background-color: transparent;
  border-color: #00a5ea;
  color: #00a5ea;
  font-weight: 500;
}

.page-navigation .nav-links .page-numbers.prev,
.page-navigation .nav-links .page-numbers.next {
  background-color: transparent;
  position: relative;
  padding: 0.5em 1em 0.45em;
  width: auto;
  border: none;
}

.page-navigation .nav-links .page-numbers.prev:after,
.page-navigation .nav-links .page-numbers.next:after {
  content: "";
  transform: rotate(-45deg) translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid #00a5ea;
  border-top-width: 0;
  border-left-width: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.page-navigation .nav-links .page-numbers.prev:after {
  border-top-width: 0.2rem;
  border-left-width: 0.2rem;
  border-bottom-width: 0;
  border-right-width: 0;
  transform: rotate(-45deg) translateY(-50%);
  right: auto;
  left: 0;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .page-navigation .nav-links a.page-numbers:hover {
    background: #00a5ea;
    color: #fff;
    transition: 0.3s ease-in-out;
  }

  .page-navigation .nav-links a.page-numbers.prev:hover,
  .page-navigation .nav-links a.page-numbers.next:hover {
    background: transparent;
    color: #00a5ea;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  .news-cate__wrap {
    margin: 0 auto 1rem;
  }

  .news-cate__wrap .select-box {
    max-width: 8rem;
    margin: 0 auto;
    position: relative;
  }

  .news-cate__wrap .select-box::before {
    right: 0.7rem;
  }

  .news-cate__wrap .select-box select {
    font-size: 1.2rem;
    padding: 0.8rem 2.4rem 0.8rem 0.75rem;
  }
}

/* ! お知らせ詳細
---------------------------------------------------------- */
.news-detail__head {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 0.4rem solid #00a5ea;
}

.news-detail__head .date {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.news-detail__head h3 {
  font-size: 3rem;
}

.news-detail__item {
  font-size: 1.6rem;
  padding: 0 1rem;
}

.pager-wrap ul {
  display: flex;
  justify-content: center;
  max-width: 80rem;
  width: 100%;
  margin: 3rem auto 0;
}

.pager-wrap li a {
  min-width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}

.pager-wrap li.list a {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 2rem;
}

.pager-wrap li.prev a,
.pager-wrap li.next a {
  position: relative;
  width: 6rem;
  height: 6rem;
}

.pager-wrap li.prev a::before,
.pager-wrap li.next a::before {
  content: "";
  display: block;
  transform: rotate(-45deg) translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid #101828;
  border-top-width: 0;
  border-left-width: 0;
  position: absolute;
  right: -1rem;
  top: 50%;
  transition: all 0.3s ease-in-out;
}

.pager-wrap li.prev a::before {
  transform: translateY(-50%) rotate(-45deg);
  border-top-width: 0.2rem;
  border-left-width: 0.2rem;
  border-bottom-width: 0;
  border-right-width: 0;
  right: auto;
  left: -1rem;
}

/*** hover ***/
@media screen and (min-width: 800px) {
  .pager-wrap li a:hover {
    color: #00a5ea;
    transition: all 0.3s ease-in-out;
  }

  .pager-wrap li.prev a:hover::before,
  .pager-wrap li.next a:hover::before {
    border-color: #00a5ea;
    transition: all 0.3s ease-in-out;
  }
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* ! お知らせ詳細
  ---------------------------------------------------------- */
  .news-detail__head {
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
  }

  .news-detail__head .date {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }

  .news-detail__head h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .news-detail__item {
    font-size: 1.4rem;
  }
}

/* ! 事業内容
---------------------------------------------------------- */
.business-section {
  max-width: 96rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5rem 3rem;
}

.business-item {
  width: 30rem;
}

.business-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.4rem solid #00a5ea;
  border-radius: 0.3rem;
  padding: 2.1rem 1.8rem;
}

.business-item a .image {
  width: 10rem;
  margin-right: 1rem;
}

.business-item a .common-text {
  font-weight: 700;
  line-height: 1;
  width: calc(100% - 11rem);
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* ! 事業内容
	---------------------------------------------------------- */
  .business-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }

  .business-item {
    width: auto;
  }

  .business-item a {
    display: block;
    padding: 2.1rem 1.3rem 1rem;
  }

  .business-item a .image {
    width: 10rem;
    margin: 0 auto 1rem;
  }

  .business-item a .common-text {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
  }
}

/* !事業内容 > 施工実績
---------------------------------------------------------- */
.case-section {
  background: #f5f5f5;
  padding: 2rem;
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
}

.case-section h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.case-wrap {
  display: flex;
  padding: 1rem;
}

.case-item {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1.8;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !事業内容 > 施工実績
	---------------------------------------------------------- */
  .case-section {
    background: #f5f5f5;
    padding: 1rem;
    max-width: 98rem;
    width: 100%;
    margin: 0 auto;
  }

  .case-section h3 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  .case-wrap {
    display: block;
    padding: 1rem;
  }

  .case-item {
    width: 100%;
    font-size: 1.4rem;
  }

  .case-item + .case-item {
    margin-top: 2rem;
  }
}

/* !事業内容 > 事業紹介
---------------------------------------------------------- */
.service-item + .service-item {
  margin-top: 5rem;
}

.service-item {
  padding: 2rem;
  background: #f5f5f5;
}

.service-item h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.service-item .service-cont {
  display: flex;
  padding: 1rem;
}

.service-item .service-cont .service-info {
  width: calc(100% - 37rem);
}

.service-item .service-cont .service-image {
  width: 35rem;
  margin-left: 2rem;
}

.service-item .service-cont .service-image img {
  width: 100%;
}

.service-item .service-cont .service-info li {
  padding-left: 1em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}

.service-item .service-cont .service-info li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*** sp ***/
@media screen and (max-width: 767px) {
  /* !事業内容 > 事業紹介
	---------------------------------------------------------- */
  .service-item + .service-item {
    margin-top: 3rem;
  }

  .service-item {
    padding: 1rem;
  }

  .service-item h3 {
    margin-bottom: 0;
  }

  .service-item .service-cont {
    display: block;
    padding: 1rem;
  }

  .service-item .service-cont .service-info {
    width: 100%;
  }

  .service-item .service-cont .service-image {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }

  .service-item .service-cont .service-info li {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8;
  }
.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    bottom: 5rem;
}
}
 /* --- 組織図 --- */
  /* 画面幅に合わせて縮小表示するための外枠 */
      .chart-outer {
        width: 100%;
        overflow: hidden; /* JS読み込み前/失敗時の保険としてoverflow-xをautoに変えてもOK */
      }
 
      /* ここをJSでscale()する */
      .chart-scaler {
        transform-origin: top left;
        width: max-content;
      }
 
      .org-chart {
        position: relative;
        width: 135rem; /* 図全体の設計上の幅（固定） */
        height: 58rem; /* 図の高さ */
      }
 
      /* 部署のボックス設定 */
      .node {
        position: absolute;
        border: 0.1rem solid #000;
        background-color: #fff;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.3;
        z-index: 10; 
 
        /* すべての枠の基本サイズを固定 */
        width: 13rem;
        height: 5rem;
        box-sizing: border-box;
      }
 
      /* 安全品質管理グループのみ2行用の特別サイズ */
      .node-lg {
        width: 17rem;
        height: 6.5rem;
        white-space: nowrap;
      }
 
      /* 縦線の基本設定 */
      .line-v {
        position: absolute;
        width: 0.05rem;
        background-color: #000;
        transform: translateX(-50%);
        z-index: 1;
      }
 
      /* 横線の基本設定 */
      .line-h {
        position: absolute;
        height: 0.05rem;
        background-color: #000;
        z-index: 1;
      }
 
      /* =========================================
     Y座標（各階層の高さ）
  ========================================= */
      .level-1 {
        top: 0;
      }
      .level-2 {
        top: 8rem;
      }
      .level-3 {
        top: 16rem;
      }
      .level-4 {
        top: 27rem;
      }
      .level-5 {
        top: 40rem;
      } /* 管理部・設計部・技術部 */
      .level-6 {
        top: 53rem;
      } /* 営業所・購買課・安全品質 */
 
      /* =========================================
     X座標（中央からの横位置）
  ========================================= */
      .x-center {
        left: 50%;
      }
 
      /* 7営業所 */
      .x-yokohama {
        left: calc(50% - 56rem);
      }
      .x-yokosuka {
        left: calc(50% - 42rem);
      }
      .x-fukuoka {
        left: calc(50% - 28rem);
      }
      .x-atsugi {
        left: calc(50% - 14rem);
      }
      .x-tochigi {
        left: 50%;
      } 
      .x-kawasaki {
        left: calc(50% + 14rem);
      }
      .x-fujisawa {
        left: calc(50% + 28rem);
      }
 
      /* 左側の枝*/
      .x-kanri {
        left: calc(50% - 28rem);
      } /* 福岡営業所と揃える */
      .x-sekkei {
        left: calc(50% - 14rem);
      } /* 厚木営業所と揃える */
 
      /* 右側の枝 */
      .x-koubai {
        left: calc(50% + 42rem);
      }
      .x-anzen {
        left: calc(50% + 58rem);
      }
 
      /* =========================================
     各接続線の定義
  ========================================= */
 
      /* 中央の背骨となる縦線 */
      .v-1 {
        top: 4rem;
        height: 4rem;
        left: 50%;
      } /* 株主〜取締役 */
      .v-2 {
        top: 12rem;
        height: 4rem;
        left: 50%;
      } /* 取締役〜社長 */
      .v-3 {
        top: 20rem;
        height: 7rem;
        left: 50%;
      } /* 社長〜技術本部 */
      .v-4 {
        top: 32rem;
        height: 8rem;
        left: 50%;
      } /* 技術本部〜技術部 */
      .v-5 {
        top: 42rem;
        height: 8rem;
        left: 50%;
      } /* 技術部〜栃木営業所 */
 
      /* 管理部への分岐線（左） */
      .h-kanri {
        top: 24.5rem;
        left: calc(50% - 28rem);
        width: 28rem;
      }
      .v-kanri {
        top: 24.5rem;
		left: calc(50% - 28rem);
		height: 16rem;
      }
 
      /* 技術本部からの分岐線 */
      .h-tech-left {
        top: 35.5rem;
        left: calc(50% - 14rem);
        width: 14rem;
      }
      .h-tech-right {
        top: 35.5rem;
        left: 50%;
        width: 57rem;
      } /* 安全品質までの距離 */
 
      .v-sekkei {
        top: 35.5rem;
        left: calc(50% - 14rem);
        height: 6rem;
      }
      .v-koubai {
        top: 35.5rem;
        left: calc(50% + 42rem);
        height: 18rem;
      }
      .v-anzen {
        top: 35.5rem;
        left: calc(50% + 57rem);
        height: 18rem;
      }
 
      /* 7営業所の分岐線 */
      .h-eigyo {
        top: 49rem;
        left: calc(50% - 56rem);
        width: 84rem;
      }
 
      .v-e-yokohama {
        top: 49rem;
        left: calc(50% - 56rem);
        height: 6.5rem;
      }
      .v-e-yokosuka {
        top: 49rem;
        left: calc(50% - 42rem);
        height: 6.5rem;
      }
      .v-e-fukuoka {
        top: 49rem;
        left: calc(50% - 28rem);
        height: 6.5rem;
      }
      .v-e-atsugi {
        top: 49rem;
        left: calc(50% - 14rem);
        height: 6.5rem;
      }
      .v-e-tochigi {
        top: 49rem;
        left: 50%;
        height: 6.5rem;
      }
      .v-e-kawasaki {
        top: 49rem;
        left: calc(50% + 14rem);
        height: 6.5rem;
      }
      .v-e-fujisawa {
        top: 49rem;
        left: calc(50% + 28rem);
        height: 6.5rem;
      }
 