@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.fade.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.1s 1 ease normal forwards;
          animation: fadeUp 1s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 0.2s 1 ease normal forwards;
          animation: fadeUp 1s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 0.3s 1 ease normal forwards;
          animation: fadeUp 1s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 0.4s 1 ease normal forwards;
          animation: fadeUp 1s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 0.6s 1 ease normal forwards;
          animation: fadeUp 1s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 0.7s 1 ease normal forwards;
          animation: fadeUp 1s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 0.8s 1 ease normal forwards;
          animation: fadeUp 1s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 0.9s 1 ease normal forwards;
          animation: fadeUp 1s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 1.1s 1 ease normal forwards;
          animation: fadeUp 1s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 1.2s 1 ease normal forwards;
          animation: fadeUp 1s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
sup {
  vertical-align: super;
  font-size: 50%;
}

.clear {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.tx_ac {
  text-align: center;
}

.tx_ar {
  text-align: right;
}

.tx_al {
  text-align: left;
}

ul.img2 > li, ul.img3 > li, ul.img4 > li {
  float: left;
  margin: auto;
  background: none !important;
  padding: 5px !important;
  text-align: center;
  overflow: hidden;
  _zoom: 1;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 560px ) {
  ul.img2 > li, ul.img3 > li, ul.img4 > li { /*SP*/
    width: 100% !important;
  }
}

ul.img2 > li {
  width: 50%;
}

ul.img3 > li {
  width: 33.3%;
}

ul.img4 > li {
  width: 25%;
}

.free > dt {
  float: left;
  margin-right: 15px;
}

.free2 > dt {
  float: right;
  margin-left: 15px;
}

.free > dd, .free2 > dd {
  overflow: hidden;
  _zoom: 1;
}
@media screen and (max-width: 560px ) {
  .free, .free2 { /*SP*/ }
  .free > dt, .free2 > dt {
    float: none;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }
}

.panel_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.panel_box > div > * {
  width: 100%;
}
.panel_box.box2 > div {
  width: 50%;
}
.panel_box.box3 > div {
  width: 33.3%;
}
.panel_box.box4 > div {
  width: 25%;
}
@media screen and (max-width: 560px ) {
  .panel_box { /*SP*/ }
  .panel_box.box2 div, .panel_box.box3 div, .panel_box.box4 div {
    width: 100%;
  }
}

.notice {
  color: red;
}

.pd_box {
  padding: 1em;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
#page_visual {
  width: 90%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #page_visual {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
#page_visual .title {
  width: 40%;
  padding-left: 5%;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 560px ) {
  #page_visual .title {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }
}
#page_visual .title .slug {
  display: inline-block;
  font-size: 120%;
  color: #ffffff;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  margin-bottom: 1.5em;
  padding: 0.2em 0.5em;
}
@media screen and (max-width: 560px ) {
  #page_visual .title .slug {
    margin-bottom: 0;
  }
}
#page_visual .title h1, #page_visual .title .single_title {
  font-size: 300%;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 981px ), tab {
  #page_visual .title h1, #page_visual .title .single_title {
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 0.5em;
  }
}
#page_visual .img {
  width: 60%;
  height: 420px;
}
@media screen and (max-width: 560px ) {
  #page_visual .img {
    width: 100%;
    height: 180px;
  }
}
#page_visual .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_visual .bg_slug {
  position: absolute;
  opacity: 0.1;
  margin: 0;
  bottom: -80px;
  left: 5%;
  font-size: 740%;
  z-index: -1;
  text-transform: uppercase;
}
@media screen and (max-width: 560px ) {
  #page_visual .bg_slug {
    bottom: 175px;
    left: auto;
    right: 0;
    font-size: 350%;
  }
}

.breadcrumbs {
  font-size: 85%;
  margin-top: 60px;
  margin-left: 0.5em;
  color: #000000;
}
@media screen and (max-width: 560px ) {
  .breadcrumbs {
    margin-top: 30px;
  }
}
.breadcrumbs > span {
  display: inline-block;
  margin: 0 0.5em;
  opacity: 0.5;
}
.breadcrumbs > span:first-child {
  margin-left: 0;
}
.breadcrumbs > span:last-child {
  color: #333ebe;
  opacity: 1;
}
.breadcrumbs a {
  text-decoration: none;
}

