@keyframes blink {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.gnavi .gnavi__profile a:before {
display: none;
}
.gnavi .gnavi__profile a:after {
opacity: 1 !important;
}
.page_body {
padding-bottom: 0;
}
.profile_name b .kana {
font-size: 0.7em;
font-weight: 500;
}
.blc_profile .profile_info {
margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
.blc_profile .profile_info {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-content: flex-start;
gap: 20px 60px;
}
}
@media print, screen and (min-width: 768px) {
.blc_profile .profile_info .img {
margin-top: -20px;
width: 35%;
max-height: 400px;
}
}
@media screen and (max-width: 767px) {
.blc_profile .profile_info .img {
margin-bottom: 15px;
}
}
.blc_profile .profile_info .img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 7px;
}
.blc_profile .profile_info .box {
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
@media print, screen and (min-width: 768px) {
.blc_profile .profile_info .box .wrapper {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-start;
gap: 20px 60px;
}
}
.blc_profile .profile_info .box .profile_name {
font-family: "utsukushi", serif;
}
@media print, screen and (min-width: 768px) {
.blc_profile .profile_info .box .profile_name {
text-align: right;
padding-block: 20px;
}
}
@media screen and (max-width: 767px) {
.blc_profile .profile_info .box .profile_name {
margin-bottom: 30px;
text-align: center;
}
}
.blc_profile .profile_info .box .profile_name b {
font-size: 200%;
font-weight: 500;
}
.blc_profile .profile_info .box .profile_name .en {
display: block;
font-weight: 400;
}
@media screen and (max-width: 767px) {
.blc_profile .profile_info .box .profile_name .en {
display: inline-block;
margin-left: 20px;
}
}
.blc_profile .profile_info .box .list_disc1 {
flex: 1;
}
.blc_profile .profile_info .box .link {
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
margin: 30px -1% 0;
}
@media print, screen and (min-width: 768px) {
.blc_profile .profile_info .box .link {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
}
.blc_profile .profile_info .box .link li {
margin: 1%;
text-align: center;
min-width: 250px;
}
.blc_profile .profile_info .box .link li a {
display: block;
padding: 15px 60px 15px 40px;
border: solid 1px #ccc;
border-radius: 30px;
background: #fff url(//dairyuukou.com/wp_cms/wp-content/themes/dairyuukou/common/img/icon_arrow_b.svg) no-repeat right 20px center;
}
.blc_profile .profile_info .box .link li a:hover {
background-color: #F6EFE2;
}
.staff_info figure img {
width: auto;
max-height: 400px;
object-fit: contain;
margin: 0 auto;
display: block;
border-radius: 7px;
}
.staff_info .box {
margin: 20px auto;
}
.staff_info .box .wrapper .staff_name_list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 40px;
margin-top: 60px;
margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
.staff_info .box .wrapper .staff_name_list {
grid-template-columns: 1fr;
gap: 32px;
}
}
.staff_info .box .wrapper .staff_name_list .staff_name_box {
display: grid;
grid-template-columns: 1fr;
justify-items: center;
gap: 16px;
min-width: 0;
text-align: center;
}
.staff_info .box .wrapper .staff_name_list .staff_name_box .staff_img {
width: 200px;
max-width: 100%;
min-width: 0;
}
.staff_info .box .wrapper .staff_name_list .staff_name_box .staff_img img {
width: 100%;
height: auto;
object-fit: cover;
}
.staff_info .box .wrapper .staff_name_list .staff_name_box .profile_name {
font-family: "utsukushi", serif;
font-weight: 500;
margin-bottom: 10px;
text-align: center;
min-width: 0;
overflow-wrap: anywhere;
}
.staff_info .box .wrapper .staff_name_list .staff_name_box .profile_name b {
font-size: 200%;
font-weight: 500;
}
.staff_info .box .wrapper .staff_comment {
font-family: "utsukushi", serif;
font-size: 2rem;
font-weight: 500;
margin-top: 30px;
margin-bottom: 20px;
}
.blc_firstview {
background: #E4F7F2 url(//dairyuukou.com/wp_cms/wp-content/themes/dairyuukou/img/about/main.jpg) no-repeat right center/auto 100%;
}
@media print, screen and (min-width: 768px) {
.blc_firstview {
height: 590px;
}
}
@media screen and (max-width: 767px) {
.blc_firstview {
background-position: right top;
background-size: 100% cover;
}
}
@media print, screen and (min-width: 768px) {
.blc_firstview .inner {
padding-top: 90px;
}
}
.blc_firstview .catch_txt {
position: relative;
z-index: 1;
color: #fff;
font-family: "utsukushi", serif;
padding: 30px 0;
display: inline-block;
font-size: clamp(2.4rem,5vw,3.2rem);
}
@media print, screen and (min-width: 768px) {
.blc_firstview .catch_txt {
padding: 45px 135px 45px 0;
}
}
@media screen and (max-width: 767px) {
.blc_firstview .catch_txt {
margin-top: 60%;
padding: 20px 0;
}
.blc_firstview .catch_txt br {
display: none;
}
}
.blc_firstview .catch_txt p:not(:last-child) {
margin-bottom: 0.7em;
}
.blc_firstview .catch_txt:after {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
top: 0;
bottom: 0;
left: -40px;
background-image: -moz-linear-gradient(180deg, rgb(0, 165, 78) 0%, rgb(110, 187, 65) 56%);
background-image: -webkit-linear-gradient(180deg, rgb(0, 165, 78) 0%, rgb(110, 187, 65) 56%);
background-image: -ms-linear-gradient(180deg, rgb(0, 165, 78) 0%, rgb(110, 187, 65) 56%);
opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
.blc_firstview .catch_txt:after {
-webkit-border-top-right-radius: 200px;
-moz-border-radius-topright: 200px;
border-top-right-radius: 200px;
-webkit-border-bottom-right-radius: 200px;
-moz-border-radius-bottomright: 200px;
border-bottom-right-radius: 200px;
}
}
@media print, screen and (min-width: 1200px) {
.blc_firstview .catch_txt:after {
width: calc(100% + (100vw - 1200px) / 2);
margin-left: calc((100vw - 1200px) / 2 * -1);
}
}
@media screen and (max-width: 767px) {
.blc_firstview .catch_txt:after {
width: 100vw;
left: -20px;
}
}