@charset "UTF-8";
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
* {
    margin: 0;
    padding: 0;
  }
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap");
:root {
  --mainBlue: #66cdaa;
  --subColor: #003b62;
}

.mainColor {
  color: var(--mainColor);
}

.bgMainColor {
  background-color: var(--mainColor);
}

.mainColorDeep {
  color: #1a1a1a;
}

.bgMainColorDeep {
  background-color: #1a1a1a;
}

.mainColorExDeep {
  color: #03312e;
}

.mainColorLight {
  color: #808080;
}

.bgMainColorLight {
  background-color: #808080;
}

.mainColorExLight {
  color: #f2f2f2;
}

.bgMainColorExLight {
  background-color: #f2f2f2;
}

.mainColorUlLight {
  color: #f6f7f9;
}

.bgMainColorUlLight {
  background-color: #f6f7f9;
}

.subColor {
  color: var(--subColor);
}

.bgSubColor {
  background-color: #0098a9;
}

.subColorDeep {
  color: #e3e3fb;
}

.bgSubColorDeep {
  background-color: #e3e3fb;
}

.bgSubColorLight {
  background-color: #ff6f00;
}

.compColor {
  color: #ecfe02;
}

.bgCompColor {
  background-color: #ecfe02;
}

.grayColor {
  color: #a9a9a9;
}

.bgGrayColor {
  background-color: #a9a9a9;
}

.grayColorLight {
  color: #dcdcdc;
}

.bgGrayColorLight {
  background-color: #dcdcdc;
}

.bgGrayColorExLight {
  background-color: #ececec;
}

.bgWhiteTrans {
  background-color: rgba(255, 255, 255, 0.5);
}

.bgBlackTrans {
  background-color: rgba(0, 0, 0, 0.3);
}

.bgBlack {
  background: #000;
}

.bgGrad {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgb(65, 105, 225) 0%,
    rgb(65, 105, 225) 100%
  );
}

.bgTexture {
  background-image: url(../img/bg_texture_light.gif);
}

.grayLight {
  color: #9a9a9a;
}

/*フォント系*/
:root {
  --fontEn: "Poppins", sans-serif;
}

.fontEn {
  font-family: var(--fontEn);
}

:root {
  --fontNum: "Inter", sans-serif;
}

.fontNum {
  font-family: var(--fontNum);
}

.fontEnSub {
  font-family: "Philosopher", sans-serif;
}

:root {
  --fontJp: "Noto Sans JP", sans-serif;
}

