@charset "UTF-8";
/*
Theme Name: kufs-official
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
:root {
  --main-en: clamp(3.5rem, 6vw, 15rem);
  --main-jp: clamp(2rem, 2vw, 10rem);
  --tit-en: clamp(4rem, 6vw, 15rem);
  --tit-en-sub: clamp(3.5rem, 4.5vw, 14rem);
  --sec-head-tit: clamp(3rem, 4vw, 6rem);
  --se-en: clamp(1.6rem, 3vw, 5rem);
  --catch-jp: clamp(1.6rem, 2vw, 3rem);
  --catch-en: clamp(2.3rem, 3vw, 4rem);
  --presi-voice: clamp(2.3rem, 2.5vw, 4rem);
  --name: clamp(2.5rem, 2vw, 3rem);
  --label: clamp(1.3rem, 1.2vw, 1.5rem);
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #fcfcfc;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}

@media only screen and (min-width: 1441px) {
  body {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1920px) {
  body {
    font-size: 1.6rem;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(3, 95, 168, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::selection {
  color: #FFFFFF;
  background: #036dc1;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .l-header {
    padding: 15px 30px;
    padding: 10px 30px;
  }
}

.l-header h1 {
  width: 20%;
  min-width: 290px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 {
    min-width: 320px;
  }
}

@media only screen and (min-width: 1441px) {
  .l-header h1 {
    min-width: 350px;
  }
}

.l-header h1 img {
  width: 200px;
}

@media only screen and (min-width: 1025px) {
  .l-header h1 img {
    width: auto;
  }
}

.l-header .header-inner {
  width: 70%;
  margin-left: auto;
  display: none;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .l-header .header-inner {
    display: inline-block;
  }
}

@media only screen and (min-width: 1280px) {
  .l-header .header-inner {
    font-size: 1.6rem;
  }
}

.l-header .head-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .head-up ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .head-up ul li {
  margin: 0 1.5vw;
  white-space: nowrap;
}

.l-header .head-up .sns {
  margin: 0 1.5vw;
}

.l-header .head-up .sns li {
  margin: 0 10px;
}

.l-header .head-up .btn-private {
  margin-top: 3px;
  font-size: 1.3rem;
}

.l-header .head-up .btn-private a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 100px;
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header .head-up .btn-private a::before {
  content: "";
  display: block;
  background: url(images/key.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .5rem;
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-header .global ul li {
  position: relative;
}

.l-header .global ul li a {
  position: relative;
}

.l-header .global ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #035fa8;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header .global ul li a:hover::after {
  width: 100%;
}

.l-header .global ul li:hover .sub-nav {
  opacity: 1;
  top: 50px;
  visibility: visible;
}

.l-header .global .sub-nav {
  background: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-box-shadow: 0px -2px 16px -10px #030303;
  box-shadow: 0px -2px 16px -10px #030303;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
}

.l-header .global .sub-nav li:last-child a {
  margin-bottom: 0;
}

.l-header .global .sub-nav a {
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}

.l-header .global .sub-nav i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem;
  color: #035fa8;
}

.l-header .global .sub-nav.side-r {
  right: 0;
  left: inherit;
}

.l-header .global .sub-nav.side-wide {
  width: 250px;
}

.l-header .fix-contact {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-header .fix-contact {
    display: inherit;
  }
}

.l-header .fix-contact a {
  background: #ffd117;
  display: block;
  position: fixed;
  right: 0;
  bottom: 30%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: block;
  padding: 20px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-size: 1.8rem;
  letter-spacing: .2rem;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-header .fix-contact a:hover {
  background: #ffbd05;
}

.l-header .fix-contact a i {
  position: relative;
  left: 1px;
  margin-bottom: .5rem;
}

.l-header.fixed {
  height: 80px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px -2px 16px -10px #030303;
  box-shadow: 0px -2px 16px -10px #030303;
}

@media only screen and (min-width: 1025px) {
  .l-header.fixed {
    height: 100px;
  }
}

.l-header.fixed h1 {
  width: 100px;
}

.l-header.fixed .head-up {
  margin-bottom: 0px;
}

.main-mv {
  width: 100%;
  height: calc(80vh - 110px);
  margin-top: 110px;
  height: calc(80dvh - 110px);
  background: url(images/obj01.png) right bottom/contain no-repeat;
  background-size: 50%;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .main-mv {
    height: calc(100vh - 150px);
    margin-top: 150px;
    height: calc(100dvh - 150px);
  }
}

.main-mv .swiper-pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: 100vw !important;
  padding-right: 50px;
}

@media only screen and (min-width: 1025px) {
  .main-mv .swiper-pagination {
    padding-right: 140px;
  }
}

.main-mv .swiper {
  overflow: visible;
}

.main-mv #mv {
  width: 87%;
  float: left;
  position: relative;
  top: -20px;
}

@media only screen and (min-width: 1025px) {
  .main-mv #mv {
    width: 75%;
  }
}

.main-mv .main-en {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  margin: auto;
  z-index: 10;
  font-size: var(--main-en);
  line-height: 1;
  text-align: right;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #035fa8;
  text-shadow: white 0 0 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .main-mv .main-en {
    right: 130px;
    top: 50%;
    text-shadow: white 0 0 20px, white 0px 0px 20px, white 0px 0px 20px;
    letter-spacing: .5rem;
    padding: 0;
    padding: 10px;
  }
}

.main-mv .main-jp {
  position: absolute;
  right: 20px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  margin-top: 20vw;
  font-size: var(--main-jp);
  line-height: 1.5;
  text-shadow: white 0 0 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px, white 0px 0px 10px;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .main-mv .main-jp {
    margin-top: 10vw;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .main-mv .main-jp {
    right: 130px;
    top: 50%;
    margin-top: 13vw;
    padding: 10px;
  }
}

.main-mv .scroll {
  position: absolute;
  right: 50px;
  bottom: 0%;
  color: #035fa8;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .main-mv .scroll {
    bottom: 3%;
    display: block;
  }
}

.main-mv .scroll span {
  display: block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: -102px;
  left: -0px;
}

.main-mv .scroll::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 1px;
  background: #035fa8;
  -webkit-animation: cline 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  animation: cline 2s cubic-bezier(0.66, 0.06, 0.42, 0.9) infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes cline {
  0% {
    bottom: 60px;
    height: 0;
    opacity: 0;
  }
  50% {
    bottom: 0;
    height: 60px;
    opacity: 1;
  }
  51% {
    bottom: 0;
    height: 60px;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}

.main-mv .swiper-slide {
  width: 100%;
  height: calc(80vh - 110px);
  height: calc(80dvh - 110px);
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .main-mv .swiper-slide {
    height: calc(100vh - 150px);
    height: calc(100dvh - 150px);
  }
}

.main-mv .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

section.topsns {
  text-align: center;
  background: #F5F6FA;
  max-width: 1000px;
  border-radius: 30px;
  width: 90%;
  margin: 8vw auto 0;
  padding: 40px;
}

@media only screen and (min-width: 1025px) {
  section.topsns {
    padding: 80px;
    border-radius: 50px;
  }
}

section.topsns .sns-column {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.topsns .sns-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

section.topsns .sns-column ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section.topsns .sns-column ul li {
  margin: 0 1vw;
  background: #FFFFFF;
  border-radius: 50px;
  width: 50px;
  width: 50px;
  padding: 10px;
  line-height: 1.5;
  -webkit-transition: .5s;
  transition: .5s;
}

section.topsns .sns-column ul li:hover {
  background: #035fa8;
}

section.topsns .sns-column ul li:hover i {
  color: #FFFFFF;
}

section.topsns .sns-column ul li i {
  font-size: 2.3rem;
}

section.topsns .sns-column .sns-tit {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  section.topsns .sns-column .sns-tit {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  section.topsns .sns-column .sns-tit br {
    display: none;
  }
}

section.topsns .sns-column .sns-l {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  section.topsns .sns-column .sns-l {
    margin-right: 5vw;
    padding-right: 5vw;
    border-right: 1px dotted #000000;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.topsns .sns-column .sns-r {
    margin-left: 5vw;
  }
}

section.top-topics {
  background: url(images/obj02.png) right top 1vw no-repeat;
  background-size: 100%;
  margin-top: 5vw;
  padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  section.top-topics {
    background-size: 50%;
    padding-bottom: 10vw;
  }
}

section.top-topics .topics-tit {
  width: 90%;
  margin: 0 auto 0px;
}

@media only screen and (min-width: 1025px) {
  section.top-topics .topics-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 50px;
  }
}

section.top-topics .topics-tit .tit-en {
  margin-right: 10vw;
}

section.top-topics .topics-tit nav {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  section.top-topics .topics-tit nav {
    margin-top: 0;
  }
}

section.top-topics .topics-tit nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  section.top-topics .topics-tit nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

section.top-topics .topics-tit nav ul li {
  margin-right: 5vw;
}

section.top-topics .topics-tit nav ul li a {
  display: block;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1.5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  section.top-topics .topics-tit nav ul li a {
    padding: 10px 40px;
    font-size: 1.8rem;
  }
}

section.top-topics .topics-tit nav ul li a:hover {
  background: #035fa8;
  color: #FFFFFF;
}

section.top-topics .topics-tit nav ul li.is-active a {
  background: #035fa8;
  color: #FFFFFF;
}

section.top-about {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  section.top-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  section.top-about .tit-block {
    text-align: right;
  }
}

section.top-about .about-r {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  section.top-about .about-r {
    width: 50%;
  }
}

section.top-about .about-r img {
  height: auto;
  width: 100%;
}

section.top-about .about-l {
  width: 90%;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 1025px) {
  section.top-about .about-l {
    width: 45%;
    padding-right: 5vw;
    margin-bottom: 0;
  }
}

section.top-about .about-l .txt {
  margin-top: 40px;
}

section.top-event {
  padding-top: 15vw;
  padding-left: 5vw;
  background: url(images/obj03.png) right top 4vw no-repeat;
  background-size: 100%;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  section.top-event {
    margin-top: 0;
    background-size: 85%;
    padding-bottom: 15vw;
  }
}

@media only screen and (min-width: 1441px) {
  section.top-event {
    background: url(images/obj03_w.png) right top 4vw no-repeat;
    background-size: 85%;
  }
}

section.top-event #event-slide {
  margin-top: 1vw;
  padding-right: 20%;
}

section.top-event #event-slide .swiper-wrapper {
  padding: 4vw 3vw;
}

@media only screen and (min-width: 1025px) {
  section.top-event #event-slide .swiper-wrapper {
    padding: 2vw 1vw;
  }
}

section.top-event a.event-link {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
  padding: 20px;
  border-radius: 10px;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

section.top-event a.event-link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

section.top-event .ev-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5vw;
}

section.top-event .ev-inner .swiper-btn-wrap {
  position: relative;
  margin-left: auto;
  margin-right: 50px;
}

@media only screen and (min-width: 1025px) {
  section.top-event .ev-inner .swiper-btn-wrap {
    margin-right: 150px;
  }
}

section.top-event .ev-inner .swiper-btn-wrap #ev-slide-next {
  right: 0;
  left: 0;
}

section.top-event .ev-inner .swiper-btn-wrap #ev-slide-prev {
  right: 0;
  left: -70px;
}

@media only screen and (min-width: 1025px) {
  section.top-event .ev-inner .swiper-btn-wrap #ev-slide-prev {
    left: -80px;
  }
}

section.top-event .ev-block .pic {
  position: relative;
}

section.top-event .ev-block .pic span {
  font-size: 1.3rem;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #035fa8;
  color: #FFFFFF;
  border-radius: 50px;
  line-height: 1;
  padding: 9px 16px 6px;
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  section.top-event .ev-block .pic span {
    top: 1vw;
    left: 1vw;
    font-size: 1.6rem;
  }
}

section.top-event .ev-block .pic span.kyotosanpo {
  background: #4b3d74;
}

section.top-event .ev-block .pic img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4.5 / 3;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

section.top-event .ev-block .date {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555;
}

section.top-event .ev-block h4 {
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}

section.top-event .ev-block .txt {
  font-size: 1.3rem;
}

@media only screen and (min-width: 1025px) {
  section.top-event .ev-block .txt {
    line-height: 1.7;
    font-size: 1.5rem;
  }
}

section.top-event .ev-block .ev-detail {
  padding: 10px;
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #035fa8;
}

.top-subcon {
  max-width: 1300px;
  width: 90%;
  margin: 100px auto 0;
  background: url(images/obj04.png) center center no-repeat;
  background-size: 100%;
}

@media only screen and (min-width: 1025px) {
  .top-subcon {
    background-size: 40%;
    margin: 0 auto;
  }
}

.top-subcon .tit-block .tit-en {
  font-size: var(--tit-en-sub);
}

.top-subcon .subcon-column {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .top-subcon .subcon-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.top-subcon .subcon-column:nth-child(1) {
  margin-bottom: 80px;
}

@media only screen and (min-width: 1025px) {
  .top-subcon .subcon-column:nth-child(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    margin-bottom: 3vw;
  }
}

.top-subcon .subcon-column .sub-l {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .top-subcon .subcon-column .sub-l {
    width: 47%;
  }
}

.top-subcon .subcon-column .sub-r {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .top-subcon .subcon-column .sub-r {
    width: 50%;
    margin-top: 0;
  }
}

.top-subcon .subcon-column .sub-r img {
  width: 100%;
  height: auto;
}

.top-access {
  margin-top: 4vw;
  background: url(images/obj06.png) left center no-repeat;
  background-size: 25%;
  padding-bottom: 5vw;
  margin-top: 50px;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 1025px) {
  .top-access {
    margin-top: 0;
  }
}

.top-access .tit-block {
  margin-left: 5vw;
}

@media only screen and (min-width: 1025px) {
  .top-access .tit-block {
    text-align: right;
    margin-right: 5vw;
    margin-left: 0;
  }
}

.top-access .map-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-access .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
  /* 比率を4:3に固定 */
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .top-access .map {
    padding-top: 30%;
    /* 比率を4:3に固定 */
    width: 90%;
    margin-top: 3vw;
  }
}

