@charset "UTF-8";
/*
 * HOME
*=============================================*/
#mv {
  width: 100%;
  height: 100vh;
  min-height: 650px;
  position: relative; }
  #mv .border-top {
    width: 100%;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
    transform: scale(0);
    transform-origin: top left;
    transition: 1s ease-in-out; }
  #mv .border-right {
    height: 100%;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
    transform: scale(0);
    transform-origin: bottom center;
    transition: 1s ease-in-out; }
  #mv .border-left {
    height: 100%;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 1;
    transform: scale(0);
    transform-origin: top center;
    transition: 1s ease-in-out; }
  #mv .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  #mv .text {
    width: calc(100% - 300px);
    max-width: 1580px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  #mv h2 {
    font-weight: 400;
    font-size: 80px;
    line-height: 120px; }
    #mv h2 span {
      display: block;
      font-size: 140px; }
  #mv h3 {
    font-weight: 500;
    font-size: 46px;
    line-height: 60px; }
  #mv .txt {
    line-height: 32px;
    padding-top: 30px; }
  #mv.is-active .border-top,
  #mv.is-active .border-right,
  #mv.is-active .border-left {
    transform: scale(1); }

.btn-scroll {
  width: 10px;
  height: 200px;
  position: absolute;
  bottom: -110px;
  left: calc(50% - 5px);
  cursor: pointer;
  z-index: 1; }
  .btn-scroll:before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%; }
  .btn-scroll:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 4px);
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite; }

@keyframes circlemove {
  0% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
@media screen and (max-width: 1440px) {
  .btn-scroll {
    height: 150px; } }
@media screen and (max-width: 1250px) {
  #mv .border-right {
    right: 25px; }
  #mv .border-left {
    left: 25px; }
  #mv .text {
    width: calc(100% - 150px); } }
@media screen and (max-width: 1100px) {
  #mv .border-right {
    right: 20px; }
  #mv .border-left {
    left: 20px; }
  #mv .text {
    width: calc(100% - 140px); } }
@media screen and (max-width: 1023px) {
  #mv .border-top {
    top: 70px; }
  #mv .border-right {
    right: 10px; }
  #mv .border-left {
    left: 10px; }
  #mv .text {
    width: calc(100% - 60px); }
  #mv h2 {
    font-size: 60px;
    line-height: 100px; }
    #mv h2 span {
      font-size: 100px; }
  #mv h3 {
    font-size: 36px; } }
@media screen and (max-width: 767px) {
  #mv {
    min-height: inherit; }
    #mv .text {
      width: calc(100% - 40px);
      bottom: 40px; }
    #mv h2 {
      font-size: 30px;
      line-height: 50px; }
      #mv h2 span {
        font-size: 50px; }
    #mv h3 {
      font-size: 20px;
      line-height: 30px;
      padding-top: 10px; }
    #mv .txt {
      font-size: 14px;
      padding-top: 20px; }

  .btn-scroll {
    height: 80px;
    bottom: -50px; } }
/* -- --*/
#top__service {
  padding: 200px 0 80px; }
  #top__service .row {
    display: flex;
    gap: 200px;
    position: relative;
    margin-top: 40px;
    padding: 50px 0; }
    #top__service .row + .row {
      margin-top: 80px; }
    #top__service .row:before {
      content: '';
      width: 62.5%;
      height: 100%;
      background: linear-gradient(to bottom, #000000, #000E2B);
      position: absolute;
      top: 0;
      right: 0; }
    #top__service .row figure {
      width: calc(50% - 90px);
      height: 500px; }
    #top__service .row .col {
      width: 680px;
      padding: 10px 0;
      position: relative; }
    #top__service .row h3 {
      display: flex;
      align-items: flex-end;
      gap: 15px;
      position: relative;
      padding-top: 85px; }
      #top__service .row h3 .sub {
        font-weight: 400;
        font-size: 110px;
        line-height: 149px;
        opacity: 0.1;
        position: absolute;
        top: 0;
        left: 0; }
      #top__service .row h3 .no {
        padding-bottom: 37px;
        position: relative; }
        #top__service .row h3 .no:before {
          content: '';
          width: 85px;
          height: 0;
          border-top: 1px solid #fff;
          position: absolute;
          top: 25px;
          left: 0;
          transform: skewY(135deg); }
    #top__service .row .txt,
    #top__service .row .button {
      padding-top: 30px; }
    #top__service .row .txt {
      line-height: 40px; }
    #top__service .row.img-r {
      flex-direction: row-reverse; }
      #top__service .row.img-r:before {
        right: auto;
        left: 0; }

