@charset "UTF-8";
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, Helvetica;
  /*font-family: 'Shin Go Regular', 'Shin Go Medium', helvetica, sans-serif;*/
  font-weight: normal;
  width: 100%;
  height: 100%;
  background-image: url("../images/mainBG.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  color: #313133;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

.disnone {
  display: none;
}

#allFrame {
  width: 100%;
}

#frame {
  width: 1500px;
  margin: 0px auto;
  padding: 0px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #frame {
    width: 100%;
  }
}

div#slider2 .splide__slide {
  margin: 2%;
}
@media screen and (max-width: 1024px) {
  div#slider2 .splide__slide {
    max-width: 90%;
    margin: 2% 2%;
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/* -------------------------------------end default settings-------------------------------------*/
div.headerPc {
  position: fixed;
  top: 0;
  flex-wrap: nowrap;
  padding: 5px 0px;
  width: 100%;
  background-color: #fff;
  z-index: 91;
}
div.headerPc .headerPcBox {
  width: 1500px;
  margin: 0px auto 0px;
  padding: 0px 0px 0px 80px;
  display: flex;
  flex-wrap: nowrap;
}
div.headerPc .headerPcBox div.logoArea {
  width: 13%;
}
div.headerPc .headerPcBox div.logoArea img {
  height: 90px;
}
div.headerPc .headerPcBox h1.nameArea {
  font-size: 2.4rem;
  line-height: 70%;
  display: block;
  color: #034099;
  width: 30%;
  font-weight: 900;
}
div.headerPc .headerPcBox h1.nameArea a {
  color: #034099;
}
div.headerPc .headerPcBox h1.nameArea span {
  font-size: 0.8rem;
}
div.headerPc .headerPcBox ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
}
div.headerPc .headerPcBox ul li {
  padding-top: 40px;
  display: block;
  margin-right: 3%;
}
div.headerPc .headerPcBox ul li a {
  color: #034099;
  font-weight: bold;
  position: relative;
}
div.headerPc .headerPcBox ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #034099;
  transition: width 0.3s ease;
}
div.headerPc .headerPcBox ul li a:hover::after {
  width: 100%;
}
div.headerPc .headerPcBox ul li a:hover {
  text-decoration: none;
}
div.headerPc .headerPcBox ul li.sns {
  padding-top: 34px;
}
div.headerPc .headerPcBox ul li.sns a {
  margin-right: 4%;
}
div.headerPc .headerPcBox ul li.sns a img {
  height: 2rem;
}
div.headerPc .headerPcBox ul li.sns a:hover {
  opacity: 0.5;
}

div.headerSp {
  margin: 0px;
  padding: 3% 1% 1%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
}
div.headerSp h1.nameArea {
  color: #034099;
  font-weight: 900;
  font-size: 2.2rem;
  padding-top: 0px;
  z-index: 900;
  padding-left: 2%;
}
div.headerSp h1.nameArea a {
  color: #034099;
}
div.headerSp h1.nameArea span {
  font-size: 0.8rem;
  display: block;
  margin-bottom: -2%;
}
div.headerSp h1.nameArea img {
  width: 120px;
}
div.headerSp div.spMenusnsArea {
  width: 90%;
  margin: 5% auto 5%;
  text-align: center;
}
div.headerSp div.spMenusnsArea a img {
  width: 10%;
  margin: 3%;
}

