@charset "UTF-8";
/* =======================================

	reset CSS

========================================== */
html {
  scroll-behavior: smooth;
  /* scroll-behavior: auto !important; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
table,
th,
td {
  padding: 0;
  margin: 0;
}

html,
body {
  background: #fff;
  color: #202945;
  scroll-behavior: auto !important;
}

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

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

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

ul,
dl,
ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

b,
strong {
  font-weight: bold;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
b {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

input.long,
textarea.message {
  width: 100% !important;
  border: 1px solid #e3e3e3;
  border-radius: 0.23em;
  padding: 5px 5px;
  background: #fff;
}

textarea.message {
  width: 100%;
  height: 20rem !important;
}

.hissu {
  padding: 3px 4px 2px 4px;
  color: #CE8700;
  font-weight: bold;
  font-size: 11px;
}

.nini {
  padding: 3px 4px 2px 4px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 40px;
  text-align: center;
  float: right;
  color: #222;
  font-weight: bold;
  font-size: 11px;
}

.fW100 {
  font-weight: 100;
}

.fW200 {
  font-weight: 200;
}

.fW300 {
  font-weight: 300;
}

.fW400 {
  font-weight: 400;
}

.fW500 {
  font-weight: 500;
}

.fW600 {
  font-weight: 600;
}

.fW700 {
  font-weight: 700;
}

.fW800 {
  font-weight: 800;
}

.fW900 {
  font-weight: 900;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls4 {
  letter-spacing: 0.4em;
}

.lh0 {
  line-height: 0% !important;
}

.lh80 {
  line-height: 80% !important;
}

.lh100 {
  line-height: 100% !important;
}

.lh110 {
  line-height: 110% !important;
}

.lh120 {
  line-height: 120% !important;
}

.lh140 {
  line-height: 140% !important;
}

.lh180 {
  line-height: 180% !important;
}

.lh200 {
  line-height: 200% !important;
}

.lh220 {
  line-height: 200% !important;
}

.lh240 {
  line-height: 200% !important;
}

/* cf
========================================== */
.cf:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/* =======================================

	Structure CSS

========================================== */
* {
  box-sizing: border-box;
}

.center {
  text-align: center !important;
  vertical-align: middle;
}

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

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

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

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent02 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.indent03 {
  padding-left: 3em;
  text-indent: -3em;
}

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

.black {
  color: #202945 !important;
}

.red {
  color: #ff610c !important;
}

.blue {
  color: #005AB4 !important;
}

.white {
  color: #fff !important;
}

.navy {
  color: #143C8C !important;
}

.gray {
  color: #9FAABC !important;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.rela {
  position: relative;
}

.kome li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 140%;
  margin-bottom: 10px;
}

.c_list li {
  position: relative;
  /* text-indent: -1em; */
  margin-left: 24px;
  line-height: 135%;
  margin-bottom: 10px;
}

.c_list li:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: linear-gradient(90deg, #ff5500, #ffd400);
  border-radius: 0.2em;
  top: 0.3em;
  left: -20px;
}
/*ポップアップ
========================================== */
/* ポップアップのオーバーレイ */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* 半透明の黒背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ポップアップが表示された時の状態 */
#lightbox.active {
  opacity: 1;
  visibility: visible;
}

/* 拡大画像 */
#lightbox img {
  max-width: 90%;
  max-height: 80%;
  transform: scale(0.8); /* 初期状態で少し縮小 */
  transition: transform 0.3s ease;
}

/* ポップアップが表示された時の画像 */
#lightbox.active img {
  transform: scale(1);
}

/* 閉じる（×）ボタン */
#closeLightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.2s;
}

#closeLightbox:hover {
  opacity: 0.7;
}

/*虫眼鏡アイコン
========================================== */
#details01 .luminous {
  display: inline-block;
}

.luminous {
  position: relative;
}

.luminous::after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  display: block;
  width: 2.5em;
  height: 2.5em;
  background-color: rgba(38, 183, 188, 0.1);
  background-image: url(../img/luminous.png);
  background-size: 1.5em 1.5em;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*流れるように文字が出現
========================================== */
.mainTitle1 {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
}

.mainTitle1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInMove 0.6s forwards;
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =======================================
	3つ表示で横スライドするカードレイアウト
========================================== */
.slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-container {
  overflow: hidden;
  position: relative;
  width: 91%;
  margin: 0 auto;
}

.slider {
  display: flex;
  gap: 2%;
  transition: transform 0.5s ease;
  will-change: transform;
}

.card {
  width: calc((100% - 2% * 2) / 3);
  flex: 0 0 calc((100% - 2% * 2) / 3);
  box-sizing: border-box;
}

.img-placeholder {
  /* 親要素にも幅100%を指定しておく */
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.badge {
  padding: 1%;
  border-radius: 20px;
  font-size: 1.4rem;
  border: 1px solid;
  margin-bottom: 10px;
  width: 15em;
  text-align: center;
}

.badge.bathroom {
  color: #3f80c7;
  border-color: #3f80c7;
}

.badge.toilet {
  color: #ff801e;
  border-color: #ff801e;
}

.badge.kitchen {
  color: #7a9b43;
  border-color: #7a9b43;
}

.badge.news {
  color: #232e35;
  border-color: #232e35;
  width: 11em;
  margin-bottom: 0;
  /* display: inline-block; */
  padding: 0;
}

.title_border {
  border-bottom: 1px solid #d7e2ea;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

 .arrow_slid {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto; /* 念のため */
}

.arrow_slid.left {
  background: url(../img/arrow_left.png) no-repeat center / 100%;
  background-size: contain;
}

.arrow_slid.right {
  background: url(../img/arrow_right.png) no-repeat center / 100%;
  background-size: contain;
  right: 0;
}

/*スライドショー（ドット）
========================================== */
#slide-select {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.5em;
  font-weight: lighter;
  color: black;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
}
#slide-select li.prev:hover {
  transform: translateX(-2px);
}
#slide-select li.next:hover {
  transform: translateX(2px);
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid black;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#slide-select .selector.current {
  background-color: black;
}

/*画像が横スクロールし続ける
========================================== */
@keyframes scrollListRight {
	from {
	  transform: translateX(0%);
	}
	  to {
	  transform: translateX(-100%);
	}
}
.scrollWrap {
  display: flex;
  overflow: hidden;
}
.scrollList {
  display: flex;
  list-style: none;
  padding: 0
}
.scrollListRight{
  animation :scrollListRight 25s infinite linear 0.5s both;
}
.scrollItem {
  width: calc(100vw / 6);
}
.scrollItem>img {
  width: 100%;
}
.scrollWrap:hover .scrollListRight{
  animation-play-state: paused;
}

/*タブ
========================================== */
.tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.tab-2 > label {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 70px;
  padding: 2% 4%;
  color: #fff;
  font-size: clamp(16px, 1.42vw, 20px);
  text-align: center;
  cursor: pointer;
  background: #005AB4;
  border-radius: 10px 10px 0 0;
}

.tab-2 > label:hover {
  opacity: .8;
}

.tab-2 input {
  display: none;
}

/* ★修正★ 選択されたタブのラベルを強調 */
.tab-2 input:checked + label {
  opacity: 1;
}

/* ★修正★ 選択されたタブのコンテンツを表示 */
.tab-2 input:checked + label + div {
  display: block;
}

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
}

/*タイトル
========================================== */
.home01 .h2Tit {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  /* letter-spacing: 0.05em; */
  /* line-height: 170%; */
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
}

.home01 .h2sub,
.home06 .h2sub {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 51, 102, 0.6);
}