@media screen and (max-width: 1650px) {
  #top__service .row {
    gap: 50px; }
    #top__service .row figure {
      width: calc(100% - 780px); } }
@media screen and (max-width: 1440px) {
  #top__service .row .col {
    width: 610px; }
  #top__service .row h3 .sub {
    font-size: 100px; }
  #top__service .row figure {
    width: calc(100% - 720px); } }
@media screen and (max-width: 1200px) {
  #top__service .row {
    flex-direction: column;
    align-items: center;
    padding: 0 0 80px; }
    #top__service .row + .row {
      margin-top: 0; }
    #top__service .row:before {
      width: 100%; }
    #top__service .row figure {
      width: 100%;
      height: auto; }
    #top__service .row .col {
      width: 100%;
      max-width: 680px;
      box-sizing: border-box; }
    #top__service .row.img-r {
      flex-direction: column; } }
@media screen and (max-width: 767px) {
  #top__service {
    padding: 100px 0 40px; }
    #top__service .row {
      gap: 40px;
      padding-bottom: 40px; }
      #top__service .row .col {
        padding: 0 20px; }
      #top__service .row h3 {
        padding-top: 30px; }
        #top__service .row h3 .sub {
          font-size: 50px;
          line-height: 50px; }
        #top__service .row h3 .no {
          padding-bottom: 15px; }
          #top__service .row h3 .no:before {
            width: 45px; }
      #top__service .row .txt {
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px; } }
/* -- --*/
.section-group {
  position: relative; }
  .section-group .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    .section-group .bg:before {
      content: '';
      display: block;
      width: 100%;
      height: 100vh;
      background: url("../img/index/bg-parallax.jpg") no-repeat center top/cover;
      position: sticky;
      top: 0; }

/* -- --*/
#top__reason .wrap {
  padding-top: 100px;
  padding-bottom: 80px; }
#top__reason h2 {
  font-weight: 400;
  font-size: 110px;
  letter-spacing: 0.1em;
  line-height: 149px;
  color: rgba(255, 255, 255, 0.2);
  position: relative; }
  #top__reason h2 .sub {
    font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.1em;
    line-height: 41px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0; }
#top__reason .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 40px; }
  #top__reason .box .col {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 40px 40px; }
  #top__reason .box h3 {
    position: relative;
    padding: 72px 0 14px; }
    #top__reason .box h3 .no {
      opacity: 0.15;
      font-weight: 400;
      font-size: 90px;
      line-height: 122px;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
  #top__reason .box .txt {
    line-height: 40px;
    padding-top: 30px; }
#top__reason hr {
  max-width: 1400px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  #top__reason .box {
    gap: 30px; }
    #top__reason .box .col {
      padding: 10px 30px 30px; } }
@media screen and (max-width: 1200px) {
  #top__reason .box {
    grid-template-columns: 500px;
    justify-content: center; }
    #top__reason .box .col {
      padding: 10px 40px 40px; } }
@media screen and (max-width: 767px) {
  #top__reason .wrap {
    padding-top: 40px;
    padding-bottom: 50px; }
  #top__reason h2 {
    font-size: 50px;
    line-height: 60px; }
    #top__reason h2 .sub {
      font-size: 18px;
      line-height: 26px;
      bottom: 0; }
  #top__reason .box {
    grid-template-columns: 1fr; }
    #top__reason .box .col {
      padding: 10px 20px 30px; }
    #top__reason .box h3 {
      padding: 20px 0 0; }
      #top__reason .box h3 .no {
        font-size: 50px;
        line-height: 50px;
        top: 0;
        bottom: auto; }
    #top__reason .box .txt {
      font-size: 14px;
      line-height: 30px;
      padding-top: 20px; } }
/* -- --*/
#top__company .wrap {
  padding-top: 80px;
  padding-bottom: 100px; }
#top__company h2 {
  font-weight: 400;
  font-size: 110px;
  letter-spacing: 0.1em;
  line-height: 149px;
  color: rgba(255, 255, 255, 0.2);
  position: relative; }
  #top__company h2 .sub {
    font-weight: 500;
    font-size: 29px;
    letter-spacing: 0.1em;
    line-height: 41px;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0; }
