/* 共通部分 */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #FAFAF7;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.title {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;
}

.ore {
  color: #F06E2E!important;
  border-bottom: 1px solid #F06E2E!important;
}

.about_us_sp_link {
  position: absolute;
  opacity: 0;
  bottom: 100px;
  width: 1px;
  height: 1px;
}

.work {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}



@media (max-width: 768px) {
  .title {
    font-size: 40px;
  }
  
  .subtitle {
    font-size: 16px;
  }
}

.nonePC {
  display: none;
}

.noneSP {
  display: block;
}

.top_btn.nonePC {
  display: none;
}

.top_btn.noneSP {
  display: flex;
}

@media (max-width: 768px) {
  .nonePC {
    display: block;
  }

  .noneSP {
    display: none;
  }

  .top_btn.nonePC {
    display: flex;
  }

  .top_btn.noneSP {
    display: none;
  }

  .contact_btn_text_wrap.noneSP {
    display: none;
  }
}

/* 共通部分 */

/* ヘッダー */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  background-color: #FAFAF7;
  padding: 15px 40px 15px 40px;
  box-sizing: border-box;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu-toggle .bar {
  width: 36px;
  height: 1px;
  background-color: #000;
  margin: 4px 0;
  transition: 0.4s;
}

.menu-toggle .bar:nth-child(1) {
  transform: translateX(-5px); /* 左にずらす */
}

.menu-toggle .bar:nth-child(2) {
  transform: translateX(5px); /* 右にずらす */
}


.logo img {
  width: 170px;
  height: 57px; 
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}

.main-nav li {
  margin-left: 20px;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding-bottom: 5px;
  transition: border-bottom 0.3s;
}

.main-nav a:hover {
  border-bottom: 2px solid #000;
}

.nav_contact {
  width: 120px;
  height: 42px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBD9C1;
  transition: background-color 0.3s;
}

.nav_contact a {
  padding-bottom: 0;
}


.nav_contact:hover {
  background-color: #F06E2E;
}

.nav_contact:hover a {
  border-bottom: none;
}

.main-nav .nav_language {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: -21px;
  padding-left: 21px;
  font-size: 16px;
  color: #A0A0A0;
  letter-spacing: 0;
  border-left: 1px solid #CCCCCC;
} 

.main-nav .nav_language li {
  margin-left: 0;
}

.main-nav .nav_language a {
  color: #A0A0A0;
  padding-bottom: 2px;
  transition: border-bottom 0.3s;
}

.main-nav .nav_language a:hover {
  border-bottom: 2px solid #A0A0A0;
}

@media (max-width: 768px) {
  .site-header {
    padding: 10px 16px 10px 16px;
    height: 60px;
  }

  .logo {
    position: relative;
    z-index: 100;
  }

  .logo img {
    width: 120px;
    height: 42px;
  }

  .menu-toggle {
    display: flex;
    z-index: 100;
  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 58px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    z-index: 99;
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    flex-direction: column;
    align-items: start;
    gap: 36px;
  }

  .main-nav li {
    margin-left: 0;
  }

  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(0px, 6px);
  }

  .menu-toggle.active .bar:nth-child(2) {
    transform: rotate(45deg) translate(0px, -6px);
  }

  .main-nav .nav_contact {
  }

  .main-nav .nav_language {
    width: 120px;
    height: auto;
    flex-direction: row;
    justify-content: start;
    margin-left: 0;
    margin-top: -11px;
    padding-left: 0;
    padding-top: 26px;
    border-left: none;
    border-top: 1px solid #CCCCCC;
  } 
  
  .main-nav .nav_language li {
    margin-left: 0;
  }

  .company_name {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22.4px;
    font-weight: 500;
  }
  
}
/* ヘッダー */



/* MV */
.mv {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 142px;
    height: 624px;
    width: 100vw;
}