.top-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .top-access .map iframe {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.top-interview {
  padding-top: 9vw;
  background: url(images/obj05.png) right top 7vw no-repeat;
  background-size: 100%;
  padding-bottom: 6vw;
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .top-interview {
    margin-top: 0;
    background-size: 80%;
  }
}

.top-interview .tit-block {
  width: 90%;
  margin: auto;
}

.top-interview #interview-slide {
  margin-top: 4vw;
}

.top-interview #interview-slide .swiper-wrapper {
  padding: 2vw 1vw 6vw 1vw;
}

@media only screen and (min-width: 1025px) {
  .top-interview #interview-slide .swiper-wrapper {
    padding: 2vw 1vw 4vw 1vw;
  }
}

.top-interview #interview-slide .swiper-pagination {
  bottom: -5px;
}

@media only screen and (min-width: 1025px) {
  .top-interview #interview-slide .swiper-pagination {
    bottom: 0;
  }
}

.top-interview #interview-slide .swiper-button-next {
  right: 6vw;
  top: 40%;
}

@media only screen and (min-width: 1025px) {
  .top-interview #interview-slide .swiper-button-next {
    right: 10vw;
  }
}

.top-interview #interview-slide .swiper-button-prev {
  left: 6vw;
  top: 40%;
}

.st-block a {
  display: block;
}