#page_cont .breadcrumbs {
  margin-bottom: 5em;
  margin-top: 0.5em;
}

#page_cont {
  margin: 150px auto 200px;
  max-width: 1080px;
  width: 95%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 560px ) {
  #page_cont {
    margin: 50px auto;
  }
}
#page_cont .single_date {
  text-align: center;
  opacity: 0.5;
}
#page_cont .single_title {
  text-align: center;
  font-size: 175%;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333ebe;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #333333;
}
#page_cont h2 {
  font-size: 200%;
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  color: #fff;
  padding: 0.5em;
}
#page_cont h3 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  font-size: 150%;
  padding-bottom: 0.5em;
  font-weight: 500;
  margin: 1em 0;
  color: #333ebe;
}
#page_cont h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333ebe;
  bottom: -3px;
  width: 20%;
}
#page_cont h4 {
  position: relative;
  padding-left: 1.5em;
  font-size: 125%;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
#page_cont h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 1em;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
}
#page_cont h5 {
  color: #333ebe;
  font-size: 112.5%;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
#page_cont h6 {
  font-size: 112.5%;
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 500;
}
#page_cont ul:not(.ank_list) li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
}
#page_cont ul:not(.ank_list) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1em;
  height: 1em;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  border-radius: 999px;
}
#page_cont ol {
  counter-reset: numlist;
  padding: 2em 1em;
  padding-left: 4em;
  margin: 1.5em auto;
}
#page_cont ol li {
  position: relative;
  padding-bottom: 1em;
  min-height: 3em;
  border-bottom: 1px dashed #c1c1c1;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
#page_cont ol li:before {
  display: inline-block;
  content: "";
  width: 2em;
  height: 2em;
  border: 1px solid #68b8dc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -3em;
}
#page_cont ol li:after {
  display: inline-block;
  color: #68b8dc;
  counter-increment: numlist;
  content: counter(numlist);
  position: absolute;
  top: 0.3em;
  left: -2.7em;
  width: 1.5em;
  text-align: center;
}
#page_cont table {
  width: 100%;
  border-top: 1px solid #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3em 0;
}
#page_cont table tr {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#page_cont table tr th, #page_cont table tr td {
  padding: 2rem;
  border-left: 1px solid #dddddd;
  line-height: 1.5;
}
#page_cont table tr th {
  background: #f6f6f6;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
#page_cont .wp-block-flexible-table-block-table th {
  background: #333ebe;
  color: #fff;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #page_cont .is-scroll-on-mobile:has(table tr :nth-child(5)) {
    overflow-x: scroll;
    width: 100%;
  }
  #page_cont .is-scroll-on-mobile:has(table tr :nth-child(5))::-webkit-scrollbar {
    height: 5px;
  }
  #page_cont .is-scroll-on-mobile:has(table tr :nth-child(5))::-webkit-scrollbar-track {
    background-color: #e5e5e5;
  }
  #page_cont .is-scroll-on-mobile:has(table tr :nth-child(5))::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 3px;
  }
  #page_cont .is-scroll-on-mobile:has(table tr :nth-child(5)) table {
    width: 980px;
    max-width: unset;
    margin-bottom: 1em;
  }
}
#page_cont .wp-block-table thead {
  border-bottom: none;
}
#page_cont .wp-block-table table tr th {
  background: #333ebe;
  color: #fff;
  text-align: center;
}
#page_cont .btn {
  font-size: 112.5%;
  text-align: center;
  margin: 1em auto 2em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #page_cont .btn {
    font-size: 130%;
  }
}
@media screen and (max-width: 560px ) {
  #page_cont .btn {
    font-size: 115%;
  }
}
#page_cont .btn a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  color: #ffffff;
  padding: 1.5em;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  -moz-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  -ms-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  text-decoration: none;
  width: 60%;
  max-width: 300px;
}
@media all and (-ms-high-contrast: none) {
  #page_cont .btn a {
    -webkit-box-shadow: 0 13px 21px 0 rgba(51, 132, 175, 0.35);
            box-shadow: 0 13px 21px 0 rgba(51, 132, 175, 0.35);
  }
}
#page_cont .btn a span {
  position: relative;
}
#page_cont .btn a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  margin-right: 0.4em;
}
#page_cont .btn a:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
@media all and (-ms-high-contrast: none) {
  #page_cont .btn a:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
}
#page_cont .ank_list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#page_cont .ank_list li {
  width: 24.1%;
  margin-right: 1.2%;
  border-bottom: 1px solid #E6E6E6;
}
#page_cont .ank_list li:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 560px ) {
  #page_cont .ank_list li {
    width: 48.8%;
  }
  #page_cont .ank_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#page_cont .ank_list li a {
  display: block;
  text-decoration: none;
  padding: 1.5em;
  padding-right: 3em;
  width: 100%;
  position: relative;
}
#page_cont .ank_list li a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f063";
  bottom: 37%;
  right: 0.5em;
  color: #333ebe;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#page_cont .ank_list li a:hover:after {
  position: absolute;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  position: absolute;
  bottom: 30%;
}
#page_cont .note {
  position: relative;
  text-align: center;
  padding: 1.5em 50px;
  margin: 2em auto 3em;
  background: #f6f6f6;
}
#page_cont .note > p {
  display: inline-block;
}
#page_cont .note:before, #page_cont .note:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 100%;
  top: -2px;
  border-top: 2px solid #333ebe;
  border-bottom: 2px solid #333ebe;
}
#page_cont .note:before {
  left: 0;
  border-left: 2px solid #333ebe;
}
#page_cont .note:after {
  right: 0;
  border-right: 2px solid #333ebe;
}
#page_cont .notification_box {
  padding: 1.5em 3%;
  font-size: 85%;
  background: #eaeaea;
  border-radius: 10px;
  margin: 1.5em 0;
}
#page_cont .notification_box > *:first-child {
  margin-top: 0;
}
#page_cont .gallery img {
  border: 10px solid #ffffff;
}

