@charset "UTF-8";
/* Scss Document */
/* ==========================================================================
 Foundation
============================================================================*/
/* =============================================== */
/** 変数設定 */
/* ----------------------------------------------- */
/* =============================================== */
/** reset全体設定 */
/* ----------------------------------------------- */
* {
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

/* =============================================== */
/** resetタグ設定 */
/* ----------------------------------------------- */
html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
}

dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
caption,
address,
cite,
code,
dfn,
em,
strong,
th,
var,
map,
area,
figure,
figcaption,
span {
  margin: 0;
  padding: 0;
}

body,
div {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

body {
  counter-reset: number 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  word-break: break-word;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 600px) {
  body {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
}
body.bg-black {
  color: #fff;
  background: #000;
}
body.font-big {
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

p {
  line-height: 1.6;
}

table {
  font-size: inherit;
  font: 100%;
  width: 100%;
}

fieldset,
img,
abbr,
acronym,
hr {
  border: 0;
  vertical-align: middle;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

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

video {
  max-width: 100%;
  height: auto;
}

/* =============================================== */
/** basicタグ設定 */
/* ----------------------------------------------- */
a {
  font-size: 1em;
  text-decoration: underline;
  color: #007efb;
  cursor: pointer;
}
a.hanten {
  color: #ffffff;
}

a:hover {
  color: #007efb;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

.w, #home header #home-header-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .w, #home header #home-header-wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .w, #home header #home-header-wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .w, #home header #home-header-wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.f-en, .style01 {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.f-en2 {
  font-family: sans-serif;
}

.f-m {
  font-family: san-serif;
}

.f-m2 {
  font-family: san-serif;
}

.f-g, .style01 span {
  font-family: "Noto Sans JP", sans-serif;
}

/* =============================================== */
/** resetクラス設定 */
/* ----------------------------------------------- */
.f_10 {
  font-size: 0.625rem;
}

.f_11 {
  font-size: 0.6875rem;
}

.f_12 {
  font-size: 0.75rem;
}

.f_13 {
  font-size: 0.8125rem;
}

.f_14 {
  font-size: 0.875rem;
}

.f_16 {
  font-size: 1rem;
}

.f_18 {
  font-size: 1.125rem;
}

.f_20 {
  font-size: 1.25rem;
}

.f_21 {
  font-size: 1.3125rem;
}

.f_24 {
  font-size: 1.5rem;
}

.f_28 {
  font-size: 1.75rem;
}

.f_32 {
  font-size: 2rem;
}

.f_36 {
  font-size: 2.28rem;
}

.f_48 {
  font-size: 3rem;
}

.f_60 {
  font-size: 3.75rem;
}

.f_100 {
  font-size: 6.25rem;
}

.fs-sss, #s_news .news__new::after {
  font-size: 0.625em;
}

.fs-ss, #home header #header-airsys--logo, footer #copyright {
  font-size: 0.75em;
}

.fs-s, header #header-tel p, .btn-style .btn, .btn-style .btn2, .btn-style .input_btn_wrap {
  font-size: 0.875em;
}

.fs-m {
  font-size: 1em;
}

.fs-l, #about-c1--a, #s_news--01 dt, #nav1 ul.navi li, #main-img--wrapper--title p, footer address {
  font-size: 1.125em;
}

.fs-ll, #material-nagare li, #material-rrr, #material-list figure, #method-c1--a, footer #footer--logo {
  font-size: 1.25em;
}

.fs-lll, header #header-tel a {
  font-size: 2em;
}

.fs-llll, #method-c2 figcaption::before {
  font-size: 2.28em;
}

.fs-lllll, .style02 {
  font-size: 2.5em;
}

.fs-l21 {
  font-size: 1.3125em;
}

.fs-l100, .style01 {
  font-size: 6.25em;
}

.palt {
  font-feature-settings: "palt" 1;
}

/*======================================================
	CLEARFIX  clearしたい親要素に加える
======================================================*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
div {
  zoom: 100%;
}

/* =============================================== */
/** basicクラス設定 */
/* ----------------------------------------------- */
.f_r {
  float: right;
}

.f_l {
  float: left;
}

.c_b {
  clear: both;
}

.o_h {
  overflow: hidden;
}

.m_t10 {
  margin-top: 10px;
}

.m_t30 {
  margin-top: 30px;
}

.m_t40 {
  margin-top: 40px;
}

.m_r20 {
  margin-right: 20px;
}

.m_b10 {
  margin-bottom: 10px;
}

.m_b10 {
  margin-bottom: 10px;
}

.m_b15 {
  margin-bottom: 15px;
}

.m_b20 {
  margin-bottom: 20px;
}

.m_b30 {
  margin-bottom: 30px;
}

.m_b40 {
  margin-bottom: 40px;
}

.m_b50 {
  margin-bottom: 50px;
}

.m_b60 {
  margin-bottom: 60px;
}

