@charset "UTF-8";

/* -------------------------------------
community
------------------------------------- */
.community {
  padding-bottom: 67px;
}
.community #mainimg {
  background-image: url(../imgs/community/mainimg.jpg);
}
.community.low .ttlbk {
  margin-bottom: 60px;
}
.community.low .ttlbk .mttl {
  margin-bottom: 15px;
}
.community.low .ttlbk .mttl br {
  display: none;
}
.community .blk {
  padding: 0;
}
.community .ttlbk .cp {
  max-width: 500px;
  margin: 0 auto;
}
.community .ttlbk .cp.mcap {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
}
.community .ttlbk .cp span {
  display: inline-block;
}
.community .dotline {
  padding: 40px 20px;
  border: 1px dashed #ca5142;
  border-radius: 30px;
}

.community .inblk {
  max-width: 880px;
  margin: 0 auto;
}

.community .in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.community .in .lft {
  text-align: center;
  /*width: 22%;*/
  width: 26%;
  /*max-width: 159px;*/
  max-width: 180px;
  padding: 18px 0;
  position: relative;
}
.community .in .lft:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 3px);
  background-color: #ca5142;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 1;
}
.community .in .lft:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ca5142;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0px;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  z-index: 1;
}

.community .in .lft .mttl {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.community .in .lft .mttl img {
  display: block;
  width: 54%;
  max-width: 59px;
  margin: 0 auto 5px;
}
.community .in .rgt {
  /*max-width: 560px;*/
  width: 74%;
  padding: 18px 0;
}
.community .in .rgt .linebk {
  width: 100%;
  /* padding-left: 43px; */
  position: relative;
}

.community .bdttl:before {
  width: 120px;
}

.community #sec1 {
  margin-bottom: 40px;
}
.community #sec1 .dotline {
  margin-bottom: 30px;
}
.community #sec1 .dotline ol {
}
.community #sec1 .dotline ol li {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  margin-bottom: 10px;
}
.community #sec1 .dotline ol li span {
  min-width: 180px;
}
.community #sec1 .dotline ol li span.linebg {
  width: calc(100% - 180px);
  padding-left: 17%;
  background: url(../imgs/common/circle_line.svg) left center no-repeat;
  background-size: 20% 7px;
}
.community #sec1 .dotline ol li span.linebg .line-th {
  /*text-decoration:line-through;*/
  position: relative;
}
.community #sec1 .dotline ol li span.linebg .line-th:after {
  content: "";
  position: absolute;
  border-top: 4px double red;
  width: 4.2em;
  top: 45%;
  left: 0;
}

.community #sec1 .dotline p {
  color: #000;
}

.community #sec1 .list {
  /*max-width: 740px;
  margin: 0 auto;*/
}
.community #sec1 .pdf_bnr {
  /* max-width: 780px; */
  margin: 0 auto 30px;
}
.community #sec1 .pdf_bnr a {
  border: 2px solid #ca5142;
  border-radius: 999px;
  padding: 18px 8% 18px 11%;
  transition: 0.3s;
}
.community #sec1 .pdf_bnr .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.community #sec1 .pdf_bnr .bnr_img {
  width: 55px;
  margin-right: 23px;
}
.community #sec1 .pdf_bnr .bnr_img .on {
  display: none;
  transition: 0.3s;
}
.community #sec1 .pdf_bnr .bnr_txt {
  width: calc(100% - 78px);
  display: flex;
  justify-content: space-between;
}

.community #sec1 .pdf_bnr .bnr_txt p:first-child {
  font-size: clamp(20px, 2.99vw, 23px);
  font-weight: 700;
  line-height: 1.5;
}
.community #sec1 .pdf_bnr .bnr_txt p:first-child span {
  display: inline-block;
}
.community #sec1 .pdf_bnr .bnr_txt p.btn__right {
  min-width: initial;
}
.community #sec1 .pdf_bnr a:hover {
  color: #fff;
  background: #ca5142;
}
.community #sec1 .pdf_bnr a:hover .bnr_img .off {
  display: none;
}
.community #sec1 .pdf_bnr a:hover .bnr_img .on {
  display: block;
}
.community #sec1 .pdf_bnr a:hover .bnr_txt p.btn__right:after {
  background-image: url(../imgs/common/arrow_btn_r_hv.svg);
}
.community #sec1 .list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7% 3%;
  border-bottom: 1px dashed #ca5142;
}
.community #sec1 .list li:last-child {
  border-bottom: none;
}