/*=============================================================================*/
/*カテゴリーページコンテンツ============================================================*/
/*=============================================================================*/
#cate_cont {
  width: 95%;
  max-width: 1080px;
  margin: 150px auto;
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  -moz-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  -ms-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  background: #fefefe;
  padding: 50px 4%;
  border-radius: 16px;
}
@media all and (-ms-high-contrast: none) {
  #cate_cont {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  }
}
@media screen and (max-width: 560px ) {
  #cate_cont {
    margin: 50px auto;
  }
}
#cate_cont ul li {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.04em;
  line-height: 1em;
}
#cate_cont ul li:before {
  display: none;
}
#cate_cont ul li a {
  display: block;
  padding: 2em 0;
  padding-right: 30px;
  position: relative;
  text-decoration: none;
}
#cate_cont ul li a span {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 560px ) {
  #cate_cont ul li a .cate_data {
    margin-bottom: 0.5em;
  }
}
#cate_cont ul li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
  color: #333ebe;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  font-size: 115%;
  -webkit-transition: all 1s cubic-bezier(0.21, 0.62, 0.45, 0.99);
  transition: all 1s cubic-bezier(0.21, 0.62, 0.45, 0.99);
}
#cate_cont ul li a:hover {
  text-decoration: none;
}
#cate_cont ul li a:hover:after {
  right: 1em;
}

.wp-pagenavi {
  margin-top: 5rem;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  line-height: 1;
  padding: 10px 1em !important;
  border-radius: 5px;
  margin: 0 5px 5px !important;
}
.wp-pagenavi span {
  border-color: #c1c1c1 !important;
  color: #666 !important;
  font-weight: normal !important;
}
.wp-pagenavi span.current {
  background: #eaeaea;
}
.wp-pagenavi a {
  border-color: #005ac0 !important;
  color: #005ac0 !important;
}
.wp-pagenavi a:hover {
  background: #005ac0;
  color: #fff !important;
}