.st-block a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.st-block .pic {
  position: relative;
}

.st-block .pic img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1.2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.st-block .pic .label {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #035fa8;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1025px) {
  .st-block .pic .label {
    top: 1vw;
    left: 1vw;
    padding: 7px 20px;
    font-size: 1.7rem;
  }
}

.st-block .pic .name {
  background: #FFFFFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
  border-radius: 5px;
  padding: 10px;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 1025px) {
  .st-block .pic .name {
    top: 1vw;
    right: 1vw;
  }
}

.st-block .voice {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .st-block .voice {
    font-size: 2rem;
    line-height: 1.8;
  }
}

/* タブ */
.tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .tab-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.tab-list > div {
  margin-right: 5vw;
  display: block;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 1.5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .tab-list > div {
    padding: 10px 40px;
    font-size: 1.8rem;
  }
}

.tab-list > div:hover {
  background: #035fa8;
  color: #FFFFFF;
}

/* タブをクリックした時 ホバーした時 */
.tab-item:hover, .tab-item.is-active {
  color: #FFFFFF;
  background: #035fa8;
}

/* パネル */
.panel-item {
  display: none;
  width: 100%;
  padding: 40px 30px;
}

.panel-item.is-active {
  display: block;
  -webkit-animation: panel-show .9s ease-in-out forwards;
  animation: panel-show .9s ease-in-out forwards;
}

/* パネル切り替えのアニメーション */
@-webkit-keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ----------------------------------

共通パーツ

---------------------------------- */
.wp-pagenavi {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 20px;
  text-align: center;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 12px;
  line-height: 32px;
  color: #111111;
  background: #f2f2f2;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 20px;
}

.wp-pagenavi a:hover {
  color: #FFFFFF;
  background: #035fa8;
}

.wp-pagenavi .current {
  font-weight: bold;
  color: #FFFFFF;
  background: #035fa8;
}

.topics-column {
  width: 90%;
  margin: auto;
}

.topics-column::after {
  content: "";
  display: block;
  width: 31%;
}