/* -------------------------------------end header settings-------------------------------------*/
div.mainimage {
  padding-left: 8%;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  div.mainimage {
    margin: 0px;
    padding: 30px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  div.mainimage span imag {
    width: 100%;
  }
}

div.stanceArea {
  width: 1500px;
  margin: 8% auto 0px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  div.stanceArea {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    padding: 0px;
  }
}
div.stanceArea div.stanceTextArea {
  margin-left: 250px;
  width: 34%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea {
    width: 84%;
    margin: 8%;
  }
}
div.stanceArea div.stanceTextArea h3.stanceTitle {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 2%;
  border-bottom: 2px solid #034099;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea h3.stanceTitle {
    margin: 20% 0 5%;
    font-size: 1.5rem;
  }
}
div.stanceArea div.stanceTextArea p.stanceSubTitle {
  margin: 5% 0px 5%;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea p.stanceSubTitle {
    font-size: 2.2rem;
    margin: 12% 0 8%;
  }
}
div.stanceArea div.stanceTextArea div.stanceText {
  font-family: "Shin Go Regular";
  font-size: 1.3rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea div.stanceText {
    font-size: 1.1rem;
    line-height: 160%;
    padding-bottom: 3%;
  }
}
div.stanceArea div.stanceTextArea div.stanceText p.signature {
  display: flex;
  margin-top: 8%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea div.stanceText p.signature {
    margin-bottom: 16%;
  }
}
div.stanceArea div.stanceTextArea div.stanceText p.signature span.signature1 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 12px;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea div.stanceText p.signature span.signature1 {
    font-size: 1rem;
  }
}
div.stanceArea div.stanceTextArea div.stanceText p.signature span.signature2 {
  display: block;
}
div.stanceArea div.stanceTextArea div.stanceText p.signature span.signature2 img {
  height: 4rem;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceTextArea div.stanceText p.signature span.signature2 img {
    height: 3.4rem;
  }
}
div.stanceArea div.stanceImage {
  width: 45%;
  margin-left: 7%;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  div.stanceArea div.stanceImage {
    width: 100%;
    margin: 0px;
  }
}

div.activityArea {
  width: 100%;
  max-width: 1500px;
  margin: -5.3% auto 0;
  padding-bottom: 2%;
  background-color: #eef3fa;
}
@media screen and (max-width: 767px) {
  div.activityArea {
    width: 100%;
    margin: -28px 0px 0px;
    padding: 0px 0px 20%;
  }
}
div.activityArea h3 {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 1%;
  padding-top: 5%;
  width: 1000px;
  margin: 5% auto 2%;
  border-bottom: 2px solid #034099;
}
@media screen and (max-width: 767px) {
  div.activityArea h3 {
    width: 84%;
    padding-top: 20%;
    font-size: 1.5rem;
  }
}
div.activityArea div.slide2 {
  width: 1000px;
  margin: 0px auto 0px;
}
@media screen and (max-width: 767px) {
  div.activityArea div.slide2 {
    width: 100%;
    margin: 10% auto 10%;
  }
}
div.activityArea li.splide__slide {
  margin: 5% 2%;
}
div.activityArea li.splide__slide span.infographicsTitle {
  display: none;
}
div.activityArea li.splide__slide span.infographicsTitle img {
  width: 84%;
}
div.activityArea a.activitySubLead {
  display: block;
  padding: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  border-radius: 60px;
  width: 400px;
  margin: 1% auto 5%;
  color: #034099;
  line-height: 200%;
}
@media screen and (max-width: 767px) {
  div.activityArea a.activitySubLead {
    width: 84%;
    font-size: 1rem;
    line-height: 240%;
  }
}
div.activityArea a.activitySubLead span {
  background-color: #fff;
  display: block;
  padding: 2%;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  div.activityArea a.activitySubLead span {
    padding: 1%;
  }
}
div.activityArea a.activitySubLead span img {
  vertical-align: text-bottom;
  width: 24px;
}
@media screen and (max-width: 767px) {
  div.activityArea a.activitySubLead span img {
    vertical-align: text-bottom;
  }
}
div.activityArea a.activitySubLead:hover {
  padding: 3px;
}
@media screen and (max-width: 767px) {
  div.activityArea a.activitySubLead:hover {
    width: 84%;
  }
}
div.activityArea a.activitySubLead:hover span {
  background-color: #eef3fa;
}
div.activityArea a.activitySubLead:active span {
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  color: #fff;
}

