@charset "UTF-8";
.gray_back {
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f1f1f1 2px, #f1f1f1 10px);
  z-index: -1;
}

.section01 {
  max-width: 80%;
  margin: 112px auto 60px auto;
}
@media (max-width: 600px) {
  .section01 {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto 60px auto;
  }
  .section01::after {
    content: "";
    display: block;
    width: 90%;
    height: 30%;
    background-size: auto auto;
    background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f1f1f1 2px, #f1f1f1 10px);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.section01 h2 {
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 6px solid #2a3853;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .section01 h2 {
    border-left: none;
    display: inline-block;
    margin-left: -3%;
  }
  .section01 h2.gray_back {
    background-image: none;
  }
}
.section01 .box.pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01 .box.pc .content {
  width: calc(70% - 50px);
  margin-right: 50px;
  line-height: 1.8;
}
.section01 .box.pc .image {
  width: 30%;
}
.section01 .box.sp .image {
  margin: 30px 0;
}

/* アクセスアコーディオン */
.section02 .access_wrap {
  max-width: 80%;
  margin: 0 auto 60px auto;
  /* チェックボックスがチェックされた時のスタイル */
  /* アクセス内容のスタイル */
}
@media (max-width: 600px) {
  .section02 .access_wrap {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section02 .access_wrap .access-toggle {
  display: none;
}
.section02 .access_wrap .ac_menu {
  display: block;
  cursor: pointer;
  padding: 10px;
  background-color: #2a3853;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.section02 .access_wrap .ac_menu i {
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: 10px;
}
.section02 .access_wrap .ac_menu:hover {
  background-color: #fff;
  color: #2a3853;
  border: 1px solid #2a3853;
}
.section02 .access_wrap .ac_menu:hover i {
  color: #2a3853;
}
.section02 .access_wrap .acc-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.section02 .access_wrap .access-toggle:checked + .ac_menu {
  background-color: #2a3853;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.section02 .access_wrap .access-toggle:checked + .ac_menu i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section02 .access_wrap .access-toggle:checked ~ .acc-content {
  max-height: 1000px; /* 十分な高さを設定 */
}
.section02 .access_wrap .acc-content .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}
.section02 .access_wrap .acc-content .title .icon {
  height: 20px;
}
.section02 .access_wrap .acc-content .title .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section02 .access_wrap .acc-content .title h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.section02 .access_wrap .acc-content .box {
  margin-bottom: 15px;
}
.section02 .access_wrap .acc-content .box .text {
  font-size: 14px;
}
.section02 .access_wrap .acc-content .b-text {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.section03 {
  margin-bottom: 120px;
}
.section03 .gray-wrap {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #f1f1f1 2px, #f1f1f1 10px);
}
.section03 .gray-wrap .title {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.section03 .gray-wrap .list {
  max-width: 500px;
  margin: 0 auto;
  width: 80%;
}
.section03 .gray-wrap .list .btn {
  margin-bottom: 20px;
}
.section03 .gray-wrap .list .btn a {
  border: 3px solid #2a3853;
  border-radius: 24px;
  color: #fff;
  background-color: #2a3853;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.section03 .gray-wrap .list .btn a:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(/wp-content/uploads/2021/01/tiiki-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.section03 .gray-wrap .list .btn a:hover {
  color: #2a3853;
  background-color: #fff;
}

.section04 {
  max-width: 80%;
  margin: 0 auto 60px auto;
}
@media (max-width: 600px) {
  .section04 {
    max-width: 100%;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: hidden;
  }
}
.section04 .box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
.section04 .box .images {
  width: calc(50% - 40px);
  margin-right: 40px;
}
@media (max-width: 600px) {
  .section04 .box .images {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.section04 .box .images .title {
  height: 80px;
  top: -60px;
  right: 0;
  z-index: 1;
}
.section04 .box .images .title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section04 .box .images .image {
  height: 260px;
}
.section04 .box .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section04 .box .images .image .gray_back {
  height: 260px;
  width: 100%;
  bottom: -20px;
  right: -20px;
}
.section04 .box .text {
  width: 50%;
  line-height: 1.8;
}
@media (max-width: 600px) {
  .section04 .box .text {
    width: 100%;
  }
}
.section04 .box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section04 .box:nth-child(even) .images {
  margin: 0 0 0 40px;
}
@media (max-width: 600px) {
  .section04 .box:nth-child(even) .images {
    margin: 0 0 50px 0;
  }
}