@charset "UTF-8";

/*---------------------------
蜈ｱ騾�
---------------------------*/

.hero{text-align: center;padding: 60px 0;font-weight: 400;}
.mainContent {
  padding-top: 0;
}

.conTxt p {
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}

.conTxt .ttl {
  
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 1em;
}

.conTxt .txt {
  font-size: 14px;
  line-height: 2.4;
}


/* Tab */
@media screen and (max-width: 1140px) {
  .conTxt {
    margin: 2em 0;
  }

  .conTxt .ttl {
    font-size: 2.63vw;
  }

  .conTxt .txt {
    font-size: 1.4vw;
  }
}
.lowerpage .main {
  padding: 80px 0 120px;
}
/* sp */
@media only screen and (max-width: 768px) {
  .mainContent {
    padding-bottom: 0;
  }

  .conTxt {
    margin: 2em 0;
  }

  .conTxt .ttl {
    font-size: 4.688vw;
  }

  .conTxt .txt {
    font-size: 3.125vw;
  }
  .lowerpage .main {
  padding: 60px 0;
}
}



/*---------------------------
繝｡繧､繝ｳ繝薙ず繝･繧｢繝ｫ
---------------------------*/
#top_mainimg {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

#top_mainimg .mainimg {
  display: inline-block;
  width: 100%;
  height: 50vw;
  z-index: 10;
}

#top_mainimg .mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  opacity: 0;
  animation: main_img 1s ease-in-out 0s forwards;
}

#top_mainimg .mainTtl {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15.5vw;
  padding: 0 3vw;
  box-sizing: content-box;
  z-index: 20;
}

#top_mainimg .mainTtl>p {
  text-align: left;
  letter-spacing: 0.08em;
  color: #FFF;
  opacity: 0;
  animation: main_copy 2s ease 1s forwards;
}

#top_mainimg .mainTtl>.en {
  font-weight: 400;
  font-style: normal;
  font-size: min(3vw, 40px);
  line-height: 1.4;
  margin-bottom: 0.1em;
}

#top_mainimg .mainTtl>.jp {
  
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1em;
}

#top_mainimg .mainTtl>.en_sub {
  
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
}

@keyframes main_img {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes main_copy {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

#top_mainimg .cap {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  text-align: right;
  margin-top: 0.1em;
  z-index: 20;
}


/* Tab */
@media screen and (max-width: 1140px) {
  #top_mainimg .mainTtl {
    width: 15.5vw;
    padding: 0 3vw;
  }

  #top_mainimg .mainTtl>.en {
    font-size: min(3vw, 40px);
  }

  #top_mainimg .cap {
    font-size: 10px;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
     .wrap_content{padding-bottom: 60px;}
  #top_mainimg {
    height: 70vw;
  }

  #top_mainimg .mainimg {
    height: 70vw;
  }

  #top_mainimg .mainTtl {
    width: 30vw;
    padding: 0 4vw;
  }

  #top_mainimg .mainTtl>.en {
    font-size: 6.51vw;
    line-height: 1.4;
    margin-bottom: 0.1em;
  }

  #top_mainimg .mainTtl>.jp {
    font-size: 2.86vw;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  #top_mainimg .mainTtl>.en_sub {
    font-size: 2.34vw;
    line-height: 1.4;
  }

  #top_mainimg .cap {
    font-size: 10px;
  }
}



/*---------------------------
繝｡繧､繝ｳ繧ｳ繝斐�
---------------------------*/
#mainCopy {
  width: 100%;
  background-image: url('../../assets/img/common/mainCopy_bg.jpg');
  background-size: cover;
}

#mainCopy p {
  letter-spacing: 0.1em;
}

#mainCopy .ttl {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  color: #333;
  text-align: center;
  /* margin-bottom: 1em; */
}

#mainCopy .txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 2.4;
  color: #333;
  text-align: center;
}

/* Tab */
@media screen and (max-width: 1140px) {
  #mainCopy .ttl {
    font-size: 2.63vw;
    line-height: 1.6;
    /* margin-bottom: 1em; */
  }

  #mainCopy .txt {
    font-size: 1.4vw;
    line-height: 2.4;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #mainCopy {
    /* padding: 4em 0; */
    padding: 40px 0;
  }

  #mainCopy p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #mainCopy .ttl {
    font-size: 4.69vw;
    line-height: 1.6;
    /* margin-bottom: 1em; */
  }

  #mainCopy .txt {
    font-size: 2.865vw;
    line-height: 2.4;
  }
}



