@charset "UTF-8";
.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.oswald {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.txt_yel {
  color: #ffe70e;
}

.marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(80%, transparent),
    color-stop(80%, #ffe70e)
  );
  background: linear-gradient(transparent 80%, #ffe70e 80%);
}

.bg_gry {
  background: #eceff2;
  color: #333;
}

.bg_light_org {
  background: #eb8400;
  color: #fff;
}

.txt_light_org {
  color: #eb8400;
}

.bg_blue {
  background: #16529b;
  color: #fff;
}

.txt_blue {
  color: #16529b;
}

.bg_org {
  background: #ed6214;
  color: #fff;
}

.txt_org {
  color: #ed6214;
}

.bg_grn {
  background: #206728;
  color: #fff;
}

.txt_grn {
  color: #206728;
}

/* ▼▼▼ トップ
======================================================*/
#mainVisual {
  width: 100%;
}

/* ▼ about
----------------------------------------*/
@media screen and (max-width: 767px) {
  #about .area_ttl {
    font-size: 24px;
  }
}
#about .area01 {
  background: #c4e7fa;
  padding: 60px 0;
}
#about .area01 .glid_col3 {
  gap: 63px 50px;
  color: #231f20;
}
#about .area01 .glid_col3 li {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top 40px;
  background-size: 120px;
  border-radius: 7px;
  padding: 180px 10px 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#about .area01 .glid_col3 li::before,
#about .area01 .glid_col3 li::after {
  content: "";
  position: absolute;
}
#about .area01 .glid_col3 li::before {
  background: #c4e7fa;
  width: 50px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
#about .area01 .glid_col3 li::after {
  width: 8px;
  height: 18px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 4px solid #16529b;
  border-right: 4px solid #16529b;
  top: 11px;
  left: 19px;
}
#about .area01 .glid_col3 li:nth-child(1) {
  background-image: url(../img/gakki/about_list1.png);
}
#about .area01 .glid_col3 li:nth-child(2) {
  background-image: url(../img/gakki/about_list2.png);
}
#about .area01 .glid_col3 li:nth-child(3) {
  background-image: url(../img/gakki/about_list3.png);
}
#about .area01 .glid_col3 li:nth-child(4) {
  background-image: url(../img/gakki/about_list4.png);
}
#about .area01 .glid_col3 li:nth-child(5) {
  background-image: url(../img/gakki/about_list5.png);
}
#about .area01 .glid_col3 li:nth-child(6) {
  background-image: url(../img/gakki/about_list6.png);
}
@media screen and (max-width: 767px) {
  #about .area01 {
    padding: 30px 0;
  }
  #about .area01 .glid_col3 {
    gap: 10px 10px;
  }
  #about .area01 .glid_col3 li {
    background-position: center top 15px;
    background-size: 60px;
    padding: 85px 10px 12px;
    font-size: 16px;
    line-height: 1.3;
  }
  #about .area01 .glid_col3 li::before {
    width: 30px;
  }
  #about .area01 .glid_col3 li::after {
    width: 5px;
    height: 14px;
    border-width: 3px;
    top: 5px;
    left: 11px;
  }
}
#about .area02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 255, 255)),
    to(rgb(255, 231, 14))
  );
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 231, 14) 100%);
  padding-bottom: 60px;
  position: relative;
}
#about .area02::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 180px 377.5px 0 377.5px;
  border-color: #c4e7fa transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1px;
  left: 50%;
}
#about .area02 .area_ttl {
  margin-bottom: 105px;
  color: #333;
}
#about .area02 .area_ttl > span {
  display: inline-block;
  background: #ffe70e;
  padding: 0 30px;
  margin-bottom: 18px;
}
#about .area02 ul li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  min-height: 350px;
  overflow: hidden;
}
#about .area02 ul li .img {
  width: 50%;
}
#about .area02 ul li .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#about .area02 ul li .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(50% - 20px, 440px);
  padding: 20px 20px;
  margin: 0 auto;
}
#about .area02 ul li .detail_ttl {
  border-bottom: 4px solid #ffe70e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 900;
}
#about .area02 ul li .detail_txt {
  line-height: 2;
}
#about .area02 ul li:not(:last-child) {
  margin-bottom: 40px;
}
#about .area02 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #about .area02 {
    padding-bottom: 30px;
  }
  #about .area02::before {
    border-width: 100px 187.5px 0 187.5px;
  }
  #about .area02 .area_ttl {
    margin-bottom: 30px;
  }
  #about .area02 .area_ttl > span {
    padding: 0 5px;
    margin-bottom: 6px;
  }
  #about .area02 ul li {
    display: block;
  }
  #about .area02 ul li .img {
    width: 100%;
    aspect-ratio: 1/0.5;
  }
  #about .area02 ul li .detail {
    display: block;
    width: 100%;
    padding: 25px 15px 29px;
    text-align: center;
  }
  #about .area02 ul li .detail_ttl {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  #about .area02 ul li .detail_txt {
    line-height: 1.56;
  }
  #about .area02 ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* ▼ audio */
