@charset "utf-8";

/* リセットCSS ====================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: 0.02em;
}
/* buttonリセット=============================*/
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.spbr {
  display: none;
}

/*pagetop arrow TOPへ戻るボタン---------------------*/
.pagetop {
  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fbb03b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}

/* フェードインと移動のアニメーション---------------*/

.inview.fadeup {
  /*8sかけて20px上に移動*/
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(30px);
}
.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}
.delay01 {
  /*行ごとに3s遅れで出現*/
  transition-delay: 0.3s;
}
.delay02 {
  transition-delay: 0.6s;
}
.delay03 {
  transition-delay: 0.9s;
}

/* マウスオーバー時imgをズーム---------------*/
.image-container {
  overflow: hidden; /* 枠内に収める */
  width: 100%; /* 親要素に対して100% */
  height: auto; /* 高さは自動調整 */
  position: relative; /* 位置を相対的に */
  cursor: pointer; /* ポインタを指の形にする */
}

.zoom-image {
  transition: transform 0.5s ease; /* ズームのアニメーション */
  width: 100%; /* 枠に合わせる */
  height: auto; /* アスペクト比を維持 */
}

.image-container:hover .zoom-image {
  transform: scale(1.06); /* ズームの倍率 */
}

/*--
@media only screen and (max-width: 600px) {
    .image-container {
        height: 150px; /* 小さい画面では高さを固定
    }
}
--*/

/*--点滅のアニメーション---------------------------*/
.pulse {
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 50%;
  animation: pulse-animation 1s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/*======================================*/

/* bland color bg */
.bg_beige {
  background-color: #edeae8;
}
.bg_debeige {
  background-color: #cec8be;
}
.bg_grey {
  background-color: #dbe0e3;
}
.bg_lightblue {
  background-color: #4fb1f6;
}
.bg_green {
  background-color: #1ba978;
}
.bg_lightgreen {
  background-color: #00bb79;
}
.bg_white {
  background-color: #ffffff;
}
.bg_orange {
  background-color: #fbb03b;
}
.bg_blue {
  background-color: #0071be;
}
.bg_navy {
  background-color: #131e3d;
}
.bg_black {
  background-color: #000000;
}

/*bland color txt */
.txt_beige {
  color: #edeae8;
}
.txt_debeige {
  color: #cec8be;
}
.txt_grey {
  color: #dbe0e3;
}
.txt_lightblue {
  color: #4fb1f6;
}
.txt_deblue {
  color: #0881aa;
}
.txt_lightgreen {
  color: #7ac943;
}
.txt_green {
  color: #1ba978;
}
.txt_degreen {
  color: #157e59;
}
.txt_white {
  color: #ffffff;
}
.txt_orange {
  color: #fbb03b;
}
.txt_yellow {
  color: #fff700;
}
.txt_blue {
  color: #0071be;
}
.txt_red {
  color: #cc0110;
}
.txt_navy {
  color: #131e3d;
}
.txt_black {
  color: #000000;
}

.Acumin_bold {
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "wght" 700;
}

.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}

/*solid color bg */
.bg_solbeige {
  background-color: #f5f1eb;
}
.bg_solgrey {
  background-color: #dbe0e3;
}
.bg_solgreen {
  background-color: #ebf1e6;
}

/*solid color txt ======================================*/
.txt_solbeige {
  color: #f5f1eb;
}
.txt_solgrey {
  color: #dbe0e3;
}

/*基本追加設定*/
.pd-1rem {
  padding: 1rem 0 !important;
}
.pd-2rem {
  padding: 2rem 0 !important;
}
.pd-3rem {
  padding: 3rem 0 !important;
}
.pd-5rem {
  padding: 5rem 0 !important;
}
.pd-7rem {
  padding: 7rem 0 !important;
}
.pd-12rem {
  padding: 12rem 0 !important;
}

