@charset "UTF-8";
/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/

/*--page name--*/

#mv {
  position: relative;
}

#mv .sliderwidth {}

#mv .sliderwidth ul li {
  opacity: 0;
}

#mv .sliderwidth ul li figure {
  position: relative;

}

#mv .sliderwidth ul li figure figcaption {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*transition:opacity 1s;*/
}

#mv .sliderwidth ul li.slick-current figure figcaption {
  /*animation-delay: 2s;*/
}

/*
#mv .sliderwidth ul li.slick-current figure .txt{
  transition-delay: 1s;
}
#mv .sliderwidth ul li.slick-current figure .name{
  transition-delay: 2s;
}
*/
#mvBox {
  overflow: hidden;
  position: relative;
}

#mvBox figure {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#mvBox figure img,
#mvBox figure picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

#mvBox .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 15;
  width: 100%;
  height: 100vh;
}

#mvBox .catch .txt1,
#mvBox .catch .txt2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 100%;
  opacity: 0;
  margin-top: 20px;
  transition: opacity 2s, margin-top 1s;
}

#mvBox .catch .txt1 img,
#mvBox .catch .txt2 img {
  width: 100%;
  height: auto;
}

#mvBox .catch .is_view {
  opacity: 1;
  margin-top: 0;
}

#mvBox .catch picture {
  width: 100%;
  height: auto;
}

#mvBox .opening {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  transition: opacity 1s;
}

#mvBox .opening.start img {
  animation: zoomout0 3s cubic-bezier(0.23, 1, 0.32, 1);
}

#mvBox .opening.out_view {
  opacity: 0;

}

#mvBox .box {
  display: flex;
  height: 100vh;
  width: 100%;
}

#mvBox .box .slides {
  height: 100vh;
  position: relative;
  width: 50vw;
}

#mvBox .box .slides .slide {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: 0;
}

#mvBox .box .slides .slide.past {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 1;
}

#mvBox .box .slides .slide.past figure {
  animation: zoomout2 2s linear;
  transform: scale(1.0);
}

#mvBox .box .slides .slide.current {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  z-index: 2;
}

#mvBox .box .slides .slide.opening {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);


}

#mvBox .box .slides .slide.current figure,
#mvBox .box .slides .slide.opening figure {
  animation: zoomout1 4s linear;
  transform: scale(1.04);
}

#mvBox .box .slides .slide figure {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

#mvBox .box .slides .slide figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

#mvBox .box .slides .slide figure picture {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

#mvBox .box .slides .slide figure video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
}

#mvBox .box .slides__r .slide {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}

@keyframes zoomout0 {
  0% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.0);
  }
}

@keyframes zoomout1 {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1.08);
  }
}

@keyframes zoomout2 {
  0% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1.0);
  }
}



#sixbox {
  /*background: #bddff9;*/
  background: #fff;
  padding: 75px 0;
}

/*
#sixbox h2.midashi {
  font-size: 22px;
  text-align: center;
  letter-spacing: 3px;
  padding: 25px 0 10px;
}
*/

#sixbox h2.midashi {

  text-align: center;
  /*color: #fff;*/
  /*font-family: "Josefin Sans", sans-serif;*/
  font-size: 38px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  width: 850px;
  margin: 0 auto 30px;
}

#sixbox h2.midashi span {
  color: #00BFFF;
}

#sixbox p.tx {
  text-align: center;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
}

#sixbox ul {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

#sixbox ul li {
  width: 31%;
  display: inline-block;
  margin: 0 5px 8px;
  border: 10px solid #ffffff;
  box-sizing: border-box;
  background: #ffffff;
}

#sixbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#sixbox ul li a img {
  transition: opacity 0.3s;
  border-radius: 50%;
}

#sixbox ul li a span {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #00317b;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

#sixbox ul li a span i {
  font-size: 18px;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: normal;
}

#sixbox ul li a.hover span {
  visibility: visible;
  opacity: 1;
}

#sixbox ul li a.hover img {
  opacity: 0.3;
}

#twobox1 {
  background: #f6f6f6;
}

#twobox1 .box1 {
  width: 50%;
  background: url(../images/aboutimg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  float: left;
}

#twobox1 .box2 {
  width: 50%;
  min-height: 400px;
  float: right;
  text-align: center;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#twobox1 .box2 h3 {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.2;
}

#twobox1 .box2 h3 .small {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: normal;
}

#twobox1 .box2 p.tx {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 25px 0;
}

