@charset "UTF-8";
.myMainvisual {
  background-color: #FFE300;
  padding-top: 20px;
  padding-bottom: 190px;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .myMainvisual {
    padding-bottom: 100px;
  }
}
.myTitle01 {
  margin-bottom: 30px;
  text-align: center;
  color: #0066B3;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .myTitle01 {
    margin-bottom: 20px;
  }
}
.myTitle01_type02 {
  margin-bottom: 50px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .myTitle01_type02 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.myTitle01 .main {
  display: block;
  font-size: 50px;
  font-size: 5rem;
  font-family: "Yellowtail", cursive;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 600px) {
  .myTitle01 .main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.myTitle01 .sub {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myTitle01 .sub {
    margin-top: 3px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.myBlockMessage {
  background-color: #FFEDC0;
  padding-bottom: 19px;
  position: relative;
}

.myBlockMessage::before {
  content: "";
  background-image: url(../img/top/bg_message.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 175px;
}

@media only screen and (max-width: 992px) {
  .myBlockMessage::before {
    background-image: url(../img/top/bg_message@2x.jpg);
    bottom: 100px;
  }
}
.myBlockMessage .body {
  background-color: #fff;
  padding: 46px;
  top: -86px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .myBlockMessage .body {
    padding: 30px;
    top: -40px;
  }
}
.myBlockMessage .more {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

@media only screen and (max-width: 600px) {
  .myBlockMessage .more {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .myBlockMessage .moreBlock {
    display: none;
  }
}
.myBlockMessage .myTitle01 {
  margin-bottom: 10px;
}

.myBlockMessage .catch {
  width: 480px;
  max-width: 100%;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 600px) {
  .myBlockMessage .catch {
    width: 215px;
    text-align: center;
  }
}
.myBlockMessage .image {
  text-align: center;
}

.myBlockMessage .txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  .myBlockMessage .txt {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
}
.myBlockMessage .txt .box {
  width: 48%;
}

@media only screen and (max-width: 600px) {
  .myBlockMessage .txt .box {
    width: auto;
  }
}
.myBlockMessage .txt p + p {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  .myBlockMessage .txt p + p {
    margin-top: 20px;
  }
}
.myBlockInterview {
  background-color: #FFE300;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  .myBlockInterview {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.myBlockInterview .sliderWrap {
  padding: 0 90px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .myBlockInterview .sliderWrap {
    padding: 0 35px;
    margin-bottom: 30px;
  }
}
.myBlockInterviewSlider {
  position: relative;
}

.myBlockInterviewSlider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 80px;
  margin: auto;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slick-arrow {
    top: 28vw;
    bottom: auto;
  }
}
.myBlockInterviewSlider .slick-arrow::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: calc(50% + 10px);
  margin: auto;
  transform-origin: center center;
  color: #0066B3;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slick-arrow::after {
    width: 30px;
    height: 30px;
  }
}
.myBlockInterviewSlider .slick-prev {
  left: -90px;
}

@media only screen and (max-width: 992px) {
  .myBlockInterviewSlider .slick-prev {
    left: -35px;
  }
}
@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slick-prev {
    left: -55px;
  }
}
.myBlockInterviewSlider .slick-prev::after {
  border-left: solid 1px;
  border-top: solid 1px;
  left: 22px;
  transform: rotate(-45deg) translate(50%, -50%);
}

.myBlockInterviewSlider .slick-next {
  right: -90px;
}

@media only screen and (max-width: 992px) {
  .myBlockInterviewSlider .slick-next {
    right: -35px;
  }
}
@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slick-next {
    right: -55px;
  }
}
.myBlockInterviewSlider .slick-next::after {
  border-right: solid 1px;
  border-top: solid 1px;
  right: 22px;
  transform: rotate(45deg) translate(-50%, -50%);
}

.myBlockInterviewSlider .slick-dots {
  width: 50%;
  margin: 40px 0 0;
  text-align: center;
  font-size: 0;
  z-index: 1000;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slick-dots {
    position: absolute;
    top: 78vw;
    left: 0;
    right: 0;
    width: auto;
    margin-top: 0;
  }
}
.myBlockInterviewSlider .slick-dots li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 992px) {
  .myBlockInterviewSlider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}
.myBlockInterviewSlider .slick-dots button {
  background-color: transparent;
  border-radius: 50%;
  border: none;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}

@media only screen and (max-width: 992px) {
  .myBlockInterviewSlider .slick-dots button {
    width: 8px;
    height: 8px;
  }
}
.myBlockInterviewSlider .slick-dots button:hover {
  opacity: 0.7;
}

.myBlockInterviewSlider .slick-dots .slick-active {
  background-color: #0066B3;
}

.myBlockInterviewSlider .slide .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner {
    display: block;
  }
}
.myBlockInterviewSlider .slide .inner .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .label {
    width: 80px;
  }
}
.myBlockInterviewSlider .slide .inner .image {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .image {
    width: auto;
    margin-bottom: 50px;
  }
}
.myBlockInterviewSlider .slide .inner .detail {
  width: 48%;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .detail {
    width: auto;
  }
}
.myBlockInterviewSlider .slide .inner .catch {
  margin-bottom: 40px;
  background-color: #FFE300;
}

