/*
Theme Name:  theme_base
Theme URI:
Description: theme_base
Author:株式会社ウェヴァード
Author URI:https://web-ad.co.jp/
Version: 1.0.0
*/

/* base
------------------------------------------*/

@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

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

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  src:url("https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  src:url("https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff2") format("woff2");
  font-display: swap;
}
/*paddingによる幅を無くします*/
*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
html{ overflow-x: hidden; scroll-behavior: smooth;}
body { font-size: 14px; font-family: "Open Sans","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; line-height: 1.75; color: #333; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; overflow: hidden;
  /*文字のカーニング*/
  -ms-font-feature-settings: "palt"; -moz-font-feature-settings: "palt"; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; word-break: break-word;}
.fixed { position: fixed; width: 100%; height: 100%; z-index: 80000;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main { display: block;}
h1, h2, h3, h4, h5, h6, th { font-weight: normal;}
ol,ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: none;}
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;}
ins { background-color: #ff9; color: #000; text-decoration: none;}
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help;}
table { border-collapse: collapse; border-spacing: 0;}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0;}
img { vertical-align: middle; max-width:100%;}
input{ vertical-align: middle; /* width:  100%; */ padding: 15px;}

input::placeholder { color: rgba(0, 0, 0, 0.51);}
/* IE */
input:-ms-input-placeholder { color: rgba(0, 0, 0, 0.51);}
/* Edge */
input::-ms-input-placeholder { color: rgba(0, 0, 0, 0.51);}

select { vertical-align: middle; width:  100%; padding: 15px; -webkit-appearance: none; border: none; border-radius: 0;}
/*フロート用のアフター要素*/
.flort_plus:after{ height: 0; content: ""; display: block; clear: both;}
button,
input[type="button"],
input[type="submit"] { -webkit-appearance: none;}

/*----- ここまでリセットcss -----*/

:root {
  --main_color: #771823;
  --main_color2: #68151f;
  --main_color3: #9c1f2d;
  --black: #333;
  --white: #fcfcfc;
  --gray_light: #f3f5f8;
  --gray_dark: #bababa;
  --font-serif: "Times New Roman" , "Garamond" ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Sawarabi Mincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "Noto Serif JP", "HGS明朝E" , "ＭＳ Ｐ明朝" ,"Sawarabi Mincho" , "MS PMincho" , serif;
  --font_Cormorant: "Cormorant Infant", "Times New Roman", serif;
}

body {
  /* font-family: "Times New Roman" , "Garamond" ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Sawarabi Mincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" ,"Sawarabi Mincho" , "MS PMincho" , "serif"; */
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}
main {
  width: 100%;
  min-height: 750px;
  overflow: hidden;
}
a {
  color: var(--main_color);
}

/*---------------------
ローディングアニメーション
---------------------*/
#loading {
  position: fixed;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: var(--main_color);
  background: linear-gradient(120deg, var(--main_color) 50%, var(--main_color2) 50%);
  z-index: 999;
}
#loading .loader_txt {
  font-size: clamp(64px, 10vw, 80px);
  color: #fff;
  font-family: var(--font_Cormorant);
  letter-spacing: 0.05em;
}
.loader_slide {
  display: block;
  content: '';
  position:fixed;
  z-index: 200;
  width: 100%;
  height: 100vh;
  background: var(--main_color);
}
body.loaded .loader_slide {
  animation: LoadAnime .6s ease forwards;
}
@keyframes LoadAnime {
	0% {
		transform-origin: right;
    transform: scaleX(1);
	}
	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/*---------------------
アニメーション
---------------------*/
.link_act_01 {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link_act_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
}

/* フェードイン・アップ */
.fadeInTrigger {
  transition: .4s ease-out;
  animation-timing-function: ease-out;
  opacity: 0;
}
.fadeIn {
  opacity: 1;
}
.fadeUpTrigger {
  opacity: 0;
  transition: .8s ease;
  transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  -ms-transform: translate(0,20px);
  -moz-transform: translate(0,20px);
}
.fadeUp {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
}
/* 左からスライド表示 */
.extendLeftTrigger {
  position: relative;
  opacity: 0;
}
.extendLeft {
  opacity: 1;
}
.extendLeft:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 110%;
  background: #fff;
  animation: extendLeft 1.2s ease-out forwards;
}
@keyframes extendLeft {
  0% {
    transform-origin: right;
  }
  100% {
		transform-origin: right;
		transform: scaleX(0);
  }
}
/* 時間調整 */
.dur_04s {
  transition: .4s;
}
.dur_1s {
  transition: 1s;
}
.dur_2s {
  transition: 2s;
}

/*---------------------
共通
---------------------*/
/* 見出し */
.subtitle {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Times New Roman" , "Garamond" ,  "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Sawarabi Mincho" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "Noto Serif JP", "HGS明朝E" , "ＭＳ Ｐ明朝" ,"Sawarabi Mincho" , "MS PMincho" , serif;
}
.subtitle .ja {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  z-index: 2;
  font-size: 32px;
  padding-left: 56px;
}
.subtitle .ja:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 40px;
  border-top: 2px solid var(--main_color);
}
.subtitle .en {
  position: relative;
  font-size: 120px;
  color: var(--gray_light);
  line-height: 1;
}

/* リンクボタン */
.btn_more_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
.btn_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
/* 矢印装飾 */
.btn_arrow {
  display: inline-block;
  position: relative;
  width: 48px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: var(--main_color);
  color: #fff;
  transition: all 0.4s ease-out;
}
.btn_arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 40%;
  height: 35%;
  background: url(images/arrow_white.svg) no-repeat center center / cover;
}
.btn_more:hover .btn_arrow {
  translate: 8% 0;
}

/* SERVICE VIEW MORE ボタン */
.btn_service_more {
  display: flex;
  justify-content: center;
  width: 160px;
  margin-left: auto;
  padding: 0.5rem 0;
  border-radius: calc(1px / 0);
  background: var(--main_color);
  color: #fff;
  text-transform: uppercase;
}
/* ダウンロードボタン */
.btn_download {
  display: flex;
  justify-content: center;
  width: 280px;
  padding: 0.75rem 0;
  border-radius: calc(1px / 0);
  background: #fff;
  color: var(--main_color);
  font-weight: 600;
}
/* バックページボタン */
.btn_back {
  display: flex;
  justify-content: center;
  width: 280px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 0.75rem 0;
  border-radius: calc(1px / 0);
  background: var(--main_color);
  color: #fff;
  text-transform: uppercase;
}
/* ページトップボタン */
/*
#page-top  {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  display: none;
}
#page-top a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 8px 8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 8px 0 rgb(0, 0, 0, .1);
  background: #fff;
  color: var(--main_color);
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#page-top a .arrow {
  width: 40%;
  height: 40%;
  rotate: -90deg;
}
*/

/* 画像 */
.img_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  /* padding: 0 16px; */
}

