@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/*reset*/
* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  color: #3e3939;
  margin: 0;
  padding: 0;
  font-family: "新丸ゴ R", "Shin Maru Go Regular", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
  overflow-x: hidden; }
  body.fontsize-l {
    font-size: 17px; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

input, select, textarea {
  font-size: 100%; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none; }

*:focus {
  outline: none; }

img[src$=".svg"] {
  width: 100%; }

hr {
  display: none; }

a {
  color: #3e3939;
  text-decoration: none;
  outline: none; }

table {
  border-collapse: collapse;
  width: 100%; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.pc {
  display: none; }

.sp {
  display: block; }

@media screen and (min-width: 769px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
/********************************************************************************
common
********************************************************************************/
.container {
  background: url(../images/common/back.png) repeat-x; }

.inner {
  margin: 0 auto;
  /*width: 935px;*/
  width: 1000px; }

@media screen and (max-width: 768px) {
  .inner {
    width: 90%; } }
p {
  line-height: 2.1; }
  @media screen and (max-width: 768px) {
    p {
      line-height: 1.8; } }

.text {
  margin-bottom: 10px; }

li {
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    li {
      line-height: 1.6; } }

.head-blue {
  color: #0056c8;
  font-family: "じゅん 501", "Jun 501";
  font-size: 30px;
  margin: 15px 0 28px;
  text-align: center; }
  .fontsize-l .head-blue {
    font-size: 34px; }
  .head-blue.kirakira {
    padding-top: 55px;
    position: relative; }
    .head-blue.kirakira::before {
      background: url(../images/common/kirakira.png) no-repeat;
      background-size: contain;
      content: "";
      height: 36px;
      margin: auto;
      width: 36px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
  .head-blue.small {
    font-size: 22px; }
    .fontsize-l .head-blue.small {
      font-size: 25px; }
  @media screen and (max-width: 768px) {
    .head-blue {
      font-size: 20px;
      margin: 18px 0 15px; }
      .head-blue.kirakira {
        padding-top: 40px; }
      .head-blue.small {
        font-size: 20px; }
        .fontsize-l .head-blue.small {
          font-size: 29.5px; } }

.single .head-blue {
  text-align: left; }

.head-line {
  font-family: "じゅん 501", "Jun 501";
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .head-line::before {
    content: "";
    width: 3px;
    position: absolute;
    transform: rotate(-20deg);
    bottom: 0;
    left: 14px; }
  .head-line::after {
    content: "";
    width: 3px;
    position: absolute;
    transform: rotate(20deg);
    bottom: 0;
    right: 14px; }
  .fontsize-l .head-line {
    font-size: 34px; }
  .head-line.orange {
    color: #f95400; }
    .head-line.orange::before {
      border-bottom: 80px solid #f95400; }
    .head-line.orange::after {
      border-bottom: 80px solid #f95400; }
  .head-line.blue {
    color: #22b5a4; }
    .head-line.blue::before {
      border-bottom: 80px solid #22b5a4; }
    .head-line.blue::after {
      border-bottom: 80px solid #22b5a4; }
  @media screen and (max-width: 768px) {
    .head-line {
      font-size: 25px;
      line-height: 1.5; }
      .head-line::before {
        left: 17px; }
      .head-line::after {
        right: 17px; }
      .head-line.orange::before {
        border-bottom: 100px solid #f95400; }
      .head-line.orange::after {
        border-bottom: 100px solid #f95400; }
      .head-line.blue::before {
        border-bottom: 100px solid #22b5a4; }
      .head-line.blue::after {
        border-bottom: 100px solid #22b5a4; } }

.table {
  margin-bottom: 32px; }
  .table th, .table td {
    border-bottom: 1px solid #3e3939;
    border-top: 1px solid #3e3939;
    padding: 12px 0; }
  .table th {
    background: #dcffff;
    border-right: 1px solid #3e3939;
    font-family: "じゅん 501", "Jun 501";
    font-size: 14px;
    padding-left: 12px;
    text-align: left;
    width: 95px; }
    .fontsize-l .table th {
      font-size: 16px; }
  .table td {
    /*padding-left: 17px;*/
    padding-left: 12px; }
  .table .guide-pdf {
    /*padding-left: 5px;*/
    padding-left: 0;
    text-align: center; }
    .table .guide-pdf a {
      color: #ff0000;
      position: relative;
      text-decoration: underline; }
    .table .guide-pdf img {
      /*margin-right: 5px;*/
      display: block;
      margin: auto; }
  .table .active {
    color: #ff0000; }
  .table.table-list {
    position: relative; }
    .table.table-list .txt-nowrap {
      white-space: nowrap; }
    .table.table-list tr:first-child th {
      background: #e2e2e2;
      font-size: 14px;
      /*padding-left: 0;*/
      padding: 4px 4px;
      text-align: center;
      /*width: inherit;*/ }
      .fontsize-l .table.table-list tr:first-child th {
        font-size: 16px; }
      .table.table-list tr:first-child th:last-child {
        border-right: none; }
    .table.table-list tr:nth-child(odd) td {
      background: #fffff0; }
    .table.table-list th {
      /*padding-right: 16px;*/
      white-space: nowrap;
      width: auto; }
    .table.table-list .place {
      width: 14%; }
    .table.table-list .category {
      text-align: center;
      width: 11%; }
    .table.table-list .schedule {
      /*width: 78px!important;*/
      width: 13%; }
    .table.table-list .days {
      width: 7%; }
    .table.table-list .guidance {
      width: 9%; }
    .table.table-list .reception {
      width: 10%; }
    .table.table-list td {
      background: #fff;
      border-right: 1px solid #3e3939; }
      .table.table-list td:last-child {
        border-right: none; }
  @media screen and (max-width: 768px) {
    .table th, .table td {
      padding: 3px 5px 5px; }
    .table th {
      font-size: 14px;
      text-align: center;
      width: inherit;
      white-space: nowrap; }
    .table td {
      font-size: 14px; }
    .table.table-list th {
      white-space: inherit;
      width: 1em; }
    .table.table-list tr:first-child th:first-child {
      padding-left: 5px; } }

.absolute-text {
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0%); }
  @media screen and (max-width: 768px) {
    .absolute-text {
      font-size: 13px; } }

.sticky .head-blue {
  margin-top: 2em !important; }
  @media screen and (max-width: 768px) {
    .sticky .head-blue {
      margin-top: 1em !important; } }

.scroll-txt {
  display: none; }
  @media screen and (max-width: 768px) {
    .scroll-txt {
      background: #fff;
      color: #921214;
      display: block;
      font-size: 15px;
      font-weight: bold;
      margin: .5em 0 .5em;
      padding: 0 0 5px;
      position: sticky;
      top: 0;
      z-index: 9; } }

.scroll-table {
  position: relative; }
  @media screen and (max-width: 768px) {
    .scroll-table {
      overflow: auto;
      white-space: nowrap; } }

/********************************************************************************
header
********************************************************************************/
header {
  min-width: 850px;
  padding: 15px; }
  header #logo {
    float: left; }
  header .info {
    float: right;
    text-align: right; }
    header .info .font-btn-list {
      font-size: 14px;
      margin-bottom: 12px;
      margin-left: auto;
      width: 191px; }
      .fontsize-l header .info .font-btn-list {
        font-size: 16px;
        width: 215px; }
      header .info .font-btn-list p {
        float: left;
        line-height: 1.3;
        margin-top: 2px; }
      header .info .font-btn-list ul {
        float: right; }
      header .info .font-btn-list .font-btn {
        background: #efefef;
        border: 1px solid #3e3939;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        line-height: 1.3;
        padding: 0 10px; }
        header .info .font-btn-list .font-btn.active {
          background: #22b5a4;
          color: #fff; }
    header .info .sub-menu {
      float: right; }
    header .info dl {
      float: left;
      margin-bottom: 5px; }
    header .info dt {
      background: #0056c8;
      border-radius: 20px;
      color: #fff;
      float: left;
      font-size: 14px;
      margin-bottom: 5px;
      margin-right: 5px;
      padding: 0 7px 1px; }
      .fontsize-l header .info dt {
        font-size: 16px; }
    header .info dd {
      line-height: 1;
      margin-top: 2px;
      margin-right: 10px;
      float: left; }
      header .info dd.tel {
        font-size: 15px;
        padding-left: 16px;
        position: relative; }
        .fontsize-l header .info dd.tel {
          font-size: 17.5px; }
        header .info dd.tel::before {
          background: url(../images/common/tel-icon.png) no-repeat;
          background-size: contain;
          content: "";
          height: 15px;
          position: absolute;
          left: 0;
          width: 12px; }
      header .info dd:nth-child(4) {
        margin-right: 0; }
    header .info .policy-list {
      clear: both; }
    header .info .policy-list li {
      display: inline-block;
      font-size: 14px;
      margin-left: 40px; }
      .fontsize-l header .info .policy-list li {
        font-size: 16px; }
      header .info .policy-list li:first-child {
        margin-left: 0px; }
      header .info .policy-list li a {
        padding-left: 13px;
        position: relative;
        text-decoration: underline;
        text-decoration-color: transparent;
        -webkit-text-decoration-color: transparent;
        transition: .3s; }
        header .info .policy-list li a::before {
          background: #22b5a4 url(../images/common/wh-arrow.png) no-repeat center/3px 6px;
          border-radius: 50%;
          content: "";
          height: 12px;
          margin: auto;
          position: absolute;
          bottom: 0;
          left: 0;
          top: 0;
          width: 12px; }
        header .info .policy-list li a:hover {
          text-decoration-color: #3e3939; }
  @media screen and (max-width: 768px) {
    header {
      margin: 15px auto;
      min-width: inherit;
      padding: 0;
      width: 90%; }
      header #logo {
        float: inherit;
        margin-bottom: 18px; }
      header .info {
        float: inherit;
        text-align: inherit; }
        header .info dt {
          font-size: 13px; }
        header .info dd.tel {
          font-size: 18px; }
          header .info dd.tel::before {
            height: 18px;
            width: 14px; } }

/********************************************************************************
nav
********************************************************************************/
nav {
  border-bottom: 1px solid #5f5f5f;
  border-top: 1px solid #5f5f5f; }
  nav ul {
    font-size: 0;
    margin: 0 auto;
    text-align: center;
    min-width: 908px; }
    @media (max-width: 768px) {
      nav ul {
        min-width: inherit; } }
  nav li {
    border-right: 1px solid #5f5f5f;
    display: inline-block;
    font-family: "じゅん 501", "Jun 501";
    font-size: 16px;
    position: relative;
    transition: .2s; }
    .fontsize-l nav li {
      font-size: 18px; }
    nav li a {
      display: block;
      padding: 40px 3rem 12px;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 1147px) {
        nav li a {
          padding: 40px 1.5rem 12px; } }
      nav li a::before {
        content: "";
        height: 31px;
        margin: auto;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        width: 31px; }
      nav li a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 3px;
        background: #3e3939;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .5s; }
      nav li a:hover::after {
        transform: scale(1, 1); }
      nav li a.active {
        background: #F7D296;
        border-bottom: 3px solid #3e3939;
        padding-top: 40px;
        padding-bottom: 9px; }
        nav li a.active:hover::after {
          transform: scale(0); }
    nav li:hover {
      background: #F7D296; }
    nav li.nav-home a {
      /*width: 110px;*/ }
      nav li.nav-home a::before {
        background: url(../images/common/nav-home.png) no-repeat;
        background-size: contain; }
    nav li.nav-rengoukai a {
      /*width: 292px;*/ }
      nav li.nav-rengoukai a::before {
        background: url(../images/common/nav-what.png) no-repeat;
        background-size: contain; }
    nav li.nav-center a {
      /*width: 216px;*/ }
      nav li.nav-center a::before {
        background: url(../images/common/nav-what.png) no-repeat;
        background-size: contain; }
    nav li.nav-join a {
      /*width: 169px;*/ }
      nav li.nav-join a::before {
        background: url(../images/common/nav-join.png) no-repeat;
        background-size: contain; }
    nav li.nav-request a {
      /*width: 180px;*/ }
      nav li.nav-request a::before {
        background: url(../images/common/nav-request.png) no-repeat;
        background-size: contain; }
    nav li.nav-guide {
      border-right: none; }
      nav li.nav-guide a {
        /*width: 218px;*/ }
        nav li.nav-guide a::before {
          background: url(../images/common/nav-guide.png) no-repeat;
          background-size: contain; }
  nav li.has-child ul {
    position: absolute;
    left: 0;
    top: 77px;
    z-index: 20;
    background: #22b5a4;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    min-width: inherit; }
    @media (max-width: 768px) {
      nav li.has-child ul {
        background: #e4e4e4;
        position: relative;
        top: auto;
        left: auto;
        visibility: inherit;
        opacity: 1; } }
  nav li.has-child:hover > ul,
  nav li.has-child ul li:hover > ul,
  nav li.has-child:active > ul,
  nav li.has-child ul li:active > ul {
    visibility: visible;
    opacity: 1; }
  nav li.has-child ul li {
    border-right: none; }
    nav li.has-child ul li:hover {
      background: none; }
  nav li.has-child ul li a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    padding: 10px 1rem 12px; }
    @media (max-width: 768px) {
      nav li.has-child ul li a {
        color: #3e3939;
        padding-left: 2.8rem; } }
    nav li.has-child ul li a::before, nav li.has-child ul li a::after {
      content: none; }
  nav li.has-child ul li:last-child > a {
    border-bottom: none; }
  nav li.has-child ul li a:hover,
  nav li.has-child ul li a:active {
    color: #3577CA; }
  @media screen and (max-width: 1200px) {
    nav {
      /*ul{
      	width: 1190px;
      	
      	li.nav-home a{
      		width: 50px;
      	}
      	
      	li.nav-rengoukai a{
      		width: 253px;
      	}
      	
      	li.nav-center a{
      		width: 170px;
      	}
      	
      	li.nav-join a{
      		width: 116px;
      	}
      	
      	li.nav-request a{
      		width: 130px;
      	}
      	
      	li.nav-guide a{
      		width: 176px;
      	}
      }*/ } }
  @media screen and (max-width: 768px) {
    nav {
      border: none; }
      nav p {
        border-bottom: 1px solid #5f5f5f;
        border-top: 1px solid #5f5f5f;
        cursor: pointer;
        padding: 21px 0;
        text-align: center;
        transition: .7s all; }
      nav .child {
        display: none; }
      nav ul {
        width: 90%; }
      nav li {
        border-bottom: 1px solid #5f5f5f;
        border-right: none;
        display: inherit;
        font-size: 14px; }
        nav li a {
          padding: 15px 0 15px 45px;
          text-align: left;
          width: inherit !important; }
          nav li a::before {
            margin: inherit;
            left: 0;
            height: 36px;
            width: 36px; }
          nav li a.active {
            border-bottom: none;
            padding: 15px 0 15px 45px; }
      nav .nav-half {
        width: 100%; }
        nav .nav-half li {
          float: left;
          width: 50%; }
          nav .nav-half li a {
            padding: 15px 0;
            text-align: center;
            width: 100% !important; } }

/********************************************************************************
side-nav
********************************************************************************/
.side-nav {
  float: left;
  margin-right: 25px;
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
  width: 272px; }
  @media screen and (max-width: 768px) {
    .side-nav {
      float: none;
      margin: 0 auto;
      position: relative; } }

.side-nav + .content {
  float: right; }

.content {
  /*float: right;*/
  margin: 0 auto;
  width: 680px; }
  @media screen and (max-width: 768px) {
    .content {
      position: relative;
      z-index: 9; } }

.guide .content,
.request .content,
.single .content {
  width: 780px; }
  @media screen and (max-width: 768px) {
    .guide .content,
    .request .content,
    .single .content {
      width: 95%; } }

.nav {
  font-size: 0;
  margin-bottom: 15px; }
  .nav li a {
    background: #ffe8db;
    border-left: 1px solid #3e3939;
    border-right: 1px solid #3e3939;
    border-top: 1px solid #3e3939;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    transition: .3s; }
    .fontsize-l .nav li a {
      font-size: 16px; }
    .nav li a::before {
      background: url(../images/common/arrow.png) no-repeat;
      background-size: contain;
      content: "";
      height: 10px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 10px;
      top: 0;
      width: 5px; }
    .nav li a:hover {
      text-decoration-color: #3e3939; }
  .nav li:nth-child(6) {
    display: inline-block; }
    .nav li:nth-child(6) a {
      display: inline-block;
      width: 134.5px; }
  .nav li:nth-child(7) {
    display: inline-block; }
    .nav li:nth-child(7) a {
      border-left: none;
      display: inline-block;
      width: 134.5px; }
  .nav li:last-child a {
    border-bottom: 1px solid #3e3939; }

.banner li {
  margin-bottom: 13px; }
  .banner li:last-child {
    margin-bottom: 0; }
.banner a {
  transition: .5s; }
  .banner a:hover {
    opacity: 0.7; }

@media screen and (max-width: 768px) {
  .content {
    float: inherit;
    width: 100%; }

  .banner {
    margin-top: 25px; } }
/********************************************************************************
footer
********************************************************************************/
.footer-nav {
  margin: 45px 0 55px; }
  .footer-nav .inner {
    width: 1060px; }
    @media screen and (max-width: 768px) {
      .footer-nav .inner {
        width: 80%; } }
  .footer-nav .character {
    float: left;
    margin-right: 46.5px;
    margin-top: 59px;
    width: 153px; }
  .footer-nav .info {
    float: left;
    margin-right: 46.5px;
    width: 415px; }
    .footer-nav .info h1 {
      font-size: 22px;
      margin-bottom: 13.5px; }
      .fontsize-l .footer-nav .info h1 {
        font-size: 25px; }
    .footer-nav .info p {
      line-height: 2.1; }
      .footer-nav .info p + p {
        margin-bottom: 8px; }
    .footer-nav .info dl {
      margin-bottom: 36px; }
      .footer-nav .info dl dt {
        background: #3e3939;
        border-radius: 20px;
        color: #fff;
        float: left;
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 8px;
        padding: 0 7px; }
        .fontsize-l .footer-nav .info dl dt {
          font-size: 16px; }
      .footer-nav .info dl dd {
        margin-bottom: 8px; }
    .footer-nav .info li {
      display: inline-block;
      margin-right: 40px; }
      .footer-nav .info li a {
        padding-left: 10px;
        position: relative;
        text-decoration: underline;
        text-decoration-color: transparent;
        -webkit-text-decoration-color: transparent;
        transition: .3s; }
        .footer-nav .info li a::before {
          background: url(../images/common/arrow.png) no-repeat;
          background-size: contain;
          content: "";
          height: 10px;
          margin: auto;
          position: absolute;
          bottom: 0;
          left: 0;
          top: 0;
          width: 5px; }
        .footer-nav .info li a:hover {
          text-decoration-color: #3e3939; }
  .footer-nav .map {
    float: left;
    width: 336px; }
  .footer-nav .map-link a {
    color: #0056c8;
    font-size: 14px;
    padding-left: 18px;
    position: relative;
    text-decoration: underline; }
    .footer-nav .map-link a::before {
      background: url(../images/common/triangle.png) no-repeat;
      background-size: contain;
      content: "";
      height: 10px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      width: 13px; }
    .fontsize-l .footer-nav .map-link a {
      font-size: 19px; }

.copyright {
  background: #22b5a4;
  padding: 30px 0; }
  .copyright p {
    color: #fff;
    font-family: "じゅん 201", "Jun 201";
    text-align: center; }

@media screen and (max-width: 768px) {
  .footer-nav {
    margin: 45px 0 25px; }
    .footer-nav .character, .footer-nav .info {
      float: inherit;
      width: 100%; }
    .footer-nav .character {
      margin-bottom: 25px;
      margin-top: 0;
      text-align: center; }
    .footer-nav .info h1 {
      font-size: 18px;
      margin-bottom: 10px; }
    .footer-nav .info p {
      line-height: 1.5;
      margin-bottom: 13px; }
      .footer-nav .info p + p {
        margin-bottom: 10px; }
    .footer-nav .info dl {
      margin-bottom: 0; }
      .footer-nav .info dl dt {
        margin-bottom: 10px;
        margin-right: 10px; }
      .footer-nav .info dl dd {
        margin-bottom: 10px; }
    .footer-nav .map-link a::before {
      height: 12px;
      width: 15px; }

  .copyright {
    padding: 20px 0; } }
/********************************************************************************
top
********************************************************************************/
#main {
  padding: 76px 0 38px; }
  #main .inner {
    background: url(../images/top/back_flower.png) no-repeat center 265px;
    position: relative;
    max-width: 1190px;
    width: 100%; }
  #main .box {
    margin-bottom: 115px; }
  #main .copy-box {
    font-family: "じゅん 501", "Jun 501";
    margin: 62px auto 0;
    position: relative;
    text-align: center;
    width: 520px;
    z-index: 10; }
    #main .copy-box h1 {
      color: #f95400;
      font-size: 45px;
      letter-spacing: 0.2em;
      line-height: 1.5;
      margin-bottom: 25px; }
      .fontsize-l #main .copy-box h1 {
        font-size: 47.5px; }
    #main .copy-box p {
      font-size: 15px;
      letter-spacing: 0.15em;
      line-height: 2.2; }
      .fontsize-l #main .copy-box p {
        font-size: 17px; }
    #main .copy-box .item1 {
      height: 57px;
      position: absolute;
      right: 100px;
      top: -35px;
      width: 57px; }
  #main .illust-box {
    position: absolute;
    z-index: 10; }
  #main .illust1 {
    top: -62px;
    left: 50%;
    margin: 38px 8px 0 -595px; }
  #main .illust2 {
    top: -59px;
    right: 50%;
    margin-right: -566px; }
  #main .fukidashi {
    position: absolute;
    z-index: -10; }
  #main .item2 {
    /*left: 132px;
    top: -65px;*/
    left: 46px;
    top: -28px;
    width: 132px;
    z-index: 0; }
  #main .item3 {
    right: -92px;
    top: 185px;
    width: 120.5px; }
  #main .item4 {
    left: -86px;
    top: 228px;
    width: 107px; }
  #main .item5 {
    right: 114px;
    top: -24px;
    width: 120.5px; }
  #main h2 {
    font-family: "じゅん 501", "Jun 501";
    font-size: 24px;
    position: relative;
    text-align: center;
    z-index: 10; }
    .fontsize-l #main h2 {
      font-size: 27px; }
    #main h2::before {
      background: url(../images/common/kirakira.png) no-repeat;
      background-size: contain;
      content: "";
      height: 116px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 116px;
      z-index: -10; }
  @media screen and (max-width: 768px) {
    #main {
      padding: 0 0 12px; }
      #main .inner {
        width: 90%; }
      #main .box {
        margin-bottom: 55px; }
      #main .copy-box,
      #main .illust1,
      #main .illust2 {
        position: relative; }
      #main .copy-box {
        margin: 30px 3px 0 0;
        width: inherit; }
        #main .copy-box h1 {
          font-size: 26px;
          margin-bottom: 5px; }
        #main .copy-box p {
          font-size: 14px;
          line-height: 1.7;
          margin-bottom: 10px; }
        #main .copy-box .item1 {
          height: 52px;
          right: 35px;
          top: -20px;
          width: 52px; }
      #main .illust1 {
        margin: 0 0 60px 0;
        left: inherit;
        top: inherit; }
        #main .illust1 .illust {
          margin-left: auto;
          width: 56%; }
      #main .illust2 {
        right: inherit;
        top: inherit;
        margin-right: 0; }
        #main .illust2 .illust {
          margin-right: auto;
          width: 53.5%; }
      #main .item2,
      #main .item2-sp {
        max-width: 235px;
        left: 0;
        top: 10px;
        width: 41%; }
      #main .item3,
      #main .item3-sp {
        max-width: 225px;
        left: 25px;
        right: inherit;
        bottom: -97px;
        top: inherit;
        width: 37.5%; }
      #main .item4,
      #main .item4-sp {
        max-width: 210px;
        bottom: 25px;
        left: inherit;
        right: 23px;
        top: inherit;
        width: 33%; }
      #main .item5,
      #main .item5-sp {
        max-width: 225px;
        right: 0;
        top: -45px;
        width: 37.5%; }
      #main h2 {
        font-size: 20px; } }

