@charset "UTF-8";
/* header{
    height: 100vh;
} */

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  color: #231815;
  font-size: 49%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
main {
  max-width: 1440px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
div,
p {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  text-align: center;
}
section {
  margin: 45px auto 0;
  max-width: 1440px;
  /*max-width: 78.8vw;*/
}
.section__shadow {
  background-color: rgba(255, 255, 255, 0); /* 背景の透明度を指定 */
  padding: 20px; /* 必要に応じてセクションの内側に余白を追加 */
  border-radius: 10px; /* セクションの角を丸くする */
  box-shadow: 4px 3px 5px rgba(0, 0, 0, 0.5); /* 右下に影を付ける */
}
section h2 {
  font-size: 3vw;
  font-weight: bold;
  margin: 72px 0 36px;
}
.pc {
  margin: 0 1.5%;
  display: block;
}

.header_arrow_left {
  width: 15vw;
}
.header_arrow_right {
  width: 26.4vw;
}
.sp {
  display: none;
}
/* section p{
    font-size: 1.5vw;
    line-height: 1.8;
    font-weight: bold;
} */

header h1 {
  text-align: left;
  font-size: 2.6rem;
}

.header__big-wrapper {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%; /* ヘッダーの幅 */
  height: 111px; /* ヘッダーの高さ */
  background-color: #0c6bb0;
  display: flex; /* Flexboxを有効化 */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  padding: 0 80px; /* 上下のパディングを削除し、左右のパディングを設定 */
  z-index: 10;
  color: #ffffff;
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* header__big-wrapperに合わせて幅を100%に設定 */
  font-size: 2.6rem;
}
.url-img {
  margin-top: 10px;
  text-align: right;
}
.header__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.header__nav img {
  width: 50px;
}

/* section__hero */
.section__hero {
  padding: 0;
  margin: 0 auto;
  max-width: 1920px;
}
.main__visual__container {
  position: relative;
  height: calc(100vh - 111px); /* ヘッダーの高さを引いた高さ */
}
.main_bg {
  width: 100vw; /* ビューポートの幅に合わせる */
  /*height: auto;*/ /* 高さを自動調整してアスペクト比を保持 */

  object-fit: cover; /* 画像がコンテナを完全に覆うように調整 */
  display: block; /* 画像をブロックレベル要素として表示 */
  position: relative;
  z-index: -1; /* 背景画像をコンテンツよりも下に配置 */
}

.main__visual__copy {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main__visual__copy img {
  width: 28vw;
  /*width: 100%;*/
}
.wrapper-2 {
  margin: 0 200px;
  text-align: center;
}

.section__hero {
  text-align: center;
}
.section__hero h3 {
  font-size: 4.2rem;
  font-weight: bold;
  color: #0c6bb0;
  position: absolute;
  top: 85%;
  z-index: 10;
  width: 100%;
  font-weight: bolder;
  /* position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; */
}

.hero__freonfront {
  margin: 5% auto 0;
}
.hero__freonfront img {
  width: 35%;
}
.hero__p {
  margin-top: 35px;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.5em;
  font-weight: bold;
}
.circle__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 136px;
}
.circle {
  background-color: #0c6bb0;
  height: 290px;
  width: 290px;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  position: relative;
}
.circle::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 2px solid white;
  border-radius: 50%;
}

.circle p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 290px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 30px;
}
.small__circle {
  position: absolute;
  top: -10%;
  left: -5%;
}

/* .section__hero img{
    width: 836px;
} */
.section__hero__p {
  margin-top: 130px;
  font-size: 2.8rem;
  font-weight: bold;
}
.p_copy {
  font-size: 2.2vw !important;
  font-weight: bold !important;
}
.section__hero__p p {
  margin-top: 20px;
  font-size: 1.9vw;
  line-height: 1.8;
}
/* パッケージエアコンなどの紹介*/
.section__business {
  width: 71.42%;
  margin-top: 110px;
}
.section__bg__copy {
  position: relative;
  text-align: center;
}