.text_left {
  text-align: left;
}
.text_right {
  text-align: right !important;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.pb_40 {
  padding-bottom: 40px;
}

.red {
  color: var(--main_color3);
}
.yellow{
  color: #c6982d;
  font-weight: bold;
}
.blue_h{
  color: #444885;
}
.red_h{
  color: #ba3b68
}
.orange_red_h{
  color: #ec6767
}
.pink_h{
  color: #e14277
}
.purple_h{
  color: #5b2cae;
}
.orange_h{
  color: #f6634a
}
.atten {
  font-size: 18px;
  /* font-weight: bold; */
  color: #d04356;
}
.atten_01, a.atten_01 {
  color: #ca1f36;
}
.atten_03 {
  color: #ccbbff;
}
.atten_04 {
  color: #ff0e14;
}
.atten_line{
  background: linear-gradient(transparent 70%, #fdbdc5 70%);
}
.atten_line02{
  background: linear-gradient(transparent 70%, #fde9bd 70%);
}
.atten_line03{
  background: linear-gradient(transparent 70%, #bec6ff 70%);
}
.atten_line04{
  background: linear-gradient(transparent 70%, #bec6ff 70%);
}
/*パソコンサイズのみ表示*/
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
.wb {
  font-weight: bold;
}
.fs_14{
  font-size: 14px;
}
.fs_16{
  font-size: 16px;
}
.fs_18{
  font-size: 18px;
}
.fs_20{
  font-size: 20px;
}
.fs_23{
  font-size: 23px;
}
.fs_25{
  font-size: 25px;
}

/* テーブル */
.table_01 {
  width: min(100%, 800px);
  margin: auto;
}
.table_01 tr th,
.table_01 tr td {
  padding: 24px;
  border-bottom: 1px solid var(--gray_dark);
  vertical-align: middle;
  text-align: left;
}
.table_01 tr th {
  width: 30%;
  border-color: var(--main_color);
  font-weight: 600;
}

/*--------------------------------------
パンくず
--------------------------------------*/
.pankuzu {
  width: min(100%, 1200px);
  margin: 0.5em auto 0;
}
.pankuzu ol li {
  display: inline-block;
  list-style-type: none;
  padding-right: 8px;
  color: var(--gray_dark);
  font-size: 12px;
  text-transform: uppercase;
}
/* .pankuzu ol li:first-child:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
} */
.pankuzu ol li:not(:first-child):before {
  /* content: " ＞ "; */
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}
.pankuzu ol li a {
  color: var(--gray_dark);
  transition: all .3s ease-out;
}
.pankuzu ol li a:hover {
  color: var(--main_color);
}

/*----------------------------------
問い合わせフォーム
----------------------------------*/
#form {
  max-width: 800px;
  margin: auto;
}
#form select,
#form input[type=text],
#form input[type=tel],
#form input[type=email],
#form textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--gray_dark);
  font-size: 16px;
}
#form textarea {
  padding: 20px;
  resize: vertical;
}
#form select {
  cursor: pointer;
}
#form ::placeholder {
  color: #aaa;
}
/* #form button {
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--gray_dark);
  -webkit-appearance: none;
} */
#form input[type=submit],
#form input[type=button],
#form input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: block;
  width: min(100%, 500px);
  margin: auto;
  font-size: 16px;
  background: #bababa;
  color: #fff;
  cursor: pointer;
}
#form input[type=submit] {
  background: var(--main_color);
}
#form input[type=submit]:disabled {
  background: var(--gray_dark);
}
input[type=radio],
input[type=checkbox] {
}
#form .item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
}
#form .item label {
  width: 30%;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 600;
}
#form .form_req {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  background: var(--main_color);
  font-size: 12px;
  color: #fff;
}
#form .item div {
  width: 70%;
}
#form .form_acc {
  margin: 24px auto 48px;
  text-align: center;
}
#form .form_acc label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  cursor: pointer;
}
#form .btn_area {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: min(90%, 500px);
  margin: auto;
}
.wpcf7-spinner {
  /* display: none !important; */
  position: absolute;
  top: 20%;
  right: -28px;
  translate: 0 -50%;
  margin: 0;
}


/*---------------------------
ヘッダー
----------------------------*/
header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #eaebee;
}
header .inner {
  position: relative;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 100%;
  padding: 10px 0;
  letter-spacing: 0.05em;
}
header a {
  display: block;
  color: var(--main_color);
  transition: all 0.3s ease-out;
}
header a:hover {
  opacity: 0.8
}
header .logo {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: min(34%, 320px);
}
header .logo img {
  width: 100%;
  height: auto;
}
header .header_right,
header .header_right ul.header_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header_right {
  width: 70%;
  /* width: min(100%, 620px); */
  margin-left: auto;
  text-transform: uppercase;
}

/* PC版ナビゲーション */
header .header_right nav {
  flex-grow: 1;
  margin-right: min(4%, 40px);
}
header .header_right ul.header_nav {
  gap: min(4%, 40px);
  font-size: clamp(0.75rem, 0rem + 1.5625vw, 1rem);
  text-align: center;
  white-space: nowrap;
}
header .header_right ul.header_nav li a {
  font-weight: 600;
}
header .header_right .btn_enquiry {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 40px;
  border-radius: calc(1px / 0);
  background: var(--main_color);
  color: #fff;
  font-weight: 600;
}

/* ドロワーボタン */
.btn_trigger {
  position: absolute;
  top: 50%;
  right: 4%;
  translate: 0 -50%;
  z-index: 999;
  width: 30px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: none;
}
.btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background:  var(--main_color);
}
.btn_trigger span {
  display: inline-block;
  transition: all .6s ease-out;
  box-sizing: border-box;
}
.btn_trigger span:nth-of-type(1) {
  top: 0;
}
.btn_trigger span:nth-of-type(2) {
  top: 50%;
}
.btn_trigger span:nth-of-type(3) {
  bottom: -2px;
}
#btn_top.active span:nth-of-type(1),
#btn_top.active span:nth-of-type(2),
#btn_top.active span:nth-of-type(3) {
  background: #fff;
}
#btn_top span:nth-of-type(1) {
  -webkit-animation: btn_trigger_01 .6s forwards;
  animation: btn_trigger_01 .6s forwards;
}
@-webkit-keyframes btn_trigger_01 {
  0% {-webkit-transform: translateY(14px) rotate(45deg);}
  50% {-webkit-transform: translateY(14px) rotate(0);}
  100% {-webkit-transform: translateY(0) rotate(0);}
}
@keyframes btn_trigger_01 {
  0% {transform: translateY(14px) rotate(-45deg);}
  50% {transform: translateY(14px) rotate(0);}
  100% {transform: translateY(0) rotate(0);}
}
#btn_top span:nth-of-type(2) {
  opacity: 1;
}
#btn_top span:nth-of-type(3) {
  -webkit-animation: btn_trigger03 .6s forwards;
  animation: btn_trigger03 .6s forwards;
}
@-webkit-keyframes btn_trigger03 {
  0% {-webkit-transform: translateY(-14px) rotate(45deg);}
  50% {-webkit-transform: translateY(-14px) rotate(0);}
  100% {-webkit-transform: translateY(0) rotate(0);}
}
@keyframes btn_trigger03 {
  0% {transform: translateY(-14px) rotate(45deg);}
  50% {transform: translateY(-14px) rotate(0);}
  100% {transform: translateY(0) rotate(0);}
}

#btn_top.active span:nth-of-type(1) {
  -webkit-animation: active_btn_top_bar01 .6s forwards;
  animation: active_btn_top_bar01 .6s forwards;
  top: 0px;
}
@-webkit-keyframes active_btn_top_bar01 {
  0% {-webkit-transform: translateY(0) rotate(0);}
  50% {-webkit-transform: translateY(6px) rotate(0);}
  100% {-webkit-transform: translateY(6px) rotate(45deg);}
}
@keyframes active_btn_top_bar01 {
  0% {transform: translateY(0) rotate(0);}
  50% {transform: translateY(6px) rotate(0);}
  100% {transform: translateY(6px) rotate(45deg);}
}
#btn_top.active span:nth-of-type(2) {
  opacity: 0;
}
#btn_top.active span:nth-of-type(3) {
  -webkit-animation: active_btn_top_bar03 .6s forwards;
  animation: active_btn_top_bar03 .6s forwards;
}
@-webkit-keyframes active_btn_top_bar03 {
  0% {-webkit-transform: translateY(0) rotate(0);}
  50% {-webkit-transform: translateY(-14px) rotate(0);}
  100% {-webkit-transform: translateY(-14px) rotate(-45deg);}
}
@keyframes active_btn_top_bar03 {
  0% {transform: translateY(0) rotate(0);}
  50% {transform: translateY(-14px) rotate(0);}
  100% {transform: translateY(-14px) rotate(-45deg);}
}

