@charset "UTF-8";
/*=============================================
 * HOME
*=============================================*/
#mv {
  background-color: #fff;
  width: 100%;
  position: relative;
  margin-bottom: 2%; }
  #mv:before {
    content: '';
    width: 100%;
    padding-top: 6.1%;
    background: url("../img/common/kv-bg-t.png") no-repeat center top/cover;
    position: absolute;
    bottom: 100%;
    left: 0; }
  #mv:after {
    content: '';
    width: 100%;
    padding-top: 6.1%;
    background: url("../img/common/kv-bg-b.png") no-repeat center top/cover;
    position: absolute;
    top: 88%;
    left: 0; }
  #mv .row {
    position: relative;
    padding: 0 80px; }
  #mv h2 {
    width: 8%;
    max-width: 158px;
    position: absolute;
    top: 50%;
    left: calc(50% - 680px);
    z-index: 1;
    transform: translateY(-50%); }
  #mv .wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-top: 14px;
    z-index: 1; }
  #mv h3 {
    background: url("../img/index/mv-deco.png") no-repeat center left/auto 100%;
    padding: 5px 0 5px 50px;
    line-height: 42px; }
  #mv .hr {
    border-left: 1px solid #CFCFCF;
    height: 90px; }

.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) {
  #mv h2 {
    left: calc(50% - 500px); }

  .btn-scroll {
    height: 150px; } }
@media screen and (max-width: 1200px) {
  #mv .row {
    padding: 0 40px; }
  #mv h2 {
    left: calc(50% - 400px); }
  #mv .wrap {
    gap: 20px; }
  #mv h3 {
    font-size: 18px; } }
@media screen and (max-width: 1023px) {
  #mv {
    margin: 0 0 6%; }
    #mv:after {
      top: 100%; }
    #mv .row {
      padding: 0; }
    #mv h2 {
      width: 10%;
      left: calc(50% - 340px); }
    #mv .wrap {
      flex-direction: column;
      align-items: flex-start; }
    #mv .hr {
      width: 90px;
      border-top: 1px solid #CFCFCF;
      border-left: 0;
      height: 0;
      margin-left: 50px; }
    #mv .tel {
      padding-left: 50px; } }
@media screen and (max-width: 767px) {
  #mv .wrap {
    padding-left: 0; }
  #mv h3 {
    background-size: 50px auto;
    line-height: 32px;
    padding-left: 20px; }
  #mv .hr {
    margin-left: 20px; }
  #mv .tel {
    padding-left: 20px; }

  .btn-scroll {
    height: 80px;
    bottom: -50px; } }
/* -- --*/
#top__consultation {
  background: url("../img/common/deco-line-3.png") repeat-x bottom left/auto 40px;
  line-height: 25px;
  padding: 55px 0 120px; }
  #top__consultation .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 120px; }
  #top__consultation .col-l .item {
    padding: 0 20px; }
    #top__consultation .col-l .item:not(:first-child) {
      padding-top: 30px; }
  #top__consultation .col-l h3 {
    background: url("../img/common/title-deco-1.png") no-repeat top 10px left/18px auto;
    padding-left: 24px; }
  #top__consultation .col-l p {
    padding-top: 15px; }
  #top__consultation .col-l .button-1 {
    padding-top: 10px; }
  #top__consultation .col-l hr {
    border-bottom: 2px dashed #CFCFCF;
    margin-top: 30px; }
  #top__consultation .col-r h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
    #top__consultation .col-r h3:before, #top__consultation .col-r h3:after {
      content: "";
      width: 0;
      height: 30px;
      border-left: 1px solid; }
    #top__consultation .col-r h3:before {
      transform: rotate(-25deg); }
    #top__consultation .col-r h3:after {
      transform: rotate(25deg); }
  #top__consultation .col-r .txt {
    padding-top: 10px; }
  #top__consultation .col-r .in {
    background: #fff url("../img/index/consultation-deco.png") repeat-x center bottom/auto 33px;
    margin-top: 15px;
    padding: 30px 50px 52px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  #top__consultation .col-r h4 {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 8px; }
    #top__consultation .col-r h4:not(:first-child) {
      padding-top: 20px; }
  #top__consultation .col-r ul {
    padding-top: 8px; }
  #top__consultation .col-r .button-1 {
    padding-top: 20px; }
    #top__consultation .col-r .button-1 p + p {
      padding-top: 10px; }

