@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("/font/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: url("/font/Noto_Serif_JP/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 700;
  src: url("/font/Noto_Serif_JP/NotoSerif-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 900;
  src: url("/font/Noto_Serif_JP/NotoSerif-Black.woff") format("woff");
  font-display: swap;
}
/* 以下top.scssから移行分 */
body {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.review {
  line-height: 1.6;
  font-feature-settings: "palt" 1;
  text-align: justify;
  letter-spacing: 0.1em;
  font-weight: 400;
  overflow: hidden;
  font-size: 1.1rem;
  margin: 16px 0 0;
}
.review a {
  color: #1111cc;
}

small {
  display: inline-block;
  line-height: 1.4;
}

h3.heading {
  font-size: clamp(18px, 4.6vw, 21px);
  text-align: center;
  margin: 7.5vw 0 5vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 16px 8px;
  line-height: 1.4;
}

h4.heading {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: clamp(16px, 4.6vw, 21px);
  line-height: 1.4;
  font-weight: 600;
  margin: 3.75vw 0 2vw;
}

.redTxt {
  color: #e62e8a;
}

.hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.hover:hover {
  opacity: 0.6;
}

.nav-header__global-nav__item a {
  font-weight: 400;
}

.sp-360 {
  display: block;
}

@media (min-width: 360px) {
  .sp-360 {
    display: none;
  }
}
@media (min-width: 480px) {
  h3.heading {
    margin: 3vw 0 3vw;
  }
}
@media (min-width: 729px) {
  h3.heading {
    /*font-size: 1.3rem;*/
  }
  .nav-header__global-nav__item a {
    font-weight: 600;
  }
}
@media (min-width: 1025px) {
  h3.heading {
    margin: 24px 0 16px !important;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
  }
  h4.heading {
    margin: 32px 0 16px;
  }
}
/*ヘッダー*/
#hd_logo {
  padding: 16px;
}
#hd_logo h1 {
  font-size: 75%;
  margin: 0;
  color: #333;
}
#hd_logo a {
  display: inline-block;
}
#hd_logo a img {
  margin: 0;
  width: 230px;
}

/*#hd_tel {
  a {
    display: block;
    img {
      width: auto;
      max-width: 500px;
    }
  }
  }*/
.hd_inner01 {
  padding: 0;
  border-bottom: none !important;
}

.hd_inner02 {
  margin: 0 auto;
  padding: 16px;
  border-top: solid 1px #fff;
}

#hd_tel {
  width: auto;
  /*
  display: grid;
  grid-template-columns: 36% 64%;
  align-items: center;
  picture{
    margin: 0;
    &:first-of-type{
      grid-row: 1/3;
      grid-column: 1/2;
    }
    &:last-of-type{
      grid-row: 2/3;
      grid-column: 2/3;
    }
  }
  address{
    grid-row: 1/2;
    grid-column: 2/3;
  }*/
}

@media (min-width: 360px) {
  #hd_logo a img {
    max-width: 352px;
  }
  #hd_inner {
    min-height: 80px;
  }
}
@media (min-width: 729px) {
  .hd_inner02 {
    border-top: none;
    padding: 0;
  }
  .nav-header__conversion {
    display: none;
  }
}
@media (min-width: 768px) {
  #hd_logo a img {
    max-width: initial;
    width: 352px;
  }
}
/*緊急お知らせエリア*/
.emergencyArea {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0 0 16px;
  margin-bottom: 10px;
}
.emergencyArea p {
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
  background-color: #fff;
  margin: 0 auto;
  font-weight: 500;
  font-size: 1.1rem;
}
.emergencyArea p a {
  color: #ff388c;
}