/* ドロワーナビ */
#nav_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  pointer-events: none;
}
.open #nav_bg {
  opacity: 1;
  top: 0;
  transition-delay: 0.2s;
  z-index: 200;
  pointer-events: all;
  background: var(--main_color);
}
#nav_drawer {
  width: 100%;
  height: 100%;
  padding: 20% 0 0 0;
}
#nav_drawer > ul {
  display: flex;
  flex-wrap: wrap;
  width: min(75%, 320px);
  margin: auto;
}
#nav_drawer li {
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
}
#nav_drawer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  color: #fff;
}
#nav_drawer a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #fff;
  font-size: 0.6em;
  color: var(--main_color);
}
#nav_drawer .enquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  border-radius: calc(1px / 0);
  background: #fff;
  color: var(--main_color);
  text-align: center;
}
.open #nav_drawer li {
  opacity: 1;
  -webkit-transform: translate(0px,0px);
  transform: translate(0px,0px);
  transition-delay: .3s;
}
.open #nav_drawer li:nth-child(1){
  transition-delay: 0s;
}
.open #nav_drawer li:nth-child(2){
  transition-delay: .1s;
}
.open #nav_drawer li:nth-child(3){
  transition-delay: .2s;
}
.open #nav_drawer li:nth-child(4){
  transition-delay: .3s;
}
.open #nav_drawer li:nth-child(5) {
  transition-delay: .4s;
}
.open #nav_drawer li:nth-child(6) {
  transition-delay: .5s;
}
.open #nav_drawer li:nth-child(7) {
  transition-delay: .6s;
}
.open #nav_drawer li:nth-child(8) {
  transition-delay: .7s;
}
.open #nav_drawer li:nth-child(9) {
  transition-delay: .8s;
}
.open #nav_drawer li:nth-child(10) {
  transition-delay: .9s;
}
.open #nav_drawer li:nth-child(11) {
  transition-delay: 1s;
}
.open #nav_drawer li:nth-child(12) {
  transition-delay: 1.1s;
}
.open #nav_drawer li:nth-child(13) {
  transition-delay: 1.2s;
}
.open #nav_drawer li:nth-child(14) {
  transition-delay: 1.3s;
}

/*---------------------------
メインビジュアル
----------------------------*/
#mainvisual{
  position: relative;
  width: 100%;
  height: 90vh;
  height: 90svh;
  margin: 100px 0 0;
  background: #000;
}
#mainvisual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainvisual .inner {
  position: relative;
  z-index: 1;
  width: min(92%, 1200px);
  width: 100%;
  height: 100%;
}
#mainvisual .mv_txt_wrap {
  position: absolute;
  bottom: 12%;
  left: 0;
  color: #fff;
  font-family: var(--font-serif);
  letter-spacing: 0.05em;
  display: none;
}
#mainvisual .mv_txt_wrap .txt_en {
  margin-bottom: 16px;
  font-family: var(--font_Cormorant);
  font-weight: 300;
  font-size: clamp(4rem, 10vw, 5.5rem);
  line-height: 1;
}
#mainvisual .mv_txt_wrap .txt_jp {
  font-size: clamp(0.85rem, 2vw, 1.2rem);
}

/*----- 下層ページビジュアル -----*/
.page_top_outer {
  position: relative;
  display: grid;
  align-items: center;
  width: 100%;
  height: 40vh;
  margin-top: 100px;
  background: #000;
}
.page_top_outer:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000;
  animation: extendLeft .8s ease-out forwards;
}
.page_top_outer hgroup {
  font-size: clamp(2.8rem, 2.3382rem + 2.2059vw, 3.75rem);
  color: #fff;
  font-family: var(--font-serif);
}
.page_top_outer .other_page_title {
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--font_Cormorant);
}
.page_top_outer .other_page_title_sub {
  position: relative;
  padding-left: 96px;
  font-size: 0.4em;
}
.page_top_outer .other_page_title_sub:before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 80px;
  height: 1px;
  background: #fff;
}
/* ページ別背景 */
.page_top_outer.bg_about {
  background: url(images/subvisual_about.jpg) no-repeat right 60% center / cover;
}
.page_top_outer.bg_service {
  background: url(images/subvisual_service.jpg) no-repeat right 60% center / cover;
}
.page_top_outer.bg_news {
  background: url(images/subvisual_news.jpg) no-repeat right 60% center / cover;
}
.page_top_outer.bg_resources {
  background: url(images/subvisual_resources.jpg) no-repeat right 60% center / cover;
}
.page_top_outer.bg_enquiry {
  background: url(images/subvisual_enquiry.jpg) no-repeat right 60% center / cover;
}
.page_top_outer.bg_error {
  background: url(images/subvisual_error.jpg) no-repeat right 40% center / cover;
}

/*-------------------------
フッターバナーエリア
-------------------------*/
#footer_bnr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--gray_dark);
}
#footer_bnr a.fotter_bnr_item {
  position: relative;
  display: block;
  overflow: hidden;
  height: 240px;
  background: #fff;
  color: var(--black);
  font-family: var(--font-serif);
  transition: .3s ease-out;
}
#footer_bnr a.fotter_bnr_item:not(:first-of-type) {
  box-sizing: border-box;
  border-left: 1px solid var(--gray_dark);
}
#footer_bnr .footer_bnr_cnt {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 min(12%, 48px);
}
#footer_bnr .cnt_ttl {
  font-size: clamp(24px, 3vw, 40px);
  font-family: var(--font_Cormorant);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#footer_bnr .btn_arrow {
  width: min(16%, 48px);
  transition: .3s ease-out;
}
#footer_bnr .footer_bnr_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  scale: 1.1;
  transition: .6s ease-out;
}
/* ホバー */
#footer_bnr a:hover {
  color: #fff;
}
#footer_bnr a:hover .btn_arrow {
  background: #fff;
}
#footer_bnr a:hover .btn_arrow::before {
  background-image: url(images/arrow_red.svg);
}
#footer_bnr a:hover .footer_bnr_bg {
  opacity: 1;
  scale: 1;
}

/*-------------------------
フッター
-------------------------*/
footer {
  padding: 80px 0 40px;
  background:  var(--main_color);
  color: #fff;
}
footer a {
color: #fff;
}
footer a:hover{
  opacity: 0.7;
}

/* フッターナビ */
footer .footer_nav {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  justify-content: start;
  gap: 0 min(3%, 24px);
  width: min(100%, 900px);
  margin-bottom: 40px;
}
footer .footer_nav .cont {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
footer .footer_nav ul li:not(.cont) {
  font-size: clamp(11px, 2vw, 14px);
}

footer .copyright {
  font-size: 12px;
  text-align: right;
}

/*------------------------------
トップページ
-------------------------------*/
/*----- ABOUT US -----*/
#section_about {
  padding: 120px 0;
  background: url(images/bg_top_about.png) center center / cover no-repeat;
}
#section_about .top_about_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
#section_about .top_about_txt{
  /* max-width: 400px; */
  font-size: 1rem;
  text-align: left;
}
#section_about .top_about_txt hgroup {
  margin-bottom: 40px;
  font-family: var(--font-serif);
}
#section_about .top_about_txt .about_title {
  margin-bottom: 24px;
  color: var(--main_color);
  font-size: clamp(4rem, 10vw, 5.5rem); 
  line-height: 1;
  letter-spacing: 0.05em;
}
#section_about .top_about_txt .about_title span {
  display: block;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  letter-spacing: 0.05em;
}
#section_about .top_about_txt .about_subtitle {
  font-size: clamp(2rem, 4vw, 2.5rem);
  line-height: 1;
}
#section_about .top_about_txt .about_txt {
  font-size: clamp(14px, 1.6vw, 16px)
}

/* インフォグラフィック */
#section_about .top_about_img {
  position: relative;
  width: 50%;
}
#section_about .top_about_img img {
  width: min(100%, 600px);
  height: auto;
}
#section_about .about_img_wrap {
  position: inherit;
  z-index: 1;
  display: grid;
  justify-items: center;
  grid-template-areas: "A A" "B C";
  width: 100%;
}
#section_about .top_about_img:after {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  translate: -50% -50%;
  width: 60%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ccc;
  z-index: 0;
}
#section_about .top_about_wrap ul li {
  width: 100%;
  height: 100%;
}
#section_about .top_about_wrap ul li .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 2.5rem;
  border-radius: 50%;
  background: #666;
  color: #fff;
}
#section_about .top_about_wrap ul li:nth-of-type(1) {
  grid-area: A;
}
#section_about .top_about_wrap ul li:nth-of-type(1) .circle{
  width: 50%;
  margin: 0 auto -6.8%;
  background: var(--main_color);
}
#section_about .top_about_wrap ul li:nth-of-type(2) {
  grid-area: B;
}
#section_about .top_about_wrap ul li:nth-of-type(2) .circle{
  background: #a33643;
}
#section_about .top_about_wrap ul li:nth-of-type(3) {
  grid-area: C;
}
#section_about .top_about_wrap ul li:nth-of-type(3) .circle{
  background: #c44452;
}
#section_about .top_about_wrap ul li .circle_title {
  margin-bottom: 8px;
  font-size: clamp(16px, 2.2vw, 28px);
  font-family: var(--font-serif);
  letter-spacing: -0.05em;
}
#section_about .top_about_wrap ul li .circle_txt {
  font-size: clamp(8px, 1vw, 14px);
  text-align: justify;
}