@media screen and (max-width: 1200px) {
  #top__consultation .wrap {
    gap: 60px; } }
@media screen and (max-width: 1023px) {
  #top__consultation .wrap {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #top__consultation {
    background-size: auto 20px;
    padding: 40px 0 60px; }
    #top__consultation .col-l .item {
      padding: 0 10px; }
    #top__consultation .col-l h3 {
      background-position: top 4px left; }
    #top__consultation .col-r .in {
      padding: 30px 20px 52px; } }
/* -- --*/
#top__about {
  display: flex;
  align-items: center;
  gap: 120px;
  width: calc(50% + 600px);
  padding: 80px 0; }
  #top__about figure {
    width: calc(50% + 20px);
    position: relative; }
    #top__about figure:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #F2F2F2;
      position: absolute;
      top: 20px;
      left: 20px; }
  #top__about .col {
    width: 640px;
    position: relative; }
  #top__about h2 {
    width: 27px;
    border-right: 1px solid;
    padding-right: 5px;
    position: absolute;
    top: 0;
    left: 0; }
  #top__about .logo {
    width: 220px;
    padding: 30px 0 0 90px; }
  #top__about .txt {
    padding-top: 60px; }
    #top__about .txt p + p {
      padding-top: 40px; }
  #top__about .button {
    padding-top: 30px; }

@media screen and (max-width: 1440px) {
  #top__about {
    width: calc(50% + 570px);
    gap: 60px; } }
@media screen and (max-width: 1200px) {
  #top__about {
    width: calc(50% + 480px); } }
@media screen and (max-width: 1023px) {
  #top__about {
    flex-direction: column-reverse;
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }
    #top__about figure {
      width: 640px; } }
@media screen and (max-width: 767px) {
  #top__about {
    padding: 40px 20px 60px;
    box-sizing: border-box; }
    #top__about .col {
      width: 100%; }
    #top__about .logo {
      width: 150px;
      padding: 20px 0 0 60px; }
    #top__about .txt {
      padding-top: 20px; }
      #top__about .txt p + p {
        padding-top: 30px; }
    #top__about figure {
      width: 90%; } }
/* -- --*/
#top__feature {
  position: relative;
  padding-bottom: 40px; }
  #top__feature:before {
    content: '';
    width: 96%;
    max-width: 1560px;
    background-color: #fff;
    position: absolute;
    top: 155px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px; }
  #top__feature h2 {
    position: relative; }
    #top__feature h2 strong {
      font-size: 62px; }
  #top__feature .row {
    width: 96%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px 60px;
    position: relative;
    box-sizing: border-box; }
    #top__feature .row + .row {
      background: url("../img/common/deco-line-2.png") repeat-x center top/auto 43px;
      padding-top: 103px; }
  #top__feature .box {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 100px; }
    #top__feature .box .col {
      padding-top: 30px; }
    #top__feature .box .txt {
      padding-top: 15px; }
    #top__feature .box hr {
      border-bottom: 1px solid #1E3A8A;
      margin: 30px 0; }
    #top__feature .box .list-dot {
      padding-top: 10px; }
    #top__feature .box .photo {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
      padding-top: 30px; }

@media screen and (max-width: 1200px) {
  #top__feature .box {
    gap: 50px; } }
@media screen and (max-width: 767px) {
  #top__feature {
    padding-bottom: 20px; }
    #top__feature:before {
      width: 100%;
      top: 90px;
      border-radius: 30px; }
    #top__feature h2 strong {
      font-size: 42px; }
    #top__feature .row {
      width: 100%;
      padding: 40px 0; }
      #top__feature .row + .row {
        background-size: auto 22px;
        padding-top: 60px; }
    #top__feature .box {
      display: block; }
      #top__feature .box h3 {
        width: 80px;
        margin: 0 auto; }
      #top__feature .box .photo {
        grid-template-columns: 1fr;
        gap: 10px; } }
