/*
Theme Name: Tajirityotyo - yamamotokazuo
--------------------------------------------------------------*/
@charset "UTF-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            reset css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  background-color: #FFF;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
a {text-decoration: none; overflow: hidden; color: #000;}
img {border: none; vertical-align: middle;-webkit-backface-visibility: hidden;}
ul {margin: 0;padding: 0;}
ol {margin: 0;padding: 0;}
li {margin: 0;padding: 0; list-style-type: none;}
dl {margin: 0;padding: 0;}
dt {margin: 0;padding: 0;}
dd {margin: 0; padding: 0;}
p {margin: 0; padding: 0; font-feature-settings: "palt" 1;}
span {font-feature-settings: "palt" 1;}
address {font-style: normal;}
* {-webkit-appearance: none; -o-box-sizing: border-box;  -ms-box-sizing: border-box; box-sizing: border-box;}
figure {margin: 0;}
input {all: revert;}
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
img {width:  100%;}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                共通パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  height: 100%;
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
main {width: 100%;}
.sp {display: none !important;}
.sp-s {display: none !important;}
@media screen and (max-width: 768px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}
@media screen and (max-width: 500px) {
  .sp-s {display: block !important;}
}
.size-xs {font-size: 70%;}
.size-s {font-size: 80%;}
@media screen and (max-width: 768px) {
  .size-s {font-size: 60%;}
}
.colored {color: #0097E4;}
.uncolored {color: #000;}
.white {color: #FFF;}
.block {display: block;}
.right {margin-left: auto;}
.center {margin: 0 auto;}

.rotate {
  display: inline-block;
  transform: rotate(-90deg);
}

@media (min-width: 600px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
  }
  }
/*■■■■■■■■■■■■■■■■■
wrap
■■■■■■■■■■■■■■■■■*/
.content-wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-wrap {width: 95%;}
}

/*■■■■■■■■■■■■■■■■■
     見出し・共通
■■■■■■■■■■■■■■■■■*/
.heading,
.page__heading {
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .heading,
  .page__heading {
    font-size: 24px;
  }
}


.heading::before,
.page__heading::before {
  content:"AAAA";
  display: block;
  position: absolute;
  color: #e1f3ff;
  font-size: 80px;
  margin: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);/*センター寄せの修正*/
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .heading::before,
  .page__heading::before {
    font-size: 60px;
}
}

.heading--sub {
  display: block;
  font-size: 14px;
  color: #3381dd;
  margin-top: -10px;
}
.heading--strong {
  color: #3381dd;
  font-size: 120%;
  display: inline;
}

.heading--news span,
.page__heading--news span,
.page__heading--contact span,
.page__heading--privacy span {
  display: block;
}

.heading--office {
  display: flex;
  flex-direction: column;
}


.heading--news::before {content: "NEWS";}
.page__heading--news::before {content: "NEWS";}

.heading--sns::before {content: "SNS";}
.heading--introduction::before {
  content: "INTRODUCTION";
  font-size: 70px;
}
@media screen and (max-width: 600px) {
  .heading--introduction::before {
    font-size: 40px;
  }
}

.heading--decision::before {content: "DECISION";}
.heading--policy::before {content:"POLICY";}
.heading--report::before {content:"REPORT";}
.heading--profile::before {content:"PROFILE";}
.heading--contact::before {content:"CONTACT";}
.heading--office::before {content:"OFFICE";}
.heading--other::before {content:"OTHERS";}
.page__heading--privacy::before {
  width: 100%;
  content:"";
}
.page__heading--thanks::before {content:""}

.heading--small {
   font-size: 20px;
}

/*■■■■■■■■■■■■■■■■■
ボタン共通パーツ
■■■■■■■■■■■■■■■■■*/
.btn__wrap {
  margin-top: 2em;
}
.btn {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 10px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
  background-color: #ffeb52;
  box-shadow: 0px 5px 6px  rgba(0, 0, 0, 0.2);
}
.btn__text {
  display: block;
  flex-grow: 1;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.btn__text--small {
  font-size: 12px;
}


/* フォーム送信ボタン */
.form-submit-btn__wrap {
  margin-top: 1em;
  margin: 0 auto;
  text-align: center;
}
.form-submit-btn {
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3381dd;
  color: #FFF;
  border: none;
}
.form-submit-btn::after {
  content: "";
  background-color: #FFF;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.form-submit-btn:hover::after {
  background-color: #FFF;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 20;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .header {
    /* padding: 25px 10px; */
  }
}

.header__wrap-upper {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .header__wrap-upper {
    padding: 0 60px 0 10px;
  }
}


.header-logo { width: 300px; }
@media screen and (max-width: 1024px) {
  .header-logo { width: 240px; }
}
.header-logo a img { width: 100%; }

.header__inner {
  display: flex;
  align-items: center;
}

.header__access {
  margin-right: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .header__access {
    display: none;
  }
}


.header__access p span {
  font-size: 180%;
}
@media screen and (max-width: 1024px) {
  .header__access p span {
    font-size: 150%;
  }
}


/* header__btn */
.header__btn { display: inline-block;}
.header__btn .btn {
  width: 240px;
}
.header__btn .btn  .btn__text {
  color: #3381dd;
}
.header__btn .btn:hover {
  opacity: 0.7;
}


.header__wrap-lower {
  width: 100%;
  background-color: #3381dd;
  color: #FFF;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header__wrap-lower {
    display: none;
  }
}