.fontJp {
  font-family: var(--fontJp);
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

:root {
  --fontQuick: "Quicksand", sans-serif;
}

.fontQuick {
  font-family: var(--fontQuick);
}

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

body {
  font-family: var(--fontJp);
  color: #1f1f1f;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

.vertical {
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
}

.verticalReverse {
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .verticalPc {
    writing-mode: horizontal-tb;
  }
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: 400;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_s {
  line-height: 1.1;
}
.lh_s * {
  line-height: 1.1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.1em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: 500 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 56px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 36px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 24px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 17px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 16px;
  }
}

.fsM4 {
  font-size: 18px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM5 {
  font-size: 16px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS3 {
  font-size: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 9px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

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

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

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

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .text-right-sp {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left;
  }
}

/*
p {
    margin-bottom: 10px;
}
*/
.linkA {
  text-decoration: underline;
  transition: 0.3s;
  color: #666666;
}
.linkA:hover {
  color: #666666;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
}
/*flex・グリッド系*/
.flex {
  display: flex;
}

.justCenter {
  justify-content: center;
}

.justEnd {
  justify-content: flex-end;
}

.justBetween {
  justify-content: space-between;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.flexReverse {
  flex-flow: row-reverse;
}

.flexWrap {
  flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    flex-wrap: wrap;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    flex-flow: row;
  }
  .flexSp {
    display: flex;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
.cnt {
  width: 100%;
  max-width: 1160px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w100 {
  width: 100%;
}

.cntS {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.cntM {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.cntL {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.cntLL {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.cntXl {
  max-width: 1740px;
  margin-right: 2%;
  margin-left: 2%;
}
@media screen and (min-width: 1740px) {
  .cntXl {
    margin-right: auto;
    margin-left: auto;
  }
}

.cntWide {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

:root {
  --spaceSize: clamp(80px, 10vw, 160px);
  --spaceSizeWide: clamp(160px, 20vw, 240px);
}

.padding {
  padding-top: var(--spaceSize);
  padding-bottom: var(--spaceSize);
}

.paddingW {
  padding-top: var(--spaceSizeWide);
  padding-bottom: var(--spaceSizeWide);
}

.margin {
  margin-top: var(--spaceSize);
  margin-bottom: var(--spaceSize);
}

.marginW {
  margin-top: var(--spaceSizeWide);
  margin-bottom: var(--spaceSizeWide);
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

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

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 5px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: 20px;
}

.radiusXl {
  border-radius: 30px;
}

/*影*/
.shadowS {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .shadowS {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
}

.shadowM {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*FVスライダー(CSS)*/
.mainImgBox,
.mainImg {
  padding-bottom: 65vw;
}
@media only screen and (max-width: 767px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 120vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .mainImgBox,
  .mainImg {
    padding-bottom: 95vw;
  }
}

.mainImgBox {
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.mainImg {
  z-index: 10;
  opacity: 0;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  /*1枚6秒で×枚数*/
  animation: anime 18s 0s infinite;
}

/*2枚目以降6秒遅れてアニメーションスタート*/
.mainImg:nth-of-type(2) {
  animation-delay: 6s;
}

.mainImg:nth-of-type(3) {
  animation-delay: 12s;
}

/*
.mainImg:nth-of-type(4) {
    animation-delay: 18s;
}
.mainImg:nth-of-type(5) {
    animation-delay: 24s;
}

.mainImg:nth-of-type(6) {
    animation-delay: 30s;
}
*/
@keyframes anime {
  0% {
    opacity: 0;
  }
  /*3秒：フェードイン.3/alls*/
  16% {
    opacity: 1;
  }
  /*6秒：次のスライド再生.6/alls*/
  33% {
    opacity: 1;
  }
  /*9秒：フェードアウト&次のスライドフェードイン*/
  50% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/*FVスライダー(CSS)ここまで*/
/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*線系*/
.titleLine {
  /*
    background: linear-gradient(transparent 50%, #4169e1 0%);
    display: inline;
    */
  position: relative;
  display: inline-block;
  z-index: 10;
  /*
    &.white{
        background: linear-gradient(transparent 70%, $subColorDeep 0%);
    }
    */
}
.titleLine:after {
  content: "";
  display: inline-block;
  background-color: #ecfe02;
  position: absolute;
  bottom: 0;
  left: -2.5%;
  width: 105%;
  height: 0.3em;
  z-index: 0;
}
.titleLine.sub {
  background: linear-gradient(transparent 70%, #4169e1 0%);
}

.titleBd {
  position: relative;
  margin-bottom: 7rem;
  display: inline-block;
}
.titleBd:before {
  position: absolute;
  content: " ";
  display: block;
  width: 5rem;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  height: 2px;
  background-color: #666666;
  border-radius: 50px;
}
.titleBd.compColor:before {
  background-color: #ecfe02;
}
.titleBd.white:before {
  background-color: #fff;
}
.titleBd.sub {
  display: block;
}
.titleBd.sub:before {
  width: 23rem;
  height: 2px;
  bottom: -7px;
}
@media only screen and (max-width: 767px) {
  .titleBd {
    margin-bottom: 3rem;
  }
  .titleBd:before {
    width: 2.5rem;
  }
}

.titleBdCenter {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.titleBdCenter:after {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 80px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #666666;
  border-radius: 2px;
}
.titleBdCenter.mini:after {
  bottom: -15px;
  width: 40px;
  height: 1.5px;
  border-radius: 0px;
}

.titleBdLeft {
  display: flex;
  align-items: center;
}
.titleBdLeft:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #666666;
  display: block;
  margin-right: 1.5rem;
  max-width: 3rem;
}
.titleBdLeft.white:before {
  background: #fff;
}

.titleBdLight {
  border-bottom: 1px solid #666666;
  display: inline-block;
}

.bdBox {
  border: 2px solid #666666;
}

/*==================================================
 * header
 *================================================*/
header {
  background-color: #fff;
  position: sticky;
  /* height: 10px; */
  width: 100%;
  z-index: 9999;
  top: 0;
}
@media (max-width: 960px) {
  header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.headerInner {
  padding-left: 60px;
}
@media (max-width: 960px) {
  .headerInner {
    padding: 0 30px;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .headerNavi {
    display: none;
  }
}

.headerNavi__listItem + .headerNavi__listItem {
  margin-left: 25px;
}
@media (max-width: 960px) {
  .headerNavi__listItem + .headerNavi__listItem {
    margin-left: 0;
  }
}
.headerNavi__listItem .headerNavi__listLink {
  font-weight: 600;
}
@media (max-width: 960px) {
  .headerNavi__listItem .headerNavi__listLink {
    color: #fff;
    font-size: 16px;
    padding-bottom: 1em;
    padding-left: 2.5em;
  }
  .headerNavi__listItem .headerNavi__listLink:hover {
    color: #fff;
  }
}

.headerNavi__listLink.active {
  position: relative;
}
.headerNavi__listLink.active::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: block;
  background-color: #007b43;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 960px) {
  .headerNavi__listLink.active::before {
    background-color: #fff;
    bottom: auto;
    top: 8px;
    left: 20px;
    transform: translate(0, 0);
  }
}

.headerContact {
  background-color: #007b43;
  padding: 20px 10px;
}
@media (max-width: 960px) {
  .headerContact {
    border-bottom: none !important;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .headerContact .headerNavi__listLink {
    padding: 20px 0;
  }
}
.headerContact .headerContect__icon {
  color: #cce1f5;
  display: inline-block;
  position: relative;
  padding-top: 25px;
  font-size: 12px;
}
.headerContact .headerContect__icon::before {
  content: "";
  position: absolute;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/e-mail_icon_1106.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 20px;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .headerContact .headerContect__icon {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .headerContact .headerContect__icon::before {
    content: "";
    background-image: url(../img/mailIcon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0;
    height: 20px;
    width: 30px;
  }
}

/*------------モーダルウィンドウ------------*/
/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overRayBox > ul {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.open .overRayBox {
  cursor: url(../images/cross.svg), auto;
  visibility: visible;
  opacity: 1;
}

html.open {
  overflow-y: hidden;
}

/*ハンバーガーメニュー*/
.headerInfoCard {
  display: none;
}
@media (max-width: 960px) {
  .headerInfoCard {
    display: block;
  }
}

.menu-btn {
  cursor: pointer;
  position: relative;
  z-index: 1000;
  background: transparent;
  border: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

:root {
  --menuTrigeHeight: 22px;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: var(--menuTrigeHeight);
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #007b43;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: calc(var(--menuTrigeHeight) / 2);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(4) {
  background: none !important;
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*------------モーダルウィンドウ終わり------------*/
/*==================================================
 * footer
 *================================================*/
/*スマホfooter追従問い合わせ*/
.footerTelSpFlexLi {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  background-color: #a9946c;
}
.footerTelSpFlexLi:last-child {
  border-right: none;
  background-color: #666666;
}
.footerTelSpFlexLi a {
  display: block;
  padding: 9px 0;
}
.footerTelSpFlexLi a i {
  font-size: 16px;
}

.footerTelSpText {
  font-size: 16px;
  line-height: 1.5;
}

.footerTelSp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

/*フッター追従コンタクト*/
.fixBarContact {
  padding: 1rem 2rem;
}

.fixBar {
  position: fixed;
  z-index: 10;
  right: 2%;
  bottom: 2%;
}
.fixBar .button {
  padding: 0.7rem 3rem;
  border: 1px solid #666666;
}

.fixBarA {
  margin-right: 10px;
}
.fixBarA:hover {
  background-color: #fff;
  color: #666666;
}

.fixBarTop {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #666666;
  border-radius: 50px;
}
.fixBarTop:hover {
  background-color: #fff;
  border: 1px solid #666666;
  color: #666666;
}

.fixBar i,
.fixBar span {
  vertical-align: middle;
}

.fixBarTop i {
  margin-top: 14px;
}

/*==================================================
 * トップページ
 *================================================*/
.commonTitle {
  font-weight: bold;
  font-size: clamp(20px, 8vw, 56px);
  color: #007b43;
  position: relative;
  letter-spacing: 0.12em;
}
.commonTitle::before {
  content: attr(data-en);
  position: absolute;
  letter-spacing: 0.12em;
  font-size: 16px;
  color: #007b43;
}

.stripBg {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 16px,
    rgb(65, 105, 225) 16px,
    rgb(65, 105, 225) 16px,
 37px
  );
}

.stripBg--orange {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #efffff 16px, #efffff 37px);
}

.stripBg--orange.--opa {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, #efffff 16px, #efffff 37px);
/* 	background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgb(65, 105, 225) 16px,rgb(65, 105, 225) 37px); */
}

.whiteBg {
  background-color: #fff;
}

/*top_style--------------------------------*/
.stripeBlue {
  background-image: linear-gradient(-45deg,#007b43 25%,#fff 25%,#fff 50%,#007b43 50%,#007b43 75%,#fff 75%,#fff);
  background-size: 60px 60px;
}

.stripeOrange {
  background-image: linear-gradient(-45deg,#007b43 25%,#fff 25%,#fff 50%,#007b43 50%,#007b43 75%,#fff 75%,#fff);
  background-size: 60px 60px;
}

#topFv {
  position: relative;
}

.recruitBanner {
  max-width: 300px;
  display: block;
  transition: 0.3s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .recruitBanner {
    max-width: 200px;
  }
}
.recruitBanner:hover {
  opacity: 0.7;
}

.topFv__contents {
  position: relative;
  overflow: hidden;
  transition: background-color 0s ease 1s;
  min-height: 300px;
  max-height: 700px;
  height: calc(100vh - 217px);
}
@media only screen and (max-width: 767px) {
  .topFv__contents {
    height: 45vh;
  }
}

.topFv__image {
  display: flex;
  position: absolute;
  width: 100%;
}

.topFv__imageLeft,
.topFv__imageRight,
.topFv__imageMiddle {
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: 0 0;
  display: block;
  height: 700px;
  width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .topFv__imageLeft,
  .topFv__imageRight,
  .topFv__imageMiddle {
    width: 50%;
  }
}

.topFv__imageLeft {
  animation: loop 30s linear infinite;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/01/side1-scaled.jpg);
}
@media only screen and (max-width: 767px) {
  .topFv__imageLeft {
    animation: loop 30s linear infinite;
  }
}

.topFv__imageMiddle {
  animation: loopReverse 30s linear infinite;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/01/side2-scaled.jpg);
}
@media only screen and (max-width: 767px) {
  .topFv__imageMiddle {
    animation: loopReverse 30s linear infinite;
  }
}

.topFv__imageRight {
  animation: loop 30s linear infinite;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/01/side3-scaled.jpg);
}
@media only screen and (max-width: 767px) {
  .topFv__imageRight {
    animation: loop 30s linear infinite;
    display: none;
  }
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1580px;
  }
}
@keyframes loopReverse {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 1580px;
  }
}
.topFv__text {
  color: #ffffff;
  font-size: 70px;
  font-weight:bold;
  left: 20px;
  line-height:1.3;
  position:absolute;
  top:50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
  .topFv__text {
    left: 15px;
    font-size: 42px;
    line-height: 1.5;
    top: auto;
    bottom: 15%;
    transform: none;
  }
}

/* Messageここから */
#topMessage {
  margin-bottom: 300px;
}
@media only screen and (max-width: 767px) {
  #topMessage {
    margin-bottom: 200px;
  }
}

.topMessage--bg {
  position: relative;
  padding-top: 140px;
}
@media only screen and (max-width: 767px) {
  .topMessage--bg {
    padding-top: 80px;
  }
}
.topMessage--bg::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/topMessage__bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .topMessage__box {
    flex-direction: column-reverse;
  }
}

.topMessage__boxText {
  width: 65%;
  margin-right: 60px;
}
@media only screen and (max-width: 767px) {
  .topMessage__boxText {
    margin-right: 0;
    margin-top: -50px;
    width: 100%;
  }
}

.topMessage__boxImg {
  margin-right: -16%;
  overflow: hidden;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .topMessage__boxImg {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 7%;
  }
}
.topMessage__boxImg .img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topMessage__boxImg .img {
    padding-bottom: 140%;
    height: auto;
  }
}

.messageTitle {
  color: #66cdaa;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  padding-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .messageTitle {
    margin-bottom: 30px;
    font-size: clamp(26px, 8vw, 60px);
  }
}
.messageTitle::before {
  content: attr(data-en);
  position: absolute;
  font-size: 20px;
  top: 0;
}

.topMessage__text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .topMessage__text {
    font-size: 15px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 767px) {
  .topServiceButton {
    margin: 0 auto;
  }
}

.button {
  border-radius: 60px;
  background-color: #66cdaa;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  max-width: 320px;
  width: 100%;
}
.button:hover {
  color: #fff;
}
.button:hover span::before {
  transition: all 0.5s;
  right: -10px;
}
.button span {
  position: relative;
  padding-right: 20px;
  display: inline-block;
}
.button span::before {
  content: "";
  position: absolute;
  background-image: url(../img/buttonArrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s;
  right: 0;
  height: 12px;
  width: 14px;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    padding: 15px 20px;
  }
}

#topServise {
  position: relative;
}
#topServise::after {
  content: "";
  background-image: url(../img/topService__icon02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 320px;
  right: 0;
  height: 36.7vw;
  width: 36vw;
}
@media only screen and (min-width: 1281px) {
  #topServise::after {
    height: 470px;
    width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  #topServise::after {
    bottom: -2%;
  }
}

.topService--bg {
  padding: 90px 4.7vw;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .topService--bg {
    padding: 90px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .topService--bg {
    padding: 80px 4.7vw 80px;
  }
}
.topService--bg::before {
  content: "Service";
  position: absolute;
  font-size: clamp(65px, 21vw, 200px);
  font-family: var(--fontQuick);
  top: clamp(40px, 13vw, 110px);
  left: 0;
  line-height: 1;
  color: #66cdaa;
  z-index: 2;
}
.topService--bg::after {
  content: "";
  position: absolute;
  background-image: url(../img/topService.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  border-radius: 200px 0 0 200px;
  top: -170px;
  right: 0;
  height: clamp(170px, 30vw, 380px);
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .topService--bg::after {
    border-radius: 100px 0 0 100px;
    top: -130px;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .topService--bg .cnt {
    padding: 0;
  }
}

.whiteBg {
  background-color: #fff;
}

.topService--Innerbg {
  padding: clamp(100px, 30vw, 300px) 5vw 10vw;
  position: relative;
}
@media only screen and (min-width: 1281px) {
  .topService--Innerbg {
    padding: 300px 90px 70px;
  }
}

.topService__commonTtile {
  margin-right: 5.5vw;
}
@media only screen and (min-width: 1281px) {
  .topService__commonTtile {
    margin-right: 90px;
  }
}
.topService__commonTtile::before {
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 767px) {
  .topService__commonTtile::before {
    top: -15px;
    left: 0;
  }
}

.serviceTitle {
  padding-bottom: 60px;
  position: relative;
}
.serviceTitle::after {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/10/recruitInterview04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -10px;
  position: absolute;
  right: 0;
  height: 23.5vw;
  width: 18vw;
}
@media only screen and (min-width: 1281px) {
  .serviceTitle::after {
    height: 300px;
    width: 230px;
  }
}

.textContents .textContents__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .textContents .textContents__title {
    font-size: 26px;
  }
}
.textContents .textContents__text {
  font-size: 16px;
  color: #818181;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .textContents .textContents__text {
    font-size: 14px;
    line-height: 1.7;
  }
}

.serviceContents {
  padding-right: 25%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .serviceContents {
    padding-right: 0;
  }
}

.serviceBlock {
  flex-wrap: wrap;
}
.serviceBlock .serviceBlock__item {
  display: block;
  margin-bottom: 40px;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .serviceBlock .serviceBlock__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.serviceBlock .serviceBlock__item:hover {
  cursor: pointer;
}
.serviceBlock .serviceBlock__item:hover .serviceBlock__itemImg::before {
  transition: all 0.5s;
  right: 10px;
}
.serviceBlock .serviceBlock__item .serviceBlock__itemhead {
  position: relative;
}
.serviceBlock .serviceBlock__item .serviceBlock__itemImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 6px 6px 16px rgba(14, 14, 20, 0.16);
  border-radius: 20px;
  padding-top: 74.78%;
  position: relative;
}
.serviceBlock .serviceBlock__item .serviceBlock__itemImg::before {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/migi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.5s;
  right: 20px;
  bottom: 20px;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .serviceBlock .serviceBlock__item .serviceBlock__itemImg::before {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceBlock .serviceBlock__item .serviceBlock__itemImg::before {
    height: 30px;
    width: 30px;
    right: 10px;
    bottom: 10px;
  }
}
.serviceBlock .serviceBlock__item .imteImg__text {
  bottom: 20px;
  left: 30px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceBlock .serviceBlock__item .imteImg__text {
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceBlock .serviceBlock__item .imteImg__text {
    left: 20px;
    bottom: 20px;
  }
}
.serviceBlock .serviceBlock__item .imteImg__text .imteImg__textBg {
  display: inline-block;
  background-color: #1b2839;
  color: #fff;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: bold;
  padding: 0 5px 0 10px;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.serviceBlock .serviceBlock__item .imteImg__text::before {
  background-color: #1b2839;
  content: attr(data-en);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px;
  left: 0;
  position: absolute;
  padding: 0.5em 1em;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .serviceBlock .serviceBlock__item .imteImg__text::before {
    top: auto;
    bottom: 55px;
    padding: 5px 10px;
  }
}
.serviceBlock .serviceBlock__item .serviceBlock__itemText {
  color: #818181;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .serviceBlock .serviceBlock__item .serviceBlock__itemText {
    font-size: 14px;
  }
}

.topService__moreBtn {
  margin: 0 auto;
}

#topAbout {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  #topAbout {
    margin-bottom: 60px;
  }
}

.topAbout__contents {
  padding-top: 370px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topAbout__contents {
    padding-top: 200px;
    flex-direction: column-reverse;
  }
}
.topAbout__contents::before {
  content: "About";
  position: absolute;
  font-size: clamp(65px, 21vw, 200px);
  font-family: var(--fontQuick);
  top: 140px;
  right: 0;
  line-height: 1;
  color: #66cdaa;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .topAbout__contents::before {
    top: 110px;
  }
}

.aboutSlide__main {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  margin-right: 20px;
  width: clamp(200px, 36vw, 460px);
}
@media only screen and (max-width: 767px) {
  .aboutSlide__main {
    margin-bottom: 30px;
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutSlide__main {
    margin-left: -5%;
    width: 25%;
  }
}

.topAbout__middle {
  width: 35%;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .topAbout__middle {
    margin: 0 auto 60px;
    width: 90%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAbout__middle {
    width: 55%;
  }
}

.topAbout--list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.topAbout--list .topAbout--listItem {
  border-bottom: 1px dashed #40b4f7;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .topAbout--list .topAbout--listItem {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .aboutButton {
    margin: 0 auto;
  }
}

.aboutlist__itemLink {
  padding: 20px 60px 20px 0;
  display: block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutlist__itemLink {
    font-size: 20px;
  }
}
.aboutlist__itemLink:hover::before {
  right: -10px;
  transition: all 0.3s;
}
.aboutlist__itemLink::before {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/migi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transform: translate(0, -50%);
  right: 0;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .aboutlist__itemLink::before {
    right: 10px;
    height: 35px;
    width: 35px;
  }
}
.aboutlist__itemLink span {
  color: #66cdaa;
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
}

.topAbout__titleBox {
  width: clamp(100px, 22vw, 280px);
}
@media only screen and (max-width: 767px) {
  .topAbout__titleBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 40px auto;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topAbout__titleBox {
    width: 25%;
  }
}

.topAbout__commonTtile {
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .topAbout__commonTtile {
    margin-right: 30px;
    margin-left: auto;
    margin-top: 50px;
  }
}
.topAbout__commonTtile::before {
  top: 0;
  right: -20px;
  letter-spacing: 0.2em;
}

.aboutSlide__sub {
  margin-top: 150px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .aboutSlide__sub {
    margin-top: 0;
    border-radius: 0 20px 20px 0;
    width: 60%;
  }
}
.aboutSlide__sub .topAbout__titleImg img {
  margin: 0;
}

#topInterview {
  padding-bottom: 120px;
  position: relative;
}
#topInterview::before {
  content: "";
  position: absolute;
  background-image: url(../img/topInterview__item02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 15%;
  bottom: 0;
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #topInterview {
    padding-bottom: 140px;
  }
  #topInterview:before {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  #topInterview {
    padding-bottom: 140px;
  }
  #topInterview:before {
    height: 150px;
    width: 150px;
  }
}

.topInterview__contents {
  padding-top: 300px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  .topInterview__contents {
    padding-top: 150px;
  }
}
.topInterview__contents::before {
  content: "Interview";
  position: absolute;
  font-size: clamp(65px, 17vw, 200px);
  font-family: var(--fontQuick);
  top: 0;
  left: 0;
  line-height: 1;
  color: #66cdaa;
  z-index: 2;
}
.topInterview__contents::after {
  content: "";
  position: absolute;
  background-image: url(../img/topInterview__item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  right: 0;
  height: 14vw;
  width: 23vw;
}
@media only screen and (min-width: 1281px) {
  .topInterview__contents::after {
    height: 180px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .topInterview__contents::after {
    top: 90px;
  }
}

.topinterview__commonTtile {
  line-height: 1.3;
}
.topinterview__commonTtile::before {
  top: -30px;
}

.interviewContents {
  margin-left: 60px;
  width: calc(100% - 530px);
}
@media only screen and (max-width: 767px) {
  .interviewContents {
    margin: 30px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .interviewContents {
    width: 47%;
    margin-left: 2%;
  }
}

.interviewTitle {
  margin-bottom: 80px;
}

.slick-prev,
.slick-next {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.slick-prev::before,
.slick-next::before {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/migi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .slick-prev::before,
  .slick-next::before {
    height: 40px;
    width: 40px;
  }
}
.slick-prev.recruitArw::before,
.slick-next.recruitArw::before {
  background-image: url(../img/arwOrange.png);
}

.slick-prev {
  top: -40px;
  right: 160px;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    right: 80px;
  }
}
.slick-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.slick-next {
  top: -40px;
  right: 80px;
}
@media only screen and (max-width: 767px) {
  .slick-next {
    right: 20px;
  }
}
.slick-next::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.slickSlide {
  margin-bottom: 60px;
}
.slickSlide.maisterSlide .slickSlide--item {
  background-color: #edf6ff;
  border-radius: 20px;
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .slickSlide.maisterSlide .slickSlide--item {
    padding: 40px 15px;
    margin: 0 10px;
  }
}
.slickSlide.maisterSlide .maisterSlide__itemImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  padding-top: 83%;
  position: relative;
  width: 85%;
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText {
  position: absolute;
  text-align: center;
  transform: rotate(-90deg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span {
  color: #66cdaa;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 48%;
  display: inline-block;
  width: 20px;
  height: clamp(1px, 13vw, 150px);
  transform-origin: center bottom;
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(1) {
  transform: rotate(6.3deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(2) {
  transform: rotate(12.6deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(3) {
  transform: rotate(18.9deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(4) {
  transform: rotate(25.2deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(5) {
  transform: rotate(31.5deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(6) {
  transform: rotate(37.8deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(7) {
  transform: rotate(44.1deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(8) {
  transform: rotate(50.4deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(9) {
  transform: rotate(56.7deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(10) {
  transform: rotate(63deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(11) {
  transform: rotate(69.3deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(12) {
  transform: rotate(75.6deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(13) {
  transform: rotate(81.9deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(14) {
  transform: rotate(88.2deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(15) {
  transform: rotate(94.5deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(16) {
  transform: rotate(100.8deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(17) {
  transform: rotate(107.1deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(18) {
  transform: rotate(113.4deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(19) {
  transform: rotate(119.7deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(20) {
  transform: rotate(126deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(21) {
  transform: rotate(132.3deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(22) {
  transform: rotate(138.6deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(23) {
  transform: rotate(144.9deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(24) {
  transform: rotate(151.2deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(25) {
  transform: rotate(157.5deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(26) {
  transform: rotate(163.8deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(27) {
  transform: rotate(170.1deg);
}
.slickSlide.maisterSlide .maisterSlide__itemImage .ballText span:nth-child(28) {
  transform: rotate(176.4deg);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .slickSlide.maisterSlide .maisterSlide__itemImage .ballText span {
    font-size: 16px;
    top: -42px;
    left: 40%;
    width: 20px;
    height: clamp(1px, 14vw, 150px);
  }
}
@media only screen and (max-width: 767px) {
  .slickSlide.maisterSlide .maisterSlide__itemImage .ballText span {
    font-size: clamp(13px, 3vw, 18px);
    left: 48%;
    width: 13px;
    height: clamp(90px, 30vw, 240px);
  }
}
.slickSlide.maisterSlide .maisterSlideTitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .slickSlide.maisterSlide .maisterSlideTitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.slickSlide.maisterSlide .maisterSlideName {
  color: #1b2839;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .slickSlide.maisterSlide .maisterSlideName {
    font-size: 22px;
  }
}

.slickSlide--item {
  margin: 0 15px;
}
.slickSlide--item .slick--itemImg {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .slickSlide--item .slick--itemImg {
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.slickSlide--item .slick--itemImg::before {
  content: "";
  position: absolute;
  background-image: url(../img/topInterview__slideBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: 0;
  right: 0;
  height: 90%;
  width: 90%;
  border-radius: 350px;
}
.slickSlide--item .slick--itemImg .slickItem--num {
  position: absolute;
  font-size: 100px;
  left: 40px;
  bottom: 60px;
  z-index: 2;
  color: #fff;
  line-height: 0.85;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .slickSlide--item .slick--itemImg .slickItem--num {
    font-size: 54px;
    left: 6vw;
    bottom: 13vw;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .slickSlide--item .slick--itemImg .slickItem--num {
    font-size: 54px;
  }
}
.slickSlide--item .slick--itemImg .slickItem--num small {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .slickSlide--item .slick--itemImg .slickItem--num small {
    font-size: 18px;
  }
}
.slickSlide--item .slick--itemImg .slick--itemFlame {
  border-radius: 350px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.slickSlide--item .slick--itemImg .slick--itemFlame.radiusBall {
  border-radius: 50%;
}

.slickItem--title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .slickItem--title {
    font-size: 18px;
  }
}

.slickItem--name {
  font-size: 24px;
  font-weight: bold;
  color: #66cdaa;
}
@media only screen and (max-width: 767px) {
  .slickItem--name {
    font-size: 20px;
  }
}

.slickItem--subText {
  color: #818181;
  margin-bottom: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .slickItem--subText {
    font-size: 13px;
  }
}

.topInterview--btn {
  margin: 0 auto;
}

#topRecruit {
  margin-bottom: 40px;
}

.topRecruit--bg {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .topRecruit--bg {
    padding: 25px 0;
  }
}

.topRecruit--Innerbg {
  padding: clamp(110px, 26vw, 250px) 30px 20px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topRecruit--Innerbg {
    padding: 140px 15px 40px;
  }
}
.topRecruit--Innerbg::before {
  content: "Recruit";
  position: absolute;
  font-size: clamp(65px, 16vw, 200px);
  font-family: var(--fontQuick);
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  line-height: 1;
  color: #4169e1;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .topRecruit--Innerbg::before {
    top: 50px;
  }
}

.topRecruitImgCross {
  position: absolute;
  top: 80px;
  right: -70px;
  width: clamp(200px, 40vw, 500px);
}
@media only screen and (max-width: 767px) {
  .topRecruitImgCross {
    position: static;
    height: auto;
    width: 100%;
    margin-bottom: 14%;
  }
}

.opacityText {
  color: #9daee0;
  position: absolute;
  font-size: 74px;
  font-family: var(--fontQuick);
  line-height: 1;
  font-weight: bold;
  left: 0;
  text-align: center;
  top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .opacityText {
    font-size: 62px;
  }
}

.topRecruit__title {
  padding-right: 35%;
  position: relative;
  z-index: 1;
}
.topRecruit__title span {
  background-color: #000080;
  color: #fff;
  font-size: clamp(20px, 7vw, 50px);
  font-weight: bold;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .topRecruit__title {
    padding-right: 0;
  }
  .topRecruit__title span {
    font-size: 24px;
  }
}

.recruitText {
  line-height: 2;
  font-size: 16px;
  color: #818181;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-right: 50%;
}
@media only screen and (max-width: 767px) {
  .recruitText {
    padding-right: 0;
    font-size: 15px;
    margin-bottom: 0;
  }
}

.recruitBtn {
  background-color: #000080;
  padding: 30px 20px;
  position: relative;
}
.recruitBtn::before {
  content: "Join us!";
  position: absolute;
  font-size: 28px;
  color: #1b2839;
  top: -20px;
  left: -20px;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 767px) {
  .recruitBtn {
    padding: 20px 15px;
  }
}

#topLinks {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  #topLinks {
    margin-bottom: 80px;
  }
}

.topLinks__item {
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 10px;
  transition: all 0.5s;
  height: 32vw;
  width: calc(33.3333333333% - 10px);
}
@media only screen and (max-width: 767px) {
  .topLinks__item {
    height: 100%;
    padding: 20px 40px;
    transform: scale(1);
    width: 100%;
  }
  .topLinks__item + .topLinks__item {
    margin-top: 20px;
  }
}
.topLinks__item:nth-child(1) {
  background-image: url(../img/topLinks__item01.jpg);
}
.topLinks__item:nth-child(2) {
  background-image: url(../img/topLinks__item02.jpg);
}
.topLinks__item:nth-child(3) {
  background-image: url(../img/topLinks__item03.jpg);
}
.topLinks__item:hover {
  transform: scale(1.1);
  transition: all 0.5s;
  z-index: 10;
  color: #fff;
}
.topLinks__item:hover::before {
  background-color: #1e90ff;
}
.topLinks__item:hover .topLinks__textArea .innerText {
  margin-bottom: 60px;
  opacity: 1;
  max-height: 500px;
  visibility: visible;
  transition: all 0.5s;
}
.topLinks__item:hover .topLinks__textArea .innerText span {
  display: inline-block;
}
.topLinks__item::before {
  position: absolute;
  content: "";
  background-color: #4682b4;
  top: 0;
  left: 0;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .topLinks__item::before {
    background-color: rgba(139, 77, 16, 0.5);
  }
}
.topLinks__item .topLinks__textArea {
  text-align: center;
  position: relative;
  z-index: 10;
}
.topLinks__item .topLinks__textArea .textArea__title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topLinks__item .topLinks__textArea .textArea__title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .topLinks__item .topLinks__textArea .textArea__title {
    font-size: 32px;
  }
}
.topLinks__item .topLinks__textArea .textArea__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .topLinks__item .topLinks__textArea .textArea__subtitle {
    font-size: 14px;
  }
}
.topLinks__item .topLinks__textArea .innerText {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  margin: 0;
  max-width: 340px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .topLinks__item .topLinks__textArea .innerText {
    margin-bottom: 30px;
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    transition: all 0.5s;
  }
  .topLinks__item .topLinks__textArea .innerText span {
    display: inline-block;
  }
}
.topLinks__item .topLinks__textArea .topLinks__textLink .arwIcon {
  position: relative;
  padding-right: 50px;
}
.topLinks__item .topLinks__textArea .topLinks__textLink .arwIcon::before {
  position: absolute;
  content: "";
  background-image: url(../img/arwOrange.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  height: 40px;
  width: 40px;
}

.topNews__bg {
  background-image: url(../img/topNews__bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  padding: 0 0 160px;
  height: 100%;
  width: 100%;
}
.topNews__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007b43;
  position: absolute;
}

.topNews__contentsBg {
  padding: 30px 60px 80px;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .topNews__contentsBg {
    padding: 30px 30px 80px;
  }
}

.topNews__item {
  transition: 0.3s;
}
.topNews__item:hover {
  opacity: 0.7;
}
.topNews__item + .topNews__item {
  margin-top: 20px;
}

.newsThumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 11.7%;
  height: 0;
  max-width: 200px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .newsThumb {
    padding-top: 40%;
    max-width: 100%;
    margin: 0 auto;
    width: 70%;
  }
}
.newsThumb.noImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/01/shamei.jpg);
}
.newsThumbOn {
  height: auto;
  max-width: 200px;
  width: 100%;
}
.topNews--contentsTitle {
  color: #007b43;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topNews--contentsTitle {
    margin-bottom: 20px;
  }
}
.topNews--contentsTitle .topNews--titleEn {
  color: #66cdaa;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .topNews--contentsTitle .topNews--titleEn {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin: 0;
  }
}

.topNews__info {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .topNews__info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.topNews__info .topNews__itemTitle {
  font-size: 16px;
  margin-bottom: 25px;
}
.topNews__info .newsTime {
  color: #66cdaa;
  font-style: 14px;
  font-weight: bold;
  margin-right: 40px;
}
.topNews__info .newsCategory {
  background-color: #66cdaa;
	color: white;
  font-weight: bold;
  padding: 3px 25px;
  border-radius: 30px;
}

.topNews__btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.contactBg {
  background-color: #66cdaa;
  padding: 130px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .contactBg {
    padding: 60px 0;
  }
}
.contactBg::before {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/topContact__topText.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 0;
  height: 12vw;
  width: 100%;
  z-index: -1;
}
.contactBg::after {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/topContact__bottomText.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 12vw;
  width: 100%;
  z-index: -1;
}

.topContact__enTitle {
  color: #fff;
  line-height: 1;
  font-size: 28px;
  margin-bottom: 20px;
}

.topContact__jpTitle {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .topContact__jpTitle {
    font-size: 32px;
    line-height: 1.2;
  }
}

.topContactLinks {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .topContactLinks {
    margin: 0 auto;
    width: 90%;
  }
}

.contactButton {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  color: #fff;
  display: block;
  padding: 20px;
  overflow: hidden;
  position: relative;
  width: 460px;
  z-index: 2;
  transition: 0.3s;
}
.contactButton:hover {
  color: #fff;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .contactButton {
    width: 100%;
  }
}
.contactButton + .contactButton {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .contactButton + .contactButton {
    margin-left: 0;
    margin-top: 20px;
  }
}
.contactButton.formContact__button {
  background-image: url(../img/formBtn__bg.jpg);
}
.contactButton.telContact__button {
  background-image: url(../img/telBtn__bg.jpg);
}
.contactButton::before {
  content: "";
  background-image: url(../img/formBtn__person.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  height: clamp(10px, 15vw, 100%);
  width: clamp(10px, 18vw, 100%);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactButton::before {
    height: 10vw;
    width: 12vw;
  }
}
@media only screen and (max-width: 767px) {
  .contactButton::before {
    height: 23vw;
    width: 27vw;
  }
}
.contactButton::after {
  background-color: #007b43;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contactButton.telContact__button::before {
  background-image: url(../img/telBtn__person.png);
  height: clamp(10px, 16vw, 100%);
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .contactButton.telContact__button::before {
    height: 11vw;
  }
}
@media only screen and (max-width: 767px) {
  .contactButton.telContact__button::before {
    background-position: center;
    height: 23vw;
  }
}

.contactButton__head {
  margin-bottom: 20px;
}

.contactIcon {
  border-radius: 50%;
  background-color: #fff;
  height: 66px;
  width: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contactIcon {
    height: 46px;
    width: 46px;
  }
}
.contactIcon img {
  height: 20px;
}

.contactIcon__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contactIcon__title {
    font-size: 20px;
  }
}

.telNumber {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.005em;
}
.telNumber small {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .telNumber {
    font-size: 26px;
  }
  .telNumber small {
    font-size: 13px;
  }
}

/*==================================================
 * 下層ページ
 *================================================*/
#pageTitle {
  background-color: #f2fbff;
}
@media only screen and (max-width: 767px) {
  #pageTitle {
    padding: 7% 0;
  }
}
#pageTitle.recruitTitle {
  background-color: #f2fbff;
}

.sectionTitle {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sectionTitle {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.sectionTitle .sectionTitle--jp {
  font-size: 18px;
}
.sectionTitle .sectionTitle--jp .ballIcon {
  padding-left: 25px;
  position: relative;
  font-weight: 600;
}
.sectionTitle .sectionTitle--jp .ballIcon::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #007b43;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.sectionTitle .sectionTitle--en {
  font-size: 56px;
  line-height: 1;
  color: #66cdaa;
  letter-spacing: -0.02em;
}
.sectionTitle.recruit .sectionTitle--jp .ballIcon::before {
  background-color: #6bb5ff;
}
.sectionTitle.recruit .sectionTitle--en {
  color: #00008b;
}

.pageTitle__box {
  padding-left: 4%;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .pageTitle__box {
    text-align: left;
    padding-left: 7%;
    width: 100%;
    margin-bottom: -8%;
  }
}
.pageTitle__box .sectionTitle--jp {
  font-size: 20px;
}
.pageTitle__box .sectionTitle--jp span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .pageTitle__box .sectionTitle--jp {
    font-size: 16px;
  }
}
.pageTitle__box .sectionTitle--en {
  font-size: 72px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .pageTitle__box .sectionTitle--en {
    font-size: 60px;
  }
}

.sectionTitle--Img {
  border-radius: 200px 0 0 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  max-width: 75%;
  padding-top: clamp(250px, 20%, 350px);
  width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .sectionTitle--Img {
    margin-left: auto;
    padding-top: 150px;
    width: 85%;
    max-width: none;
  }
}
.sectionTitle--Img.aboutPage__title {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/2-2.jpg);
}
.sectionTitle--Img.servicePage__title {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/3.jpg);
}
.sectionTitle--Img.recruitPage__title {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/04/headed5.jpg);
}
@media only screen and (max-width: 767px) {
  .sectionTitle--Img.recruitPage__title {
    background-position: left center;
  }
}
.sectionTitle--Img.contactPage__title {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/4.jpg);
}
.sectionTitle--Img.newsPage__title {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/3.jpg);
}

#aboutMessage,
#about_sdgs,
#aboutHistory,
#recruit__schedule {
  margin-top: -100px;
  padding-top: 100px;
}

.aboutMessage__contents {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .aboutMessage__contents {
    margin-bottom: 75px;
  }
}

.aboutMessage__imgWrap {
  width: 40%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessage__imgWrap {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessage__imgWrap {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutMessage__img {
  margin-bottom: 30px;
  position: relative;
}
.aboutMessage__img::before {
  content: "";
  position: absolute;
  background-image: url(../img/topInterview__slideBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -20px;
  right: -20px;
  height: 100%;
  width: 100%;
  border-radius: 350px;
  z-index: -1;
}
.aboutMessage__img span {
  border-radius: 320px;
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aboutMessage__img span {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessage__img {
    margin-left: auto;
    margin-right: auto;
  }
  .aboutMessage__img:before {
    bottom: -10px;
    right: -10px;
  }
}

.textBox {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
.textBox p {
  margin-bottom: 0.75em;
}
@media only screen and (max-width: 767px) {
  .textBox {
    font-size: 14px;
  }
}

.presidentName {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 959px) {
  .presidentName {
    font-size: 21px;
  }
}
.presidentName span {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 959px) {
  .presidentName span {
    font-size: 14px;
  }
}

.aboutMessage__text {
  padding-left: 8%;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .aboutMessage__text {
    margin: 30px auto 0;
    width: 90%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .aboutMessage__text {
    width: 70%;
  }
}

.contentsMumber {
  color: #1b2839;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  padding-top: 30px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .contentsMumber {
    padding-top: 10px;
  }
}
.contentsMumber::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #007b43 0%,
    #007b43 50%,
    #66cdaa 50%,
    #66cdaa 100%
  );
  height: 7px;
  width: 100%;
  left: 0;
  top: 0;
}
.contentsMumber.recruit {
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .contentsMumber.recruit {
    padding-top: 10px;
    font-size: 50px;
  }
}
.contentsMumber.recruit::before {
  background: linear-gradient(
    90deg,
    #2ca9e1 0%,
    #2ca9e1 50%,
    #1e90ff 50%,
    #1e90ff 100%
  );
}
@media only screen and (max-width: 767px) {
  .contentsMumber {
    font-size: 50px;
  }
}

.blueBg {
  font-size: 32px;
  background-color: #007b43;
  color: #fff;
  display: inline;
  line-height: 1.8;
  padding: 2px 10px;
  letter-spacing: 0.02em;
  font-weight: 500;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
  .blueBg {
    font-size: 24px;
  }
}

.orangeBg {
  font-size: 32px;
  font-weight: 500;
  background-color: #2ca9e1;
  color: #fff;
  display: inline;
  line-height: 1.8;
  padding: 2px 10px;
  letter-spacing: 0.02em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.aboutFeature__contents {
  border-top: 1px solid #1c2838;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents {
    margin: 0 auto 40px;
  }
}
.aboutFeature__contents.firstContents::before {
  content: "";
  background-image: url(../img/aboutFeature__item.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: max(-28vw, -180px);
  right: 100px;
  height: min(28vw, 180px);
  width: min(23vw, 170px);
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents.firstContents::before {
    right: 0;
  }
}
.aboutFeature__contents .feature__en {
  color: #818181;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents .feature__en {
    font-size: 12px;
  }
}
.aboutFeature__contents .aboutFeature__contentsBox {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents .aboutFeature__contentsBox {
    margin-top: 30px;
  }
}
.aboutFeature__contents .aboutFeature__textContents {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents .aboutFeature__textContents {
    width: 100%;
  }
}
.aboutFeature__contents .aboutFeature__textContents .textContents__text {
  padding-right: 70px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents .aboutFeature__textContents .textContents__text {
    padding-right: 0;
  }
}
.aboutFeature__contents .aboutFeature__contentsIgm {
  position: relative;
  width: clamp(200px, 45vw, 500px);
}
@media only screen and (max-width: 767px) {
  .aboutFeature__contents .aboutFeature__contentsIgm {
    margin-top: 40px;
    width: 100%;
  }
}
.aboutFeature__contents .aboutFeature__contentsIgm span {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.aboutFeature__contents .aboutFeature__contentsIgm::before,
.aboutFeature__contents .aboutFeature__contentsIgm::after {
  content: "";
  background-image: url(../img/aboutItem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 40px;
}
.aboutFeature__contents .aboutFeature__contentsIgm::before {
  top: -10px;
  left: -10px;
}
.aboutFeature__contents .aboutFeature__contentsIgm::after {
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}

.subContents__title {
  margin-bottom: 30px;
}
.subContents__title span {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.subContents__title span::before {
  content: "";
  background-color: #007b43;
  position: absolute;
  border-radius: 50%;
  display: block;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 10px;
  width: 10px;
}

.tableScroll {
  overflow-x: auto;
}
.tableScroll table {
  border-collapse: collapse;
  margin-bottom: 15px;
  width: 920px;
}
.tableScroll table th {
  background-color: #e3f5fd;
}
.tableScroll table th,
.tableScroll table td {
  border: solid 1px #818181;
  padding: 5px 0;
  width: 180px;
}
.tableScroll table th:nth-child(2n + 1),
.tableScroll table td:nth-child(2n + 1) {
  width: 279px;
}
.tableScroll table .tableText {
  padding-left: 30px;
  padding-right: 30px;
}
.tableScroll .note {
  color: #818181;
}

.stripeBg {
  position: relative;
}
.stripeBg::before {
  content: "";
  background-image: linear-gradient(-45deg,#66cdaa 25%,#ffffff 25%,#ffffff 50%, #66cdaa 50%,#66cdaa 75%,#ffffff 75%,#ffffff);
  background-size: 60px 60px;
  position: absolute;
  bottom: -30px;
  height: 70%;
  width: 100%;
  z-index: -1;
}
.stripeBg.--left::before {
  left: -20%;
}
.stripeBg.--right::before {
  right: -20%;
}

.subContents__inner .attemptItem {
  border-radius: 20px;
  overflow: hidden;
}
.subContents__inner .attemptItem__box {
  background-color: #fff;
  padding: 25px;
}
.subContents__inner .attemptItem__box .attemptItem__title {
  margin-bottom: 20px;
  color: #007b43;
  font-weight: bold;
  font-size: 20px;
}
.subContents__inner .attemptItem__box .attemptItem__text {
  font-size: 14px;
  color: #818181;
}
.subContents__inner.serviceArea .attemptItem {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .subContents__inner.serviceArea .attemptItem {
    width: 100%;
  }
}
.subContents__inner.serviceArea .attemptItem:nth-child(1) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/24183669_s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
.subContents__inner.serviceArea .attemptItem:nth-child(2) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/23982404_s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
.subContents__inner.serviceArea .attemptItem:nth-child(3) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2025/04/private.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
.subContents__inner.sdgsArea .attemptItem {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 767px) {
  .subContents__inner.sdgsArea .attemptItem {
    width: 100%;
    margin-bottom: 7%;
  }
}
.subContents__inner.sdgsArea .attemptItem:nth-child(1) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs1-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner.sdgsArea .attemptItem:nth-child(1) .attemptItem__image {
    background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs1-1.jpg);
    background-size: 70%;
    background-color: #fff;
    padding-top: 50%;
  }
}
.subContents__inner.sdgsArea .attemptItem:nth-child(2) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs2-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner.sdgsArea .attemptItem:nth-child(2) .attemptItem__image {
    background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs2-1.jpg);
    background-size: 70%;
    background-color: #fff;
    padding-top: 50%;
  }
}
.subContents__inner.sdgsArea .attemptItem:nth-child(3) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner.sdgsArea .attemptItem:nth-child(3) .attemptItem__image {
    background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs3.jpg);
    background-size: 70%;
    background-color: #fff;
    padding-top: 50%;
  }
}
.subContents__inner.sdgsArea .attemptItem:nth-child(4) .attemptItem__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs4-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 65%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner.sdgsArea .attemptItem:nth-child(4) .attemptItem__image {
    background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sdgs4-1.jpg);
    background-size: 70%;
    background-color: #fff;
    padding-top: 50%;
  }
}
.subContents__inner .trustAreaItem.trustAreaItem__image {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner .trustAreaItem.trustAreaItem__image {
    margin: 0 auto;
    width: 70%;
    max-width: 170px;
    margin-bottom: 7%;
  }
}
.subContents__inner .trustAreaItem.trustAreaItem__info {
  border: 1px solid #007b43;
  position: relative;
  padding: 40px 30px;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .subContents__inner .trustAreaItem.trustAreaItem__info {
    width: 100%;
  }
}
.subContents__inner .trustAreaItem.trustAreaItem__info::before,
.subContents__inner .trustAreaItem.trustAreaItem__info::after {
  content: "";
  background-color: #fff;
  position: absolute;
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}
.subContents__inner .trustAreaItem.trustAreaItem__info::before {
  top: -2px;
}
.subContents__inner .trustAreaItem.trustAreaItem__info::after {
  bottom: -2px;
}
.subContents__inner
  .trustAreaItem.trustAreaItem__info
  .trustAreaItem__infoTitle {
  font-size: 18px;
  font-weight: bold;
  color: #007b43;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.subContents__inner
  .trustAreaItem.trustAreaItem__info
  .trustAreaItemBox
  + .trustAreaItemBox {
  margin-top: 20px;
}
.subContents__inner
  .trustAreaItem.trustAreaItem__info
  .trustAreaItemBox
  .trustAreaItemBox__Title {
  font-size: 16px;
  margin-bottom: 10px;
}

#aboutHistory {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  #aboutHistory {
    margin-bottom: 80px;
  }
}

.tableInfo {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .tableInfo {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tableInfo dl {
    border-bottom: 1px solid #818181;
    padding: 10px 5px;
  }
}
.tableInfo dl dt,
.tableInfo dl dd {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .tableInfo dl dt,
  .tableInfo dl dd {
    font-size: 14px;
  }
}
.tableInfo dl dt {
  border-bottom: 2px solid #007b43;
  color: #007b43;
  padding: 15px;
  font-weight: 600;
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .tableInfo dl dt {
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
}
.tableInfo dl dd {
  border-bottom: 1px solid #818181;
  padding: 15px 20px;
  letter-spacing: 0.02em;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .tableInfo dl dd {
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
}

.historyImages .historyImages__item {
  margin: 0 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .historyImages .historyImages__item {
    border-radius: 5px;
    margin: 0 5px;
  }
}
.historyImages .historyImages__item:nth-child(2n) {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .historyImages .historyImages__item:nth-child(2n) {
    margin-top: 20px;
  }
}

#aboutCompany {
  margin-bottom: 70px;
}

.aboutCompany__mainImage {
  margin-bottom: 30px;
  padding: 0 60px;
  position: relative;
}
.aboutCompany__mainImage span {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.aboutCompany__mainImage span img {
  width: 100%;
}
.aboutCompany__mainImage::before {
  content: "";
  background-image: url(../img/aboutCompany__item.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  bottom: -20px;
  left: -30px;
  height: clamp(200px, 32vw, 400px);
  position: absolute;
  z-index: -1;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .aboutCompany__mainImage {
    padding: 0;
  }
  .aboutCompany__mainImage::before {
    background-position: center center;
    background-size: contain;
    bottom: 20%;
    left: auto;
    height: 200px;
    width: 100px;
    right: 0;
    transform: rotate(15deg);
  }
}

.companyTable {
  margin-bottom: 40px;
}

.gmapArea {
  /* Google Mapのiframe */
  margin-bottom: 70px;
}
.gmapArea .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.93%; /* 比率を4:3に固定 */
}
.gmapArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageBottom__item {
  display: block;
  position: relative;
  width: calc(33.3333333333% - 15px);
}
.pageBottom__item:nth-child(1) .pageBottom__itemBg {
  background-image: url(../img/aboutLinks01.jpg);
}
.pageBottom__item:nth-child(2) .pageBottom__itemBg {
  background-image: url(../img/aboutLinks02.jpg);
}
.pageBottom__item:nth-child(3) .pageBottom__itemBg {
  background-image: url(../img/aboutLinks03.jpg);
}
.pageBottom__item:hover .pageBottom__itemBg:before {
  background-color: #007b43;
}
.pageBottom__item .pageBottom__itemBg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 50px 20px;
}
.pageBottom__item .pageBottom__itemBg::before {
  background-color: rgba(25, 96, 168, 0.4);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .pageBottom__item {
    width: 100%;
  }
  .pageBottom__item + .pageBottom__item {
    margin-top: 30px;
  }
}
.pageBottom__item::after {
  background-image: url(../img/topInterview__slideBg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  border-radius: 20px;
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.pageBottom__item .pageBottom__text {
  color: #fff;
  font-size: 30px;
  position: relative;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.pageBottom__item .pageBottom__text .pageBottom__itemEn {
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
.pageBottom__item .pageBottom__text .pageBottom__itemJp {
  font-size: 16px;
  font-weight: 600;
}

#serviceMain {
  background-image: url(../img/serviceContents__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #serviceMain {
    margin-bottom: 50px;
  }
}
#serviceMain::before {
  position: absolute;
  content: "";
  background-image: url(../img/serviceItem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -120px;
  right: clamp(50% - 620px, 20vw, 10px);
  height: 350px;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  #serviceMain::before {
    content: none;
  }
}

#serviceContents {
  margin-bottom: 100px;
}

.serviceMain__title {
  text-align: center;
  font-size: clamp(29px, 7vw, 56px);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 60px;
  letter-spacing: 0.06em;
}

.serviceMain__text {
  padding-right: 80px;
  font-size: 20px;
  line-height: 2.1;
}
@media only screen and (max-width: 767px) {
  .serviceMain__text {
    font-size: 14px;
    padding-right: 0;
  }
}

.serviceMainImgBox {
  padding-bottom: 34%;
  width: 80%;
  border-radius: 20px;
  position: relative;
}
.serviceMainImgBox:before,
.serviceMainImgBox:after {
  content: "";
  background-image: url(../img/aboutItem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 40px;
  z-index: 2;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceMainImgBox:before,
  .serviceMainImgBox:after {
    height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceMainImgBox:before,
  .serviceMainImgBox:after {
    height: 20px;
    width: 20px;
  }
}
.serviceMainImgBox:before {
  top: -10px;
  left: -10px;
}
.serviceMainImgBox:after {
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}
.reverse .serviceMainImgBox {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .serviceMainImgBox {
    padding-bottom: 60%;
    width: 90%;
    border-radius: 10px;
  }
}

#service_1,
#service_2,
#service_3,
#service_4,
#service_5 {
  margin-top: -100px;
  padding-top: 100px;
}

.serviceMainCard {
  position: relative;
  margin-bottom: 10%;
}
.serviceMainCard::before {
  content: "";
  display: block;
  position: absolute;
  width: 27%;
  height: 95%;
  right: -7%;
  bottom: -50px;
  background-image: linear-gradient(-45deg, #66cdaa 25%, #fff 25%, #fff 50%, #66cdaa 50%, #66cdaa 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  z-index: -1;
}
.serviceMainCard.reverse:before {
  left: -7%;
  right: auto;
}

.serviceMainTitle {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  background: #1b2839;
  padding: 0.4em 0;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
  white-space: nowrap;
  position: absolute;
  right: -1em;
  bottom: 15%;
  letter-spacing: 0.2em;
  z-index: 3;
}
.reverse .serviceMainTitle {
  left: -1em;
  right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .serviceMainTitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .serviceMainTitle {
    font-size: 28px;
    bottom: 20px;
  }
}

.serviceMainTextBox {
  background-color: #fff;
  width: 95%;
  padding: 4% 6%;
  padding-left: 0;
  position: relative;
}
.reverse .serviceMainTextBox {
  margin-left: auto;
}
.serviceMainTextBox .num {
  font-size: 64px;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  padding-top: 0.25em;
}
.serviceMainTextBox .num::before,
.serviceMainTextBox .num:after {
  width: 50%;
  height: 7px;
  content: "";
  display: block;
  background-color: #007b43;
  position: absolute;
  top: 0;
}
.serviceMainTextBox .num::after {
  right: 0;
  background-color: #66cdaa;
}
.serviceMainTextBox .textBox {
  padding-left: 110px;
}
.reverse .serviceMainTextBox {
  padding-left: 4%;
  padding-right: 0;
}
.reverse .serviceMainTextBox .textBox {
  padding-right: 130px;
  padding-left: 0;
}
.reverse .serviceMainTextBox .num {
  right: 0.5em;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .serviceMainTextBox {
    width: 100%;
  }
  .serviceMainTextBox .num {
    font-size: 38px;
    top: -1.5em;
    left: 0.5em;
    color: #fff;
  }
  .serviceMainTextBox .textBox {
    padding-left: 0;
  }
  .reverse .serviceMainTextBox .textBox {
    padding-right: 0;
  }
}

.serviceMainEn {
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
.reverse .serviceMainEn {
  right: auto;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .serviceMainEn {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .serviceMainEn {
    font-size: 14px;
    text-align: center;
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .reverse .serviceMainEn {
    text-align: left;
  }
}

#serviceMaister {
  margin-bottom: 120px;
}

.serviceMaister__title {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .serviceMaister__title {
    padding-left: 0;
  }
}

.maistreContents--text {
  width: clamp(200px, 44vw, 580px);
}
@media only screen and (max-width: 767px) {
  .maistreContents--text {
    margin-bottom: 60px;
    width: 100%;
  }
}

.speace {
  width: 200px;
}

.maisterSlide .slick-prev,
.maisterSlide .slick-next {
  top: -90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .maisterSlide .slick-prev::before,
  .maisterSlide .slick-next::before {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .maisterSlide .slick-prev,
  .maisterSlide .slick-next {
    top: -40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .maisterSlide .slick-prev {
    right: 140px;
  }
}

@media only screen and (max-width: 767px) {
  #serviceFlow .sectionTitle {
    margin: 0;
    width: auto;
  }
}
#serviceFlow .flowTitle {
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #serviceFlow .flowTitle {
    margin-left: 30px;
    font-size: 18px;
  }
}

.scrollArea {
  overflow-y: auto;
}
.scrollArea .flowContents__inner {
  width: 1700px;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .scrollArea .flowContents__inner {
    padding: 20px 10%;
  }
}

.flowContents__item {
  display: block;
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  width: 160px;
}
.flowContents__item::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/migi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  right: -45px;
  height: 30px;
  width: 30px;
}
.flowContents__item:last-of-type::before {
  content: none;
}
.flowContents__item + .flowContents__item {
  margin-left: 60px;
}
.flowContents__item .flowContents__itemImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
  height: 100px;
  width: 100px;
}
.flowContents__item:nth-child(1) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/otoiawase.jpg);
}
.flowContents__item:nth-child(2) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/omitsumori.jpg);
}
.flowContents__item:nth-child(3) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sign.jpg);
}
.flowContents__item:nth-child(4) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/size.jpg);
}
.flowContents__item:nth-child(5) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sakuzu.jpg);
}
.flowContents__item:nth-child(6) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/kakou.jpg);
}
.flowContents__item:nth-child(7) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/26122969_s.jpg);
}
.flowContents__item:nth-child(8) .flowContents__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/hikiwatasi.jpg);
}
.flowContents__item .flowContents__itemTitle {
  color: #007b43;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.flowContents__item .flowContents__itemText {
  font-weight: bold;
  font-size: 18px;
}

#recruitMessage .cntLL {
  margin: 0 auto;
  width: 90%;
}

.messageContents {
  background-color: #f2fbff;
  padding: 60px;
  border-radius: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .messageContents {
    padding: 20px 10px;
  }
}
.messageContents .messageContetns__image {
  position: absolute;
  top: -100px;
  transform: rotate(5deg);
  right: 50px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .messageContents .messageContetns__image {
    transform: rotate(0deg);
    position: static;
    margin: 0 auto 50px;
    width: 75%;
  }
}
.messageContents .messageContetns__image span {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.messageContents .messageContetns__image::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(-45deg,#66cdaa 25%,#fff 25%,#fff 50%,#66cdaa 50%,#66cdaa 75%,#fff 75%,#fff);
  background-size: 60px 60px;
  bottom: -10px;
  right: -10px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  z-index: -1;
}

.messageContetns__title {
  margin-bottom: 30px;
  padding-right: 30%;
}
.messageContetns__title span {
  font-size: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .messageContetns__title {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .messageContetns__title span {
    font-size: 25px;
  }
}

.messageContents__text {
  line-height: 2;
  color: #818181;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .messageContents__text {
    font-size: 14px;
  }
}

.messageName {
  text-align: right;
  font-size: 22px;
  font-weight: 500;
}
.messageName span {
  font-weight: 500;
  font-size: 16px;
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}

#recruitFeature {
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  #recruitFeature {
    margin-bottom: 80px;
  }
}

#recruitNumbers,
#recruit_plan {
  margin-top: -100px;
  padding-top: 100px;
}

.featureTitle.sectionTitle {
  margin-bottom: 0;
}

.featureBox {
  flex-wrap: wrap;
}
.featureBox + .featureBox .featureItem:first-child {
  margin-top: 5%;
}
.featureBox .featureItem {
  position: relative;
  width: 41%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureBox .featureItem {
    width: 44%;
  }
}
.featureBox .featureItem + .featureItem {
  margin-left: 120px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .featureBox .featureItem + .featureItem {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .featureBox .featureItem + .featureItem {
    margin-left: 0;
  }
}
.featureBox .featureItem:first-child {
  margin-top: 10%;
}
@media only screen and (max-width: 767px) {
  .featureBox .featureItem {
    margin-bottom: 40px;
    width: 100%;
  }
}
.featureBox .featureItem__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-top: 65%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .featureBox .featureItem__image {
    padding-top: 53%;
    width: 100%;
  }
}
.featureBox .featureItem__image::before,
.featureBox .featureItem__image::after {
  content: "";
  background-image: url(../img/recruitItem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .featureBox .featureItem__image::before,
  .featureBox .featureItem__image::after {
    height: 25px;
    width: 25px;
  }
}
.featureBox .featureItem__image::before {
  top: -10px;
  left: -10px;
}
.featureBox .featureItem__image::after {
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}
.featureBox .serviceItem__box {
  background-color: #2ca9e1;
  border-radius: 20px;
  position: relative;
  padding: 50px 40px 40px;
  height: auto;
  z-index: 2;
  width: 100%;
  margin-top: -10%;
  margin-left: clamp(-60px, -3vw, 1px);
}
@media only screen and (max-width: 959px) {
  .featureBox .serviceItem__box {
    padding: 40px 20px 20px;
    margin: -5% auto 0;
    width: 90%;
  }
}
.featureBox .serviceItem__box .recruitItem__footNum {
  position: absolute;
  top: -1em;
  left: 1em;
}
@media only screen and (max-width: 959px) {
  .featureBox .serviceItem__box .recruitItem__footNum {
    top: -0.8em;
    left: 0.8em;
  }
}
.featureBox .serviceItem__box .featureItem__title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .featureBox .serviceItem__box .featureItem__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.featureBox .serviceItem__box .featureItem__text {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
@media only screen and (max-width: 959px) {
  .featureBox .serviceItem__box .featureItem__text {
    font-size: 14px;
  }
}

.numbersText {
  margin-bottom: 70px;
  font-size: 16px;
}

.numbersBox {
  flex-wrap: wrap;
}

.numbersItem {
  border-top: 1px solid #1c2838;
  margin-bottom: 70px;
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 767px) {
  .numbersItem {
    margin-bottom: 35px;
    width: 100%;
  }
}
.numbersItem:nth-child(1) .numbersItem__title::after {
  content: "Date.01";
}
.numbersItem:nth-child(1) .numbersMain::before {
  background-image: url(../img/recruitIcon01.png);
}
.numbersItem:nth-child(2) .numbersItem__title::after {
  content: "Date.02";
}
.numbersItem:nth-child(2) .numbersMain::before {
  background-image: url(../img/recruitIcon02.png);
}
.numbersItem:nth-child(3) .numbersItem__title::after {
  content: "Date.03";
}
.numbersItem:nth-child(3) .numbersMain::before {
  background-image: url(../img/recruitIcon03.png);
}
.numbersItem:nth-child(4) .numbersItem__title::after {
  content: "Date.04";
}
.numbersItem:nth-child(4) .numbersMain::before {
  background-image: url(../img/recruitIcon04.png);
}
.numbersItem:nth-child(5) .numbersItem__title::after {
  content: "Date.05";
}
.numbersItem:nth-child(5) .numbersMain::before {
  background-image: url(../img/recruitIcon05.png);
}
.numbersItem:nth-child(6) .numbersItem__title::after {
  content: "Date.06";
}
.numbersItem:nth-child(6) .numbersMain::before {
  background-image: url(../img/recruitIcon06.png);
}
.numbersItem:nth-child(7) .numbersItem__title::after {
  content: "Date.07";
}
.numbersItem:nth-child(7) .numbersMain::before {
  background-image: url(../img/recruitIcon07.png);
}
.numbersItem .numbersItem__title {
  color: #1e90ff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-top: 20px;
}
.numbersItem .numbersItem__title span {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 5px;
  display: inline-block;
}
.numbersItem .numbersItem__title::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #2ca9e1 0%,
    #2ca9e1 50%,
    #1e90ff 50%,
    #1e90ff 100%
  );
  height: 7px;
  width: 50px;
  left: 0;
  top: 0;
}
.numbersItem .numbersItem__title::after {
  position: absolute;
  font-size: 12px;
  color: #1b2839;
  right: 0;
  top: 10px;
}
.numbersItem .numbersMain {
  color: #2ca9e1;
  font-size: clamp(20px, 10vw, 120px);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
  padding-top: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .numbersItem .numbersMain {
    font-size: 66px;
    padding-top: 100px;
  }
}
.numbersItem .numbersMain::before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 110px;
  width: 130px;
}
@media only screen and (max-width: 767px) {
  .numbersItem .numbersMain::before {
    height: 80px;
    width: 90px;
  }
}
.numbersItem .numbersMain span {
  font-size: 35px;
  font-family: var(--fontJp);
}
.numbersItem .numbersItem__text {
  font-size: 18px;
  line-height: 2;
  color: #818181;
}
@media only screen and (max-width: 767px) {
  .numbersItem .numbersItem__text {
    font-size: 14px;
  }
}

#recruitWanted .stripBg--orange {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #recruitWanted .stripBg--orange {
    padding: 30px 0;
  }
}
#recruitWanted .stripBg--orange .whiteBg {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  #recruitWanted .stripBg--orange .whiteBg {
    padding: 30px 0;
  }
}
#recruitWanted .wantedTitle {
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  #recruitWanted .wantedTitle {
    padding-left: 20px;
  }
}
#recruitWanted .wantedContents {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 970px) {
  #recruitWanted .wantedContents {
    flex-direction: column;
  }
}
#recruitWanted .wantedContents::before {
  position: absolute;
  content: "";
  background-image: url(../img/wantedItem.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: -200px;
  right: 9vw;
  height: 240px;
  width: 330px;
}
@media (max-width: 970px) {
  #recruitWanted .wantedContents::before {
    top: -25vw;
    right: 5vw;
    height: 25vw;
    width: 55vw;
  }
}
#recruitWanted .wantedItem {
  text-align: center;
  position: relative;
  flex-direction: column;
  width: 25%;
  z-index: 2;
}
@media (max-width: 970px) {
  #recruitWanted .wantedItem {
    border: 5px solid #6bb5ff;
    padding: 10px;
    margin: 0 auto;
    width: 90%;
  }
  #recruitWanted .wantedItem + .wantedItem {
    margin-top: 30px;
  }
}
#recruitWanted .wantedItem:nth-child(1) .wantedItem__title::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0965-illustration-m.png);
}
#recruitWanted .wantedItem:nth-child(2) .wantedItem__title::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/1029-illustration-m.png);
}
#recruitWanted .wantedItem:nth-child(3) .wantedItem__title::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0092-illustration-m.png);
}
#recruitWanted .wantedItem:nth-child(4) .wantedItem__title::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0485-illustration-m.png);
}
#recruitWanted .wantedItem::before {
  border-radius: 50%;
  border: 13px solid #2ca9e1;
  content: "";
  position: absolute;
  height: min(25vw, 320px);
  width: min(25vw, 320px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 970px) {
  #recruitWanted .wantedItem::before {
    content: none;
  }
}
#recruitWanted .wantedItem .wantedItem__title {
  font-size: clamp(1px, 2.5vw, 30px);
  color: #1e90ff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #recruitWanted .wantedItem .wantedItem__title {
    font-size: 26px;
  }
}
#recruitWanted .wantedItem .wantedItem__title::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  width: 70px;
}
#recruitWanted .wantedItem .wantedItem__title span {
  font-size: 15px;
  display: block;
  color: #6bb5ff;
}
@media (max-width: 970px) {
  #recruitWanted .wantedItem .wantedItem__title span {
    font-size: 22px;
  }
}
#recruitWanted .wantedItem .wantedItem__text {
  margin: 0 auto;
  text-align: left;
  letter-spacing: 0.02em;
  font-size: clamp(1px, 1vw, 14px);
  padding: 0 20px;
  width: 200px;
}
@media (max-width: 970px) {
  #recruitWanted .wantedItem .wantedItem__text {
    padding: 0;
    font-size: 14px;
  }
}

.worksBox .worksBox__image {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/serviceContents3.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding-top: 22%;
  position: relative;
  width: 420px;
}
@media only screen and (max-width: 767px) {
  .worksBox .worksBox__image {
    padding-top: 58%;
    margin: 0 auto 10px;
    width: 85%;
  }
}
.worksBox .worksBox__image::before,
.worksBox .worksBox__image::after {
  content: "";
  background-image: url(../img/recruitItem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .worksBox .worksBox__image::before,
  .worksBox .worksBox__image::after {
    height: 25px;
    width: 25px;
  }
}
.worksBox .worksBox__image::before {
  top: -10px;
  left: -10px;
}
.worksBox .worksBox__image::after {
  bottom: -10px;
  right: -10px;
  transform: rotate(180deg);
}
.worksBox .worksBox__inner {
  width: calc(100% - 480px);
}
@media only screen and (max-width: 767px) {
  .worksBox .worksBox__inner {
    width: 100%;
  }
}
.worksBox .worksBox__inner .worksBox__title {
  font-size: 24px;
  font-weight: bold;
  color: #2ca9e1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .worksBox .worksBox__inner .worksBox__title {
    margin-bottom: 10px;
  }
}
.worksBox .worksBox__inner .worksBox__text {
  font-size: 16px;
  color: #818181;
}
@media only screen and (max-width: 767px) {
  .worksBox .worksBox__inner .worksBox__text {
    font-size: 14px;
  }
}
.worksBox .worksBox__inner .worksBox__text .worksBox__subTitle {
  display: block;
  color: #2ca9e1;
}

#recruitInterview {
  margin-top: -100px;
  padding-top: 100px;
}

.interviewSlide .slick-prev,
.interviewSlide .slick-next {
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide .slick-prev,
  .interviewSlide .slick-next {
    top: -50px;
  }
  .interviewSlide .slick-prev::before,
  .interviewSlide .slick-next::before {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .interviewSlide .slick-prev {
    right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .interviewSlide {
    margin-top: 40px;
  }
}

.interviewSlide__item {
  background-color: #fff5ea;
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item {
    padding: 40px 10px 10px;
  }
}
.interviewSlide__item .slideNum {
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 20px;
  color: #1b2839;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .slideNum {
    top: 5px;
    right: 10px;
    font-size: 15px;
  }
}
.interviewSlide__item .interviewHead {
  margin-bottom: 20px;
}
.interviewSlide__item .staffImageBox {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffImageBox {
    margin: 0 auto 30px;
    width: 70%;
  }
}
.interviewSlide__item .staffImage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  padding-top: 100%;
}
.interviewSlide__item .staffText {
  margin-left: 60px;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffText {
    margin-left: 0;
    width: 100%;
  }
}
.interviewSlide__item .staffText .staffText__title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffText .staffText__title .orangeBg {
    font-size: 22px;
  }
}
.interviewSlide__item .staffText .staffInfo {
  margin-bottom: 20px;
}
.interviewSlide__item .staffText .staffInfo .staffText__name {
  color: #6bb5ff;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffText .staffInfo .staffText__name {
    font-size: 16px;
  }
}
.interviewSlide__item .staffText .staffInfo .staffText__category {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffText .staffInfo .staffText__category {
    font-size: 14px;
  }
}
.interviewSlide__item .staffText .staffText__text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .staffText .staffText__text {
    font-size: 14px;
  }
}
.interviewSlide__item .interviewFoot {
  padding: 40px 60px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .interviewFoot {
    padding: 20px 30px;
  }
}
.interviewSlide__item .interviewFoot dl + dl {
  margin-top: 20px;
}
.interviewSlide__item .interviewFoot dt {
  margin-bottom: 10px;
}
.interviewSlide__item .interviewFoot dt span {
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
.interviewSlide__item .interviewFoot dt span::before {
  content: "";
  background-color: #2ca9e1;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
  height: 10px;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .interviewFoot dt span {
    font-size: 16px;
    padding-left: 20px;
  }
  .interviewSlide__item .interviewFoot dt span::before {
    height: 8px;
    width: 8px;
  }
}
.interviewSlide__item .interviewFoot dd {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .interviewSlide__item .interviewFoot dd {
    font-size: 14px;
  }
}

.scheduleSlide .slick-track {
  padding: 0 10% 0 5%;
}
@media only screen and (max-width: 767px) {
  .scheduleSlide .slick-track {
    padding: 0;
  }
}
.scheduleSlide .slick-prev,
.scheduleSlide .slick-next {
  top: -80px;
}

.scheduleSlide__item {
  background-color: #f2fbff;
  border-radius: 20px;
  margin: 0 10px;
  padding: 0 30px 30px;
  position: relative;
  max-width: 400px;
}
.scheduleSlide__item:nth-child(1)::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0558-free-image-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  right: 50px;
  height: 75px;
  width: 90px;
}
.scheduleSlide__item:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0518-free-image-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  right: 50px;
  height: 75px;
  width: 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .scheduleSlide__item:nth-child(1)::before {
    right: 30px;
  }
}
.scheduleSlide__item:nth-child(3)::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/m-0789-cooking-food.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  right: 50px;
  height: 75px;
  width: 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .scheduleSlide__item:nth-child(3)::before {
    right: 30px;
  }
}
.scheduleSlide__item:nth-child(4)::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0520-free-image-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  right: 50px;
  height: 75px;
  width: 90px;
}
.scheduleSlide__item:nth-child(5)::before {
  position: absolute;
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/0558-free-image-m.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 20px;
  right: 50px;
  height: 75px;
  width: 90px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .scheduleSlide__item:nth-child(5)::before {
    right: 30px;
  }
}
.scheduleSlide__item .scheduleSlide__time {
  color: #2ca9e1;
  display: inline-block;
  font-size: 24px;
  position: relative;
  padding-top: 20px;
}
.scheduleSlide__item .scheduleSlide__time span {
  padding-left: 35px;
  font-weight: bold;
  position: relative;
}
.scheduleSlide__item .scheduleSlide__time span:before {
  content: "";
  position: absolute;
  background-image: url(../img/clockIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 25px;
  width: 25px;
}
.scheduleSlide__item .scheduleSlide__time::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    #2ca9e1 0%,
    #2ca9e1 50%,
    #1e90ff 50%,
    #1e90ff 100%
  );
  left: 0;
  top: 0;
  height: 7px;
  width: 100%;
}
.scheduleSlide__item .scheduleSlide__title {
  color: #6bb5ff;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.scheduleSlide__item .scheduleSlide__text {
  font-size: 16px;
}

.career__mainText {
  font-size: 16px;
  color: #818181;
  margin-bottom: 30px;
}

.planStep {
  position: relative;
}
.planStep::before,
.planStep::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 340px;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .planStep::before,
  .planStep::after {
    height: 270px;
    width: 90px;
  }
}
.planStep::before {
  background-image: url(../img/recruitItem01.png);
  right: -40px;
  top: 15%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .planStep::before {
    top: 26%;
  }
}
@media only screen and (max-width: 767px) {
  .planStep::before {
    top: 7%;
    right: -30px;
  }
}
.planStep::after {
  background-image: url(../img/recruitItem02.png);
  left: -50px;
  bottom: 130px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .planStep::after {
    bottom: auto;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .planStep::after {
    left: -30px;
  }
}

.planStep__item {
  margin-top: 110px;
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .planStep__item {
    margin-top: 0;
    width: 100%;
  }
}
.planStep__item:nth-child(2) {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .planStep__item:nth-child(2) {
    margin-top: 30px;
  }
}
.planStep__item:nth-child(2) .planStep__itemImage {
  border: 15px solid #1e90ff;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/28750625_s.jpg);
}
.planStep__item:nth-child(2) .planStep__itemTitle {
  color: #1e90ff;
}
.planStep__item:nth-child(2) .planStep__count {
  background-color: #1e90ff;
}
.planStep__item:nth-child(3) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .planStep__item:nth-child(3) {
    margin-top: 30px;
  }
}
.planStep__item:nth-child(3) .planStep__itemImage {
  border: 15px solid #2ca9e1;
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/sakuzu.jpg);
}
.planStep__item:nth-child(3) .planStep__itemTitle {
  color: #2ca9e1;
}
.planStep__item:nth-child(3) .planStep__count {
  background-color: #2ca9e1;
}
.planStep__item .planStep__itemImage {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/30584475_s.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 12px solid #87cefa;
  margin: 0 auto 20px;
  height: 250px;
  width: 250px;
}
.planStep__item .planStep__itemTitle {
  color: #87cefa;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .planStep__item .planStep__itemTitle {
    font-size: 24px;
    line-height: 1.4;
  }
}
.planStep__item .planStep__count {
  display: block;
  background-color: #87cefa;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.planStep__item .planStep__itemText {
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.8;
}

