@charset "UTF-8";
/*
===================================================================
 site_theme.css - drug-kubo.com
===================================================================
v1.0.0
20240223
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/* リセット */
@import url("default.css");
/*
===================================================================
 var.css - drug-kubo.com
===================================================================
v1.0.0 
20240223
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
/*
===================================================================
 categorySec001.css
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#categorySec001 h1 {
  padding: 12rem 10% 4rem 10%;
  font-size: 9vw;
  line-height: 140%;
  letter-spacing: 0.2rem;
  color: #668e68;
  font-weight: 900;
  padding-bottom: 4rem;
}
#categorySec001 h1 a {
  text-decoration: none;
}
#categorySec001 h1.page_h1 {
  padding: 8rem 0 4rem 0;
}
#categorySec001 .category_link {
  margin: 2rem 0;
}
#categorySec001 .category_link a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: solid 2px #668e68;
  border-radius: 0.2rem;
  color: #668e68;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
}
#categorySec001 .category_link a:hover {
  color: #fff;
  background: #668e68;
}
#categorySec001 .flex_box {
  padding: 4rem 10%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
#categorySec001 .flex_box .flex_child {
  width: 48%;
  box-sizing: border-box;
  border: solid 1px #ddd;
  margin-bottom: 3rem;
}
#categorySec001 .flex_box .flex_child a {
  text-decoration: none;
  text-decoration-color: #668e68;
  transition: all 0.3s ease;
}
#categorySec001 .flex_box .flex_child img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
#categorySec001 .flex_box .flex_child .honbun {
  padding: 1.5rem;
}
#categorySec001 .flex_box .flex_child .honbun h2 {
  font-size: 2rem;
  color: #333;
  padding: 0.5rem 0 1rem 0;
  line-height: 150%;
}
#categorySec001 .flex_box .flex_child .honbun p {
  font-size: 1.6rem;
  line-height: 150%;
  color: #333;
}
#categorySec001 .flex_box .flex_child .honbun .date {
  font-size: 1.2rem;
  color: #999;
}
#categorySec001 .flex_box .flex_child:hover img {
  filter: brightness(1.1);
}
#categorySec001 .flex_box .flex_child:hover a {
  text-decoration: underline;
}
#categorySec001 .flex_box_2 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 0 10%;
}

@media screen and (min-width: 768px) {
  #categorySec001 h1 {
    font-size: 5rem;
    padding-top: 4rem;
  }
  #categorySec001 .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1084px) {
  #categorySec001 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  #categorySec001 h1 {
    font-size: 6rem;
  }
  #categorySec001 .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #categorySec001 .flex_box .flex_child {
    width: 24%;
    margin-bottom: 2rem;
  }
  #categorySec001 .flex_box .flex_child img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  #categorySecS001 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  #categorySecS001 h1 {
    font-size: 7rem;
  }
}
/*
===================================================================
 globalFooter.css
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalFooter {
  background: #668e68;
  padding: 3rem 10%;
}
#globalFooter ._box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#globalFooter .globalFooter__left {
  width: 100%;
  box-sizing: border-box;
}
#globalFooter .globalFooter__left img {
  width: 80%;
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
}
#globalFooter .globalFooter__left p {
  color: #fff;
  font-weight: 600;
  padding: 0 0 0.5rem 0;
}
#globalFooter .globalFooter__right {
  display: none;
  width: 50%;
  height: 80px;
  float: left;
  box-sizing: border-box;
  text-align: center;
  vertical-align: bottom;
  position: relative;
}
#globalFooter .globalFooter__right img {
  width: 60%;
  max-width: 200px;
  height: auto;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#globalFooter .globalFooter__right img:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  bottom: 0;
  right: 0;
}
#globalFooter .copy {
  display: block;
  font-size: 1.4rem;
  width: 100%;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 2rem;
  line-height: 150%;
}
#globalFooter .copy a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
#globalFooter .copy a:hover {
  color: #84bf37;
}

@media screen and (min-width: 768px) {
  #globalFooter .globalFooter__left {
    float: left;
    width: 50%;
  }
  #globalFooter .globalFooter__left img {
    margin: 0;
  }
  #globalFooter .globalFooter__right {
    display: block;
    float: right;
    width: 15%;
    height: 300px;
  }
  #globalFooter .globalFooter__right img {
    width: 80%;
  }
}
/*
===================================================================
 globalHeader.css - drug-kubo.com
===================================================================
v1.0.0
20240223
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#globalHeader {
  /*2階層目を持つliの矢印の設定*/
  /*3階層目を持つliの矢印の設定*/
  /*== 2・3階層目の共通設定 */
  /*下の階層を持っているulの指定*/
  /*hoverしたら表示*/
  /*ナビゲーションaタグの形状*/
  /*==3階層目*/
  /*3階層目の位置*/
}
#globalHeader nav.globalHeader__gNav {
  background: #668e68;
  color: #fff;
  text-align: center;
}
#globalHeader nav.globalHeader__gNav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
#globalHeader nav.globalHeader__gNav ul ul {
  display: block;
}
#globalHeader nav.globalHeader__gNav ul li {
  position: relative;
}
#globalHeader nav.globalHeader__gNav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 20px 35px;
  transition: all 0.3s;
}
#globalHeader nav.globalHeader__gNav ul li a:hover {
  color: #fff;
}
#globalHeader nav.globalHeader__gNav ul li li a {
  padding: 10px 35px;
}
#globalHeader nav ul li.has-child::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}
#globalHeader nav ul ul li.has-child::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
#globalHeader nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  /*形状を指定*/
  background: #84bf37;
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}
#globalHeader nav li.has-child:hover > ul,
#globalHeader nav li.has-child ul li:hover > ul,
#globalHeader nav li.has-child:active > ul,
#globalHeader nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
#globalHeader nav li.has-child ul li a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
#globalHeader nav li.has-child ul li:last-child > a {
  border-bottom: none;
}
#globalHeader nav li.has-child ul li a:hover,
#globalHeader nav li.has-child ul li a:active {
  background: #668e68;
}
#globalHeader nav li.has-child ul ul {
  top: 0;
  left: 182px;
  background: #66ADF5;
}
#globalHeader nav li.has-child ul ul li a:hover,
#globalHeader nav li.has-child ul ul li a:active {
  background: #448ED3;
}
#globalHeader .globalHeader__flexBox {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 1rem 5%;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--title {
  width: 30%;
  max-width: 200px;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--title img {
  width: 100%;
  height: auto;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox {
  width: 70%;
  max-width: 600px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a {
  padding: 0 0 0 2%;
  transition: all 0.3s ease;
  filter: brightness(1);
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a img {
  width: 100%;
  height: auto;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:hover {
  filter: brightness(1.2);
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:first-child {
  width: 22.9%;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:nth-child(2) {
  width: 27.02%;
}
#globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox a:last-child {
  width: 30.06%;
}

@media screen and (max-width: 767px) {
  #globalHeader nav {
    display: none;
  }
  #globalHeader .globalHeader__flexBox .globalHeader__flexBox--flexBox {
    display: none;
  }
}
/*
===================================================================
 homeSec001.css
===================================================================
v1.0.0 
2023-10-25
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec001 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
}
#homeSec001 h1 {
  font-size: 9vw;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.2rem;
  color: #333;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
#homeSec001 h1 span {
  font-size: 4vw;
}
#homeSec001 h3 {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
  background: #668e68;
  color: #fff;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 3vw;
  display: block;
}
#homeSec001 h3._adj {
  margin-top: 4rem;
}
#homeSec001 p {
  margin: 0 auto;
  line-height: 160%;
  max-width: 1000px;
}
#homeSec001 .homeSec001__topImage {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0;
}
#homeSec001 .homeSec001__topImage img {
  width: 100%;
  height: auto;
  border: solid 3px #668e68;
  border-radius: 10px;
  overflow: hidden;
}
#homeSec001 .homeSec001__flexBox {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 2rem auto;
  padding: 2rem 0 5rem 0;
}
#homeSec001 .homeSec001__flexBox a {
  width: 60px;
  box-sizing: border-box;
  border: 0;
  margin: 0 2%;
  padding: 0;
  transition: all 0.3s ease;
  filter: brightness(1);
}
#homeSec001 .homeSec001__flexBox a:hover {
  filter: brightness(1.2);
}
#homeSec001 .homeSec001__flexBox a img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 540px) {
  #homeSec001 h1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #homeSec001 h1 {
    font-size: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1084px) {
  #homeSec001 h1 {
    font-size: 6rem;
  }
  #homeSec001 h1 span {
    font-size: 3rem;
  }
  #homeSec001 h3 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #home_sec_001 {
    width: 100%;
  }
  #home_sec_001 h1 {
    font-size: 7rem;
  }
  #home_sec_001 h1 span {
    font-size: 4rem;
  }
}
/*
===================================================================
 homeSec002.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec002 {
  margin: 0 auto;
  width: 100%;
  background: #668e68;
  margin-top: 6rem;
  padding-bottom: 1rem;
}
#homeSec002 h2 {
  font-size: 4vw;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: #fff;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
#homeSec002 .homeSec002__flexBox {
  display: flex;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1400px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
  width: 90%;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #fff;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  filter: brightness(1);
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article a:hover {
  filter: brightness(1.2);
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article h3 {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
  padding: 0.5rem 5%;
  color: #333;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article hr {
  display: block;
  border: none;
  height: 1px;
  width: calc(100% - 10px);
  margin: 0 auto;
  background: #333;
  margin-bottom: 0.5rem;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 120%;
  padding: 0.5rem 5%;
  padding-top: 0.2rem;
  color: #333;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 5%;
}
#homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article ._category ul li {
  background: #fff;
  border: solid 1px #666;
  border-radius: 100rem;
  padding: 0.2rem 0.7rem;
  font-size: 1.2rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  color: #333;
}
#homeSec002 ._more {
  display: block;
  width: 80%;
  max-width: 400px;
  background: #fff;
  padding: 0.8rem 0.8rem;
  border: solid 1px #999;
  border-radius: 100px;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
  text-align: center;
  margin: 4rem auto;
  transition: all 0.3s ease;
}
#homeSec002 ._more:hover {
  background: #668e68;
  color: #fff;
}

@media screen and (min-width: 540px) {
  #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  #homeSec002 h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1084px) {
  #homeSec002 .homeSec002__flexBox .homeSec002__flexBox--article {
    width: 23%;
  }
}
@media screen and (min-width: 1400px) {
  #homeSec002 h2 {
    font-size: 4rem;
  }
}
/*
===================================================================
 homeSec003.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec003 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 1rem;
}
#homeSec003 h2 {
  font-size: 9vw;
  font-family: keifont;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0.2rem;
  color: #333;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
#homeSec003 h2 span {
  font-size: 4vw;
}
#homeSec003 .homeSec003__image {
  width: 100%;
}
#homeSec003 .homeSec003__image img {
  width: 100%;
  height: auto;
}
#homeSec003 .homeSec003__article {
  width: 100%;
  background: #84bf37;
  margin: 2rem 0;
  border-radius: 5px;
  overflow: hidden;
}
#homeSec003 .homeSec003__article a {
  text-decoration: none;
  filter: brightness(1);
}
#homeSec003 .homeSec003__article a:hover {
  filter: brightness(1.2);
}
#homeSec003 .homeSec003__article .homeSec003__article--left {
  width: 100%;
}
#homeSec003 .homeSec003__article .homeSec003__article--left img {
  width: 100%;
  height: auto;
}
#homeSec003 .homeSec003__article .homeSec003__article--right h3 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: keifont;
  text-align: left;
  color: #333;
  padding: 0.5rem 5%;
  padding-top: 1.5rem;
}
#homeSec003 .homeSec003__article .homeSec003__article--right h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
#homeSec003 .homeSec003__article .homeSec003__article--right p {
  font-size: 1.6rem;
  color: #333;
  padding: 0.5rem 5%;
  padding-bottom: 1.5rem;
}

@media screen and (min-width: 540px) {
  #homeSec003 h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #homeSec003 h2 {
    font-size: 5rem;
    padding-bottom: 5rem;
  }
  #homeSec003 .homeSec003__article {
    margin: 4rem 0;
    border-radius: 5px;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--left {
    float: left;
    width: 30%;
    box-sizing: border-box;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--left img {
    width: 100%;
    height: auto;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right {
    float: right;
    width: 70%;
    box-sizing: border-box;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
    font-size: 2.2vw;
    padding: 0.5rem 10%;
    padding-top: 3.5rem;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right p {
    font-size: 1.9vw;
    color: #333;
    padding: 0.5rem 10%;
  }
}
@media screen and (min-width: 1084px) {
  #homeSec003 h2 {
    font-size: 6rem;
  }
  #homeSec003 h2 span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  #homeSec003 {
    width: 100%;
  }
  #homeSec003 h2 {
    font-size: 7rem;
  }
  #homeSec003 h2 span {
    font-size: 4rem;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--left {
    width: 20%;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right {
    width: 80%;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right h3 {
    font-size: 4rem;
    padding: 0.5rem 10%;
    padding-top: 3.5rem;
  }
  #homeSec003 .homeSec003__article .homeSec003__article--right p {
    font-size: 1.9rem;
    color: #333;
    padding: 0.5rem 10%;
  }
}
/*
===================================================================
 homeSec004.css
===================================================================
v1.0.0 
2023-10-26
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec004 {
  margin: 0 auto;
  width: 90%;
  max-width: 1400px;
  margin-top: 6rem;
  padding-bottom: 8rem;
}
#homeSec004 h2 {
  font-size: 9vw;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.2rem;
  color: #333;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
#homeSec004 h2 span {
  font-size: 4vw;
}
#homeSec004 h3 {
  font-size: clamp(1.6rem, 3.3vw, 3.2rem);
  font-weight: 800;
  text-align: center;
  padding: 5rem 0 3rem 0;
}
#homeSec004 .homeSec004__box .homeSec004__left p {
  font-size: 1.6rem;
  padding: 0 0 2.5rem 0;
  line-height: 150%;
}
#homeSec004 .homeSec004__box .homeSec004__right {
  padding-bottom: 2rem;
  text-align: center;
}
#homeSec004 .homeSec004__box .homeSec004__right img {
  display: inline;
  width: 80%;
  height: auto;
}
#homeSec004 .homeSec004__shoukoukai {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}
#homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
  width: 30%;
}
#homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  filter: brightness(1);
  margin-bottom: 2rem;
}
#homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child img:hover {
  filter: brightness(1.2);
}
#homeSec004 ._more {
  display: block;
  width: 80%;
  max-width: 400px;
  background: #668e68;
  padding: 0.8rem 0.8rem;
  border: solid 1px #999;
  border-radius: 100px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 2rem auto 4rem auto;
  transition: all 0.3s ease;
}
#homeSec004 ._more:hover {
  background: #fff;
  color: #333;
}

@media screen and (min-width: 540px) {
  #homeSec004 h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #homeSec004 h2 {
    font-size: 5rem;
    padding-bottom: 5rem;
  }
  #homeSec004 .homeSec004__box .homeSec004__left {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 0 5%;
  }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.6vw;
  }
  #homeSec004 .homeSec004__box .homeSec004__right {
    float: right;
    width: 40%;
    box-sizing: border-box;
  }
  #homeSec004 .homeSec004__box .homeSec004__right img {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #homeSec004 .homeSec004__shoukoukai .homeSec004__shoukoukai--child {
    width: 19%;
  }
}
@media screen and (min-width: 1084px) {
  #homeSec004 h2 {
    font-size: 6rem;
  }
  #homeSec004 h2 span {
    font-size: 3rem;
  }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 1.8rem;
  }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1400px) {
  #homeSec004 h2 {
    font-size: 7rem;
  }
  #homeSec004 h2 span {
    font-size: 4rem;
  }
  #homeSec004 .homeSec004__box .homeSec004__left p {
    font-size: 2rem;
  }
  #homeSec004 .homeSec004__box .homeSec004__right {
    padding-right: 10%;
  }
}
/*
===================================================================
 homeSec005.css - drug-kubo.com
===================================================================
v1.0.0 
20240227
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#homeSec005 {
  display: block;
  margin: 0 auto;
  width: 80%;
}
#homeSec005 h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #668e68;
  margin: 3rem 0 2rem 0;
  display: inline-block;
  line-height: 80%;
}
#homeSec005 h2 .chapter {
  font-size: 1.5rem;
}
#homeSec005 h2 span {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  padding-left: 1rem;
}
#homeSec005 .article hr.line {
  display: block;
  height: 1px;
  border: none;
  margin-bottom: 2rem;
  margin-top: 0;
  background-color: #333;
}
#homeSec005 .article .left {
  border-right: none;
}
#homeSec005 .article .left .day {
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: 0.4rem;
  padding-bottom: 0.5rem;
  color: #888;
}
#homeSec005 .article .left .month {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 1.5rem;
}
#homeSec005 .article .right {
  border-right: solid 1px #333;
  width: 100%;
  max-width: 800px;
}
#homeSec005 .article .right p {
  color: #666;
  font-size: 1.5rem;
  padding-top: 1.5rem;
  line-height: 150%;
  padding-bottom: 1.5rem;
}
#homeSec005 .list-data {
  opacity: 1;
  display: block;
}
#homeSec005 .list-data.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}
#homeSec005 .list-btn {
  margin: 20px 0;
}
#homeSec005 .list-btn.is-btn-hidden {
  display: none;
}
#homeSec005 .list-btn button {
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 200px;
  transition: all 0.3s;
}
#homeSec005 .list-btn button:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  #homeSec005 {
    display: block;
    margin: 2rem auto 0 auto;
    padding-bottom: 2rem;
    width: 80%;
    background-size: 70% auto;
    background-position: top 6rem right 2rem;
  }
  #homeSec005 h2 {
    font-size: 5rem;
    line-height: 100%;
  }
  #homeSec005 h2 .chapter {
    font-size: 2.5rem;
  }
  #homeSec005 h2 span {
    font-size: 2.6rem;
    padding-left: 1rem;
  }
  #homeSec005 .article .right p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #homeSec005 {
    background-size: 50% auto;
  }
  #homeSec005 .article hr.line {
    display: block;
    height: 1px;
    border: none;
    margin-bottom: 2rem;
    background-color: #333;
  }
  #homeSec005 .article .left {
    float: left;
    border-right: solid 1px #333;
    padding-right: 3rem;
  }
  #homeSec005 .article .left .month {
    padding-bottom: 1.5rem;
  }
  #homeSec005 .article .right {
    border-right: none;
    float: left;
    padding-left: 3rem;
  }
  #homeSec005 .article .right p {
    padding-bottom: 1.5rem;
  }
}
/*アニメーション*/
.bg .bg-wrap {
  position: relative;
  display: inline-block;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #668e68;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .bg .bg-wrap .inn {
    font-size: 25px;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}

.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}

.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}

.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}

