@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");

/*
GLOBAL
***************************************************************************/
html {
  font-size: 62.5%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  font-size: 2rem;
  font-weight: 400;
  background-color: #fff;
  color: #333333;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}

/*
DEFAULT
***************************************************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
pre,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
  font-feature-settings: "pkna";
  letter-spacing: 0.02rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}
h2 {
  font-size: 3.5rem;
  margin: 47px auto 42px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
  overflow: hidden;
}

iframe {
  border: none;
}

li {
  list-style-type: none;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

th {
  text-align: left;
  font-weight: normal;
}

/* ▼LINK▼ */
a {
  color: #333333;
  text-decoration: underline;
  outline: none;
  transition: 0.5s;
  backface-visibility: hidden;
}

a:hover,
input[type="image"]:hover {
  text-decoration: none;
  opacity: 0.75;
}

.no_filter a:hover,
.no_filter input:hover,
a.no_filter:hover,
input.no_filter:hover {
  opacity: 1;
}

/* ▼IMG▼ */
img,
input[type="image"] {
  border: 0;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

img,
input[type="image"],
button {
  transition: 0.5s;
  backface-visibility: hidden;
}
img {
  max-width: 100%;
}
/* ▼▼ */
.btn_01 {
  position: relative;
  border-radius: 10px;
  background-color: #e73828;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 50px 10px 30px;
  text-decoration: none;
}
.btn_01::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 5px);
  right: 5px;
  width: 40px;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.btn_01::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 5px;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.btn_01:hover::before {
  right: 0px;
}
.btn_01:hover::after {
  right: -0px;
}
.btn_02 {
  position: relative;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #333;
  display: inline-block;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border: none;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

/*

***************************************************************************/

.sp {
  display: none;
}
.pc {
  display: inline;
}
.contents {
  width: 100%;
  margin: 0 auto;
}
header {
  position: relative;
  line-height: 1;
  z-index: 10000;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.clone_h {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
}
.clone_h {
  background: rgba(255, 255, 255, 0.9);
}
header.clone_h.show .pagenav {
  display: block;
  background: rgba(241, 241, 241, 0.9);
  border: 1px solid #f1f1f1;
  border-width: 1px 0;
}
header.clone_h.show .pagenav a {
  border: 0;
  padding: 10px 0;
}
.clone_h.show {
  transform: translateY(0);
}
.h_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  height: 80px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header h1 {
  flex: 0 1 153px;
  margin-left: 1.6rem;
  line-height: 1;
  margin-right: auto;
}
header h1 a,
header h1 img {
  width: 100%;
  display: block;
}
header .pagenav {
  display: none;
}
.h_gnavi {
  max-width: 900px;
  text-align: center;
  flex: 1 1 auto;
  padding: 0px 20px;
  margin-left: 20px;
}
.h_gnavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h_gnavi li:not(.h_btn) {
  margin-right: 3%;
}
.h_gnavi a {
  position: relative;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.h_gnavi a:not(.h_btn)::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e73828;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.h_gnavi a.current::after,
.h_gnavi li.current-menu-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e73828;
  bottom: -1px;
  transform: scale(1, 1);
}
.h_gnavi a:hover::after {
  transform: scale(1, 1);
}
.h_gnavi a.current::after,
.h_gnavi li.current-menu-item a::after {
  transform: scale(1, 1);
}
.h_btn a {
  display: block;
  background-color: #000;
  color: #fff;
  height: 30px;
  border-radius: 5px;
  padding: 3px 14px;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 0 10px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.h_menu {
  flex: 0 0 28px;
  position: relative;
  height: 26px;
  display: none;
  margin: 0 15px;
  cursor: pointer;
}
.h_menu span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0a0a0a;
  position: absolute;
  transition-duration: 0.5s;
}
.h_menu .m_top {
  top: 2px;
}
.h_menu .m_center {
  top: 12px;
}
.h_menu .m_btm {
  bottom: 2px;
}
.h_menu.opened .m_top {
  transform: translateY(10px) rotate(45deg);
}
.h_menu.opened .m_center {
  opacity: 0;
}
.h_menu.opened .m_btm {
  transform: translateY(-10px) rotate(-45deg);
}
.menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
header.show .menu {
  position: fixed;
}

#footlink {
  background-color: #f1f1f1;
  padding: 80px 0 50px;
}
#footlink .innerbox {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footlink .recruit,
#footlink .contact {
  flex-basis: 45%;
  background-color: #fff;
  border-radius: 15px;
  padding: 17px;
}
#footlink .recruit h2,
#footlink .contact h2 {
  flex-basis: 120px;
  font-size: 1.4rem;
  color: #e73828;
  text-align: right;
  line-height: 1.2;
  margin: 0;
  padding-right: 40px;
}
#footlink .recruit h2 span,
#footlink .contact h2 span {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #333;
}
#footlink p {
  font-size: 1.6rem;
}
#footlink p span {
  font-size: 1.4rem;
}
#footlink .recruit .txt,
#footlink .contact .txt {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#footlink .recruit,
#footlink .contact {
  position: relative;
}
#footlink .recruit a,
#footlink .contact a {
  text-decoration: none;
}
#footlink .recruit::before,
#footlink .contact::before {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 20px;
  width: 80px;
  height: 1px;
  background: #e73828;
  transition: all 0.3s;
}
#footlink .recruit::after,
#footlink .contact::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 26px;
  height: 1px;
  background: #e73828;
  transform: rotate(35deg);
  transition: all 0.3s;
}
#footlink .recruit:hover,
#footlink .contact:hover {
  opacity: 0.8;
  transition: 0.5s;
}
#footlink .recruit:hover::before,
#footlink .contact:hover::before {
  right: -9px;
}
#footlink .recruit:hover::after,
#footlink .contact:hover::after {
  right: -10px;
}
#footlink .recruit img,
#footlink .contact img {
  border-radius: 10px;
}
#footlink .sns {
  flex-basis: 90%;
  margin: 60px 0 20px;
  border-left: 4px solid #e73828;
  display: flex;
  align-items: flex-end;
  padding-left: 55px;
}
#footlink .sns h2 {
  font-size: 3rem;
  margin: 0 0 10px;
}
#footlink .sns ul {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
#footlink .sns li {
  margin: 0 10px;
}
footer {
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2;
}
footer p {
  font-size: 1.6rem;
  font-weight: 700;
}
footer a {
  text-decoration: none;
}
footer .footlogo {
  flex: 0 0 180px;
  margin-right: 50px;
}
footer .footlogo img {
  max-width: 130px;
}
footer .footmenu {
  flex: 1 0 auto;
}
footer .footmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 700;
}
footer .footmenu ul li ul {
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
}
footer .copyright {
  flex-basis: 100%;
  text-align: center;
  margin-top: 70px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
}

