
main h2 {
    margin-bottom: 55px;
    font-weight: 500;
}
.btn_pink {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    margin: 15px 0;
    padding: 10px 30px 10px 0;
    border-radius: 25px;
    background: #e9c5c5;
    color: #170101;
    font-size: 14px;
    cursor: pointer;
}
.btn_pink::after {
    position: absolute;
    right: 2em;
    bottom: 15px;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #170101;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
.btn_pink:hover {
    background: rgb(233, 197, 197, 0.85);
 
}
.btn_pink a:hover {
    color: #170101 !important;
}
.btn_pink:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.arrow_btm {
    border: solid 1px #170101;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 15px auto 0 auto;
}
.arrow_btm a {
    width: 50px;
    height: 50px;
    padding: 8px 10px 10px 10px;
    display: block;
    transition: 0.3s;
}
.arrow_btm :hover {
    margin-top: 5px;
    transition: 0.3s;
}
.arrow_btm span {
  display: inline-block;
  vertical-align: middle;
  color: #170101;
  line-height: 1;
  position: relative;
  width: 0.06em;
  height: 1em;
  background: currentColor;
}
.arrow_btm span:before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.05em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}


#topimg_area {
    background: #E9C5C5;
    background: linear-gradient(130deg, rgba(233, 197, 197, 1) 50%, rgba(245, 226, 222, 1) 100%);
    padding: 50px 0 0 0;
}

#topimg_area > div  {
    position: relative;
}
#topimg_area > div > p {
    text-align: right;
}
#topimg_area .text_area {
  position:absolute;
  top:30%;
  left:15%;
  transform:translate(-15%,-30%);
}
#topimg_area .text_area p:first-child {
    font-size: clamp(1.125rem, 0.572rem + 2.46vw, 2.875rem);
    margin-bottom: 12px;
    font-weight: 500;
}
#topimg_area .text_area p:last-child {
    font-size: clamp(0.75rem, 0.572rem + 0.79vw, 1.313rem);
}

@media screen and (max-width: 769px) {
    #topimg_area {
        padding: 25px 0 0 0;
    }
    #topimg_area > div > p img {
        width: 36%;
        height: auto;
    }
    #topimg_area .text_area p:first-child {
        font-size: clamp(1.5rem, 1.339rem + 0.71vw, 1.625rem);
    }
}
@media screen and (max-width: 460px) {
  #topimg_area {
    padding: 89px 0 0 0;
  }
  #topimg_area > div > p img {
    width: 44%;
  }
  #topimg_area .text_area {
    top: -7%;
  }
  #topimg_area .text_area p:last-child {
    font-size: 11px;
  }
}

#bana_area ul {
    display: flex;
}

#bana_area ul li {
    width: 50%;
    text-align: center;
    padding: 50px;
}
#bana_area ul li:first-child {
   background: #E9C5C5;
}
#bana_area ul li:last-child {
   background: #f5e2de;
}

#bana_area h2 {
    font-size: clamp(1.438rem, 0.813rem + 1.25vw, 1.75rem);
}

@media screen and (max-width: 790px) {
    #bana_area h2 {
        margin-bottom: 25px;
    }
    #bana_area ul {
        display: block;
    }
    #bana_area ul li {
        width: 100%;
        padding: 50px 30px;
    }
}


#top_content_area {
    background: #fbf5e9;
}

#top_content_area .bana50 {
    background: #fff;
    background-image:url("img/top/staff/img_leftup.png");
    background-position:left top;
    background-repeat: no-repeat;
    border-bottom-right-radius: 240px;
    padding: 100px 3% 35px 3%;
    position: relative;
}

#top_content_area .bana5 {
    display: flex;
    flex-wrap: wrap;
}

#top_content_area .bana5 div {
    width: calc( 100% / 3 );
    padding: 10px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

#top_content_area .bana5 div dl {
    width: 56%;
    clear: both;
}
#top_content_area .bana5 p {
    width: 40%;
}
#top_content_area .bana5 div dl dt {
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
}
#top_content_area .bana5 div dl dt:before {
  position: absolute;
  bottom: -7px;
  left: 7px;
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #e9c5c5;
}
#top_content_area .bana5 div dl dd {
    font-size: 14px;
}
#top_content_area .bana5 p img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}
#top_content_area .bana5 .top_ya {
    margin-top: 12px;
    float: right;
    transition: transform .3s;
    font-size: 11px;
    position: relative;
    padding-right: 30px;
}
#top_content_area .bana5 .top_ya:after {
    position: absolute;
    right: 0;
    bottom: 5px;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #170101;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