#recruitQa {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #recruitQa {
    padding: 30px 0;
  }
}

.qaContents {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .qaContents {
    padding: 0 20px;
  }
}
.qaContents + .qaContents {
  margin-top: 15px;
}
.qaContents .acdTitle {
  color: #1b2839;
  padding: 20px 60px 20px 0;
  cursor: pointer;
  position: relative;
}
.qaContents .acdTitle::before {
  content: "";
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  height: 30px;
  width: 30px;
}
.qaContents .acdTitle span {
  position: relative;
  font-size: 20px;
  padding-left: 40px;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 767px) {
  .qaContents .acdTitle span {
    font-size: 16px;
  }
}
.qaContents .acdTitle span::before {
  content: "Q";
  color: #6bb5ff;
  font-size: 32px;
  font-family: var(--fontNum);
  font-weight: bold;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
}
.qaContents .acdTitle.open::before {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/12/minus.png);
}
.qaContents .acdTitle.open + .scdInner {
  border-top: 1px dashed #1e2838;
  padding: 20px 0;
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.qaContents .scdInner {
  font-size: 16px;
  color: #333;
  position: relative;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .qaContents .scdInner {
    font-size: 14px;
  }
}
.qaContents .scdInner span {
  position: relative;
  padding-left: 40px;
  display: block;
}
.qaContents .scdInner span::before {
  content: "A";
  color: #6bb5ff;
  font-size: 30px;
  font-family: var(--fontNum);
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 0;
}

.detailContents {
  background-color: #6bb5ff;
  padding: 30px 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .detailContents {
    padding: 20px;
  }
}

.detailContents__title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .detailContents__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.detailContents__inner {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .detailContents__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .detailContents__inner dl {
    border-bottom: 1px solid #818181;
    padding: 15px;
  }
}
.detailContents__inner dl dt,
.detailContents__inner dl dd {
  font-size: 16px;
}
.detailContents__inner dl dt {
  border-bottom: 2px solid #d7793a;
  color: #2ca9e1;
  padding: 15px;
  font-weight: 600;
  width: 190px;
}
@media only screen and (max-width: 767px) {
  .detailContents__inner dl dt {
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
}
.detailContents__inner dl dd {
  border-bottom: 1px solid #818181;
  padding: 15px 20px 15px 50px;
  letter-spacing: 0.02em;
  width: calc(100% - 190px);
}
@media only screen and (max-width: 767px) {
  .detailContents__inner dl dd {
    border-bottom: none;
    padding: 0;
    width: 100%;
  }
}

.contactBanner {
  background-image: url(http://segawa-ind.jp/wp-content/uploads/2024/11/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contactBanner {
    padding-bottom: 100px;
  }
}
.contactBanner::before {
  position: absolute;
  content: "";
  background-color: #2ca9e1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contactBanner::after {
  position: absolute;
  content: "";
  background-image: url(../img/recruitContact.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  left: 0;
  height: clamp(160px, 22vw, 275px);
  width: clamp(260px, 37vw, 470px);
}
@media only screen and (max-width: 767px) {
  .contactBanner::after {
    height: 100px;
    width: 170px;
  }
}
.contactBanner .contactBanner__title {
  color: #fff;
  line-height: 1;
  font-size: clamp(38px, 13vw, 100px);
  font-weight: bold;
  text-align: right;
}
.contactBanner .recruitBtn {
  background-color: #1b2839;
  font-size: 22px;
  margin-left: auto;
  margin-top: 40px;
  max-width: 380px;
}
@media only screen and (max-width: 767px) {
  .contactBanner .recruitBtn {
    font-size: 16px;
    margin-top: 20px;
  }
}
.contactBanner .recruitBtn::before {
  color: #fff;
}

/*共通部分------------------------------------*/
/*パンくず*/
/*パンくず終わり*/
/*about-us------------------------------------*/
/*残す--ここから*/
.pageAboutCompanyUl ul {
  display: flex;
}
.pageAboutCompanyUl li {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li {
    padding: 0.8em 0;
    font-size: 13px;
  }
}
.pageAboutCompanyUl li:nth-child(1) {
  width: 30%;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pageAboutCompanyUl li:nth-child(1) {
    font-size: 15px;
  }
}
.pageAboutCompanyUl li:nth-child(2) {
  width: 70%;
}
.fa-map-marker {
  color: #d9534f;
  font-size: 20px;
  margin-left: 1%;
}

/*残す--ここまで*/
/*お問い合わせページ------------------------------------*/
.cform {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cform tr {
  margin-bottom: 1.5em;
  display: block;
}
.cform tr th,
.cform tr td {
  letter-spacing: 0.01em;
  display: block;
  width: 100%;
  text-align: left;
}
.cform tr th {
  margin-bottom: 0.5em;
}
.cform label {
  margin-right: 1.5em;
}
.cform label span {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
}
.cform option,
.cform textarea,
.cform input[type="text"],
.cform input[type="email"],
.cform input[type="search"],
.cform input[type="url"] {
  width: 100%;
  border: 1px solid #a9a9a9;
  border-radius: 2px;
  padding: 1em;
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.4;
}
.cform option::-moz-placeholder,
.cform textarea::-moz-placeholder,
.cform input[type="text"]::-moz-placeholder,
.cform input[type="email"]::-moz-placeholder,
.cform input[type="search"]::-moz-placeholder,
.cform input[type="url"]::-moz-placeholder {
  color: #c1c1c1;
}
.cform option::placeholder,
.cform textarea::placeholder,
.cform input[type="text"]::placeholder,
.cform input[type="email"]::placeholder,
.cform input[type="search"]::placeholder,
.cform input[type="url"]::placeholder {
  color: #c1c1c1;
}
@media only screen and (max-width: 767px) {
  .cform tr {
    margin-bottom: 2em;
  }
}

.mwform-radio-field input {
  margin: 0;
  margin-right: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.required-srt {
  color: #f04876;
  margin-left: 0.7em;
}

.cform [type="submit"] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.contactAlertBox {
  border: 1px solid #dcdcdc;
  padding: 8% 5%;
  margin: 10% 0;
}
@media only screen and (max-width: 767px) {
  .contactAlertBox {
    padding: 12% 5%;
    margin: 13% 0;
  }
}

.contactAlertTitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.5em;
}

.submit-btn {
  text-align: center;
  margin-top: 4%;
}
.submit-btn input {
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0.07em;
  padding: 1.25em 2em;
  background-color: #2c2c2c;
  color: #fff;
  cursor: pointer;
  border: 1px solid #2c2c2c;
  width: 100%;
}
.submit-btn input:hover {
  color: #2c2c2c;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .submit-btn input {
    font-size: 14px;
  }
}

.contactHr {
  margin: 7% 0;
}
@media only screen and (max-width: 767px) {
  .contactHr {
    margin: 12% 0;
  }
}

/*下層ページ共通------------------------------------*/
/*投稿詳細ページ------------------------------------*/
li.widget {
  list-style-type: none;
  margin-bottom: 20%;
}

.widgettitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
}

li.widget li {
  color: #a7a7a7;
  margin-bottom: 3%;
}

/*タグクラウド*/
.tagCloud li {
  list-style: none;
  background: #db4a39;
  display: inline-block;
  color: #fff;
  padding: 0.5% 2%;
  font-size: 12px;
}

.tagCloud li .glyphicon {
  right: 5px;
}

.tagCloud li a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
}

.tagcloud a {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 25px;
  padding: 2%;
  margin-bottom: 5%;
  display: inline-block;
}

.entry {
  line-height: 1.8;
  letter-spacing: 0.15em;
  float: none;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.entry figcaption {
  font-size: 13px;
  color: gray;
}
.entry a {
  display: inline;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  color: #33bad4;
}
.entry blockquote {
  padding: 2em 4em;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  color: #7b7b7b;
  background-color: #f6f7f9;
  font-style: italic;
  margin-bottom: 1.5em;
}
.entry blockquote p {
  font-size: 14px;
}
.entry strong {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(transparent 40%, #4169e1 40%);
}
.entry p {
  margin: 0.5em 0 1.3em 0;
  line-height: 2;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .entry p {
    font-size: 14px;
    line-height: 1.9;
  }
}
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span {
  font-weight: bold;
}
.entry h2 {
  font-size: 21px;
  margin: 8% auto 3%;
  background-color: #f2f2f2;
  padding: 0.5em 1em;
  border-radius: 3px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .entry h2 {
    font-size: 18px;
    margin: 12% auto 6%;
  }
}
.entry h3 {
  position: relative;
  padding-bottom: 0.3em;
  border-bottom: 1.5px solid #ccc;
  font-size: 18px;
  margin: 4% auto 3%;
  color: #666666;
  font-weight: bold;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h3 {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin: 12% auto 6%;
  }
}
.entry h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #666666;
}
.entry h4 {
  margin: 3% auto 3%;
  border-bottom: 1px solid #666666;
  padding-bottom: 0.4em;
  color: #666666;
  font-weight: bold;
  font-size: 18px;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .entry h4 {
    margin: 15% auto 8%;
  }
}
.entry table td:nth-child(1) {
  background-color: #f7f6f9;
  font-weight: bold;
  color: #515151;
}
.entry table th,
.entry table td {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .entry table th,
  .entry table td {
    padding: 1rem 2rem;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dad8de;
  }
}
.entry table tr {
  border-bottom: 1px solid #dad8de;
}
@media only screen and (max-width: 767px) {
  .entry table tr {
    border-bottom: none;
  }
}
.entry table tr:first-child {
  border-top: 1px solid #dad8de;
}
.entry ul {
  margin-bottom: 2%;
}
.entry li {
  list-style-type: none;
  line-height: 1.7;
  font-weight: normal;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
}
.entry li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f14a";
  color: #666666;
  position: absolute;
  left: 0;
  font-weight: 400;
}

.entry h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/*目次*/
.toc_number {
  font-family: var(--fontNum);
  font-size: 18px;
  line-height: 1;
  color: #cacaca;
  font-weight: normal;
}

#toc_container {
  background: #ececec;
  border: none !important;
  margin: 0 auto;
  padding: 4% 6%;
  border-radius: 10px;
}
#toc_container a {
  color: #666666;
}