.section__bg__copy img {
  display: block;
  max-width: 104%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.section__bg__copy h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #ffffff;
  margin: 0;
  width: 100%; /* 幅を100%にする */
  text-align: center; /* テキストを中央揃えにする */
}
.section__business p {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: bold;
  margin-top: 32px;
  font-weight: bold;
}
.section__business h3 {
  font-size: 1.3vw;
  margin-top: 32px;
  font-weight: bold;
}
.section__business__gl {
  max-width: 1320px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px; /* 上下の画像間の余白を調整 */
  grid-column-gap: 10px; /* 左右の画像間の余白を調整 */
  margin: 45px auto;
}
.section__business__gl img {
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.section__business__gl h3 {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 2.5px;
  background: #0c6bb0;
  padding: 0.8rem;
  position: relative;
  color: #fff;
  width: 286px;
  margin-top: -64px;
  margin-left: -8px;
  font-weight: bold;
}
.section__business__gl h3:before {
  position: absolute;
  content: "";
  top: -10px; /* 上方向に移動させる */
  left: 0; /* 右端に配置 */
  border: none;
  border-top: solid 10px transparent; /* 上向きの部分 */
  border-right: solid 10px #0c6bb0; /* 右側 */
  border-bottom: solid 10px #0c6bb0; /* 下向きの部分 */
}

.bg {
  background-image: url(../img/mainbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -180px;
  padding: 0 8% 5% 8%;
}
.logo__wrapper {
  text-align: center;
}
.logo__wrapper img {
  margin-top: 340px;
  max-width: 235px;
  width: 100%;
}
.recycle-freon__span {
  padding: 20px 30px;
  background-color: #0c6bb0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2vw;
}
.freon__button {
  margin-bottom: 30px;
}
.Zfreon__span {
  padding: 20px 30px;
  border: 1px solid #0c6bb0;
  background-color: #ffffff;
  font-weight: bold;
  font-family: serif;
  font-size: 1.2vw;
}
.zfreon__wrapper {
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  align-items: end;
  max-width: 1000px;
  width: 100%;
  text-align: center;
  position: relative; /* 相対位置付け */
}
.zfreon__wrapper h4 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: left;
  font-weight: bolder;
  margin-bottom: 0.5rem;
}
.zfreon__wrapper p {
  text-align: left;
  width: 368px;
}
.shadow {
  text-align: center;
  margin-top: -125px;
}
/* section__business2 */
.section__business2 {
  padding: 43px 60px 53px;
}
.section__business2 h2 {
  font-size: 2.4rem;

  margin: 0 0 15px;
  font-weight: bold;
  background-color: #0c6bb0;
  color: #ffffff;
  padding: 15px 10px;
}
.section__business2 h3 {
  font-size: 2.2rem;
  margin-bottom: 3px;
  font-weight: bold;
  text-align: left;
}
.section__business2 p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 1px solid #0c6bb0;
  margin-bottom: 28px;
  /*height: 2.8em;*/
  padding-bottom: 5px;
}
.section__business2__dl {
  display: flex;
  margin-bottom: 5px;
}
.section__business2__dl dt {
  width: 50%;
  font-size: 1.2rem;
  font-weight: bold;
}
.section__business2__dl dd {
  width: 70%;
  font-size: 1.3rem;
  font-weight: bold;
}
.section__business2__article__wrapper__container {
  /*max-width: 413px;*/
  width: 100%;
  margin-right: 3.8%;
}
.section__business2__article__wrapper__container:last-child {
  margin-right: 0;
}
.section__business2__article {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.section__business2__article h5 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}
.section__business2__article__wrapper {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.article-r {
  width: 70%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.composition-ratio {
  border: 1px solid #0c6bb0;
  padding: 8px;
  text-align: left;
  font-weight: bold;
  font-size: 1.3rem;
  height: 5em;
}
.pdf__wrapper {
  margin-top: 10px;
}
.pdf__wrapper span {
  font-weight: bold;
  font-size: 1.2rem;
}
.section__business2__p2 {
  margin-top: 66px;
  text-align: center !important;
}
.section__business2__p3 {
  border-bottom: none !important;
  text-align: center !important;
}
.section__business2__url {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
}
/* section__business3 */
.section__business3 {
  background-image: url(../img/bg2.jpg);
  padding: 0 7%;
  opacity: 0.85;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section__business3__container {
  position: relative;
  padding-bottom: 20px;
}
.section__business3__container .pc img {
  margin: 43px auto;
}
.section__business3 h3 {
  font-size: 4rem;
  color: #0c6bb0;
  font-weight: bold;
  text-align: left;
  position: absolute; /* h5とpを絶対位置に配置 */
  top: 38%;
  left: 1.5%;
  margin: 0; /* 余白をリセット */
  z-index: 1; /* h5とpをimgの上に配置 */
}
.section__business3 p {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  position: absolute; /* h5とpを絶対位置に配置 */
  top: 50%; /* 上端に配置 */
  left: 1.5%; /* 左端に配置 */
  margin: 0; /* 余白をリセット */
  z-index: 1; /* h5とpをimgの上に配置 */
}
.blue__span {
  color: #0c6bb0;
}
/* section__business4 */
.section__business4 {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  opacity: 0.85;
  padding: 0 8%;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.section__business4__graph img {
  margin: 50px auto 30px;
}
.section__business4 article {
  text-align: center;
}
.section__business4 article img {
  width: 90%;
}
.section__business4 h3 {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  color: #0c6bb0;
}
.section__business4 p {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.section__business4__p2 {
  line-height: 1.4;
  margin-top: 50px;
  font-size: 2.5rem !important;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
/* section__business5 */
.section__business5 h3 {
  padding: 20px;
  background-color: #0c6bb0;
  color: #ffffff;
  max-width: 712px;
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
}
.section__business5_waveimg {
  /*height: 434px;*/
  padding-top: 72px;
  margin-bottom: 100px;
  padding-right: 4%;
  padding-left: 4%;
  background-image: url(../img/bg4.png);
  background-position-y: 10%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.section__business5__flow {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* .flow__container{
    max-width: 189px;
    width: 100%;
    max-height: 189px;
    background-color: #0C6BB0;
    color: #ffffff;
    padding: 10px;
    display: inline-block;
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
display: flex;
    flex-direction: column;
    justify-content: center;

} */
.flow__container {
  position: relative; /* 親要素を相対配置にする */
  flex: 1; /* 幅いっぱいに広がるように設定 */
  width: 60%;
  text-align: center; /* テキストを中央に配置 */
  margin: 36px 10px; /* コンテナ間の余白を設定 */
}
.flow__container:first-child {
  margin: 36px 10px 36px 0;
}
.flow__container img {
  width: 100%; /* 画像を幅いっぱいに広げる */
  max-width: 200px; /* 画像の最大幅を設定 */
  height: auto; /* アスペクト比を保持しながら高さを自動調整 */
}

.flow__container p {
  position: absolute; /* p要素を絶対配置にする */
  top: 50%; /* 親要素の上端から50%の位置に配置 */
  left: 50%; /* 親要素の左端から50%の位置に配置 */
  transform: translate(-50%, -50%); /* 中央揃え */
  margin: 0; /* マージンをリセット */
  color: #ffffff;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: bold;
  width: 100%;
}

/* section__charge */

.section__charge {
  padding: 2% 6%;
}
.table__wrapper {
  border: 1px solid #0c6bb0;
  /*margin: 106px 70px 92px;*/
  padding: 60px 2% 40px;

  position: relative;
}
.section__charge__h-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: -85px;
  left: -5%;
  z-index: 1;
  background-color: #ffffff;
  padding: 20px;
  max-width: 600px;
  width: 100%;
}
.section__charge h3 {
  width: 95px;
  height: 95px;
  background-color: #0c6bb0;
  color: #ffffff;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.section__charge h4 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
}
.section__charge h5 {
  background-color: #0c6bb0;
  color: #ffffff;
  font-size: 2rem;
  text-align: left;
  padding: 5px;
  padding-left: 3%;
  margin-bottom: 10px;
  font-weight: bold;
}
.section__charge h6 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: left;
  margin: 0 auto 15px auto;
}
.skyblue__wrapper {
  width: 100%;
  background-color: #dfeaf7;
  padding: 1.5% 2%;
}
.section__charge table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto;
}

.section__charge table th,
table td {
  border-top: 1px solid #dfeaf7;
  border-left: 1px solid #dfeaf7;
  text-align: center;
  padding: 1.5% 2%;
}
.section__charge table th {
  background: #85bae4;
  color: #231815;
  text-align: center;
  font-weight: bold;
}

.section__charge table td {
  background: #c7ddf2;
  color: #231815;
  text-align: center;
}
.section__charge table th:last-child,
table td:last-child {
  border-right: 1px solid #dfeaf7;
}
.section__charge table tr:last-child th,
table tr:last-child td {
  border-bottom: 1px solid #dfeaf7;
}
/*
.section__charge table tr:not(:first-child) th,table tr:not(:first-child) td{
    border-top:none;}
*/

.skyblue__big-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  gap: 20px;
}
.section__charge dl {
  display: grid;
  grid-template-columns: 15% 85%; /* 2列、左が15%、右が75% */
  width: 100%; /* 全体の横幅は100% */
  margin: 10px 0;
  padding-left: 3%;
  line-height: 1.5;
}

.section__charge dt {
  text-align: center;

  font-size: 1.9rem;
  font-weight: bold;
  background: #85bae4;
  padding: 5px;
  line-height: 1.5;
}
.section__charge dd {
  background: #c7ddf2;
  text-align: left;
  line-height: 1.5;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 5px 5px 5px 20px;
}
.section__charge p {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 2.6%;
  font-size: 1.8rem;
}
/* section__info */
.frame {
  background-image: url(../img/frame.png);
  background-repeat: no-repeat; /* 背景画像を繰り返さない */
  background-size: 88rem;
  background-position: center; /* 背景画像を中央に配置 */
  width: 55%;
  margin: 0 auto;
  padding: 5rem 14rem;
}
.frame p {
  line-height: 3rem;
  font-size: 2.25rem;
  font-weight: bold;
}
.frame h3 {
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: bold;
}
.frame h3 span {
  font-size: 3.5rem;
}
.name__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 96px;
  margin: 5% 0;
}
.glay__wrapper {
  background-color: #d3d3d4;
  padding: 4% 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
}
/*
.glay__wrapper img{
    width: 100px;
}*/

.glay__wrapper p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.glay__wrapper img {
  width: 25%;
}
.contact__button {
  display: block;
  font-size: 1vw;
  font-weight: bold;
  padding: 20px 168px;
  border: 1px solid #231815;
  margin: 70px auto 0;
}
.tel-number {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.e-mail {
  display: block;
  margin-top: 55px;
  text-align: center;
}
.ReSTART-logo {
  display: block;
  margin-top: 131px;
  text-align: center;
}
.section__info__RISE {
  margin-top: 16px;
  text-align: center;
}
.section__info__RISE img {
  max-width: 400px;
}
.section__info h1 {
  font-size: 2.5vw;
  font-weight: bold;
  margin-top: 70px;
}
.section__info__ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
}
.section__info__ul li img {
  width: 65px;
}

/* section_video */

.section_video {
  margin: 15vw auto 12vw;
}

.section_video_wrapper {
  width: 50%;
  margin: 0 auto;
}
.section_video_title {
  background-color: #f18d00;

  color: #fff;
  position: relative;
  margin-bottom: 1vw;
}

.section_video_title h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6vw;
  margin: 0;
  padding: 0.5vw;
}

.section_video_title img {
  position: absolute;
  top: -1px;
  left: 1.5%;
  height: calc(100% + 2px);
  width: auto;
}

.section_video_contents video {
  width: 100%;
}

/* section__info2 */
.section__info2 {
  margin-top: 70px;
}
/* footer */
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-bottom: 330px;
  box-sizing: border-box;
}
.footer__wrapper::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%; /* 高さを100%に設定 */
  background-image: url(../img/footerbg-100.jpg);
  background-repeat: no-repeat;
  background-size: cover; /* 画像をカバー表示 */
  z-index: -1;
}

