@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-bottom: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-bottom: 65px;
    padding-top: 40px;
  }
}
.sec01 .flex {
  align-items: flex-start;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
}
.sec01 .flex .img {
  width: 35.08%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex .img {
    width: 60%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .img {
    width: 70%;
  }
}
.sec01 .flex .img img {
  display: block;
}
.sec01 .flex .txts {
  width: 59.91%;
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts {
    width: 100%;
  }
}
.sec01 .flex .txts .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .txts .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts .txt {
    font-size: 14px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts .txt {
    font-size: 12px;
  }
}
.sec01 .flex .txts .name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .sec01 .flex .txts .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flex .txts .name {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flex .txts .name {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 .box {
  padding-bottom: 70px;
  padding-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02 .box {
    aspect-ratio: 750/1010;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .box {
    aspect-ratio: 750/1250;
  }
}
.sec02 .box:nth-of-type(odd) .flex {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .box:nth-of-type(odd) .flex {
    flex-direction: column-reverse;
  }
}
.sec02 .box:nth-of-type(even) .flex {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .box:nth-of-type(even) .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .box:nth-of-type(even) .flex .ttls {
    margin-left: auto;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.sec02 .wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .wrap {
    width: 100%;
  }
}
.sec02 .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec02 .flex {
    gap: 35px;
    margin-top: auto;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex {
    gap: 25px;
  }
}
.sec02 .flex .txts {
  max-width: 540px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts {
    max-width: 100%;
  }
}
.sec02 .flex .txts .small {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .small {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .small {
    font-size: 11px;
    margin-top: 3px;
  }
}
.sec02 .flex .txts .name {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .txts .name {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .name {
    font-size: 16px;
  }
}
.sec02 .flex .txts .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .txts .txt {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .txt {
    font-size: 14px;
    line-height: 1.875;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .txt {
    font-size: 12px;
    margin-top: 10px;
  }
}
.sec02 .flex .txts .list {
  margin-top: 10px;
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .list {
    margin-top: 5px;
  }
}
.sec02 .flex .txts .list p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.94;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .txts .list p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .list p {
    font-size: 14px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .list p {
    font-size: 12px;
  }
}
.sec02 .flex .txts .btns {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .btns {
    gap: 5px;
  }
}
.sec02 .flex .txts .c-btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #484d53;
  display: flex;
  height: 50px !important;
  justify-content: center;
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 174px !important;
}
@media screen and (max-width: 768px) {
  .sec02 .flex .txts .c-btn {
    height: 45px !important;
    margin-top: 20px;
    width: 160px !important;
  }
}
@media screen and (min-width: 769px) {
  .sec02 .flex .txts .c-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec02 .flex .txts .c-btn p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .sec02 .flex .txts .c-btn p {
    font-size: 18px !important;
  }
}
.sec02 .flex .ttls {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec02 .flex .ttls {
    width: 100%;
  }
}
.sec02 .flex .ttls > div .en {
  color: #0198cd;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .ttls > div .en {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .ttls > div .en {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .ttls > div .en {
    font-size: 18px;
  }
}
.sec02 .flex .ttls > div .ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1080px) {
  .sec02 .flex .ttls > div .ttl {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flex .ttls > div .ttl {
    font-size: 45px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flex .ttls > div .ttl {
    font-size: 35px;
    margin-top: 8px;
  }
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec02 .box img.is-tb-pc {
  max-width: 800px;
  width: 100%;
}
body:not(.on) .sec02 .box img.is-sp {
  max-width: 400px;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec02 .box > img {
  -o-object-fit: cover;
  -o-object-position: top;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
}

/*----------------------------------------------------------
sec03
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 145px;
}
@media screen and (max-width: 1080px) {
  .sec03 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 {
    padding-bottom: 50px;
  }
}
.sec03 .c-wrap {
  margin-top: 80px !important;
}
@media screen and (max-width: 1080px) {
  .sec03 .c-wrap {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .c-wrap {
    margin-top: 50px !important;
  }
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  max-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 .list {
    gap: 10px;
    margin-top: 20px;
  }
}
.sec03 .list .item {
  border: 1px solid #154370;
  width: calc((100% - 20px * 1) / 2);
}
@media screen and (max-width: 768px) {
  .sec03 .list .item {
    width: 100%;
  }
}
.sec03 .list .item a {
  display: block;
}
.sec03 .list .blogItemBox__flex {
  display: flex;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .sec03 .list .blogItemBox__flex {
    min-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .list .blogItemBox__flex {
    min-height: 80px;
  }
}
.sec03 .list .img {
  aspect-ratio: 1/1;
  border-right: 1px solid #154370;
  flex-shrink: 0;
  padding: 10px;
  width: 26.78%;
}
@media screen and (max-width: 768px) {
  .sec03 .list .img {
    width: 29.85%;
  }
}
.sec03 .list .img img {
  -o-object-fit: contain;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.sec03 .list .txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .sec03 .list .txts {
    padding: 10px 13px;
  }
}
.sec03 .list .txts .date {
  color: #4a86bf;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec03 .list .txts .date {
    font-size: 13px;
  }
}
.sec03 .list .txts .blogItemTitle {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .sec03 .list .txts .blogItemTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .list .txts .blogItemTitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .list .txts .blogItemTitle {
    font-size: 12px;
  }
}
.sec03 .list .txts .blogItemTitle span {
  color: #8ccde3;
}
.sec03 .links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .sec03 .links {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .links {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .links {
    gap: 5px;
  }
}
.sec03 .links a {
  display: block;
  transition: all 0.3s ease;
  width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 1080px) {
  .sec03 .links a {
    width: calc((100% - 10px * 3) / 4);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .links a {
    width: calc((100% - 10px * 1) / 2);
  }
}
@media screen and (max-width: 576px) {
  .sec03 .links a {
    width: calc((100% - 5px * 1) / 2);
  }
}
@media screen and (min-width: 769px) {
  .sec03 .links a:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
.sec03 .links a img {
  display: block;
  height: 100%;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec03 管理画面側'ーーーーーーーーーーーーーー*/
/* ーーーーーーーーーーーー'sec03 サイト表示側'ーーーーーーーーーーーーーー*/
/*# sourceMappingURL=sourcemaps/about.css.map */