@media screen and (max-width: 950px) {
  header h1 {
    flex: 0 1 160px;
  }
  .h_gnavi {
    padding: 5px 10px;
  }
  .h_gnavi li:not(.h_btn) {
    margin-right: 5px;
  }
  .h_gnavi a {
    font-size: 1.4rem;
  }
  .h_contact {
    flex: 0 0 220px;
  }
  .h_contact a {
    font-size: 1.4rem;
  }
  footer .footlogo {
    width: 100%;
    margin-right: 50px;
  }
  footer .footlogo img {
    max-width: 130px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_gnavi {
    display: none;
  }
  header {
    height: 60px;
  }
  .h_inner {
    height: 60px;
  }
  header h1 {
    flex: 0 1 40%;
    max-width: 160px;
  }
  .h_menu {
    display: block;
    order: 3;
  }
  .menu {
    text-align: center;
  }
  .m_gnavi {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    padding-bottom: 30px;
  }
  .m_gnavi ul {
    display: flex;
    flex-wrap: wrap;
  }
  .m_gnavi li {
    flex: 1 1 100%;
  }
  .m_gnavi a {
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    padding: 25px 0;
  }
  .arrow {
    display: none;
  }

  #footlink {
    padding: calc((100vw / 768) * 50) 0;
  }
  #footlink img {
    width: 100%;
  }
  #footlink .innerbox {
    width: 90%;
    align-items: center;
  }
  #footlink .recruit,
  #footlink .contact {
    flex-basis: 100%;
    width: 100%;
    padding: 15px;
    margin: calc((100vw / 768) * 10) 0;
  }
  #footlink .recruit h2,
  #footlink .contact h2 {
    flex-basis: calc((100vw / 768) * 120);
    font-size: calc((100vw / 768) * 20);
    padding-right: calc((100vw / 768) * 40);
  }
  #footlink .recruit h2 span,
  #footlink .contact h2 span {
    font-size: calc((100vw / 768) * 40);
  }
  #footlink .recruit::before,
  #footlink .contact::before {
    bottom: 11px;
    right: 20px;
    width: calc((100vw / 768) * 100);
  }
  #footlink .recruit::after,
  #footlink .contact::after {
    bottom: 16px;
    right: 20px;
    width: calc((100vw / 768) * 26);
  }
  #footlink .recruit:hover::before,
  #footlink .contact:hover::before {
    right: -9px;
  }
  #footlink .recruit:hover::after,
  #footlink .contact:hover::after {
    right: -10px;
  }
  #footlink p {
    font-size: calc((100vw / 768) * 24);
    line-height: 1.5;
  }
  #footlink p span {
    font-size: calc((100vw / 768) * 18);
  }
  #footlink .recruit .txt,
  #footlink .contact .txt {
    margin-top: calc((100vw / 768) * 15);
  }
  #footlink .sns {
    flex-basis: 100%;
    margin: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 20);
    padding-left: calc((100vw / 768) * 30);
    flex-direction: column;
  }
  #footlink .sns h2 {
    font-size: calc((100vw / 768) * 32);
    margin: 0 0 calc((100vw / 768) * 10);
  }
  #footlink .sns ul {
    margin-left: calc((100vw / 768) * 20);
  }
  #footlink .sns li {
    width: calc((100vw / 768) * 60);
    margin: 0 calc((100vw / 768) * 5);
  }
  footer {
    width: 90%;
    margin: calc((100vw / 768) * 50) auto;
    justify-content: flex-start;
    font-size: calc((100vw / 768) * 18);
  }
  footer p {
    font-size: calc((100vw / 768) * 18);
    margin: calc((100vw / 768) * 10) calc((100vw / 768) * 10);
  }
  footer ul {
    margin: calc((100vw / 768) * 10) calc((100vw / 768) * 10);
  }
  footer .footlogo {
    flex: 0 0 100%;
    margin-right: 0;
  }
  footer .footmenu li {
    flex-basis: 33%;
    margin: calc((100vw / 768) * 10) 0;
    font-size: calc((100vw / 768) * 18);
  }
  footer .footmenu li ul {
    margin: 0;
  }
  footer .footmenu li ul li {
    flex-basis: auto;
    margin: 0;
  }
  footer .copyright {
    flex-basis: 100%;
    margin-top: calc((100vw / 768) * 150);
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .m_gnavi {
    flex-direction: column;
    border-right: none;
  }
  .h_contact {
    display: none;
  }
  .h_contact a {
    background: none;
    padding-left: 0;
  }
}

#t_about .innerbox,
#t_environment .innerbox,
#t_business .innerbox,
#t_company .innerbox,
#footlink .innerbox {
  max-width: 1280px;
  margin: auto;
}

/* TOP */
#mv {
  position: relative;
  width: 100%;
  height: 510px;
  background: url(../images/mv.jpg) no-repeat top center #ef6767;
  margin: 0 auto;
  padding: 50px 0 0;
}

#mv .innerbox {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 0 0;
  z-index: 10;
}
#mv h2 {
  margin: 0 0 0 20px;
  font-size: 5rem;
  line-height: 1.2;
  color: #fff;
}
#mv h2 span {
  font-size: 6rem;
}
#mv p {
  margin: 30px 0;
}
#mv p span {
  /*background-color: #000; 2025/07/24谷田編集*/
  font-weight: bold;/*2025/07/24谷田追加*/
  color: #fff;
  display: inline;
  padding: 5px 10px 5px 30px;
  font-size: 2rem;
}
.arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 30;
  text-align: center;
}
#t_about {
  background-image: url(../images/top_about_img.png), url(../images/top_about_bg.png);
  background-position: right bottom, center top;
  background-repeat: no-repeat, no-repeat;
  padding: 70px 0 30px;
  max-height: 724px;
}

#t_about .sttl {
  position: relative;
  padding: 20px;
  width: 40%;
  min-width: 550px;
}
#t_about .sttl::before,
#t_about .sttl::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

#t_about .sttl::before {
  border-left: solid 3px #e73828;
  border-top: solid 3px #e73828;
  top: 0;
  left: 0;
}
#t_about .sttl::after {
  border-right: solid 3px #e73828;
  border-bottom: solid 3px #e73828;
  bottom: 0;
  right: 0;
}
#t_about h2 {
  font-size: 2rem;
  color: #ef6767;
  margin: 0 0 20px;
}
#t_about h3 {
  font-size: 6rem;
  color: #000;
  line-height: 1.2;
  margin: 20px 0 0;
}
#t_about p {
  margin: 0 20px;
}
#t_about ul {
  margin: 60px 10px 30px;
}
#t_about ul li {
  display: block;
  width: 420px;
  border: 1px solid #000;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 0;
  margin: 20px 10px;
  background-color: #fff;
}
#t_about ul li span {
  font-size: 1.8rem;
}
#t_about ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
#t_about ul li a::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 8px);
  right: -29px;
  width: 80px;
  height: 1px;
  background: #e73828;
  transition: all 0.3s;
}
#t_about ul li a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -30px;
  width: 26px;
  height: 1px;
  background: #e73828;
  transform: rotate(35deg);
  transition: all 0.3s;
}
#t_about ul li a:hover::before {
  right: -39px;
}
#t_about ul li a:hover::after {
  right: -40px;
}
#t_environment {
  padding: 50px 0 50px;
  background: url(../images/env_bg.png) no-repeat left top #f1e9e4;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
}
#t_environment h2 {
  text-align: center;
}
#t_environment p {
  margin: 0 10px;
}
#t_environment .env_menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
}
#t_environment .env_menu div {
  margin: 10px;
}
#t_environment .env_menu div:nth-child(odd) {
  padding-top: 50px;
}
#t_environment .env_menu a {
  text-decoration: none;
}
#t_environment .env_menu img {
  border-radius: 10px;
}
#t_environment .env_menu p {
  position: absolute;
  right: -10px;
  bottom: -20px;
  background-color: #ef6767;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 186px;
  padding: 30px 0;
  line-height: 1.2;
}
#t_environment .env_menu div:nth-child(even) p {
  bottom: 30px;
}
#t_environment .env_menu p span {
  font-size: 3rem;
  font-weight: 700;
  opacity: 0.7;
}
#t_environment .env_menu div {
  position: relative;
}