#twobox2 {
  background: #f6f6f6;
}

#twobox2 .box1 {
  width: 50%;
  background: url(../images/staffiimg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  float: right;
}

#twobox2 .box2 {
  width: 50%;
  min-height: 400px;
  float: left;
  text-align: center;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#twobox2 .box2 h3 {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.2;
}

#twobox2 .box2 h3 .small {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: normal;
}

#twobox2 .box2 p.tx {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 25px 0;
}

#twobox3 {
  background: #f6f6f6;
}

#twobox3 .box1 {
  width: 50%;
  background: url(../images/infoimg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  float: left;
}

#twobox3 .box2 {
  width: 50%;
  min-height: 400px;
  float: right;
  text-align: center;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#twobox3 .box2 h3 {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.2;
}

#twobox3 .box2 h3 .small {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: normal;
}

#twobox3 .box2 p.tx {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 25px 0;
}

#twobox4 {
  background: #f6f6f6;
}

#twobox4 .box1 {
  width: 50%;
  background: url(../images/crosstalk.jpg) no-repeat center top;
  background-size: cover;
  min-height: 400px;
  float: right;
}

#twobox4 .box2 {
  width: 50%;
  min-height: 400px;
  float: left;
  text-align: center;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#twobox4 .box2 h3 {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.2;
}

#twobox4 .box2 h3 .small {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
  font-weight: normal;
}

#twobox4 .box2 p.tx {
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 25px 0;
}

#crosstalk {
  background: #00317b;
  padding: 75px 0;
}

#crosstalk h3 {
  font-size: 28px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

#crosstalk h3 .small {
  font-size: 15px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
  color: #fff;
  font-weight: normal;
}

#crosstalk ul {
  width: 95%;
  max-width: 1680px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

#crosstalk ul li {
  width: 50%;
  display: inline-block;
}

#crosstalk ul li h3 {
  font-size: 18px;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
    sans-serif;
}

#crosstalk ul li h3 span.small {
  font-size: 13px;
  font-family: "Josefin Sans", sans-serif;
}




@media only screen and (max-width: 1250px) {
  #sixbox ul li a span {
    font-size: 1.9vw;
  }

  #sixbox ul li a span i {
    font-size: 1.4vw;
  }
}

@media only screen and (max-width: 1079px) {}

/*デバイスの横幅が960px以下の場合*/
@media only screen and (max-width: 959px) {
  #mv {
    position: relative;
  }


  #sixbox {
    /*background: #bddff9;*/
    background: #fff;
    padding: 25px 0;
  }

  /*
  #sixbox h2.midashi {
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0;
  }
*/
  #sixbox h2.midashi {
    width: 90%;
    max-width: 430px;
    margin-bottom: 10px;
  }

  #sixbox h2.midashi {
    text-align: center;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 600;
    line-height: 1.5;
    padding: 10px 0;
  }

  #sixbox p.tx {
    text-align: center;
    line-height: 1.8;
    font-size: 13px;
    width: 95%;
    margin: 0 auto;
    letter-spacing: 0;
  }

  #sixbox ul {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
  }

  #sixbox ul li {
    width: calc(48% - 6px);
    display: inline-block;
    margin: 0 3px 6px;
    border: 5px solid #ffffff;
  }

  #sixbox ul li a img {
    /*opacity: 0.3;*/
  }

  #sixbox ul li a span {
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 4vw;
  }

  #sixbox ul li a span i {
    font-size: 3vw;
  }

  #twobox1 .box1 {
    width: 100%;
    background: none;
    min-height: inherit;
    float: none;
  }

  #twobox1 .box2 {
    width: 100%;
    min-height: inherit;
    float: none;
    text-align: center;
    padding: 25px 0;
  }

  #twobox1 .box2 h3 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
  }

  #twobox1 .box2 h3 .small {
    font-size: 13px;
  }

  #twobox1 .box2 p.tx {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 15px 0;
  }

  #twobox2 .box1 {
    width: 100%;
    background: none;
    min-height: inherit;
    float: none;
  }

  #twobox2 .box2 {
    width: 100%;
    min-height: inherit;
    float: none;
    text-align: center;
    padding: 25px 0;
  }

  #twobox2 .box2 h3 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
  }

  #twobox2 .box2 h3 .small {
    font-size: 13px;
  }

  #twobox2 .box2 p.tx {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 15px 0;
  }

  #twobox3 .box1 {
    width: 100%;
    background: none;
    min-height: inherit;
    float: none;
  }

  #twobox3 .box2 {
    width: 100%;
    min-height: inherit;
    float: none;
    text-align: center;
    padding: 25px 0;
  }

  #twobox3 .box2 h3 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
  }

  #twobox3 .box2 h3 .small {
    font-size: 13px;
  }

  #twobox3 .box2 p.tx {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 15px 0;
  }

  #twobox4 .box1 {
    width: 100%;
    background: none;
    min-height: inherit;
    float: none;
  }

  #twobox4 .box2 {
    width: 100%;
    min-height: inherit;
    float: none;
    text-align: center;
    padding: 25px 0;
  }

  #twobox4 .box2 h3 {
    font-size: 18px;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
  }

  #twobox4 .box2 h3 .small {
    font-size: 13px;
  }

  #twobox4 .box2 p.tx {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 15px 0;
  }

  #crosstalk {
    background: #00317b;
    padding: 25px 0;
  }

  #crosstalk h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  #crosstalk h3 .small {
    font-size: 13px;
  }

  #crosstalk ul {
    width: 100%;
    max-width: inherit;
    text-align: center;
    padding-top: 25px;
  }

  #crosstalk ul li {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  #crosstalk ul li h3 {
    font-size: 15px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo",
      sans-serif;
  }

  #crosstalk ul li h3 span.small {
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
  }
}