.m_b80 {
  margin-bottom: 80px;
}

.m_b100 {
  margin-bottom: 100px;
}

.m_l20 {
  margin-left: 20px;
}

.p_t10 {
  padding-top: 10px;
}

.p_t20 {
  padding-top: 20px;
}

.p_t30 {
  padding-top: 30px;
}

.p_b10 {
  padding-bottom: 10px;
}

.p_l1em {
  padding-left: 1em;
}

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

.bold {
  font-weight: bold;
}

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

.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.c_red {
  color: #f00;
}

.c_main {
  color: #0b3484;
}

.c_sub {
  color: #007efb;
}

.c_orange {
  color: #f5a76f;
}

.c_gray {
  color: #999999;
}

.c_blue {
  color: #0b3484;
}

.t_l {
  text-align: left;
}

.t_r {
  text-align: right;
}

.t_c {
  text-align: center;
}

ul.list-disc {
  list-style: outside disc !important;
  margin-left: 20px;
}

.duble {
  background-image: url("../img/double.png");
  background-repeat: repeat-x;
  background-position: center;
}

.youtube {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

img.frame {
  padding: 3px !important;
  border: 1px solid #b1b1b1 !important;
}

table.basic {
  border-top: 1px solid #999999;
  border-collapse: collapse;
}

table.basic tr {
  border-bottom: 1px solid #999999;
  background-color: #e9eef4;
}
table.basic tr:nth-child(2n) {
  background-color: #fff;
}

table.basic th,
table.basic td {
  padding: 16px;
}

table.basic th {
  font-weight: bold;
}

table.basic2 th,
table.basic2 td {
  /*基本のテーブル*/
  border: solid #ccc 1px;
  padding: 7px 10px 10px 10px;
  background: #fff;
}

table.basic2 .bg-gray {
  background: #eee;
}

.info {
  background: #dfd5bc;
  padding: 10px;
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
}

.sp-s {
  display: none;
}
@media screen and (max-width: 319px) {
  .sp-s {
    display: inherit;
  }
}

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

/* aタグ
----------------------------------------------- */
a:hover img,
a:hover,
input:hover {
  zoom: 1;
  filter: alpha(opacity=60); /* IE6/7 */
  -ms-filter: "alpha(opacity=60)"; /* IE8 */
  -moz-opacity: 0.6; /* Firefox */
  opacity: 0.6;
}

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

.dummy {
  background: #ddd;
  width: 100%;
  aspect-ratio: 5/3;
  font-size: 28px;
  font-size: 2.8rpm;
  font-weight: bold;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.dummy p {
  font-size: 28px;
  font-size: 2.8rpm;
  font-weight: bold;
}

/* .air-sys-hood　h系スタイル
----------------------------------------------- */
/* h系スタイル*/
.style01 { /* 主にh2 */
  text-align: right;
  color: #0b3484;
  margin-bottom: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .style01 {
    font-size: 19.3vw;
  }
}
.style01 span {
  display: block;
  font-weight: bold;
  font-size: 21%;
}
@media screen and (max-width: 600px) {
  .style01 span {
    font-size: 30%;
  }
}

.bg-black .style01 span {
  background: linear-gradient(transparent 50%, rgba(218, 218, 216, 0.2) 50%);
}

.style02 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .style02 {
    font-size: 4.9vw;
    margin-bottom: 1rem;
  }
}
.style02 span {
  display: inline-block;
  font-weight: bold;
  color: #007efb;
  background: linear-gradient(transparent 70%, #ffff00 30%);
}

/* .tokyo　btn
----------------------------------------------- */
/* btn */
.btn-style {
  margin-left: auto;
  margin-right: auto;
  max-width: 30%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .btn-style {
    max-width: 100%;
  }
}
.btn-style .btn, .btn-style .btn2, .btn-style .input_btn_wrap {
  height: 64px;
  border-radius: 32px;
  border: none;
  padding: 0 32px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
  box-shadow: 4px 4px 4px 0 rgba(100, 100, 100, 0.5);
}
@media screen and (max-width: 600px) {
  .btn-style .btn, .btn-style .btn2, .btn-style .input_btn_wrap {
    height: 15.4589371981vw;
    padding: 0 0.2415458937vw;
    font-size: 3.6231884058vw;
  }
}
.btn-style .btn::after, .btn-style .btn2::after, .btn-style .input_btn_wrap::after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../img/btn-right.svg") center center no-repeat;
  background-size: 100% 100%;
}
.btn-style .btn:hover, .btn-style .btn2:hover, .btn-style .input_btn_wrap:hover {
  opacity: 0.9;
}
.btn-style .btn.gray, .btn-style .gray.btn2, .btn-style .gray.input_btn_wrap {
  box-shadow: 4px 4px 0 0 rgba(170, 170, 170, 0.9);
}
.btn-style .input_btn_wrap input[type=submit],
.btn-style .input_btn_wrap input[type=button] {
  border: none;
  background: none;
  color: #fff;
  width: 100%;
}
.btn-style .btn2 {
  height: 36px;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875em;
  background: #fff;
  color: #999999;
  border: 1px solid #999999;
}
.btn-style .btn2::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../img/btn-right2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.btn-style .btn2:hover::after {
  background: url("../../img/btn-right2h.svg") center center no-repeat;
}
.btn-style .kensaku_btn {
  border: none;
  background: #0b3484;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px 0;
}
.btn-style .kensaku_btn input[type=submit],
.btn-style .kensaku_btn input[type=button] {
  border: none;
  background: none;
  color: #fff;
  width: 100%;
}
.btn-style .kensaku_btn:hover {
  opacity: 0.9;
}

.btn-gra, .btn-style .btn, .btn-style .input_btn_wrap, .btn-style .btn2 {
  /* ボタン用 バックグラウンド グラデーション */
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09b6ef+0,007fe8+100 */
  background: #09b6ef; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #09b6ef 0%, #007fe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#09b6ef", endColorstr="#007fe8",GradientType=0 ); /* IE6-9 */
}

.btn-gra--h, .btn-style .btn:hover, .btn-style .input_btn_wrap:hover, .btn-style .btn2:hover, .btn-style .kensaku_btn:hover {
  /* ボタン用 バックグラウンド グラデーション hover */
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09b6ef+0,39b5af+99 */
  background: #09b6ef; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #09b6ef 0%, #39b5af 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#09b6ef", endColorstr="#39b5af",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.btn-gra-gray, .btn-style .btn.gray, .btn-style .gray.input_btn_wrap, .btn-style .gray.btn2 {
  color: #bbb;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
  background: #ffffff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 ); /* IE6-9 */
}

/* panelfood　下層 header
----------------------------------------------- */
header {
  border-top: #0b3484 solid 14px;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  position: relative;
  padding: 10px 0;
  margin-bottom: 40px;
  /* ヘッダーロゴ */
  /* エアシステムロゴ */
  /* ヘッダー右側 */
  /* 電話番号 */
  /* 電場番号2 スマホ時のボタン 2024.9.20 追加 */
  /* ナビゲーション */
  /* ナビゲーション navi END */
}
@media screen and (max-width: 600px) {
  header {
    border-top: #0b3484 solid 4px;
    padding: 0;
    margin-bottom: 4px;
  }
}
header .w, #home header #home-header-wrapper {
  position: relative;
}
@media screen and (max-width: 600px) {
  header .w, #home header #home-header-wrapper {
    padding: 0;
  }
}
header #header-logo {
  text-align: center;
}
@media screen and (max-width: 600px) {
  header #header-logo {
    width: calc(100vw - 100px - 12px);
  }
}
header #header-logo a {
  height: 80px;
  display: block;
}
@media screen and (max-width: 600px) {
  header #header-logo a {
    height: 60px;
    padding: 0 16px;
    gap: 4px;
    grid-template-columns: 1fr;
  }
}
header #header-logo a img {
  height: 60px;
  width: auto;
}
header #header-airsys--logo {
  display: none;
}
header #header-tel {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 851px) {
  header #header-tel {
    grid-template-columns: auto;
    justify-content: center;
  }
}
header #header-tel a {
  text-decoration: none;
  color: #333333;
  font-weight: 900;
}
@media screen and (max-width: 851px) {
  header #header-tel a {
    color: #fff;
    display: block;
  }
}
header #header-tel a span {
  font-weight: bold;
}
header #header-tel a i {
  color: #0b3484;
  font-size: 112%;
  padding-right: 0.2em;
}
@media screen and (max-width: 851px) {
  header #header-tel a i {
    color: #fff;
  }
}
header #header-tel p {
  color: #0b3484;
  line-height: 1.2;
}
@media screen and (max-width: 851px) {
  header #header-tel p {
    color: #fff;
  }
}
header #header-tel2 {
  display: none;
}
@media screen and (max-width: 851px) {
  header #header-tel2 {
    display: block;
    z-index: 1000;
    width: 60px;
    height: 60px;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 64px;
  }
  header #header-tel2 a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 4px;
    color: #0b3484;
    text-decoration: none;
  }
  header #header-tel2 a i {
    font-size: 32px;
  }
  header #header-tel2 a span {
    font-size: 10px;
  }
}
header #nav2 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #E9EEF4;
  /* ナビゲーション スマホ */
}
header #nav2 ul.navi {
  display: grid;
  grid-template-columns: auto auto auto auto;
  box-sizing: border-box;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
