@charset "utf-8";
/*
Theme Name: Udea Theme

*/

:root {
  --color-red:#FA1F6C;
  --color-pink:#FF9B9B;
  --box-shadow:0 3px 10px rgba(0, 0, 0, 0.16);
  --back-gradient:linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
}

html {
  font-style: normal;
  font-size: 62.5%;
  color: #121212;
  position: relative;
  text-align: justify;
  letter-spacing: 0.1em;
}

html {
  scroll-padding-top: 80px;
}

body {
  font-family: "Hiragino Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}


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

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border: none;
  background-color: #FFFFFF;
  padding: 5px;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  max-width: 1200px;
  width: calc(100% - 60px);
}

.wrapper.min {
  max-width: 924px;
}

.wrapper.mid {
  max-width: 1120px;
}

.wrapper.middle {
  max-width: 1000px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 5rem;
}

h2 {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 3rem;
  font-weight: 500;
}

h3 {
  font-size: 2.5rem;
  font-weight: 500;
}

h4,h5,h6 {
  font-size: 1.8rem;
}

p,th,td,li,dt,dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

dt {
  font-weight: 500;
}


a,button {
  cursor: pointer;
  cursor: hand;
}

a {

  transition: all 0.2s ease;
}

@media screen and (min-width: 801px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }
  
  h2 {
    font-size: 3rem;

  }
  
  h3 {
    font-size: 2rem;

  }
  
  h4,h5,h6 {
    font-size: 1.6rem;
  }

  .wrapper {
    width: calc(100% - 60px);
  }
  
}

@media screen and (min-width: 501px) {
  .minsp {
    display: none;
  }

}


/*common***/


.sec_title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}

/* 共通btn */
.btn_link {
  text-align: center; 
}

.btn_link a {
  position: relative; 
  border: 1px solid #020A19;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  max-width: 250px;
  font-size: 1.6rem;
}

.btn_link.center a {
  margin: 0 auto;
}
.btn_link.right a {
  margin-left: auto;
}
.btn_link a::before {
  content: '';
  width: 30px;
  height: 0.5px;
  display: block;
  background-color: #020A19;
  position: absolute;
  right: 0;
}


@media screen and (max-width: 800px) {
  .btn_link {
    padding-top: 40px;
  }
  .btn_link.right a {
    margin: 0 auto;
  }
  .btn_link.right::before {
    top: 49.5%;
    left: 75.5%;
  }
  .btn_link.center::before {
    top: 69%;
    left: 75.5%;
  }
}

/***header***/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 50px;
  background-color: #ffffff;
  font-family: "Hiragino Sans", sans-serif;
}
header .header_logo {
  width: 120px;
}
.header_menu {
  font-family: "Hiragino Sans", sans-serif;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.header_menu.sp-hide {
  margin-top: 40px;
}
.header_menu .menu {
  display: flex;
  flex-wrap: wrap;
}
.header_menu .menu > li {
  margin-right: 40px;
  text-align: center;
}
.header_menu .menu > li:last-child {
  margin-right: 0px;
}
.header_menu .menu > li span, .header_contact span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 5px;
}


.header_menu .btn_menu {
  display: flex;
  align-items: center;
}

.header_menu .btn_menu a {
  width: 104px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 60px;
  position: relative;
  color: white;
  z-index: 1;
}

.header_menu .btn_menu a::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(45deg, #FA1FCD 0%, #FA1F6C 30%, #FA1F6C 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: all 0.3s ease;
}

.header_menu .btn_menu a.login {
  background: white;
  margin-right: 10px;
  color: var(--color-red);
}

.header_menu .btn_menu a::after {
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}