@media only screen and (min-width: 768px) {
  .topics-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.topics-column .tp-block {
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .topics-column .tp-block {
    width: 31%;
    margin-bottom: 5vw;
  }
}

.topics-column .tp-block.tp-commit {
  position: relative;
  /*  &:nth-child(n + 2) {
  .newMark{
   
      display: none;
  
}
  }*/
  /* .newMark{
    background: #ffd117;
    color: $black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
    display: flex;
justify-content: center;
align-items: center;
@include gf;
position: absolute;
left: -20px;
top: -20px;
  }*/
}

.topics-column .tp-block.tp-commit .pic {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 0.9 / 1.2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  width: 40%;
  position: relative;
  /* border: 1px solid #ccc;*/
}

.topics-column .tp-block.tp-commit .pic::after {
  /*content:"";
    display: block;
    width: 1px;
    height: 100%;
    background: $white;
    position: absolute;
    top: 0;
    left: 0;   *?  
   }

                &::before{
    /*content:"";
    display: block;
    width: 1px;
    height: 100%;
    background: $white;
    position: absolute;
    top: 0;
    right: 0;   */
}

.topics-column .tp-block.tp-commit .pic img {
  border: 1px solid #ccc;
  border-radius: 0px;
}

.topics-column .tp-block.tp-commit h4 {
  font-size: 2.2rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.topics-column .tp-block a {
  display: block;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

@media only screen and (min-width: 768px) {
  .topics-column .tp-block a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.topics-column .tp-block a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.topics-column .tp-block .pic {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 4 / 3;
  width: 40%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .topics-column .tp-block .pic {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block .pic {
    margin-right: 20px;
    width: 40%;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
  }
}

.topics-column .tp-block .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.topics-column .tp-block .detail {
  width: 60%;
}

@media only screen and (min-width: 768px) {
  .topics-column .tp-block .detail {
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block .detail {
    width: 55%;
  }
}

.topics-column .tp-block .cate {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .topics-column .tp-block .cate {
    text-align: center;
  }
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block .cate {
    text-align: left;
  }
}

.topics-column .tp-block .cate span {
  background: #035fa8;
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.3rem;
  border-radius: 50px;
  padding: 5px 15px;
}

@media only screen and (min-width: 1025px) {
  .topics-column .tp-block .cate span {
    padding: 0px 15px;
  }
}

.topics-column .tp-block .time {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
  font-size: 1.5rem;
  margin-top: 5px;
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block .time {
    margin-left: 10px;
    margin-top: 0;
  }
}

.topics-column .tp-block h4 {
  font-weight: normal;
  line-height: 1.5;
  margin-top: 5px;
}

@media only screen and (min-width: 1280px) {
  .topics-column .tp-block h4 {
    margin-left: 10px;
  }
}

.topics-column .tp-block .imp {
  background: #ffd117;
  color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: absolute;
  left: -20px;
  top: -20px;
}

.pc-only {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .pc-only {
    display: inherit;
  }
}

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

.swiper-button-prev {
  background: #035fa8;
  border-radius: 50%;
  display: block;
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-right: 20px;
}

@media only screen and (min-width: 1025px) {
  .swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
  }
}

.swiper-button-prev::after {
  font-size: 2rem !important;
  color: #FFFFFF;
}

.swiper-button-next {
  background: #035fa8;
  border-radius: 50%;
  display: block;
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  right: 0;
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
  }
}

.swiper-button-next::after {
  font-size: 2rem !important;
  color: #FFFFFF;
}

.swiper-pagination-bullet-active {
  background: #035fa8 !important;
}

a {
  -webkit-transition: .5s;
  transition: .5s;
}

.tit-en {
  font-size: var(--tit-en);
  color: #035fa8;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .2rem;
  line-height: 0.8;
}

@media only screen and (min-width: 1025px) {
  .tit-en {
    letter-spacing: .5rem;
  }
}

.tit-jp {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 25px;
}

@media only screen and (min-width: 1025px) {
  .tit-jp {
    font-size: 2rem;
  }
}

.btn-base {
  margin-top: 40px;
}

@media only screen and (min-width: 1025px) {
  .btn-base {
    margin-top: 0;
  }
}

.btn-base a {
  display: inline-block;
  padding: 22px 80px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #035fa8;
  color: #035fa8;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
  -webkit-transition: .5s;
  transition: .5s;
  letter-spacing: .1rem;
}

.btn-base a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: -10px;
}

.btn-base a span::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #035fa8;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-base a:hover {
  background: #035fa8;
  color: #FFFFFF;
}

.btn-base a:hover span::after {
  background: #FFFFFF;
  right: -60px;
}

.btn-center {
  text-align: center;
  margin-top: 3vw;
}

.btn-right {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .btn-right {
    text-align: right;
    margin-top: 3vw;
  }
}

.tax-yearly .tp-commit .newMark, .topics-column .tp-commit .newMark {
  display: none;
}

.tax-yearly.term-3 .tp-commit .newMark, .post-type-archive.post-type-archive-commit .tp-commit .newMark, .topics-column .tp-commit .newMark {
  background: #ffd117;
  color: #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: absolute;
  left: -20px;
  top: -20px;
}

.tax-yearly.term-3 .tp-commit:nth-child(n + 2) .newMark, .post-type-archive.post-type-archive-commit .tp-commit:nth-child(n + 2) .newMark, .topics-column .tp-commit:nth-child(n + 2) .newMark {
  display: none;
}

section.contact {
  background: url(images/obj07.png) center top no-repeat;
  background-size: 100%;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  section.contact {
    margin-top: 10vw;
  }
}

section.contact .contact-wrap {
  width: 90%;
  margin: auto;
  padding-bottom: 5vw;
}

section.contact .contact-inner {
  margin-top: 4vw;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1680px) {
  section.contact .contact-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.contact .contact-inner .bnt-block .mail {
  margin-top: 30px;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block .mail {
    margin-top: 0;
    margin-right: 50px;
  }
}

section.contact .contact-inner .bnt-block .mail a {
  background: #035fa8;
  display: block;
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 30px 0;
  color: #FFFFFF;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block .mail a {
    padding: 40px 130px;
    display: inline-block;
    width: auto;
    font-size: 2.6rem;
  }
}

section.contact .contact-inner .bnt-block .mail a i {
  font-size: 2rem;
  margin-right: .5rem;
}

section.contact .contact-inner .bnt-block .mail a:hover {
  background: #1e7ec9;
}

section.contact .contact-inner .bnt-block .tel {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3rem;
  color: #035fa8;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
  white-space: nowrap;
  letter-spacing: .4rem;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block .tel {
    font-size: 5.5rem;
    margin-left: 80px;
    text-align: left;
    margin-top: 0;
    margin-right: 30px;
  }
}

section.contact .contact-inner .bnt-block .tel .txt {
  font-size: 2rem;
  margin-right: .5rem;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block .tel .txt {
    font-size: 2.5rem;
  }
}

section.contact .contact-inner .bnt-block .tel .time {
  font-size: 1.3rem;
  color: #000000;
  display: block;
  letter-spacing: .1rem;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .bnt-block .tel .time {
    font-size: 1.7rem;
  }
}

section.contact .contact-inner .btn-faq a {
  padding: 15px 0;
  display: block;
  width: 80%;
  background: #FFFFFF;
  border: 1px solid #035fa8;
  border-radius: 100px;
  font-size: 1.5rem;
  margin: 30px auto 0;
  text-align: center;
  line-height: 1.5;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
}

@media only screen and (min-width: 1025px) {
  section.contact .contact-inner .btn-faq a {
    font-size: 1.9rem;
    padding: 20px 70px;
    display: inline-block;
    width: auto;
  }
}

section.contact .contact-inner .btn-faq a i {
  color: #035fa8;
  margin-right: .5rem;
  -webkit-transition: .5s;
  transition: .5s;
}

section.contact .contact-inner .btn-faq a:hover {
  background: #035fa8;
  color: #FFFFFF;
}

section.contact .contact-inner .btn-faq a:hover i {
  color: #FFFFFF;
}

.official {
  margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
  .official {
    margin-top: 0;
  }
}

.official a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10vw;
  overflow: hidden;
}

.official a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(images/footer.jpg) center top/cover no-repeat;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.official a::after {
  display: block;
  content: "";
  background: #000000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
  -webkit-transition: .5s;
  transition: .5s;
}

.official a:hover::after {
  opacity: .1;
}

.official a:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.official dl {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
}

.official dl dt {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .3rem;
}

@media only screen and (min-width: 1025px) {
  .official dl dt {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .official dl dt br {
    display: none;
  }
}

.official dl dt span {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .official dl dt span {
    display: inline;
  }
}

.official dl dd {
  background: #035fa8;
  color: #FFFFFF;
  display: inline-block;
  padding: 12px 50px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: .2rem;
  border-radius: 100px;
  font-size: 1.6rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .official dl dd {
    padding: 12px 70px;
    font-size: 2rem;
  }
}

.official dl dd i {
  margin-left: .5rem;
}

.l-footer {
  background: #005496;
  color: #FFFFFF;
  padding-bottom: 70px;
}

@media only screen and (min-width: 1025px) {
  .l-footer {
    padding-bottom: 20px;
  }
}

.l-footer .footer-inner {
  width: 80%;
  margin: auto;
  padding: 5vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-footer .footer-inner .f-block {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner .f-block {
    display: inline-block;
  }
}

.l-footer .footer-inner dl {
  margin-bottom: 50px;
}

.l-footer .footer-inner dl dt {
  margin-bottom: 5px;
}

.l-footer .footer-inner dl dd {
  font-size: 1.4rem;
  margin-left: 40px;
}

.l-footer .footer-inner .one {
  margin-bottom: 20px;
}

.l-footer .footer-inner .one-private {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer .footer-inner .one-private::before {
  content: "";
  display: block;
  background: url(images/key_w.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .5rem;
}

.l-footer a {
  color: #FFFFFF;
}

.l-footer .address {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .address {
    font-size: 1.2rem;
  }
}

.f-logo {
  text-align: center;
}

.f-logo img {
  width: 200px;
}

@media only screen and (min-width: 1025px) {
  .f-logo img {
    width: auto;
  }
}

.f-sns {
  text-align: center;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 40px;
  max-width: 400px;
  margin: 20px auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

@media only screen and (min-width: 1025px) {
  .f-sns {
    max-width: 400px;
  }
}

.f-sns dt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.f-sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-sns ul li {
  margin-left: 20px;
  font-size: 2rem;
}

.copy {
  text-align: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.1rem;
}

@media only screen and (min-width: 1025px) {
  .copy {
    font-size: 1.4rem;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #035fa8;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #035fa8;
  border-right: 3px solid #035fa8;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
}

.sp-fix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.sp-fix ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-fix ul li {
  width: 100%;
}

.sp-fix ul li.mail a {
  background: #ffd117;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.sp-fix ul li.mail a i {
  position: relative;
  left: 1px;
  margin-right: .5rem;
}

.sp-fix ul li.tel a {
  background: #035fa8;
  color: #FFFFFF;
  border-top-right-radius: 15px;
}

.sp-fix ul li.tel a i {
  position: relative;
  left: 1px;
  margin-right: .5rem;
}

.sp-fix ul a {
  display: block;
  text-align: center;
  padding: 15px;
}

/* ----------------------------------

セカンド

---------------------------------- */
.sec-tit {
  padding-top: 130px;
  background: url(images/obj01.png) right top 200px/contain no-repeat;
  width: 100%;
  padding-bottom: 10vw;
  background-size: 55%;
}

@media only screen and (min-width: 1025px) {
  .sec-tit {
    padding-top: 250px;
  }
}

.sec-tit .sec-tit-wrap {
  width: 90%;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 1025px) {
  .sec-tit .sec-tit-wrap {
    margin: 0 auto 60px;
  }
}

.sec-tit h2.sec-head-tit {
  font-size: var(--sec-head-tit);
  font-weight: normal;
  line-height: 1;
}

.sec-tit .se-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #035fa8;
  font-size: var(--se-en);
  margin-top: 0px;
  line-height: 2;
}

@media only screen and (min-width: 1025px) {
  .sec-tit .se-en {
    margin-top: 20px;
    letter-spacing: .3rem;
  }
}

#main-content {
  width: 90%;
  margin: auto;
}

.head-img {
  width: 100%;
  height: auto;
}

.head-img img {
  border-top-right-radius: 100px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 0.4;
  width: 95%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .head-img img {
    aspect-ratio: 1 / 0.3;
    width: 90%;
    border-top-right-radius: 150px;
  }
}

.twin-column, .base-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.twin-column .l-block, .base-column .l-block {
  width: 20vw;
}

.twin-column .l-block h3, .base-column .l-block h3 {
  font-size: 3rem;
  line-height: 1;
}

.twin-column .se-content, .base-column .se-content {
  width: 75vw;
}

.twin-column .bylaw-block, .base-column .bylaw-block {
  margin-bottom: 40px;
  line-height: 1.8;
}

.twin-column .bylaw-block table, .base-column .bylaw-block table {
  width: 200px;
  margin: 30px;
}

.twin-column .bylaw-block .txt-up, .base-column .bylaw-block .txt-up {
  font-weight: bold;
}

.twin-column .bylaw-block .txt-head, .base-column .bylaw-block .txt-head {
  font-weight: bold;
}

@media only screen and (min-width: 1025px) {
  .twin-column .bylaw-block .txt-head, .base-column .bylaw-block .txt-head {
    margin-bottom: 5px;
  }
}

.twin-column .bylaw-block .num, .base-column .bylaw-block .num {
  margin: 30px 50px;
  line-height: 1.8;
  font-size: 95%;
}

.twin-column .bylaw-block .num li, .base-column .bylaw-block .num li {
  position: relative;
  list-style-type: none;
}

.twin-column .bylaw-block .num li::before, .base-column .bylaw-block .num li::before {
  position: absolute;
  right: calc(100% + 0.5rem);
  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

.twin-column .bylaw-block .num02, .base-column .bylaw-block .num02 {
  counter-reset: item 1;
  margin-top: 10px;
}

.twin-column .bylaw-block .num02 li::before, .base-column .bylaw-block .num02 li::before {
  content: counter(item) ".";
  counter-increment: item;
}

.twin-column .bylaw-block .reset-num, .base-column .bylaw-block .reset-num {
  counter-reset: item 0;
  margin: 30px 30px 30px 80px;
}

.twin-column .bylaw-block .reset-num li, .base-column .bylaw-block .reset-num li {
  position: relative;
}

.twin-column .bylaw-block .reset-num li::before, .base-column .bylaw-block .reset-num li::before {
  position: absolute;
  right: calc(100% + 0.5rem);
  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

/* ----------------------------------

インタビュー

---------------------------------- */
.interview-head {
  position: relative;
  width: 93%;
}

.interview-head .pic {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .interview-head .pic {
    aspect-ratio: 3.8 / 2.2;
  }
}

.interview-head img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: 150px;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.interview-head .label {
  background: #FFFFFF;
  padding: 30px 20px 20px;
  position: absolute;
  left: 20px;
  bottom: 30px;
  border-radius: 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0px -2px 16px -10px #030303;
  box-shadow: 0px -2px 16px -10px #030303;
}

@media only screen and (min-width: 1025px) {
  .interview-head .label {
    right: -10px;
    top: -3vw;
    bottom: inherit;
    left: inherit;
    padding: 30px 20px 20px;
  }
}

.interview-head .label .term {
  background: #035fa8;
  color: #FFFFFF;
  padding: 2px 20px;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: -10px;
  -webkit-box-shadow: 0px -2px 16px -10px #030303;
  box-shadow: 0px -2px 16px -10px #030303;
}

.interview-head .label dt {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .interview-head .label dt {
    font-size: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.interview-head .label dt span.gakka {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 2.5rem;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .interview-head .label dt span.gakka {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.interview-head .catch {
  background: #035fa8;
  color: #FFFFFF;
  width: 100vw;
  position: relative;
  top: -20px;
  padding: 30px;
}

@media only screen and (min-width: 1025px) {
  .interview-head .catch {
    position: absolute;
    left: 0;
    bottom: 3vw;
    padding: 3vw;
    max-width: 60vw;
    top: inherit;
  }
}

.interview-head .catch .jp {
  font-size: var(--catch-jp);
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .interview-head .catch .jp {
    line-height: 2.7;
    margin-top: 20px;
  }
}

.interview-head .catch .en {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: var(--catch-en);
  /*font-family: "adobe-handwriting-frank", sans-serif;


font-family: "adobe-handwriting-tiffany", sans-serif;*/
}

.interview-inner {
  max-width: 1000px;
  margin: auto;
}

.interview-inner .interview-pic {
  margin: 10vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .interview-inner .interview-pic {
    margin: 5vw 0;
  }
}

.interview-inner .interview-pic img {
  border-radius: 20px;
}

.interview-inner .interview-txt {
  margin-bottom: 6vw;
}

@media only screen and (min-width: 1025px) {
  .interview-inner .interview-txt {
    margin-bottom: 3vw;
  }
}

.interview-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.interview-list > div {
  width: 45%;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 1025px) {
  .interview-list > div {
    width: 30%;
  }
}

.interview-list::after {
  content: "";
  display: block;
  width: 30%;
}

.other-interview {
  margin-bottom: 5vw;
  text-align: center;
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .other-interview {
    margin-top: 10vw;
  }
}

.other-interview dt {
  font-size: 3rem;
  color: #035fa8;
  letter-spacing: .5rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
  .other-interview dt {
    font-size: 6rem;
  }
}

.other-interview dd {
  font-size: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .other-interview dd {
    font-size: 2rem;
  }
}

.other-wrap #interview-slide {
  overflow: visible;
}

.other-wrap .swiper-pagination {
  bottom: -10vw !important;
}

@media only screen and (min-width: 1025px) {
  .other-wrap .swiper-pagination {
    bottom: -5vw !important;
  }
}

.other-wrap .btn-base {
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .other-wrap .btn-base {
    margin-top: 150px;
  }
}

/* ----------------------------------

後援会について

---------------------------------- */
.group-info dl {
  background: #F5F6FA;
  border-radius: 30px;
  padding: 20px 30px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .group-info dl {
    padding: 50px;
    max-width: 1011px;
  }
}

.group-info dl dt {
  font-weight: bold;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3rem;
  color: #FFFFFF;
  margin: 0 auto 30px;
}

.group-info dl dd {
  width: 100%;
}

.group-info dl.unei dt {
  background: #035fa8;
}

.group-info dl.kaikei dt {
  background: #d1a000;
}

.group-info dl.koho dt {
  background: #a70000;
}

@media only screen and (min-width: 1025px) {
  #about-content {
    background: url(images/obj09.png) left -30vw top no-repeat;
    background-size: 50%;
  }
}

#about-content-inner {
  background: url(images/obj02.png) right bottom 50px no-repeat;
  background-size: 50%;
  z-index: -1;
  padding-bottom: 3vw;
}

.base-column {
  margin-bottom: 15vw;
  display: block;
}

@media only screen and (min-width: 1025px) {
  .base-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10vw;
  }
}

.base-column h3 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .base-column h3 {
    width: 25%;
    font-size: 3.5rem;
    text-align: left;
  }
}

@media only screen and (min-width: 1025px) {
  .base-column .base-inner {
    width: 70%;
  }
}

.greeting-column {
  background: url(images/bg_name.png) right top no-repeat;
  background-size: 70%;
  padding-bottom: 7vw;
}

@media only screen and (min-width: 1025px) {
  .greeting-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-column .pic {
    width: 40%;
  }
}

.greeting-column .pic img {
  width: 80%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .greeting-column .pic img {
    width: 100%;
  }
}

.greeting-column .greeting-inner {
  background: url(images/name_frame.png) center top 0vw no-repeat;
  background-size: 100%;
  position: relative;
  top: -15vw;
  padding-top: 7vw;
  padding-bottom: 3vw;
  padding-right: 2vw;
}

@media only screen and (min-width: 1025px) {
  .greeting-column .greeting-inner {
    width: 50%;
    background: url(images/name_frame.png) right 6vw top 1vw no-repeat;
    background-size: 60%;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .greeting-column .greeting-inner {
    background: url(images/name_frame.png) right 6vw top 0.2vw no-repeat;
    background-size: 60%;
  }
}

.greeting-column .label {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 5vw;
  text-align: center;
  font-size: var(--label);
}

.greeting-column dl {
  text-align: center;
}

.greeting-column dl dt {
  font-size: var(--name);
  line-height: 1;
}

.greeting-column dl dd {
  color: #035fa8;
  margin-top: 10px;
}

.greeting-column .presi-voice {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  position: relative;
  white-space: nowrap;
  margin-top: 30px;
  font-size: var(--presi-voice);
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .greeting-column .presi-voice br {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-column .presi-voice {
    padding-right: 5vw;
    left: -10vw;
    text-align: left;
    margin-top: 7vw;
  }
}

.greeting-column .voice-jp {
  font-size: 1.2rem;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .greeting-column .voice-jp {
    padding-right: 2vw;
    text-align: right;
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .greeting-column .voice-jp br {
    display: none;
  }
}

.common-link {
  position: relative;
  max-width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .common-link ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1025px) {
  .common-link ul li {
    width: 31%;
  }
}

.common-link ul li a {
  display: block;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
  padding: 30px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
}

.common-link ul li a:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media only screen and (min-width: 1025px) {
  .common-link ul li a {
    font-size: 2.3rem;
    margin-bottom: 0;
    padding: 4vw 3vw;
  }
}

.common-link ul li a span {
  display: block;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #035fa8;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .common-link ul li a span {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.common-link ul li a i {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #035fa8;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .common-link ul li a i {
    width: 3.5vw;
    height: 3.5vw;
    right: 1vw;
    bottom: 1vw;
  }
}

.greeting-txt {
  position: relative;
  margin-top: -15vw;
}

@media only screen and (min-width: 1025px) {
  .greeting-txt {
    margin-top: 0;
  }
}

/* ----------------------------------

年間スケジュール

---------------------------------- */
.schedule-up {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .schedule-up {
    margin-bottom: 5vw;
    text-align: center;
  }
}

.schedule-up dl dt {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.schedule-up br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .schedule-up br {
    display: inherit;
  }
}

.txt-koho {
  color: #a70000;
}

.txt-kaikei {
  color: #d1a000;
}

.txt-unei {
  color: #035fa8;
}

.schedule-wrap {
  max-width: 1200px;
  margin: auto;
  -webkit-box-shadow: 0px 0px 22px -15px #666;
  box-shadow: 0px 0px 22px -15px #666;
}

.schedule-wrap .sc-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .sc-tit::after {
    content: "";
    display: block;
    background: #fcfcfc;
    position: absolute;
    left: -10px;
    top: -10px;
    height: 70px;
    width: 21%;
  }
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .sc-tit .space {
    width: 20%;
    display: inherit;
  }
}

.schedule-wrap .sc-tit .tit-kufs {
  background: #035fa8;
  width: 50%;
  color: #FFFFFF;
  font-size: 1.7rem;
  text-align: center;
  border-right: 5px solid #fcfcfc;
  padding: 5px;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .sc-tit .tit-kufs {
    width: 40%;
    font-size: 2rem;
    border-right: 5px solid #fcfcfc;
    border-left: 5px solid #fcfcfc;
  }
}

.schedule-wrap .sc-tit .tit-uv {
  background: #035fa8;
  width: 50%;
  color: #FFFFFF;
  font-size: 1.7rem;
  text-align: center;
  padding: 5px;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .sc-tit .tit-uv {
    width: 40%;
    font-size: 2rem;
  }
}

.schedule-wrap .month-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule-wrap .month-block .month {
  color: #035fa8;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  background: #FFFFFF;
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: none;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .month {
    display: inherit;
  }
}

.schedule-wrap .month-block .month span {
  font-size: 5.5rem;
  line-height: 0.5;
  display: block;
}

.schedule-wrap .month-block .kufs-block, .schedule-wrap .month-block .uv-block {
  width: 50%;
  background: #FFFFFF;
  padding: 15px;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .kufs-block, .schedule-wrap .month-block .uv-block {
    padding: 30px;
  }
}

.schedule-wrap .month-block .kufs-block br, .schedule-wrap .month-block .uv-block br {
  display: block;
  content: "";
  margin: 20px 0;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .kufs-block br, .schedule-wrap .month-block .uv-block br {
    margin: 0;
  }
}

.schedule-wrap .month-block .kufs-block ul li, .schedule-wrap .month-block .uv-block ul li {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .kufs-block ul li, .schedule-wrap .month-block .uv-block ul li {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .kufs-block, .schedule-wrap .month-block .uv-block {
    width: 40%;
  }
}

.schedule-wrap .month-block .kufs-block {
  border-right: 5px solid #fcfcfc;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-block .kufs-block {
    border-right: 5px solid #fcfcfc;
    border-left: 5px solid #fcfcfc;
  }
}

.schedule-wrap .month-block.gray .month {
  background: #f7f7f7;
}

.schedule-wrap .month-block.gray .kufs-block, .schedule-wrap .month-block.gray .uv-block {
  background: #f7f7f7;
}

.schedule-wrap .month-sp {
  text-align: center;
  padding: 10px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #035fa8;
}

.schedule-wrap .month-sp span {
  font-size: 3rem;
  margin-right: .5rem;
}

@media only screen and (min-width: 1025px) {
  .schedule-wrap .month-sp {
    display: none;
  }
}

.gr-block {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .gr-block {
    margin-bottom: 0px;
  }
}

.gr-block .tit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .gr-block .tit-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.gr-block .tit-wrap .tit {
  margin-right: .5rem;
}

.gr-block .tit-wrap li {
  display: inline-block;
  background: #ccc;
  border-radius: 100px;
  font-size: 1.1rem;
  padding: 2px 3px;
  line-height: 1.5;
  color: #FFFFFF;
  width: 40px;
  text-align: center;
  margin-bottom: 5px !important;
}

@media only screen and (min-width: 1025px) {
  .gr-block .tit-wrap li {
    width: auto;
    font-size: 1.3rem;
    padding: 3px 10px;
    line-height: 1.7;
  }
}

.gr-block .tit-wrap li.koho {
  background: #a70000;
}

.gr-block .tit-wrap li.kaikei {
  background: #d1a000;
}

.gr-block .tit-wrap li.unei {
  background: #035fa8;
}

.gr-block .pic {
  margin-top: 10px;
}

/* ----------------------------------

よくある質問

---------------------------------- */
.faq-wrap {
  max-width: 1000px;
  margin: auto;
}

.faq-wrap dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.faq-wrap dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  padding-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 1025px) {
  .faq-wrap dl dt {
    font-size: 2.2rem;
  }
}

.faq-wrap dl dt::before {
  content: "Q";
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: #035fa8;
  margin-right: 1rem;
  display: block;
  position: relative;
  top: -4px;
}

@media only screen and (min-width: 1025px) {
  .faq-wrap dl dt::before {
    font-size: 4rem;
    margin-right: 2rem;
    top: 0;
  }
}

.faq-wrap dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #035fa8;
  color: #FFFFFF;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  .faq-wrap dl dt::after {
    width: 50px;
    height: 50px;
    right: 20px;
  }
}

.faq-wrap dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.faq-wrap dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 30px;
}

.faq-wrap dl dd::before {
  content: "A";
  color: #c1272d;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.5rem;
  display: block;
  margin-right: 1rem;
  line-height: 1;
}

@media only screen and (min-width: 1025px) {
  .faq-wrap dl dd::before {
    font-size: 4.5rem;
    margin-right: 2rem;
  }
}

/* ----------------------------------

イベント

---------------------------------- */
.sc-event {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 90%;
  margin: auto !important;
}

.sc-event .ev-inner {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 !important;
}

.sc-event .ev-inner::after {
  content: "";
  display: block;
  width: 30%;
}

@media only screen and (min-width: 1025px) {
  .sc-event .ev-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.sc-event .ev-inner a.event-link {
  margin-bottom: 50px;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .sc-event .ev-inner a.event-link {
    width: 30%;
    margin-bottom: 70px;
  }
}

.page-nav {
  margin-bottom: 150px;
}

.blog-page {
  max-width: 1000px;
  margin: auto;
}

.blog-page img {
  border-radius: 20px;
  margin: 2vw 0;
}

@media only screen and (min-width: 1025px) {
  .blog-page img {
    margin: 0vw 0;
  }
}

.blog-page .date {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
  text-align: center;
  display: block;
}

.blog-page h2 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .blog-page h2 {
    font-size: 3rem;
  }
}

.blog-page .term {
  background: #035fa8;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .blog-page .term {
    padding: 0px 30px;
    margin-top: 0;
  }
}

.blog-page .term.kyotosanpo {
  background: #4b3d74;
}

.blog-page .ob-center {
  text-align: center;
}

.blog-page .share {
  max-width: 250px;
  margin: 20px auto 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
  .blog-page .share {
    margin: 20px auto 80px;
  }
}

.blog-page .share dt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #999;
}

.blog-page .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-page .share ul li {
  margin-left: 20px;
}

.single-commit .news-inner .wp-block-image img {
  border: 2px solid #ccc;
}

.single_pager {
  margin-top: 10vw;
}

.single_pager .pager_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single_pager .btn-base {
  margin-top: 0;
  width: 40%;
  white-space: nowrap;
  text-align: center;
}

.single_pager .btn-base a {
  padding: 15px 30px;
}

@media only screen and (min-width: 1025px) {
  .single_pager .btn-base a {
    padding: 22px 80px;
  }
}

.single_pager .btn-base a span::after {
  width: 20px;
  right: -30px;
}

@media only screen and (min-width: 1025px) {
  .single_pager .btn-base a span::after {
    right: -50px;
    width: 30px;
  }
}

.single_pager .prev, .single_pager .next {
  width: 30%;
}

@media only screen and (min-width: 1025px) {
  .single_pager .prev, .single_pager .next {
    width: 30%;
  }
}

.single_pager .next {
  text-align: right;
}

/* ----------------------------------

アニメーション

---------------------------------- */
.effect-sp {
  opacity: 1 !important;
}

.effect {
  opacity: 0;
}

.effect.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-01 {
  opacity: 0;
}

.effect-01.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-02 {
  opacity: 0;
}

.effect-02.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-03 {
  opacity: 0;
}

.effect-03.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-04 {
  opacity: 0;
}

.effect-04.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-05 {
  opacity: 0;
}

.effect-05.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

.effect-06 {
  opacity: 0;
}

.effect-06.is-active {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
  /*--アニメーション名--*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  /*--時間--*/
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  /*--3秒後に開始--*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 13px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: .3s;
  transition: .3s;
}

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

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 13px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #035fa8;
  width: 55%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 27px;
}

.openbtn span:nth-of-type(3) {
  top: 39px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #035fa8;
  width: 55%;
  -webkit-transform: translateY(6px) rotate(-35deg);
  transform: translateY(6px) rotate(-35deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #035fa8;
  width: 55%;
  -webkit-transform: translateY(-18px) rotate(35deg);
  transform: translateY(-18px) rotate(35deg);
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: white;
  /*動き*/
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .contact {
  background: none;
}

#g-nav .private {
  margin-top: 50px;
  padding: 10px;
}

#g-nav .private a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
  border-radius: 100px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#g-nav .private a::before {
  content: "";
  display: block;
  background: url(images/key.svg) no-repeat;
  width: 15px;
  height: 15px;
  margin-left: .5rem;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

#g-nav.panelactive #g-nav-list .main-menu {
  padding-top: 100px;
  font-size: 1.5rem;
}