.community #sec1 .list li .num {
  /*max-width: 123px;*/
  width: 22%;
}
.community #sec1 .list li .num img {
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin: 0 auto;
}
.community #sec1 .list li .textbk {
  /*max-width: 555px;*/
  max-width: 600px;
  width: 78%;
}
.community #sec1 .list li .textbk .sttl {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.community #sec1 .list li .textbk .sml {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.community #sec1 .list li .textbk p {
  color: #000;
}

.community #sec2 {
  margin-bottom: 68px;
}
.community #sec2 .sttl {
  font-size: 18px;
  margin-bottom: 20px;
}
.community #sec2 .item1 {
  margin-bottom: 40px;
}
.community #sec2 .item1 .mcopy {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
}
.community #sec2 .item1 .mcopy span {
  display: block;
}
.community #sec2 .item1 ol {
}
.community #sec2 .item1 ol > li {
  padding-left: 0.9em;
  margin-bottom: 10px;
}
.community #sec2 .item1 ol > li p {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -0.9em;
  padding-left: 0.9em;
  /*margin-bottom: 15px;*/
}
.community #sec2 .item1 ol > li span {
  display: inline-block;
}

.community #sec2 .item1 .smallist li {
  margin-bottom: 7px;
}
.community #sec2 .item1 .smallist li:last-child {
  margin-bottom: 0;
}
.community #sec2 .item1 .smallist a {
  color: #000;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 4px 0 4px 1em;
  background: url(../imgs/common/arrow_r_bk.svg) left center no-repeat;
  background-size: 6px 11px;
}
.community #sec2 .item1 .smallist a:hover {
  text-decoration: underline;
}

.community #sec2 .item1 .file {
  max-width: 350px;
  padding-top: 5px;
}
.community #sec2 .item1 .file a {
  font-size: 14px;
  line-height: 1.2;
  color: #666;
  display: inline-block;
  padding: 2px 0;
}
.community #sec2 .item1 .file a:hover span {
  text-decoration: underline;
}
.community #sec2 .item1 .file a:first-child {
  margin-bottom: 5px;
}
.community #sec2 .item1 a:hover {
  text-decoration: underline;
}
.community #sec2 .item1 a span {
  display: inline-block;
}

.community #sec2 .item2 ul {
  margin-bottom: 15px;
}
.community #sec2 .item2 ul li {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
}
.community #sec2 .item2 .mailcontact {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 7px 19px;
  margin-bottom: 20px;
  border: 1px dashed #ca5142;
  border-radius: 25px;
}
.community #sec2 .item2 .mailcontact img {
  margin-right: 10px;
}
.community #sec2 .item2 .mailcontact#mto span.ad1:after {
  content: "@";
  padding-left: 2px;
}

/*20230306追加*/
#appinfo {
  padding: 5.6%;
  border-radius: 20px;
  background-color: #efede7;
}
#appinfo .infolist {
  max-width: 766px;
}
#appinfo .infolist dt {
  color: #ca5142;
  font-size: 16px;
}
#appinfo .infolist dd {
  color: #000;
  border-bottom: 1px solid #e2dfd4;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#appinfo .infolist dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#appinfo .infolist dd ol > li {
  text-indent: -2em;
  padding-left: 2em;
}
#appinfo .infolist dd.meth ol > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#appinfo .infolist dd ul li {
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#appinfo .infolist dd ul li:before {
  content: "・";
}