.toc_list li:before {
  display: none;
}

.toc_title {
  border-bottom: 1px solid #666666;
  font-size: 21px;
  font-weight: bold;
  padding-bottom: 0.3em;
}

.toc_toggle {
  font-size: 14px;
}

.wp-caption {
  max-width: 100% !important;
  padding: 2%;
  margin: auto auto 3% auto;
}

.wp-caption-text {
  background: rgba(195, 184, 177, 0.67);
  width: 100%;
  text-align: left;
  padding: 1% 3%;
  word-wrap: break-word;
  font-size: 10px;
  color: white !important;
  position: relative !important;
  z-index: 1;
  top: -35px;
  display: block;
  left: 5%;
}

.wp-caption-text a {
  color: white;
}

@media screen and (max-width: 767px) {
  .wp-caption-text {
    background: hsla(330, 50%, 60%, 0.48);
    width: 100%;
    text-align: left;
    padding: 1% 3%;
    word-wrap: break-word;
    font-size: 10px;
    color: white !important;
    position: relative !important;
    z-index: 1;
    top: -50px;
    display: block;
    left: 5%;
  }
}
.entry img {
  margin: 2% auto 5%;
}

/*リンクカードプラグイン*/
.lkc-title-text {
  font-weight: normal;
  letter-spacing: 0.15em;
  transition: 0.3s;
}
a:hover .lkc-title-text {
  color: #666666;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lkc-title-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.lkc-excerpt {
  display: none;
}