#audio #about .area01 {
  background: #f1efe2;
}
#audio #about .area01 .glid_col3 li::before {
  background: #f1efe2;
}
#audio #about .area01 .glid_col3 li::after {
  border-bottom: 4px solid #206728;
  border-right: 4px solid #206728;
}
#audio #about .area01 .glid_col3 li:nth-child(1) {
  background-image: url(../img/audio/about_list1.png);
}
#audio #about .area01 .glid_col3 li:nth-child(2) {
  background-image: url(../img/audio/about_list2.png);
}
#audio #about .area01 .glid_col3 li:nth-child(3) {
  background-image: url(../img/audio/about_list3.png);
}
#audio #about .area01 .glid_col3 li:nth-child(4) {
  background-image: url(../img/audio/about_list4.png);
}
#audio #about .area01 .glid_col3 li:nth-child(5) {
  background-image: url(../img/audio/about_list5.png);
}
#audio #about .area01 .glid_col3 li:nth-child(6) {
  background-image: url(../img/audio/about_list6.png);
}
#audio #about .area02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgb(255, 255, 255)),
    to(rgb(241, 239, 226))
  );
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(241, 239, 226) 100%);
}
#audio #about .area02::before {
  border-color: #f1efe2 transparent transparent transparent;
}

/* ▼ item
----------------------------------------*/
#item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px 10px;
}
#item .item_list li {
  width: min(25% - 10px, 200px);
  font-weight: bold;
}
#item .item_list li.other a {
  border-radius: 50%;
  background: repeating-linear-gradient(
    -45deg,
    rgb(205, 229, 242),
    rgb(205, 229, 242) 4px,
    rgb(216, 235, 245) 0,
    rgb(216, 235, 245) 6px
  );
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1;
  color: #16529b;
  text-align: center;
  font-size: 18px;
}
#item .item_list li.other a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
  margin-top: 20px;
}
#item .item_list li p {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #item .item_list {
    gap: 25px;
    padding: 0;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #item .item_list li {
    width: calc((100% - 25px) / 2);
    max-width: 150px;
  }
  #item .item_list li.other a {
    font-size: 16px;
  }
  #item .item_list li.other a::after {
    width: 10px;
    height: 10px;
  }
  #item .item_list li p {
    margin-top: 13px;
  }
}

/* ▼ audio */
#audio #item .item_list li.other a {
  background: #e6cc87;
  color: #206728;
}

/* ▼ case
----------------------------------------*/
section.bg_blue .area_ttl {
  color: #ffe70e;
}