#t_business {
  padding: 80px 0 50px;
  background: url(../images/business_bg.png) no-repeat right top;
}
#t_business .txt {
  /*display: flex;*/
  align-items: center;
  flex-wrap: wrap;
}
#t_business h2 {
  text-align: center;
}
#t_business p:first-of-type {
  flex-basis: calc(100% - 260px);
  margin: 30px 10px 30px 10px;
}
#t_business p:last-of-type {
  /*flex-basis: 200px; 変更谷田2025/07/28*/
  margin: 30px 20px 30px 10px;
}
#t_business p a.btn_01 {
  width: 120px;
}
#t_business ul {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 10px 30px;
}
#t_business ul li {
  display: block;
  width: calc(50% - 80px);
  max-width: 420px;
  border: 1px solid #000;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 0;
  margin: 20px 40px;
  background-color: #fff;
}
#t_business ul li span {
  font-size: 1.8rem;
}
#t_business ul li a {
  position: relative;
  display: block;
  text-decoration: none;
}
#t_business ul li a::before {
  content: "";
  position: absolute;
  bottom: calc(50% - 8px);
  right: -29px;
  width: 80px;
  height: 1px;
  background: #e73828;
  transition: all 0.3s;
}
#t_business ul li a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -30px;
  width: 26px;
  height: 1px;
  background: #e73828;
  transform: rotate(35deg);
  transition: all 0.3s;
}
#t_business ul li a:hover::before {
  right: -39px;
}
#t_business ul li a:hover::after {
  right: -40px;
}
#t_company {
  background: url(../images/company_bg.png), linear-gradient(131deg, #f4d9d9 0%, #f6dddd 65%, #e7d9d9 100%);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 50px 0 50px;
}
#t_company h2 {
  text-align: center;
}
#t_company .cmp_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#t_company .cmp_menu div {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  width: 29%;
  padding: 15px;
  font-size: 1.6rem;
  padding-bottom: 50px;
}
#t_company .cmp_menu h3 {
  font-size: 1.8rem;
  margin: 15px 0;
}
#t_company .cmp_menu p {
  margin: 15px 0;
}
#t_company .cmp_menu img {
  border-radius: 10px;
}
#t_company .cmp_menu .btn_01 {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding: 4px 50px 4px 30px;
  font-size: 1.4rem;
}

/* COMMON */
.pagenav ul {
  width: calc(100% - 20px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-end;
  padding-right: 20px;
  font-weight: 500;
}
.pagenav li {
  margin-left: 40px;
}
.pagenav ul a {
  display: block;
  width: 100%;
  padding: 10px 0 6px;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}
.pagenav ul a:hover {
  border-bottom: 3px solid #f1f1f1;
}
.contents h1 {
  color: #fff;
  height: 250px;
  line-height: 1.2;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.contents h1 span {
  font-size: 2rem;
  color: #e73828;
  text-transform: uppercase;
}
.contents h2 {
  margin: 0;
}
.contents h2 > span {
  color: #fff;
  font-size: 4rem;
  background-color: #000;
  padding: 2px 50px;
  display: inline;
}
.contents h2 span span {
  font-size: 3rem;
  padding: 2px 0px;
}
.innerbox {
  max-width: 1280px;
  margin: auto;
}
.right {
  text-align: right;
}

/* 404 error */
#p_error {
  padding: 50px 10px 80px;
}
#p_error p {
  margin: 1em 0;
  text-align: center;
}
#p_error .error_url {
  font-size: 1.8rem;
}

/* ABOUT */

#about h1 {
  background: url(../images/about/about_title_bg.jpg) no-repeat center top;
  background-size: cover;
}
#about #sec01 {
  background: #f1f1f1;
  padding: 60px 0 0;
}
#about #sec01 .txt {
  background: url(../images/about/sec01_txt_bg.png) no-repeat bottom right;
  padding-bottom: 80px;
  text-align: center;
}
#about #sec01 h3 {
  font-size: 4rem;
  color: #ef6767;
  line-height: 1.2;
  margin: 30px 0 0 50px;
}
#about #sec01 p {
  /* width:100%; */ /* 2023.12.26  後藤 */
  margin: 20px auto;
  /* line-height: 2; */ /* 2023.12.26  後藤 */
}
#about #sec02 {
  background: url(../images/about/sec02_bg_light.png) no-repeat top left #ffa0a0 /*#ed7f7f*/;
  padding: 60px 0 30px;
}
#about #sec02 .txt {
  max-width: 700px;
  margin: 30px 40px 0 40px;
}
#about #sec02 .txt p {
  margin: 20px 0;
}
#about #sec02 .txt dl {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
}
#about #sec02 .txt dt {
  margin: 10px 20px 10px 0;
  color: #e73828;
  font-size: 4rem;
  font-weight: 900;
  flex: 0 0 40px;
}
#about #sec02 .txt dd strong {
  font-size: 2.6rem;
}
#about #sec02 .txt dd {
  color: #000000;/*追加谷田2025/07/25*/
  flex: 0 0 calc(100% - 70px);
  margin: 20px 0 10px;
}
#about #sec02 .txt dd strong {
}
#about #sec03 {
  background: linear-gradient(131deg, #f4d9d9 0%, #f6dddd 65%, #e7d9d9 100%);
  padding: 60px 0;
  margin-bottom: 40px;
}
#about #sec03 ul {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#about #sec03 li {
  flex-basis: 200px;
  background-color: #fff;
  margin: 10px;
  padding: 20px;
  aspect-ratio: 1 / 1;
  font-size: 3rem;
  font-weight: 700;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#about #sec03 li span {
  font-size: 3.6rem;
  color: #ef6767;
}

/* ENVIRONMENT */

#environment h1 {
  background: url(../images/environment/env_title_bg.jpg) no-repeat center top;
  background-size: cover;
}
#environment #sec01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 80px;
}
#environment #sec01 .panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
}
#environment #sec01 .panel div {
  margin: 5px;
  text-align: center;
  font-weight: 700;
  padding: 5px;
}
#environment #sec01 .panel h3 {
  font-size: 2.6rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin: 5px;
}
#environment #sec01 .panel div.p02 h3,
 {
  border-color: #333333;
}
#environment #sec01 .panel p {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
#environment #sec01 .panel img {
  height: 100%;
  width: auto;
}
#environment #sec01 .panel p span {
  font-size: 5rem;
}
#environment #sec01 .panel div.p01 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #00acba;
}
#environment #sec01 .panel div.p02 {
  flex: 0 0 calc(33.3% - 20px);
  color: #333;
  background: #fff;
}
#environment #sec01 .panel div.p03 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #e5948f;
}
#environment #sec01 .panel div.p04 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #df3c33;
}
#environment #sec01 .panel div.p05 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #99dee3;
}
#environment #sec01 .panel div.p06 {
  flex: 0 0 calc(33.3% - 20px);
  color:fff;
  background: #ffabfd;
}
/*#environment #sec01 .panel div.p07 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #99dee3;
}
#environment #sec01 .panel div.p08 {
  flex: 0 0 calc(33.3% - 20px);
  color: #fff;
  background: #02ffff;
}*/
#environment #sec01 .panel div.p01 .image,
#environment #sec01 .panel div.p02 .image,
#environment #sec01 .panel div.p03 .image {
  height: 120px;
}
#environment #sec01 .panel div.p04 .image,
#environment #sec01 .panel div.p05 .image {
  height: 150px;
}
#environment #sec01 .panel div.p06 .image {
  height: 150px;
}
#environment #sec01 .panel div.p07 .image {
  height: 150px;
}
#environment #sec01 .panel div.p08 .image {
  height: 150px;
}
#environment #sec01 .panel #pie-chart {
  display: block;
  margin: auto;
}
#environment #sec02 {
  padding: 60px 0 0;
  background: #f1f1f1;
  padding: 60px 0 80px;
}
#environment #sec02 .txt1,
#environment #sec02 .txt2,
#environment #sec02 .txt3 {
}
#environment #sec02 .txt1 {
  position: relative;
  background: url(../images/environment/sec02_img01.png) no-repeat left top;
  background-size: 56%;
  padding-left: 60%;
  min-height: 920px;
}
#environment #sec02 .txt2 {
  background: url(../images/environment/sec02_img02.png) no-repeat right top;
  background-size: 56%;
  padding-right: 60%;
  min-height: 900px;
}

