@charset "UTF-8";

.fm_ayumin {
  font-family: "ads-ayumin", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fm_source-sans {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.note1 {
  text-indent: -1em;
  padding-left: 1em;
}
.note2 {
  text-indent: -2em;
  padding-left: 2em;
}


/* PC
---------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  /* header
---------------------------------------------------------------------- */
  #mainheader .open {
    color: #000;
  }
  #mainheader .open span {
    background-color: #000;
  }
  #mainheader .pc_nav ul li a ,
  #mainheader .pc_nav ul li a * {
    color: #595757;
  }


  /* ambheader
    ---------------------------------------------------------------------- */
  #ambheader {
    margin-top: 133px;
    margin-bottom: 25px;
  }
  #ambheader .cflex {
    align-items: center;
  }
  #ambheader h2 {
      width: 93px;
      margin-right: 30px;
  }
  #ambheader h3 {
      font-size: 37px;
      font-weight: bold;
      letter-spacing: -0.4px;
      margin-bottom: 10px;
  }
  #ambheader h4 {
      font-size: 29px;
      letter-spacing: -0.3px;
  }

  /* mv
    ---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: 816px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 0;
    /*margin-top: 133px;*/
    margin-bottom: 30px;
  }
  #pageheader h1 {
    color: #313131;
    font-size: calc(42em / 16);
    letter-spacing: 0.25em;
    padding-left: 200px;
  }
  #pageheader h1 span {
    display: block;
    font-size: calc(16em / 42);
    letter-spacing: 0.23em;
    margin-top: 20px;
  }
    #pageheader img {
        width: 100%;
        max-width: 1100px;
        height: auto;
        margin: auto;