#top__company .box {
  display: grid;
  grid-template-columns: 1fr 550px;
  align-items: flex-start;
  gap: 70px;
  padding: 40px 0 10px; }
  #top__company .box figure {
    position: relative; }
    #top__company .box figure:before {
      content: '';
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, #000000, #D6D6D6);
      position: absolute;
      top: 10px;
      left: 10px; }
  #top__company .box .col {
    padding: 30px 0; }
  #top__company .box .txt {
    line-height: 40px;
    padding-top: 30px; }
  #top__company .box hr {
    margin-top: 40px; }
  #top__company .box h4 {
    letter-spacing: 0.1em; }
  #top__company .box h4,
  #top__company .box .button {
    padding-top: 40px; }
  #top__company .box ul {
    line-height: 40px;
    padding-top: 20px; }

@media screen and (max-width: 1200px) {
  #top__company .box {
    grid-template-columns: 1fr 350px;
    gap: 50px; } }
@media screen and (max-width: 1200px) {
  #top__company .box {
    grid-template-columns: 1fr; }
    #top__company .box figure {
      max-width: 550px;
      margin: 0 auto; }
    #top__company .box .col {
      padding: 0; } }
@media screen and (max-width: 767px) {
  #top__company .wrap {
    padding-top: 40px;
    padding-bottom: 50px; }
  #top__company h2 {
    font-size: 50px;
    line-height: 60px; }
    #top__company h2 .sub {
      font-size: 18px;
      line-height: 26px;
      bottom: 0; }
  #top__company .box .txt {
    line-height: 30px;
    padding-top: 20px; }
  #top__company .box hr {
    margin-top: 30px; }
  #top__company .box h4 {
    padding-top: 30px; }
  #top__company .box ul {
    line-height: 30px; }
  #top__company .box .button {
    padding-top: 20px; } }
@media screen and (min-width: 1441px) {
  #top__company .wrap {
    max-width: 1400px; } }
/* -- --*/
#top__news {
  background: linear-gradient(to bottom, #000000, #000E2B);
  padding: 100px 0; }

#top__news .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px 0; }
  #top__news .box figure a {
    display: block;
    padding-top: 66.66%;
    position: relative; }
    #top__news .box figure a img {
      position: absolute;
      top: 0;
      left: 0; }
  #top__news .box .cat {
    font-size: 12px;
    line-height: 17px;
    padding-top: 8px; }
    #top__news .box .cat a {
      display: inline-block;
      min-width: 60px;
      background-color: #fff;
      color: #333;
      border-radius: 2px;
      padding: 3px 10px;
      text-align: center; }
      #top__news .box .cat a:hover {
        background-color: #333;
        color: #fff;
        opacity: 1; }
  #top__news .box .ttl {
    line-height: 24px;
    padding-top: 5px; }
    #top__news .box .ttl a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }
  #top__news .box time {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-top: 8px; }

#top__news .button {
  position: absolute;
  top: 35px;
  right: 0; }

@media screen and (max-width: 767px) {
  #top__news {
    padding: 50px 0; }
    #top__news .box {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px; }
      #top__news .box .cat,
      #top__news .box time {
        font-size: 10px;
        line-height: 15px; }
      #top__news .box .cat a {
        min-width: 50px;
        padding: 2px 6px; }
      #top__news .box .ttl {
        font-size: 11px;
        line-height: 17px; }
    #top__news .button {
      position: static;
      padding-bottom: 30px; } }
/* -- --*/
.section__cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .section__cta a {
    display: block;
    min-height: 440px;
    padding: 60px;
    position: relative;
    box-sizing: border-box; }
    .section__cta a:after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      transition: 0.3s ease-in-out; }
    .section__cta a img {
      position: absolute;
      top: 0;
      left: 0; }
    .section__cta a:hover {
      opacity: 1; }
      .section__cta a:hover:after {
        background-color: rgba(51, 51, 51, 0.9); }
  .section__cta .text {
    position: relative;
    z-index: 1; }
  .section__cta h2 {
    font-size: 60px;
    letter-spacing: 0.1em;
    line-height: 81px; }
    .section__cta h2 span {
      display: block;
      letter-spacing: 0.1em; }
  .section__cta .txt {
    max-width: 500px;
    line-height: 32px;
    padding-top: 30px; }

@media screen and (max-width: 1023px) {
  .section__cta a {
    padding: 30px; }
  .section__cta h2 {
    font-size: 50px; } }