.job {
  margin-bottom: 53px; }
  .job .list {
    font-size: 0;
    margin-bottom: 45px; }
    .job .list li {
      display: inline-block;
      margin-left: 5px; }
      .job .list li:first-child {
        margin-left: 0; }
    .job .list p {
      font-size: 13px;
      text-align: center; }
      .fontsize-l .job .list p {
        font-size: 15px; }
  .job .btn {
    font-size: 0;
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .job .btn li {
      border-radius: 15px;
      width: 48%; }
      .job .btn li a {
        border: 3px solid #fff;
        border-radius: 15px;
        color: #fff;
        display: block;
        font-size: 21px;
        padding: 21px 0;
        position: relative;
        text-align: center; }
        .job .btn li a::before {
          background: #fff url(../images/common/arrow.png) no-repeat center/4px 8px;
          border-radius: 50%;
          content: "";
          height: 17px;
          margin: auto;
          position: absolute;
          bottom: 0;
          left: 17px;
          top: 0;
          width: 17px; }
        .fontsize-l .job .btn li a {
          font-size: 22px; }
      .job .btn li:first-child {
        border: 2px solid #00af3a; }
        .job .btn li:first-child a {
          background: #00af3a; }
      .job .btn li:nth-child(2) {
        border: 2px solid #ff6a0e; }
        .job .btn li:nth-child(2) a {
          background: #ff6a0e; }
      .job .btn li:last-child {
        border: 2px solid #0056c8;
        margin-top: .5rem;
        width: 60%; }
        @media (max-width: 768px) {
          .job .btn li:last-child {
            margin-top: 0;
            width: 100%; } }
        .job .btn li:last-child a {
          background: #0056c8; }

.house-management-btn,
.request-house-management-btn {
  /*border: 2px solid #0056c8;*/
  border-radius: 10px;
  display: inline-block;
  width: 100%; }
  .house-management-btn a,
  .request-house-management-btn a {
    /*background: #599FFF;*/
    border: 1px solid #333;
    border-radius: 10px;
    color: #333;
    display: block;
    font-size: 17px;
    padding: 9px 0;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .house-management-btn a,
      .request-house-management-btn a {
        padding: 10px 0; } }
    .house-management-btn a::before,
    .request-house-management-btn a::before {
      background: url(../images/common/arrow.png) no-repeat center/4px 8px;
      border-radius: 50%;
      border: 1px solid #999;
      content: "";
      height: 17px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 103px;
      top: 0;
      width: 17px; }
      @media screen and (max-width: 768px) {
        .house-management-btn a::before,
        .request-house-management-btn a::before {
          left: 4px; } }

.request-house-management-btn {
  margin-bottom: 53px; }
  @media screen and (max-width: 768px) {
    .request-house-management-btn {
      margin-bottom: 45px; } }

.news h3 {
  background: #22b5a4;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 2px 0 4px;
  text-align: center; }
  .fontsize-l .news h3 {
    font-size: 29px; }
.news .news-list {
  padding: 23px 0;
  position: relative; }
  .news .news-list::before {
    background: url(../images/common/border.png) repeat-x;
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .news .news-list::after {
    background: url(../images/common/border.png) repeat-x;
    content: "";
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .news .news-list ul {
    margin-bottom: 16px; }
  .news .news-list li {
    font-size: 14px;
    margin-bottom: 8px; }
    .fontsize-l .news .news-list li {
      font-size: 16px; }
  .news .news-list p {
    line-height: 1.6; }
  .news .news-list .date {
    float: left;
    position: relative;
    width: 124px; }
    .news .news-list .date span {
      color: #ff0000;
      position: absolute;
      right: 8px; }
  .news .news-list .title {
    float: right;
    width: 513px; }
    .news .news-list .title a {
      text-decoration: underline; }
  .news .news-list .past-btn {
    text-align: right; }
    .news .news-list .past-btn a {
      background: #0056c8;
      color: #fff;
      font-size: 11px;
      padding: 3px 18px 3px 34px;
      position: relative;
      text-align: right; }
      .news .news-list .past-btn a::before {
        background: url(../images/common/wh-arrow.png) no-repeat;
        background-size: contain;
        content: "";
        height: 10px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 10px;
        top: 0;
        width: 6px; }
      .fontsize-l .news .news-list .past-btn a {
        font-size: 13px; }

@media screen and (max-width: 768px) {
  .job {
    margin-bottom: 20px; }
    .job .list {
      margin-bottom: 25px; }
      .job .list p {
        font-size: 13px; }
      .job .list li {
        width: 25%;
        margin-left: 0; }
        .job .list li:nth-child(5) {
          /*margin-left: 12%;*/
          margin-left: 12%; }
    .job .btn {
      margin-bottom: 0; }
    .job .btn li {
      margin-bottom: 10px;
      width: 100%; }
      .job .btn li a {
        font-size: 18px;
        padding: 15px 0; }
      .job .btn li:first-child {
        margin-right: 0; }

  .news h3 {
    font-size: 21px; }
  .news .news-list {
    margin-bottom: 25px; }
    .news .news-list li {
      font-size: 14px; }
    .news .news-list .title {
      width: 100%; }
    .news .news-list .date {
      margin-bottom: -5px;
      width: 100%; }
      .news .news-list .date span {
        margin-left: 10px;
        position: inherit;
        right: 0; }
    .news .news-list .past-btn {
      text-align: center; }
      .news .news-list .past-btn a {
        font-size: 13px;
        padding: 3px 20px 4px 40px; }
        .news .news-list .past-btn a::before {
          height: 12px;
          width: 7px; } }
/********************************************************************************
rengoukai
********************************************************************************/
.rengoukai {
  padding-top: 42.5px; }
  .rengoukai.container {
    background-size: contain; }
  .rengoukai #about {
    margin-bottom: 98px; }
    .rengoukai #about p {
      font-family: "じゅん 501", "Jun 501";
      font-size: 16px;
      margin-bottom: 64px; }
      .fontsize-l .rengoukai #about p {
        font-size: 18px; }
    .rengoukai #about ul {
      max-width: 450px;
      width: 100%;
      margin: auto; }
    .rengoukai #about li {
      font-size: 16px;
      padding-left: 16px;
      position: relative; }
      .fontsize-l .rengoukai #about li {
        font-size: 18px; }
      .rengoukai #about li::before {
        content: "●";
        position: absolute;
        left: 0; }
      .rengoukai #about li:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .rengoukai {
      padding-top: 10px; }
      .rengoukai #about {
        margin-bottom: 24px; }
        .rengoukai #about p {
          font-size: 15px;
          margin-bottom: 35px; }
        .rengoukai #about li {
          margin-bottom: .25rem; } }

