@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  body {
    min-width: 3.2rem;
    font-size: 0.16rem;
  }

  .container {
    width: calc(100% - .40rem);
  }

  .container_min {
    width: calc(100% - .40rem);
  }

  .pconly {
    display: none !important;
  }

  /* cmn_header */
  .cmn_header {
    margin-top: 0;
  }
  .cmn_header .container {
    width: calc(100% - 0rem);
  }
  .cmn_header .inner01 {
    padding: 0.05rem 0 0.05rem 0.7rem;
  }
  .cmn_header .inner01:before {
    content: "";
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    top: 0.24rem;
    left: 0;
    z-index: 2;
  }
  .cmn_header .inner01 h1 {
    margin-right: 0;
    margin-bottom: 0.05rem;
    display: inline-block;
    float: none;
    font-size: 0.18rem;
    line-height: 1.3;
  }
  .cmn_header .inner01 h1 span {
    margin-top: 0;
    display: block;
    font-size: 0.16rem;
  }
  .cmn_header .inner01 .info p {
    font-size: 0.14rem;
  }
  .cmn_header .inner01 .info p:not(:last-of-type) {
    margin-bottom: 0.07rem;
  }
  .cmn_header .inner01 .info p:first-of-type {
    margin-bottom: 0.05rem;
  }
  .cmn_header .inner01 .info .conts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cmn_header .inner01 .info .conts a {
    color: #21227D;
  }
  .cmn_header .inner01:after {
    content: "";
    position: absolute;
    width: 0.58rem;
    height: 1.1rem;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: #21227D;
  }

  .nav .inner02 .lists {
    padding-left: 0;
    width: auto;
  }
  .nav .inner02 .lists li {
    width: calc(100% / 3);
  }
  .nav .inner02 .lists li a {
    width: 100%;
    height: 0.45rem;
    line-height: calc(.45rem - 1px);
    font-size: 0.14rem;
  }
  .nav .inner02 .lists li a span {
    line-height: 0.4rem;
  }
  .nav .inner02 .lists li:first-of-type {
    border-left: 1px solid #21227D;
  }
  .nav .inner02 .lists li:nth-of-type(3n) {
    border-right: 1px solid #21227D;
  }
  .nav .inner02 .lists:before {
    content: none;
  }
  .nav .inner02 .lists:after {
    content: none;
  }

  .nav.m_fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
  }

  /* //cmn_header */
  /* cmn */
  .cmn_tit01 {
    padding-bottom: 0.1rem;
    margin-bottom: 0.25rem;
    font-size: 0.22rem;
  }

  .flow_tit {
    margin-bottom: 0.15rem;
    text-align: center;
    font-size: 0.22rem;
  }

  .flow_txt p {
    line-height: 2;
  }

  .flow {
    padding: 1.2rem 0.2rem 0.25rem;
    margin-bottom: 0.4rem;
  }
  .flow .lists li {
    position: relative;
    margin-left: 0;
    line-height: 2.1;
  }
  .flow .lists li:before {
    content: "";
    position: absolute;
    background: no-repeat;
  }
  .flow .lists li .tit {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .flow .lists li .desc {
    line-height: 2.1;
  }
  .flow .lists .tel {
    margin-bottom: 1rem;
  }
  .flow .lists .tel:before {
    width: 0.6rem;
    height: 1.14rem;
    top: -0.9rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/sec03/img01.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .flow .lists .consult {
    margin-bottom: 0.9rem;
  }
  .flow .lists .consult:before {
    width: 1.4rem;
    height: 1.18rem;
    top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/sec03/img02.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .flow .lists .accept:before {
    width: 1rem;
    height: 1.21rem;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/sec03/img03.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .flow .lists .visit {
    margin-bottom: 0.9rem;
  }
  .flow .lists .visit:before {
    width: 1.1rem;
    height: 1.6rem;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/sec03/img04.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .pagetop {
    bottom: 0.3rem;
    right: 0.15rem;
  }

  /* //cmn */
  /* sec01 */
  .sec01 .txt {
    margin: 0.25rem 0;
    line-height: 1.8;
    text-align: left;
  }
  .sec01 .lists li {
    width: 1.6rem;
  }
  .sec01 .lists li:nth-of-type(1), .sec01 .lists li:nth-of-type(2) {
    margin-bottom: 0.16rem;
  }

  /* //sec01 */
  /* sec02 */
  .sec02 {
    margin-top: 0.2rem;
    padding-top: 0.4rem;
  }
  .sec02 .career {
    width: 2.9rem;
    margin: auto;
    float: none;
    margin-right: 0;
  }
  .sec02 .career .pic {
    margin-bottom: 0.18rem;
  }
  .sec02 .career .pic img {
    width: 2.4rem;
  }
  .sec02 .career .desc .lists {
    font-size: 0.14rem;
  }
  .sec02 .career .desc .lists dd {
    margin-top: 0.13rem;
  }
  .sec02 .txt {
    width: auto;
    margin: 0 0 0.2rem;
    line-height: 2;
  }

  /* //sec02 */
  /* sec03 */
  .sec03 {
    padding-top: 0.4rem;
    margin-top: 0.4rem;
  }

  /* //sec03 */
  /* sec04 */
  .sec04 {
    margin-top: 0.2rem;
    padding-top: 0.4rem;
  }
  .sec04 .flow .tel:before {
    top: -0.9rem;
  }

  /* //sec04 */
  /* sec05 */
  .sec05 {
    margin-top: 0.2rem;
    padding-top: 0.4rem;
  }
  .sec05 .txt {
    margin-bottom: 0.4rem;
    line-height: 1.4;
  }
  .sec05 .lists li {
    padding: 0.12rem 0.1rem 0.1rem 0.12rem;
    width: auto;
    height: auto;
    font-size: 0.16rem;
    line-height: 1.38;
    border-bottom: none;
  }
  .sec05 .lists li span {
    font-size: 0.2rem;
    margin-bottom: -0.1rem;
  }
  .sec05 .lists li:not(:last-of-type) {
    border-bottom: none;
  }
  .sec05 .lists02 {
    float: none;
    display: inline-block;
  }
  .sec05 .lists02 li {
    border-left: 1px solid #21227D;
  }
  .sec05 .lists02 li:last-of-type {
    border-bottom: 1px solid #21227D;
  }
  .sec05 .notes {
    padding: 0.05rem 0;
    font-size: 0.16rem;
    line-height: 1.4;
  }

  /* //sec05 */
  /* sec06 */
  .sec06 {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
  }
  .sec06 .txt {
    margin-bottom: 0.3rem;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
  }
  .sec06 .notes {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.41;
  }
  .sec06 .lists {
    font-size: 0.18rem;
  }
  .sec06 .lists .tit {
    font-size: 0.2rem;
    line-height: 1.2;
  }
  .sec06 .lists .sp_tit {
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec06 .lists li {
    position: relative;
  }
  .sec06 .lists li span {
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.18rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.2;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec06 .lists li .desc {
    padding: 0.1rem 0 0.3rem;
    line-height: 2;
    text-indent: 0;
    padding-left: 0;
  }
  .sec06 .lists .child_lists {
    margin: 0.1rem 0;
  }
  .sec06 .lists .child_lists dd,
.sec06 .lists .child_lists dt {
    font-size: 0.18rem;
    line-height: 2;
    text-align: center;
  }
  .sec06 .lists .child_lists dt {
    padding: 0;
    width: 100%;
    margin-right: 0.73rem;
    margin-bottom: 0.1rem;
    float: none;
  }
  .sec06 .lists .child_lists dt:after {
    content: "";
    position: absolute;
    top: 0.42rem;
    bottom: 0;
    right: 10rem;
    left: 50%;
    transform: rotate(0deg);
    transform: translateX(-50%);
    border-width: 0.1rem 0.25rem 0 0.25rem;
  }
  .sec06 .lists .child_lists dt:nth-of-type(1) {
    border: none;
  }
  .sec06 .lists .child_lists dt:nth-of-type(2) {
    border: none;
  }
  .sec06 .lists .child_lists dd {
    line-height: 1.5;
    padding-bottom: 0.1rem;
  }
  .sec06 .lists .child_lists dd:not(:last-of-type) {
    margin-bottom: 0.2rem;
  }
  .sec06 .lists .cl {
    margin-bottom: 0.8rem;
  }

  /* //sec06 */
  /* sec07 */
  .sec07 {
    padding-top: 0.4rem;
    margin-top: 0.4rem;
  }
  .sec07 .lists {
    margin-bottom: 0.5rem;
    line-height: 1.3;
    font-size: 0.18rem;
  }
  .sec07 .lists dt {
    float: left;
    margin-bottom: 0.1rem;
  }
  .sec07 .lists dt:nth-of-type(2) {
    letter-spacing: 0.1em;
  }
  .sec07 .lists dd {
    margin-bottom: 0.1rem;
    margin-left: 0.9rem;
  }
  .sec07 iframe {
    width: 100%;
    height: 2.5rem;
  }
  .sec07 .pic img {
    width: 1.6rem;
  }
  .sec07 .pic img:first-of-type {
    margin-right: 0;
    float: left;
  }
  .sec07 .pic img:last-of-type {
    float: right;
  }
  .sec07 .txt {
    font-size: 0.16rem;
    line-height: 1.61;
    margin-bottom: 0.4rem;
  }

  /* //sec07 */
}