@charset "UTF-8";
.modal {
  position:fixed;
  display:none;
  z-index:9999;
  top:40%;
  left:50%;
  width:400px;
  height:180px;
  margin:-120px 0 0 -220px;padding:20px;
  text-align:center;
  background: #fff;
  border-radius: 8px;
  border: 4px solid #d73772;
}
@media screen and (max-width: 480px) {
    .modal {
      width: 300px;
      margin-left: -173px;
}
}
.modal p {
  margin-bottom:10px;
  font-size: 1.5em;
  line-height: 1.5em;
}
.modal a {
  cursor:pointer;
  display: block;
  color: #fff;
  background: #d73772;
  margin: 1em;
  padding: .5em;
  border-radius: 4px;
  transition: all .5s ease;
font-size: .9em;
}
.modal a:hover {
  opacity: .8;
}
.modal a span {
  font-size: 1.5em;
  font-family: 'Century Gothic';
  font-weight: bold;
}
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

@font-face {
  font-family: "logo";
  src: url("../font/logo.woff") format("woff"); }
.br1200 {
  display: none; }
  @media screen and (min-width: 1200px) {
    .br1200 {
      display: block; } }

.br1000 {
  display: none; }
  @media screen and (min-width: 1000px) {
    .br1000 {
      display: block; } }

.br768 {
  display: none; }
  @media screen and (min-width: 768px) {
    .br768 {
      display: block; } }

@media screen and (min-width: 768px) {
  .br768del {
    display: none; } }

.br480 {
  display: none; }
  @media screen and (min-width: 480px) {
    .br480 {
      display: block; } }

@media screen and (min-width: 480px) {
  .br480del {
    display: none; } }

body {
  font-size: 12px;
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 14px; } }

strong {
  font-weight: bold; }

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

img {
  font-family: 'object-fit: cover;';
  width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: currentColor; }

a, button {
  cursor: pointer; }

p {
  margin: 0;
  line-height: 2; }

li {
  list-style-type: none; }

ul {
  padding: 0;
  margin: 0; }

.wrapper {
  overflow: hidden;
translate3d(0,0,0); }

.inner, .leadIn, .contact .box, .point .text, .salary, .salary .box, .message, .message p, .coporation, .globalNavi, .flowIn, .flow .text, .flowBox, .story, .flyer, .money .secTitle, .money .leadText, .faq, .local {
  width: 96%;
  max-width: 640px;
  margin: 0 auto; }

.secTitle {
  padding: .8em;
  position: relative;
  color: #d73772;
  font-size: 20px;
  font-weight: bold; }
  .secTitle.lg {
    font-size: 14px;
    padding-left: 16px; }
    .secTitle.lg:before {
      height: 70%; }
  .secTitle:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4px;
    background: #d73772;
    width: 6px;
    height: 1.4em;
    border-radius: 3px;
    content: ''; }