.youtube-list {
  width: 100%;
  /*&:after{
      display: block;
  clear: both;
  content: "";
  }*/ }
  .youtube-list li {
    margin: 0 0 12px;
    position: relative;
    width: 100%; }
    .youtube-list li .movie-title {
      border-left: 5px solid #22b5a4;
      font-size: 14px;
      margin-bottom: .25em;
      padding-left: 8px; }
    .youtube-list li iframe {
      height: auto;
      width: 100%; }

/********************************************************************************
center
********************************************************************************/
.center {
  margin-bottom: 110px;
  padding-top: 42.5px; }
  .center.container {
    background-position: center; }
  .center #about {
    padding: 93px 0 110px;
    position: relative; }
    .center #about .head-blue.kirakira {
      padding-top: 43px; }
    .center #about p {
      font-family: "じゅん 501", "Jun 501";
      font-size: 15px;
      max-width: 420px;
      margin: auto; }
      @media (max-width: 768px) {
        .center #about p {
          width: 100%; } }
      .fontsize-l .center #about p {
        font-size: 17.5px; }
    .center #about .illust1 {
      height: 123px;
      position: absolute;
      top: -21px;
      right: 230px;
      width: 98px; }
    .center #about .illust2 {
      height: 123px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0;
      width: 80px; }
    .center #about .illust3 {
      height: 123px;
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80px; }
  .center #shikumi {
    position: relative; }
    .center #shikumi .illust4 {
      height: 123px;
      position: absolute;
      top: -90px;
      right: 200px;
      width: 100px; }
    .center #shikumi h2 + p {
      font-size: 14px;
      margin-bottom: 2rem; }
      .fontsize-l .center #shikumi h2 + p {
        font-size: 16px; }
    .center #shikumi h3 {
      font-family: "じゅん 501", "Jun 501";
      font-size: 24px;
      margin-bottom: 25px;
      text-align: center; }
      .fontsize-l .center #shikumi h3 {
        font-size: 27px; }
    .center #shikumi .image {
      margin-bottom: 55px;
      /**/
      position: relative; }
      .center #shikumi .image .illust5 {
        height: 123px;
        position: absolute;
        top: -123px;
        left: 140px;
        width: 90px; }
      .center #shikumi .image .illust6 {
        height: 123px;
        position: absolute;
        bottom: -21px;
        left: 38px;
        width: 92px; }
      .center #shikumi .image .illust7 {
        height: 123px;
        position: absolute;
        bottom: 123px;
        right: 90px;
        width: 78px; }
    .center #shikumi .note {
      color: #ff0000;
      line-height: 1.7;
      margin-bottom: 50px; }
    .center #shikumi table th, .center #shikumi table td {
      border-bottom: 1px solid #3e3939;
      border-top: 1px solid #3e3939;
      font-size: 15px; }
      .fontsize-l .center #shikumi table th, .fontsize-l .center #shikumi table td {
        font-size: 17.5px; }
    .center #shikumi table th {
      background: #dcffff;
      border-right: 1px solid #3e3939;
      padding: 13px 0 13px 24px;
      text-align: left; }
    .center #shikumi table td {
      padding-left: 50px; }
    .center #shikumi #inin-haken {
      margin-bottom: 62px; }
      @media (max-width: 768px) {
        .center #shikumi #inin-haken {
          margin-bottom: 45px; } }
      .center #shikumi #inin-haken ul {
        display: flex;
        justify-content: space-between; }
        @media (max-width: 768px) {
          .center #shikumi #inin-haken ul {
            display: inherit; } }
        .center #shikumi #inin-haken ul li {
          border: 1px solid #22b5a4;
          background: #fff;
          width: 48%; }
          @media (max-width: 768px) {
            .center #shikumi #inin-haken ul li {
              width: 100%; } }
          @media (max-width: 768px) {
            .center #shikumi #inin-haken ul li + li {
              margin-top: 1rem; } }
      .center #shikumi #inin-haken .head {
        background: #22b5a4;
        color: #fff;
        font-size: 24px;
        padding: .5rem 0;
        text-align: center; }
        @media (max-width: 768px) {
          .center #shikumi #inin-haken .head {
            font-size: 18px; } }
        .fontsize-l .center #shikumi #inin-haken .head {
          font-size: 26px; }
          @media (max-width: 768px) {
            .fontsize-l .center #shikumi #inin-haken .head {
              font-size: 20px; } }
      .center #shikumi #inin-haken img {
        padding: .5rem;
        width: calc(100% - 1rem); }
  .center .job {
    margin-top: 3rem; }
  @media screen and (max-width: 768px) {
    .center {
      margin-bottom: 0;
      padding-top: 10px; }
      .center #about {
        padding: 70px 0 130px; }
        .center #about .head-blue.kirakira {
          padding-top: 40px; }
        .center #about p {
          font-size: 15px; }
        .center #about .illust1 {
          height: 145px;
          right: 0;
          width: 115px; }
        .center #about .illust2 {
          height: 145px;
          bottom: inherit;
          top: -25px;
          width: 100px; }
        .center #about .illust3 {
          height: 145px;
          bottom: -17px;
          width: 100px; }
      .center #shikumi h2 + p {
        margin-bottom: 1rem; }
      .center #shikumi h3 {
        font-size: 21px;
        margin-bottom: 30px; }
      .center #shikumi .illust4 {
        height: 145px;
        left: 0;
        top: -150px;
        width: 119px; }
      .center #shikumi .image .illust5 {
        height: 145px;
        top: -155px;
        left: 0;
        width: 107px; }
      .center #shikumi table th, .center #shikumi table td {
        font-size: 14px;
        padding: 10px 5px; } }

