/*
================================*/
@media screen and (min-width: 768px) {
}
.main01 {
 position: relative;
}
.main01 .main_title {
 position: absolute;
 top: 40%;
}
@media screen and (min-width: 768px) {
 .main01 .main_title {
  position: absolute;
  top: 50%;
 }
}
.main01 .main_title .main_title_h1 {
 font-size: 34px;
 line-height: 1.2em;
 padding-top: 15px;
}
@media screen and (min-width: 768px) {
 .main01 .main_title .main_title_h1 {
  font-size: 70px;
  white-space: nowrap;
  padding-top: 15px;
 }
}
.main01 .main_title .main_title_p {
 padding-bottom: 15px;
 line-height: 1.2em;
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .main01 .main_title .main_title_p {
  padding-bottom: 15px;
  font-size: 27px;
 }
}

.main01 .sub_link {
 position: absolute;
 text-align: center;
 bottom: 0%;
 left: 5%;
 display: flex;
 flex-direction: column;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .main01 .sub_link {
  position: absolute;
  text-align: center;
  bottom: 0%;
  left: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}

.main01 .sub_link .sub_title_01 {
 font-size: 22px;
 padding-bottom: 10px;
}
.main01 .sub_link .sub_title_02 {
 font-size: 17px;
 padding-bottom: 15px;
}

/*
================================*/
@media screen and (min-width: 768px) {
}
.about02 {
}
.about02 .section_comment {
 padding-bottom: 35px;
}
.about02 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .about02 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.about02 .section_main_title {
 font-size: 20px;
 line-height: 1.2em;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .about02 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.about02 .section_sub_title {
 font-size: 18px;
 font-weight: normal;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .about02 .section_sub_title {
  font-size: 25px;
 }
}

.about02 .about_contents {
 display: flex;
 gap: 20px;
 flex-direction: column;
 padding-bottom: 60px;
 align-items: center;
 justify-content: center;
}
@media screen and (min-width: 768px) {
 .about02 .about_contents {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
 }
}
.about02 .about_comment {
 width: 100%;
 line-height: 2em;
}
@media screen and (min-width: 768px) {
 .about02 .about_comment {
  width: 50%;
  line-height: 2em;
 }
}
.about02 .about_text {
 font-size: 15px;
 padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
 .about02 .about_text {
  font-size: 18px;
  padding-bottom: 20px;
 }
}
.about02 .about_img {
 width: 100%;
}
@media screen and (min-width: 768px) {
 .about02 .about_img {
  width: 50%;
 }
}

/*
================================*/
@media screen and (min-width: 768px) {
}
.service03 {
 position: relative; /* 基準点を設定 */
}
@media screen and (min-width: 768px) {
 .service03 {
  position: relative; /* 基準点を設定 */
  overflow: hidden; /* はみ出る部分を隠す */
 }
}
.service03 .background_img {
 position: fixed;
 top: auto;
 left: 0;
 width: 100%; /* ビューポートの幅全体 */
 height: 20vh; /* 高さを画面の50%に調整 */
 background-image: url("../../images/home/service_contents.png"); /* 背景画像 */
 background-size: cover;
 background-position: center; /* 画像の中央を表示 */
 background-repeat: no-repeat; /* 繰り返しを無効にする */
 z-index: -1; /* 背景として配置 */
}
@media screen and (min-width: 768px) {
 .service03 .background_img {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%; /* ビューポートの幅全体 */
  height: 90%; /* 親要素の高さに合わせる */
  background-image: url("../../images/home/service_contents.png"); /* 背景画像 */
  background-size: auto;
  background-position: center; /* 画像の中央を表示 */
  background-repeat: no-repeat; /* 繰り返しを無効にする */
  z-index: -1; /* 背景として配置 */
 }
}
.service03 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .service03 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.service03 .section_main_title {
 line-height: 1.2em;
 font-size: 20px;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .service03 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.service03 .section_sub_title {
 font-size: 18px;
 font-weight: normal;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .service03 .section_sub_title {
  font-size: 25px;
 }
}
.service03 .section_sub_comment {
 padding-top: 50px;
 line-height: 2em;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .service03 .section_sub_comment {
  padding-top: 60px;
  line-height: 2em;
  font-size: 18px;
 }
}

.service03 .section_items {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 grid-template-rows: repeat(2, auto);
 padding-top: 120px;
 padding-bottom: 60px;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 gap: 15px;
}
@media screen and (min-width: 768px) {
 .service03 .section_items {
  display: flex;
  padding-top: 200px;
  padding-bottom: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
 }
}
.service03 .section_items .item {
 display: flex;
 background-color: rgb(111 207 111 / 41%);
 width: 180px;
 height: 250px;
 border-radius: 10px;
 flex-direction: column;
 padding: 15px 10px;
 justify-content: flex-start;
}
@media screen and (min-width: 768px) {
 .service03 .section_items .item {
  display: flex;
  background-color: rgb(111 207 111 / 41%);
  width: 300px;
  height: 200px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
}
.service03 .section_items .item h3 {
 font-size: 18px;
 padding-bottom: 15px;
 text-align: center;
}
.service03 .section_items .item ul li {
 padding-bottom: 10px;
}

/*
================================*/
@media screen and (min-width: 768px) {
}
.topic04 {
}
.topic04 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .topic04 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.topic04 .section_main_title {
 line-height: 1.2em;
 font-size: 20px;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .topic04 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.topic04 .section_sub_title {
 font-size: 18px;
}
@media screen and (min-width: 768px) {
 .topic04 .section_sub_title {
  font-size: 28px;
 }
}
.topic04 .section_sub_comment {
 padding-top: 50px;
 line-height: 2em;
 font-size: 15px;
}
@media screen and (min-width: 768px) {
 .topic04 .section_sub_comment {
  padding-top: 60px;
  line-height: 2em;
  font-size: 18px;
 }
}

.topic04 .section_img {
 display: flex;
 padding-top: 50px;
 padding-bottom: 50px;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 50px;
}
@media screen and (min-width: 768px) {
 .topic04 .section_img {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
 }
}

/*
================================*/
@media screen and (min-width: 768px) {
}
.news05 {
}

.news05 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .news05 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.news05 .section_main_title {
 font-size: 20px;
 line-height: 1.2em;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .news05 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.news05 .section_sub_title {
 font-size: 18px;
 font-weight: normal;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .news05 .section_sub_title {
  font-size: 25px;
 }
}

/* ニュース全体のコンテナ */
.news05 .news_items {
 display: flex;
 gap: 10px;
 padding: 50px 0;
 flex-direction: column;
 justify-content: center;
}
@media screen and (min-width: 768px) {
 .news05 .news_items {
  display: flex;
  gap: 50px;
  padding: 50px 0;
  flex-direction: row;
  justify-content: center;
 }
}

/* 各ニュースアイテム */
.news05 .news_item {
 display: flex;
 color: #fff;
 border-radius: 10px;
 overflow: hidden;
 flex: 1;
 flex-direction: row;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .news05 .news_item {
  display: flex;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  flex: 1;
  flex-direction: column;
  align-items: center;
 }
}

/* 画像 */
.news05 .news_image img {
 width: 90%;
 height: auto;
 display: block;
}
@media screen and (min-width: 768px) {
 .news05 .news_image img {
  width: 100%;
  height: auto;
  display: block;
 }
}

/* ニュースのテキスト */
.news05 .news_content {
 padding: 20px 0;
 width: 100%;
}
@media screen and (min-width: 768px) {
 .news05 .news_content {
  padding: 20px;
  width: 85%;
 }
}

.news05 .news_date {
 font-size: 14px;
 margin-bottom: 10px;
 color: #ccc;
}

.news05 .news_title {
 font-size: 14px;
 font-weight: bold;
 line-height: 1.5;
}
@media screen and (min-width: 768px) {
 .news05 .news_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
 }
}

/*
================================*/
@media screen and (min-width: 768px) {
}
.pickup06 {
}

.pickup06 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .pickup06 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.pickup06 .section_main_title {
 font-size: 20px;
 line-height: 1.2em;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .pickup06 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.pickup06 .section_sub_title {
 font-size: 18px;
 font-weight: normal;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .pickup06 .section_sub_title {
  font-size: 25px;
 }
}

/* 商品一覧コンテナ */
.pickup06 .product_items {
 display: flex;
 justify-content: center;
 gap: 10px;
 padding: 50px 0;
 flex-direction: column;
}
@media screen and (min-width: 768px) {
 .pickup06 .product_items {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 50px 0;
  flex-direction: row;
 }
}

/* 各商品カード */
.pickup06 .product_item {
 color: #fff;
 border-radius: 10px;
 padding: 20px 0;
 /* text-align: center; */
 flex: 1;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .pickup06 .product_item {
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  /* text-align: center; */
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
 }
}

/* 商品画像 */
.pickup06 .product_item img {
 width: 100%;
 height: auto;
 border-radius: 8px; /* 画像の角丸 */
 margin-bottom: 15px;
}

/* 商品タイトル */
.pickup06 .product_title {
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 10px;
}

/* 商品説明 */
.pickup06 .product_description {
 font-size: 14px;
 line-height: 1.6;
}

/*
================================*/

/*
================================*/
@media screen and (min-width: 768px) {
}
.calendar07 {
}

.calendar07 .section_title {
 font-size: 23px;
 font-weight: bold;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .calendar07 .section_title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 38px;
 }
}
.calendar07 .section_main_title {
 font-size: 20px;
 line-height: 1.2em;
 padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
 .calendar07 .section_main_title {
  font-size: 35px;
  padding-bottom: 30px;
 }
}
.calendar07 .section_sub_title {
 font-size: 18px;
 font-weight: normal;
 line-height: 1.6em;
}
@media screen and (min-width: 768px) {
 .calendar07 .section_sub_title {
  font-size: 25px;
 }
}

.calendar07 .contact_section {
 margin-top: 50px;
 width: auto;
 display: flex;
 flex-direction: column;
 align-items: center;
 background: #00712f;
 padding: 20px 0;
 gap: 20px;
 border-radius: 10px;
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_section {
  margin: 50px 100px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00712f;
  padding: 30px 0;
  gap: 30px;
  border-radius: 10px;
 }
}
.calendar07 .contact_section_title {
 font-size: 20px;
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_section_title {
  font-size: 26px;
 }
}

.calendar07 .contact_box {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
 }
}
.calendar07 .contact_box02 {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_box02 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
 }
}

.calendar07 .contact_item01 {
 font-size: 20px;
 padding-bottom: 30px;
 margin: 0; /* 左右に均等なマージンを追加 */
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_item01 {
  font-size: 26px;
  margin: 0 75px; /* 左右に均等なマージンを追加 */
 }
}
.calendar07 .contact_item01 .contact_sub_text {
 font-size: 15px;
 text-align: center;
 padding-top: 10px;
}
.calendar07 .contact_item02 {
 font-size: 20px;
 padding-bottom: 20px;
 margin: 0; /* 左右に均等なマージンを追加 */
}
@media screen and (min-width: 768px) {
 .calendar07 .contact_item02 {
  font-size: 26px;
  margin: 0 75px; /* 左右に均等なマージンを追加 */
 }
}

/*
================================*/