/* -- --*/
#top__flow {
  padding: 80px 0; }
  #top__flow .wrap {
    display: grid;
    grid-template-columns: 260px 1fr;
    justify-content: center;
    gap: 80px; }
  #top__flow h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/common/title-deco.png") no-repeat center top/cover;
    width: 220px;
    height: 250px;
    line-height: 30px;
    margin: 0 auto; }
    #top__flow h2 span {
      width: 27px; }
  #top__flow .button {
    position: absolute;
    top: 280px;
    left: 0; }
  #top__flow .box {
    position: relative;
    padding-top: 35px; }
    #top__flow .box:before {
      content: '';
      width: 0;
      height: 100%;
      border-left: 2px dotted #84A4C2;
      position: absolute;
      top: 0;
      left: 9px; }
    #top__flow .box .item {
      position: relative;
      padding-left: 40px; }
      #top__flow .box .item:before {
        content: '';
        width: 20px;
        height: 23px;
        background: url("../img/common/title-deco-2.png") no-repeat center top/cover;
        position: absolute;
        top: 5px;
        left: 0; }
      #top__flow .box .item:not(:last-child) {
        padding-bottom: 30px; }
    #top__flow .box .time {
      color: #84A4C2;
      position: absolute; }
    #top__flow .box h3,
    #top__flow .box .txt {
      padding-left: 90px; }
    #top__flow .box .txt {
      padding-top: 10px; }
    #top__flow .box figure {
      padding-top: 20px; }

@media screen and (max-width: 1023px) {
  #top__flow .wrap {
    gap: 40px; }
  #top__flow .box h3,
  #top__flow .box .txt {
    padding-left: 70px; } }
@media screen and (max-width: 767px) {
  #top__flow {
    padding: 40px 0; }
    #top__flow .wrap {
      grid-template-columns: 1fr;
      gap: 30px; }
    #top__flow h2 {
      width: 180px;
      height: 205px;
      line-height: 26px; }
    #top__flow .button {
      position: static; } }
@media screen and (min-width: 1024px) {
  #top__flow .wrap {
    max-width: 860px; } }
/* -- --*/
#top__voice {
  background: url("../img/common/deco-line-4.png") repeat-x top left/auto 43px, url("../img/common/deco-line-4.png") repeat-x bottom left/auto 43px, url("../img/index/voice-bg.jpg") no-repeat center top/cover;
  padding: 120px 0; }
  #top__voice h2 {
    background-image: url("../img/common/title-deco-3.png");
    padding: 90px 0 54px;
    color: #fff; }
  #top__voice .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding-top: 30px; }
    #top__voice .box .col {
      background-color: #fff;
      border-radius: 10px;
      padding: 40px; }
    #top__voice .box h3 {
      background: url("../img/index/voice-deco.png") no-repeat center top/auto 30px;
      border-bottom: 1px solid #F97316;
      padding: 45px 0 15px;
      text-align: center; }
    #top__voice .box .txt {
      padding-top: 15px; }
    #top__voice .box figure {
      padding-top: 15px; }
      #top__voice .box figure img {
        border-top-left-radius: 120px; }

@media screen and (max-width: 1200px) {
  #top__voice .box {
    gap: 40px; } }
@media screen and (max-width: 1023px) {
  #top__voice .box {
    grid-template-columns: 560px;
    justify-content: center; } }
@media screen and (max-width: 767px) {
  #top__voice {
    background-size: 22px auto, 22px auto, cover;
    padding: 62px 0; }
    #top__voice h2 {
      padding: 50px 0 40px; }
    #top__voice .box {
      grid-template-columns: 1fr;
      padding-top: 20px; }
      #top__voice .box .col {
        padding: 20px; }
      #top__voice .box figure img {
        border-top-left-radius: 60px; } }