header #nav2 ul.navi li {
  height: 68px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header #nav2 ul.navi li a {
  display: block;
  height: 68px;
  width: 100%;
  line-height: 1.2;
  display: grid;
  justify-content: center;
  align-items: center;
}
header #nav2 ul.navi li a:hover {
  background: #0b3484;
  color: #fff;
}
header #nav2 ul.navi li.current {
  background: #0b3484;
  color: #fff;
}
header #nav2 ul.navi li.current a {
  color: #fff;
}
header #nav2 ul.navi li.btn-style {
  height: auto;
  max-width: none;
}
header #nav2 ul.navi li.btn-style .btn, header #nav2 ul.navi li.btn-style .input_btn_wrap, header #nav2 ul.navi li.btn-style .btn2 {
  height: auto;
  padding: 12px 48px;
}
header #nav2 #navi__header-rblock {
  display: none;
}
header #nav2 .navibox .w, #home header #nav2 .navibox #home-header-wrapper {
  display: grid;
  grid-template-columns: auto max-content;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 851px) {
  header #nav2 {
    z-index: 1000;
    width: 60px;
    height: 60px;
    background-color: #007efb;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  header #nav2.current {
    background: #0b3484;
    color: #fff;
  }
  header #nav2.current a {
    color: #fff;
  }
  header #nav2 .navibox {
    right: -100%;
    width: 100%;
    transition: all 0.4s;
    top: 68px;
    position: fixed;
    background: #0b3484;
    width: 100%;
    height: 100%;
  }
  header #nav2 .navibox .w, #home header #nav2 .navibox #home-header-wrapper {
    display: block;
  }
  header #nav2 .navibox.active {
    transition: all 0.4s;
    right: 0;
    display: block;
  }
  header #nav2 ul.navi {
    grid-template-columns: auto;
    gap: 4px;
    padding: 10px;
    background: #0b3484;
    height: auto;
  }
  header #nav2 ul.navi.active {
    transition: all 0.4s;
    right: 0;
    display: block;
  }
  header #nav2 ul.navi li {
    padding-left: 1em;
    text-align: left;
    border-bottom: 1px dotted #fff;
    border-right: none;
    height: 32px;
  }
  header #nav2 ul.navi li.current {
    background: #007efb;
    color: #fff;
  }
  header #nav2 ul.navi li.current a {
    color: #fff;
  }
  header #nav2 ul.navi li:first-child {
    border-left: none;
    border-top: 1px dotted #fff;
  }
  header #nav2 ul.navi li:last-child {
    border-bottom: none;
    margin-top: 20px;
  }
  header #nav2 ul.navi li a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    justify-content: flex-start;
    height: 32px;
  }
  header #nav2 ul.navi li a::after {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    content: "";
    width: 16px;
    height: 16px;
    background: url("../../img/btn_right.svg") center center no-repeat;
    background-size: 100% 100%;
  }
  header #nav2 #navi__header-rblock {
    width: calc(100% - 20px);
    background: #fff;
    right: -100%;
    top: 80svh;
    background: #fff;
    position: fixed;
    padding: 10px;
    box-sizing: border-box;
    display: grid;
    gap: 8px;
  }
  header #nav2 #navi__header-rblock.active {
    transition: all 0.4s;
    right: 10px;
  }
  header #nav2 .-menubtn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #0b3484;
  }
  header #nav2 .-menubtn::before {
    content: "MENU";
    position: absolute;
    width: 38px;
    font-size: 10px;
    left: 10px;
    top: 4px;
    color: #FFF;
    text-align: center;
  }
  header #nav2 .-menubtn > span {
    width: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 3px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    transition: all 0.4s;
  }
  header #nav2 .-menubtn > span:nth-of-type(1) {
    top: 20px;
  }
  header #nav2 .-menubtn > span:nth-of-type(2) {
    top: 29px;
  }
  header #nav2 .-menubtn > span:nth-of-type(3) {
    top: 38px;
  }
  header #nav2 .-menubtn.active::before {
    color: #fff;
  }
  header #nav2 .-menubtn.active > span {
    background-color: #fff;
  }
  header #nav2 .-menubtn.active > span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
  }
  header #nav2 .-menubtn.active > span:nth-of-type(2) {
    opacity: 0;
  }
  header #nav2 .-menubtn.active > span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
  }
}

