@charset "UTF-8";
/*===============================================================
	section_ourhead
===============================================================*/
.section_section_mv {

}
@media screen and (max-width: 1220px) {
  .section_ourhead {
    margin-bottom: 0;
  }
}
.section_ourhead .section_inner {
  position: relative;
  color: #fff;
  background: #FF981D;
  padding-bottom: 0;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourhead .section_inner .content_width {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1220px) {
  .section_ourhead .section_inner {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .section_ourhead .section_inner {
    padding: 8vw 3vw 0;
  }
}
@keyframes triangleAnime {
  0% {
    opacity: 0;
    transform: scale(1.25) rotate(30deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes triangleAnime2 {
  0% {
    opacity: 0;
    transform: scale(1.25) rotate(-30deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes head_logo_animation {
  0% {
    transform: scale(1) translateY(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    transform: scale(1.015, 0.985) translateY(0);
  } /* 横の動きを小さく */
  40% {
    transform: scale(1.01, 1.02) translateY(-6px);
  }
  60% {
    transform: scale(1.015, 1) translateY(0);
  }
  80% {
    transform: scale(0.99, 1) translateY(-3px);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section_ourhead .mv_head_logo {
  position: relative;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourhead .mv_head_logo .mv_triangle_01, .section_ourhead .mv_head_logo .mv_triangle_02, .section_ourhead .mv_head_logo .mv_triangle_03 {
  position: absolute;
  display: block;
  width: 100%;
}
.section_ourhead .mv_head_logo .mv_triangle_01 {
  max-width: min(260px, 16vw);
  top: 10%;
  left: 1%;
  animation: triangleAnime 0.5s ease-in-out 0.1s forwards;
  animation-delay: 0.1s;
}
.section_ourhead .mv_head_logo .mv_triangle_02 {
  max-width: min(200px, 14vw);
  right: 6%;
  bottom: -25%;
  animation: triangleAnime2 0.5s ease-in-out 0.1s forwards;
  animation-delay: 0.2s;
}
.section_ourhead .mv_head_logo .mv_triangle_03 {
  max-width: min(80px, 6vw);
  right: 9%;
  bottom: -32%;
  animation: triangleAnime2 0.5s ease-in-out 0.1s forwards;
  animation-delay: 0.3s;
}
.section_ourhead .mv_head_logo .mv_title {
  position: relative;
  max-width: 860px;
  width: 100%;
  display: block;
  margin: auto;
  z-index: 1;
  animation: head_logo_animation 0.6s ease-in-out 1 both;
  animation-delay: 0.7s;
}
@media screen and (max-width: 1220px) {
  .section_ourhead .mv_head_logo .mv_triangle_01 {
    top: 10%;
    left: 0%;
  }
  .section_ourhead .mv_head_logo .mv_triangle_02 {
    right: 0%;
    bottom: -20%;
  }
  .section_ourhead .mv_head_logo .mv_triangle_03 {
    right: 3%;
    bottom: -25%;
  }
  .section_ourhead .mv_head_logo .mv_title {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .section_ourhead .mv_head_logo .mv_triangle_01 {
    max-width: 18%;
  }
  .section_ourhead .mv_head_logo .mv_triangle_02 {
    right: -1%;
    bottom: -18%;
    max-width: 15%;
  }
  .section_ourhead .mv_head_logo .mv_triangle_03 {
    right: 2%;
    max-width: 6%;
    bottom: -22%;
  }
  .section_ourhead .mv_head_logo .mv_title {
    width: 84%;
  }
}
.section_ourhead .content_ourlead {
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: auto;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourhead .content_ourlead .lead {
  text-align: center;
  font-size: min(18px, 1.8vw);
  font-weight: bold;
  transform: translateY(20px);
  animation: fadeUp 0.3s ease-out forwards;
}
@media screen and (max-width: 1220px) {
  .section_ourhead .content_ourlead {
    transform: inherit;
    left: auto;
    position: inherit;
  }
}
@media screen and (max-width: 800px) {
  .section_ourhead .content_ourlead {
    margin-top: 2vw;
    padding: 0 5vw;
  }
  .section_ourhead .content_ourlead .lead {
    text-align: left;
    font-size: 3.8vw;
  }
}
.section_ourhead .bg_triangle {
  position: absolute;
  width: 110%;
  left: 50%;
  transform: translate(-50%, -40%);
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
@media screen and (max-width: 800px) {
  .section_ourhead .bg_triangle {
    transform: inherit;
    position: inherit;
    margin-left: -1%;
  }
}

/*===============================================================
	section_ourprof
===============================================================*/
.section_ourprof {
  position: relative;
  
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
  /*===============================================================
      content_profile
  ===============================================================*/
}
.section_ourprof .section_inner {
  padding:180px 50px 50px;
}
@media screen and (max-width: 800px) {
  .section_ourprof .section_inner {
    padding: 2vw 5vw 10vw;
  }
}
.section_ourprof .content_profile {
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
  /*===============================================================
      item
  ===============================================================*/
}
.section_ourprof .content_profile .item {
  margin-top: 100px;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
  /*===============================================================
      photo_block
  ===============================================================*/
  /*===============================================================
      txt_block
  ===============================================================*/
}
.section_ourprof .content_profile .item{
  margin-top:0;
}
.section_ourprof .content_profile .item:nth-child(n+3) {
  margin-top:60px;
}
@media screen and (max-width: 800px) {
  .section_ourprof .content_profile .item:nth-child(n+3) {
    margin-top:5vw;
  }
  .section_ourprof .content_profile .item:nth-child(n+3) {
    margin-top:5vw;
  }
}
.section_ourprof .content_profile .item .photo_block {
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourprof .content_profile .item .photo_block .photo {
  box-shadow: 0px 10px 10px -13px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .section_ourprof .content_profile .item .photo_block .photo {
    box-shadow: 0px 2.22vw 2.22vw -2.89vw rgba(0, 0, 0, 0.3);
  }
}
.section_ourprof .content_profile .item .txt_block {
  padding: 30px;
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
  /*===============================================================
      title_box
  ===============================================================*/
  /*===============================================================
      comment
  ===============================================================*/
}
@media screen and (max-width: 800px) {
  .section_ourprof .content_profile .item .txt_block {
    padding: 5vw 3vw;
  }
}
.section_ourprof .content_profile .item .txt_block .title_box {
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourprof .content_profile .item .txt_block .title_box .major {
  font-weight: normal;
}
.section_ourprof .content_profile .item .txt_block .title_box .name {
  margin: 5px 0 15px;
  padding-bottom: 10px;
  border-bottom: solid 3px #FFF36C;
}
.section_ourprof .content_profile .item .txt_block .title_box .name .big {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .section_ourprof .content_profile .item .txt_block .title_box .major {
    font-size: 3.5vw;
  }
  .section_ourprof .content_profile .item .txt_block .title_box .name {
    margin: 1vw 0 3vw;
    padding-bottom: 3vw;
    border-bottom: solid 0.7vw #FFF36C;
  }
  .section_ourprof .content_profile .item .txt_block .title_box .name .big {
    font-size: 4vw;
  }
}
.section_ourprof .content_profile .item .txt_block .comment {
  /* タブレット以下 */
  /* for tablet max-width: 1030px */
  /* SP向けレイアウト */
  /* for SP max-width: 736px */
}
.section_ourprof .content_profile .item .txt_block .comment .title {
  font-size: 20px;
  color: #0092E6;
}
@media screen and (max-width: 800px) {
  .section_ourprof .content_profile .item .txt_block .comment .title {
    font-size: 4.5vw;
  }
  .section_ourprof .content_profile .item .txt_block .comment .txt {
    margin-top: 3vw;
  }
}/*# sourceMappingURL=thiscontents.css.map */