html {
  font-size: 10px;
  line-height: 1.6;
}

img {
  vertical-align: bottom;
  width: initial;
  max-width: 100%;
  height: auto;
}
a {
  transition: unset;
}
a:hover,
a:hover img {
  opacity: 1;
  transition: unset;
  filter: unset;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  vertical-align: middle;
}
.link-btn a,
.course-btn {
  display: flex;
  width: fit-content;
  border-radius: 10px;
  background: #ff7c00;
  color: #fff;
  font-weight: bold;
  align-items: center;
  gap: 5px;
  padding: 0.7rem 2rem;
  font-size: 1.6rem;
  margin-top: 2rem;
  transition: unset;
}
.link-btn a img {
  width: 25px;
  height: auto;
}
.course-btn img {
  width: 25px;
}

.link-btn > a:hover {
  background: #383838;
  transition: unset;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
section {
  margin: 10rem auto;
}
.di-bl {
  display: block;
}
.di-fl {
  display: flex;
}

.ju-sb {
  justify-content: space-between;
}
.ju-cn {
  justify-content: center;
}
.ju-fe {
  justify-content: flex-end;
}

/*-----------------------------

main 新入社員教育

------------------------------*/
#main-fv {
  background: url("../images/page/freshman-2025/main-bg.webp") no-repeat center;
  background-size: cover;
  background-size: 100%;
  padding: 16rem 0 7rem;
  text-align: center;
}

#main-fv .main-ttl {
  margin: auto;
  margin-bottom: 0.5rem;
  width: 53%;
}
#main-fv .main-txt {
  margin: auto;
  margin-bottom: 0.5rem;
  width: 57%;
}
#main-fv .main-txt01 {
  margin: 0.5rem auto 1rem;
  width: 50%;
}
#main-fv .main-img {
  position: relative;
  z-index: 10;
  margin-top: 4rem;
}

/*-----------------------------


------------------------------*/

.catch-area {
  background: #fff8e3;
  padding: 5rem 0;
  margin: 0;
}

.catch-area .main-img {
  width: 77%;
  margin: auto;
}

/*-----------------------------

多彩な養成コースで即戦力へ

------------------------------*/

.course-area {
  padding: 10rem 0;
  margin: 0 auto;
  background: #4468cc;
}

.course-area .main-ttl {
  width: 84%;
  margin: 0 auto 3rem auto;
}

.course-catch {
  width: 88%;
  margin: auto;
}