/* end header */
/* 　main
----------------------------------------------- */
main {
  z-index: 10;
  padding: 0 0 0 0;
  margin: 0;
  position: relative;
}
main .w, main #home header #home-header-wrapper, #home header main #home-header-wrapper {
  z-index: 10;
  position: relative;
}
#breadcrumb {
  display: flex;
  gap: 4px;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  #breadcrumb {
    font-size: 70%;
  }
}
#breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25rem;
  content: "›";
}

.page-header {
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 600px) {
  .page-header {
    padding: 40px 0 120px 0;
  }
}
.page-header h1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .page-header::before {
    position: relative;
    content: "";
    z-index: 11;
    background-image: url("../../img/logo-htt2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    width: 100%;
    height: 14.5vh;
    margin-bottom: 40px;
  }
}

/* .tokyo　footer
----------------------------------------------- */
footer {
  text-align: center;
  z-index: 100;
  position: relative;
  background-color: #007efb;
  color: #FFF;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 600px) {
  footer {
    flex-wrap: wrap;
    font-size: inherit;
  }
}
footer #footer--logo {
  text-align: center;
  display: grid;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  footer #footer--logo {
    gap: 4px;
  }
  footer #footer--logo img {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
footer address {
  margin-bottom: 8px;
}
footer address a {
  color: inherit;
  text-decoration: inherit;
}
@media screen and (max-width: 600px) {
  footer address span {
    display: block;
  }
}
footer a {
  color: inherit;
  text-decoration: inherit;
}
footer a:hover {
  color: #0b3484;
}
footer #footer--link {
  display: grid;
  gap: 1em;
  grid-template-columns: auto auto;
  justify-content: center;
}
footer #footer--link i {
  padding: 0 0.2em;
}
footer #copyright {
  background-color: #0b3484;
  margin-top: 24px;
  padding: 2px 0;
}

