@charset "UTF-8";
body {
  font-size: 16px;
  font-family: Arial, 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;
}
@media screen and (max-width: 1024px) {
  body {
    background: none;
  }
}
@media screen and (min-width: 2048px) {
  body {
    background-image: url("../images/mainBGBIG.jpg");
  }
}
@media screen and (max-width: 1180px) {
  body {
    background-image: url("../images/mainBGSmall.jpg");
  }
}

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

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

#allFrame {
  width: 500px;
  margin-left: 170px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #allFrame {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1181px) {
  #allFrame {
    width: 600px;
    margin-left: 200px;
  }
}
@media screen and (min-width: 1921px) {
  #allFrame {
    width: 800px;
    margin-left: 200px;
  }
}

div.pcTitleLine {
  width: 150px;
  position: fixed;
  top: 2%;
  left: 40px;
}
div.pcTitleLine p.pcName {
  color: #2b70b7;
  font-size: 1.4rem;
  font-weight: bold;
  writing-mode: vertical-lr;
}
div.pcTitleLine p.pcName img {
  width: 100px;
}
@media screen and (min-width: 1181px) {
  div.pcTitleLine p.pcName img {
    width: 130px;
  }
}
div.pcTitleLine p.pcName span {
  font-size: 3.8rem;
  line-height: 120%;
}
div.pcTitleLine p.pcName a {
  color: #2b70b7;
}
div.pcTitleLine p.pcCatchCopy {
  margin-top: 15%;
  font-size: 5rem;
  font-weight: bold;
  color: #1d4294;
  writing-mode: vertical-lr;
  line-height: 90%;
  /*    -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;*/
  z-index: 5;
}
div.pcTitleLine p.pcCatchCopy span {
  font-size: 2.5rem;
}
div.pcTitleLine p.pcLinks {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: bold;
}
div.pcTitleLine p.pcLinks a {
  color: #fff;
  display: block;
  padding: 2% 0 2% 6px;
  margin: 5%;
  border-radius: 8px;
  text-align: left;
  background-color: #e60000;
  max-width: 110px;
}
div.pcTitleLine p.pcLinks a:hover {
  background-color: #bb0000;
}
div.pcTitleLine p.pcLinksSns {
  margin-top: 1%;
}
div.pcTitleLine p.pcLinksSns a img {
  width: 26px;
}

#frame {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  #frame {
    max-width: 400px;
    margin: 0px auto 0px;
    display: none;
  }
}

div.header {
  margin: 0px;
  padding: 1% 5% 2%;
  z-index: 90;
  display: flex;
}
@media screen and (min-width: 1025px) {
  div.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 0, 0, 0.9);
    width: 100%;
  }
}
div.header div.nameArea {
  color: #e60000;
  font-weight: bold;
}
div.header div.nameArea h1 {
  font-size: 2rem;
}
div.header img {
  width: 200px;
}

