@charset "UTF-8";
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: -0.03em; }

body {
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
  color: #341e08;
  line-height: 1.5; }
  body:before {
    background: url("../img/common/bg.jpg") top center no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
    content: "";
    z-index: -1; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2rem; }

h3 {
  margin: 10px 0 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 1.1rem; }

.font-bold {
  font-weight: bold !important; }

.font-ss {
  font-size: 0.65rem !important; }

.font-s {
  font-size: 0.75rem; }

.font-m {
  font-size: 0.9rem; }

.font-l {
  font-size: 1.1rem; }

.txt_center {
  text-align: center; }

.txt_center_sp {
  text-align: center; }

.txt_left {
  text-align: left !important; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; }

hr {
  margin: 0 12px;
  height: 1px;
  color: #5b452a;
  background: #5b452a;
  border: 0; }

.pc {
  display: none; }

.border_box01 {
  display: inline-block;
  border: solid 1px #7e674f;
  padding: 10px 20px;
  box-sizing: border-box; }

.bx01 {
  margin-top: 30px; }
  .bx01 .txt02 {
    margin-top: 10px; }

.btn-gradient-radius_request {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  text-decoration: none;
  color: #000;
  background: #ffac00;
  transition: .4s; }
  .btn-gradient-radius_request::after {
    position: absolute;
    content: "";
    display: block;
    right: -32px;
    top: 0;
    box-sizing: border-box;
    width: 32px;
    height: 28px;
    border: 14px solid transparent;
    border-left: 12px solid #ffac00; }

.btn-gradient-radius_answer {
  margin-right: 1rem;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5px 5px 2px 5px;
  text-decoration: none;
  color: #000;
  background: #67b1fe;
  transition: .4s; }
  .btn-gradient-radius_answer::after {
    position: absolute;
    content: "";
    display: block;
    right: -32px;
    top: 0;
    box-sizing: border-box;
    width: 32px;
    height: 28px;
    border: 14px solid transparent;
    border-left: 12px solid #67b1fe; }

.main .main_sp .logo {
  position: absolute;
  z-index: 1001;
  top: 13px;
  left: 8px;
  width: 130px; }
.main .main_sp .main_img {
  width: 100%; }
.main .main_sp h2 {
  margin: 15px 0 0 8px; }
  .main .main_sp h2 img {
    width: auto !important;
    height: 30px; }
.main .main_sp .intro-box {
  margin: 0 12px 20px; }
  .main .main_sp .intro-box p {
    margin-top: -5px; }
.main .main_sp .sign {
  text-align: right; }
.main .main_pc {
  display: none; }

.text-box {
  margin: 0; }
  .text-box p {
    margin: 0;
    font-size: 0.9rem; }

.ex {
  font-size: 0.9rem; }

.contents {
  width: 100%;
  margin: 0 auto; }
  .contents .img_sp img {
    display: block;
    width: 100%; }
  .contents .img_pc {
    display: none !important; }
  .contents .intro {
    width: 100%;
    margin: -5px auto 0;
    padding: 1px 12px 0;
    box-sizing: border-box; }
    .contents .intro .text-box {
      margin: 0;
      padding: 15px;
      border: solid 1px #7e674f;
      background: rgba(238, 230, 220, 0.3); }
      .contents .intro .text-box p {
        font-size: 0.75rem !important; }
    .contents .intro .intro-h {
      text-align: center; }
  .contents .menu {
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px 20px;
    box-sizing: border-box; }
    .contents .menu h2 {
      margin: 0 !important;
      padding-bottom: 5px; }
      .contents .menu h2 img {
        width: auto !important;
        height: 30px; }
    .contents .menu ul {
      margin: 0;
      padding: 0 0 0 15px; }
      .contents .menu ul li {
        margin-left: 15px;
        padding: 4px 0;
        font-size: 1.1rem;
        color: #341e08;
        font-weight: bold;
        /* 矢印 */ }
        .contents .menu ul li a {
          text-decoration: none;
          color: #341e08; }
        .contents .menu ul li:after {
          content: " ";
          position: relative;
          top: -2px;
          right: -10px;
          display: inline-block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #341e08;
          border-right: 2px solid #341e08;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .contents .menu .flex {
      display: flex;
      align-items: center;
      padding: 3px 5px; }
      .contents .menu .flex img {
        display: block;
        width: 20px; }
      .contents .menu .flex p {
        padding: 0 5px; }
    .contents .menu p {
      margin: 0;
      padding: 0 3px; }
  .contents #menu1 {
    padding-bottom: 0; }
    .contents #menu1 h2 img {
      display: inline;
      width: auto;
      height: 30px; }
    .contents #menu1 p {
      margin: 0;
      padding: 5px 5px 15px; }
  .contents .system {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 0.9rem; }
    .contents .system .inner {
      padding: 30px 0; }
    .contents .system hr {
      margin: 0; }
    .contents .system h3 img {
      width: auto;
      height: 35px; }
    .contents .system p {
      magrin-bottom: 0 !important; }
    .contents .system .img_sp {
      width: 100%;
      display: block;
      margin: 0 auto; }
  .contents .job {
    width: 100%;
    margin: 0 auto;
    padding: 15px 12px;
    box-sizing: border-box; }
    .contents .job .text-box:last-child {
      margin-top: 15px; }
    .contents .job h2 img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .contents .job h3 {
      height: 35px; }
      .contents .job h3 img {
        width: auto;
        height: 35px; }
  .contents .chara {
    width: 100%;
    margin: 0 auto;
    padding: 15px 12px 30px;
    box-sizing: border-box; }
    .contents .chara h2 img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .contents .chara h3 {
      height: 35px; }
      .contents .chara h3 img {
        width: auto;
        height: 35px; }
    .contents .chara .chara-box {
      /*display: flex;?*/ }
      .contents .chara .chara-box img {
        display: block;
        margin: 0 auto;
        width: 100%; }
  .contents .qa {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box; }
    .contents .qa p {
      margin: 5px 0 10px;
      font-weight: 300; }
    .contents .qa hr {
      margin: 0; }
    .contents .qa .qa_block {
      margin-bottom: 40px; }
      .contents .qa .qa_block .q {
        /*display: flex;*/
        align-items: center;
        padding-top: 20px;
        margin-bottom: 20px; }
        .contents .qa .qa_block .q .icon {
          margin-right: 5px; }
          .contents .qa .qa_block .q .icon img {
            width: 90px;
            height: auto; }
        .contents .qa .qa_block .q p {
          margin: 0;
          padding: 3px;
          font-weight: bold;
          font-size: 1.15rem; }
      .contents .qa .qa_block .a img {
        width: 80px;
        margin-bottom: 5px; }
      .contents .qa .qa_block .a .box {
        position: relative;
        margin: 0;
        padding: 0 2px;
        border: solid 1px #341e08; }
        .contents .qa .qa_block .a .box:before {
          position: absolute;
          top: 1px;
          left: 1px;
          content: "";
          width: calc(100% - 4px);
          height: calc(100% - 4px);
          border: solid 1px #341e08; }
        .contents .qa .qa_block .a .box ul {
          margin: 0 15px 20px;
          padding: 5px 0; }
          .contents .qa .qa_block .a .box ul li {
            width: 100%;
            padding: 0;
            font-size: 0.9rem; }
        .contents .qa .qa_block .a .box .change {
          margin: 15px 15px; }
          .contents .qa .qa_block .a .box .change p {
            padding: 15px;
            background: rgba(255, 255, 255, 0.7);
            font-size: 0.9rem;
            font-weight: bold;
            line-height: 1.4;
            margin: 0; }
        .contents .qa .qa_block .a .box .cause {
          margin: 15px 15px; }
          .contents .qa .qa_block .a .box .cause p {
            padding: 15px;
            background: rgba(72, 50, 39, 0.2);
            font-size: 0.9rem;
            font-weight: bold;
            line-height: 1.4;
            margin: 0; }
        .contents .qa .qa_block .a .box p {
          margin: 20px 15px;
          font-size: 0.9rem; }
      .contents .qa .qa_block .a p {
        margin: 5px 0 10px;
        font-weight: 300; }
  .contents #menu2 h2 {
    padding-top: 30px; }
    .contents #menu2 h2 img {
      width: auto;
      height: 30px; }
  .contents #menu2 p {
    margin: 0;
    padding: 0 5px 30px; }
  .contents #menu3 h2 {
    padding-top: 30px; }
    .contents #menu3 h2 img {
      display: block;
      width: auto;
      height: 48px;
      padding-bottom: 5px; }
    .contents #menu3 h2 .sub {
      display: block;
      height: 23px; }
  .contents #menu3 p {
    margin: 0 !important;
    padding: 10px 5px; }
  .contents .after {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box; }
    .contents .after .block {
      padding: 0 0 20px; }
      .contents .after .block p {
        padding: 5px 2px 15px;
        font-size: 0.9rem; }
      .contents .after .block img {
        display: block;
        width: 100%; }
      .contents .after .block .right p {
        margin-bottom: 0; }
    .contents .after h3 {
      margin: 30px 0 -10px !important;
      padding: 0 0 0 13px !important;
      color: #fff;
      /*background: -webkit-linear-gradient(90deg, #209f94, #05aedd);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;*/
      font-size: 1.4rem;
      font-weight: unset;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      /*-webkit-text-stroke: 1px #09738b;
      text-stroke: 1px #09738b;*/
      text-shadow: 0 0 2px #0a6176, 0 0 2px #0a6176, 0 0 5px #05aedd, 0 0 5px #05aedd, 0 0 5px #05aedd;
      filter: drop-shadow(0 0 2px 5px white); }
      .contents .after h3 img {
        width: auto !important;
        height: 35px;
        margin: 0 0 25px -10px; }
    .contents .after .null:before {
      content: "1";
      display: inline-block;
      position: relative;
      top: 0;
      left: -8px;
      width: 0.95rem;
      height: 0.95rem;
      background: -webkit-linear-gradient(135deg, #209f94, #05aedd);
      color: #fff;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 4px #fdfcfa, 0px 0px 4px #fdfcfa;
      /*-webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);*/ }
    .contents .after .no1:before {
      content: "1";
      font-size: 1.2rem;
      position: relative;
      top: -1px;
      left: -8px;
      width: 0.95rem;
      height: 0.95rem;
      background: -webkit-linear-gradient(135deg, #209f94, #05aedd);
      color: #fff;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 4px #fdfcfa, 0px 0px 4px #fdfcfa;
      padding: 4px 9px; }
    .contents .after .no2:before {
      content: "2";
      font-size: 1.2rem;
      position: relative;
      top: -1px;
      left: -8px;
      width: 0.95rem;
      height: 0.95rem;
      background: -webkit-linear-gradient(135deg, #209f94, #05aedd);
      color: #fff;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 4px #fdfcfa, 0px 0px 4px #fdfcfa;
      padding: 4px 9px; }
    .contents .after .no3:before {
      content: "3";
      font-size: 1.2rem;
      position: relative;
      top: -1px;
      left: -8px;
      width: 0.95rem;
      height: 0.95rem;
      background: -webkit-linear-gradient(135deg, #209f94, #05aedd);
      color: #fff;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 4px #fdfcfa, 0px 0px 4px #fdfcfa;
      padding: 4px 9px; }
    .contents .after .no4:before {
      content: "4";
      font-size: 1.2rem;
      position: relative;
      top: -1px;
      left: -8px;
      width: 0.95rem;
      height: 0.95rem;
      background: -webkit-linear-gradient(135deg, #209f94, #05aedd);
      color: #fff;
      box-sizing: border-box;
      box-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 4px #fdfcfa, 0px 0px 4px #fdfcfa;
      padding: 4px 9px; }
    .contents .after .block1 img {
      margin-top: -15px; }
    .contents .after .block2 p {
      margin-bottom: 10px; }
    .contents .after .block3 .right img {
      margin: -50px 0 -15px; }
    .contents .after .block3 .right p {
      padding-bottom: 0; }
    .contents .after .block4 p {
      padding-bottom: 0; }
    .contents .after .block4 img {
      margin-bottom: 10px; }
    .contents .after hr {
      margin: 20px 0;
      border-top: 2px dotted #a68d78;
      background: none; }
  .contents .chara-box {
    /*display: flex;?*/ }
    .contents .chara-box img {
      /*width: 50%;*/ }
  .contents .end {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0.9rem; }
    .contents .end .sign {
      text-align: right; }
    .contents .end h2 img {
      width: auto;
      height: 30px;
      margin: 10px 0 -5px -5px; }

footer {
  padding: 1.5rem;
  background: #000; }
  footer a {
    display: block;
    margin: 0 auto;
    width: 250px; }
    footer a img {
      max-width: 250px;
      width: 100%; }

#page-top {
  font-size: 77%;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px; }

#page-top a {
  display: block;
  width: 50px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: url(../img/common/arrow_top_sp.png) 50% 50% no-repeat;
  background-size: 100% auto; }

#page-top a:hover {
  transition: .5s;
  text-decoration: none;
  opacity: .8; }

.mfp-close {
  top: -44px;
  background: url(../../../img/btn_close.png) 50% 50% no-repeat !important;
  background-size: 90% auto !important;
  cursor: pointer !important; }

.table01 {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #cdc3b8;
  border: solid 1px #555; }

.table01 th {
  text-align: left;
  padding: 5px 10px;
  background: #cdc3b8;
  border: solid 1px #555; }

.table01 td {
  padding: 10px;
  background: #f3e9de;
  border: solid 1px #555;
  vertical-align: baseline; }
  .table01 td img {
    width: 100%; }

.table02 {
  border-collapse: collapse;
  border-spacing: 0; }

.table02 th {
  padding: 5px 10px; }

.stamp {
  display: block;
  border: 3px double #f00;
  border-radius: 50%;
  color: #f00;
  width: 25px;
  height: 25px;
  line-height: 30px;
  position: relative;
  margin: auto; }

.stamp span {
  display: inline-block;
  width: 100%;
  text-align: center; }

.stamp span:first-child::before {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  border-bottom: 1px solid #f00;
  line-height: 1;
  padding-bottom: 3px; }

.stamp span:first-child {
  line-height: 56px; }

.stamp span:last-child {
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  border-top: 1px solid #f00;
  padding-top: 2px;
  line-height: 1; }

.accordion1 {
  text-align: left;
  width: 100%;
  font-size: .8rem;
  margin: 30px auto; }
  .accordion1 .ac1 {
    position: relative;
    font-weight: bold;
    padding: 10px;
    background: #cdc3b8;
    border: solid 1px #555; }
    .accordion1 .ac1::after {
      display: block;
      content: "▼";
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 1.4rem; }
  .accordion1 .ac1.on::after {
    display: block;
    content: "▲";
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.4rem; }
  .accordion1 .inner {
    display: none;
    list-style: none;
    padding: 0 !important;
    margin: 0 auto;
    border: solid 1px #555; }
    .accordion1 .inner li {
      padding: 10px;
      background: #fff; }
      .accordion1 .inner li a {
        color: #000;
        text-decoration: none; }
      .accordion1 .inner li:hover {
        text-decoration: underline; }
    .accordion1 .inner li:nth-child(even) {
      background: #eaeaea; }

.username {
  text-align: center;
  font-weight: bold;
  background-color: #4E8AB2;
  color: #FFFFFF;
  padding: 3px 10px; }

.img_item {
  display: block;
  width: 40%;
  margin: 0 auto; }

.table_skill {
  font-size: 0.9rem; }
  .table_skill td {
    vertical-align: middle; }
  .table_skill .icons_skill {
    display: block;
    height: 40px;
    width: 40px !important;
    margin: 0 auto 5px;
    border-radius: 50%; }

ul {
  list-style: none;
  padding: 0; }

.list_name {
  text-align: center; }

.erea_name {
  box-sizing: border-box;
  padding: 10px;
  display: block;
  margin: 0 1% 7%;
  text-align: center;
  border-radius: 5px;
  border: 3px solid #f6f2ee;
  background: #e7e0dd;
  box-shadow: 0 0 0 3px #2d5283; }
  .erea_name .icon {
    display: block;
    margin: 20px auto 0;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%; }
  .erea_name .name {
    margin: 10px auto 20px;
    height: 22px;
    font-weight: bold;
    text-align: center; }
  .erea_name .title {
    text-align: center; }
  .erea_name .area_btn {
    text-align: center;
    padding: 0 1%; }
    .erea_name .area_btn img {
      width: 45%;
      margin: 0 1%; }
  .erea_name .thumb {
    width: 100%; }
  .erea_name .txt_camp {
    text-align: left; }
