main {
  padding-top: 0;
}

.bg-icon {
  position: absolute;
}

.ttl-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ttl-box .txt-h2 {
  line-height: 1;
  margin: 0;
  color: #253E54;
}
.ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
  color: #253E54;
  margin-top: 0.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
}
.ttl-box .txt-h2 span::after {
  content: "";
  background: #F2EF33;
  height: 0.2604166667vw;
  display: block;
  border-radius: 5px;
  max-height: 5px;
  flex: auto;
}

.txt-a {
  box-sizing: border-box;
  border: solid 2px #1A6271;
  background: #1A6271;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.9583333333vw;
  height: 2.8645833333vw;
  border-radius: 3vw;
  margin: 0 auto;
  gap: 0.5vw;
}
.txt-a svg {
  display: flex;
  width: 1.25vw;
  height: 1.25vw;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #253E54;
}
.txt-a:hover svg path {
  fill: #253E54;
}

@media screen and (max-width: 767px) {
  .ttl-box .txt-h2 {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 5px;
    font-size: 32px;
  }
  .ttl-box .txt-h2 span {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ttl-box .txt-h2 span::after {
    width: auto;
    height: 2px;
  }
  .ttl-box .txt-p {
    font-size: 14px;
  }
  .ttl-box .txt-p br {
    display: none;
  }
  .txt-a {
    width: 240px;
    height: 60px;
    border-radius: 10px;
    gap: 10px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 100px;
  }
  .txt-a span {
    font-size: 16px;
  }
  .txt-a svg {
    width: 16px;
    height: 16px;
  }
  .txt-a svg path {
    transition: 1s;
  }
  .txt-a:hover {
    background: #ffffff;
    color: #000000;
  }
  .txt-a:hover svg path {
    fill: #000000;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .bg-icon {
  position: absolute;
  top: 14.7916666667vw;
  left: -3.28125vw;
  width: 14.62vw;
  height: 18.5260416667vw;
}
section#mv_area .box {
  position: relative;
  align-items: center;
}
section#mv_area .img-box {
  position: relative;
  margin-left: auto;
  width: 82.3%;
  height: 52.5vw;
  overflow: hidden;
}
section#mv_area .txt-box {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  left: 7.8125vw;
  bottom: 3vw;
}
section#mv_area .txt-box .txt-h1 {
  position: relative;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
section#mv_area .txt-box .txt-h1 .item {
  display: block;
  box-sizing: border-box;
  position: relative;
  color: #1A6271;
  line-height: 1.3em;
}
section#mv_area .txt-box .txt-h1 .item:nth-child(2) {
  margin-top: 2.0833333333vw;
  color: #253E54;
}

@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .bg-icon {
    top: initial;
    bottom: 130px;
    left: -20px;
    width: 81px;
    height: 103px;
    z-index: 3;
  }
  section#mv_area .box {
    position: relative;
    align-items: center;
  }
  section#mv_area .img-box {
    width: 100%;
    height: 82.5vw;
  }
  section#mv_area .txt-box {
    left: 0;
    bottom: -30px;
    padding-left: 5%;
  }
  section#mv_area .txt-box:after {
    content: "";
    background: url(../img/h1_bg_sp.webp) no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 79.5vw;
    height: 73.6vw;
  }
  section#mv_area .txt-box .txt-h1 {
    font-size: 26px;
  }
  section#mv_area .txt-box .txt-h1 .item {
    font-size: 26px;
  }
  section#mv_area .txt-box .txt-h1 .item:nth-child(2) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7em;
  }
}
/*==========================================================================
section#news_area
========================================================================== */
section#news_area {
  position: relative;
}
section#news_area .bg-icon {
  width: 19.34vw;
  height: 19.3229166667vw;
  right: -5.0520833333vw;
  bottom: 0;
  bottom: -9.6354166667vw;
}
section#news_area .inner {
  padding: 7.8125vw 0 0;
}
section#news_area .box {
  justify-content: space-between;
}
section#news_area .ttl-box .txt-a {
  margin-top: 2.0833333333vw;
}
section#news_area .list-box {
  width: 73.8%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
