:root {
  --blue2: #f2f5f8;
  --blue3: #9ab8d4;
}
#main{
  position: relative;
  z-index: 3;
}
#main .btn {
  display: block;
  border-radius: 50px;
  color: #fff;
  background: var(--blue);
  margin: 24px auto 0;
  padding: 15px 17px;
  width: 322px;
  text-align: center;
  line-height: 1;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
}
#main .btn.lh1_2em{
  line-height: 1.2;
  padding: 14px 17px;
}
#main .btn .icon {
  position: absolute;
  width: 20px;
  height: auto;
  fill: #fff;
  right: 15px;
  top: calc(50% - 10px);
}
#main .btn:hover {
  opacity: 0.7;
}
#sec1{
  background: linear-gradient(180deg,	transparent 0%,	transparent 50%,var(--blue2) 50%);
  padding-top: 100px;
  padding-bottom: 80px;
}
#sec1 .inner{
  background: #fff;
  border-radius: 30px;
  padding: 60px 60px 52px;
}
#sec1 h2{
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1em;
  padding-bottom: 24px;
}
#sec1 h2::before{
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url(../img/dot2.png) repeat-x center center;
}
#sec1 .textBox{
  display: flex;
  justify-content: space-between;
}
#sec1 .text{
  width: 65%;
}
#sec1 .img{
  width: 30%;
  margin-top: 50px;
}
#sec1 .img p{
  margin-top: 30px;
}
.history li{
  position: relative;
  padding-left: 1em;
}
.history li::before{
  position: absolute;
  display: block;
  content: "・";
  top: 0;
  left: 0;
  font-size: 100%;
}
#sec2{
  margin-top: -100px;
  padding-top: 100px;
}
#sec2 h2{
  display: block;
  background: linear-gradient(to right, #004e98, #1580c2);
  line-height: 1em;
  text-align: center;
  padding: 20px;
}
#sec2 .box{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#sec2 .box .text{
  width: min(55.8%, 670px);
}
#sec2 .box .map{
  width: min(40%, 480px) ;
}
#sec2 .box .map iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.borderList li{
  display: flex;
  border-bottom: solid 1px var(--blue3);
  padding: 16px 0;
}
#sec2 .borderList li .boxTtl{
  font-size: 1rem;
  font-weight: 400;
}
#sec2 .box .borderList li .btn{
  width: 210px;
  margin: 10px auto 12px 0;
}
#sec2 .box2{
  display: flex;
  justify-content: space-between;
  gap: 60px 50px;
  flex-wrap: wrap;
  margin-top: 60px;
}
#sec2 .boxs{
  width: calc(50% - 25px);
}
#sec2 .boxsTtl{
  display: block;
  background: linear-gradient(to right, #004e98, #1580c2);
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1em;
  padding: 16px;
}
#sec2 .dotList li{
  position: relative;
  padding-left: 1em;
}
#sec2 .dotList li::before{
  position: absolute;
  display: block;
  content: "";
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--blue);
}
#sec2 .borderList2 li + li{
  margin-top: 28px;
}
#sec2 .borderList2 h4{
  display: block;
  font-weight: 400;
  border-bottom: solid 1px var(--blue3);
  padding-bottom: 4px;
}
#sec2 .borderList2 p{
  padding-top: 4px;
}
#sec2 .boxs.bgLightblue{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 105px);
  padding: 36px 40px 40px;
}
a.telBorder{
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #333;
}
a.telBorder:visited{
  color: inherit;
}

/*
===================================================
	pc
===================================================
*/
@media screen and (min-width: 1101px) {
  #main .btn.pc-w380{
    width: 380px;
  }
  #sec2 .box .borderList li .boxTtl{
    width: calc(7em + 33px);
  }
  #sec2 .box .borderList li .boxTtl + p{
    width: calc(100% - (7em + 33px));
  }
  #sec2 .pc-mt34{
    margin-top: 34px;
  }
  #sec2 .boxs .borderList li .boxTtl{
    width: calc(4em + 60px);
  }
  #sec2 .boxs .borderList li .boxTtl + p{
    width: calc(100% - (4em + 60px));
  }
}
/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 1100px) {
  #main .btn{
    width: min(calc(100% - 2em), 400px);
  }
  #sec1{
    padding-top: 0;
    padding-bottom: 50px;
  }
  #sec1 h2{
    font-size: 1.25rem;
    padding-bottom: 14px;
  }
  #sec1 h2::before{
    height: 4px;
    background-size: contain;
  }
  #sec1 .inner{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 50px 15px 30px;
  }
  #sec1 .textBox{
    display: contents;
  }
  #sec1 .text{
    width: 100%;
  }
  #sec1 .img{
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  #sec1 .img p{
    margin-top: 20px;
  }
  #sec2{
    margin-top: 0;
    padding-top: 50px;
  }
  #sec2 h2{
    font-size: 1.25rem;
    padding: 15px;
  }
  #sec2 .box2 h3{
    font-size: 1.125rem;
  }
  .pagettl3{
    padding-top: 60px;
  }
  #sec2 .box,
  #sec2 .box2 {
    display: block;
  }
  .borderList li{
    display: block;
    padding: 9px 0;
  }
  #sec2 .box .text,
  #sec2 .box .borderList li .boxTtl + p{
    width: 100%;
  }
  #sec2 .borderList li .boxTtl{
    width: 100%;
    color: var(--blue);
  }
  #sec2 .borderList li p{
    margin-top: 3px;
  }
  #sec2 .box .borderList li .btn{
    width: min(calc(100% - 2em), 400px);
    margin: 9px auto 6px;
  }
  #sec2 .box .map{
    width: min(100%, 480px);
    text-align: center;
    margin: 30px auto 0;
  }
  #sec2 .box2{
    margin-top: 40px;
  }
  #sec2 .boxs{
    width: 100%;
  }
  #sec2 .boxs + .boxs{
    margin-top: 40px;
  }
  #sec2 .box2 .dotList{
    margin: 14px 0;
  }
  #sec2 .box2 .dotList li + li{
    margin-top: 8px;
  }
  #sec2 .boxs .dotList + .btn{
    margin: 0 auto 9px;
  }
  #sec2 .borderList2 li + li{
    margin-top: 0;
  }
  #sec2 .borderList2 h4,
  #sec2 .borderList2 p{
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #sec2 .borderList2 h4{
    border-bottom: dashed 1px var(--blue3);
  }
  #sec2 .borderList2 p{
    border-bottom: solid 1px var(--blue3);
  }
  #sec2 .boxs.bgLightblue{
    width: calc(100% - 30px);
    padding: 24px 15px 30px;
  }
  #sec2 .box2 .bgLightblue h3{
    font-size: 1rem;
  }
  #sec2 .boxs.bgLightblue .btn{
    margin: 20px auto 0;
  }
}
/* @media screen and (max-width: 640px) {
} */
/* @media screen and (max-width: 510px) {
  .btn {
    max-width: 300px;
    width: 80%;
  }
} */