/*        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;*/
    }


  /* ambIcon
    ---------------------------------------------------------------------- */
    #ambIcon {
      margin-bottom: 80px;
    }
    #ambIcon li {
      margin-right: 35px;
    }


  /* ambAbout
    ---------------------------------------------------------------------- */
    #ambAbout {
      margin-bottom: 180px;
    }
    .ambTtl {
      padding: 0.5em 1em;
      font-size: 30px;
      margin-bottom: 30px;
      /*border-bottom: 1px solid #231815;*/
      position: relative;
    }
    .ambTtl::after {
      content: "";
      display: block;
      width: 100%;
      /*width: 100vw;*/
      height: 1px;
      border-bottom:  1px solid #231815;
      position: absolute;
      left:0;
      /*left: calc(-100vw + 1100px);*/
      bottom: 0;
    }

    #ambAbout p {
      font-size: 20px;
      letter-spacing: 2px;
      line-height: 2;
      padding: 0 1.5em;
    }


  /* example
    ---------------------------------------------------------------------- */
    #example {
      margin-bottom: 70px;
    }
    #example .imgTXT {
      align-items: center;
      margin-bottom: 100px;
    }
    #example .imgTXT .exampleImg {
      width: 42.728%;
    }
    #example .imgTXT .exampleTxt {
      width: 57.282%;
    }
    #example .imgTXT .exampleTxt .ambTtl {
      margin-bottom: 40px;
    }
    #example .imgTXT .exampleTxt ul {
      margin-left: 40px;
    }
    #example .imgTXT .exampleTxt li {
      font-size: 20px;
      margin-bottom: 40px;
    }
    #yoko {
    }
    #yoko li {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 45px;
    }
    #joken {
      border: 1px solid #231815;
      padding: 40px 60px;
    }
    .ambTtl2 {
      font-size: 30px;
      margin-bottom: 45px;
    }
    #joken li {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 10px;
    }


  /* flow
    ---------------------------------------------------------------------- */
    #flow {
      margin-bottom: 45px;
    }
    #flow .mainw {
      padding: 0 30px;
    }
    #flow .ambTtl2 {
      text-align: center;
      margin-bottom: 70px;
    }
    #flow ul {
      justify-content: space-between;
    }
    #flow ul li {
      width: 27.89%;
      border: 1px solid #231815;
      position: relative;
      display: flex;
      flex-direction: column;
      /*justify-content: center;*/
      text-align: center;
      padding: 0 1em 1em;
    }
    #flow ul li::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-left: 40px solid #4e6395;
      border-right: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -22%;
    }
    #flow ul li:last-child::after {
      display: none;
    }
    #flow ul li h5 {
      display: block;
      padding: 0.3em 1em;
      background-color: #FFF;
      color: #4E6395;
      font-size: 28px;
      line-height: 1;
      position: absolute;
      left: 50%;
      transform: translate(-50% , -56%);
      white-space: nowrap;
    }
    #flow ul li h5 span {
      font-size: 46px;
    }
    #flow ul li h6 {
      font-size: 38px;
      text-align: center;
      margin-top: 75px;
      margin-bottom: 50px;
      line-height: 1;
    }
    #flow ul li:last-child h6 {
      margin-bottom: 10px;
    }
    #flow ul li:last-child h6 img {
      height: 76px;
    }
    #flow ul li p {
      font-size: 19px;
      text-align: center;
    }


  /* ambApply
    ---------------------------------------------------------------------- */
    #ambApply {
      padding: 50px 0 25px;
      /*border-top: 1px solid #231815;*/
      /*border-bottom: 1px solid #231815;*/
    }
    #ambApply a {
      display: block;
      width: 920px;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      background-color: #4e6395;
      color: #FFF;
      font-size: 36px;
      min-height: 72px;
      border-radius: 20px;
    }


  /* ambOther
    ---------------------------------------------------------------------- */
    #ambOther {
      padding: 85px 0;
    }
    #ambMan {
      margin-bottom: 90px;
    }
    #ambMan .cflex {
      align-items: center;
      gap: 50px;
    }
    #ambMan .ambManImg {
      width: 209px;
    }
    #ambMan .ambManTxt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-top: -50px;
    }
    #ambMan .ambManTxt p {
      width: 610px;
      font-size: 20px;
      line-height: 2;
      padding: 1em 2em;
      position: relative;
      border-radius: 20px;
      background-color: #BAE3F9;
      text-align: center;
    }
    #ambMan .ambManTxt p::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 27px solid transparent;
      border-bottom: 27px solid transparent;
      border-right: 48px solid #bae3f9;
      border-left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -30px;
    }
    #ambOtherImg {
      margin-bottom: 75px;
    }
    #ambOtherImg ul {
      justify-content: space-between;
    }
    #ambOtherImg ul li {
      width: 30.91%;
    }
    #noutice {

    }
    #noutice h4 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    #noutice li {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 10px;
    }

}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {

  /* ambheader
    ---------------------------------------------------------------------- */
  #ambheader {
    margin-top: 16vw;
    margin-bottom: 3.3vw;
  }
  #ambheader .mainw {
    width: 92vw;
  }
  #ambheader .cflex {
    display: flex;
    align-items: center;
  }
  #ambheader h2 {
      width: 10vw;
      margin-right: 2.6vw;
  }
  #ambheader h3 {
      font-size: 3.2vw;
      font-weight: bold;
  }
  #ambheader h4 {
      font-size: 2.26vw;
  }

  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin: calc(80 / 375 * 100vw) 0 calc(10 / 375 * 100vw);*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 0;
    margin-bottom: 2.6vw;
  }
  #pageheader h1 {
    color: #313131;
    font-size: calc(32em / 16);
    letter-spacing: 0.25em;
  }
  #pageheader h1 span {
    display: block;
    text-align: center;
    font-size: calc(15em / 32);
    letter-spacing: 0.23em;
    margin-top: calc(20 / 375 * 100vw);
  }

  .mainw {
    width: 78.667vw;
  }

  /* ambIcon
    ---------------------------------------------------------------------- */
    #ambIcon {
      margin-bottom: 13.3vw;
    }
    #ambIcon .mainw {
      width: 92vw;
    }
    #ambIcon .cflex {
      display: flex;
    }
    #ambIcon li {
      width: 5.4vw;
      margin-right: 4vw;
    }


  /* ambAbout
    ---------------------------------------------------------------------- */
    #ambAbout {
      margin-bottom: 17.3vw;
    }
    .ambTtl {
      padding: 0.5em 0;
      font-size: 4.267vw;
      margin-bottom: 5.3vw;
      /*border-bottom: 1px solid #231815;*/
      position: relative;
    }
    .ambTtl::after {
      content: "";
      display: block;
      /*width: 100%;*/
      width: 100vw;
      height: 1px;
      border-bottom:  1px solid #231815;
      position: absolute;
      /*left:0;*/
      left: calc(-100vw + 78.667vw);
      bottom: 0;
    }
    #ambAbout .ambTtl {
      padding: 0.5em 0;
    }
    #ambAbout p {
      font-size: 3.6vw;
      line-height: 2;
    }


  /* example
    ---------------------------------------------------------------------- */
    #example {
      margin-bottom: 8vw;
    }
    #example .imgTXT {
      margin-bottom: 12vw;
    }
    #example .imgTXT .exampleImg {
      width: 100%;
      margin-bottom: 13.3vw;
    }
    #example .imgTXT .exampleTxt {
      width: 100%;
    }
    #example .imgTXT .exampleTxt .ambTtl {
      margin-bottom: 5.3vw;
    }
    #example .imgTXT .exampleTxt ul {
    }
    #example .imgTXT .exampleTxt li {
      font-size: 3.6vw;
      margin-bottom: 4.6vw;
    }
    #yoko {
    }
    #yoko.w950 {
      width: 100%;
    }
    #yoko li {
      font-size: 3.6vw;
      line-height: 1.5;
      margin-bottom: 4.6vw;
    }
    #joken.w950 {
      width: 100%;
    }
    #joken {
      border: 1px solid #231815;
      padding: 6vw;
    }
    .ambTtl2 {
      font-size: 4.2vw;
      margin-bottom: 5.3vw;
    }
    #joken li {
      font-size: 3.6vw;
      line-height: 1.5;
      margin-bottom: 2vw;
    }


  /* flow
    ---------------------------------------------------------------------- */
    #flow {
      margin-bottom: 4.6vw;
    }
    #flow .mainw {
      width: 76vw;
      margin: auto;
    }
    #flow .ambTtl2 {
      text-align: center;
      margin-bottom: 12vw;
    }
    #flow ul {
      justify-content: space-between;
    }
    #flow ul li {
      width: 100%;
      border: 1px solid #231815;
      position: relative;
      display: flex;
      flex-direction: column;
      /*justify-content: center;*/
      text-align: center;
      padding: 0 1em 1em;
      margin-bottom: 13.9vw;
    }
    #flow ul li::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 4.6vw solid transparent;
      border-left: 4.6vw solid transparent;
      border-top: 5.3vw solid #bae3f9;
      border-bottom: 0;
      position: absolute;
      bottom: -8vw;
      left: 50%;
      transform: translateX(-50%);
    }
    #flow ul li:last-child::after {
      display: none;
    }
    #flow ul li h5 {
      display: block;
      padding: 0.3em 1em;
      background-color: #FFF;
      color: #4E6395;
      font-size: 3.6vw;
      line-height: 1;
      position: absolute;
      left: 50%;
      transform: translate(-50% , -56%);
      white-space: nowrap;
    }
    #flow ul li h5 span {
      font-size: 6.1vw;
    }
    #flow ul li h6 {
      font-size: 5.4vw;
      text-align: center;
      margin-top: 7.3vw;
      margin-bottom: 3.8vw;
      line-height: 1;
    }
    #flow ul li:last-child h6 img {
      height: 10.8vw;
    }
    #flow ul li p {
      font-size: 3.3vw;
    }


  /* ambApply
    ---------------------------------------------------------------------- */
    #ambApply {
      padding: 0 0 4.6vw;
      /*padding: 4.6vw 0;*/
      /*border-top: 1px solid #231815;*/
      /*border-bottom: 1px solid #231815;*/
    }
    #ambApply .w950 {
      width: 100%;
    }
    #ambApply a {
      display: block;
      width: 89.3vw;
      margin: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      background-color: #4e6395;
      color: #FFF;
      font-size: 4.7vw;
      min-height: 9.4vw;
      border-radius: 2vw;
    }


  /* ambOther
    ---------------------------------------------------------------------- */
    #ambOther {
      padding: 8vw 0;
    }
    #ambMan {
      margin-bottom: 4.6vw;
    }
    #ambMan.w900 {
      width: 93.334vw;
      margin-bottom: 4.6vw;
    }
    #ambMan .cflex {
      display: flex;
      gap: 6vw;
    }
    #ambMan .ambManImg {
      width: 27.87vw;
    }
    #ambMan .ambManTxt {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    #ambMan .ambManTxt p {
      width: 55.07vw;
      font-size: 2.6vw;
      line-height: 2;
      padding: 1em 2em;
      position: relative;
      border-radius: 2vw;
      background-color: #BAE3F9;
    }
    #ambMan .ambManTxt p::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 3.6vw solid transparent;
      border-bottom: 3.6vw solid transparent;
      border-right: 6.4vw solid #bae3f9;
      border-left: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -4vw;
    }
    #ambOtherImg {
      margin-bottom: 17vw;
    }
    #ambOtherImg.mainw {
      width: 93.334vw;
    }
    #ambOtherImg ul {
      display: flex;
      justify-content: space-between;
    }
    #ambOtherImg ul li {
      width: 30.71%;
    }
    #noutice {

    }
    #noutice.w950 {
      width: 86.7vw;
      margin-right: auto;
      margin-left: auto;
    }
    #noutice h4 {
      font-size: 3.07vw;
      margin-bottom: 2vw;
    }
    #noutice li {
      font-size: 3.07vw;
      line-height: 1.5;
      margin-bottom: 2vw;
    }





}
/*# sourceMappingURL=style.css.map */