@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共通ここまで***/
body {
  background-color: #000;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
  background-color: #000;
}
main.active1 {
  overflow: hidden;
  height: 100vh;
}
main.active2 {
  overflow: hidden;
  height: auto;
}

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 0;
  background-color: #fff;
}
#section01.subs {
  background-color: #000;
}
#section01 img {
  width: 100%;
}
#section01 h1.subs {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#section02 {
  width: 100%;
  /*background-color: #fff;*/
  background-color: black;
  color: white;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 120px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-bottom: 21vw;
  }
}
#section02 .section__in {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
#section02 .block {
  padding-top: 220px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    padding-top: 24vw;
  }
}
#section02 .block.block--01 {
  padding-top: 140px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 {
    padding-top: 18vw;
  }
}
#section02 .block.block--03 .box figure {
  padding: 0 56px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 .box figure {
    padding: 0;
  }
}
#section02 .block_title {
  text-align: center;
  /*color: #004368;*/
  color: white;
  font-size: 46px;
}
@media screen and (max-width:800px) {
  #section02 .block_title {
    font-size: 5vw;
  }
}
#section02 .block_title .title_en {
  display: block;
  margin: 0 auto;
  width: 72px;
  margin-bottom: 21px;
}
@media screen and (max-width:800px) {
  #section02 .block_title .title_en {
    width: 15vw;
    margin-bottom: 0;
  }
}
#section02 .block_title .title_en img {
  width: 100%;
}
#section02 .block_title .title_ja {
  letter-spacing: 0.04em;
  line-height: 1.75em;
}
#section02 .box {
  margin-top: 53px;
}
@media screen and (max-width:800px) {
  #section02 .box {
    margin-top: 9vw;
  }
}
#section02 .box .box_imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section02 .box .box_imglist figure {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section02 .box .box_imglist figure {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
#section02 .box .box_imglist figure figcaption {
  margin-top: 8px;
  text-align: right;
}
#section02 .box .box_imglist figure:nth-last-child(2), #section02 .box .box_imglist figure:last-child {
  margin-bottom: 0;
}
#section02 .box .box_text {
  margin-top: 50px;
  line-height: 2em;
}
@media screen and (max-width:800px) {
  #section02 .box .box_text {
    margin-top: 7vw;
  }
}
#section02 .box .box_text .text--blue {
  /*color: #004368;*/
  color: #b0955d
}
#section02 .box .box_text--attention {
  margin-top: 16px;
}
#section02 .box .box_graphimg {
  margin-top: 52px;
  padding: 0;
}
#section02 .box .box_graphimg .img_attention {
  text-align: right;
  margin-top: 16px;
}
#section02 .point_block {
  /*border: 2px solid #004368;*/
  border: 2px solid #b0955d;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 38px 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .point_block {
    display: block;
    padding: 8vw 6%;
    margin-top: 13vw;
    border-radius: 4vw;
  }
}
#section02 .point_block dt {
  width: 58.5%;
}
@media screen and (max-width:800px) {
  #section02 .point_block dt {
    width: 100%;
  }
}
#section02 .point_block dt h3 {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  /*background-color: #004368;*/
  background-color: #b0955d;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
#section02 .point_block dt .point_text {
  line-height: 2em;
}
#section02 .point_block dt .point_text.unders {
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section02 .point_block dt .box_text_img {
    margin-bottom: 9vw;
  }
}
#section02 .point_block dd {
  width: 37.5%;
}
@media screen and (max-width:800px) {
  #section02 .point_block dd {
    width: 100%;
  }
}
#section02 .point_block dd .box_img .img_title {
  text-align: center;
}
#section02 .point_block dd .box_img .img_attention {
  margin-top: 8px;
  text-align: right;
}
#section02 .point_block dd .box_img:last-child {
  margin-top: 26px;
}
#section02 .point_block.point_block--02 dt {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section02 .point_block.point_block--02 dt {
    width: 100%;
  }
}
#section02 .point_block.point_block--02 dd {
  width: 41.5%;
  max-width: 388px;
  padding: 24px 0 0 0;
}
@media screen and (max-width:800px) {
  #section02 .point_block.point_block--02 dd {
    width: 100%;
    max-width: 800px;
    padding: 0;
    margin-top: 7vw;
    padding: 24px 0;
  }
}
#section02 .point_block.point_block--02 dd .box_img .img_title {
  margin-bottom: 10px;
}
#section02 .point_block.point_block--02 dd .box_img .img_attention {
  margin-top: 8px;
}