.lkc-url {
  display: none;
}

.lkc-external-wrap,
.lkc-internal-wrap {
  box-shadow: none;
  border: 2px solid #666666;
  border-radius: 10px;
  background-color: #808080;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  max-width: none;
}

.lkc-thumbnail-img {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  transition: 0.3s;
}
a:hover .lkc-thumbnail-img {
  opacity: 0.7;
}

.lkc-thumbnail {
  margin-right: 3%;
}

.lkc-date {
  position: absolute;
  bottom: 10%;
  right: 3%;
  color: #666666;
  font-family: var(--fontNum);
  font-size: 14px;
  display: none !important;
}

.lkc-info {
  background-color: #666666;
  display: inline-block !important;
  position: absolute;
  right: 3%;
  top: -5%;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lkc-info {
    top: -11%;
  }
}

.lkc-domain {
  color: #fff;
}

.lkc-card {
  padding: 2rem 1rem 1rem;
}
.lkc-card img {
  vertical-align: middle;
}

.lkc-content {
  overflow: auto !important;
  height: inherit !important;
}

.lkc-sns-fb {
  padding: 1%;
}

/*コメント*/
div#respond textarea,
div#respond input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #cacaca;
  padding: 10px;
}

#respond input#submit {
  background: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  transition: 0.3s;
}