/*----- SERVICE -----*/
#section_service {
  position: relative;
  width: 100%;
  padding-top: 12vh;
  padding-bottom: 10px;
  overflow: hidden;
}
#section_service .service_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  /* height: 60vh; */
  overflow: hidden;
  background: var(--main_color);
  background: linear-gradient(162deg, var(--main_color) 50%, var(--main_color2) 50%);
}
#section_service .service_bg_box .service_title {
  position: absolute;
  top: -0.2em;
  left: 3%;
  /* font-size: 160px; */
  font-size: clamp(180px, 24vw, 200px);
  font-family: var(--font_Cormorant);
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.1;
}

/* サービス一覧 */
#section_service .service_wrap {
  /* position: absolute;
  top: 15%;
  left: 0;
  z-index: 2; */
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 18%;
}
#section_service .service_list {
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(8, auto);
  gap: 0 32px;
}
#section_service .service_card {
  display: inherit;
  grid-template-rows: auto auto 1fr auto;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  width: 540px;
  background: #fcfcfc;
  box-shadow: 10px 10px 0 0 rgb(0, 0, 0, .1);
  text-align: left;
}
#section_service .service_card .img_box {
  width: 100%;
  aspect-ratio: 3 / 2;
}
#section_service .service_card .service_txt_box {
  display: grid;
  grid-template-rows: auto 6rem auto;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 0.5rem 1rem 1rem;
}
#section_service .service_card h3 {
  font-size: 24px;
  font-weight: 600;
}
#section_service .service_card p {
  margin-bottom: 24px;
}
/* VIEW MORE ボタン */
.btn_service_more {
  display: flex;
  justify-content: center;
  width: 160px;
  margin-left: auto;
  padding: 0.5rem 0;
  border-radius: calc(1px / 0);
  background: var(--main_color);
  color: #fff;
  text-transform: uppercase;
}

/*----- NEWS -----*/
#section_news {
  padding: 120px 0;
  background: url(images/bg_top_news.png) left bottom no-repeat;
}
#section_news hgroup .news_title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: clamp(4rem, 10vw, 5.5rem); 
  font-family: var(--font_Cormorant);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#section_news hgroup .news_title span {
  display: inline-block;
  margin-left: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #a0a0a0;
  letter-spacing: 0;
}

.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 min(4%, 24px);
}
.news_list article a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
  color: var(--black);
}
.news_list article .thum {
  width: 100%;
  aspect-ratio: 3 / 2;
}
.news_list article .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_list article .thum img.no_img {
  border: 1px solid var(--gray_dark);
}
.news_list article .news_title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
/* カテゴリ＆日時 */
article .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
article .date .cat {
  margin-right: 4px;
  padding: 0.25em 0.5em;
  background: var(--main_color);
  color: #fff;
  font-size: 10px;
  white-space: nowrap;
}
article .date time {
  margin-left: 4px;
  color: #a0a0a0;  
}

/*------------------------------
下層ページ
-------------------------------*/
main[id^="contents"] {
  padding: 80px 0;
}
main[id^="contents"] section:not(:last-of-type) {
  margin-bottom: 120px;
}

/* ページ内お問い合わせフォーム */
.contact_page {
  background: #fcfcfc;
  border-top: 80px solid var(--main_color);
  padding: 120px 0;
}
.contact_page .contact_txt {
  margin-bottom: 80px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

/*------------------------------
ABOUT US
-------------------------------*/
/* 代表メッセージ */
#section_about_message .message_wrap {
  display: flex;
  align-items: flex-start;
  gap: min(6%, 64px);
  font-size: clamp(14px, 1.2vw, 16px);
  text-align: left;
}
#section_about_message .message_wrap img {
  width: 33%;
  height: auto;
}
#section_about_message .message_txt {
  max-width: 55%;
}
#section_about_message .message_txt h4 {
  margin-bottom: 24px;
  font-size: clamp(32px, 3vw, 40px);
  font-family: var(--font-serif);
  line-height: 1;
}
#section_about_message .message_txt .message_name {
  margin-top: 40px;
  text-align: right;
}
#section_about_message .message_txt .message_name span {
  font-size: 1.2em;
  font-weight: 600;
}
/* 行動指針 */
#section_about_value .value_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px min(2%, 24px);
}
#section_about_value .value_item {
  width: calc((100% - 48px) / 3);
  background: var(--main_color);
  background: linear-gradient(135deg, var(--main_color) 65%, var(--main_color2) 65%);
}
#section_about_value .value_item img {
  width: 100%;
  height: auto;
}
#section_about_value .value_item .value_txt {
  padding: 16px 32px 32px;
  color: #fff;
  text-align: justify;
}
#section_about_value .value_item .value_txt .title {
  margin-bottom: 16px;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: clamp(20px, 2vw, 26px);
  font-family: var(--font-serif);
  line-height: 1.5;
}
/* 会社概要 */
#section_about_company .table_01 {
  margin-bottom: 80px;
}
#section_about_company .address {
  margin-right: 8px;
}
#section_about_company .btn_map {
  display: inline-block;
  padding: 0.25em 1em;
  border: 1px solid;
  border-radius: calc(1px / 0);
  background: #fff;
  color: var(--main_color);
  text-transform: uppercase;
}

/*------------------------------
SERVICE
-------------------------------*/
#contents_service {
  padding-bottom: 0;
}
#contents_service .service_copy {
  margin: 0 auto 120px;
  text-align: center;
  font-size: clamp(24px, 2.8vw, 32px);
  font-family: var(--font-serif);
  letter-spacing: 0.08em;
}
/* 課題解決 */
.issues .subtitle .en {
  font-size: clamp(84px, 12vw, 120px);
}
/* ナビゲーションリスト */
#contents_service .issues_nav_wrap {
  margin-bottom: 40px;
}
#contents_service .issues_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
#contents_service .issues_nav a {
  position: relative;
  padding-left: 1.5em;
  font-size: 1rem;
  font-weight: 600;
}
#contents_service .issues_nav a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -55%;
  width: 1em;
  height: 1em;
  background: url(images/arrow_red.svg) no-repeat center center / contain;
}
/* 課題ステップ */
.solutions_wrap {
  position: relative;
}
/* .solutions_wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -2;
  height: 100%;
  border-left: 4px solid var(--main_color);
} */
.solutions_wrap .step_box {
  position: relative;
  padding: 32px 40px 48px;
  background: #F3E9EA url(images/service_step_bg.jpg) no-repeat top center / cover;
}
.solutions_wrap .step_box:not(:last-of-type) {
  margin-bottom: 80px;
}
.solutions_wrap .step_box:not(:last-of-type):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  z-index: -2;
  height: 80px;
  border-left: 4px solid var(--main_color);
}
.solutions_wrap .step_title {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.solutions_wrap .step_title .step_number {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
}
/* 課題と解決 */
.solutions_wrap .i-s_wrap {
  display: flex;
  box-shadow: 10px 10px 0 0 rgb(0, 0, 0, .1);
}
.solutions_wrap .i-s_wrap:not(:last-of-type) {
  margin-bottom: 32px;
}
/* 課題ボックス */
.solutions_wrap .i-s_wrap .issue_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
  padding: 32px 0;
  background: var(--main_color);
  background: linear-gradient(120deg, var(--main_color) 50%, var(--main_color2) 50%);
  color: #fff;
}
.solutions_wrap .i-s_wrap .issue_box .issue_icon {
  width: auto;
  max-height: 100px;
}
.solutions_wrap .i-s_wrap .issue_box p {
  text-align: center;
  /* font-size: 18px; */
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}
/* 解決ボックス */
.solutions_wrap .i-s_wrap .solution_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 32px min(5%, 64px);
  background: #fff;
}
.solutions_wrap .i-s_wrap .solution_box .solution_title {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  color: var(--main_color);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.2;
}
.solutions_wrap .i-s_wrap .solution_box p {
  text-align: justify;
}
.solutions_wrap .i-s_wrap .solution_box .service_more_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.solutions_wrap .i-s_wrap .solution_box .service_more {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}
.solutions_wrap .i-s_wrap .solution_box .btn_arrow {
  width: 28px;
}
.solutions_wrap .i-s_wrap .solution_box .btn_arrow:before {
  width: 40%;
  height: 40%;
}