/* -- --*/
#top__qa {
  background: url("../img/common/deco-line-3.png") repeat-x bottom left/auto 40px;
  padding: 80px 0 120px; }
  #top__qa .box {
    padding-top: 30px; }
    #top__qa .box ul {
      display: flex;
      justify-content: center;
      gap: 10px;
      padding-top: 15px; }

@media screen and (max-width: 767px) {
  #top__qa {
    background-size: auto 20px;
    padding: 40px 0 60px; }
    #top__qa .box .button-1 {
      flex-direction: column; } }
/* -- --*/
#top__message {
  background: url("../img/common/deco-line-3.png") repeat-x bottom left/auto 40px;
  padding: 80px 0 120px; }
  #top__message .box {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 80px;
    padding-top: 40px; }
    #top__message .box hr {
      border-bottom: 1px solid #64748B;
      margin: 15px 0; }
    #top__message .box .list-dot {
      padding-top: 10px; }
    #top__message .box .button-1 {
      padding-top: 5px; }
      #top__message .box .button-1 li {
        padding-top: 10px; }

@media screen and (max-width: 1023px) {
  #top__message .box {
    grid-template-columns: 1fr; }
    #top__message .box .button-1 {
      text-align: center; } }
@media screen and (max-width: 767px) {
  #top__message {
    background-size: auto 20px;
    padding: 40px 0 60px; }
    #top__message .box {
      grid-template-columns: 1fr;
      gap: 40px;
      padding-top: 20px; } }
/* -- --*/
#top__news {
  padding: 80px 0; }
  #top__news ul {
    padding-top: 40px; }
    #top__news ul li {
      display: grid;
      grid-template-columns: 90px auto 1fr;
      align-items: center;
      gap: 20px;
      border-bottom: 1px solid #CFCFCF;
      padding: 30px 20px; }
      #top__news ul li time {
        color: #64748B;
        font-weight: 500;
        font-size: 14px;
        line-height: 25px; }
      #top__news ul li .cat {
        min-width: 75px;
        background-color: #64748B;
        color: #fff;
        border-radius: 2px;
        text-align: center;
        font-size: 13px;
        line-height: 25px;
        padding: 0 5px; }
      #top__news ul li .ttl {
        position: relative;
        padding-right: 45px; }
        #top__news ul li .ttl:after {
          content: '';
          width: 15px;
          height: 15px;
          background: #707070;
          -webkit-mask: url("../img/common/icon-arrow-right.svg") no-repeat center top/cover;
          mask: url("../img/common/icon-arrow-right.svg") no-repeat center top/cover;
          position: absolute;
          top: calc(50% - 7px);
          right: 0;
          transition: all 0.3s; }
        #top__news ul li .ttl span {
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          overflow: hidden; }
  #top__news .button {
    padding-top: 40px; }

@media screen and (max-width: 767px) {
  #top__news {
    padding: 40px 0; }
    #top__news ul {
      padding-top: 20px; }
      #top__news ul li {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px; }
        #top__news ul li .ttl {
          padding-right: 25px; }
          #top__news ul li .ttl span {
            -webkit-line-clamp: 2; }
    #top__news .button {
      padding-top: 30px; } }
/* -- --*/
#top__company {
  background: url("../img/index/company-bg.jpg") no-repeat center top/cover;
  color: #fff;
  padding: 80px 0; }
  #top__company h2 {
    background-image: url(../img/common/title-deco-3.png);
    padding: 90px 0 54px; }
  #top__company .photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 40px; }
  #top__company .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 40px; }
    #top__company .box .logo {
      width: 348px; }
    #top__company .box dl {
      display: grid;
      grid-template-columns: 120px 1fr;
      gap: 10px;
      line-height: 24px;
      padding-top: 20px; }
      #top__company .box dl + dl {
        font-size: 16px;
        padding-top: 12px; }
  #top__company .gmap {
    overflow: hidden;
    height: 420px; }
    #top__company .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 1023px) {
  #top__company .box {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 767px) {
  #top__company {
    padding: 40px 0; }
    #top__company h2 {
      padding: 50px 0 40px; }
    #top__company .photo {
      grid-template-columns: 1fr;
      gap: 20px;
      padding-top: 20px; }
    #top__company .box {
      grid-template-columns: 1fr;
      gap: 20px; }
      #top__company .box .logo {
        width: 200px; }
      #top__company .box dl {
        grid-template-columns: 60px 1fr; }
        #top__company .box dl + dl {
          font-size: 13px; } }