.matrix .bg-wrap .inn.small {
  font-size: 15px;
}

.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.matrix.is-animated .bg-wrap {
  opacity: 1;
}

.matrix.is-animated .bg-wrap .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*
===================================================================
 singleContents.css
===================================================================
v1.0.0 
2023-10-25
Author: TAWARA COOPERATION - Ryota Kyuragi - https://tawaraco.co.jp/
break point - 540 768 1084 1400
*/
#singleContents {
  padding-bottom: 10rem;
  max-width: 1400px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  /*ContactForm7カスタマイズ*/
  /*入力欄*/
  /*「必須」文字*/
  /*「任意」文字*/
  /* タイトル列 */
  /* レスポンシブ */
  /* 「送信する」ボタン */
}
#singleContents h1 {
  font-size: 9vw;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.2rem;
  color: #333;
  padding-bottom: 4rem;
  padding-top: 4rem;
  text-align: center;
}
#singleContents h2 {
  font-size: 5vw;
  line-height: 130%;
  padding: 0 0 3rem 0;
  text-align: center;
}
#singleContents hr.singleContent__hr {
  display: block;
  width: 100%;
  max-width: 1400px;
  border: none;
  height: 1px;
  margin: 6rem auto;
  background: #668e68;
}
#singleContents p {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 160%;
}
#singleContents .category_link {
  margin: 2rem 0;
}
#singleContents .category_link a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: solid 2px #668e68;
  border-radius: 0.2rem;
  color: #668e68;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
}
#singleContents .category_link a:hover {
  color: #fff;
  background: #668e68;
}
#singleContents .eye_catch {
  width: 100%;
  padding-bottom: 3rem;
  text-align: center;
  max-width: 1400px;
}
#singleContents .eye_catch img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
#singleContents ._category {
  width: 100%;
  max-width: 1400px;
}
#singleContents ._category ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#singleContents ._category ul li {
  margin: 1rem 0.5rem;
}
#singleContents ._category ul li a {
  border: solid 2px #668e68;
  background: #668e68;
  border-radius: 100px;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
  color: #fff;
  transition: all 0.3s ease;
}
#singleContents ._category ul li:hover a {
  color: #668e68;
  background: #fff;
}
#singleContents .bg_sub {
  background: #ede6dd;
}
#singleContents .flex_box_2 {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding: 0 10% 5rem 10%;
}
#singleContents .main_box {
  padding: 4rem 10%;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}