/* 上に戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 20;
}

#page_top a {
  background: #7f7f7f;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=75); /* IE6/7 */
  -ms-filter: "alpha(opacity=75)"; /* IE8 */
  -moz-opacity: 0.75; /* Firefox */
  opacity: 0.75;
}

#page_top a:hover {
  text-decoration: none;
  background: #999;
  zoom: 1;
  filter: alpha(opacity=90); /* IE6/7 */
  -ms-filter: "alpha(opacity=90)"; /* IE8 */
  -moz-opacity: 0.9; /* Firefox */
  opacity: 0.9;
}

/* flex base
----------------------------------------------- */
.flex, .flex6, .flex5, .flex4, .flex3, .flex2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  align-items: stretch;
}
.flex2 > * {
  flex: 0 1 auto;
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .flex2 > * {
    width: 100%;
  }
}
.flex3 > * {
  flex: 0 0 auto;
  width: calc((100% - 40px) / 3);
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .flex3 > * {
    width: 100%;
  }
}
.flex4 > * {
  flex: 0 0 auto;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .flex4 > * {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
.flex5 > * {
  flex: 0 0 auto;
  width: calc((100% - 80px) / 5);
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex5 > * {
    width: calc((100% - 40px) / 5);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .flex5 > * {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
.flex6 > * {
  flex: 0 0 auto;
  width: calc((100% - 100px) / 6);
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex6 > * {
    width: calc((100% - 50px) / 6);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .flex6 > * {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }
}

.flex-center, .flex-center-top, .flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-column {
  flex-flow: column;
}
.flex-center-top {
  align-items: flex-start;
}

/* icon base
----------------------------------------------- */
.ka {
  font-size: 70%;
  color: white;
  background-color: maroon;
  padding: 1px 8px;
  font-weight: 600;
}

span.ka {
  display: inline-block;
}

/* .box
----------------------------------------------- */
.box01 {
  box-shadow: 0 4px 8px 4px rgba(100, 100, 100, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  color: #333333;
}
@media screen and (max-width: 600px) {
  .box01 {
    padding: 20px;
  }
  .box01.padding16 {
    padding: 20px 16px;
  }
}

.box-bgcolor {
  background-color: #e9eef4;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .box-bgcolor {
    padding: 24px 16px;
  }
}

.box-bgcolor2 {
  background-color: rgba(247, 149, 71, 0.22);
  padding: 20px;
}
.box-bgcolor2--content {
  padding: 0 1em;
}
@media screen and (max-width: 600px) {
  .box-bgcolor2--content {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .box-bgcolor2 {
    padding: 10px;
  }
}

.box-style02 { /* h系をstyle2とセットで使うと美しい */
  text-align: left;
}
.box-style02--content {
  padding: 0 8px;
}
.box-style02--content li {
  margin-bottom: 8px;
}

.box-style03 { /* h系をstyle3とセットで使うと美しい */ }
.box-style03--content {
  padding: 0 1em;
}
@media screen and (max-width: 600px) {
  .box-style03--content {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .box-cvbnr {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

/* air-sys-hood page create by shd aota
----------------------------------------------- */
#home header {
  background-color: #e9eef4;
  /* ロゴ部 */
  /* TOPだけヘッダーロゴ表示しない */
  /* エアシステムロゴ */
  /* スマホはmainimgと重ねる*/
  /* TOP PCのときだけnav2レイアウト変更 */
}
#home header #header-ttl {
  height: auto;
  display: block;
  padding: 0;
}
#home header #header-ttl .w, #home header #header-ttl #home-header-wrapper {
  width: auto;
}
#home header #header-logo {
  display: none;
}
#home header #header-airsys {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 32px;
  transform: translateY(-4px);
}
@media screen and (max-width: 851px) {
  #home header #header-airsys {
    position: absolute;
    left: 20px;
    top: -12px;
    z-index: 101;
    transform: translateY(16px);
  }
}
#home header #header-airsys--logo {
  width: 182px;
  display: grid;
  grid-template-rows: max-content max-content 1fr auto;
  gap: 4px;
}
@media screen and (max-width: 851px) {
  #home header #header-airsys--logo {
    transform: none;
  }
}
@media screen and (max-width: 851px) {
  #home header {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 852px) {
  #home header {
    width: 100%;
    z-index: 0;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-top: none;
    margin-bottom: 0;
    /* ヘッダー右側 */
    /* 電話番号 */
  }
  #home header #home-header-wrapper {
    height: 56px;
    display: grid;
    grid-template-columns: 182px calc(100% - 202px);
    justify-content: start;
    align-items: flex-end;
    gap: 32px;
    position: relative;
    box-sizing: border-box;
  }
  #home header #nav2 .navibox .w, #home header #nav2 .navibox #home-header-wrapper {
    width: auto;
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-template-columns: auto auto;
  }
  #home header #nav2 ul {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    justify-content: start;
    align-items: flex-end;
    gap: 32px;
  }
  #home header #nav2 ul li {
    padding-bottom: 4px;
  }
  #home header #nav2 ul a {
    text-decoration: none;
    color: #333333;
    font-size: 0.875em;
  }
  #home header #nav2 ul a:hover {
    background: inherit;
    color: inherit;
    text-decoration: underline;
  }
  #home header #nav2--top {
    display: none;
  }
  #home header #nav2--apply {
    display: none;
  }
  #home header #header-rblock {
    margin-top: 0;
  }
  #home header #header-tel {
    transform: translateY(8px);
  }
}

