@charset "utf-8";

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

    1300

    -------------------------------*/
@media (max-width: 1300px) {
  .newsarea__inner {
    margin-top: 20px;
  }
  .newsarea__inner div:nth-of-type(4) {
    display: none;
    margin-top: 0;
  }
  .flow-figure {
    grid-template-columns: repeat(2, 203px);
    row-gap: 60px;
  }
  .flow-figure__item--2::after {
    display: none;
  }
}
/*-------------------------------

    1200

    -------------------------------*/
@media (max-width: 1200px) {
  .body {
    background: linear-gradient(
      90deg,
      #53c0ff 0%,
      #fff 50px,
      #fff 50%,
      #fff calc(100% - 50px),
      #53c0ff 100%
    );
  }
  .bg {
    background-size: 50px;
  }
}
/*-------------------------------

    1100

    -------------------------------*/
@media (max-width: 1100px) {
  .contact-btn {
    width: 350px;
  }
  .office-location {
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
  }
  .about__place-img {
    width: 383px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__place-img--pc {
    display: none;
  }
  .about__place-img--sp {
    display: block;
  }
  .cf__td--first .wpcf7-radio {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: fit-content;
  }
  .cf__tr--first {
    align-items: flex-start;
    height: 170px;
  }
  .cf__tr--first::after {
    content: "★「応募・採用」に関しては、\A　お名前・ご連絡先・メールアドレスを\A　記載の上、ご送信ください。";
  }
}

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

        1050

        -------------------------------*/
@media (max-width: 1050px) {
  /* .hd {
    height: 120px;
  } */
  .hd .container {
    max-width: 100%;
    overflow-y: hidden;
  }
  .hd__inner {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .hd__logo {
    width: 70px;
  }
  /* .hd__sitettl {
    display: none;
  } */
  .hd__navarea {
    margin-left: 20px;
  }
  /* .hd-navlist {
    margin-top: 0;
  } */
  .hd-navlist__item {
    width: 120px;
  }
  .hd-navlist__item--tel {
    width: auto;
    padding-left: 10px;
  }
  .hd-navlist__item--tel img {
    width: 130px;
  }
  .hd-navlist__ttl {
    font-size: 13px;
  }
  .ft__logo img {
    width: 200px;
  }
  .ft-nav {
    margin-top: 20px;
  }
	.ft-navlist{
		gap:10px;
	}
}
/*-------------------------------

        950

        -------------------------------*/
@media (max-width: 950px) {
  .contact__btnarea {
    flex-direction: column;
    gap: 30px;
  }
}
/*-------------------------------

    930

    -------------------------------*/
@media (max-width: 930px) {
  .newsarea__inner div:nth-of-type(3) {
    display: none;
  }
}
/*-------------------------------

    900

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

@media (max-width: 900px) {
  .about__lead-br {
    display: block;
  }
}

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

    768

    -------------------------------*/
@media (max-width: 768px) {
  .body {
    background: linear-gradient(
      90deg,
      #53c0ff 0%,
      #fff 25px,
      #fff 50%,
      #fff calc(100% - 25px),
      #53c0ff 100%
    );
  }
  .bg {
    background-size: 25px;
  }

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

    default

    -------------------------------*/
  h3 {
    max-width: 70%;
  }
  /*   .newsarea {
    background: linear-gradient(
      90deg,
      #a6d7f1 0%,
      #d7edf9 25px,
      #d7edf9 50%,
      #d7edf9 calc(100% - 25px),
      #a6d7f1 100%
    );
  }
  .problem {
    background: linear-gradient(
      90deg,
      #fcdd9b 0%,
      #feefcd 25px,
      #feefcd 50%,
      #feefcd calc(100% - 25px),
      #fcdd9b 100%
    );
  }
  .recruit {
    background: linear-gradient(
      90deg,
      #a6d7f1 0%,
      #d7edf9 25px,
      #d7edf9 50%,
      #d7edf9 calc(100% - 25px),
      #a6d7f1 100%
    );
  } */
  h2:not(.sin-news__content h2) {
    font-size: 20px;
  }
  h2:not(.sin-news__content h2)::after {
    right: -50px;
    top: -30px;
    width: 40px;
  }
  .ttl--orange-attention::before {
    width: 20px;
  }
  .ttl--orange-attention::after {
    width: 20px;
  }
  .body {
    font-size: 16px;
    margin-top: 75px;
  }
  /*-------------------------------

      hd

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

  .hd-nav {
    position: fixed;
    top: 0;
    right: -200%;
    width: 275px;
    height: 100%;
    background: #d7edf9;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 4;
    transition: 0.3s;
  }
  .hd-navlist__item {
    color: #fff;
  }
  .ham-open .hd-nav {
    right: 0;
  }
  .hd-navlist {
    flex-direction: column;
    margin-top: 104px;
  }
  .hd-navlist__item {
    border-left: none;
    border-top: 1px solid var(--blue);
    padding: 15px 0;
    width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
  .hd-navlist__item a {
    flex-direction: row;
  }
  .hd-navlist__ic {
    width: 30px;
    text-align: center;
    margin-left: 12px;
  }
  .hd-navlist__ttlarea {
    margin-left: 25px;
    text-align: left;
  }
  .hd-navlist__item--tel {
    width: 200px;
    padding: 0;
    padding-top: 25px;
  }
  .hd-navlist__item--tel img {
    margin-left: 0;
    width: 100%;
  }
  .hd {
    height: 75.5px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
  }
  .hd__logo {
    width: 270px;
  }
  .hd .container {
    width: 100%;
    margin: 0;
  }
  .hd__inner {
    display: block;
    margin: 13px auto 0 16px;
  }

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

    hamburger

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

  /*---------- 通常時 ----------*/

  .hamburger {
    position: fixed;
    top: 22px;
    right: 30px;
    cursor: pointer;
    width: 35px;
    height: 28px;
    z-index: 12;
  }
  .hamburger__buns {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
  }
  .hamburger__buns-1,
  .hamburger__buns-2 {
    height: 2px;
    background: var(--blue);
    width: 100%;
  }
  .hamburger__buns-1 {
    top: 0px;
  }
  .hamburger__buns-2 {
    top: 14px;
  }
  .hamburger__buns-3 {
    top: 23px;
    color: var(--blue);
    font-size: 12px;
    font-family: var(--genju);
    font-weight: var(--heavy);
  }
  .hamburger__buns-3::after {
    content: "MENU";
  }

  /*---------- 展開後 ----------*/

  .ham-open .hamburger__buns-1 {
    transform: rotate(-45deg) translateX(-4px) translateY(6px);
  }
  .ham-open .hamburger__buns-2 {
    transform: rotate(45deg) translateX(-4px) translateY(-6px);
  }
  .ham-open .hamburger__buns-3 {
    transform: translateY(5px);
  }
  .ham-open .hamburger__buns-3::after {
    content: "CLOSE";
  }
  /*-------------------------------

      news

      -------------------------------*/
  .newsarea__inner {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .newsarea__inner div:nth-of-type(2) {
    display: none;
  }
  .newsarea__ttl {
    font-size: 20px;
  }
  .newsarea__subttl {
    font-size: 12px;
  }
  .newsarea {
    margin-top: 35px;
  }
  .news {
    width: 100%;
  }
  .news__img {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  /*-------------------------------

      about

      -------------------------------*/
  .about {
    padding-top: 75.5px;
    margin-top: -75.5px;
  }
  .about__logo img {
    width: 100px;
  }
  .about__lead {
    font-size: 20px;
    letter-spacing: 0.15em;
  }
  .about__ttl {
    margin-top: 60px;
  }
  .about__txt {
    text-align: left;
    display: inline-block;
  }
  .about__place-txt {
    font-size: 16px;
    margin-top: 30px;
  }
  .about__place-img--sp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /*-------------------------------

      important

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

  h2.important__ttl::after {
    right: 0px;
    top: -30px;
  }
  .important__item--1::after,
  .important__item--2::after,
  .important__item--3::after,
  .important__item--4::after {
    top: -20px;
    left: -20px;
  }
  .important__inner {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .important__item {
    width: 90%;
    height: auto;
    padding: 20px 10px;
    font-size: 16px;
  }
  .important__ttl-mini {
    font-size: 16px;
  }
	.important__img{
		margin:40px 0 0;
	}
  /*-------------------------------

      problem

      -------------------------------*/
  .problem {
    margin-top: 60px;
  }
  .problem__img img {
    margin-top: 30px;
  }
  .problem__ttl {
    font-size: 20px;
    margin-top: 60px;
    padding: 0 30px;
  }
  .problem__ttl::before {
    left: 0px;
  }
  .problem__ttl::after {
    right: 0px;
  }
  .problem__txt {
    text-align: left;
    display: inline-block;
  }
  /*-------------------------------

      office

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

  .office__tr {
    display: flex;
    flex-direction: column;
  }
  .office__th {
    text-align-last: auto;
    padding-bottom: 0;
    font-weight: bold;
    padding-left: 5px;
    color: var(--blue);
  }
  .office__td {
    padding: 5px 5px 14px 5px;
    line-height: 1.5;
  }
  .office__btn {
    width: 323.5px;
  }
  .office__btn {
    max-width: 90%;
  }
  .office__table {
    font-size: 16px;
  }
  /*-------------------------------

      recruit

      -------------------------------*/
  .recruit {
    padding-top: 10px;
    margin-top: -10px;
  }
  .recruit__pink {
    margin-top: 50px;
  }
  .recruit__btn {
    width: 323.5px;
    max-width: 90%;
  }
  .recruit__subttl {
    font-size: 20px;
    text-align: left;
    display: inline-block;
  }
  .recruit__txt {
    text-align: left;
    display: inline-block;
  }

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

      contact

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

  .contact {
    margin-top: 60px;
  }
  .contact-btn {
    max-width: 100%;
  }
  .contact__ttl::before {
    left: -25px;
  }
  .contact__ttl::after {
    right: -25px;
  }
  .contact__txt::after {
    right: 0;
    width: 30px;
    top: 0;
  }
  .contact-btn {
    width: 250px;
    height: 180px;
  }
  .tel-btn__tel {
    font-size: 25px;
  }
  .tel-btn__hour {
    font-size: 16px;
  }
  .tel-btn__hour-mini {
    font-size: 13px;
  }
  .tel-btn__img img {
    width: 20px;
  }
  .mail-btn__img img {
    width: 33px;
  }
  .mail-btn__ttl {
    font-size: 20px;
    margin-top: 15px;
  }
  .mail-btn__lead {
    font-size: 12px;
  }
  .mail-btn__txt {
    font-size: 16px;
  }
  .contact__txt {
    line-height: 1.5;
  }
  .contact__ttl {
    font-size: 16px;
  }
  .contact__txt {
    text-align: left;
    display: inline-block;
  }
  .tel-btn__tel::after {
    letter-spacing: 0.5em;
    top: -8px;
    right: 6px;
  }
  .mail-btn__lead::before,
  .mail-btn__lead::after {
    width: 2px;
    height: 15px;
  }
  /*-------------------------------

      ft

      -------------------------------*/
  .ft__copyright {
    margin: 20px 0;
    font-size: 12px;
  }
  .ft__logo img {
    width: 250px;
  }

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

      feature

      -------------------------------*/
  .feature__inner {
    background: linear-gradient(
      90deg,
      #f6c39c 0%,
      #fbe2ce 25px,
      #fbe2ce 50%,
      #fbe2ce calc(100% - 25px),
      #f6c39c 100%
    );
  }
  .feature__lead {
    /*     background: linear-gradient(
      90deg,
      #f6c39c 0%,
      #fbe2ce 25px,
      #fbe2ce 50%,
      #fbe2ce calc(100% - 25px),
      #f6c39c 100%
    ); */
    font-size: 20px;
    padding: 30px 0 30px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .feature__lead--big {
    font-size: 25px;
  }
  .feature__ttl {
    margin-top: 50px;
  }
  .feature__lead--big::after {
    top: -20px;
    left: 25px;
  }
  /*-------------------------------

    flow

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

  .flow {
    margin-top: 60px;
  }
  .flow__lead {
    font-size: 18px;
  }
  /*-------------------------------

      content

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

  .content__lead {
    font-size: 18px;
  }
  .content__ttl {
    margin-top: 70px;
  }
  .content__img {
    margin-top: 20px;
  }

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

          aim

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

  .aim__lead {
    font-size: 18px;
  }
  .aim__img img {
    margin-top: 30px;
  }
  .aim-inner {
    flex-direction: column;
    gap: 0px;
  }
  .aim-inner__example {
    order: 1;
  }
  .aim-inner__star {
    width: 50px;
    order: 2;
    margin-top: 10px;
  }
  .aim-inner__img {
    order: 3;
    margin-top: 15px;
    width: 227px;
  }
  .example__ttl {
    font-size: 20px;
  }
  .example__txt {
    font-size: 16px;
  }
  /*-------------------------------

    use

    -------------------------------*/
  .use__img {
    width: 300px;
    max-width: 90%;
        margin-top: 33px;
  }
  .use {
    padding-top: 50px;
    margin-top:50px;
  }
  .use__ttl {
    margin-top: 60px;
  }
  .use__txt {
    font-size: 14px;
  }
  /*-------------------------------

      contact

      -------------------------------*/
  .program .contact {
    margin-top: 60px;
  }

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

      cf

      -------------------------------*/
  /*---------- cf ----------*/
  .cf__ttl {
    margin-top: 40px;
  }
  h2.cf__ttl::after {
    right: -20px;
  }
  .cf__table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    margin-top: 40px;
  }
  .cf__tr {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 5px;
  }
  .cf__tr--first {
    gap: 0;
  }
  .cf__tr--last {
    margin-bottom: 0;
  }
  .cf__th {
    font-size: 20px;
  }
  .ch__th--mini {
    font-size: 16px;
  }
  .cf__td {
    width: 100%;
  }
  .cf__td--certificate p {
    flex-direction: column;
    align-items: flex-start;
  }
  .cf__caution {
    margin-left: 2em;
    margin-top: 20px;
  }
  .cf__txt {
    text-align: left;
  }
  .cf__tr--first::after {
    left: 15px;
    bottom: -60px;
  }
  .cf__tr--first {
    margin-bottom: 80px;
  }

  /*---------- input ----------*/
  input[type="text"],
  input[type="date"],
  input[type="tel"],
  input[type="email"],
  select {
    height: 40px;
  }

  /*---------- wpcf ----------*/
  .cf__td--first .wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
  .checkbox-inquiry .wpcf7-radio span {
    display: block;
  }
  .wpcf7-list-item-label {
    font-size: 18px;
  }
  .wpcf7-list-item {
    margin-top: 10px !important;
  }

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

    single-news

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

  .sin-news__pagettl {
    margin-top: 40px;
  }
  .sin-news__date {
    font-size: 14px;
    margin-top: 30px;
  }
  .sin-news__ttl {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  /*   .sin-news__content {
    margin-top: 40px;
  } */
  .sin-news__img {
    margin-bottom: 30px;
  }
  .sin-news__img img {
    border-radius: 30px;
  }
  .sin-news__btnarea {
    margin: 30px auto 0;
  }
  .sin-news__prev,
  .sin-news__next {
    width: 100px;
  }
  .sin-news__prev a,
  .sin-news__next a {
    width: 100px;
    height: 33px;
  }
  .sin-news__back {
    margin: 30px auto 60px;
    height: 55px;
    width: 140px;
    font-size: 20px;
  }
  .sin-news__back a {
    height: 55px;
  }
  /* 768pxここまで */
}

@media (max-width: 500px) {
  .aim__img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* @media(max-width:768px){
	.use{
		margin-top:0;
	}
	.use__ttl{
		padding-top:76px;
	}
	.about__ttl{
		margin-top:0;
		padding-top:100px;
	}
	h2.about__ttl::after{
		top:80px;
	}

} */