@media screen and (max-width: 767px) {
  .section__cta {
    grid-template-columns: 1fr; }
    .section__cta a {
      min-height: inherit;
      padding: 30px 20px; }
    .section__cta h2 {
      font-size: 40px;
      line-height: 50px; }
    .section__cta .txt {
      line-height: 24px;
      padding-top: 20px; } }
/* =============================================
 * サービス案内
*=============================================*/
.service .wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 180px; }
.service__nav {
  padding-top: 35px; }
  .service__nav ul {
    position: sticky;
    top: 120px; }
    .service__nav ul li:not(:last-child) {
      padding-bottom: 20px; }
  .service__nav a {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 10px; }
    .service__nav a i {
      width: 20px;
      height: 20px;
      position: relative;
      top: 2px; }
      .service__nav a i svg {
        grid-area: 1/1;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .service__nav a i .dot {
        fill: #fff;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1); }
      .service__nav a i .circle {
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
        transition: all 1s cubic-bezier(1, 0, 0, 1);
        transition-timing-function: cubic-bezier(1, 0, 0, 1);
        color: #fff;
        stroke: #fff; }
    .service__nav a:hover, .service__nav a.active {
      color: #FFB357; }
      .service__nav a:hover i .dot, .service__nav a.active i .dot {
        fill: #FFB357; }
      .service__nav a:hover i .circle, .service__nav a.active i .circle {
        stroke-dashoffset: 0;
        color: #FFB357;
        stroke: #FFB357; }
.service h2 {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  padding-top: 85px; }
  .service h2 .sub {
    font-weight: 400;
    font-size: 110px;
    line-height: 149px;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0; }
  .service h2 .no {
    padding-bottom: 37px;
    position: relative; }
    .service h2 .no:before {
      content: '';
      width: 85px;
      height: 0;
      border-top: 1px solid #fff;
      position: absolute;
      top: 25px;
      left: 0;
      transform: skewY(135deg); }
.service .service__item {
  line-height: 24px; }
  .service .service__item:not(:last-child) {
    padding-bottom: 80px; }
  .service .service__item h3,
  .service .service__item figure,
  .service .service__item .text {
    padding-top: 30px; }
  .service .service__item .desc {
    padding-top: 20px; }
  .service .service__item .text p {
    padding-top: 20px; }
  .service .service__item hr {
    margin-top: 30px; }
    .service .service__item hr:not(:last-child) {
      margin-bottom: 30px; }

@media screen and (max-width: 1440px) {
  .service .wrap {
    gap: 80px; } }
@media screen and (max-width: 1023px) {
  .service .wrap {
    grid-template-columns: 1fr;
    gap: 30px; }
  .service__nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
    .service__nav ul li:not(:last-child) {
      padding-bottom: 0; }
  .service__nav a i .dot {
    fill: #fff; }
  .service__nav a i .circle {
    stroke-dashoffset: 0; } }
@media screen and (max-width: 767px) {
  .service__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    font-size: 13px; }
    .service__nav ul a i {
      top: 0; }
  .service h2 {
    padding-top: 30px; }
    .service h2 .sub {
      font-size: 50px;
      line-height: 50px; }
    .service h2 .no {
      padding-bottom: 15px; }
      .service h2 .no:before {
        width: 45px; } }
@media screen and (min-width: 1441px) {
  .service .wrap {
    max-width: 1400px; } }
/* =============================================
 * 会社案内
*=============================================*/
#company__greeting .txt {
  line-height: 36px;
  padding-top: 40px; }
  #company__greeting .txt p + p {
    padding-top: 30px; }
#company__greeting .name {
  padding-top: 50px; }
  #company__greeting .name dd {
    font-weight: 500;
    letter-spacing: 0.2em;
    padding: 10px 0 28px; }
    #company__greeting .name dd .kana {
      font-weight: 400;
      font-size: 40px;
      letter-spacing: 0.1em;
      line-height: 55px;
      opacity: 0.2;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0; }
#company__greeting figure {
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  #company__greeting .txt {
    text-align: justify;
    line-height: 32px;
    padding-top: 20px; }
    #company__greeting .txt p + p {
      padding-top: 20px; }
  #company__greeting .name {
    padding-top: 30px; }
    #company__greeting .name dd {
      font-size: 22px;
      padding: 5px 0 20px; }
      #company__greeting .name dd .kana {
        font-size: 30px;
        line-height: 40px; }
  #company__greeting figure {
    padding-top: 40px; } }
