/* media query
**************************************************************************************************/
body {
  font: 16px YakuHanJP,"Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  background: #F8F5EC;
  color: #323232;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: .5px;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "Outfit", sans-serif;
  font-weight: 500; }

html {
  scroll-padding-top: 100px; }
  @media only screen and (min-width: 1025px) {
    html {
      scroll-padding-top: 140px; } }

img {
  width: 100%;
  height: auto; }

a {
  transition: all 0.5s; }
  a:hover {
    opacity: 0.65; }

/* font
**************************************************************************************************************************/
.outfit {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-style: normal; }

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal; }

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal; }

/* animation
**************************************************************************************************************************/
/* layout
**************************************************************************************************************************/
.is_tb {
  display: none !important; }

.is_tb_inline {
  display: none !important; }

.is_pc {
  display: none !important; }

.is_pc_inline {
  display: none !important; }

/* status
**************************************************************************************************************************/
/* common
**************************************************************************************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.5s; }
  header .inner {
    border-radius: 30px;
    padding: 14px 20px;
    transition: all 0.5s; }
  header .ci img {
    width: 126px; }
  header .glnv {
    margin-top: 20px;
    padding: 10px 60px;
    display: none; }
    header .glnv ul {
      font-size: 17px;
      font-weight: bold; }
      header .glnv ul li {
        margin-bottom: 1em; }
        header .glnv ul li a.btn {
          display: block;
          text-align: center; }
  header .tgl {
    position: absolute;
    right: 20px;
    top: 26px;
    cursor: pointer; }
    header .tgl p {
      width: 36px;
      height: 8px;
      text-indent: -9999px; }
      header .tgl p::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #323232;
        position: absolute;
        top: 0;
        left: auto;
        transition: all 0.5s; }
      header .tgl p::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #323232;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s; }
  header.was-scroll {
    padding: 20px 10px; }
    header.was-scroll .inner {
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(5px);
      box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05); }
  header.has-glnv {
    padding: 20px 10px; }
    header.has-glnv .inner {
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(5px);
      box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05); }
    header.has-glnv .tgl p::before {
      transform: rotate(-30deg);
      top: 4px; }
    header.has-glnv .tgl p::after {
      transform: rotate(30deg);
      bottom: 4px; }
  @media only screen and (min-width: 1025px) {
    header {
      padding: 50px; }
      header .inner {
        border-radius: 50px;
        padding: 0;
        transition: all 0.5s; }
      header .ci-glnv {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      header .ci img {
        width: 296px; }
      header .glnv {
        margin-top: 0px;
        padding: 0px;
        display: block; }
        header .glnv ul {
          font-size: 15px;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          header .glnv ul li {
            margin-bottom: 0;
            margin-left: 1.3em; }
            header .glnv ul li a.btn {
              display: block;
              text-align: center;
              padding-left: 3em; }
      header .tgl {
        display: none; }
      header.was-scroll {
        padding: 20px 50px; }
        header.was-scroll .inner {
          padding: 20px 30px 20px 50px; }
        header.was-scroll .ci img {
          width: 187px; } }

body.page .wrap {
  padding-top: 70px; }
  @media only screen and (min-width: 1025px) {
    body.page .wrap {
      padding-top: 180px; } }

main {
  background: url(../img/common/line.svg) 50% 0 repeat-y;
  background-size: 100% auto;
  padding-bottom: 100px; }

footer {
  background: #F5D11E;
  text-align: center;
  padding: 30px 35px; }
  footer .sitename {
    font-size: 32px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.25);
    line-height: 1; }
  footer .copyright {
    font-size: 10px;
    margin-top: 2em; }
  @media only screen and (min-width: 1025px) {
    footer {
      padding: 60px 70px; }
      footer .sitename {
        font-size: 9vw; }
      footer .copyright {
        font-size: 13px;
        margin-top: 5em; } }

/* parts
**************************************************************************************************************************/
.btn.btn-primary {
  background: #323232;
  color: #fff;
  border-radius: 100px;
  padding: 0.8em 2em;
  font-weight: bold; }
  .btn.btn-primary.has-blt {
    position: relative; }
    .btn.btn-primary.has-blt::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px; }
  .btn.btn-primary.is-wide {
    padding: 1em 5em;
    display: inline-block; }

.link.en {
  font-size: 18px; }
.link.link-dflt {
  background: url(../img/common/arw-r01.svg) 100% 50% no-repeat;
  padding-right: 22px; }

