@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: #ffffff;
  /* RGB */
  background-color: #3c3f48;
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.4rem;
}
a:hover {
  opacity: 0.5;
}
.clarity a:hover {
  opacity: 1;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  display: block;
}
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
.wide_only {
  display: none;
}
.is-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.white {
  color: #ffffff;
}
.red {
  color: #ff0000;
}
.purple {
  color: #7a4995;
}
.ft_40 {
  font-size: 4.0rem;
}
.ft_34 {
  font-size: 3.4rem;
}
.ft_30 {
  font-size: 3.0rem;
}
.ft_24 {
  font-size: 2.4rem;
}
.ft_20 {
  font-size: 2.0rem;
}
.fadeInUpTrigger {
  opacity: 0;
}
/* header */
header {
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #7a4995;
  position: fixed;
}
.header_inner {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 20px;
}
.header_inner .logo {
  padding-top: 4px;
  width: 130px;
}
.header_right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.nav_wrap {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #7a4995;
}
.nav_wrap nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav_wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav_wrap li {
  list-style: none;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ffff;
}
.nav_wrap li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.8rem
}
.nav_wrap.show {
  right: 0;
}
.nav_wrap nav .sp_nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nav_wrap nav .sp_nav li {
  border-bottom: 1px solid #ffffff;
}
/* ham_menu */
.ham_btn {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 999;
  background-color: #7a4995;
  margin: 0;
  top: 0px;
}
.ham_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 16px;
  height: 1px;
  background: #fff;
  width: 32px;
  top: 40px;
}
.ham_btn span:nth-of-type(1) {
  top: 20px;
}
.ham_btn span:nth-of-type(2) {
  top: 30px;
}
.ham_btn.active span:nth-of-type(1) {
  top: 28px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}
.ham_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.ham_btn.active span:nth-of-type(3) {
  top: 40px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}