#respond input#submit:hover {
  background: #cc6699;
  transition: 0.3s;
}

/*記事詳細-----------------------------------*/
/*記事コンテンツ周り*/
.singleColumnArticle {
  margin-bottom: 10%;
}

.singleColumnArticleContent {
  margin-top: 5%;
}

.singleColumnTitle {
  border-bottom: 1px solid #666666;
  padding-bottom: 0.4em;
  margin-bottom: 0.8em;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .singleColumnTitle {
    font-size: 18px;
  }
}

.singleColumnInfoUl .date {
  margin-right: 1em;
  font-family: var(--fontNum);
  font-size: 12px;
  color: #b3b3b3;
}
.singleColumnInfoUl .cateUl {
  display: inline-block;
}
.singleColumnInfoUl .cateUl li {
  display: inline-block;
  font-size: 12px;
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .singleColumnInfoUl .cateUl li {
    font-size: 12px;
  }
}

/*この記事をシェアするボタン*/
.singleColumnShare {
  padding: 3% 6%;
}
@media only screen and (max-width: 767px) {
  .singleColumnShare {
    padding: 6% 9%;
  }
}

.singleColumnShareButton {
  padding: 0.7rem 1rem;
  width: 20%;
  margin-right: 3%;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareButton {
    width: 45%;
    margin-right: 2.5%;
  }
}
.singleColumnShareButton > * {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton > * {
    font-size: 12px;
  }
}
.singleColumnShareButton i {
  font-size: 22px;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .singleColumnShareButton i {
    font-size: 16px;
  }
}
.singleColumnShareButton.twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
}
.singleColumnShareButton.twitter:hover {
  background: #fff;
  color: #1da1f2;
}
.singleColumnShareButton.facebook {
  background: #1877f2;
  border: 1px solid #1877f2;
}
.singleColumnShareButton.facebook:hover {
  background: #fff;
  color: #1877f2;
}