section#news_area .list-box .info {
  display: flex;
  align-items: center;
  gap: 1.05vw;
  width: 100%;
}
section#news_area .list-box .info .txt-d {
  line-height: 1;
  transition: 1s;
  color: #666666;
}
section#news_area .list-box .info .txt-c {
  text-decoration: underline;
  color: #666666;
}
section#news_area .list-box .txt-h3 {
  margin-bottom: 0.1vw;
  line-height: 1;
  transition: 1s;
  width: 100%;
  color: #253E54;
}
section#news_area .list-box svg {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 0.9375vw;
  transition: 1s;
}
section#news_area .list-box svg path {
  transition: 1s;
}
section#news_area .list-box a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1.05vw 0;
  gap: 0.8vw;
  border-bottom: solid 1px rgba(37, 62, 84, 0.35);
  position: relative;
}
section#news_area .list-box a:hover .info .txt-d {
  color: #1A6271;
}
section#news_area .list-box a:hover .info .txt-c {
  -webkit-text-decoration-color: #253E54;
          text-decoration-color: #253E54;
  text-decoration-thickness: 2px;
  color: #253E54;
}
section#news_area .list-box a:hover .txt-h3 {
  color: #1A6271;
}
section#news_area .list-box a:hover svg {
  right: 0;
}
section#news_area .list-box a:hover svg path {
  fill: #253E54;
}
section#news_area .list-box li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  section#news_area {
    position: relative;
  }
  section#news_area .bg-icon {
    width: 140px;
    height: 140px;
    right: -50px;
    bottom: -90px;
  }
  section#news_area .inner {
    padding: 90px 0 190px;
  }
  section#news_area .box {
    justify-content: space-between;
  }
  section#news_area .ttl-box {
    margin-bottom: 10px;
  }
  section#news_area .ttl-box .txt-a {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
  }
  section#news_area .list-box {
    width: 100%;
  }
  section#news_area .list-box .info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  section#news_area .list-box .info .txt-d {
    font-size: 12px;
  }
  section#news_area .list-box .info .txt-c {
    font-size: 14px;
  }
  section#news_area .list-box .txt-h3 {
    margin-bottom: 0;
    font-size: 14px;
  }
  section#news_area .list-box svg {
    height: 12px;
  }
  section#news_area .list-box a {
    padding: 20px 0;
    gap: 0;
  }
  section#news_area .list-box li {
    width: 100%;
  }
}
/*==========================================================================
section#about_area
========================================================================== */
section#about_area {
  position: relative;
  padding-top: 7.8125vw;
}
section#about_area .bg-icon {
  width: 9.375vw;
  height: 11.1927083333vw;
  left: -1.854167vw;
  bottom: -7.8125vw;
  transform: rotate(366deg);
}
section#about_area .inner {
  padding: 7.8125vw 0;
  position: relative;
}
section#about_area .inner::after {
  content: "";
  background: #F9F8F2;
  width: 82.29%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 0 0.5208333333vw 0.5208333333vw 0;
}
section#about_area .box {
  position: relative;
}
section#about_area .txt-box {
  width: auto;
}
section#about_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}
section#about_area .txt-box .txt-p {
  color: #253E54;
}
section#about_area .txt-box .txt-a {
  margin: 0;
  margin-top: 2.0833333333vw;
}
section#about_area .img-box {
  width: 27.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.8333333333vw;
}

@media screen and (max-width: 767px) {
  section#about_area {
    position: relative;
    padding-top: 0;
  }
  section#about_area .bg-icon {
    width: 92px;
    height: 110px;
    left: -30px;
    bottom: -20px;
  }
  section#about_area .inner {
    padding: 80px 0;
    position: relative;
  }
  section#about_area .inner::after {
    width: 100%;
    border-radius: 0;
  }
  section#about_area .box {
    position: relative;
    padding-bottom: 100px;
  }
  section#about_area .txt-box {
    width: auto;
  }
  section#about_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#about_area .txt-box .txt-p {
    color: #253E54;
    font-size: 14px;
    line-height: 1.8em;
  }
  section#about_area .txt-box .txt-a {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  section#about_area .img-box {
    position: initial;
    transform: initial;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
/*==========================================================================
section#support_area
========================================================================== */
section#support_area {
  position: relative;
}
section#support_area .bg-icon {
  width: 14.3697916667vw;
  height: 17.9057291667vw;
  right: -3vw;
  bottom: 2vw;
  transform: rotate(13.1deg);
  z-index: 1;
}
section#support_area .inner {
  padding: 7.8125vw 0;
  position: relative;
}
section#support_area .box {
  position: relative;
  align-items: center;
}
section#support_area .img-box {
  width: 50%;
  height: 30.7291666667vw;
}
section#support_area .img-box img {
  border-radius: 0 0.5208333333vw 0.5208333333vw 0;
}
section#support_area .txt-box {
  width: 50%;
  padding: 2.6041666667vw;
  padding-bottom: 4.6875vw;
  box-sizing: border-box;
  background: #FEFDFA;
  margin-left: -2.6041666667vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5208333333vw 0 0 0.5208333333vw;
}
section#support_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}
section#support_area .txt-box .txt-p {
  color: #253E54;
}
section#support_area .txt-box .txt-a {
  margin: 0;
  margin-top: 3.125vw;
}