/* サービス一覧 */
#section_service_summary .service_list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 0 16px;
}
#section_service_summary .service_card {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-rows: subgrid;
  grid-row: span 4;
  align-items: center;
  gap: 4px 0;
  margin-bottom: 32px;
}
#section_service_summary .service_card .img_box {
  width: 100%;
  aspect-ratio: 3 / 2;
}
#section_service_summary .service_card .service_txt_box {
  display: grid;
  grid-template-rows: auto 6rem auto;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 4px 0;
}
#section_service_summary .service_card h4 {
  font-size: 18px;
  font-weight: 600;
}
#section_service_summary .service_card p {
  margin-bottom: 8px;
  font-size: 12px;
  text-align: justify;
}
#section_service_summary .btn_service_more {
  width: 100px;
  padding: 0.3em 0;
  font-size: 12px;
}

/*----- モーダル表示 -----*/
div[id^=modal-service] {
  display: none;
}
.modaal-container {
  max-width: 800px;
  font-size: 16px;
  text-align: justify;
}
.modaal-content-container {
  position: relative;
  padding: 4%;
  background: #fff;
}
.modaal-content-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--main_color);
}
.modaal-container .service_wrap {
  position: inherit;
  z-index: 1;
  /* display: flex;
  flex-direction: row-reverse;
  align-items: flex-start; */
  display: grid;
  grid-template-rows: 40px auto;
  grid-template-areas: "image title" "image txt";
  gap: 0 24px;
  margin-bottom: 24px;
}
.modaal-container .service_wrap .txt_wrap {
  /* flex-grow: 1; */
}
.modaal-container .service_wrap .service_title {
  grid-area: title;
  color: #fff;
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 600;
}
.modaal-container .service_wrap .service_txt {
  grid-area: txt;
  margin-top: 48px;
}
.modaal-container .service_wrap img {
  grid-area: image;
  width: 100%;
  height: auto;
}
.modaal-container .feature_title {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  color: var(--main_color);
  font-size: 20px;
  font-weight: 600;
}
/* 閉じるボタン */
.modaal-wrapper .modaal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
}
.modaal-close:before,
.modaal-close:after {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 3px;
  border-radius: 0;
  background: var(--main_color);
}
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: var(--main_color3);
}

/*------------------------------
NEWS
-------------------------------*/
/*----- NEWS一覧 -----*/
#contents_news .inner.news,
#contents_news_detail .inner.news {
  display: grid;
  /* grid-template-columns: min(80%, 800px) auto; */
  grid-template-columns: auto 280px;
  gap: 0 min(5%, 80px);
}
/* 見出し */
#contents_news .subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: clamp(2.8rem, 6.2vw, 4rem); 
  font-family: var(--font_Cormorant);
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
#contents_news .subtitle span {
  display: inline-block;
  margin-left: 16px;
  font-size: 1rem;
  font-family: sans-serif;
  color: #a0a0a0;
  letter-spacing: 0;
}
/* カテゴリ記事一覧 */
#contents_news .subtitle.cat {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem); 
}
/* 記事一覧 */
#contents_news .news_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px min(4%, 24px);
}
/* ページネーション */
.pagenation {
  margin-top: 40px;
}
.pagenation .page-numbers {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
.pagenation .page-numbers li > * {
  display: grid;
  align-items: center;
  padding: 0.5em 1em;
  border: 1px solid;
  white-space: nowrap;
}
.pagenation .page-numbers li > a {
  color: var(--black);
  transition: all 0.3s ease-out;
}
.pagenation .page-numbers li > a:empty {
  display: none;
}
.pagenation .page-numbers li > .current,
.pagenation .page-numbers li > a:hover {
  background: var(--main_color);
  border-color: var(--main_color);
  color: #fff;
}

/*----- NEWS記事 -----*/
#contents_news_detail {
  padding-bottom: 0;
}
#contents_news_detail > .inner {
  margin-bottom: 120px;
}
#contents_news_detail .post_ttl {
  margin: 24px 0;
  font-size: clamp(28px, 2.8vw, 34px);
  font-family: var(--font-serif);
  line-height: 1.25;
}
#contents_news_detail .date .cat {
  font-size: 12px;
}
#contents_news_detail article .post_thum {
  margin-bottom: 24px;
}
#contents_news_detail article .post_thum img {
  width: 100%;
  height: auto;
}
#contents_news_detail article .post_body {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
#contents_news_detail article .post_body table {
  width: auto;
  max-width: 100% !important;
}
#contents_news_detail article .post_body img {
  max-width: 100%;
  height: auto;
}

/* 一覧へ戻るボタン */
main[id^=contents_news] .btn_back {
  margin-top: 80px;
}
/* 見出し等 装飾 */
#contents_news_detail article a {
  color: var(--main_color3);
  text-decoration: underline;
}
#contents_news_detail article h2,
#contents_news_detail article h3,
#contents_news_detail article h4,
#contents_news_detail article h5,
#contents_news_detail article h6 {
  margin: 24px 0 16px;
  font-weight: 600;
  line-height: 1.25;
}
#contents_news_detail article h2 {
  margin: 40px 0 24px;
  padding-bottom: 8px;
  border-bottom: solid 2px;
  color: var(--main_color);
  font-size: clamp(22px, 2vw, 24px);
}
#contents_news_detail article h3 {
  position: relative;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: solid 1px var(--gray_dark);
  color: var(--main_color);
  font-size: 20px;
}
#contents_news_detail article h3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: min(30%, 180px);
  border-bottom: solid 1px var(--main_color);
}
#contents_news_detail article h4 {
  padding: 4px 0 4px 12px;
  box-sizing: border-box;
  border-left: solid 4px var(--main_color);
  font-size: 18px;
}
#contents_news_detail article h5 {
  position: relative;
  padding-left: 1.25em;
  font-size: 16px;
}
#contents_news_detail article h5:after {
  content: '\f14a';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 2%;
  left: 0;
  color: var(--main_color3);
}
#contents_news_detail article h6 {
  color: var(--main_color);
  font-size: 16px;
}
#contents_news_detail article ul,
#contents_news_detail article ol {
  margin: 16px 0;
  padding-inline-start: 1rem;
}
#contents_news_detail article ul li {
  position: relative;
}
#contents_news_detail article ul li:before {
  content: '';
  position: absolute;
  top: 0.75em;
  left: -1em;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: var(--main_color);
}
#contents_news_detail article ol {
  list-style: decimal;
}
#contents_news_detail article ol li::marker {
  color: var(--main_color);
  font-weight: 600;
}
#contents_news_detail article blockquote {
  position: relative;
  margin: 40px 0;
  padding: 24px;
  background: var(--gray_light);
}
#contents_news_detail article blockquote:before {
  content: '\f10d';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -28px;
  left: 8px;
  color: var(--gray_dark);
  font-size: 34px;
  font-style: oblique;
}
/* 目次装飾 */
div#ez-toc-container {
  margin-top: 32px;
  padding: 16px;
  border-radius: 0;
}
.ez-toc-title-container {
  padding-bottom: 8px;
  color: var(--main_color);
  border-bottom: 1px solid var(--gray_dark);
}
div#ez-toc-container nav ul,
div#ez-toc-container nav ol {
  margin: 0.5em  0 0;
  padding-left: 1em;
}
div#ez-toc-container nav  > ul,
div#ez-toc-container nav  > ol {
  margin-top: 1em;
  padding-left: 0;
}
#contents_news_detail article #ez-toc-container a,
#contents_news_detail article #ez-toc-container a:visited {
  color: var(--black);
  text-decoration: none;
}