/* -- -- */
#company__outline {
  padding-top: 170px; }
  #company__outline .tb-style {
    padding-top: 40px; }
  #company__outline figure {
    padding-top: 80px; }

@media screen and (max-width: 767px) {
  #company__outline {
    padding-top: 80px; }
    #company__outline .tb-style {
      padding-top: 20px; }
    #company__outline figure {
      padding-top: 40px; } }
/* -- -- */
#company__access {
  line-height: 24px;
  padding: 170px 0 100px; }
  #company__access .txt {
    padding-top: 40px; }
  #company__access .gmap {
    width: 100%;
    height: 570px;
    margin-top: 20px; }
    #company__access .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }
  #company__access .text {
    padding-top: 30px; }
    #company__access .text ul {
      padding-top: 20px; }
      #company__access .text ul li {
        text-indent: -18px;
        padding-left: 18px; }
    #company__access .text hr {
      margin-top: 30px; }
      #company__access .text hr:not(:last-child) {
        margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  #company__access {
    padding: 80px 0 50px; }
    #company__access .txt {
      padding-top: 20px; }
    #company__access .gmap {
      height: 300px; }
    #company__access .text ul li {
      text-indent: -15px;
      padding-left: 15px; } }
/* =============================================
 * 採用情報
*=============================================*/
#recruit__message {
  padding-bottom: 80px; }
  #recruit__message .txt {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    line-height: 36px; }
  #recruit__message hr {
    border-bottom: 1px dashed #fff;
    margin-top: 80px; }

@media screen and (max-width: 767px) {
  #recruit__message {
    padding-bottom: 40px; }
    #recruit__message .txt {
      text-align: justify;
      padding-top: 20px;
      line-height: 30px; }
    #recruit__message hr {
      margin-top: 40px; } }
/* -- -- */
#recruit__guidelines {
  padding-bottom: 100px; }
  #recruit__guidelines .tb-style {
    padding-top: 40px; }

@media screen and (max-width: 1023px) {
  #recruit__guidelines h2 {
    font-size: 90px; } }
@media screen and (max-width: 767px) {
  #recruit__guidelines {
    padding-bottom: 50px; }
    #recruit__guidelines h2 {
      font-size: 45px; }
    #recruit__guidelines .tb-style {
      padding-top: 20px; }
      #recruit__guidelines .tb-style dl dt {
        width: 100px; } }
/*=============================================
 * Contact
 *=============================================*/