div.supportersArea h2 {
  width: 100%;
  font-size: 3.6rem;
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  color: #fff;
  display: block;
  text-align: center;
  padding: 1%;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div.supportersArea h2 {
    font-size: 2.5rem;
    line-height: 120%;
    padding: 7% 0px 7%;
  }
}
div.supportersArea div.supportersInner {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner {
    margin: 20% 0px 20%;
    width: 100%;
  }
}
div.supportersArea div.supportersInner h3 {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 1%;
  border-bottom: 2px solid #034099;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner h3 {
    width: 84%;
    margin: 0px 8% 0px;
    font-size: 1.5rem;
  }
}
div.supportersArea div.supportersInner div.supportersMain {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersMain {
    display: block;
  }
}
div.supportersArea div.supportersInner div.supportersMain div.supportersPicArea {
  width: 478px;
  height: 420px;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersMain div.supportersPicArea {
    width: 100%;
    margin: 15% 0px 0px;
  }
}
div.supportersArea div.supportersInner div.supportersMain div.supporterMessage {
  width: 50%;
  font-size: 1em;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersMain div.supporterMessage {
    width: 84%;
    margin: -15% auto 0;
    font-size: 1rem;
  }
}
div.supportersArea div.supportersInner div.supportersMain div.supporterMessage span.supporterName {
  font-size: 2.2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersMain div.supporterMessage span.supporterName {
    display: block;
    padding-top: 3%;
  }
}
div.supportersArea div.supportersInner div.supportersMain div.supporterMessage span.supporterNameSub {
  color: #034099;
  font-size: 1rem;
  display: block;
  margin-bottom: 3%;
}
div.supportersArea div.supportersInner div.supportersMain div.supporterMessage span.textyashiro {
  font-family: "Shin Go Regular";
}
div.supportersArea div.supportersInner div.supportersListArea {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea {
    width: 84%;
    margin: 10% auto;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.leftLine {
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.leftLine {
    margin-right: 2.5%;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.rightLine {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.rightLine {
    margin-left: 2.5%;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem {
  width: 48%;
  display: flex;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem {
    display: block;
    width: 47.5%;
    flex-wrap: wrap;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea {
  width: 240px;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea {
    width: 100%;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea span.supporterName {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  color: #034099;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea span.supporterName {
    font-size: 1.5rem;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea span.supporterNameSub {
  display: block;
  font-size: 1rem;
  color: #034099;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem div.supportersPicArea span.supporterNameSub {
    font-size: 0.7rem;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper {
  overflow: hidden;
  width: 45%;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper {
    width: 100%;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper div.supporterMesageS {
  font-family: "Shin Go Regular";
  line-height: 180%;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper div.supporterMesageS {
    width: 100%;
    margin-top: 10%;
    font-size: 1rem;
  }
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper .readMoreBtn {
  display: block;
  margin-top: 0.5em;
  color: #034099;
  cursor: pointer;
  font-size: 0.95em;
  padding-top: 4px;
  border-top: 1px solid #034099;
  text-align: center;
}
div.supportersArea div.supportersInner div.supportersListArea div.supportersMem .supporterMesageS-wrapper .readMoreBtn .rotateArrow {
  display: inline-block;
  transform: rotate(90deg) scaleX(0.5); /* 横幅を70%に縮小 */
}

div.reportArea {
  max-width: 1500px;
  margin: 5% auto 0;
  padding-bottom: 5%;
  background-color: #eef3fa;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.reportArea {
    width: 100%;
  }
}
div.reportArea h3 {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 1%;
  padding-top: 5%;
  width: 1000px;
  margin: 5% auto 2%;
  border-bottom: 2px solid #034099;
}
@media screen and (max-width: 767px) {
  div.reportArea h3 {
    width: 84%;
    margin: 0px auto 0px;
    padding-top: 20%;
    font-size: 1.5rem;
  }
}
div.reportArea div.slide3 {
  width: 1000px;
  margin: 0px auto 0px;
}
@media screen and (max-width: 767px) {
  div.reportArea div.slide3 {
    width: 100%;
  }
}
div.reportArea li.splide__slide {
  margin: 5% 2%;
}
div.reportArea li.splide__slide span.reportSlideTitle {
  display: block;
  margin-top: 5%;
}
div.reportArea li.splide__slide a.reportSlideArea {
  display: block;
  color: #034099;
  font-size: 0.9rem;
}

div.profileArea {
  width: 1500px;
  margin: 8% auto 0px;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  div.profileArea {
    width: 100%;
    display: block;
  }
}
div.profileArea div.profileTextArea {
  margin-left: 250px;
  width: 34%;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea {
    width: 84%;
    margin: 0px auto 0px;
    padding-top: 14%;
  }
}
div.profileArea div.profileTextArea h3.profileTitle {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 2%;
  border-bottom: 2px solid #034099;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea h3.profileTitle {
    font-size: 1.5rem;
  }
}
div.profileArea div.profileTextArea div.profileName {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 10%;
  margin-bottom: 3%;
  color: #034099;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea div.profileName {
    font-size: 3.4rem;
  }
}
div.profileArea div.profileTextArea div.profileName span.rubi {
  font-size: 1rem;
  display: block;
}
div.profileArea div.profileTextArea div.profileYearArea {
  font-family: "Shin Go Regular";
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea div.profileYearArea {
    font-size: 1rem;
  }
}
div.profileArea div.profileTextArea div.profileYearArea span.year {
  display: block;
  width: 40%;
}
div.profileArea div.profileTextArea div.profileYearArea span.yearText {
  display: block;
  width: 60%;
}
div.profileArea div.profileTextArea a.profileSubLead {
  display: block;
  padding: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  border-radius: 60px;
  width: 400px;
  margin: 10% auto 0px;
  color: #034099;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea a.profileSubLead {
    width: 94%;
    font-size: 1rem;
    line-height: 300%;
  }
}
div.profileArea div.profileTextArea a.profileSubLead span {
  background-color: #fff;
  display: block;
  padding: 2%;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea a.profileSubLead span {
    padding: 0;
  }
}
div.profileArea div.profileTextArea a.profileSubLead span span.rotateArrow2 {
  display: inline-block;
  transform: scaleX(0.6); /* 高さを70%に縮小 */
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileTextArea a.profileSubLead:hover {
    width: 94%;
    font-size: 1rem;
    line-height: 300%;
  }
}
div.profileArea div.profileTextArea a.profileSubLead:hover span {
  background-color: #eef3fa;
}
div.profileArea div.profileTextArea a.profileSubLead:active span {
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  color: #fff;
}
div.profileArea div.profileTextArea a.profileSubLead:active span span.rotateArrow2 {
  background: none;
}
div.profileArea div.profileImage {
  width: 45%;
  margin-left: 7%;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  div.profileArea div.profileImage {
    width: 100%;
    margin: 15% 0px 0px;
  }
}

div.policyAreaFrame {
  background-color: #eef3fa;
  padding: 3% 0 3%;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame {
    background: none;
    padding: 3% 0px 0px;
    margin-top: 10%;
  }
}
div.policyAreaFrame div.policyArea {
  width: 1200px;
  margin: 5% auto 5%;
  background-color: #fff;
  border-radius: 90px;
  padding: 5% 100px;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyArea {
    width: 84%;
    margin: 0px auto 0px;
    padding: 0;
  }
}
div.policyAreaFrame div.policyArea h3 {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 1%;
  border-bottom: 2px solid #034099;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyArea h3 {
    font-size: 1.5rem;
  }
}
div.policyAreaFrame div.policyPointArea {
  display: flex;
  flex-wrap: wrap;
  margin: 5% 0 5%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointArea {
    display: block;
    margin: 0px;
    padding: 0px;
  }
}
div.policyAreaFrame div.policyPointArea div.policyText {
  width: 55%;
  margin-right: 5%;
  font-size: 1.2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointArea div.policyText {
    width: 100%;
    margin: 0px 0px 5% 0px;
    font-size: 1rem;
  }
}
div.policyAreaFrame div.policyPointArea span.policyTextTitle {
  font-family: "Shin Go Medium";
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointArea span.policyTextTitle {
    font-size: 1.6rem;
    margin-top: 15%;
  }
}
div.policyAreaFrame div.policyPointArea span.policyTextSub {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin: 3% 0px 3%;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointArea span.policyTextSub {
    font-size: 1.8rem;
    line-height: 120%;
    margin: 7% 0px 7%;
  }
}
div.policyAreaFrame div.policyPointArea span.policyTextData {
  font-family: "Shin Go Regular";
}
div.policyAreaFrame div.policyPointArea div.policyPic {
  width: 40%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointArea div.policyPic {
    width: 100%;
    margin-bottom: 20%;
  }
}
div.policyAreaFrame div.policyPointAreaRev {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin: 5% 0 5%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointAreaRev {
    display: block;
  }
}
div.policyAreaFrame div.policyPointAreaRev div.policyText {
  width: 55%;
  font-size: 1.2rem;
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointAreaRev div.policyText {
    width: 100%;
    margin: 0px 0px 5% 0px;
    font-size: 1rem;
  }
}
div.policyAreaFrame div.policyPointAreaRev div.policyText span.policyTextTitle {
  font-family: "Shin Go Medium";
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointAreaRev div.policyText span.policyTextTitle {
    font-size: 1.6rem;
    margin-top: 15%;
  }
}
div.policyAreaFrame div.policyPointAreaRev div.policyText span.policyTextSub {
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  margin: 3% 0px 3%;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointAreaRev div.policyText span.policyTextSub {
    font-size: 1.8rem;
    line-height: 120%;
    margin: 7% 0px 7%;
  }
}
div.policyAreaFrame div.policyPointAreaRev div.policyText span.policyTextData {
  font-family: "Shin Go Regular";
}
div.policyAreaFrame div.policyPointAreaRev div.policyPic {
  width: 40%;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  div.policyAreaFrame div.policyPointAreaRev div.policyPic {
    width: 100%;
    margin-bottom: 20%;
  }
}

.color1 {
  color: #6aa5df;
}

.color2 {
  color: #69c8e0;
}

.color3 {
  color: #f681a4;
}

.color4 {
  color: #65c084;
}

.color5 {
  color: #fba356;
}

div#footer {
  background: linear-gradient(90deg, #034099 0%, #019fe4 100%);
  padding: 4% 0 2%;
  text-align: center;
  color: #fff;
}
div#footer div.footerName {
  display: flex;
  width: 900px;
  margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
  div#footer div.footerName {
    width: 84%;
    display: block;
    margin: 0px auto 0px;
  }
}
div#footer div.footerName div.footerLogo {
  width: 45%;
}
div#footer div.footerName div.footerLogo img {
  width: 300px;
}
div#footer div.footerName div.footerLogoSp img {
  width: 250px;
}
div#footer div.footerName div.footerNames {
  width: 55%;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  div#footer div.footerName div.footerNames {
    width: 100%;
    font-size: 1.1rem;
  }
}
div#footer div.footerName div.footerNames span.katagaki {
  display: block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  div#footer div.footerName div.footerNames span.katagaki {
    font-weight: normal;
  }
}
div#footer div.footerName div.footerNames span.honninName {
  font-size: 5rem;
  display: block;
  margin-top: -2%;
  text-align: left;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  div#footer div.footerName div.footerNames span.honninName {
    font-size: 3rem;
  }
}
div#footer div.officeArea {
  width: 1000px;
  margin: 3% auto 5%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  div#footer div.officeArea {
    display: block;
    width: 80%;
    margin: 0px auto 0px;
  }
}
div#footer div.officeArea div.office1 {
  width: 300px;
  text-align: left;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  div#footer div.officeArea div.office1 {
    width: 100%;
    margin-top: 15%;
    margin-right: 0px;
  }
}
div#footer div.officeArea div.office1 iframe {
  width: 300px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  div#footer div.officeArea div.office1 iframe {
    width: 100%;
    height: auto;
    min-height: 230px;
  }
}
div#footer div.officeArea div.office1 span.officeName {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  margin-bottom: 4%;
}
div#footer div.officeArea div.office1 span.officeText {
  font-family: "Shin Go Regular";
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  div#footer div.officeArea div.office1 span.officeText {
    margin: 0px;
  }
}
@media screen and (max-width: 767px) {
  div#footer div.officeArea div.office1 div.map {
    width: 100%;
    margin: 0px 0px 0px;
  }
}
div#footer div.footerMenu {
  width: 500px;
  margin: 0px auto 3%;
}
@media screen and (max-width: 767px) {
  div#footer div.footerMenu {
    width: 86%;
    margin: 15% 7% 15%;
  }
}
div#footer div.footerMenu div {
  display: flex;
  flex-wrap: wrap;
}
div#footer div.footerMenu div a {
  width: 10%;
  display: block;
  margin: 3% 5% 3%;
}
div#footer div.footerMenu div a img {
  width: 40px;
}
div#footer a.privacy {
  font-family: "Shin Go Regular";
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div#footer a.privacy {
    margin: 15% 0px 15%;
  }
}
div#footer div.copyright {
  font-family: "Shin Go Regular";
  border-top: 1px solid #fff;
  padding-top: 2%;
}
@media screen and (max-width: 767px) {
  div#footer div.copyright {
    font-size: 0.8rem;
    padding: 6% 0px 6%;
  }
}