#environment #sec02 .txt3 {
  background: url(../images/environment/sec02_img03.png) no-repeat left top;
  background-size: 56%;
  padding-left: 60%;
  /*min-height: 670px;*/
}
#environment #sec02 h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 5% 50px;
  color: #000;
}
#environment #sec02 h3 span {
  font-size: 7.4rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #e73828;
}
#environment #sec02 p {
  font-size: 1.8rem;
  margin: 0 10% 50px;
  line-height: 2;
}
#environment #sec03 {
  background: linear-gradient(131deg, #f4d9d9 0%, #f6dddd 65%, #e7d9d9 100%);
  padding: 60px 0;
  margin-bottom: 40px;
}
#environment #sec03 p.lead {
  margin: 50px;
}
#environment #sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 30px auto 40px;
}
#environment #sec03 dl {
  width: calc(50% - 80px);
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  font-size: 1.8rem;
  padding: 30px;
}
#environment #sec03 dl:first-of-type {
  width: calc(100% - 80px);
  display: flex;
}
#environment #sec03 dt {
  font-size: 3rem;
  font-weight: 700;
  color: #e73828;
  text-align: center;
  flex: 0 0 250px;
  padding-top: 130px;
  margin-bottom: 20px;
}
#environment #sec03 dl:nth-of-type(1) dt {
  background: url(../images/environment/icon01.png) no-repeat center top;
}
#environment #sec03 dl:nth-of-type(2) dt {
  background: url(../images/environment/icon02.png) no-repeat center top;
}
#environment #sec03 dl:nth-of-type(3) dt {
  background: url(../images/environment/icon03.png) no-repeat center top;
}
#environment #sec03 dl:nth-of-type(4) dt {
  background: url(../images/environment/icon04.png) no-repeat center top;
}
#environment #sec03 dl:nth-of-type(5) dt {
  background: url(../images/environment/icon05.png) no-repeat center top;
}
#environment #sec03 dd .box {
  background: #f1f1f1;
  padding: 10px 40px;
  margin-top: 20px;
}
#environment #sec04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 60px 0 80px;
}
#environment #sec04 h2 {
  flex-basis: 100%;
}
#environment #sec04 .photo {
  margin: 30px 20px;
  font-size: 1.8rem;
  max-width: calc(33% - 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#environment #sec04 .photo img {
  flex-basis: 100%;
  border-radius: 10px;
  width: 100%;
}
#environment #sec04 .photo .ph-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 8px 0;
}
#environment #sec04 .photo .ph-ctg {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #ef6767;
  color: #ef6767;
  padding: 0px 6px;
  margin-left: 1.5rem;
}
#environment #sec04 .photo .ph-txt {
  flex-basis: 100%;
  font-size: 1.6rem;
}
/* BUSINESS */

#business h1 {
  background: url(../images/business/business_title_bg.jpg) no-repeat center top;
  background-size: cover;
}
#business #sec01 {
  padding: 60px 0 0;
  background: #f9ebeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 80px;
}
#business h2 {
  flex-basis: 100%;
  line-height: 1.2;
}
#business h2 > span {
  display: inline-block;
  background-color: #000;
}
#business h2 > span span {
  font-size: 2rem;
  font-weight: 400;
  color: #d1d2db;
  letter-spacing: 2px;
}
#business #sec01 .image {
  flex-basis: 50%;
}
#business #sec01 img {
  max-width: 670px;
  width: 100%;
}
#business #sec01 .txt {
  flex-basis: 50%;
}
#business #sec01 .txt p {
  margin: 20px;
}
#business #sec01 .txt dl {
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
}
#business #sec01 .txt dt {
  margin: 10px 20px 10px 0;
  color: #e73828;
  font-size: 4rem;
  font-weight: 900;
  flex: 0 0 40px;
}
#business #sec01 .txt dd {
  flex: 0 0 calc(100% - 70px);
  margin: 20px 0 10px;
}
#business #sec02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 80px;
}
#business #sec02 h2 {
  flex-basis: 100%;
  margin-bottom: 30px;
}
#business #sec02 dl {
  position: relative;
  flex-basis: calc(50% - 130px);
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 30px 15px 15px;
  padding: 60px 50px 35px;
}
#business #sec02 dt {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin: 15px 0;
}
#business #sec02 dt img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#business #sec02 dd {
  font-size: 1.8rem;
  margin: 20px 0;
}
#business #sec02 dd.works {
  border-top: 1px solid #d5d5d5;
  padding-top: 20px;
}

/* COMPANY */

#company h1 {
  background: url(../images/company/company_title_bg.jpg) no-repeat center top;
  background-size: cover;
}
#company #sec01 {
  font-size: 2rem;
}
#company #sec01 h2 {
  flex-basis: 100%;
}
#company #sec01 h3 {
  flex-basis: 100%;
  font-size: 4rem;
  color: #ef6767;
  margin: 20px 0 10px 50px;
  line-height: 1.2;
}
#company #sec01 h3 span {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
#company #sec01 h4 {
  font-size: 2.6rem;
  margin-bottom:30px;
}
#company #sec01 .ttl {
  flex-basis: 100%;
  margin: 50px;
  position: relative;
  padding-top: 35%;
}
#company #sec01 .ttl .image {
  position: absolute;
  width: 55%;
  top: 0;
  left: 0;
  z-index: 1;
}
.head{
	margin-left:20px;
}
#company #sec01 .ttl .txt {
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 17px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  z-index: 2;
}
#company #sec01 .name {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  font-weight: 700;
}
#company #sec01 p {
  margin: 20px 50px;
  line-height: 2;
}
#company #sec01 .txt p {
  margin: 0;
  line-height: 1.5;
}
#company #sec01 .name p:nth-of-type(2) {
  font-size: 2.6rem;
}
#company #sec01 .name p span {
  font-size: 1.5rem;
  color: #ef6767;
}
#company #sec02 {
  padding-top: 60px;
}
#company #sec02 dl {
  width: 90%;
  margin: 30px auto 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  border-top: 1px solid #ebebeb;
}
#company #sec02 dl span {
  font-size: 1.8rem;
}
#company #sec02 dt,
#company #sec02 dd {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 20px;
}
#company #sec02 dt {
  flex-basis: 220px;
}
#company #sec02 dd {
  flex-basis: calc(100% - 220px);
}
#company #sec03 {
  margin: 0 auto 80px;
  padding-top: 60px;
}
#company #sec03 .map {
  width: 100%;
}
#company #sec03 iframe {
  width: 100%;
  aspect-ratio: 5 / 2;
  margin: 10px 0;
}
#company #sec03 p {
  margin: 30px 0 10px;
}

/* CONTACT */
#contact,
#contact-confirm,
#contact-thanks {
  margin: auto;
  padding: 0 0 40px;
  box-sizing: border-box;
  font-size: 2.2rem;
  text-align: center;
}
#contact h1,
#contact-confirm h1,
#contact-thanks h1 {
  background: url(../images/contact/contact_title_bg.jpg) no-repeat center top;
  background-size: cover;
}
#contact p,
#contact-confirm p,
#contact-thanks p {
  margin: 40px 0;
  text-align: center;
}
#contact p {
  text-align: left;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}
