@charset "UTF-8";
/* テンプレート
------------------------*/
.template {
  background-color: #eee;
  width: 100%;
  height: 50px; }
  @media screen and (max-width: 640px) {
    .template {
      /*--  640px --*/
      width: 100%;
      height: 25px;
      background-color: #999; } }

/*----------------------*/
.wrap--m {
  width: 100%;
  margin: auto;
  max-width: 980px;
  text-align: center;
  display: block; }

.headline {
  height: auto; }
  .headline .headline__inner {
    width: 100%; }
    .headline .headline__inner img {
      padding: 1rem;
      max-width: 50%; }

.height {
  height: 82px; }

.footer-image {
  width: 100%;
  height: auto;
  text-align: center; }

main .section01 {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  main .section01 .flex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 640px) {
      main .section01 .flex-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  main .section01 .flex-list li {
    width: 250px;
    height: 390px;
    margin: 38px; }
    @media screen and (max-width: 640px) {
      main .section01 .flex-list li {
        display: block;
        width: 40%;
        height: auto;
        margin: 1rem;
        padding: 4rem 0rem; } }
  main .section01 .photoimg__ringdeco {
    position: absolute;
    width: 100%;
    z-index: 1;
    max-width: 250px;
    width: 100%;
    text-align: center;
    height: auto; }
    @media screen and (max-width: 640px) {
      main .section01 .photoimg__ringdeco {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: 41.50% !important; }
        main .section01 .photoimg__ringdeco img {
          width: 100%; } }
  main .section01 .photoimg__staffimg {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    main .section01 .photoimg__staffimg > img {
      position: absolute;
      margin: auto;
      top: -100%;
      right: -100%;
      bottom: -100%;
      left: -100%;
      width: 150%;
      max-width: none;
      height: auto; }
  main .section01 .phototext {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5rem;
    padding-left: 3%;
    padding-top: 10%; }
    @media screen and (max-width: 640px) {
      main .section01 .phototext {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        font-size: 1.3rem;
        top: 2%; } }
    main .section01 .phototext__icondeco {
      margin-left: -11%;
      width: 27px; }
      @media screen and (max-width: 640px) {
        main .section01 .phototext__icondeco {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: auto;
          width: 13%;
          top: 10%; } }
  main .section01 .titleicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem;
    font-size: 1.5rem;
    text-align: left; }
    @media screen and (max-width: 640px) {
      main .section01 .titleicon {
        font-size: 1.2rem; } }
    main .section01 .titleicon b {
      font-size: 1.7rem; }
      @media screen and (max-width: 640px) {
        main .section01 .titleicon b {
          font-size: 1.4rem; } }
    main .section01 .titleicon span {
      font-size: 1.3rem;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        main .section01 .titleicon span {
          font-size: 1.2rem; } }
  main .section01 .titleicon::before {
    content: url(../../img/okinawa/staff/staff_decoi01.png);
    width: 27px;
    margin-right: 1em; }
    @media screen and (max-width: 640px) {
      main .section01 .titleicon::before {
        background-size: 10%; } }

.logoBox {
  padding: 200px 0; }