.course-catch-txt {
  color: #ffe900;
  font-size: 5rem;
  font-weight: bold;
  display: block;
  text-align: center;
  font-family: "Noto+Sans+JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

  font-weight: 900;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.course-catch-txt > span:nth-child(1) {
  font-size: 9rem;
  text-align: center;
  margin-left: -9px;
}

.course-catch .text {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

div.course-box {
  margin-top: 6rem;
}

div.course-box h3 {
  background: #000097;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  width: fit-content;
  padding: 10px 4rem 12px;
  border-radius: 10px;
  margin: 0px auto 3rem;
  font-family: "Noto Sans JP";
}

.course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.course-list li {
}
.course-list li a {
  padding: 3rem 3rem;
  display: block;
  border-radius: 10px;
  background: #fff;
}
.course-list li a:hover {
  background: #ffff76;
}

.course-list li a > img {
  height: 155px;
  margin: auto;
  display: block;
}
.course-list li h4 {
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 2rem;
  border-bottom: solid 2px #000;
}


.course-list li:nth-child(4)  h4:nth-child(1) {
  font-size: 1.4rem;
}

.course-list li p.text {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 2rem;
  height: 8em;
}
.course-btn {
  margin: 1.5rem auto 0;
}

div.course-box:nth-child(5) > ul:nth-child(2) .course-img-box {
  grid-area: 3 / 2 / 4 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

div.course-box:nth-child(5) > ul .course-img-box img {
  width: 80%;
  position: relative;
  bottom: -40px;
  left: 20px;
}

section.contact-area {
  background: linear-gradient(
    180deg,
    #4568cc 0%,
    #4468cc 50%,
    #fff 50%,
    #fff 100%
  );
  margin: 0;
  margin-bottom: 5rem;
}

.contact-box {
  background: #72abfa;
  padding: 6rem 4rem;
  border-radius: 20px;
  width: 95%;
  margin: auto;
}

.contact-box > dl {
  display: grid;
  grid-template-columns: 1fr 3.9fr;
  align-items: center;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}
.contact-box > dl > dt:nth-child(1) {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem 1rem;
  background: #1f2160;
  border-radius: 10px;
  text-align: center;
}

.contact-box > dl > dd:nth-child(2) {
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 0.7;
}

.contact-box > dl > dd:nth-child(2) > span:nth-child(1) {
  font-size: 1.5rem;
  display: -webkit-inline-box;
}

.contact-box .text {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.contact-btn-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  align-items: center;
}
.contact-btn-box div.contact-btn {
  width: 37%;
}
.contact-btn-box div.contact-btn a {
  font-size: 2rem;
  padding: 2rem 1rem 2rem 3rem;
  gap: 3rem;
  justify-content: flex-start;
  letter-spacing: 2px;
}
.contact-btn a {
  background: #ffdd00;
  box-shadow: 0 3px 0 #ca1c30;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-btn a:hover {
  background: #ffa700;
  box-shadow: 0 3px 0 #ffa700;
}

.contact-btn a img.icon-arrows-w {
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.contact-btn a .icon-mail {
  height: 20px;
}
.contact-btn a .icon-pdf {
  height: 27px;
}

.bnr-area picture:nth-child(2) img {
  margin-top: 5rem;
}
/*-----------------------------

５つの特長

------------------------------*/

.worries-area {
  margin-bottom: 0;
}
.worries-box {
  background: url("../images/page/freshman-2025/worries-bg.webp") no-repeat
    center bottom -8% #fffaf0;
  padding: 1px 0 15rem;
  background-size: 100%;
}

.worries-catch {
  font-family: "Noto Sans JP";
  margin: 8rem 0;
}

.worries-catch .text {
  font-size: 4.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
  margin: 1rem auto;
  gap: 1rem;
}
.worries-catch .text span {
  background: #ffdf46;
  padding: 0rem 1rem;
  margin: 0 4px;
}
.worries-catch > p:nth-child(2) {
  text-align: center;
  font-size: 1.6rem;
  margin: 4rem auto;
  font-weight: bold;
  line-height: 2;
}

.worries-catch-img {
  width: 78%;
  margin: auto;
}

ol.features-list li {
  background: url("../images/page/freshman-2025/features-bg.webp") no-repeat
    center top 90px transparent;
  background-size: cover;
  padding: 3rem;
  position: relative;
  padding-top: 0;
  margin-top: 5rem;
}
.features-list > p {
  font-size: 1.4rem;
  margin-top: 2rem;
  font-weight: bold;
  padding-left: 5rem;
}
ol.features-list li + li {
  margin-top: 5rem;
}
ol.features-list li .features-list-inner {
  background: #fff;
  padding: 5rem;
  padding-bottom: 3rem;
}

.features-list-inner > div.di-fl {
  grid-template-columns: 1fr 0.8fr;
  display: grid;
  gap: 2rem;
}
.features-img {
  display: flex;
  justify-content: center;
}
.features-img img {
  height: 330px;
  object-fit: contain;
}

.features-list > li:nth-child(1) .features-img img {
  position: relative;
}

ol.features-list li .features-info .features {
  margin-bottom: 3rem;
}
ol.features-list li .features-info .features img {
  width: 150px;
}

ol.features-list li .features-info dl {
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  gap: 0rem;
}

ol.features-list li .features-info dl dt {
  width: 30%;
  max-width: 30%;
  padding-right: 2rem;
}

ol.features-list li .features-info dl dd {
  width: 70%;
  max-width: 70%;
}
ol.features-list li .features-info dl dd h3 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 3rem;
}

ol.features-list li .features-info p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

ol.features-list li .features-info p span {
  background: #3c78c8;
  color: #fff;
  padding: 0rem 2rem;
}

.features-contact .tel {
  padding-right: 5rem;
}

.contact-area.contact2-area {
  background: none;
  margin-bottom: 10rem;
}
.page-template-page-freshman-202510 .contact2-area {
  margin-top: -7rem;
}
.contact2-area .contact-box {
  width: 85%;
  margin: auto;
  padding: 4rem 5rem;
}
.contact2-area .contact-box img.contact2-ttl {
  width: 70%;
  display: block;
  margin: auto;
}

.tel-box {
  width: 73%;
  display: block;
  margin: 3rem auto 0;
}

.faq-teacher-area {
  background: url("../images/page/freshman-2025/bg_03.webp") no-repeat top;
  background-size: cover;
  padding: 10rem 0;
}

.faq-teacher-areaa {
  margin-bottom: 2rem;
}
.faq-teacher-area .faq-ttl {
  width: 45%;
  max-width: 45%;
  padding-top: 8rem;
}

.faq-area {
  margin-bottom: 5rem;
}
.faq-teacher-area .faq-ttl h2 {
  margin-bottom: 2rem;
}
.faq-teacher-area .faq-ttl h2 img {
  width: 375px;
}
.faq-teacher-area .faq-ttl p {
  font-size: 3rem;
  font-family: "Hiragino Sans W8" sans-serif;
  src: local(HiraginoSans-W8);
  font-weight: 800;
  line-height: 2;
  padding-left: 2rem;
}

.faq-teacher-area .faq-img {
  width: 48%;
  max-width: 48%;
}

ul.faq-list {
}
ul.faq-list li {
  background: #ffffef;
  border: 20px solid #3c78c8;
  padding: 4rem;
}

ul.faq-list li + li {
  margin-top: 5rem;
}
ul.faq-list li .faq-inner {
  align-items: center;
  display: f;
}
ul.faq-list li .faq-inner .faq-icon {
  width: 20%;
  max-width: 20%;
  text-align: center;
}
ul.faq-list li .faq-inner .faq-icon img {
  width: 115px;
}
ul.faq-list li .faq-inner .faq-info {
  width: 78%;
  max-width: 78%;
  padding-left: 3rem;
}

ul.faq-list li .faq-inner .faq-info dl {
  align-items: center;
}
ul.faq-list li .faq-inner .faq-info dl dt {
  width: 8%;
  max-width: 8%;
}
ul.faq-list li .faq-inner .faq-info dl dt img {
  width: 34px;
}

ul.faq-list li .faq-inner .faq-info dl dd {
  width: 90%;
  max-width: 90%;
  font-size: 1.6rem;
  font-weight: bold;
}

ul.faq-list li .faq-inner .faq-info dl.faq_q {
  border-bottom: 1.5px solid #000;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
ul.faq-list li .faq-inner .faq-info dl.faq_a {
  align-items: flex-start;
}
ul.faq-list li .faq-inner .faq-info dl dd p.faq_a_txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
}

ul.faq-list li .faq-inner .faq-info dl dd p.faq_a_txt01 {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  padding-top: 0.5rem;
}

/*-----------------------------

header 新

------------------------------*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 1rem;
  justify-content: space-between;
}
header .contact-btn-box div.contact-btn a {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  gap: 1rem;
}

header .contact-btn-box div.contact-btn {
  width: fit-content;
}

header .contact-btn a img.icon-arrows-w {
  height: 20px;
  position: static;
  transform: unset;
}

header .contact-btn a .icon-mail {
  width: 20px;
  height: unset;
}

header .contact-btn a .icon-pdf {
  height: 22px;
}

header .contact-btn-box {
  margin-top: 0rem;
}

.side-bnr {
  display: none;
}
.side-bnr2 {
  position: fixed;
  right: 20px;
  top: 70%;
  z-index: 90;
  width: 130px;
}
footer {
  background: #3c78c8;
  background-size: cover;
  padding: 6rem 0;
  text-align: center;
  color: #fff;
}

footer h3 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 6rem;
}

footer h3 span {
  padding: 0rem 3rem;
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  display: block;
  width: fit-content;
  margin: auto;
}

footer dl {
  align-items: center;
  margin-bottom: 5rem;
}

footer dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  width: 155px;
  height: 44px;
  background: #fff;
  text-align: center;
  line-height: 44px;
  color: #3c78c8;
}

footer dl dd {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 2rem;
}

footer .footer-contact {
  margin-bottom: 4rem;
}
footer .contact-btn-box {
  width: 717px;
  margin: 3rem auto 5rem;
  gap: 1rem;
}

footer .contact-btn-box div.contact-btn a {
  font-size: 1.7rem;
  padding: 1.5rem 1rem 1.5rem 2rem;
  gap: 1rem;
  letter-spacing: 1px;
}

footer .contact-btn-box div.contact-btn {
  width: 33%;
}

footer .footer-logo {
  margin-bottom: 4rem;
}
footer .footer-logo img {
  width: 425px;
}
footer .tel {
  padding-right: 0rem;
}

footer .tel img {
  width: 352px;
}
footer p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  font-size: 1.2rem;
}
/*-----------------------------

main　助成金制度

------------------------------*/
#main-fv.subsidy-main {
  background: url("../images/page/freshman-2025/subsidy/main-bg.webp") no-repeat
    center;
  background-position: center center;
  background-size: cover;
  background-size: 100%;
  padding: 14rem 0 5rem;
  margin: 0 3rem;
  text-align: center;
  font-family: "Noto+Sans+JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

}

.subsidy-main .main-txt-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 2rem 0px 2rem;
  border-bottom: solid 2px;
  width: fit-content;
  margin: 0 auto 2rem;
}

.subsidy-main p.text:nth-child(2) {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto+Sans+JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

  font-weight: bold;
  line-height: 1.8;
}

.subsidy-course-area {
  font-family: "Noto+Sans+JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;

  margin-top: 1rem;
}
.subsidy-course-box + .subsidy-course-box {
  margin-top: 5rem;
}
.subsidy-course-area .inner {
  width: 1100px;
}

.subsidy-course-box > div:nth-child(1) > dl:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.subsidy-course-box .main-ttl dl > dt {
  width: 23%;
  font-size: 2.3rem;
  color: #fff;
  background: #4468cc;
  font-weight: bold;
  padding: 1rem 1rem;
  text-align: center;
}

.subsidy-course-box .main-ttl dl > dd {
  font-size: 2.7rem;
  color: #000097;
  font-weight: bold;
}

.subsidy-course-box {
  padding: 8rem 10rem;
  background: #f7f7f2;
  border-radius: 15px;
}

.subsidy-table {
  overflow-x: auto;
  margin: 3rem 0;
}

.subsidy-course-box .flow-box {
  background: #fff;
  padding: 4rem;
  margin-top: 5rem;
}

.subsidy-course-box .flow-box p {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.note-box {
  margin-top: 3rem;
  margin-left: 10rem;
}
.note-box ul li {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
}

.note-box .btn {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  background: #f3f0eb;
  width: fit-content;
  padding: 0.5rem 2rem;
  position: relative;
}

.note-box .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000;
}
.note-box .btn a {
  padding-left: 2rem;
}

@media screen and (max-width: 736px) {
  section {
    margin: 5rem 0;
  }

  .sp-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #ff971d;
    z-index: 10;
  }
  .sp-footer li {
    width: 50%;
  }
  
  .sp-footer ul > li.mail-btn {
    background: #FB670D;
  }
  .sp-footer ul > li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding: 1rem 0;
}