/* スライダー */
.slider {
  display: none;
  padding-bottom: 90px;
}
.slider.slick-initialized {
  display: block;
}
.slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider .slick-slide {
  width: 320px;
  height: auto !important;
  padding: 0 20px;
}
.slider .slick-slide > div {
  height: 100%;
}
.slider .slick-slide > div > div {
  height: 100%;
}
.slider .slick-slide a {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 40px 25px 0;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
.slider .slick-slide .img {
  width: 100%;
  aspect-ratio: 1/0.7;
}
.slider .slick-slide .img img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/0.7;
}
.slider .slick-slide .more {
  background: #c4e7fa;
  width: calc(100% + 80px);
  padding: 20px 10px;
  margin-top: auto;
  margin-left: -40px;
  color: #16529b;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.slider .slick-slide .more::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
.slider_ttl {
  margin-top: 20px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.slider_detail {
  margin: 20px 0;
  color: #333;
}
@media screen and (max-width: 767px) {
  .slider {
    padding-bottom: 70px;
  }
  .slider .slick-slide {
    padding: 0 4px;
  }
  .slider .slick-slide a {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    padding: 20px 20px 0;
  }
  .slider .slick-slide .more {
    width: calc(100% + 40px);
    padding: 10px;
    margin-left: -20px;
    font-size: 16px;
  }
  .slider .slick-slide .more::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .slider_ttl {
    margin-top: 10px;
    font-size: 16px;
  }
  .slider_detail {
    margin: 8px 0 25px;
    font-size: 12px;
  }
}

.slick-dotted.slick-slider {
  margin: 0 0 40px;
}

/* arrowsカスタム */
.slick-prev,
.slick-next {
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 1;
}
.slick-prev::before,
.slick-prev::after,
.slick-next::before,
.slick-next::after {
  content: "" !important;
  position: absolute;
  opacity: 1 !important;
}
.slick-prev::before,
.slick-next::before {
  background: #c4e7fa;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
.slick-prev::after,
.slick-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 45px;
    height: 45px;
  }
  .slick-prev::before,
  .slick-next::before {
    width: 45px;
    height: 45px;
  }
}

.slick-prev {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: calc(50% - 145px);
}
.slick-prev::after {
  border-width: 9px 12px 9px 0;
  border-color: transparent #16529b transparent transparent;
  left: 45%;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: calc(4% + 20.25px);
  }
  .slick-prev::after {
    border-width: 7px 10px 7px 0;
  }
}

.slick-next {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  right: calc(50% - 145px);
}
.slick-next::after {
  border-width: 9px 0 9px 12px;
  border-color: transparent transparent transparent #16529b;
  left: 55%;
}
@media screen and (max-width: 767px) {
  .slick-next {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: calc(4% + 20.25px);
  }
  .slick-next::after {
    border-width: 7px 0 7px 10px;
  }
}

/* dotsカスタム */
.slick-dots {
  bottom: 20px;
}
.slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 10px;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 0 !important;
  background: #000;
  opacity: 0.5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button::before {
  content: "";
  background: #c4e7fa;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: 17px;
  }
  .slick-dots li {
    margin: 0 6px;
  }
}

.notes_list li {
  font-size: 13px;
}
.notes_list li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .notes_list li {
    font-size: 12px;
  }
  .notes_list li:not(:last-child) {
    margin-bottom: 0;
  }
}

/* ▼ audio */
#audio {
  /* スライダー */
  /* arrowsカスタム */
  /* dotsカスタム */
}
#audio .slider .slick-slide .more {
  background: #32973e;
  color: #fff;
}
#audio .slick-prev::before,
#audio .slick-next::before {
  background: #f1efe2;
}
#audio .slick-prev::after {
  border-color: transparent #32973e transparent transparent;
}
#audio .slick-next::after {
  border-color: transparent transparent transparent #32973e;
}
#audio .slick-dots {
  bottom: 20px;
}
#audio .slick-dots li.slick-active button::before {
  content: "";
  background: #32973e;
  opacity: 0.5;
}

/* ▼ point
----------------------------------------*/
#point {
  background: #fffbda;
  padding-top: 135px;
}
#point .point_box {
  border: 2px solid #ed6214;
  border-radius: 14px;
  background: #fff;
  padding: 40px 45px 50px;
  position: relative;
}
#point .point_box::before {
  content: "";
  background: url(../img/gakki/point.png) no-repeat center/80px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -60px;
  left: 0;
}
#point .point_box > div {
  border-top: 2px solid #ed6214;
  padding-top: 35px;
}
#point .area_ttl {
  background: url(../img/gakki/character.png) no-repeat top left/120px;
  width: min(100%, 630px);
  padding: 34px 0 35px;
  margin: 0 auto;
}
#point dl dt {
  background: repeating-linear-gradient(
    -45deg,
    rgb(255, 243, 128),
    rgb(255, 243, 128) 4px,
    rgb(255, 247, 177) 0,
    rgb(255, 247, 177) 6px
  );
  padding: 17px 20px;
  margin-top: 55px;
  font-size: 20px;
  font-weight: 900;
}
#point dl dd {
  margin-top: 20px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  #point {
    padding: 69px 0 60px;
  }
  #point .point_box {
    border-radius: 6px;
    padding: 25px 12px 30px;
  }
  #point .point_box::before {
    background-image: url(../img/gakki/point_sp.png);
    background-size: 50px;
    width: 100%;
    height: 64px;
    top: -40px;
  }
  #point .point_box > div {
    padding-top: 15px;
  }
  #point .area_ttl {
    background-size: 80px;
    background-position: left 12px top;
    padding: 22px 0 22px 110px;
    text-align: left;
  }
  #point dl dt {
    padding: 12px 10px;
    margin-top: 27px;
    font-size: 20px;
    text-align: center;
  }
  #point dl dd {
    margin-top: 13px;
    line-height: 1.56;
  }
}