/********************************************************************************
join
********************************************************************************/
.join {
  padding-top: 42.5px; }
  .join .head-blue {
    margin: 15px 0 17px; }
  .join #about {
    margin-bottom: 42px; }
    .join #about p {
      font-family: "じゅん 501", "Jun 501";
      font-size: 15px;
      margin: 0 auto 42px;
      max-width: 500px; }
      .fontsize-l .join #about p {
        font-size: 17.5px; }
    .join #about ul {
      padding: .5rem; }
    .join #about li {
      font-size: 16px;
      margin-bottom: .25rem;
      padding: 0 0 0 42px;
      position: relative; }
      .fontsize-l .join #about li {
        font-size: 18px; }
      .join #about li::before {
        content: "●";
        position: absolute;
        left: 20px; }
  .join #nyuukai {
    margin-bottom: 62px; }
    @media (max-width: 768px) {
      .join #nyuukai {
        margin-bottom: 45px; } }
    .join #nyuukai li {
      background: #f95400;
      border-radius: 20px;
      color: #fff;
      font-size: 16px;
      margin-bottom: 18px;
      padding: 0 0 2px 72px;
      position: relative; }
      @media (max-width: 768px) {
        .join #nyuukai li {
          padding-left: 20px; } }
      .fontsize-l .join #nyuukai li {
        font-size: 18px; }
      .join #nyuukai li::before {
        content: "●";
        position: absolute;
        left: 50px; }
        @media (max-width: 768px) {
          .join #nyuukai li::before {
            left: 4px; } }
  .join #job,
  .join #flow {
    margin-bottom: 53px; }
    .join #job dl,
    .join #flow dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .join #job dt, .join #flow dt {
      background: #22b5a4;
      border-radius: 15px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "じゅん 501", "Jun 501";
      font-size: 17px;
      padding: 14px 0;
      text-align: center;
      width: 30%; }
      .fontsize-l .join #job dt,
      .fontsize-l .join #flow dt {
        font-size: 22px; }
      .join #job dt:last-child, .join #flow dt:last-child {
        margin-bottom: 0; }
    .join #job dd, .join #flow dd {
      background: #f1f9da;
      font-size: 14px;
      padding: 15px 13px;
      position: relative;
      width: 65%; }
      .join #job dd strong,
      .join #flow dd strong {
        color: #0056c8;
        font-size: 20px; }
      .fontsize-l .join #job dd,
      .fontsize-l .join #flow dd {
        font-size: 16px; }
      .join #job dd::before, .join #flow dd::before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat;
        background-size: contain;
        height: 19px;
        width: 28px;
        position: absolute;
        bottom: -32px;
        left: 31%;
        transform: translate(-80%, 0); }
        @media (max-width: 768px) {
          .join #job dd::before, .join #flow dd::before {
            left: 50%;
            transform: translate(-50%, 0); } }
      .join #job dd a, .join #flow dd a {
        color: #0056c8;
        text-decoration: underline; }
      .join #job dd:last-child, .join #flow dd:last-child {
        margin-bottom: 0; }
        .join #job dd:last-child::before, .join #flow dd:last-child::before {
          content: none; }
    .join #job dt, .join #job dd,
    .join #flow dt,
    .join #flow dd {
      margin-bottom: 3rem; }
    .join #job .rhombus-list li,
    .join #flow .rhombus-list li {
      text-indent: -1rem;
      padding-left: 1rem; }
      .join #job .rhombus-list li::before,
      .join #flow .rhombus-list li::before {
        content: "\025c6"; }
  .join #kaiinn {
    margin-bottom: 53px; }
    .join #kaiinn ol li {
      padding-left: 1.3em;
      text-indent: -1.3em; }
  @media screen and (max-width: 768px) {
    .join #job,
    .join #flow {
      margin-bottom: 45px; }
      .join #job dt, .join #job dd,
      .join #flow dt,
      .join #flow dd {
        float: inherit;
        padding: 6px 5% 7px;
        width: 90%; }
      .join #job dt,
      .join #flow dt {
        font-size: 17px;
        margin-bottom: 5px; }
      .join #job dd,
      .join #flow dd {
        font-size: 14px;
        margin-bottom: 3rem; } }
  .join #field {
    margin: 0 auto 50px;
    /*width: 90%;*/ }
    @media (max-width: 768px) {
      .join #field {
        width: 90%; } }
    .join #field li {
      float: left;
      margin-bottom: 20px;
      width: 280px; }
      .join #field li:nth-child(odd) {
        margin-right: 75px; }
      .join #field li:nth-child(7) {
        margin-right: 50px; }
      .join #field li.desc {
        margin-top: 13px;
        width: 306px; }
    .join #field h3 {
      background: #22b5a4;
      border-radius: 30px;
      color: #fff;
      font-family: "じゅん 501", "Jun 501";
      font-size: 21px;
      padding-bottom: 3px;
      margin-bottom: 13px;
      text-align: center; }
      .fontsize-l .join #field h3 {
        font-size: 24px; }
    .join #field p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0 auto 10px;
      width: 85%; }
      .fontsize-l .join #field p {
        font-size: 16px; }
    .join #field .image {
      text-align: center; }
  .join #voice {
    margin-bottom: 65px;
    padding: 34px 34px 5px;
    position: relative; }
    .join #voice::before {
      background: url(../images/join/border.png) repeat-x;
      content: "";
      height: 8px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .join #voice::after {
      background: url(../images/join/border.png) repeat-x;
      content: "";
      height: 8px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .join #voice h2 {
      color: #ff6c9a;
      font-family: "じゅん 501", "Jun 501";
      font-size: 26px;
      display: block;
      letter-spacing: 0.41em;
      margin: 0 auto 34px;
      position: relative;
      width: 291px; }
      .join #voice h2::before {
        background-image: linear-gradient(to left, #ff92c4 3px, transparent 0), linear-gradient(to bottom, #ff92c4 3px, transparent 0);
        background-size: 1.387em 1.3em;
        background-position: top right;
        content: "";
        height: 100%;
        position: absolute;
        left: -6px;
        width: 100%; }
      .fontsize-l .join #voice h2 {
        font-size: 30px;
        width: 336px; }
        .fontsize-l .join #voice h2::before {
          background-size: 1.389em 1.31em; }
    .join #voice p {
      font-size: 15px;
      margin-bottom: 30px; }
      .fontsize-l .join #voice p {
        font-size: 17.5px; }
  .join #info {
    margin-bottom: 55px; }
    .join #info p {
      font-family: "じゅん 501", "Jun 501";
      font-size: 17px;
      text-align: center; }
      .fontsize-l .join #info p {
        font-size: 20px; }
  .join #center-list {
    margin-bottom: 50px; }
    .join #center-list li p {
      display: inline-block; }
      .join #center-list li p.name {
        margin: 0 80px 0 55px;
        width: 327px;
        white-space: nowrap; }
    .join #center-list li:nth-child(even) {
      background: #fffff0; }
  .join #other li {
    background: #fffff0;
    text-align: center; }
  .join .list {
    font-size: 0; }
    .join .list li {
      border-bottom: 1px solid #d8d7d7;
      box-sizing: border-box;
      font-family: "じゅん 501", "Jun 501";
      font-size: 15px;
      padding: 0 0 4px; }
      .join .list li a {
        text-decoration: underline; }
      .fontsize-l .join .list li {
        font-size: 17.5px; }
      .join .list li:first-child {
        border-top: 1px solid #d8d7d7; }
  @media screen and (max-width: 768px) {
    .join {
      padding-top: 10px; }
      .join #about {
        margin-bottom: 45px; }
        .join #about p {
          font-size: 15px;
          margin-bottom: 30px; }
        .join #about li {
          font-size: 16px;
          padding: 0 15px 0 31px; }
          .join #about li::before {
            left: 15px; }
      .join #field {
        margin-bottom: 45px; }
        .join #field h3 {
          margin-bottom: 8px; }
        .join #field p {
          font-size: 15px; }
        .join #field li {
          float: inherit;
          margin-bottom: 25px;
          width: 100%; }
          .join #field li:nth-child(odd) {
            margin-right: 0; }
          .join #field li.desc {
            margin: auto;
            max-width: 400px;
            width: 100%; }
        .join #field .image {
          margin: auto;
          text-align: center;
          width: 90%; }
      .join #voice {
        margin-bottom: 45px;
        padding: 35px 0 5px; }
        .join #voice h2 {
          font-size: 28px;
          margin: 0 auto 30px;
          width: 314px; }
          .join #voice h2::before {
            background-size: 1.388em 1.3em; }
        .join #voice p {
          font-size: 15px;
          margin-bottom: 25px; }
      .join #info {
        margin-bottom: 45px; }
        .join #info p {
          font-size: 17px; }
      .join #center-list {
        margin-bottom: 37px; }
        .join #center-list li p {
          display: block; }
          .join #center-list li p.name {
            margin: 0;
            width: 100%;
            white-space: inherit; }
      .join .list li {
        padding: 2px 0; } }