@media screen and (min-width: 801px) {
  .header_contact  {
    margin-left: 40px;
  }
  .header_contact a {
    display: flex;
    font-size: 1.6rem;
    width: 175px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #5B4A3E;
    color: white;
    transition: all 0.5s ease;
  }
  .header_contact a:hover {
    opacity: 0.8;
  }
  .header_contact span {
    font-size: 1.4rem;
  }
  .header_contact a::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 2.2rem;
    margin-right: 12px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 801px) {
  header .openbtn {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  header {
    transition: all 0.3s ease;
    height: 60px;
    padding: 0 24px;
  }

  header.on {
    position: fixed;
  }
  header .wrapper {
    min-height: 80px;
    width: 100%;
    padding: 0;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
  }

  header .header_logo {
    width: 72px;
  }
  .header_menu {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100vh - 60px);
    width: 100%;
    background-color: #5B4A3E;
    display: none;
  }
  .header_menu .menu {
    display: block;
  }
  .header_menu nav {
    margin-top: 75px;
    padding: 0 20px;
  }
  .header_menu .menu > li {
    margin-right: 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 18px 0px 18px 10px;
    display: flex;
    align-items: baseline;
  }
  .header_menu .menu > li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .header_menu .menu > li:not(:last-of-type) > a::before{
    content: '・';
    width: 30px;
    height: 1px;
    position: absolute;
    left: 10px;
  }
  .header_menu .btn_menu {
    justify-content: center;
  }
 
  .header_menu .btn_menu a {
    width: 50%;
    max-width: 120px;
    height: 34px;
    font-size: 1.5rem;
  }
  header .openbtn{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #5B4A3E;
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 5px;
  }

  .header_menu.pc-hide .menu > li {
    font-size: 3rem;
  }
  
  /*ボタン内側*/
  header .openbtn span{
      display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 28.3%;
      height: 1px;
      border-radius: 2px;
      background: #fff;
      width: 43.75%;
    }
  
  header .openbtn span:nth-of-type(1) {
    top: 40%; 
  }
  
  header .openbtn span:nth-of-type(2) {
    top: 60%;
  }
    
  /*activeクラスが付与されると線が回転して×に*/
  
  header .openbtn.active span:nth-of-type(1) {
      top: 10px;
      left: 10px;
      transform: translateY(6px) rotate(-45deg);
      width: 45%;
  }
    
  header .openbtn.active span:nth-of-type(2){
      top: 22px;
      left: 10px;
      transform: translateY(-6px) rotate(45deg);
      width: 45%;
  }

  /* ヘッダー問い合わせ */
  .header_contact.pc-hide {
    color: #5B4A3E;
    background-color: #FFFFFF;
    margin-top: 20px;
  }
  .header_contact a {
    color: #5B4A3E;
    background-color: #FFFFFF;
    margin: 0 auto;
  }
  .header_contact a::before {
    content: '\f0e0';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 2rem;
    margin-right: 12px;
    margin-bottom: 4px;
  }
  /* ヘッダーSPメニューレイアウト */
  .header_menu .menu > li span, .header_contact span {
    display: inline-block;
    padding-left: 10px;
  }

}

/* フッター問い合わせ共通 */
/* Contactセクション */
.contact_sec {
  padding-bottom: 100px;
  position: relative;
}
.contact_sec .wrapper {
  font-family: "Hiragino Sans", sans-serif;
  text-align: center;
}
.contact_sec h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Hiragino Sans", sans-serif;
}
.contact_sec .text {
  padding-top: 34px;
  padding-bottom: 28px;
}

.contact_sec .btn_link a {
  border: #ffffff 1px solid;
}
.contact_sec .btn_link::before {
  background-color: #ffffff;
  top: 50.2%;
  left: 60.7%;
}
.contact_banner {
  padding: 50px 20px;
  background-color: #5B4A3E;
}
.contact_banner_wrapper {
  display: flex;
  justify-content: center;
  color: #fff;
}
.contact_banner_wrapper .title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Hiragino Sans", sans-serif;
}

.contact_banner_wrapper .box {
  width: 50%;
  padding: 40px 20px;
}

.contact_banner_wrapper .box.tel {
  border-right: 1px solid #fff;
}

.contact_banner_wrapper .box.tel .number {
  font-family: "Hiragino Sans", serif;
  font-size: 2.9rem;
  padding: 12px 0;
}
.contact_banner_wrapper .box.tel .number::before {
  content: '\f095';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
}
.contact_banner_wrapper .box.tel .time {
  border: 1px solid #FFFFFF;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 1.4rem;
}

.contact_banner_wrapper .box.mail .title {
  padding-bottom: 28px;
}