.myBlockInterviewSlider .slide .inner .catch img {
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .catch {
    margin-bottom: 15px;
    text-align: center;
  }
  .myBlockInterviewSlider .slide .inner .catch img {
    width: auto;
    height: 50px;
    display: inline;
  }
}
.myBlockInterviewSlider .slide .inner .name {
  margin-bottom: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .name {
    margin-bottom: 10px;
    text-align: center;
  }
}
.myBlockInterviewSlider .slide .inner .name .main {
  font-size: 31px;
  font-size: 3.1rem;
  letter-spacing: 0.15em;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .name .main {
    font-size: 20px;
    font-size: 2rem;
  }
}
.myBlockInterviewSlider .slide .inner .name .sub {
  margin-left: 26px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .name .sub {
    margin-left: 15px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.myBlockInterviewSlider .slide .inner .info {
  color: #808080;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .info {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}
.myBlockInterviewSlider .slide .inner .info .job {
  display: block;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewSlider .slide .inner .info .job {
    display: inline;
    margin-left: 10px;
  }
}
.myBlockInterviewThumb {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  .myBlockInterviewThumb {
    display: none;
  }
}
.myBlockInterviewThumb .slide {
  margin: 0 10px;
  transition: opacity 700ms ease;
  width: 148px;
  opacity: 1;
}

.myBlockInterviewThumb .slide button {
  border: none;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  cursor: pointer;
}

.myBlockInterviewThumb .slide button img {
  width: 100%;
}

.myBlock + .myBlock {
  margin-top: 120px;
}

@media only screen and (max-width: 600px) {
  .myBlock + .myBlock {
    margin-top: 60px;
  }
}
.myBlock_left {
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 50% 50%;
  grid-template: "image title" "image detail" 1fr/50% 50%;
}

@media only screen and (max-width: 600px) {
  .myBlock_left {
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: 100%;
    grid-template: "title" "image" "detail" 1fr/100%;
  }
}
.myBlock_left .myTitle01 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: title;
}

.myBlock_left .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}

.myBlock_left .detail {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: detail;
}

.myBlock_right {
  display: grid;
  -ms-grid-rows: auto 1fr;
  -ms-grid-columns: 50% 50%;
  grid-template: "title image" "detail image" 1fr/50% 50%;
}

@media only screen and (max-width: 600px) {
  .myBlock_right {
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: 100%;
    grid-template: "title" "image" "detail" 1fr/100%;
  }
  .myBlock_right > .myTitle01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right > .image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right > .detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.myBlock_right .myTitle01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.myBlock_right .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: image;
}

.myBlock_right .detail {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: detail;
}

@media only screen and (max-width: 600px) {
  .myBlock_left .myTitle01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .myBlock_left .image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .myBlock_left .detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .myBlock_right .myTitle01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right > .myTitle01 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right .image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right > .image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .myBlock_right .detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .myBlock_right > .detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 600px) {
  .myBlock .image {
    margin-bottom: 15px;
  }
}
.myBlock_left .image {
  margin-left: -170px;
  padding-right: 76px;
}

@media only screen and (max-width: 1419px) {
  .myBlock_left .image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .myBlock_left .image {
    margin-left: -18px;
    padding-right: 0;
  }
}
.myBlock_right .image {
  margin-right: -170px;
  padding-left: 76px;
}

@media only screen and (max-width: 1419px) {
  .myBlock_right .image {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .myBlock_right .image {
    margin-right: -18px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .myBlock .detail {
    width: 100%;
    order: 2;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.myBlock .detail .txt {
  line-height: 1.6;
}

.myBlock .detail p + p {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .myBlock .detail p + p {
    margin-top: 0;
  }
}
.myBlock .detail p + .info {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .myBlock .detail p + .info {
    margin-top: 0;
  }
}
.myBlock .detail .info + .info {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .myBlock .detail .info + .info {
    margin-top: 0;
  }
}
.myBlock .detail .info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.myBlock .detail .info dt {
  width: 4em;
  margin-right: 5px;
}

.myBlock .detail .info dd {
  flex: 1;
}

.myBlock .detail .info dt {
  color: #0066B3;
}

.myBlock .detail .btn {
  max-width: 300px;
}

@media only screen and (max-width: 600px) {
  .myBlock .detail .btn {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.myBlock .detail * + .btn {
  margin-top: 60px;
}

@media only screen and (max-width: 600px) {
  .myBlock .detail * + .btn {
    margin-top: 20px;
  }
}
.myBlockUnder {
  background-color: #fff;
  padding-top: 170px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 600px) {
  .myBlockUnder {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.myNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .myNav {
    justify-content: center;
  }
}
* + .myNav {
  margin-top: 120px;
}

@media only screen and (max-width: 600px) {
  * + .myNav {
    margin-top: 60px;
  }
}
.myNav li {
  width: 31.3%;
}

@media only screen and (max-width: 600px) {
  .myNav li {
    width: 48%;
    margin: 15px 1% 0;
  }
}
@media only screen and (max-width: 600px) {
  .myNav li:first-child {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .myNav li:first-child a {
    max-width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
}
.myNav a {
  display: block;
  text-decoration: none;
}

.myNav .title {
  margin-bottom: 5px;
  padding-left: 27px;
  background-image: url(../img/common/arrow.svg);
  background-position: left 0.35em;
  background-repeat: no-repeat;
  background-size: 16px;
  color: #0066B3;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 600px) {
  .myNav .title {
    padding-left: 16px;
    background-position: left 0.4em;
    background-size: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.myNav .title::after {
  content: "";
  background-image: url(../img/common/icon_blank.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 6px;
}

@media only screen and (max-width: 600px) {
  .myNav .title::after {
    background-size: 9px;
    width: 9px;
    height: 9px;
  }
}
.myBlockRecruit {
  background-color: #FFE300;
  padding-top: 66px;
  padding-bottom: 66px;
}

@media only screen and (max-width: 600px) {
  .myBlockRecruit {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.myBlockRecruit .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}

.myBlockRecruit .list li {
  width: 45.5%;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .myBlockRecruit .list li {
    width: 47%;
  }
}
/* 追加 2025-06-06 */
/* ---------------------------------------- */
.mySpecialPage {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
  margin: 74px auto 0;
  padding-top: 74px;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .mySpecialPage {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .mySpecialPage {
    gap: 8px;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.mySpecialPage::before {
  display: block;
  position: absolute;
  top: 0;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  height: 225px;
  background: url(../img/top/bg_specialpage.png) repeat;
  content: "";
  z-index: -1;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage::before {
    height: 150px;
  }
}
.mySpecialPage .cell {
  display: block;
  background: #fff;
}

.mySpecialPage .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #fff;
  color: #0066B3;
  text-decoration: none;
  aspect-ratio: 1/1;
}

.mySpecialPage .card .title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 2;
  text-align: center;
}

.mySpecialPage .card .text {
  position: relative;
  padding-left: 24px;
  line-height: 1.75;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage .card .text {
    line-height: 1.5;
  }
}
.mySpecialPage .card .text::before {
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow02_color03.svg) no-repeat center/contain;
  content: "";
}

.mySpecialPage .card .main {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage .card .main {
    font-size: 16px;
  }
}
.mySpecialPage .card .sub {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage .card .sub {
    font-size: 13px;
  }
}
.mySpecialPage .card .sub2 {
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage .card .sub2 {
    font-size: 13px;
  }
}
.mySpecialPage .card-2,
.mySpecialPage .card-3,
.mySpecialPage .card-4,
.mySpecialPage .card-5 {
  padding: 20px;
}

@media only screen and (max-width: 600px) {
  .mySpecialPage .card-2,
  .mySpecialPage .card-3,
  .mySpecialPage .card-4,
  .mySpecialPage .card-5 {
    padding: 10px;
  }
}
.mySpecialPage .card-2::after,
.mySpecialPage .card-3::after,
.mySpecialPage .card-4::after,
.mySpecialPage .card-5::after {
  display: block;
  position: absolute;
  bottom: 6px;
  right: 6px;
  border: 13px solid;
  border-color: transparent #d7edff #d7edff transparent;
  content: "";
}

.mySpecialPage .card-6 {
  background: #0066B3;
  color: #fff;
}

.mySpecialPage .card-7 img,
.mySpecialPage .card-8 img,
.mySpecialPage .card-9 img,
.mySpecialPage .card-10 img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.myBlockNewslist {
  max-width: 800px;
  margin: 50px auto 0;
}
.myBlockNewslist .list {
  margin: 0;
  border-top: 1px solid #0066B3;
  border-bottom: 1px solid #0066B3;
}
.myBlockNewslist .list > li {
  display: block;
  padding: 17px 0 15px;
}
.myBlockNewslist .list > li + li {
  border-top: 1px solid #0066B3;
}
.myBlockNewslist .card {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  position: relative;
  max-width: 560px;
  margin: auto;
  padding-right: 30px;
  color: inherit;
  text-decoration: none;
}
.myBlockNewslist .card::after {
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_blank.svg) no-repeat center/contain;
  content: "";
}
.myBlockNewslist .card .date {
  flex: 0 0 auto;
  display: block;
  position: relative;
  width: 9em;
  padding-left: 26px;
  color: #0066B3;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.myBlockNewslist .card .date::before {
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow02_color03.svg) no-repeat center/contain;
  content: "";
}
.myBlockNewslist .card .ttl {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .myBlockNewslist {
    margin-top: 30px;
  }
  .myBlockNewslist .list > li {
    display: block;
    padding: 12px 0 10px;
  }
  .myBlockNewslist .card {
    flex-direction: column;
    gap: 4px;
  }
  .myBlockNewslist .card .ttl {
    padding-left: 26px;
  }
}