section {
  margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
  section {
    margin-bottom: 30px;
  }
}

/************************************
** main-visual
************************************/
.main-visual {
  position: relative;
}
.main-visual .item img {
  width: 100%;
}
.main-visual .swiper-button-next {
  right: -5%;
}
.main-visual .swiper-button-prev {
  left: -5%;
}

/************************************
** sec_002
************************************/

.sec_002 h2 {
  font-size: 50px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_002 h2 span {
  color: #ff0058;
}
.sec_002 .item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec_002 .message-box {
  width: 60%;
  z-index: 1;
}
.sec_002 .message-box p {
  font-size: 20px;
}
.sec_002 .image-box {
  width: 40%;
  position: relative;
  z-index: 0;
}
.sec_002 .image-box img {
  width: 110%;
  max-width: 150%;
}

@media screen and (max-width: 480px) {
  .sec_002 h2 {
    font-size: 24px;
  }
  .sec_002 .item-container {
    flex-wrap: wrap;
  }
  .sec_002 .message-box {
    width: 100%;
  }
  .sec_002 .message-box p {
    font-size: 16px;
  }
  .sec_002 .image-box {
    width: 100%;
    display: none;
  }
  .sec_002 .image-box img {
    width: 100%;
    max-width: 100%;
  }
}

/************************************
** sec_003
************************************/

.sec_003 h2 {
  font-size: 50px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_003 h2 span {
  color: #4caf50;
}
.sec_003 .item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.sec_003 .message-box {
  width: 60%;
  z-index: 1;
}
.sec_003 .message-box p {
  font-size: 20px;
}
.sec_003 .image-box {
  width: 40%;
  position: relative;
  z-index: 0;
}
.sec_003 .image-box img {
  width: 110%;
  max-width: 150%;
}

@media screen and (max-width: 480px) {
  .sec_003 h2 {
    font-size: 24px;
  }
  .sec_003 .item-container {
    flex-wrap: wrap;
  }
  .sec_003 .message-box {
    width: 100%;
  }
  .sec_003 .message-box p {
    font-size: 16px;
  }
  .sec_003 .image-box {
    width: 100%;
    display: none;
  }
  .sec_003 .image-box img {
    width: 100%;
    max-width: 100%;
  }
}

/************************************
** sec_004
************************************/

.sec_004 h2 {
  font-size: 50px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.sec_004 h2 span {
  color: #3f51b5;
}
.sec_004 .item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec_004 .message-box {
  width: 70%;
  z-index: 1;
}
.sec_004 .message-box p {
  font-size: 20px;
}
.sec_004 .image-box {
  width: 30%;
  position: relative;
  z-index: 0;
}
.sec_004 .image-box img {
  width: 140%;
  max-width: 150%;
  transform: translateX(-50px);
}

@media screen and (max-width: 480px) {
  .sec_004 h2 {
    font-size: 24px;
  }
  .sec_004 .item-container {
    flex-wrap: wrap;
  }
  .sec_004 .message-box {
    width: 100%;
  }
  .sec_004 .message-box p {
    font-size: 16px;
  }
  .sec_004 .image-box {
    width: 100%;
    display: none;
  }
  .sec_004 .image-box img {
    width: 100%;
    max-width: 100%;
  }
}

/************************************
** sec_005
************************************/
.sec_005 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://kaitoribell.com/wp-content/uploads/2023/09/sec_005_bg_001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.sec_005 h2 {
  text-align: center;
  font-size: 50px;
  /* padding-top: 30px; */
  padding-bottom: 30px;
  color: #fff;
}
.sec_005 .item-container {
  margin: 0 8%;
}
.sec_005 .item-container li {
  list-style: none;
  font-size: 32px;
  color: #fff;
}
.sec_005 .item-container li i {
  padding-right: 0.5em;
}

@media screen and (max-width: 480px) {
  .sec_005 {
    font-size: 24px;
    padding: 30px 0;
  }
  .sec_005 h2 {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .sec_005 .item-container {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .sec_005 .item-container .item-box {
    padding-left: 0px;
  }
  .sec_005 .item-container li {
    font-size: 18px;
  }
}

/************************************
** sec_006
************************************/
.sec_006 h2 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}

.sec_006 h2 span {
  font-size: 100px;
  color: #548b54;
  letter-spacing: 0px;
}

.sec_006 .item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #eee;
  height: 420px;
}
.sec_006 .item-container .item {
  width: 50%;
  height: 100%;
}
.sec_006 .item-container .item .item-message {
  padding: 30px;
}
.sec_006 .item-container .item img {
  height: 100%;
  overflow: hidden;
  background-size: cover;
}
.sec_006 .item-container:nth-child(3) {
  flex-direction: row-reverse;
}
.sec_006 .item-container .item h3 {
  font-size: 32px;
  padding: 30px 30px 0;
  margin-bottom: 1em;
  line-height: 1.5;
  color: #548b54;
}
.sec_006 .item-container .item p {
  padding: 0 30px 30px;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .sec_006 h2 {
    font-size: 24px;
    padding-bottom: 30px;
    text-align: left;
  }

  .sec_006 h2 span {
    font-size: 40px;
    color: #548b54;
    letter-spacing: 0px;
  }

  .sec_006 .item-container {
    height: auto;
  }
  .sec_006 .item-container .item {
    width: 100%;
    height: auto;
  }
  .sec_006 .item-container .item .item-message {
    padding: 0;
    padding-bottom: 30px;
  }
  .sec_006 .item-container .item img {
    height: auto;
  }
  .sec_006 .item-container:nth-child(3) {
    flex-direction: row-reverse;
  }
  .sec_006 .item-container .item h3 {
    font-size: 20px;
    padding: 30px 16px 0;
    margin-bottom: 1em;
  }
  .sec_006 .item-container .item p {
    padding: 0 16px;
    font-size: 16px;
  }
}

/************************************
** sec_007
************************************/
.sec_007 h2 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}
.sec_007 h2 span {
  font-size: 100px;
  color: #548b54;
  letter-spacing: 0px;
}
.sec_007 .item-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.sec_007 .item-container .item {
  width: 33.33333333%;
  background: #fff;
}
.sec_007 .item-image {
  height: 240px;
}
.sec_007 .item-container .item img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.sec_007 .item-container .item .item-message {
  height: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.sec_007 .item-container .item:nth-child(2) .item-message {
  border: 0;
}

.sec_007 .item-container .item h3 {
  font-size: 24px;
}
.sec_007 .item-container .item p {
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .sec_007 h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec_007 .item-container .item {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
  }
  .sec_007 .item-container .item:nth-child(6) {
    border-bottom: 1px dashed #ccc;
  }

  .sec_007 .item-image {
    flex: 1;
    height: auto;
  }
  .sec_007 .item-container .item img {
    height: auto;
  }
  .sec_007 .item-container .item .item-message {
    flex: 2;
    padding: 0px 10px;
    border: none;
  }
  .sec_007 .item-container .item:nth-child(2) .item-message {
    /* border: 1px solid #ddd; */
  }
  .sec_007 .item-container .item h3 {
    font-size: 16px;
  }
  .sec_007 .item-container .item p {
    padding: 0;
    font-size: 14px;
  }
}

/************************************
** sec_008
************************************/
.sec_008 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(https://kaitoribell.com/wp-content/uploads/2023/09/26037895_s.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.sec_008 h2 {
  text-align: center;
  font-size: 50px;
  /* padding-top: 30px; */
  padding-bottom: 30px;
  color: #fff;
}
.sec_008 .item-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec_008 .item-container a {
  width: 25%;
  background: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.sec_008 .item-container .title-box {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .sec_008 {
    font-size: 24px;
    padding: 30px 0;
  }
  .sec_008 h2 {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sec_008 .item-container {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sec_008 .item-container a {
    width: 50%;
  }
  .sec_008 .item-container .item-image {
    padding: 16px;
  }
  .sec_008 .item-container .title-box {
    padding: 0;
    padding-bottom: 16px;
    font-size: 12px;
  }
}
/************************************
** sec_009
************************************/
.sec_009 h2 {
  text-align: center;
  font-size: 50px;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}
.sec_009 .item-container {
  /* overflow: hidden; */
}
.sec_009 .item-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.sec_009 .swiper-slide {
  width: 48%;
  text-decoration: none;
  color: #000;
}
.sec_009 .swiper-slide .slide {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  height: 360px;
  padding: 20px;
  background: #eee;
  box-shadow: 0.8rem 0.8rem 1.2rem rgba(0, 0, 0, 0.05),
    -0.8rem -0.8rem 1.2rem #fff;
}
.sec_009 .swiper-slide .slide-media {
  width: 40%;
}
.sec_009 .swiper-slide .slide-content {
  width: 60%;
  padding-left: 30px;
}
.sec_009 .swiper-slide .slide-content h3 {
  font-size: 1.2em;
  padding-bottom: 10px;
  line-height: 1.6;
}
.sec_009 .swiper-slide .slide-content p {
  font-size: 17px;
}

@media screen and (max-width: 480px) {
  .sec_009 h2 {
    font-size: 24px;
  }
  .sec_009 .item-container {
    padding: 0 16px;
  }
  .sec_009 .swiper-slide {
    width: 100%;
  }
  .sec_009 .swiper-slide .slide {
    display: block;
    padding: 16px;
    height:auto;
  }
  .sec_009 .swiper-slide .slide-media {
    width: 100%;
    padding-bottom: 16px;
  }
  .sec_009 .swiper-slide .slide-content {
    width: 100%;
    padding-left: 0;
  }
  .sec_009 .swiper-slide .slide-content h3 {
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
  .sec_009 .swiper-slide .slide-content p {
    font-size: 14px;
  }
}

/************************************
** sec_007
************************************/
.sec_007 h2 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}
.sec_007 h2 span {
  font-size: 100px;
  color: #548b54;
  letter-spacing: 0px;
}
.sec_007 .item-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.sec_007 .item-container .item {
  width: 33.33333333%;
  background: #fff;
}
.sec_007 .item-image {
  height: 240px;
}
.sec_007 .item-container .item img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.sec_007 .item-container .item .item-message {
  height: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.sec_007 .item-container .item:nth-child(2) .item-message {
  border: 0;
}

.sec_007 .item-container .item h3 {
  font-size: 24px;
}
.sec_007 .item-container .item p {
  padding: 0;
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  .sec_007 h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec_007 .item-container .item {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
  }
  .sec_007 .item-container .item:nth-child(6) {
    border-bottom: 1px dashed #ccc;
  }

  .sec_007 .item-image {
    flex: 1;
    height: auto;
  }
  .sec_007 .item-container .item img {
    height: auto;
  }
  .sec_007 .item-container .item .item-message {
    flex: 2;
    padding: 0px 10px;
    border: none;
  }
  .sec_007 .item-container .item:nth-child(2) .item-message {
    /* border: 1px solid #ddd; */
  }
  .sec_007 .item-container .item h3 {
    font-size: 16px;
  }
  .sec_007 .item-container .item p {
    padding: 0;
    font-size: 14px;
  }
}

/************************************
** sec_new_post
************************************/
.sec_new_post h2 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}
.sec_new_post .item-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.sec_new_post .item-container .item {
  width: 33.33333333%;
  background: #fff;
  color: #222;
  text-decoration: none;
}
.sec_new_post .item-image {
  height: 240px;
}
.sec_new_post .item-container .item img {
  height: 240px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  object-fit: cover;
}
.sec_new_post .item-container .item .item-content {
  height: auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.sec_new_post .item-container .item h3 {
  font-size: 22px;
}
.sec_new_post .item-container .item p {
  padding: 0;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .sec_new_post h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
  }
  .sec_new_post .item-container .item {
    width: 100%;
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed #ccc;
  }
  .sec_new_post .item-container .item:nth-child(3) {
    border-bottom: 1px dashed #ccc;
  }
  .sec_new_post .item-thumb {
    flex: 1;
    height: auto;
  }
  .sec_new_post .item-container .item img {
    height: auto;
  }
  .sec_new_post .item-container .item .item-content {
    flex: 2;
    padding: 0px 10px;
    border: none;
  }

  .sec_new_post .item-container .item h3 {
    font-size: 16px;
  }
  .sec_new_post .item-container .item p {
    display: none;
  }
}

/*********************************************/
/* sec_010 */
/*********************************************/
.sec_010 h2 {
  text-align: center;
  font-size: 50px;
  padding-bottom: 60px;
}
.sec_010 h2 span {
  font-size: 100px;
  color: #548b54;
  letter-spacing: 0px;
}
.accordion {
  width: 100%;
  margin: 0 auto;
}
/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 20px 80px 20px 10px;
  background: #9e9e9e;
  color: #fff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
  padding-left: 30px;
}
.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.3em;
  display: block;
  position: absolute;
  top: -0.4em;
}
.accordion_qa .Q::before {
  content: "Q.";
}
.accordion_qa .A::before {
  content: "A.";
}
.accordion_qa .accordion-open {
  padding-left: 2.5em;
}
.accordion_qa .accordion-hidden:checked + .accordion-open + .accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */

@media screen and (max-width: 480px) {
  .sec_010 h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
  }
}

/************************************
** sec_011
************************************/

.sec_011 {
  background: linear-gradient(#008000, #008000),
    url(https://kaitoribell.com/wp-content/uploads/2023/09/26037895_s.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.sec_011 h2 {
  text-align: center;
  font-size: 50px;
  /* padding-top: 30px; */
  padding-bottom: 10px;
  color: #fff;
}
.sec_011 .sub-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
}
.sec_011 .item-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sec_011 .item-container .tel-box {
  width: 480px;
  text-align: center;
  margin-right: 30px;
}
.sec_011 .item-container .contact-box {
  width: 480px;
  text-align: center;
}
.sec_011 .item-container .tel-box a,
.sec_011 .item-container .contact-box a {
  background: #fff;
  color: #008000;
  display: block;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 32px;
}
.sec_011 a i {
  padding-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .sec_011 {
    padding: 30px 0 60px;
  }
  .sec_011 .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sec_011 h2 {
    font-size: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sec_011 .sub-title {
    font-size: 16px;
  }
  .sec_011 .item-container {
    flex-wrap: wrap;
  }
  .sec_011 .item-container .tel-box {
    width: 320px;
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
  }
  .sec_011 .item-container .contact-box {
    width: 320px;
    text-align: center;
  }
  .sec_011 .item-container .tel-box a,
  .sec_011 .item-container .contact-box a {
    background: #fff;
    color: #008000;
    display: block;
    padding: 12px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
  }
  .sec_011 a i {
    padding-right: 0.5em;
  }
}