.btn_box.mail a {
  border: 1px solid #Ffff;
  padding: 12px 60px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.btn_box.mail a:hover {
  color: #5B4A3E;
  background-color: #fff;
}

.btn_box.mail a::before {
  content: '\f0e0';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 3rem;
  margin-right: 12px;
  margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
  .contact_sec {
    padding-bottom: 40px;
    position: relative;
  }
  .contact_sec .wrapper {
    text-align: center;
  }
  .contact_sec h2 {
    font-size: 2.4rem;
  }
  .contact_sec .text {
    font-size: 1.4rem;
    padding: 28px 0;
  }
  
  .contact_sec .btn_link a {
    border: #ffffff 1px solid;
  }
  .contact_sec .btn_link::before {
    background-color: #ffffff;
    top: 50.2%;
    left: 60.7%;
  }
  .contact_banner {
    padding: 8px 24px;
    background-color: #5B4A3E;
  }
  .contact_banner_wrapper {
    flex-direction: column;

  }
  .contact_banner_wrapper .title {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Hiragino Sans", sans-serif;
  }
  
  .contact_banner_wrapper .box {
    width: 100%;
    padding: 40px 10px;
  }
  
  .contact_banner_wrapper .box.tel {
    border-right: initial;
    border-bottom: 1px solid #fff;
  }
  
  .contact_banner_wrapper .box.tel .number {
    font-size: 2.6rem;
    padding: 12px 0;
  }
  .contact_banner_wrapper .box.tel .number::before {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-size: 2.4rem;
    font-weight: 700;
    margin-right: 12px;
  }
  .contact_banner_wrapper .box.tel .time {
    font-size: 1.2rem;
  }
  .contact_banner_wrapper .box.mail .title {
    font-size: 1.8rem;
    padding-bottom: 18px;
  }
  .btn_box.mail a {
    padding: 10px 24px;
    font-size: 1.6rem;
  }
  .btn_box.mail a::before {
    font-size: 2rem;
    margin-right: 10px;
  }
}

@media screen and (max-width: 800px) {
  .sp-hide {
      display: none;
  }
}
@media screen and (min-width: 801px) {
  .pc-hide {
      display: none;
  }
}

/* footer */
footer {
  border-top: 1px solid #BEB1A9;
}
.footer-container {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  padding-top: 80px;
  padding-bottom: 80px;
}
#footer .logo {
  max-width: 160px;
}

.company_name {
  display: flex;
  align-items: center;
  margin-top: 28px;
  margin-bottom: 10px;
}
.company_name p, .company_info p {
  font-family: "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
}
.footer_right {
  display: flex;
  gap: 80px;
}

.footer_right nav {
  font-family: "Hiragino Sans", sans-serif;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  justify-content: right;
  width: 100%;
}

.footer_right nav .ul_01 {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  align-items: baseline;
  /* justify-content: space-between; */
  width: 100%;
  gap: 60px;
}

.footer_right nav ul li ul {
  display: block;
}

.footer_right nav > ul:not(:last-of-type) {
  margin-right: 50px;
}
.footer_right nav > ul > li:not(:last-of-type) {
  margin-bottom: 36px;
}
.footer_right nav > ul > li li {
  margin-top: 16px;
  font-size: 1.4rem;
}

footer .copy {
  background-color: #5B4A3E;
  color: #fff;
  height: 56px;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .footer-container {
      display: block;
      padding-top: 40px;
      padding-bottom: 40px;
  }
  #footer .logo {
    max-width: 120px;
    margin: 0 auto;
  }
  .footer_right nav {
    display: none;
  }
  .footer_left {
      text-align: initial;
      letter-spacing: 0;
  }
  .company_name {
      display: block;
      margin-left: 0;
      margin-bottom: 28px;
      margin-bottom: 10px;
  }
  .company_name p {
      font-size: 1.2rem;
  }
  .company_info p {
      font-size: 1.2rem;
  }
  footer .copy {
      font-size: 1.2rem;
  }
}

/* ここまで移行 */
/* 追加 */
.wpcf7 form.sent .wpcf7-response-output{
  border:none;
  }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 1.6rem;
    text-align: center;
    border: none;
  }