/*メニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 998;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.hamburger-menu__bar:first-child {
  top: 16px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 32px;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: none;
  background: #e60000;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 100px auto;
  width: 90%;
}

.navigation__list-item {
  border-bottom: solid 1px #fff;
}

.navigation__list-item:first-child {
  border-top: solid 1px #fff;
}

.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}
div#slider2 .splide__slide {
  max-width: 25%;
  margin: 2% 2%;
}
@media screen and (max-width: 1024px) {
  div#slider2 .splide__slide {
    max-width: 90%;
    margin: 2% 2%;
  }
}

div#fixed-header {
  z-index: 99;
  position: fixed;
  top: -80px;
  width: 100%;
  height: 70px;
  font-size: 2em;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.9);
  box-sizing: border-box;
  transition: 0.5s;
  padding-top: 1%;
}
div#fixed-header div.nameArea {
  font-size: 1rem;
}
div#fixed-header div.nameArea h1 {
  font-size: 1.5rem;
}

#fixed-header.is-show {
  top: 0;
}

/*----------------------------
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);
}

div.mainimage {
  z-index: 2;
}

section#splider1 {
  width: 100%;
  margin: 0px auto 0px;
}
section#splider1 img {
  width: 100%;
}

/*メッセージエリア*/
div.messageArea {
  width: 100%;
  margin: 0% auto 0%;
  padding: 15% 0 15%;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  div.messageArea {
    padding-top: 25%;
  }
}
div.messageArea h2 {
  color: #333333;
  font-size: 3rem;
}
div.messageArea hr {
  border: 1px solid #333;
  width: 15%;
}
div.messageArea h3 {
  font-size: 2rem;
  margin-top: 1rem;
  color: #f39800;
}
div.messageArea div.messageText {
  margin: 9%;
  font-size: 1rem;
  text-align: left;
  line-height: 190%;
  padding-left: 1rem;
}
@media screen and (max-width: 1024px) {
  div.messageArea div.messageText {
    font-size: 1.1rem;
    margin: 10% 5%;
    line-height: 170%;
  }
}
@media screen and (min-width: 1181px) {
  div.messageArea div.messageText {
    font-size: 1.1rem;
    margin: 9%;
    line-height: 170%;
  }
}
div.messageArea div.messageText p.moreArea {
  margin: 1rem 0 1rem 4rem;
}
@media screen and (max-width: 1024px) {
  div.messageArea div.messageText p.moreArea {
    margin-left: 10%;
  }
}
div.messageArea div.messageText p.moreArea span.messageIndent {
  margin-left: -1.5rem;
}
div.messageArea div.messageText p.moreArea span.moreText {
  font-weight: bold;
  font-size: 1.8rem;
  color: #242424;
}
div.messageArea div.messageText p.moreArea span.moreText span.moreFirst {
  color: #00abeb;
}
div.messageArea p.sig {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  margin-right: 10%;
  font-family: serif;
}
div.messageArea p.sig img {
  max-width: 200px;
}