#contact p.center {
  text-align: center;
}
#contact dl,
#contact-confirm dl {
  width: 90%;
  margin: 30px auto 50px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2.2rem;
  text-align: left;
}
#contact #sec01 dt,
#contact #sec01 dd,
#contact-confirm dt,
#contact-confirm dd {
  box-sizing: border-box;
  padding: 20px 20px;
}
#contact dt,
#contact-confirm dt {
  position: relative;
  flex-basis: 300px;
}
#contact dt.required:after,
#contact-confirm dt.required:after {
  position: absolute;
  font-size: 1rem;
  color: #e73828;
  content: "●";
  top: 34px;
  left: -10px;
  line-height: 1;
}
#contact dd,
#contact-confirm dd {
  flex-basis: calc(100% - 300px);
}
#contact dd txtarea {
  font-size: 1.8rem;
}
#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"] {
  box-sizing: border-box;
  max-width: 100%;
  padding: 15px 10px;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #fafafa;
  font-size: 1.8rem;
  width: 100%;
}
#contact textarea {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  padding: 15px 10px;
  transition: 0.3s;
  border: 1px solid #d5d5d5;
  background-color: #fafafa;
  font-size: 1.8rem;
  border-radius: 5px;
}
#contact select {
  width: 100%;
  padding: 15px 10px;
  font-size: 1.8rem;
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background-color: #fafafa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slct {
  position: relative;
}
#contact .slct::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}
#contact h2 {
  width: 96%;
  font-size: 2.6rem;
  margin: 10px auto;
  text-align: left;
}
#contact h2.ttl span {
  font-size: 1.8rem;
  background: none;
  color: #666666;
  letter-spacing: 2;
  padding: 0;
}
#contact .policy {
  width: 90%;
  height: 160px;
  overflow-x: scroll;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 23px;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
#contact .policy p,
#contact .policy ul,
#contact .policy h3 {
  margin: 0 10px 20px;
  text-align: left;
}
#contact .policy h3 {
  font-size: 1.4rem;
  margin: 40px 10px 0;
}
#contact .policy h3 + #contact .policy p {
  margin-top: 0;
}
#contact .policy p strong {
  margin-top: 40px;
}
#contact .policy ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
#contact .policy ol li {
  margin-left: 1.5em;
  list-style: decimal;
}
#contact .policy p.right {
  text-align: right;
}
#contact .policy img {
  width: calc((100vw / 768) * 200);
  max-width: 160px;
  vertical-align: bottom;
}
#contact input::placeholder {
  color: #b5b5b5;
}
#contact textarea::placeholder {
  color: #b5b5b5;
}
#contact .btn_01,
#contact-confirm .btn_01 {
  font-size: 1.8rem;
  margin: 40px auto;
  padding: 14px 30px;
  width: 360px;
  border: none;
  text-align: center;
  cursor: pointer;
}