/* =============================================
 * サービス案内
*=============================================*/
#thoughts h2 {
  margin-bottom: 40px; }
#thoughts .box {
  background-color: #fff;
  border-radius: 60px;
  padding: 60px 100px; }
  #thoughts .box:not(:last-child) {
    margin-bottom: 50px; }
  #thoughts .box .photo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px; }
  #thoughts .box .name {
    font-weight: 600;
    font-size: 16px; }
    #thoughts .box .name strong {
      font-size: 25px;
      line-height: 36px; }
  #thoughts .box .in {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; }
    #thoughts .box .in figure {
      width: 220px; }
    #thoughts .box .in .text {
      width: 385px; }
  #thoughts .box .catch {
    line-height: 36px; }

@media screen and (max-width: 1023px) {
  #thoughts .box {
    padding: 50px; } }
@media screen and (max-width: 767px) {
  #thoughts h2 {
    margin-bottom: 30px; }
  #thoughts .box {
    border-radius: 20px;
    padding: 30px 20px; }
    #thoughts .box .in {
      flex-direction: column; }
      #thoughts .box .in figure {
        width: 150px; }
      #thoughts .box .in .text {
        width: 100%; }
    #thoughts .box .photo {
      grid-template-columns: 1fr;
      gap: 20px; }
    #thoughts .box .name {
      font-size: 14px; }
      #thoughts .box .name strong {
        font-size: 22px; } }
/* -- -- */
#overview .photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px; }
#overview .box-1 {
  display: flex;
  align-items: center;
  gap: 50px; }
  #overview .box-1 .col {
    width: 500px;
    line-height: 25px; }
    #overview .box-1 .col dt {
      color: #64748B;
      font-weight: 500; }
  #overview .box-1 figure {
    width: 450px; }

@media screen and (max-width: 767px) {
  #overview .photos {
    grid-template-columns: 1fr;
    gap: 20px; }
  #overview .box-1 {
    flex-direction: column;
    gap: 30px; }
    #overview .box-1 .col,
    #overview .box-1 figure {
      width: 100%; }
    #overview .box-1 .col .pb30 {
      padding-bottom: 20px; } }
/* =============================================
 * サービス案内
*=============================================*/
#service .box .in {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 30px; }

@media screen and (max-width: 1023px) {
  #service .box .in {
    grid-template-columns: 280px 1fr; } }
@media screen and (max-width: 767px) {
  #service .box .in {
    grid-template-columns: 1fr; } }
/* -- -- */
#selecttable .box {
  background-color: #fff;
  border-radius: 60px;
  margin-top: 40px;
  padding: 60px 100px; }
  #selecttable .box + .box {
    margin-top: 50px; }
#selecttable .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
#selecttable .photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; }

@media screen and (max-width: 1023px) {
  #selecttable .box {
    padding: 50px; } }
@media screen and (max-width: 767px) {
  #selecttable .box {
    border-radius: 30px;
    margin-top: 20px;
    padding: 30px 20px; }
    #selecttable .box + .box {
      margin-top: 30px; }
  #selecttable .list {
    grid-template-columns: 1fr; }
  #selecttable .photo {
    grid-template-columns: 1fr;
    gap: 20px; } }
