@charset "UTF-8";

/******************************
header
******************************/
.cmnhead .logo {
  position: relative;
  top: 40px;
  left: 30px;
  width: 350px;
  z-index: 10;
}
.home .cmnhead .logo {
  background: #072039;
  padding: 1rem;
  top: 20px;
  left: 20px;
}
.page .cmnhead .logo {
  position: absolute;
}
.page .cmnhead .logo img {
  filter: brightness(0) invert(1);
}
.cmnnavgr {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 1rem 2rem;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.cmnhead.change .cmnnavgr {
  border: 2px solid #072039;
}
.cmnnav .navlist {
  gap: 2rem;
}
.cmnnav .navlist a {
  font-weight: bold;
  position: relative;
}
.cmnnav .navlist a::before {
  background: #072039;
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transition: .15s ease-out;
  height: 2px;
  width: 100%;
}
.cmnnav .navlist a:hover,
.cmnnav .navlist .nowpage {
  color: #072039;
}
.cmnnav .navlist a:hover::before,
.cmnnav .navlist .nowpage::before {
  transform: scaleX(1);
}
.cmnnav .navlist li:last-child a {
  background: #072039;
  border-radius: 25px;
  color: #fff;
  display: block;
  padding: 1rem 2rem 1rem 4.5rem;
  position: relative;
}
.cmnnav .navlist li:last-child a::before {
  aspect-ratio: 4/3;
  background: #fff;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  mask-image: url(../images/common/icon_mail.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  height: 15px;
  width: 25px;
}
.spbtn,
.splogo {
  display: none;
}
.spbtn {
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 50px;
  width: 50px;
}
.spbtn span {
  background: #072039;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 13px;
  transition: all .4s;
  height: 3px;
  width: 45%;
}
.spbtn span:nth-of-type(1) {
  top: 15px;
}
.spbtn span:nth-of-type(2) {
  top: 23px;
}
.spbtn span:nth-of-type(3) {
  top: 31px;
}
.spbtn.active {
  z-index: 1;
}
.spbtn.active span {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 1180px) {
  .spbtn,
  .splogo {
    display: block;
  }
  .spbtn.active {
    background: #fff;
  }
  .home .spbtn {
    background: #fff;
    border: 2px solid #fff;
  }
  .page .spbtn span {
    background: #fff;
  }
  .page .spbtn.change {
    background: #fff;
  }
  .page .spbtn.change span,
  .page .spbtn.active span {
    background: #181818;
  }
  .spbtn.change {
    border: 2px solid #072039;
  }
  .spbtn.active.change {
    border: 2px solid #fff;
  }

  .cmnhead .logo {
    max-width: 250px;
  }
  .cmnnav {
    background: rgba(0, 0, 0, .9);
    padding: 4rem 3rem;
    opacity: 0;
    max-width: 340px;
    overflow: hidden;
    padding: 4rem 2rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100lvh;
    width: 100vw;
    transition: 1s;
  }
  .cmnnav.active {
    opacity: 1;
    pointer-events: all;
  }
  .cmnnav .navinner {
    display: block;
    height: 100%;
    overflow: scroll;
    position: relative;
    z-index: 1;
  }
  .cmnhead .cmnnavgr,
  .cmnhead.change .cmnnavgr {
    background: initial;
    border: initial;
    border-radius: initial;
  }
  .cmnnav .splogo {
    margin: 6rem auto 0;
    max-width: 220px;
  }
  .cmnnav .navlist {
    gap: 0;
    margin: 2rem 0;
  }
  .cmnnav .navlist li {
    width: 100%;
  }
  .cmnnav .navlist li {
    border-bottom: 1px solid #fff;
  }
  .cmnnav .navlist li:last-of-type {
    border-bottom: none;
    margin-top: 2rem;
    width: auto;
  }
  .cmnnav .navlist li:last-of-type a {
    background: #fff;
    color: #181818;
  }
  .cmnnav .navlist li:last-child a::before {
    background: #181818;
  }
  .cmnnav .navlist a {
    color: #fff;
    display: block;
    padding: 1rem 3rem;
  }
  .cmnnav .navlist a::before {
    display: none;
  }
  .cmnnav .navlist li:last-of-type a::before {
    display: block;
  }
  .cmnnav .navlist li:last-of-type a::after {
    display: none;
  }
  .cmnnav .navlist a::after {
    color: #fff;
    content: "\f105";
    font: var(--fa-font-solid);
    position: absolute;
    top: 1.7rem;
    left: 1rem;
  }
  .cmnnav .navlist a:hover,
  .cmnnav .navlist .nowpage {
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    top: 30px;
    left: 20px;
  }
  .spbtn {
    top: 0;
    right: 0;
  }
}

/******************************
footer
******************************/
.cmnfot {
  margin-top: -30rem;
  padding: 0 0 5rem;
  position: relative;
}
.cmnfot::before {
  background: #fff;
  clip-path: url(#fotmask);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
}
.page .cmnfot {
  margin-top: -5rem;
}
.page .cmnfot::before {
  background: #f5f5f5;
}
.fotbox1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 3rem;
}
.fotbox1 .fotlogo {
  background: #072039;
  padding: 1rem;
  max-width: 350px;
  width: 100%;
}
.fotbox1 .license {
  max-width: 350px;
}
.fotbox2 {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
.fotbox2 .box1 {
  width: 35%;
}
.fotbox2 .box1 .fmap iframe {
  aspect-ratio: 2/1.3;
  height: auto;
  width: 100%;
}
.page .fotbox2 .box1 .fmap {
  border: 5px solid #fff;
}
.fotbox2 .box2 {
  width: 35%;
}
.fnav {
  display: flex;
  gap: 5rem;
  margin-bottom: 3rem;
}
.fnav li {
  padding-left: 2rem;
  position: relative;
}
.fnav li::before {
  color: #181818;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 8px;
  left: 0;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .fotbox1 {
    flex-wrap: wrap;
    gap: 2rem;
}
  .fotbox2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fotbox2 .box1 {
    width: 100%;
  }
  .fotbox2 .box1 .fmap iframe {
    aspect-ratio: 2/.8;
  }
  .fotbox2 .box2 {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnfot::before {
    top: 50px;
    width: 180%;
  }
  .page .cmnfot {
    margin-top: -15rem;
  }
  .fotbox1 .license {
    max-width: 280px;
  }
  .fotbox2 .box1 .fmap iframe {
    aspect-ratio: 2/1.5;
  }
  .fotbox2 .box2 {
    width: 100%;
  }
}

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #003C77;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover {
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.kome li,
.ten li {
  padding-left: 2rem;
  position: relative;
}
.kome li::before,
.ten li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ten li::before {
  content: "・";
}
/* .anchor {
  scroll-margin-top: 100px;
} */

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
inner
******************************/
.inner1,
.inner2,
.inner3 {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2 {
  max-width: 1920px;
}
.inner3 {
  max-width: 1280px;
}
.innernp {
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1 {
  padding: 0 !important;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}

/******************************
flex
******************************/
.flexbox1 {
  display: flex;
  flex-wrap: wrap;
}
.flexbox2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex {
  display: flex;
}
.frr {
  flex-direction: row-reverse;
}
.fac {
  align-items: center;
}
.fast {
  align-items: stretch;
}
.fafe {
  align-items: flex-end;
}
.fafs {
  align-items: flex-start;
}
.fabl {
  align-items: baseline;
}
.fbox,
.ftxtbox,
.fimgbox {
  width: 48%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .fbox,
  .ftxtbox,
  .fimgbox {
    width: 100%;
  }
}

/******************************
ttl
******************************/
.ttlbox1 {
  margin-bottom: 5rem;
}
.ttlbox1 .enttl,
.ttlbox1 .ttl {
  line-height: 1;
  font-weight: bold;
}
.ttlbox1 .enttl {
  font-size: 7vw;
  margin-bottom: .5rem;
}
.ttlbox1 .enttl::first-letter {
  color: #F9C143;
}
.ttlbox1 .ttl {
  font-size: 2vw;
}
@media only screen and (min-width: 1920px) {
  .ttlbox1 .enttl {
    font-size: 10rem;
  }
  .ttlbox1 .ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  .ttlbox1 .enttl {
    font-size: 10rem;
  }
  .ttlbox1 .ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1920px) {
  .ttlbox1 .enttl {
    font-size: 5.5vw;
  }
  .ttlbox1 .ttl {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .enttl {
    font-size: 5rem;
  }
  .ttlbox1 .ttl {
    font-size: 1.8rem;
  }
}

/******************************
btn
******************************/
.morebtn1 a {
  background: #181818;
  border: 1px solid #181818;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  opacity: 1;
  padding: 1rem 2rem;
  position: relative;
  min-width: 220px;
  transition: .5s;
}
.morebtn1 a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  aspect-ratio: 69/70;
  background: #fff;
  mask-image: url(../images/common/icon_btn.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  height: 60px;
  width: 60px;
}
.morebtn1 a:hover::after {
  transform: translateY(-50%) scale(.8);
}
.morebtn1.white a {
  background: #fff;
  border: 1px solid #fff;
  color: #181818;
}
.morebtn1.white a::after {
  background: #181818;
}

/******************************
tbl
******************************/
.tblbox1 {
  margin: 0 auto;
  max-width: 800px;
}
.tblbox1 .tbl {
  background: #fff;
}
.tblbox1 .tbl:nth-of-type(odd) {
  background: #f5f5f5;
}
.tblbox1 .tbl .tblttl,
.tblbox1 .tbl .tblcontent {
  padding: 1rem 2rem;
}
.tblbox1 .tbl .tblttl {
  width: 200px;
}
.tblbox1 .tbl .tblcontent {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .tblbox1 .tbl .tblttl,
  .tblbox1 .tbl .tblcontent {
    padding: .5rem 1rem 1.5rem;
    width: 100%;
  }
  .tblbox1 .tbl .tblttl {
    font-weight: bold;
    padding: 1rem;
  }
  .tblbox1 .tbl .tblttl {
    background: #f5f5f5;
  }
  .tblbox1 .tbl .tblcontent {
    background: #fff;
  }
}

/******************************
newslist
******************************/
.newslist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newslist li {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}
.newslist li::after {
  background: #072039;
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: 0;
  transition: .5s;
}
.newslist li:hover::after {
  width: 100%;
}
.newslist a {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.newslist .info {
  display: flex;
  gap: 1rem;
  width: calc(35% - .5rem);
}
.newslist .ttl {
  width: calc(65% - .5rem);
}
.newslist .cat {
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  padding: 0 1rem 0 2.5rem;
  position: relative;
}
.newslist .cat::before {
  background: #072039;
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .newslist a {
    flex-wrap: wrap;
  }
  .newslist .info {
    width: 100%;
  }
  .newslist .ttl {
    width: 100%;
  }
}

/******************************
obj
******************************/
.obj {
  position: absolute;
}
.obj::before,
.obj::after {
  content: '';
  position: absolute;
}
.obj1::before {
  background: #072039;
  height: 50px;
  width: 100px;
}
.obj1::after {
  background: #F9C143;
  height: 50px;
  width: 50px;
}
.obj2::before {
  background: #F9C143;
  height: 50px;
  width: 100px;
}
.obj2::after {
  background: #072039;
  height: 50px;
  width: 50px;
}
.obj3::before {
  background: #F9C143;
  height: 25px;
  width: 25px;
}
.obj3::after {
  background: #072039;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .obj1::before {
    height: 30px;
    width: 50px;
  }
  .obj1::after {
    height: 30px;
    width: 30px;
  }
  .obj2::before {
    height: 30px;
    width: 50px;
  }
  .obj2::after {
    height: 30px;
    width: 30px;
  }
  .obj3::before {
    height: 15px;
    width: 15px;
  }
  .obj3::after {
    height: 10px;
    width: 10px;
  }
}