/*---------------------------
迚ｩ莉ｶ讎りｦ√さ繝ｳ繝�リ
---------------------------*/
#outlineArea {
  width: 100%;
  /* padding: 3rem 0 0; */
}


/* Tab */
@media screen and (max-width: 1140px) {}


/* sp */
@media only screen and (max-width: 768px) {
  #outlineArea {
    padding: 2rem 0 0;
  }
}



/*---------------------*/
/* 迚ｩ莉ｶ讎りｦ� */
/*---------------------*/
.table_box {
  max-width: 100%;
  margin: 0 auto;
}
.table_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  border: 1px solid #7f7f7f;
  line-height: 1.8;
}
.table_box table tr:not(:first-child) {
  border-top: 1px solid #7f7f7f;
}
.table_box table th {
  background: #f4f4f4;
  width: calc(100% / 5);
  padding: 16px;
  border-right: 1px solid #7f7f7f;
  text-align: left;
}
.table_box table td {
  width: 100%;
  padding: 16px;
  background: #fff;
}
.table_box table .xs {
  font-size: 12px;
}


/* Tab */
@media screen and (max-width: 1140px) {
}


/* sp */
@media screen and (max-width: 768px) {
  .table_box table th {
      display: block;
      padding: 1rem;
      width: auto;
      border-right: 0;
  }
  .table_box table td {
    display: block;
    padding: 1rem;
    width: auto;
  }
  .table_box table .xs {
    font-size: 10px;
  }
}




/*---------------------------
繝懊ち繝ｳ
---------------------------*/
.outline_BtnLink {
  padding: 3em 0 0;
  text-align: center;
}

.outline_BtnLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

.outline_BtnLink li {
  position: relative;
  width: 400px;
  z-index: 0;
  box-shadow: 2px 2px 0px #000;
}

.outline_BtnLink li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: all 0.5s;
}

.outline_BtnLink li::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -2;
}

.outline_BtnLink li:hover::before {
  opacity: 0;
}

.outline_BtnLink .top_reqLink::before {
  background: linear-gradient(90deg, rgba(190,198,202,1) 0%, rgba(149,163,169,1) 100%);
}

.outline_BtnLink .top_reqLink::after {
  background: linear-gradient(90deg, rgba(149,163,169,1)0%, rgba(149,163,169,1) 100%);
}

.outline_BtnLink li a {
  position: relative;
  display: inline-block;
  width: 100%;
  
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  padding: 1.3em 0;
  transition: all .3s linear;
}

.outline_BtnLink li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 25px;
  height: 1px;
  background: #FFF;
  transition: all .3s ease;
}

.outline_BtnLink li a::after {
  content: "";
  position: absolute;
  top: 41%;
  right: 16px;
  width: 1px;
  height: 7px;
  background: #FFF;
  transform: skewX(45deg);
  transition: all .3s ease;
}

.outline_BtnLink li:hover a::before {
  right: 5px;
  background: #FFF;
}

.outline_BtnLink li:hover a::after {
  right: 8px;
  background: #FFF;
}

/* Tab */
@media screen and (max-width: 1140px) {}

/* sp */
@media only screen and (max-width: 768px) {
  .outline_BtnLink {
    padding: 2em 0 0;
  }

  .outline_BtnLink li {
    width: 75%;
  }

  .outline_BtnLink li a {
    font-size: 4.167vw;
    padding: 1em 0;
  }

  .outline_BtnLink .ggr_reqLink a::after {
    top: 40%;
    right: 17px;
  }
}





/*---------------------------
迺ｰ蠅�ｧ閭ｽ陦ｨ遉ｺ
---------------------------*/
.labelArea {
  margin: 40px auto 0;
  width: 100%;
  max-width: 450px;
}

.labelArea img {
  width: 100%;
}


/* Tab */
@media screen and (max-width: 1140px) {}


/* sp */
@media only screen and (max-width: 768px) {
}
.wabitei {
	margin-top: 1%;
	font-size: 0.8em;
	line-height: 1.5em;
}


/*---------------------------
讎りｦ√ち繧､繝医Ν
---------------------------*/
h2{
margin:50px 0 20px;
font-size:20px;
font-weight: 400;
}

.table_box_end{margin-top: 4rem;}