.mv_title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv_title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.bg_color {
  height: 312px;
  width: 30vw;
  background-color: #F06E2E;
}

.mv_img {
    display: block;
    width: 70vw;
    height: 624px;
    object-fit: cover;
}

@media (max-width: 768px) {
  .mv {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 90px;
    height: 582px;
    position: relative;
  }

  .mv_title_wrapper {
    flex-direction: row;
    width: 100vw;
    height: 163px;
    position: relative;
  }

  .mv_title {
    height: 100%;
    font-size: 32px;
    line-height: 51.2px;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-left: 5vw;
    
  }

  .bg_color {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50vw;
  }

  .mv_img {
      width: 100vw;
      height: 419px;
  }
}

/* MV */

/* ABOUT US */
.about_us_title  {
  height: 30px;
  width: 100vw;
  background-color: #FFEC42;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_us_subtitle {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0em;
  line-height: 57.6px;
  color: #F06E2E;
  margin: 90px auto 72px auto;
}

.about_us_text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0em;
  line-height: 35.2px;
  margin: 0 0 40px 0;
}

.about_us_anime {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 103px 0 40px 0;
  position: relative;
}

.about_us_anime::before {
  content: "";
  display: block;
  width: 100vw;
  height: 45px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  background-image: url(../img/moji_row.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: slide-right 30s linear infinite;
}

.about_us_anime::after {
  content: "";
  display: block;
  width: 100vw;
  height: 45px;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: -1;
  background-image: url(../img/moji_row.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: slide-left 30s linear infinite;
}

@keyframes slide-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

@keyframes slide-left {
  0% {
    background-position: 100vw 0;
  }
  100% {
    background-position: 0 0;
  }
}

.about_us_anime_img {
  width: 100px;
  height: 100px;
}

.about_us_anime_img:nth-child(1) {
  width: 103px;
  height: 157px;
  transform: rotate(-8deg);
}

.about_us_anime_img:nth-child(2) {
  width: 174px;
  height: 97px;
  transform: rotate(6deg);
}

.about_us_anime_img:nth-child(3) {
  width: 251px;
  height: 149px;
}

.about_us_anime_img:nth-child(4) {
  width: 129px;
  height: 126px;
  transform: rotate(7deg);
}

.about_us_anime_img:nth-child(5) {
  width: 120px;
  height: 147px;
  transform: rotate(-17deg);
}

@media (max-width: 768px) {
  .about_us_title  {
  }
  
  .about_us_subtitle {
    font-size: 28px;
    line-height: 44.8px;
    margin: 70px auto 60px auto;
  }
  
  .about_us_text {
    margin: 0 0 30px 0;
  }
  
  .about_us_anime {
    justify-content: space-between;
    margin: 70px 0 60px 0;
  }
  
  .about_us_anime_img:nth-child(2) {
    width: 100px;
    height: 55px;
    transform: rotate(5deg);
    margin-left: 5vw;
  }
  
  .about_us_anime_img:nth-child(3) {
    width: 139px;
    height: 89px;
    margin-right: 5vw;
  }

  .about_us_anime::before {
    top: 5px;
    animation: slide-right 10s linear infinite;
  }
  
  .about_us_anime::after {
    bottom: 5px;
    animation: slide-left 10s linear infinite;
  }
}
/* ABOUT US */

/* CONTACT */
.contact {
  width: 100vw;
  height: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: linear-gradient(to right, #000 50%, #FAFAF7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}

.contact:hover {
  background-position: left bottom;
  color: #fff;
  cursor: pointer;
}

.contact_wrapper {
  width: 1286px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.contact_arrow {
  width: 22px;
  height: 22px;
}

.contact_title {
  font-size: 32px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.contact:hover .contact_title {
  transform: translateX(30px); 
  transition: transform 0.3s ease; 
  color: #fff;
}

.contact_text {
  font-size: 16px;
  letter-spacing: 0em;
  margin-right: 48px;
  position: relative;
}

.contact:hover .contact_text {
  transform: translateX(30px);
  transition: transform 0.3s ease;
  color: #fff;
}

.contact_text::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.contact:hover .contact_text::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .contact {
    width: 92vw;
    margin: 0 auto 57px auto;
    border-top: none;
    border-bottom: none;
    background: none;
    background-color: #000;
  }
  
  .contact_wrapper {
    width: 92vw;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    margin: 0 auto;
    padding-left: 12px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
  }
  
  .contact_arrow {
    width: 22px;
    height: 22px;
  }

  .contact_title {
    font-size: 24px;
    font-weight: 400;
  }
  
  .contact_text {
    margin-right: 0;
    position: static;
  }
  
  .contact_text::after {
    background-image: url(../img/arrow_w.svg);
    right: 10px;
  }
  
}

/* CONTACT */


/* SERVICE */
.service {
  width: 85vw;
  margin: 40px auto 0 auto;
  padding: 153px 39px 44px 39px;
  background-color: #B6D7F8;
}

.service_top {
  display: flex;
  justify-content: space-between;
}

.service .title_wrap {
  width: 50%;
}

.service_text_wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.service_text_title {
  font-size: 36px;
  letter-spacing: 0;
  line-height: 57.6px;
  font-weight: 600;
  color: #F06E2E;
  margin-bottom: 20px;
}

.service_text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.service_img {
  display: block;
  width: 1208px;
  height: auto;
  margin: 72px auto 0 auto;
  position: relative;
  z-index: 2;
}

.service .service_picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.service .service_picture::before {
  content: "";
  display: block;
  width: 731px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/arrow_pc.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  animation: slide 15s linear infinite;
  z-index: 1;
}

@keyframes slide {
  0% {
    background-position: -731px 0;
  }
  100% {
    background-position: 0 0;
  }
}

.service_flow {
  width: 1208px;
  height: auto;
  margin: 90px auto 0 auto;
}

.service_flow_title {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

.service_flow_content {
  display: flex;
  align-items: center;
  padding: 40px 0 140px 0;
  flex-direction: column;
  gap: 16px;
}

.service_flow__item {
  display: flex;
  align-items: center;
  gap: 31px;
}

.service_flow_text_wrap {
  display: flex;
  flex-direction: column;
}

.service_flow_num {
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 400;
}

.service_flow_ttl {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 25px;
}

.service_flow_text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

.service_flow_img {
  display: block;
  width: 603px;
  height: 380px;
}

.service_collect_topttl {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.service_collect {
  width: 1208px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.service_collect_item {
  width: 396px;
  height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_collect_item:nth-child(1) {
  background-color: #27A359;
}

.service_collect_item:nth-child(2) {
  background-color: #FFEC42;
}

.service_collect_item:nth-child(3) {
  background-color: #FFD6D9;
}

.service_collect_content {
  display: flex;
  flex-direction: column;
  width: 340px;
  margin: 0 auto;
  padding: 35px 0 0 0;
}

.service_collect_ttl {
  font-size: 35px;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin-bottom: 5px;
}

.service_collect_subttl {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 30px;
}

.service_collect_text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
  margin-bottom: 10px;
}

.service_collect_subtext {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22.4px;
}

.collect_img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .service {
    min-width: 1300px;
  }

  .service_top {
    width: 1208px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .service {
    width: 92vw;
    margin: 40px auto 0 auto;
    padding: 30px 0 22px 0;
  }
  
  .service_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 87%;
    margin: 0 auto;
  }
  
  .service .title_wrap {
    width: 100%;
  }
  
  .service_text_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  
  .service_text_title {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 44.8px;
    margin-bottom: 30px;
  }
  
  .service_text {
  }
  
  .service_img {
    width: 87%;
    margin: 45px auto 0 auto;
  }

  .service .service_picture::before {
    width: 22px;
    height: 482px;
    background-image: url(../img/arrow_sp.svg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    animation: slide_sp 15s linear infinite;
    z-index: 1;
  }

  @keyframes slide_sp {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 0 482px;
    }
  }
  
  .service_flow {
    width: 87%;
    margin: 85px auto 0 auto;
  }
  
  .service_flow_title {
    font-size: 24px;
    padding-bottom: 22px;
  }
  
  .service_flow_content {
    display: flex;
    align-items: center;
    padding: 40px 0 70px 0;
    flex-direction: column;
    gap: 16px;
  }
  
  .service_flow__item {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  
  .service_flow_text_wrap {
  }
  
  .service_flow_num {
    font-size: 32px;
  }
  
  .service_flow_ttl {
    font-size: 20px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  
  .service_flow_text {
  }
  
  .service_flow_img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .service_collect_topttl {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 22px;
    margin-bottom: 11px;
  }
  
  .service_collect {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  
  .service_collect_item {
    width: 100%;
    height: auto;
  }
  
  .service_collect_content {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }
  
  .service_collect_ttl {
    font-size: 28px;
    margin-bottom: 0;
  }
  
  .service_collect_subttl {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  
  .service_collect_text {
    margin-bottom: 10px;
  }
  
  .service_collect_subtext {
    margin-bottom: 25px;
  }
  
  .collect_img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* SERVICE */

/* CONTACT */ 
.contact_btn {
  width: 1208px;
  height: 229px;
  margin: 117px auto 169px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_btn a {
  position: relative;
}

.contact_btn a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #F06E2E;
  transition: width 0.5s ease, left 0.5s ease; /* トランジションを設定 */
  z-index: -1; /* 背景として表示するために後ろに配置 */
}

.contact_btn a:hover::after {
  width: 100%;
  left: 0;
  z-index: 1;
}

.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.contact_btn:hover {
  cursor: pointer;
}

.contact_btn_wrapper {
  width: 593px;
  height: 100%;
  display: flex;
  padding-left: 131px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-image: url(../img/contact_img.jpg);
  background-size: cover;
  background-position: center;
}

.contact_btn_title {
  font-size: 60px;
  letter-spacing: 0;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact_btn_subtitle {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact_btn_text_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0);
  box-sizing: initial;
}

.contact_btn_text {
  width: 524px;
  padding: 0 38px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}

.contact_btn_arrow {
  width: 100px;
  height: 100%;
  position: relative;
  background-color: #DAD9C1;
}

.contact_btn_arrow_img {
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50%;
  bottom: 23px;
  transform: translateX(50%);
  z-index: 2;
}

.contact_btn a:hover .contact_btn_arrow_img {
  opacity: 0;
}

.contact_btn a .contact_btn_arrow::after {
  transition: opacity 0.3s ease;
  opacity: 0;
}

.contact_btn a:hover .contact_btn_arrow::after {
  content: '';
  background-image: url(../img/arrow_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 42px;
  position: absolute;
  right: 50%;
  bottom: 23px;
  transform: translateX(50%);
  z-index: 2;
  opacity: 1;
}
@media (max-width: 768px) {
  .contact_btn {
    width: 92vw;
    height: 321px;
    margin: 63px auto 80px auto;
  }

  .contact_btn a {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  
  .contact_btn_wrapper {
    width: 100%;
    height: 150px;
    display: flex;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  
  .contact_btn_title {
    font-size: 40px;
  }
  
  .contact_btn_subtitle {
    font-size: 20px;
    line-height: 25.6px;
    font-weight: 500;
  }

  .contact_btn_content.nonePC {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 171px;
    width: 100%;
  }

  .contact_btn_text_wrap {
    width: 84%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0);
  }
  
  .contact_btn_text {
    width: 90%;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25.6px;
  }
  
  .contact_btn_arrow {
    width: 16%;
    height: 100%;
  }
  
  .contact_btn_arrow_img {
    width: 28px;
    height: 28px;
    bottom: 13px;
  }
  
}

/* CONTACT */

/* TOPICS */
.topics {
  width: 1286px;
  margin: 0 auto 169px auto;
}

.topics .title_wrap {
  margin-bottom: 30px;
}

.topics_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 45px;
  column-gap: 60px;
}

.topics_content_item {
  width: calc(50% - 30px);
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  overflow: hidden;
}

.topics_content_item:hover {
  cursor: pointer;
}

.topics_content_img {
  display: block;
  width: 100%;
  height: 343px;
  object-fit: cover;
  scale: 1.025;
  transition: scale 0.3s ease;
}

.topics_content_item:hover .topics_content_img {
  scale: 1;
}

.topic_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  margin-top: 20px;
}

.topic_date {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}

.topic_title {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 32px;
}

.topic_tag_wrap {
  display: flex;
  gap: 16px;
}

.topic_tag {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  width: 103px;
  height: 30px;
  background-color: #DAD9C1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topics_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
  width: 406px;
  height: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #000;
  margin-left: auto;
  background: linear-gradient(to right, #000 50%, #FAFAF7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: background-position 0.3s ease;
}

.topics_btn:hover {
  background-position: left bottom;
  color: #fff;
  cursor: pointer;
}

.topics_btn_ttl {
  display: block;
  font-size: 32px;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.topics_btn:hover .topics_btn_ttl {
  transform: translateX(20px);
  transition: transform 0.3s ease;
}

.topics_subttl {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topics_btn:hover .topics_subttl {
  transform: translateX(20px);
  transition: transform 0.3s ease;
}

.topics_subttl::after {
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  margin-left: 20px;
}

.topics_btn:hover .topics_subttl::after {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
  .topics {
    width: 92vw;
    margin: 0 auto 90px auto;
  }
  
  .topics_content {
    flex-direction: column;
    row-gap: 45px;
    column-gap: 60px;
    margin-top: 30px;
  }
  
  .topics_content_item {
    width: 100%;
  }
  
  .topics_content_img {
    height: 200px;
  }
  
  .topic_wrap {
    gap: 10px;
    margin-top: 15px;
  }
  
  .topic_date {
  }
  
  .topic_title {
  }
  
  .topic_tag_wrap {
  }
  
  .topic_tag {
  }
  
  .topics_btn {
    align-items: start;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 80px;
    border-top: none;
    border-bottom: none;
    color: #fff;
    background: none;
    background-color: #000;
    position: relative;
    margin-top: 50px;
  }
  
  .topics_btn_ttl {
    padding-left: 12px;
    font-size: 24px;
  }
  
  .topics_subttl {
    padding-left: 12px;
  }
  
  .topics_subttl::after {
    background-image: url(../img/arrow_w.svg);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  
}


/* TOPICS */

/* COMPANY */
.company {
  width: 1286px;
  margin: 0 auto 165px auto;
  display: flex;
  justify-content: space-between;
}

.company .title_wrap {
  width: 41.5%
}

.company_content {
  width: 58.5%;
  border-collapse: collapse;
}

.company_table {
  width: 100%;
  border-collapse: collapse;
}

.company_table th,
.company_table td {
  border-bottom: 1px solid #000;
}

.company_table th {
  padding: 30px 97px 30px 10px;
}

.company_table td {
  padding: 30px 0;
}

.company_table tr:first-child th,
.company_table tr:first-child td {
  border-top: 1px solid #000;
}

.company_table th {
  width: 195px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.company_table td {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25.6px;
}

@media (max-width: 768px) {
  .company {
    width: 92vw;
    margin: 0 auto 67px auto;
    flex-direction: column;
    justify-content: center;
  }
  
  .company .title_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .company_content {
    width: 100%;
  }
  
  .company_table {
  }
  
  .company_table th,
  .company_table td {
  }
  
  .company_table th {
    padding: 30px 46px 30px 10px;
  }
  
  .company_table td {
  }
  
  .company_table tr:first-child th,
  .company_table tr:first-child td {
  }
  
  .company_table th {
    width: 40%;
  }
  
  .company_table td {
  }
}

/* COMPANY */

/* CONTACT */
.contact_form {
  width: 100vw;
  background-color: #E4E1D0;
  margin: 0 auto;
}

.contact_form_wrapper {
  max-width: 1286px;
  margin: 0 auto;
  padding: 109px 0;
  display: flex;
  justify-content: space-between;
}

.contact_form_wrapper .title_wrap {
  display: flex;
  flex-direction: column;
}

.coution {
  color: #F06E2E;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 30px 0 0 0;
}

.check_wrap {
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-top: 54px;
}

.check_list {
  font-size: 12px;
  letter-spacing: 0;
}

.check_list.now {
  color: #F06E2E;
}

.check_list::before {
  content: "";
  display: inline-block;
  background-image: url(../img/square.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.check_list.now::before {
  background-image: url(../img/square_o.svg);
}

.contact_form_wrap {
  margin-top: 25px;
}

.form_group {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.form_group .form_label {
  width: 200px;
  margin-top: 10px;
}

.form_group .form_label::after {
  content: "*";
  display: inline-block;
  font-size: 16px;
  color: #F06E2E;
  padding-left: 2px;
}

.form_group .form_input {
  width: 561px;
  padding: 16.5px 0 16.5px 13px;
  resize: none;
  border: none;
  overflow: hidden;
}

.form_group .form_input::placeholder {
  letter-spacing: 0;
  font-weight: 400;
  color: #A0A0A0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 16px;
}

.form_group .form_input:focus {
  outline: none;
} 

.form_group .error {
  display: block;
  color: red;
  padding-left: 300px;
}

.privacy_wrap {
  width: 561px;
  height: 155px;
  margin-left: auto;
  margin-right: 0;
  background-color: #fff;
  padding: 16px 13px 0 13px;
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
}

.privacy_wrap .privacy {
  font-size: 12px;
  letter-spacing: 0;
  padding-bottom: 15px;
}

.privacy_check {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 21px 0 60px 200px;
  gap: 5px;
}

.mwform-checkbox-field.vertical-item label{
  display: flex;
  align-items: center;
}

input[type="checkbox"] {
  appearance: none; /* デフォルトのスタイルをリセット */
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #F06E2E;
  border: none; /* ボーダーを取り除く */
}


.submit_btn {
  display: block;
  width: 262px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  background-color: #F06E2E;
  border: none;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submit_btn:hover {
  background-color: #000;
  color: #fff;
}

.mw_wp_form_confirm .form_group {
  justify-content: start;
  align-items: center;
}

.mw_wp_form_confirm .privacy_wrap, .mw_wp_form_confirm .privacy_check {
  display: none;
}

.mw_wp_form_confirm .coution {
  display: none;
}

@media (max-width: 768px) {
  .contact_form {
  }
  
  .contact_form_wrapper {
    max-width: 92vw;
    padding: 44px 0 69px 0;
    flex-direction: column;
    justify-content: center;
  }
  
  .contact_form_wrapper .title_wrap {
  }
  
  .coution {
    margin: 25px 0 0 0;
  }
  
  .check_wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: auto;
    margin-top: 37px;
  }
  
  .check_list {
  }
  
  .check_list.now {
  }
  
  .check_list::before {
  }
  
  .check_list.now::before {
  }
  
  .contact_form_wrap {
    margin-top: 50px;
  }
  
  .form_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
  }

  .form_group br {
    display: none;
  }
  
  .form_group .form_label {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .form_group .error {
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
  }  
  
  .form_group .form_label::after {
  }
  
  .form_group .form_input {
    width: 100%;
  }
  
  .form_group .form_input::placeholder {
  }
  
  .privacy_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 16px 13px 0 13px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  
  .privacy_wrap .privacy {
    font-size: 12px;
    letter-spacing: 0;
  }
  
  .privacy_check {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 30px auto 60px auto;
    gap: 5px;
  }
  
  input[type="checkbox"] {

  }
  
  input[type="checkbox"]:checked {
  }

  
  .submit_btn {
    margin-right: auto;
  }

  .mw_wp_form_confirm .form_group {
    align-items: start;
  }
}
/* CONTACT */

/* フッター */
.site-footer {
  width: 100vw;
  margin: 68px 0 0 0;
  padding: 0;
  box-sizing: border-box;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 auto;
  padding: 0 5vw;
}

.site-footer .logo img {
  width: 170px;
  height: 57px; 
}

.site-footer .main-nav ul {  
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}

.site-footer .main-nav li {
  margin-left: 20px;
}

.site-footer .nav_contact {
  width: 120px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DBD9C1;
}

.site-footer .nav_contact:hover {
  background-color: #F06E2E;
}

.site-footer .nav_contact:hover a {
  border-bottom: none;
}

.site-footer ul.nav_language {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: -21px;
  padding-left: 21px;
  color: #A0A0A0;
  font-size: 16px;
  letter-spacing: 0;
  border-left: 1px solid #CCCCCC;
} 

.site-footer ul.nav_language li {
  margin-left: 0;
}

.site-footer .main-nav a {
  text-decoration: none;
  font-size: 16px;
}

.site-footer .company_name {
  font-size: 14px;
  margin-top: 51px;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 78.5px;
  gap: 20px;
  padding-right: 5vw;
}

.site-footer .top_btn a{
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.site-footer .top_btn .top_arrow {
  width: 50px;
  height: 50px;
  position: relative;
  background-color: #F06E2E;
}

.site-footer .top_btn .top_arrow::before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-footer .copyright {
  width: 100vw;
  height: 43px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #FAFAF7;
  background-color: #000;
  margin-top: 20px;
}

.site-footer .copyright a {
  text-decoration: none;
  color: #FAFAF7;
}

.site-footer .copyright a:hover {
  border-bottom: 1px solid #FAFAF7;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 0;
    height: 60px;
  }

  .site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 5vw;
  }

  .site-footer .logo {
    position: relative;
    z-index: -1;
  }

  .site-footer .logo img {
    width: 120px;
    height: 42px;
    margin: 0 0 54px 24px;
  }

  .site-footer .main-nav {
    display: flex;
    position: static;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #FAFAF7;
  }

  .site-footer .main-nav ul {
    flex-direction: column;
    align-items: start;
    gap: 36px;
  }

  .site-footer .main-nav li {
    margin-left: 0;
  }

  .site-footer .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(0px, 6px);
  }

  .site-footer .menu-toggle.active .bar:nth-child(2) {
    transform: rotate(45deg) translate(0px, -6px);
  }

  .site-footer .nav_contact {
  }

  .site-footer ul.nav_language {
    width: 120px;
    height: auto;
    flex-direction: row;
    justify-content: start;
    gap: 7px;
    margin-left: 0;
    margin-top: -11px;
    padding-left: 0;
    padding-top: 26px;
    border-left: none;
    border-top: 1px solid #CCCCCC;
  } 
  
  .site-footer ul.nav_language li {
    margin-left: 0;
  }

  .site-footer .company_name {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22.4px;
    font-weight: 500;
  }
  
  .site-footer .company_name {
    font-size: 14px;
    margin-top: 0;
  }
  
  .top_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 23px;
    gap: 20px;
    padding-right: 5vw;
  }
  
  .site-footer .top_btn a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  
  .site-footer .copyright {
    height: 78px;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
  }
  
  .site-footer .copyright a {
    text-decoration: underline;
    color: #FAFAF7;
  }
}
/* フッター */