.f15 {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  .f15 {
    font-size: 3.3vw;
  }
}

.sp_tops {
  pointer-events: none;
  opacity: 0;
  transition: all 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.sp_tops.active {
  opacity: 1;
}

.scrolltext2 {
  position: absolute;
  left: 50.2%;
  top: 70%;
  width: 1px;
  height: 40px;
  z-index: 30;
  font-family: "Noto Serif JP", serif;
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:800px) {
  .scrolltext2 {
    top: auto;
    display: block;
    bottom: calc(115px + 25vw);
    top: auto;
    bottom: 32.5%;
  }
}
.scrolltext2.active {
  opacity: 0;
  pointer-events: none;
}
.scrolltext2 .scrolltext__moji {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translate(-50%, 0%);
  color: #000;
}
.scrolltext2 .scrolltext__moji.active_pc {
  color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__moji.active_pc {
    color: #000;
  }
}
.scrolltext2 .scrolltext__intext {
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: scrollmoves 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
}
.scrolltext2 .scrolltext__intext.active_pc {
  background-color: #000;
}
@media screen and (max-width:800px) {
  .scrolltext2 .scrolltext__intext.active_pc {
    background-color: #000;
  }
}
@keyframes scrollmoves {
  0% {
    height: 0;
    top: 0;
    transform: translate(0%, 0%);
  }
  30% {
    height: 40px;
    top: 0%;
    transform: translate(0%, 0%);
  }
  100% {
    height: 0;
    top: 100%;
    transform: translate(0%, 0%);
  }
}

h2.top_first {
  position: absolute;
  bottom: 30px;
  transform: translate(0%, 0%);
  z-index: 40;
  left: 0%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  display: none;
}
@media screen and (max-width:800px) {
  h2.top_first {
    display: block;
    top: 75%;
    opacity: 1;
  }
}
h2.top_first.active {
  opacity: 0;
  pointer-events: none;
}
h2.top_first .textsub {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  h2.top_first .textsub {
    font-size: 2.8vw;
  }
}
h2.top_first .textmain {
  letter-spacing: -0.05em;
  color: #fff;
  text-align: center;
  font-size: 38px;
  color: #fff;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  h2.top_first .textmain {
    font-size: 5.8vw;
  }
}

ul.cvbox {
  width: 90%;
  max-width: 525px;
  margin: 120px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  ul.cvbox {
    margin: 60px auto 0px auto;
    font-size: 3.6vw;
  }
}
ul.cvbox li.long {
  width: 100%;
  margin-bottom: 12px;
}
ul.cvbox li.long a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  background-color: #9B7F3C;
}
ul.cvbox li.left {
  width: 48.5%;
}
ul.cvbox li.left a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  /*color: #fff;
  background-color: #000;*/
   color: #fff;
  background-color: #947748;
}
ul.cvbox li.right {
  width: 48.5%;
}
ul.cvbox li.right a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  /*background-color: #004098;*/
  background-color: #752c39;
}

.subtext_info {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 22px;
}
@media screen and (max-width:1200px) {
  .subtext_info {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0em;
  }
}
@media screen and (max-width:800px) {
  .subtext_info {
    font-size: 3.6vw;
    line-height: 140%;
  }
}

.close_waku {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto 80px auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  .close_waku {
    margin: 30px auto 40px auto;
  }
}
.close_waku a {
  display: inline-block;
  padding: 0.75em 4em 0.85em 4em;
  /*border: 1px solid #000;
  color: #000;*/
  border: 1px solid white;
  color: white;
  line-height: 100%;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .close_waku a {
    padding: 0.75em 4em 0.85em 4em;
    font-size: 3vw;
  }
}
.close_waku a:hover {
  /*color: #000;*/
  opacity: 0.7;
}/*# sourceMappingURL=interview.css.map */