@charset "UTF-8";
.high .mainvisual{
  width: 100%;
  align-items: normal;
  padding-top: 0;
}
@media screen and (max-width:768px) {
  .high .mainvisual{
    min-height: auto;
    padding-top: 100px;
    background-image: url("../images/top/high-mainvisual-sp.jpg");
    background-position: left top;
  }
}
.high .mainvisual .high-top-text{
  transform: none;
  width: 100%;
  max-width: 1026px;
  margin: 0 auto;
  padding-left: 20px;
}
@media screen and (max-width:768px) {
  .high .mainvisual .high-top-text{
    width: 80%;
    margin-left: 33px;
    padding-left: 0;
  }  
}
.high .footer_contact__tel li:first-of-type{
  width: 56.5%;
}
@media screen and (max-width:768px) {
  .high .footer_contact__tel li:first-of-type{
    width: 100%;
  }
}
a.header_contact__btn{
  width: 500px;
  height: 100px;
  /* margin: 40px auto; */
  margin: 100px auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: var(--key-color);
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 18%);
}
@media screen and (max-width:768px) {
  a.header_contact__btn {
    width: 90%;
    height: auto;
    padding: 20px 0 20px 0;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
.high-top-text {
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%)
}

.high-merit {
  position: relative;
  z-index: auto;
  padding-top: 50px
}

.high-merit:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 50%;
  background: #fff;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto
}

.high-merit .title {
  color: #595757;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 0
}

.high-merit .merit-badge {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 90%;
  margin: 0 auto 75pt
}

.high-merit .merit-badge li {
  width: 32%;
  text-align: center;
  margin: 0 2%
}

.high-merit .merit-badge li a {
  background: var(--key-color);
  padding: 5% 2%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4vw;
  position: relative
}

.high-merit .merit-badge li a:before {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid var(--key-color);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto
}

.high-merit .merit-badge li a img {
  max-width: 10pc;
  height: auto;
  display: block
}

.merit-bg {
  background: #fff;
  margin-bottom: 50px;
  padding: 50px;
  position: relative;
  cursor: pointer
}

.merit-bg:after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 38px;
  background: url(../kouatsu/images/high-imag21.png) no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto
}

.merit-bg .merit-title-bar {
  border-bottom: 1px solid var(--key-color);
  display: flex;
  margin-bottom: 50px
}

.merit-bg .merit-title-bar .icon {
  padding-top: 12.75%;
  width: 15%
}

.merit-bg .merit-title-bar.title01 .icon {
  background: url(../kouatsu/images/high-imag04.png) no-repeat center center var(--key-color);
  background-size: 60%
}

.merit-bg .merit-title-bar.title02 .icon {
  background: url(../kouatsu/images/high-imag05.png) no-repeat center center var(--key-color);
  background-size: 60%
}

.merit-bg .merit-title-bar.title03 .icon {
  background: url(../kouatsu/images/high-imag06.png) no-repeat center center var(--key-color);
  background-size: 60%
}

.merit-bg .merit-title-bar .heading {
  padding: 2%;
  font-size: 4rem;
  line-height: 1;
  color: #595757;
  display: flex;
  font-weight: 700;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: .25em
}

.merit-bg .merit-title-bar .heading .small-text {
  font-size: 1.8rem;
  margin-bottom: 10px;
  letter-spacing: normal
}

.merit-bg.is-open:after, .merit-bg.is-show:after {
  display: none
}

.merit-bg-inner {
  width: 90%;
  margin: 0 auto;
  display: none
}

.is-open .merit-bg-inner {
  display: block
}

.merit-image-layout {
  display: flex;
  margin-bottom: 50px
}

.merit-image-layout .detail {
  width: 65%;
  padding-right: 5%
}

.merit-image-layout .photo {
  width: 35%
}

.merit-image-layout .photo img {
  width: 100%
}

.merit-definition {
  color: #040000;
  margin-bottom: 40px
}

.merit-definition dt {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 2.2rem;
  margin-bottom: 10px
}

.merit-definition dd {
  font-size: 1.8rem;
  line-height: 2
}

.merit-definition.mt-adjust {
  margin-top: 60px
}

.merit-image-column {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}

.merit-image-column li {
  width: 32%
}

.merit-image-column li img {
  width: 100%
}

.asterisk-text {
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative
}

.asterisk-text:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0
}

.merit-large-image {
  width: 100%;
  margin-bottom: 50px
}

.merit-large-image img {
  width: 100%
}

.merit-large-image.half {
  margin-left: auto;
  margin-right: auto;
  width: 50%
}

.merit-large-image.half img {
  width: 100%
}

.merit-large-image.border {
  border: 1px solid #ddd;
  padding: 5%
}

.attention-list {
  margin-bottom: 75px;
  width: 100%
}

.attention-list li {
  position: relative;
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: 1.8
}

.attention-list li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(../kouatsu/images/high-imag14.png) no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: auto
}

.attention-list li+li {
  margin-top: 40px
}

.attention-list.half {
  width: 50%;
  margin-bottom: 20px
}