.singleColumnShareTitle {
  width: 50%;
}
@media only screen and (max-width: 959px) {
  .singleColumnShareTitle {
    width: 100%;
    margin-bottom: 6% !important;
  }
}

/*この記事を書いた人*/
.singleColumnWriterImg {
  padding-bottom: 100%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .singleColumnWriterImgBox {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
  }
}

.singleColumnWriter {
  padding: 3% 3%;
  margin: 6% 0 6% 0;
  border: 1px solid #666666;
}
@media only screen and (max-width: 767px) {
  .singleColumnWriter {
    padding: 8%;
    margin: 12% 0 6% 0;
  }
}

.singleColumnWriterTitle {
  border-bottom: 1px solid #666666;
}

.singleColumnWriterButton {
  background: #fff;
  border: 1px solid #666666;
  border-radius: 25px;
  padding: 0.25em;
  max-width: 280px;
  display: block;
  transition: 0.3s;
  color: #666666;
}
.singleColumnWriterButton:hover {
  background: #666666;
  color: #fff;
}

.sidebarWriterSns li {
  display: inline-block;
  margin-right: 3%;
  margin-bottom: 4%;
}
.sidebarWriterSns li a {
  border: 1px solid #d2d2d2;
  padding: 0.4em 1em;
  border-radius: 35px;
  background: #fff;
  letter-spacing: 0.05em;
}
.sidebarWriterSns li a:hover {
  background-color: #f1f1f1;
}
.sidebarWriterSns li a .fa-instagram {
  color: #fd1d1d;
}
.sidebarWriterSns li a .fa-twitter {
  color: #00acee;
}
.sidebarWriterSns li a .fa-facebook {
  color: #3b5998;
}
.sidebarWriterSns li a .fa-comment {
  color: #00b900;
}