.brown__bg {
  background-color: #5d3e1b;
  color: #ffffff;
  font-size: 2vw;
  font-weight: bold;
  padding: 23px 0;
  text-align: center;
}
.brown__letter {
  color: #5d3e1b;
  font-size: 2vw;
  font-weight: bold;
  padding: 23px 0;
  text-align: center;
}
.brown__wrapper {
  width: 81.62%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.section__info2__url {
  display: block;
  margin-top: 170px;
  text-align: center;
}
.address {
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 45px;
  text-align: center;
}
.address span {
  display: block;
  margin-top: 25px;
}
.registration_number {
  max-width: 590px;
  width: 100%;

  font-size: 1.2vw;
  font-weight: bold;
  padding: 20px 35px;
  border: 1px solid #231815;
  margin: 20px auto 0;
  text-align: center;
}

/* bg2 */
/* .bg2{

    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 955;
    background-image: url(../img/bottom_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

/* TOPへ戻るボタン */
.footer__pageTop {
  margin: 78px auto 0;
  width: 48px;
  display: block;
}
/* フッターセクション */
.copy__right {
  background-color: #5d3e1b;
  font-family: serif;
  color: #ffffff;
  height: 80px;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  text-align: center; /* テキストも中央揃えにする */
  font-size: 1.3vw;

  position: relative;
  z-index: 3; /* コピーライトを背景画像よりも上位に配置 */
}
.copy__right small {
  font-size: 84%;
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 1vw;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  section {
    margin: 45px auto 0;
    /*max-width: 90%;*/
  }
  .section__info {
    padding: 0 3%;
  }

  .header__wrapper {
    justify-content: center;
    gap: 10px;
  }
  .header__wrapper h1 {
    font-size: 20px;
  }
  .header__big-wrapper {
    padding: 0 16px;
    height: 85px;
  }
  .header__nav img {
    width: 40px;
  }
  .main__visual__container {
    display: flex; /* Flexbox を使用して水平中央配置 */
    flex-direction: column;
    height: calc(100vh - 85px); /* ヘッダーの高さを引いた高さ */
  }

  .main__visual__container .main__visual__copy {
    max-width: 80%; /* コピー画像をコンテナの80%まで縮小
    text-align: center; /* テキストを中央揃え */
  }
  .main__visual__copy img {
    width: 100%;
    max-width: 300px;
  }
  .main__visual__copy {
    top: 35%;
  }

  .section__hero h3 {
    font-size: 2.5rem;
    margin-top: 40px;
    top: 70%;
  }
  .hero__freonfront {
    margin-top: 60px;
  }

  .hero__freonfront img {
    width: 50%;
  }
  .hero__p {
    font-size: 2.2rem;
  }
  .section__bg__copy {
    max-width: 100%;
    margin: 0 auto; /* 中央に配置 */
  }
  .circle__wrapper {
    gap: 3%;
  }
  .circle {
    height: 230px;
    width: 230px;
    border-radius: 50%; /* 円形にする */
  }

  .circle p {
    font-size: 25px;
  }

  .small__circle {
    max-width: 75px;
    left: 0%;
    top: -5%;
  }

  /* section__business */
  .bg {
    background-size: cover; /* 画像が要素内に収まるように設定 */
    background-position: center center; /* 画像を中央に配置 */
  }
  .section__bg__copy {
    text-align: center;
  }
  .section__bg__copy h2 {
    position: relative;
    background-color: #0c6bb0;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    width: 90%;
  }
  .section__business p {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .section__business__gl {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
    justify-items: center; /* グリッドアイテムを左右中央に配置 */
    align-items: center; /* グリッドアイテムを上下中央に配置 */
    width: 100%;
    margin: 0 auto;
  }
  .section__business__gl__container {
    padding: 10px 0; /* 上下に20pxの余白を設定 */
  }
  .section__business__gl h3 {
    font-size: 1.6rem;
  }
  .logo__wrapper img {
    margin-top: 455px;
  }
  /* section__business2 */
  .section__business2 {
    padding: 30px 14px 30px;
  }

  .zfreon__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .zfreon__wrapper h4 {
    font-size: 2.5rem;
    width: 100%;
  }
  .zfreon__wrapper p {
    font-size: 2.2rem;
    width: 100%;
    border: none;
  }
  .section__business2__article__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }
  .section__business2__article__wrapper__container:first-child {
    margin-top: 0;
  }
  .section__business2__article {
    gap: 5px;
  }
  .section__business2 h2 {
    font-size: 1.8rem;
  }
  .section__business2 h3 {
    font-size: 1.8rem;
  }
  .section__business2 p {
    font-size: 1.6rem;
    text-align: left;
  }
  .section__business2__p2 {
    font-size: 1.4rem !important;
    text-align: left !important;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .section__business2__p3 {
    font-size: 1.4rem !important;
    text-align: left !important;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .section__business2 h5 {
    font-size: 1.2rem;
  }
  .section__business2__dl dt,
  .section__business2__dl dd {
    font-size: 1rem;
  }
  .composition-ratio {
    font-size: 1rem;
  }
  .pdf__wrapper span {
    font-size: 14px;
  }
  /* section__business3 */

  .section__business3 h3 {
    position: static;
    padding: 30px 10px;
    font-size: 4rem;
  }
  .section__business3 p {
    position: static;
    margin: 20px 10px;
    font-size: 2.5rem;
  }
  .section__business3 .sp img {
    margin: 30px auto;
  }
  /* section__business4 */
  .section__business4 {
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
  }

  .section__business4 h3 {
    font-size: 4rem;
  }
  .section__business4 article {
    margin-bottom: 30px;
  }
  .section__business4__graph {
    width: 90%;
    text-align: center;
  }
  .section__business4 p {
    font-size: 2.5rem;
  }
  .section__business4__p2 {
    font-size: 2.2rem !important;
  }
  /* section__business5 */
  .section__business5 h3 {
    font-size: 2rem;
    padding: 10px;
    margin: 0 auto;
  }
  .flow__container p {
    font-size: 3rem;
  }

  .section__business5__flow {
    flex-direction: column;
    gap: 5px;
  }
  .section__business5_waveimg {
    height: auto;
    background-size: cover;
    background-position-y: 0;
  }
  .shortarrow {
    transform: rotate(90deg); /* 時計回りに90度回転 */
  }
  /* section__charge */
  .skyblue__big-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .table__wrapper {
    margin: 80px 0 30px;
    /*padding: 40px 10px;*/
    padding: 8% 3%;
  }
  .section__charge__h-wrapper {
    width: 45%;
    gap: 5px;
    padding: 6px;
    left: -17px;
  }
  .section__charge h3 {
    font-size: 2rem;
  }
  .section__charge h4 {
    font-size: 1.5rem;
  }
  .section__charge h5 {
    font-size: 1.5rem;
  }

  .section__charge h6 {
    font-size: 1.5rem;
  }
  .section__charge table {
    font-size: 1.5rem;
  }
  .skyblue__wrapper {
    padding: 5px;
  }
  .section__charge table th {
    padding: 1%;
  }
  .section__charge dt,
  .section__charge dd {
    font-size: 1.5rem;
  }
  .section__charge dl {
    grid-template-columns: 30% 70%;
  }
  .section__charge dd {
    padding: 5px;
  }
  .section__charge p {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .section__charge p:last-child {
    margin-bottom: 0;
  }
  /* section__info */
  .frame {
    background-image: url(../img/frame.png);
    background-repeat: no-repeat;
    background-size: contain; /* 背景画像を要素のサイズに合わせる */
    background-position: center center;
    text-align: center;
    /*width: 90%; /* 幅を90%に設定 */
    text-align: justify;
    padding: 2% 5px;
  }
  .frame p {
    font-size: 1.1rem;
    line-height: 2rem;
  }
  .frame h3 {
    font-size: 1.6rem;
  }
  .frame h3 span {
    font-size: 2rem;
  }
  .frame img {
    width: 19%;
  }
  .name__wrapper {
    gap: 30px;
    margin: 5px 0;
  }
  .glay__wrapper {
    padding: 8px;
    gap: 8px;
    width: fit-content;
  }
  .glay__wrapper img {
    max-width: 75px;
  }
  /* section__info */
  .contact__button {
    width: 90%;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
  }
  .tel-number {
    width: 70%;
    text-align: center;
    margin: 30px auto 0;
  }
  .ReSTART-logo {
    width: 70%;
    margin: 100px auto 0;
  }
  .section__info__RISE img {
    width: 70%;
  }
  .section__info h1 {
    font-size: 18px;
    margin-top: 50px;
  }
  .section__info__ul li img {
    width: 40px;
  }
  .brown__bg,
  .brown__letter {
    font-size: 16px;
  }
  .section__info2__url {
    width: 70%;
  }
  .address {
    font-size: 12px;
  }
  .registration_number {
    width: 90%;
    padding: 20px;
    text-align: center;
    font-size: 12px;
  }
  .copy__right {
    font-size: 12px;
  }
  /*下記修正追加*/
  .flow__container img {
    max-width: inherit;
    height: 180px;
  }
  .section__business5_waveimg {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 784px) {
  html {
    font-size: 2vw;
  }

  .glay__wrapper {
    width: fit-content;
    scale: 0.8;
  }

  /*.frame {
    background-size: 100% 100%;
}
*/
  .bg {
    padding: 0 3% 5% 3%;
  }

  .section__business {
    margin-top: 80px;
    width: 94%;
  }
  .section__business__gl {
    grid-template-columns: 1fr;
  }

  .small__circle {
    top: -16%;
  }
  .section__business2__article__wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: inherit;
  }
  .section__business2__article__wrapper__container {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  /*
section{
    max-width: 90%;
}
*/

  .section__business2__article__wrapper__container:last-child {
    margin-right: auto;
  }
  .hero__freonfront {
    margin-top: 10vh;
  }
  .section__business2__p2,
  .section__business2__p3 {
    width: 100%;
  }
  .section__business2__dl dt {
    width: 25%;
  }

  .section_video {
    margin: 30vw auto;
  }

  .section_video_wrapper {
    width: 95%;
  }
  .section_video_title {
    margin-bottom: 1vw;
  }

  .section_video_title h2 {
    width: 100%;
    font-size: 4.5vw;
    padding: 1.5vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
  section {
    max-width: 1920px;
  }
  main {
    max-width: 1920px;
  }
  .section__business5__flow {
    justify-content: space-between;
  }
  .flow__container {
    width: inherit;
    flex: inherit;
  }
}

/*2024/05/25 追記分*/

#p__add {
  height: 80px;
  line-height: 1.8;
}

#freon_img_wrap {
  margin: 0 3.5%;
  width: 17%;
}

#freon_box {
  margin-bottom: 30px;
}

.policy_head {
  padding: 0 5%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  font-size: 2.5vw;
  margin: 60px auto;
}
.policy_txt_wrap {
  margin-bottom: 40px;
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  padding: 0 5%;
  font-size: 1.2vw;
  line-height: 1.5;
}
.policy_ttl {
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
.policy_txt {
  text-align: left;
  margin-bottom: 40px;
}
.policy_span {
  color: #0c6bb0;
}
.checkbox {
  width: 25px;
  height: 25px;
}
.checkbox-group {
  padding: 0 5%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: left;
  font-weight: bold;
  margin: 40px auto;
  font-size: 1.8vw;
}
@media screen and (max-width: 784px) {
  .main__visual__container {
    height: 40vh;
  }

  .section__hero h3 {
    top: 80%;
    z-index: 10;
    width: 100%;
    font-size: 2rem;
    /* position: absolute;
      top: 90%;
      left: 50%;
      transform: translateX(-50%);
      width: 100%; */
  }

  .main__visual__copy {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
  }

  .hero__p {
    font-size: 1.9rem;
  }

  .circle__wrapper {
    margin-top: 50px;
  }

  .circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
  }

  .circle p {
    font-size: 16px;
  }

  .section__business p {
    font-size: 1.5rem;
  }

  .section__business4 h3 {
    font-size: 3.8rem;
  }
  .section__business3 p {
    font-size: 2.6rem;
  }
  .section__business4 p {
    font-size: 2.8rem;
  }

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

  .section__charge__h-wrapper {
    width: 90%;
    top: -120px;
  }
  .frame {
    width: 100%;
  }
  .policy_txt_wrap {
    font-size: 1rem;
  }
  .policy_head {
    font-size: 1.2rem;
    margin: 30px auto;
  }
  .checkbox-group {
    font-size: 1.2rem;
    margin: 30px auto;
  }
  #contact__button {
    margin: 30px auto !important;
  }
}