/* ▼ audio */
#audio #point {
  background: #f1efe2;
}
#audio #point .point_box {
  border: 2px solid #d7b157;
}
#audio #point .point_box::before {
  background-image: url(../img/audio/point.png);
}
#audio #point .point_box > div {
  border-top: 2px solid #d7b157;
}
#audio #point .area_ttl {
  background-image: url(../img/audio/character.png);
  width: min(100%, 730px);
  background-position: left 12px top 22px;
}
#audio #point dl dt {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgb(230, 204, 135)),
    to(rgb(215, 177, 87))
  );
  background: linear-gradient(90deg, rgb(230, 204, 135) 0%, rgb(215, 177, 87) 100%);
  color: #341908;
}
@media screen and (max-width: 767px) {
  #audio #point .point_box::before {
    background-image: url(../img/audio/point_sp.png);
  }
}

/* ▼ flow
----------------------------------------*/
.tab_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  margin-bottom: 20px;
}
.tab_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #c4e7fa;
  border-radius: 7px;
  height: 100px;
  color: #000;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.tab_list li.active {
  background: #fff;
  color: #16529b;
}
.tab_list li.active::before {
  content: "";
  background: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .tab_list {
    gap: 0 12px;
    margin-bottom: 12px;
  }
  .tab_list li {
    height: 50px;
    font-size: 16px;
  }
  .tab_list li.active::before {
    height: 30px;
    bottom: -23px;
  }
}

.tab_article_list .tab_article {
  display: none;
}
.tab_article_list .tab_article.active {
  display: block;
}

.flow_list {
  display: grid;
  grid-template-columns: repeat(2, 46%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 7px;
  padding: 0 40px;
  color: #000;
  word-break: break-all;
}
.flow_list li {
  padding: 40px 0;
}
.flow_list li:not(:nth-child(-n + 2)) {
  border-top: 1px solid #ccc;
}
.flow_list_ttl {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 0 20px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}
.flow_list_ttl .num {
  background: #16529b;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  line-height: 58px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.flow_list .img img {
  border-radius: 8px;
}
.flow_list_txt {
  margin-top: 15px;
  line-height: 1.88;
}
.flow_list .notes {
  font-size: 14px;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  .flow_list {
    display: block;
    padding: 20px 12px 24px;
  }
  .flow_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 12px;
    padding: 0;
  }
  .flow_list li:not(:nth-child(-n + 2)) {
    border-top: none;
  }
  .flow_list li:not(:last-child) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 25px;
    margin-bottom: 24px;
  }
  .flow_list_ttl {
    width: calc(50% - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    margin-bottom: 0;
    font-size: 20px;
    text-align: center;
  }
  .flow_list_ttl .num {
    width: 40px;
    margin: 0 auto;
    line-height: 38px;
    font-size: 16px;
  }
  .flow_list .img {
    width: 50%;
  }
  .flow_list_txt {
    margin-top: 20px;
    line-height: 1.56;
  }
  .flow_list .notes {
    font-size: 14px;
    line-height: 1.56;
  }
}

/* ▼ audio */
#audio .tab_list li {
  background: #32973e;
  color: #fff;
}
#audio .tab_list li.active {
  background: #fff;
  color: #206728;
}
#audio .flow_list_ttl .num {
  background: #206728;
}