#g-nav.panelactive #g-nav-list .main-menu li {
  border-bottom: 1px solid #ccc;
  padding: 15px 10px;
}

#g-nav.panelactive #g-nav-list .main-menu li.ac-menu {
  padding-bottom: 0;
}

/* ----------------------------------

animation

---------------------------------- */
.reveal-text {
  visibility: hidden;
  /* position: relative;*/
  display: inline-block;
}

.reveal-text.is-active {
  visibility: visible;
}

.reveal-text.is-active,
.reveal-text.is-active::after {
  -webkit-animation-delay: var(--animation-delay, 1s);
  animation-delay: var(--animation-delay, 1s);
  -webkit-animation-iteration-count: var(--iterations, 1);
  animation-iteration-count: var(--iterations, 1);
  -webkit-animation-duration: var(--duration, 1000ms);
  animation-duration: var(--duration, 1000ms);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.reveal-text.is-active {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 1000ms);
  --animation-iterations: var(--iterations, 1);
  /*position: relative;*/
  -webkit-animation-name: clip-text;
  animation-name: clip-text;
}

.reveal-text.is-active::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #035fa8;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: text-revealer;
  animation-name: text-revealer;
}

.reveal-text.is-active.time-rec {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
  /*--.7秒後に開始--*/
}

@-webkit-keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes clip-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/* ----------------------------------

アコーディオン

---------------------------------- */
/* 初期設定 */
.wrapper {
  max-width: 600px;
}

