@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.bg-img {
  margin-top: 120px;
  /*ヘッダーの高さ*/
  background-color: #EFF2D3;
  background-image: url("../../img/common/bg-img.jpg");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top left;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 899px) {
  .bg-img {
    margin-top: 90px;
  }
}
.bg-img h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bg-img h1 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .bg-img h1 {
    font-size: 1.75rem;
  }
}
.bg-img h1 span {
  display: block;
  line-height: 2.4;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .bg-img h1 span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .bg-img h1 span {
    font-size: 0.9375rem;
  }
}

.mainImage {
  position: relative;
  top: -25px;
}
.mainImage .mask-frame {
  -webkit-mask-image: url("../img/shape.svg");
  mask-image: url("../img/shape.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mainImage .mask-frame {
    -webkit-mask-image: url("../img/shape_tab.svg");
    mask-image: url("../img/shape_tab.svg");
  }
}
.mainImage .mask-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.mainImage .fixedBtn {
  animation: slideInRight 1s 1.5s forwards, shake 3s 6.5s infinite;
  position: absolute;
  bottom: 10px;
  right: 65px;
  z-index: 10;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}
.mainImage .fixedBtn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainImage .fixedBtn:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
  }
}
@media screen and (min-width: 1440px) {
  .mainImage .fixedBtn {
    bottom: 25px;
    right: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mainImage .fixedBtn {
    right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .mainImage .fixedBtn {
    right: 15px;
  }
}
@media screen and (max-width: 329px) {
  .mainImage .fixedBtn {
    bottom: 10%;
  }
}
.mainImage .fixedBtn img {
  display: block;
  height: auto;
  max-width: 100%;
  /*@media screen and (max-width:479px){
    width: 118px;
  }
  */
}
@media screen and (max-width: 767px) {
  .mainImage .fixedBtn img {
    width: 110px;
  }
}

.srv .sep {
  position: relative;
  top: -25px;
  z-index: 1;
}
.srv .sep__image {
  overflow: hidden;
}
.srv .sep__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .srv .sep__image img {
    width: 1920px;
  }
}
@media screen and (max-width: 479px) {
  .srv .sep__image img {
    width: 960px;
  }
}
.srv .sep--thin {
  top: 18px;
}
@media screen and (max-width: 1279px) {
  .srv .sep--thin {
    top: 12px;
  }
}
.srv .lyt-cntr {
  max-width: min(1400px, 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .srv .lyt-cntr {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .srv .lyt-cntr {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .srv .lyt-cntr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.srv .lyt-cntr__inner {
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1279px) {
  .srv .lyt-cntr__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.srv__intro-area {
  position: relative;
}
.srv__intro-area:before, .srv__intro-area:after {
  content: "";
  width: 260px;
  height: 1060px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.srv__intro-area:before {
  position: absolute;
  top: 60px;
  left: 0;
  background-image: url("../img/service01/intro_bgimg_left.png");
  background-position: top left;
}
@media screen and (max-width: 899px) {
  .srv__intro-area:before {
    bottom: 0;
    top: auto;
  }
}
.srv__intro-area:after {
  position: absolute;
  top: 60px;
  right: 0;
  background-image: url("../img/service01/intro_bgimg_right.png");
  background-position: top right;
  z-index: -1;
}
@media screen and (max-width: 899px) {
  .srv__intro-area:after {
    top: 150px;
  }
}
.srv__content-area {
  background-color: #EFF2D3;
  background-image: url("../../img/common/bgimg_dotted_lightblue.png");
  background-repeat: repeat;
  background-position: top left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 150px;
  margin-bottom: 130px;
  /*z-index: -1;*/
  /*&:after{ 
    content: "";
    @include po_ab_bl(0 , 0);
    @include size(100%, 50px);
    overflow: hidden;
    background-image: url("../../img/common/joint-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }*/
}
.srv .intro {
  padding-top: 60px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .srv .intro {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.srv .intro__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .srv .intro__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 329px) {
  .srv .intro__ttl {
    font-size: 1.375rem;
  }
}
.srv .intro__ttl img {
  width: 75px;
  margin-left: 30px;
}
@media screen and (max-width: 1279px) {
  .srv .intro__ttl img {
    width: 50px;
    margin-left: 15px;
  }
}
.srv .intro__block:nth-of-type(1) {
  margin-bottom: 100px;
}
@media screen and (max-width: 899px) {
  .srv .intro__block:nth-of-type(1) {
    margin-bottom: 15px;
  }
}
.srv .intro__block:nth-of-type(1) .intro__content {
  padding-top: 70px;
}
@media screen and (max-width: 479px) {
  .srv .intro__block:nth-of-type(1) .intro__content {
    padding-top: 0;
  }
}
.srv .intro__lyt {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 899px) {
  .srv .intro__lyt {
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro__lyt {
    padding-bottom: 60px;
  }
}
.srv .intro__image {
  display: block;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .srv .intro__image {
    max-width: 100%;
  }
}
.srv .intro__lead {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .srv .intro__lead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro__lead {
    font-size: 1.25rem;
    padding-bottom: 40px;
  }
}
.srv .intro__txt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .srv .intro__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro__txt {
    font-size: 0.9375rem;
  }
}
.srv .intro .more-button {
  padding-top: 60px;
}
@media screen and (max-width: 899px) {
  .srv .intro .more-button {
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro .more-button {
    padding-top: 40px;
  }
}
.srv .intro .more-button__link {
  display: inline-block;
  padding: 16px 50px 16px 40px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  border: solid 3px #f1d02a;
  background-color: #fcf1bc;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .srv .intro .more-button__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro .more-button__link {
    font-size: 0.9375rem;
    padding: 15px 35px 15px 20px;
    border: solid 2px #f1d02a;
  }
}
.srv .intro .more-button__link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .srv .intro .more-button__link span {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .intro .more-button__link span {
    font-size: 0.8125rem;
  }
}
.srv .intro .more-button__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f1d02a;
  width: 12px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.srv .intro .more-button__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .intro .more-button__link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.srv .admission {
  padding-top: 130px;
  padding-bottom: 120px;
}
.srv .admission__box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 90px 90px;
  border-radius: 10px;
  margin-top: 85px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1279px) {
  .srv .admission__box {
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 479px) {
  .srv .admission__box {
    padding: 25px 15px 40px;
  }
}
.srv .admission__box--white {
  background-color: #fff;
}
.srv .admission__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .srv .admission__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .admission__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 329px) {
  .srv .admission__ttl {
    font-size: 1.375rem;
  }
}
.srv .admission__ttl-line {
  border-bottom: 4px dotted #00a99d;
}
.srv .admission__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
  background-image: url("../img/service01/addmission_illust03.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (max-width: 899px) {
  .srv .admission__grid {
    grid-template-columns: 1fr;
    padding-bottom: 215px;
  }
}
@media screen and (max-width: 479px) {
  .srv .admission__grid {
    background-size: 150px;
    padding-bottom: 100px;
    gap: 40px;
  }
}
.srv .admission-card__ttl {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f4d2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 15px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .srv .admission-card__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .admission-card__ttl {
    font-size: 1.25rem;
    padding-left: 20px;
  }
}
.srv .admission-card__ttl img {
  display: block;
  height: auto;
  max-width: 100%;
}
.srv .admission-card__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .srv .admission-card__txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .admission-card__txt {
    font-size: 0.9375rem;
  }
}
.srv .admission-card__txt a {
  color: #333;
  display: inline-block;
  border-bottom: 2px dotted #333;
}
.srv .admission-card__txt a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .admission-card__txt a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
  }
}
.srv .summary-inner {
  padding-top: 0px;
}
.srv .secSummary__ttl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 60px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 329px) {
  .srv .secSummary__ttl {
    font-size: 1.375rem;
  }
}
.srv .secSummary__ctnr {
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 70px 70px;
}
@media screen and (max-width: 1279px) {
  .srv .secSummary__ctnr {
    padding: 20px 50px 70px;
  }
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr {
    padding: 20px 30px 50px;
  }
}
.srv .secSummary__ctnr .info-list {
  width: 100%;
}
.srv .secSummary__ctnr .info-item {
  display: flex;
  border-bottom: 3px dotted #00a99d;
  padding: 25px 0;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .srv .secSummary__ctnr .info-item {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item {
    gap: 20px;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ctnr .info-item {
    flex-direction: column;
  }
}
.srv .secSummary__ctnr .info-item dt {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item dt {
    width: auto;
  }
}
.srv .secSummary__ctnr .info-item dt .label {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #fff;
  background-color: #00a99d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 8px;
  border-radius: 5px;
  min-width: 90px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item dt .label {
    font-size: 1.25rem;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ctnr .info-item dt .label {
    font-size: 1rem;
  }
}
.srv .secSummary__ctnr .info-item dd {
  flex: 1;
  margin-left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item dd {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ctnr .info-item dd {
    font-size: 1rem;
  }
}
.srv .secSummary__ctnr .info-item dd a.link-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item dd a.link-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ctnr .info-item dd a.link-text {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .srv .secSummary__ctnr .info-item dd a.link-text:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
  }
}
.srv .secSummary__ctnr .info-item dd .moreBtn {
  padding-top: 25px;
}
.srv .secSummary__ctnr .info-item dd .moreBtn__anchor {
  display: inline-block;
  padding: 20px 50px 20px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  border: solid 3px #f1d02a;
  background-color: #fcf1bc;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}
@media screen and (max-width: 767px) {
  .srv .secSummary__ctnr .info-item dd .moreBtn__anchor {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secSummary__ctnr .info-item dd .moreBtn__anchor {
    font-size: 0.9375rem;
    padding: 15px 35px 15px 20px;
    border: solid 2px #f1d02a;
  }
}
.srv .secSummary__ctnr .info-item dd .moreBtn__anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f1d02a;
  width: 12px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.srv .secSummary__ctnr .info-item dd .moreBtn__anchor:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .secSummary__ctnr .info-item dd .moreBtn__anchor:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.srv .secNews {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-top: 130px;*/
  margin: 0 auto 200px;
}
@media screen and (max-width: 1279px) {
  .srv .secNews {
    max-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  .srv .secNews {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.srv .secNews__hl {
  width: 100%;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: default;
}
@media screen and (max-width: 1279px) {
  .srv .secNews__hl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews__hl {
    font-size: 1.5rem;
    gap: 5px;
  }
}
.srv .secNews .flex {
  display: flex;
  gap: 40px;
  /*@media screen and (max-width:767px){
    gap: 60px;
  }*/
}
@media screen and (max-width: 1279px) {
  .srv .secNews .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews .flex {
    gap: 20px;
  }
}
.srv .secNews .flex__left {
  flex: 1;
}
@media screen and (max-width: 1279px) {
  .srv .secNews .flex__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews .flex__left {
    gap: 20px;
  }
}
@media screen and (max-width: 329px) {
  .srv .secNews .flex__left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
}
.srv .secNews .flex__left .moreBtn {
  padding-top: 70px;
}
@media screen and (max-width: 1279px) {
  .srv .secNews .flex__left .moreBtn {
    padding-top: 0;
  }
}
.srv .secNews .flex__left .moreBtn__anchor {
  display: inline-block;
  padding: 20px 50px 20px 25px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
  text-decoration: none;
  border-radius: 999px;
  border: solid 3px #f1d02a;
  background-color: #fcf1bc;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .srv .secNews .flex__left .moreBtn__anchor {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews .flex__left .moreBtn__anchor {
    font-size: 0.9375rem;
    padding: 15px 35px 15px 20px;
    border: solid 2px #f1d02a;
  }
}
.srv .secNews .flex__left .moreBtn__anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f1d02a;
  width: 12px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.srv .secNews .flex__left .moreBtn__anchor:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .secNews .flex__left .moreBtn__anchor:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.srv .secNews .flex__right {
  width: 660px;
}
@media screen and (max-width: 1279px) {
  .srv .secNews .flex__right {
    width: 100%;
  }
}
.srv .secNews__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.srv .secNews__item {
  border-bottom: 3px dotted #00a99d;
}
.srv .secNews__item--anchor {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px 70px 25px 20px;
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 1279px) {
  .srv .secNews__item--anchor {
    padding: 25px 70px 25px 10px;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor {
    padding: 25px 30px 25px 15px;
  }
}
.srv .secNews__item--anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #333;
  width: 12px;
  height: 15px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor:before {
    width: 8px;
    height: 10px;
    right: 10px;
  }
}
.srv .secNews__item--anchor .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor .top {
    gap: 10px;
  }
}
.srv .secNews__item--anchor .top .date {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .srv .secNews__item--anchor .top .date {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .srv .secNews__item--anchor .top .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor .top .date {
    font-size: 0.9375rem;
  }
}
.srv .secNews__item--anchor .top .cate {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #fff;
  background-color: #6bbb6e;
  padding: 3px 8px;
  border-radius: 5px;
}
@media screen and (max-width: 1279px) {
  .srv .secNews__item--anchor .top .cate {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .srv .secNews__item--anchor .top .cate {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor .top .cate {
    font-size: 0.9375rem;
    padding: 2px 5px;
    border-radius: 3px;
    max-width: 180px;
  }
}
.srv .secNews__item--anchor .btm {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
}
@media screen and (max-width: 1279px) {
  .srv .secNews__item--anchor .btm {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .srv .secNews__item--anchor .btm {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .secNews__item--anchor .btm {
    font-size: 0.9375rem;
  }
}
.srv .secNews__item--anchor:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .secNews__item--anchor:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
  }
  .srv .secNews__item--anchor:hover::before {
    -moz-transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
  }
}
.srv .dl {
  margin-bottom: 250px;
}
.srv .dl__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #00a99d;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .srv .dl__ttl {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .dl__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 329px) {
  .srv .dl__ttl {
    font-size: 1.375rem;
  }
}
.srv .dl__box {
  padding: 80px 90px 100px;
  border-radius: 10px;
}
@media screen and (max-width: 899px) {
  .srv .dl__box {
    padding: 80px 60px 100px;
  }
}
@media screen and (max-width: 479px) {
  .srv .dl__box {
    padding: 40px 15px 50px;
  }
}
@media screen and (max-width: 329px) {
  .srv .dl__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.srv .dl__box--lightYellow {
  background-color: #fcf8e8;
}
.srv .dl__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: subgrid;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .srv .dl__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
  .srv .dl__list {
    gap: 12px;
  }
}
.srv .dl__link {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px 10px 30px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 4.9px 0.1px rgba(85, 85, 85, 0.29);
  transition: all 0.3s;
}
@media screen and (max-width: 899px) {
  .srv .dl__link {
    padding: 15px 20px 15px 20px;
  }
}
.srv .dl__link p span {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  color: #333;
  border-bottom: dotted 2px #1d1d1d;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .srv .dl__link p span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .srv .dl__link p span {
    font-size: 0.9375rem;
  }
}
.srv .dl__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .srv .dl__link:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -moz-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
.srv .dl__link img {
  width: 40px;
}
@media screen and (max-width: 479px) {
  .srv .dl__link img {
    width: 25px;
  }
}
