@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* .c-pageTitle__inner {
    display: none;
} */


/* =========================================================
 Contact Form 7 
 ========================================================= */

/* テキストを太字 */
.wpcf7-form label {
font-weight: bold;
}

/* フォームの下に余白 */
.wpcf7-form p {
margin-bottom: 30px;
}
/* フォームのカスタマイズ */
.wpcf7-text, .wpcf7-email, .wpcf7-tel, .wpcf7-textarea {
width: 100%;
background-color: #fff;
margin-top: 5px;
}
/* ラジオボタンの左の余白 */
.wpcf7-radio span {
margin-left: 0;
}
/* ボタンのカスタマイズ */
.wpcf7-submit, .wpcf7-previous {
display: inline-block;
width: 240px;
padding: 1.2em 1em;
border-radius: 50px;
background: #D53633;/* ここにメインカラー */
font-size: 16px;
font-weight: 700;
letter-spacing: 0.2em;
line-height: 1;
color: #fff!important;
}
/* 必須マーク */
.required {
color: #fff;
background: #D53633;/* ここにメインカラー */
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
}



/* カード高さストレッチ */
.is-style-card>.wp-block-media-text__media>img
 {
	 object-fit: contain;}

.bg-wh {
background-color: #fff;
}

.bg-blue｛
background-color: #D4F9FD;
}


.has-border,
div.has-background,
p.has-background {
  padding: 50px 10px;
}

/* =========================================================
  OdorSensor - Case Cards
========================================================= */

.odorsensor-case-area {
  position: relative;
  background: #eee;
  margin: 2em calc(50% - 50vw);
  padding: 25px calc(50vw - 50%) 28px;
  box-sizing: border-box;
}

.odorsensor-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.odorsensor-case-card {
  position: relative;
  min-height: 520px;
  background: #fff;
  padding: 18px 20px 26px;
  overflow: hidden;
  box-sizing: border-box;
}

.odorsensor-case-title {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0 0 24px;
  padding: 0 0 12px;
  border-bottom: 1px dotted #777;
  line-height: 1;
  font-weight: 700;
  color: #222;
  background: none;
}

.odorsensor-case-title::before,
.odorsensor-case-title::after {
  content: none;
}

.odorsensor-case-title__label {
  font-size: 18px;
  color: #222;
}

.odorsensor-case-title__num {
  color: #f0f000;
  font-size: 28px;
  letter-spacing: .05em;
}

.odorsensor-case-question {
  position: relative;
  z-index: 2;
  min-height: 76px;
  margin: 0 0 16px;
  color: #000;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .03em;
}

.odorsensor-case-person {
  position: relative;
  z-index: 2;
  margin: 0 0 64px;
  padding-right: 115px;
  color: #05aeca;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .04em;
}

.odorsensor-case-img {
  position: absolute;
  top: 145px;
  right: 10px;
  z-index: 1;
  width: 120px;
  max-width: 38%;
  height: auto;
  display: block;
  margin: 0;
}

.odorsensor-case-text {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .03em;
}

.odorsensor-case-note {
  margin: 24px 0 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 959px) {
  .odorsensor-case-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .odorsensor-case-card {
    min-height: auto;
  }

  .odorsensor-case-question {
    min-height: 0;
    font-size: 20px;
  }

  .odorsensor-case-person {
    margin-bottom: 32px;
    padding-right: 42%;
    font-size: 24px;
  }

  .odorsensor-case-img {
    top: 130px;
    right: 12px;
    width: 150px;
    max-width: 38%;
  }

  .odorsensor-case-text {
    font-size: 20px;
  }
}

/* Smartphone */
@media (max-width: 599px) {
  .odorsensor-case-area {
    padding: 20px 16px 24px;
  }

  .odorsensor-case-title {
    margin-bottom: 22px;
  }

  .odorsensor-case-title__label {
    font-size: 17px;
  }

  .odorsensor-case-title__num {
    font-size: 27px;
  }

  .odorsensor-case-question {
    font-size: 18px;
  }

  .odorsensor-case-person {
    min-height: 80px;
    margin-bottom: 22px;
    padding-right: 130px;
    font-size: 21px;
  }

  .odorsensor-case-img {
    top: 145px;
    right: 8px;
    width: 130px;
    max-width: 40%;
  }

  .odorsensor-case-text {
    font-size: 16px;
  }

  .odorsensor-case-note {
    font-size: 15px;
  }
}

/* =========================================================
  OdorSensor - POLFA Lead
========================================================= */

.odorsensor-polfa-lead {
  margin: 4em 0 3em;
  text-align: center;
}

.odorsensor-polfa-subtitle {
  margin: 0 0 4px;
  color: #222;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
}

.odorsensor-polfa-title {
  position: relative;
  display: inline-block;
  margin: 0 0 44px;
  padding: 0;
  color: #333;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  background: none;
  border: none;
}

.odorsensor-polfa-title::before,
.odorsensor-polfa-title::after {
  content: none;
}

.odorsensor-polfa-title__main {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #333;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .04em;
}

.odorsensor-polfa-title__main::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.02em;
  z-index: -1;
  height: 0.28em;
  background: #ffff5a;
}

.odorsensor-polfa-copy {
  margin: 0 0 20px;
  color: #555;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .03em;
  text-align: center;
}

.odorsensor-polfa-slogan {
  margin: 0 0 22px;
  color: #05aeca;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  text-align: center;
}

/* Tablet */
@media (max-width: 959px) {
  .odorsensor-polfa-lead {
    margin: 3em 0 2.5em;
  }

  .odorsensor-polfa-subtitle {
    font-size: 22px;
  }

  .odorsensor-polfa-title {
    margin-bottom: 36px;
  }

  .odorsensor-polfa-title__main {
    font-size: 54px;
  }

  .odorsensor-polfa-copy {
    font-size: 20px;
  }

  .odorsensor-polfa-slogan {
    font-size: 40px;
  }
}

/* Smartphone */
@media (max-width: 599px) {
  .odorsensor-polfa-lead {
    margin: 2.5em 0 2em;
  }

  .odorsensor-polfa-subtitle {
    font-size: 17px;
  }

  .odorsensor-polfa-title {
    margin-bottom: 30px;
  }

  .odorsensor-polfa-title__main {
    font-size: 35px;
  }

  .odorsensor-polfa-copy {
    font-size: 15px;
    line-height: 1.8;
  }

  .odorsensor-polfa-slogan {
    font-size: 24px;
    line-height: 1.5;
  }
}