@media only screen and (max-width: 1280px) {
  .pd-1rem {
    padding: 0.6rem 0 !important;
  }
  .pd-2rem {
    padding: 1rem 0 !important;
  }
  .pd-3rem {
    padding: 2rem 0 !important;
  }
  .pd-5rem {
    padding: 3.5rem 0 !important;
  }
  .pd-7rem {
    padding: 5rem 0 !important;
  }
  .pd-12rem {
    padding: 6rem 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .pd-1rem {
    padding: 0.3rem 0 !important;
  }
  .pd-2rem {
    padding: 0.6rem 0 !important;
  }
  .pd-3rem {
    padding: 1rem 0 !important;
  }
  .pd-5rem {
    padding: 1.7rem 0 !important;
  }
  .pd-7rem {
    padding: 2.2rem 0 !important;
  }
  .pd-12rem {
    padding: 4rem 0 !important;
  }
}

.pb-1rem {
  padding-bottom: 1rem 0 !important;
}
.pb-2rem {
  padding-bottom: 2rem 0 !important;
}
.pb-3rem {
  padding-bottom: 3rem 0 !important;
}
.pb-5rem {
  padding-bottom: 5rem 0 !important;
}
.pb-7rem {
  padding-bottom: 7rem 0 !important;
}
.pb-12rem {
  padding-bottom: 12rem 0 !important;
}

@media only screen and (max-width: 1280px) {
  .pb-1rem {
    padding-bottom: 0.6rem 0 !important;
  }
  .pb-2rem {
    padding-bottom: 1rem 0 !important;
  }
  .pb-3rem {
    padding-bottom: 2rem 0 !important;
  }
  .pb-5rem {
    padding-bottom: 3.5rem 0 !important;
  }
  .pb-7rem {
    padding-bottom: 5rem 0 !important;
  }
  .pb-12rem {
    padding-bottom: 6rem 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .pb-1rem {
    padding-bottom: 0.3rem 0 !important;
  }
  .pb-2rem {
    padding-bottom: 0.6rem 0 !important;
  }
  .pb-3rem {
    padding-bottom: 1rem 0 !important;
  }
  .pb-5rem {
    padding-bottom: 1.7rem 0 !important;
  }
  .pb-7rem {
    padding-bottom: 2.2rem 0 !important;
  }
  .pb-12rem {
    padding-bottom: 4rem 0 !important;
  }
}

.pt-1rem {
  padding-top: 1rem 0 !important;
}
.pt-2rem {
  padding-top: 2rem 0 !important;
}
.pt-3rem {
  padding-top: 3rem 0 !important;
}
.pt-5rem {
  padding-top: 5rem 0 !important;
}
.pt-7rem {
  padding-top: 7rem 0 !important;
}
.pt-12rem {
  padding-top: 12rem 0 !important;
}

@media only screen and (max-width: 1280px) {
  .pt-1rem {
    padding-top: 0.6rem 0 !important;
  }
  .pt-2rem {
    padding-top: 1rem 0 !important;
  }
  .pt-3rem {
    padding-top: 2rem 0 !important;
  }
  .pt-5rem {
    padding-top: 3.5rem 0 !important;
  }
  .pt-7rem {
    padding-top: 5rem 0 !important;
  }
  .pt-12rem {
    padding-top: 6rem 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .pt-1rem {
    padding-top: 0.3rem 0 !important;
  }
  .pt-2rem {
    padding-top: 0.6rem 0 !important;
  }
  .pt-3rem {
    padding-top: 1rem 0 !important;
  }
  .pt-5rem {
    padding-top: 1.7rem 0 !important;
  }
  .pt-7rem {
    padding-top: 2.2rem 0 !important;
  }
  .pt-12rem {
    padding-top: 4rem 0 !important;
  }
}

.mb-1rem {
  margin-bottom: 1rem !important;
}
.mb-1_5rem {
  margin-bottom: 1rem !important;
}
.mb-2rem {
  margin-bottom: 2rem !important;
}
.mb-3rem {
  margin-bottom: 3rem !important;
}
.mb-5rem {
  margin-bottom: 5rem !important;
}
.mb-7rem {
  margin-bottom: 7rem !important;
}
.mb-12rem {
  margin-bottom: 12rem !important;
}

@media only screen and (max-width: 1280px) {
  .mb-1rem {
    margin-bottom: 0.6rem !important;
  }
  .mb-1_5rem {
    margin-bottom: 1rem !important;
  }
  .mb-2rem {
    margin-bottom: 1rem !important;
  }
  .mb-3rem {
    margin-bottom: 2rem !important;
  }
  .mb-5rem {
    margin-bottom: 3.5rem !important;
  }
  .mb-7rem {
    margin-bottom: 9rem !important;
  }
  .mb-12rem {
    margin-bottom: 6rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .mb-1rem {
    margin-bottom: 1rem !important;
  }
  .mb-1_5rem {
    margin-bottom: 2rem !important;
  }
  .mb-2rem {
    margin-bottom: 1rem !important;
  }
  .mb-3rem {
    margin-bottom: 1rem !important;
  }
  .mb-5rem {
    margin-bottom: 1.7rem !important;
  }
  .mb-7rem {
    margin-bottom: 2.2rem !important;
  }
  .mb-12rem {
    margin-bottom: 6rem !important;
  }
}

.mt-1rem {
  margin-top: 1rem !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.mt-3rem {
  margin-top: 3rem !important;
}
.mt-5rem {
  margin-top: 5rem !important;
}
.mt-7rem {
  margin-top: 7rem !important;
}
.mt-12rem {
  margin-top: 12rem !important;
}
.popmt-40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 1280px) {
  .mt-1rem {
    margin-top: 0.6rem !important;
  }
  .mt-2rem {
    margin-top: 1rem !important;
  }
  .mt-3rem {
    margin-top: 2rem !important;
  }
  .popmt-3rem {
    margin-top: 2rem !important;
  }
  .mt-5rem {
    margin-top: 3.5rem !important;
  }
  .mt-7rem {
    margin-top: 9rem !important;
  }
  .mt-12rem {
    margin-top: 6rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .mt-1rem {
    margin-top: 0.3rem !important;
  }
  .mt-2rem {
    margin-top: 0.6rem !important;
  }
  .mt-3rem {
    margin-top: 1rem !important;
  }
  .popmt-3rem {
    margin-top: 2rem !important;
  }
  .mt-5rem {
    margin-top: 1.7rem !important;
  }
  .mt-7rem {
    margin-top: 2.2rem !important;
  }
  .mt-12rem {
    margin-top: 6rem !important;
  }
}

.img-100auto {
  max-width: 100%;
  height: auto;
}
.m-0auto {
  margin: 0 auto !important;
}

@media only screen and (max-width: 600px) {
  .spbr {
    display: block;
  }
}

.box_txt {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left !important;
}
.box_txt_c {
  /*中央揃え*/
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}

.box_txt_WR {
  /*左揃えで行間広い*/
  font-size: 1.25rem;
  line-height: 2;
  text-align: left !important;
}
@media only screen and (max-width: 1280px) {
  .box_txt {
    font-size: 1rem;
  }
  .box_txt_c {
    font-size: 1rem;
    text-align: center;
  }
  .box_txt_WR {
    /*左揃えで行間広い*/
    font-size: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .box_txt {
    font-size: 1rem;
    line-height: 1.2;
  }
  .box_txt_c {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
  }
  .box_txt_WR {
    /*左揃えで行間広い*/
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: left !important;
  }
}
/*******************************************************************ここまで*/
.h2_ttl {
  font-size: 3.5rem; /*60px*/
  line-height: 1;
  margin-bottom: 1rem;
  /*font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 800;/*blackさらにbold*/
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .h2_ttl {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .h2_ttl {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}

.h3_ttl {
  font-size: 1.8rem; /*3rem*/
  font-weight: 700;
  /*margin-bottom: 1rem;*/
  /*font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;*/
}
@media only screen and (max-width: 1280px) {
  .h3_ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .h3_ttl {
    font-size: 1.25rem;
    text-align: left;
  }
}

.h3_subttl {
  font-size: 1.5rem; /*24px*/
  line-height: 1;
  align-items: center;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .h3_subttl {
    font-size: 1.5rem;
    line-height: 1;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .h3_subttl {
    font-size: 1.25rem;
    line-height: 1;
    align-items: center;
  }
}

.h4_ttl {
  font-size: 3rem; /*40px*/
  font-weight: 500;
  line-height: 1;
  margin-bottom: 2rem;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "wght" 700;
}
@media only screen and (max-width: 1280px) {
  .h4_ttl {
    font-size: 2rem; /*32px*/
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 600px) {
  .h4_ttl {
    font-size: 1.5rem; /*24px*/
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1.2rem;
  }
}

.txtcenter {
  text-align: center;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}

.txtB700 {
  font-weight: 700;
}
.txtB800 {
  font-weight: 800;
}
.txtB900 {
  font-weight: 900;
}

.txtline1 {
  line-height: 1;
}
.txtline1_2 {
  line-height: 1.2;
}
.txtline1_5 {
  line-height: 1.5;
}
.txtline2 {
  line-height: 2;
}

/* 共通スタイル==========================================*/
body {
  /*font-family: Arial, sans-serif;*/
  font-family: "acumin-variable", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grey_table {
  border-collapse: collapse;
}
.grey_table th {
  background: #ccc;
}

.grey_table th,
td {
  border: 1px solid #ccc;
  padding: 8px;
}

.grey_table tr:nth-child(even) {
  background: #efefef;
}

.grey_table tr:hover {
  background: #d1d1d1;
}

/* header navi =============================*/
.header_navi {
  background-color: #fff;
  color: #000;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 20px 0;
}
.container {
  padding-top: 60px;
}
.navibox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: auto;
  padding: 5px 30px 0 20px;
}
.naviname {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .naviname {
    width: 70%;
  }
}

.naviname img {
  max-width: 70%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  .naviname img {
    max-width: 85%;
  }
}
.pc-nav {
  display: block;
}

.navicontents {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 600px) {
  .navicontents {
    display: none;
  }
}

.navicontents_l {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media only screen and (max-width: 600px) {
  .navicontents_l {
    display: none;
  }
}

.navilist_s a {
  color: #b10000;
  font-weight: 800;
}
.navilist_s a:hover {
  color: #000;
}
@media only screen and (max-width: 600px) {
  .navilist_s a {
    font-size: 1rem;
  }
}

.navilist a {
  color: #000;
  font-size: 1.15rem; /*16px*/
}
.navilist a:hover {
  color: #fbb03b;
}
@media only screen and (max-width: 600px) {
  .navilist a {
    font-size: 1rem;
  }
}

.hamburger-menu {
  display: none;
  flex-direction: column; /*縦*/
  cursor: pointer;
}
.hamburger-menu span {
  background: #000;
  border-radius: 2px;
  display: block;
  height: 3px;
  margin: 4px 0;
  width: 25px;
}
@media only screen and (max-width: 600px) {
  .hamburger-menu {
    display: flex;
  }
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 60px; /* Adjust based on your header height */
  width: 100%;
  z-index: 10;
}
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav li {
  border-bottom: 1px solid #ccc;
}
.mobile-nav a {
  background-color: #333;
  color: #fff;
  padding: 15px;
  display: block;
  text-decoration: none;
  transition: background-color 0.2s;
}
.mobile-nav a:hover {
  background-color: #b8b8b8;
}
.mobile-nav.open {
  display: flex;
}

/* メインイメージ　スライダー***************************************************/

.topimg_area {
  position: relative;
  width: 100%;
  padding-top: 41.666%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .topimg_area {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .topimg_area {
    padding-top: 70%;
    overflow: visible;
  }
}

.carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* 背景画像を前面に */
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-item.active {
  opacity: 1;
}

/* モバイル表示用のメディアクエリー */
@media only screen and (max-width: 600px) {
  .carousel-item:nth-child(1) {
    background-image: url("images/main05sp.jpg");
  }
  .carousel-item:nth-child(2) {
    background-image: url("images/main02sp.jpg");
  }
  .carousel-item:nth-child(3) {
    background-image: url("images/main03sp.jpg");
  }
  .carousel-item:nth-child(4) {
    background-image: url("images/main04sp.jpg");
  }
  .carousel-item:nth-child(5) {
    background-image: url("images/main01sp.jpg");
  }
}

/*---------------------------------------------------------------*/

.toptxt_area {
  position: absolute;
  width: 38%;
  height: 50%;
  top: 20%;
  left: 8%;
  z-index: 2; /* テキストを前面に */
}
@media only screen and (max-width: 480px) {
  .toptxt_area {
    left: 10px;
    width: calc(100% - 20px);
    height: 100%;
  }
}

.toptxt01 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.37;
}
@media only screen and (max-width: 600px) {
  .toptxt01 {
    color: #999;
  }
}
.toptxt02 {
  font-size: 4rem; /*64px*/
  font-weight: 600;
  color: #000;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "wght" 700;
}
.toptxt03 {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .toptxt01 {
    font-size: 1.25rem; /*24px*/
    font-weight: 700;
    line-height: 1.2;
  }
  .toptxt02 {
    font-size: 2rem; /*32px*/
    font-weight: 900;
    line-height: 1.2;
  }
  .toptxt03 {
    display: none;
  }
}

/* zens area ======================================*/
.zens_area {
  background: url("../images/ZENS_bgimg.jpg") no-repeat center top;
  /*background: url('../images/ZENS_bgimg01.jpg') no-repeat center top;ロゴなし竹林背景画像*/
  background-size: cover;
  width: 100%;
  padding-top: 20.833%; /*高さ400÷幅1920で%算出*/
  position: relative;
}
.zens_txt {
  position: absolute;
  width: 100%;
  top: 80%;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: #333;
  text-align: center;
  text-shadow:
    1px 1px 0 #fff,
    -1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px -1px 0 #fff,
    0px 1px 0 #fff,
    0-1px 0 #fff,
    -1px 0 0 #fff,
    1px 0 0 #fff;
}

@media only screen and (max-width: 600px) {
  .zens_area {
    background: url("../images/ZENS_bgimgsp.jpg") no-repeat center top;
    /*background: url('../images/ZENS_bgimg01sp.jpg') no-repeat center top;ロゴなし竹林背景画像*/
    background-size: cover;
    width: 100%;
    padding-top: 30.8%; /*高さ450÷幅1200で%算出*/
    position: relative;
  }
  .zens_txt {
    font-size: 0.7rem;
    line-height: 1;
    top: 70%;
  }
}

/* feature_area =================== */
.feature_area {
  width: 100%;
  margin: 0 auto;
}

.ftbox {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  padding: 3% 0;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .ftbox {
    flex-direction: column; /* 縦に並べる */
    padding: 0 5%; /* 左右に5%の余白 */
  }

  /* スマホ表示時に順序を変更 */
  .ftbox:nth-child(1) {
    order: 1; /* 画像 */
  }
  .ftbox:nth-child(1) .ftboxtxt_l {
    order: 2; /* テキスト */
  }
  .ftbox:nth-child(2) {
    order: 3; /* 画像 */
  }
  .ftbox:nth-child(2) .ftboxtxt_r {
    order: 4; /* テキスト */
  }
  .ftbox:nth-child(3) {
    order: 5; /* 画像 */
  }
  .ftbox:nth-child(3) .ftboxtxt_l {
    order: 6; /* テキスト */
  }
}

.ftbox_txt {
  font-size: 1.25rem; /* 16px */
  line-height: 1.2;
}

@media only screen and (max-width: 600px) {
  .ftbox_txt {
    font-size: 1rem; /* 16px */
    line-height: 1.2;
  }
}

.ftboxtxt_l,
.ftboxtxt_r {
  width: 55%;
  margin: auto;
  padding: 0 3%;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .ftboxtxt_l,
  .ftboxtxt_r {
    width: 100%; /* 幅を100%に */
    text-align: center; /* 中央揃え */
  }
}

.ftboximg_l,
.ftboximg_r {
  width: 45%;
  margin: auto;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .ftboximg_l,
  .ftboximg_r {
    width: 100%; /* 幅を100%に */
    text-align: center; /* 中央揃え */
  }
}

.ftbox img {
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .ftbox img {
    margin: auto;
  }
}

/* JotForm ======================================*/
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

  .form-section {
    display: inline !important;
  }

  .form-pagebreak {
    display: none !important;
  }

  .form-section-closed {
    height: auto !important;
  }

  .page-section {
    position: initial !important;
  }
}

/* formbtn area ======================================*/
.formbtn_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.formbtn_box {
  max-width: 83.6%;
  margin: auto;
}
.formbtn_ttl {
  font-size: 3.75rem; /*60px*/
  font-weight: 900;
  margin-bottom: 2rem;
}
/*.formbtn {
    background-color: #f57c00;
    width: 60%;
    color: #fff;
    padding: 2% 10%;
    border-radius: 5%;
    font-size: 2.5rem;
    font-weight: bold;
}*/

/*CTA-オレンジボタン==============================*/
.btn_cta {
  margin-top: 40px;
}
.btn_cta a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 18px 0 20px;
  background-color: #f57c00;
  color: #fff !important;
  border-radius: 40px;
  text-align: center;
  font-size: clamp(1rem, -2.2rem + 4vw, 1.2rem);
  font-weight: 800;
  transition: all 0.3s linear;
}
.btn_cta a:hover {
  background-color: #fda54e;
  transform: scale(1.03, 1.03);
}
.topimg_area .btn_cta a {
  max-width: 555px;
  margin-left: 0;
}
.formbtn_area a,
.sol_topimg_area .btn_cta a {
  display: block;
  max-width: 400px;
  font-size: 170%;
}
.sol_topimg_area .btn_cta a {
  max-width: 258px;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .btn_cta {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .topimg_area .btn_cta {
    position: absolute;
    bottom: -18px;
    width: 100%;
    margin-top: 0;
  }
  .topimg_area .btn_cta a {
    padding: 5px 5px 6px;
  }
  .formbtn_area a,
  .sol_topimg_area .btn_cta a {
    font-size: 120%;
  }
  #Features {
    padding-top: 33px;
  }
}

/*ブラックボタン==============================*/
a.bk-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  max-width: 100%;
  position: relative;
  background: #666;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.bk-btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.bk-btn:hover {
  background: #fff;
  color: #333;
}
a.bk-btn:hover:before {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}

/* product area  =============================*/
.product_area {
  width: 100%;
  margin: 0 auto;
}

.product_box {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .product_box {
    flex-direction: column;
    padding: 0 5%;
  }
}

.product_box img {
  display: block; /* 画像の下に余白ができないようにする */
}

.product_boxflex {
  max-width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #0881aa;
}

.product_boxs {
  max-width: 45%;
  text-align: center;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  background-color: #00bb79;
}
@media only screen and (max-width: 600px) {
  .product_boxs {
    flex: 100%;
    padding: 3% 3% 7% 3%;
    background-color: #f57c00;
  }
}

/* section FAQ ======================================*/
.FAQ_area {
  width: 100%;
  margin: 0 auto;
}
.FAQ_box {
  max-width: 83.6%;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  align-items: center;
  text-align: center;
}
.FAQ_boxs {
  background-color: #fff;
  margin: 0 auto 3%;
  padding: 3% 3%;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .FAQ_boxs {
    margin: 0 auto 10%;
    padding: 10% 10%;
  }
}
.FAQ_boxs ul {
  text-align: left;
}
.FAQ_boxs ul li:first-child {
  list-style-type: none;
}
.FAQ_boxs ul li:first-child::before {
  content: none; /* 先頭行のリストマーカーを非表示にする */
}
.FAQ_boxs ul li {
  margin-left: 1rem;
  text-indent: -1rem;
  margin-bottom: 5px;
}
.FAQ_boxs li::before {
  display: inline;
  content: "・";
}
.FAQ_box img {
  margin: 0 auto;
}
.faq_subttl {
  font-size: 1.5rem; /*24px*/
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
  align-items: center;
}

.accordion {
  /*max-width: 500px;*/
  /*margin-bottom: 7px;*/
  border-bottom: 5px solid #fff;
}
.acc-bordert {
  border-top: 2px solid #fff;
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.75em 2em;
  color: #333333;
  background-color: #e5e5e5;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: left;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::before,
.accordion summary::after {
  width: 2px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #333333;
  content: "";
}

.accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion summary::after {
  transition: rotate 0.3s;
}

.accordion[open] summary {
  background-color: #f0f0f0;
}

.accordion[open] summary::after {
  rotate: 90deg;
}

.accordion p {
  font-size: 1.25rem;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition:
    transform 0.5s,
    opacity 0.5s;
  text-align: left;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
  margin-top: 1%;
}

#Faq .btn_cta {
  margin-top: 0;
}

#Faq .btn_cta a {
  max-width: 400px;
}

/* section DL ======================================*/
.DL_area {
  width: 100%;
  margin: 0 auto;
}
.DL_box {
  max-width: 83.6%;
  margin: 0 auto;
  padding: 3% 0;
  text-align: center;
}
.DL_boxcontainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  align-items: center;
  gap: 2%;
}
.DLbox_s {
  flex: 1 1 calc(33.3% - 5%);
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.DLbox_s p {
  padding-left: 3%;
  font-size: 1.2rem;
}
@media only screen and (max-width: 600px) {
  .DLbox_s {
    /*flex: 1 1 calc(50% - 5%);*/
    flex: 100%;
    /*text-align: left;
        display: flex;
        align-items: center;*/
    margin-bottom: 4%;
  }
  .DLbox_s p {
    /*padding-left: 3%;*/
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .pdf_btn {
    width: 100px;
    height: 100px;
  }
}
.specicon {
  background: url(../images/dl_spec_icon.png) no-repeat center center / cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.specicon:hover {
  transform: scale(1.07, 1.07);
}
.insticon {
  background: url(../images/dl_inst_icon.png) no-repeat center center / cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.insticon:hover {
  transform: scale(1.07, 1.07);
}
.manuicon {
  background: url(../images/dl_manu_icon.png) no-repeat center center / cover;
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.manuicon:hover {
  transform: scale(1.07, 1.07);
}

/* fourbox area テンプレテスト環境====================================*/
.box_area {
  width: 100%;
  margin: 0 auto;
}
.box_area .box_txt {
  flex: 0 0 225px;
  font-size: 1rem;
}
.box_cont {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  /*align-items: center;*/
  text-align: center;
  /*background-color: #b8b8b8;*/
}

.box_cont img {
  display: block; /* 画像の下に余白ができないようにする */
}

.box_cont900 {
  /*ポップアップ用*/
  max-width: 900px;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  /*align-items: center;*/
  text-align: center;
  /*background-color: #b8b8b8;*/
}

.box_cont900 img {
  display: block; /* 画像の下に余白ができないようにする */
}
.box_cont900 .box_2 img {
  margin: auto;
}

.box_flex {
  max-width: 1200px; /*96%*/
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  /*background-color: #00bb79;*/
}
@media only screen and (max-width: 600px) {
  .box_flex {
    flex-direction: row; /* 横並びにする */
    justify-content: space-between; /* スペースを均等に */
    padding: 0 5%;
  }
  .box_area .box_txt {
    flex: 0 0 315px;
  }
}

.last-item {
  margin-left: auto; /* 左側のマージンを自動にして左揃え */
}

.box_block {
  max-width: 1200px; /*96%*/
  margin: 0 auto;
  align-items: center;
  /*background-color: #fbb03b;*/
}
@media only screen and (max-width: 600px) {
  .box_block {
    flex-direction: column;
    padding: 0 5%;
  }
}

.box_4 {
  width: calc(25% - 2%);
  box-sizing: border-box; /* 幅高さにパディングボーダー含む- 指定サイズそのまま表示*/
  /*background-color: #CC0110;*/
}
@media only screen and (max-width: 600px) {
  .box_4 {
    width: calc(50% - 4%); /* 2つ並ぶように幅を設定 */
    /*width: 100%;*/
  }
}

.box_2 {
  display: flex;
  flex-direction: column;
  width: calc(50% - 2%);
  box-sizing: border-box; /* 幅高さにパディングボーダー含む- 指定サイズそのまま表示*/
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .box_2 {
    width: 100%;
  }
}

.inner_txtbox {
  /*flexbox内のテキストボックス内の詳細ボックス*/
  width: 100%;
  margin: 0 auto;
  /*background-color: #0881aa;*/
  text-align: left;
}

/* popupの中の要素のレイアウトデザイン===========================
ポップアップ自体のデザインはpop.css=====================*/

.category {
  background-color: #cccccc;
  color: #ffffff;
  padding: 0.3em 20px;
  width: 100%; /* 親要素の幅いっぱいに */
  box-sizing: border-box; /* paddingも幅に含める */
  font-size: 1.25rem;
  text-align: right;
}
/*ポップタイトル==========================================**/
.pop_ttl {
  white-space: nowrap;
  font-size: 3rem;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "wght" 500;
}

.iconstyle {
  width: 120px !important;
  /*max-width: 100%;  これを追加してレスポンシブ対応 */
  height: auto; /* これを追加してアスペクト比を維持 */
}

/*ポップ内詳細==========================================**/
.noline {
  border: none; /* テーブル全体の枠線を非表示 */
}

.noline th,
td {
  border: none; /* ヘッダーとデータセルの枠線を非表示 */
  padding: 0px 5px; /* セル内の余白をなくす */
  margin: 0; /* セルの外側の余白をなくす */
  border: none; /* 枠線を非表示にする */
  text-align: left;
}

.pop01 {
  font-size: 1.75rem;
  line-height: 1.2;
  /*font-weight: 600;*/
  text-align: left;
}

.pop02_box {
  display: flex; /* フレックスボックスを使用 */
  align-items: center; /* 垂直方向に中央揃え */
  justify-content: center; /* 水平方向に中央揃え */
  margin-bottom: 10px; /* 下の余白 */
  border-bottom: 1px solid #333; /* ボーダーライン */
  padding-bottom: 5px; /* ボーダーとテキストの間の余白 */
}

.pop02-icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px; /* アイコンとタイトルの間のスペース */
}

.pop02 {
  font-size: 24px; /* タイトルのフォントサイズ */
  margin: 0; /* デフォルトのマージンをリセット */
}

.pop03 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.pop_txt {
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  color: #333;
}

.poptable {
  width: 100%; /* テーブル全体の幅を100%に設定 */
  border-collapse: collapse; /* セルの境界線を重ねる */
  border-spacing: 0;
  border: none; /* デフォルトの境界線を非表示にする */
}

.poptable th,
.poptable td {
  border: none; /* 各セルの境界線を非表示にする */
}

.poptable tr {
  border-bottom: solid 1px #dddddd; /* 行の下にボーダーを追加 */
}

.poptablettl {
  width: 30%; /* タイトル部分の幅を30%に設定 */
  text-align: left;
  /*font-weight: 600;*/
}

.poptablecontent {
  width: 70%; /* コンテンツ部分の幅を70%に設定 */
  word-wrap: break-word; /* 長文が入る場合に折り返す */
  padding: 10px; /* セル内の余白 */
  text-align: left;
  color: #333;
}

/* section Globaluser ======================================*/
.globaluser_area {
  width: 100%;
  margin: 0 auto;
}
.globaluser_box {
  max-width: 83.6%;
  display: block;
  margin: 0 auto;
  padding: 3% 0;
  align-items: center;
  text-align: center;
}
.globaluser_box img {
  max-width: 100%;
  margin: 0 auto;
}
.list_container {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.list_box {
  flex: 1;
  padding: 2%;
  text-align: left;
}
.list_box p {
  padding-left: 3%;
  color: #fff;
}
.list_box_ttl {
  background: #fbb03b;
  color: #fff;
  font-weight: 700;
  padding: 1% 1% 1% 3%;
}

/* solid topimg_area------------*/
.sol_topimg_area {
  position: relative;
  overflow: hidden;
  padding: 6em 0;
  text-align: center;
}
.sol_toptxt_area {
  padding-top: 33dvh;
}
.sol_toptxt01 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .sol_toptxt01 {
    font-size: 2rem;
  }
}
.sol_toptxt02 {
  margin: 1.5em 0;
  font-size: 16px;
  color: #fff;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.68); */
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
}
/* form_area------------*/
.form_area {
  width: 95%;
  margin: 30px auto 0;
}
.form_area .contact_comment {
  margin: 45px 0 30px;
  font-size: 120%;
  font-weight: 500;
}
.form_box {
  max-width: 65%;
  margin: 0 auto;
  padding: 3.8% 0 1.5%;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}
.form-all {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: none;
}
.form-label {
  margin-bottom: 10px;
  text-align: left;
}
.form-line {
  padding: 10px 10px;
  margin: 10px 4px;
}
.form-section .form-line:first-of-type {
  padding-top: 10px !important;
  margin-top: 10px !important;
}
.form-buttons-wrapper,
.form-pagebreak,
.form-submit-clear-wrapper {
  border-color: transparent;
}
.form-label.form-label-auto {
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}
.form-label.form-label-left,
.form-label.form-label-right,
.form-label.form-label-left.form-label-auto,
.form-label.form-label-right.form-label-auto {
  width: 230px;
}
.supernova .form-all {
  background-color: #ffffff;
}
.form-header-group .form-header {
  color: #2c3345;
}
.form-header-group .form-subHeader {
  color: #2c3345;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type="checkbox"] [data-labelid],
[data-blotid][data-type="radiobox"] [data-labelid],
span.FITB-inptCont[data-type="checkbox"] label,
span.FITB-inptCont[data-type="radiobox"] label {
  color: #2c3345;
}
.form-sub-label {
  color: #464d5f;
}
.form-textbox,
.form-textarea,
.form-dropdown,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
.supernova {
  background-color: #ffffff;
}
.supernova body {
  background: transparent;
}
.supernova {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.supernova,
#stage {
  background-image: none;
}

/* フッター ========================================*/
.footer_area {
  background-color: #001e3c;
  color: #fff;
  margin-top: 80px;
  padding: 40px 20px;
}
.footer_inner {
  max-width: 90%;
  margin: 0 auto;
}
.footer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 4%;
}
.footer_box {
  flex-basis: 28%;
  padding: 2% 0;
  text-align: left;
}
.footer_box:first-of-type {
  flex-basis: 33%;
}
.footer_box .logo {
  max-width: 250px;
}
.footer_box .ft_logo_w {
  max-width: 200px;
  margin-bottom: 1rem;
}
.footer_boxtxt {
  line-height: 1.4;
}
.footer_boxtxt.txtB800 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .footer_boxtxt {
    font-size: 1rem;
    line-height: 1;
  }
}
.footer_btn {
  border: 2px solid #fff;
  display: block;
  padding: 1.1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  font-weight: 800;
}
.footer_btn:hover {
  background-color: #fff;
  color: #02233a;
}
.map_btn {
  background-color: #fff;
  color: #02233a;
  text-align: center;
  padding: 0.4rem;
  margin-top: 1rem;
  display: block;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.map_btn:hover {
  background-color: #e2e2e2;
}
.copyright {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 961px) and (max-width: 1280px) {
  .naviname {
    width: 30%;
  }
  .naviname img {
    max-width: 70%;
  }
  .navicontents {
    gap: 22px;
  }
  .navicontents_l {
    gap: 22px;
  }
  .navilist_s a {
    font-size: 0.8rem;
  }
  .navilist a {
    font-size: 1rem;
  }
  .toptxt01 {
    font-size: 2rem; /*32px*/
    font-weight: 700;
  }
  .toptxt02 {
    font-size: 2.75rem;
    font-weight: 900;
  }
  .toptxt03 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .zens_txt {
    font-size: 1.2rem;
  }
  .ftbox_txt {
    font-size: 1rem; /* 16px */
    line-height: 1.2;
  }
  .DLbox_s {
    flex: 1 1 calc(50% - 5%);
    /*text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 2%;*/
  }
  .DLbox_s p {
    /*padding-left: 3%;*/
    font-size: 1rem;
  }
  .footer_boxtxt {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 601px) and (max-width: 960px) {
  .ftcorp_ttl {
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
  }
  .naviname {
    width: 70%;
  }
  .naviname img {
    max-width: 70%;
  }
  .navicontents {
    display: none;
  }
  .navicontents_l {
    display: none;
  }
  .navilist_s a {
    font-size: 1.25rem;
  }
  .navilist a {
    font-size: 1.25rem;
  }
  .hamburger-menu {
    display: flex;
  }
  .toptxt_area {
    width: 60%;
    top: 22%;
    left: 3%;
  }
  .toptxt01 {
    font-size: 1.5rem; /*24px*/
    font-weight: 700;
  }
  .toptxt02 {
    font-size: 2rem; /*32px*/
    font-weight: 900;
  }
  .toptxt03 {
    font-size: 1rem;
    line-height: 1.2;
    text-shadow: 1px 1px 3px #666;
  }
  .zens_txt {
    font-size: 1rem;
    line-height: 1.2;
  }
  .ftbox_txt {
    font-size: 1rem; /* 16px */
    line-height: 1;
  }
  .faq_subttl {
    font-size: 1.25rem; /*20px*/
    font-weight: 900;
    line-height: 1;
  }
  .DLbox_s {
    flex: 1 1 calc(50% - 5%);
    /*
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 2%;*/
  }
  .DLbox_s p {
    /*padding-left: 3%;*/
    font-size: 1rem;
  }
  .footer_boxtxt {
    font-size: 1rem;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .form_box {
    max-width: 100%;
  }
}