@media screen and (max-width: 767px) {
  section#support_area {
    position: relative;
  }
  section#support_area .bg-icon {
    width: 100px;
    height: 123px;
    bottom: 0;
    right: 0;
  }
  section#support_area .inner {
    padding: 0;
    position: relative;
  }
  section#support_area .box {
    position: relative;
    align-items: center;
  }
  section#support_area .img-box {
    width: 100%;
    height: 60vw;
  }
  section#support_area .img-box img {
    border-radius: 0;
  }
  section#support_area .txt-box {
    width: 100%;
    padding: 40px 5% 80px;
    margin-left: 0;
    border-radius: 0.5208333333vw 0 0 0.5208333333vw;
  }
  section#support_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#support_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#support_area .txt-box .txt-a {
    margin: 0 auto;
    margin-top: 40px;
  }
}
/*==========================================================================
section#contact_area
========================================================================== */
section#contact_area {
  position: relative;
  background: #F9F8F2;
}
section#contact_area .inner {
  padding: 7.8125vw 0;
}
section#contact_area .box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5208333333vw;
}
section#contact_area .txt-box {
  width: auto;
}
section#contact_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}
section#contact_area .txt-box .txt-p {
  color: #253E54;
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
  border-bottom: solid 2px #1A6271;
}
section#contact_area .txt-box .txt-t {
  color: #253E54;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5vw;
  line-height: 1;
  pointer-events: none;
}
section#contact_area .txt-box .txt-t svg {
  display: flex;
  width: 1.9114583333vw;
  height: 1.875vw;
}
section#contact_area .txt-box .txt-n {
  text-align: center;
  color: #253E54;
  margin-top: 1vw;
}
section#contact_area .link-box {
  width: 61.5%;
  flex-flow: column;
  gap: 1.05vw;
}
section#contact_area .link-box .txt-l {
  width: 100%;
  height: 8.3333333333vw;
  border: solid 2px #1A6271;
  background: #1A6271;
  color: #ffffff;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.25);
}
section#contact_area .link-box .txt-l svg {
  display: flex;
  width: auto;
  height: 1.7604166667vw;
}
section#contact_area .link-box .txt-l svg path {
  transition: 1s;
  fill: #ffffff;
}
section#contact_area .link-box .txt-l:hover {
  background: #ffffff;
  color: #253E54;
}
section#contact_area .link-box .txt-l:hover svg path {
  fill: #253E54;
}
section#contact_area .link-box .bot {
  justify-content: space-between;
}
section#contact_area .link-box .bot .txt-q {
  height: 8.3333333333vw;
  border: solid 2px #1A6271;
  border-radius: 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  box-sizing: border-box;
  transition: 1s;
  gap: 1.05vw;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.25);
  width: 48%;
  background: #ffffff;
  border-color: #ffffff;
  color: #1A6271;
}
section#contact_area .link-box .bot .txt-q svg {
  display: flex;
  width: auto;
  height: 2.1875vw;
}
section#contact_area .link-box .bot .txt-q:hover {
  background: #1A6271;
  border-color: #1A6271;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#contact_area .inner {
    padding: 80px 0;
  }
  section#contact_area .box {
    border-radius: 0;
    flex-wrap: wrap;
  }
  section#contact_area .txt-box {
    width: 100%;
  }
  section#contact_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#contact_area .txt-box .txt-p {
    font-size: 14px;
    line-height: 1.8em;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section#contact_area .txt-box .txt-t {
    gap: 10px;
    font-size: 36px;
    align-items: center;
    pointer-events: painted;
  }
  section#contact_area .txt-box .txt-t svg {
    display: flex;
    width: 36px;
    height: 36px;
  }
  section#contact_area .txt-box .txt-n {
    margin-top: 10px;
    font-size: 12px;
  }
  section#contact_area .link-box {
    gap: 15px;
    margin-top: 30px;
    width: 100%;
  }
  section#contact_area .link-box .txt-l {
    height: 80px;
    border-radius: 5px;
    gap: 15px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  section#contact_area .link-box .txt-l svg {
    display: flex;
    width: auto;
    height: 16px;
  }
  section#contact_area .link-box .bot {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 15px;
  }
  section#contact_area .link-box .bot .txt-q {
    height: 80px;
    border-radius: 5px;
    gap: 5px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  section#contact_area .link-box .bot .txt-q svg {
    display: flex;
    width: auto;
    height: 20px;
  }
}
/*# sourceMappingURL=top.css.map */