/********************************************************************************
request
********************************************************************************/
.request {
  margin-bottom: 110px;
  padding-top: 42.5px; }
  .request #request p {
    font-family: "じゅん 501", "Jun 501";
    font-size: 15px;
    text-align: center; }
    .fontsize-l .request #request p {
      font-size: 17.5px; }
  .request #flow {
    margin-bottom: 62px; }
    @media (max-width: 768px) {
      .request #flow {
        margin-bottom: 24px; } }
    .request #flow dl {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .request #flow dt {
      background: #22b5a4;
      border-radius: 15px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "じゅん 501", "Jun 501";
      font-size: 17px;
      padding: 14px 0;
      text-align: center;
      width: 30%; }
      .fontsize-l .request #flow dt {
        font-size: 22px; }
      .request #flow dt:last-child {
        margin-bottom: 0;
        background: #ccc; }
    .request #flow dd {
      background: #f1f9da;
      font-size: 14px;
      padding: 15px 13px;
      position: relative;
      width: 65%; }
      .request #flow dd strong {
        color: #0056c8;
        font-size: 20px; }
      .fontsize-l .request #flow dd {
        font-size: 16px; }
      .request #flow dd::before {
        content: "";
        background: url(../images/common/arrow.svg) no-repeat;
        background-size: contain;
        height: 19px;
        width: 28px;
        position: absolute;
        bottom: -32px;
        left: 31%;
        transform: translate(-80%, 0); }
        @media (max-width: 768px) {
          .request #flow dd::before {
            left: 50%;
            transform: translate(-50%, 0); } }
      .request #flow dd a {
        color: #0056c8;
        text-decoration: underline; }
      .request #flow dd:last-child {
        margin-bottom: 0; }
        .request #flow dd:last-child::before {
          content: none; }
    .request #flow dt, .request #flow dd {
      margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .request #flow dt, .request #flow dd {
        float: inherit;
        padding: 6px 5% 7px;
        width: 90%; }
      .request #flow dt {
        font-size: 17px;
        margin-bottom: 5px; }
      .request #flow dd {
        font-size: 14px;
        margin-bottom: 3rem; } }
  .request #job {
    margin-bottom: 53px; }
    .request #job dt {
      background: #22b5a4;
      color: #fff;
      float: left;
      font-family: "じゅん 501", "Jun 501";
      font-size: 17px;
      margin: 0 11px 13px 0;
      padding: 14px 0;
      text-align: center;
      width: 248px; }
      .fontsize-l .request #job dt {
        font-size: 20px; }
      .request #job dt.line2 {
        padding: 24.5px 0; }
    .request #job dd {
      background: #f1f9da;
      float: left;
      font-size: 14px;
      margin-bottom: 14px;
      padding: 15px 13px;
      width: 460px; }
      .fontsize-l .request #job dd {
        font-size: 16px; }
  .request #note {
    /*&::before{
    	background: #f5f5f5;
    	content: "";
    	height: 625px;
    	min-width: 5000px;
    	position: absolute;
    	width: 100%;
    	left: -2000px;
    	z-index: -1;
    }*/ }
    .request #note a {
      color: #0056c8;
      text-decoration: underline; }
    .fontsize-l .request #note::before {
      height: 730px; }
    .request #note ul {
      padding-top: 65px; }
    .request #note li {
      font-size: 15px;
      margin-bottom: 1rem;
      padding-left: 21px;
      position: relative; }
      .fontsize-l .request #note li {
        font-size: 17.5px; }
      .request #note li::before {
        background: url(../images/request/triangle.png) no-repeat;
        background-size: contain;
        content: "";
        height: 13.5px;
        position: absolute;
        left: 0;
        top: 7px;
        width: 13px; }
    .request #note .pdf-link {
      padding: 20px 0 42px; }
      @media (max-width: 768px) {
        .request #note .pdf-link {
          padding-bottom: 24px; } }
      .request #note .pdf-link li {
        display: inline;
        padding-left: 26px; }
        @media screen and (max-width: 768px) {
          .request #note .pdf-link li {
            display: inline-block; } }
        .request #note .pdf-link li::before {
          content: "";
          background: url(../images/common/pdf-icon.png);
          background-size: contain;
          height: 22px;
          position: absolute;
          left: 0;
          top: 0px;
          width: 20px; }
        .request #note .pdf-link li:first-child {
          margin-right: 1em;
          margin-bottom: 16px; }
        .request #note .pdf-link li:last-child {
          margin-bottom: 0; }
    .request #note p {
      color: #ff0000;
      font-size: 15px;
      padding-bottom: 65px; }
      .fontsize-l .request #note p {
        font-size: 17.5px; }
  .request #field {
    margin: 0 auto 50px;
    max-width: 640px;
    width: 90%; }
    .request #field li {
      float: left;
      margin-bottom: 20px;
      width: 280px; }
      .request #field li:nth-child(odd) {
        margin-right: 75px; }
      .request #field li:nth-child(7) {
        margin-right: 50px; }
      .request #field li.desc {
        margin-top: 13px;
        width: 306px; }
    .request #field h3 {
      background: #22b5a4;
      border-radius: 30px;
      color: #fff;
      font-family: "じゅん 501", "Jun 501";
      font-size: 21px;
      padding-bottom: 3px;
      margin-bottom: 13px;
      text-align: center; }
      .fontsize-l .request #field h3 {
        font-size: 24px; }
    .request #field p {
      font-size: 14px;
      line-height: 1.6;
      margin: 0 auto 10px;
      width: 85%; }
      .fontsize-l .request #field p {
        font-size: 16px; }
    .request #field .image {
      text-align: center; }
  .request #inin-haken {
    margin-bottom: 62px; }
    @media (max-width: 768px) {
      .request #inin-haken {
        margin-bottom: 45px; } }
    .request #inin-haken ul {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .request #inin-haken ul {
          display: inherit; } }
      .request #inin-haken ul li {
        border: 1px solid #22b5a4;
        width: 48%; }
        @media (max-width: 768px) {
          .request #inin-haken ul li {
            width: 100%; } }
        @media (max-width: 768px) {
          .request #inin-haken ul li + li {
            margin-top: 1rem; } }
    .request #inin-haken .head {
      background: #22b5a4;
      color: #fff;
      font-size: 24px;
      padding: .5rem 0;
      text-align: center; }
      @media (max-width: 768px) {
        .request #inin-haken .head {
          font-size: 18px; } }
      .fontsize-l .request #inin-haken .head {
        font-size: 26px; }
        @media (max-width: 768px) {
          .fontsize-l .request #inin-haken .head {
            font-size: 20px; } }
    .request #inin-haken img {
      padding: .5rem;
      width: calc(100% - 1rem); }
    .request #inin-haken .sup {
      color: #0056c8;
      padding: 0 1rem;
      line-height: 160%;
      text-align: center; }
      .fontsize-l .request #inin-haken .sup {
        font-size: 16px; }
    .request #inin-haken .desc {
      line-height: 140%;
      margin-top: 1rem;
      padding: 0 1rem .5rem; }
      .fontsize-l .request #inin-haken .desc {
        font-size: 16px; }
  @media screen and (max-width: 768px) {
    .request {
      margin-bottom: 0;
      padding-top: 10px; }
      .request #request {
        margin-bottom: 45px; }
        .request #request p {
          font-size: 15px; }
      .request #job {
        margin-bottom: 45px; }
        .request #job dt, .request #job dd {
          float: inherit;
          padding: 6px 5% 7px;
          width: 90%; }
        .request #job dt {
          font-size: 17px;
          margin-bottom: 5px; }
          .request #job dt.line2 {
            padding: 6px 5% 7px; }
        .request #job dd {
          font-size: 14px;
          margin-bottom: 17px; }
      .request #field {
        margin-bottom: 45px; }
        .request #field h3 {
          margin-bottom: 8px; }
        .request #field p {
          font-size: 15px; }
        .request #field li {
          float: inherit;
          margin-bottom: 25px;
          width: 100%; }
          .request #field li:nth-child(odd) {
            margin-right: 0; }
          .request #field li.desc {
            margin: auto;
            max-width: 400px;
            width: 100%; }
        .request #field .image {
          margin: auto;
          text-align: center;
          width: 90%; }
      .request #note::before {
        content: none; }
      .request #note ul {
        padding-top: 0px; }
      .request #note li {
        font-size: 15px;
        margin-bottom: 25px; }
        .request #note li::before {
          top: 5px; }
      .request #note p {
        font-size: 15px;
        padding-bottom: 45px; } }

