.p-hl01 {
  text-align: center;
  margin-bottom: 2.5em; }
  @media only screen and (max-width: 768px) {
    .p-hl01 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-hl01 {
      font-size: 24px;
      font-size: 2.4rem; } }

.p-hl02 {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-hl02 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-hl02 {
      font-size: 24px;
      font-size: 2.4rem; } }

.p-lead {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-lead {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 20px 25px 40px;
      margin: 0; } }
  @media print, screen and (min-width: 769px) {
    .p-lead {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 30px 0 70px; } }
  .p-lead:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    border-top: 4px solid #333;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.p-lead2 {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-lead2 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 20px 25px 40px;
      margin: 0; } }
  @media print, screen and (min-width: 769px) {
    .p-lead2 {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
      padding: 30px 0 70px; } }

/*
 * brand
 */

.p-brand-item {
  background: #fff;
  padding-top: 42.85%;
  position: relative;
  outline: none;
  margin: 0;
  display: block;
  transition: transform .5s; }
  .p-brand-item img {
    width: calc(100% - 30%);
    height: calc(100% - 30%);
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media print, screen and (min-width: 769px) {
    .p-brand-item:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }

/*
 * works
 */
@media only screen and (max-width: 768px) {
  .p-works-list .p-works-item {
    margin-top: 45px; } }
@media print, screen and (min-width: 769px) {
  .p-works-list .p-works-item {
    margin-top: 100px;
    position: relative; }
    .p-works-list .p-works-item:after {
      content: "";
      display: block;
      width: 128px;
      height: 37px;
      border-top: 1px solid #333;
      position: absolute;
      top: 0; }
    .p-works-list .p-works-item:nth-child(odd):after {
      border-right: 1px solid #333;
      right: 0; }
    .p-works-list .p-works-item:nth-child(odd) .p-works-item-link {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .p-works-list .p-works-item:nth-child(even):after {
      border-left: 1px solid #333;
      left: 0; } }
.p-works-list .p-works-item-link {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .p-works-list .p-works-item-link {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media print, screen and (min-width: 769px) {
    .p-works-list .p-works-item-link {
      position: relative;
      transition: .5s;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
@media print, screen and (min-width: 769px) {
  .p-works-list .p-works-item-txt {
    padding-top: 20px;
    text-align: center;
    width: calc(100% - 520px); } }
@media only screen and (max-width: 768px) {
  .p-works-list .p-works-item-ttl {
    margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .p-works-list .p-works-item-lead {
    margin-top: 1.5em; } }
@media only screen and (max-width: 768px) {
  .p-works-list .p-works-item-btn {
    margin-top: 0; } }
@media print, screen and (min-width: 769px) {
  .p-works-list .p-works-item-btn {
    margin-top: 40px; }
    .p-works-list .p-works-item-btn:hover {
      opacity: .4; } }
.p-works-list .p-works-item-img {
  display: block;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .p-works-list .p-works-item-img {
      margin-bottom: 25px;
      padding-top: 61.66%; } }
  @media print, screen and (min-width: 769px) {
    .p-works-list .p-works-item-img {
      width: 520px;
      height: 300px; }
      .p-works-list .p-works-item-img:hover {
        opacity: .4; } }
  .p-works-list .p-works-item-img:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(to right bottom, #dc0a1d, #f05035 50%, #fa9256);
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .p-works-list .p-works-item-img:before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); } }
    @media print, screen and (min-width: 769px) {
      .p-works-list .p-works-item-img:before {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
  .p-works-list .p-works-item-img img {
    width: 100%;
    height: 100%;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .p-works-list .p-works-item-img img {
        position: absolute;
        top: 0;
        left: 0; } }
.p-works-list .p-works-item-img-actv {
  position: absolute;
  overflow: hidden;
  margin: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .p-works-list .p-works-item-img-actv {
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }
  @media print, screen and (min-width: 769px) {
    .p-works-list .p-works-item-img-actv {
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); } }
.p-works-list .p-works-item-img-actv-main {
  transition: .5s .4s;
  color: transparent; }
  .p-works-list .p-works-item-img-actv-main:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s .2s linear; }
  .p-works-list .p-works-item-img-actv-main:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 0;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s linear; }
.p-works-list .p-works-item-img-actv-sub {
  transition: .5s .4s;
  color: transparent; }
  .p-works-list .p-works-item-img-actv-sub:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .2s .2s linear; }
  .p-works-list .p-works-item-img-actv-sub:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 0;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .2s linear; }
.p-works-list .is-actv .p-works-item-img:before {
  transition: .5s .4s;
  opacity: 1; }
.p-works-list .is-actv .p-works-item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.p-works-list .is-actv .p-works-item-img-actv-main {
  color: inherit; }
  .p-works-list .is-actv .p-works-item-img-actv-main:before {
    transition: .2s linear;
    width: 100%; }
  .p-works-list .is-actv .p-works-item-img-actv-main:after {
    transition: .2s .2s linear;
    height: 100%; }
.p-works-list .is-actv .p-works-item-img-actv-sub {
  color: inherit; }
  .p-works-list .is-actv .p-works-item-img-actv-sub:before {
    transition: .2s linear;
    width: 100%; }
  .p-works-list .is-actv .p-works-item-img-actv-sub:after {
    transition: .2s .2s linear;
    height: 100%; }
.p-works-list .is-actv .c-btn02 {
  border-left: 1px solid #dc0a1d;
  border-top: 1px solid #f05035;
  border-bottom: 1px solid #f05035;
  border-right: 1px solid #fa9256;
  background-position: 0 0;
  color: #fff; }
  .p-works-list .is-actv .c-btn02:after {
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }

.p-works-list02 {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .p-works-list02 {
      margin-top: 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-works-list02 {
      margin-top: 50px; } }
  .p-works-list02 .p-works-item {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .p-works-list02 .p-works-item {
        width: calc((100% - 20px) / 2);
        margin-top: 20px; }
        .p-works-list02 .p-works-item:nth-child(2n-1) {
          margin-right: 20px; } }
    @media print, screen and (min-width: 769px) {
      .p-works-list02 .p-works-item {
        width: calc((100% - 90px) / 4);
        margin-top: 30px; }
        .p-works-list02 .p-works-item:not(:nth-child(4n)) {
          margin-right: 30px; } }
  .p-works-list02 .p-works-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media print, screen and (min-width: 769px) {
      .p-works-list02 .p-works-link .c-link02,
      .p-works-list02 .p-works-link .p-works-lead {
        text-decoration: underline rgba(255, 255, 255, 0);
        transition: .5s; }
      .p-works-list02 .p-works-link:hover .c-link02,
      .p-works-list02 .p-works-link:hover .p-works-lead {
        text-decoration: underline; }
      .p-works-list02 .p-works-link:hover img {
        opacity: .7;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
  .p-works-list02 .p-works-ttl {
    font-weight: bold;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .p-works-list02 .p-works-ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 769px) {
      .p-works-list02 .p-works-ttl {
        font-size: 18px;
        font-size: 1.8rem; } }
    .p-works-list02 .p-works-ttl .c-link02 {
      display: block; }
  @media only screen and (max-width: 768px) {
    .p-works-list02 .p-works-lead {
      margin: 10px 0 0; } }
  @media print, screen and (min-width: 769px) {
    .p-works-list02 .p-works-lead {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 14px 0 0; } }
  .p-works-list02 .p-works-thumb {
    display: block;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee; }
    @media only screen and (max-width: 768px) {
      .p-works-list02 .p-works-thumb {
        margin: 0 0 10px; } }
    @media print, screen and (min-width: 769px) {
      .p-works-list02 .p-works-thumb {
        margin: 0 0 20px; } }
    .p-works-list02 .p-works-thumb img {
      width: 100%;
      aspect-ratio: 1/1;
      transition: .5s; }

/*
 * service
 */
@media only screen and (max-width: 768px) {
  .p-service-list .p-service-item {
    margin-top: 45px; } }
@media print, screen and (min-width: 769px) {
  .p-service-list .p-service-item {
    margin-top: 100px;
    position: relative; }
    .p-service-list .p-service-item:after {
      content: "";
      display: block;
      width: 128px;
      height: 37px;
      border-top: 1px solid #333;
      position: absolute;
      top: 0; }
    .p-service-list .p-service-item:nth-child(odd):after {
      border-right: 1px solid #333;
      right: 0; }
    .p-service-list .p-service-item:nth-child(odd) .p-service-item-link {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .p-service-list .p-service-item:nth-child(even):after {
      border-left: 1px solid #333;
      left: 0; } }
.p-service-list .p-service-item-link {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .p-service-list .p-service-item-link {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }
  @media print, screen and (min-width: 769px) {
    .p-service-list .p-service-item-link {
      position: relative;
      transition: .5s;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
@media print, screen and (min-width: 769px) {
  .p-service-list .p-service-item-txt {
    padding-top: 20px;
    text-align: center;
    width: calc(100% - 520px); } }
@media only screen and (max-width: 768px) {
  .p-service-list .p-service-item-ttl {
    margin-bottom: 0; } }
@media only screen and (max-width: 768px) {
  .p-service-list .p-service-item-lead {
    margin-top: 1.5em; } }
@media only screen and (max-width: 768px) {
  .p-service-list .p-service-item-btn {
    margin-top: 0; } }
@media print, screen and (min-width: 769px) {
  .p-service-list .p-service-item-btn {
    margin-top: 40px; }
    .p-service-list .p-service-item-btn:hover {
      opacity: .4; } }
.p-service-list .p-service-item-img {
  display: block;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .p-service-list .p-service-item-img {
      margin-bottom: 25px;
      padding-top: 61.66%; } }
  @media print, screen and (min-width: 769px) {
    .p-service-list .p-service-item-img {
      width: 520px;
      height: 300px; }
      .p-service-list .p-service-item-img:hover {
        opacity: .4; } }
  .p-service-list .p-service-item-img:before {
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(to right bottom, #dc0a1d, #f05035 50%, #fa9256);
    z-index: 1;
    opacity: 0;
    mix-blend-mode: multiply;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .p-service-list .p-service-item-img:before {
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); } }
    @media print, screen and (min-width: 769px) {
      .p-service-list .p-service-item-img:before {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
  .p-service-list .p-service-item-img img {
    width: 100%;
    height: 100%;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .p-service-list .p-service-item-img img {
        position: absolute;
        top: 0;
        left: 0; } }
.p-service-list .p-service-item-img-actv {
  position: absolute;
  overflow: hidden;
  margin: 0;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .p-service-list .p-service-item-img-actv {
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px); } }
  @media print, screen and (min-width: 769px) {
    .p-service-list .p-service-item-img-actv {
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); } }
.p-service-list .p-service-item-img-actv-main {
  transition: .5s .4s;
  color: transparent; }
  .p-service-list .p-service-item-img-actv-main:before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s .2s linear; }
  .p-service-list .p-service-item-img-actv-main:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 0;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: .2s linear; }
.p-service-list .p-service-item-img-actv-sub {
  transition: .5s .4s;
  color: transparent; }
  .p-service-list .p-service-item-img-actv-sub:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .2s .2s linear; }
  .p-service-list .p-service-item-img-actv-sub:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 0;
    border-right: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .2s linear; }
.p-service-list .is-actv .p-service-item-img:before {
  transition: .5s .4s;
  opacity: 1; }
.p-service-list .is-actv .p-service-item-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }
.p-service-list .is-actv .p-service-item-img-actv-main {
  color: inherit; }
  .p-service-list .is-actv .p-service-item-img-actv-main:before {
    transition: .2s linear;
    width: 100%; }
  .p-service-list .is-actv .p-service-item-img-actv-main:after {
    transition: .2s .2s linear;
    height: 100%; }
.p-service-list .is-actv .p-service-item-img-actv-sub {
  color: inherit; }
  .p-service-list .is-actv .p-service-item-img-actv-sub:before {
    transition: .2s linear;
    width: 100%; }
  .p-service-list .is-actv .p-service-item-img-actv-sub:after {
    transition: .2s .2s linear;
    height: 100%; }
.p-service-list .is-actv .c-btn02 {
  border-left: 1px solid #dc0a1d;
  border-top: 1px solid #f05035;
  border-bottom: 1px solid #f05035;
  border-right: 1px solid #fa9256;
  background-position: 0 0;
  color: #fff; }
  .p-service-list .is-actv .c-btn02:after {
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }

.p-service-list02 {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .p-service-list02 {
      margin-top: 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-service-list02 {
      margin-top: 80px; } }
  .p-service-list02 .p-service-item {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .p-service-list02 .p-service-item {
        width: calc((100% - 20px) / 2);
        margin-top: 20px; }
        .p-service-list02 .p-service-item:nth-child(2n-1) {
          margin-right: 20px; } }
    @media print, screen and (min-width: 769px) {
      .p-service-list02 .p-service-item {
        width: calc((100% - 90px) / 4); }
        .p-service-list02 .p-service-item:not(:nth-child(4n)) {
          margin-right: 30px; } }
  .p-service-list02 .p-service-link {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media print, screen and (min-width: 769px) {
      .p-service-list02 .p-service-link .c-link02,
      .p-service-list02 .p-service-link .p-service-lead {
        text-decoration: underline rgba(255, 255, 255, 0);
        transition: .5s; }
      .p-service-list02 .p-service-link:hover .c-link02,
      .p-service-list02 .p-service-link:hover .p-service-lead {
        text-decoration: underline; }
      .p-service-list02 .p-service-link:hover img {
        opacity: .7;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); } }
  .p-service-list02 .p-service-ttl {
    font-weight: bold;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .p-service-list02 .p-service-ttl {
        font-size: 14px;
        font-size: 1.4rem; } }
    @media print, screen and (min-width: 769px) {
      .p-service-list02 .p-service-ttl {
        font-size: 18px;
        font-size: 1.8rem; } }
    .p-service-list02 .p-service-ttl .c-link02 {
      display: block; }
  @media only screen and (max-width: 768px) {
    .p-service-list02 .p-service-lead {
      display: none; } }
  @media print, screen and (min-width: 769px) {
    .p-service-list02 .p-service-lead {
      font-size: 14px;
      font-size: 1.4rem;
      margin: 14px 0 0; } }
  .p-service-list02 .p-service-thumb {
    display: block;
    padding-top: 65%;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee; }
    @media only screen and (max-width: 768px) {
      .p-service-list02 .p-service-thumb {
        margin: 0 0 10px; } }
    @media print, screen and (min-width: 769px) {
      .p-service-list02 .p-service-thumb {
        margin: 0 0 20px; } }
    .p-service-list02 .p-service-thumb img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: .5s; }

_:-ms-lang(x), .is-actv .p-service-list .p-service-item-img:before {
  opacity: .7; }

/*
 * interview
 */
@media only screen and (max-width: 768px) {
  .p-interview-list {
    margin-top: 20px; } }
@media print, screen and (min-width: 769px) {
  .p-interview-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px; } }
.p-interview-list .p-interview-item {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-interview-list .p-interview-item {
      margin-top: 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-interview-list .p-interview-item {
      width: calc((100% - 90px) / 3); }
      .p-interview-list .p-interview-item:not(:nth-child(4n)) {
        margin-right: 30px; } }
.p-interview-list .p-interview-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  @media print, screen and (min-width: 769px) {
    .p-interview-list .p-interview-link .c-link02,
    .p-interview-list .p-interview-link .p-interview-lead {
      text-decoration: underline rgba(255, 255, 255, 0);
      transition: .5s; }
    .p-interview-list .p-interview-link:hover .c-link02,
    .p-interview-list .p-interview-link:hover .p-interview-lead {
      text-decoration: underline; }
    .p-interview-list .p-interview-link:hover img {
      opacity: .7;
      -webkit-transform: scale(1.1);
      transform: scale(1.1); } }
.p-interview-list .p-interview-ttl {
  font-weight: bold;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .p-interview-list .p-interview-ttl {
      font-size: 14px;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 769px) {
    .p-interview-list .p-interview-ttl {
      font-size: 18px;
      font-size: 1.8rem; } }
  .p-interview-list .p-interview-ttl .c-link02 {
    display: block; }
@media only screen and (max-width: 768px) {
  .p-interview-list .p-interview-lead {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0; } }
@media print, screen and (min-width: 769px) {
  .p-interview-list .p-interview-lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 14px 0 0; } }
.p-interview-list .p-interview-thumb {
  display: block;
  padding-top: 65%;
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #eee; }
  @media only screen and (max-width: 768px) {
    .p-interview-list .p-interview-thumb {
      margin: 0 0 10px; } }
  @media print, screen and (min-width: 769px) {
    .p-interview-list .p-interview-thumb {
      margin: 0 0 20px; } }
  .p-interview-list .p-interview-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s; }

/*
 * seminar
 */
@media only screen and (max-width: 768px) {
  .p-seminar-inr {
    margin-top: 35px; } }
@media print, screen and (min-width: 769px) {
  .p-seminar-inr {
    margin-top: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }

@media print, screen and (min-width: 769px) {
  .p-seminar-archive {
    width: calc(100% - 330px); } }

@media only screen and (max-width: 768px) {
  .p-seminar-ttl {
    margin-bottom: 10px; } }
@media print, screen and (min-width: 769px) {
  .p-seminar-ttl {
    margin-bottom: 20px; } }

@media print, screen and (min-width: 769px) {
  .p-seminar-detail {
    width: 220px; } }

.p-seminar-list-item {
  border-bottom: 1px solid #e5e5e5; }
  .p-seminar-list-item:first-child {
    border-top: 1px solid #e5e5e5; }

.p-seminar-list-link {
  display: block; }
  @media only screen and (max-width: 768px) {
    .p-seminar-list-link {
      padding: 20px 0; } }
  @media print, screen and (min-width: 769px) {
    .p-seminar-list-link {
      padding: 25px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      transition: .5s; }
      .p-seminar-list-link:hover {
        background: #efefef; }
        .p-seminar-list-link:hover .p-seminar-list-ttl {
          text-decoration: underline; } }

@media print, screen and (min-width: 769px) {
  .p-seminar-list-txt {
    width: calc(100% - 165px); } }

@media only screen and (max-width: 768px) {
  .p-seminar-list-ttl {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; } }
@media print, screen and (min-width: 769px) {
  .p-seminar-list-ttl {
    font-size: 15px;
    font-size: 1.5rem; } }

.p-seminar-list-close {
  display: inline-block;
  background: #a4abb5;
  color: #fff;
  padding: 1px 10px; }
  @media only screen and (max-width: 768px) {
    .p-seminar-list-close {
      font-size: 10px;
      font-size: 1rem;
      font-weight: normal; } }
  @media print, screen and (min-width: 769px) {
    .p-seminar-list-close {
      font-size: 13px;
      font-size: 1.3rem; } }

.p-seminar-list-detail {
  color: #666;
  margin-top: 1em;
  padding-left: 16px; }
  @media only screen and (max-width: 768px) {
    .p-seminar-list-detail {
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 769px) {
    .p-seminar-list-detail {
      font-size: 13px;
      font-size: 1.3rem; } }

.p-seminar-list-img {
  width: 140px;
  height: 94px; }
  .p-seminar-list-img img {
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 768px) {
  .p-seminar-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px; } }
@media print, screen and (min-width: 769px) {
  .p-seminar-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
@media only screen and (max-width: 768px) {
  .p-seminar-detail li {
    width: calc(50% - 6px);
    height: 130px; } }
@media print, screen and (min-width: 769px) {
  .p-seminar-detail li {
    height: 220px; } }

.p-seminar-detail-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center; }
  @media print, screen and (min-width: 769px) {
    .p-seminar-detail-link:hover .p-seminar-detail-img {
      opacity: .5; } }
  .p-seminar-detail-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #4f545c;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

.p-seminar-detail-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media print, screen and (min-width: 769px) {
    .p-seminar-detail-img {
      transition: .5s; } }
  .p-seminar-detail-img img {
    width: 100%;
    height: 100%; }

.p-seminar-detail-ttl {
  margin: 0;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-seminar-detail-ttl {
      font-size: 10px;
      font-size: 1rem; } }

.p-seminar-detail-btn {
  position: relative;
  z-index: 2;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: .5em 1em .5em .5em;
  text-align: center;
  letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    .p-seminar-detail-btn {
      margin: 2em 10px 0;
      font-size: 10px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 769px) {
    .p-seminar-detail-btn {
      margin: 2em 20px 0;
      font-size: 14px;
      font-size: 1.4rem; } }
  .p-seminar-detail-btn:after {
    content: "";
    display: block;
    width: .5em;
    height: .5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-seminar-detail-btn:after {
        right: .7em; } }
    @media print, screen and (min-width: 769px) {
      .p-seminar-detail-btn:after {
        right: 1em; } }

/*
 * promise
 */
.p-promise-item {
  background: #f3f5f8;
  margin-top: 20px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .p-promise-item {
      padding: 30px 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-promise-item {
      display: flex;
      align-items: center;
      padding: 35px; } }

.p-promise-item-num {
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: -5px; }
  @media only screen and (max-width: 768px) {
    .p-promise-item-num {
      width: auto;
      right: 20px; } }
  @media print, screen and (min-width: 769px) {
    .p-promise-item-num {
      width: 100px;
      right: 30px; } }
  .p-promise-item-num img {
    width: auto; }
    @media only screen and (max-width: 768px) {
      .p-promise-item-num img {
        height: 100px; } }
    @media print, screen and (min-width: 769px) {
      .p-promise-item-num img {
        height: 162px; } }

.p-promise-item-img {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .p-promise-item-img {
      width: auto;
      height: 156px;
      margin-bottom: 25px; } }
  @media print, screen and (min-width: 769px) {
    .p-promise-item-img {
      flex: 0 0 210px;
      height: 156px;
      margin-right: 30px; } }
  .p-promise-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.p-promise-item-body {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .p-promise-item-body {
      flex: 1 1 auto; } }

.p-promise-item-hl {
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .p-promise-item-hl {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 769px) {
    .p-promise-item-hl {
      font-size: 24px;
      font-size: 2.4rem; } }

.p-promise-item-txt {
  margin-top: .5em; }

/*
 * service item
 */
@media only screen and (max-width: 768px) {
  .p-service-item:not(:first-child) {
    margin-top: 50px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .p-service-item:not(:first-child) {
      margin-top: 100px; } }

@media print, screen and (min-width: 769px) {
  .p-service-item-img {
    width: 480px; } }

@media only screen and (max-width: 768px) {
  .p-service-item-txt {
    margin-top: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item-txt {
    max-width: 600px;
    width: calc(100% - 500px); } }

.p-service-item-ttl {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-service-item-ttl {
      padding-bottom: 10px; } }
  @media print, screen and (min-width: 769px) {
    .p-service-item-ttl {
      padding-bottom: 16px;
      margin-bottom: 30px; } }
  .p-service-item-ttl:after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(135deg, #dc0a1d, #f05035 50%, #fa9256);
    position: absolute;
    left: 0;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .p-service-item-ttl:after {
        width: 55px; } }
    @media print, screen and (min-width: 769px) {
      .p-service-item-ttl:after {
        width: 80px; } }

.p-service-item-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: .5em; }
  @media only screen and (max-width: 768px) {
    .p-service-item-btns {
      margin-left: -5px; } }
  @media print, screen and (min-width: 769px) {
    .p-service-item-btns {
      margin-left: -5px; } }
  @media only screen and (max-width: 768px) {
    .p-service-item-btns li {
      margin: 5px 0 0 5px; } }
  @media print, screen and (min-width: 769px) {
    .p-service-item-btns li {
      margin: 5px 0 0 5px; } }
  .p-service-item-btns a {
    display: block;
    background: #4f545c;
    color: #fff;
    padding: .1em 1.5em .2em .8em;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .p-service-item-btns a {
        font-size: 10px;
        font-size: 1rem; } }
    @media print, screen and (min-width: 769px) {
      .p-service-item-btns a {
        font-size: 12px;
        font-size: 1.2rem;
        transition: background .5s; }
        .p-service-item-btns a:hover {
          background: #7f8692; } }
    .p-service-item-btns a:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      position: absolute;
      right: .7em;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
      @media only screen and (max-width: 768px) {
        .p-service-item-btns a:after {
          width: 5px;
          height: 5px; } }
      @media print, screen and (min-width: 769px) {
        .p-service-item-btns a:after {
          width: 5px;
          height: 5px; } }

@media only screen and (max-width: 768px) {
  .p-service-detail-btn {
    margin-top: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-service-detail-btn {
    margin: 40px 0 0; } }

@media only screen and (max-width: 768px) {
  .p-service-item02:not(:first-child) {
    margin-top: 50px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item02 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap; }
    .p-service-item02:not(:first-child) {
      margin-top: 100px; } }

@media only screen and (max-width: 768px) {
  .p-service-item-img02 {
    height: 160px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item-img02 {
    flex: 0 0 50%;
    max-width: 600px;
    height: 300px; } }
.p-service-item-img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media only screen and (max-width: 768px) {
  .p-service-item-txt02 {
    margin-top: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item-txt02 {
    flex: 0 0 48%;
    max-width: 500px; } }

@media only screen and (max-width: 768px) {
  .p-service-item-list {
    margin-top: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-service-item-list {
    flex: 0 0 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; } }
.p-service-item-list > li {
  background: #f3f5f8; }
  @media only screen and (max-width: 768px) {
    .p-service-item-list > li {
      margin-top: 10px; }
      .p-service-item-list > li:nth-child(3) ~ li {
        display: none; } }
  @media print, screen and (min-width: 769px) {
    .p-service-item-list > li {
      flex: 0 0 calc((100% - 40px) / 3);
      margin-top: 20px; }
      .p-service-item-list > li:not(:nth-child(3n)) {
        margin-right: 20px; } }

.p-service-item-list-link {
  display: block;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .p-service-item-list-link {
      padding: 15px; } }
  @media print, screen and (min-width: 769px) {
    .p-service-item-list-link {
      padding: 20px; }
      .p-service-item-list-link:hover dt, .p-service-item-list-link:hover dd {
        text-decoration: underline; } }

.p-service-item-list-dl dt {
  padding-left: 16px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-bottom: .5em; }
  .p-service-item-list-dl dt:before {
    content: "";
    display: block;
    display: inline-block;
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg); }
    @media only screen and (max-width: 768px) {
      .p-service-item-list-dl dt:before {
        top: .9em;
        width: 6px;
        height: 6px;
        border-top: 2px solid #dc0a1d;
        border-right: 2px solid #f05035; } }
    @media print, screen and (min-width: 769px) {
      .p-service-item-list-dl dt:before {
        top: .85em;
        width: 7px;
        height: 7px;
        border-top: 3px solid #dc0a1d;
        border-right: 3px solid #f05035; } }
@media only screen and (max-width: 768px) {
  .p-service-item-list-dl dd {
    font-size: 12px;
    font-size: 1.2rem; } }
@media print, screen and (min-width: 769px) {
  .p-service-item-list-dl dd {
    font-size: 14px;
    font-size: 1.4rem; } }

.p-service-item-list-btn {
  display: inline-block;
  padding-right: 28px;
  position: relative; }
  .p-service-item-list-btn i {
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #dc0a1d;
    position: absolute;
    border-radius: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
    .p-service-item-list-btn i:before {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      background: #dc0a1d;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .p-service-item-list-btn i:after {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      background: #dc0a1d;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(90deg); }

@media only screen and (max-width: 768px) {
  .p-service-list {
    margin-top: 30px; } }
@media print, screen and (min-width: 769px) {
  .p-service-list {
    padding: 10px 40px 40px;
    margin-top: 40px; } }
@media print, screen and (min-width: 769px) {
  .p-service-list .c-lnav02-list-item {
    width: calc((100% - 25px* 3) / 4); }
    .p-service-list .c-lnav02-list-item:nth-child(4n) {
      margin-right: 0; } }
@media print, screen and (min-width: 769px) {
  .p-service-list .c-lnav02-list-item .c-lnav02-list-lead {
    font-size: 14px;
    font-size: 1.4rem; } }


/*
 * map
 */
@media print, screen and (min-width: 769px){.p-map{position:relative}}@media only screen and (max-width: 768px){.p-map-txt{margin-bottom:40px}}@media print, screen and (min-width: 769px){.p-map-txt{display:-webkit-flex;display:flex;margin-bottom:50px}}@media only screen and (max-width: 768px){.p-map-ttl{margin-bottom:35px}}@media print, screen and (min-width: 769px){.p-map-ttl{width:220px}}@media only screen and (max-width: 768px){.p-map-address{font-size:13px;font-size:1.3rem}}@media print, screen and (min-width: 769px){.p-map-address{font-size:15px;font-size:1.5rem}}.p-map-img{position:absolute;top:0;right:0}@media print, screen and (min-width: 769px){.p-googlemap{width:75%;min-width:900px}}.p-map-link{text-decoration:underline rgba(255,255,255,0);transition:.5s}@media print, screen and (min-width: 769px){.p-map-link:hover{text-decoration:underline}}.p-map-link-txt{text-align:right}@media only screen and (max-width: 768px){.p-map-link-txt{margin:15px 15px 0}}@media print, screen and (min-width: 769px){.p-map-link-txt{margin:20px 0 0}}.p-map-link-icon{fill:#333;display:inline-block;vertical-align:bottom;margin-right:4px}@media only screen and (max-width: 768px){.p-map-link-icon{width:14px;height:18px}}@media print, screen and (min-width: 769px){.p-map-link-icon{width:14px;height:21px}}@media only screen and (max-width: 768px){.p-googlemap-inr{height:280px}}@media print, screen and (min-width: 769px){.p-googlemap-inr{height:525px}}