/*----- サイドバー -----*/
.archive .side-title {
  font-size: 24px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--gray_dark);
}
.archive .widget:not(:first-of-type),
.archive .popular_post {
  margin-top: 40px;
}
/* 記事検索 */
.archive .widget_search .searchform > div {
  position: relative;
  display: flex;
  background: var(--gray_light);
  border-radius: 6px;
}
.archive .widget_search .searchform > div:after {
  content: '\f002';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  pointer-events: none;
}
.archive .widget_search input[type=text] {
  outline: none;
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  font-size: 16px;
}
.archive .widget_search input[type=submit] {
  width: 60px;
  padding: 0;
  background: transparent;
  border: none;
  opacity: 0;
  cursor: pointer;
}
/* カテゴリ */
.archive .widget_categories ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 8px;
}
.archive .widget_categories ul li a {
  display: block;
  padding: 0.5em 0.25em;
  background: var(--main_color);
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
/* 最新記事＆人気記事 共通 */
.archive .rpwwt-widget ul,
.archive .popular_post ul {
  display: grid;
  grid-template-columns: 1fr;
}
.archive .rpwwt-widget ul li,
.archive .popular_post .popular_item {
  border-bottom: 1px solid var(--gray_dark);
}
.archive .rpwwt-widget ul li a,
.archive .popular_post .popular_item a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 8px;
  color: var(--black);
}
.archive .rpwwt-widget ul li .rpwwt-post-title,
.archive .popular_post .popular_ttl {
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.archive .rpwwt-widget ul li img {
  width: 33% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.archive .rpwwt-widget ul li .rpwwt-post-categories,
.archive .popular_post .cat {
  padding: 0.25em 0.5em;
  background: var(--main_color);
  color: #fff;
  font-size: 10px;
}
/* 最新記事 */
.archive .rpwwt-widget ul li,
.archive .rpwwt-widget ul li img,
.archive .rpwwt-widget ul li .rpwwt-post-title {
  margin: 0;
}
.archive .rpwwt-widget ul li {
  position: relative;
  line-height: 1.5;
}
.archive .rpwwt-widget ul li .rpwwt-post-categories {
  position: absolute;
  top: 10px;
  left: 40%;
  /* left: 116px; */
  display: inline-block;
  padding: 0.15em 0.5em;
  pointer-events: none;
}
.archive .rpwwt-widget ul li .rpwwt-post-title {
  width: 60%;
  padding-top: 1.8em;
}
/* 人気記事 */
.archive .popular_post .thum {
  width: 35%;
  aspect-ratio: 1 / 1 ;
}
.archive .popular_post .popular_txt {
  width: 65%;
  flex-grow: 1;
}

/*----- お役立ち資料 -----*/
#contents_news .section_material {
  margin-top: 120px;
}
#contents_news .material_wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px min(4%, 24px);
}
#contents_news .material_box {
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 16px 0;
}
#contents_news .material_box .material_ttl {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}
#contents_news .material_box .img_box {
  width: 100%;
  aspect-ratio: 3 / 2;
}
#contents_news .material_box .material_txt {
  line-height: 1.5;
}
#contents_news .material_box .btn_download {
  width: 100%;
  background: var(--main_color);
  color: #fff;
}


/*------------------------------
RESOURCES
-------------------------------*/
#contents_resources .material_wrap {
  display: flex;
}
#contents_resources .material_wrap:not(:first-of-type) {
  margin-top: 40px;
}
#contents_resources .material_wrap .material_txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px 0;
  padding: 4%;
  background: var(--main_color);
  background: linear-gradient(150deg, var(--main_color) 50%, var(--main_color2) 50%);
  color: #fff;
}
#contents_resources .material_wrap h3 {
  font-size: 28px;
  line-height: 1;
}
#contents_resources .material_wrap p {
  font-size: clamp(12px, 1.2vw, 14px);
  text-align: justify;
}

#contents_resources .material_wrap .img {
  width: 480px;
  aspect-ratio: 3 / 2;
}
#contents_resources .material_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*------------------------------
ENQUIRY
-------------------------------*/
#contents_enquiry .inner {
  max-width: 800px;
}
#contents_enquiry .contact_txt {
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 600;
}
/* 確認画面 */
#contents_enquiry.enquiry-confirm .contact_txt {
  margin-bottom: 40px;
}
#contents_enquiry.enquiry-confirm .confirm_wrap {
  margin-bottom: 40px;
  padding: 24px;
  background: var(--gray_light);
}
#contents_enquiry.enquiry-confirm #form .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
#contents_enquiry.enquiry-confirm .confirm_wrap .item div {
  width: 100%;
}
#contents_enquiry.enquiry-confirm .confirm_wrap .item label {
  font-size: 16px;
}
#contents_enquiry.enquiry-confirm .confirm_wrap .item .confirm {
  font-size: 16px;
}
/* 条件分岐用のセレクトフォームを隠す */
#contents_enquiry.enquiry-confirm .confirm_wrap .item.hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* #contents_enquiry.enquiry-confirm .confirm_wrap .item.hidden select {
  border: none;
  background: transparent;
  padding: 0;
  pointer-events: none;
} */


/* 完了画面 */
#contents_enquiry.enquiry-finish .contact_finish {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#contents_enquiry.enquiry-finish p {
  margin-bottom: 1em;
  font-size: 16px;
}
#contents_enquiry.enquiry-finish p .red{
  font-weight: 600;
}

/*------------------------------
404ページ
-------------------------------*/
#contents_err {
  text-align: center;
}
#contents_err .err_img {
  width: min(60%, 400px);
  margin-bottom: 64px;
}
#contents_err .err_ttl {
  margin-bottom: 24px;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
}


/*--------------------------------------------
お問い合わせ フォーム系
--------------------------------------------*/
/* button, select {
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
}
textarea{
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 20px;
  width: 100%;
}
select {
  border-radius: 0px;
  color: rgba(0, 0, 0, 0.51);
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 15px;
  background: #fff;
}
input[type=radio], input[type=checkbox] {
  display: none;
} */
#contents_form input {
  /* padding: 15px; */
  /* width: 100%; */
  /* border: none; */
  /* border: 1px solid #000; */
  /* color: #000; */
  /* text-shadow: none; */
  /* box-shadow: none; */
  /* border: 1px solid #000; */
  /* background: #fff; */
}
#contents_form .pia input {
  width: 30px;
}
#contents_form input[type=radio], #contents_form input[type=checkbox] {
  display: inline;
  background: #eee;
  padding: 5px 10px;
  margin: 3px;
}
#contents_form .check_list input[type=radio], #contents_form .check_list input[type=checkbox] {
  width: 30px;
  /* float: left; */
}
#contents_form label {
  display: block;
  text-align: left;
  border: 1px solid #e0e0e0;
  padding: 10px;
  line-height: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
  background: #fff;
}
#contents_form label:hover{
  opacity: 0.8;
}
.btn_positive {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  display: block;
  background: #3c3c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 0 #3c3c3c, 0 4px 0 rgb(0 0 0 / 20%);
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn_positive:hover {
  transition: .8s;
  opacity: 0.5;
}
.btn_negative {
  max-width: 400px;
  width: 100%;
  padding: 8px 10px 8px;
  display: block;
  background: #3c3c3c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 0 #3c3c3c, 0 4px 0 rgba(0,0,0,0.2);
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto 10px;
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.btn_negative:hover {
  transition: .8s;
  opacity: 0.5;
}

.recruit_label{
  display: flex;
  flex-wrap: wrap;
}
.recruit_label span{
  color: #fff;
  padding: 10px;
  margin: 8px;
  border: 1px solid #ec4d5b;
  padding: 5px 15px;
  letter-spacing: 0.05em;
  color: #ec4d5b;
  margin: 0 4px 10px;
}
.table_collum_recruit {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  table-layout: fixed;
}
.table_collum_recruit input{
  border: 1px solid #e0e0e0;
}
.table_collum_recruit tr {
  margin-bottom: 30px;
}
.table_collum_recruit tr.check_list input{
  width: auto;
}
.table_collum_recruit th,
.table_collum_recruit td {
  padding: 20px;
  vertical-align: middle;
}
.table_collum_recruit th {
  text-align: left;
  padding: 20px;
  color: #fff;
  vertical-align: top;
  width: 30%;
  border-right: 1px dotted #b1b1b1;
  font-size: 18px;
  vertical-align: top;
}
.table_collum_recruit td {
  text-align: left;
  background: rgba(255,255,255,1);
  color: #3c3c3c;
}
.table_collum_recruit .requier {
  border-radius: 2px;
  background: #bd0101;
  color: #fff;
  font-size: 0.6em;
  letter-spacing: 1px;
  padding: 4px 12px;
}

.reruit_btn_tel{
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
  padding: 10px;
  /* border-radius: 50px; */
  text-align: center;
  background: #191919;
  color: #fff!important;
  font-size: 14px;
}
.reruit_btn_tel a{
  color: #fff;
}

.reruit_btn_mail{
  width: 100%;
  max-width: 450px;
  margin: auto;
  display: block;
  padding: 10px;
  /* border-radius: 50px; */
  text-align: center;
  background: #927211;
  font-size: 14px;
  color: #fff!important;
}

.reruit_btn_line{
  width: 80%;
  max-width:400px;
  margin: auto;
  display: block;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
  background: #00ac36;
  color: #fff!important;
}

#bg_recruit{
  padding: 20px 0;
  font-family: Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Sawarabi Mincho", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "Sawarabi Mincho", "MS PMincho", serif;
}
.recruit_bnr_inner{
  position: relative;
  padding: 5%;
}
.recruit_bnr_img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -100;
  background: url(images/bg_recruit.png) no-repeat center center;
  background-size: cover;
}
.recruit_bnr_datail{
  position: relative;
  margin: 0;
}