/*=============================================================================*/
/*お問合わせ=====================================================================*/
/*=============================================================================*/
.wpcf7 {
  width: 100%;
}
.wpcf7 .h_box {
  width: 100%;
  padding-bottom: 0;
}
.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea, .wpcf7 .wpcf7-submit {
  border: 1px solid #333ebe;
  font-size: 112.5%;
  padding: 1em;
  width: 100%;
}
.wpcf7 input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}
.wpcf7 .wpcf7-list-item.first {
  margin: 0;
}
.wpcf7 .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7 .wpcf7-list-item-label:before {
  background: #fff;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  width: 1.2em;
  position: relative;
  z-index: 0;
}
.wpcf7 input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #45382f; /* チェック後の中心の色 */
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.wpcf7 .wpcf7-submit {
  display: block;
  margin: 6em auto 0;
  line-height: 1em;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  letter-spacing: 1em;
  padding-left: 2em;
  max-width: 300px;
}
.wpcf7 .wpcf7-submit:hover {
  cursor: pointer;
}
.wpcf7 .wpcf7-response-output {
  border-color: #b60000;
  color: #b60000;
}
.wpcf7 .pp_doui {
  text-align: center;
  margin: 2em 0;
}
.wpcf7 .req {
  background: #de5c63;
  color: #ffffff;
  font-size: 74%;
  padding: 0 0.2em;
  margin-left: 0.5em;
  border-radius: 5px;
}
.wpcf7 .wpcf7-response-output {
  border: none !important;
  text-align: center;
}

.acceptance, .acceptance span {
  display: block;
}
.acceptance .wpcf7-list-item-label {
  display: inline-block;
  width: 100%;
  padding: 0.8em 1em !important;
  text-align: center;
}
.acceptance .wpcf7-acceptance {
  display: block;
}
.acceptance input[type=checkbox] {
  display: none;
}
.acceptance input[type=checkbox] + span.wpcf7-list-item-label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f111";
  line-height: 1;
  border-radius: 15px;
  padding: 3px;
  padding-right: 1em;
  margin-right: 0.5em;
  background: #eaeaea;
  color: #333ebe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #333ebe;
}
.acceptance input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  padding-right: 3px;
  padding-left: 1em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f058";
  color: #eaeaea;
  background: #333ebe;
}

.point {
  position: relative;
  border-top: solid 2px #f1983b;
  border-bottom: solid 2px #f1983b;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 1em;
}

.point:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free", "Quicksand", "Avenir", "Arial", sans-serif;
  font-weight: 900;
  content: "\f0a7  POINT";
  background: #f1983b;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}

#work-archive {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}
#work-archive h1 {
  text-align: center;
  font-size: 200%;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  margin-bottom: 0.5em;
  padding: 0.5em;
}
@media screen and (max-width: 560px ) {
  #work-archive h1 {
    margin-bottom: 0;
  }
}
#work-archive .breadcrumbs {
  margin-bottom: 5em;
  margin-top: 0.5em;
}

.work-list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
}
@media screen and (max-width: 560px ) {
  .work-list ul {
    gap: 2%;
  }
}
.work-list ul li {
  width: 30%;
  margin-bottom: 3em;
}
@media screen and (max-width: 560px ) {
  .work-list ul li {
    width: 49%;
  }
}
.work-list ul li:hover {
  background: #f3f4ff;
}
.work-list ul li a {
  text-decoration: none;
}
.work-list ul li dl dt img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.work-list ul li dl dd {
  padding: 0.5em 0;
}
.work-list ul li dl dd span {
  display: block;
}
.work-list ul li dl dd .cate_title {
  font-size: 112.5%;
  color: #333ebe;
}
.work-list ul li:last-child {
  margin-right: auto;
}

/*--------------------------------------*/
/* WPビジュアルエディター用--------------------- */
/*--------------------------------------*/
img.size-auto, img.size-full,
img.size-large, img.size-medium,
.attachment img, .widget-container img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  max-width: 622px;
  /* caption width - 10px */
}

.wp-caption p.wp-caption-text {
  color: #777;
  font-size: 12px;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #777;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto;
}

.fn14 {
  font-size: 87.5% !important;
}

.fn24 {
  font-size: 150% !important;
}

.fn32 {
  font-size: 200% !important;
}

.fn36 {
  font-size: 225% !important;
}

.martop0 {
  margin-top: 0rem !important;
}

.martop1 {
  margin-top: 1rem !important;
}

.martop3 {
  margin-top: 3rem !important;
}

.martop6 {
  margin-top: 6rem !important;
}

.marbottom0 {
  margin-bottom: 0 !important;
}

.marbottom1 {
  margin-bottom: 1rem !important;
}

.marbottom3 {
  margin-bottom: 3rem !important;
}

.lh125 {
  line-height: 1.25;
}

.lh15 {
  line-height: 1.5;
}

.lh175 {
  line-height: 1.75;
}

.lh2 {
  line-height: 2;
}

@media screen and (min-width: 981px ) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .sp_none {
    display: none !important;
  }
}