#interview_link {
  max-width: 180px;
  position: fixed;
  top: 520px;
  right: 2%;
}
#interview_link a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  #interview_link {
    width: 13%;
  }
}

@media screen and (max-width: 1160px) {
}

@media screen and (max-width: 1060px) {
  .community .in .lft {
    width: 22%;
    max-width: 159px;
  }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 768px) {
  .community .in .lft {
    width: 18%;
    max-width: 100px;
  }
  .community .in .lft .mttl {
    font-size: 16px;
  }
  .community .in .rgt {
    width: 78%;
  }

  .community #sec1 .dotline ol li {
    font-size: 21px;
  }
  .community #sec1 .dotline ol li span {
    min-width: 160px;
  }
  .community #sec1 .dotline ol li span.linebg {
    width: calc(100% - 160px);
  }
  .community #sec1 .list li .textbk p br {
    display: none;
  }

  .community #sec2 .item1 ol li {
    font-size: 16px;
  }
  .community #sec2 .item1 ol > li span {
    display: inline;
  }
  #interview_link {
    max-width: initial;
    position: fixed;
    top: auto;
    right: auto;
    left: auto;
    bottom: 0;
  }
  #interview_link a {
    width: 100vw;
    border-top: 1px solid #fff;
    background: #ca5142;
  }
  #interview_link a img {
    max-width: 375px;
    margin: 0 auto;
  }
  footer {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {
  /*.community .in .lft .mttl {
    font-size: 15px;
  }*/
  .community .dotline {
    padding: 30px 15px;
  }

  .community #sec1 .dotline ol li {
    font-size: 19px;
  }

  .community #sec1 .dotline ol li span {
    min-width: 140px;
  }
  .community #sec1 .dotline ol li span.linebg {
    width: calc(100% - 140px);
  }
  .community #sec2 .item1 ol {
    padding-left: 0;
  }
  .community #sec2 .item1 ol li {
    font-size: 15px;
  }
  .community #sec2 .item1 ol > li p span {
    display: inline;
  }
}

@media screen and (max-width: 580px) {
  .community #sec1 .pdf_bnr a {
    border-radius: 50px;
    padding: 36px 5% 30px;
  }
  .community #sec1 .pdf_bnr .flex {
    justify-content: center;
  }
  .community #sec1 .pdf_bnr .bnr_txt {
    display: block;
    width: auto;
  }
  .community #sec1 .pdf_bnr .bnr_txt p:first-child {
    margin-bottom: 10px;
  }
  .community #sec1 .dotline ol li {
    font-size: 18px;
  }
}

@media screen and (max-width: 550px) {
  .community .dotline {
    padding: 5.1%;
  }
  .community .in,
  .community #sec1 .list li {
    display: block;
  }

  .community .in .lft {
    width: 148px;
    padding: 0;
  }
  .community .in .lft:before,
  .community .in .lft:after {
    content: none;
  }
  .community .in .lft .mttl {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    width: 150px;
  }
  .community .in .lft .mttl img {
    max-width: 53px;
    margin: 0 5px 0 0;
  }
  .community .in .rgt,
  .community #sec1 .list li .textbk {
    width: 100%;
    max-width: initial;
  }
  .community #sec1 .list li .num {
    min-width: 87px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .community #sec1 .pdf_bnr .bnr_txt p:first-child {
    font-size: clamp(18px, 5.33vw, 20px);
  }
  .community #sec1 .pdf_bnr .bnr_txt p:first-child span {
    display: block;
  }
  .community #sec1 .dotline ol li {
    flex-direction: column;
  }
  .community #sec1 .dotline ol li span,
  .community #sec1 .dotline ol li span.linebg {
    width: 100%;
  }
  .community #sec1 .dotline ol li span.linebg {
    padding-left: 25%;
    margin-left: 13px;
  }
}
@media screen and (max-width: 400px) {
  .community.low .ttlbk .mttl br {
    display: block;
  }

  .community #sec2 .item1 a span:nth-child(2) {
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 320px) {
}

@media screen and (min-width: 769px) {
}