.header__menu ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.header__menu ul li a {
  text-align: center;
  position: relative;
  display: block;
  font-size: 18px;
  padding: 8px 0;
  width: 140px;
  font-weight: 500;
  color: #FFF;
  border-left: 1px solid #FFF;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .header__menu ul li a {
    padding: 8px 0;
    font-size: 16px;
    width: 110px;
  }
}

.header__menu ul li:last-of-type {
  border-right: 1px solid #FFF;
}

.header__menu ul li a:hover {
  background-color: #3e9fff;
}

.header__btn-wrap--sp {
  text-align: center;
  margin-top: 80px;
}
.header__menu--sp {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ハンバーガー トグルボタン */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

@media screen and (max-width: 768px) {
  .menu-btn {
    top: 10px;
    right: 10px;
    width: 40px;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #000;
  position: absolute;
  margin: auto;
  transition: 0.2s;
}

.menu-btn span:before {bottom: 8px;}
.menu-btn span:after {top: 8px;}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #FFF;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #FFF;
}

#menu-btn-check {
  display: none;/* チェックボックスを隠す.backBtn */
}

.menu-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*メニューを画面外へ*/
  background-color: rgba(50, 129, 220 ,0.9);
  color: #FFF;
  z-index: 80;
  transition: all 0.5s;
}

.menu-content ul {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .menu-content ul {
    padding: 100px 0 0;
  }
}
.menu-content ul li {
  list-style: none;
  margin-bottom: 1em;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 9px 15px 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .menu-content ul li a {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 9px 15px 10px 0;
  }
}
.menu-content ul li a:hover {
  opacity: 0.7;
}

#menu-btn-check:checked ~ .menu-content {
  left: 20%; /*メニューを画面内へ*/
}

.menu-access {
  text-align: center;
  margin-top: 40px;
}

.menu-access p span a {
  font-size: 140%;
  color: #FFF;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
              TOP-mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
  width: 100%;
  padding-top: 10px;
}

.mv__bg {
  width: 100%;
  height: 600px;
  margin-top: 50px;
  background-image: url(/wp-content/themes/tajiri-yamamoto-wp/img/bg_mv_sky.jpg);
  background-size: cover;
}
@media screen and (max-width: 1024px){
  .mv__bg {
    height: 500px;
  }
}
@media screen and (max-width: 768px){
  .mv__bg {
    height: 700px;
  }
}
@media screen and (max-width: 600px){
  .mv__bg {
    height: 140vw;
  }
}


.mv__wrap {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.mv__img-wrap {
  position: absolute;
  width: 580px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px){
  .mv__img-wrap {
    width: 480px;
  }
}
@media screen and (max-width: 768px){
  .mv__img-wrap {
    right: 0;
    left: 0;
    margin: auto;
    width: 500px;
  }
}
@media screen and (max-width: 600px){
  .mv__img-wrap {
    width: 100%;
  }
}


.mv__text-wrap {
  position: absolute;
  width: 40%;
  top: 30%;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px){
  .mv__text-wrap {
    position: static;
    padding-top: 60px;
    width: 80%;
  }
}
@media screen and (max-width: 600px){
  .mv__text-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }
}

