@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
　pagename* → 各ページ
　2021.01.12........... ver0.1
=============================*/

.h-100vh {
  padding-bottom: 5vh;}
h1,.h1 {
  margin-bottom: 1rem;}

.video-content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;}
.video-content::before {
  content: '';
  background-color: linear-gradient(rgba(11, 0, 0, 0.50), rgba(8, 0, 0, 0.20));
  background-image: radial-gradient(#000 20%, transparent 0), radial-gradient(#000 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 5px 5px;
  background:url(
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAHklEQVQYV2NkYGAwZkCAszAmI1kSSCYhjAUZRZoEAGUwA6AmMHM4AAAAAElFTkSuQmCC) repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;}
.video-content video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  z-index: -100;
  overflow: hidden;}

.hero-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;}


@media (min-width: 1200px) {
}

.main_copy {
  opacity: .8;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 20%;
  text-align: center;}
.main_copy .txt_s {
  display: block;
  letter-spacing: 0.2em;}

@media (min-width: 1200px){

}

@media (max-width: 767px) {
  .video-content video {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }
}

/*=== topお知らせ ===========*/
#info-news {
  color: #fff;
  border: solid 1px #B4B4B4;
  padding: 15px;
  margin: 0 auto 50px;
}
.txt_info01,
.txt_info03,
.txt_info04 {
  text-align: center;
}
.txt_info04 {
  font-size: 11px;
  color: #fff;
  padding-top: 10px;
}
.txt_info02 {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.link_info {
  text-align: center;
  margin: 15px auto;
  display: block;
}


/*=== メイン =================*/

.txt_main {
  display: flex;
  justify-content: center;
}
.txt_main_img {
  width: 30px;
  position: relative;
  z-index: 99;}
@media (min-width: 768px) {
  .txt_main_img {
    width: 44px;}
}

.main_bg_right {
  opacity: .3;
  width: 40%;
  height: auto;
  position: absolute;
  top: -40%;
  right: 0;
  z-index: 3;}
@media (min-width: 992px) { 
  .main_bg_right {
    width: 400px;}
}

.pic_box {
    margin-top: -80px;}
@media (min-width: 768px) {
  .pic_box {
    margin-top: -300px;}
}

.pic_box li {  position: relative;}
[class^="txt_pic_"] {
  margin: -20px 20px 30px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 21px;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  position: relative;
  z-index: 1;}
[class^="txt_pic_"]::before {
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  position: absolute;
  top: -5px;
  left: -5px;}

li .ico-accent-mark {
  font-size: 2.2rem;
  color: #fff;
  position: absolute;
  right: 16px;
  bottom: -14px;}
#main {
  padding-bottom: 80px;
  position: relative;}
#main::after {
  content: '';
  background: url("../images/bg_mon20.svg");
  width: 40vw;
  height: 40vw;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: -1;}
@media (min-width: 992px) { 
  #main::after {
    width: 400px;
    height: 400px; }
}

@media (min-width: 768px) {
  .pic_box_01,
  .pic_box_03 {
    width: 36%;
    margin-right: 30px;
    margin-left: auto;}
  .txt_pic_01,
  .txt_pic_03 { margin: -30px -20px 30px 20px; }
  .pic_box_03 .ico-accent-mark,
  .pic_box_01 .ico-accent-mark {
    right: -22px;
    bottom: -17px;}
  .pic_box_02 {
    width: 36%;
    margin-left: 30px;
    margin-top: -190px;}
  .pic_box_03 {
    margin-top: -166px;
    width: 42%;}
  .txt_pic_02 {margin: -20px -30px 30px 20px;}
  .pic_box_02 .ico-accent-mark {
    right: -34px;
    bottom: -15px;} 
}


/* ===　各ページ案内　============== */

#page-info {}

[class^="box_img_0"] {
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
  position: relative;}