@media screen and (max-width: 1024px) {
  .emergencyArea {
    margin: 0 20px 10px;
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .emergencyArea {
    margin: 0;
    width: 100%;
  }
}
/*メインビジュアル*/
.index-sec1 a {
  display: block;
}
.index-sec1 a img {
  vertical-align: bottom;
}

.index-sec1 .img-area {
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}
.index-sec1 .img-area img {
  /*max-width: 930px;*/
}
.index-sec1 .img-area span {
  position: absolute;
  z-index: 2;
  width: auto;
  margin: 0 auto;
  text-align: left;
  right: 6%;
  bottom: 0;
  font-size: 14px;
  display: block;
}
.index-sec1 .img-area span a {
  width: auto;
  padding: 0;
  display: inline;
  color: #1111cc;
}

.sec1-bg {
  background: #fff;
  padding: 0 10px;
}

@media (min-width: 931px) {
  .index-sec1 {
    width: 100%;
    margin: 0 auto;
    background: #ebf9f9;
    padding: 0 0 16px !important;
  }
  .index-sec1 .img-area {
    width: 930px;
    margin: 0 auto;
    padding: 10px 0 0;
    position: relative;
  }
  .index-sec1 .img-area span {
    position: absolute;
    z-index: 2;
    width: auto;
    margin: 0 auto;
    text-align: left;
    right: 6%;
    bottom: 4px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .index-sec1 .img-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .index-sec1 .img-area span {
    position: absolute;
    z-index: 2;
    width: auto;
    margin: 0 auto;
    text-align: left;
    right: 6%;
    bottom: 10px;
    font-size: 11px;
  }
  .index-sec1 .img-area span small {
    margin-bottom: 0;
  }
  .index-sec1 .img-area span a {
    width: auto;
    padding: 0;
    display: inline;
    color: #1111cc;
  }
  .index-sec1 .img-area .caution {
    bottom: 25px;
  }
  .index-sec1 .img-area__img-container {
    position: relative;
  }
  .sec1-bg {
    background: #fff;
    padding: 0 80px;
  }
  .sec001-detail_area {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0 auto;
    padding: 20px;
  }
  .sec001-detail_area p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
  }
  .sec001-detail_area .tac {
    text-align: center;
  }
}
@media only screen and (max-width: 375px) {
  .sec001-detail_area {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .sec001-detail_area {
    width: 100%;
    background-color: #f9f9f9;
    margin: 40px auto 0;
    padding: 20px 20px 10px;
  }
}
/*@media (min-width: 1024px) {
  .index-sec1 {
    width: 930px;
    margin: 12px auto 0;
    padding: 0 0 30px;
    a{
      display: inline-block;
    }
    img{
      max-width: 930px;
      height: auto;
    }
  }
  }*/
@media (min-width: 1025px) {
  .index-sec1 {
    width: 100%;
    margin: 0 auto;
    background: #ebf9f9;
    padding: 0 0 15px !important;
  }
  .index-sec1 .img-area {
    width: 930px;
    margin: 0 auto;
    padding: 16px 0 0;
    position: relative;
  }
  .index-sec1 .img-area img {
    max-width: 930px;
  }
  .index-sec1 .img-area span {
    position: absolute;
    z-index: 2;
    width: auto;
    margin: 0 auto;
    text-align: left;
    right: 6%;
    bottom: 4px;
    font-size: 14px;
  }
  .index-sec1 .img-area span small {
    margin-bottom: 0;
  }
  .index-sec1 .img-area span a {
    width: auto;
    padding: 0;
    display: inline;
    color: #1111cc;
  }
  .index-sec1 .img-area .caution {
    bottom: 25px;
  }
  .sec1-bg {
    background: #ebf9f9;
    padding: 30px 0 20px;
  }
  .sec001-detail_area {
    width: 930px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
  }
  .sec001-detail_area p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 1em;
  }
  .sec001-detail_area .tac {
    text-align: center;
  }
}
.startArea02 {
  padding: 0 8px 24px !important;
  position: relative;
}
.startArea02 .firstTxt {
  background: #fff;
  color: #e62e8;
  padding: 5px;
  border-radius: 40px;
  background: #f3bf66;
  font-size: 14px;
  font-feature-settings: "palt" 1;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.startArea02 .firstTxt .year,
.startArea02 .firstTxt .month,
.startArea02 .firstTxt .day {
  font-size: 14px;
}
.startArea02 .firstTxt .number {
  font-size: 16px;
}
.startArea02 .firstTxt .spTxt {
  display: inline-block;
}
.startArea02 .firstTxt .pcTxt {
  display: none;
}
.startArea02 .secondTxt {
  margin: 8px 0 0;
  font-size: 18px;
  font-feature-settings: "palt" 1;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.startArea02 .secondTxt .txt {
  background: linear-gradient(transparent 70%, #ffff66 70%);
}
.startArea02 .secondTxt .txt .redTxt .number {
  font-size: 24px;
}
.startArea02 .secondTxt .txt .redTxt .year,
.startArea02 .secondTxt .txt .redTxt .month,
.startArea02 .secondTxt .txt .redTxt .day {
  font-size: 18px;
}

@media (min-width: 360px) {
  .startArea02 .firstTxt {
    padding: 0;
    background-color: #fff;
  }
  .startArea02 .secondTxt {
    letter-spacing: 0.1em;
    font-size: 18px;
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 24px;
  }
  .startArea02 .secondTxt .txt .redTxt .year,
  .startArea02 .secondTxt .txt .redTxt .month,
  .startArea02 .secondTxt .txt .redTxt .day {
    font-size: 18px;
  }
  .bnArea {
    border-bottom: dotted 2px #82d7dc;
    padding: 15px !important;
  }
  .bnArea .mygo-pc-bnrArea {
    margin: 0;
  }
}
@media (min-width: 375px) {
  .startArea02 .firstTxt {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
  .startArea02 .firstTxt .year,
  .startArea02 .firstTxt .month,
  .startArea02 .firstTxt .day {
    font-size: 12px;
  }
  .startArea02 .firstTxt .number {
    font-size: 16px;
  }
  .startArea02 .secondTxt {
    letter-spacing: 0.1em;
    font-size: 18px;
  }
  .startArea02 .secondTxt .txt {
    background: linear-gradient(transparent 70%, #ffff66 70%);
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 21px;
  }
  .startArea02 .secondTxt .txt .redTxt .year,
  .startArea02 .secondTxt .txt .redTxt .month,
  .startArea02 .secondTxt .txt .redTxt .day {
    font-size: 18px;
  }
}
@media (min-width: 412px) {
  .startArea02 .firstTxt {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .startArea02 .firstTxt .txt .startArea .secondTxt .txt .redTxt {
    font-size: 19px;
  }
  .startArea02 .secondTxt {
    font-size: 18px;
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .index-sec1 {
    padding: 0 0 40px;
  }
  .startArea02 {
    margin: 0 80px !important;
    padding: 0 0 40px !important;
    background-color: #fff;
  }
  .startArea02 .firstTxt {
    font-size: 25px;
  }
  .startArea02 .firstTxt .year,
  .startArea02 .firstTxt .month,
  .startArea02 .firstTxt .day {
    font-size: 21px;
    letter-spacing: 0.1em;
  }
  .startArea02 .firstTxt .number {
    font-size: 29px;
  }
  .startArea02 .secondTxt {
    font-size: 21px;
    margin: 0;
  }
  .startArea02 .secondTxt .txt {
    letter-spacing: 0.15em;
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 21px;
  }
  .startArea02 .secondTxt .txt .redTxt .year,
  .startArea02 .secondTxt .txt .redTxt .month,
  .startArea02 .secondTxt .txt .redTxt .day {
    font-size: 21px;
    letter-spacing: 0.1em;
  }
  .bnArea {
    margin: 0 80px !important;
    padding: 40px 0 !important;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .index-sec1 {
    padding: 0 !important;
  }
  .startArea02 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 40px !important;
    padding: 0 0 16px !important;
  }
  .startArea02 .firstTxt {
    margin: 0;
    padding: 5px 20px;
    font-size: 22px;
    white-space: nowrap;
  }
  .startArea02 .firstTxt .year,
  .startArea02 .firstTxt .month,
  .startArea02 .firstTxt .day {
    font-size: 18px;
  }
  .startArea02 .firstTxt .number {
    font-size: 26px;
  }
  .startArea02 .secondTxt {
    font-size: 22px;
    white-space: nowrap;
    margin: 10px 0 0;
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 32px;
  }
  .startArea02 .secondTxt .txt .redTxt .year,
  .startArea02 .secondTxt .txt .redTxt .month,
  .startArea02 .secondTxt .txt .redTxt .day {
    font-size: 24px;
  }
  .bnArea {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 40px !important;
    padding: 30px 0 40px !important;
  }
}
@media (min-width: 1025px) {
  .index-sec1 {
    padding: 0 0 16px !important;
  }
  .startArea02 {
    background: #ebf9f9;
    margin: 0 !important;
    padding: 0 0 15px !important;
  }
  .startArea02 .firstTxt {
    background: none;
    font-size: 18px;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .startArea02 .firstTxt .year,
  .startArea02 .firstTxt .month,
  .startArea02 .firstTxt .day {
    font-size: 22px;
  }
  .startArea02 .firstTxt .number {
    font-size: 22px;
  }
  .startArea02 .firstTxt .spTxt {
    display: none;
  }
  .startArea02 .firstTxt .pcTxt {
    display: inline-block;
  }
  .startArea02 .secondTxt {
    font-size: 18px;
    display: inline-block;
    margin: 0;
  }
  .startArea02 .secondTxt .txt .pcTxt {
    display: none;
  }
  .startArea02 .secondTxt .txt .redTxt {
    font-size: 22px;
  }
  .startArea02 .secondTxt .txt .redTxt .number {
    font-size: 24px;
  }
  .startArea02 .secondTxt .txt .redTxt .year,
  .startArea02 .secondTxt .txt .redTxt .month,
  .startArea02 .secondTxt .txt .redTxt .day {
    font-size: 22px;
  }
  .bnArea {
    margin: 20px 0 0 !important;
    padding: 0 !important;
  }
  .startArea02 .txtArea {
    background: #fff;
    border-radius: 40px;
    padding: 0 0 3px;
    box-sizing: border-box;
    width: 100%;
    max-width: 930px;
  }
}
/*SPボタンエリア*/
.pcBtnArea {
  display: none;
}

.spBtnArea {
  /*background: #e5f3f5;*/
  background: #82d7dc;
  border-top: 1px solid #aad9dc;
  border-bottom: 1px solid #aad9dc;
  padding: 6vw 16px 10vw !important;
  width: 100%;
}
.spBtnArea .btnIn {
  display: flex;
  /*border-bottom: 1px dashed #26b7bc;*/
  padding: 0 0 12px;
}
.spBtnArea .btnIn .heading {
  font-size: clamp(13px, 4.4vw, 16px);
  font-weight: 500;
  margin: 0 0 8px;
}
.spBtnArea .btnIn .btnIn2 {
  width: 66%;
  /*border-right: 1px dashed #26b7bc;*/
  padding: 0 8px 0 0;
}
.spBtnArea .btnIn .btnIn2 li {
  width: calc(50% - 5px);
}
.spBtnArea .btnIn .btnIn2 .area1 li:first-child {
  margin: 0 16px 0 0;
}
.spBtnArea .btnIn .btnIn1 {
  width: 34%;
  margin: 0 0 0 10px;
}
.spBtnArea .btnIn .btnIn1 li {
  width: 100%;
}
.spBtnArea .btnIn .btnArea {
  display: flex;
  justify-content: flex-start;
}
.spBtnArea .btnIn .btnArea li {
  font-weight: 400;
}
.spBtnArea .btnIn .btnArea li a {
  line-height: 1.4;
  display: block;
  text-decoration: none;
  box-shadow: 0 4px 0px rgb(144, 144, 144);
  font-size: clamp(12px, 4vw, 18px);
  position: relative;
  transition: all 0.3s ease;
  padding: 5px 0;
  border-radius: 6px;
  font-weight: 600;
}
.spBtnArea .btnIn .btnArea li a::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.spBtnArea .btnIn .btnArea li a.first {
  background: #e74069;
  border: 1px solid #e74069;
  color: #fff;
}
.spBtnArea .btnIn .btnArea li a.second {
  background: #fffa82;
  border: 1px solid #fffa82;
  color: #333;
}
.spBtnArea .btnIn .btnArea li a.third {
  background: #f9d4e5;
  border: 1px solid #f9d4e5;
  color: #333;
}
.spBtnArea .btnIn .btnArea li a.first::before {
  background-image: url(../img/ico_top001.png);
  background-size: 14px 28px;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 25px;
  padding: 0 0 16px;
  transition: all 0.3s ease;
}
.spBtnArea .btnIn .btnArea li a.second::before {
  background-image: url(../img/ico_top002.png);
  background-size: 34px 25px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 25px;
  padding: 0 0 16px;
}
.spBtnArea .btnIn .btnArea li a.third::before {
  background-image: url(../img/ico_top003.png);
  background-size: 22px 25px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 25px;
  padding: 0 0 16px;
}
.spBtnArea .btnIn .btnArea li a.first:hover {
  background: #fff;
  color: #e74069;
}
.spBtnArea .btnIn .btnArea li a.first:hover::before {
  background-image: url(images/ico_top001-hover.png);
  transition: all 0.3s ease;
}
.spBtnArea .btnIn .btnArea li a.second:hover {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.spBtnArea .btnIn .btnArea li a.second:hover::before {
  background-image: url(images/ico_top002-hover.png);
  transition: all 0.3s ease;
}
.spBtnArea .btnIn .btnArea li a.third:hover {
  background: #f9bbd5;
  border: 1px solid #f9bbd5;
  color: #fff;
}
.spBtnArea .btnIn .btnArea li a.third:hover::before {
  background-image: url(images/ico_top003-hover.png);
  transition: all 0.3s ease;
}

.btnArea01 {
  padding: 4px 0 0;
}
.btnArea01 .btnArea01List {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.btnArea01 .btnArea01List .first,
.btnArea01 .btnArea01List .second {
  width: calc(50% - 5px);
}
.btnArea01 .btnArea01List .first a,
.btnArea01 .btnArea01List .second a {
  display: block;
  text-align: left;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #37b2b7;
  padding: 5% 0 5% 26%;
  box-shadow: 0 4px 0px rgb(144, 144, 144);
  letter-spacing: 0.1em;
  position: relative;
  font-size: clamp(11px, 3.5vw, 18px);
  border-radius: 6px;
}
.btnArea01 .btnArea01List .first a .big_txt,
.btnArea01 .btnArea01List .second a .big_txt {
  font-size: 18px;
  border-bottom: solid 1px #ffff66;
  line-height: 1;
}
.btnArea01 .btnArea01List .first a::before {
  content: "";
  position: absolute;
  background-image: url(../img/btn01_icon.png);
  background-repeat: no-repeat;
  background-size: 27px;
  width: 27px;
  height: 39px;
  top: 0;
  bottom: 0;
  left: 6%;
  margin: auto;
}
.btnArea01 .btnArea01List .second a::before {
  content: "";
  position: absolute;
  background-image: url(../img/btn02_icon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 3%;
  margin: auto;
}

@media (min-width: 360px) {
  .spBtnArea {
    padding: 8px 16px 16px;
    margin: 0;
  }
  .spBtnArea .btnArea li {
    width: calc(33.3333333333% - 7px);
  }
  .spBtnArea .btnIn {
    padding: 0 0 16px;
  }
  .spBtnArea .btnIn .btnIn2 {
    padding: 0 8px 0 0;
  }
  .spBtnArea .btnIn .btnIn1 {
    margin: 0 0 0 8px;
  }
}
@media (min-width: 412px) {
  .spBtnArea {
    /*padding: 8px 16px 16px !important;*/
  }
}
@media (min-width: 480px) {
  .spBtnArea {
    padding: 4vw 20px 6vw !important;
  }
  .spBtnArea .btnArea li {
    width: calc(33.3333333333% - 5px);
  }
  .spBtnArea .btnArea li a {
    font-size: 13px;
  }
  .btnArea01 .btnArea01List li {
    width: calc(50% - 3px);
  }
}
@media (min-width: 600px) {
  .spBtnArea {
    padding: 3vw 20px 4vw !important;
  }
  .btnArea01 .btnArea01List .first a,
  .btnArea01 .btnArea01List .second a {
    padding: 5% 0 5% 22%;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .btnArea01 .btnArea01List .first a,
  .btnArea01 .btnArea01List .second a {
    text-align: center;
    padding: 5% 0;
  }
}
@media (min-width: 931px) {
  .pcBtnArea .btnIn {
    padding: 16px 0;
    width: 930px;
    margin: 0 auto;
    display: flex;
  }
  .btnArea01 .btnArea01List {
    width: 930px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .spBtnArea {
    padding: 24px 40px 40px !important;
    margin: 0;
  }
  .spBtnArea .btnArea {
    display: none;
  }
  .spBtnArea .btnIn .heading {
    font-size: 21px;
  }
  .spBtnArea .btnIn .btnArea li a {
    font-size: 18px;
    padding: 20px 0;
  }
  .spBtnArea .btnIn .btnArea li a.first::before {
    background-size: 58px 40px;
    width: 58px;
    height: 40px;
  }
  .spBtnArea .btnIn .btnArea li a.second::before {
    background-size: 54px 40px;
    width: 54px;
    height: 40px;
  }
  .spBtnArea .btnIn .btnArea li a.third::before {
    background-size: 33px 40px;
    width: 33px;
    height: 40px;
  }
  .spBtnArea .btnIn .btnIn2 .area1 li:first-child {
    margin: 0 20px 0 0;
  }
  .btnArea01 {
    padding: 10px 0 0 !important;
  }
  .btnArea01 .btnArea01List li {
    width: calc(50% - 20px);
  }
  .btnArea01 .btnArea01List .first a,
  .btnArea01 .btnArea01List .second a {
    padding: 5% 0 5% 12%;
    text-align: center;
  }
}
/*@media (min-width: 1024px) {
  .spBtnArea {
    width: 100%;
    margin: 0 auto;
    .btnIn {
      .heading {
        font-size: 24px;
        margin: 0 0 10px;
      }
      .btnIn1 {
        padding: 40px 0;
        margin: 0 auto;
        max-width: 930px;
      }
      .btnIn2 {
        padding: 0 20px 0 0;
        .area1 {
          li:first-child {
            margin: 0 24px 0 0;
          }
        }
      }
      .btnArea {
        li {
          a {
            letter-spacing: 0.10em;
            font-size: 18px;
            padding: 5px;
          }

          a.first::before {
            background-size: 58px 40px;
            width: 58px;
            height: 40px;
          }
          a.second::before {
            background-size: 54px 40px;
            width: 54px;
            height: 40px;
          }
          a.third::before {
            background-size: 45px 40px;
            width: 45px;
            height: 40px;
          }
        }
      }

    }
  }
  .btnArea01 {

    padding: 20px 0 0 !important;
    .btnArea01List {
      justify-content: space-between;
      li {
        width: calc(100% / 2 - 10px);
      }
    }
  }
  }*/
@media (min-width: 1025px) {
  .btnArea01 {
    padding: 0 !important;
  }
  .btnArea01 .btnArea01-1 {
    width: 930px;
    margin: 0 auto;
    background: #37b2b7;
    padding-bottom: 4px;
  }
  .btnArea01 .btnArea01-1 a {
    background: #37b2b7;
    height: 65px;
    box-shadow: 0 4px 0px #909090;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btnArea01 .btnArea01-1 a img {
    width: 360px;
    box-shadow: none;
  }
  .btnArea01 .btnArea01List {
    width: 930px;
    margin: 0 auto;
    /*.first{
      a::before{
        background-size: 32px;
        width: 32px;
        height: 44px;
        top: 12%;
      }
    }*/
  }
  .btnArea01 .btnArea01List .first a,
  .btnArea01 .btnArea01List .second a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37b2b7;
    height: 65px;
    box-shadow: 0 4px 0px #909090;
    border-radius: 3px;
    font-size: 21px;
  }
  .btnArea01 .btnArea01List .first a .big_txt,
  .btnArea01 .btnArea01List .second a .big_txt {
    font-size: 28px;
  }
  .spBtnArea {
    background: #82d7dc;
    padding: 0 0 24px !important;
    border: none;
  }
  .spBtnArea .btnIn {
    display: none;
  }
  .pcBtnArea {
    display: block;
    background: #82d7dc;
    padding: 0;
  }
  .pcBtnArea .btnIn {
    padding: 0 40px 20px;
    padding: 24px 0 16px;
    width: 930px;
    margin: 0 auto;
    display: flex;
  }
  .pcBtnArea .btnIn .btnArea {
    display: flex;
    justify-content: space-between;
  }
  .pcBtnArea .btnIn .btnArea li {
    font-family: "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 600;
  }
  .pcBtnArea .btnIn .btnArea li a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 0px #909090;
    transition: all 0.3s ease;
    border-radius: 3px;
  }
  .pcBtnArea .btnIn .btnArea li a .txt {
    padding: 10px;
    display: block;
    font-size: 18px;
  }
  .pcBtnArea .btnIn .btnArea li a:hover {
    opacity: 0.6;
  }
  .pcBtnArea .btnIn .btnArea li a::before {
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  .pcBtnArea .btnIn .btnArea li a.first {
    background: #e74069;
    border: 1px solid #e74069;
    color: #fff;
  }
  .pcBtnArea .btnIn .btnArea li a.first::before {
    background-image: url(../img/ico_top001.png);
    top: 12px;
    left: 10px;
    background-size: 33px 22px;
    width: 33px;
    height: 22px;
    padding: 0 5px;
  }
  .pcBtnArea .btnIn .btnArea li a.second {
    background: #fffa82;
    color: #333;
    border: 1px solid #fffa82;
  }
  .pcBtnArea .btnIn .btnArea li a.second::before {
    background-image: url(../img/ico_top002.png);
    top: 12px;
    left: 10px;
    background-size: 29px 22px;
    width: 29px;
    height: 22px;
    padding: 0 5px;
  }
  .pcBtnArea .btnIn .btnArea li a.third {
    background: #f9d4e5;
    border: 1px solid #f9d4e5;
    color: #333;
  }
  .pcBtnArea .btnIn .btnArea li a.third::before {
    background-image: url(../img/ico_top003.png);
    top: 12px;
    left: 10px;
    background-size: 20px 22px;
    width: 20px;
    height: 22px;
    padding: 0 5px;
  }
  .pcBtnArea .btnIn .heading {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .pcBtnArea .btnIn .btnIn2 {
    padding: 0;
    flex-basis: 100%;
  }
  .pcBtnArea .btnIn .btnIn2 li {
    width: 100%;
  }
  .pcBtnArea .btnIn .btnIn2 .area1 li {
    margin: 0;
    width: calc(33.3333333333% - 10px);
  }
}
/*article*/
article .mainInner .txtArea {
  display: block;
}
article .mainInner .review.btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  background: #ffffff;
  border: 1px solid #37b2b7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 0px #909090;
}
article .mainInner .review.btn > a {
  color: #37b2b7;
  font-weight: 600;
  padding: 16px 0;
  display: block;
  text-decoration: none;
}
article .mainInner .review.btn > a::after {
  content: "→";
  margin-left: 0.5rem;
}
article .mainInner .review.btn:hover {
  color: #37b2b7;
  background: #37b2b7;
}
article .mainInner .review.btn:hover > a {
  color: #ffffff;
}
article .mainInner .review.btn.plan70 {
  border: 1px solid #38beff;
}
article .mainInner .review.btn.plan70 > a {
  color: #38beff;
}
article .mainInner .review.btn.plan70:hover {
  background: #38beff;
}
article .mainInner .review.btn.plan70:hover > a {
  color: #ffffff;
}

.mainInner {
  width: 100% !important;
  max-width: 930px !important;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .index-sec3 {
    max-width: 930px;
    margin: 0 auto 30px;
  }
  .index-sec4 {
    max-width: initial;
  }
  .index-sec4 .index-sec4List {
    max-width: 930px;
    margin: 0 auto;
  }
  .index-sec4Area {
    /*margin: 0 0 40px !important;*/
  }
  .index-sec4Area .index-btarea {
    max-width: 930px !important;
    margin: 0 auto;
  }
  .index-sec4Area .index-btarea .index-btareaList li {
    height: 80px;
  }
  .index-sec4Area .index-btarea .index-btareaList li:first-child a::before {
    top: 10px;
  }
  .index-sec4Area .index-btarea .index-btareaList li:nth-child(2) a::before {
    top: 16px;
  }
  .mainInner {
    margin: 0 auto;
  }
  .mainInner .btnArea {
    border-radius: 6px;
    margin: 0 auto;
    width: 80%;
  }
  .mainInner .btnArea .btnTxt {
    margin: 0;
  }
  .mainInner .btnArea a::before {
    content: "";
    position: absolute;
    margin: auto;
    vertical-align: middle;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    transition: all 0.3s ease;
    transform: rotate(45deg);
  }
}
/* CVエリア */
.index-sec4Area {
  background: #82d7dc;
  padding: 10vw 16px !important;
  /*margin: 0 0 8vw;*/
}
.index-sec4Area .index-btarea .index-btareaList {
  letter-spacing: 0.05em !important;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}
.index-sec4Area .index-btarea .index-btareaList li {
  line-height: 1.3;
  padding: 0;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px -5px #666;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  font-weight: 500;
}
.index-sec4Area .index-btarea .index-btareaList li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.index-sec4Area .index-btarea .index-btareaList li a .txt {
  display: block;
  margin-left: 24px;
}
.index-sec4Area .index-btarea .index-btareaList li a .subTxt {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
}
.index-sec4Area .index-btarea .index-btareaList li:first-child {
  background: #f37312;
  margin-bottom: 16px;
}
.index-sec4Area .index-btarea .index-btareaList li:first-child a::before {
  content: "";
  background-image: url(../img/ico_application.png);
  background-size: 28px 40px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  width: 28px;
  height: 40px;
  padding-right: 0.5em;
  transition: all 0.3s ease;
}
.index-sec4Area .index-btarea .index-btareaList li:nth-child(2) {
  background: #f6ba11;
  margin: 0;
}
.index-sec4Area .index-btarea .index-btareaList li:nth-child(2) a::before {
  content: "";
  background-image: url(../img/ico_document.png);
  background-size: 30px 34px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  width: 30px;
  height: 34px;
  padding-right: 0.5em;
  transition: all 0.3s ease;
}

@media (min-width: 480px) {
  .index-sec4Area {
    padding: 8vw 16px !important;
  }
}
@media (min-width: 768px) {
  .index-sec4 {
    margin: 40px auto;
  }
  .index-sec4Area {
    padding: 40px 24px !important;
  }
  .index-sec4Area .index-sec4List li {
    width: calc(33.3333333333% - 10px);
    margin: 7px 0;
  }
  .index-sec4Area .index-sec4List li a {
    font-size: 15px;
  }
  .index-sec4Area .index-btarea .index-btareaList {
    display: flex;
    justify-content: space-between;
    margin: 0;
    max-width: initial;
  }
  .index-sec4Area .index-btarea .index-btareaList li {
    margin: 0;
    width: calc(50% - 8px);
    height: 80px;
  }
  .index-sec4Area .index-btarea .index-btareaList li a {
    font-size: 24px;
  }
  .index-sec4Area .index-btarea .index-btareaList li a .txt {
    letter-spacing: 0.02em;
  }
  .index-sec4Area .index-btarea .index-btareaList li a .txt .subTxt {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .index-sec4Area .index-btarea .index-btareaList li:first-child {
    margin: 0;
  }
  .index-sec4Area .index-btarea .index-btareaList li:first-child a::before {
    background-size: 35px 50px;
    width: 35px;
    height: 50px;
    /*top: 12px;*/
    left: 20px;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:first-child {
    background: #fff;
    border: 2px solid #f37312;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:first-child a {
    color: #f37312 !important;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:first-child a::before {
    background-image: url(../img/ico_application-hover.png);
    transition: all 0.3s ease;
  }
  .index-sec4Area .index-btarea .index-btareaList li:nth-child(2) {
    margin: 0;
  }
  .index-sec4Area .index-btarea .index-btareaList li:nth-child(2) a::before {
    background-size: 40px 45px;
    width: 40px;
    height: 45px;
    /*top: 16px;*/
    left: 18px;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:nth-child(2) {
    background: #fff;
    border: 2px solid #f6ba11;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:nth-child(2) a {
    color: #f6ba11 !important;
  }
  .index-sec4Area .index-btarea .index-btareaList li:hover:nth-child(2) a::before {
    background-image: url(../img/ico_document-hover.png);
    transition: all 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .index-sec4Area .index-sec4List li {
    margin: 10px 0;
    width: calc(33.3333333333% - 13px);
  }
  .index-sec4Area .index-sec4List li a {
    height: 74px;
    font-size: 20px;
  }
  .index-sec4Area .index-sec4List li:nth-child(1) a::before {
    background-size: 29px 47px;
    width: 29px;
    height: 47px;
    left: -43px;
  }
  .index-sec4Area .index-sec4List li:nth-child(2) a::before {
    background-size: 29px 41px;
    width: 29px;
    height: 41px;
    left: -20px;
  }
  .index-sec4Area .index-sec4List li:nth-child(3) a::before {
    background-size: 29px 26px;
    width: 29px;
    height: 26px;
    left: -18px;
  }
  .index-sec4Area .index-sec4List li:nth-child(4) a::before {
    background-size: 36px 39px;
    width: 36px;
    height: 39px;
    left: -38px;
  }
  .index-sec4Area .index-sec4List li:nth-child(5) a::before {
    background-size: 41px 44px;
    width: 41px;
    height: 44px;
    top: 0;
    left: -16px;
  }
  .index-sec4Area .index-sec4List li:nth-child(6) a::before {
    background-size: 33px 33px;
    width: 33px;
    height: 33px;
    left: -34px;
  }
  .index-sec4Area .index-btarea .index-btareaList li {
    width: calc(50% - 10px);
  }
  .index-sec4Area .index-btarea .index-btareaList li a {
    font-size: 28px;
  }
  .index-sec4Area .index-btarea .index-btareaList li a .subTxt {
    font-size: 16px;
    padding-left: 16px;
    letter-spacing: 0.22em;
  }
  .index-sec4Area .index-btarea .index-btareaList li a .txt {
    margin-left: 0;
  }
  .index-sec4Area .index-btarea .index-btareaList li:nth-child(2) a .subTxt {
    padding-left: 0;
    letter-spacing: 0.22em;
  }
}
/*----------------------------------------------------
  テーブル ラッパー
  ----------------------------------------------------*/
.table_wrapper01 {
  padding: 24px 0 8px;
}
.table_wrapper01 .bordered {
  width: 100%;
  margin: 0;
}

.table_wrapper02 {
  padding: 0 0 60px;
}
.table_wrapper02 .bordered {
  width: 100%;
  margin: 0;
}

.tCaption {
  display: none;
}

@media only screen and (max-width: 728px) {
  .tCaption {
    display: block;
    margin: 0 0 5px !important;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 10px !important;
    font-family: "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    text-align: left;
  }
  .tCaption small {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .table_wrapper01 {
    width: auto;
    padding: 0;
    margin: 2vw 0;
    /*overflow-x: scroll;*/
  }
  .table_wrapper01 .bordered {
    margin: 0;
  }
  .table_wrapper02 {
    width: auto;
    padding: 0;
    margin: 1ex 0 1em;
    /*overflow-x: scroll;*/
    margin-bottom: 60px;
  }
  .table_wrapper02 .bordered {
    margin: 0;
  }
  .table_wrapper::-webkit-scrollbar {
    height: 5px;
  }
  .table_wrapper::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .table_wrapper::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}
@media only screen and (max-width: 767px) {
  .table_wrapper02 {
    margin-bottom: 60px;
  }
}
/*----------------------------------------------------
  テーブル
  ----------------------------------------------------*/
.normalTable {
  width: 100%;
  line-height: 1.2;
  /*.vertical {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }*/
}
.normalTable th {
  font-weight: bold;
  /*background: #83ccd2;*/
  background: #ebf9f9;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  font-weight: 500;
}
.normalTable td {
  background: #fff;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
}
.normalTable th,
.normalTable td {
  padding: 4px;
  border: 1px solid #ccc;
  font-size: 0.9rem;
  vertical-align: middle;
}
.normalTable .cell-50 {
  background: #ff388c;
  color: #fff;
}
.normalTable .cell-70 {
  background: #38beff;
  color: #fff;
}
.normalTable .cell-100 {
  background: #72c571;
  color: #fff;
}
.normalTable .cell-50_td {
  background: #fff2fb;
}
.normalTable .cell-70_td {
  background: #effbfe;
}
.normalTable .cell-100_td {
  background: #f0fef2;
}
.normalTable .text-left {
  text-align: left;
}

.table01 th {
  width: 16.6666666667%;
  color: #fff;
}

.table02 th {
  width: 25%;
  color: #fff;
}

@media (min-width: 360px) {
  .normalTable {
    line-height: 1.4;
  }
  .normalTable td {
    padding: 8px;
  }
}
@media (min-width: 375px) {
  .normalTable th {
    padding: 8px;
  }
}
@media (min-width: 390px) {
  .normalTable th,
  .normalTable td {
    font-size: 1rem;
  }
}
@media (min-width: 480px) {
  .normalTable th,
  .normalTable td {
    font-size: 1.1rem;
  }
}
@media (min-width: 729px) {
  .normalTable {
    /*.vertical {
      writing-mode:initial;
    }*/
  }
  .normalTable th,
  .normalTable td {
    padding: 16px;
  }
  .normalTable .text-left {
    text-align: center;
    margin: 0 auto;
  }
  .normalTable .text-left .txt-in {
    display: inline-block;
    text-align: left;
    width: 500px;
  }
}
@media (min-width: 1024px) {
  .normalTable .text-left .txt-in {
    width: 610px;
  }
}
/*フッター*/
.ft_menu_inner02 li a {
  padding: 6px 0;
}

.site_info01 a {
  display: block;
}
.site_info01 a img {
  /*max-width: 223px;*/
  max-width: initial;
  width: 80% !important;
}

.ft_link02 ul li,
.ft_menu_inner01 ul li {
  text-align: left;
  line-height: 1.4;
  margin: 0 0 8px;
}
.ft_link02 ul li:last-child,
.ft_menu_inner01 ul li:last-child {
  margin: 0;
}

#ft_menu {
  text-align: left;
}

#site_info_inner {
  display: block;
}

#site_info_inner .site_info02 {
  padding: 0 15px 0 0;
  text-align: center;
  max-width: 930px !important;
}
#site_info_inner .site_info02 small {
  margin-bottom: 0;
}

#site_info_inner {
  width: auto;
}

@media (min-width: 1024px) {
  .site_info01 a img {
    width: 223px !important;
  }
  #site_info {
    padding: 15px;
  }
  #site_info_inner .site_info02 {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  #site_info_inner {
    width: 930px !important;
  }
  #site_info_inner .site_info02 {
    padding: 0 15px 0 0;
    text-align: right;
    width: 930px !important;
  }
  #site_info_inner div {
    vertical-align: bottom;
  }
  .site_info01 a img {
    width: auto !important;
  }
}
.ft_menu_inner01 .trigger {
  color: #fff;
}

#site_info_inner .site_info01 img {
  width: 80%;
}

/*フッターのプラスマイナス*/
.ft_menu_inner01 .trigger {
  background: url(../img/accordion02_close.png) no-repeat 100% center;
  background-size: 13px 13px;
}

.ft_menu_inner01 .trigger.active {
  background: url(../img/accordion02_open.png) no-repeat 100% center;
  background-size: 13px 13px;
  border-bottom: none;
}

/*メニューの色*/
.ft_menu_inner01 li a {
  color: #000;
}

/*フッター*/
.btn_contrac01 {
  background: #f9d4e5;
  font-weight: bold;
}
.btn_contrac01 a {
  text-decoration: none;
}

.btn_contrac01:hover {
  opacity: 0.6;
}

@media (min-width: 728px) {
  footer {
    background: #ebf9f9;
  }
  .ft_link01 dt,
  .ft_link02 dt,
  .ft_link03 dt {
    border-bottom: 1px dotted #ccc;
    background: none;
    white-space: initial;
    overflow: initial;
    text-indent: initial;
    padding-bottom: 0.5em;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1;
  }
  #ft_menu {
    background: none;
  }
  #ft_inner {
    padding: 10px 0 20px;
  }
  .pageTop a {
    /*			padding: 0 15px 15px 15px;*/
    width: 28px;
    height: 28px;
    display: block;
    float: right;
    text-indent: -9999px;
    /*			background: url("images/pagetop01_pc.png") no-repeat center center;*/
  }
  .btn_contrac01 {
    background: #f9d4e5;
  }
  .btn_contrac01 a {
    text-decoration: none;
    color: #333;
  }
  .btn_contrac01:hover {
    opacity: 0.6;
  }
}
/*Newsエリア*/
.newsArea .index_blog {
  max-width: 930px !important;
  min-width: initial !important;
  padding: 0 !important;
  text-align: center;
}
.newsArea .index_blog_inner {
  background: #fff;
  text-align: left;
}
.newsArea .index_blog_inner .news-pcArea {
  display: none;
}
.newsArea .index_blog_inner dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #50b9bf;
}
.newsArea .index_blog_inner dl dt {
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}
.newsArea .index_blog_inner dl dd {
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  line-height: 1.6;
}
.newsArea .index_blog_inner dl dd a {
  color: #333;
}
.newsArea .index_blog_inner .btnTxt {
  text-align: center;
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
  background: #fff;
}
.newsArea .index_blog_inner .btnTxt a {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #333;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.newsArea .index_blog_inner .btnTxt a::before {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}
.newsArea .index_blog_inner .btnTxt a:hover {
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
}
.newsArea .index_blog_inner .btnTxt a:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*@media (min-width: 360px) {
  .newsArea {
    .index_blog_inner {
      dl {
      display: column nowrap!important;
        dt{
          width: 36%;
          margin-right: 2%;
          padding-top: 5px;
        }
        dd {
          width: 62%;
        }
      }
    }
  }
  }*/
@media (min-width: 412px) {
  .newsArea .index_blog_inner {
    /*padding: 20px !important;*/
  }
  .newsArea .index_blog_inner dl {
    display: column nowrap !important;
  }
  .newsArea .index_blog_inner dl dt {
    width: 34%;
    text-align: center;
    margin-right: 2%;
    padding-top: 5px;
  }
  .newsArea .index_blog_inner dl dd {
    width: 64%;
  }
}
@media (min-width: 414px) {
  .newsArea .index_blog_inner dl {
    display: column nowrap !important;
  }
  .newsArea .index_blog_inner dl dt {
    width: 30%;
    text-align: center;
    margin-right: 2%;
    padding-top: 5px;
  }
  .newsArea .index_blog_inner dl dd {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .newsArea .index_blog_inner {
    width: auto;
  }
  .newsArea .index_blog_inner dl {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .newsArea .index_blog_inner dl dt {
    width: 16%;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
  .newsArea .index_blog_inner dl dd {
    width: 84%;
  }
  .newsArea .index_blog_inner .btnTxt {
    width: 80%;
  }
  .newsArea .index_blog_inner .btnTxt a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .newsArea .index_blog_inner .btnTxt a::before {
    /*					top: 15px;*/
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 1024px) {
  .newsArea .index_blog {
    margin: 0 auto 10px;
  }
  .newsArea .index_blog_inner {
    float: none;
  }
  .newsArea .index_blog_inner dl {
    display: flex;
  }
  .newsArea .index_blog_inner dl dt {
    width: 16%;
    border-right: none;
    text-align: left;
    margin-right: 0;
    font-weight: normal;
  }
  .newsArea .index_blog_inner dl dd {
    width: 84%;
  }
  .newsArea .index_blog_inner .spTxt {
    display: none;
  }
  .newsArea .index_blog_inner .news-pcArea {
    display: flex;
    width: 100%;
    margin: 40px 0 0;
  }
  .newsArea .index_blog_inner .news-pcArea h3 {
    flex-basis: 16%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .newsArea .index_blog_inner .news-pcArea .btnArea {
    display: flex;
    justify-content: space-around;
    flex-basis: 84%;
  }
  .newsArea .index_blog_inner .news-pcArea .btnArea .btnTxt {
    margin: 0;
    width: calc(33.3333333333% - 20px);
  }
  .newsArea .index_blog_inner .news-pcArea .btnArea .btnTxt a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .newsArea .index_blog {
    max-width: 930px !important;
    margin: 0 auto 10px;
  }
}
/*=============================================
  *
  * faqArea
  *
  =============================================*/
.faqArea {
  background: #ebf9f9;
  padding: 24px;
  border-radius: 6px;
  margin: 0;
}
.faqArea .qaList .listQ,
.faqArea .qaList .listA {
  text-align: justify;
  font-family: "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 600;
  position: relative;
  font-feature-settings: "palt" 1;
  line-height: 1.4;
}
.faqArea .qaList .listQ {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #50b9bf;
  display: flex;
  align-items: center;
  /*padding: 40px 30px 10px 0;*/
  margin: 16px 0 0 0;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 32px 16px 0;
}
.faqArea .qaList .listQ:first-child {
  margin: 0;
}
.faqArea .qaList .listQ::before {
  content: "Q";
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  background-color: #50b9bf;
  color: #fff983;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.faqArea .qaList .listQ::after {
  content: "";
  background-image: url(https://pshoken.co.jp/indexfile/images/circle_plus.png); /*ステージング反映時にパスを書き換える*/
  background-size: 26px 26px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 0;
  margin: auto;
  margin-top: 0;
}
.faqArea .qaList .listQ:first-child::after {
  /*top: 8%;*/
}
.faqArea .qaList .listQ.ac {
  border-bottom: none;
}
.faqArea .qaList .listQ.ac::after {
  content: "";
  background-image: url(https://pshoken.co.jp/indexfile/images/circle_minus.png); /*ステージング反映時にパスを書き換える*/
}
.faqArea .qaList .listQ:hover {
  cursor: pointer;
  /*background: var(--thin-blue);*/
}
.faqArea .qaList .listA {
  display: none;
  background: #fff;
  margin: 16px 0 0;
  padding: 24px;
}
.faqArea .qaList .listA .txtBtn {
  font-family: "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.faqArea .qaList .listA .txt {
  color: #ff388c;
  color: #e74069;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  padding: 0 0 16px;
  /*margin: 0 0 4%;*/
}
.faqArea .qaList .listA .txt::before {
  content: "A";
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  background: #ff388c;
  background: #e74069;
  color: #fff983;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.faqArea .qaList .listA .review:last-child {
  margin: 0;
}
.faqArea .qaList .listA .picArea {
  margin: 20px 0 40px 50px !important;
}
.faqArea .qaList .listA .picArea img {
  width: auto;
}
.faqArea .qaList .listA .commonBtn {
  margin: 40px 0 0;
}
.faqArea .faq_txt {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1rem;
}
.faqArea .faq_txt a {
  color: #ff388c;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .faqArea {
    /*margin-bottom: 60px;*/
  }
}
@media only screen and (max-width: 600px) {
  .faqArea {
    padding: 16px;
  }
  .faqArea .qaList .listA .txtBtn {
    font-family: "メイリオ", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    text-align: center;
  }
  .faqArea .qaList .listA .picArea {
    margin: 20px 0 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  .faqArea {
    /*margin-bottom: 40px;*/
  }
  .faqArea .qaList .listQ,
  .faqArea .qaList .listA {
    font-size: 1.1rem;
  }
  .faqArea .qaList .listQ::after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
  .faqArea .qaList .listA .txt {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 414px) {
  .faqArea .qaList .listQ .txt,
  .faqArea .qaList .listA .txt {
    font-size: 1.1rem;
  }
  .faqArea .qaList .listQ {
    margin: 20px 0 0 0;
  }
  .faqArea .qaList .listQ::after {
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
  .faqArea .qaList .listA .cReview,
  .faqArea .qaList .listA .review {
    font-size: 1.1rem;
  }
  .faqArea .qaList .listA .txtBtn {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 375px) {
  .faqArea {
    /*padding: 15px;*/
  }
  .faqArea .qaList .listA {
    margin: 15px 0 0;
    padding: 15px;
  }
  .faqArea .qaList .listQ::after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .faqArea {
    margin: 0;
  }
}
p.faqArea-button {
  background: #fff;
  border: 1px solid #50b9bf;
  border-radius: 6px;
  color: #50b9bf;
  margin: 16px auto 0;
  padding: 8px 8px 8px 24px;
  max-width: 300px;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
p.faqArea-button:hover {
  opacity: 0.7;
}
p.faqArea-button a {
  color: #50b9bf;
  line-height: 1.2;
  text-decoration: none;
}
p.faqArea-button a::before {
  content: "";
  position: absolute;
  margin: auto;
  vertical-align: middle;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #50b9bf;
  border-right: 1px solid #50b9bf;
  transition: all 0.3s ease;
  transform: rotate(45deg);
}

@media only screen and (max-width: 600px) {
  .fapArea-button {
    font-size: 90%;
    display: inline-block;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 428px) {
  .fapArea-button {
    font-size: 80%;
  }
}
/* 以下リニューアル分 */
.br320-360 {
  display: block;
}

@media only screen and (min-width: 360px) {
  .br320-360 {
    display: none;
  }
}
.normalList {
  list-style-type: disc;
  padding-left: 1.6em;
}
.normalList li {
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
.normalList li:last-child {
  margin: 0;
}

.normal_orderList {
  list-style-type: decimal;
  padding-left: 1.6em;
}
.normal_orderList li {
  text-align: left;
  etter-spacing: 0.03em;
  font-size: 1.1rem;
  margin: 0 0 4px;
}
.normal_orderList li:last-child {
  margin: 0;
}

.checkList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
  padding-left: 1.6em;
}
.checkList li {
  font-size: 1.1rem;
  /*background: #EFF9FA;
  padding: 8px;*/
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  display: flex;
  line-height: 1.4;
}
.checkList li .txt {
  padding-left: 32px;
}
.checkList li::before {
  content: "";
  background-image: url(../img/ico_check.png);
  background-size: 26px 22px;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_wrap {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px;
  padding-left: 2.6em !important;
}

.contentIn {
  margin: 4vw 0 8vw;
}

.pdf {
  padding-right: 18px;
  background: url(../../common/img/img_pdf.svg) 100% 40% no-repeat;
  background-size: 16px 16px;
}

.external {
  padding-right: 21px;
  background: url(../../common/img/img_external.svg) 100% 40% no-repeat;
  background-size: 16px 16px;
}

.phoneArea {
  margin: 2vw auto 0;
  max-width: 434px;
  line-height: 1;
  text-align: left;
}
.phoneArea .phoneArea_heading {
  margin: 0 0 4px;
  line-height: 1.2;
}
.phoneArea .phoneArea_heading p:first-of-type {
  font-size: clamp(18px, 2.6vw, 18px);
}
.phoneArea .phoneArea_heading p:last-of-type {
  font-size: clamp(16px, 2.6vw, 16px);
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
  margin: 0 0 8px;
}
.phoneArea .phoneArea_heading p {
  font-size: clamp(14px, 2.6vw, 16px);
  margin: 0;
  font-weight: 500;
}
.phoneArea .phoneArea_second {
  display: flex;
  align-items: center;
  color: #ff388c;
  gap: 8px;
}
.phoneArea .phoneArea_second .txt {
  border: 1px solid #ff388c;
  border-radius: 6px;
  padding: 2px;
  font-size: clamp(12px, 2.1vw, 14px);
  text-align: center;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.phoneArea .phoneArea_second .txt .small {
  font-size: 80%;
  display: block;
}
.phoneArea .phoneArea_second .phone {
  font-size: clamp(18px, 7.9vw, 47px);
  font-weight: 700;
  line-height: 1;
}
.phoneArea .phoneArea_second .phone a {
  color: #ff388c;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .phoneArea {
    margin: 16px auto 0;
  }
  .list_wrap {
    padding: 32px;
    padding-left: 3.4em !important;
  }
}
.ornamentArea .ornamentArea__in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ornamentArea .ornamentArea__in .ornamentArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  background: #ebf9f9;
  padding: 16px;
  margin: 5vw 0 2vw;
  width: 100%;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
  width: 26%;
  margin: 0;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
  width: 67%;
  margin: 0;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li {
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /*width: calc(100% / 2 - 6px);*/
}
.ornamentArea .ornamentArea__in .ornamentArea__list li img.first {
  max-width: 55px;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li img.second {
  max-width: 150px;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li img.third {
  max-width: 70px;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li img {
  transition: all 0.3s ease;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li h2 {
  text-align: justify;
  font-size: clamp(19px, 5vw, 34px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  background: none;
  color: #333;
  margin: 0;
  padding: 0;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li h2 .txt {
  font-size: clamp(10px, 3vw, 21px);
  display: block;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li h2 .smallTxt {
  /*font-size: clamp(14px, 3.9vw, 21px);*/
}
.ornamentArea .ornamentArea__in .ornamentArea__list li.first {
  width: 27%;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li.third {
  width: 26%;
}
.ornamentArea .ornamentArea__in .ornamentArea__list li.fifth {
  width: 28%;
}
.ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
  width: 26%;
  margin: 0;
}
.ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
  width: 66%;
  margin: 0;
}
.ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(3) li h2 {
  /*margin: 0 0 16px;*/
}
.ornamentArea .catch {
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  text-align: justify;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: clamp(14px, 3vw, 18px);
  margin: 0 8px 4px 0;
}
.ornamentArea .catch sup {
  font-size: 66%;
  font-weight: 300;
}

.section {
  padding: 10vw 4vw 10vw;
}
.section h2 {
  font-size: clamp(21px, 5.1vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
  background: #50b9bf;
  color: #fff;
  font-feature-settings: "palt";
  padding: 16px 16px 14px;
  line-height: 1.4;
}
.section h2.min {
  font-size: clamp(20px, 5.1vw, 24px);
}

.campaignArea .campaignArea__in figure A {
  display: block;
}

.pointArea .pointArea__in .review {
  margin: 0;
  font-size: 1rem;
}
.pointArea .pointArea__in .pointArea__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 5vw;
  gap: 16px;
  counter-reset: number 0;
}
.pointArea .pointArea__in .pointArea__list > li {
  width: 100%;
  max-width: 600px;
  display: grid;
  grid-template-rows: 120px 1fr;
  transition: all 0.3s ease;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pointArea .pointArea__in .pointArea__list > li h3 {
  font-size: clamp(18px, 3.9vw, 21px);
  letter-spacing: 0.03em;
  background: #ebf9f9;
  border: 1px solid #ccc;
  font-weight: 700;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}
.pointArea .pointArea__in .pointArea__list > li h3 .txt {
  position: relative;
  display: block;
}
.pointArea .pointArea__in .pointArea__list > li h3 .txt:not(.three) {
  padding: 35px 16px;
}
.pointArea .pointArea__in .pointArea__list > li h3 .txt.one {
  padding: 50px 16px 40px;
}
.pointArea .pointArea__in .pointArea__list > li h3 .txt.three {
  padding: 16px;
}
.pointArea .pointArea__in .pointArea__list > li h3 .txt::before {
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.6rem;
  color: #50b9bf;
  opacity: 0.18;
  /* content: counter(number); */
  counter-increment: number 1;
  content: "0" counter(number);
}
.pointArea .pointArea__in .pointArea__list > li .pointArea__content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 16px;
  flex-grow: 1;
}

@media screen and (max-width: 728px) {
  .pointArea .pointArea__in .pointArea__list li {
    grid-template-rows: auto 1fr;
  }
  .pointArea .pointArea__in .pointArea__list li:last-child .txt {
    padding: 24px 16px;
  }
}
.evaluationArea .contentIn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px 20px;
  width: 100%;
  margin: 0;
}
.evaluationArea .contentIn .evaluation__content {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 10px 20px;
  align-items: center;
  text-align: left;
  background: #eff9fa;
  padding: 24px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.evaluationArea .contentIn .evaluation__content picture {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0;
}
.evaluationArea .contentIn .evaluation__content picture img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.evaluationArea .contentIn .evaluation__content div {
  grid-row: 1/2;
  grid-column: 2/3;
  line-height: 1.2;
}
.evaluationArea .contentIn .evaluation__content div > * {
  font-weight: 700;
}
.evaluationArea .contentIn .evaluation__content div h3 {
  font-size: 1.1rem;
}
.evaluationArea .contentIn .evaluation__content p {
  grid-row: 2/3;
  grid-column: 1/3;
  font-size: 0.9rem;
  align-self: start;
}

.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 8px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list::before {
  content: "";
  display: block;
  width: 18%;
  order: 1;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list::after {
  content: "";
  display: block;
  width: 18%;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li {
  background: #ebf9f9;
  width: 100%;
  height: calc((100vw - 50px) * 0.9 / 4);
  margin-bottom: calc((100vw - 50px) * 0.1 / 5);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-height: 120px;
  transition: all 0.3s ease;
  justify-content: space-evenly;
  gap: 8px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li .txt {
  color: #333;
  display: block;
  line-height: 1.2;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-align: left;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:first-child img {
  width: 34px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:nth-of-type(2) img {
  width: 30px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:nth-of-type(3) img {
  width: 52px;
  padding-left: 12px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:nth-of-type(4) img {
  width: 66px;
  padding-left: 8px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:nth-of-type(5) img {
  width: 60px;
}
.veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li:nth-of-type(6) img {
  width: 30px;
}

.planArea .planArea__in .planlList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}
.planArea .planArea__in .planlList li {
  border-radius: 6px;
  width: 100%;
  line-height: 1.4;
  box-shadow: 0 4px 0px #909090;
  transition: all 0.3s ease;
}
.planArea .planArea__in .planlList li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 16px;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  transition: all 0.3s ease;
}
.planArea .planArea__in .planlList .plan50 {
  background: #ff388c;
  border: 1px solid #ff388c;
}
.planArea .planArea__in .planlList .plan70 {
  background: #38beff;
  border: 1px solid #38beff;
}
.planArea .planArea__in .planlList .plan100 {
  background: #72c571;
  border: 1px solid #72c571;
}
.planArea .planArea__in .planlList .plan50:hover {
  background: #fff;
}
.planArea .planArea__in .planlList .plan50:hover a {
  color: #ff388c;
}
.planArea .planArea__in .planlList .plan70:hover {
  background: #fff;
}
.planArea .planArea__in .planlList .plan70:hover a {
  color: #38beff;
}
.planArea .planArea__in .planlList .plan100:hover {
  background: #fff;
}
.planArea .planArea__in .planlList .plan100:hover a {
  color: #72c571;
}

.insuranceArea .insuranceArea__list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 16px;
  margin: 0 0 0.5vw;
}
.insuranceArea .insuranceArea__list li {
  width: 100%;
}
.insuranceArea .insuranceArea__listIn {
  background: #eff9fa;
  padding: 4vw;
  display: grid;
  grid-template-columns: clamp(100px, 34vw, 200px) auto;
  justify-content: space-evenly;
  align-items: center;
  gap: 16px;
}
.insuranceArea .insuranceArea__listIn li a {
  color: #1111cc;
}
.insuranceArea .insuranceArea__listIn li figure {
  max-width: 350px;
  margin: 0 auto;
}
.insuranceArea .insuranceArea__listIn li figure img {
  transition: all 0.3s ease;
}
.insuranceArea .insuranceArea__listIn li h4 {
  margin: 0 0 1vw;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.insuranceArea .insuranceArea__listIn li h4 .txt {
  font-size: 0.9rem;
  display: block;
  line-height: 1.2;
}
.insuranceArea .insuranceArea__listIn li .txt {
  margin: 0;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.recommendedArea .recommendedArea__in h3 {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: clamp(18px, 4.6vw, 21px);
  line-height: 1.4;
  margin: 0 0 8px;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__heading h5 {
  padding: 8px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  ne-height: 1.2;
  font-weight: 600;
  font-size: clamp(16px, 4.9vw, 24px);
  line-height: 1.2;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__heading h5 .txt {
  display: block;
  font-size: clamp(12px, 3.6vw, 16px);
  font-weight: 500;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__heading h5:first-child {
  background: #e74069;
  border-radius: 6px 0 0 0;
  width: 65%;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__heading h5:nth-child(2) {
  background: #f9d4e5;
  color: #333;
  border-radius: 0 6px 0 0;
  width: 35%;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table {
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px;
  gap: 8px;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table thead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr th {
  text-align: center;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr th,
.recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr td {
  font-size: 1.1rem;
  padding-bottom: 4px;
  letter-spacing: 0.05em;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody {
  display: flex;
  width: 100%;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody tr {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody tr th {
  font-size: clamp(21px, 4.7vw, 24px);
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody tr td {
  font-size: clamp(21px, 4.7vw, 24px);
}
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody tr th,
.recommendedArea .recommendedArea__in .amountArea .amountArea__table tbody tr td {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.recommendedArea .recommendedArea__in .priceArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommendedArea .recommendedArea__in .priceArea .price__inner {
  width: 48%;
  padding: 1.5em 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.recommendedArea .recommendedArea__in .priceArea .price__inner:first-child {
  background-image: linear-gradient(to right, #dcdddd 40%, transparent 40%);
  background-size: 7% 3%;
  background-repeat: repeat-x;
  background-position: right bottom;
}
.recommendedArea .recommendedArea__in .priceArea .price__inner:nth-child(2) {
  width: 52%;
  background-image: linear-gradient(to bottom, #dcdddd 50%, transparent 50%), linear-gradient(to right, #dcdddd 40%, transparent 40%);
  background-size: 3% 7%, 7% 3%;
  background-repeat: repeat-y, repeat-x;
  background-position: top left, left bottom;
}
.recommendedArea .recommendedArea__in .priceArea .price__inner:last-child {
  width: 52%;
  background-image: linear-gradient(to top, #dcdddd 50%, transparent 50%);
  background-size: 3% 7%;
  background-repeat: repeat-y;
  background-position: top left;
}
.recommendedArea .recommendedArea__in .priceArea div {
  flex-grow: 1;
}
.recommendedArea .recommendedArea__in .priceArea div picture {
  width: 40%;
  margin: 0 auto 8px;
  flex-grow: 1;
  position: relative;
}
.recommendedArea .recommendedArea__in .priceArea div picture::before {
  content: "";
  display: block;
  clear: both;
}
.recommendedArea .recommendedArea__in .priceArea div picture::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.recommendedArea .recommendedArea__in .priceArea div picture source {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommendedArea .recommendedArea__in .priceArea div picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recommendedArea .recommendedArea__in .priceArea div p {
  flex-grow: 1;
  font-weight: 700;
  line-height: 1;
}
.recommendedArea .recommendedArea__in .priceArea div p span {
  font-weight: normal;
  font-size: 0.85rem;
}
.recommendedArea .recommendedArea__in .priceArea h4 {
  font-size: clamp(21px, 4.7vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}
.recommendedArea .recommendedArea__in .priceArea h4 span {
  margin: 0 8px 0 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: normal;
  vertical-align: middle;
  background: #38beff;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}
.recommendedArea .commentArea {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
}
.recommendedArea .commentArea figure {
  /*max-width: 180px;*/
  max-width: 150px;
  margin: 0;
}
.recommendedArea .commentArea figure img {
  transition: all 0.3s ease;
}
.recommendedArea .commentArea figure .review {
  font-weight: 600;
  text-align: center;
  margin: 5px 0 0;
}
.recommendedArea .commentArea:nth-of-type(2) {
  margin: 0 0 24px;
}
.recommendedArea .commentArea:nth-of-type(2) figure {
  max-width: 150px;
}

.flowArea .flowArea__in .flowList li {
  margin: 0 0 10vw;
}
.flowArea .flowArea__in .flowList li > .txt {
  font-size: clamp(18px, 3.9vw, 21px);
  letter-spacing: 0.03em;
  background: #ebf9f9;
  padding: 8px;
  font-weight: 600;
  display: block;
  border-radius: 12px;
  position: relative;
  margin: 0 0 5vw;
}
.flowArea .flowArea__in .flowList li .txt::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 14px solid #ebf9f9;
}
.flowArea .flowArea__in .flowList .flowList__list {
  list-style-type: decimal;
  padding-left: 2em;
  margin: 24px 0 0;
}
.flowArea .flowArea__in .flowList .flowList__list li {
  text-align: left;
  letter-spacing: 0.03em;
  font-size: 1.1rem;
  margin: 0 0 0.5em;
  line-height: 1.2;
}
.flowArea .flowArea__in .flowList .flowList__list li:last-child {
  margin: 0;
}

@media (min-width: 360px) {
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
    width: 27%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.first {
    max-width: 60px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.third {
    max-width: 80px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 68%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 27%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 68%;
  }
}
@media (min-width: 375px) {
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
    width: 27%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.first {
    max-width: 60px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 59%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 27%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 68%;
  }
}
@media (min-width: 390px) {
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.first {
    max-width: 70px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.third {
    max-width: 96px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 60%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 28%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 68%;
  }
  .veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li {
    width: calc(50% - 16px);
    justify-content: center;
  }
  .veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li .txt {
    text-align: center;
  }
}
@media (min-width: 428px) {
  .ornamentArea .ornamentArea__in .ornamentArea__list li img.first {
    max-width: 70px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li img.second {
    max-width: 110px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
    width: 28%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 68%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 28%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 67%;
  }
}
@media (min-width: 480px) {
  .section {
    padding: 8vw 4vw 8vw;
  }
  .section h2 {
    margin: 4vw 0;
  }
  .flowArea .flowArea__in .flowList li > .txt {
    margin: 0 0 3vw;
  }
}
@media (min-width: 600px) {
  .ornamentArea .ornamentArea__in .ornamentArea__list li img.second {
    max-width: 124px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
    width: 28%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.first {
    max-width: 86px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child img.third {
    max-width: 116px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 65%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 29%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 67%;
  }
  .veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li {
    width: calc(33.3333333333% - 16px);
  }
  .planArea .planArea__in .planlList li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (min-width: 768px) {
  .nav-header {
    padding: 0 20px;
  }
  #hd_tel {
    right: 20px;
  }
  .contentIn {
    margin: 2vw 0 4vw;
  }
  .section {
    padding: 4vw 40px 4vw;
  }
  .section h2 {
    margin: 4vw 0;
  }
  .section:last-child {
    padding: 40px 40px 160px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:first-child {
    width: 24%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li:nth-child(2) {
    width: 70%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 12%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 72%;
  }
  .insuranceArea {
    padding: 0 40px 4vw;
  }
  .insuranceArea .insuranceArea__listIn li {
    width: 100%;
  }
  .insuranceArea .insuranceArea__listIn li h4 {
    font-size: 1.4rem;
  }
  .recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr th,
  .recommendedArea .recommendedArea__in .amountArea .amountArea__table thead tr td {
    font-size: 1.4rem;
  }
  .recommendedArea .recommendedArea__in .priceArea .price__inner:first-child {
    width: 25%;
    background-image: linear-gradient(to bottom, #dcdddd 50%, transparent 50%);
    background-size: 2% 7%;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
  .recommendedArea .recommendedArea__in .priceArea .price__inner:nth-child(2) {
    width: 25%;
    background-image: linear-gradient(to bottom, #dcdddd 50%, transparent 50%);
    background-size: 2% 7%;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
  .recommendedArea .recommendedArea__in .priceArea .price__inner:nth-child(3) {
    width: 25%;
    background-image: linear-gradient(to bottom, #dcdddd 50%, transparent 50%);
    background-size: 2% 7%;
    background-repeat: repeat-y;
    background-position: right bottom;
  }
  .recommendedArea .recommendedArea__in .priceArea .price__inner:last-child {
    width: 25%;
    background-image: none;
  }
  .recommendedArea .recommendedArea__in .priceArea .price__inner div picture {
    width: 32%;
  }
  .recommendedArea .recommendedArea__in .commentArea figure {
    width: 12%;
  }
  .recommendedArea .recommendedArea__in .commentArea .txtArea {
    width: 78%;
  }
  .recommendedArea .recommendedArea__in .commentArea:nth-of-type(2) figure {
    max-width: 150px;
  }
  .pointArea {
    padding: 0 40px 4vw;
  }
  .pointArea .pointArea__in .pointArea__list {
    margin: 0 0 40px;
  }
  .pointArea .pointArea__in .pointArea__list li h3 .txt::before {
    left: 0;
  }
  .veterinarianArea .veterinarianArea__in .veterinarianArea__content .veterinarianArea__list li {
    width: calc(16.6666666667% - 16px);
    flex-direction: column;
  }
  .flowArea {
    padding: 0 40px 4vw;
  }
  .flowArea .flowArea__in .flowList li {
    margin: 0 0 4vw;
  }
}
@media (min-width: 1024px) {
  .nav-header {
    padding: 0 20px;
  }
  #hd_tel {
    right: 0;
    /*width: 38%;*/
  }
}
@media (min-width: 1025px) {
  .nav-header {
    padding: 0;
  }
  .contentIn {
    margin: 24px 0 48px;
  }
  .section {
    padding: 80px 0 40px;
  }
  .section h2 {
    margin: 0 0 24px;
  }
  .ornamentArea {
    padding: 40px 0 40px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list {
    margin: 24px 0 8px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li img.first {
    max-width: 90px !important;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list li img.second {
    max-width: 137px;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.first {
    width: 18%;
  }
  .ornamentArea .ornamentArea__in .ornamentArea__list:nth-child(2) li.second {
    width: 77%;
  }
  .flowArea .flowArea__in .flowList li {
    margin: 0 0 48px;
  }
  .flowArea .flowArea__in .flowList li > .txt {
    margin: 0 0 24px;
  }
  .flowArea .flowArea__in .flowList .flowList__list {
    padding: 32px;
  }
  .pointArea {
    padding: 10px 0 40px;
  }
  .pointArea .pointArea__in .pointArea__list {
    align-items: stretch;
    margin: 0 0 24px;
    gap: 24px;
  }
  .pointArea .pointArea__in .pointArea__list > li {
    width: calc(50% - 16px);
  }
  .pointArea .pointArea__in .pointArea__list > li h3 .txt::before {
    left: -2%;
  }
  .insuranceArea {
    padding: 40px 0 40px;
  }
  .insuranceArea .insuranceArea__list {
    grid-template-columns: repeat(2, calc((100% - 24px) / 2));
    gap: 24px;
  }
  .insuranceArea .insuranceArea__list li {
    width: 100%;
  }
  .insuranceArea .insuranceArea__list li .insuranceArea__listIn {
    justify-content: center;
    padding: 24px;
  }
}
/* custom.cssの調整 */
@media screen and (max-width: 600px) {
  .nav-header__hamburger {
    /*top: -90%;*/
  }
}
/*styles.cssの調整*/
.ft_menu_inner02 .btn_sns01 .container_sns {
  padding: 4px 0;
}

/*--------------------------------------
  モーダル表示上から_002
  --------------------------------------*/
.modal_wrap input {
  display: none;
}

.open_button {
  cursor: pointer;
}
.open_button small {
  border-bottom: 1px solid #1111cc;
  color: #1111cc;
  margin: 0 0 0.5em;
  transition: all 0.3s ease;
  line-height: 1;
}

.open_button small:hover {
  border-bottom: 1px solid #333;
  color: #333;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.1s, transform 0s 0.1s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  width: 90%;
  height: 100%;
  overflow-x: scroll;
  padding: 32px 16px;
  background: #fff;
  line-height: 1.4em;
  transition: 0.3s;
}

.close_button {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 21px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.1s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
  overflow-x: hidden;
}

.modal_content03 {
  height: 90%;
}

@media (min-width: 769px) {
  .modal_content {
    width: 85%;
  }
}
@media (min-width: 1025px) {
  .modal_content {
    width: 930px;
  }
  .modal_content01 {
    height: 75%;
  }
  .modal_content02 {
    height: 34%;
  }
  .modal_content03 {
    height: 36%;
  }
}
.w500 {
  font-weight: 500 !important;
}

/*緊急お知らせ用*/
.notice_area {
  margin: 1% auto;
  border: solid 1px #ff388c;
  border-radius: 5px;
  color: #ff388c;
  padding: 20px;
  max-width: 930px;
}

.notice_area .notice_area_list li {
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.05em;
  justify-content: center;
  align-items: center;
}

.notice_area .notice_area_list li time {
  padding: 0 10px 0 0;
}

.notice_area .notice_area_list li a {
  color: #ff388c;
}

@media screen and (max-width: 728px) {
  .notice_area {
    margin: 4%;
    padding: 4%;
  }
  .notice_area .notice_area_list li {
    display: inline-block;
    text-align: left;
  }
  .notice_area .notice_area_list li time {
    font-size: 0.9rem;
    padding: 0;
  }
}
/*ここから日経トレンデイ*/
.nikkei_pc {
  width: 100%;
  margin: 24px 0 8px;
  padding: 4px;
  overflow: hidden;
  position: relative;
  background-color: #d29914;
  background-image: radial-gradient(at 33% 94%, #fbe3ac 0px, transparent 50%), radial-gradient(at 72% 4%, #fbe3ac 0px, transparent 50%);
}
.nikkei_pc::before {
  content: "";
  display: inline-block;
  padding-top: min(20%, 166px);
}
.nikkei_pc::after {
  content: "";
  display: block;
  background: rgb(138, 21, 21);
  background: linear-gradient(90deg, rgb(138, 21, 21) 0%, rgb(157, 0, 0) 15%, rgb(184, 51, 33) 35%, rgb(208, 85, 69) 50%, rgb(184, 51, 33) 65%, rgb(157, 0, 0) 85%, rgb(138, 21, 21) 100%);
  width: 16vw;
  max-width: 140px;
  height: 30px;
  position: absolute;
  top: 20%;
  left: 2%;
  translate: -50% -50%;
  rotate: -40deg;
  box-shadow: 3px 3px 8px rgba(78, 71, 50, 0.4);
}
.nikkei_sp {
  display: none;
}

.ornamentArea .ornamentArea__in .nikkei_pc .ornamentArea__list.nikkei_container {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  margin: 0 auto;
  padding-block: 1%;
  padding-inline: 4%;
  display: grid;
  grid-template-columns: 26% 1fr;
  justify-items: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: inherit;
  background-image: url(/uploads/2025/04/28/bg_nikkei_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  gap: 4% 0;
  justify-content: center;
}
.ornamentArea .ornamentArea__in .nikkei_pc .ornamentArea__list.nikkei_container::after {
  content: "";
  display: block;
  background: rgb(138, 21, 21);
  background: linear-gradient(90deg, rgb(138, 21, 21) 0%, rgb(157, 0, 0) 15%, rgb(184, 51, 33) 25%, rgb(208, 85, 69) 40%, rgb(184, 51, 33) 55%, rgb(157, 0, 0) 85%, rgb(138, 21, 21) 80%);
  width: 16vw;
  max-width: 140px;
  height: 30px;
  position: absolute;
  top: 84%;
  left: 98%;
  translate: -50% -50%;
  rotate: -45deg;
  box-shadow: 3px 3px 8px rgba(78, 71, 50, 0.4);
}

.nikkei_pc .nikkei_container::before {
  content: "";
  width: 98%;
  height: 88%;
  border: 1px solid #d19913;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

h2#nikkei_pc {
  font-family: "Noto Serif JP", "Noto Serif", serif;
  display: grid;
  grid-template-columns: min(42%, 256px) min(32%, 190px) min(30%, 180px);
  align-items: flex-end;
  font-weight: 700;
  line-height: 1;
  background: rgb(171, 132, 32);
  background: linear-gradient(118deg, rgb(171, 132, 32) 0%, rgb(173, 131, 25) 20%, rgb(188, 153, 65) 40%, rgb(219, 183, 95) 55%, rgb(182, 144, 50) 75%, rgb(178, 139, 39) 85%, rgb(173, 131, 25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2#nikkei_pc .bdr_b {
  margin-bottom: 0.4em;
  font-size: 1.65rem;
  letter-spacing: 0.08em;
  background: rgb(190, 153, 63);
  background: linear-gradient(118deg, rgb(173, 131, 25) 0%, rgb(173, 131, 25) 15%, rgb(195, 159, 78) 37%, rgb(218, 179, 94) 64%, rgb(195, 159, 78) 80%, rgb(173, 131, 25) 90%, rgb(173, 131, 25) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2#nikkei_pc .bdr_b::after {
  content: "";
  width: 98%;
  height: 1px;
  display: block;
  margin-top: 0.3em;
  background-image: linear-gradient(to right, transparent -2%, #bb930a 6%, #bb930a 92%, transparent 100%);
  background-image: -webkit-linear-gradient(left, transparent -2%, #bb930a 6%, #bb930a 92%, transparent 100%);
}
h2#nikkei_pc span.txt:first-child {
  grid-column: 1/4;
  font-size: clamp(20px, 2.8vw, 28px);
}
h2#nikkei_pc span.txt:nth-child(2) {
  margin-inline: auto 10%;
  grid-column: 1/2;
  font-size: clamp(20px, 2.7vw, 26px);
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
}
h2#nikkei_pc span.txt:nth-child(3) {
  margin-inline: auto 10%;
  grid-column: 1/2;
  grid-row: 3/4;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: clamp(17px, 2.2vw, 22px);
}
h2#nikkei_pc span.txt:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/4;
  font-size: clamp(44px, 5.5vw, 60px);
  font-weight: 900;
}
h2#nikkei_pc span.txt:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/4;
  font-size: clamp(34px, 3.4vw, 44px);
  font-weight: 900;
}
h2#nikkei_pc span:last-child {
  font-family: initial;
  margin-top: 0.8em;
  padding-right: min(32px, 8%);
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  grid-column: 1/5;
  grid-row: 4/5;
  background: linear-gradient(45deg, rgb(123, 99, 43));
  -webkit-background-clip: text;
          background-clip: text;
}

@media screen and (min-width: 600px) {
  .ornamentArea .ornamentArea__in .nikkei_pc .ornamentArea__list li:first-child {
    width: 48%;
  }
  .ornamentArea .ornamentArea__in .nikkei_pc .ornamentArea__list li:first-child img.first {
    width: 100%;
    max-width: inherit;
  }
  .ornamentArea .ornamentArea__in .nikkei_pc .ornamentArea__list li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 728px) {
  .nikkei_pc {
    display: none;
  }
  .nikkei_sp {
    display: block;
    width: 100%;
    max-height: 522px;
    padding: 4px;
    overflow: hidden;
    position: relative;
    background-color: #d29914;
    background-image: radial-gradient(at 33% 94%, #fbe3ac 0px, transparent 50%), radial-gradient(at 72% 4%, #fbe3ac 0px, transparent 50%);
  }
  .nikkei_sp::before {
    content: "";
    display: inline-block;
    padding-top: 100%;
  }
  .nikkei_sp::after {
    content: "";
    display: block;
    background: rgb(138, 21, 21);
    background: linear-gradient(90deg, rgb(138, 21, 21) 0%, rgb(157, 0, 0) 15%, rgb(184, 51, 33) 35%, rgb(208, 85, 69) 50%, rgb(184, 51, 33) 65%, rgb(157, 0, 0) 85%, rgb(138, 21, 21) 100%);
    width: 40vw;
    height: 30px;
    position: absolute;
    top: 8%;
    left: 8%;
    translate: -50% -50%;
    rotate: -40deg;
    box-shadow: 3px 3px 8px rgba(78, 71, 50, 0.4);
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list.nikkei_container {
    width: calc(100% - 2vw);
    height: calc(100% - 2vw);
    padding-block: 8vw;
    padding-inline: 0;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 40% max-content;
    gap: 2vmin 0;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
    position: absolute;
    top: 1vw;
    left: 1vw;
    background-color: inherit;
    background-image: url(/uploads/2025/04/28/bg_nikkei_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list.nikkei_container::after {
    content: "";
    display: block;
    background: rgb(138, 21, 21);
    background: linear-gradient(90deg, rgb(138, 21, 21) 0%, rgb(157, 0, 0) 15%, rgb(184, 51, 33) 25%, rgb(208, 85, 69) 40%, rgb(184, 51, 33) 55%, rgb(157, 0, 0) 85%, rgb(138, 21, 21) 80%);
    width: 40vw;
    height: 30px;
    position: absolute;
    top: 92%;
    left: 96%;
    translate: -50% -50%;
    rotate: -45deg;
    box-shadow: 3px 3px 8px rgba(78, 71, 50, 0.4);
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li.fifth {
    width: 100%;
    height: 100%;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li:nth-child(2) {
    width: 100%;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li img.first {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .nikkei_sp .nikkei_container::before {
    content: "";
    width: 96%;
    height: 96%;
    border: 1px solid #d19913;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
  h2#nikkei_sp {
    font-family: "Noto Serif JP", "Noto Serif", serif;
    display: grid;
    align-items: flex-end;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background: rgb(171, 132, 32);
    background: linear-gradient(118deg, rgb(176, 139, 8), rgb(200, 166, 70) 42%, rgb(214, 177, 89) 56%, rgb(176, 136, 34) 64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h2#nikkei_sp .bdr_b {
    margin: 0.1em 0 0.2em;
    font-size: 1.65rem;
    letter-spacing: 0.08em;
    background: rgb(173, 131, 25);
    background: linear-gradient(90deg, rgb(173, 131, 25) 0%, rgb(173, 131, 25) 15%, rgb(195, 159, 78) 37%, rgb(218, 179, 94) 64%, rgb(195, 159, 78) 80%, rgb(173, 131, 25) 90%, rgb(173, 131, 25) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  h2#nikkei_sp .bdr_b::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 0.3em;
    background-image: linear-gradient(to right, transparent 0%, #bb930a 8%, #bb930a 92%, transparent 100%);
    background-image: -webkit-linear-gradient(left, transparent 0, #bb930a 8%, #bb930a 92%, transparent 100%);
  }
  h2#nikkei_sp span.txt:first-child {
    grid-column: 1/4;
    grid-row: 1/2;
    line-height: 1.2;
    font-size: clamp(16px, 3.6vw, 24px);
  }
  h2#nikkei_sp span.txt:nth-child(2) {
    grid-column: 1/4;
    grid-row: 2/3;
    font-size: clamp(24px, 6vw, 40px);
  }
  h2#nikkei_sp span.txt:nth-child(3) {
    grid-column: 1/4;
    grid-row: 3/4;
    margin-bottom: 0.2em;
    font-size: clamp(20px, 4vw, 24px);
  }
  h2#nikkei_sp span.txt:nth-child(4) {
    margin-inline: 0 16%;
    grid-column: 1/3;
    grid-row: 4/5;
    font-size: clamp(48px, 14vw, 84px);
    text-align: right;
    letter-spacing: -0.02em;
  }
  h2#nikkei_sp span.txt:nth-child(5) {
    margin-inline: 30% 0;
    grid-column: 2/4;
    grid-row: 4/5;
    font-size: clamp(50px, 10vw, 60px);
    font-weight: 900;
    letter-spacing: -0.04em;
  }
  h2#nikkei_sp span:last-child {
    font-family: initial;
    grid-column: 1/4;
    grid-row: 5/6;
    margin-top: 1.5em;
    font-size: clamp(12px, 2.7vw, 14px);
    font-weight: normal;
    line-height: 1.15;
    background: linear-gradient(45deg, rgb(123, 99, 43));
    -webkit-background-clip: text;
            background-clip: text;
  }
}
@media screen and (max-width: 428px) {
  .nikkei_sp::before {
    padding-top: 108%;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list.nikkei_container {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    grid-template-rows: 36% max-content;
    gap: 10px 0;
    top: 4px;
    left: 4px;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li.fifth {
    width: auto;
    height: 100%;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li:nth-child(2) {
    width: 100%;
  }
  .ornamentArea .ornamentArea__in .nikkei_sp .ornamentArea__list li img.first {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  h2#nikkei_sp span.txt:first-child {
    font-size: clamp(14px, 4vw, 20px);
  }
  h2#nikkei_sp span.txt:nth-child(2) {
    margin-block: 0.1em 0.5em;
    font-size: clamp(22px, 6.8vw, 32px);
  }
  h2#nikkei_sp span.txt:nth-child(3) {
    font-size: clamp(15px, 4.6vw, 20px);
  }
  h2#nikkei_sp span.txt:nth-child(4) {
    margin-inline: 0 8%;
    font-size: clamp(42px, 14vw, 68px);
  }
  h2#nikkei_sp span.txt:nth-child(5) {
    margin-inline: -10% 0;
    grid-column: 3/4;
    grid-row: 4/5;
    font-size: clamp(38px, 12vw, 60px);
    text-align: left;
  }
  h2#nikkei_sp span:last-child {
    margin-top: 1em;
    font-size: 12px;
    line-height: 1.1;
  }
}
/*ここから注釈*/
/*※印*/
.note_wrap {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.pointArea .pointArea__in .pointArea__list li h3 sup {
  font-weight: normal;
}

.pointArea .pointArea__in .pointArea__list li h3 sup,
.pointArea .pointArea__in .pointArea__list li .pointArea__content sup,
.veterinarianArea__content sup {
  font-size: clamp(9px, 2.8vw, 12px);
}

/*アコーディオン*/
.note_ttl {
  color: #8a8a8a;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 1% 3% 1% 2%;
  transition: all 0.5s ease;
  text-align: left;
}
.note_ttl::after {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-bottom: 3px solid #8a8a8a;
  border-left: 3px solid #8a8a8a;
  position: absolute;
  top: 46%;
  right: 24px;
  translate: -50% -50%;
  rotate: -45deg;
}
.note_ttl.close {
  color: #fff;
  background: #bbb;
}
.note_ttl.close::after {
  content: "";
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  translate: -50% 0;
  rotate: 135deg;
}

/*アコーディオンで現れるエリア*/
.note_txt {
  display: none;
  margin: 2% 3% 3%;
  padding: 3%;
}

@media screen and (max-width: 728px) {
  .note_wrap {
    width: 100%;
  }
  .note_ttl {
    padding: 0.5em;
  }
  .note_ttl::after {
    width: 8px;
    top: 45%;
    right: 4%;
  }
  .note_ttl.close::after {
    top: 44%;
    right: 4%;
  }
  .pointArea .pointArea__in .note_txt > .review {
    margin: 0 0 6px 0;
  }
  .pointArea .pointArea__in .note_txt .open_button > small {
    margin: 0;
  }
}
/*オリコン*/
.ornamentArea__in .ornamentArea__list li h2.adj {
  margin-left: -0.6em;
}
.ornamentArea__in .ornamentArea__list li h2.adj .txt {
  padding-left: 1em;
}

.index-sec1 picture {
  margin-bottom: 0;
}

@media screen and (max-width: 790px) {
  .ornamentArea__in .ornamentArea__list li h2.adj span:last-child {
    display: block;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 728px) {
  .ornamentArea__in .ornamentArea__list li h2.adj span:nth-child(2) {
    padding-left: 0.6em;
  }
  .ornamentArea__in .ornamentArea__list li h2.adj span:last-child {
    padding-left: 0.5em;
  }
}
.usefulList {
  padding-left: 1.6em;
  font-size: 1.1rem;
  text-align: left;
  list-style-type: disc;
}
.usefulList li {
  margin-bottom: 0.5em;
}

.disc01 {
  margin-left: 16px;
  text-align: left;
  list-style: disc;
}

/*ガーフィールド カルーセル*/
.index-sec1 {
  background: #ebf9f9;
}
.index-sec1.swiperArea {
  width: 100%;
}
.index-sec1.swiperArea .img-area {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding: 16px 0 24px;
  position: relative;
}
.index-sec1 .swiper-wrapper {
  max-height: clamp(295px, 40vw, 365px);
  margin-bottom: 10px;
}

.mv-Swiper li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-Swiper a {
  margin: 0;
}
.mv-Swiper picture {
  margin: 0;
}
.mv-Swiper picture img {
  max-width: inherit;
  max-height: clamp(295px, 40vw, 365px);
}
.mv-Swiper .swiper-button-prev {
  left: 10px;
}
.mv-Swiper .swiper-button-prev::after {
  padding-right: 0.2em;
}
.mv-Swiper .swiper-button-next {
  right: 10px;
  padding-left: 0.2em;
  padding-right: 0;
}

.index-sec1 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.index-sec1 .swiper-button-prev:after,
.index-sec1 .swiper-button-next:after {
  width: 32px;
  height: 38px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #50b9bf;
  line-height: 2;
  opacity: 0.6;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.swiper-button-next:after {
  padding-left: 0.3em;
  padding-right: 0.1em;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #50b9bf;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -40px;
}

.index-sec1 .img-area .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  border: 1px solid #50b9bf;
  position: initial;
  display: inline-block;
}
.index-sec1 .img-area .swiper-pagination-bullet-active {
  background: #50b9bf;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.column-Swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

@media screen and (max-width: 728px) {
  .index-sec1,
  .startArea02 {
    background: #fff;
  }
  .index-sec1 .swiper-wrapper {
    max-height: inherit;
    padding-bottom: 20px;
  }
  .index-sec1.swiperArea .img-area {
    margin-bottom: 24px;
    padding: 16px 0 24px;
  }
  .mv-Swiper .swiper-slide {
    height: auto;
  }
  .mv-Swiper li {
    display: block;
  }
  .mv-Swiper picture img {
    max-height: inherit;
  }
  .index-sec1 .img-area .li01 span {
    position: inherit;
    text-align: right;
  }
  .garfield a {
    height: 100%;
    display: block;
  }
  .garfield picture {
    height: 100%;
    display: block;
  }
  .garfield picture img {
    height: 100%;
  }
  .mv-Swiper .swiper-button-next,
  .mv-Swiper .swiper-button-prev {
    top: inherit;
    bottom: 0;
  }
  .mv-Swiper img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .index-sec1 .img-area:has(.garfield) {
    margin: 0 auto 20px;
  }
  .swiper-button-next:after {
    padding-left: 0.15em;
    padding-right: 0.1em;
  }
}/*# sourceMappingURL=top.css.map */