/********************************************************************************
guide
********************************************************************************/
.guide {
  margin-bottom: 180px;
  padding-top: 42.5px; }
  .guide .btn-download {
    margin-bottom: 21px;
    text-align: center; }
    .guide .btn-download a {
      background: #00af3a;
      border-radius: 15px;
      color: #fff;
      display: inline-block;
      padding: 5px 25px 10px 50px;
      position: relative;
      text-align: center; }
      .guide .btn-download a span {
        font-size: 20px; }
        .fontsize-l .guide .btn-download a span {
          font-size: 22px; }
      .guide .btn-download a::before {
        background: #fff url(../images/common/arrow.png) no-repeat center/4px 8px;
        border-radius: 50%;
        content: "";
        height: 17px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 17px;
        top: 0;
        width: 17px; }
  .guide #about {
    margin-bottom: 80px; }
    .guide #about h3 {
      font-family: "じゅん 501", "Jun 501";
      font-size: 22px;
      margin-bottom: 15px; }
      .fontsize-l .guide #about h3 {
        font-size: 25px; }
    .guide #about h3 + p {
      font-size: 15px; }
      .fontsize-l .guide #about h3 + p {
        font-size: 17.5px; }
    .guide #about .pdf p {
      font-size: 10px;
      text-decoration: underline; }
      .fontsize-l .guide #about .pdf p {
        font-size: 10.5px; }
  .guide #guide1 {
    margin-bottom: 80px; }
    .guide #guide1 a {
      color: #0056c8;
      text-decoration: underline; }
    .guide #guide1 .head-blue {
      margin: 0; }
      .guide #guide1 .head-blue + p {
        text-align: center; }
  .guide #guide2 {
    margin-bottom: 62px; }
    .guide #guide2 .head-blue {
      margin: 0; }
      .guide #guide2 .head-blue + p {
        text-align: center; }
    .guide #guide2 table p {
      line-height: 160%; }
  .guide #guide3 {
    margin-bottom: 72px; }
    .guide #guide3 .head-blue {
      margin: 0; }
      .guide #guide3 .head-blue + p {
        text-align: center; }
  .guide .seminar-wrapper {
    border-bottom: 1px dotted #ccc;
    padding: 0 0 32px;
    margin: 32px 0 0; }
    .guide .seminar-wrapper .seminar-title {
      font-family: "じゅん 501", "Jun 501";
      font-size: 22px;
      margin-bottom: 13px; }
      @media screen and (max-width: 768px) {
        .guide .seminar-wrapper .seminar-title {
          font-size: 18px; } }
  .guide .request-box {
    border-top: 1px solid #9f9d9d;
    padding-top: 15px; }
    .guide .request-box h2 {
      font-family: "じゅん 501", "Jun 501";
      font-size: 22px;
      margin-bottom: 13px; }
      .fontsize-l .guide .request-box h2 {
        font-size: 25px; }
    .guide .request-box dt, .guide .request-box dd {
      float: left; }
  @media screen and (max-width: 768px) {
    .guide {
      margin-bottom: 0;
      padding-top: 10px; }
      .guide #about {
        margin-bottom: 55px; }
        .guide #about h3 {
          font-size: 18px;
          margin-bottom: 3px;
          text-align: center; }
          .guide #about h3 + p {
            font-size: 14px; }
      .guide #guide1, .guide #guide2, .guide #guide3 {
        margin-bottom: 55px; }
      .guide .btn-download a span {
        font-size: 18px; }
      .guide .request-box h2 {
        font-size: 21px; } }