.box_img_01 { background: url("../images/pic_04.jpg") no-repeat center center; background-size: cover;}
.box_img_02 { background: url("../images/pic_06.jpg") no-repeat center center; background-size: cover;}
.box_img_03 { background: url("../images/pic_08.jpg") no-repeat center center; background-size: cover;}
@media (min-width: 576px) {
  [class^="box_img_0"] {
    height: 400px;
    margin-bottom: 0;
    flex: 0 1 50%;} 
}
@media (min-width: 768px) {
  .box_img_right { order: 2;}
}


@media (min-width: 992px) {
  [class^="box_img_0"] {
    max-width: 600px;
    margin-left: auto;}
  .box_img_02 {
    margin-left: 0;
    margin-right: auto;}
}


.box_img_left::before {
  left: -15px;
  background: url("../images/img_kumo-left.svg");}
.box_img_right::before {
  right: -15px;
  background: url("../images/img_kumo-right.svg");}
.box_img_left::before,
.box_img_right::before {
  content: '';
  opacity: .3;
  position: absolute;
  top: -38%;
  background-size: contain;
  width: 200px;
  height: 100px;}

.txt_box_01 { 
  margin-bottom: 100px;
  padding: 40px 20px 20px;}
.box_01-txt {
  position: relative;
  z-index: 99;}
.bg_pattern_01 .box_01-txt,
.bg_pattern_02 .box_01-txt,
.bg_pattern_03 .box_01-txt{
  text-shadow: 5px 4px 3px #400000;}

@media (min-width: 576px) {
  .txt_box_01 { 
    display: flex;
    padding: 40px 0 20px;}
  .box_01-txt {
    width: 77%;
    margin: 0 auto 30px;} 
}
@media (min-width: 768px) {
  .txt_box_01 {
    margin-bottom: 160px;}
  .box_txt_right .box_01-txt {
    width: 88%;
    margin: 0 auto 30px 20px;}
  .box_txt_left .box_01-txt {
    width: 88%;
    margin: 0 20px 10px auto;}
}
@media (min-width: 992px) { 
    .box_01-txt {
      width: 90%;}
}

.box_txt_01 {position: relative;}

.pic_box_left,
.pic_box_right {
  width: 40%;
  position: absolute;
  top: -25%;}
.pic_box_right { right: -8%;}
.pic_box_left { left: -8%;}

@media (min-width: 768px) {
  .box_txt_01 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 1 50%;}
  .bg_pattern_04 .box_txt_01 {
    margin: auto;
    flex: 0 1 100%;}
  .pic_box_right {
    top: -42%;}
  .pic_box_left {
    top: -56%;}
  .box_txt_right .ico-accent-mark,
  .box_txt_right .title_box01 {
    padding-left: 30px;
    margin: 0;
    text-align: left;}
  .box_txt_left .ico-accent-mark,
  .box_txt_left .title_box01 {
    padding-left: 20px;
    margin: 0 20px 0 auto;
    width: 88%;
    text-align: left;}
  .box_txt_left .title_box01::after {
    left: -20%; }
}
.flex_box_01 {padding-right: 10px; padding-left: 10px;}
@media (min-width: 992px) { 
  .flex_box_01 { max-width: 520px;}
  .ie .flex_box_01 { width: 520px;}
  .bg_pattern_02 .flex_box_01 { margin: 0 0 0 auto;}
  .box_txt_left .title_box01::after { left: -25%;}
}



[class^="pic_box_"] img {
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
}

.ico-accent-mark {
  margin: 0 auto;
  text-align: center;
  display: block;
  font-size: 2.2rem;
  margin-bottom: 10px;}

.title_box01 span {
  display: block;
  font-size: 1.2rem;}
.title_box01 {
  height: 80px;
  line-height: 2;
  margin-bottom: 0;
  position: relative;}
.title_box01::after {
  content: '';
  background: url("../images/bg_titlebuck.svg") no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -50%;
  left: 12%;}
@media (min-width: 768px) {
  .box_txt_right .title_box01::after {
    background-position: top left;
    left: 2%;}
  .box_txt_right .btn {
    margin: 15px auto 0px 20px; }
  .box_txt_left .btn {
    margin: 15px auto 0px 30px; }
}
@media (min-width: 992px) { 
  .title_box01::after {
    left: 5%;}
}











