@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
body,
ul,
ol,
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

/* ベース */
/* メインカラー */
/* アクセント */
/* ボーダー */
/* link button */
/* text link */
/* transition */
:root {
  --header-height: 80px;
}

@media (width <= 768px) {
  :root {
    --header-height: 60px;
  }
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Sawarabi Gothic", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #585858;
  background-color: #fff;
  line-height: 1.7;
  font-size: 1rem;
}
@media (width <= 768px) {
  body {
    font-size: 0.93rem;
  }
}

.is-subpage main {
  padding-top: var(--header-height);
}

.main-wrap {
  width: 100%;
  position: relative;
}

.inner {
  width: 80%;
  max-width: 1120px;
  margin-inline: auto;
}
@media (width <= 768px) {
  .inner {
    width: 100%;
    padding-inline: 20px;
  }
}

.main-sec {
  display: flex;
  margin-bottom: 180px;
  background: linear-gradient(13.86deg, #FFFFFF 17.39%, #CEEBED 44.11%, #EBE0E4 84.68%);
  position: relative;
}
@media (width <= 768px) {
  .main-sec {
    margin-bottom: 100px;
  }
}
.main-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 246px;
  background: url(../images/arch-mask.svg);
}
@media (width <= 768px) {
  .main-sec::before {
    position: absolute;
    top: 0;
    width: 100svw;
    height: 181px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/arch-mask_sp.svg) center;
  }
}
.main-sec__ttl {
  position: relative;
  margin: 0 auto 120px;
  text-align: center;
}
@media (width <= 768px) {
  .main-sec__ttl {
    margin-bottom: 50px;
  }
}
.main-sec__ttl::before {
  position: absolute;
  content: "";
  background-color: #585858;
  height: 2px;
  width: 150px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.main-sec .sub-ttl {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.main-sec .sub-ttl .ja {
  font-size: 1.25rem;
}
@media (width <= 768px) {
  .main-sec .sub-ttl .ja {
    font-size: 1rem;
  }
}

.main-sec:last-of-type {
  margin-bottom: 0;
}

p a {
  color: #003559;
  text-decoration: underline;
}
p a:hover {
  opacity: 0.7;
}

.btn {
  display: inline-block;
  margin-top: 50px;
  font-size: 1.25rem;
  background-color: #B28990;
  border-radius: 5px 30px 5px 5px;
  min-width: 200px;
  font-family: "Sawarabi Mincho", serif;
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
@media (width <= 768px) {
  .btn {
    font-size: 1.125rem;
    min-width: 150px;
  }
}
.btn a {
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
}
.btn:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.btn:active {
  transform: translateY(4px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@media (width <= 768px) {
  .btn {
    margin-top: 24px;
  }
}

@media (width <= 768px) {
  .l-lg {
    display: none !important;
  }
}

.l-sm {
  display: none !important;
}
@media (width <= 768px) {
  .l-sm {
    display: block !important;
  }
}

.showup {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.showup.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (width <= 768px) {
  .showup {
    transition-duration: 0.8s;
    transform: translateY(40px);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  line-height: 1.4;
}

.font-mincho {
  font-family: "Sawarabi Mincho", serif;
}

h1 {
  font-size: 0.875rem;
}
@media (width <= 768px) {
  h1 {
    font-size: 0.75rem;
  }
}

h2 {
  font-size: 3.5rem;
}
@media (width <= 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (width <= 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (width <= 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.125rem;
}

.header {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media (width <= 768px) {
  .header {
    background: none;
    box-shadow: none;
    padding: 15px 10px 0;
  }
}
.header .logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width <= 768px) {
  .header .logo-wrap .site-title {
    display: none;
  }
}
.header .logo-wrap .logo {
  width: 50px;
}
@media (width <= 768px) {
  .header .logo-wrap .logo {
    width: 40px;
  }
}
.header .logo-wrap .logo a {
  display: block;
  width: 100%;
}
.header .logo-wrap .logo img {
  width: 100%;
  height: auto;
  max-width: none;
}
.header .nav-wrap {
  display: flex;
  align-items: center;
}
.header nav.nav-menu ul.nav-menu__list {
  display: flex;
  gap: 80px;
  margin: 0 50px;
}
@media (width <= 768px) {
  .header nav.nav-menu ul.nav-menu__list {
    gap: 50px;
  }
}
.header nav.nav-menu ul.nav-menu__list a {
  position: relative;
  color: #585858;
  transition: color 0.6s ease;
}
.header nav.nav-menu ul.nav-menu__list a:hover {
  color: #B28990;
}
@media (width <= 768px) {
  .header nav.nav-menu ul.nav-menu__list a:hover {
    color: #585858;
  }
}
.header nav.nav-menu ul.nav-menu__list a::after {
  position: absolute;
  left: -10%;
  content: "";
  background: #585858;
  height: 1px;
  width: 120%;
  background: #B28990;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (width <= 768px) {
  .header nav.nav-menu ul.nav-menu__list a::after {
    transform: scale(1, 1);
    transition: none;
  }
}
.header nav.nav-menu ul.nav-menu__list a:hover::after {
  transform: scale(1, 1);
}
.header .hamburger {
  display: none;
}
@media (width <= 768px) {
  .header {
    /* ========= ハンバーガーボタン ========= */
  }
  .header .hamburger {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 46px;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .header .hamburger span {
    position: absolute;
    left: 50%;
    width: 26px;
    height: 3px;
    background: #333;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  .header .hamburger span:nth-child(1) {
    top: 14px;
  }
  .header .hamburger span:nth-child(2) {
    top: 22px;
  }
  .header .hamburger span:nth-child(3) {
    top: 30px;
  }
  .header {
    /* × アニメーション */
  }
  .header .hamburger.active span:nth-child(1) {
    top: 22px;
    transform: translateX(-50%) rotate(45deg);
  }
  .header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger.active span:nth-child(3) {
    top: 22px;
    transform: translateX(-50%) rotate(-45deg);
  }
  .header {
    /* ========= オーバーレイ ========= */
  }
  .header .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 999;
  }
  .header .overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header {
    /* ========= スライドメニュー ========= */
  }
  .header .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(100%);
    transition: 0.35s ease;
    z-index: 1000;
    padding: 100px 30px;
  }
  .header .nav-menu.active {
    transform: translateX(0);
  }
  .header .nav-menu ul {
    flex-direction: column;
    padding: 0;
  }
  .header .nav-menu li {
    margin-bottom: 24px;
  }
  .header .nav-menu a {
    font-size: 20px;
    color: #333;
  }
  .header {
    /* ========= スクロールロック ========= */
  }
  .header body.menu-open {
    overflow: hidden;
  }
}

.footer {
  padding: 8px;
}
@media (width <= 768px) {
  .footer {
    padding: 12px;
  }
}
.footer .pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media (width <= 768px) {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #585858;
  border-right: 3px solid #585858;
  transform: translateY(20%) rotate(-45deg);
}
.footer .copyright {
  display: flex;
  justify-content: center;
  font-size: small;
}
@media (width <= 768px) {
  .footer .copyright {
    font-size: 10px;
  }
}

.p-top .first_view {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  background-size: cover;
  background-repeat: no-repeat;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  font-size: 3rem;
}
@media (width <= 768px) {
  .p-top .first_view {
    font-size: 2rem;
  }
}
.p-top .first_view .frame-in01 {
  animation-name: fade_in;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}
.p-top .first_view .frame-in02 {
  animation-name: fade_in;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}
.p-top .first_view .frame-in03 {
  animation-name: fade_in;
  animation-duration: 2.5s;
  animation-timing-function: ease;
  animation-delay: 2.5s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}
@keyframes fade_in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top .first_view::before {
  content: "";
  position: absolute;
  height: 170vh;
  background-image: url(../images/first_view.webp);
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (width <= 768px) {
  .p-top .first_view::before {
    height: 130svh;
    background-position: left;
  }
}
.p-top .main-sec__about {
  background: none;
  margin-top: 100px;
}
@media (width <= 768px) {
  .p-top .main-sec__about {
    margin-top: 0;
  }
}
.p-top .main-sec__about::before {
  content: none;
}
.p-top .main-sec__about .main-sec__ttl {
  margin-bottom: 60px;
}
.p-top .main-sec .about-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1044px;
  gap: 80px;
}
@media (width <= 768px) {
  .p-top .main-sec .about-wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.p-top .main-sec .about-wrap .about-item {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-top .main-sec .about-wrap .about-item .img_wrap {
  display: flex;
  box-shadow: 30px 20px 0 #E0D0D3;
  border-radius: 40% 70% 40% 60%/50%;
  transform: translate(-15px, -10px);
}
.p-top .main-sec .about-wrap .about-item .img_wrap .about_img {
  display: block;
  border-radius: inherit;
  width: 250px;
}
.p-top .main-sec .about-wrap .about-item .name_wrap {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: left;
  flex: 1;
  font-size: 1.5rem;
}
@media (width <= 768px) {
  .p-top .main-sec .about-wrap .about-item .name_wrap {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-top .main-sec .about-wrap .about-item .name_wrap .en_name {
  font-size: 1rem;
}
.p-top .main-sec .about-wrap .about-item .btn {
  align-self: center;
}
.p-top .main-sec__works {
  display: flex;
  flex-direction: column;
}
.p-top .main-sec .works-wrap {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap {
    gap: 60px;
  }
}
.p-top .main-sec .works-wrap .works-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item {
    gap: 10px;
  }
}
.p-top .main-sec .works-wrap .works-item__site {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 60px 60px 50px;
  background: #fff;
  width: 100%;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 60px 0px 0px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__site {
    flex-direction: column;
    gap: 20px;
    padding: 30px;
  }
}
.p-top .main-sec .works-wrap .works-item__site--img {
  flex-grow: 1;
}
.p-top .main-sec .works-wrap .works-item__site--img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-top .main-sec .works-wrap .works-item__site--info {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: flex-start;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__site--info {
    font-size: 0.875rem;
    gap: 0;
  }
}
.p-top .main-sec .works-wrap .works-item__site--info h4 {
  padding: 40px 0 10px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__site--info h4 {
    padding: 0;
  }
}
.p-top .main-sec .works-wrap .works-item__site--info ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  font-size: 1rem;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__site--info ul {
    gap: 10px;
    padding-top: 8px;
  }
}
.p-top .main-sec .works-wrap .works-item__site--info ul li {
  background: #C8D7D8;
  padding: 4px 15px 8px;
  border-radius: 50px;
  line-height: 1;
}
.p-top .main-sec .works-wrap .works-item__site--info ul li:first-of-type {
  background: #E0D0D3;
}
.p-top .main-sec .works-wrap .works-item__site a {
  display: inline-block;
  display: inline-block;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: scale(1);
}
.p-top .main-sec .works-wrap .works-item__site a:hover {
  opacity: 0.7;
  transform: scale(1.1);
}
.p-top .main-sec .works-wrap .works-item__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-top .main-sec .works-wrap .works-item__card--list {
  background: #fff;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
  border-radius: 60px 0px 60px 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.p-top .main-sec .works-wrap .works-item__card h5 {
  background: linear-gradient(0deg, #fff462 0%, #fff 66.83%);
  padding: 0 10px;
  border-radius: 2px;
}
.p-top .main-sec .works-wrap .works-item__card .-card02,
.p-top .main-sec .works-wrap .works-item__card .-card05 {
  margin-top: 20px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__card .-card02,
  .p-top .main-sec .works-wrap .works-item__card .-card05 {
    margin-top: 0;
  }
}
.p-top .main-sec .works-wrap .works-item__card .-card03,
.p-top .main-sec .works-wrap .works-item__card .-card06 {
  margin-top: 40px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__card .-card03,
  .p-top .main-sec .works-wrap .works-item__card .-card06 {
    margin-top: 0;
  }
}
.p-top .main-sec .works-wrap .works-item__toggle {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__toggle {
    flex-direction: column;
    gap: 20px;
  }
}
.p-top .main-sec .works-wrap .works-item__toggle--list {
  display: flex;
  flex-direction: column;
  width: calc((100% - 64px) / 3);
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item__toggle--list {
    width: 100%;
  }
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-img {
  background: #fff;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 60px 0px 0px;
  border: solid 1px #ccc;
  overflow: hidden;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-img img {
  width: auto;
  height: 240px;
  display: block;
  margin: 0 auto;
}
.p-top .main-sec .works-wrap .works-item__toggle .wide img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info {
  border: solid 1px #ccc;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info h5 {
  text-align: center;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info p {
  font-size: 0.875rem;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info .subhead {
  font-size: 0.875rem;
  font-weight: bold;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info .subhead::before {
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background-color: #C8D7D8;
  margin: 0 3px 2px 0;
  vertical-align: middle;
}
.p-top .main-sec .works-wrap .works-item__toggle .toggle-info ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 15px;
}
.p-top .main-sec .works-wrap .works-item:nth-of-type(2) .works-item__site {
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .works-item:nth-of-type(2) .works-item__site {
    flex-direction: column;
  }
}
.p-top .main-sec .works-wrap .sub-ttl-wrap {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-top .main-sec .works-wrap .sub-ttl-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.p-top .main-sec .works-wrap .sub-ttl-wrap p {
  font-size: 0.875rem;
}
.p-top .main-sec .form_wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 150px;
  position: relative;
  z-index: 1;
}
@media (width <= 768px) {
  .p-top .main-sec .form_wrapper {
    width: 100%;
    padding-bottom: 100px;
  }
}
.p-top .main-sec .form_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  align-items: flex-start;
}
@media (width <= 768px) {
  .p-top .main-sec .form_wrapper dl {
    flex-direction: column;
  }
}
.p-top .main-sec .form_wrapper dl .field {
  display: flex;
  flex-direction: column;
}
.p-top .main-sec .form_wrapper dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 30%;
  padding-top: 26px;
}
@media (width <= 768px) {
  .p-top .main-sec .form_wrapper dl dt {
    justify-content: flex-start;
    padding: 0;
  }
}
.p-top .main-sec .form_wrapper dl dd {
  display: flex;
  flex-basis: 70%;
  padding: 20px 0 20px 20px;
  margin-left: 0;
  width: 100%;
  flex-direction: column;
}
@media (width <= 768px) {
  .p-top .main-sec .form_wrapper dl dd {
    padding: 5px 0 15px;
  }
}
.p-top .main-sec .form_wrapper dl input[type=text],
.p-top .main-sec .form_wrapper dl input[type=email],
.p-top .main-sec .form_wrapper dl textarea {
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
}
.p-top .main-sec .form_wrapper dl .must::after {
  content: "必須";
  color: #fff;
  background: #B28990;
  border-radius: 15px;
  font-size: 0.75rem;
  padding: 1px 8px;
  vertical-align: middle;
  height: 21px;
  margin-left: 10px;
}
.p-top .main-sec .form_wrapper .polycy-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-top .main-sec .form_wrapper .polycy-wrap p {
  font-size: 0.75rem;
}
.p-top .main-sec .form_wrapper .polycy-wrap__check {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-top .main-sec .form_wrapper .polycy-wrap input[type=checkbox] {
  margin-top: 4px;
}
.p-top .main-sec .form_wrapper .form_button {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.p-top .main-sec .form_wrapper .form_button .form_submit {
  display: inline-block;
  cursor: pointer;
  font-size: 1.25rem;
  color: #fff;
  background: #B28990;
  border-radius: 5px 30px 5px 5px;
  border: none;
  min-width: 200px;
  padding: 15px 30px;
  letter-spacing: 1em;
  padding-left: calc(30px + 1em);
  font-family: "Sawarabi Mincho", serif;
  transform: translateY(0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-align: center;
}
.p-top .main-sec .form_wrapper .form_button .form_submit:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.p-top .main-sec .form_wrapper .form_button .form_submit:active {
  transform: translateY(4px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
.p-top .main-sec .form_wrapper input.error,
.p-top .main-sec .form_wrapper textarea.error {
  border: 2px solid #c44;
  background: rgba(255, 230, 230, 0.6);
}
.p-top .main-sec .form_wrapper .error-message {
  color: #c44;
  font-size: 0.75rem;
  margin-top: 5px;
  min-height: 1em;
}
.p-top .main-sec .form_wrapper .consent {
  margin: 0 0 0 20px;
}
.p-top .trigger {
  display: flex;
  justify-content: center;
  padding-top: 8px;
}
.p-top .trigger .btn-more {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  border: none;
  border-top: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.p-top .trigger .btn-more .btnIcon::before,
.p-top .trigger .btn-more .btnIcon::after {
  content: "";
  position: absolute;
  background: #585858;
}
.p-top .trigger .btn-more .btnIcon::before {
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top .trigger .btn-more .btnIcon::after {
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.p-top .accordion.is-open .btn-more .btnIcon::after {
  transform: translate(-50%, -50%) scale(0);
}
.p-top .accordion .dropdown {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
.p-top .accordion.is-open .dropdown {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 0.5s ease, opacity 0.4s ease;
}

.p-about .main-sec__ttl {
  margin-bottom: 80px;
}
@media (width <= 768px) {
  .p-about .main-sec__ttl {
    margin-bottom: 38px;
  }
}
.p-about .about-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto 150px;
}
@media (width <= 768px) {
  .p-about .about-wrap {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 80px;
  }
}
.p-about .about-wrap .about-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
}
.p-about .about-wrap .about-item .img_wrap {
  display: flex;
  justify-content: center;
  width: 300px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
}
@media (width <= 768px) {
  .p-about .about-wrap .about-item .img_wrap {
    width: 240px;
  }
}
.p-about .about-wrap .about-item .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about .about-wrap .about-item .subhead {
  font-weight: bold;
}
.p-about .about-wrap .about-item .subhead::before {
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background-color: #C1CEE0;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
.p-about .about-wrap .about-item ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-about .about-wrap .about-item:first-of-type {
  align-items: center;
}
.p-about .about-wrap h3 {
  position: relative;
  width: 100%;
}
.p-about .about-wrap h3::before {
  position: absolute;
  content: "KOTOMI OKAMOTO";
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.5rem;
  top: -42px;
  left: -15px;
  z-index: -1;
}
@media (width <= 768px) {
  .p-about .about-wrap h3::before {
    font-size: 1.85rem;
    top: -25px;
    left: -10px;
  }
}
.p-about .skill-wrap {
  padding-bottom: 100px;
}
.p-about .skill-wrap .sub-ttl {
  display: flex;
  align-items: center;
}
@media (width <= 768px) {
  .p-about .skill-wrap .sub-ttl {
    padding-bottom: 15px;
  }
}
.p-about .skill-wrap .skill-item__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}
@media (width <= 768px) {
  .p-about .skill-wrap .skill-item__card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-about .skill-wrap .skill-item__card--list {
  background: #fff;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.25);
  border-radius: 60px 0px 60px 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.p-about .skill-wrap .skill-item__card h5 {
  background: linear-gradient(0deg, #fff462 0%, #fff 66.83%);
  padding: 0 10px;
  border-radius: 2px;
}
.p-about .skill-wrap .skill-item__card .-card02,
.p-about .skill-wrap .skill-item__card .-card05 {
  margin-top: 20px;
}
@media (width <= 768px) {
  .p-about .skill-wrap .skill-item__card .-card02,
  .p-about .skill-wrap .skill-item__card .-card05 {
    margin-top: 0;
  }
}
.p-about .skill-wrap .skill-item__card .-card03,
.p-about .skill-wrap .skill-item__card .-card06 {
  margin-top: 40px;
}
@media (width <= 768px) {
  .p-about .skill-wrap .skill-item__card .-card03,
  .p-about .skill-wrap .skill-item__card .-card06 {
    margin-top: 0;
  }
}

.p-works-detail {
  display: flex;
  flex-direction: column;
}
.p-works-detail__header {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/images/works_bg.jpg) center/cover;
}
@media (width <= 768px) {
  .p-works-detail__header {
    height: 120px;
  }
}
.p-works-detail__header h2 {
  font-size: 3rem;
  margin: 0;
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
}
@media (width <= 768px) {
  .p-works-detail__header h2 {
    font-size: 2rem;
    top: 40px;
  }
}
.p-works-detail .works_header {
  width: 80%;
  max-width: 1120px;
  margin-inline: auto;
}
@media (width <= 768px) {
  .p-works-detail .works_header {
    width: 100%;
  }
}
.p-works-detail__info {
  display: flex;
  flex-direction: column;
}
.p-works-detail__info--textWrap {
  padding: 50px 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (width <= 768px) {
  .p-works-detail__info--textWrap {
    padding: 30px 0 20px;
    gap: 30px;
  }
}
.p-works-detail__info h3 {
  position: relative;
}
@media (width <= 768px) {
  .p-works-detail__info h3 {
    display: flex;
    justify-content: center;
    font-size: 1.35rem;
  }
}
.p-works-detail__info h3::before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ECECEC;
  content: "";
  inset: auto 0 -2px;
}
.p-works-detail__info h3::after {
  position: absolute;
  width: 140px;
  height: 2px;
  background: linear-gradient(90deg, #E4B9C9, #93D1D6);
  content: "";
  inset: auto 0 -2px;
}
@media (width <= 768px) {
  .p-works-detail__info h3::after {
    width: 25%;
  }
}
.p-works-detail__info--imgWrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: row;
  width: 80%;
  max-width: 1120px;
  margin-inline: auto;
  padding: 210px 0 150px;
}
@media (width <= 768px) {
  .p-works-detail__info--imgWrap {
    padding: 100px 0 50px;
    gap: 15px;
  }
}
.p-works-detail__info--imgWrap img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ccc;
}
.p-works-detail__info--imgWrap img:first-child {
  width: calc((100% - 30px) * 5 / 7);
}
@media (width <= 768px) {
  .p-works-detail__info--imgWrap img:first-child {
    width: calc((100% - 15px) * 5 / 7);
  }
}
.p-works-detail__info--imgWrap img:nth-child(2) {
  width: calc((100% - 30px) * 2 / 7);
}
@media (width <= 768px) {
  .p-works-detail__info--imgWrap img:nth-child(2) {
    width: calc((100% - 15px) * 2 / 7);
  }
}
.p-works-detail .textItem p {
  padding-bottom: 16px;
}
.p-works-detail .textItem p:last-of-type {
  padding-bottom: 0;
}
.p-works-detail ul.textItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-works-detail .scope {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.p-works-detail .scope li {
  background: #C8D7D8;
  padding: 4px 15px 8px;
  border-radius: 50px;
  line-height: 1;
}
.p-works-detail .scope li:first-of-type {
  background: #E0D0D3;
}
.p-works-detail .visitWrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (width <= 768px) {
  .p-works-detail .visitWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (width <= 768px) {
  .p-works-detail .visitWrap .btn {
    margin: 24px auto 0;
  }
}
.p-works-detail .visitWrap dl {
  margin: 0;
}
.p-works-detail .visitWrap dd {
  margin: 0 0 16px 22px;
}
.p-works-detail .visitWrap dd:last-of-type {
  margin-bottom: 0;
}
.p-works-detail .subhead {
  font-weight: bold;
}
.p-works-detail .subhead::before {
  display: inline-block;
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background-color: #C1CEE0;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}

.p-policy .policy_wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media (width <= 768px) {
  .p-policy .policy_wrapper {
    width: 100%;
    padding: 0 10px 100px;
  }
}
.p-policy h4 {
  margin-bottom: 15px;
}

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