/* MV */
.MV {
  position: relative;
  background-image: url(../img/sec4.png);
  padding: 60px 30px 30px;
}
.MV_slide {
  margin-inline: auto;
  overflow: hidden;
}
/* 共通 */
section {
  position: relative;
  padding: 80px 0 100px;
}
.section_inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.section_textWrap {
  padding: 0 6vw;
}
.section_ttl {
  padding: 60px 0;
}
.section_ttl h2 {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section_ttl h2 span {
  font-weight: 500
}
.content_text {
  text-align: justify;
  line-height: 2.4;
}
.more a {
  width: 276px;
  height: 54px;
  border-radius: 27px;
  margin: 100px auto;
  padding: 12px 20px;
  position: relative;
  text-align: left;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.more a p {
  line-height: 1;
  padding-top: 4px;
  font-size: 2.4rem;
  font-weight: 500;
}
.more a::after {
  content: "";
  width: 92px;
  height: 9px;
  background-image: url(../img/arrow@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 44%;
  right: 10px;
  z-index: 10;
}
#top_01 .content_img {
  width: calc(100% - 6vw);
  margin-left: 6vw;
}
#top_02 .section_inner {
  width: calc(100% - 6vw);
  margin-right: 6vw;
  background-color: #000000;
  height: 100%;
  padding: 20px 0 20px 6vw;
}
#top_02 .section_ttl {
  background-color: #7a4995;
}
#top_02 .section_ttl h2 {
  text-align: right;
  display: inline-flex;
  padding-left: 3vw;
}
#top_02 .section_lead {
  text-align: justify;
  padding: 60px 20px;
}
#top_02 .content_text {
  padding-right: 6vw;
}
#top_02 .content_imgWrap {
  padding-right: 6vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 60px 6vw;
}
#top_03 .section_ttl {
  padding: 0;
}
#top_03 .section_ttl h2 {
  text-align: right;
  display: inline-flex;
}
#top_03 .content {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
  padding: 0 6vw;
}
dl {
  width: 100%;
  text-align: left;
  max-width: 520px;
  margin: 0 auto;
  font-weight: 500
}
dt,
dd {
  padding: 20px 8px 16px;
  border-bottom: 1px solid #ffffff;
  line-height: 1.8;
}
#top_04 {
  background-image: url(../img/sp_top04_bg@2x.png);
  background-size: cover;
  background-position: center top;
  padding: 80px 0 0;
}
#top_04 .section_inner {
  padding: 0 6vw;
}
#top_04 .section_ttl {
  background-color: #7a4995;
}
#top_04 .section_ttl h2 {
  text-align: right;
  display: inline-flex;
}
#top_04 .content_textWrap {
  text-align: justify;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#top_04 table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  font-size: 1.8rem;
}
#top_04 th {
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#top_04 td {
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
}
#contact {
  background-color: #000000;
}
#contact h2 {
  text-align: right;
  display: inline-flex;
}
#contact .section_lead {
  line-height: 2.4;
  text-align: justify;
  margin: 0 auto;
  padding: 40px 6vw 0;
}
.contact_btn--wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0px auto;
  width: 100%;
}
.contact_btn {
  position: relative;
  width: 90%;
  max-width: 390px;
  height: 78px;
  margin: 0px auto;
}
.contact_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7a4995;
  position: relative;
  color: #ffffff;
  letter-spacing: 0.1rem;
}
.contact_btn a:hover {
  opacity: 1;
}
.contact_btn a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  transition: background-color 0.3s;
  z-index: 10;
}
.contact_btn a:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.contact_btn p {
  padding-left: 4rem;
}
.contact_btn::before {
  content: "";
  position: absolute;
  left: 30px;
  height: 28px;
  width: 29px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_btn.tel::before {
  background-image: url(../img/tel@2x.png);
  z-index: 5;
}
.contact_btn.mail::before {
  background-image: url(../img/mail@2x.png);
  height: 24px;
  width: 33px;
  left: 40px;
  z-index: 5;
}
#access {
  padding: 0;
}
#access iframe {
  display: block;
  width: 100%;
  height: 480px;
}
footer {
  color: #333333;
  background-image: url(../img/sec4.png);
  position: relative;
  letter-spacing: 0.1rem;
}
.footer_inner {
  padding: 60px 40px 40px;
  background-size: cover;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer_logo {
  margin: 0 auto;
}
.footer_logo p {
  margin: 20px auto;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.footer_nav {
  padding-left: 2vw;
}
.footer_nav li {
  margin-bottom: 8px;
  text-align: left;
  font-weight: 700;
}
.footer_nav li a {
  color: #333333;
}
.cr {
  padding: 16px 0;
  background-color: #7a4995;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
}
#go_top {
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 900;
}
@media screen and (max-width: 480px) {
  .section_ttl h2 {
    font-size: 10vw;
  }
  .section_ttl h2 span {
    font-size: 5vw;
  }
  #contact .contact_btn p {
    font-size: 7vw;
  }
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  header {
    width: 100%;
    height: 100px;
    padding: 0 0 0 2vw;
  }
  .header_inner {
    height: 100%;
    padding: 0;
  }
  .header_inner .logo {
    width: 100%;
    max-width: 440px;
  }
  .header_right {
    display: flex;
    flex-direction: row;
    width: calc(100% - 500px);
    max-width: 920px;
    height: 100px;
    background: none;
    align-items: center;
    font-weight: 700;
    gap: 40px;
    justify-content: space-around;
  }
  .header_right--body {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    align-items: flex-start;
    font-weight: 700;
    gap: 14px;
  }
  .header_nav {
    width: 100%;
    padding-right: 20px;
  }
  .header_right nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .header_right nav ul li {
    padding: 0 4px 6px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .header_right nav ul li a {
    width: 100%;
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 0.01rem;
    line-height: 1.3;
  }
  .MV {
    padding: 100px 30px 30px;
  }
  section {
    padding: 140px 0 100px;
  }
  .section_ttl {
    padding-top: 0;
  }
  .section_inner {
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
  .more a {
    padding: 0;
  }
  #top_01 .section_textWrap {
    padding: 0 0 0 6vw;
    width: 40%;
    max-width: 600px;
    margin: 0 0 0 auto
  }
  #top_01 .section_ttl {
    text-align: left;
  }
  #top_01 .section_ttl h2 {
    text-align: right;
    display: inline-flex;
    margin: 0 0 0 auto
  }
  #top_01 .content_img {
    width: 60%;
    margin: 0;
    right: 0;
  }
  #top_02 .section_inner {
    flex-direction: row-reverse;
    position: relative;
    width: 88%;
    margin-right: 20%;
    padding: 160px 30% 0 6vw;
  }
  #top_02 .section_ttl {
    position: absolute;
    height: 80%;
    padding: 60px 4%;
    right: -10%;
    top: 10%;
  }
  #top_02 .section_lead {
    padding: 60px 0;
    font-size: 1.8vw;
    white-space: nowrap;
  }
  #top_02 .content {
    padding: 60px 0;
    max-width: 1110px;
  }
  #top_02 .content_text {
    padding: 0 0;
  }
  #top_02 .content_imgWrap {
    padding: 60px 0;
    margin: 0;
    flex-direction: row;
    justify-content: center;
  }
  #top_03 .section_inner {
    flex-direction: column;
    gap: 40px;
    padding: 0 6vw;
  }
  #top_03 .section_ttl {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
  }
  #top_03 .content {
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1500px;
    margin: 120px auto 0;
    padding: 0;
  }
  #top_03 .content_textWrap {
    width: 100%;
    max-width: 550px;
  }
  dl {
    width: 100%;
    margin: 0;
  }
  .description-item {
    display: flex;
    width: 100%;
  }
  dt,
  dd {
    padding: 24px 8px 20px;
    line-height: 1.8;
  }
  dt {
    width: 160px;
  }
  dd {
    width: calc(100% - 160px);
    padding-right: 5%;
  }
  #top_03 .content_img {
    width: 50%;
  }
  #top_04 {
    background: none;
    background-color: #000000;
  }
  #top_04 .content_bg {
    height: 90%;
    width: 88%;
    right: 0;
    top: 0;
    background-image: url(../img/top_img06@2x.png);
    background-size: cover;
    background-position: center top;
    position: absolute;
    z-index: 1;
  }
  #top_04 .section_inner {
    padding: 40px 0 6vw 26%;
    position: relative;
    z-index: 5;
  }
  #top_04 .section_ttl {
    position: absolute;
    height: 95%;
    padding: 60px 4%;
    left: 5%;
  }
  #top_04 .content {
    padding: 40px 20% 0 10%;
  }
  #top_04 .content_textWrap {
    gap: 80px;
  }
  #top_04 .more a {
    margin-top: 40px;
  }
  #contact {
    padding: 140px 6vw 160px;
  }
  #contact .section_ttl {
    padding-bottom: 0;
  }
  #contact .section_inner {
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
  }
  #contact .section_lead {
    padding: 40px 0;
  }
  #contact .section_lead p {
    margin: 0;
    white-space: nowrap;
  }
  .contact_btn--wrap {
    flex-direction: row;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .contact_btn {
    margin: 0;
  }
  #access p {
    padding: 0px 6vw 14px;
    font-weight: 500;
  }
  .footer_inner {
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    padding: 60px 4vw 40px;
    max-width: 1800px;
  }
  .footer_logo {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 490px;
    margin: 0;
  }
  .footer_logo p {
    font-size: 1.8rem;
  }
  .footer_nav {
    width: 100%;
    max-width: 660px;
    padding: 0;
  }
  .footer_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .footer_nav ul li {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    position: relative;
    font-size: 1.6rem;
  }
  #go_top {
    width: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 900;
  }
}
/* pcスタイル */
@media screen and (min-width: 1400px) {
  .wide_only {
    display: block;
  }
  .header_btn {
    width: 136px;
    height: 100px;
    background-color: #b069d7;
    position: relative;
  }
  .header_btn a {
    width: 100%;
    height: 100%;
    background-color: #b069d7;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_btn a:hover {
    opacity: 1;
  }
  .header_btn a::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    transition: background-color 0.3s;
    z-index: 10;
  }
  .header_btn a:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .header_btn p {
    padding-top: 4rem;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  .header_btn::before {
    content: "";
    position: absolute;
    left: 30px;
    background-image: url(../img/mail@2x.png);
    height: 25px;
    width: 36px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* 下層共通 */
.MV_under-ttl h2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4.0rem;
  width: 100%;
  padding: 0 6vw;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  padding-top: 30px;
}
.MV_under-ttl h2 span {
  font-size: 1.8rem;
}
#sewer_01 .section_lead {
  text-align: justify;
  padding: 20px 6vw;
}
#sewer_01 .content p {
  text-align: justify;
  padding: 40px 6vw;
}
#sewer_01 .content_imgWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 80px 6vw 120px;
}
@media screen and (max-width: 480px) {
  .MV_under-ttl h2 {
    font-size: 8vw;
  }
  .MV_under-ttl h2 span {
    font-size: 3vw;
    letter-spacing: 0.4rem;
  }
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  .MV_under-ttl h2 {
    font-size: 6.0rem;
  }
  #sewer_01 .section_inner {
    flex-direction: column;
    gap: 60px;
    padding: 0 6vw;
  }
  #sewer_01 .section_lead {
    max-width: 850px;
    padding: 20px 0;
    margin: 0 auto;
  }
  #sewer_01 .content p {
    text-align: justify;
    padding: 40px 0;
    display: inline-block;
    margin: 0 auto;
  }
  #sewer_01 .content_img {
    max-width: 1180px;
    margin: 0 auto;
  }
  #sewer_01 .content_imgWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 160px 0 300px;
    max-width: 1660px;
    margin: 0 auto;
  }
  #sewer_01 .content_imgWrap .content_img {
    width: calc((100% - 40px)/ 3);
  }
}
#business_01 {
  padding: 0 0 200px;
}
#business_01 .section_inner {
  padding: 140px 0;
  background-color: #000000;
  gap: 200px;
}
#business_01 .content_item--text {
  padding: 0 6vw 40px;
  text-align: justify;
}
#business_01 h3 {
  padding-bottom: 20px;
  border-bottom: 2px solid #b069d7;
}
#business_01 p {
  padding: 20px 0;
  font-size: 1.8rem;
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  #business_01 {
    padding: 0 6vw 200px;
  }
  #business_01 .section_inner {
    max-width: 1360px;
    margin: 0 auto;
    flex-direction: column;
    padding-right: 40px;
    position: relative;
  }
  #business_01 .section_inner::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 1;
  }
  #business_01 .content_item {
    width: 100%;
    max-width: 1280px;
    position: relative;
    z-index: 10;
  }
  #business_01 .content_img {
    padding-left: 2%;
  }
  #business_01 .content_item--text {
    padding: 0 0 40px;
  }
}
#recruit_01 {
  background-color: #000000;
}
#recruit_01 .content_textWrap {
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
}
#recruit_01 p {
  padding: 0 6vw 60px;
  text-align: justify;
}
#recruit_01 table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  font-size: 1.8rem;
  text-align: left;
}
#recruit_01 th {
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
#recruit_01 td {
  padding: 10px 20px;
  border-bottom: 1px solid #ffffff;
}
#recruit_01 .content_body {
  position: relative;
}
#recruit_01 .content_body p {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  #recruit_01 .section_inner {
    display: block;
  }
  #recruit_01::after {
    content: "";
    height: calc(100% - 40px);
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/top_img06@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
  }
  #recruit_01::before {
    content: "";
    height: 100%;
    width: 20%;
    position: absolute;
    top: 40px;
    left: 5%;
    background-color: #b069d7;
  }
  #recruit_01 .section_lead {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  #recruit_01 .content_textWrap p {
    max-width: 960px;
    margin: 0 auto;
  }
  #recruit_01 .content_body {
    position: static;
  }
  #recruit_01 .content_body p {
    position: relative;
    top: 60px;
    width: 100%;
    text-align: center;
    z-index: 10;
  }
}
#company_01 {
  padding: 120px 6vw 0;
}
#company_01 .section_lead {
  text-align: justify;
  background-color: #7a4995;
  padding: 40px 6vw 60px;
}
#company_01 .section_lead h3 {
  padding-bottom: 20px;
}
#company_01 .content {
  display: flex;
  flex-direction: column-reverse;
  gap: 80px;
  padding: 40px 0 00px;
}
#company_01 dl {
  font-size: 2.4rem;
}
/* pcスタイル */
@media screen and (min-width: 960px) {
  #company_01 {
    padding: 160px 6vw 240px;
  }
  #company_01 .section_inner {
    flex-direction: column;
    container-type: inline-size;
    container-name: company;
  }
  #company_01 .section_lead {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 40px
  }
  #company_01 .content {
    width: 100%;
    max-width: 1600px;
    margin: 100px auto 200px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #company_01 dl {
    max-width: 700px;
  }
  @container company (max-width: 1300px) {
    #company_01 .content {
      flex-direction: column-reverse;
    }
  }
}
/* contact */
#contact_01 {
  background-color: #ffffff;
  color: #333333;
  padding: 80px 6vw 200px;
}
#contact_01 .section_inner {
  gap: 40px;
}
#contact_01 .section_ttl {
  font-size: 3.0rem;
  padding: 100px 0 0;
}
#contact_01 .section_lead {
  font-size: 1.8rem;
  text-align: justify;
  padding-bottom: 0;
}
.inquiry_tel {
  font-size: 4.0rem;
  margin: 20px auto;
}
#contact_01 .inquiry_tel.tel a {
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 900;
}
#contact_01 .inquiry_tel.tel a::before {
  content: "";
  position: absolute;
  left: -30px;
  height: 34px;
  width: 35px;
  top: 50%;
  transform: translateY(-60%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/tel_p@2x.png);
  z-index: 5;
}
#contact_01 form {
  font-size: 1.8rem;
}
#contact_01 .must {
  color: #ff0000;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 900;
}
form {
  margin: 80px 0 40px;
  text-align: left;
  font-weight: 700;
  line-height: 3;
  container-type: inline-size;
  container-name: form;
  font-size: 1.8rem
}
.form_item--ttl {
  padding: 0 0 20px 8px;
  margin: 0 0 20px 0;
  line-height: 1;
  border-bottom: 1px solid #757575;
}
.form_item--input {
  border-bottom: 1px solid #757575;
  padding: 0 0 20px 8px;
  margin: 0 0 20px 0;
}
.form_item--input.radio {
  display: flex;
  flex-direction: column;
}
.form_item:nth-of-type(6) .form_item--input {
  border-bottom: none;
  margin: 0 0 40px 0;
}
label {
  display: inline-block;
  font-size: 1.8rem;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  display: block;
  height: 48px;
  width: 100%;
  font-size: 2.0rem;
  padding: 6px;
  background-color: #f4f3f3;
  border-radius: 9px;
  border: 1px solid #757575;
}
input[type="radio"] {
  margin: 0 3px 2px 5px;
}
textarea {
  height: 252px;
  resize: vertical;
  background-color: #f4f3f3;
  border-radius: 9px;
}
.form_submit button {
  width: 100%;
  max-width: 294px;
  background-color: #7a4995;
  padding: 14px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.form_submit button:hover {
  opacity: 0.5;
}
.form_submit button p {
  font-size: 2.2rem;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
#contact_wrapper #contact {
  display: none;
}
@media screen and (min-width: 960px) {
  #contact_01 .section_inner {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #contact_01 .content {
    width: 100%;
  }
  .form_item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 780px;
    margin: 0 auto;
  }
  .form_item--input.radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 2;
    padding-left: 24px;
    height: 80px;
    margin-bottom: 0;
    gap: 40px;
  }
  .form_item--ttl {
    padding: 30px 10px;
    width: 40%;
    margin: 0;
    height: 80px;
  }
  .form_item--input {
    width: 60%;
    margin: 0;
    padding: 20px 60px 20px 30px;
    line-height: 1;
    border-left: 1px solid #87dbff;
    border-bottom: 1px solid #87dbff;
    height: 80px;
  }
  .form_item--ttl {
    line-height: 1;
    border-bottom: 1px solid #87dbff;
  }
  .form_item--input label {
    line-height: 1;
  }
  .form_item:nth-of-type(6) .form_item--ttl {
    border-bottom: none;
    margin: 0 0 auto;
  }
  .form_item:nth-of-type(6) .form_item--input {
    height: 300px;
  }
  .form_item--input.big {
    padding: 16px 60px 15px 30px;
  }
}