@charset "UTF-8";

/******************************
header
******************************/
.cmnhead {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 10rem 2rem 2rem;
  width: 100%;
  z-index: 10;
}
.cmnhead .logo {
  max-width: 250px;
}
.snslist ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.snslist li {
  height: 30px;
  width: 30px;
}
.cmnnav1 .navlist .ja,
.cmnnav1 .navlist .en {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1;
}
.cmnnav1 .navlist {
  gap: 2rem;
}
.cmnnav1 .navlist .ja {
  font-weight: 600;
  margin-bottom: 1rem;
}
.cmnnav1 .navlist .en {
  font-size: 1.2rem;
  font-weight: 500;
}

.spbtn {
  background: #fff;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}
.spbtn::before {
  content: 'MENU';
  color: #EF7211;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  bottom: 7px;
  left: 16px;
}
.spbtn span {
  background: #EF7211;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 20px;
  transition: .4s;
  height: 3px;
  width: 45%;
}
.spbtn.active {
  background: #EF7211;
}
.spbtn.active span {
  background: #fff;
}
.spbtn.active::before {
  color: #fff;
}
.spbtn span:nth-of-type(1) {
  top: 15px;
}
.spbtn span:nth-of-type(2) {
  top: 25px;
}
.spbtn span:nth-of-type(3) {
  top: 35px;
}
.spbtn.active {
  z-index: 1;
}
.spbtn.active span {
  top: 25px;
}
.spbtn.active span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.spbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.spbtn.active span:nth-of-type(3) {
  transform: rotate(45deg);
}
.cmnnav2 {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(10px);
  max-width: 350px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8rem 1rem;
  pointer-events: none;
  position: fixed;
  transition: 1s;
  top: 0;
  right: 0;
  height: 100lvh;
  width: 100%;
}
.cmnnav2.active {
  opacity: 1;
  pointer-events: all;
}
.cmnnav2 .logomark-c {
  opacity: .2;
  position: absolute;
  bottom: -100px;
  right: -20px;
  max-width: 300px;
}
.cmnnav2 .splogo {
  max-width: 250px;
  margin: 0 auto 3rem;
}
.cmnnav2 .navlist {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cmnnav2 .navlist > li > a {
  display: block;
  padding-left: 2rem;
  position: relative;
  opacity: 1;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #EF7211;
  padding: .5rem 1rem;
  position: relative;
}
.cmnnav2 .navlist > li > a.nowpage {
  padding-left: 3rem;
}
.cmnnav2 .navlist > li > a.nowpage::before {
  color: #EF7211;
  content: "\f04b";
  font: var(--fa-font-solid);
  font-size: 1.5rem;
  position: absolute;
  top: 13px;
  left: 12px;
}
.cmnnav2 .navlist > li .ja {
  font-weight: 500;
  position: relative;
}
.cmnnav2 .navlist > li .en {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #EF7211;
  opacity: .1;
  transition: .3s;
}
.cmnnav2 .navlist > li > a:hover .en {
  font-size: 3.5rem;
  transition: .3s;
}
.cmnnav2 .snslist {
  margin: 1rem 0;
}
.cmnnav2 .snslist ul {
  gap: 2rem;
  justify-content: center;
}
.cmnnav2 .senkyologo a,
.cmnnav2 .sanseitoulogo a {
  background: initial !important;
  border: none !important;
  padding-left: 0 !important;
}
.cmnnav2 .senkyologo {
  max-width: 250px;
  margin: 1rem auto;
  width: 100%;
}
.cmnnav2 .sanseitoulogo {
  max-width: 230px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
  .cmnnav1 {
    display: none;
  }
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .cmnhead .logo {
    max-width: 200px;
  }
}

/******************************
footer
******************************/
.cmnfot {
  background: url(../images/top/bg_orange.webp) no-repeat center / cover;
  padding: 12rem 0 5rem;
}
.cmnfot::after {
  background-image: url(../images/common/mask_wave_w.svg);
  background-size: 100% 100%;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  transform: scale(1, -1);
  height: 50px;
  width: 100%;
  z-index: 1;
}
.page .cmnfot::after {
  background-image: url(../images/common/mask_wave_w.svg);
}
.cmnfot .flexbox3 {
  gap: 5rem;
}
.fotbox1 {
  color: #fff;
  width: 35%;
}
.flogo {
  max-width: 300px;
  margin-bottom: 2rem;
}
.finfo p {
  font-weight: 600;
}
.fotbox1 .finfo {
  margin-bottom: 2rem;
}
.fotbox1 address {
  font-style: normal;
}
.fotbox1 address dl {
  display: flex;
  flex-wrap: wrap;
}
.fotbox1 address dt,
.fotbox1 address dd {
  font-weight: 600;
}
.fotbox1 address dt {
  width: 90px;
}
.fotbox1 address dd {
  width: calc(100% - 90px);
}
.fotbox2 .snsbox {
  margin-bottom: 2rem;
}
.fotbox2 .snsbox ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.fotbox2 .snsbox li {
  height: 30px;
  width: 30px;
}
.fotbox2 .navbox {
  margin-bottom: 2rem;
}
.fnav a {
  color: #fff;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
}
.fnav a::before {
  color: #fff;
  content: "\f105";
  font: var(--fa-font-solid);
  position: absolute;
  top: 5px;
  left: 0;
}
.sanseitoulogo {
  max-width: 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) {
  .cmnfot {
    padding: 7rem 0 5rem;
  }
  .cmnfot::after {
    height: 20px;
  }
  .cmnfot .flexbox3 {
    gap: 1rem;
  }
  .fotbox1,
  .fotbox2 {
    width: 100%;
  }
  .flogo {
    max-width: 230px;
  }
}

/******************************
common
******************************/
.link-txtunder,
.singlecontent a {
  color: #190881;
  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 {
  position: relative;
  margin-bottom: 3rem;
}
.ttlbox1 .ja,
.ttlbox1 .en {
  line-height: 1;
}
.ttlbox1 .ja {
  font-size: 3vw;
  font-weight: 600;
  text-shadow: 2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 0 2px #fff,
  0 2px 2px #fff,
  -2px 0 2px #fff,
  0 -2px 2px #fff,
  2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff,
  2px 2px 2px #fff,
  0 2px 2px #fff,
  -2px 0 2px #fff,
  0 -2px 2px #fff;
  position: relative;
  z-index: 1;
}
.ttlbox1 .en {
  color: rgba(239,114,17,.2);
  font-size: 7.5vw;
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 0;
}
.ttlbox1.right {
  text-align: right;
}
.ttlbox1.right .en {
  right: 0;
}
.ttlbox2 {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.ttlbox2 .ja {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.ttlbox2.right .ja {
  align-items: flex-end;
}
.ttlbox2 .ja span {
  background: #EF7211;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1;
  padding: 1.5rem 2rem;
  padding-left: calc((100vw - 1080px) / 2);
  margin-left: calc((-100vw + 1080px) / 2);
}
.ttlbox2.right .ja span {
  border-radius: 50px 0 0 50px;
  padding-left: 2rem;
  margin-left: initial;
  margin-right: calc((-100vw + 1080px) / 2);
  padding-right: calc((100vw - 1080px) / 2);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1120px) {
  .ttlbox2 .ja span {
    padding-left: 2rem;
    margin-left: -2rem;
  }
  .ttlbox2.right .ja span {
    padding-right: 2rem;
    margin-right: -2rem;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .ttlbox1 .en {
    top: -40px;
  }
  .ttlbox2 .ja span {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ttlbox1 .ja {
    font-size: 7vw;
  }
  .ttlbox1 .en {
    font-size: 17.5vw;
  }
  .ttlbox2 .ja span {
    font-size: 5vw;
    padding: 1rem 2rem;
  }
}

/******************************
btn
******************************/
.morebtn1 a {
  background: #190881;
  border: 2px solid #190881;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  opacity: 1;
  padding: 1rem 2rem;
  position: relative;
  transition: .5s;
  min-width: 180px;
  max-width: 250px;
  width: 100%;
}
.morebtn1 a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  aspect-ratio: 1/1;
  background: #fff;
  mask-image: url(../images/common/icon_btn.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .5s;
  height: 25px;
  width: 25px;
}
.morebtn1 a:hover {
  background: #fff;
  color: #190881;
}
.morebtn1 a:hover::after {
  background: #190881;
}

/******************************
newslist
******************************/
.newslist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newslist li {
  background: #f9f9f9;
  border-radius: 10px;
  position: relative;
}
.newslist li::after {
  background: #190881;
  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;
  padding: 2rem;
}
.newslist .info {
  border-right: 2px solid #190881;
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
}
.newslist .cat {
  background: #fff;
  border-radius: 25px;
  display: inline-block;
  margin-left: 1rem;
  padding: 0 1rem 0 2.5rem;
  position: relative;
}
.newslist .cat::before {
  background: #190881;
  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) {
  .newslist a {
    flex-wrap: wrap;
  }
  .newslist .info {
    border-right: initial;
    width: 100%;
  }
  .newslist .ttl {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}


/******************************
obj
******************************/
.obj {
  position: absolute;
}
.logomark-w {
  content: url(../images/common/logomark-w.svg);
}
.logomark-c {
  content: url(../images/common/logomark-c.svg);
}

/******************************
policylist
******************************/
.policylist {
  background: #fff;
  border-radius: 50px;
  counter-reset: number;
  margin-bottom: 5rem;
  padding: 4rem;
  position: relative;
}
.policylist::before {
  background: url(../images/common/bg_pattern2.webp) no-repeat center / cover;
  border-radius: 50px;
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.policylist li {
  font-weight: 600;
  padding-bottom: 1rem;
  padding-left: 5rem;
  position: relative;
}
.policylist li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.policylist li::before {
  background: #EF7211;
  border-radius: 50%;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  height: 30px;
  width: 30px;
}
@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) {
  .policylist {
    border-radius: 20px;
    padding: 2rem .5rem;
  }
  .policylist::before {
    border-radius: 20px;
    top: 10px;
    left: -10px;
  }
}

/******************************
profilelist
******************************/
.profilelist {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.profilelist > div {
  display: flex;
  flex-wrap: wrap;
}
.profilelist dt,
.profilelist dd {
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
}
.profilelist dt {
  color: #EF7211;
  width: 130px;
}
.profilelist dd {
  width: calc(100% - 130px);
}
.profilelist .logo-senkyo {
  display: block;
  max-width: 300px;
  padding: 1rem 0 1.5rem;
  width: 100%;
}
.profilelist .snsbox ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.profilelist .snsbox li {
  height: 30px;
  width: 30px;
}
@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) {
  .profilelist dt,
  .profilelist dd {
    font-size: 1.6rem;
  }
}

/******************************
historylist
******************************/
.historylist li {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.historylist li::before,
.historylist li::after {
  content: '';
  position: absolute;
}
.historylist li::before {
  background: #EF7211;
  top: 35px;
  left: 18px;
  height: 100%;
  width: 3px;
}
.historylist li:last-child:before {
  background: none;
}
.historylist li::after {
  background: #EF7211;
  border-radius: 50%;
  top: 27px;
  left: 9px;
  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) {
  .historylist li {
    font-size: 1.6rem;
    padding-top: 1rem;
  }
  .historylist li::after {
    top: 15px;
  }
}