/****************
	追記
*****************/

#blogBox .blogBoxList li ul.post-categories li {
  width: auto;
  padding: 0;
}

#blogBox .blogBoxList li .blogBoxList__tag {
  font-size: 14px;
  /*padding: 6px 20px 6px 26px;*/
  /*margin-top: 20px;*/
  display: inline-block;
}

#blogBox .blogBoxList li .blogBoxList__tag:hover {
  opacity: 0.4;
  text-decoration: none;
}

#blogBox .box a {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#blogBox .box a:hover {
  text-decoration: none;
}

#blogBox .box a:hover .text .title {
  text-decoration: underline;
}

#blogBox .box a .photo {
  width: 40%;
  max-width: 500px;
}

#blogBox .box a .photo img {
  width: 100%;
  height: auto;
}

#blogBox .box a .text {
  width: 60%;
  max-width: calc(100% - 500px);
  padding-left: 50px;
}

#blogBox .box a .text .pub-date {
  font-size: 20px;
  color: #9D9D9D;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 3px;
  font-weight: 600;
}

#blogBox .box a .text .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

#blogBox .box a .text .excerpt {
  line-height: 1.8;
  font-size: 16px;
}



.tagorange {
  color: #FFA767;
  position: relative;
  border: 1px solid #FFA767;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.tagorange::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_tagorange.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tagblue {
  color: #009FE8;
  position: relative;
  border: 1px solid #009FE8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.tagblue::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_tagblue.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.taggreen {
  color: #6ADBE0;
  position: relative;
  border: 1px solid #6ADBE0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}


.taggreen::before {
  content: '';
  background: url(/cmn/cmn_img/img_blog_taggreen.svg)no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#movieBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  #movieBox ul {
    display: block;
  }
}

#movieBox ul li {
  width: 48%;
}

@media only screen and (max-width: 960px) {

  #mvBox .box {
    display: block;
    /*height: calc(100vh - 60px);*/
    height: 100vh;
    width: 100%;
  }

  #mvBox .box .slides {
    height: 50%;
    position: relative;
    width: 100%;
  }

  #mvBox .box .slides .slide {
    width: 100%;
  }

  #mvBox .box .slides .slide figure {
    height: 50vh;
  }

  #movieBox ul li {
    width: 100%;

  }

  #movieBox ul li {
    margin-bottom: 10px;

  }

  #movieBox ul li:last-child {
    margin-bottom: 0px;

  }


  #movieBox ul li .movieWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  #movieBox ul li .movieWrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #blogBox .box a {
    display: block;
    margin-top: 20px;
  }

  #blogBox .box a .photo {
    width: 100%;
    margin-bottom: 20px;
  }

  #blogBox .box a .photo img {
    width: 100%;
    height: auto;
  }

  #blogBox .box a .text {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  #blogBox .box a .text {
    display: block;
  }

  #blogBox .box a:hover {
    text-decoration: none;
  }


  #blogBox .box a .text .pub-date {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    line-height: 1;
  }

  #blogBox .box a .text .title {
    font-size: 18px;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #blogBox .box a .text .excerpt {
    line-height: 1.8;
    font-size: 14px;
  }
}
