@charset "UTF-8";
/* CSS Document */


/* main
-----------------------------------------------*/
#main {
  background: #01305D;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 212px;
  padding: 8px 40px 0;
  color: #fff;
}
#main p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#main p + p {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-top: 20px;
  line-height: 1.5;
}
@media only screen and (max-width:767px) {
  #main {
    height: 114px;
    padding: 0 20px 20px;
  }
  #main p {
    font-size: 32px;
  }
  #main p + p {
    font-size: 14px;
    margin-top: 8px;
  }
}


/* section
-----------------------------------------------*/
section {
  overflow: hidden;
  position: relative;
  padding: 80px 40px;
}
section::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#main + section::before,
#mainIndex + section::before {
  display: none;
}
section .inner {
  position: relative;
  max-width: 1024px;
  padding: 0;
  margin: 0 auto;
}
section .ttl h2 {
  font-size: 36px;
  font-weight: bold;
}
section .ttl h2 span {
  display: block;
  color: #B01A2E;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
section .lead {
  position: relative;
  padding: 80px 0;
  margin-bottom: 80px;
}
#main + section .lead,
#mainIndex + section .lead {
  padding-top: 0;
}
section .lead::before {
  position: absolute;
  content: "";
  width: 1352px;
  height: 1px;
  background: #CCCCCC;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
section .lead h2 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 160%;
}
@media only screen and (max-width:767px) {
  section {
    padding: 48px 24px 48px;
  }
  section .lead {
    padding: 48px 0;
    margin-bottom: 48px;
  }
  section .lead h2 {
    font-size: 22px;
  }
section .ttl h2 {
  font-size: 26px;
  font-weight: bold;
}
}


/* mainIndex
-----------------------------------------------*/
#mainIndex {
  position: relative;
  background: #01305D;
  padding: 0 40px 0;
  color: #fff;
}
#mainIndex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #F6F7FA;
}
#mainIndex .inner {
  position: relative;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 212px;
  padding-top: 8px;
}
#mainIndex p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
}
#mainIndex h1 {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-top: 20px;
}
#mainIndex .img {
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 1352px;
  margin: 0 auto;
  border-radius: 20px;
  height: 442px;
}
#mainIndex .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #mainIndex {
    padding: 0 24px;
  }
  #mainIndex::before {
    height: 34px;
  }
  #mainIndex .inner {
    height: 114px;
    padding: 0 0 20px;
  }
  #mainIndex p {
    font-size: 32px;
  }
  #mainIndex h1 {
    font-size: 14px;
    margin-top: 8px;
  }
  #mainIndex .img {
    height: 272px;
  }
}


/* index
-----------------------------------------------*/
#index .thumbLink {
  display: grid;
  gap: 48px 26px;
  grid-template-columns: 1fr 1fr 1fr;
}
#index .thumbLink .col a {
  display: block;
  width: 100%;
  color: #2B3E57;
}
#index .thumbLink .col a .img {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 18 / 11;
}
#index .thumbLink .col a .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#index .thumbLink .col a .txt {
  margin-top: 16px;
}
#index .thumbLink .col a .txt h2 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.8px;
}
#index .thumbLink .col a .txt time {
  font-size: 14px;
  line-height: 160%;
  margin-top: 4px;
}
#index .thumbLink .col a .txt .arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 8px;
}
#index .thumbLink .col a .txt .arrow::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/img/common/icon-arrow.svg");
}
#index .thumbLink .col a .txt .arrow p {
  font-size: 14px;
  line-height: 100%;
}
@media only screen and (max-width:767px) {
  #index .thumbLink {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width:500px) {
  #index .thumbLink {
    gap: 24px 0;
    grid-template-columns: 1fr;
  }
}


/* cardColBox
-----------------------------------------------*/
.cardColBox:not(:first-child) {
  margin-top: 40px;
}
.cardColBox .col {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.cardColBox .col:not(:first-child){
  margin-top: 56px;
}
.cardColBox .col .img {
  width: 50%;
  overflow: hidden;
  border-radius: 16px;
  max-width: 395px;
  margin: 0 auto;
}
.cardColBox .col.colHalf .img {
  max-width: 492px;
}
.cardColBox .col .txt {
  width: 50%;
  flex: 1;
}
.cardColBox .col .txt p {
  font-size: 16px;
  line-height: 230%;
}
.cardColBox .col .txt p:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width:767px) {
  .cardColBox .col {
    flex-direction: column;
    gap: 32px;
  }
  .cardColBox .col .img {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .cardColBox .col.colHalf .img {
    max-width: 100%;
  }
  .cardColBox .col .txt {
    width: 100%;
    order: 2;
  }
}



/* contact
-----------------------------------------------*/
#contact .info {
  margin-top: 48px;
  display: flex;
}
#contact .info .col {
  display: block;
  position: relative;
  padding: 0 3.91%;
  width: 33.33%;
  box-sizing: content-box;
}
#contact .info .col:first-child {
  padding-left: 0;
  border-right: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#contact .info .col:last-child {
  padding-right: 0;
  border-left: 1px solid transparent;
  border-image: linear-gradient(180deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1;
}
#contact .info h3 {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
}
#contact .info p {
  margin-top: 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
}
#contact .info a {
  color: #01305D;
}
#contact .map {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
}
#contact .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:767px) {
  #contact .info {
    display: block;
  }
  #contact .info .col {
    width: 100%;
    padding: 24px 0 0 0;
    margin-top: 24px;
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #1B1464 10px, #DEDEDE calc(0px), #DEDEDE calc(100% - 10px), #1B1464 10px) 1!important;
  }
  #contact .info .col:first-child {
    border-right: none;
  }
  #contact .info .col:last-child {
    border-left: none;
  }
  #contact .info h3 {
    margin-top: 8px;
  }
  #contact .info p {
    margin-top: 8px;
  }
}
