@charset "UTF-8";
/* common ------------------------------------ */
html {
  scroll-behavior: smooth;
}
body {

  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 400;
  font-style: normal;
  color: #040D39;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
}
p,a,h1,h2,h3,h4,h5,li,table{
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 400;
  color: #040D39;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover{
  opacity: 0.8;
  text-decoration: none;
  transition: opacity 0.6s ease;
}
section {
  width: 100%;
}
.sp_no{
  display: block;
}
.pc_no{
  display: none;
}
/* header ------------------------------------ */
header{
  width: 100%;
}
.header_inner {
  width: min(1366px, calc(100% - 80px));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.header_l{
  display: flex;
  align-items: center;
}
.header_l img{
  width: 100%;
  max-width: 206px;
}
.header_r{
  background: #F7F7F8;
  border-radius: 31px;
  height: 62px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.header_r ul{
  display: flex;
}
.header_r li{
  margin: 0 25px;
  font-family: "Noto Sans JP", sans-serif;
}
.header_contact{
  background: #5F5F74;
  width: 160px;
  height: 32px;
  text-align: center;
  border-radius: 30px;
}
.header_contact a{
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  justify-content: center;
}
.header_contact{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
/* mv ------------------------------------ */
.mv{
  width: 100%;
  padding-top: 170px;
}
.mv_inner {
  width: min(1366px, calc(100% - 80px));
  margin-inline: auto;
}
.mv_copy{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 0 20px;
}
.copy_lead p{
  font-size: 90px;
  color: #5F5F74;
  font-weight: 100;
  line-height: 120px;
}
.copy_sub p{
  font-size: 25px;
  line-height: 40px;
  color: #5F5F74;
  text-align: right;
  font-weight: 100;
}
.mv_img img{
  width: 100%;
  max-width: 1366px;
}

/* service ------------------------------------ */
.service_ttl{
  background: linear-gradient(to top, rgba(247, 247, 247, 1), transparent);
  padding: 80px 0 40px 0;
}
.service_ttl_inner {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}
.service_ttl h2{
  font-size: 60px;
  color: #5F5F74;
  line-height: 45px;
}
.service_ttl h2 span{
  font-size: 16px;
  color: rgba(95, 95, 116, 0.5);
}
/* service > k-ani ------------------------------------ */
.k-ani {
  display: grid;
  grid-template-columns: 2fr 3fr;
}
.k-ani_l {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.k-ani_r {
  background: url("../img/k-ani_bg.jpg") center / cover no-repeat;
}
.k-ani_logo{
  margin-bottom: 20px;
}
.k-ani_link{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.k-ani_link>div{
  margin-bottom: 15px;
}
.k-ani_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  background: #16277E;
  color: #fff;
  width: 210px;
  height: 36px;
  font-size: 14px;
}
.k-ani_hp a::after {
  content: url("../img/icon_link01.svg");
  margin-left: 5px;
}
.k-ani_insta a::after {
  content: url("../img/icon_insta.svg");
  margin-left: 5px;
}
.k-ani_hp,.k-ani_insta,
.k-ani_link a{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.k-ani_link a:hover {
  background: #fff;
  color: #16277E;
  border: 2px solid #16277E;
  font-weight: 600;
}
.k-ani_insta a:hover::after {
  content: url("../img/icon_insta_k-ani.svg");
  margin-left: 5px;
}
.k-ani_r_inner{
  display: flex;
  flex-direction: column;
}
.k-ani_txt{
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 220px 0;
  margin-left: 6vw;
}
.k-ani_txt h4{
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 50px;
  color: #040D39;
}
.k-ani_txt p{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #040D39;
}
/* service > munian ------------------------------------ */
.munian {
  display: grid;
  grid-template-columns: 2fr 3fr;
  background: #2C2B2A;
}
.munian_l {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.munian_r {
  background: url("../img/munian_bg.jpg") center / cover no-repeat;
}
.munian_logo{
  margin-bottom: 40px;
  text-align: center;
}
.munian_logo img{
  width: 100%;
  max-width: 100px;
}
.munian_link{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.munian_link>div{
  margin-bottom: 15px;
}
.munian_link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  background: #807F7F;
  color: #fff;
  width: 210px;
  height: 36px;
  font-size: 14px;
}
.munian_hp a::after {
  content: url("../img/icon_link02.svg");
  margin-left: 5px;
}
.munian_insta a::after {
  content: url("../img/icon_insta.svg");
  margin-left: 5px;
}
.munian_hp,.munian_insta,
.munian_link a{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.munian_link a:hover {
  background: #fff;
  color: #807F7F;
  font-weight: 600;
}
.munian_insta a:hover::after {
  content: url("../img/icon_insta_munian.svg");
  margin-left: 5px;
}
.munian_r_inner{
  display: flex;
  flex-direction: column;
}
.munian_txt{
  width: 80%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 40px 0;
  margin-left: 6vw;
}
.munian_txt h4{
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 50px;
  color: #fff;
}
.munian_txt p{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
}
.munian_bnr{
  display: flex;
  padding: 0 0 220px 0;
  margin-left: 6vw;
}
.munian_bnr>div{
  margin-right: 1vw;
}
.munian_bnr img{
  width: 100%;
  max-width: 320px;
}

/* company ------------------------------------ */
.company{
  width: 100%;
  background-color: #FAF9F9;
  padding-bottom: 120px;
}
.company_inner {
  width: min(960px, calc(100% - 80px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.company_ttl{
  padding: 80px 0 40px 0;
}
.company_ttl_inner {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
}
.company_ttl h2{
  font-size: 60px;
  color: #7C6B5C;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}
.company_ttl h2 span{
  font-size: 16px;
  color: #D0C6BE;
}
.about{
  margin-inline: auto;
  width: min(780px, calc(100% - 80px));
  margin-bottom: 60px;
}
.about table{
  width: 100%;
  border-top: 1px solid #D0C6BE;
}
.about th,.about td{
  color: #7C6B5C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.about tr{
  border-bottom: 1px solid #D0C6BE;
  line-height: 90px;
}
.about th{
  width: 20%;
}
.about td{
  width: 80%;
}
.about td a{
  color: #7C6B5C !important;
}
.profile{
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 60px 0;
}
.profile_inner{
  margin-inline: auto;
  width: min(780px, calc(100% - 80px));
}
.profile_top{
  display: flex;
  justify-content: space-between;
}
.profile_r img{
  width: 100%;
  max-width: 390px;
}
.profile_l{
  width: 100%;
  max-width: 310px;
}
.profile_l h2{
  color: #7C6B5C;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.profile_l h2 span, .profile_btm h3{
  color: #D0C6BE;
  font-size: 14px;
  margin-bottom: 20px;
}
.profile_l p, .profile_btm p{
  color: #7C6B5C;
  font-size: 14px;
  line-height: 30px;
}

/* news ------------------------------------ */
.news_bg01{
  width: 100%;
}
.news{
  width: 100%;
  background: url("../img/news_bg02.jpg") center / cover no-repeat;
  padding-bottom: 120px;
}
.news_inner {
  width: min(1280px, calc(100% - 80px));
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.news_ttl h2{
  font-size: 60px;
  color: #7C6B5C;
  line-height: 45px;
  margin-bottom: 40px;
}
.news_ttl h2 span{
  font-size: 16px;
  color: #D0C6BE;
}
.news_r {
  width: min(780px, calc(100% - 80px));
}
.news_item{
  background: #F7F7F8;
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 2vw;
  min-height: 120px;
}
.news_content {
  padding: 0 0 30px;
}
summary {
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
.news_t{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 120px;
}
time{
  font-size: 16px;
  color: rgba(95, 95, 116, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 20px;
}
.news_t span, .news_content p{
  color: #5F5F74;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
.news_t_r{
  border-bottom: 1px solid #5F5F74;
}
.news_t_r span{
  font-size: 14px;
  letter-spacing: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
/* footer ------------------------------------ */
footer{
  width: 100%;
  background: url("../img/footer_bg.jpg") center / cover no-repeat;
  padding-bottom: 40px;
}
footer p, footer a, footer h2{
  color: #fff;
}
footer h2{
  font-size: 25px;
  margin-bottom: 80px;
}
.footer_top_l p,.footer_top_l a{
  font-size: 14px;
  line-height: 30px;
  font-weight: 100;
}
.footer_inner {
  width: min(1366px, calc(100% - 80px));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px rgba(255, 255, 255,0.31) solid;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.footer_btm{
  display: flex;
  justify-content: space-between;
}
.copyright{
  font-size: 10px;
}

.contact_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #5F5F74;
  width: 210px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #fff;
}
.contact_btn a::before {
  content: url("../img/icon_mail.svg");
  margin-right: 5px;
}
.contact_btn a{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact_btn a:hover {
  background: #5F5F74;
  color: #fff;
  font-weight: 600;
  border: 2px solid #fff;
}
.contact_btn a:hover::before {
  content: url("../img/icon_mail_w.svg");
  margin-right: 5px;
}
.footer_btm_r{
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.footer_btm_r a{
  font-size: 14px;
}
.footer_btm_r a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(-45deg);
  margin-left: 10px;
}

/* header_SP------------------------------------ */

@media (max-width: 1024px) {
  .sp_no{
    display: none !important;
  }
  .pc_no{
    display: block !important;
  }
  /* nav */
  .menu, .menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu {
    position: fixed;
    top: 40px;
    right: 25px;
    width: 35px;
    height: 22px;
    z-index: 10;
  }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #5F5F74;
    z-index: 10;
  }
  .menu span:nth-of-type(1) {
    top: 0px;
  }
  .menu span:nth-of-type(2) {
    top: 10px;
  }
  .menu span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    padding-top: 80px;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  #nav ul {
    margin: 20px 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #nav ul li {
    list-style-type: none;
    margin-bottom: 60px;
  }
  #nav ul li a {
    display: block;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #5F5F74;
    font-family: "Noto Sans JP", sans-serif;
  }
  .header_contact a{
    color: #fff !important;
    line-height: 40px;
  }
  .header_contact {
    width: 200px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
  }
  .munian_bnr {
    margin-left: 2vw;
  }
  .profile_l {
    width: 100%;
    max-width: 280px;
    margin-right: 20px;
  }
}


@media (max-width: 767px) {
  .mv_copy{
    flex-direction: column;
    align-items: normal;
    padding: 0;
  }
  .copy_lead p {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 40px;
  }
  .copy_sub p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  .header_inner {
    width: min(767px, calc(100% - 40px));
  }
  .mv_inner {
    width: min(767px, calc(100% - 40px));
  }
  .service_ttl h2 {
    font-size: 40px;
    line-height: 35px;
  }
  .k-ani {
    display: block;
  }
  .k-ani_l {
    position: relative;
    height: 70vh;
  }
  .k-ani_txt{
    width: 100%;
    margin: 0;
    padding: 60px 4vw 80px 4vw;
  }
  .munian {
    display: block;
  }
  .munian_l {
    position: relative;
    height: 70vh;
  }
  .munian_txt{
    width: 100%;
    margin: 0;
    padding: 60px 4vw 0 4vw;
  }
  .munian_bnr {
    padding: 0 0 120px 0;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .munian_bnr>div {
    margin: 0 0 10px 0;
  }
  .company_inner {
    width: min(767px, calc(100% - 40px));
  }
  .company_ttl h2 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .about {
    width: min(767px, calc(100% - 40px));
  }
  .about tr {
   display: flex;
   flex-direction: column;
   height: 160px;
  }
  .about th, .about td {
    width: 100%;
    line-height: 30px;
    padding: 15px 0;
  }
  .profile_top {
    flex-direction: column-reverse;
  }
  .profile_l{
    margin-bottom: 20px;
  }
  .news_inner{
    width: min(767px, calc(100% - 40px));
    flex-direction: column;
  }
  .news_ttl h2 {
    font-size: 40px;
    line-height: 35px;
  }
  .news_r {
    width: 100%;
  }
  .news_t_r span {
    font-size: 12px;
  }
  .news_t {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .news_t_l{
    margin-bottom: 10px;
  }
  .footer_top {
    flex-direction: column;
  }
  .footer_top_l{
    margin-bottom: 40px;
  }
  .k-ani_txt h4, .munian_txt h4{
    font-size: 24px;
  }
}

/* 404 */
.error {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
  text-align: center;
}
.error_inner {
  width: 100%;
  max-width: 600px;
}
.error_code {
  margin-bottom: 10px;
  font-size: 80px;
  line-height: 1;
  color: #5F5F74;
}
.error h1 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #5F5F74;
}
.error_text {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #5F5F74;
}
.error_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 40px;
  border-radius: 30px;
  background: #16277E;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}
.error_btn:hover {
  background: #fff;
  color: #16277E;
  border: 1px solid #16277E;
}