/* -- -- */
#daily-routine .box-flow {
  display: flex;
  justify-content: space-between;
  gap: 40px; }
  #daily-routine .box-flow .col {
    width: 520px; }
  #daily-routine .box-flow .in {
    position: relative;
    padding-top: 35px; }
    #daily-routine .box-flow .in:before {
      content: '';
      width: 0;
      height: 100%;
      border-left: 2px dotted #84A4C2;
      position: absolute;
      top: 0;
      left: 9px; }
  #daily-routine .box-flow .item {
    position: relative;
    padding-left: 40px; }
    #daily-routine .box-flow .item:before {
      content: '';
      width: 20px;
      height: 23px;
      background: url("../img/common/title-deco-2.png") no-repeat center top/cover;
      position: absolute;
      top: 5px;
      left: 0; }
    #daily-routine .box-flow .item:not(:last-child) {
      padding-bottom: 30px; }
  #daily-routine .box-flow .time {
    color: #84A4C2;
    position: absolute; }
  #daily-routine .box-flow h4,
  #daily-routine .box-flow .txt {
    padding-left: 90px; }
  #daily-routine .box-flow .txt {
    padding-top: 10px; }
  #daily-routine .box-flow figure {
    padding-top: 20px; }
#daily-routine .box-wh {
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  #daily-routine .box-flow {
    flex-direction: column; }
    #daily-routine .box-flow .col {
      width: 100%; }
    #daily-routine .box-flow h4,
    #daily-routine .box-flow .txt {
      padding-left: 60px; }
  #daily-routine .box-wh {
    margin-top: 40px; } }
/* -- -- */
#guide-tours .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

@media screen and (max-width: 767px) {
  #guide-tours .list {
    grid-template-columns: 1fr; } }
/* -- -- */
@media screen and (min-width: 768px) {
  #salary .table th {
    width: 200px; }
  #salary .table td:nth-child(2) {
    width: 200px; }
  #salary .table td:nth-child(3), #salary .table td:nth-child(4) {
    width: 300px; } }
/* =============================================
 * ご利用案内
*=============================================*/
.flow-list .item {
  background-color: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  padding: 30px 50px;
  position: relative; }
  .flow-list .item:not(:last-child) {
    margin-bottom: 40px; }
    .flow-list .item:not(:last-child):after {
      content: '';
      border-width: 30px 80px 0 80px;
      border-color: #CFCFCF transparent transparent transparent;
      border-style: solid;
      position: absolute;
      top: 100%;
      left: calc(50% - 80px); }
.flow-list h3 span {
  color: #64748B; }
.flow-list hr {
  border-bottom-color: #CFCFCF; }
.flow-list ol li {
  text-indent: -16px;
  padding-left: 16px; }

@media screen and (max-width: 767px) {
  .flow-list .item {
    padding: 30px 20px; }
  .flow-list .ol-1 li {
    text-indent: -20px;
    padding-left: 20px; } }
/* -- -- */
#application .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

@media screen and (max-width: 767px) {
  #application .list {
    grid-template-columns: 1fr; } }
/*=============================================
 * Contact
 *=============================================*/
.contact {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 100px; }
  .contact__title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 26px;
    border-left: 4px solid #F97316;
    padding-left: 10px; }
  .contact__tel {
    padding: 0 50px; }
    .contact__tel .txt {
      padding-top: 30px; }
    .contact__tel .tel {
      padding-top: 20px; }
      .contact__tel .tel a {
        flex-direction: column;
        gap: 0px; }
  .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-check {
    padding-top: 20px;
    text-align: center; }
    .contact .form-privacy-check .wpcf7-checkbox {
      grid-template-columns: 1fr; }
    .contact .form-privacy-check a {
      color: #0177AB;
      text-decoration: underline; }
  .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 {
        background-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 #333;
    margin: 50px 0; }

.thanks {
  padding-bottom: 100px; }
  .thanks .txt {
    padding-top: 30px; }
    .thanks .txt p + p {
      padding-top: 30px; }
  .thanks .button {
    padding-top: 60px; }

@media screen and (max-width: 767px) {
  .contact {
    font-size: 14px;
    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; }

  .thanks {
    padding-bottom: 50px; }
    .thanks .txt {
      text-align: justify;
      padding-top: 20px; }
      .thanks .txt p + p {
        padding-top: 20px; }
    .thanks .button {
      padding-top: 40px; } }
/* =============================================
 * Post Type
*=============================================*/
.wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 60px; }

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

.wp-pagenavi span,
.wp-pagenavi a {
  display: block;
  width: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  box-sizing: border-box;
  background-color: #333333;
  color: #fff;
  border: 1px solid #333;
  padding: 4px 0; }