div.credit {
  font-size: 0.8rem;
  text-align: right;
  padding-right: 5%;
}
div.credit a {
  color: #333333;
}

.pageup {
  z-index: 80;
  position: fixed;
  right: -30px;
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pageup {
    right: -20%;
    bottom: 5%;
  }
}
.pageup img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pageup img {
    width: 35%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal {
  background: #ffffff;
  border: 4px solid #034099;
  padding: 4rem;
  border-radius: 48px;
  width: 1100px;
  transform: scale(0.8);
  opacity: 0;
  max-height: 80%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal {
    border-radius: 36px;
    padding: 2rem 1rem;
    width: 90%;
    margin: auto;
  }
}
.modal p.profileDetailTitle {
  font-size: 2rem;
  text-align: center;
  color: #034099;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal p.profileDetailTitle {
    font-size: 1.4rem;
  }
}
.modal div.profileDetailBox {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  height: 400px;
  background-color: #eef3fa;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .modal div.profileDetailBox {
    display: block;
  }
}
.modal div.profileDetailBox div.historyBase {
  padding: 4%;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal div.profileDetailBox div.historyBase {
    width: 100%;
  }
}
.modal div.profileDetailBox div.historyBase span.historyTitle {
  font-size: 1.1rem;
  color: #034099;
  font-weight: bold;
  display: block;
  margin-bottom: 1%;
}
.modal div.profileDetailBox div.historyBase ul.historyList {
  list-style-type: disc;
  padding-left: 2rem;
  font-size: 1.1rem;
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .modal div.profileDetailBox div.historyBase ul.historyList {
    font-size: 1rem;
  }
}
.modal a#closeModal {
  position: absolute;
  top: 5%;
  right: -5%;
}
.modal a#closeModal img {
  width: 35%;
}
.modal a#closeModalSp {
  position: absolute;
  bottom: -15%;
  left: 44%;
}
.modal a#closeModalSp img {
  width: 35%;
}

div.privacyArea {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  div.privacyArea {
    padding-top: 50px;
  }
}
div.privacyArea div.privacyInner {
  width: 1000px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  div.privacyArea div.privacyInner {
    margin: 20% auto 20%;
    width: 84%;
  }
}
div.privacyArea div.privacyInner h3 {
  font-family: "Shin Go Medium";
  font-size: 2rem;
  font-weight: bold;
  color: #034099;
  display: block;
  padding-bottom: 1%;
  border-bottom: 2px solid #034099;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  div.privacyArea div.privacyInner h3 {
    width: 100%;
  }
}
div.privacyArea div.privacyInner div.privacyBox {
  margin: 7% 0px 5%;
}
div.privacyArea div.privacyInner div.privacyBox span.privacyTitle {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
div.privacyArea div.privacyInner div.privacyBox span.privacyText {
  display: block;
  line-height: 180%;
  margin: 2% auto 5%;
  font-size: 1.2rem;
}/*# sourceMappingURL=yokosawa.css.map */