.recruit_box{
  width: 100%;
  max-width:768px;
  padding: 5%;
  margin: auto;
  color: #1c1c1c;
  background: rgba(0,0,0,0.5);
  /* border: 1px solid #fff; */
  outline: 1px solid #3e3e3e;
  outline-offset: -20px;
}
.recruit_box p{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #585858;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.recruit_box p.vect{
  border-bottom: none;
}
.recruit_box p:last-child{
  margin-bottom:0;
  padding-bottom: 0;
  border-bottom: none;
}


/*--------------------------
1200px以下の場合
---------------------------*/
@media screen and (max-width:1200px) {
  .inner {
    padding: 0 16px;
  }
  header .inner {
    padding: 10px 16px;
  }
  #mainvisual .inner {
    width: 92%;
  }
  .pankuzu {
    padding: 0 16px;
  }
}
/*--------------------------
1024px以下の場合
---------------------------*/
@media screen and (max-width:1024px) {

  /*----- サブビジュアル -----*/
  .page_top_outer {
    height: 30vh;
  }  

  /* フッター下層バナーエリア */
  #footer_bnr {
    grid-template-columns: 1fr;
  }
  #footer_bnr a.fotter_bnr_item {
    height: 200px;
  }
  #footer_bnr a.fotter_bnr_item:not(:first-of-type) {
    border-top: 1px solid var(--gray_dark);
    border-left: none;
  }
  #footer_bnr .footer_bnr_cnt {
    padding: 0 min(4%, 48px);
  }
  #footer_bnr .cnt_ttl {
    font-size: clamp(36px, 3vw, 40px);
  }
  #footer_bnr .btn_arrow {
    width: 40px;
    transition: .3s ease-out;
  }
  /*---------------------------
  トップページ
  ---------------------------*/
  /* SERVICE */
  #section_service .service_bg_box .service_title {
    font-size: 26vw;
  }
}

/*--------------------------
820px以下の場合
---------------------------*/
@media screen and (max-width:820px) {
  /*--------------------------
  共通スタイル
  ---------------------------*/
  body{
      /* font-size: 12px; */
  }
  .inner {
      padding: 0 16px;
  }

  /*----- ヘッダー -----*/
  header .header_right ul.header_nav,
  header .header_right .btn_enquiry {
    display: none;
  }
  header .inner {
    display: block;
  }
  header .logo {
    width: 320px;
  }  
  .btn_trigger {
    display: block;
  }

  /*--------------------------
  タイトル
  ---------------------------*/

  /*--------------------------
  ヘッダー
  ---------------------------*/

  /*---------------------------
  トップページ
  ---------------------------*/
  /* ABOUT US */
  #section_about {
    padding: 80px 0;
    background-image: url(images/bg_top_about_sp.png);
  }
  #section_about .top_about_wrap {
    flex-direction: column-reverse;
    gap: 80px;
  }
  #section_about .top_about_txt,
  #section_about .top_about_img {
    width: min(100%, 600px);
    max-width: none;
  }
  #section_about .top_about_txt .pc_none{
    display: none;
  }
  #section_about .top_about_wrap ul li .circle_title {
    /* font-size: clamp(22px, 2.4vw, 28px); */
    font-size: 28px;
  }
  #section_about .top_about_wrap ul li .circle_txt {
    font-size: 12px;
  }  

  /* SERVICE */
  #section_service {
    padding-top: 15vh;
  }
  #section_service .service_bg_box {
    height: 55vh;
  }
  #section_service .service_bg_box .service_title {
    font-size: clamp(180px, 24vw, 200px);
  }
  #section_service .service_card h3 {
    font-size: 22px;
  }

  /*---------------------------
  ABOUT US
  ---------------------------*/
  /* 行動指針 */  
  #section_about_value .value_item .value_txt {
    padding: 16px;
  }

  /*---------------------------
  SERVICE
  ---------------------------*/
  /* 課題と解決 */
  .solutions_wrap .i-s_wrap .issue_box {
    width: 35%;
  }
  .solutions_wrap .i-s_wrap .solution_box {
    padding: 32px;
  }
  /* モーダル表示 */
  .modaal-content-container:after {
    height: 80px;
  }
  .modaal-container .service_wrap .service_txt {
    grid-area: txt;
    margin-top: 32px;
  }

  /*---------------------------
  NEWS
  ---------------------------*/
  #contents_news .inner.news,
  #contents_news_detail .inner.news {
    grid-template-columns: 1fr;
    gap: 80px;
  }
  /* サイドバー */
  /* カテゴリ */
  .archive .widget_categories ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
  /* 最新記事＆人気記事 */
  .archive .rpwwt-widget ul,
  .archive .popular_post ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .archive .rpwwt-widget ul li,
  .archive .popular_post ul .popular_item {
    border-bottom: none;
  }
  .archive .rpwwt-widget ul li .rpwwt-post-categories {
    left: 38%;
  }
  
  /*---------------------------
  RESOURCES
  ---------------------------*/
  #contents_resources .material_wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 480px;
    margin-inline: auto;
  }
  #contents_resources .material_wrap .material_txt_box {
    padding: 24px 24px 32px;
  }
  #contents_resources .material_wrap .btn_download {
    margin-inline: auto;
  }
}