.wp-pagenavi a:hover {
  background-color: #fff;
  color: #333;
  opacity: 1; }

.wp-pagenavi .current {
  pointer-events: none;
  background-color: #fff;
  color: #333; }

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding-top: 50px; } }
/* -- -- */
.sidebar {
  font-size: 16px; }
  .sidebar h3 {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 10px; }
  .sidebar ul {
    display: grid;
    gap: 10px;
    padding-top: 15px; }
    .sidebar ul a {
      display: inline-block;
      position: relative;
      padding-left: 16px; }
      .sidebar ul a:before {
        content: '-';
        position: absolute;
        top: 0;
        left: 0; }
      .sidebar ul a:hover {
        text-decoration: underline; }

@media screen and (max-width: 767px) {
  .sidebar {
    font-size: 14px; }
    .sidebar ul a {
      padding-left: 10px; } }
/* -- -- */
.news__list .item {
  display: grid;
  grid-template-columns: 90px auto 1fr;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #CFCFCF;
  padding: 30px 20px; }
.news__list time {
  color: #64748B;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px; }
.news__list .cat {
  min-width: 75px;
  background-color: #64748B;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  padding: 0 5px; }
.news__list .ttl {
  position: relative;
  padding-right: 45px; }
  .news__list .ttl:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #707070;
    -webkit-mask: url("../img/common/icon-arrow-right.svg") no-repeat center top/cover;
    mask: url("../img/common/icon-arrow-right.svg") no-repeat center top/cover;
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    transition: all 0.3s; }
  .news__list .ttl span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden; }
  .news__list .ttl:hover:after {
    transform: translateX(5px); }

@media screen and (max-width: 767px) {
  .news__list .item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px; }
  .news__list .ttl {
    padding-right: 25px; }
    .news__list .ttl span {
      -webkit-line-clamp: 2; } }
/* -- -- */
.pt-archive {
  padding-bottom: 100px; }
  .pt-archive .wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px; }
  .pt-archive .content {
    width: calc(100% - 300px);
    max-width: 1000px; }
  .pt-archive .sidebar {
    width: 250px; }

@media screen and (max-width: 1023px) {
  .pt-archive .wrap {
    flex-direction: column; }
  .pt-archive .content {
    width: 100%; }
  .pt-archive .sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    width: 100%; }
    .pt-archive .sidebar .pt50 {
      padding-top: 0; } }
@media screen and (max-width: 767px) {
  .pt-archive {
    padding-bottom: 50px; }
    .pt-archive .sidebar {
      gap: 20px; } }
/*
 * Post Detail
 *=============================================*/
.pt-details-time {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 2px solid #CFCFCF;
  padding: 10px 0; }

.pt-details-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  line-height: 19px; }