.attention-list+.section-title {
  margin-top: 10px
}

.merit-jp-box {
  background: url(../kouatsu/images/high-imag12.png) right top no-repeat;
  -webkit-background-size: 40%;
  -o-background-size: 40%;
  background-size: 40%;
  padding-bottom: 10px;
  margin-bottom: 0
}

.nocolor-box {
  padding: 30px 0;
  color: #040000;
  margin-bottom: 50px
}

.nocolor-box .title {
  text-align: center;
  margin-bottom: 30px
}

.nocolor-box .title span {
  border-bottom: 2px solid #000;
  font-size: 2.2rem
}

.nocolor-box .logo {
  width: 70%;
  margin: 0 auto 30px
}

.nocolor-box .logo img {
  width: 100%
}

.asterisk-text+.middle-title {
  margin-top: 50px
}

.olympic-box {
  padding: 30px 0;
  color: #040000;
  margin-bottom: 50px
}

.or-image-layout {
  display: flex;
  margin-bottom: 50px
}

.or-image-layout .detail {
  width: 70%;
  padding-right: 3%;
  font-size: 1.8rem;
  line-height: 2
}

.or-image-layout .photo {
  width: 30%
}

.or-image-layout .photo img {
  width: 100%
}

.category-title {
  background: #5cb680;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  width: 35%;
  padding-left: 20px;
  line-height: 1;
  position: relative;
  margin-bottom: 10px
}

.category-title:before {
  content: "";
  width: 35px;
  height: 35px;
  background: #5cb680;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -17px
}

.dot-list>li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 1.4rem
}

.dot-list>li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 9pt;
  left: 10px;
  margin: auto
}

.line-list>li {
  position: relative;
  padding-left: 20px
}

.line-list>li:before {
  content: "";
  width: 7px;
  height: 2px;
  background: #000;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto
}

.faq__list-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 75pt
}

.faq__list-wrap .faq__list {
  width: 50%
}

.faq__list-wrap .faq__list:first-of-type {
  padding-right: 20px;
  border-right: 1px dashed #595757
}

.faq__list-wrap .faq__list:nth-of-type(2) {
  padding-left: 20px
}

.faq__list-wrap .faq__list dt {
  position: relative;
  color: #595757;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 45px;
  margin-bottom: 20px;
  cursor: pointer
}

.faq__list-wrap .faq__list dt:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  background: var(--key-color)
}

.faq__list-wrap .faq__list dd {
  position: relative;
  color: #595757;
  font-size: 1.4rem;
  padding-left: 45px;
  margin-bottom: 50px;
  display: none
}

.faq__list-wrap .faq__list dd:before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  min-height: 30px;
  font-size: 1.7rem;
  font-weight: 700;
  color: #5cb680;
  background: #fff
}

.faq__list-wrap .faq__list dd:last-child {
  margin-bottom: 0
}

.faq__list-wrap .faq__list dd p {
  margin-bottom: 10px
}

.faq__list-wrap .faq__list dd a {
  border-bottom: 1px dotted #595757
}

.faq__list-wrap .faq__list dd ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px
}

.faq__list-wrap .faq__list dd ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: .4em;
  color: #5cb680;
  font-size: 60%
}

a.btn-page {
  border-radius: 10px;
  width: 60%;
  background: var(--key-color);
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
  display: block;
  margin: 50px auto;
  text-align: center;
  font-size: 2rem;
  padding: 3% 0;
  font-weight: 700
}

a.btn-page-Square {
  background: url(../kouatsu/images/high-imag13.png) no-repeat var(--key-color) 10px center;
  color: #fff;
  background-size: 40px;
  padding: 10px 20px 10px 60px;
  display: block;
  width: 40%;
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 40px
}

a.btn-page-Square.right {
  margin-left: auto;
  margin-right: 0
}

a.btn-page-Square.pink {
  background: url(../kouatsu/images/high-imag13.png) no-repeat #e9546b 10px center;
  background-size: 40px
}