/* ▼ voice
----------------------------------------*/
#voice .voice_list li {
  background: #c4e7fa;
  border-radius: 7px;
  padding: 35px 40px 50px;
  text-align: center;
}
#voice .voice_list li:nth-child(odd) .voice_list_ttl::before {
  background-image: url(../img/gakki/person1.png);
  right: 0;
}
#voice .voice_list li:nth-child(even) .voice_list_ttl::before {
  background-image: url(../img/gakki/person2.png);
  left: 0;
}
#voice .voice_list li:nth-child(even) .voice_list_detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#voice .voice_list li:not(:last-child) {
  margin-bottom: 40px;
}
#voice .voice_list_ttl {
  display: inline-block;
  padding: 0 140px;
  font-size: 26px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
}
#voice .voice_list_ttl::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -42px;
}
#voice .voice_list_ttl span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
#voice .voice_list_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#voice .voice_list_detail .img {
  width: 50%;
}
#voice .voice_list_detail .img img {
  border-radius: 4px;
}
#voice .voice_list_detail p {
  width: 46%;
  line-height: 1.88;
}
@media screen and (max-width: 767px) {
  #voice .voice_list li {
    padding: 23px 12px 30px;
  }
  #voice .voice_list li:not(:last-child) {
    margin-bottom: 26px;
  }
  #voice .voice_list li:nth-child(odd) .voice_list_ttl {
    padding-right: 104px;
  }
  #voice .voice_list li:nth-child(even) .voice_list_ttl {
    padding-left: 104px;
  }
  #voice .voice_list_ttl {
    display: block;
    padding: 0;
    font-size: 20px;
    text-align: left;
  }
  #voice .voice_list_ttl::before {
    width: 90px;
    top: -34px;
  }
  #voice .voice_list_ttl span {
    margin-top: 5px;
    font-size: 14px;
    text-align: left;
  }
  #voice .voice_list_detail {
    display: block;
    margin-top: 20px;
  }
  #voice .voice_list_detail .img {
    width: 100%;
  }
  #voice .voice_list_detail p {
    margin-top: 13px;
    width: 100%;
    line-height: 1.56;
  }
}

/* ▼ audio */
#audio #voice .voice_list li {
  background: #f1efe2;
}
#audio #voice .voice_list li:nth-child(odd) .voice_list_ttl::before {
  background-image: url(../img/audio/person1.png);
}
#audio #voice .voice_list li:nth-child(even) .voice_list_ttl::before {
  background-image: url(../img/audio/person2.png);
}

/* ▼ area_map
----------------------------------------*/
#area_map {
  background: #fffbda;
}
#area_map .map_area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#area_map .map_area > div {
  padding-right: 40px;
}
#area_map dl dt {
  background: #1ea6f0;
  border-radius: 7px 7px 0 0;
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.33;
}
#area_map dl dd {
  background: #fff;
  border: 5px solid #1ea6f0;
  padding: 30px 35px;
  line-height: 1.88;
}
#area_map .map_read {
  margin-top: 35px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #area_map .map_area {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
  #area_map .map_area > div {
    padding: 0;
  }
  #area_map dl dt {
    padding: 10px 0 5px;
    font-size: 20px;
  }
  #area_map dl dd {
    padding: 15px 20px;
    line-height: 1.56;
  }
  #area_map .map_read {
    margin-top: 22px;
    font-size: 20px;
    line-height: 1.4;
  }
}

/* ▼ audio */
#audio #area_map {
  background: #341908;
}
#audio #area_map .area_ttl {
  color: #fff;
}
#audio #area_map dl dt {
  background: #32973e;
}
#audio #area_map dl dd {
  background: #fff;
  border: 5px solid #32973e;
}
#audio .map_read {
  color: #fff;
}

/* ▼ column
----------------------------------------*/
#column .glid_col3 {
  gap: 30px 53px;
}
#column .glid_col3 .img {
  border-radius: 4px;
  margin-bottom: 18px;
  overflow: hidden;
}
#column .glid_col3 p {
  height: 5em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #column .glid_col3 {
    gap: 30px 20px;
  }
  #column .glid_col3 li:nth-child(1) {
    grid-column: 1/3;
  }
  #column .glid_col3 .img {
    margin-bottom: 10px;
  }
}

/* ▼ brand
----------------------------------------*/
#brand .glid_col3 {
  gap: 20px;
}
#brand .brand_box {
  color: #000;
  background: url(../img/brand_bg.jpg) no-repeat center/cover;
  padding: 43px 54px;
  margin-top: 40px;
  line-height: 1.67;
  position: relative;
}
#brand .brand_box::before {
  content: "";
  border: 2px solid #c58f51;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 20px;
  left: 20px;
}
#brand .brand_box .marker {
  background: #fff386;
}
@media screen and (max-width: 767px) {
  #brand .glid_col3 {
    gap: 10px 12px;
  }
  #brand .brand_box {
    padding: 23px 25px;
    margin-top: 17px;
  }
  #brand .brand_box::before {
    border-width: 1px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    top: 9px;
    left: 9px;
  }
}

/* ▼ faq
----------------------------------------*/
#faq dl:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #faq dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