/*次のページを見る*/
.singleColumnPreNextBox {
  padding: 5%;
  position: relative;
  transition: 0.3s;
  background-color: #ececec;
  border-radius: 10px;
}
.singleColumnPreNextBox.pre {
  margin-right: 1.5%;
}
.singleColumnPreNextBox.next {
  margin-left: 1.5%;
}

.singleClumnPreNextDescri {
  color: #727171;
}

.singleColumnPrevNextArrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 33px;
  height: 1px;
  background: #727171;
}
.singleColumnPrevNextArrow::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 2px;
  width: 1px;
  height: 5px;
  border-top: 1px solid #727171;
  border-left: 1px solid #727171;
  transform: rotate(45deg);
}
.next .singleColumnPrevNextArrow {
  transform: scale(-1, 1);
  left: 15px;
  right: auto;
}

/*アーカイブページ------------------------------------*/
.cmNewsListUl {
  display: flex;
  flex-wrap: wrap;
}
.cmNewsListUl > li {
  width: 46%;
  margin: 0 2%;
  margin-bottom: 6%;
}
@media only screen and (max-width: 767px) {
  .cmNewsListUl > li {
    width: 100%;
    margin: 0 2%;
    margin-bottom: 10%;
  }
}

.cmNewsListCard {
  transition: 0.3s;
}
a:hover .cmNewsListCard {
  opacity: 0.7;
}
.newsPageNoimg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
  padding-bottom: 70%;
  padding-top: 0;
  max-width: unset;
  border: 1px solid;
}
.cmNewsTitle {
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 1px solid #808080;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cmNewsTitle {
    font-size: 16px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.cmNewsDescri {
  font-size: 13px;
  margin-bottom: 3%;
  color: #a0a0a0;
}
@media only screen and (max-width: 767px) {
  .cmNewsDescri {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cmNewsListImg {
  transition: 0.3s;
  padding-bottom: 70%;
}
a:hover .cmNewsListImg {
  transform: scale(1.1);
}

.cmNewsListImgWrap {
  overflow: hidden;
  margin-bottom: 6%;
}

.cmNewsListInfoUl li {
  margin-right: 0.5em;
  display: inline-block;
  font-size: 12px;
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .cmNewsListInfoUl li {
    font-size: 11px;
  }
}

/*Pagenation*/
.pagenation {
  margin: 1em 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
}
.pagenation li {
  font-family: var(--fontEn);
  font-size: 18px;
  margin: 0 1%;
  color: #fff;
  background: #666666;
}
.pagenation li.active {
  cursor: not-allowed;
  color: #000;
  background: #f2f2f2;
  padding: 0.5em 1em;
}
.pagenation li.prev {
  display: none;
}
.pagenation li.next {
  display: none;
}
.pagenation li a {
  display: block;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.pagenation li a:hover {
  background: #808080;
}
@media only screen and (max-width: 767px) {
  .pagenation li {
    font-size: 1.5rem;
  }
  .pagenation li.active {
    padding: 7px 12px;
  }
  .pagenation li a {
    padding: 7px 12px;
  }
}

/*ページャー、ページネーション------------------------------------*/
.page-numbers {
  padding: 0.7% 1%;
}

span.page-numbers {
  color: #666666;
  font-weight: bold;
}

a.page-numbers {
  color: #c5c5c5;
}

/*==================================================
 * サイドバー
 *================================================*/
@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 15%;
  }
}

.sidebarBox {
  margin-bottom: 15%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  .sidebarBox {
    margin-left: 0;
    margin-bottom: 8%;
  }
}

.sidebarNewsUl .cat-item {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sidebarNewsUl .cat-item a {
  transition: 0.3s;
}
.sidebarNewsUl .cat-item a:hover {
  opacity: 0.7;
}
.sidebarNewsUl .cat-item .date {
  font-family: var(--fontNum);
  font-size: 12px;
  color: #b3b3b3;
}
.sidebarNewsUl .cat-item .title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sidebarNewsUl .cat-item {
    padding-bottom: 0.25em;
    margin-bottom: 0.25em;
  }
}

.sidebarCategoryBlock li {
  display: inline-block;
  margin-bottom: 1em;
}
.sidebarCategoryBlock li a {
  display: inline-block;
  font-size: 12px;
  background-color: #666666;
  color: #fff;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  line-height: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li a {
    font-size: 11px;
  }
}
.sidebarCategoryBlock li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .sidebarCategoryBlock li {
    font-size: 12px;
  }
}

.sidebarTitle {
  font-size: 24px;
  font-family: var(--fontEn);
  font-weight: 600;
  color: var(--mainColor);
  font-style: italic;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1;
  padding-left: 0.5em;
}
@media only screen and (max-width: 767px) {
  .sidebarTitle {
    padding-bottom: 0.25em;
    margin-bottom: 1em;
  }
}

.sidebarRankingImg {
  width: 30%;
  padding-bottom: 30%;
  margin-right: 5%;
  border-radius: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingImg {
    display: none;
  }
}

.sidebarRankingText {
  width: 65%;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .sidebarRankingText {
    width: 100%;
  }
}

.sidebarRankingNum {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #666666;
  right: 10px;
  top: 10px;
  position: absolute;
  font-size: 14px;
}

#sidebar select {
  width: 100%;
  padding: 0.7em;
}

.sidebarTagWrap a {
  font-size: 14px !important;
  color: #666666;
}
.sidebarTagWrap a:before {
  content: "#";
}
.sidebarTagWrap a:after {
  content: "/";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #a9a9a9;
}
@media only screen and (max-width: 767px) {
  .sidebarTagWrap a {
    font-size: 12px !important;
  }
}

.footerMenuUl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footerMenuUl li {
  margin: 0 1em;
}
.footerMenuUl li a {
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
}
.footerMenuUl li a:hover {
  color: #007b43;
}
@media only screen and (max-width: 767px) {
  .footerMenuUl li {
    margin: 0;
    padding: 0.5em;
    width: 50%;
  }
  .footerMenuUl li a {
    font-size: 14px;
  }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*==================================================
 * 全サイト共通
 *================================================*/
/*共通部分*/
body {
  font-feature-settings: "palt";
}

body {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.commonUl li {
  position: relative;
  padding: 1em 0;
  border-bottom: 1px solid #d1d1d1;
}
.commonUl li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #666666;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 959px) {
  .commonUl li:before {
    font-size: 18px;
  }
}
.commonUl li span {
  font-size: 18px;
  margin-left: 45px;
  display: inline-block;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .commonUl li span {
    font-size: 14px;
    margin-left: 30px;
  }
}
.commonUl.white li:before {
  color: #fff;
}

.bgTransBlack {
  background-color: rgba(0, 0, 0, 0.3);
}

.telA i {
  margin-right: 0.15em;
}
.telA.white:hover {
  color: #fff;
}

.externalLink {
  border-bottom: 1px solid;
  padding-bottom: 0.1em;
  transition: 0.3s;
}
.externalLink:hover {
  color: #666666;
}
.externalLink:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  margin-left: 0.5em;
}

/*==================================================
 * 当サイト共通
 *================================================*/
main {
  overflow-x: hidden;
  padding-top: 88px;
}

.loading {
  background-color: #eff5f5;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading__fade {
  width: 300px;
  /*JqueryのfddeInでふわっと表示させたい為noneにする*/
  display: none;
}
@media only screen and (max-width: 767px) {
  .loading__fade {
    width: 80px;
  }
}

/*==================================================
 * ヘッダー
 *================================================*/
.headerMenuUl {
  display: flex;
  justify-content: center;
}
.headerMenuUl li a {
  position: relative;
  font-family: var(--fontEn);
  display: inline-block;
  padding: 0.5em 2em;
  letter-spacing: 0.1em;
  font-size: 13px;
  transition: 0.3s;
}
.headerMenuUl li a::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}
.headerMenuUl li a:hover::after {
  opacity: 1;
}

.overRayMenuUl {
  margin-bottom: 30px;
}
.overRayMenuUl > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2em;
  margin-bottom: 2em;
  padding-left: 3em;
}
@media (max-width: 960px) {
  .overRayMenuUl > li {
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 960px) {
  .overRayMenuUl > li a {
    display: block;
    padding-bottom: 2em;
    padding-left: 3em;
    width: 100%;
  }
}
.overRayMenuUl > li a span {
  color: #fff;
  transition: 0.3s;
}
.overRayMenuUl > li a span.en {
  font-family: var(--fontEn);
  font-size: 48px;
  margin-right: 0.5em;
  font-weight: 600;
  line-height: 0.7;
}
.overRayMenuUl > li a span.jp {
  font-size: 16px;
  font-weight: 500;
}
.overRayMenuUl > li a:hover span {
  color: var(--mainColor);
}
@media only screen and (max-width: 767px) {
  .overRayMenuUl > li {
    margin-bottom: 1.5em;
  }
  .overRayMenuUl > li a span.en {
    font-size: 21px;
    margin-right: 0.5em;
  }
  .overRayMenuUl > li a span.jp {
    font-size: 12px;
  }
}

.overRayBlock {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 100px 50px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
  .overRayBlock {
    padding: 100px 25px;
  }
}

.overRayTextCard {
  width: 100%;
}

.snsIcoUl {
  color: #fff;
}
.snsIcoUl li {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.snsIcoUl li a {
  display: inline-block;
}
.snsIcoUl li a i {
  font-size: 24px;
  display: inline-block;
}

/*==================================================
 * フッター
 *================================================*/
/*==================================================
 * トップページ
 *================================================*/
/*==================================================
 * 下層ページ
 *================================================*/
footer {
  margin-top: 80px;
}

.footerInfoUl {
  font-size: 13px;
  margin-bottom: 7%;
}

.footerLogo {
  display: inline-block;
}

/*共通部分------------------------------------*/
/*パンくず*/
.home .sectionPankuzu {
  display: none;
}

#pankuzu {
  font-size: 12px;
  color: #1a1a1a;
}
#pankuzu a {
  color: #007b43;
  position: relative;
}
#pankuzu a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #007b43;
  bottom: -0.3em;
  left: 0;
}
#pankuzu strong {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #pankuzu {
    font-size: 12px;
  }
}

.sectionPankuzu {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .sectionPankuzu {
    padding: 6px 0;
  }
}

/*パンくず終わり*/
.pageHeader {
  margin-top: clamp(100px, 10vw, 128px);
  margin-bottom: clamp(40px, 5vw, 64px);
}

/*about------------------------------------*/
/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
} /*# sourceMappingURL=import.css.map */

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/* フォーム全体のスタイル */
.wpcf7-form p{
margin-bottom: 0.5em;
    letter-spacing: 0.01em;
    display: block;
    width: 100%;
    text-align: left;
}
.wpcf7-form input{
width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    padding: 1em;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.4;
}
.wpcf7-form label{
width: 100%;
}
.wpcf7-form textarea{
width: 100%;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    padding: 1em;
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.4;
}
.wpcf7-form .wpcf7-submit{
transition: 0.3s;
    font-size: 16px;
    letter-spacing: 0.07em;
    padding: 1.25em 2em;
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    border: 1px solid #2c2c2c;
    width: 100%;
}

.wpcf7-form .wpcf7-submit:hover {
    color: #2c2c2c;
    background-color: #fff;
}