@media screen and (max-width: 870px) {
    #top_content_area .bana5 div {
        width: calc( 100% / 2 );
   }
}
@media screen and (max-width: 630px) {
    #top_content_area .bana50 {
        border-bottom-right-radius: 80px;
        padding: 60px 3% 35px 3%;
    }
    #top_content_area .bana5 {
        justify-content: center;
    }
    #top_content_area .bana5 div {
        width: 94%;
   }
   #top_content_area .bana5 div {
        margin-bottom: 0;
   }
}
@media screen and (max-width: 480px) {
    #top_content_area .bana5 div {
        display: block;
    }
    #top_content_area .bana5 p {
        width: 100%;
        margin-bottom: 10px;
    }
    #top_content_area .bana5 div dl {
      width: 100%;
      margin-bottom: 35px;
    }
}


.note_pre0 {
    position:absolute;
    right: 25px;
    bottom: -85px;
    overflow: hidden;
}
.note_pre0:hover {
    opacity: 0.85;
}
.note_pre0 a {
    color: #170101 !important;
}
.note_pre {
	align-items: center;
	display: flex;
	height: 280px;
	width: 280px;
	justify-content: center;
	position: relative;
    font-weight: 500;
}
.note_pre::before {
	animation: 20s 0s rotate linear infinite;
    background: url('img/top/end.png') center center / 280px auto no-repeat;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.note_pre_text {
	display: inline-block;
	font-size: 18px;
	position: relative;
	z-index: 1;
    text-align: center;
}
.note_pre_text .col_red {
    font-size: 22px;
    font-weight: 700;
}
.note_pre_text .material-icons {
    display: block;
    margin: 5px auto;
    font-size: 34px;
}
.note_pre_text .note_apply {
    position: relative;
    text-align: left;
    margin-left: -1.5em;
}
.note_pre_text .note_apply:after {
    position: absolute;
    left:4.5em;
    bottom: 5px;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.5em;
    height: .5em;
    background-color: #170101;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 870px) {
    .note_pre0 {
        display: none;
    }
}


#top_content_area  .soudan {
    padding: 100px 0 140px 0;
    background: url(img/top/family.png) no-repeat 200% bottom;
    background-size: 86%;
}

#top_content_area .soudan ul {
    display: flex;
    justify-content:center;
    margin: 55px 0;
}

#top_content_area .soudan ul li {
    width: 26%;
    margin: 1%;
    background: #fadeb9;
    padding: 2px;
    text-align: center;
}

#top_content_area .soudan ul li div {
    background: #fadeb9;
    border:solid 1px #fbf5e9;
    padding: 25px 20px;
    height: 100%;
    font-weight: 500;
}
#top_content_area .soudan ul li div p:first-child {
    margin-bottom: 7px;

} 

#top_content_area .soudan .font_big {
    font-size: 28px;
    font-weight: 700;
    margin-left: 5px;
}

#top_content_area .soudan .textl {
    font-size: 13px;
    text-align: center;
}

#top_content_area .soudan .nagare {
    margin: 120px 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 50px;
    width: 45%;
}

@media screen and (min-width: 1500px) {
#top_content_area .soudan {
  padding: 100px 0 240px 0;
}
}

@media screen and (max-width: 980px) {
    #top_content_area .soudan ul li {
        width: 32%;
    }
    #top_content_area .soudan .nagare {
        padding: 35px;
        margin: 60px 0;
    }
}
@media screen and (max-width: 830px) {
    #top_content_area  .soudan {
        padding: 55px 0 230px 0;
    }
}
@media screen and (max-width: 800px) {
    #top_content_area .soudan .nagare {
        width: 65%;
    }
    #top_content_area .soudan ul {
        flex-wrap: wrap;
    }
    #top_content_area .soudan ul li {
        width: 48%;
    }
}
@media screen and (max-width: 769px) {
    #top_content_area .soudan .inner > p {
        text-align: left;
    }
}
@media screen and (max-width: 640px) {
    #top_content_area .soudan .nagare {
        width: 90%;
    }
    #top_content_area  .soudan {
        padding: 55px 0 200px 0;
    }

}
@media screen and (max-width: 530px) {
    #top_content_area .soudan ul li {
        width: 80%;
    }
}
@media screen and (max-width: 500px) {
    #top_content_area .soudan {
        background-size: 100%;
        padding: 55px 0 250px 0;
    }
    #top_content_area .soudan ul li {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    #top_content_area .soudan {
        padding: 55px 0 200px 0;
    }
}


#top_content_area .voice {
    background: url(img/top/voice.png) no-repeat left bottom;
    padding: 80px 0 200px 0;
    background-size: 72%;
}

#top_content_area .voice_inner {
    margin-left: 52%;
    background: rgba(255, 255, 255, 0.6);
    padding: 35px;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
}

#top_content_area .voice_inner div {
    display: flex;
    justify-content: space-between;
}

#top_content_area .voice_inner div dl {
    width: 48%;
}
#top_content_area .voice_inner div dl dt img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}