.h2Tit {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.h3Tit {
  font-size: 22px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.08em;
  line-height: 140%;
  position: relative;
  text-align: left;
  padding-left: 37px;
  margin-bottom: 15px;
}

.c_tit {
  letter-spacing: 0.07em;
  line-height: 150%;
}

/*ボタン
========================================== */
.btn01 a {
  border-radius: 100px;
  color: #005AB4;
  background: #fff url(../img/b_circleArrowB.png) no-repeat right 11px center / 2.2em;
  padding: 0.8em 0;
  min-width: 247px;
  display: inline-block;
  text-align: center;
  width: clamp(275px, 24.64vw, 345px);
  font-size: clamp(15px, 1.28vw, 18px);
  font-weight: bold;
  background-size: clamp(27px, 2.78vw, 39.6px);
}
.btn01 a:hover {
  transform: scale(1.1);
}

.btn02 a {
  background: #005AB4 url(../img/btn02Arrow.png) no-repeat right 8px center / 0.32em;
  display: block;
  padding: 4.5%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
}
.btn02 a:hover {
  transform: scale(1.1);
}

.btn03 a {
  border-radius: 100px;
  color: #fff;
  background: #005AB4 url(../img/b_circleArrowW.png) no-repeat right 11px center / 2.2em;
  padding: 0.8em 3.5em 0.8em 2em;
  min-width: 247px;
  display: inline-block;
  text-align: center;
  /* font-size: 1.8rem; */
  font-weight: bold;
  width: clamp(300px, 24.64vw, 345px);
  font-size: clamp(15px, 1.28vw, 18px);
  background-size: clamp(27px, 2.78vw, 39.6px);
  white-space: nowrap;
}
.btn03 a:hover {
  transform: scale(1.1);
}

.btn04 a {
  border-radius: 100px;
  color: #fff;
  background: #FFAB0B url(../img/b_circleArrowW.png) no-repeat right 11px center / 2.2em;
  padding: 0.8em 3.5em 0.8em 2em;
  min-width: 247px;
  display: inline-block;
  text-align: center;
  /* font-size: 1.8rem; */
  font-weight: bold;
  width: 345px;
  font-size: clamp(15px, 1.28vw, 18px);
  background-size: clamp(27px, 2.78vw, 39.6px);
}
.btn04 a:hover {
  transform: scale(1.1);
}

.home04Btn01 a {
  border-radius: 100px;
  color: #005AB4;
  background-color: #fff;
  background-image: url(../img/message.png), url(../img/arrowB.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 66px center, right 24px center;
  background-size: 1em, 0.45em;
  padding: 0.8em 3.5em 0.8em 5em;
  min-width: 247px;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.home04Btn02 a {
  border-radius: 100px;
  color: #fff;
  background-color: #005AB4;
  background-image: url(../img/company.png), url(../img/arrowW.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 62px center, right 24px center;
  background-size: 1.2em, 0.45em;
  padding: 0.8em 3.5em 0.8em 5em;
  min-width: 247px;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.home04Btn01 a:hover,
.home04Btn02 a:hover {
  transform: scale(1.1);
}

.btn01 a,
.btn02 a,
.btn03 a,
.btn04 a {
  transition: 0.3s;
}

.siryouBtn a {
  background: #FFAB0B url(../img/download.png) no-repeat left 23px center / 1em;
  padding: 4.5% 8% 4.5% 22%;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #CE8700;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.siryouBtn a:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.contactBtn a {
  background: #005AB4 url(../img/mail.png) no-repeat left 33px top 1em / 1.2em;
  padding: 4.5% 1% 4.5% 29%;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #003366;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.contactBtn a:hover,
.submit:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.submit {
  cursor: pointer !important;
  transition: 0.3s;
  background: #005AB4;
  padding: 1.5% 7%;
  border-radius: 50px;
  box-shadow: 0px 4px 0px 0px #003366;
  color: #fff;
  font-weight: bold;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 5%;
  border: none;
}

.header_nav .nav li a:hover,
.footer02_nav a:hover,
.logo:hover,
.u_l:hover {
  opacity: 0.7;
}

.btn02 a:hover,
.linkBox a:hover,
.o_02 a:hover,
.footer01 .f_con_line a:hover {
  opacity: 0.9;
}

.arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
}

.arrow-icon {
  width: 1.3em;
  height: 1.3em;
  transition: filter 0.3s ease;
}

.arrow.previous:nth-of-type(1) img {
  transform: rotate(180deg);
}

/*flex
========================================== */
.flex {
  display: flex;
}

.flex_nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.column {
  flex-direction: column;
}

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

.flex_space_around {
  justify-content: space-around;
}

.flex_center {
  justify-content: center;
}

.flex_left {
  justify-content: left;
}

.flex_right {
  justify-content: right;
}

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

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

.align_items_c {
  align-items: center;
}

.align_items_e {
  align-items: end;
}

.place_content_c {
  place-content: center;
}

.place_items_c {
  place-items: center;
}

.d_bl {
  display: block;
}

.poev_none {
  pointer-events: none;
}

.of_hidd {
  overflow: hidden;
}

.of_auto {
  overflow: auto;
}

.of_y {
  overflow-y: auto;
}

.of_x_hidd {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.3s;
  height: auto;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 0;
  padding: 0;
}

.flex1 {
  flex: 1;
}

.w_fit {
  width: fit-content;
}

.w_4em {
  width: 4em;
}

.w_45em {
  width: 4.5em;
}

.w_5em {
  width: 5em;
}

.w_6em {
  width: 6em;
}

.w_7em {
  width: 7em;
}

.w_8em {
  width: 8em;
}

.w_9em {
  width: 9em;
}

.w_28em {
  width: 28em !important;
}

.w11 {
  width: 11%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w47 {
  width: 47%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100% !important;
}

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

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

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

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

.f32 {
  font-size: 3.2rem !important;
}

.f40 {
  font-size: 4rem;
}

.f42 {
  font-size: 4.2rem;
}

.f46 {
  font-size: 4.6rem;
}

.f60 {
  font-size: 6rem;
}

.f_ps60 {
  font-size: 60% !important;
}

.f_ps65 {
  font-size: 65% !important;
}

.f_ps70 {
  font-size: 70% !important;
}

.f_ps75 {
  font-size: 75% !important;
}

.f_ps80 {
  font-size: 80% !important;
}

.f_ps85 {
  font-size: 85% !important;
}

.f_ps90 {
  font-size: 90% !important;
}

.f_ps95 {
  font-size: 95% !important;
}

.f_ps100 {
  font-size: 100% !important;
}

.f_ps105 {
  font-size: 105% !important;
}

.f_ps110 {
  font-size: 110% !important;
}

.f_ps115 {
  font-size: 115% !important;
}

.f_ps120 {
  font-size: 120% !important;
}

.f_ps125 {
  font-size: 125% !important;
}

.f_ps130 {
  font-size: 130% !important;
}

.f_ps135 {
  font-size: 135% !important;
}

.f_ps140 {
  font-size: 140% !important;
}

.f_ps145 {
  font-size: 145% !important;
}

.f_ps150 {
  font-size: 150% !important;
}

.inner {
  max-width: 1200px !important;
  position: relative;
  width: 96%;
  margin: 0 auto;
}

.h2Tit_inner {
  width: calc(100% - 50px);
  margin: auto;
}

.inner_500 {
  max-width: 500px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_600 {
  max-width: 600px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_700 {
  max-width: 700px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_800 {
  max-width: 800px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_900 {
  max-width: 900px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1000 {
  max-width: 1000px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1040 {
  max-width: clamp(300px, 74.28vw, 1040px) !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1100 {
  max-width: 1100px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1200 {
  max-width: 1200px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1300 {
  max-width: 1300px !important;
  position: relative;
  width: 95%;
  margin: 0 auto;
}

.inner_1400 {
  max-width: 1400px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1500 {
  max-width: 1500px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1600 {
  max-width: 1600px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1700 {
  max-width: 1700px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.inner_1800 {
  max-width: 1800px !important;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.gap1 {
  gap: 1%;
}

.gap2 {
  gap: 2%;
}

.gap3 {
  gap: 3%;
}

.gap5 {
  gap: 5%;
}

.gap6 {
  gap: 6%;
}

.gap10 {
  gap: 10%;
}

/* =======================================

	margin / padding

========================================== */
/*! mb */
.m0a {
  margin: 0 auto;
}
.mia {
  margin-inline: auto;
}
.mba {
  margin-block: auto;
}

.mA0 {
  margin: 0px !important;
}

.mA5 {
  margin: 5px !important;
}

.mA10 {
  margin: 10px !important;
}

.mA15 {
  margin: 15px !important;
}

.mA20 {
  margin: 20px !important;
}

.mA25 {
  margin: 25px !important;
}

.mA30 {
  margin: 30px !important;
}

.mA35 {
  margin: 35px !important;
}

.mA40 {
  margin: 40px !important;
}

.mA45 {
  margin: 45px !important;
}

.mA50 {
  margin: 50px !important;
}

.mA55 {
  margin: 55px !important;
}

.mA60 {
  margin: 60px !important;
}

.mA65 {
  margin: 65px !important;
}

.mA70 {
  margin: 70px !important;
}

.mA75 {
  margin: 75px !important;
}

.mA80 {
  margin: 80px !important;
}

.mA85 {
  margin: 85px !important;
}

.mA90 {
  margin: 90px !important;
}

.mA95 {
  margin: 95px !important;
}

.mA100 {
  margin: 100px !important;
}

.mA105 {
  margin: 105px !important;
}

.mA110 {
  margin: 110px !important;
}

.mA115 {
  margin: 115px !important;
}

.mA120 {
  margin: 120px !important;
}

.mA125 {
  margin: 125px !important;
}

.mA130 {
  margin: 130px !important;
}

.mA135 {
  margin: 135px !important;
}

.mA140 {
  margin: 140px !important;
}

.mA145 {
  margin: 145px !important;
}

.mA150 {
  margin: 150px !important;
}

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

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

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

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

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

.mT25 {
  margin-top: 25px !important;
}

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

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

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

.mT45 {
  margin-top: 45px !important;
}

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

.mT55 {
  margin-top: 55px !important;
}

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

.mT65 {
  margin-top: 65px !important;
}

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

.mT75 {
  margin-top: 75px !important;
}

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

.mT85 {
  margin-top: 85px !important;
}

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

.mT95 {
  margin-top: 95px !important;
}

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

.mT105 {
  margin-top: 105px !important;
}

.mT110 {
  margin-top: 110px !important;
}

.mT115 {
  margin-top: 115px !important;
}

.mT120 {
  margin-top: 120px !important;
}

.mT125 {
  margin-top: 125px !important;
}

.mT130 {
  margin-top: 130px !important;
}

.mT135 {
  margin-top: 135px !important;
}

.mT140 {
  margin-top: 140px !important;
}

.mT145 {
  margin-top: 145px !important;
}

.mT150 {
  margin-top: 150px !important;
}

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

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

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

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

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

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

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

.mB35 {
  margin-bottom: 35px !important;
}

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

.mB45 {
  margin-bottom: 45px !important;
}

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

.mB55 {
  margin-bottom: 55px !important;
}

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

.mB65 {
  margin-bottom: 65px !important;
}

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

.mB75 {
  margin-bottom: 75px !important;
}

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

.mB85 {
  margin-bottom: 85px !important;
}

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

.mB95 {
  margin-bottom: 95px !important;
}

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

.mB105 {
  margin-bottom: 105px !important;
}

.mB110 {
  margin-bottom: 110px !important;
}

.mB115 {
  margin-bottom: 115px !important;
}

.mB120 {
  margin-bottom: 120px !important;
}

.mB125 {
  margin-bottom: 125px !important;
}

.mB130 {
  margin-bottom: 130px !important;
}

.mB135 {
  margin-bottom: 135px !important;
}

.mB140 {
  margin-bottom: 140px !important;
}

.mB145 {
  margin-bottom: 145px !important;
}

.mB150 {
  margin-bottom: 150px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL65 {
  margin-left: 65px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL75 {
  margin-left: 75px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL90 {
  margin-left: 90px !important;
}

.mL95 {
  margin-left: 95px !important;
}

.mL100 {
  margin-left: 100px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL125 {
  margin-left: 125px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL135 {
  margin-left: 135px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL145 {
  margin-left: 145px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR55 {
  margin-right: 55px !important;
}

.mR60 {
  margin-right: 60px !important;
}

.mR65 {
  margin-right: 65px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR75 {
  margin-right: 75px !important;
}

.mR80 {
  margin-right: 80px !important;
}

.mR85 {
  margin-right: 85px !important;
}

.mR90 {
  margin-right: 90px !important;
}

.mR95 {
  margin-right: 95px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR105 {
  margin-right: 105px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR115 {
  margin-right: 115px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR125 {
  margin-right: 125px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR135 {
  margin-right: 135px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR145 {
  margin-right: 145px !important;
}

.mR150 {
  margin-right: 150px !important;
}

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

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pB55 {
  padding-bottom: 55px !important;
}

.pB60 {
  padding-bottom: 60px !important;
}

.pB65 {
  padding-bottom: 65px !important;
}

.pB70 {
  padding-bottom: 70px !important;
}

.pB75 {
  padding-bottom: 75px !important;
}

.pB80 {
  padding-bottom: 80px !important;
}

.pB85 {
  padding-bottom: 85px !important;
}

.pB90 {
  padding-bottom: 90px !important;
}

.pB95 {
  padding-bottom: 95px !important;
}

.pB100 {
  padding-bottom: 100px !important;
}

.pB105 {
  padding-bottom: 105px !important;
}

.pB110 {
  padding-bottom: 110px !important;
}

.pB115 {
  padding-bottom: 115px !important;
}

.pB120 {
  padding-bottom: 120px !important;
}

.pB125 {
  padding-bottom: 125px !important;
}

.pB130 {
  padding-bottom: 130px !important;
}

.pB135 {
  padding-bottom: 135px !important;
}

.pB140 {
  padding-bottom: 140px !important;
}

.pB145 {
  padding-bottom: 145px !important;
}

.pB150 {
  padding-bottom: 150px !important;
}

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

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT55 {
  padding-top: 55px !important;
}

.pT60 {
  padding-top: 60px !important;
}

.pT65 {
  padding-top: 65px !important;
}

.pT70 {
  padding-top: 70px !important;
}

.pT75 {
  padding-top: 75px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT85 {
  padding-top: 85px !important;
}

.pT90 {
  padding-top: 90px !important;
}

.pT95 {
  padding-top: 95px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pT105 {
  padding-top: 105px !important;
}

.pT110 {
  padding-top: 110px !important;
}

.pT115 {
  padding-top: 115px !important;
}

.pT120 {
  padding-top: 120px !important;
}

.pT125 {
  padding-top: 125px !important;
}

.pT130 {
  padding-top: 130px !important;
}

.pT135 {
  padding-top: 135px !important;
}

.pT140 {
  padding-top: 140px !important;
}

.pT145 {
  padding-top: 145px !important;
}

.pT150 {
  padding-top: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

.pL55 {
  padding-left: 55px !important;
}

.pL60 {
  padding-left: 60px !important;
}

.pL65 {
  padding-left: 65px !important;
}

.pL70 {
  padding-left: 70px !important;
}

.pL75 {
  padding-left: 75px !important;
}

.pL80 {
  padding-left: 80px !important;
}

.pL85 {
  padding-left: 85px !important;
}

.pL90 {
  padding-left: 90px !important;
}

.pL95 {
  padding-left: 95px !important;
}

.pL100 {
  padding-left: 100px !important;
}

.pL105 {
  padding-left: 105px !important;
}

.pL110 {
  padding-left: 110px !important;
}

.pL115 {
  padding-left: 115px !important;
}

.pL120 {
  padding-left: 120px !important;
}

.pL125 {
  padding-left: 125px !important;
}

.pL130 {
  padding-left: 130px !important;
}

.pL135 {
  padding-left: 135px !important;
}

.pL140 {
  padding-left: 140px !important;
}

.pL145 {
  padding-left: 145px !important;
}

.pL150 {
  padding-left: 150px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pR55 {
  padding-right: 55px !important;
}

.pR60 {
  padding-right: 60px !important;
}

.pR65 {
  padding-right: 65px !important;
}

.pR70 {
  padding-right: 70px !important;
}

.pR75 {
  padding-right: 75px !important;
}

.pR80 {
  padding-right: 80px !important;
}

.pR85 {
  padding-right: 85px !important;
}

.pR90 {
  padding-right: 90px !important;
}

.pR95 {
  padding-right: 95px !important;
}

.pR100 {
  padding-right: 100px !important;
}

.pR105 {
  padding-right: 105px !important;
}

.pR110 {
  padding-right: 110px !important;
}

.pR115 {
  padding-right: 115px !important;
}

.pR120 {
  padding-right: 120px !important;
}

.pR125 {
  padding-right: 125px !important;
}

.pR130 {
  padding-right: 130px !important;
}

.pR135 {
  padding-right: 135px !important;
}

.pR140 {
  padding-right: 140px !important;
}

.pR145 {
  padding-right: 145px !important;
}

.pR150 {
  padding-right: 150px !important;
}

.pA0 {
  padding: 0px !important;
}

.pA5 {
  padding: 5px !important;
}

.pA10 {
  padding: 10px !important;
}

.pA15 {
  padding: 15px !important;
}

.pA20 {
  padding: 20px !important;
}

.pA25 {
  padding: 25px !important;
}

.pA30 {
  padding: 30px !important;
}

.pA35 {
  padding: 35px !important;
}

.pA40 {
  padding: 40px !important;
}

.pA45 {
  padding: 45px !important;
}

.pA50 {
  padding: 50px !important;
}

.pA55 {
  padding: 55px !important;
}

.pA60 {
  padding: 60px !important;
}

.pA65 {
  padding: 65px !important;
}

.pA70 {
  padding: 70px !important;
}

.pA75 {
  padding: 75px !important;
}

.pA80 {
  padding: 80px !important;
}

.pA85 {
  padding: 85px !important;
}

.pA90 {
  padding: 90px !important;
}

.pA95 {
  padding: 95px !important;
}

.pA100 {
  padding: 100px !important;
}

.pA105 {
  padding: 105px !important;
}

.pA110 {
  padding: 110px !important;
}

.pA115 {
  padding: 115px !important;
}

.pA120 {
  padding: 120px !important;
}

.pA125 {
  padding: 125px !important;
}

.pA130 {
  padding: 130px !important;
}

.pA135 {
  padding: 135px !important;
}

.pA140 {
  padding: 140px !important;
}

.pA145 {
  padding: 145px !important;
}

.pA150 {
  padding: 150px !important;
}

.mB1em {
  margin-bottom: 1em !important;
}

/*! mb */
@media (max-width: 900px) and (min-width: 0px) {
  .mA0 {
    margin: 0% !important;
  }
  .mA5 {
    margin: 2.5% !important;
  }
  .mA10 {
    margin: 2.5% !important;
  }
  .mA15 {
    margin: 2.5% !important;
  }
  .mA20 {
    margin: 5% !important;
  }
  .mA25 {
    margin: 5% !important;
  }
  .mA30 {
    margin: 5% !important;
  }
  .mA35 {
    margin: 7.5% !important;
  }
  .mA40 {
    margin: 7.5% !important;
  }
  .mA45 {
    margin: 7.5% !important;
  }
  .mA50 {
    margin: 10% !important;
  }
  .mA55 {
    margin: 10% !important;
  }
  .mA60 {
    margin: 10% !important;
  }
  .mA65 {
    margin: 12.5% !important;
  }
  .mA70 {
    margin: 12.5% !important;
  }
  .mA75 {
    margin: 12.5% !important;
  }
  .mA80 {
    margin: 15% !important;
  }
  .mA85 {
    margin: 15% !important;
  }
  .mA90 {
    margin: 15% !important;
  }
  .mA95 {
    margin: 17.5% !important;
  }
  .mA100 {
    margin: 17.5% !important;
  }
  .mA105 {
    margin: 17.5% !important;
  }
  .mA110 {
    margin: 20% !important;
  }
  .mA115 {
    margin: 20% !important;
  }
  .mA120 {
    margin: 20% !important;
  }
  .mA125 {
    margin: 22.5% !important;
  }
  .mA130 {
    margin: 22.5% !important;
  }
  .mA135 {
    margin: 22.5% !important;
  }
  .mA140 {
    margin: 25% !important;
  }
  .mA145 {
    margin: 25% !important;
  }
  .mA150 {
    margin: 25% !important;
  }
  .mT10 {
    margin-top: 2.5% !important;
  }
  .mT15 {
    margin-top: 2.5% !important;
  }
  .mT20 {
    margin-top: 5% !important;
  }
  .mT25 {
    margin-top: 5% !important;
  }
  .mT30 {
    margin-top: 5% !important;
  }
  .mT35 {
    margin-top: 7.5% !important;
  }
  .mT40 {
    margin-top: 7.5% !important;
  }
  .mT45 {
    margin-top: 7.5% !important;
  }
  .mT50 {
    margin-top: 12% !important;
  }
  .mT55 {
    margin-top: 10% !important;
  }
  .mT60 {
    margin-top: 10% !important;
  }
  .mT65 {
    margin-top: 12.5% !important;
  }
  .mT70 {
    margin-top: 12.5% !important;
  }
  .mT75 {
    margin-top: 12.5% !important;
  }
  .mT80 {
    margin-top: 15% !important;
  }
  .mT85 {
    margin-top: 15% !important;
  }
  .mT90 {
    margin-top: 15% !important;
  }
  .mT95 {
    margin-top: 17.5% !important;
  }
  .mT100 {
    margin-top: 17.5% !important;
  }
  .mT105 {
    margin-top: 17.5% !important;
  }
  .mT110 {
    margin-top: 20% !important;
  }
  .mT115 {
    margin-top: 20% !important;
  }
  .mT120 {
    margin-top: 20% !important;
  }
  .mT125 {
    margin-top: 22.5% !important;
  }
  .mT130 {
    margin-top: 22.5% !important;
  }
  .mT135 {
    margin-top: 22.5% !important;
  }
  .mT140 {
    margin-top: 25% !important;
  }
  .mT145 {
    margin-top: 25% !important;
  }
  .mT150 {
    margin-top: 25% !important;
  }
  .mB0 {
    margin-bottom: 0% !important;
  }
  .mB5 {
    margin-bottom: 2.5% !important;
  }
  .mB10 {
    margin-bottom: 2.5% !important;
  }
  .mB15 {
    margin-bottom: 2.5% !important;
  }
  .mB20 {
    margin-bottom: 5% !important;
  }
  .mB25 {
    margin-bottom: 5% !important;
  }
  .mB30 {
    margin-bottom: 5% !important;
  }
  .mB35 {
    margin-bottom: 7.5% !important;
  }
  .mB40 {
    margin-bottom: 7.5% !important;
  }
  .mB45 {
    margin-bottom: 7.5% !important;
  }
  .mB50 {
    margin-bottom: 10% !important;
  }
  .mB55 {
    margin-bottom: 10% !important;
  }
  .mB60 {
    margin-bottom: 10% !important;
  }
  .mB65 {
    margin-bottom: 12.5% !important;
  }
  .mB70 {
    margin-bottom: 12.5% !important;
  }
  .mB75 {
    margin-bottom: 12.5% !important;
  }
  .mB80 {
    margin-bottom: 15% !important;
  }
  .mB85 {
    margin-bottom: 15% !important;
  }
  .mB90 {
    margin-bottom: 15% !important;
  }
  .mB95 {
    margin-bottom: 17.5% !important;
  }
  .mB100 {
    margin-bottom: 17.5% !important;
  }
  .mB105 {
    margin-bottom: 17.5% !important;
  }
  .mB110 {
    margin-bottom: 20% !important;
  }
  .mB115 {
    margin-bottom: 20% !important;
  }
  .mB120 {
    margin-bottom: 20% !important;
  }
  .mB125 {
    margin-bottom: 22.5% !important;
  }
  .mB130 {
    margin-bottom: 22.5% !important;
  }
  .mB135 {
    margin-bottom: 22.5% !important;
  }
  .mB140 {
    margin-bottom: 25% !important;
  }
  .mB145 {
    margin-bottom: 25% !important;
  }
  .mB150 {
    margin-bottom: 25% !important;
  }
  .mL0 {
    margin-left: 0% !important;
  }
  .mL5 {
    margin-left: 2.5% !important;
  }
  .mL10 {
    margin-left: 2.5% !important;
  }
  .mL15 {
    margin-left: 2.5% !important;
  }
  .mL20 {
    margin-left: 5% !important;
  }
  .mL25 {
    margin-left: 5% !important;
  }
  .mL30 {
    margin-left: 5% !important;
  }
  .mL35 {
    margin-left: 7.5% !important;
  }
  .mL40 {
    margin-left: 7.5% !important;
  }
  .mL45 {
    margin-left: 7.5% !important;
  }
  .mL50 {
    margin-left: 10% !important;
  }
  .mL55 {
    margin-left: 10% !important;
  }
  .mL60 {
    margin-left: 10% !important;
  }
  .mL65 {
    margin-left: 12.5% !important;
  }
  .mL70 {
    margin-left: 12.5% !important;
  }
  .mL75 {
    margin-left: 12.5% !important;
  }
  .mL80 {
    margin-left: 15% !important;
  }
  .mL85 {
    margin-left: 15% !important;
  }
  .mL90 {
    margin-left: 15% !important;
  }
  .mL95 {
    margin-left: 17.5% !important;
  }
  .mL100 {
    margin-left: 17.5% !important;
  }
  .mL105 {
    margin-left: 17.5% !important;
  }
  .mL110 {
    margin-left: 20% !important;
  }
  .mL115 {
    margin-left: 20% !important;
  }
  .mL120 {
    margin-left: 20% !important;
  }
  .mL125 {
    margin-left: 22.5% !important;
  }
  .mL130 {
    margin-left: 22.5% !important;
  }
  .mL135 {
    margin-left: 22.5% !important;
  }
  .mL140 {
    margin-left: 25% !important;
  }
  .mL145 {
    margin-left: 25% !important;
  }
  .mL150 {
    margin-left: 25% !important;
  }
  .mR0 {
    margin-right: 0% !important;
  }
  .mR5 {
    margin-right: 2.5% !important;
  }
  .mR10 {
    margin-right: 2.5% !important;
  }
  .mR15 {
    margin-right: 2.5% !important;
  }
  .mR20 {
    margin-right: 5% !important;
  }
  .mR25 {
    margin-right: 5% !important;
  }
  .mR30 {
    margin-right: 5% !important;
  }
  .mR35 {
    margin-right: 7.5% !important;
  }
  .mR40 {
    margin-right: 7.5% !important;
  }
  .mR45 {
    margin-right: 7.5% !important;
  }
  .mR50 {
    margin-right: 10% !important;
  }
  .mR55 {
    margin-right: 10% !important;
  }
  .mR60 {
    margin-right: 10% !important;
  }
  .mR65 {
    margin-right: 12.5% !important;
  }
  .mR70 {
    margin-right: 12.5% !important;
  }
  .mR75 {
    margin-right: 12.5% !important;
  }
  .mR80 {
    margin-right: 15% !important;
  }
  .mR85 {
    margin-right: 15% !important;
  }
  .mR90 {
    margin-right: 15% !important;
  }
  .mR95 {
    margin-right: 17.5% !important;
  }
  .mR100 {
    margin-right: 17.5% !important;
  }
  .mR105 {
    margin-right: 17.5% !important;
  }
  .mR110 {
    margin-right: 20% !important;
  }
  .mR115 {
    margin-right: 20% !important;
  }
  .mR120 {
    margin-right: 20% !important;
  }
  .mR125 {
    margin-right: 22.5% !important;
  }
  .mR130 {
    margin-right: 22.5% !important;
  }
  .mR135 {
    margin-right: 22.5% !important;
  }
  .mR140 {
    margin-right: 25% !important;
  }
  .mR145 {
    margin-right: 25% !important;
  }
  .mR150 {
    margin-right: 25% !important;
  }
  .pT0 {
    padding-top: 0% !important;
  }
  .pT5 {
    padding-top: 2.5% !important;
  }
  .pT10 {
    padding-top: 2.5% !important;
  }
  .pT15 {
    padding-top: 2.5% !important;
  }
  .pT20 {
    padding-top: 5% !important;
  }
  .pT25 {
    padding-top: 5% !important;
  }
  .pT30 {
    padding-top: 5% !important;
  }
  .pT35 {
    padding-top: 7.5% !important;
  }
  .pT40 {
    padding-top: 7.5% !important;
  }
  .pT45 {
    padding-top: 7.5% !important;
  }
  .pT50 {
    padding-top: 10% !important;
  }
  .pT55 {
    padding-top: 10% !important;
  }
  .pT60 {
    padding-top: 10% !important;
  }
  .pT65 {
    padding-top: 12.5% !important;
  }
  .pT70 {
    padding-top: 12.5% !important;
  }
  .pT75 {
    padding-top: 12.5% !important;
  }
  .pT80 {
    padding-top: 15% !important;
  }
  .pT85 {
    padding-top: 15% !important;
  }
  .pT90 {
    padding-top: 15% !important;
  }
  .pT95 {
    padding-top: 17.5% !important;
  }
  .pT100 {
    padding-top: 17.5% !important;
  }
  .pT105 {
    padding-top: 17.5% !important;
  }
  .pT110 {
    padding-top: 20% !important;
  }
  .pT115 {
    padding-top: 20% !important;
  }
  .pT120 {
    padding-top: 20% !important;
  }
  .pT125 {
    padding-top: 22.5% !important;
  }
  .pT130 {
    padding-top: 22.5% !important;
  }
  .pT135 {
    padding-top: 22.5% !important;
  }
  .pT140 {
    padding-top: 25% !important;
  }
  .pT145 {
    padding-top: 25% !important;
  }
  .pT150 {
    padding-top: 25% !important;
  }
  .pB0 {
    padding-bottom: 0% !important;
  }
  .pB5 {
    padding-bottom: 2.5% !important;
  }
  .pB10 {
    padding-bottom: 2.5% !important;
  }
  .pB15 {
    padding-bottom: 2.5% !important;
  }
  .pB20 {
    padding-bottom: 5% !important;
  }
  .pB25 {
    padding-bottom: 5% !important;
  }
  .pB30 {
    padding-bottom: 5% !important;
  }
  .pB35 {
    padding-bottom: 7.5% !important;
  }
  .pB40 {
    padding-bottom: 7.5% !important;
  }
  .pB45 {
    padding-bottom: 7.5% !important;
  }
  .pB50 {
    padding-bottom: 10% !important;
  }
  .pB55 {
    padding-bottom: 10% !important;
  }
  .pB60 {
    padding-bottom: 10% !important;
  }
  .pB65 {
    padding-bottom: 12.5% !important;
  }
  .pB70 {
    padding-bottom: 12.5% !important;
  }
  .pB75 {
    padding-bottom: 12.5% !important;
  }
  .pB80 {
    padding-bottom: 15% !important;
  }
  .pB85 {
    padding-bottom: 15% !important;
  }
  .pB90 {
    padding-bottom: 15% !important;
  }
  .pB95 {
    padding-bottom: 17.5% !important;
  }
  .pB100 {
    padding-bottom: 17.5% !important;
  }
  .pB105 {
    padding-bottom: 17.5% !important;
  }
  .pB110 {
    padding-bottom: 20% !important;
  }
  .pB115 {
    padding-bottom: 20% !important;
  }
  .pB120 {
    padding-bottom: 20% !important;
  }
  .pB125 {
    padding-bottom: 22.5% !important;
  }
  .pB130 {
    padding-bottom: 22.5% !important;
  }
  .pB135 {
    padding-bottom: 22.5% !important;
  }
  .pB140 {
    padding-bottom: 25% !important;
  }
  .pB145 {
    padding-bottom: 25% !important;
  }
  .pB150 {
    padding-bottom: 25% !important;
  }
  .pL0 {
    padding-left: 0% !important;
  }
  .pL5 {
    padding-left: 2.5% !important;
  }
  .pL10 {
    padding-left: 2.5% !important;
  }
  .pL15 {
    padding-left: 2.5% !important;
  }
  .pL20 {
    padding-left: 5% !important;
  }
  .pL25 {
    padding-left: 5% !important;
  }
  .pL30 {
    padding-left: 5% !important;
  }
  .pL35 {
    padding-left: 7.5% !important;
  }
  .pL40 {
    padding-left: 7.5% !important;
  }
  .pL45 {
    padding-left: 7.5% !important;
  }
  .pL50 {
    padding-left: 10% !important;
  }
  .pL55 {
    padding-left: 10% !important;
  }
  .pL60 {
    padding-left: 10% !important;
  }
  .pL65 {
    padding-left: 12.5% !important;
  }
  .pL70 {
    padding-left: 12.5% !important;
  }
  .pL75 {
    padding-left: 12.5% !important;
  }
  .pL80 {
    padding-left: 15% !important;
  }
  .pL85 {
    padding-left: 15% !important;
  }
  .pL90 {
    padding-left: 15% !important;
  }
  .pL95 {
    padding-left: 17.5% !important;
  }
  .pL100 {
    padding-left: 17.5% !important;
  }
  .pL105 {
    padding-left: 17.5% !important;
  }
  .pL110 {
    padding-left: 20% !important;
  }
  .pL115 {
    padding-left: 20% !important;
  }
  .pL120 {
    padding-left: 20% !important;
  }
  .pL125 {
    padding-left: 22.5% !important;
  }
  .pL130 {
    padding-left: 22.5% !important;
  }
  .pL135 {
    padding-left: 22.5% !important;
  }
  .pL140 {
    padding-left: 25% !important;
  }
  .pL145 {
    padding-left: 25% !important;
  }
  .pL150 {
    padding-left: 25% !important;
  }
  .pR0 {
    padding-right: 0% !important;
  }
  .pR5 {
    padding-right: 2.5% !important;
  }
  .pR10 {
    padding-right: 2.5% !important;
  }
  .pR15 {
    padding-right: 2.5% !important;
  }
  .pR20 {
    padding-right: 5% !important;
  }
  .pR25 {
    padding-right: 5% !important;
  }
  .pR30 {
    padding-right: 5% !important;
  }
  .pR35 {
    padding-right: 7.5% !important;
  }
  .pR40 {
    padding-right: 7.5% !important;
  }
  .pR45 {
    padding-right: 7.5% !important;
  }
  .pR50 {
    padding-right: 10% !important;
  }
  .pR55 {
    padding-right: 10% !important;
  }
  .pR60 {
    padding-right: 10% !important;
  }
  .pR65 {
    padding-right: 12.5% !important;
  }
  .pR70 {
    padding-right: 12.5% !important;
  }
  .pR75 {
    padding-right: 12.5% !important;
  }
  .pR80 {
    padding-right: 15% !important;
  }
  .pR85 {
    padding-right: 15% !important;
  }
  .pR90 {
    padding-right: 15% !important;
  }
  .pR95 {
    padding-right: 17.5% !important;
  }
  .pR100 {
    padding-right: 17.5% !important;
  }
  .pR105 {
    padding-right: 17.5% !important;
  }
  .pR110 {
    padding-right: 20% !important;
  }
  .pR115 {
    padding-right: 20% !important;
  }
  .pR120 {
    padding-right: 20% !important;
  }
  .pR125 {
    padding-right: 22.5% !important;
  }
  .pR130 {
    padding-right: 22.5% !important;
  }
  .pR135 {
    padding-right: 22.5% !important;
  }
  .pR140 {
    padding-right: 25% !important;
  }
  .pR145 {
    padding-right: 25% !important;
  }
  .pR150 {
    padding-right: 25% !important;
  }
  .pA0 {
    padding: 0% !important;
  }
  .pA5 {
    padding: 2.5% !important;
  }
  .pA10 {
    padding: 2.5% !important;
  }
  .pA15 {
    padding: 2.5% !important;
  }
  .pA20 {
    padding: 5% !important;
  }
  .pA25 {
    padding: 5% !important;
  }
  .pA30 {
    padding: 5% !important;
  }
  .pA35 {
    padding: 7.5% !important;
  }
  .pA40 {
    padding: 7.5% !important;
  }
  .pA45 {
    padding: 7.5% !important;
  }
  .pA50 {
    padding: 10% !important;
  }
  .pA55 {
    padding: 10% !important;
  }
  .pA60 {
    padding: 10% !important;
  }
  .pA65 {
    padding: 12.5% !important;
  }
  .pA70 {
    padding: 12.5% !important;
  }
  .pA75 {
    padding: 12.5% !important;
  }
  .pA80 {
    padding: 15% !important;
  }
  .pA85 {
    padding: 15% !important;
  }
  .pA90 {
    padding: 15% !important;
  }
  .pA95 {
    padding: 17.5% !important;
  }
  .pA100 {
    padding: 17.5% !important;
  }
  .pA105 {
    padding: 17.5% !important;
  }
  .pA110 {
    padding: 20% !important;
  }
  .pA115 {
    padding: 20% !important;
  }
  .pA120 {
    padding: 20% !important;
  }
  .pA125 {
    padding: 22.5% !important;
  }
  .pA130 {
    padding: 22.5% !important;
  }
  .pA135 {
    padding: 22.5% !important;
  }
  .pA140 {
    padding: 25% !important;
  }
  .pA145 {
    padding: 25% !important;
  }
  .pA150 {
    padding: 25% !important;
  }
}
.z-in0 {
  z-index: 0;
}

.z-in1 {
  z-index: 1;
}

.z-in2 {
  z-index: 2;
}

.z-in3 {
  z-index: 3;
}

.z-in4 {
  z-index: 4;
}

.z-in5 {
  z-index: 5;
}

.z-in6 {
  z-index: 6;
}

.z-in7 {
  z-index: 7;
}

.z-in8 {
  z-index: 8;
}

.z-in9 {
  z-index: 9;
}

.z-in10 {
  z-index: 10;
}

.visibility_hidden {
  visibility: hidden;
}

.no_link {
  color: #9a9a9a !important;
  pointer-events: none !important;
}

.po_ev_no {
  pointer-events: none !important;
}

.cl7_3,
.cl4_6,
.cl6_4,
.cl3_7,
.cl25,
.cl33,
.cl50,
.cl50_max {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 901px) {
  .cl50_max > *,
  .cl50 > *,
  .cl33 > *,
  .cl25 > *,
  .cl3_7 > *,
  .cl7_3 > *,
  .cl4_6 > *,
  .cl6_4 > * {
    display: block;
  }
  .cl50_max > * {
    width: 50%;
    box-sizing: border-box;
    /* margin-bottom: 4%; */
  }
  .cl50 > * {
    width: 48%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl33 > * {
    width: 30%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl25 > * {
    width: 23%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl3_7 > *:nth-child(odd) {
    width: 30%;
  }
  .cl3_7 > *:nth-child(even) {
    width: 66%;
  }
  .cl7_3 > *:nth-child(odd) {
    width: 66%;
  }
  .cl7_3 > *:nth-child(even) {
    width: 30%;
  }
  .cl4_6 > *:nth-child(odd) {
    width: 40%;
  }
  .cl4_6 > *:nth-child(even) {
    width: 56%;
  }
  .cl6_4 > *:nth-child(odd) {
    width: 56%;
  }
  .cl6_4 > *:nth-child(even) {
    width: 40%;
  }
}
@media (max-width: 900px) and (min-width: 0px) {
  .cl50_max,
  .cl50,
  .cl33,
  .cl25,
  .cl20,
  .cl3_7,
  .cl7_3,
  .cl4_6,
  .cl6_4 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cl50_max > * {
    width: 100%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl50 > * {
    width: 100%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl33 > * {
    width: 100%;
    /* margin-bottom: 4%; */
    box-sizing: border-box;
  }
  .cl25 > *,
  .cl20 > * {
    width: 100%;
    /* margin-bottom: 4%; */
    position: relative;
  }
  .cl3_7 > *,
  .cl7_3 > *,
  .cl4_6 > *,
  .cl6_4 > * {
    width: 100%;
    /* margin-bottom: 5%; */
  }
}
/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  background: #fff;
  position: relative;
  color: #202945;
  font-weight: 500;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 100%;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0.1em;
}

object {
  pointer-events: none;
}

.pc {
  display: block !important;
}

.pcIB {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #202945;
}

/* ---------------------------------------------------------------------------
  ★フォントファミリー
--------------------------------------------------------------------------- */
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}

/* ---------------------------------------------------------------------------
  ★STEP
--------------------------------------------------------------------------- */
.step ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -2.5em;
  top: 50%;
  background-color: #003366;
  clip-path: polygon(0% 75%, 0 0, 70% 35%);
  width: 1.3em;
  height: 2em;
  transform: translate(-50%, -50%);
}

.step ul li:nth-last-of-type(1)::after {
  display: none;
}

.point-num {
  font-size: clamp(30px, 2.85vw, 40px) !important;
}

.point {
  content: "";
  position: absolute;
  color: #005AB4;
  top: -12%;
  left: 1%;
}

/* ---------------------------------------------------------------------------
  ★マーカー(中央から両端に伸びる)
--------------------------------------------------------------------------- */
.underline {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 15px;
  background: linear-gradient(to right, #ffc204, #ffab04 20%, #fe6804);
  z-index: -1;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  display: block;
  opacity: 0.3;
  clip-path: polygon(4% 0%, 100% 0%, 97% 100%, 0% 100%);
  transform: scaleX(0) translateX(-5%);
  opacity: 0;
}

.underline.active::after {
  animation: underAnime 2.5s forwards ease-out;
}

@keyframes underAnime {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------------
  ★マーカー(左から右に伸びる)
--------------------------------------------------------------------------- */
.underline02 {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden; /* はみ出し防止 */
}

.underline02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 0; /* 初期状態を 0 に */
  height: 15px;
  background: linear-gradient(to right, #ffc204, #ffab04 20%, #fe6804);
  z-index: -1;
  display: block;
  clip-path: polygon(4% 0%, 100% 0%, 97% 100%, 0% 100%);
  transition: none; /* アニメーションの邪魔を防ぐ */
}

.underline02.active::after {
  animation: underAnime02 1.2s forwards ease-out;
}

@keyframes underAnime02 {
  0% {
    width: 0;
  }

  20% {
    width: 0;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
  ★背景
--------------------------------------------------------------------------- */
.bg_y {
  background: #fcf4e8;
}

.bg_g {
  background: #f8f8f8;
  padding: 30px;
}

.bgW {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
  padding: 4%;
}

.bgN {
  background-color: #27303F;
  padding: 2.5% 5%;
  color: #fff;
}

.mvBgw {
  background-color: #fff;
  padding: 0 4px;
}

.bgwN {
  border: 3px solid #003366;
  box-shadow: 10px 10px 0px #003366;
  border-radius: 10px;
  padding: 4%;
  background-color: #fff;
}

.bgwN_c {
  border: 3px solid #003366;
  box-shadow: 10px 10px 0px #003366;
  border-radius: 50%;
  padding: 3%;
  background-color: #fff;
  aspect-ratio: 1;
  width: 30%;
  place-content: center;
  text-align: center;
  margin-bottom: 5%;
}

.bgwN02 {
  border: 3px solid #003366;
  box-shadow: 6px 5px 0px #003366;
  border-radius: 10px;
  background-color: #fff;
  padding: 1% 2%;
  place-content: center;
  text-align: center;
  width: fit-content;
  white-space: nowrap;
}

.bgA {
  background: url(../img/footerContactBg.png) no-repeat center / cover;
}

.circleBg {
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: #005AB4;
  aspect-ratio: 1;
  place-content: center;
  position: relative;
}

.circlePhoto {
  width: 25%;
  margin-bottom: 3%;
}
.circlePhoto img {
  border-radius: 50%;
  aspect-ratio: 1;
  margin-inline: auto;
}

.bCircle {
  border-radius: 50%;
  border: 3px solid #005AB4;
  text-align: center;
  color: #005AB4;
  aspect-ratio: 1;
  place-content: center;
  position: relative;
}

.fbg_g {
  background: linear-gradient(to right, #e2ff5d, #d5eb55 14%, #95cf40);
  padding: 2%;
  clip-path: polygon(11% 0%, 100% 0%, 89% 100%, 0% 100%);
  color: #fff;
  font-weight: bold;
}

.fbg_o {
  background: linear-gradient(to right, #ffc204, #ffab04 20%, #fe6804);
  padding: 2%;
  clip-path: polygon(11% 0%, 100% 0%, 89% 100%, 0% 100%);
  color: #fff;
  font-weight: bold;
}

.fbg_g:hover p::after,
.fbg_o:hover p::after {
  right: -40px;
  transition: 0.5s;
}

.fbg_g:hover::before,
.fbg_o:hover::before {
  position: absolute;
  content: '';
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: nyainy-btn 2.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes nyainy-btn {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */
.disc {
  margin-left: 20px;
  list-style-type: disc;
}

.disc > li {
  list-style-type: disc;
}

.disc > li:not(:last-child) {
  padding-bottom: 5px;
}

/* .decimal {
  margin-left: 2em;
  list-style-type: decimal;
} */

.decimal > li {
  list-style-type: decimal !important;
  margin-left: 2em;
  margin-bottom: 2%;
}

/* .decimal > li:not(:last-child) {
  padding-bottom: 5px;
} */

/* =======================================
	共通
========================================== */
.main_inpages {
  background: url(../img/home03Bg.png) no-repeat top -1em right / 100%;
  color: #fff;
  text-align: center;
  padding: 55px 0 70px;
  /* text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2509803922); */
  position: relative;
  z-index: 0;
}

.main_inpages::before {
  content: "";
  position: absolute;
  background: url(../img/mvTxtBg.png) no-repeat center top -1em / 50%;
  width: 39%;
  height: 100%;
  top: 0%;
  left: -5%;
  z-index: -1;
  opacity: 0.5;
}

.main_inpages h2 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  font-size: 38px;
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
  font-weight: bold;
}

/* ---------------------------------------------------------------------------
  ★TOTOP
--------------------------------------------------------------------------- */
#totop {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../img/top.svg) no-repeat center / contain;
}

.totop_wrap {
  position: fixed;
  right: 1%;
  bottom: 4%;
  z-index: 2;
  display: none;
}

.pc_menu {
  position: fixed;
  right: -30px;
  top: 58%;
  z-index: 3;
  transform: translate(-50%, -50%);
  /* width: 3.4%; */
  display: inline;
  background: #FFAB0B;
  width: 52px;
  height: 200px;
  border-radius: 20px 0 0 20px;
}

.pc_menu a {
  display: block;
  writing-mode: vertical-rl;
  background: url(../img/download.png) no-repeat bottom 0% right 40% / 1em;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 45%;
  right: 0%;
  transform: translate(-50%, -50%);
  height: 100%;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 1.6rem;
}
/* =======================================
	★mailformpro
========================================== */
/*zyuusyoBox*/
td.zyuusyoBox > div:nth-child(1) {
  margin-bottom: 6px;
}

td.zyuusyoBox > div:nth-child(1) p {
  float: left;
  padding-top: 6px;
}

td.zyuusyoBox > div:nth-child(1) input {
  width: 5.5em;
  margin-left: 5px;
}

td.zyuusyoBox > div:nth-child(2) input:nth-child(1) {
  width: 6.7em;
}

#privacyBox {
  overflow-y: scroll;
  padding: 21px;
  background: #fff;
  margin-top: 20px;
  height: 163px;
  margin-bottom: 20px;
}

#js-show-popup {
  color: #0236cb;
  text-decoration: underline;
  cursor: pointer;
}

#contact .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

#contact .popup.is-show {
  opacity: 1;
  visibility: visible;
}

#contact .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
  max-height: 90vh;
  overflow-y: scroll;
}

#contact .popup-inner img {
  width: 100%;
}

#contact .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

#contact .close-btn i {
  font-size: 20px;
  color: #333;
}

#contact .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

#contact label.c_b {
  font-size: 12px;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}

.p_policyArea a {
  word-break: break-all;
}

input::-moz-placeholder {
  color: #a9a9a9;
}

input::placeholder {
  color: #a9a9a9;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

/* ---------------------------------------------------------------------------
  ★パーツ集:テーブル
--------------------------------------------------------------------------- */
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.c_table_01 {
  /* border: 2px solid #eaf1f8; */
  /* border-radius: 0.5em; */
}

.c_table_01 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border-radius: 0.5em;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.c_table_01 table tbody tr th {
  border-bottom: 3px solid #525B6B;
  background: #27303F;
  vertical-align: top;
  padding: 23px 15px;
  color: #fff;
  font-weight: 500;
  width: 10em;
  word-break: break-all;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.c_table_01 table tbody tr:nth-of-type(1) th {
  border-radius: 0.5em 0 0 0;
}

.c_table_01 table tbody tr:last-child th {
  border-radius: 0 0 0 0.5em;
}

.c_table_01 table tbody tr td {
  border-bottom: 1px solid #525B6B;
  vertical-align: top;
  padding: 23px 21px;
  word-break: break-all;
  background-color: #fff;
}

.c_table_01 table tbody tr:nth-last-of-type(1) th,
.c_table_01 table tbody tr:nth-last-of-type(1) td {
  border-bottom: none;
}

.c_table_02 table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

.c_table_02 table tr {
  text-align: center;
  border-bottom: 1px solid #83AFDC;
}

.c_table_02 table tbody tr th,
.c_table_02 table tbody tr td {
  padding: 1.5%;
  word-break: break-all;
}
.c_table_02 table tbody tr th {
  width: 30%;
  font-weight: bold;
  color: #005AB4;
}
.c_table_02 table tbody tr td {
  width: 70%;
}

/* =======================================
	パンくず
========================================== */
ul.pankuzu {
  display: flex;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.3em;
  position: relative;
  justify-content: center;
  line-height: 100%;
  align-items: center;
  text-shadow: 2px 2px 0 rgba(0, 51, 102, 0.6);
  font-weight: bold;
}

ul.pankuzu a {
  margin-right: 13px;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  vertical-align: top;
}

ul.pankuzu a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before,
ul.pankuzu a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.pankuzu a::before {
  right: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
}

/* =======================================
	ページャー
========================================== */
/* paginathing.jsを使用したページャー */
/* .pagination {
  display: flex;
  align-items: end;
  justify-content: center;
}

.pagination-container {
  margin-bottom: 8%;
  position: relative;
  z-index: 1000;
}

.pagination-container .page-item {
  border-bottom: none;
  width: 3em;
  height: 3em;
}

.pagination-container .page-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}

.page-item.number.navi-active a {
  pointer-events: none;
  background: #ffb564;
  color: #fff;
  border-radius: 50px;
}

.page-item.prev a {
  background: url(../img/arrow.svg) no-repeat center / 100%;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  transform: rotate(180deg);
  margin-top: 0.3em;
}

.page-item.next a {
  background: url(../img/arrow.svg) no-repeat center / 100%;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.3em;
} */

/* #pager ul li {
  border-bottom: none;
} */

/* 静的用ページャー */
.pagination-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  list-style-type: none;
  padding: 0;
}

.pagination-3 a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-bottom: 2px solid #f2f2f2;
  text-decoration: none;
}

.pagination-3 .current a {
  border-bottom: 2px solid #005AB4;
  pointer-events: none;
}

.Pagination {
  display: flex;
  align-items: end;
  justify-content: center;
}
.Pagination > * + * {
  margin-left: 12px;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  pointer-events: none;
  background: #ffb564;
  color: #fff;
  border-radius: 50px;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #ffb564;
  color: #fff;
  border-radius: 50px;
}

/* .prev.page-numbers {
  background: url(../img/b_circleArrowW.png) no-repeat center / 100%;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  transform: rotate(180deg);
  margin-bottom: 0.3em;
  display: block;
}

.next.page-numbers {
  background: url(../img/b_circleArrowW.png) no-repeat center / 100%;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.3em;
  display: block;
} */

/* WP用ページャー */
#pager {
  text-align: center;
  margin: 5% 0;
  display: flex;
  justify-content: center;
  gap: 1%;
  align-items: center;
}

#pager .prev.page-numbers {
  background: url(../img/b_circleArrowB.png) no-repeat center / contain;
  width: 1.3em;
  height: 1.3em;
  transform: rotate(180deg);
  border-bottom: unset;
}

#pager .next.page-numbers {
  background: url(../img/b_circleArrowB.png) no-repeat center / contain;
  width: 1.3em;
  height: 1.3em;
  border-bottom: unset;
}

#pager .page-numbers {
  border-bottom: 2px solid #83AFDC;
  width: 2em;
}

#pager a:hover {
  border-bottom: 2px solid #005AB4;
  width: 2em;
}

/* =======================================
	home
========================================== */
.img-frame{
  position: relative;
  width: 100%;
  height: clamp(240px,50.7vw,710px);
  overflow: hidden;
  margin: 0 auto;
}

.mv01, .mv02, .mv03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* z-index: -1; */
  background-position: center;
}

.mv01{
  background-image: url('../img/mv.jpg');
  animation: slide-animation-01 24s infinite;
}

.mv02{
  background-image: url('../img/mv02.jpg');
  animation: slide-animation-02 24s infinite;
}

.mv03{
  background-image: url('../img/mv03.jpg');
  animation: slide-animation-03 24s infinite;
}

@keyframes slide-animation-01 {
0% {opacity: 1; transform: scale(1.0);}
30% {opacity: 1;}
40% {opacity: 0; transform: scale(1.15);}
90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
0% {opacity: 0;}
30% {opacity: 0; transform: scale(1.1);}
40% {opacity: 1;}
60% {opacity: 1;}
70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
0% {opacity: 0;}
60% {opacity: 0; transform: scale(1.0);}
70% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}

.mvTxtBg {
  width: 39%;
  background: url(../img/mvTxtBg.png) no-repeat center / contain;
  height: 100%;
  position: absolute;
  bottom: 1%;
  left: 6%;
  z-index: 1;
}

.mvtxt {
  position: absolute;
  left: 10.5%;
  bottom: 44%;
  color: #fff;
  z-index: 1;
}

.txtshadow {
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
}

.txtshadow335 {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.imgshadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.catch_copy {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 120%;
}

.main .news {
  display: flex;
  background: rgba(255, 255, 255, 0.75);
  padding: 22px 17px;
  border-radius: 5px;
  color: #143C8C;
  font-weight: 600;
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  z-index: 1;
  width: 51em;
  gap: 2.5%;
  align-items: center;
  white-space: nowrap;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}

.main .news h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.main .news > * {
  width: fit-content;
}

.bLine {
  width: 80px !important;
  height: 1px;
  background-color: #83AFDC;
  margin-block: auto;
}

.newsBtn a {
  background: url(../img/circleArrowB.png) no-repeat right 3px center / 1.8em;
  width: 8.5em;
  display: block;
  /* color: #143C8C; */
  letter-spacing: 0.05em;
  height: 1.8em;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #143C8C, 0 0 0 #143C8C;
  transition: text-shadow 0.3s;
}
.newsBtn a:hover {
  text-shadow: 0 0 0 #143C8C, 0 1.5em 0 #143C8C;
}

.home01 {
  position: relative;
  color: #fff;
}

.home01::before {
  content: "";
  position: absolute;
  background: url(../img/home01Bg.jpg) no-repeat right top / cover;
  top: 0%;
  left: 0%;
  width: 92.8vw;
  height: 100%;
  border-radius: 5px 5px 0 0;
}

.home01bgW {
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  padding: 3.5% 4%;
  height: fit-content;
  letter-spacing: 0.15em;
}

.home01 .flex_right > div:nth-of-type(1) {
  width: 52%;
}

.home01 .flex_right > div:nth-of-type(2) {
  width: 41%;
}

.borderW {
  border: #fff solid 3px;
  border-radius: 5px;
  padding: 4% 3%;
  position: relative;
}

.borderW h3 {
  position: absolute;
  background-color: #005AB4;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1% 4%;
  white-space: nowrap;
}

.borderB {
  border: #005AB4 solid 3px;
  border-radius: 5px;
  padding: 4%;
  position: relative;
}
.borderB h3 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1% 4%;
  white-space: nowrap;
  background: #fff url(../img/footerContactBg.png) no-repeat center / cover;
}

.borderR05 {
  border-radius: 5px;
}

.home02 {
  background: url(../img/home02Bg.png)no-repeat  center / cover;
}

/* .home02 h2::before {
  content: "";
  position: absolute;
  background: url(../img/home02h2.png) no-repeat center / 100%;
  width: 30%;
  height: 155px;
  top: -161%;
  left: -23.5%;
} */

.home02 h2 {
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 16px;
}

.home02 h2 span {
  border-bottom: 10px solid #005AB4;
  padding-bottom: 10px;
}

.square {
  background: url(../img/square.png) no-repeat center / 100%;
  width: 5.5%;
  height: 10px;
  margin-inline: auto;
}

.borderO {
  background: linear-gradient(transparent 75%, rgba(255, 171, 11, 0.3) 25%);
  line-height: 125%;
}

.work-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.work-number {
  content: "";
  position: absolute;
  background: url(../img/01.png) no-repeat center / contain;
  top: -7.5%;
  left: -6%;
  width: 2.9em;
  height: 3em;
  z-index: -1;
}

.work-number.work-number02 {
  background: url(../img/02.png) no-repeat center / contain;
}
.work-number.work-number03 {
  background: url(../img/03.png) no-repeat center / contain;
}
.work-number.work-number04,
.cfs0206 .cl25 > div:nth-of-type(4) .work-number
 {
  background: url(../img/04.png) no-repeat center / contain;
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 3% 4%;
  background: #fff;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2.5px 0px 0px #003366;
  top: 2.5%;
  left: -6%;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-right: solid 20px #003366;
}

.work-image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.work-text {
  padding: 20px 25px 45px;
}

.home02 .flex_start > div {
  width: 46%;
}

.home02 .plus {
  background: url(../img/plus.png) no-repeat center / contain;
  width: 60px;
  height: 60px;
}

.home02Fukidasi {
  background: url(../img/home02Fukidasi.png) no-repeat center / contain;
  padding: 6%;
}

.home02Fukidasi h3 {
  font-size: clamp(17px, 1.7vw, 24px) !important;
}

.home02Fukidasi span {
  font-size: clamp(21px, 2.28vw, 32px) !important;
}

.home02Fukidasi .btn03 {
  margin-top: 4.5%;
}

.home02 .cl3_7 > *:nth-child(odd) {
  width: 32.5%;
}

.home02 .cl3_7 > *:nth-child(even) {
  width: 64%;
}

.home03Bg {
  background: url(../img/home03Bg.png) no-repeat top center / cover;
  padding: 4% 6%;
  border-radius: 5px;
}

.home03 h2 {
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
}

.siryo {
  background: url(../img/siryo.png) no-repeat center / contain;
  width: 1.2em;
  height: 1em;
  display: inline-block;
  margin-block: auto;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0.2em;
}

.home03 .bgW {
  background-color: #fff;
  padding: 3% 0%;
  border-radius: 5px;
  width: 200px;
}

.home04 {
  position: relative;
  color: #fff;
}

.home04::before {
  content: "";
  position: absolute;
  background: url(../img/home04Bg.png) no-repeat right top / cover;
  top: 0%;
  right: 0%;
  width: 92.8%;
  height: 100%;
}

.home04 .hatena {
  background: url(../img/hatena.png) no-repeat center / contain;
  width: 1.2em;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.esgBtn a {
  background: url(../img/esgBtn.png) no-repeat  center / 100%;
  padding: 4.5%;
  color: #fff;
  width: 439px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.15em;
  border-radius: 5px;
}

.esgBtn .esgImg {
  background: url(../img/esgImg.png) no-repeat center / contain;
  width: 1.7em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}

.home05 .inner_1200 {
  border-top: 2px solid #83AFDC;
  border-bottom: 2px solid #83AFDC;
}

.home05 h2::after {
  content: "";
  position: absolute;
  background: url(../img/hInsta.png) no-repeat center / contain;
  width: 0.85em;
  height: 0.85em;
  right: -24%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.home05 h2 {
  background: linear-gradient(90deg, #6E22F5, #EA336A, #F7CD46);
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  letter-spacing: 0.1em;
}

.instaBtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2.5% 3%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url(../img/link.png) no-repeat right 23px center / 1.1em, linear-gradient(90deg, #6E22F5, #EA336A, #F7CD46);
  border-radius: 100px;
  transition: opacity 0.3s ease;
  width: 52%;
  text-align: center;
  letter-spacing: 0.1em;
}

.instaBtn a:hover,
.esgBtn a:hover {
  opacity: 0.85;
}

.instaSlide {
  display: flex;
  justify-content: center;
  gap: 8%;
  width: 30%;
  overflow: hidden;
  height: 395px;
}

.slide-wrap {
  position: relative;
  width: 45%;
  height: 100%;
  overflow: hidden;
}

.slide-wrap ul {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 20s linear infinite;
}

.slide-wrap ul li {
  flex: 0 0 auto;
  margin-bottom: 25px;
}

.slide-wrap img {
  width: 100%;
  display: block;
  height: auto;
}

/* 右列を逆方向にスクロール */
.slide-wrap.right ul {
  animation-direction: reverse;
}

/* 縦スクロールアニメーション */
@keyframes scroll-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.home06 {
  background: url(../img/home06Bg.jpg) no-repeat left center / 125%;
  position: relative;
}

.home06::before {
  content: "";
  background: url(../img/home06TxtBg.png) no-repeat bottom right / cover;
  position: absolute;
  top: 11%;
  left: 0%;
  width: 48%;
  height: 78%;
  border-radius: 0 5px 5px 0;
}

.home06 .h2Tit {
  font-weight: bold;
  color: #fff;
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
}

/* .fukidasi02::before {
  content: "＼";
  width: 1em;
  height: 1em;
  top: 0%;
  left: 30%;
  position: absolute;
}
.fukidasi02::after {
  content: "／";
  width: 1em;
  height: 1em;
  top: 0%;
  right: 30%;
  position: absolute;
} */
/* =======================================
	sdgs
========================================== */
.sdgsArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sdgsArea > li {
  width: 50px;
  margin-right: 10px;
  margin-bottom: 8px;
  gap: 8px;
}

.sdgsArea > li img {
  border-radius: 0.5em;
}

.esg02, .esg03, .esg04 {
  background: url(../img/home02Bg.png) no-repeat center / cover;
}

#esg .cl33 {
  justify-content: left !important;
  gap: 5%;
}

/* =======================================
	会社概要
========================================== */
.history dl {
  display: flex;
  flex-wrap: wrap;
}

.history dl dt {
  float: left;
  width: 10.5em;
  letter-spacing: 0.15em;
  color: #219f62;
  left: 16px;
  font-weight: 600;
  top: 3px;
  position: relative;
  padding: 0 0px 30px 0px;
}

.history dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #219f62;
  right: 10px;
  top: 10px;
  position: absolute;
}

.history dl dd {
  float: right;
  /* width: 75%; */
  border-left: solid 2px #219f62;
  padding: 0 0 30px 50px;
  position: relative;
  flex: 1;
}

.g_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66%;
}

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

.company02 .flex > div {
  width: 30%;
  text-align: center;
}

/* .company02 img {
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
} */
/* =======================================
	Q and A
========================================== */
dt.plus {
  position: relative;
  background: #005AB4;
  border-radius: 0.2em;
  padding: 10px 3.5em 8px 1.5em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  cursor: pointer;
}

dt.plus:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/b_circleArrowW.png) no-repeat center / contain;
  transform: rotate(90deg);
}

dt.active:before {
  transform: rotate(-90deg);
}

.accordion dd {
  width: calc(100% - 3em);
  margin: 13px auto 23px;
  line-height: 140%;
}

/* =======================================
	お知らせ news
========================================== */
#news_detail img {
  height: auto !important;
}
#news_detail .aligncenter {
  text-align: center;
  margin: auto;
}
#news_detail .alignright {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}
#news_detail .txtArea h1 {
  font-size: 160%;
}
#news_detail .txtArea h2 {
  font-size: 150%;
}
#news_detail .txtArea h3 {
  font-size: 140%;
}
#news_detail .txtArea h4 {
  font-size: 130%;
}
#news_detail .txtArea h5 {
  font-size: 120%;
}
#news_detail .txtArea h6 {
  font-size: 110%;
}

/* アイキャッチ画像がない場合 → 本文を全幅にする */
.cl7_3.full-width > div:first-child {
  width: 100%;
}

/* // 詳細ページのビジュアルモード用 */
 /* id classその時のものに変更する */
#single-works02 img {
height: auto !important;
}
#single-works02 .aligncenter {
text-align: center;
margin: auto;
}
#single-works02 .alignright {
text-align: right;
margin-right: 0;
margin-left: auto;
}
#single-works02 h1 {
  font-size: 160%;
}
#single-works02 h2 {
  font-size: 150%;
}
#single-works02 h3 {
  font-size: 140%;
}
#single-works02 h4 {
  font-size: 130%;
}
#single-works02 h5 {
  font-size: 120%;
}
#single-works02 h6 {
  font-size: 110%;
}

/* =======================================
	採用情報 recruit
========================================== */
/* =======================================
	お問い合わせ contact
========================================== */
#contact .c_table_01 table tbody tr th {
  width: 15em;
}

.contact01 .inner_1000 a {
  color: #005AB4;
}
/* =======================================
    404エラー error
========================================== */
#error .title {
  padding-bottom: 5px;
  color: #2f57a2;
  font-weight: bold;
  font-size: 30px;
}

#error .lead01 {
  margin-bottom: 20px;
}

#error .lead02 {
  margin-bottom: 10px;
}

#error .detail {
  background: rgba(229, 236, 238, 0.3019607843);
  font-size: 14px;
  color: #333;
  padding: 20px;
}

/* =======================================
    NSC（足場つなぎ）工法 nsc
========================================== */
.cfs0201 ul li::after,
.nsc01 ul li::after,
.cfs01 ul li::after,
.mus01 ul li::after,
.hand_smoother01 ul li::after,
.hss01 ul li::after {
  content: "×";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 135%;
  font-size: 3em;
  font-weight: 900;
  transform: translate(-50%, -50%);
  color: #005AB4;
}

.cfs0201 ul li:nth-last-of-type(1):after,
.nsc01 ul li:nth-last-of-type(1):after,
.cfs01 ul li:nth-last-of-type(1):after,
.mus01 ul li:nth-last-of-type(1):after,
.hand_smoother01 ul li:nth-last-of-type(1):after,
.hss01 ul li:nth-last-of-type(1):after {
  display: none;
}

.nsc02, .nsc05, .mus06, .hss05 {
  background: url(../img/footerContactBg.png) no-repeat center / cover;
}
.nsc02 .cl33 > div:nth-of-type(2) .work-number,
.manufacturer01 .cl33 > div:nth-of-type(2) .work-number,
.cfs0206 .cl25 > div:nth-of-type(2) .work-number,
.diagnosis02 .cl33 > div:nth-of-type(2) .work-number {
    background: url(../img/02.png) no-repeat center / contain;
}

.nsc02 .cl33 > div:nth-of-type(3) .work-number,
.manufacturer01 .cl33 > div:nth-of-type(3) .work-number,
.cfs0206 .cl25 > div:nth-of-type(3) .work-number,
.diagnosis02 .cl33 > div:nth-of-type(3) .work-number {
    background: url(../img/03.png) no-repeat center / contain;
}

.cfs0203 .bgwN_c {
  width: 30% !important;
}

.nsc02 .work-number {
    width: 3.9em;
    height: 4em;
}

.video-wrapper {
  position: relative;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nsc03 .inner_900,
.cfs02 .inner_900,
.mus02 .inner_900,
.hss02 .inner_900 {
  background: url(../img/home03Bg.png) no-repeat top center / cover;
  padding: 4% 6%;
  border-radius: 5px;
}

.nsc03 li,
.cfs02 li,
.mus02 li,
.hss02 li {
  position: relative;
  font-size: 2rem;
  color: #fff;
  margin-left: 1.5em;
}

.nsc03 li::before,
.recruit02 .borderB li::before,
.cfs02 li::before,
.mus02 li::before,
.hss02 li::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  top: 0.3em;
  left: -1.5em;
  background: url(../img/check.png)
  no-repeat center / contain;
}

.nsc04 .column,
.mus03 .column,
.cfs03 .column,
.hss03 .column {
  gap: clamp(1px, 5vw, 70px);
}

.nsc05 .cl50 > div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -3.8em;
  top: 56%;
  background-color: #003366;
  clip-path: polygon(0% 75%, 0 0, 70% 35%);
  width: 2em;
  height: 3em;
  transform: translate(-50%, -50%);
}

.spec-table th,
.spec-table td {
  border: 1px solid #202945;
  padding: 8px 12px;
}

.spec-table td {
  background-color: #fff;
}

.spec-table th {
  background-color: #003366;
  color: #fff;
  width: 30%;
}

.works-table thead th {
  background-color: #003366;
  color: #fff;
  font-weight: bold;
  padding: 12px 8px;
  border: 1px solid #202945;
  text-align: center;
}

.works-table tbody td {
  padding: 12px 8px;
  border: 1px solid #202945;
  background-color: #fff;
}

.nsc05 .cl25 img {
  border-radius: 5px 5px 0 0;
}

.construction03 .table-wrap,
.nsc07 .table-wrap,
#construction .table-wrap,
#mus .table-wrap,
#hss .table-wrap,
#cfs .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.construction03 .works-table,
.nsc07 .works-table,
#construction .custom-table,
#hss .works-table,
#mus .works-table,
#cfs .works-table {
  min-width: 730px;
}

.construction03 .works-table {
  min-width: 1035px;
}

.nsc04 img {
  border-radius: 5px;
}

/* =======================================
    施工事業 construction
========================================== */
.construction01 .siryouBtn a {
  padding: 4.5%;
  width: 90%;
  background-image: none;
  text-align: center;
  font-size: 1.8rem;
}

.custom-table {
  width: 100%;
  /* border-collapse: collapse; */
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #fff;
  border-radius: 10px;
}

.custom-table th,
.custom-table td {
  padding: 1% 2%;
  vertical-align: middle;
}

.custom-table th {
  border-right: 1px solid #F0F4F8;
  border-left: 1px solid #F0F4F8;
}

.custom-table td {
  border: 1px solid #F0F4F8;
}

.custom-table thead th {
  background: #005AB4;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.custom-table th:nth-child(1),
.custom-table td:nth-child(1) {
  width: 28%;
}

.custom-table th:nth-child(2),
.custom-table td:nth-child(2) {
  width: 21%;
}

.custom-table th:nth-child(3),
.custom-table td:nth-child(3) {
  width: 14%;
}

.custom-table th:nth-child(4),
.custom-table td:nth-child(4) {
  width: 40%;
}

.construction02 {
  background: url(../img/home02Bg.png) no-repeat center / cover;
}

.custom-table th:nth-child(1) {
  border-radius: 10px 0 0 0;
  border-left: none;
}

.custom-table th:nth-child(4) {
  border-radius: 0 10px 0 0;
  border-right: none;
}

.custom-table tbody tr:nth-child(5) td:nth-child(1) {
  border-radius: 0 0 0 10px;
}

.custom-table tbody tr:nth-child(5) td:nth-child(4) {
  border-radius: 0 0 10px 0;
}

.case-cell {
  display: flex;
  align-items: start;
  gap: 10px;
  align-items: center;
}

.case-cell .icon {
  width: 15%;
  height: auto;
  flex-shrink: 0;
}

.custom-table .pink a {
  display: block;
  font-weight: bold;
  text-align: center;
}
.custom-table .pink a:hover {
  color: #005AB4;
}

.construction02 .btn04 a {
  width: 60%;
}

/* .tokkyo::before {
  content: "";
  position: absolute;
  background: url(../img/home02h2.png) no-repeat center / 100%;
  width: 30%;
  height: 155px;
  top: -9%;
  left: -12.5%;
} */

.construction03 .custom-table th:nth-child(1), .custom-table td:nth-child(1) {
  width: 21%;
}

.construction03 .custom-table th:nth-child(2), .custom-table td:nth-child(2) {
  width: 31%;
}

.construction03 .custom-table th:nth-child(3), .custom-table td:nth-child(3) {
  width: 32%;
}

.construction03 .custom-table th:nth-child(4), .custom-table td:nth-child(4) {
  width: 16%;
}

/* =======================================
    HSS（ハンドスムーサー）工法 hss
========================================== */
.hss04 .work-box {
  margin-bottom: 5%;
}

/* .hss04 .step ul li:nth-last-of-type(1) .point {
  top: -7%;
} */

.hss04 .step ul li:nth-last-of-type(2)::after {
  display: none;
}

.hss04 .step img {
  border-radius: 5px 5px 0 0;
}

.hss04 .step ul li::after {
  right: -3.5em;
}

/* .hss05 .btn04 a {
  width: 100%;
} */

.hss05 li,
.hand_smoother02 li {
  list-style: disc;
  margin-left: 2em;
}

.material a {
  background: url(../img/home03Bg.png) no-repeat top center / 100%;
  padding: 4% 6%;
  border-radius: 5px;
  display: block;
  color: #fff;
}
.material h2 {
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
}

/* =======================================
    CFS（シーファイン）工法 cfs
========================================== */
.cfs05 .cl3_7 {
  background: url(../img/footerContactBg.png) no-repeat center / cover;
  padding: 4% 5.5%;
  border-radius: 5px;
}

.cfs05 .newsBtn a {
  width: 100%;
  display: inline-block;
  padding-right: 3em;
}

.hss03 .cl50 img,
.mus03 .cl50 img,
.cfs03 .cl50 img {
  border-radius: 5px;
}
/* =======================================
    MUS工法 mus
========================================== */
.mus04 .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
  border-radius: 10px;
}

.mus04 table {
  min-width: 915px;
  overflow: hidden;
}

.mus04 th {
  background: #005AB4;
  padding: 25px;
  font-size: 24px;
  font-weight: bold;
  border-right: 1px solid #525B6B;
  text-align: center;
  color: #fff;
}

.mus04 td {
  padding: 30px;
  border-right: 1px solid #525B6B;
  text-align: center;
  vertical-align: middle;
}

.mus04 th:nth-last-of-type(1),
.mus04 td:nth-last-of-type(1) {
  border-right: none;
}

.label-cell {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.highlight-cell {
  background: #83AFDC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.rpm-cell,
.noise-cell {
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.rpm-pink-cell,
.noise-pink-cell {
  background-color: rgba(131, 175, 220, 0.1);
  font-size: 30px;
  font-weight: bold;
}

.description {
  font-size: 1.6rem;
  margin-top: 10px;
  font-weight: normal;
}

.flow-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
}

.flow-box {
  background-color: #fff;
  border: 3px solid #005AB4;
  padding: 2%;
  border-radius: 5px;
  color: #005AB4;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}

.flow-box.result {
  background-color:  rgba(131, 175, 220, 0.1);
}

.mus04 .arrow {
  font-size: 48px;
  font-weight: bold;
  color: #005AB4;
}

/* =======================================
    建物調査診断 diagnosis
========================================== */
.diagnosis01 .cl33 {
  justify-content: center !important;
}

.diagnosis01 ul li::after {
  content: "×";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 120%;
  font-size: 2em;
  font-weight: 900;
  transform: translate(-50%, -50%);
  color: #005AB4;
}

.diagnosis01 ul li:nth-last-of-type(1):after {
  display: none;
}

.diagnosis02 .work-number,
.manufacturer01 .work-number {
  top: -7%;
  left: -7%;
}

.diagnosis02 .bgwN {
  padding: 3%;
}

/* =======================================
    メーカー事業 manufacturer
========================================== */
.manufacturer02 .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
  border-radius: 10px;
}

.manufacturer02 table {
  min-width: 730px;
  overflow: hidden;
}

.manufacturer02 th {
  padding: 1%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #005AB4;
  color: #fff;
}

.manufacturer02 .icon {
  width: 15%;
  height: auto;
  flex-shrink: 0;
}

.manufacturer02 th:nth-child(1) {
  width: 25%;
  border-radius: 10px 0 0 0;
  background: #83AFDC;
}

.manufacturer02 th:nth-child(2) {
  width: 50%;
}

.manufacturer02 th:nth-child(3) {
  width: 25%;
  background: #FFAB0B;
  color: white;
  border-radius: 0 10px 0 0;
}

.manufacturer02 td {
  padding: 1%;
  vertical-align: middle;
  border-bottom: 1px solid #525B6B;
}
.manufacturer02 tr:nth-last-of-type(2) td:nth-of-type(1),
.manufacturer02 tr:nth-last-of-type(1) td,
.manufacturer02 tr:nth-last-of-type(2) td:nth-last-of-type(1)
 {
  border-bottom: none;
}

.manufacturer02 .customer-cell {
  text-align: center;
  background: rgba(131, 175, 220, 0.1);
}

.manufacturer02 .customer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manufacturer02 .customer-text {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  width: 80%;
}

.manufacturer02 .scenario-cell {
  background-color: #fff;
  line-height: 1.8;
}

.manufacturer02 .product-cell {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  background: rgba(255, 171, 11, 0.1);
}

/* .manufacturer02 .cl50 .bgW::before {
  content: "";
  position: absolute;
  background: url(../img/home02h2.png) no-repeat center / 100%;
  width: 25%;
  height: 25%;
  top: -14%;
  left: -1%;
} */

.manufacturer02 .btn02 a {
  background: #005AB4 url(../img/btn02Arrow.png) no-repeat right 2em center / 0.32em;
}
/* =======================================
    ハンドスムーサー hand_smoother
========================================== */
/* .hand_smoother02 h2::before {
  content: "";
  position: absolute;
  background: url(../img/home02h2.png) no-repeat center / 100%;
  width: 15%;
  height: 155px;
  top: -110%;
  left: 14%;
} */

.hand_smoother02 .bgwN {
  padding: 1.5%;
  width: fit-content;
  box-shadow: 8px 6px 0px #003366;
}

.hand_smoother03 .bgwN_c,
.cfs0203 .bgwN_c {
  width: 23%;
}

.hand_smoother04 li {
  margin-bottom: 5%;
}

.hand_smoother04 li:nth-last-of-type(1) .point {
  top: -7%;
}

.hand_smoother04 li:nth-last-of-type(2)::after {
  display: none;
}

.hand_smoother05 .work-box {
  margin-bottom: 5%;
}

.hand_smoother05 .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* border-radius: 10px; */
}

.hand_smoother05 table {
  min-width: 730px;
  /* overflow: hidden; */
  box-shadow: 3px 3px 5px rgba(36, 38, 30, 0.3);
}

.hand_smoother05 .table-wrapper {
  margin-bottom: 50px;
}

.hand_smoother05 td {
  padding: 15px 20px;
  border: 1px solid #9FAABC;
  font-size: 18px;
  line-height: 1.6;
}

.hand_smoother05 .label-cell {
  width: 30%;
  background-color: #005AB4;
  font-weight: bold;
  color: #fff;
}

.hand_smoother05 .value-cell {
  width: 70%;
  background-color: #fff;
}

.hand_smoother06 h4 {
  width: fit-content;
  padding-bottom: 16px;
}

.hand_smoother06 h4 span {
  border-bottom: 7px solid #005AB4;
}

.hand_smoother06 li {
  list-style: disc;
  margin-left: 2em;
}

.hand_smoother06 .siryouBtn a {
  padding: 4.5%;
  /* width: 90%; */
  background-image: none;
  text-align: center;
  font-size: 1.8rem;
}

.hand_smoother06 .kosiki a {
  padding: 4%;
  width: 85%;
  height: auto;
  place-items: center;
  margin-inline: auto;
}

/* =======================================
    シーファイン cfs02
========================================== */
/* .cfs0202 h2::before {
  content: "";
  position: absolute;
  background: url(../img/home02h2.png) no-repeat center / 100%;
  width: 15%;
  height: 155px;
  top: -110%;
  left: 14%;
} */

.cfs04 .work-box:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/primer.jpg) no-repeat center / contain;
  border-radius: 50%;
  top: -8%;
  right: -1%;
  width: 80px;
  height: 80px;
}

.cfs0205 .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
  border-radius: 10px;
}

.cfs0205 table,
.cfs02052 table {
  min-width: 730px;
  overflow: hidden;
}

.cfs0205 th {
  background: #005AB4;
  padding: 2%;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #525B6B;
  text-align: center;
  color: #fff;
}

.cfs0205 td {
  padding: 2%;
  border-right: 1px solid #525B6B;
  text-align: center;
  vertical-align: middle;
}

.cfs0205 .description {
  line-height: 140%;
  text-align: center;
}

.cfs0205 th:nth-last-of-type(1),
.cfs0205 td:nth-last-of-type(1) {
  border-right: none;
}

.cfs0205 tr:nth-of-type(1) td:nth-of-type(3) {
  background: rgba(131, 175, 220, 0.1);
}

.cfs0205 tr:nth-of-type(2) td:nth-of-type(3) {
  background-color: #fff;
}

.speechBubble {
  position: relative;
  /* display: inline-block; */
  margin-top: 3%;
  padding: 4%;
  border: 2px solid #003366;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 10px 10px 0px #003366;
  width: fit-content;
  margin-inline: auto;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 30px 25px 0;
  border-color: transparent transparent #003366;
  translate: -50% -100%;
  transform: skew(-4deg);
  transform-origin: bottom;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 20%;
  border-style: solid;
  border-width: 0 24.9px 20.7px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 0.6px) -100%;
  transform: skew(-4deg);
  transform-origin: bottom;
}

.cfs02052 .container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
}

.cfs02052 th, .cfs02052 td {
  border: 1px solid #525B6B;
  padding: 12px 15px;
  text-align: left;
}

.cfs02052 .section-header {
  background-color: #005AB4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 15px;
}

.cfs02052 .column-header {
  background-color: #fff;
  color: #005AB4;
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.cfs02052 td {
  background: rgba(131, 175, 220, 0.1);
}

.cfs02052 .item-cell {
  background-color: white;
}
/* =======================================
    資料ダウンロード material
========================================== */
.list_catalog {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3%;
}

.list_catalog .items {
  width: 23.8%;
  /* margin-right: 1.6%; */
  margin-bottom: 4%;
  /* background: #fff; */
  /* padding: 10px; */
  position: relative;
  /* padding-bottom: 60px; */
  text-align: center;
}


.list_catalog .items figure {
  position: relative;
  height: 265px;
  margin-bottom: 4%;
  /* background: #d2d7e5; */
  /* overflow: hidden; */
}

.list_catalog .items figure a {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.list_catalog .items figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 5px rgba(36, 38, 30, 0.3);
}

.list_catalog .items a img {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.list_catalog .items a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.tt_item2 {
  font-weight: bold;
}

/* =======================================
	よくあるご質問 faq
========================================== */
.material00 .contactBtn a,
.archive-faq01 .contactBtn a,
.recruit01 .contactBtn a,
.recruitment01 .contactBtn a,
.taxonomy-faq01 .contactBtn a,
.welfare01 .contactBtn a {
  text-align: center;
  padding: 4.5%;
  background-image: unset;
}

.archive-faq01 .cl33 > *,
.taxonomy-faq01 .cl33 > * {
  width: 32%;
}

/* =======================================
	採用情報 recruit
========================================== */
.recruit01 .img02 {
  position: absolute;
  width: 27%;
  top: 62%;
  right: 0%;
}

.recruit02 .borderB li {
  position: relative;
  font-size: 1.8rem;
  margin-left: 1.5em;
  font-weight: bold;
}

.timeline {
  position: relative;
  /* padding: 0 20px; */
}

.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #27303F;
  transform: translateY(-50%);
}

.timeline-items {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 1%;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.timeline-time {
  margin-bottom: 20px;
  color: #27303F;
}

.timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #27303F;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.timeline-label {
  color: #27303F;
  text-align: center;
  white-space: nowrap;
  line-height: 140%;
}

.recruit03 .imgTxt {
  position: absolute;
  bottom: 3%;
  right: 3%;
  text-shadow: 4px 4px 0 rgba(0, 51, 102, 0.6);
  z-index: 1;
}

.recruit03 a {
  transition: 0.3s;
}
.recruit03 .cl50 a:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.recruit03 .cl50 a {
  position: relative;
  display: block;
}
.recruit03 .cl50 a::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

/* =======================================
	社長×社員対談（仮） dialogue
========================================== */
.dialogue01 .circlePhoto {
    width: 25%;
    margin-bottom: 0%;
}

.asan::before {
  content: "営業部長";
  position: absolute;
  border: #005AB4 1px solid;
  color: #005AB4;
  width: 4em;
  height: 1em;
  padding: 0.7% 1%;
  top: 0%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.bsan::before {
  content: "社長";
  position: absolute;
  border: #005AB4 1px solid;
  color: #005AB4;
  width: 4em;
  height: 1em;
  padding: 0.7% 1%;
  top: 0%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  white-space: nowrap;
}

.dialogue02 p,
.dialogue03 p,
.dialogue04 p {
  margin-left: 6em;
}

.articleLeft img {
  max-width: 28%;
  height: auto;
  float: left;
  margin: 0 8em 10px 6em;
  vertical-align: bottom;
}
.articleRight img {
  max-width: 35%;
  height: auto;
  float: right;
  margin: 0 0 10px 20px;
  vertical-align: bottom;
}

.articleLeft::after,
.articleRight::after {
  content: "";
  display: block;
  clear: both;
}

.cfs0206 .cl25 img {
  width: 20%;
  margin-inline: auto;
  margin-top: 13%;
}

.recruit02 .timeline-line.line01 {
  top: 36%;
}

.welfare02 .circlePhoto {
  border-radius: 50%;
  border: 1px solid #005AB4;
  aspect-ratio: 1;
  place-content: center;
  background: #fff;
  line-height: 140%;
  width: 21.2%;
}
.welfare02 .circlePhoto img {
  border-radius: unset;
  width: 20%;
  margin-inline: auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nsc02 .video-wrapper {
  padding-bottom: 56.25%;
}

.cfs0202 .video-wrapper,
.hand_smoother02 .video-wrapper {
  padding-bottom: 28.25%;
}

.material00 .cl33 {
  justify-content: left !important;
  gap: 2%;
}
.material00 .cl33 li {
  width: 32%;
}

.home02 .bgwN::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 25px 15px 25px;
  border-color: transparent transparent #003366;
  translate: -50% -100%;
}

.home02 .bgwN::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 19.2px 11.5px 19.2px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
}

.works-table th:nth-child(1),
.works-table td:nth-child(1) {
  width: 11%;
  min-width: 80px;
  text-align: center;
}

.works-table th:nth-child(2),
.works-table td:nth-child(2) {
  width: 15%;
  min-width: 90px;
}

.works-table th:nth-child(3),
.works-table td:nth-child(3) {
  width: 50%;
  min-width: 200px;
}

.works-table th:nth-child(4),
.works-table td:nth-child(4) {
  width: 20%;
  min-width: 150px;
}

.construction01 .flex_center li {
  width: 30%;
}

.construction03.works-table th:nth-child(1),
.construction03.works-table td:nth-child(1) {
  width: 10%;
}

.works-table th:nth-child(2), .works-table td:nth-child(2) {
  width: 10%;
  text-align: center;
}

.construction03 .works-table th:nth-child(3),
.construction03 .works-table td:nth-child(3) {
  width: 10%;
}

.construction03 .works-table th:nth-child(4),
.construction03 .works-table td:nth-child(4) {
  width: 40%;
}

.mus06 .works-table {
  min-width: 650px !important;
}

.mus06 .works-table th,
.mus06 .works-table td {
  width: 10%;
}

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