@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
.header__under {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  align-items: center;
}
.header__under .ttl {
  width: 306px;
  margin-left: 2.5%;
}
@media screen and (max-width:800px) {
  .header__under .ttl {
    width: 175px;
    margin-left: 5%;
  }
}
.header__under .bts {
  width: 300px;
}
@media screen and (max-width:800px) {
  .header__under .bts {
    width: 130px;
  }
}

.imgbacks {
  background: url(/anniversary_60/images/interview/inter_back.jpg) no-repeat center;
  background-size: cover;
}

#section01 {
  position: relative;
  z-index: 9;
  padding: 180px 0 100px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 100px 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section01 h1 {
  width: 32%;
  max-width: 446px;
  line-height: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    width: 60%;
  }
}
#section01 .subtitle {
  width: 100%;
  padding-left: 3em;
  position: relative;
}
#section01 .subtitle::before {
  content: "";
  width: 2.5em;
  height: 1px;
  background-color: #9f686f;
  position: absolute;
  left: 0;
  top: 50%;
}

#last60th {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #fff;
  padding: 80px 0 110px 0;
}
#last60th .foot60th {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
#last60th .topback {
  width: 12px;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 2vw;
  transform: translate(50%, 0);
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}

#section02 {
  position: relative;
  z-index: 9;
  padding: 0px 0 100px 0;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 100px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section02 .clumboxs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 50;
}
#section02 .clumboxs .leftbox {
  width: 22.1%;
}
@media screen and (max-width:800px) {
  #section02 .clumboxs .leftbox {
    width: 100%;
  }
}
#section02 .clumboxs .rightbox {
  width: 77.9%;
}
@media screen and (max-width:800px) {
  #section02 .clumboxs .rightbox {
    width: 100%;
  }
}
#section02 .clumboxs .rightbox h3 {
  margin-bottom: 1.25em;
  font-weight: 300;
}
#section02 .clumboxs .rightbox .base_text {
  line-height: 200%;
  letter-spacing: 0.05em;
}

#section03 {
  position: relative;
  z-index: 9;
  padding: 0px 0 150px 0;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 0 0 100px 0;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
#section03 .clumlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03 .clumlist {
    margin-bottom: 30px;
  }
}
#section03 .clumlist .leftbox {
  width: 22.1%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .leftbox {
    width: 100%;
  }
}
#section03 .clumlist .leftbox h3 {
  width: 28.2%;
  margin-left: 25%;
  margin-right: auto;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .leftbox h3 {
    margin-left: 0;
    width: 15%;
    margin-bottom: 2.5vw;
  }
}
#section03 .clumlist .rightbox {
  width: 77.9%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .rightbox {
    width: 100%;
  }
}
#section03 .clumlist .rightbox .photo {
  width: 67.25%;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .rightbox .photo {
    width: 100%;
  }
}
#section03 .clumlist .rightbox .text {
  width: 32.75%;
  background-color: #9f686f;
}
#section03 .clumlist .rightbox .text.color02 {
  background-color: #7a9fb4;
}
#section03 .clumlist .rightbox .text.color03 {
  background-color: #8fb1a3;
}
#section03 .clumlist .rightbox .text.color04 {
  background-color: #a086a7;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .rightbox .text {
    width: 100%;
    padding: 2.5em;
  }
}
#section03 .clumlist .rightbox .text .textin {
  width: 78%;
  margin: 0 auto;
  padding-top: 3em;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .rightbox .text .textin {
    width: 90%;
    padding-top: 0;
  }
}
#section03 .clumlist .rightbox .text .textin .textin_text {
  width: 115%;
  margin-right: -15%;
  margin-left: 0;
  font-weight: 600;
  color: #fff;
  line-height: 140%;
  margin-bottom: 5em;
}
@media screen and (max-width:800px) {
  #section03 .clumlist .rightbox .text .textin .textin_text {
    margin-bottom: 1.5em;
    width: 100%;
    margin-right: 0%;
    margin-left: 0;
  }
}
#section03 .clumlist .rightbox .text .textin .textin_text.l3 {
  margin-bottom: 4em;
}
#section03 .clumlist .rightbox .text .textin .textin_text.l1 {
  margin-bottom: 6em;
}/*# sourceMappingURL=interview.css.map */