/* ===================
アコーディオン details/summary
====================== */
/* アコーディオン全体 */
/* アコーディオンの間隔 */
.details + .details {
  margin-top: 1em;
}

/* 三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

/* タイトル */
.summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  /* アイコンのはみ出し防止 */
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 0;
}

/* アイコン共通 */
.summary::before,
.summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  content: '';
  width: 18px;
  border-bottom: 1px solid #035fa8;
}

/* アイコン（クローズ時） */
.summary::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* アイコン（オープン時） */
.is-open > .summary::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* コンテンツ */
.details-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  margin: 0px 0 0 15px;
  opacity: 0;
  -webkit-transition: padding .2s ease .1s, max-height .3s, opacity .7s;
  transition: padding .2s ease .1s, max-height .3s, opacity .7s;
}

.details-content p {
  margin-bottom: 15px;
  font-size: 1.4rem;
  position: relative;
}

.details-content p i {
  font-size: 1rem;
  color: #035fa8;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* コンテンツ（オープン時） */
.is-open > .details-content {
  opacity: 1;
  -webkit-transition: padding .3s, max-height .3s, opacity .7s;
  transition: padding .3s, max-height .3s, opacity .7s;
}

/* ----------------------------------

会報「Commit」

---------------------------------- */
.commit-up {
  width: 90%;
  margin: 0 auto 10vw;
}

@media only screen and (min-width: 1025px) {
  .commit-up {
    text-align: center;
    margin: 0 auto 5vw;
  }
}

.commit-up br {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .commit-up br {
    display: inherit;
  }
}

.commit-year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 50px;
  white-space: nowrap;
}