.sp-footer ul > li a > img {
  width: 20px;
}



  #main-fv {
    background: url("../images/page/freshman-2025/main-bg-sp.webp") no-repeat
      center;
    background-size: auto;
    background-size: cover;
    background-size: 100%;
    padding: 2rem 0 2rem;
  }
  #main-fv > .inner > div {
    width: 90%;
    margin: auto;
  }
  #main-fv > .inner .main-txt01 {
    margin-top: 1rem;
  }

  .catch-area .main-img {
    /* width: 77%; */
    width: 100%;
  }

  .catch-area {
    /* padding: 5rem 0; */
    padding: 3rem 0;
  }

  /* style-2025.css | https://arms.co.jp/wp-content/themes/arms/css/style-2025.css?time=1761803118 */

  .course-area {
    /* padding: 10rem 0; */
    padding: 5rem 0;
  }

  .course-area .main-ttl {
    /* width: 84%; */
    /* margin: 0 auto 3rem auto; */
    width: 100%;
    margin: 0 auto 2rem auto;
  }

  .course-catch {
    /* width: 88%; */
    width: 100%;
  }

  .course-catch-txt {
    /* font-size: 5rem; */
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }

  .course-catch-txt > span:nth-child(1) {
    /* font-size: 9rem; */
    /* margin-left: -9px; */
    font-size: 4.5rem;
    margin-left: -5px;
  }

  .course-catch .text {
    font-size: 1.2rem;
    margin-top: -rem;
  }

  div.course-box {
    margin-top: 5rem;
  }

  div.course-box h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }

  .course-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .course-list li a {
    padding: 2rem 1.5rem;
  }

  .course-list li h4 {
    font-size: 1.2rem;
  }
  .course-list li:nth-child(4) h4:nth-child(1){
    font-size: 1.2rem;

  }

  .course-list li a > img {
    height: 80px;
  }

  .course-list li p.text {
    font-size: 1rem;
    line-height: 1.8;
    height: 11em;
  }

  .link-btn a,
  .course-btn {
    font-size: 1.15rem;
  }

  .course-btn img {
    width: 15px;
  }
  div.course-box:nth-child(5) > ul:nth-child(2) .course-img-box {
    display: none;
  }

  .reason-ttl-area {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
    position: relative;
  }
  h2.reason-ttl {
    position: relative;
    z-index: 10;
    margin-bottom: 3rem;
  }
  h2.reason-ttl img {
    width: 75%;
  }
  .reason-img {
    width: 46%;
    position: absolute;
    top: -44px;
    right: 19px;
  }

  .point-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
  }

  .point-ttl img {
    width: 100%;
  }

  .bnr-area picture:nth-child(2) img {
    margin-top: 2rem;
  }

  .worries-catch .text {
    font-size: 2.5rem;
  }

  .worries-catch > p:nth-child(2) {
    font-size: 1.1rem;
    margin: 2rem auto;
  }

  .worries-catch {
    margin: 5rem 0 0;
  }

  .worries-catch-img {
    width: 100%;
  }
  .worries-box {
    background: url("../images/page/freshman-2025/worries-bg-sp.webp") no-repeat
      top 23% center #fffaf0;
    background-size: 100%;
    padding: 1px 0 5rem;
  }

  ol.features-list {
    margin-bottom: 0rem;
    margin-top: 3rem;
  }
  ol.features-list li {
    padding: 1rem;
    margin-top: 2rem;
    padding-top: 0;
  }

  ol.features-list li + li {
    margin-top: 2rem;
  }
  ol.features-list li .features-list-inner {
    padding: 2rem 1.5rem;
  }

  ol.features-list li .features-list-inner .di-fl {
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  ol.features-list li .features-info {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
    margin-left: 1.5rem;
  }

  ol.features-list li:nth-child(3) .features-info {
    width: 100%;
    max-width: 100%;
  }
  ol.features-list li:nth-child(3) .features-info h3,
  ol.features-list li:nth-child(6) .features-info h3 {
    text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff,
      -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  }

  ol.features-list li .features-info .features {
    width: 40%;
    margin-bottom: 1rem;
  }
  ol.features-list li .features-info dl {
    align-items: center;
    flex-direction: unset !important;
    margin-bottom: 1rem;
  }

  ol.features-list li .features-info dl dt {
    width: 25%;
    max-width: 25%;
    padding-right: 1rem;
  }
  ol.features-list li .features-info dl dd {
    width: 80%;
    max-width: 100%;
  }

  ol.features-list li .features-info .features img {
    width: 70px;
  }

  ol.features-list li .features-info dl dd h3 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }

  ol.features-list li .features-info p {
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
    color: #000;
    gap: 5px;
    width: 100%;
    align-items: center;
  }

  ol.features-list li .features-info p span {
    padding: 2px 1rem;
    font-size: 1.2rem;
  }

  ol.features-list li .features-img {
    width: 100%;
    max-width: 70%;
    margin: 0rem auto 0rem;
  }

  .features-list > li .features-img img {
    height: auto;
    width: 100%;
    bottom: unset !important;
  }
  .features-list > li:nth-child(1) .features-img img {
    width: 80%;
  }

  .features-list > li:nth-child(5) .features-img {
    max-width: 90%;
  }

  .features-contact .tel {
    padding-right: 2rem;
  }
  .features-list > p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    text-indent: -1em;
    margin-left: 1rem;
  }

  .link-btn a {
    font-size: 1.2rem;
    margin: 2rem auto 0;
  }
  .link-btn a img:nth-child(1) {
    width: 25px;
  }

  div.top-contact {
    padding: 0;
  }

  .page-template-page-freshman-202510 .contact2-area {
    margin: 0;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
  }
  .page-template-page-freshman-202510 .contact2-area.sp-box {
    margin: 0;
    margin-bottom: -25rem;
    position: relative;
    z-index: 1;
  }

  .contact2-area .contact-box {
    /* width: 85%; */
    /* padding: 4rem 5rem; */
    width: 100%;
    padding: 2rem 2rem;
  }

  .contact2-area .contact-box img.contact2-ttl {
    /* width: 70%; */
    width: 90%;
  }

  .contact-btn-box div.contact-btn {
    width: 49%;
  }

  .contact-btn a .icon-mail {
    height: 10px;
  }

  .contact-btn-box div.contact-btn a {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    gap: 1rem;
    border-radius: 5px;
    text-align: center;
  }

  .contact-btn a img.icon-arrows-w {
    height: 15px;
    right: 10px;
  }

  .contact-btn-box {
    gap: 1rem;
    margin-top: 1.5rem;
    display: no;
  }

  .tel-box {
    width: 85%;
    margin: 1.5rem auto 0;
  }

  .contact-box {
    border-radius: 10px;
    padding: 2rem 2rem;
  }

  .contact-box .text {
    font-size: 1rem;
  }

  .contact-box > dl > dt:nth-child(1) {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    width: fit-content;
    margin: auto;
  }

  .contact-box > dl {
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .contact-box > dl > dd:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }

  .contact-box > dl > dd:nth-child(2) > span:nth-child(1) {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }

  .contact-box {
    width: 100%;
  }

  .faq-teacher-area {
    padding: 31rem 0 5rem;
    margin: 0 auto;
  }

  .faq-teacher-area .faq-ttl {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding: 0 1rem;
  }

  .faq-teacher-area .faq-ttl h2 {
    margin-bottom: 1rem;
  }

  .faq-teacher-area .faq-ttl h2 img {
    width: 215px;
  }

  .faq-teacher-area .faq-ttl p {
    font-size: 1.2rem;
    padding-left: 0;
  }

  .faq-teacher-area .faq-img {
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }

  .faq-area {
    margin-bottom: 0rem;
    gap: 2rem;
  }

  div.faq-img:nth-child(3) > img:nth-child(1) {
    width: 70%;
    display: block;
    margin: auto;
  }
  ul.faq-list {
  }
  ul.faq-list li {
    padding: 2rem 1rem;
    border: 10px solid #3c78c8;
  }

  ul.faq-list li + li {
    margin-top: 2rem;
  }
  ul.faq-list li .faq-inner {
    align-items: center;
  }
  ul.faq-list li .faq-inner .faq-icon {
    width: 20%;
    max-width: 20%;
    text-align: center;
    display: none;
  }

  ul.faq-list li .faq-inner .faq-info {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  ul.faq-list li .faq-inner .faq-info dl.faq_q {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    align-items: center;
  }
  ul.faq-list li .faq-inner .faq-info dl dt {
  }

  ul.faq-list li .faq-inner .faq-info dl dd {
    width: 90%;
    max-width: 90%;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
  }

  ul.faq-list li .faq-inner .faq-info dl.faq_a {
    align-items: flex-start;
  }
  ul.faq-list li .faq-inner .faq-info dl dd p.faq_a_txt {
    font-size: 1rem;
    font-weight: bold;
  }

  ul.faq-list li .faq-inner .faq-info dl dd p.faq_a_txt01 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal;
    padding-top: 0.5rem;
  }

  .faq-teacher-area .contact-box {
    margin-top: 3rem;
  }

  /* ---------------------------------

header 

-------------------------------*/