.hl01 {
  line-height: 1;
  margin-bottom: 0.8em; }
  .hl01 small {
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    display: block;
    font-size: 32px;
    position: relative;
    padding-left: 20px; }
    .hl01 small::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #F5D11E;
      position: absolute;
      top: 14px;
      left: 0; }
  .hl01 span {
    font-weight: bold;
    font-size: 13px;
    padding-left: 20px; }
  @media only screen and (min-width: 1025px) {
    .hl01 {
      margin-bottom: 2.6em; }
      .hl01 small {
        font-size: 48px;
        padding-left: 40px; }
        .hl01 small::before {
          width: 15px;
          height: 15px;
          top: 18px;
          left: 0; }
      .hl01 span {
        font-size: 18px;
        padding-left: 40px; } }

hgroup {
  margin-bottom: 2em;
  border-bottom: 1px solid #F5D11E;
  padding-bottom: 2em; }
  hgroup h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em; }
  hgroup .lead p {
    font-size: 15px;
    line-height: 2.4; }
  hgroup .lead a {
    text-decoration: underline; }
  @media only screen and (min-width: 1025px) {
    hgroup {
      display: flex;
      margin-bottom: 60px;
      padding-bottom: 40px; }
      hgroup .hl01 {
        width: 328px;
        margin-bottom: 0; }
      hgroup h3 {
        font-size: 20px; }
      hgroup .lead {
        flex: 1; } }

/* area
**************************************************************************************************************************/
.area-lead {
  margin-bottom: 50px;
  padding-top: 140px; }
  .area-lead .title {
    padding: 0 24px; }
    .area-lead .title h1 {
      margin-bottom: 10px; }
  .area-lead .body {
    position: relative; }
    .area-lead .body .line {
      width: 100%; }
      .area-lead .body .line svg {
        width: 100%;
        height: auto; }
        .area-lead .body .line svg .linepath {
          animation: stroke 4s linear;
          animation-fill-mode: forwards;
          stroke-dasharray: 4000;
          stroke-dashoffset: 4000; }
@keyframes stroke {
  0% {
    stroke-dashoffset: 4000; }
  70% {
    stroke-dashoffset: 0; }
  85% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
    .area-lead .body h2 {
      font-weight: bold;
      color: #fff;
      text-align: center;
      font-size: 11vw; }
    .area-lead .body .scroll {
      font-family: "Outfit", sans-serif;
      font-weight: 500;
      font-size: 12px;
      writing-mode: vertical-rl;
      position: absolute;
      right: 10px;
      bottom: 90px; }
      .area-lead .body .scroll::before {
        animation: scroll 2s infinite;
        background-color: #000;
        bottom: -40px;
        content: "";
        height: 30px;
        width: 1px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0; }
      .area-lead .body .scroll::after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
        position: absolute;
        bottom: -40px;
        right: 5px; }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%; } }
  @media only screen and (min-width: 1025px) {
    .area-lead {
      margin-bottom: 50px;
      padding-top: 280px; }
      .area-lead .title {
        padding: 0 100px;
        max-width: 1384px;
        margin: 0 auto;
        margin-bottom: -10vw; }
        .area-lead .title h1 {
          margin-bottom: 0px; }
          .area-lead .title h1 img {
            width: 524px; }
      .area-lead .body {
        position: relative; }
        .area-lead .body h2 {
          font-weight: bold;
          color: #fff;
          text-align: center;
          font-size: 11vw; }
        .area-lead .body .scroll {
          font-size: 13px;
          right: 40px;
          bottom: 260px; }
          .area-lead .body .scroll::after {
            right: 6px; } }

.is-dflt {
  padding: 0 20px;
  margin-bottom: 50px; }
  .is-dflt .inner {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 24px; }
  .is-dflt .body.has-bd {
    border-top: 1px solid #F5D11E;
    padding-top: 20px; }
  @media only screen and (min-width: 1025px) {
    .is-dflt {
      padding: 0 100px;
      margin-bottom: 100px; }
      .is-dflt:last-of-type {
        margin-bottom: 0; }
      .is-dflt .inner {
        max-width: 1184px;
        margin: 0 auto;
        padding: 60px; }
      .is-dflt .body.has-bd {
        padding-top: 40px; } }

@media only screen and (min-width: 1025px) {
  .area-info .inner {
    padding-bottom: 40px; }
  .area-info .title-body {
    display: flex; }
  .area-info .title {
    width: 360px; }
  .area-info .body {
    flex: 1; }
    .area-info .body .c-more {
      margin-top: 2em; } }

@media only screen and (min-width: 1025px) {
  .area-about .title-body {
    display: flex; }
  .area-about .title {
    width: 360px; }
  .area-about .body {
    flex: 1; } }

.area-message .body .img {
  margin-bottom: 24px; }
  .area-message .body .img img {
    border-radius: 20px; }
  .area-message .body .img p {
    font-weight: bold;
    margin-top: 1em;
    font-size: 18px; }
    .area-message .body .img p small {
      font-size: 14px; }