.pt-details-cate a {
  display: block;
  min-width: 65px;
  background-color: #64748B;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 3px 10px; }
  .pt-details-cate a:hover {
    background-color: #333;
    color: #fff;
    opacity: 1; }

.pt-details-title {
  padding-top: 5px; }

.pt-details-content {
  padding-top: 30px; }
  .pt-details-content > *:not(h2, h3) {
    margin: 0 50px;
    box-sizing: border-box; }
  .pt-details-content h2 {
    background-color: #1E3A8A;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 13px 30px;
    margin: 50px 0 20px; }
  .pt-details-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    border-left: 6px solid #1E3A8A;
    border-bottom: 3px solid #1E3A8A;
    padding: 0 10px 10px;
    margin: 50px 25px 20px;
    box-sizing: border-box; }
  .pt-details-content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    border-left: 5px solid #FFB357;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .pt-details-content h1:first-child,
  .pt-details-content h2:first-child,
  .pt-details-content h3:first-child,
  .pt-details-content h4:first-child,
  .pt-details-content h5:first-child,
  .pt-details-content h6:first-child {
    margin-top: 0; }
  .pt-details-content h2 + h3,
  .pt-details-content h2 + h4,
  .pt-details-content h3 + h4 {
    margin-top: 0; }
  .pt-details-content mark {
    background-color: #FFF6A8;
    color: #333; }

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

.pt-details-content p img.aligncenter {
  display: block;
  margin: 0 auto; }

.pt-details-content p img.alignright {
  display: block;
  margin-left: auto; }

.pt-details-content p img:last-child {
  margin-right: 0; }

.pt-details-btn {
  display: grid;
  grid-template-columns: 30px 60px 30px;
  gap: 10px;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  padding-top: 60px; }
  .pt-details-btn a {
    display: block;
    background-color: #010D1A;
    color: #fff;
    padding: 2px 0; }
    .pt-details-btn a:hover {
      background-color: #1E3A8A;
      opacity: 1; }
  .pt-details-btn .back a {
    width: 60px; }

.pt-details #ez-toc-container {
  max-width: 600px;
  background-color: #fff;
  border: 2px solid #64748B;
  border-top: 0;
  margin-top: 30px;
  padding: 0;
  border-radius: 0; }
  .pt-details #ez-toc-container .ez-toc-title-container {
    background-color: #64748B;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 15px 20px;
    box-sizing: border-box; }
  .pt-details #ez-toc-container .ez-toc-title {
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: inherit;
    padding-left: 20px;
    position: relative; }
    .pt-details #ez-toc-container .ez-toc-title:before {
      content: '';
      width: 16px;
      height: 11px;
      background: url("../img/common/toc-icon.png") no-repeat center top/100% auto;
      position: absolute;
      top: 10px;
      left: 0; }
    .pt-details #ez-toc-container .ez-toc-title:after {
      content: '【非表示にする】';
      font-size: 14px;
      letter-spacing: 0.1em;
      line-height: 20px; }
  .pt-details #ez-toc-container .ez-toc-title-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .pt-details #ez-toc-container .ez-toc-title-toggle a {
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      opacity: 0; }
  .pt-details #ez-toc-container nav {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 16px 30px 20px; }
    .pt-details #ez-toc-container nav a {
      color: inherit;
      font-size: inherit; }
      .pt-details #ez-toc-container nav a:before {
        color: #9A9696;
        margin-right: 10px; }
    .pt-details #ez-toc-container nav ul,
    .pt-details #ez-toc-container nav li {
      font-size: inherit;
      line-height: inherit; }
    .pt-details #ez-toc-container nav .ez-toc-list li + li {
      padding-top: 5px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > a {
      font-weight: 500;
      color: inherit;
      position: relative;
      padding-left: 18px; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > a:after {
        content: '';
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #000;
        border-style: solid;
        position: absolute;
        top: 6px;
        left: 0; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > ul {
      margin-left: 42px;
      padding-top: 10px; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > ul a {
        color: #9A9696;
        font-weight: 400; }

@media screen and (max-width: 1200px) {
  .pt-details-content p img {
    display: block;
    margin: 0 auto 15px; }

  .pt-details-content p img:last-child {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .pt-details-title {
    font-size: 20px; }

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

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

  .pt-details-content p img.alignright {
    margin: 0 auto 15px; }

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

  .pt-details-btn {
    padding-top: 40px; }

  .pt-details #ez-toc-container nav {
    font-size: 13px;
    line-height: 20px;
    padding: 20px; }
    .pt-details #ez-toc-container nav a:before {
      margin-right: 5px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > a {
      padding-left: 12px; }
      .pt-details #ez-toc-container nav .ez-toc-list > li > a:after {
        top: 4px; }
    .pt-details #ez-toc-container nav .ez-toc-list > li > ul {
      margin-left: 28px; } }
.pt-details-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 20px;
  padding-top: 30px; }

.pt-details-gallery .tab-content {
  width: 100%; }

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

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

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

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

.pt-details-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; }

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

.pt-details-gallery .tab-link li.active:after {
  opacity: 1; }

.pt-details-gallery .tab-link li:hover {
  opacity: 0.7; }

@media screen and (max-width: 767px) {
  .pt-details-gallery {
    margin: 0 10px; } }
/*=============================================
 * プライバシーポリシー
*=============================================*/
#privacy {
  padding-bottom: 100px; }

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

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