.contact {
  padding-bottom: 100px; }
  .contact__title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 26px;
    border-left: 4px solid #FFB357;
    padding-left: 10px; }
  .contact__tel {
    padding: 0 50px; }
    .contact__tel .tel {
      padding-top: 30px; }
      .contact__tel .tel a {
        display: inline-block;
        background: url("../img/common/icon-tel.svg") no-repeat center left/32px auto;
        font-size: 32px;
        line-height: 44px;
        padding-left: 35px; }
    .contact__tel .time {
      padding-top: 10px; }
    .contact__tel .note {
      line-height: 24px;
      padding-top: 20px; }
  .contact__form {
    padding: 0 50px; }
  .contact .form-desc {
    padding-top: 30px; }
  .contact .form-input {
    padding-top: 10px; }
  .contact .form-row {
    margin-top: 10px;
    padding: 20px 30px; }
    .contact .form-row .caption {
      display: flex;
      align-items: center;
      gap: 6px;
      font-weight: 500;
      line-height: 24px; }
      .contact .form-row .caption span {
        background-color: #E1344C;
        color: #fff;
        width: 46px;
        font-weight: 400;
        font-size: 12px;
        border-radius: 50px;
        text-align: center; }
    .contact .form-row .input {
      padding-top: 10px; }
  .contact .form-note {
    color: #FFB357;
    padding-top: 30px; }
  .contact .form-privacy {
    height: 300px;
    background-color: #fff;
    color: #333;
    line-height: 24px;
    margin-top: 40px;
    padding: 20px 40px;
    overflow-y: auto;
    box-sizing: border-box; }
    .contact .form-privacy-content p + p {
      padding-top: 25px; }
    .contact .form-privacy-check {
      padding-top: 30px;
      text-align: center; }
      .contact .form-privacy-check .wpcf7-checkbox {
        align-items: center; }
  .contact .form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 60px; }
    .contact .form-btn input {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    .contact .form-btn p {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #F8F6F2;
      color: #333;
      border: 2px solid #ccc;
      width: 320px;
      height: 60px;
      box-sizing: border-box;
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      text-align: center;
      border-radius: 50px;
      transition: all 0.3s;
      position: relative; }
      .contact .form-btn p:hover {
        ackground-color: #ccc; }
    .contact .form-btn .btn-back {
      background-color: #ccc; }
      .contact .form-btn .btn-back:hover {
        opacity: 0.7; }
    .contact .form-btn .btn-send {
      background-color: #333;
      border-color: #333;
      color: #fff; }
      .contact .form-btn .btn-send:hover {
        opacity: 0.7; }
    .contact .form-btn .wpcf7-spinner {
      display: none; }
  .contact hr {
    border-bottom: 2px dashed #fff;
    margin: 50px 0; }
  .contact.thanks .txt {
    padding-top: 40px; }
    .contact.thanks .txt p + p {
      padding-top: 30px; }
  .contact.thanks .button {
    padding-top: 40px; }

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 50px; }
    .contact__tel {
      padding: 0; }
    .contact__form {
      padding: 0; }
    .contact .form-row {
      padding: 10px; }
    .contact .form-privacy {
      padding: 20px; }
    .contact .form-btn {
      flex-direction: column;
      gap: 10px;
      padding-top: 40px; }
    .contact.thanks .txt {
      text-align: justify;
      padding-top: 30px; }
      .contact.thanks .txt p + p {
        padding-top: 20px; }
    .contact.thanks .button {
      padding-top: 30px; } }
/* =============================================
 * Post Type
*=============================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding-top: 40px; }

.wp-pagenavi .pages {
  display: none; }

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  box-sizing: border-box;
  color: #fff; }

.wp-pagenavi a:hover {
  opacity: 1;
  color: #FFB357; }

.wp-pagenavi .current {
  pointer-events: none;
  color: #FFB357; }

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  width: 40px;
  height: 26px;
  font-size: 0; }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    opacity: 0.7; }
.wp-pagenavi .previouspostslink {
  background: url("../img/common/pagenavi-arrow-prev.png") no-repeat center left/18px auto;
  border-right: 1px solid #fff; }
.wp-pagenavi .nextpostslink {
  background: url("../img/common/pagenavi-arrow-next.png") no-repeat center right/18px auto;
  border-left: 1px solid #fff; }

/* -- -- */
.sidebar li {
  width: 180px; }
.sidebar a {
  display: block;
  background-color: #444;
  color: #fff;
  border-radius: 2px;
  font-weight: 500;
  line-height: 24px;
  padding: 8px;
  box-sizing: border-box;
  text-align: center; }
  .sidebar a:hover, .sidebar a.current {
    background-color: #FFB357;
    color: #333;
    opacity: 1; }

/* -- -- */
.news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 80px; }
  .news__list figure a {
    display: block;
    padding-top: 66.66%;
    position: relative; }
    .news__list figure a img {
      position: absolute;
      top: 0;
      left: 0; }
  .news__list .cat {
    font-size: 12px;
    line-height: 17px;
    padding-top: 8px; }
    .news__list .cat a {
      display: inline-block;
      min-width: 60px;
      background-color: #fff;
      color: #333;
      border-radius: 2px;
      padding: 3px 10px;
      text-align: center; }
      .news__list .cat a:hover {
        background-color: #333;
        color: #fff;
        opacity: 1; }
  .news__list .ttl {
    line-height: 24px;
    padding-top: 5px; }
    .news__list .ttl a {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      overflow: hidden; }
  .news__list time {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    padding-top: 8px; }

@media screen and (max-width: 1023px) {
  .news__list {
    gap: 40px; } }
@media screen and (max-width: 767px) {
  .news__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px; }
    .news__list .cat,
    .news__list time {
      font-size: 10px;
      line-height: 15px; }
    .news__list .cat a {
      min-width: 50px;
      padding: 2px 6px; }
    .news__list .ttl {
      font-size: 11px;
      line-height: 17px; } }
/* -- -- */
.cpt-archive {
  padding-bottom: 100px; }
  .cpt-archive hr {
    margin-top: 40px; }
  .cpt-archive .sidebar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px; }
  .cpt-archive .news__list {
    max-width: 1015px;
    margin: 0 auto;
    padding-top: 50px; }