.mv__text--first {
  font-family: "Sawarabi Mincho", serif;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #FFF;
  text-shadow: 0px 5px 6px  rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
  .mv__text--first {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px){
  .mv__text--first {
    font-size: 60px;
  }
}
@media screen and (max-width: 600px){
  .mv__text--first {
    font-size: 12vw;
  }
}
@media screen and (max-width: 400px){
  .mv__text--first {
    margin-bottom: 10px;
  }
}

.mv__text--second {
  font-size: 28px;
  font-family: "Sawarabi Mincho", serif;
}
@media screen and (max-width: 768px){
  .mv__text--second {
    font-size: 20px;
  }
}

.mv__sign {
  display: block;
  padding-left: 30px;
  width: 270px;
}
@media screen and (max-width: 1024px){
  .mv__sign {
    width: 200px;
  }
}
@media screen and (max-width: 768px){
  .mv__sign {
    display: inline-block;
    width: 180px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 400px){
  .mv__sign {
    width: 40vw;
  }
}

.mv__intro {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  background-image: url(/wp-content/themes/tajiri-yamamoto-wp/img/bg_brush.png);
  background-size: contain ;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .mv__intro {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px){
  .mv__intro {
    font-size: 22px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        TOP-news
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.news-btn__wrap {
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  margin-top: 10px;
}

.news-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  padding-right: 30px;
  transition: 0.2s;
  position: relative;
}
.news-btn::before {
  content:"";
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color:#3381dd;
}
.news-btn::after {
  content: "";
  position: absolute;
  right: 5px;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: block;
}
.news-btn:hover {
  opacity: 0.7;
}


.top-news__list {
  width: 100%;
  padding: 40px;
  /* border-radius: 10px; */
  background-color: #e1f3ff;
}
@media screen and (max-width: 768px){
  .top-news__list {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 500px){
  .top-news__list {
    padding: 5px;
  }
}

.top-news__item  {
  list-style-type: none;
  padding: 10px;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px){
  .top-news__item  {
    margin-bottom: 1em;
  }
}

.top-news__item a {
  display: flex;
  vertical-align: top;
  gap: 1em;
}
@media screen and (max-width: 768px){
  .top-news__item a {
    flex-direction: column;
  }
}

.top-news__item a:hover {
  opacity: .7;
}

.news__date-wrap {
  display: flex;
  align-items: center;
}

.news__date {
  font-size: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px){
  .top-news__item a .news__date {
    margin-left: 0;
  }
}

.top-news__title {
  display: inline-block;
  width: 80%;
  margin-left: auto;
  flex-shrink: 1;
}
@media screen and (max-width: 1080px){
  .top-news__title {
    width: 100%;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
              TOP-pledge
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.pledge-heading {
  color: #3381dd;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .pledge-heading {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}

.pledge-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .pledge-heading span {
    font-size: 14px;
  }
}


.pledge-heading span::before {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background-color: #3381dd;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .pledge-heading span::before {
    width: 40px;
  }
}

.pledge-heading span::after {
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  background-color: #3381dd;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .pledge-heading span::after {
    width: 40px;
  }
}

.pledge__inner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #3381dd;
}
@media screen and (max-width: 768px){
  .pledge__inner-item {
    flex-direction: column;
  }
}


.pledge__inner-heading {
  background-color: #3381dd;
  color: #FFF;
  display: inline-block;
  width: 260px;
  height: 160px;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
@media screen and (max-width: 768px){
  .pledge__inner-heading {
    width: 250px;
    height: 160px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    clip-path: polygon(0% 0%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    text-align: center;
    margin-bottom: 20px;
  }
}

.pledge__inner-heading .highlight {
  background-color: #ffeb52;
  color: #3381dd;
  font-size: 120%;
  font-weight: 600;
  padding: 0 4px;
  margin: 0 4px;
}

.pledge__inner-heading-number {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .pledge__inner-heading-number {
    margin-bottom: 0;
  }
}

.pledge__inner-heading-number span {
  font-size: 140%;
}

.pledge__inner-heading--koyaku {
  height: 100px;
  line-height: 80px;
}
@media screen and (max-width: 768px){
  .pledge__inner-heading--koyaku {
    line-height: 70px;
  }
}

.pledge__list {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px){
  .pledge__list {
    width: 100%;
  }
}


.pledge__list li {
  text-indent: -1em;
  margin-left: 1em;
}
.pledge__list li.marker::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #3281dd;
  border-radius: 50%;
}

.pledge__list li.no-marker {
  text-indent: 0;
  margin-left: 1em;
}
.pledge__list li.no-marker::before {
  background-color: none;
}

.pledge__list li .highlight {
  background:linear-gradient(transparent 60%, #fcefb9 60%);
  font-weight: 500;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        SNS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.sns__wrap {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}


.sns__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .sns__inner {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}


.sns__youtube-wrap {
  width: 80%;
  margin: 0 auto;
}
.sns__bnr {
  transition: 0.2s;
}
.sns__bnr:hover {
  opacity: 0.7;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        introduction
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.introduction__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .introduction__wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px){
  .introduction__wrap {
    margin-bottom: 40px;
  }
}

.introduction__name {
  font-size: 36px;
  font-weight: 600;
}

.introduction__post {
  font-size: 14px;
  display: block;
}


.introduction__img {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .introduction__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px){
  .introduction__img {
    width: 80%;
  }
}

.introduction__img img {
  width: 100%;
  margin: 0 auto;
}


.introduction__text {
  width: 50%;
}
@media screen and (max-width: 768px){
  .introduction__text {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px){
  .introduction__text {
    width: 100%;
  }
}

.introduction__text p {
  margin-bottom: 1em;
  line-height: 1.8;
}



.top__note {
  margin-top: 20px;
  text-align: right;
}

.introduction__youtube-heading {
  color: #3381dd;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.introduction__youtube-heading::before {
  content:"＼";
  font-size: 140%;
  margin-right: 10px;
}
.introduction__youtube-heading::after {
  content:"／";
  font-size: 140%;
  margin-left: 10px;
}


.introduction__youtube-wrap {
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.introduction__youtube-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            decision
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.decision {
  max-width: 1200px;
  margin: 0 auto;
}
.decision__wrap {
  width: 100%;
  position: relative;
  height: 500px;
  width: 90%;
  max-width: 1200px;
  background-size: cover;
}

/*■■■■■■■■■■■■■■■■■
パララックス用
■■■■■■■■■■■■■■■■■*/
.parallax {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin-inline: auto;
}

.parallax-img img {
  width: 100%;
}

.decision__txt-wrap {
  position: absolute;
  right: -10%;
  top:60%;
  transform: translateY(-50%);
  width: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-shadow: 0px 5px 6px  rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px){
  .decision__txt-wrap {
    width: 70%;
    top:70%;
  }
}
@media screen and (max-width: 500px){
  .decision__txt-wrap {
    width: 95%;
    top:80%;
  }
}

.decision__img-wrap {
  width: 20%;
  position: absolute;
  left: 42%;
  top: 0%;
  z-index: 2;
}
@media screen and (max-width: 1024px){
  .decision__img-wrap {
    width: 28%;
    left: 36%;
    top: 0%;
  }
}
@media screen and (max-width: 768px){
  .decision__img-wrap {
    width: 37%;
    left: 40%;
    top: -10%;
  }
}
@media screen and (max-width: 500px){
  .decision__img-wrap {
    width: 50%;
    left: 60%;
    top: 0%;
  }
}

.decision__img-wrap img {
  aspect-ratio: 1 / 1;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            office
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.office {
  background-color: aaa;
}
.office__wrap {
  background-color: #FFF;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 500px){
  .office__wrap {
    padding: 20px;
  }
}


.office__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px){
  .office__list {
    flex-direction: column;
  }
}

.office__list dt {
  width: 30%;
  font-weight: 600;
}
@media screen and (max-width: 500px){
  .office__list dt {
    width: 100%;
  }
}

.office__list dd {
  width: 70%;
}
@media screen and (max-width: 500px){
  .office__list dd {
    width: 100%;
  }
}

.office__list dt,
.office__list dd {
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 500px){
  .office__list dt {
    padding: 0;
    padding-top: 10px;
    border-bottom: none;
  }
  .office__list dd {
    padding: 5px 0;
    border-bottom: 1px solid #D6D6D6;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        活動報告書
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.report___wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.report__inner {
  width: 48%;
}
.report__inner:hover {
  opacity: 0.7;
}

.report__backnumber-heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px){
  .report__backnumber-heading {
    font-size: 18px;
  }
}

.report__backnumber-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.report__backnumber-item {
  display: inline-block;
}
.report__backnumber-item:hover {
  opacity: 0.7;
}


.report__backnumber-link {
  display: flex;
}

.report__backnumber-date {
  font-weight: 600;
  margin-right: 20px;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
       政策
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.policy__wrap{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.policy__list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .policy__list {
    width: 90%;
  }
}

.policy__item {
  background-color: #e1f3ff;
  height: 520px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
  .policy__item {
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px){
  .policy__item {
    padding: 20px;
  }
}


.policy__item--y {
  background-color: #fcefb9;
}

.policy__item-txt-wrap{
  width: 45%;
}
@media screen and (max-width: 768px){
  .policy__item-txt-wrap{
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .policy__item-txt-wrap{
    margin-bottom: 20px;
  }
}

.policy__item-img-wrap {
  width: 50%;
}
@media screen and (max-width: 768px){
  .policy__item-img-wrap{
    width: 80%;
    margin-top: 20px;
  }
}

.policy__item-img-wrap img {
  aspect-ratio: 4 / 3;
  width: 100%;
  object-fit: cover;
}

.policy__item-number-wrap {
  display: flex;
  align-items: center;
}

.policy__item-number {
  font-size: 40px;
  color: #3381dd;
  margin-right: 20px;
  font-weight: 600;
}

.policy__item-label {
  display: inline-block;
  background-color: #FFF;
  color: #3381dd;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
}

.policy__item-heading {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px){
  .policy__item-heading {
    font-size: 20px;
  }
}

.policy__para {
  font-size: 18px;
}
@media screen and (max-width: 500px){
  .policy__para {
    font-size: 16px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        プロフィール
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.profile__intro {
  width: 70%;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 500px){
  .profile__intro {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.profile__intro-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px){
  .profile__intro-heading {
    margin-bottom: 10px;
  }
}

.profile__flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px){
  .profile__flow-item {
    display: flex;
    flex-direction: column-reverse;
  }
}

.profile__flow-item--reverce {
  flex-direction: row-reverse;
}
@media screen and (max-width: 500px){
  .profile__flow-item--reverce {
    display: flex;
    flex-direction: column-reverse;
  }
}


.profile__flow-img {
  width: 45%;
}
@media screen and (max-width: 500px){
  .profile__flow-img {
    width: 80%;
  }
}

.profile__flow-img img {
  aspect-ratio: 4 / 3 ;
  object-fit: cover;
  border-radius: 8px;
}

.profile__flow-heading {
  font-size: 24px;
  font-weight: 600;
  color: #3381dd;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px){
  .profile__flow-heading {
    text-align: center;
  }
}

.profile__flow-txt {
  width: 45%;
}
@media screen and (max-width: 500px){
  .profile__flow-txt {
    width: 100%;
  }
}

@media screen and (max-width: 500px){
.profile__flow-para {
  margin-bottom: 20px;
}
}

.profile__triangle {
  display: block;
  margin: 0 auto;
  background-color: #e1f3ff;
  width: 50px;
  height: 50px;
  clip-path: polygon(0 0, 100% 0%, 50% 50%);
  position: relative;
}



.profile__recent {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 500px){
  .profile__recent {
    width: 100%;
  }
}

.profile__recent-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.profile__recent-heading span {
  font-size: 28px;
  color: #3381dd;
}

.profile__recent-img-wrap {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9 ;
  position: relative;
  top: 0;
  left: 0;
}
.profile__recent-img {
  position: absolute;
  inset: 0;
  /* width: 100%; */
}

.profile__recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.profile__recent-img--1 {
  animation: image-switch-animation_1 12s infinite;
}
.profile__recent-img--2 {
  animation: image-switch-animation_2 12s infinite;
}
@keyframes image-switch-animation_1 {
  0%   { opacity: 1; }
  20%  { opacity: 1; }

  30%  { opacity: 0; }
  70%  { opacity: 0; }

  80%  { opacity: 1; }
  100% { opacity: 1; }
}
@keyframes image-switch-animation_2 {
  0%   { opacity: 0; }
  20%  { opacity: 0; }

  30%  { opacity: 1; }
  70%  { opacity: 1; }

  80%  { opacity: 0; }
  100% { opacity: 0; }
}

.profile__recent-para {
  margin-bottom: 20px;
  font-size: 18px;
}
.profile__recent-para--sub {
  margin-bottom: 20px;
  font-size: 14px;
}

.profile__illust-wrap {
  width: 400px;
  margin: 40px auto 0;
}
@media screen and (max-width: 500px){
  .profile__illust-wrap {
    width: 320px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        ご意見・お問い合わせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
input, textarea, select {
  box-sizing: border-box;  /* パディング・枠を内側で計算 */
  width: 100%;
  max-width: 100%;
}

.contact__para {
  text-align: center;
  margin-bottom: 40px;
}

.contact__txt-wrap {
  text-align: center;
  margin-bottom: 40px;
}


.contact__container {
  background-color: #FFF;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 30px 20px 0;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  background-color: #fcefb9;
}
@media screen and (max-width: 500px){
  .contact-form {
    padding: 20px 10px;
  }
}

.contact-form__heading {
  font-size: 20px;
  margin-bottom: 10px;
}

.contact-form-item {
  padding-bottom: 20px;
}

.contact-form-item-ttl {
  display: flex;
  align-self: center;
  margin-bottom: 5px;
}

.form-required::after {
  content: "必須";
  background-color: #3381dd;
  color: #FFF;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  margin-left: 10px;
}


.contact-form-input {
  width: 100%;
  height: 2.5rem;
  font-size: 16px;
  border: none;
}
@media screen and (max-width: 500px){
  .contact-form-input {
    width: 100%;
    height: 2rem;
  }
}

.contact-form-textarea {
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 20px;
}

.contact-form-checkbox-list {
  display: flex;
  flex-direction: column;
}
.contact-form-checkbox-list li {
  position: relative;
  display: inline-block;
}
.contact-form-checkbox-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2em;
  cursor: pointer;
}


.form-note {
  font-weight: 500;
  margin-bottom: 10px;
}
.form-note span {
  text-decoration: underline;
}

.contact-form-inner {
  padding-left: 2em;
}
@media screen and (max-width: 768px){
  .contact-form-inner {
    padding-left: 0;
  }
}

.form-recaptcha-txt {
  display: block;
  width: 80%;
  max-width: 1000px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  .form-recaptcha-txt {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
  }
}


.form-recaptcha-txt a {
  text-decoration: underline;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  position: relative;
}

.footer {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  width: 100%;
  background-color: #3381dd;
  padding-top: 20px;
}

.footer__wrap {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    width: 96%;
  }
}

.footer__inner {
  border-bottom: 1px solid #FFF;
  padding: 20px 0 10px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 10px 0;
  }
}

.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__main {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__link-wrap {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer__link-wrap {
    margin-right: auto;
  }
}

.footer-logo__wrap {
  width: 300px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .footer-logo__wrap {
    margin-bottom: 20px;
  }
}

.footer-logo__wrap img {
  width: 100%;
}

.footer__link-btn {
  border: 1px solid #FFF;
  padding: 5px 10px;
  border-radius: 2px;
}

.footer__link-wrap a {
  color: #FFF;
}



.copyright {
  text-align: right;
  font-size: 12px;
  padding: 10px 0;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                backBtn
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.backBtn {
  height: 100px;
  width: 100px;
  position: fixed;
  right: 5px;
  bottom: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .backBtn {
    right: 5px;
    bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .backBtn {
    height: 70px;
    width: 70px;
    right: 5px;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        下層-News一覧
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.news {
  background-color: #e1f3ff;
  padding: 160px 0 80px;
}
@media screen and (max-width: 500px){
  .news {
    padding: 120px 0 80px;
  }
}

.news__container {
  margin: 0 auto;
  padding-top: 40px;
  background-color: #FFF;
}

.news-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 768px){
  .news-wrap {
    display: block;
  }
}

.news__list--main {
  width: 73%;
}
@media screen and (max-width: 768px){
  .news__list--main {
    width: 100%;
  }
}

.news__item {
  padding: 10px 0;
  border-bottom: 1px solid #D6D6D6;
}
.news__item:first-of-type {
  padding-top: 0;
}

.news__link {
  height: 100%;
}

.news__category {
  display: block;
  text-align: center;
  font-size: 12px;
  width: 100px;
  background-color: #3381dd;
  color: #FFF;
  margin-left: 20px;
}

.news__category a {
  width: 100%;
  height: 100%;
  color: #FFF;
}

.news__title a {
  display: block;
  width: 100%;
  height: 100%;
}
.news__title a:hover {
  opacity: .7;
}

.news-sub {
  width: 23%;
  background-color: #e1f3ff;
}
@media screen and (max-width: 768px){
  .news-sub {
    width: 100%;
  }
}

.news-sub__category {
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .news-sub__category {
    justify-content: normal;
  }
}

.news-sub__title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-sub__btn a {
  background-color: #3381dd;
  color: #FFF;
  display: inline-block;
  font-size: 0.8rem;
  width: 100px;
  padding: 2px 0;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 768px){
  .news-sub__btn a {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.news-sub__btn a:hover {
  background-color: #ffeb52;
  color: #000;
}



/*■■■■■■■■■■■■■■■
News個別記事ページ
■■■■■■■■■■■■■■■*/
.news__article {
  margin: 20px 0 0;
}

.news__article p {
  margin-bottom: 10px;
}

.news__article p img {
  display: block;
  width: 80%;
  margin: 40px auto;
}


/*■■■■■■■■■■■■■■■
  個別記事ナビ
■■■■■■■■■■■■■■■*/
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 10%;
  margin: 20px auto 0;
}

.news__container .nav-links {
  width: 100%;
}

.nav-previous {
  text-align: left;
  width: 33%;
}
@media screen and (max-width: 500px){
  .news .nav-previous {
    width: 45%;
  }
}
.nav-return {
  text-align: center;
  width: 33%;
}

.nav-next {
  text-align: right;
  width: 33%;
}
@media screen and (max-width: 500px){
  .news .nav-next {
    width: 45%;
  }
}

.nav-previous a,
.nav-next a,
.nav-return a {
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  line-height: 22px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.nav-top a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 22px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        下層-Privacy
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.privacy {
  background-color: #e1f3ff;
  padding: 160px 0 80px;
}
@media screen and (max-width: 500px){
  .privacy {
    padding: 120px 0 80px;
  }
}

.privacy__container {
  margin: 0 auto;
  padding-top: 40px;
  background-color: #FFF;
}

.privacy-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 768px){
  .privacy-wrap {
    display: block;
  }
}

.privacy__article {
  margin: 25px 0 0;
}

.privacy__para {
  margin-bottom: 1em;
}

.privacy__para-head {
  font-weight: 600;
}

.privacy__para-list {
  margin-bottom: 1em;
  list-style-position: inside;
}
.privacy__para-list li {
  text-indent: -1em;
  padding-left: 1em;
  list-style-type: disc !important;
}


.privacy__anker {
  display: inline-block;
  text-decoration: underline;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        セクション間余白
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.anker-margin {height: 130px;}
@media screen and (max-width: 768px) {
  .anker-margin {height: 80px;}
}

.mv { margin-bottom: 60px; }
.top-news { margin-bottom: 60px; }
.sns { margin-bottom: 60px;}
.introduction{ margin-bottom: 180px; }
.decision { margin-bottom: 100px; }
.policy { margin-bottom: 100px; }
.report { margin-bottom: 100px; }
.profile { margin-bottom: 100px; }
.contact { margin-bottom: 100px; }
.office { margin-bottom: 120px; }


@media screen and (max-width: 768px){
  .mv { margin-bottom: 60px; }
  .top-news { margin-bottom: 60px; }
  .sns { margin-bottom: 60px;}
  .introduction{ margin-bottom: 100px; }
  .decision { margin-bottom: 100px; }
  .policy { margin-bottom: 50px; }
  .report { margin-bottom: 100px; }
  .profile { margin-bottom: 40px; }
  .contact { margin-bottom: 100px; }
  .office { margin-bottom: 60px; }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ローディング画面
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fadeIn {display: none;}

#loading {
width: 100vw;
height: 100vh;
position: fixed;
background-color: #FFF;
z-index: 999;
inset: 0;/* 画面全体に要素を広げる */
display: grid;/* 子要素をグリッドで配置 */
place-items: center;/* 子要素を中央へ */
transition: opacity 0.8s ease, visibility 0.8s ease;
}

/* ロードが完了した時 */
.loadEnd {
opacity: 0;
visibility: hidden;
}


.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #3281dd;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
WP用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* 送信スピナー非表示 */
div.wpcf7 .wpcf7-spinner {display: block;}
.red {color: #FF0000;}

/* reCAPTHA 保護マーク非表示 */
.grecaptcha-badge { visibility: hidden; }


/* ページネーション左右アイコン */
svg.icon {
  width: 1em;
  height: 1em;
}