@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

/*============
body
=============*/
body {
  font-family: 'メイリオ',meiryo,'ヒラギノ角ゴ pro w3','hiragino kaku gothic pro',sans-serif;
  color: rgb(64, 64, 64);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

/* 全画面表示CSS */
.hero {
  width: 100%; /* 全画面表示 */
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../svg/bg_photo1400.svg);
}

/* overlay */
.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */
.text-box {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  background-image: url(../svg/2021.svg);
  height: 350px;
  background-position: center center;
  background-size: 40%;
  background-repeat: no-repeat;
}
.description {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.9;
  font-family: udmincho, "ms mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

/* 表示調整用CSS */
.block1{
  background: rgb(255, 255, 255);
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.block2{
  background: rgb(255, 255, 255);
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
}
.block3{
  background: rgb(255, 255, 255);
  padding: 0 0;
  width: 100%;
  height: 20px;
  margin: 0 auto;
  text-align: center;
}
.box {
  border: 2px solid rgb(255, 255, 255);
  width: 180px;
  height: 130px;
  margin: auto;
  padding: 50px 0 0 0;
}
.content {
  padding: 1em 0em;
  border: 2px solid rgb(255, 255, 255);
  margin: 0.5em auto;
  width: 560px;
}
.content_right {
  border: 2px solid rgb(255, 255, 255);
  margin: 0.5em auto;
  width: 560px;
}
.font_center {text-align: center;}
.font_weight {font-weight: bold;}
.min {
  font-size: 2em;
  color: #555555;
  font-family: udmincho,ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
}
.right {
  margin: 0 0 0 auto;
}
.box_sain {
  font-size: 11pt;
  text-align: right;
}
.font_1 {
  font-size: 14px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_2 {             
  fill: #4060a0;
  width: 100px;
  text-align: right;
}
.font_3 {             
  font-size: 12px;
  color: rgb(64, 64, 64);
  line-height: 1.8em;
}
.font_4 {             
  font-size: 12px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_5 {             
  font-size: 17px;
  color: rgb(64, 64, 64);
  line-height: 1.5em;
}
.font_6 {             
  font-size: 12px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_7 {             
  font-size: 14px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_8 {
  font-size: 14px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_9 {
  font-size: 14px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}
.font_10 {
  font-size: 14px;
  color: rgb(64, 64, 64);
  line-height: 2em;
}

/* 画面外にいる状態 */
.fadeIn {
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  opacity: 1;
}

/* スマホ縦 */
@media screen and (max-width: 480px) {
  body {
    font-family: 'メイリオ',meiryo,'ヒラギノ角ゴ pro w3','hiragino kaku gothic pro',sans-serif;
    color: rgb(64, 64, 64);
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    margin: 0;
    padding: 0;
  }
  
  /* 全画面表示CSS */
  .hero {
    width: 100%; /* 全画面表示 */
    height: 100vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../svg/bg_photo960.svg);
  }
  
  /* overlay */
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
  
  /* text */
  .text-box {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .title {
    background-image: url(../svg/2021.svg);
    height: 100px;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .description {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 1.9;
    font-family: udmincho, "ms mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  }
  
  /* 表示調整用CSS */
  .block1{
    background: rgb(255, 255, 255);
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .block2{
    background: rgb(255, 255, 255);
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
  }
  .block3{
    background: rgb(255, 255, 255);
    padding: 0 0;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .box {
    border: 0px solid rgb(255, 255, 255);
    width: 180px;
    height: 130px;
    margin: auto;
    padding: 50px 0 0 0;
  }
  .content {
    width: 260px;
    margin: 0 auto;
  }
  .content_right {
    border: 0px solid rgb(255, 255, 255);
    margin: 0 auto;
    width: 260px;
  }
  .font_center {text-align: center;}
  .font_weight {font-weight: bold;}
  .min {
    font-size: 15px;
    color: #555555;
    font-family: udmincho,ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
  }
  .right {
    margin: 0 0 0 auto;
  }
  .box_sain {
    font-size: 0.9em;
    text-align: right;
  }
  .font_1 {
    font-size: 0.9em;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_2 {             
    fill: #4060a0;
    width: 100px;
    text-align: right;
  }
  .font_3 {             
    font-size: 0.9em;
    color: rgb(64, 64, 64);
    line-height: 1.3em;
  }
  .font_4 {             
    font-size: 10px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_5 {             
    font-size: 17px;
    color: rgb(64, 64, 64);
    line-height: 1.5em;
  }
  .font_6 {             
    font-size: 12px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_7 {             
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_8 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_9 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_10 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  
  /* 画面外にいる状態 */
  .fadeIn {
    transition: 1s;
    opacity: 0;
  }
  .fadeIn.animated {
    opacity: 1;
  }
  .main {
    margin: 0;
    padding: 0;
  }
}

.pcview {
  display: block;
}
.spview {
	display: none;
}
 
@media screen and (max-width: 480px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}

/* スマホ横のみ */
@media screen and (max-width: 896px) and (orientation: landscape) {
  body {
    font-family: 'メイリオ',meiryo,'ヒラギノ角ゴ pro w3','hiragino kaku gothic pro',sans-serif;
    color: rgb(64, 64, 64);
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  
  h1 {
    margin: 0;
    padding: 0;
  }
  
  /* 全画面表示CSS */
  .hero {
    width: 100%; /* 全画面表示 */
    height: 150vh; /* 全画面表示 */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../svg/bg_photo960.svg);
  }
  
  /* overlay */
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
  }
  
  /* text */
  .text-box {
    position: relative;
    top: 40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .title {
    background-image: url(../svg/2021.svg);
    height: 160px;
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .description {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    text-align: center;
    line-height: 1.9;
    font-family: udmincho, "ms mincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  }
  
  /* 表示調整用CSS */
  .block1{
    background: rgb(255, 255, 255);
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .block2{
    background: rgb(255, 255, 255);
    padding: 0px 0;
    width: 100%;
    margin: 0 auto;
  }
  .block3{
    background: rgb(255, 255, 255);
    padding: 0 0;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    text-align: center;
  }
  .box {
    border: 0px solid rgb(255, 255, 255);
    width: 180px;
    height: 130px;
    margin: auto;
    padding: 50px 0 0 0;
  }
  .content {
    width: 400px;
    margin: 0 auto;
  }
  .content_right {
    border: 0px solid rgb(131, 6, 6);
    margin: 0 auto;
    width: 400px;
  }
  .font_center {text-align: center;}
  .font_weight {font-weight: bold;}
  .min {
    font-size: 15px;
    color: #555555;
    font-family: udmincho,ms mincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
  }
  .right {
    margin: 0 0 0 auto;
  }
  .box_sain {
    font-size: 0.9em;
    text-align: right;
  }
  .font_1 {
    font-size: 0.9em;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_2 {             
    fill: #4060a0;
    width: 100px;
    text-align: right;
  }
  .font_3 {             
    font-size: 0.9em;
    color: rgb(64, 64, 64);
    line-height: 1.3em;
  }
  .font_4 {             
    font-size: 10px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_5 {             
    font-size: 17px;
    color: rgb(64, 64, 64);
    line-height: 1.5em;
  }
  .font_6 {             
    font-size: 12px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_7 {             
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_8 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_9 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  .font_10 {
    font-size: 14px;
    color: rgb(64, 64, 64);
    line-height: 2em;
  }
  
  /* 画面外にいる状態 */
  .fadeIn {
    transition: 1s;
    opacity: 0;
  }
  .fadeIn.animated {
    opacity: 1;
  }
  .main {
    margin: 0;
    padding: 0;
  }
}

.container { max-width: 1024px; }