@media screen and (max-width:768px) {
  .high-top-text {
    transform: none;
    -webkit-transform: none;
    width: 80%
  }
  .high-top-text img {
    width: 100%
  }
  .high-merit .merit-badge {
    margin: 0 auto 10%
  }
  .high-merit .merit-badge li {
    width: 32%;
    margin-bottom: 10px
  }
  .high-merit .merit-badge li a {
    font-size: 3.4vmin
  }
  .high-merit .merit-badge li a img {
    max-width: auto;
    height: 90pt
  }
  .merit-bg {
    padding: 25px
  }
  .merit-bg .merit-title-bar .heading {
    font-size: 2.4rem
  }
  .merit-bg-inner {
    width: 100%
  }
  .merit-image-layout {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column
  }
  .merit-image-layout .detail {
    width: 100%;
    padding-right: 0
  }
  .merit-image-layout .detail .merit-definition {
    margin-bottom: 10px
  }
  .merit-image-layout .photo {
    width: 100%
  }
  dl.merit-definition dt {
    font-size: 2rem
  }
  dl.merit-definition dd {
    font-size: 1.8rem;
    line-height: 1.8
  }
  .merit-image-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .merit-image-column li {
    width: 100%;
    padding-bottom: 10%
  }
  .merit-image-column li img {
    width: 80%;
    display: block;
    margin: auto
  }
  .merit-large-image.half {
    width: 90%
  }
  .attention-list.half {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 20px
  }
  .merit-jp-box {
    background: url(../kouatsu/images/high-imag12.png) center top no-repeat;
    -webkit-background-size: 40vw;
    -o-background-size: 40vw;
    background-size: 40vw;
    padding-top: 40vw;
    padding-bottom: 0;
    margin-bottom: 0
  }
  .attention-list+.section-title {
    margin-top: 0;
    margin-bottom: 30px
  }
  .nocolor-box {
    padding: 0
  }
  .nocolor-box .title span {
    font-size: 2rem
  }
  .light-green-box .logo {
    width: 80%
  }
  .olympic-box {
    padding: 0
  }
  .or-image-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .or-image-layout .detail {
    width: 100%;
    padding-right: 0
  }
  .or-image-layout .photo {
    width: 100%;
    margin: 0 auto
  }
  .category-title {
    width: 80%
  }
  .faq__list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .faq__list-wrap .faq__list {
    width: 100%
  }
  .faq__list-wrap .faq__list:first-of-type {
    padding-right: 0;
    border-right: 0
  }
  .faq__list-wrap .faq__list:nth-of-type(2) {
    padding-left: 0
  }
  .faq__list-wrap .faq__list dt {
    font-size: 1.9rem
  }
  a.btn-page {
    width: 100%
  }
  a.btn-page-Square {
    width: 100%;
    margin-left: 0
  }
  .scroll-box {
    margin-left: -25px;
    width: 75pt
  }
}
.news {
  width: 100%;
  padding: 50px 20px 70px;
  background-color: #fff;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:768px) {
  .news {
  padding: 89px 19px 49px;
  }
}

.news-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.news-ttl{
  font-size: 24px;
  text-align: center;
}
.news-content {
  display: grid;
  margin-top: 23px;
  padding-right: 24px;
  height: 188px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .news-content {
    font-size: 14px;
  }
}

/* simplebarのスタイル調整 */
.simplebar-track {
  z-index: 0;
  background: #EAEAEA;
  border-radius: 9999px;
}
.simplebar-track.simplebar-vertical{
  width: 12px;
}
@media screen and (max-width:768px) {
  .simplebar-track.simplebar-vertical{
    width: 8px;
  }
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  width: 12px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  background: #F7C934;
}
@media screen and (max-width:768px) {
  .simplebar-track .simplebar-scrollbar::before{
    width: 8px;
  }
}
/* simplebarのスタイル調整 */
@media screen and (max-width:768px) {
  .news-content {
    height: 313px;
  }
}
.news-content li{
  border-top: 1px solid #707070;
}
.news-content li:last-child{
  border-bottom: 1px solid #707070;
}
.news-content a:hover .news-content-item::after{
  right: 15px;
}
.news-content-item {
  position: relative;
  display: grid;
  gap: 0 16px;
  grid-template-columns: repeat(3, fit-content(100%));
  grid-template-rows: 1fr;
  padding: 16px 0 16px 0;
  line-height: 1;
  word-break: break-all;
}
@media screen and (max-width:768px) {
  .news-content-item {
    gap: 10px 10px;
    grid-template-columns: min-content auto;
    grid-template-rows: repeat(2, min-content);
  }
}
.news-content-item::after{
  position: absolute;
  content: "";
  width: 8.4px;
  height: 8.4px;
  top: 50%;
  right: 21px;
  border-top: 2px solid #F39802;
  border-right: 2px solid #F39802;
  transition: right 0.2s;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width:768px) {
  .news-content-item::after{
    right: 5.4px;
  }  
}
.news-content-item .date{
  width: fit-content;
  height: fit-content;
  padding-top: 5.5px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .news-content-item .date{
    /* width: 114px; */
    line-height: 1;
  }
}
.news-content-item .text{
  padding-top: 5px;
  height: fit-content;
  padding-right: 45px;
}
@media screen and (max-width:768px) {
  .news-content-item .text{
    grid-column: 1/3;
    padding-right: 22px;
    line-height: 1.4;
  }
}
.news-content-item .label{
  width: 158px;
  height: fit-content;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 6px 0 7px;
  border-radius: 9999px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .news-content-item .label{
    width: 138px;
    padding: 5px 0 6px;
  }
}

.news-content-item .label.is-important{
  background-color: #CB0000;
}
.news-content-item .label.is-new{
  background-color: #4C9F38;
}
.news-content-item .label.is-update{
  background-color: #F39802;
}

.high.fixed .footer_contact__block.is-kouatsu{
  display: block;
}
.high.fixed .footer_contact__block.is-kouatsu .footer_contact__wrap{
  max-width: 1000px;
  margin: 0 auto;
}