@media only screen and (min-width: 1025px) {
  .commit-year {
    margin-bottom: 5vw;
  }
}

.commit-year li {
  margin: 1vw;
}

.commit-year .current-cat a {
  background: #035fa8;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
}

.commit-year a {
  width: 120px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 100px;
  padding: 10px 10px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .commit-year a {
    display: block;
    width: 170px;
    padding: 0 50px;
  }
}

.commit-year a:hover {
  background: #035fa8;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
}

/* ----------------------------------

詳細

---------------------------------- */
.news-column {
  max-width: 600px;
  margin: auto;
  text-align: center;
  width: 90%;
}

.news-column .date {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #9e9e9e;
}

.news-column h3 {
  font-size: 3rem;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.news-column .share {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  max-width: 300px;
  margin: 20px auto;
  padding: 20px;
}

.news-column .share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-column .share dl dt {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-right: 5rem;
  color: #9e9e9e;
}

.news-column .share dl ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-column .share dl ul li {
  margin: 0 1vw;
  font-size: 2rem;
}

.news-column .news-inner {
  text-align: left;
}

.wp-block-image {
  text-align: center;
  margin: 5vw 0;
}

@media only screen and (min-width: 1025px) {
  .wp-block-image {
    margin: 2vw 0;
  }
}

.wp-block-list {
  margin: 5vw 0;
}

@media only screen and (min-width: 1025px) {
  .wp-block-list {
    margin: 2vw 0;
  }
}

.wp-block-list li {
  list-style: disc;
  list-style-position: inside;
}

.pdf {
  margin-top: 30px;
}

.pdf a {
  display: inline-block;
  background: #035fa8;
  color: #FFFFFF;
  border-radius: 100px;
  padding: 20px 50px;
}

.pdf a i {
  margin-right: 1rem;
}

.pdf a:hover {
  opacity: .8;
}

.next-post-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 10vw auto 0;
}