div.profileArea {
  background-color: #efefef;
  width: 100%;
  margin: 0px auto 0px;
  padding: 10% 2% 15%;
  background-image: url("../images/profileBg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 80%;
  /*
  div.profileText::first-letter {
    @media screen and (max-width: 1024px) {
      margin-left: -5%;
    }
  }*/
}
@media screen and (max-width: 1024px) {
  div.profileArea {
    padding-top: 25%;
  }
}
div.profileArea div.profileFrame {
  display: flex;
}
@media screen and (max-width: 1024px) {
  div.profileArea div.profileFrame {
    background-image: none;
    display: block;
  }
}
div.profileArea div.profileFrame div.profileTitle {
  font-size: 2rem;
  text-align: left;
  writing-mode: vertical-lr;
  color: #e60000;
  font-weight: bold;
  line-height: 100%;
  width: 4%;
}
@media screen and (max-width: 1024px) {
  div.profileArea div.profileFrame div.profileTitle {
    writing-mode: horizontal-tb;
    width: 100%;
    margin-left: 5%;
  }
}
div.profileArea div.profileFrame div.profileTitle span.profileEng {
  font-size: 1.4rem;
}
div.profileArea div.profileFrame img {
  margin-top: 20%;
  width: 200px;
}
div.profileArea div.profileText {
  margin-left: 15%;
  font-size: 1.2rem;
  line-height: 180%;
  color: #333;
  text-align: left;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  div.profileArea div.profileText {
    margin: 10% 0 10% 10%;
    font-size: 1rem;
    width: 85%;
  }
}
div.profileArea div.profileText span.circle {
  color: #e60000;
  margin-left: -1rem;
}
div.profileArea div.profileText hr {
  border-width: 80%;
  margin: 10% auto 10%;
  border-color: #e60000;
}
div.profileArea div.profileText p.profileTopic {
  font-size: 1.5rem;
  color: #e60000;
  font-weight: bold;
  margin: 10% 0 2% -5%;
}
@media screen and (max-width: 1024px) {
  div.profileArea div.profileText p.profileTopic {
    font-size: 1.3rem;
  }
}
div.profileArea div.profileText span.porifleTextLarge {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5%;
  font-weight: bold;
}
div.profileArea div.profileText p.profileSpPhoto {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
div.profileArea div.profileText p.profileSpPhoto img {
  width: 100%;
  margin: 2% 0;
}
div.profileArea div.profileText details summary.profileAccordion {
  border: 2px solid #00abeb;
  color: #00abeb;
  background-color: #fff;
  border-radius: 8px;
  padding: 2% 5%;
  text-align: center;
}
div.profileArea div.profileText details div.detailsTextArea {
  padding: 5% 0 5% 1rem;
}

div.profileDetail {
  margin-top: 15%;
  line-height: 220%;
  padding: 3%;
}
@media screen and (max-width: 1024px) {
  div.profileDetail {
    padding: 4%;
  }
}
div.profileDetail div.historyTitle {
  font-size: 3rem;
  font-weight: bold;
  color: #1d4294;
}
div.profileDetail div.historyTitleEn {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1%;
  color: #1d4294;
  letter-spacing: 0.2rem;
}
div.profileDetail div.historyDetailFrame {
  margin: 3% 0 3%;
  display: flex;
}
div.profileDetail div.historyDetailFrame div.historyPhotoArea {
  width: 120px;
  max-width: 20%;
}
div.profileDetail div.historyDetailFrame div.historyText {
  margin: 2% 4%;
  color: #333;
  font-size: 1rem;
  max-width: 70%;
  line-height: 150%;
}
@media screen and (max-width: 1024px) {
  div.profileDetail div.historyDetailFrame div.historyText {
    font-size: 1rem;
    width: 80%;
  }
}
div.profileDetail div.historyDetailFrame div.historyText span.historyPoint {
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 3%;
}
@media screen and (max-width: 1024px) {
  div.profileDetail div.historyDetailFrame div.historyText span.historyPoint {
    font-size: 2rem;
  }
}

div.activityArea {
  padding: 15% 0 15%;
  text-align: center;
  background-color: #64a4dc;
  color: #fff;
  background-image: url("../images/infographicsBG.png");
  background-position: bottom right;
  background-size: 90%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  div.activityArea {
    padding-top: 20%;
  }
}
div.activityArea h2 {
  font-size: 3rem;
  margin-bottom: 5%;
}
@media screen and (max-width: 1024px) {
  div.activityArea h2 {
    font-size: 2rem;
  }
}
div.activityArea p.activitySubLead {
  margin: 10% 0 15%;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  div.activityArea p.activitySubLead {
    font-size: 1.1rem;
    margin: 8% 0 15%;
  }
}
div.activityArea p.activitySubLead {
  margin-bottom: 10%;
}
div.activityArea a.infographicsArea {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  width: 70%;
  margin: 2% auto 5%;
}
div.activityArea a.infographicsArea span.infographicsTitle {
  color: #64a4dc;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  padding: 5% 0 5%;
}
div.activityArea a.infographicsArea span.infographicsBody {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-align: left;
  padding: 5%;
}

div.stanceArea {
  background-color: #e60000;
  width: 100%;
  text-align: center;
  padding: 20% 0 10%;
  background-image: url("../images/stanceBg.png");
  background-position: top right;
  background-size: 100%;
  background-repeat: repeat-y;
}
div.stanceArea h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  div.stanceArea h3 {
    font-size: 2rem;
  }
}
div.stanceArea div.stanceAreaPoint {
  margin: 7% auto;
  background-color: #fff;
  width: 86%;
}
div.stanceArea div.stanceAreaPoint div.stancePointCover {
  margin: 5% auto;
  border-radius: 8px;
  padding: 0;
  display: flex;
}
div.stanceArea div.stanceAreaPoint div.stancePointCover p.stancePointNumber {
  font-size: 6rem;
  color: #e60000;
  background-color: #fdf9b8;
  font-weight: normal;
  padding: 0 5%;
}
div.stanceArea div.stanceAreaPoint div.stancePointCover div.stancePointTitle {
  text-align: left;
  font-size: 1.3rem;
  color: #333;
  padding: 5%;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  div.stanceArea div.stanceAreaPoint div.stancePointCover div.stancePointTitle {
    font-size: 1.2rem;
  }
}
div.stanceArea div.stanceAreaPoint div.stancePointFrame {
  margin: 5% auto 0px;
  padding-top: 5%;
  border-top: 1px solid #cccccc;
}
div.stanceArea div.stanceAreaPoint div.stancePointFrame p.stancePointText {
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  div.stanceArea div.stanceAreaPoint div.stancePointFrame p.stancePointText {
    padding-top: 20px;
  }
}
div.stanceArea a.stanceDetailBtn {
  border: 3px solid #fff;
  background-color: rgb(100, 164, 220);
  color: #fff;
  padding: 2%;
  display: block;
  border-radius: 8px;
  width: 90%;
  margin: 5% auto;
}
div.stanceArea a.stanceDetailBtn:hover {
  background-color: rgba(46, 108, 180, 0.9);
}

div.officeArea {
  background-color: #efefef;
  padding: 10% 5% 5%;
}
@media screen and (max-width: 1024px) {
  div.officeArea {
    padding: 25% 10% 10%;
  }
}
div.officeArea div.officeInfo {
  margin: 0px auto 0px;
  max-width: 1000px;
  display: block;
}
div.officeArea div.officeInfo div.officeTitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
div.officeArea div.officeInfo div.officeData {
  margin: 5% 10% 15%;
}
@media screen and (max-width: 1024px) {
  div.officeArea div.officeInfo div.officeData {
    margin-left: 10%;
  }
}
div.officeArea div.officeInfo div.officeData div {
  border-bottom: 1px solid #666;
  padding-bottom: 3%;
  font-size: 1rem;
  margin-top: 5%;
}
div.officeArea div.officeMap {
  max-width: 1000px;
  margin: 8% auto 8%;
}

div#footer {
  background-color: #e60000;
  padding: 10% 10% 2%;
  text-align: center;
  color: #fff;
}
div#footer .footer_logo {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  div#footer .footer_logo img {
    height: 60px;
  }
}
div#footer div.footerNameTaku {
  margin: 10% auto 5%;
  font-size: 1.6rem;
}
div#footer div.footerNameTaku span.honninName {
  font-size: 3.4rem;
  font-weight: bold;
}
div#footer div.footerSnsArea {
  margin-top: 2% auto 2%;
}
div#footer div.footerSnsArea img {
  height: 40px;
}
div#footer div.footerSnsArea {
  margin-top: 2% auto 2%;
}
div#footer div.footerSnsArea img {
  height: 34px;
}
div#footer div.footerMenu {
  margin: 10% auto 3%;
  text-align: center;
  font-size: 0.9rem;
}
div#footer div.footerMenu a {
  color: #fff;
}
div#footer div.copyright {
  text-align: center;
  margin-top: 10%;
  font-size: 0.9rem;
}
@media screen and (max-width: 1024px) {
  div#footer div.copyright {
    font-size: 0.8rem;
  }
}

.accordion {
  margin: 2em 0;
}

.accordion__summary {
  background: #b2e5ff; /* アコーディオンの見出しの背景色 */
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 38px 10px 10px;
}

.accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion input:checked ~ .accordion__summary::after {
  content: "−";
}

.accordion input {
  display: none;
}

.accordion__detail {
  display: none;
  background: #fff;
  padding: 4px 10px;
  margin: 10px 0;
}

.accordion input:checked ~ .accordion__detail {
  display: block;
}

.accordion__text {
  margin: 0;
}/*# sourceMappingURL=layout.css.map */