@charset "utf-8";
/* CSS Document */
.section-top {
  max-width: 1040px;
  margin: 0 auto;
}
.section-top-mainimage {
  margin-top: 14px;
}
.section-top-mainimagesp{
  display: none;
}
.sp_br {
  display: none;
}
.section-top-heading {
  margin: 0 auto;
  padding-bottom: 10rem;
  color: #30475e;
  font-weight: 500;
  font-size: 2.2em;
  line-height: 2em;
  background-image: linear-gradient(90deg, #ecc656 10%, #e1951f 40%, #e1951f 40%, #ecc656 100%, #ecc656 20%);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-top-message {
  margin: 100px auto;
  font-size: 1.6em;
  font-weight: 500;
  color: #30475e;
}
.top-lead-content {
  margin-top: 4em;
}
.section-top-lead-phot__wrp {
  display: flex;
  justify-content: center;
}
.section-top-phot__bucketsp{
  display: none;
}
.section-top-lead__title {
  margin: 3rem auto 4rem;
  font-size: 1.4em;
  text-align: left;
  color: #30475e;
  padding: 1rem 3rem;
  border-left: solid 5px #e1951f;
  font-weight: 500;
}
.section-top-lead{
 margin-left: 3rem;
}
.section-top-catch {
  max-width: 16%;
  display: block;
  margin: 8rem auto;
}
.section-top-lead__line {
  max-width: 100%;
  border-bottom: solid 2px rgba(225, 149, 31, 1);
  margin-bottom: 8rem;
}
.section-bottom-lead__line{
max-width: 100%;
border-bottom: solid 2px rgba(225, 149, 31, 1);
  margin: 6rem 0 5rem;
}
.section-top-lead__wrp {
  margin: 0 6rem;
  display: flex;
  flex-direction: column;
  line-height: 1.9em;
}
.section-top-lead__checkmark {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 3rem;
}
.section-top-lead__checkmark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 10px;
  border-left: 3px solid rgba(225, 149, 31, 1);
  border-bottom: 3px solid rgba(225, 149, 31, 1);
  transform: rotate(-45deg);
}
.section-top-lead__content {
  font-size: 1em;
  width: 90%;
  display: inline-block;
  text-align: left;
}
.section-top-lead__bold {
  color: #c77318;
}
.section-top-lead__checkmark-message {
  text-align: left;
  margin-left: 3rem;
}
.top-photright-wrpsp {
  display: none;
}
.top-photright__wrp {
  margin: 100px 0;
  display: flex;
  justify-content: center;
}
/* レイアウトのためのcss */
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.section-top-mainimage, .section-top-mainimagesp{
  animation-name: fadein;
  animation-duration: 5s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.section-top-phot__bucket, .section-top-phot__bucketsp{
  animation-name: fadein;
  animation-duration: 10s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.top-photright__salad {
  animation-name: fadein;
  animation-duration: 15s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.top-photright__table {
  animation-name: fadein;
  animation-duration: 20s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.top-photright__adviser {
  animation-name: fadein;
  animation-duration: 25s;
}
@media(max-width:959px) {
  
  .section-top {
  max-width: 375px;
  margin: 0 auto;
}
.section-top-mainimage {
display: none;
}
  .section-top-mainimagesp{
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }
  .section-top-catch {
  max-width: 40%;
  margin: 5rem auto;
  display: block;
}
.sp_br {
  display: block;
}
.section-top-heading {
  margin: 0 auto;
  padding-bottom: 5rem;
  font-size: 1.5em;
  background-image: linear-gradient(90deg, #ecc656 10%, #e1951f 40%, #e1951f 40%, #ecc656 100%, #ecc656 20%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section-top-message {
  margin: 50px auto;
/*  font-weight: 600;*/
  font-size: 1.3em;
  line-height: 2em;
  color: #e1951f;
}

.section-top-lead-phot__wrp {
  display: flex;
  flex-direction: column;
    align-items: center;
}
  .section-top-phot__bucket{
  display: none;
}
  .section-top-phot__bucketsp{
  display:block;
    max-width: 375px;
    margin: 0 auto;
}
.section-top-lead__title {
  margin: 4rem 3rem;
  padding: 1.5rem 3rem;
line-height: 1.8;
  font-size: 1.3em;
  font-weight: 600;
}
  .section-top-lead__wrp {
  margin: 0 0;
  line-height: 1.6em;
}
.section-top-lead{
 margin-left: 2rem;
}
  .section-top-lead__line{
    margin-bottom: 5rem;
  }
  .section-bottom-lead__line{
    margin: 2rem 0 5rem;
  }
.section-top-lead__checkmark {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 3rem;
}
.section-top-lead__checkmark::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 18px;
  height: 10px;
  border-left: 3px solid rgba(225, 149, 31, 1);
  border-bottom: 3px solid rgba(225, 149, 31, 1);
  transform: rotate(-45deg);
}
.section-top-lead__content {
  font-size: 1em;
  width: 90%;
  display: inline-block;
  text-align: left;
}
.section-top-lead__checkmark-message {
  margin-left: 0;
  padding: 0 3rem 5rem;
}
.top-photright-wrpsp {
  display: none;
}
.top-photright__wrp {
  margin: 0px 0;
  display: flex;
 flex-direction: column;
}
}
/*aboutprofileここから*/
.section-aboutprofile {
  max-width: 1040px;
  margin: 20rem auto 0;
}
.section-aboutprofile-heading {
  margin-bottom: 10rem;
  font-size: 3.8em;
  font-weight: 400;
}
.section-aboutprofile-name {
  font-weight: 600;
  color: #30475e;
  font-size: 1.9em;
  margin: 6rem;
}
.section-aboutprofile-profession {
  margin-bottom: 5rem;
  font-size: 1.5em;
}
.section-aboutprofile-professionlist {
  display: flex;
  justify-content: center;
  flex-derection: row;
  align-items: center;
  margin-bottom: 8rem;
}
.section-aboutprofile-professionlist li {
  position: relative;
  width: 248px;
}
.section-aboutprofile-professionlist li::before {
  color: #30475e;
  content: "/";
  margin-right: 3em;
  font-size: 1.5em;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: -4.4px;
}
.section-aboutprofile-professionlist li:first-child::before {
  content: none;
}
.section-aboutprofile-professionlistsp li {
  display: none;
}
.tensen {
  width: 100%;
  border-bottom: 3px rgba(51, 51, 51, 0.3) dotted;
}
.section-aboutprofile-concept {
  margin: 10rem auto;
  font-size: 1.3em;
  line-height: 2.5;
  font-weight: 500;
  color: #30475e;
}
.section-aboutprofile-button__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-aboutprofile-button {
  margin: 0 auto 8rem;
}
.section-aboutprofile-button:hover, .section-aboutprofile-button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
@media(max-width:959px) {
  .section-aboutprofile {
    max-width: 375px;
    margin: 4rem auto 0;
  }
  .section-aboutprofile h2 {
    margin: 6rem auto;
    font-weight: 400;
    font-size: 2.4em;

  }
  .section-aboutprofile-name {
    font-size: 1.3em;;
    font-weight: 600;
    margin: 6rem auto;
  }
  .section-aboutprofile-profession {
    margin-top: 1.5rem;
    margin-bottom: 6rem;
  }
  .section-aboutprofile-professionlist, .tensen {
    display: none;
  }
  .section-aboutprofile-professionlistsp li {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .section-aboutprofile-professionlistsp {
    text-align: center;
    max-width: 70%;
    margin: 4rem auto;
    padding: 2em;
    border: 3px rgba(51, 51, 51, 0.3) dotted;
  }
  .section-aboutprofile-concept {
    font-size: 1em;
    line-height: 1.8;
    padding: 1rem 0 6rem;
    margin: 4rem 3rem;
    text-align: left;
    background-image: linear-gradient(90deg, #ecc656 10%, #e1951f 40%, #e1951f 40%, #ecc656 100%, #ecc656 20%);
    background-size: 100% 1.5px;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .pc_br {
    display: none;
  }
  .section-aboutprofile-button {
    margin: 2rem auto 6rem;
  }
}
/*aboutprofileここまで*/
/*serviceここから*/
.section-service {
  max-width: 1040px;
  margin: 0 auto;
}
.section-service {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-service-heading {
  text-align: center;
  font-weight: 400;
  font-size: 3.8em;
  margin: 20rem auto 10rem;
}
.section-service-subtitle {
  font-size: 1.3em;
  color: #30475e;
  font-weight: 600;
  /* 左右に横線 */
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  margin-bottom: 10rem;
}
.section-service-subtitle::before, .section-service-subtitle::after {
  background-color: #30475e; /* 横線の色 */
  content: "";
  height: 1.5px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}
.section-service-subtitle::before {
  margin-right: 1.9em; /* 文字との余白 */
}
.section-service-subtitle::after {
  margin-left: 1.9em; /* 文字との余白 */
}
.section-service-subtitle span {
  font-size: 1.2em;
  padding: 0px 0.2em;
}
.section-service-list__title{
  padding: 2rem 2rem 0;
}
.section-service-list__title-1{
  padding: 0 2rem;
}
.section-service-list span {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 6rem;
  color: #e1951f;
}
.section-service-list h4 {
  font-size: 1.3em;
  margin: 3rem 0;
  color: #30475e;
  width: 100%;
  text-align: left;
  padding-left: 4rem;
}
.section-service-list__item {
  display: flex;
  align-items: flex-start;
}
.section-service-list__item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.section-service-list__description {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 50%;
}
.section-service-list__description last-child {
  margin-left: auto;
}
.section-service-list__description__item {
  line-height: 1.8;
  text-align: left;
  font-size: 1em;
 padding: 0 3rem;
}
.section-service-list__item__button {
  text-align: right;
  display: inline-block;
  padding: 3rem 2rem 0 0 
}
.section-service-list__item__button:hover, .section-service-list__item__button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
@media (max-width:959px) {
  .section-service {
    max-width: 375px;
    margin: 0 auto;
  }
  .section-service-heading {
    font-size: 2.4em;
    margin: 8rem auto 6rem;
  }
  .section-service-subtitle {
    font-size: 1.1em;
    margin-bottom: 6rem;
  }
  .section-service-subtitle::before, .section-service-subtitle::after {
    width: 1.3em; /* 横線の長さ */
  }
  .section-service-subtitle::before {
    margin-right: 0.9em; /* 文字との余白 */
  }
  .section-service-subtitle::after {
    margin-left: 0.9em; /* 文字との余白 */
  }
  .section-service-subtitle span {
    font-size: 1em;
    padding: 0px 0.1em;
  }
  
  /*
.section-service-list span {
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 6rem;
  color: #e1951f;
}




.section-service-list__description last-child {
  margin-left: auto;
}


.section-service-list__item__button:hover, .section-service-list__item__button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
  */
  
  
  
  
  
  
  
  
  .section-service-list__item {
    flex-direction: column;
}
  .section-service-list__item:nth-of-type(2n) {
    flex-direction: column;
  }
  .section-service-list {
    max-width: 34.4em;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section-service-list__description {
  max-width: 375px;
    margin: 0 auto;
}
  .section-service-list__title{
  padding: 2rem 0;
}
.section-service-list__title-1{
  padding: 2rem 0;
}
  .section-service-list h4 {
  font-size: 1.3em;
  margin: 1rem 0 3rem;
  text-align: left;
  padding-left: 0;
    padding: 0 2rem;
    line-height: 1.8;
}
  .section-service-list__description__item {
 padding: 0 2rem;
}
  .section-service-list__item__button {
  display: block;
    max-width: 200px;
  padding: 3rem 2rem 5rem;
    
}
  
  /*.section-service-list h3 {
    width: 17.2em;
    max-width: 17.2em;
    height: 64px;
    text-align: center;
    position: relative;
  }
  .section-service-list h4 {
    font-size: 1.1em;
    margin: 1.9em 0;
    color: #30475e;
  }
  .section-service__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-service-list__item__img .section-service-list__item_title {
    height: 180px;
    width: 300px;
    object-fit: cover;
  }
  .section-service__description {
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 1.9em 1.3em 0;
    margin-bottom: 1.9em;
  }
  .section-service-list__description__item {
    line-height: 1.9em;
    margin-bottom: 2.5em;
    font-weight: 400;
  }
  .section-service-list__item__button {
    width: 150px;
  }*/
}
/*contactここから*/
.section-contact {
  background-color: #fdfaed;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-contact img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.section-contact-opentime__heading {
  margin: 6rem auto;
}
.section-contact-opentime {
  width: 25%;
  display: inline-block;
}
.section-contact-opentime__time, .section-contact-opentime__address {
  border-bottom: 1px solid #DEDEDE;
  font-size: 14px;
}
.section-contact-opentime__bold {
  font-weight: 600;
  font-size: 16px;
  color: #30475e;
  margin: 0 1em 1em;
  display: inline-block;
}
.section-contact-opentime__address {
  margin: 2.5em auto 5em;
  font-size: 14px;
}
.section-contact__button:hover, .section-contact__button:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}
.section-contact-opentime {
  width: 30%;
  display: inline-block;
}
/*contactここまで*/
/*contactbutton*/
a.section-contact__button {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 400px;
  margin: auto;
  margin-bottom: 100px;
  padding: 1rem 4rem;
  font-weight: 500;
  border-radius: 100vh;
  border-bottom: 7px solid #5d5d5d;
  background: #222831;
  color: #fff;
  font-size: 10px;
}
a.section-contact__button:hover {
  margin-top: 10px;
  border-bottom: 1px solid #5d5d5d;
  color: #fff;
}
a.section-contact__button span {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width:1250px) {
  .section-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
  .section-contact-opentime__heading {
    padding-bottom: 60px;
    height: 0px;
    width: 150px;
    object-fit: cover;
    display: inline-block;
    margin-top: 60px;
  }
  .section-contact-opentime {
    width: 15.6em;
  }
  .section-contact-opentime__address {
    margin: 2.5em auto 70px;
  }
  a.section-contact__button {
    width: 250px;
    margin-bottom: 70px;
    padding: 1.5em;
    font-size: 9px;
    line-height: 2;
  }
  a.section-contact__button span {
    font-size: 18px;
  }
}