.new-header h1 img {
  width: 100px;
}

  .new-header h1.siteid {
    padding: 0 0 0 1%;
  }

.new-header,
header.fixed {
  position: relative !important;
  align-items: flex-start;
}

header .contact-btn-box{
  display: none;
}
header .contact-btn {
  width: 90px;
}
header .contact-btn a img.icon-arrows-w {
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

header .contact-btn-box div.contact-btn a {
  font-size: .7rem;
  padding: .5rem .8rem;
  gap: .5rem;
  letter-spacing: 1px;

}

header .contact-btn a .icon-mail {
  width: 10px;
}

.subsidy-btn {
  width: 60%;
  margin-left: auto;
}


  footer h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  footer .tel img {
    width: 75%;
  }

  footer .contact-btn-box {
    width: 100%;
    margin: 2rem auto;
    flex-direction: column;
  }

  footer .contact-btn-box div.contact-btn {
    width: 50%;
  }

  footer .contact-btn a .icon-mail {
    height: 14px;
  }
  footer .contact-btn a img.icon-arrows-w {
    height: 20px;
  }

  footer .contact-btn a .icon-pdf {
    height: 21px;
  }

  footer .contact-btn-box div.contact-btn a {
    font-size: 1.3rem;
    padding: 1rem 1rem 1rem 2rem;
  }

  footer .footer-logo img {
    width: 85%;
  }

  footer p {
    font-size: 1.2rem;
  }

  .copyright {
    font-size: 1rem;
    margin-bottom: 4rem;
  }

  /*-----------------------------

助成金

------------------------------*/

  #main-fv.subsidy-main {
    background: url("../images/page/freshman-2025/subsidy/main-bg-sp.webp")
      no-repeat center;
      background-position: center bottom;
    background-size: cover;
    background-size: 100%;
    padding: 0rem 0 2rem;
    margin: 0 1rem;
  }

  #main-fv.subsidy-main > .inner > div {
    width: 80%;
  }

  .subsidy-main .main-txt-ttl {
    font-size: 1.3rem;
    padding: 0 2rem 5px 2rem;
    border-bottom: solid 1px;
    margin: 0 auto 1rem;
  }

  .subsidy-main p.text:nth-child(2) {
    font-size: 1rem;
  }
  .subsidy-main > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
    width: 75%;
    margin-bottom: 1rem;
  }


/* style-2025.css | https://arms.co.jp/wp-content/themes/arms/css/style-2025.css?time=1761845973 */

.subsidy-course-box {
  /* padding: 8rem 10rem; */
  padding: 4rem 2rem;
}

.subsidy-course-box > div:nth-child(1) > dl:nth-child(1) {
  /* align-items: center; */
  /* gap: 2rem; */
  align-items: flex-start;
  gap: .5rem;
  flex-direction: column;
}

.subsidy-course-box .main-ttl dl > dt {
  /* width: 23%; */
  /* font-size: 2.3rem; */
  /* padding: 1rem 1rem; */
  width: 39%;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
}

.subsidy-course-box .main-ttl dl > dd {
  /* font-size: 2.7rem; */
  font-size: 1.6rem;
}

.subsidy-course-box .flow-box {
  /* padding: 4rem; */
  /* margin-top: 5rem; */
  padding: 3rem 2rem;
  margin-top: 4rem;
}

.subsidy-course-box .flow-box p {
  /* font-size: 2.4rem; */
  font-size: 1.5rem;
}



.note-box {
  margin-left: 0rem;
}

.note-box ul li {
  font-size: .9rem;
}

.note-box .btn {
  margin-top: 1.5rem;
  font-size: 1rem;
}


}