/* end header */
/* ヘッダーメインイメージ */
#main-img {
  background-color: #e9eef4;
  z-index: 10;
  position: relative;
  margin-top: -30px;
}
@media screen and (max-width: 851px) {
  #main-img {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
#main-img--wrapper {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  grid-template-rows: 392px;
  justify-content: center;
}
@media screen and (max-width: 851px) {
  #main-img--wrapper {
    padding: 0;
    grid-template-columns: 100%;
    grid-template-rows: auto 42vh;
  }
}
#main-img--wrapper--title {
  max-width: 640px;
  display: grid;
  grid-template-columns: auto;
  align-content: flex-start;
  gap: 16px;
  padding: 32px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 851px) {
  #main-img--wrapper--title {
    padding: 4px;
    max-width: none;
  }
  #main-img--wrapper--title h1 img {
    width: 100%;
  }
}
#main-img--wrapper--title p {
  padding: 0 0 0 8px;
  color: #0b3484;
  text-align: center;
}
#main-img--img {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 851px) {
  #main-img--img {
    overflow: hidden;
  }
}
#main-img--img img {
  width: 1600px;
  max-width: none;
  transform: translateX(-550px) translateY(-310px);
}
@media screen and (max-width: 851px) {
  #main-img--img img {
    height: 80vh;
    width: auto;
    position: absolute;
    bottom: 0;
    left: calc(-1 * (96.52vh + 50vw));
    transform: translateX(-70vw) translateY(0);
  }
}
@media screen and (max-width: 600px) {
  #main-img--img img {
    height: 80vh;
    width: auto;
    position: absolute;
    bottom: 0;
    left: calc(50vw - 101.346vh);
    transform: translateX(0) translateY(0);
  }
}

/* TOP用ナビゲーション */
#nav1 {
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
#nav1 ul.navi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
  margin-top: -40px;
}
@media screen and (max-width: 851px) {
  #nav1 ul.navi {
    grid-template-columns: 1fr 1fr;
  }
}
#nav1 ul.navi li {
  display: grid;
  aspect-ratio: 234/178;
  border: 1px solid #0b3484;
  text-align: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
#nav1 ul.navi li a {
  display: block;
  padding: 24px;
  line-height: 1.2;
  text-decoration: none;
  display: grid;
  color: #0b3484;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 851px) {
  #nav1 ul.navi li a {
    padding: 12px;
  }
}
#nav1 ul.navi li a:hover {
  background: #0b3484;
  color: #fff;
}
#nav1 ul.navi li a i {
  color: #93d7da;
  font-size: 400%;
}
@media screen and (max-width: 851px) {
  #nav1 ul.navi li a i {
    font-size: 200%;
  }
}
#nav1 ul.navi li.current {
  background: #0b3484;
  color: #fff;
}
#nav1 ul.navi li.current a {
  color: #fff;
}
#nav1 ul.navi li::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  color: #93d7da;
  display: block;
  position: absolute;
  bottom: 4px;
  left: calc(50% - 8px);
}
#nav1 ul.navi li.btn-style .btn, #nav1 ul.navi li.btn-style .input_btn_wrap, #nav1 ul.navi li.btn-style .btn2 {
  height: auto;
  padding: 10px;
  box-shadow: none;
}
#nav1 ul.navi li.btn-style .btn:after, #nav1 ul.navi li.btn-style .input_btn_wrap:after, #nav1 ul.navi li.btn-style .btn2:after {
  background-image: none;
}