.lead, .contact {
  background: #fafafa; }

header {
  height: 70px;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 100; }
  header .siteLogo {
    margin-top: 2px; }
    header .siteLogo img {
      height: 68px;
      width: 81.953px; }

.hero {
  position: relative; }
  .hero .text {
    z-index: 1;
    width: 100%;
    display: block;
    width: 100%;
    position: absolute;
    right: 0%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .hero .text .impact {
      padding-bottom: 1em;
      padding-top: 0;
      padding-right: 1em;
      padding-left: .75em;
      background: #d73772;
      color: #fff; }
      .hero .text .impact span {
        display: block; }
        .hero .text .impact span:nth-of-type(1) {
          font-size: 12vw; }
          @media screen and (min-width: 768px) {
            .hero .text .impact span:nth-of-type(1) {
              font-size: 80px; } }
        .hero .text .impact span:nth-of-type(2) {
          font-size: 3.5vw;
          padding-left: 1em; }
          @media screen and (min-width: 768px) {
            .hero .text .impact span:nth-of-type(2) {
              font-size: 36px; } }

.lead {
  z-index: 2;
  padding: 30px 0; }
  .lead .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin: 0 auto;
    max-width: 360px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .lead .box .item {
      width: 31.5%;
      background: linear-gradient(-195deg, #ffd468, #efb423);
      color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 10px 0;
      border-radius: 100%; }
      .lead .box .item .img {
        width: 40%;
        margin: 10px auto -10px; }
      .lead .box .item p {
        font-size: 22px;
        font-weight: bold;
        text-align: center; }
  .lead .text {
    text-align: center;
    margin-top: 20px;
    line-height: 2; }
    .lead .text span {
      display: block;
      font-size: 1.8em; }

.newFace .inner {
  width: 100%; }
  .newFace .inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .newFace .inner .box .img {
      width: 42%;
      position: relative; }
      .newFace .inner .box .img:before {
        padding-top: 110%;
        content: '';
        display: block; }
      .newFace .inner .box .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top; }
    .newFace .inner .box .content {
      width: 55%;
      padding: 24px 0; }
      .newFace .inner .box .content h2 {
        font-size: 20px; }
      .newFace .inner .box .content .impact {
        margin-bottom: 1em;
        font-size: 1.1em; }
        .newFace .inner .box .content .impact span {
          font-size: 2.5em;
          font-weight: bold;
          color: #d73772;
          padding: 0 .2em;
          line-height: .8; }
      .newFace .inner .box .content .min {
        font-size: .7em; }

.contact {
  padding: 30px 0; }
  .contact .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
    width: 90%; }
    .contact .box .item {
      width: 29%; }
      .contact .box .item:nth-of-type(1) img {
        max-width: 100%; }
      .contact .box .item h3, .contact .box .item > div {
        text-align: center;
        margin-bottom: .5em;
        font-weight: bold; }
    .contact .box a {
      display: block;
      background: linear-gradient(-195deg, #ffd468, #efb423);
      position: relative;
      border-radius: 20px; }
      .contact .box a:before {
        padding-top: 100%;
        display: block;
        content: ''; }
      .contact .box a img {
        max-width: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: cover;
           object-fit: cover; }

.point {
  padding: 30px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .point {
      max-width: 640px;
      width: 90%;
      margin: 0 auto; } }
  .point .list li {
    padding: 1.2em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    color: #fff; }
    .point .list li:nth-of-type(1) {
      background: #d73772; }
    .point .list li:nth-of-type(2) {
      background: #e05861; }
    .point .list li:nth-of-type(3) {
      background: #e97b4e; }
    .point .list li:nth-of-type(4) {
      background: #f09440; }
    .point .list li:nth-of-type(5) {
      background: #fbbf2a; }
  .point .list dl dt {
    font-weight: bold;
    font-size: 1.1em; }
    .point .list dl dt span {
      font-size: 2em;
      font-weight: bold;
      line-height: .8;
      padding-left: .2em; }
  .point .list dl dd {
    margin-top: .5em;
    line-height: 2; }

@media screen and (min-width: 768px) {
  .midMenu {
    width: 90%;
    margin: 0 auto;
    max-width: 640px; } }
.midMenu .box {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }
  .midMenu .box .item {
    width: calc(100% / 3);
    position: relative;
    z-index: 1;
    background: #d73772;
    outline: 2px solid #fff;
    padding: 1em 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    /* .midMenu .box .item:nth-of-type(1) {
      width: 50%; }
    .midMenu .box .item:nth-of-type(2) {
      width: 50%; } */
    .midMenu .box .item .img {
      text-align: center;
      min-height: 70px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .midMenu .box .item .img img {
        max-width: 60px;
        max-height: 60px; }
    .midMenu .box .item span {
      font-size: 14px;
      display: block;
      text-align: center;
      color: #fff;
      font-weight: bold;
      margin-bottom: .5em; }
    .midMenu .box .item p {
      font-size: 10px;
      color: #fff;
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }

.salary {
  padding: 30px 0;
  display: block; }
  @media screen and (min-width: 768px) {
    .salary {
      max-width: 640px; } }
  .salary .box {
    width: 90%;
    max-width: 310px; }
    @media screen and (min-width: 768px) {
      .salary .box {
        max-width: 640px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .salary .box .item {
      margin-top: 50px;
      margin-bottom: 70px;
      border: 3px solid #d73772; }
      .salary .box .item:last-child {
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .salary .box .item:last-child {
            margin-bottom: 70px; } }
      @media screen and (min-width: 768px) {
        .salary .box .item {
          width: 48%; } }
      .salary .box .item:nth-of-type(2n) {
        border-color: #fbbf2a; }
        .salary .box .item:nth-of-type(2n) .img {
          background: #fbbf2a; }
        .salary .box .item:nth-of-type(2n) .content .span em {
          color: #fbbf2a; }
        .salary .box .item:nth-of-type(2n) .content .money em {
          color: #fbbf2a; }
      .salary .box .item .img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        margin-bottom: -50px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #d73772;
        position: relative;
        border-radius: 100px;
        overflow: hidden; }
        .salary .box .item .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 60%; }
      .salary .box .item .content {
        padding: 1.5em 8px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .salary .box .item .content {
            padding: 1em .5em; } }
        .salary .box .item .content .span {
          font-size: 1.5em;
          font-weight: bold;
          padding-left: .5em; }
          .salary .box .item .content .span em {
            color: #d73772;
            font-size: 1.8em;
            padding: 0 .1em;
            font-weight: bold;
            line-height: .5; }
        .salary .box .item .content .job {
          font-size: .9em; }
        .salary .box .item .content .money {
          font-size: 1.5em;
          font-weight: bold; }
          .salary .box .item .content .money em {
            font-size: 1.8em;
            color: #d73772;
            padding: 0 .2em;
            font-weight: bold; }

.message {
  display: block;
  padding: 30px 0; }
  .message p {
    width: 90%;
    font-size: 1.1em; }
    .message p em {
      font-size: 1.15em;
      color: #d73772;
      font-weight: bold; }
  .message .mb {
    margin-bottom: 1em; }

.coporation {
  padding: 10px 0;
  display: block; }
  .coporation table {
    width: 100%; }
    .coporation table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: solid 1px #ccc; }
      .coporation table tr:nth-of-type(1) {
        border-top: solid 1px #ccc; }
      .coporation table tr th, .coporation table tr td {
        padding: 1em;
        font-size: 1.2em; }
      .coporation table tr th {
        width: 20%; }
      .coporation table tr td {
        width: 70%; }

.globalNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .globalNavi ul li {
    width: calc(50% - 2px);
    width: 100%;
    border-right: 1px solid #fff; }
    .globalNavi ul li a {
      background: #d73772;
      display: block;
      padding: 1em .5em;
      text-align: center;
      margin-bottom: 2px;
      color: #fff; }

.footer {
  margin-top: 30px; }
  .footerLogo {
    display: block;
    text-align: center; }
    .footerLogo img {
      max-width: 120px; }
  .footer p {
    text-align: center; }
  .footer .link {
    font-size: 1.1em;
    color: #d73772;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .footer .copy {
    padding: 1em 0;
    display: block;
    text-align: center;
    font-size: .8em;
    color: #888;
    border-top: #ccc solid 1px; }

.flow .text {
  margin-bottom: 20px; }
.flowBox {
  width: 94%; }
  .flowBox .item {
    position: relative;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
    .flowBox .item .content {
      padding: 1em;
      padding-top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .flowBox .item .content .num {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #d73772;
        border-radius: 120px;
        position: absolute;
        right: 2%;
        top: 2%; }
        .flowBox .item .content .num span {
          color: #fff;
          font-size: 20px;
          line-height: 1.1; }
          .flowBox .item .content .num span:nth-of-type(2) {
            font-weight: bold;
            font-size: 28px; }
      .flowBox .item .content h2 {
        text-align: center;
        color: #d73772;
        margin: 8px 0; }

.story .box {
  max-width: 640px; }
  @media screen and (min-width: 768px) {
    .story .box .item {
      width: 100%; } }
  .story .box .item .content .title {
    font-size: 15px; }
  .story .box .item .content .text {
    text-align: left;
    font-size: 1.1em;
    line-height: 2; }
    .story .box .item .content .text p {
      margin-bottom: 1em; }
    .story .box .item .content .text dt {
      margin-bottom: .5em; }
    .story .box .item .content .text dd {
      margin-bottom: 2em;
      color: #b7255a; }

.flyer .img {
  margin-bottom: 10px; }

.money .secTitle {
  width: 88%; }
.money .leadText {
  margin-bottom: 20px; }
.money .box {
  max-width: 640px;
  margin: 0 auto; }
  .money .box:nth-of-type(1) .boxHeader {
    background: #eeab04; }
  .money .box:nth-of-type(1) .item h3 {
    color: #eeab04; }
  .money .box .boxHeader {
    background: #d73772;
    color: #fff;
    line-height: 1.8;
    padding: 1em;
    margin-bottom: 10px; }
    .money .box .boxHeader h2 {
      font-size: 18px; }
  .money .box .topImg {
    position: relative; }
    .money .box .topImg:before {
      padding-top: 50%;
      display: block;
      content: ''; }
    .money .box .topImg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  .money .box .item h3 {
    color: #d73772;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em 1em; }
  .money .box .item table {
    width: 100%; }
    .money .box .item table tr th, .money .box .item table tr td {
      padding: 1em;
      border: solid 1px #ccc; }
    .money .box .item table tr th {
      text-align: center;
      max-width: 180px; }
  .money .box .item .text {
    padding: 1em; }

.faq {
  width: 100%; }
  .faq .box input {
    display: none; }
    .faq .box input:checked + label dd {
      visibility: visible;
      height: auto;
      padding: 1em;
      padding-top: 0; }
  .faq .box label {
    display: block;
    width: 100%;
    cursor: pointer; }
    .faq .box label:nth-of-type(2n-1) dt, .faq .box label:nth-of-type(2n-1) dd {
      background: #fef4d9; }
  .faq .box dt, .faq .box dd {
    position: relative;
    padding: 1em;
    font-size: 1.1em; }
  .faq .box dt {
    font-weight: bold; }
  .faq .box dd {
    visibility: hidden;
    height: 0;
    padding: 0;
    border: none; }

.local {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .local {
      max-width: 640px; } }
  .local .box .item {
    padding: 1em;
    color: #fff;
    background: #d73772; }
    .local .box .item h2 {
      font-size: 20px; }
    .local .box .item:nth-of-type(2) {
      background: #e6753d; }
    .local .box .item:nth-of-type(3) {
      background: #eeab04; }

.column {
  width: 90%;
  margin: 0 auto;
  font-size: 1.1em;
  line-height: 2em;
}
.column div {
  margin: 24px 0;
}
.column h3 {
  display: inline-block;
  background: linear-gradient(transparent 70%, #ffd468 70%);
  font-weight: bold;
  font-size: 1.3em;
}
.column-img {
  text-align: center;
  margin: 0 !important;
}
.column-img img {
  width: 60%;
}
.columntop {
  box-sizing: border-box;
  border: 1px dashed #333;
}
.column ol{
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  padding: 0px;
}
.column ol li{
  position: relative;
  margin: 28px 0 7px 40px;
  padding-left: 10px;
}
 .column ol li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 3px;
  left: -35px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  z-index:1;
}
.column ol li:after{
  content:"";
  position: absolute;
  top: 3px;
  left: -32px;
  width: 25px;
  height: 25px;
  background: #d73772;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.column p em {
  font-size: 1.15em;
  color: #d73772;
  font-weight: bold;
}
.columnbox {
  position: relative;
  padding: 1em;
  border: solid 3px #ffd468;
  border-radius: 8px;
}
.columnbox .columnbox-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #ffd468;
  font-weight: bold;
}
.columnbox strong {
  background: linear-gradient(transparent 80%, #ffd468 80%);
  font-size: 1.1em;
}
.columnpoint {
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.columnpoint .point-title {
  margin-bottom: 0;
  font-size: 1.2em;
  background: #d73772;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.columnpoint p {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .column {
    max-width: 640px;
  }
}

/*# sourceMappingURL=style.css.map */