.seminar-application-btn {
  /*display: none;*/
  margin: 21px 0;
  text-align: center; }
  .seminar-application-btn a {
    background: #00af3a;
    border-radius: 10px;
    color: #fff !important;
    display: inline-block;
    padding: 5px 16px 5px 40px;
    position: relative;
    text-align: center;
    text-decoration: none !important; }
    .seminar-application-btn a span {
      font-size: 18px; }
      .fontsize-l .seminar-application-btn a span {
        font-size: 18px; }
    .seminar-application-btn a::before {
      background: #fff url(../images/common/arrow.png) no-repeat center/4px 8px;
      border-radius: 50%;
      content: "";
      height: 17px;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 17px;
      top: 0;
      width: 17px; }

.application-btn {
  /*display: none;*/ }
  .application-btn a {
    background: #00af3a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 0px 4px;
    position: relative;
    text-align: center; }

/********************************************************************************
privacy
********************************************************************************/
.privacy {
  padding-top: 42.5px; }
  .privacy #privacy,
  .privacy #basic-policy {
    margin-bottom: 60px; }
  .privacy .head-border {
    border-bottom: 1px dashed #3e3939;
    font-family: "じゅん 501", "Jun 501";
    font-size: 22px;
    margin: 42px 0 21px;
    padding-bottom: 13px;
    text-align: center; }
    .fontsize-l .privacy .head-border {
      font-size: 25px; }
  .privacy .orange-list li {
    color: #fc6400;
    padding-left: 15px;
    position: relative; }
    .privacy .orange-list li::before {
      content: "◎";
      position: absolute;
      left: 0; }
  .privacy .contact-box {
    background: #ecebeb;
    margin-top: 35px;
    padding: 20px 25px; }
    .privacy .contact-box h4 {
      font-family: "じゅん 501", "Jun 501";
      font-size: 22px;
      margin-bottom: 15px; }
      .fontsize-l .privacy .contact-box h4 {
        font-size: 25px; }
    .privacy .contact-box p {
      line-height: 1.8; }
  .privacy #sitemap ul {
    margin: auto;
    width: 582px; }
  .privacy #sitemap li {
    display: inline-block;
    font-size: 13.5px;
    margin: 0 25px 20px; }
    .fontsize-l .privacy #sitemap li {
      font-size: 15px; }
    .privacy #sitemap li a {
      padding-left: 20px;
      position: relative;
      text-decoration: underline;
      text-decoration-color: transparent;
      -webkit-text-decoration-color: transparent;
      transition: .3s; }
      .privacy #sitemap li a::before {
        background: url(../images/common/arrow.png) no-repeat;
        background-size: contain;
        content: "";
        height: 10px;
        position: absolute;
        left: 0;
        top: 6px;
        width: 5px; }
      .privacy #sitemap li a:hover {
        text-decoration-color: #3e3939; }
    .privacy #sitemap li:nth-child(odd) {
      width: 260px; }
    .privacy #sitemap li:nth-child(even) {
      width: 187px; }
  @media screen and (max-width: 768px) {
    .privacy {
      padding-top: 10px; }
      .privacy .head-border {
        font-size: 21px;
        margin: 40px 0 15px;
        padding-bottom: 5px; }
      .privacy .contact-box {
        padding: 15px 20px; }
        .privacy .contact-box h4 {
          font-size: 15px; }
      .privacy #sitemap ul {
        width: 100%; }
      .privacy #sitemap li {
        margin: 0 0 15px; }
        .privacy #sitemap li:nth-child(odd) {
          width: 100%; }
        .privacy #sitemap li:nth-child(even) {
          width: 100%; } }