#navi__header-rblock {
  display: none;
}

/* ↑↑↑↑↑↑ヘッダー部ここまで↑↑↑↑↑↑ */
/* section共通部品 */
#home .section {
  z-index: 10;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  #home .section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
#home .section.naname::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e9eef4;
  transform: skewY(-5deg) translateY(160px);
  z-index: -1;
}
#home .section--subbox {
  background-color: #fff;
  padding: 60px;
  margin: 40px;
}
@media screen and (max-width: 600px) {
  #home .section--subbox {
    padding: 20px;
    margin: 0px;
  }
}
#home .section--subbox2 {
  background-color: #e9eef4;
  padding: 60px;
  margin: 40px;
}
@media screen and (max-width: 600px) {
  #home .section--subbox2 {
    padding: 20px;
    margin: 0px;
  }
}
#home .section:nth-child(2n).naname::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: skewY(-5deg) translateY(160px);
  z-index: -1;
}
#home .section:nth-child(2n) .section--subbox {
  background-color: #e9eef4;
}
#home .section:nth-child(2n) .section--subbox2 {
  background-color: #fff;
}
#home .section .grid, #home .section #method-c1, #home .section #about-c1 {
  display: grid;
  margin-bottom: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 0;
  text-align: left;
  justify-content: center;
  align-items: center;
}
#home .section .grid img[src*=".svg"], #home .section #method-c1 img[src*=".svg"], #home .section #about-c1 img[src*=".svg"] {
  max-width: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  #home .section .grid, #home .section #method-c1, #home .section #about-c1 {
    row-gap: 20px;
  }
}

/*  2025.10.17 追加 エキスポ事例 */
#s_news--expo2025 figure {
  max-width: 540px;
  margin: 0 auto;
}

/* NEWS ライブラリ化してます */
#s_news--00 {
  display: grid;
  grid-template-columns: auto 3fr;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #s_news--00 {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  #s_news--00 h2.style01 {
    text-align: center;
  }
}
#s_news--01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: start;
}
@media screen and (max-width: 600px) {
  #s_news--01 {
    grid-template-columns: auto;
    gap: 4px;
  }
}
#s_news--01 dt {
  width: 100%;
  background: #e9eef4;
  color: #007efb;
  padding: 4px 2px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #s_news--01 dt {
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
#s_news--01 dd {
  padding-right: 10px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #s_news--01 dd {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
#s_news .news__new::after {
  content: "NEW";
  background: #f5a76f;
  padding: 4px;
  color: #fff;
  vertical-align: bottom;
  margin-left: 0.5em;
  margin-bottom: 1px;
  display: inline-block;
}

/* 動画 */
#one-minutes video,
#one-minutes iframe {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 600px) {
  #one-minutes video,
  #one-minutes iframe {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* 厨房パネルフードとは */
#about-c1 {
  grid-template-columns: auto auto;
  grid-template-areas: "a  d" "b  d" "c  d";
}
@media screen and (max-width: 600px) {
  #about-c1 {
    grid-template-columns: auto;
    grid-template-areas: "a" "b" "c" "d";
  }
}
#about-c1--a {
  grid-area: a;
  color: #0b3484;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
#about-c1--a span {
  display: block;
  text-align: center;
}
#about-c1--a img {
  padding-top: 8px;
}
#about-c1--b {
  grid-area: b;
}
#about-c1--c {
  grid-area: c;
}
#about-c1--d {
  grid-area: d;
}
#about-c2 {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #about-c2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#about-c2 figure img {
  border-radius: 12px;
}
#about-c2 figcaption {
  text-align: left;
  padding: 4px 6px;
}

/* 施工方法 */
#method-c1 {
  grid-template-columns: 35em auto;
  grid-template-rows: fit-content(0) fit-content(0) 1fr;
  grid-template-areas: "a  d" "b  d" "c  d";
}
@media screen and (max-width: 600px) {
  #method-c1 {
    grid-template-columns: auto;
    grid-template-areas: "a" "b" "c" "d";
  }
}
#method-c1--a {
  grid-area: a;
  color: #0b3484;
  margin-bottom: 12px;
  height: -moz-min-content;
  height: min-content;
}
#method-c1--b {
  grid-area: b;
}
#method-c1--c {
  grid-area: c;
  align-self: flex-start;
}
#method-c1--d {
  grid-area: d;
}
#method-c2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #method-c2 {
    grid-template-columns: 1fr;
  }
}
#method-c2 figure img {
  border-radius: 12px;
}
#method-c2 figcaption {
  text-align: left;
  display: grid;
  grid-template-columns: fit-content(0) auto;
  align-items: center;
  gap: 0.5em;
}
#method-c2 figcaption::before {
  counter-increment: number 1;
  content: counter(number) " ";
  font-weight: bold;
  color: #0b3484;
  font-family: "Oswald", sans-serif;
  vertical-align: text-bottom;
}