#top_content_area .voice_inner .top_ya {
    margin-top: 12px;
    float: right;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #170101;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

@media screen and (max-width: 870px) {
    #top_content_area .voice {
        padding: 30px 0;
    }
    #top_content_area .voice_inner {
        margin-left: 48%;
    }
    #top_content_area .voice_inner div {
        flex-wrap: wrap;
        justify-content: center;
    }
    #top_content_area .voice_inner div dl {
        width: 80%;
        margin-bottom: 15px;
    }
        #top_content_area .voice_inner div dl:last-child {
            display: none;
        }
}
@media screen and (max-width: 780px) {
    #top_content_area .voice {
        background-size: 60%;
    }
}
@media screen and (max-width: 600px) {
  #top_content_area .voice {
    padding: 30px 0 167px 0;
  }
  #top_content_area .voice_inner {
    margin-left: 25%;
  }
}
@media screen and (max-width: 500px) {
  #top_content_area .voice {
    background-size: 84%;
    padding: 0 0 200px 0;
  }
  #top_content_area .voice_inner {
    margin-left: 15%;
  }
  #top_content_area .voice_inner div dl {
    width: 90%;
  }
}


#top_content_area .office {
    background: url(img/top/office.jpg) no-repeat top left;
    background-size: cover;
    padding:0 0 100px 100px;
}
#top_content_area .office div {
    padding:60px;
    margin-left: 48%;
    border-bottom-left-radius: 120px;
    background: #fbf5e9;
}

@media screen and (max-width: 880px) {
    #top_content_area .office div {
        margin-left: 36%;
    }
}
@media screen and (max-width: 600px) {
    #top_content_area .office {
        padding: 0 0 50px 100px;
    }
    #top_content_area .office div {
        padding:25px 35px;
        border-bottom-left-radius: 80px;
    }
    #top_content_area .office div {
        margin-left: 15%;
    }
}
@media screen and (max-width: 480px) {
    #top_content_area .office {
        padding: 0 0 50px 50px;
    }
    #top_content_area .office div {
        margin-left: 10%;
    }
}


#staff {
    background: #F5EFEC;
    padding: 80px 0;

    background:url("img/top/staff/img_rightdown.png"), linear-gradient(339deg, rgba(245, 239, 236, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(246, 230, 230, 1) 100%);
    background-position:right bottom;
    background-repeat: no-repeat;
}

#staff .inner {
    display: flex;
    justify-content: center;
}

#staff .inner dl {
    width: 20%;
    margin-bottom: 35px;
    padding: 0 12px;
    font-size: 14px;
}
#staff .inner dl dt img {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}
#staff .inner dl .dd_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

@media screen and (max-width: 910px) {
    #staff .inner dl {
        width: 25%;
    }
}
@media screen and (max-width: 680px) {
    #staff .inner {
        flex-wrap: wrap;
    }
    #staff .inner dl {
        width: 50%;
        padding: 7px;
    }
}
@media screen and (max-width: 530px) {
}


#news_area {
    display: flex;
    padding: 80px 0 0 0;
    justify-content: space-between;
}
#news_area > div {
    width: 46%;
}
#news_area h2 {
    margin-bottom: 15px;
}
#news_area .btn_pink {
    float: right;
}
#news_area .column1 {
    display: flex;
    justify-content:space-around;
    margin: 55px 0 25px 0;
}

#news_area .column1 p {
    width: 28%;
}
#news_area .column1 dl {
    width: 68%;
    margin-left: 4%;
}
#news_area .column1 p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news_area .column1 dl dt {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 7px;
}
.top_dl_title {
    margin-bottom: 15px;
  
}
#news_area ul {
    margin: 55px 0 25px 0;
}

#news_area ul li {
    padding-bottom: 15px;
    border-bottom: dotted 1px #999;
    margin-bottom: 15px;
}
#news_area ul li span {
    font-size: 12px;
    font-weight: 500;
    margin-right: 1.5em;
}

@media screen and (max-width: 910px) {
    #news_area {
        display: block;
    }
    #news_area > div {
        width: 100%;
        margin-bottom: 55px;
    }
    #news_area .column1 p {
        width: 38%;
    }
    #news_area .column1 dl {
        width: 58%;
    }
}
@media screen and (max-width: 640px) {
        #news_area .column1 {
        display: block;
        margin: 55px 0 15px 0;
    }
    #news_area .column1 p {
        display: none;
    }
    #news_area .column1 dl {
        width: 100%;
        margin-left: 0;
    }
    #news_area .top_dl_txt {
        display: none;
    }
    #news_area > div:first-of-type ul {
         margin: 0 0 25px 0;
    }
    .top_dl_title {
        margin-bottom: 0;
    }
}