.content_first-secton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 120px 0 120px 0;
}

.content_first-secton_inner {
  width: 45%;
}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  width: 40%;
}

.logo{
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease 0.3s forwards;
}

.key-word a{
  text-decoration: none;
  color: #333;
}

.key-word a:hover{
  color: #747474;
  transition: 0.2s cubic-bezier(0.2, 0.6, 0.3, 1);
}


.kikite-desc{
  font-family: 'Shippori Mincho', serif;
  margin:20px 0;
  font-weight: bold;

}

.next-button{
  text-align: center;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-intro img {
  width: 200px;
  height: auto;
  margin-bottom: 5rem;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 160px 0 20px 0;
}


p:not(.kikite-desc){
  color:#666666
}

.title-big{
    font-family: 'Shippori Mincho', serif;
    font-weight: bold;
    font-size: 24px;
}

.subtitle {
  font-size: 20px;
  line-height: 3;
  border-bottom: #797979 solid 1px;
}

section {
  margin-right: 20%;
  margin-bottom: 80px;
}

section p {
  font-size: 16px;
}

.content_cap{
  font-size: 14px;
  line-height:1.8;
}

.author {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  font-weight: 500;
}

.author-disc {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 15px 0 20px;
  padding-bottom: 20px;
}

.author-info {
  margin-bottom: 15px;
}

.profession {
  font-size: 12px;
  color: #666;
  margin-bottom: 15px;
}

.key-word {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 100px;
  padding-top:20px;
}

.highlight {
  padding-left: 20%;
  margin-bottom:120px;
}

.highlight p {
  font-size: 16px;
  font-style: italic;
  font-weight: light;
}

.content-img img {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-color: #f5f5f5;
  margin-bottom: 80px;
}

.craftsman-disc-pic {
  display: flex;
  gap: 20px;
}

.workshop-disc {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.workshop-disc div {
  margin-bottom: 20px;
}


.text-wrapper {
  flex: 0 0 30%;
}
  
/* tablet */
@media (min-width: 746px) and (max-width: 1100px) {
.content_first-secton {
 flex-direction: column-reverse;
padding: 120px 0 60px 0;
}

.content_first-secton_inner {
 width:100%;
}

.author-disc{
  width:80%
}
}
/* tablet */

/* sp */
@media (max-width: 745px) {

h1 {
  margin: 80px 0 40px 0;
}

.content_first-secton {
 flex-direction: column-reverse;
}

section {
  margin-right:0;
  margin-bottom:40px
}

.image-wrapper {
  width:70%;
}

.content_first-secton_inner{
  width:100%;
}

h1{
  font-size: 24px;
}

.craftsman-disc-pic{
  flex-direction: column;
  gap:10px
}


section{
margin-right: 0;
margin-bottom: 40px;
}

.highlight {
    padding-left: 10%;
    margin-bottom: 40px;
}
.content_first-secton{
  margin:0;
  padding: 120px 0 60px 0;
}


.content-img img {
  margin-bottom: 40px;
}

:last-of-type.content-img{
  display: none;
}

.workshop-disc {
  width: 100%;
}
/* sp */
}