/* material */
#material-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  #material-list {
    grid-template-columns: 1fr 1fr;
  }
}
#material-list figure {
  color: #007efb;
  font-weight: bold;
  position: relative;
}
#material-list figure img {
  border-radius: 50%;
}
#material-list figure figcaption {
  margin-top: 16px;
  font-weight: bold;
}
#material-list figure.osusume::before {
  content: url("../../img/bnr-osusume.png");
  position: absolute;
  top: 0;
  left: 25%;
}
#material-rrr {
  display: grid;
  grid-template-columns: auto fit-content(16em);
  margin-bottom: 40px;
  justify-content: center;
  color: #0b3484;
  text-align: left;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  #material-rrr {
    gap: 24px;
  }
}
#material-rrr figcaption {
  font-weight: bold;
  font-feature-settings: "palt";
}
#material-nagare {
  list-style: none;
}
#material-nagare li {
  text-align: left;
  color: #0b3484;
  font-weight: bold;
  position: relative;
}
#material-nagare li::before {
  content: "1";
  background-color: #007efb;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  aspect-ratio: 1/1;
  display: block;
  margin-right: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
}

/* お見積り */
#quotation--title {
  text-align: center;
}

/* エアシステムについて */
#about_airsystem-c1 {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto fit-content(0);
  grid-template-areas: "a  b" "a  c" "d  d";
  gap: 40px;
  align-content: center;
}
@media screen and (max-width: 1000px) {
  #about_airsystem-c1 {
    grid-template-columns: auto;
    grid-template-areas: "a" "b" "c" "d";
    justify-items: center;
  }
}
#about_airsystem-c1--a {
  grid-area: a;
  aspect-ratio: 3/2.2;
  width: 100%;
}
#about_airsystem-c1--a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#about_airsystem-c1--b {
  grid-area: b;
}
#about_airsystem-c1--b.style02 {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  #about_airsystem-c1--b {
    text-align: center;
  }
}
#about_airsystem-c1--c {
  grid-area: c;
}
#about_airsystem-c1--d {
  grid-area: d;
  display: flex;
  justify-content: space-between;
}
#about_airsystem-c1--d img {
  max-width: 33.333%;
}
@media screen and (max-width: 600px) {
  #about_airsystem-c1--d img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #about_airsystem-c1--d {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* A-series */
#a-series .a-series--box {
  border: 4px solid #a7a6a6;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  grid-template-areas: "b  a" "b  c" "b  d";
  -moz-column-gap: 40px;
       column-gap: 40px;
  text-align: left;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  #a-series .a-series--box {
    grid-template-areas: "b a" "b c" "d d";
    row-gap: 20px;
  }
}
@media screen and (max-width: 851px) {
  #a-series .a-series--box {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "b a" "c c" "d d";
    row-gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  #a-series .a-series--box {
    grid-template-columns: 1fr;
    grid-template-areas: "b" "a" "c" "d";
    row-gap: 20px;
  }
}
#a-series .a-series--box h3 {
  grid-area: a;
}
#a-series .a-series--box figure {
  grid-area: b;
}
#a-series .a-series--box p {
  grid-area: c;
}
#a-series .a-series--box ul {
  grid-area: d;
}
#a-series .mrk-check {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  row-gap: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 851px) {
  #a-series .mrk-check {
    grid-template-columns: auto auto;
  }
}
@media screen and (max-width: 600px) {
  #a-series .mrk-check {
    grid-template-columns: auto;
  }
}
#a-series .mrk-check li {
  display: flex;
  gap: 0.4em;
  font-weight: bold;
  font-size: 1.2rem;
}
#a-series .mrk-check li::before {
  content: "";
  background-image: url("../../img/mrk-check.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  display: block;
  width: 1.5em;
  max-width: 32px;
  height: 1lh;
}

/* =============================================== */
/** 下層 */
/* ----------------------------------------------- */
#apply #s_news {
  margin-bottom: 40px;
}
#apply #s_news .w, #apply #s_news #home header #home-header-wrapper, #home header #apply #s_news #home-header-wrapper {
  padding: 0;
  width: auto;
}
#apply #s_news--00 {
  grid-template-columns: auto;
}
#apply #s_news--00.box01 {
  box-shadow: none;
  background-color: none;
}
@media screen and (max-width: 600px) {
  #apply #s_news--00.box01 {
    padding: 0;
  }
}
#apply #s_news h2.style01 {
  display: none;
}
@media screen and (max-width: 600px) {
  #apply #s_news--01 {
    gap: 0;
  }
  #apply #s_news--01 dt {
    margin-bottom: 0;
  }
  #apply #s_news--01 dd {
    padding: 10px;
    background: rgba(218, 218, 216, 0.2);
  }
}/*# sourceMappingURL=style.css.map */