@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link, a:hover {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.spview,.sp_only{display: none;}

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

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
  background-image: url("pagebg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /* background-attachment: fixed; */
  z-index: -1;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 900px;
}
.header{
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header_inner {
  width: 980px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 60px;
}
.header_inner .toptitle {
  color: #fff;
  z-index: 1;
  font-feature-settings: "palt";
}
.header_inner .toptitle h1{
  font-size: 6.6rem;
  line-height: 1.3;
}
.serif{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.header_inner .toptitle h1 span{
  font-weight: 400;
  /* letter-spacing: 1px; */
}
.header_inner p.topsubtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: .5em;
}
.header_inner p.topsubtitle::before,
.header_inner p.topsubtitle::after {
  content: '';
  height: 1px;
  background-color: #fff;
  flex-grow: 1;
}
.header_inner p.topsubtitle::before {
  margin-right: 10px;
}
.header_inner p.topsubtitle::after {
  margin-left: 10px;
}
.header_inner .top_logo{
  text-align: center;
}
.header_inner .top_logo img{
  width: 100px;
  margin: 0 auto 30px;
}
p.note {
  text-align: right;
  font-size: 1.3rem;
  color: #333;
}
.lead{  
  margin-bottom: 60px;
  text-align: center;
}
.lead_inner{
  background-color: rgba(27, 45, 54, 1);
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 40px;
}
.lead p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: left;
}
.lead p.notes{
  text-align: right;
  margin-top: .5em;
  margin-bottom: 0!important;
}
.main-contents{
  width: 980px;
  max-width: 95%;
  margin: 0 auto 90px;
}
.wrapper .sec_index{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .sec_index-item{
  background: #e9f0ed;
  display:flex;
  flex-direction:column;
  width: 31%;
  padding: 5px 15px;
  position: relative;
  margin-bottom: 4%;
  min-height: 250px;
}
p.sec_index-catch{
  background-color: rgba(27, 45, 54, 1);
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.2;
  padding: 10px;
  font-size: 1.7rem;
}
p.sec_index-catch span{
  color: rgba(255, 255, 255, .6);
  font-weight: bold;
  padding-right: 10px;
}
p.sec_index-no{
  color: #bc2228;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec_index-thumb{
  object-fit: cover;
  overflow: hidden;
}
.sec_index-item a:hover{
  opacity: .95;
}
.sec_index-thumb img{
  transform: scale(1);
  /* -webkit-transition: .3s ease-in-out; */
  transition: .3s ease-in-out;
}
.sec_index-item a:hover img{
  transform: scale(1.05);
}
.sec_index-item p.sec_index-ttl{
  flex-grow:1;
  color: #1B2D36;
  font-feature-settings: "palt";
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 1em 0 2em;
}
.readmore-box {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background-color: #bc2228;
  padding: 0.25em 2em 0.3em 1em;
  line-height: 1;
}
.readmore-box p{
  position: relative;
  top: 2px;
  color: #fff;
  font-weight: bold;
}
.readmore-box::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px calc((1em) + 0.5em) 1.35em;
  border-color: transparent transparent #bc2228 transparent;
  position: absolute;
  z-index: 1;
  right: 100%;
  bottom: 0px;
}
.readmore-box::after {
  content: " ";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  z-index: 1;
  right: 1em;
  top: 52.5%;
  transform: translateY(-50%) rotate(45deg);
  transition: .3s ease-in-out;
}
.sec_index-item a:hover .readmore-box::after{
  position: absolute;
  z-index: 1;
  right: .8em;
}
.sec_index-item p.comingsoon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  color: #919191;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.text_bottom{
  font-weight: 600;
  color: #666;
}
.center{
  text-align: center;
  margin: 30px auto;
}
.img-center{
  display: flex;
  margin: 30px auto 60px;
  padding: 0 0;
  position: relative;
  justify-content: space-between;
}

.i-block{
  display: inline-block;
}
.img-bottom{
  margin: 30px auto;
}
sup{
  padding-right: 5px;
}
p.notes{
  color: #666;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5em;
}

.infotop{
  background-color: #fff;
  text-align: center;
  padding: 45px 5% 60px;
}
.info-inner {
  display: inline-block;
  max-width: 90%;
}
.info a:hover{
  opacity: .7;
}
.infotop .info_logo{
  position: relative;
  top: 15px;
}
.infotop .info_logo img{
  width: 120px;
}
.iblock{
  display: inline-block;
}

@media screen and (max-width: 1000px){
  img{
    max-width: 100%;
    height: auto;
  }
  .header_inner{
    padding: 7.5% 0 5%;
  }
  .header_inner .toptitle h1{
    font-size: 6.6vw;
  }
  .header_inner p.topsubtitle{
    font-size: 3.65vw;
  }
  .lead{
    max-width: 95%;
    margin: 0 auto 5%;
  }
  .lead_inner{
    padding: 2.5% 5%;
  }
  .main-contents{
    max-width: 95%;
    margin: 0 auto 10%;
  }
  .wrapper .section1{
    padding: 0 5% 30px;
  }
  .sec_index-item p.comingsoon{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px){
  .wrapper .sec_index-item{
    width: 48%;
    min-height: 45vw;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px){
  .header_inner p.topsubtitle::before {
    margin-right: 5px;
  }
  .header_inner p.topsubtitle::after{
    margin-left: 5px;
  }
  .header_inner p.topsubtitle::before,
  .header_inner p.topsubtitle::after{
    width: 30px;
    min-width: 15px;
  }
  .lead p{
    line-height: 1.6;
  }
  p.sec_index-catch{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px){
  .header_inner .toptitle h1{
    font-size: 3rem;
  }
  .header_inner p.topsubtitle{
    font-size: 1.7rem;
  }
  .lead_inner{
    padding: 5%;
  }
  .wrapper .sec_index-item{
    width: 100%;
    min-height: 45vw;
    height: auto;
    margin-bottom: 20px;
  }
  p.sec_index-catch{
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 340px){
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}