@charset "UTF-8";
html {
  scroll-padding: 80px;
  scroll-behavior: smooth;
}

@media (max-width: 960px) {
  html {
    scroll-padding: 70px;
  }
}
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.wrapper {
  /* overflow-x: hidden; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 8px;
}

.sec-bg {
  width: 100%;
  height: 100%;
  background-color: #faf9fc;
  padding: 40px 0 80px;
  margin: 0 auto;
}

.section-title-container {
  height: 100px;
  padding: 8px 8% 80px;
}

.section-title {
  font-size: 6rem;
  font-weight: 900;
  font-family: "Indie Flower", cursive;
  color: #f1d3e2;
  position: absolute;
}

.section-title-ja {
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
  position: relative;
  top: 80%;
  left: 5%;
}
.section-title-ja._shadow{
  color: #fff;
  text-shadow: 2px 2px 2px #444;
}
.section-title-ja._hearing {
  width: 70%;
  max-width: 700px;
  left: 0;
  /* object-fit: cover; */
  font-size: 30px;
  color: #4a7ea8;
  text-align: center;
  margin: 80px auto 50px;
}
.section-title-ja._hearing span{
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-title-ja._hearing span img{
  width: 100%;
  height: auto;
}
.section-title {
  opacity: 0;
}

.section-title._hearing {
  opacity: 1;
}

.section-title-show {
  -webkit-animation: SlideIn 5s;
          animation: SlideIn 5s;
  opacity: 1;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-wrapper {
  position: relative;
  width: 90%;
  max-width: 1080px;
  height: 100%;
  border-radius: 100px;
  border: solid 1px #333;
  padding-bottom: 100px;
  margin: 0 auto;
}

.fade-in {
  opacity: 0;
}

.show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.pc-only {
  display: block;
}

@media (max-width: 960px) {
  .pc-only {
    display: none;
  }
  .sec-bg {
    padding: 20px 0 60px;
  }
  .sec-wrapper {
    border-radius: 80px;
  }
  .section-title-container {
    padding: 8px 5% 60px;
  }
}
.tb-only {
  display: none!important;
}

@media (max-width: 768px) {
  .tb-only {
    display: block!important;
  }
  .sec-wrapper {
    width: 90%;
    border-radius: 60px;
  }
  .sec-bg {
    padding: 20px 0 60px;
  }
}
.sp-only {
  display: none;
}

@media (max-width: 599px) {
  html {
    font-size: 14px;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .sp-only {
    display: block!important;
  }
  .sec-bg {
    padding: 0 0 40px;
  }
  .section-title-container {
    padding: 8px 5% 30px;
  }
  .section-title {
    font-size: 5rem;
  }
  .section-title-ja {
    top: 60%;
  }
  .sec-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 350px) {
  body {
    width: 100%;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .section-title-container {
    padding: 8px 8%;
  }
  .section-title {
    font-size: 3.5rem;
  }
  .section-title-ja {
    top: 35%;
  }
}
.content-txt-area {
  width: 90%;
  padding: 80px 0 0;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .content-txt-area {
    width: 85%;
    padding-top: 50px;
  }
  .law-wrapper {
    padding-bottom: 50px !important;
  }
}
.slide-wrapper {
  width: 90%;
  max-width: 1080px;
  height: 100%;
  -webkit-filter: drop-shadow(6px 6px 6px #444);
          filter: drop-shadow(6px 6px 6px #444);
  margin: 40px auto 0;
}

.slide-items {
  width: 100%;
  margin: 0 auto 10px;
}

.slide-items li {
  margin: 0 10px;
}

.slide-items img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 16px;
}

#case {
  position: relative;
}

.case-wrapper {
  padding: 60px 0;
  margin-top: 80px;
}
.case-wrapper .content-txt-area {
  padding-top: 0;
}

@media (max-width: 960px) {
  .case-wrapper {
    padding-bottom: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .case-wrapper {
    padding-bottom: 40px;
    margin-top: 60px;
  }
  .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }
  .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }
  .slick-dots li button::before {
    width: 10px !important;
    height: 10px !important;
    top: -8px !important;
  }
}
@media (max-width: 599px) {
  .case-wrapper {
    padding-bottom: 20px;
    margin-top: 80px;
  }
}
.back-link {
  width: 200px;
  background-color: #faf9fc;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #333;
  margin: 40px auto 0;
}
.back-link._bg-none {
  border: none;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
}
.back-link a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.back-link a:hover {
  -webkit-filter: invert(64%) sepia(43%) saturate(7493%) hue-rotate(314deg) brightness(95%) contrast(87%);
          filter: invert(64%) sepia(43%) saturate(7493%) hue-rotate(314deg) brightness(95%) contrast(87%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

@media (max-width: 599px) {
  .back-link {
    width: 180px;
    margin: 30px auto 0;
  }
  .back-link a {
    font-size: 14px;
  }
}
.form-wrapper {
  background-color: transparent;
}
.form-wrapper ._contact {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.form-container {
  width: 90%;
  background-color: transparent;
  color: #fff;
  padding: 0 0 100px;
  margin: 0 auto;
}
.contact-wrapper{
  width: 100%;
  height: 100%;
}
.form-container._02{
  padding-top: 80px;
}
.form-container .form-inner {
  width: 90%;
  max-width: 700px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.form-container .form-inner .cf7-form {
  width: 90%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.form-container .form-inner .form-item {
  width: 100%;
  margin-top: 60px;
}
.form-container._02 .form-inner .form-item {
  margin-top: 30px;
}
.form-container .form-inner label {
  width: 100%;
  color: #fff;
  font-weight: bold;
  webkit-filter: drop-shadow(3px 3px 3px #333);
  filter: drop-shadow(3px 3px 3px #333);}
.content{
  padding: 20px 0!important;
}
.wpcf7-list-item{
  display: block;
  height: 20px;
  font-weight: normal;
  box-sizing: border-box;
  margin: 10px 0;
}
.form-container .form-inner input {
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 30px 14px;
  margin: 16px auto 10px;
}
.form-item._radio{
  margin: 20px 0 50px;
}
.form-label{
  font-weight: bold;
}
.wpcf7-list-item{
  font-weight: normal;
}
.form-container .form-inner input[type=radio],
.form-container .form-inner input[type=checkbox] {
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-top: 2px;
  margin-right: 8px;
}
.form-container .form-inner textarea {
  width: 100%;
  font-size: 18px;
  color: #444;
  line-height: 1.5;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 30px 26px;
  margin: 10px 0 20px;
}
.form-container .form-inner .btn-area {
  width: 300px;
  height: 60px;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
}
.form-submit{
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.form-container._02 .form-submit{
  margin-top: 20px;
}

.form-container .form-inner button,
.form-container .form-inner .btn-area input,
.wpcf7-submit {
  background-color: #d0a9bc;
  font-size: 16px;
  font-weight: bold;
  color: #fff!important;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1rem;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 30px 14px;
}
.wpcf7-submit {
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.form-container .form-inner button:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media (max-width: 599px){
  .form-container .form-inner input,
  .form-container .form-inner textarea{
    font-size: 16px;
  }
}
@media (max-width: 490px){
  .form-container{
    padding: 0px;
  }
  .form-container .form-inner{
    width: 100%;
  }
  .form-container .form-inner .form-item{
    margin-top: 30px;
  }
  .form-container .form-inner input{
    font-size: 15px;
    padding: 6px 30px 4px;
  }  
  .form-container .form-inner textarea{
    font-size: 15px;
  }  
  .form-container .form-inner .btn-area,
  .form-container .form-inner button, .form-container .form-inner .btn-area input, .wpcf7-submit{
    display: block;
    width: 200px!important;
  }
  .form-container .form-inner .btn-area input,
  .form-submit{
    margin: 0 auto;
  }
  .form-submit p{
    text-align: center!important;
    margin: 0 auto!important;
  }
}
.header {
  position: relative;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.firstview-area {
  width: 100%;
  height: 100%;
}

.video-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -5;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview-container {
  position: relative;
  height: 600px;
}

.header-nav-wrapper {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: rgb(250, 249, 252);
  opacity: 0.9;
  z-index: 99;
}

.inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 80px;
  margin: 0 auto;
}

.header-logo {
  width: 190px;
  margin-right: 100px;
  margin-bottom: 10px;
}
.header-logo a {
  padding: 0;
}
.header-logo img {
  width: 100%;
  min-width: 160px;
  height: auto;
}

.header-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.header-nav-list {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin: 0 auto;
}

.header-nav-item {
  list-style: none;
}
.header-nav-item a {
  font-size: 1.4rem;
  font-family: "Edu VIC WA NT Beginner", cursive;
  color: #906158;
}
.header-nav-item a:hover {
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-text-decoration: overline #fff;
          text-decoration: overline #fff;
}

.header-nav-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.header-nav-contact._txt {
  width: 110px;
  font-weight: bold;
  font-family: "Edu VIC WA NT Beginner", cursive;
  color: #906158;
  text-align: right;
}
.header-nav-contact img {
  width: 40px;
  height: auto;
}
.header-nav-contact img:hover {
  -webkit-filter: invert(64%) sepia(43%) saturate(7493%) hue-rotate(314deg) brightness(95%) contrast(87%);
          filter: invert(64%) sepia(43%) saturate(7493%) hue-rotate(314deg) brightness(95%) contrast(87%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.hamburger {
  display: none;
}

.nav {
  display: none;
}

@media (max-width: 1100px) {
  .header-nav-contact._txt {
    display: none;
  }
}
@media (max-width: 960px) {
  .header {
    height: 70px;
  }
  .header-nav-wrapper {
    height: 70px;
  }
  .inner {
    height: 70px;
    padding-left: 60px;
  }
  .header-logo img {
    min-width: 140px;
  }
  .header-nav-list {
    display: none;
  }
  .header-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 40px;
  }
  .firstview-container {
    height: 500px;
  }
  .hamburger {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #d0a9bc;
    position: fixed;
    top: 10px;
    right: 20px;
    border: none;
    border-radius: 50%;
    z-index: 300;
  }
  .hamburger span {
    width: 20px;
    height: 2px;
    background-color: #fff;
  }
  .hamburger span:nth-child(1) {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hamburger span:nth-child(2) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .hamburger span:nth-child(3) {
    position: absolute;
    bottom: 13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .nav {
    display: none;
  }
}
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 30%;
}

.hamburger.active span:nth-child(2) {
  background-color: transparent;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  left: 30%;
}

@media (max-width: 768px) {
  .inner {
    padding-left: 20px;
  }
}
@media (max-width: 960px) {
  .header-nav {
    padding-right: 120px;
  }
  .nav {
    position: absolute;
    top: -1000px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
  }
  .nav ul {
    -webkit-box-shadow: 6px 6px 6px #444;
            box-shadow: 6px 6px 6px #444;
    width: 90%;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 40px;
    padding: 50px 0;
    margin: 0 auto;
  }
  .nav ul li {
    width: 80%;
    margin: 0 auto;
  }
  .nav ul li a {
    color: #4a7ea8;
  }
  .nav.active {
    top: 0;
    opacity: 1;
  }
}
@media (max-width: 490px){
  .header-logo{
    margin-right: 10px;
  }
  .header-nav-contact-list {
    gap: 0;
    img{
      width: 30px;
    }
  }
}
.firstview-title-area {
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  max-width: 520px;
  font-size: 3rem;
  font-family: "Edu VIC WA NT Beginner", cursive;
  text-align: center;
  -webkit-filter: drop-shadow(6px 6px 6px #444);
          filter: drop-shadow(6px 6px 6px #444);
  color: #fff;
}
.firstview-title-area img {
  width: 100%;
  max-width: 480px;
  height: auto;
}

.firstview-title {
  font-family: noto-sans-jp, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: rgb(77, 99, 117, 0.2);
  padding: 20px 0px;
  margin-top: 64px;
}
.firstview-subtitle {
  font-size: 1rem;
  padding-bottom: 40px;
}
.firstview-title .big {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .firstview-title-area {
    width: 70%;
  }
  .firstview-title {
  font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .firstview-container {
    height: 400px;
  }
  .firstview-area {
    width: 100%;
  }
  .firstview-title-area {
    width: 75%;
    margin: 0 auto;
  }
  .firstview-title-area img {
    width: 80%;
  }
  .firstview-title {
    font-size: 16px;
  }
  .firstview-subtitle{
    font-size: 14px;
  }
}
@media (max-width: 490px){
  .firstview-title {
    font-size: 15px;
    padding: 12px 16px;
  }
  .firstview-subtitle{
    font-size: 14px;
  }
}
@media (max-width: 420px){
  .firstview-title-area{
    width: 85%;
  }
  .firstview-title {
    font-size: 15px;
    padding: 12px 6px;
  }
  .firstview-subtitle{
    font-size: 14px;
  }
}
#about {
  position: relative;
  padding-top: 160px;
}

.title-box {
  position: absolute;
  top: -40px;
  width: 80%;
  max-width: 700px;
  background-color: #d0a9bc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px;
}
.title-box._narrow {
  width: 50%;
  top: -35px;
  left: 10%;
  height: 72px;
}
.title-box._narrow .bg-title {
  font-size: 1.4rem;
}

.title-box h1,
.bg-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  z-index: 10;
}

@media (max-width: 960px) {
  .title-box {
    width: 80%;
    max-width: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important;
    padding: 20px 20px;
  }
  .title-box._narrow {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important;
  }
  .title-box h1, .bg-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .title-box._narrow {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .title-box._narrow {
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%)!important;
            transform: translateX(-50%)!important;
  }
  .title-box h1, .bg-title {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .title-box h1 {
    font-size: 15px;
  }
}
.profile-message-area {
  width: 60%;
  padding: 24px 0;
  margin: 0 auto;
}

.profile-message {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 60px;
}

.about-container {
  width: 80%;
  max-width: 1080px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
}

.about-profile-area {
  position: relative;
  width: 60%;
  max-width: 500px;
}

.about-img-area {
  width: 40%;
}
.about-img-area img {
  width: 100%;
  height: auto;
}

.profile-container {
  width: 90%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  margin: 0 auto;
}

.profile-area {
  position: relative;
  width: 40%;
  max-width: 500px;
}

.profile-ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 16px;
  margin: 0 auto;
}

.profile-ttl {
  font-size: 1.2rem;
  font-family: "Edu VIC WA NT Beginner", cursive;
}

.profile-en {
  font-size: 1.6rem;
  font-family: "Edu VIC WA NT Beginner", cursive;
  margin-bottom: 8px;
}

.profile-text-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
}

.profile-year {
  width: 15%;
  min-width: 85px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #4a7ea8;
}

.profile-text {
  width: 80%;
  font-size: 1rem;
  color: #333;
  padding-bottom: 24px;
}

.profile-photo-area {
  width: 45%;
  max-width: 500px;
  margin-bottom: 80px;
}

.profile-histry-area {
  width: 50%;
  height: 100%;
}

.profile-logo {
  width: 100%;
  text-align: right;
}
.profile-logo img {
  width: 35%;
  height: auto;
}

.profile-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  background-image: url(../image/profile-icon.png);
  background-size: cover;
  background-position: right;
  opacity: 0.3;
  margin: 0 auto;
  z-index: 99;
}

.fluid-rotate {
  -webkit-animation: fluidrotate 5s linear 0s infinite;
          animation: fluidrotate 5s linear 0s infinite;
}

@-webkit-keyframes fluidrotate {
  0%, 100% {
    border-radius: 57% 33% 51% 39%/50% 63% 47% 60%;
  }
  14% {
    border-radius: 55% 35% 51% 49%/46% 50% 40% 54%;
  }
  28% {
    border-radius: 47% 63% 37% 63%/63% 47% 63% 37%;
  }
  42% {
    border-radius: 41% 59% 45% 55%/45% 43% 57% 55%;
  }
  56% {
    border-radius: 57% 43% 61% 39%/36% 60% 40% 64%;
  }
  70% {
    border-radius: 40% 60% 38% 62%/54% 39% 61% 46%;
  }
  84% {
    border-radius: 51% 49% 43% 67%/62% 44% 66% 38%;
  }
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 57% 33% 51% 39%/50% 63% 47% 60%;
  }
  14% {
    border-radius: 55% 35% 51% 49%/46% 50% 40% 54%;
  }
  28% {
    border-radius: 47% 63% 37% 63%/63% 47% 63% 37%;
  }
  42% {
    border-radius: 41% 59% 45% 55%/45% 43% 57% 55%;
  }
  56% {
    border-radius: 57% 43% 61% 39%/36% 60% 40% 64%;
  }
  70% {
    border-radius: 40% 60% 38% 62%/54% 39% 61% 46%;
  }
  84% {
    border-radius: 51% 49% 43% 67%/62% 44% 66% 38%;
  }
}
@media screen and (max-width: 960px) {
  #about {
    padding-top: 100px;
  }
  .about-container {
    width: 90%;
    padding: 50px 0 40px;
  }
  .about-profile-area {
    max-width: 85%;
  }
  .profile-container {
    display: block;
    padding: 50px 0;
  }
  .profile-area {
    width: 85%;
    max-width: 85%;
    margin: 0 auto 30px;
  }
  .profile-histry-area {
    width: 85%;
    margin: 0 auto;
  }
  .profile-text:last-child {
    padding-bottom: 0;
  }
  .profile-message-area {
    width: 70%;
  }
  .about-container {
    padding-top: 40px;
  }
  .about-profile-area {
    width: 100%;
    padding-top: 50px;
    margin: 0 auto;
  }
  .profile-text {
    width: 95%;
  }
  .about-img-area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .about-container {
    width: 90%;
  }
  .about-profile-area {
    padding-top: 30px;
  }
  .about-img-area {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  #about {
    padding-top: 80px;
  }
  .title-box {
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profile-container {
    padding: 40px 0;
  }
}
.working-wrapper {
  position: relative;
  z-index: 10;
  -webkit-filter: drop-shadow(6px 6px 6px #444);
          filter: drop-shadow(6px 6px 6px #444);
  padding-top: 40px;
  margin: 0 auto 80px;
}

.working-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  margin: 0 auto;
}

.working-text-container {
  width: 70%;
  margin: 0px auto;
}

.working-day,
.working-time {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px;
}

.working-message-list {
  padding-top: 40px;
}

.working-message-item {
  font-size: 1.1rem;
  font-weight: bold;
  color: #4a7ea8;
  text-align: left;
  padding: 8px 0;
}

.working-message-item::before {
  content: "▪";
  padding-right: 8px;
}

.working-img-container {
  width: 40%;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.working-img-container img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .working-wrapper {
    width: 70%;
  }
  .working-text-container {
    width: 80%;
    margin: 0 auto;
  }
  .working-message-list {
    padding: 40px 0;
  }
  .working-message-item {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .working-wrapper {
    width: 80%;
  }
  .working-text-container {
    width: 100%;
    margin: 0 auto;
  }
  .working-message-item {
    width: 90%;
  }
}
#service {
  position: relative;
}

.service-wrapper {
  padding-bottom: 80px;
}

.section-desc + .price-message-area {
  margin-top: 60px;
}

.price-message-area {
  width: 90%;
  max-width: 1080px;
  padding-bottom: 80px;
  margin: 80px auto 80px;
}

.service-subttl-area {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 50px;
}

.section-desc + .service-subttl-area {
  margin-top: 40px;
}

.service-subttl-box {
  position: relative;
  width: 240px;
  margin-bottom: 20px;
}

.service-subttl {
  font-size: 20px;
  font-weight: bold;
}

.service-subttl-box img {
  position: absolute;
  left: -10px;
  width: 180px;
  height: auto;
}

.service-message-area {
  width: 90%;
  max-width: 1080px;
  padding: 80px 0;
  margin: 0 auto 80px;
}

.service-container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.service-txt-wrapper {
  width: 60%;
}

.service-txt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.service-img-container {
  width: 36%;
  text-align: center;
}
.service-img-container img {
  width: 100%;
  height: auto;
}

.service-desc {
  margin-top: 0px;
}

.service-content {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4a7ea8;
  margin-bottom: 16px;
}

.service-item-list {
  margin-bottom: 40px;
}
.service-item-list li {
  font-weight: bold;
  padding-bottom: 4px;
}
.service-item-list li::before {
  content: "▪";
  padding-right: 8px;
}

.price-container {
  width: 80%;
  max-width: 1080px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0 0;
  margin: 0 auto;
}

.price-message {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 0 40px;
}

.price-plan-box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-plan-box .price-name{
  width: 60%;
  margin: 0;
}
.price-list {
  width: 100%;
}

.price-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}
.price-item:last-child {
  margin-bottom: 30px;
}
.price-item .price-img-box {
  width: 100%;
}
.price-item .price-img-box {
  width: 45%;
}
.price-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.price-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.price-txt-box {
  width: 50%;
}

.price-text {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  border-bottom: 2px solid #4a7ea8;
  color: #4a7ea8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin: 0 auto 30px;
}

.price-name {
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.price-name span{
  position: relative;
  display: inline;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.price-name span::after {
  position: absolute;
  display: block;
  top: 20px;
  width: 100%;
  height: 40%;
  content: "";
  /* background-color: rgb(74, 126, 168, .1); */
  background-color: rgb(208, 169, 188, .3);
  padding: 0 4px;
  z-index: -1;
}

.price-list {
  margin-bottom: 40px;
}

.price-list th {
  width: 60px;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
}
.price-list th._wide {
  width: 120px;
}

.price-list td,
.price-plan-box .price-yen {
  font-weight: bold;
}
.price-list td span,
.price-yen span {
  font-size: 2.2rem;
  color: #4a7ea8;
  margin-right: 8px;
}

.price-fee {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  line-height: 1.6;
  margin: 0 auto;
}

.price-deadline {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto;
}
.price-deadline span {
  font-size: 1rem;
  margin-left: 38px;
}

.price-deadline + .price-name {
  margin-top: 30px;
}

.price-msg {
  margin-top: 30px;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
.content-table th {
  width: 20%;
  min-width: 180px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border-bottom: 10px solid #faf9fc;
  border-right: 6px solid #4a7ea8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 8px 8px 0;
}
.content-table td {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border-bottom: 10px solid #faf9fc;
  padding: 8px 8px 8px 40px;
}
.content-table._law th {
  border-bottom: 16px solid #faf9fc;
  padding: 12px 8px 12px 0;
}
.content-table._law td {
  font-weight: normal;
  border-bottom: 16px solid #faf9fc;
  padding: 12px 8px 12px 40px;
}

@media (max-width: 768px) {
    .price-name span {
    font-size: 1.3rem!important;
  }
  .content-table._law th {
    display: block;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .content-table._law td {
    display: block;
    border-bottom: 1px solid #4a7ea8;
    padding: 0 0 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .price-item {
    margin-bottom: 20px !important;
  }
  .price-text {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .price-name span {
    font-size: 1.2rem!important;
  }
  .price-list{
    margin-bottom: 30px;
  }
  .price-list td {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .price-list td span {
    font-size: 1.8rem;
    margin-right: 6px;
  }
  .content-table th {
    width: 10%;
    min-width: 140px;
  }
  .content-table td {
    padding: 8px 8px 8px 20px;
  }
}
.law-wrapper {
  padding-bottom: 80px;
  margin-top: 100px;
}

@media (max-width: 599px) {
  .law-wrapper {
    padding-bottom: 20px !important;
  }
}
.privacy-sub {
  font-weight: bold;
  margin: 24px 0 8px;
}

.price-msg::before {
  content: "※";
}

@media (max-width: 960px) {
  .service-container {
    width: 85%;
    display: block;
  }
  .service-txt-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-message-area {
    padding: 40px 0;
  }
  .service-txt-container {
    display: block;
  }
  .service-content-box {
    width: 100%;
  }
  .service-wrapper {
    width: 100%;
    padding-bottom: 60px;
  }
  .service-img-container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .price-container {
    width: 85%;
    padding-top: 60px;
  }
  .price-message-area {
    width: 90% !important;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
  .price-message {
    width: 70%;
    margin: 0 auto;
  }
  .price-list {
    width: 100%;
    gap: 0;
  }
  .price-list :last-child {
    margin-bottom: 0;
  }
  .price-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    margin: 0 auto 40px;
  }
  .price-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .price-img-box {
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }
  .price-img-box img {
    width: 100%;
    height: auto;
  }
  .price-txt-box {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .section-desc + .service-subttl-area {
    margin-top: 20px;
  }
  .service-subttl {
    font-size: 16px;
  }
  .service-subttl-area {
    margin-bottom: 40px;
  }
  .service-message-area {
    margin-bottom: 60px;
  }
  .price-message {
    width: 90%;
    margin: 0 auto;
  }
}
.flow-wrapper {
  padding-top: 40px;
}

.flow-contents-wrapper {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.flow-list {
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}

.flow-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  margin: 0 auto 40px;
}

.flow-item-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.flow-icon {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.flow-icon img {
  width: 70%;
  height: auto;
  color: #D0A9BC;
  margin-top: 12px;
}

.flow-step {
  font-size: 5rem;
  font-weight: 300;
  font-family: "Indie Flower", cursive;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-family: "Great Vibes", cursive;
  color: #fff;
  -webkit-filter: drop-shadow(3px 3px 3px #333);
          filter: drop-shadow(3px 3px 3px #333);
  padding: 0 20px;
}

.flow-txt-box {
  width: 70%;
  text-align: left;
  padding: 6px 0;
  margin: 0 auto;
}

.flow-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 1px #333);
          filter: drop-shadow(2px 2px 1px #333);
  margin-bottom: 16px;
}

.flow-text {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  -webkit-filter: drop-shadow(2px 2px 1px #333);
          filter: drop-shadow(2px 2px 1px #333);
  line-height: 1.6;
}

@media (max-width: 960px) {
  .flow-wrapper {
    padding-top: 20px;
  }
  .flow-contents-wrapper {
    width: 90%;
  }
  .flow-txt-box {
    width: 80%;
  }
  .flow-list {
    margin-bottom: 60px;
  }
  .flow-item-l {
    gap: 20px;
  }
  .price-img-box {
    width: 100%;
    height: 100%;
  }
  .flow-step {
    width: 60px;
    text-align: center;
    font-size: 54px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .flow-list {
    margin-bottom: 40px;
  }
  .flow-item-l {
    width: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .flow-icon {
    width: 100px;
    height: 100px;
    margin: 0;
  }
  .flow-icon img {
    width: 90%;
    height: auto;
    margin-top: 0;
  }
  .flow-step {
    width: 70px;
    font-size: 44px;
  }
  .flow-txt-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 490px) {
  .flow-item {
    gap: 10px;
  }
  .flow-item-l {
    width: 180px;
    gap: 10px;
  }
  .flow-icon {
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .flow-icon img {
    width: 90%;
    height: auto;
    margin-top: 0;
  }
  .flow-step {
    width: 60px;
    font-size: 44px;
  }
  .flow-txt-box {
    width: 100%;
    margin: 0 auto;
  }
  .flow-title {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .flow-text {
    font-weight: normal;
  }
}
.tools-message-area {
  padding: 0;
  margin: 0 auto;
}

.tools-container {
  width: 90%;
  max-width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  margin: 0 auto;
}

.tools-area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
}

.tools-area li {
  width: 19%;
  text-align: center;
  max-width: 120px;
}
.tools-area li .tools-name {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.tools-area li img {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .tools-container {
    padding: 50px 0;
    margin-top: 10px;
  }
  .tools-area {
    width: 90%;
    margin: 0 auto;
  }
  .tools-item {
    width: 100px;
    height: 100px;
  }
  .tools-item img {
    width: 60px;
    height: 60px;
  }
  .tools-area ul {
    gap: 40px;
  }
  .tools-area li {
    width: 24%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  .tools-container {
    padding: 50px 0;
    margin-top: 10px;
  }
}
.works-wrapper {
  background-color: transparent;
}
.works-container{
  border: 1px solid #fff;
  box-shadow: 6px 6px 6px #444;
  padding-bottom: 60px;
}
.section-desc {
  width: 90%;
  max-width: 1080px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.section-desc._bgnone {
  color: #fff;
  -webkit-filter: drop-shadow(3px 3px 3px #333);
        filter: drop-shadow(3px 3px 3px #333);

}

.accordion {
  width: 90%;
  max-width: 1080px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  margin: 30px auto;
}

.accordion summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 34px 2em 32px 30px;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 5em;
}

.accordion summary span::before,
.accordion summary span::after {
  display: block;
  width: 3px;
  height: 18px;
  border-radius: 2px;
  background-color: #fff;
  content: "";
}

.accordion summary span::before {
  position: absolute;
  top: 0%;
  right: 50%;
  rotate: 90deg;
}

.accordion summary span::after {
  position: absolute;
  right: 50%;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.accordion[open] summary span::after {
  rotate: 270deg;
}

.accordion[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .accordion {
    border-radius: 60px;
    margin: 30px auto 0;
  }
  .accordion summary {
    padding: 24px 0 22px 30px;
  }
}
@media (max-width: 599px) {
  .accordion {
    border-radius: 40px;
  }
  .accordion summary {
    padding: 24px 0 22px 30px;
  }
}
@media (max-width: 490px) {
  .accordion summary span{
    margin-right: 2em;
  }
}
.works-sub {
  max-width: 1080px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.works-web-list:not(:last-child) {
  margin-bottom: 80px;
}
.works-web-item a {
  color: #4a7ea8;
  padding: 0;
}
.works-web-item a:hover {
  color: #4d6477;
}
.works-web-item a img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.works-web-item a img:hover {
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
}
.works-web-item a span {
  display: block;
}
/* works */
.works-accordion {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto;
}

.works-accordion + .works-accordion {
  margin-top: 120px;
}

.works-accordion-btn {
  width: 210px;
  height: 20px;
  background-color: #D0A9BC;
  border: 1px solid #D0A9BC;
  bottom: -26px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 18px 20px 19px 23px;
  position: absolute;
  right: 80px;
  text-align: center;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 10;
}

.works-accordion-btn::after {
  content: "and more　▼";
}

.works-accordion-btn:hover {
  background-color: #fff;
  color: #D0A9BC;
}
.works-accordion,
.works-accordion-text {
  overflow-anchor: none;
}
.works-accordion-text {
  height: 100%;
  max-height: 860px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: max-height 0.6s ease;
  transition: max-height 0.8s ease;
  z-index: 0;
  padding: 100px 0 20px;
  margin: 0 auto;
  position: relative;
}
.works-accordion-text._web {
  max-height: 950px;
}
.works-accordion.is-open .works-accordion-text {
  max-height: 8000px;
}
.works-accordion-btn.is-show {
  bottom: -30px;
}

.works-accordion-btn.is-show::after {
  content: "close　▲";
}

@media (max-width: 599px) {
  .works-accordion {
    width: 90%;
    padding: 20px 0 60px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
  }
  .toc-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .works-accordion-text {
    padding: 60px 0 20px;
  }
  .works-web-item {
    margin: 0 auto !important;
  }
  .works-accordion li a {
    line-height: 1.91;
  }
  .works-accordion-btn{
    width: 160px;
    right: 30px;
  }
}
.works-sub {
  max-width: 1080px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.works-web-list {
  width: 90%;
  max-width: 1080px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

.works-web-list:not(:last-child) {
  margin-bottom: 80px;
}

.works-web-item {
  width: calc((100% - 40px) / 3);
  min-width: 200px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 40px;
  -webkit-filter: drop-shadow(6px 6px 6px #444);
          filter: drop-shadow(6px 6px 6px #444);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px 36px;
}
.works-web-item a {
  color: #4a7ea8;
  padding: 0;
}
.works-web-item a:hover {
  color: #4d6477;
}
.works-web-item a img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  padding: 0 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.works-web-item a img:hover {
  -webkit-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25);
}
.works-web-item a span {
  display: block;
}

.works-name {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #4b3321;
  /* color: #4a7ea8; */
  /* background-color: #ebe8ea; */
  /* text-align: center; */
  border-bottom: 1px solid #4b3321;
  /* border-bottom: 1px solid #4a7ea8; */
  margin: 24px 0 10px;
}

.works-skillname {
  font-size: 15px;
  color: #4a7ea8;
  /* background-color: #fff; */
  padding: 0 0 16px;
}

.works-text {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 0 0px 0px;
}

@media (max-width: 768px) {
  .works-sub {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .works-sub {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .section-desc {
    padding-bottom: 10px;
  }
  .works-wrapper {
    padding-bottom: 40px;
  }
  .works-web-item {
    width: 43%;
    padding-bottom: 16px;
    margin: 1rem auto;
  }
  .works-web-item a img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
@media screen and (max-width: 599px) {
  .works-web-list {
    width: 80%;
    margin: 0 auto;
  }
  .works-web-item {
    width: 100%;
  }
}
.works-name {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #4b3321;
  /* color: #4a7ea8; */
  /* background-color: #ebe8ea; */
  /* text-align: center; */
  border-bottom: 1px solid #4b3321;
  /* border-bottom: 1px solid #4a7ea8; */
  margin: 24px 0 10px;
}

.works-skillname {
  font-size: 15px;
  color: #4a7ea8;
  /* background-color: #fff; */
  padding: 0 0 16px;
}

.works-text {
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding: 0 0px 0px;
}

@media (max-width: 768px) {
  .works-sub {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .works-sub {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 960px) {
  .section-desc {
    padding-bottom: 10px;
  }
  .works-wrapper {
    padding-bottom: 40px;
  }
  .works-web-item {
    width: 43%;
    padding-bottom: 16px;
    margin: 1rem auto;
  }
  .works-web-item a img {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
}
@media screen and (max-width: 599px) {
  .works-web-list {
    width: 90%;
    margin: 0 auto 40px;
  }
  .works-web-item {
    width: 100%;
  }
}
.cta-wrapper {
  background-color: rgba(74, 126, 168, 0.8);
  padding: 80px 0;
}

.cta-container {
  width: 90%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
}

.cta-btn-box {
  width: 58%;
}

.cta-message {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.cta-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.cta-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  gap: 40px;
}
.cta-link ul li {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
.cta-link ul li img {
  width: 80%;
  height: auto;
  margin-top: 10px;
}
.cta-link ul li p {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
}
.cta-link .cta-time {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  margin-left: 80px;
}

.cta-img-box {
  width: 30%;
  text-align: center;
}
.cta-img-box img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .cta-wrapper {
    padding: 40px 0;
  }
  .cta-container {
    display: block;
  }
  .cta-btn-box {
    width: 100%;
  }
  .cta-message {
    font-size: 19px;
  }
  .cta-link {
    gap: 20px;
  }
  .cta-time {
    font-size: 16px !important;
    margin-left: 30px !important;
  }
  .cta-img-box {
    min-width: 200px;
    margin: 30px auto 0;
  }
}
@media (max-width: 599px) {
  .cta-link ul {
    gap: 20px;
  }
  .cta-link ul li {
    width: 60px;
    height: 60px;
  }
}
.footer {
  width: 100%;
  background-color: rgba(66, 113, 152, 0.8);
  margin: 0 auto;
}
.footer .inner {
  width: 90%;
  max-width: 1080px;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin: 0 auto;
}

.footer-logo {
  width: 160px;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-nav {
  width: 40%;
}
.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-nav li a {
  font-size: 0.8rem;
  font-weight: normal;
  color: #fff;
}

.copy-right {
  width: 50%;
  font-size: 1rem;
  font-family: "Edu VIC WA NT Beginner", cursive;
  color: #fff;
  text-align: right;
  padding: 30px 0;
  margin: 0;
}

@media (max-width: 960px) {
  .footer .inner {
    display: block;
  }
  .footer-nav ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
  .copy-right {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }
}
.page-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 60px;
  right: 20px;
  bottom: -120px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: #D0A9BC;
  -webkit-filter: drop-shadow(3px 3px 3px #888);
          filter: drop-shadow(3px 3px 3px #888);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 80px 80px 0 0;
}

button i {
  position: absolute;
  font-size: 20px;
  color: #FFF;
  top: 12px;
  font-weight: 300;
}

button p {
  margin: 0;
  font-size: 15px;
  font-family: "Edu VIC WA NT Beginner", cursive;
  bottom: 8px;
  position: absolute;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

button.is-active {
  bottom: 0px;
}

@media (max-width: 1024px) {
  .footer-nav {
    width: 90%;
    margin: 0 auto;
  }
  .footer-nav-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-nav-item {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .footer-nav-list {
    width: 90%;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .footer-nav-item {
    margin: 0 auto;
  }
}
@media (max-width: 490px){
  .footer-nav ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            gap: 0;
            padding: 8px 0;
    li{
      width: 100%;
      line-height: 1.8;
      a{
        padding: 0;
      }
    }
  }
  .copy-right{
    width: 90%;
    font-size: 0.8rem;
    text-align: left;
    margin: 0 auto;
  }
  .page-top{
    width: 80px;
    height: 40px;
    right: 10px;
    bottom: -100px;
  }
  .page-top i{
    top: 5px;
    font-size: 14px;
  }
  .page-top p{
    font-size: 11px;
    bottom: 5px;
  }
} 
/* ヒアリングシート */
.hearing-wrapper{
  background-color: #fff;
}
.form-container._hearing{
  color: #444;

}
.form-container._hearing .form-inner label{
  color: #4a7ea8;
  font-size: 1.1rem;
  font-weight: bold;
}
.form-container._hearing .form-inner input,
.form-container._hearing .form-inner textarea{
border: 1px solid #444;
box-shadow: none;
}
.form-container._hearing .form-inner input[type=radio],
.form-container._hearing .form-inner input[type=checkbox]{
  width: 16px;
  height: 16px;
  box-shadow: none;
  margin-top: 2px;
  margin-right: 8px;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
  color: #fff!important;
  width: 16px!important;
  height: 16px!important;
}
.fluentform .ff-el-form-check{
  margin-bottom: 8px!important;
}
.form-container._hearing .form-inner label span{
  font-size: 1rem;
  font-weight: normal;
  color: #444;
}
.form-container._hearing .form-inner button, .form-container._hearing .form-inner .btn-area input{
  width: 300px;
  background-color: #d0a9bc!important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1rem;
  border: none;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 6px #444;
          box-shadow: 6px 6px 6px #444;
  margin: 0 auto;
}
.fluentform .ff-text-left{
  text-align: center;
}