/* @group ClearFix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

html {
/* overflow-yプロパティは、ボックスの範囲内に内容が収まらない場合に、はみ出た要素の上下の表示方法を指定する際に使用 */
overflow-y: scroll;
/* iPhoneやAndroidのブラウザーは、縦向き(Portrate mode)と横向き (Landscape mode)の文字サイズを自動調整する機能 */
-webkit-text-size-adjust: 100%;
font-size: 62.5%;
scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family:'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: normal;
  background-color: #FFF;
  color: black;
  overflow: hidden;
}

main {
  position: relative;
}

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

h1 {
  font-size: 1.8rem;
}

h2 {
  font-size: 2.2rem;
  letter-spacing: 0.25rem;
  font-weight: 400;
}

h3 {
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
  color: var(--maincolor);
  font-weight: 400;
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  margin-bottom: 2rem;
}

/* 共通 */

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.br-1800, .br-1700, .br-1478 {
  display: none;
}


/* ヘッダー */

header {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 8rem;

  border-bottom: red 4px solid;
}

.blockHeader {
  width: 1080px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 10.3rem;
  height: auto;
  margin-left: 1.7rem;
}

.header-text {
  display: flex;
  align-items: center;
  /* margin-right: 9rem; */
}

.header-maker {
  font-size: 1.8rem;
  font-weight: 400;
}

.header-address {
  font-size: 1.4rem;
  margin-left: 2rem;
}


/* メインコンテンツ */
/* トップ */

.sectionTop {
  /*background-image: url(../images/top_pic.png);*/
  /* background-repeat:no-repeat; */
  background-image: url(../images/mv_bg.jpg);
  background-size:auto 65rem;
  background-position: center;
  width: 100%;
  height: 65rem;

  display: flex;
  justify-content: center;
  /* position: fixed; */
}

.top-textarea {
  width: 1200px;
  padding:45px 0 0 147px;
  position:relative;
}

.top-midashi {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-midashi-text {
  font-size: 3.2rem;
  font-weight: 800;
  color: #e70012;
}

.top-logo {
  width: 19.1rem;
  height: 3.3rem;
}

.mv-txt {
  display:block;
  position:absolute;
  top:0;
  left:374px;
  width:700px;
  height:232px;
}

.mv-txt img{
  object-fit:cover;
  width:100%;
  height:100%;
}

.message_cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 150px 0 0 -147px;
}

.top-message {
  width: 46rem;
  height: auto;
	padding: 1rem;
  background-color: #e60012;
	color: #FFF;
	outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);

  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}

.top-message-data {
  font-size: 1.8rem;
  line-height: 2;
}

/* お問い合わせ帯 */
.section_otoiwase {
  width: 100%;
  height: 16rem;
  background-color: #e60012;

  display: flex;
  align-items: center;
  justify-content: center;

}

.section_otoiwase_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #fff;
  width: 100rem;
  height: auto;
  border-radius: 10px;
  padding: 2rem;
}

.section_otoiwaseWhite {
  width: 100%;
  height: 16rem;
  background-color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.section_otoiwaseWhite_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background-color: #fff;
  width: 100rem;
  height: auto;
  border-radius: 10px;
  padding: 2rem;
  border: 3px solid #e60012;
}

.otoiawase_text {
  font-size: 2.4rem;
  font-weight: 400;
}

.otoiawase_strongtest {
  font-size: 3rem;
  font-weight: 800;
  color: #e70012;
  margin-left: 0.6rem;
}

.btn01_otoiawase {
  position: relative;
  display: flex;
  justify-content: center;
}

.btn01_otoiawase:hover {
  opacity: 0.7;
}

.btn01_back {
  width: 34.7rem;
  height: auto;
}

.btn_text {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  z-index: 100;

  position: absolute;
  top: 2rem;
  left: 3rem;
}

/* セクション01 アンカーリンクのところ */

.section_01 {
  text-align: center;
  margin-bottom: 7rem;
}

.section_01_top {
  position: relative;
}

.section_01_backImg {
  width: 1090px;
  height: auto;
  z-index: 1;
  position: relative;
}