@media screen and (max-width: 767px) {
  .cpt-archive {
    padding-bottom: 50px; }
    .cpt-archive .sidebar ul {
      justify-content: flex-start;
      gap: 10px; }
      .cpt-archive .sidebar ul li {
        width: calc(50% - 5px); }
    .cpt-archive .news__list {
      padding-top: 30px; } }
/*
 * Post Detail
 *=============================================*/
.cpt-single {
  position: relative;
  padding-bottom: 100px; }
  .cpt-single .wrap {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 120px; }
  .cpt-single .sidebar li + li {
    padding-top: 20px; }

.cpt-single-time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #fff;
  padding: 10px 0; }

.cpt-single-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  line-height: 17px; }

.cpt-single-cate a {
  display: block;
  min-width: 60px;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
  text-align: center;
  padding: 3px 10px; }
  .cpt-single-cate a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1; }

.cpt-single-title {
  padding-top: 5px; }

.cpt-single-content {
  padding-top: 30px; }
  .cpt-single-content > *:not(h2, h3) {
    margin: 0 50px;
    box-sizing: border-box; }
  .cpt-single-content h2 {
    background-color: #444444;
    border-left: 8px solid #FFB357;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    padding: 13px 20px;
    margin: 50px 0 20px; }
  .cpt-single-content h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    border-left: 5px solid #FFB357;
    border-bottom: 2px solid #FFB357;
    padding: 0 20px 10px;
    margin: 50px 25px 20px;
    box-sizing: border-box; }
  .cpt-single-content h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    border-left: 5px solid #FFB357;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .cpt-single-content h1:first-child,
  .cpt-single-content h2:first-child,
  .cpt-single-content h3:first-child,
  .cpt-single-content h4:first-child,
  .cpt-single-content h5:first-child,
  .cpt-single-content h6:first-child {
    margin-top: 0; }
  .cpt-single-content h2 + h3,
  .cpt-single-content h2 + h4,
  .cpt-single-content h3 + h4 {
    margin-top: 0; }
  .cpt-single-content span[style="background-color: #ffb357;"] {
    color: #333; }
  .cpt-single-content mark {
    background-color: #ffb357;
    color: #333; }

.cpt-single-content p img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.cpt-single-content p img.aligncenter {
  display: block;
  margin: 0 auto; }

.cpt-single-content p img.alignright {
  display: block;
  margin-left: auto; }

.cpt-single-content p img:last-child {
  margin-right: 0; }

.cpt-single-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: 15px;
  line-height: 26px;
  padding-top: 60px; }
  .cpt-single-btn .back a {
    display: block;
    padding: 0 22px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  .cpt-single-btn .prev,
  .cpt-single-btn .next {
    width: 18px;
    height: 18px; }
    .cpt-single-btn .prev a,
    .cpt-single-btn .next a {
      display: block;
      width: 100%;
      height: 100%; }
  .cpt-single-btn .prev a {
    background: url("../img/common/pagenavi-arrow-prev.png") no-repeat center top/cover; }
  .cpt-single-btn .next a {
    background: url("../img/common/pagenavi-arrow-next.png") no-repeat center top/cover; }

@media screen and (max-width: 1440px) {
  .cpt-single .wrap {
    gap: 50px; } }
@media screen and (max-width: 1023px) {
  .cpt-single-content p img {
    display: block;
    margin: 0 auto 15px; }

  .cpt-single-content p img:last-child {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .cpt-single {
    padding-bottom: 50px; }
    .cpt-single .wrap {
      grid-template-columns: 1fr; }
    .cpt-single .sidebar ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
      .cpt-single .sidebar ul li {
        width: 100%; }
        .cpt-single .sidebar ul li + li {
          padding-top: 0; }

  .cpt-single-title {
    font-size: 20px; }

  .cpt-single-content > *:not(h2, h3) {
    margin: 0 20px; }
  .cpt-single-content h2 {
    font-size: 20px;
    padding: 9px 15px; }
  .cpt-single-content h3 {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0 10px 10px; }
  .cpt-single-content h4 {
    font-size: 16px; }

  .cpt-single-content p img {
    display: block;
    margin: 0 auto 15px; }

  .cpt-single-content p img.alignright {
    margin: 0 auto 15px; }

  .cpt-single-content p img:last-child {
    margin: 0 auto !important; }

  .cpt-single-btn {
    padding-top: 40px; } }
.cpt-single-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 20px;
  padding-top: 30px; }

.cpt-single-gallery .tab-content {
  width: 100%; }

.cpt-single-gallery .tab-content li {
  width: 100%;
  padding-top: 66.6%;
  position: relative; }

.cpt-single-gallery .tab-content li img {
  display: block;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.cpt-single-gallery .tab-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%; }

.cpt-single-gallery .tab-link li {
  width: calc(25% - 8px);
  padding-top: calc(25% - 8px);
  position: relative;
  transition: all 0.2s; }

.cpt-single-gallery .tab-link li:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s; }

.cpt-single-gallery .tab-link li img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.cpt-single-gallery .tab-link li.active:after {
  opacity: 1; }

.cpt-single-gallery .tab-link li:hover {
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  .cpt-single-gallery {
    margin: 0 10px; } }
/*=============================================
 * 利用規約
*=============================================*/
#privacy-policy-terms {
  padding-bottom: 150px; }