/*--------------------------
500px以下の場合
---------------------------*/
@media screen and (max-width: 500px) {
  /*---------------------------
  共通
  ---------------------------*/
  .loader-wrap {
      align-items: center;
      justify-content: center;
  }

  .pc_none{
    display: none;
  }
  .sp_none{
      display: block;
  }

  #nav_drawer {
    min-width: 100%;
  }

  /* 見出し */
  .subtitle .ja {
    bottom: -0.4em;
  }  
  .subtitle .en {
    font-size: 84px;
    white-space: nowrap;
  }
  /* テーブル */
  .table_01 tr th,
  .table_01 tr td {
    display: block;
    border-bottom: 1px solid var(--gray_dark);
    text-align: left;
  }
  .table_01 tr th {
    width: 100%;
    padding: 24px 16px 8px;
    border-color: var(--main_color);
  }
  .table_01 tr td {
    padding: 8px 16px;
    border: none;
  }
  /* お問い合わせフォーム */
  #form .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
    padding: 0;
  }
  #form .item label,
  #form .item div {
    width: 100%;
  }
  
  /*--------------------------
  ヘッダー
  ---------------------------*/
  header {
    height: 78px;
  }
  header .inner {
    padding: 10px;
  }
  header .logo {
    width: 240px;
  }  

  /*--------------------------
  メインビジュアル
  ---------------------------*/
  #mainvisual {
    margin-top: 78px;
  }
  #mainvisual .mv_txt_wrap {
    bottom: 8%;
  }

  /*---------------------------
  下層ページサブビジュアル
  ---------------------------*/
  .page_top_outer {
    margin-top: 78px;
  }

  /*--------------------------
  フッター
  ---------------------------*/
  footer .footer_nav {
    grid-template-columns: 1fr;
    gap: 24px 0;
    width: 90%;
    margin: 0 auto 80px;
  }
  footer .footer_nav ul li:not(.cont) {
    font-size: 14px;
  }  
  footer .copyright {
    text-align: center;
  }

  /*--------------------------
  トップページ
  ---------------------------*/
  /* ABOUT US */
  #section_about .top_about_wrap {
    gap: 40px;
  }
  #section_about .top_about_txt .about_subtitle {
    font-size: clamp(2rem, 4vw, 2.5rem);
  }  
  #section_about .top_about_wrap ul li .circle {
    padding: 1.8rem;
  }
  #section_about .top_about_wrap ul li .circle_title {
    font-size: 18px;
  }
  #section_about .top_about_wrap ul li .circle_txt {
    font-size: 2.15vw;
  }  

  /* SERVICE */
  #section_service {
    padding-top: 8vh;
    padding-top: 8svh;
  }  
  #section_service .service_bg_box .service_title {
    left: 0;
    font-size: 100px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
  #section_service .service_wrap {
    padding-left: 5vw;
  }
  #section_service .service_card {
    width: 90vw;
  }
  #section_service .service_card .service_txt_box {
    grid-template-rows: auto 8rem auto;
    grid-template-rows: subgrid;
  }
  #section_service .service_card p {
    margin-bottom: 16px;
  }

  /* NEWS */
  #section_news {
    padding: 80px 0;
  }
  #section_news hgroup .news_title {
    margin-bottom: 24px;
  }
  #section_news .news_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0;
  }

  /*---------------------------
  下層ページ
  ---------------------------*/
  #contents_about {
    padding: 40px 0;
  }
  div[class^="contents"] section:not(:last-of-type) {
    margin-bottom: 40px;
  }
  /* ページ内お問い合わせフォーム */
  .contact_page {
    border-top: 40px solid var(--main_color);
    padding: 80px 0;
  }
  .contact_page .contact_txt {
    font-size: 18px;
  }

  /*---------------------------
  ABOUT US
  ---------------------------*/
  /* 代表メッセージ */
  #section_about_message .message_wrap {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  #section_about_message .message_wrap img {
    width: 100%;
  }
  #section_about_message .message_txt {
    max-width: 100%;
  }
  #section_about_message .message_txt h4 {
    font-size: 28px
  }
  /* 行動指針 */
  #section_about_value .value_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px min(2%, 24px);
  }
  #section_about_value .value_item {
    width: 100%;
  }
  #section_about_value .value_item .value_txt .title {
    font-size: 24px;
  }
  /* 会社概要 */
  #section_about_company .table_01 {
    margin-bottom: 40px;
  }  
  #section_about_company .address {
    display: block;
    margin: 0 0 8px;
  }

  /*---------------------------
  SERVICE
  ---------------------------*/
  #section_issues .subtitle .en {
    white-space: inherit;
    line-height: 0.75;
  }  
  #section_issues .subtitle .ja {
    bottom: -0.6em;
  }
  /* 課題ステップ */
  .solutions_wrap .step_box {
    padding: 24px 16px 32px;
    background-position: top right 20%;
  }
  .solutions_wrap .step_box:not(:last-of-type) {
    margin-bottom: 64px;
  }
  .solutions_wrap .step_box:not(:last-of-type):after {
    height: 64px;
  }
  .solutions_wrap .step_title {
    font-size: 26px;
  }
  .solutions_wrap .step_title .step_number {
    font-size: 1.8em;
  }
    .solutions_wrap .i-s_wrap {
    flex-direction: column;
  }
  /* 課題ボックス */
  .solutions_wrap .i-s_wrap .issue_box {
    width: 100%;
  }
  .solutions_wrap .i-s_wrap .issue_box p {
    font-size: 18px;
  }
  /* 解決ボックス */
  .solutions_wrap .i-s_wrap .solution_box {
    padding: 24px;
  }
  .solutions_wrap .i-s_wrap .solution_box .solution_title {
    font-size: 20px;
  }
  .solutions_wrap .i-s_wrap .solution_box .service_more {
    gap: 4px;
    font-size: 14px;
  }
  .solutions_wrap .i-s_wrap .solution_box .btn_arrow {
    width: 20px;
  }
  /* サービス一覧 */
  #section_service_summary .subtitle .ja {
    font-size: 26px;
  }
  #section_service_summary .service_card .service_txt_box {
    grid-template-rows: repeat(3, auto);
  }
  /* モーダル表示 */
  .modaal-container {
    font-size: 14px;
  }
  .modaal-content-container {
    position: relative;
    padding: 16px 16px 24px;
  }
  .modaal-content-container:after {
    height: 100px;
  }
  .modaal-container .service_wrap {
    grid-template-rows: auto auto auto;
    grid-template-areas: "title" "image" "txt";
    gap: 8px 0;
  }
  .modaal-container .service_wrap .service_txt {
    margin-top: 0;
  }
  .modaal-container .feature_title {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }

  /*---------------------------
  NEWS
  ---------------------------*/
  /* 見出し */
  #contents_news .subtitle {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    font-size: 2.8rem; 
    line-height: 1.2;
  }
  #contents_news .subtitle span {
    margin-left: 0;
  }
  /* カテゴリ記事一覧 */
  #contents_news .subtitle.cat {
    font-size: 1.8rem;
  }
  /* 記事一覧 */
  #contents_news .news_list {
    grid-template-columns: 1fr;
    gap: 24px 0;
  }
  /* サイドバー */
  /* カテゴリ */
  .archive .widget_categories ul {
    grid-template-columns: repeat(2, 1fr);
  }
  /* 最新記事＆人気記事 */
  .archive .rpwwt-widget ul,
  .archive .popular_post ul {
    grid-template-columns: 1fr;
  }
  .archive .rpwwt-widget ul li,
  .archive .popular_post ul .popular_item {
    border-bottom: 1px solid var(--gray_dark);
  }

  /* お役立ち資料 */
  #contents_news .section_material {
    margin-top: 80px;
  }
  #contents_news .material_wrap {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }

  /*---------------------------
  RESOURCES
  ---------------------------*/
  #contents_resources .material_wrap {
    width: 100%;
  }
  #contents_resources .material_wrap .img {
    width: 100%;
  }
    #contents_resources .material_wrap .btn_download {
    margin-inline: auto;
  }
  
  /*---------------------------
  ENQUIRY
  ---------------------------*/
  #contents_enquiry .contact_txt {
    font-size: 18px;
  }

}


/*slick.css*/
.slick-next,.slick-prev{/* font-size:0; */line-height: 25px;position:absolute;/* top:50%; */display:block;width:20px;line-height: 40px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0;}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{/* color:transparent; *//* outline:0; */background:auto;}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height: 1;opacity:.75;color: #3c3c3c;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-prev{left: 5px;bottom: -70px;z-index: 9999;width: 45%;background: #f4f4f4;color: #3c3c3c;text-align: center;}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←';top: 8px;left: 30px;position: absolute;}[dir='rtl'] .slick-prev:before{content:'→'}.slick-next{right: 5px;bottom: -70px;z-index: 9999;width: 45%;text-align: center;background: #f4f4f4;color: #3c3c3c;}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{display:none;content:'→'}[dir='rtl'] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom: -66px;/* left: -7px; *//* display:block; */width:100%;/* height: 30px; */padding:0;margin:0;list-style:none;text-align:center;display: flex;justify-content: center;align-items: center;}.slick-dots li{position:relative;/* display:inline-block; *//* margin:0 5px; */padding:0;/* width: 20px; *//* height: 20px; */}.slick-dots li,.slick-dots li button{/* width: 20px; *//* height: 20px; */cursor:pointer;}.slick-dots li button{font-size:0;line-height:0;display:block;padding: 10px 15px;color:transparent;border:0;outline:0;background:transparent;/* -webkit-appearance: none; */}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height: 20px;position:absolute;top: 5px;left:0;font-size: 50px;width: 20px;height: 20px;content:'•';text-align:center;opacity:.25;color: #5f5f5f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.slick-dots li.slick-active button:before{opacity:.75;color: #505050;}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{/* display:block */}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-next:after{content:"→";font-family: slick;font-size: 20px;line-height: 1;opacity: .75;color: #3c3c3c;-webkit-font-smoothing: antialiased;position: absolute;top: 10px;right: 30px;}