/********************************************************************************
disclosure
********************************************************************************/
.disclosure {
  padding-top: 42.5px; }
  .disclosure #disclosure table {
    margin-bottom: 15px; }
    .disclosure #disclosure table th, .disclosure #disclosure table td {
      border: 1px solid #3e3939; }
    .disclosure #disclosure table th {
      font-family: "じゅん 501", "Jun 501";
      font-size: 14px; }
      .fontsize-l .disclosure #disclosure table th {
        font-size: 16px; }
    .disclosure #disclosure table td {
      text-align: center; }
      .disclosure #disclosure table td a {
        color: #0056c8;
        display: block;
        padding: 19px 0px;
        text-decoration: underline;
        width: 100%; }
  .disclosure #disclosure li, .disclosure #disclosure p {
    display: inline-block;
    margin-right: 20px; }
    .disclosure #disclosure li a, .disclosure #disclosure p a {
      padding-left: 10px;
      position: relative;
      text-decoration: underline;
      text-decoration-color: transparent;
      -webkit-text-decoration-color: transparent;
      transition: .3s; }
      .disclosure #disclosure li a::before, .disclosure #disclosure p a::before {
        background: url(../images/common/arrow.png) no-repeat;
        background-size: contain;
        content: "";
        height: 10px;
        position: absolute;
        left: 0;
        top: 5px;
        width: 5px; }
      .disclosure #disclosure li a:hover, .disclosure #disclosure p a:hover {
        text-decoration-color: #3e3939; }
  @media screen and (max-width: 768px) {
    .disclosure {
      padding-top: 10px; }
      .disclosure #disclosure table th {
        font-size: 14px; }
      .disclosure #disclosure li a::before, .disclosure p a::before {
        top: 7px; } }

/********************************************************************************
news
********************************************************************************/
.newslist {
  padding-top: 50px; }
  .newslist .pager {
    text-align: center; }
    .newslist .pager .page-numbers {
      background: #f5f5f5;
      padding: 2px 9px; }
      .newslist .pager .page-numbers.current {
        background: #22b5a4;
        color: #fff; }
  @media screen and (max-width: 768px) {
    .newslist {
      padding-top: 10px; } }

.single {
  padding-top: 50px; }
  .single .content h3 {
    margin: 35px 0 5px; }
  .single .content a {
    color: #0056c8;
    text-decoration: underline; }
  @media screen and (max-width: 768px) {
    .single {
      padding-top: 10px; } }

/********************************************************************************
form
********************************************************************************/
.application-form,
.session-form,
.comfirm,
.thanks,
.session-conf,
.session-thanks {
  margin-bottom: 110px;
  padding-top: 42.5px; }
  @media screen and (max-width: 768px) {
    .application-form,
    .session-form,
    .comfirm,
    .thanks,
    .session-conf,
    .session-thanks {
      padding-top: 12px;
      margin-bottom: 16px; } }

.application-form .confirm-time,
.session-form .confirm-time {
  display: none; }

.comfirm .input-time,
.session-conf .input-time {
  display: none; }
.comfirm .confirm-time,
.session-conf .confirm-time {
  display: block; }
.comfirm .zip-button,
.session-conf .zip-button {
  display: none; }
.comfirm th span,
.session-conf th span {
  display: none; }
.comfirm .privacy-box,
.session-conf .privacy-box {
  display: none; }
.comfirm .sup,
.session-conf .sup {
  display: none; }
.comfirm .form-mail br,
.session-conf .form-mail br {
  display: none; }
.comfirm .mail-confirm,
.session-conf .mail-confirm {
  display: none; }

.mw_wp_form form {
  width: 100%; }

.form-area .head-blue + p {
  font-family: "じゅん 501", "Jun 501";
  font-size: 15px;
  margin-bottom: 42px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .form-area .head-blue + p {
      margin-bottom: 16px; } }
.form-area .form-input {
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .form-area .form-input {
      margin-bottom: 0; } }
  .form-area .form-input th {
    background: #22b5a4;
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    color: #fff;
    /*font-size: 14px;*/
    padding: 2%;
    text-align: left;
    width: 200px; }
    @media screen and (max-width: 768px) {
      .form-area .form-input th {
        display: list-item;
        border-right: none;
        width: 95%;
        margin: 0 auto; } }
    .form-area .form-input th span {
      background: #b50005;
      border-radius: 5px;
      color: #fff;
      font-size: 0.88em;
      padding: 0px 9px;
      display: inline-block;
      margin-left: 12px; }
  .form-area .form-input td {
    border-bottom: 6px solid #fff; }
    @media screen and (max-width: 768px) {
      .form-area .form-input td {
        display: list-item;
        border-right: none;
        width: 95%;
        margin: 0 auto 12px; } }
    .form-area .form-input td table th {
      background: #666;
      padding: 1%;
      width: auto; }
  .form-area .form-input .error {
    font-weight: bold;
    font-size: 16px; }
    .form-area .form-input .error + .error {
      display: none; }
.form-area input[type="text"], .form-area textarea, .form-area input[type="email"], .form-area input[type="text"] {
  font-size: 16px;
  padding: 2%;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  @media screen and (max-width: 768px) {
    .form-area input[type="text"], .form-area textarea, .form-area input[type="email"], .form-area input[type="text"] {
      padding: 2% 0; } }
.form-area .form-tel input[type="text"] {
  margin: 8px 0 4px;
  width: 60%; }
.form-area .form-mail input[type="email"] {
  margin: 8px 0 4px; }
.form-area .decoration-txt {
  color: #0056c8;
  font-size: 15px;
  border-bottom: 1px dotted #333;
  margin-bottom: 6px; }
.form-area .question-txt {
  background: #FFC782;
  padding: 0 0 0 3px; }
.form-area input[type="text"]#age,
.form-area input[type="text"]#year {
  width: 100px; }
.form-area input[type="submit"] {
  -webkit-appearance: button;
  background: #FF8E00;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 24px 65px 24px;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .form-area input[type="submit"] {
      margin-bottom: 0px; } }
  .form-area input[type="submit"]:hover {
    background: #0D7958;
    cursor: pointer; }
  @media screen and (max-width: 768px) {
    .form-area input[type="submit"] {
      padding: 25px 75px 26px; } }
.form-area input[type="submit"].prev-btn {
  background: #333;
  padding: 14px 20px 14px; }
.form-area #zip {
  margin-right: 8px;
  width: 50%; }
.form-area button.zip-button {
  -webkit-appearance: button;
  background: #FF8E00;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px 4px; }
  @media screen and (max-width: 768px) {
    .form-area button.zip-button {
      padding: 4px 10px 4px; } }
  .form-area button.zip-button:hover {
    background: #0D7958;
    cursor: pointer; }
.form-area .member-check {
  margin-top: 12px;
  margin-bottom: 8px; }
  .form-area .member-check + .mwform-radio-field-text {
    font-size: 16px; }
.form-area .select-wrapper {
  border: 1px solid #333;
  background: #e5e5e5;
  padding: 12px;
  margin: 8px 0 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .form-area .select-wrapper {
      width: 90%; } }
  .form-area .select-wrapper .question-txt {
    margin-top: 5px;
    margin-bottom: 8px; }
  .form-area .select-wrapper input[type="text"] {
    width: 90%; }
    @media screen and (max-width: 768px) {
      .form-area .select-wrapper input[type="text"] {
        width: 100%; } }
.form-area .privacy-box {
  border: 1px solid #333;
  background: #e5e5e5;
  padding: 20px;
  margin-bottom: 12px; }
  .form-area .privacy-box .head {
    font-size: 16px;
    text-align: center;
    margin: 0; }
  .form-area .privacy-box p {
    margin-bottom: 1em; }
    .form-area .privacy-box p a {
      color: #0056c8;
      text-decoration: underline; }
  .form-area .privacy-box .privacy-btn p {
    text-align: center;
    margin: 0; }
  .form-area .privacy-box .error {
    font-size: 16px; }
.form-area select {
  font-size: 16px;
  padding: 2%; }
.form-area .submit-btn {
  text-align: center; }
.form-area .mwform-checkbox-field label, .form-area .mwform-radio-field label {
  white-space: nowrap; }

.thanks h3,
.session-thanks h3 {
  text-align: center;
  margin: 0 0 1em; }
  .thanks h3 + p,
  .session-thanks h3 + p {
    font-size: 1.17em;
    text-align: center; }

/********************************************************************************
print
********************************************************************************/
@media print {
  nav ul {
    display: none; }

  .content {
    float: inherit;
    margin: auto;
    width: 750px; }

  .banner {
    margin-top: 50px;
    text-align: center; }

  .footer-nav .inner {
    width: 705px; }

  #main .illust1.sp {
    display: none; }

  #main .illust1.pc {
    display: block; } }