#privacy-policy-terms .box {
  font-size: 14px;
  line-height: 20px; }

#privacy-policy-terms .box dl {
  padding-top: 40px; }

#privacy-policy-terms .box dl dt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

#privacy-policy-terms .box dl dd {
  padding: 10px 0 0 30px; }

#privacy-policy-terms .box dl dd p + p {
  padding-top: 15px; }

#privacy-policy-terms .box ol {
  list-style: decimal;
  padding-left: 15px; }

#privacy-policy-terms .box ol li + li {
  padding-top: 15px; }

#privacy-policy-terms .box p + ol {
  padding: 15px 0 0 30px; }

#privacy-policy-terms .box ol li ol {
  padding-top: 15px; }

#privacy-policy-terms .end {
  padding-top: 15px; }

@media screen and (max-width: 767px) {
  #privacy-policy-terms {
    padding-bottom: 50px; }

  #privacy-policy-terms .box {
    padding-top: 20px; }

  #privacy-policy-terms .box dl dd {
    padding-left: 10px; }

  #privacy-policy-terms .box p + ol {
    padding-left: 15px; } }
/*=============================================
 * ご利用ガイド
*=============================================*/
#guide__list {
  padding: 0; }

#guide__list .heading {
  width: 31.25%;
  padding: 0 20px 15px;
  box-sizing: border-box; }

#guide__list h2 {
  max-width: 300px;
  font-weight: 600;
  margin-left: auto; }

#guide__list .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #5F878F;
  border-bottom: 1px solid #5F878F; }

#guide__list .row .nav {
  width: 31.25%;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  border-right: 1px solid #5F878F;
  padding: 80px 20px;
  box-sizing: border-box; }

#guide__list .row .nav ul {
  max-width: 300px;
  position: sticky;
  top: 120px;
  margin-left: auto; }
  #guide__list .row .nav ul li + li {
    padding-top: 30px; }

#guide__list .row .nav ul a {
  display: inline-block;
  color: #ccc;
  padding-left: 15px;
  position: relative; }
  #guide__list .row .nav ul a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 11px;
    left: 0; }

#guide__list .row .nav ul a.active {
  color: #333; }
  #guide__list .row .nav ul a.active:before {
    background-color: #3D9FCA; }

#guide__list .row .contents {
  width: 68.75%; }

#guide__list .row hr {
  border-bottom-color: #5F878F; }

#guide__list .row .item {
  padding: 80px;
  position: relative; }

#guide__list .row .item dl {
  max-width: 720px;
  padding-top: 30px; }

#guide__list .row .item dl dt {
  font-size: 18px;
  line-height: 26px;
  color: #5F878F; }

#guide__list .row .item dl dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  padding-top: 15px; }

@media screen and (max-width: 1023px) {
  #guide__list .heading {
    padding: 0 10px 15px; }

  #guide__list .row .nav {
    padding: 60px 10px; } }
@media screen and (max-width: 767px) {
  #guide__list {
    padding: 0; }

  #guide__list .heading {
    width: auto;
    padding: 0 20px 15px; }

  #guide__list h2 {
    margin-left: 0; }

  #guide__list .row .nav {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #000;
    padding: 20px; }

  #guide__list .row .nav ul {
    margin-left: 0; }
    #guide__list .row .nav ul li + li {
      padding-top: 10px; }

  #guide__list .row .contents {
    width: 100%; }

  #guide__list .row .item {
    padding: 30px 20px; }

  #guide__list .row .item dl dt {
    font-size: 15px; } }

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