#contact .btn_01:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#contact p {
  position: relative;
}
.wpcf7-submit-block {
  position: relative;
}
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: calc(50% - 36px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  #environment #sec02 .txt1 {
    position: relative;
    background-size: 46%;
    padding-left: 50%;
    min-height: 920px;
  }
  #environment #sec02 .txt2 {
    background-size: 46%;
    padding-right: 50%;
    min-height: 800px;
  }

  #environment #sec02 .txt3 {
    background-size: 46%;
    padding-left: 50%;
  }
  #environment #sec04 .photo {
    max-width: calc(50% - 40px);
  }
  #company #sec01 .ttl .txt {
    width: 50%;
    bottom: 22px;
    padding: 15px 20px;
    z-index: 2;
    font-size: calc((100vw / 768) * 20);
  }
  #company #sec01 h4 {
    font-size: calc((100vw / 768) * 22);
    margin-bottom : 20px;
  }
  #company #sec01 .name p:nth-of-type(2) {
    font-size: calc((100vw / 768) * 20);
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  h2 {
    font-size: calc((100vw / 768) * 36);
    margin: calc((100vw / 768) * 47) auto calc((100vw / 768) * 42);
  }
  p {
    font-size: calc((100vw / 768) * 30);
  }
  .btn_01 {
    font-size: calc((100vw / 768) * 22);
    padding: calc((100vw / 768) * 10) calc((100vw / 768) * 50) calc((100vw / 768) * 10) calc((100vw / 768) * 20);
    border-radius: 5px;
  }
  .btn_01::before {
    bottom: calc(50% - calc((100vw / 768) * 5));
    width: calc((100vw / 768) * 30);
  }
  .btn_01::after {
    width: calc((100vw / 768) * 16);
  }

  /* TOP */
  #mv {
    background: url(../images/mv_sp.jpg) no-repeat top center #ef6767;
    background-size: 100%;
    height: auto;
    aspect-ratio: 5.7 / 4.2;
    padding: 0;
  }
  #mv h2 {
    margin: calc((100vw / 768) * 30) 0 0 calc((100vw / 768) * 20);
    font-size: calc((100vw / 768) * 50);
  }
  #mv h2 span {
    font-size: calc((100vw / 768) * 60);
  }
  #mv p {
    margin: calc((100vw / 768) * 30) 0 0;
  }
  #mv p span {
    font-size: calc((100vw / 768) * 24);
    padding: calc((100vw / 768) * 5) calc((100vw / 768) * 10) calc((100vw / 768) * 5) calc((100vw / 768) * 30);
  }
  #mv .mv_btn {
    position: absolute;
    width: 85%;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #t_about {
    background-image: url(../images/top_about_img.png), url(../images/top_about_bg_sp.png);
    background-position: right bottom, left top;
    background-size: 56%, 100%;
    padding: calc((100vw / 768) * 40) 0 calc((100vw / 768) * 40) calc((100vw / 768) * 30);
    max-height: calc((100vw / 768) * 724);
  }

  #t_about .sttl {
    padding: calc((100vw / 768) * 20) calc((100vw / 768) * 20) calc((100vw / 768) * 5);
    width: 40%;
    min-width: calc((100vw / 768) * 470);
  }
  #t_about .sttl::before,
  #t_about .sttl::after {
    content: "";
    width: calc((100vw / 768) * 20);
    height: calc((100vw / 768) * 20);
  }
  #t_about h2 {
    font-size: calc((100vw / 768) * 22);
    margin: 0;
  }
  #t_about h3 {
    font-size: calc((100vw / 768) * 50);
    margin: calc((100vw / 768) * 10) 0;
  }
  #t_about p {
    margin: 0 calc((100vw / 768) * 20);
  }
  #t_about ul {
    margin: calc((100vw / 768) * 40) auto;
  }
  #t_about ul li {
    width: 70%;
    font-size: calc((100vw / 768) * 30);
    padding: calc((100vw / 768) * 10) 0;
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 10);
    background-color: #fff;
  }
  #t_about ul li span {
    font-size: calc((100vw / 768) * 24);
  }
  #t_about ul li a::before {
    bottom: calc(50% - 5px);
    right: -9px;
    width: 40px;
  }
  #t_about ul li a::after {
    bottom: 50%;
    right: -10px;
    width: 16px;
  }
  #t_about ul li a:hover::before {
    right: -19px;
  }
  #t_about ul li a:hover::after {
    right: -20px;
  }
  #t_environment {
    padding: calc((100vw / 768) * 50) 0;
    background-size: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5vw), 0 100%);
  }
  #t_environment p {
    padding: 0 5%;
  }
  #t_environment .env_menu {
    flex-wrap: wrap;
    margin: calc((100vw / 768) * 50) 0;
    justify-content: center;
  }
  #t_environment .env_menu div {
    flex-basis: 40%;
    margin: calc((100vw / 768) * 30);
  }
  #t_environment .env_menu div:nth-child(odd) {
    padding-top: calc((100vw / 768) * 20);
  }
  #t_environment .env_menu p {
    right: -10px;
    bottom: -20px;
    font-size: calc((100vw / 768) * 30);
    width: 80%;
    padding: calc((100vw / 768) * 30) 0;
  }
  #t_environment .env_menu div:nth-child(even) p {
    bottom: calc((100vw / 768) * 0);
  }
  #t_business {
    padding: calc((100vw / 768) * 40) 0 calc((100vw / 768) * 40) calc((100vw / 768) * 30);
    background: url(../images/business_bg.png) no-repeat right top;
    background-size: 60%;
  }
  #t_business p {
    margin: calc((100vw / 768) * 30) calc((100vw / 768) * 10) calc((100vw / 768) * 30) 0;
  }
  #t_business p:first-of-type {
    flex-basis: calc(100% - calc((100vw / 768) * 240));
    margin: calc((100vw / 768) * 30) calc((100vw / 768) * 10) calc((100vw / 768) * 30) 0;
  }
  #t_business p:last-of-type {
    /*flex-basis: calc((100vw / 768) * 200);*/
    margin: calc((100vw / 768) * 30) 0 calc((100vw / 768) * 30) calc((100vw / 768) * 10);
  }
  #t_business p a.btn_01 {
    width: calc((100vw / 768) * 120);
  }
  #t_business ul {
    flex-direction: column;
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 60) calc((100vw / 768) * 30);
  }
  #t_business ul li {
    width: 100%;
    font-size: calc((100vw / 768) * 30);
    padding: calc((100vw / 768) * 12) 0;
    margin: calc((100vw / 768) * 10) 0;
  }
  #t_business ul li span {
    font-size: calc((100vw / 768) * 24);
  }
  #t_business ul li a::before {
    bottom: calc(50% - 5px);
    right: -9px;
    width: 40px;
  }
  #t_business ul li a::after {
    bottom: 50%;
    right: -10px;
    width: 16px;
  }
  #t_business ul li a:hover::before {
    right: -19px;
  }
  #t_business ul li a:hover::after {
    right: -20px;
  }
  #t_company {
    padding: calc((100vw / 768) * 50) 0;
    background-size: 70%, 100%;
  }
  #t_company .innerbox {
    width: 90%;
    margin: auto;
  }
  #t_company .cmp_menu {
    flex-direction: column;
    align-items: center;
  }
  #t_company .cmp_menu h3 {
    font-size: calc((100vw / 768) * 32);
    margin: calc((100vw / 768) * 15) 0 0;
  }
  #t_company .cmp_menu p {
    margin: 0 0 calc((100vw / 768) * 10);
  }
  #t_company .cmp_menu div {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    font-size: calc((100vw / 768) * 16);
    padding-bottom: calc((100vw / 768) * 50);
    margin: calc((100vw / 768) * 10) 0;
    justify-content: space-between;
    align-items: center;
  }
  #t_company .cmp_menu div img,
  #t_company .cmp_menu div h3 {
    flex-basis: 100%;
  }
  #t_company .cmp_menu p:first-of-type {
    flex-basis: calc(100% - calc((100vw / 768) * 200));
  }
  #t_company .cmp_menu p:last-of-type {
    flex-basis: calc((100vw / 768) * 180);
  }
  #t_company .cmp_menu .btn_01 {
    width: calc((100vw / 768) * 120);
    font-size: calc((100vw / 768) * 22);
    padding: calc((100vw / 768) * 10) calc((100vw / 768) * 50) calc((100vw / 768) * 10) calc((100vw / 768) * 20);
  }

  /* COMMON */
  .pagenav ul {
    font-size: calc((100vw / 768) * 16);
    padding-right: calc((100vw / 768) * 20);
  }
  .pagenav li {
    margin-left: calc((100vw / 768) * 20);
  }
  .contents h1 {
    height: 150px;
    font-size: calc((100vw / 768) * 30);
  }
  .contents h1 span {
    font-size: calc((100vw / 768) * 20);
  }
  .contents h2 {
    margin: 0;
  }
  .contents h2 > span {
    font-size: calc((100vw / 768) * 36);
    padding: calc((100vw / 768) * 2) calc((100vw / 768) * 30);
  }
  .contents h2 > span span {
    font-size: calc((100vw / 768) * 26);
    padding: calc((100vw / 768) * 20);
  }

  /* 404 error */
  #p_error {
    padding: calc((100vw / 768) * 50) calc((100vw / 768) * 10) calc((100vw / 768) * 80);
  }
  #p_error p {
    text-align: left;
  }
  #p_error p.error_url {
    font-size: calc((100vw / 768) * 18);
    text-align: center;
  }
  /* ABOUT */
  #about #sec01 {
    padding: calc((100vw / 768) * 60) 0 0;
  }
  #about #sec01 .txt {
    background: url(../images/about/sec01_txt_bg.png) no-repeat bottom right;
    background-size: 30%;
    padding-bottom: calc((100vw / 768) * 80);
  }
  #about #sec01 h3 {
    font-size: calc((100vw / 768) * 46);
    margin: calc((100vw / 768) * 30) 0 0 calc((100vw / 768) * 40);
  }
  #about #sec01 p {
    /* width:90%;*/ /* 2023.12.26 後藤*/
    /*margin:calc((100vw / 768) * 20) auto;*/ /* 2023.12.26 後藤*/
    text-align: left;
  }
  #about #sec02 {
    background-size: 80%;
    background-position: bottom right;
    height: auto;
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 200);
  }
  #about #sec02 .txt {
    max-width: 760px;
    margin: calc((100vw / 768) * 30) calc((100vw / 768) * 20) 0 calc((100vw / 768) * 30);
  }
  #about #sec02 .txt p,
  #about #sec02 .txt dl {
    margin: calc((100vw / 768) * 20) 0;
    font-size: calc((100vw / 768) * 30);
  }
  #about #sec02 .txt dt {
    font-size: calc((100vw / 768) * 45);
    flex: 0 0 calc((100vw / 768) * 45);
  }
  #about #sec02 .txt dd {
    flex: 0 0 calc(100% - 80px);
    margin: 20px 0 10px;
  }

  #about #sec02 .txt dd strong {
    font-size: calc((100vw / 768) * 32);
  }
  #about #sec03 {
    padding: calc((100vw / 768) * 60) 0;
    margin-bottom: calc((100vw / 768) * 40);
  }
  #about #sec03 ul {
    margin: calc((100vw / 768) * 40) auto;
  }
  #about #sec03 li {
    flex-basis: 40%;
    background-color: #fff;
    margin: calc((100vw / 768) * 10);
    padding: calc((100vw / 768) * 20);
  }
  #about #sec03 li p {
    font-size: calc((100vw / 768) * 36);
  }
  #about #sec03 li span {
    font-size: calc((100vw / 768) * 48);
  }

  /* ENVIRONMENT */

  #environment #sec01 {
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
  }
  #environment #sec01 .panel {
    margin: calc((100vw / 768) * 50) auto;
  }
  #environment #sec01 .panel h3 {
    font-size: calc((100vw / 768) * 26);
  }
  #environment #sec01 .panel p {
    font-size: calc((100vw / 768) * 26);
  }
  #environment #sec01 .panel p span {
    font-size: calc((100vw / 768) * 45);
  }
  #environment #sec01 .panel div.p01 .image,
  #environment #sec01 .panel div.p02 .image,
  #environment #sec01 .panel div.p03 .image {
    height: calc((100vw / 768) * 120);
  }
  #environment #sec01 .panel div.p04 .image,
  #environment #sec01 .panel div.p05 .image {
    height: calc((100vw / 768) * 120);
  }
  #environment #sec01 .panel div.p06 .image {
    height: calc((100vw / 768) * 120);
  }
  #environment #sec01 .panel div.p07 .image {
    height: calc((100vw / 768) * 150);
  }
  #pie-chart {
    max-width: 100%;
    max-height: 100%;
  }
  #environment #sec02 {
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
  }
  #environment #sec02 .txt1 {
    background-size: 56%;
    padding: calc((100vw / 768) * 200) 0 0 0;
    min-height: unset;
  }
  #environment #sec02 .txt2 {
    background-size: 56%;
    padding: calc((100vw / 768) * 200) 0 0 0;
    min-height: unset;
  }
  #environment #sec02 .txt3 {
    background-size: 56%;
    padding: calc((100vw / 768) * 200) 0 0 0;
  }
  #environment #sec02 h3 {
    padding-left: 45%;
    font-size: calc((100vw / 768) * 32);
    margin: 0 5% calc((100vw / 768) * 50);
  }
  #environment #sec02 .txt2 h3 {
    padding: 0;
  }
  #environment #sec02 h3 span {
    font-size: calc((100vw / 768) * 74);
  }
  #environment #sec02 p {
    font-size: calc((100vw / 768) * 30);
    margin: 0 5% calc((100vw / 768) * 50);
  }
  #environment #sec03 {
    padding: calc((100vw / 768) * 60) 0;
    margin-bottom: 0;
  }
  #environment #sec03 p.lead {
    margin: calc((100vw / 768) * 50);
  }
  #environment #sec03 .list {
    width: 90%;
    margin: calc((100vw / 768) * 30) auto calc((100vw / 768) * 40);
  }
  #environment #sec03 dl {
    width: 100%;
    margin: calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 30);
    padding: calc((100vw / 768) * 30) calc((100vw / 768) * 40);
  }
  #environment #sec03 dl:first-of-type {
    width: 100%;
    flex-direction: column;
  }
  #environment #sec03 dt {
    font-size: calc((100vw / 768) * 32);
    flex: 0 0 auto;
    padding-top: calc((100vw / 768) * 130);
    margin-bottom: calc((100vw / 768) * 20);
  }
  #environment #sec03 dl:nth-of-type(1) dt,
  #environment #sec03 dl:nth-of-type(2) dt,
  #environment #sec03 dl:nth-of-type(3) dt,
  #environment #sec03 dl:nth-of-type(4) dt,
  #environment #sec03 dl:nth-of-type(5) dt {
    background-size: calc((100vw / 768) * 100);
  }
  #environment #sec03 dd .box {
    background: #f1f1f1;
    padding: calc((100vw / 768) * 10) calc((100vw / 768) * 30);
    margin-top: calc((100vw / 768) * 20);
  }
  #environment #sec04 {
    flex-direction: column;
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
  }
  #environment #sec04 .photo {
    font-size: calc((100vw / 768) * 18);
    max-width: calc(90% - 40px);
    margin: calc((100vw / 768) * 30) auto;
  }
  #environment #sec04 .photo .ph-ttl {
    font-size: calc((100vw / 768) * 24);
    padding: calc((100vw / 768) * 8) 0;
  }
  #environment #sec04 .photo .ph-txt {
    font-size: calc((100vw / 768) * 22);
  }
  #environment #sec04 .photo .ph-ctg {
    font-size: calc((100vw / 768) * 18);
  }

  /* BUSINESS */

  #business h2 span span {
    font-size: calc((100vw / 768) * 26);
    padding: 0;
  }
  #business #sec01 {
    padding: calc((100vw / 768) * 60) 0 0;
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
  }
  #business #sec01 .txt p {
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 40);
  }
  #business #sec01 .image {
    flex-basis: 80%;
    margin: auto;
    order: 2;
  }
  #business #sec01 .txt {
    flex-basis: 96%;
    margin: auto;
    order: 1;
  }
  #business #sec01 .txt p,
  #business #sec01 .txt dl {
    margin: calc((100vw / 768) * 20) 0;
    font-size: calc((100vw / 768) * 30);
  }
  #business #sec01 .txt dt {
    font-size: calc((100vw / 768) * 50);
    flex: 0 0 calc((100vw / 768) * 50);
  }
  #business #sec01 .txt dd {
    flex: 0 0 calc(100% - calc((100vw / 768) * 110));
  }
  #business #sec01 .txt dd strong {
    font-size: calc((100vw / 768) * 32);
  }
  #business #sec02 {
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
    flex-direction: column;
  }
  #business #sec02 h2 {
    margin-bottom: calc((100vw / 768) * 20);
  }
  #business #sec02 dl {
    width: 80%;
    flex-basis: auto;
    margin: calc((100vw / 768) * 30) auto calc((100vw / 768) * 15);
    padding: calc((100vw / 768) * 50) calc((100vw / 768) * 40) calc((100vw / 768) * 35);
  }
  #business #sec02 dt {
    margin: calc((100vw / 768) * 15) 0;
    font-size: calc((100vw / 768) * 32);
  }
  #business #sec02 dt img {
    width: calc((100vw / 768) * 80);
  }
  #business #sec02 dd {
    font-size: calc((100vw / 768) * 30);
    margin: calc((100vw / 768) * 20) 0;
  }
  #business #sec02 dd.works {
    padding-top: calc((100vw / 768) * 20);
  }

  /* COMPANY */

  #company #sec01 {
    font-size: calc((100vw / 768) * 22);
    flex-direction: column;
  }
  #company #sec01 h2 {
    flex-basis: 100%;
  }
  #company #sec01 h3 {
    font-size: calc((100vw / 768) * 40);
    margin: calc((100vw / 768) * 20) 0 10px calc((100vw / 768) * 50);
  }
  #company #sec01 h3 span {
    font-size: calc((100vw / 768) * 18);
  }
  #company #sec01 h4 {
    font-size: calc((100vw / 768) * 30);
    margin-bottom:calc((100vw / 768) * 30);
  }

  #company #sec01 .image {
    margin: calc((100vw / 768) * 20) auto;
    text-align: center;
  }
  #company #sec01 .txt {
    margin: calc((100vw / 768) * 22) calc((100vw / 768) * 60);
  }
  #company #sec01 .ttl {
    flex-basis: 100%;
    margin: calc((100vw / 768) * 50);
    position: relative;
    padding-top: 0;
  }
  #company #sec01 .ttl .image {
    position: relative;
    width: 100%;
    margin: calc((100vw / 768) * 20) auto;
  }
  #company #sec01 .ttl .txt {
    position: relative;
    width: 90%;
    padding: calc((100vw / 768) * 30);
    margin: 20px auto;
    bottom: unset;
  }
  #company #sec01 .name {
    margin: 0 0 calc((100vw / 768) * 20);
  }
  #company #sec01 .name p:nth-of-type(2) {
    font-size: calc((100vw / 768) * 30);
  }
  #company #sec01 .name p span {
    font-size: calc((100vw / 768) * 15);
    color: #ef6767;
  }
  #company #sec01 p {
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 50);
  }
  #company #sec02 {
    padding-top: calc((100vw / 768) * 60);
  }
  #company #sec02 dl {
    width: 90%;
    margin: calc((100vw / 768) * 30) auto calc((100vw / 768) * 50);
    font-size: calc((100vw / 768) * 30);
  }
  #company #sec02 dl span {
    font-size: calc((100vw / 768) * 18);
  }
  #company #sec02 dt,
  #company #sec02 dd {
    padding: calc((100vw / 768) * 30) calc((100vw / 768) * 20);
  }
  #company #sec02 dt {
    flex-basis: calc((100vw / 768) * 220);
  }
  #company #sec02 dd {
    flex-basis: calc(100% - calc((100vw / 768) * 220));
  }
  #company #sec03 {
    margin: 0 auto calc((100vw / 768) * 80);
  }
  #company #sec03 {
    padding-top: calc((100vw / 768) * 60);
  }
  #company #sec03 .map {
    width: 100%;
  }
  #company #sec03 iframe {
    width: 100%;
    aspect-ratio: 5 / 2;
    margin: 10px 0;
  }
  #company #sec03 p {
    margin: calc((100vw / 768) * 30) calc((100vw / 768) * 10) calc((100vw / 768) * 10);
  }

  /* CONTACT */
  #contact {
    padding: 0 0 calc((100vw / 768) * 40);
    font-size: calc((100vw / 768) * 22);
  }
  #contact p {
    margin: calc((100vw / 768) * 40) 0;
  }
  #contact dl,
  #contact-confirm dl {
    width: 96%;
    margin: calc((100vw / 768) * 30) auto calc((100vw / 768) * 50);
    font-size: calc((100vw / 768) * 24);
  }
  #contact #sec01 dt,
  #contact-confirm #sec01 dt {
    padding: calc((100vw / 768) * 20) calc((100vw / 768) * 20) calc((100vw / 768) * 10);
  }
  #contact #sec01 dd,
  #contact-confirm #sec01 dd {
    padding: calc((100vw / 768) * 10) calc((100vw / 768) * 20) calc((100vw / 768) * 20);
  }
  #contact dt,
  #contact-confirm dt {
    flex-basis: 35%;
  }
  #contact dt.required:after,
  #contact-confirm dt.required:after {
    position: absolute;
    font-size: calc((100vw / 768) * 8);
    top: calc((100vw / 768) * 34);
    left: -5px;
  }
  #contact dd,
  #contact-confirm dd {
    flex-basis: 65%;
  }
  #contact dd textarea {
    font-size: calc((100vw / 768) * 24);
  }
  #contact input[type="text"],
  #contact input[type="tel"],
  #contact input[type="email"] {
    padding: calc((100vw / 768) * 15) calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 24);
  }
  #contact input[type="text"] {
    padding: calc((100vw / 768) * 15) calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 24);
  }
  #contact textarea {
    font-family: "Noto Sans JP", sans-serif;
    height: calc((100vw / 768) * 150);
    padding: calc((100vw / 768) * 15) calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 24);
  }
  #contact select {
    padding: calc((100vw / 768) * 15) calc((100vw / 768) * 30) calc((100vw / 768) * 15) calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 24);
  }
  #contact .slct::after {
    right: calc((100vw / 768) * 20);
    top: calc((100vw / 768) * 30);
    width: calc((100vw / 768) * 6);
    height: calc((100vw / 768) * 6);
    border-top: 1px solid #111111;
    border-left: 1px solid #111111;
  }
  #contact h2 {
    font-size: calc((100vw / 768) * 26);
    margin: calc((100vw / 768) * 10) auto;
  }
  #contact h2.ttl span {
    font-size: calc((100vw / 768) * 18);
  }
  #contact .policy {
    height: calc((100vw / 768) * 160);
    font-size: calc((100vw / 768) * 18);
    padding: calc((100vw / 768) * 23);
    margin: auto;
  }
  #contact .policy h3 {
    font-size: calc((100vw / 768) * 18);
  }
  #contact .policy p {
    margin-top: calc((100vw / 768) * 10);
    font-size: calc((100vw / 768) * 18);
  }
  #contact .btn_01 {
    font-size: calc((100vw / 768) * 24);
    margin: calc((100vw / 768) * 40) auto;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #contact dl,
  #contact-confirm dl {
    flex-direction: column;
  }
  #contact dt,
  #contac-confirmt dt {
    flex-basis: auto;
    border-bottom: none;
    padding: 10px 0 5px;
  }
  #contact dt.required:after,
  #contact-confirm dt.required:after {
    top: 15px;
    right: 0px;
  }
  #contact dd,
  #contact-confirm dd {
    flex-basis: auto;
    padding: 5px 0;
  }
  #contact select {
    max-width: auto;
  }
}