.area-message .body .txt p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 2em; }
@media only screen and (min-width: 1025px) {
  .area-message .body .imgtxt {
    display: flex;
    justify-content: space-between; }
  .area-message .body .img {
    margin-bottom: 0;
    width: 38%; }
    .area-message .body .img p {
      font-size: 24px; }
      .area-message .body .img p small {
        font-size: 18px; }
  .area-message .body .txt {
    width: 56%; }
    .area-message .body .txt p {
      line-height: 2.4;
      margin-bottom: 2em; } }

@media only screen and (min-width: 1025px) {
  .area-vision .title-body {
    display: flex; }
  .area-vision .title {
    width: 360px; }
  .area-vision .body {
    flex: 1; } }

.area-service .body .c-list-hl {
  margin-bottom: 2em; }
@media only screen and (min-width: 1025px) {
  .area-service .body {
    display: flex;
    justify-content: space-between; }
    .area-service .body .c-list-hl {
      margin-bottom: 0;
      flex: 1; }
    .area-service .body .c-img-service {
      width: 100px;
      margin-left: 100px;
      margin-right: 65px; } }

.area-contact .body p.send {
  text-align: center; }
  .area-contact .body p.send button, .area-contact .body p.send input {
    font-size: 18px;
    padding: 1em 5em;
    display: inline-block;
    width: auto; }
.area-contact .body .wpcf7-spinner {
  display: none; }

.area-news-detail .title {
  padding-bottom: 1.5em; }
  .area-news-detail .title .date {
    font-size: 15px;
    margin-bottom: 0.5em; }
  .area-news-detail .title h1 {
    font-size: 21px;
    font-weight: bold; }
@media only screen and (min-width: 1025px) {
  .area-news-detail .title {
    padding-bottom: 2.5em; }
    .area-news-detail .title .date {
      margin-bottom: 1em; }
    .area-news-detail .title h1 {
      font-size: 30px; } }

/* component
**************************************************************************************************************************/
.c-infolist {
  font-size: 15px;
  line-height: 1.6; }
  .c-infolist .row {
    margin-bottom: 0.5em; }
  @media only screen and (min-width: 1025px) {
    .c-infolist .row {
      display: flex;
      margin-bottom: 1em;
      margin-bottom: 0.5em; }
    .c-infolist dt {
      width: 90px; }
    .c-infolist dd {
      flex: 1; }
      .c-infolist dd a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1; } }

.c-list-dflt {
  list-style: disc;
  font-size: 15px;
  margin-left: 1em; }
  .c-list-dflt li {
    margin-bottom: 1em; }
    .c-list-dflt li:last-of-type {
      margin-bottom: 0; }

.c-tablelist {
  font-size: 15px;
  line-height: 1.6; }
  .c-tablelist .row {
    display: block; }
  .c-tablelist dt {
    font-weight: bold;
    margin-bottom: 0.5em; }
  .c-tablelist dd {
    border-bottom: 1px solid #F5D11E;
    padding-bottom: 1em;
    margin-bottom: 1em; }
  @media only screen and (min-width: 1025px) {
    .c-tablelist .row {
      display: flex; }
    .c-tablelist dt {
      width: 90px;
      padding: 1em 0;
      text-align: justify;
      margin-right: 2.5em;
      margin-bottom: 0;
      text-align-last: justify; }
    .c-tablelist dd {
      flex: 1;
      border-left: 1px solid #F5D11E;
      border-bottom: 0;
      padding: 1em 0;
      padding-left: 2.5em;
      margin-bottom: 0; } }

.c-visionlist .row {
  padding-top: 30px; }
.c-visionlist dt {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.6em; }
  .c-visionlist dt small {
    color: #F5D11E;
    font-size: 21px;
    display: block;
    margin-bottom: 0.5em; }
.c-visionlist dd h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 1em; }
.c-visionlist dd p {
  font-size: 15px;
  line-height: 1.8; }
@media only screen and (min-width: 1025px) {
  .c-visionlist .row {
    padding-top: 0px;
    margin-bottom: 60px; }
    .c-visionlist .row:last-of-type {
      margin-bottom: 0; }
  .c-visionlist dt {
    font-size: 30px; }
    .c-visionlist dt small {
      font-size: 30px;
      margin-bottom: 0.8em; }
  .c-visionlist dd h3 {
    font-size: 30px; } }

.c-list-hl .row {
  margin-bottom: 1.5em; }
  .c-list-hl .row:last-of-type {
    margin-bottom: 0; }
.c-list-hl dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 0.5em; }
  .c-list-hl dt::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F5D11E;
    position: absolute;
    top: 12px;
    left: 0; }