#singleContents table.CF7_table {
  width: 80%;
  margin: 0 auto;
  border: 3px solid #e5e5e5;
}
#singleContents table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}
#singleContents .single .entry-content table.CF7_table,
#singleContents .page .entry-content table.CF7_table {
  display: table;
}
#singleContents .CF7_table input, #singleContents .CF7_table textarea {
  border: 1px solid #d8d8d8;
}
#singleContents .CF7_table ::-moz-placeholder {
  color: #797979;
}
#singleContents .CF7_table ::placeholder {
  color: #797979;
}
#singleContents .CF7_req {
  font-size: 0.9em;
  padding: 5px;
  background: #f79034; /*オレンジ*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
#singleContents .CF7_unreq {
  font-size: 0.9em;
  padding: 5px;
  background: #bdbdbd; /*グレー*/
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
}
@media screen and (min-width: 768px) {
  #singleContents .CF7_table th {
    width: 30%; /*横幅*/
    background-color: #ebedf5; /*ブルーグレー*/
  }
}
@media screen and (max-width: 768px) {
  #singleContents table.CF7_table {
    width: 95%;
  }
  #singleContents .CF7_table tr, #singleContents .CF7_table td, #singleContents .CF7_table th {
    display: block;
    width: 100%;
    line-height: 2.5em;
  }
  #singleContents .CF7_table th {
    background-color: #ebedf5;
  }
}
#singleContents .wpcf7 input.wpcf7-submit {
  background-color: #f79034; /* オレンジ*/
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
}
#singleContents .CF7_btn {
  text-align: center;
  margin-top: 20px;
}
#singleContents .wpcf7-spinner {
  width: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
  #singleContents h1 {
    font-size: 5rem;
    padding-bottom: 2rem;
  }
  #singleContents h2 {
    font-size: 3rem;
  }
  #singleContents p {
    font-size: 1.6rem;
  }
  #singleContents .category_link a {
    font-size: 1.6rem;
    margin-right: 2rem;
  }
  #singleContents .flex_box {
    padding: 5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: url("../image/bg_001.png");
    background-size: auto 100%;
    background-repeat: repeat;
    animation: scroll-left 2500s linear infinite;
  }
  #singleContents .flex_box .eye_catch {
    padding-bottom: 0;
  }
  #singleContents .flex_box .right {
    width: 50%;
    text-align: right;
  }
  #singleContents .flex_box .right img {
    border-radius: 1.5rem 0 0 1.5rem;
    width: 100%;
    height: auto;
    max-width: 1000px;
    display: inline;
  }
  #singleContents .flex_box .left {
    width: 45%;
    padding-left: 10%;
  }
  @keyframes scroll-left {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -10000% 0;
    }
  }
}
@media screen and (min-width: 1084px) {
  #singleContents h1 {
    font-size: 6rem;
  }
  #singleContents h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  #singleContents {
    padding: 0;
  }
  #singleContents h1 {
    font-size: 7rem;
  }
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  letter-spacing: 0.1rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
  transition: all 0.3s ease;
}
a:visited {
  color: #333;
}
a:hover {
  color: #84bf37;
  text-decoration-color: #84bf37;
}