@media only screen and (min-width: 1025px) {
  .next-post-link {
    width: 80%;
  }
}

.next-post-link .btn-base a {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base a {
    width: auto;
    padding: 22px 80px;
  }
}

.next-post-link .btn-base span {
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base span {
    left: -10px;
  }
}

.next-post-link .btn-base span::after {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .next-post-link .btn-base span::after {
    display: inherit;
  }
}

.next-post-link i {
  margin: 0 .5rem;
}

.next-post-link li:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 33%;
  text-align: center;
}

.next-post-link li:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: 33%;
}

.next-post-link li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ----------------------------------

前年度総会資料

---------------------------------- */
@media only screen and (min-width: 1025px) {
  .past-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.past-column::after {
  content: "";
  display: block;
  width: 31%;
}

.past-column .past-block {
  position: relative;
  -webkit-box-shadow: 0px 2px 21px 5px #ededed;
  box-shadow: 0px 2px 21px 5px #ededed;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .past-column .past-block {
    width: 31%;
    margin-bottom: 0;
  }
}

.past-column .past-block:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.past-column .past-block::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -70px;
  width: 80px;
  height: 80px;
  border-style: solid;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-bottom: 70px solid #035fa8;
  border-top: 0;
  -webkit-transform: rotate(325deg);
  transform: rotate(325deg);
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .past-column .past-block::before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -70px;
  }
}

.past-column a {
  display: block;
  line-height: 1.3;
  border-radius: 10px;
  position: relative;
  padding: 60px 10px 50px 50px;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .past-column a {
    padding: 5vw;
  }
}

.past-column a .fa-file-pdf {
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 10;
  color: #FFFFFF;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1025px) {
  .past-column a .fa-file-pdf {
    font-size: 2.5rem;
  }
}

.past-column a .fa-angle-right {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #035fa8;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}

@media only screen and (min-width: 1025px) {
  .past-column a .fa-angle-right {
    width: 3.5vw;
    height: 3.5vw;
    right: 1vw;
    bottom: 1vw;
  }
}

.past-column a span.title {
  display: block;
}

/* ----------------------------------

事業計画

---------------------------------- */
.project-content {
  width: 90%;
  margin: auto;
}

.project-content .project-block {
  border-bottom: 1px dotted #000;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 1025px) {
  .project-content .project-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.project-content .project-year {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .project-content .project-year {
    width: 20%;
    font-size: 3rem;
    text-align: left;
    padding-top: 1vw;
  }
}

@media only screen and (min-width: 1025px) {
  .project-content .project-inner {
    width: 70%;
  }
}

@media only screen and (min-width: 1025px) {
  .project-content .project-inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.project-content .project-inner ul li {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .project-content .project-inner ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}

.project-content .btn-base {
  margin-top: 15px;
}

.project-content .btn-base a {
  width: 100%;
  line-height: 1.5;
}

/* ----------------------------------

プライバシー

---------------------------------- */
.privacy-wrap {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.privacy-wrap li {
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .privacy-wrap li {
    margin-bottom: 5vw;
  }
}

/* ----------------------------------

支援

---------------------------------- */
.sup-block {
  border-bottom: 1px dotted #000;
  padding-bottom: 10vw;
  margin-bottom: 10vw;
}

@media only screen and (min-width: 1025px) {
  .sup-block {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}

.sup-block .pickup {
  display: inline-block;
  background: #ffd117;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  margin-right: 1rem;
  min-width: 40px;
}

@media only screen and (min-width: 1025px) {
  .sup-block .pickup {
    font-size: 1.3rem;
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.support-block {
  margin-bottom: 5vw;
}

.support-block dl {
  margin-bottom: 30px;
}

.support-block dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  .support-block dl dt {
    font-size: 2rem;
  }
}

.support-block .btn-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1025px) {
  .support-block .btn-base {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.bnr-block {
  max-width: 1200px;
  margin: 10vw auto 0;
}

.bnr-block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.bnr-block ul li {
  width: 90%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 1025px) {
  .bnr-block ul li {
    width: 47%;
    margin: 0 auto 0px;
  }
}

.bnr-block ul li img {
  width: 100%;
}

/* ----------------------------------

助成金

---------------------------------- */
.tit-grant {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1025px) {
  .tit-grant {
    font-size: 3rem;
  }
}

.grant-ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.grant-ul::before {
  content: "";
  display: block;
  width: 33%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.grant-ul::after {
  content: "";
  display: block;
  width: 33%;
}

.grant-ul li {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  border-radius: 100px;
  font-size: 1.5rem;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .grant-ul li {
    width: 30%;
    font-size: 2rem;
    margin-bottom: 50px;
    line-height: 1.5;
  }
}

.grant-ul li i {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #035fa8;
}

@media only screen and (min-width: 1025px) {
  .grant-ul li i {
    font-size: 3.5rem;
    top: -20px;
  }
}

/* ----------------------------------

お問い合わせ

---------------------------------- */
.contact-block {
  max-width: 1000px;
  margin: auto;
}

.contact-block dl {
  margin-bottom: 10vw;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .contact-block dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3vw;
  }
}

.contact-block dl dt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 1025px) {
  .contact-block dl dt {
    width: 30%;
    margin-bottom: 0;
  }
}

.contact-block dl dt::before {
  content: "必須";
  display: inline-block;
  background: #dc0000;
  position: relative;
  color: #FFFFFF;
  border-radius: 100px;
  line-height: 1.5;
  padding: 1px 6px;
  font-size: 1.2rem;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .contact-block dl dt::before {
    top: 8px;
  }
}

@media only screen and (min-width: 1025px) {
  .contact-block dl dd {
    width: 70%;
  }
}

.contact-block dl input, .contact-block dl textarea {
  border: none;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  background: #FFFFFF;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
}

.contact-block dl.any dt::before {
  content: "任意";
  background: #ccc;
}

.contact-block .wpcf7-previous {
  border: none;
  background: #035fa8;
  color: #FFFFFF;
  padding: 20px 70px;
  border-radius: 100px;
  margin: 20px auto 0;
  display: block;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  -webkit-transition: .5s;
  transition: .5s;
  width: 70%;
}

@media only screen and (min-width: 1025px) {
  .contact-block .wpcf7-previous {
    padding: 30px 90px;
    font-size: 1.7rem;
    margin: 100px 20px 100px 0;
    width: auto;
  }
}

.contact-block .wpcf7-previous:hover {
  opacity: .8;
}

@media only screen and (min-width: 1025px) {
  .contact-block .btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn-privacy {
  text-align: center;
  text-decoration: underline;
}

input[type="submit"] {
  border: none;
  background: #035fa8;
  color: #FFFFFF;
  padding: 20px 70px;
  border-radius: 100px;
  margin: 50px auto 0;
  display: block;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-box-shadow: 10px 3px 33px -13px #d6d6d6;
  box-shadow: 10px 3px 33px -13px #d6d6d6;
  -webkit-transition: .5s;
  transition: .5s;
  width: 70%;
}

@media only screen and (min-width: 1025px) {
  input[type="submit"] {
    padding: 30px 90px;
    font-size: 1.7rem;
    margin: 100px auto 0;
    width: auto;
  }
}

input[type="submit"]:hover {
  opacity: .8;
}

.notfound {
  text-align: center;
  margin: 10vw 0;
}

.notfound .btn-base {
  margin-top: 50px;
}

.grecaptcha-badge {
  display: none;
}

.page-id-390 .grecaptcha-badge, .page-id-391 .grecaptcha-badge {
  display: inherit;
}