.c-list-hl dd {
  font-size: 15px;
  line-height: 2; }
@media only screen and (min-width: 1025px) {
  .c-list-hl .row {
    margin-bottom: 1.5em; }
    .c-list-hl .row:last-of-type {
      margin-bottom: 0; }
  .c-list-hl dt {
    font-size: 24px;
    font-weight: bold;
    padding-left: 1.1em;
    margin-bottom: 0.5em; }
    .c-list-hl dt::before {
      width: 10px;
      height: 10px;
      top: 14px;
      left: 0; } }

.c-img-service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .c-img-service li {
    width: 33%;
    text-align: center;
    margin-bottom: 20px; }
    .c-img-service li img {
      width: 60%; }
  @media only screen and (min-width: 1025px) {
    .c-img-service {
      display: block; }
      .c-img-service li {
        width: auto;
        margin-bottom: 70px; }
        .c-img-service li:last-of-type {
          margin-bottom: 0; }
        .c-img-service li img {
          width: auto;
          max-height: 100px;
          max-width: 100%; } }

.c-flow .flow {
  margin-bottom: 20px; }
.c-flow .img {
  text-align: center;
  margin-bottom: 20px; }
  .c-flow .img img {
    width: 30%;
    max-height: 100px; }
.c-flow .txt h3 {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  margin-bottom: 0.8em; }
  .c-flow .txt h3 .step {
    color: #F5D11E;
    margin-right: 0.5em; }
.c-flow .txt p {
  font-size: 15px;
  line-height: 1.8; }
@media only screen and (min-width: 1025px) {
  .c-flow .flow {
    margin-bottom: 60px; }
    .c-flow .flow:last-of-type {
      margin-bottom: 0; }
  .c-flow .imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 90px; }
  .c-flow .img {
    margin-bottom: 0px;
    width: 90px; }
    .c-flow .img img {
      width: 100%; }
  .c-flow .txt {
    flex: 1;
    margin-left: 100px; }
    .c-flow .txt h3 {
      font-size: 30px;
      text-align: left; } }

.c-contact .row {
  margin-bottom: 20px; }
.c-contact dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.8em; }
  .c-contact dt .require {
    font-size: 13px;
    color: #fff;
    background: #F5D11E;
    border-radius: 5px;
    padding: 0.2em 0.5em;
    margin-left: 0.5em; }
.c-contact input[type='text'], .c-contact input[type='email'], .c-contact textarea {
  border: 1px solid #F5D11E;
  border-radius: 10px;
  background: #fff; }
.c-contact .wpcf7-not-valid-tip {
  margin-top: 0.8em; }
@media only screen and (min-width: 1025px) {
  .c-contact .row {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-contact dt {
    font-size: 18px;
    margin-bottom: 0;
    width: 280px; }
    .c-contact dt .require {
      font-size: 13px;
      color: #fff;
      background: #F5D11E;
      border-radius: 5px;
      padding: 0.2em 0.5em;
      margin-left: 0.5em; }
  .c-contact dd {
    flex: 1; }
  .c-contact input[type='text'], .c-contact input[type='email'], .c-contact textarea {
    font-size: 16px;
    padding: 1.5em; } }

.c-more {
  text-align: right; }

.c-archive-info {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px; }
  .c-archive-info .img {
    margin-bottom: 10px; }
    .c-archive-info .img img {
      aspect-ratio: 656 / 492;
      object-fit: cover;
      border-radius: 10px; }
  .c-archive-info .txt .date {
    font-size: 15px;
    margin-bottom: 0.5em; }
  .c-archive-info .txt h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 15px; }
  @media only screen and (min-width: 1025px) {
    .c-archive-info {
      grid-gap: 40px;
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 60px; }
      .c-archive-info .img {
        margin-bottom: 16px; } }

.wp-pagenavi {
  text-align: center;
  font-size: 18px; }
  .wp-pagenavi .page {
    margin: 0 0.5em; }
  .wp-pagenavi .current {
    text-decoration: underline;
    margin: 0 0.5em; }

.editor {
  line-height: 1.8; }
  .editor * {
    margin-bottom: 1.5em; }
  .editor p, .editor li {
    line-height: 1.8;
    font-size: 15px; }
  @media only screen and (min-width: 1025px) {
    .editor * {
      margin-bottom: 2.5em; } }

/* modal
**************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important; }

  .is_tb {
    display: block !important; }

  .is_tb_inline {
    display: inline-block !important; } }
@media screen and (min-width: 1024px) {
  .is_pc {
    display: block !important; }

  .is_pc_inline {
    display: inline-block !important; } }

/*# sourceMappingURL=layout.css.map */