p {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
}

.clear {
  clear: both;
}

.on_mobile {
  display: block;
}

.on_pc {
  display: none;
}

.on_mobile_inline {
  display: inline;
}

.on_pc_inline {
  display: none;
}

.drawer-brand {
  color: #FFF;
}

.drawer-dropdown-menu {
  background-color: #000;
  padding: 0.8rem 0;
}
.drawer-dropdown-menu a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.drawer-dropdown-menu a:hover {
  color: #668e68;
  text-decoration: none;
}
.drawer-dropdown-menu .drawer-dropdown-menu-item {
  line-height: 2.2rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  color: #fff;
  padding-left: 25px;
}

.drawer-hamburger {
  width: 4rem;
  color: #000;
  font-size: 1rem;
  padding: 2rem;
  background: #668e68;
}
.drawer-hamburger:hover {
  background: #0397D8;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #000;
}

.drawer-hamburger-icon {
  margin-bottom: 1rem;
}

.drawer-hamburger-icon:after {
  top: 15px;
}

.drawer-hamburger-icon:before {
  top: -15px;
}

.drawer-menu li {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.4rem;
  border-bottom: solid 1px #fff;
  color: #fff;
}
.drawer-menu li._jigyou {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.drawer-menu li a.drawer-menu-a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
}
.drawer-menu li a.drawer-menu-a:hover {
  color: #668e68;
}

.drawer-nav {
  background-color: transparent;
  width: 16.25rem;
  width: 25rem;
  z-index: 3;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -25rem;
}

.drawer--right .drawer-hamburger {
  right: 1rem;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
  right: 25rem;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .on_mobile {
    display: none;
  }
  .on_pc {
    display: block;
  }
  .on_mobile_inline {
    display: none;
  }
  .on_pc_inline {
    display: inline;
  }
}/*# sourceMappingURL=site_theme.css.map */