@charset "utf-8";
/*common*/
.org_com {}
.org_com h2 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center
}
.org_com h2 span {
  margin: 0 auto 0.5em auto;
  display: block;
  color: #707070;
  font-family: 'arial2';
  font-size: 0.6em;
  font-weight: 500
}
.org_com h2 span::after{
    content: " ―"
}
.org_wrap {
  width: 85vw;
  max-width: 1150px;
  margin: 1em auto
}
@media print, screen and (min-width: 600px) {
  .org_com h2 {
    margin-bottom: 1em;
    font-size: 1.6em
  }
}
@media print, screen and (min-width: 1025px) {
  .org_com h2 {
    margin-bottom: 1.5em;
    font-size: 1.8em
  }
  .org_com h2 span {
    margin: 0 auto 0.8em auto
  }
  .org_wrap {
    margin: 3em auto
  }
}
/*org_intro*/
.leadbox {
  margin: 0 0 1em 0
}
.leadbox_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap
}
.leadbox_flex p {
  width: 100%;
  margin-top: 0.8em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 0;
  order: 2
}
.leadbox_flex::after {
  width: 85%;
  height: 0;
  margin-top: -0.5em;
  padding-bottom: calc(85%*219/459);
  content: "";
  display: block;
  background: url("../images/organizer/intro.svg") center / 100% no-repeat;
  order: 1
}
@media print, screen and (min-width: 600px) {
  .leadbox_flex p {
    font-size: 1.5em;
    letter-spacing: 0.1em
  }
  .leadbox_flex::after {
    width: 60%;
    padding-bottom: calc(60%*219/459)
  }
}
@media print, screen and (min-width: 1025px) {
  .leadbox {
    margin: 0 0 4em 0
  }
  .leadbox_flex {
    justify-content: space-between
  }
  .leadbox_flex p {
    width: 60%;
    margin-top: 0;
    font-size: 1.8em;
    order: 1
  }
  .leadbox_flex::after {
    width: 40%;
    padding-bottom: calc(40%*219/459);
    order: 2
  }
}
@media print, screen and (min-width: 1300px) {
  .leadbox_flex p {
    width: 65%;
    font-size: 2.1em
  }
  .leadbox_flex::after {
    width: 35%;
    padding-bottom: calc(35%*219/459)
  }
}
/*org_menu*/
.org_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.org_menu a {
  width: calc(50% + 1px);
  margin-top: -1px;
  margin-left: -1px;
  padding: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  border: 1px solid #4E4946;
  cursor: pointer
}
.org_menu a::after {
  width: 9px;
  height: 9px;
  margin-left: 10px;
  margin-top: -5px;
  content: '';
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg)
}
.org_menu a:hover {
  color: #47BABA;
  opacity: 0.7
}
.org_menu a:hover::after {
  border-bottom: solid 2px #47BABA;
  border-right: solid 2px #47BABA
}
@media print, screen and (min-width: 600px) {
  .org_menu a {
    width: calc(25% + 1px);
    padding: 1em 0
  }
}
@media print, screen and (min-width: 1025px) {
  .org_menu a {
    font-size: 1.1em
  }
  .org_menu a::after {
    width: 12px;
    height: 12px;
    margin-left: 15px
  }
}
/*melit*/
.melit {
  padding-top: 2em
}
.melit_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box
}
.melit_flex li {
  width: 100%;
  margin-bottom: 0.7em
}
.melit_flex h2 {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  text-align: center;
  border-bottom: 1px solid #cccccc
}
.melit_flex p {
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.6
}
.melit_flex li:nth-of-type(2) {
  width: 100%;
  padding: 0;
  border: none
}
@media print, screen and (min-width: 1025px) {
  .melit {
    padding-top: 3em
  }
  .melit_flex li {
    width: 31%
  }
  .melit_flex li:nth-of-type(2) {
    width: 33%;
    padding: 0 3%;
    border-left: 1px solid #B9B9B9;
    border-right: 1px solid #B9B9B9
  }
  .melit_flex h2 {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    font-size: 2.4em;
    text-align: left;
    border-bottom:none
  }
  .melit_flex p {
    font-size: 1.1em;
    line-height: 2
  }
}
/*recruitment */
.rct {
  border-top: 1px solid #CCC8C8
}
.rct_txt {
  margin: 0.5em 0 1.5em 0;
  font-size: 0.95em;
  text-align: center
}
.rct_intro {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.rct_intro li {
  width: 100%;
  margin-bottom: 1em
}
.rct_intro li img {
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 5px #CCC8C8
}
.rct_intro h2 {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.6;
  text-align: left
}
@media print, screen and (min-width: 600px) {
  .rct_txt {
    margin: -1em 0 1.5em 0;
    font-size: 1.2em
  }
  .rct_intro li {
    width: 47%
  }
}
@media print, screen and (min-width: 1025px) {
  .rct_txt {
    margin: -1.5em 0 1.5em 0
  }
  .rct_intro h2 {
    margin-top: 1em;
    font-size: 1.2em
  }
}
.msg_txt {
  margin-bottom: 2.5em;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: left
}
.msg_txt span {
  color: #589EDA
}
@media print, screen and (min-width: 600px) {
  .msg_txt {
    margin-top: 1em;
    font-size: 1.2em
  }
}
@media print, screen and (min-width: 1025px) {
  .msg_txt {
    font-size: 1.6em;
    text-align: center
  }
}
/*contact*/
.contact {
  padding: 2em 0;
 background-color: #F3EFEF;
}
.contact_box{
  margin: 0 auto;
  padding: 1.5em;
  background-color: #fff
}
.contact_box h3{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.6em
}
.contact_box h3::before,.contact_box h3::after{
    content: ""
}
.contact_box h4{
    margin:1em 0; 
    font-size: 1em;
    font-weight: lighter;
    line-height: 1.5em
}
.qrbox{
    margin: 0 auto;
    text-align: left
}
.qrbox p{
    margin-bottom: 0.8em;
}
.contact_box figure{
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center
}
.qr{
    width: 120px;
    height: auto;
    margin-right: 0.2em;
}
.contact_box p{
    font-size: 0.9em;
    line-height: 1.6em;
    text-align: left;
    display: flex;
    justify-content: center
}
@media print, screen and (min-width: 600px) {
    .contact_box{
  margin: 0 auto;
  padding: 3em;
}
    .contact_box h3{
        text-align: center
}
    .contact_box h4{
        margin-bottom: 1em;
       font-size: 1em;
        line-height: 1.8em
}
    .qr{
    width: 150px;
    height: auto;
    margin-right: 1em;
}   
    .contact_box p{
font-size: 1em
    }
}
@media print, screen and (min-width: 1025px) {
    .contact_box{
  padding: 3em 2em;
}
    .contact_box h3{
        font-size: 1.3em;
}
    .contact_box h4{
    margin:1.5em 0; 
        font-size: 1.1em;
}
    .contact_box h3::before,.contact_box h3::after{
    content: "－"
}
    .contact_box h3, .contact_box h4{
    text-align: center
}
}


/*price*/
.price {
  width: 100%;
  margin: -1em auto 3em auto
}
.price h2 {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.1em;
  text-align: left
}
.price h2::before {
  content: "■";
  margin-right: 5px
}
.price table {
  width: 100%;
  font-size: 1em
}
.price table tr {
  border-bottom: 1px solid #707070
}
.price table th {
  width: 50%;
  padding: 0.5em 0 0 0;
  font-weight: bold;
  text-align: left
}
.price table td {
  width: 50%;
  font-weight: bold;
  text-align: right
}
.price table span {
  margin-left: 0.3em;
  display: inline;
  font-size: 0.9em;
  font-weight: lighter;
  letter-spacing: 0
}
.price p {
  margin: 0.5em 0;
  font-size: 0.9em;
  line-height: 1.6
}
@media print, screen and (min-width:600px) {
  .price table th {
    width: 70%;
    padding: 0.8em 0.3em;
    display: table-cell
  }
  .price table td {
    width: 30%;
    display: table-cell
  }
  .price table span {
    margin-left: 0.5em
  }
}
@media print, screen and (min-width:1025px) {
  .price {
    width: 70%;
    margin: -1em auto 4em auto
  }
  .price h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 1.5em
  }
  .price table {
    margin-bottom: 1em;
    font-size: 1.2em
  }
  .price p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 0.5em
  }
}