/*
2023/12/26 改修 後藤追記
***************************************************************************/
/* DEFAULT */
.tab {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
}

/* ABOUT */
#about #sec01 p {
  margin-left: 50px;
  margin-right: 50px;
  font-size: 2.6rem;
}
#about #sec01 .txt {
  padding-bottom: 30px;
  text-align-last: left;
}
#about #sec02 h3 {
  font-size: 4rem;
  color: #000000;/*変更谷田2025/07/25*/
  line-height: 1.2;
  margin: 30px 0 0 50px;
}
#about #sec02 p {
  /* max-width: 540px; */
  color: #000000;/*追加谷田2025/07/25*/
  margin: 30px 50px 0 50px;
}

@media screen and (max-width: 768px) {
  #about #sec01 p {
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 40) 0;
    text-align: left;
  }
  #about #sec01 .txt strong {
    font-size: calc((100vw / 768) * 32);
  }
  #about #sec02 h3 {
    font-size: calc((100vw / 768) * 46);
    margin: calc((100vw / 768) * 30) 0 0 calc((100vw / 768) * 40);
  }
  #about #sec02 p {
    max-width: 760px;
    margin: calc((100vw / 768) * 20) calc((100vw / 768) * 40) 0;
  }
}

/* BUSINESS */
#business #sec03 {
  padding: 60px 0px 80px;
  background-color: #f1f1f1;
  margin-bottom: 80px;
}
#business #sec03 h2 {
  margin-bottom: 40px;
}
#business #sec03 dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
}
#business #sec03 dd {
  margin-bottom: 5px;
}
#business #sec03 .project-list {
  margin: 0 15px;
  padding: 0 50px;
}
#business #sec03 .project-list dl:nth-of-type(odd) {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* BUSINESS */
  #business #sec03 {
    padding: calc((100vw / 768) * 60) 0 calc((100vw / 768) * 80);
    margin-bottom: 80px;
  }
  #business #sec03 h2 {
    margin-bottom: calc((100vw / 768) * 40);
  }
  #business #sec03 dt {
    margin-bottom: calc((100vw / 768) * 10);
    padding-bottom: calc((100vw / 768) * 5);
    font-size: calc((100vw / 768) * 32);
  }
  #business #sec03 dd {
    font-size: calc((100vw / 768) * 30);
    margin-bottom: calc((100vw / 768) * 15);
  }
  #business #sec03 dd:nth-of-type(even) {
    margin-bottom: calc((100vw / 768) * 20);
  }
  #business #sec03 .project-list {
    width: 80%;
    margin: 0 auto;
    padding: 0 calc((100vw / 768) * 40);
  }
}

/*2025/07/24谷田追記*/
#company #story{
  background-color: #fbbdbd;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
#company #story h4{
 font-size: 1.5em;
 color: #e73828;
}

#environment  #date{
  margin-left: auto;
  margin-right:30px;
  font-size: 0.8em;
}