@charset "UTF-8";
#aig .ttl{
	background-color: #0d4394;
	padding: 0.5em 0 1em;
}
#aig .ttl_wrap{
	color: #fff;
	max-width: 1350px;
	margin: 0 auto;
	padding-left: 1em
}
#aig .ttl_wrap h1{
	    font-size: clamp(16px, 9vw, 40px);
    color: #fff;
    margin-right: auto;
    letter-spacing: .3rem;
}
#aig .ttl_wrap p{
	    font-size: 13px;
}
@media (max-width:767px) {
#aig .ttl_wrap p{
	    font-size: 9px;
}
}
#aig .submain {
	 background: center/cover no-repeat url('/ts/wp-content/themes/base/img/submain/aig.webp');
  height: 600px;
	position: relative;
}
#aig .catch {
  position: absolute;
  top: 30%;
  left: 0;
  /*transform: translateY(-50%);*/
  text-align: left;
  z-index: 10;
  display: flex;
  flex-direction: column; 
  align-items: flex-start;
  gap: 20px;
}

@media (max-width:767px) {
  #aig .catch {
  gap: 10px;
}
}

#aig .catch__sub,
#aig .catch__main {
  background: #fff;
  color: #0d4394;
  padding: 5px 35px;
  letter-spacing: .3rem;
}
@media (max-width:767px) {
#aig .catch__sub,
#aig .catch__main {
  padding: 4px 3px 4px 8px;
  letter-spacing: unset;
}
}

#aig .catch__sub {
  font-size: clamp(15px, 2.5vw, 31px);
  font-weight: 600;
}

#aig .catch__main {
  font-size: clamp(20px, 4vw, 52px);
  font-weight: bold;
  line-height: 1.4;
}

#aig .contents_box{
	 max-width: 1000px;
	margin: 0 auto;
}
#aig .btn{
	display: block;
	text-align: center;
	margin: 4em 0;
}

/*スマホ-----------------------------*/
@media (max-width: 767px) {
    #aig .ttl_wrap h1 {
        font-size: clamp(16px, 7vw, 26px);
        letter-spacing: .08em;
    }
	#aig .submain {
  height: 300px;
}
}