.section_01_text {
  font-size: 3.8rem;
  font-weight: 800;
  color: #e70012;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff ,-2px -2px 10px #fff;

  z-index: 100;
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s01-midashi_cont {
  margin-bottom: 5rem;
}

.s01_midashi_small {
  font-size: 3.4rem;
  font-weight: 600;
  color: #e70012;
}

.s01_midashi_big {
  font-size: 4.8rem;
  font-weight: 800;
  color: #e70012;
}

.anchor_cont {
  width: 100rem;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding-left: 4rem;
}

.anchor_btn {
  width: 20rem;
  height: auto;
}

.anchor_btn:hover {
  opacity: 0.7;
}

.anchor_btn.big {
  width: 25.5rem;
}

.anchor_btn.big:hover {
  opacity: 0.7;
}

/* セクション02　みどりいろ */
.section_3colors {
  width: 100%;
  height: auto;
  position: relative;
}

.back_img {
  position: relative;
}

.section_3colors_wrap {

}

.section_3colors_back.green {
  background: url('../images/backimg_01.png') no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 55%;
}
.section_inner {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.midashi_img {
  width: 52rem;
  height: auto;
  margin-bottom: 5rem;
}

.midashi_img.orange {
  width: 70rem;
  height: auto;
}

.midashi_img.big {
  width: 60rem;
  height: fit-content;
}

.white_area {
  /* position: sticky;
  z-index: 100; */
  /* width: 104rem; */
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 4rem 3rem 6rem;

  width: 55%;
}

.white_area.orange {
  padding: 4rem 3rem 0rem;
}

.midashi_cont {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

.icon_img {
  width: 7rem;
  height: auto; 
}

.hyou_img {
  width: 70%;
  margin-bottom: 5rem;
}

.s02_text {
  font-size: 4.2rem;
  font-weight: 800;
  color: #019900;
  margin-left: 2rem;
  text-align: start;
}

.s02_text.blue {
  color: #0067e2;
}

.s02_text.orange {
  color: #ec7500;
}

.co2_2font {
  font-size: 3rem;
}

.irasuto_cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.irasuto_cont.blue {
  display: block;
}

.irasuto_cont.blueSP {
  display: none;
}

.irasuto_cont.orange {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.irasuto_cont.orange.bottom {
  margin-bottom: 0;
}

.irasuto_img {
  /* position: sticky;
  z-index: 100; */

  /* width: 47rem; */
  width: 48%;
}

.redtext_cont {
  position: sticky;
  z-index: 100;

  background-color: #e60012;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  border-radius: 30px;
  padding: 1rem;
}

.redtext_cont.blue {
  background-color: #0067e2;
  width: 88%;
  height: auto;
  margin: auto;
  margin-bottom: 4rem;
}

.redtext_cont.orange {
  background-color: #ec7500;
  max-width: 73rem;

  /* width: 80rem;
  height: auto; */
  margin: auto;
  margin-bottom: 4rem;
}

.section_3_infotext {
  font-size: 1.8rem;
  margin-top: -2rem;
  margin-bottom: 3rem;
}

.section_3_infotext.right {
  margin-top: -3rem;
  text-align: right;
}

/* ここから実験 */

.s3colors_back {
  width: 100%;
  height: auto;
  position: relative;
}

.s3colors_back.green {
  background-color: #74c773;
  height: 90rem;
}

.s3colors_back.blue {
  background-color: #73aec7;
  height: 230rem;
}

.s3colors_back.orange {
  background-color: #f5b373;
  height: 190rem;
}

.s3colors_backimg {
  width: 100%;
  height: auto;
  position: absolute;
}

.s3colors_back_inner {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: auto;
  /* height: 85rem; */
  margin-top: 5rem;
  display: grid;
  align-items: center;
  justify-items: center;
}



/* youtube */
.section_youtube {
  background-color: #515151;
  padding: 5rem 0;
}

iframe.youtube {
  width: 96rem;
  height: auto;
  aspect-ratio: 16 / 9;
  /* max-width: 600px; */
  display: block;
  margin: auto;
}

/* 製品ラインナップ */

.section_seihin {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #d9d9d9;
}

.seihin-block{
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
}

.seihin-area-title {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  color: #e70012;
  margin-bottom: 5rem;
}

.seihin_btnblock {
  display:flex;
  gap: 10px;
  justify-content:center;
  flex-wrap:wrap;
  width:80%;
  margin:0 auto 4rem;
}

.seihin_btn {
  width: 16rem;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  color: #e70012;
  border: 2px #e70012 solid;
  border-radius: 10px;
  padding: 0.4rem 0;
}

.seihin_btn:hover {
  opacity: 0.7;
}

.seihin_btn_boldtext {
  font-size: 1.8rem;
}

.seihin_cont {
  width: 100%;
  /* width: 104rem; */
  height: auto;
  padding: 3.3rem;
  margin-bottom: 4rem;

  background-color: #fff;
  border: 8px #e70012 solid;
  border-radius: 20px;
  /* padding: 0.4rem 0; */
}

.seihin_cont_ue {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seihin_name {
  font-size: 5.6rem;
  font-weight: 600;
  color: #e70012;
}

.seihin_btncont {
  display: flex;
  text-align: center
}

.seihin_tonbtn {
  width: 20rem;
  height: 5rem;
  background-color: #e60012;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
}

.seihin_dlbtn {
  width: 24rem;
  height: 5rem;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  color: #e70012;
  border: 2px #e70012 solid;
  border-radius: 30px;
  margin-left: 1.5rem;
}

.seihin_dlbtn:hover {
  opacity: 0.7;
}

.dl_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.seihin_img {
  width: 50%;
  height: auto;
}

/* 製品のテーブル */

.seihin_tbwrap {
  overflow: scroll;

  /* IE, Edge 対応 */
  -ms-overflow-style: none;
 /* Firefox 対応 */
  scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.seihin_tbwrap::-webkit-scrollbar {
  display:none;
}

.seihin_tbcont{
  width: auto;
  height: auto;
  margin-top: 2rem;

  /* overflow: auto;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
} */
}

table {
  table-layout: fixed;
  word-wrap: break-word;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}

td, th {
	padding: 3px;
	width: 30px;
	height: 3.5rem;
}

th {
  width: 22%;
  font-weight: 400;
  padding-left: 0.8rem;
	background: #f0e6cc;
  white-space: nowrap;
}

td {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.even {
	background: #fbf8f0;
}

.odd {
	background: #fefcf9;
}

.blue_hyou {
  margin: 0 auto;
  width: 75%;
  margin-bottom: 4rem;
  /* font-size: 1.4rem; */
}

.blue_hyou tr td {
  white-space: normal !important;
}

.blue_hyou_minitext {
  font-size: 1.1rem;
}

.hyou_cell-01 {
  width: 25%;
}

.hyou_cell-02 {
  width: 25%;
  font-weight: 600;
}

.hyou_cell-03 {
  width: 50%;
  font-weight: 600;
  background-color: #fbf9b9;
}

.hyou_cell_yellow {
  background-color: #fbf9b9;
}

.hyou_cell_left {
  text-align: left;
  font-weight: 600;
}

.tb_kotei {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}

.tb_kotei::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #ccc; */
  z-index: -1;
}

/* セクション02 HELIについて */

.section_02 {

}

.section_02_top {
  position: relative;
}

.section_02_backImg {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}

.section_02_text {
  font-size: 6rem;
  font-weight: 400;
  color: #e70012;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff ,-2px -2px 10px #fff;

  z-index: 100;
  position: absolute;
  bottom: -7rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_02_infoarea {
  /* width: 96.8rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.section_02_logo {
  width: 39.5rem;
  height: auto;
}

.section_02_imgarea {
  display: grid;
  justify-items: center;
  align-items: center;
  margin-top: 3rem;
}

.section_02_nenpyou {
  max-width: 96.8rem;
  height: auto;
}

.section_02_sekai {
  max-width: 100rem;
  height: auto;
}

/* セクション03 株式会社JESの紹介 */

.section_03 {
  max-width: 1028px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 7rem;
  /* width: 104rem;
  border: 8px #5a5f5e solid;
  border-radius: 20px;
  padding: 4rem;
  margin: 0 auto;
  margin-top: 7rem; */
}

.section_03_inner {
  width: 100%;
  /* width: 104rem; */
  border: 8px #5a5f5e solid;
  border-radius: 20px;
  padding: 4rem;
  margin: 0 auto;
  margin-top: 7rem;
}

.section_03_top {
  text-align: center;
  margin-bottom: 4rem;
}

.section_03_text {
  font-size: 2.8rem;
  font-weight: 400;
  color: gray;
  margin-bottom: 1.5rem;
}

.section_03_logo {
  width: 41.6rem;
  height: auto;
}

.section_03_midashi {
  font-size: 2.8rem;
  font-weight: 400;
  color: #5a5f5e;
  text-align: center;
}

.section_03_infoarea {
  margin-top: 4rem;
}

.s03_linkblock {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 6rem;
}

.s03_linkblock_img {
  width: 100%;
  height: auto;
}

.s03_linkblock_left {
}

.s03_left_text {
  margin-bottom: 4rem;
}

.s03_left_btncont {
  display: flex;
  justify-content: space-around;
}

.s03_left_btn {
  width: 13.5rem;
  height: 4rem;
  border: 3px solid #5a5f5e;
  border-radius: 20px;
  font-size: 1.8rem;
}

.s03_left_btn:hover {
  opacity: 0.7;
}

.site_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


/* Googleマップ */

.s03_mapblock {
  display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* お問い合わせフォーム 入力 */

.form {
}

.form-block {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #d9d9d9;
  /* margin-top: 7rem; */
}

.form-block.other {
  margin-top: 0;
}

.form-area {
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
  padding: 4rem 3rem 5rem;
  border-radius: 3.8rem;
  background-color: #fff;
}

.form-area-title {
  text-align: center;
  font-size: 6rem;
  font-weight: 400;
  color: #e70012;
  margin-bottom: 2rem;
}

.form-area-title.end {
  font-size: 5rem;
}

.form-area-info {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}

.form-area-info.end {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 2rem;

}

.form-border {
  border: 2px solid #e60012;
  margin-top: 3rem;
}

.form-area-cont {
  padding-top: 4rem;
}

.form-area-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.label-space {
  display: flex;
  align-items: center;
}

.label-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3px;
}

.label-info {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 1rem;
}

.form-labelicon {
  width: 4rem;
  height: auto;
}

.select-text {
  width: 62rem;
  height: 3.8rem;
  padding: 8px 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  background-color: #fff;
  line-height: 1.5;
}

.select-text.big {
  height: 19rem;
}

.select-text::placeholder {
  color: #999;
}

.btn02_form {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

.btn02_hontai {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn02_hontai:hover {
  opacity: 0.7;
}

.btn02_back {
  width: 37rem;
  height: auto;
}

.btn_text-otoiawase {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  z-index: 100;

  position: absolute;
  top: 2.2rem;
}

.completed-text {
  width: 62rem;
  font-size: 2rem;
}

/* 上にもどるボタン */

.float-button_wrap {
  display: none;
  width: 7rem;
  height: auto;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
}

.float-button_wrap:hover {
  opacity: 0.7;
}

.float-button_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* フッター */

footer {
  width: 100%;
  height: 6rem;
  background-color: #e4022e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright {
  /* display: block; */
  font-size: 1.4rem;
  /* text-align: center; */
  color: #fff;
  /* margin-bottom: 1rem; */
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

/* 画面サイズが2000px以上 */
@media screen and (min-width: 2000px) {

  .s3colors_back.blue {
    height: 256rem;
  }

  .s3colors_back.orange {
    height: 210rem;
  }
}

/* 画面サイズが2200px以上 */
@media screen and (min-width: 2200px) {

  .s3colors_back.green {
    height: 100rem;
  }
}

/* 画面サイズが2280px以上 */
@media screen and (min-width: 2280px) {

  .s3colors_back.blue {
    height: 265rem;
  }

  .s3colors_back.orange {
    height: 233rem;
  }
}

/* 画面サイズが1800px以下 */
@media screen and (max-width: 1800px) {

  .br-1800 {
    display: inline-block;
  }
}

/* 画面サイズが1700px以下 */
@media screen and (max-width: 1700px) {

  .br-1700 {
    display: inline-block;
  }

  .s3colors_back.blue {
    height: 224rem;
  }

  .s3colors_back.orange {
    height: 171rem;
  }
}

/* 画面サイズが1565px以下 */
@media screen and (max-width: 1565px) {

  .redtext_cont.orange {
    font-size: 2.8rem;
  }
}

/* 画面サイズが1500px以下 */
@media screen and (max-width: 1500px) {

  .s3colors_back.blue {
    height: 210rem;
  }

  .s3colors_back.orange {
    height: 166rem;
  }
}

/* 画面サイズが1428px以下 */
@media screen and (max-width: 1478px) {

  .br-1478 {
    display: inline-block;
  }

  .redtext_cont.orange {
    font-size: 3rem;
  }
}

/* 画面サイズが1366px以下 */
@media screen and (max-width: 1366px) {

  .s3colors_back.green {
    height: 88rem;
  }

  .s3colors_back.blue {
    height: 207rem;
  }

  .s3colors_back.orange {
    height: 162rem;
  }
}

/* 画面サイズが1024px（ipadpro）以下 */
@media screen and (max-width: 1024px) {

  .white_area {
    width: 85%;
  }

  .s3colors_back.blue {
    height: 218rem;
  }

  .s3colors_back.orange {
    height: 174rem;
  }

  .section_seihin {
    padding: 8rem 3rem;
  }

  .section_03 {
    padding: 3rem;
  }

  .form-block {
    padding: 10rem 3rem;
  }

  .seihin_btncont {
    display: block;
  }

  .seihin_dlbtn {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

/* 画面サイズが820px（ipad）以下 */
@media screen and (max-width: 820px) {

  header {
    padding: 0 2rem;
  }

  .top-textarea {
    padding: 2rem;
  }

  .top-logo {
    width: 16rem;
    height: auto;
  }

  .top-midashi {
    align-items:flex-start;
  }

  .mv-txt {
    position:static;
    width:72vw;
    margin-top:-2.7rem;
    aspect-ratio:700 / 232;
    width:69.5vw;
    height:auto;
  }

  .message_cont{
    margin:0;
  }

  .s01-midashi_cont {
    padding: 2rem;
  }

  .top-midashi-text {
    font-size: 2.8rem;
  }

  .section_otoiwase {
    height: 30rem;
  }

  .section_otoiwase_inner {
    display: block;
    text-align: center;
    width: 95%;
    height: 22rem;
  }

  .btn01_otoiawase {
    margin-top: 2rem;
  }

  .btn_text {
    top: 2rem;
    left: 31%;
  }

  .anchor_cont {
    width: 100%;
  }

  .s3colors_back.blue {
    height: 200rem;
  }

  .s3colors_back.orange {
    height: 154rem;
  }

  .section_otoiwaseWhite {
    height: 30rem;
  }

  .section_otoiwaseWhite_inner {
    display: block;
    text-align: center;
    width: 95%;
  }

  iframe.youtube {
    padding: 2rem;
    width: 100%;
  }

  .section_02_infoarea {
    width: 100%;
    padding: 2rem;
  }

  .section_02_logo {
    width: 30rem;
  }

  .section_02_imgarea {
    padding: 0 2rem;
  }

  .label-space {
    width: 80%;
  }

  .label-title {
    font-size: 1.6rem;
  }

  .float-button_wrap {
    width: 6rem;
  }

  .pc-img {
    display: block;
  }

  .sp-img {
    display: none;
  }
  .seihin_btnblock {
    width:90%;
  }
}

/* 画面サイズが510px以下 */
@media screen and (max-width: 510px) {
  header {
    padding: 0.8rem;
  }

  .blockHeader {
    width: 1080px;
    display: flex;
    align-items: center;
  }

  .sectionTop{
    background-image: url(../images/mv_bg_sp.jpg);
  }

  .header-logo {
    width: 20%;
    margin-left: 0;
    margin-right: 1rem;
  }

  .header-maker {
    font-size: 1.6rem;
  }

  .top-midashi {
    display: block;
  }

  .top-textarea {
    width: 100%;
    padding: 0 0 2rem 0;
  }

  .top-logo {
    margin: 2rem 0 2.5rem 2rem;
  }

  .mv-txt {
    width:100%;
    margin:0;
    aspect-ratio:375 / 120;
  }

  .message_cont {
    width:calc(100% - 4rem);
    margin:0 auto;
  }

  .header-address {
    margin-left: 0rem;
  }

  .otoiawase_text {
    font-size: 1.8rem;
  }
  .btn_text {
    left: 18%;
  }

  .section_01_text {
    width: 100%;
  }

  .anchor_btn {
    width: 13rem;
  }

  .anchor_btn.big {
    width: 16.5rem;
  }

  .anchor_cont {
    padding-left: 0rem;
  }

  .midashi_img {
    width: 37rem;
  }

  .midashi_img.orange {
    width: 44rem;
  }

  .midashi_cont {
    display: block;
  }

  .s3colors_back.green {
    height: 123rem;
  }

  .s3colors_back.blue {
    height: 253rem;
  }

  .s3colors_back.orange {
    height: 293rem;
  }

  .redtext_cont {
    font-size: 2.5rem;
  }

  .irasuto_cont {
    display: block;
  }

  .irasuto_img {
    width: 100%;
    margin-bottom: 2rem;
  }

  .pc-img {
    display: none;
  }

  .sp-img {
    display: block;
  }

  .hyou_img {
    width: 100%;
  }

  .irasuto_cont.blue {
    display: none;
  }

  .irasuto_cont.blueSP {
    display: block;
  }

  .blueSP_pic {
    margin-top: 4rem;
  }

  .irasuto_cont.orange {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-top: 8rem;
  }

  .seihin_btn {
    width: 100%;
  }

  .seihin-area-title {
    font-size: 4rem;
  }

  .seihin_cont_ue {
    display: block;
  }

  .seihin_img {
    width: 100%;
    margin-top: 2rem;
  }

  .seihin_name {
    font-size: 3.5rem;
  }

  .section_02_text {
    font-size: 4rem;
    bottom: -5rem;
  }

  .section_02_infoarea {
    display: block;
    text-align: center;
    margin-top: 0rem;
  }

  .section_03_text {
    font-size: 2rem;
  }

  .section_03_logo {
    width: 32rem;
  }

  .section_03_midashi {
    font-size: 2rem;
  }

  .s03_linkblock {
    display: block;
  }

  .s03_left_text {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .s03_left_btncont {
    width: 100%;
    display: block;
  }

  .s03_left_btn {
    width: 100%;
    margin-bottom: 2rem;
  }

  .s03_mapblock {
    gap: 4rem;
    grid-template-columns: 1fr;
  }

  .form-area-title {
    font-size: 4rem;
  }

  .form-area-info {
    font-size: 2rem;
  }

  .form-area-label {
    display: block;
    margin-bottom: 3rem;
  }

  .label-space {
    margin-bottom: 0.5rem;
  }

  .select-text {
    width: 100%;
    height: 5rem;
  }

  .completed-text {
    width: 100%;
  }

  .form-area-title.end {
    font-size: 4rem;
  }

  .icon_img {
    margin-bottom: 1rem;
  }

  .blue_hyou {
    width: 100%;
    font-size: 1.4rem;
  }

  .seihin_btnblock {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    width:100%;
  }
}

/* 画面サイズが430px以下 */
@media screen and (max-width: 430px) {

  .btn01_back {
    width: 26rem;
  }

  .btn_text {
    font-size: 1.8rem;
    top: 1.5rem;
    left: 20%;
  }

  .btn02_back {
    width: 30rem;
    height: auto;
  }

  .btn_text-otoiawase {
    font-size: 2rem;
    top: 2rem;
  }

  .anchor_btn {
    width: 11rem;
  }

  .anchor_btn.big {
    width: 14rem;
  }

  .s3colors_back.green {
    height: 113rem;
  }

  .s3colors_back.orange {
    height: 271rem;
  }

  .section_02_text {
    font-size: 3rem;
  }

  .section_03_logo {
    width: 26rem;
  }

  .section_seihin {
    padding: 8rem 1rem;
  }

  .section_03 {
    padding: 1.5rem;
  }

  .section_03_inner {
    padding: 5rem 2rem;
  }

  .form-block {
    padding: 9rem 2rem;
  }

  .form-area {
    padding: 4rem 2rem 5rem;
  }

  .float-button_wrap {
    width: 5rem;
  }
}

/* 画面サイズが393px（SPの基準値）以下 */
@media screen and (max-width: 393px) {

  header {
    height: 10rem;
  }

  .otoiawase_strongtest {
    font-size: 2rem;
  }

  .btn_text {
    left: 17%;
  }

  .s02_text {
    font-size: 3.2rem;
  }

  .white_area {
    width: 90%;
    padding: 4rem 2rem 6rem;
  }

  .s3colors_back.blue {
    height: 238rem;
  }

  .midashi_img.orange {
    width: 36rem;
  }

  .s3colors_back.orange {
    height: 250rem;
  }

  .irasuto_cont.orange {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    margin-bottom: 3rem;
    gap: 2rem;
  }
}


