@charset "UTF-8";
/*------------------------------------*\
  基本
\*------------------------------------*/
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 100%;
  --color--main:#e56565;
  --color--mainhover:#f0a4a4;
  --color--sub:#1aa2b8;
  --color--lgray:#f4f4f4;
  --color--gray:#999;
  --color--line:#CCC;
  --color--text:#222;
  --color--white:#FFF;
  --color--black:#000;
  background: var(--color--white);
  color: var(--color--text);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 300;
}

img {
  max-width: 100%;
}

p {
  color: var(--color--text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.small {
  font-size: 0.9rem;
}

.x-small {
  font-size: 0.7rem;
}

.lead {
  font-size: 1.05em;
  line-height: 1.9;
}

p.large {
  font-size: 1.2rem;
  line-height: 1.9;
}

.section_inner {
  padding: 0 10px;
  margin: 0 auto;
}

.section_inner_s {
  padding: 0 10px;
  margin: 0 auto;
}

.section_inner_ss {
  padding: 0 10px;
  margin: 0 auto;
}

strong.red {
  color: #e70000;
}

strong.price {
  font-size: 1.4rem;
  color: #C00;
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.2em;
}

.font-blue {
  color: #2e9ace;
}

.text-center {
  text-align: center;
}
.text-center input {
  margin: 0 auto;
}

figure {
  margin: 0 0 10px 0;
}

figure.icon {
  max-width: 130px;
  text-align: center;
  margin: 0 auto 10px;
}

.inner {
  padding: 2em;
}

.svg-sprite {
  position: absolute;
  z-index: -10;
}

@media (min-width: 1220px) {
  .section_inner {
    max-width: 1200px;
    padding: 0;
  }
  .section_inner_s {
    max-width: 1000px;
    padding: 0;
  }
  .section_inner_ss {
    max-width: 800px;
    padding: 0;
  }
}
/*--------------------------------
 span
--------------------------------*/
span.type {
  display: inline-block;
  color: var(--color--white);
  background: linear-gradient(var(--color--main), var(--color--mainhover));
  padding: 3px 12px;
  border-radius: 15px;
  font-weight: 700;
  font-size: clamp(0.9em, 1vw, 1em);
}

@media (min-width: 40em) {
  span.type {
    padding: 3px 15px;
  }
}
/*--------------------------------
 shadow-box
--------------------------------*/
.shadow-box {
  border: 5px solid var(--color--main);
  background: #fff;
  margin: 30px 0;
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

/*--------------------------------
 video
--------------------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

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

video {
  width: 100%;
}

/*--------------------------------
 img
--------------------------------*/
img.img-circle {
  border-radius: 50%;
}

img.img-small {
  max-width: 240px;
  height: auto;
}

img.img-border {
  border: 1px solid var(--color--line);
  padding: 20px;
  background: var(--color--white);
}

a:link, a:active, a:visited {
  color: var(--color--black);
}

a img {
  box-shadow: 0 0 0 var(--color--black);
  transition: all linear 200ms;
}

a img:hover {
  opacity: 0.9;
}

a .frame {
  color: var(--color--black);
}

a .frame:hover {
  color: #888;
}

a.underline {
  text-decoration: underline;
}

img.border {
  border: 1px solid var(--color--line);
}

img.grayfilter { /* Webkit */
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* W3C */
}

.shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.3s;
}

.shadow:hover {
  background: #f7f7f7;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}

/*--------------------------------
 header
--------------------------------*/
header {
  margin: 0 auto;
  z-index: 10;
}
header .desc {
  font-size: 0.75em;
  padding: 5px 0 0 0;
  font-weight: 700;
}
header h1.logo {
  margin: 3px 0;
  padding: 5px 0;
  line-height: 1;
  z-index: 10;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
header ul:fixed {
  background: var(--color--white);
}
header ul li {
  position: relative;
  width: 33%;
  text-align: center;
  background: var(--color--main);
}
header ul li:nth-child(2), header ul li:nth-child(4) {
  background: var(--color--sub);
}
header ul li span {
  display: block;
  font-size: 0.6em;
}
header ul li img {
  height: 30px;
}
header ul li a {
  display: block;
  padding: 7px;
  cursor: pointer;
}
header ul li a:link, header ul li a:visited {
  color: var(--color--white);
  text-decoration: none;
}
header .navWrapper {
  position: relative;
  height: 70px;
}
header .navWrapper .hovernav {
  position: absolute;
  top: 0;
  right: 0;
  background: #2e9ace url(../img/humberger.svg) no-repeat center top 5px !important;
  padding: 40px 10px 0 10px !important;
  background-size: 32px !important;
  z-index: 1000;
  text-align: center;
  display: inline-block;
  width: 70px;
  height: 70px;
  color: var(--color--white) !important;
  font-size: 0.9rem !important;
}
header .navWrapper #mega-menu-wrap-topnav {
  position: relative;
  margin: 0 80px 0 0;
  padding-top: 10px;
}

.ghead.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: headerAni 0.5s 0s forwards;
}
@media (max-width: 40em) {
  .ghead.fixed {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 40em) {
  .ghead.fixed {
    width: 500px !important;
    right: 0;
  }
}
.ghead.fixed h1.logo {
  margin: 3px 0;
  padding: 5px 0;
}

@keyframes headerAni {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgb(255, 255, 255);
  }
}
/*navAll*/
#navAll {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90vw;
  height: 90%;
  transform: translate(-50%, -50%);
  background: rgba(46, 154, 206, 0.9);
  display: none;
  z-index: 1000;
  padding: 30px;
  color: var(--color--white);
}
#navAll .closeButton {
  margin-bottom: 40px;
}
#navAll .flex-wrapper {
  padding: 30px;
}
#navAll .flex-wrapper .flex-one {
  margin-bottom: 30px;
}
#navAll .flex-wrapper a {
  color: var(--color--white);
}
#navAll h2 {
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid var(--color--white);
}
#navAll ul {
  margin: 20px 10px;
  list-style: none;
  text-align: left;
}
#navAll ul li {
  font-size: 1.3rem;
}
#navAll .closeButton {
  text-align: center;
}
#navAll .closeButton a.close {
  color: var(--color--white);
  font-weight: 700;
  font-size: 1.6rem;
}

@media (min-width: 40em) {
  header ul li img {
    height: 40px;
  }
  header ul li span {
    display: block;
    font-size: 0.8em;
    font-weight: 700;
  }
  header ul li a {
    padding: 20px 10px;
  }
}
@media (max-width: 40em) {
  header h1.logo img {
    width: 100px;
  }
  header .navWrapper {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
  header .navWrapper #mega-menu-wrap-topnav {
    margin: 0 50px 0 0;
    padding: 0;
  }
  header .navWrapper.hovernav {
    background: #2e9ace no-repeat center top 5px !important;
    padding: 10px 10px 0 10px !important;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  #navAll .flex-wrapper {
    padding: 15px 0;
  }
  #navAll .closeButton {
    margin-bottom: 15px;
  }
  #navAll .flex-wrapper .flex-one {
    margin-bottom: 15px;
  }
  #navAllh2 {
    font-size: 1.1rem;
  }
  #navAll ul {
    margin: 0 10px;
  }
  #navAll ul li {
    font-size: 1rem;
  }
}
/*--------------------------------
 content
--------------------------------*/
.titleBox {
  background: #e70000;
  position: relative;
}

.titleBox h2 {
  color: var(--color--white);
  font-size: 1.7em;
  text-align: center;
  padding: 7px;
}

.titleBox h3 {
  color: var(--color--white);
  font-size: 1.5em;
  border: none;
  margin: 0;
  text-align: center;
  padding: 7px;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

#primary {
  margin: 0 auto;
  padding: 3vh 0 0;
}

section {
  margin-bottom: 6vh;
}

article {
  margin: 30px 0;
}

.visual {
  position: relative;
  height: 480px;
  background-size: contain;
  background: url(../img/visual_default.jpg?222) no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.visual .section_inner {
  position: relative;
  height: 100%;
}
.visual .section_inner .title-en {
  position: absolute;
  bottom: -20px;
  right: 5%;
  line-height: 1;
  transform: rotate(-6deg);
  color: rgba(240, 164, 164, 0.8);
  font-size: clamp(2.4em, 4vw, 4em);
  font-family: "Courgette", cursive;
}
.visual .section_inner .titleInner {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translatey(-50%);
  width: 100%;
}
.visual .section_inner .titleInner h1 {
  font-size: clamp(1.4em, 3vw, 2.6em);
  padding: 0;
  color: var(--color--white);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.visual.visual_singuler {
  background: url(../img/bg_stripe.png);
}
.visual.visual_singuler .titleInner {
  position: relative;
}

@media (min-width: 40em) {
  .visual {
    height: 480px;
  }
  .visual .section_inner .title-en {
    bottom: -30px;
  }
  .visual .section_inner .titleInner {
    left: 1%;
  }
  .visual.visual_singuler {
    height: 240px;
  }
}
.bg_stripe {
  background: url(../img/bg_stripe.png);
  margin-top: 0;
  padding: 4vh 0;
}

/*------------------------
 * H
 * -------------------------*/
section p, section li {
  font-size: 1.05em;
  line-height: 1.8;
}

section .title-header {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 4vh;
}

section h1.blog-title {
  color: var(--color--black);
  font-size: clamp(1.4em, 2vw, 2em);
  color: var(--color--main);
  margin-bottom: 6vh;
}

section h2 {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(1.5em, 4vw, 2.4em);
  color: var(--color--black);
  padding-bottom: 0.5vh;
}

body.single section h2.wp-block-heading {
  position: relative;
  margin-bottom: 30px;
  font-size: clamp(1.3em, 2vw, 2em);
  color: var(--color--sub);
  padding-bottom: 0.5vh;
  border-bottom: 1px solid var(--color--sub);
}

section h3 {
  font-size: clamp(1.4em, 3vw, 1.6em);
  color: var(--color--main);
  margin-bottom: 20px;
}

section h4 {
  font-size: clamp(1.2em, 1.3vw, 1.3em);
  font-weight: bold;
  color: var(--color--sub);
}

h5 {
  font-weight: bold;
  font-size: 0.95em;
}

.bottomArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.station {
  padding: 10px 10px;
  text-align: center;
  border: 1px solid #444;
  margin: 5px auto;
}

/*------------------------
 * circle
 * -------------------------*/
.circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: var(--color--main);
  background: var(--color--white);
  border: 3px solid var(--color--main);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.3em;
}

/*------------------------
 * num
 * -------------------------*/
.num {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 60px;
  text-align: center;
  color: white;
  font-size: 24px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
}
.num:before {
  position: absolute;
  content: "";
  top: 0;
  left: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-left: solid 6px transparent;
}
.num:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 30px solid #e95738;
  border-right: 30px solid #e95738;
  border-bottom: 10px solid transparent;
}

@media (min-width: 40em) {
  .num {
    font-size: 32px;
    width: 70px;
    padding: 20px 0;
    left: 20px;
  }
  .num:after {
    border-left: 35px solid #e95738;
    border-right: 35px solid #e95738;
  }
}
/*------------------------
 * faq
 * -------------------------*/
article.faq {
  margin: 0;
}

.faq h3 {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border: 1px solid var(--color--line);
  color: var(--color--black);
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: clamp(1.2em, 2.6vw, 1.3em);
  margin: 0 0 15px 0;
}

.faq h3:after {
  position: absolute;
  content: "+";
  display: block;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}

.faq h3:hover,
.faq h3:active,
.faq h3.is-active {
  background-color: var(--color--main);
  color: var(--color--white);
}

.faq p {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  margin: 0;
}

.faq p.is-open {
  line-height: 1.6;
  height: auto;
  opacity: 1;
  padding: 10px 0 30px;
}

.faq h3.is-active:after {
  content: "ー";
}

@media (min-width: 40em) {
  .faq h3 {
    position: relative;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    border: 1px solid var(--color--line);
    color: var(--color--black);
    padding: 15px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-size: clamp(1.2em, 2.6vw, 1.3em);
    margin: 0 0 15px 0;
  }
  .faq h3:after {
    position: absolute;
    content: "+";
    display: block;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
  }
}
/*------------------------
 * flex-wrapper
 * -------------------------*/
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wrapper.icons .flex-one {
  text-align: center;
  margin-bottom: 40px;
}

.flex-wrapper.one-third .flex-one {
  width: 32%;
}

.flex-wrapper.two .flex-one {
  width: 100%;
}

.flex-wrapper.icons .flex-one figure {
  background: var(--color--lgray);
  border-radius: 50%;
  padding: 20px;
  width: 120px;
  margin: 0 auto 10px;
}

.flex-wrapper.icons .flex-one img {
  width: 80px;
}

.flex-wrapper.four:after {
  display: block;
  content: "";
  width: 24%;
}

.flex-wrapper.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 2em 0;
  border-bottom: 1px solid var(--color--line);
}

.flex-wrapper.news:hover {
  background: #f7f7f7;
}

.flex-wrapper.news .tag {
  width: 25%;
}

.flex-wrapper.news .tag .cat {
  border: 1px solid #09315f;
  text-align: center;
  padding: 2px;
}

.flex-wrapper.news .date {
  width: 10%;
  font-size: 0.9rem;
  color: #666;
  padding: 5px;
}

.flex-wrapper.news .title {
  width: 100%;
  margin-top: 10px;
}

.flex-wrapper.news-single {
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.flex-wrapper.news-single .cat {
  background: #09315f;
  color: var(--color--white);
  text-align: center;
  padding: 2px 30px;
}

.flex-wrapper.news-single .date {
  color: #666;
  padding: 10px;
}

.flex-wrapper.five .flex-one {
  width: 48%;
}

@media (min-width: 40em) {
  .flex-wrapper.two .flex-one {
    width: 48%;
  }
  .flex-wrapper.two.sp-half {
    justify-content: start;
  }
  .flex-wrapper.two.sp-half .flex-one {
    width: auto;
  }
  .flex-wrapper.three .flex-one {
    width: 31%;
  }
  .flex-wrapper.three .flex-two {
    width: 64%;
  }
  .flex-wrapper.four .flex-two {
    width: 48%;
  }
  .flex-wrapper.four .flex-one {
    width: 24%;
  }
  .flex-wrapper.four .flex-three {
    width: 72%;
  }
  .flex-wrapper.five .flex-one {
    width: 18%;
  }
  .flex-wrapper.six .flex-one {
    width: 15%;
  }
  .flex-wrapper.news {
    justify-content: space-between;
  }
  .flex-wrapper.news .tag {
    width: 15%;
    padding: 0 10px;
  }
  .flex-wrapper.news .title {
    width: 68%;
    margin-top: 0;
  }
}
/*------------------------
 * grid-wrapper
 * -------------------------*/
.grid-wrapper {
  display: grid;
}
.grid-wrapper .grid-one {
  position: relative;
}
.grid-wrapper .grid-one a.boxlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 40em) {
  .grid-wrapper {
    gap: 2vw;
  }
  .grid-wrapper.three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/*------------------------
 * single
 * -------------------------*/
.tag {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*------------------------
 * carousel
 * -------------------------*/
.carousel-slider .carousel-slider__item a {
  text-decoration: none;
  color: var(--color--text);
  transition: all linear 0.3s;
}
.carousel-slider .carousel-slider__item a:hover {
  opacity: 0.8;
}
.carousel-slider .carousel-slider__caption .caption {
  font-weight: 700;
  font-size: 1.2em;
}

/*------------------------
 * sharebutton
 * -------------------------*/
.share {
  padding: 20px 0;
  margin: 20px auto;
  text-align: center;
  border-bottom: 1px solid var(--color--line);
}

.sfsi_shortcode_container {
  float: none !important;
  display: flex;
  justify-content: center;
}

/*------------------------
 * fixed banner
 * -------------------------*/
.fixed-banner {
  display: none;
}

.fixed-banner_sp {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 5px;
}

@media (min-width: 40em) {
  .fixed-banner {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    transform: translateY(-50%);
    height: 257px;
    width: 60px;
    cursor: pointer;
  }
  .fixed-banner .visibleContent {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .fixed-banner .hoverContent {
    position: absolute;
    width: 250px;
    right: -250px;
    transition: all 0.3s ease-in-out;
  }
  .fixed-banner:hover {
    right: 250;
  }
  .fixed-banner:hover .visibleContent {
    right: -70px;
  }
  .fixed-banner:hover .hoverContent {
    right: 0;
  }
  .fixed-banner-left {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9999;
    transform: translateY(-50%);
    height: 257px;
    width: 60px;
    cursor: pointer;
  }
  .fixed-banner-left .visibleContent {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .fixed-banner-left .hoverContent {
    position: absolute;
    width: 250px;
    left: -250px;
    transition: all 0.3s ease-in-out;
  }
  .fixed-banner-left:hover {
    left: 250;
  }
  .fixed-banner-left:hover .visibleContent {
    left: -70px;
  }
  .fixed-banner-left:hover .hoverContent {
    left: 0;
  }
  .fixed-banner_sp {
    display: none;
  }
}
/*------------------------
 * label
 * -------------------------*/
.label {
  background: var(--color--sub);
  font-weight: bold;
  padding: 3px 10px;
  color: var(--wp--preset--color--white);
  margin: 0 3px 3px 0;
  font-size: 0.9em;
  border-radius: 20px;
  display: inline-block;
}

.taxonomy-post_tag a {
  background: var(--color--sub);
  font-weight: bold;
  padding: 3px 10px;
  color: var(--wp--preset--color--white);
  margin: 0 3px 3px 0;
  font-size: 0.9em;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
}

span.require {
  display: inline-block;
  background: var(--color--main);
  color: var(--color--white);
  padding: 1px 5px;
  font-size: 0.7em;
  border-radius: 4px;
}

.label a {
  color: var(--color--white);
}

/*------------------------
 * square
 * -------------------------*/
.square {
  background: var(--color--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 2vh;
  position: relative;
}

/*------------------------
 * box
 * -------------------------*/
.box {
  background: var(--color--white);
  position: relative;
  border-radius: 14px;
}
.box h3 {
  margin-top: 0;
}
.box h4 {
  margin-top: 0;
  color: var(--color--main);
}
.box h4 mark {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.7em;
  border-radius: 20px;
  margin-bottom: 5px;
}

.box .tab {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color--white);
  background: #dc5600;
  padding: 5px;
}

.box a {
  color: var(--color--black);
}

.box h3.tab {
  position: relative;
  background: #C00;
  padding: 5px;
  color: var(--color--white);
  font-size: 1.2rem;
}

.box h3.tab:after {
  position: absolute;
  display: inline-block;
  content: "";
  top: -2px;
  margin-left: 5px;
  border-bottom: 41px solid transparent;
  border-left: 41px solid #C00;
}

.box h5 {
  position: absolute;
  color: var(--color--white);
  padding: 2px 3px;
  margin: 0;
  font-size: 0.8rem;
}

/*------------------------
 * innerBox
 * -------------------------*/
.innerBox {
  position: relative;
}

.innerBox .date {
  position: absolute;
  top: 10px;
  background: #C00;
  padding: 1px 5px;
  color: var(--color--white);
  font-size: 0.9rem;
}

ul.mega-sub-menu li.mega-menu-item {
  text-align: center !important;
}

.mega-menu li a.mega-menu-link {
  font-family: "Noto Sans JP", sans-serif;
}

/*--------------------------------
 news
--------------------------------*/
ul.news {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.news li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 7px 0;
  color: #444;
}

ul.news li a {
  color: #444;
  transition: all linear 0.3s;
}

ul.news li a:hover {
  color: #aaa;
}

ul.news li .date {
  display: inline-block;
  width: 100px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #444;
}

ul.news li .tag {
  width: 12%;
}

ul.news li .tag .label {
  width: 8em;
  text-align: center;
  border-radius: 3px;
  background: var(--color--black);
}

ul.news li .title {
  width: 68%;
}

@media (max-width: 39em) {
  ul.news li .news-title {
    display: block;
  }
}
/*--------------------------------
 check
--------------------------------*/
ul.check {
  padding: 0;
}

ul.check li {
  font-size: 1.1rem;
  list-style: none;
  background: url(../img/icon_check.png) no-repeat left center;
  background-size: 20px;
  border-bottom: 1px dotted var(--color--line);
  padding: 7px 0 7px 30px;
}

/*--------------------------------
 primary
--------------------------------*/
#primary .widget {
  margin: 0 0 30px 0;
}

#primary .widget ul {
  margin: 0;
}

#primary .widget ul li {
  list-style: none;
  display: inline-block;
  margin: 7px 7px 7px 0;
  background: #dd6584;
  color: var(--color--white);
  padding: 5px 20px;
  border-radius: 20px;
  box-shadow: 5px 5px 0 var(--color--line);
}

#primary .widget ul li a {
  color: var(--color--white);
  display: block;
}

/*--------------------------------
 secondary
--------------------------------*/
#secondary {
  padding: 3vh 0 0;
}

#secondary .widget {
  margin: 0 0 30px 0;
}

#secondary h3 {
  color: var(--color--black);
  font-size: 0.9em;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--color--line);
  margin-bottom: 0;
}

#secondary ul {
  margin: 0;
  padding: 0 0 20px 0;
}

#secondary ul li {
  list-style: none;
  border-bottom: 1px dotted var(--color--line);
  font-size: 0.9em;
}

#secondary ul li a {
  display: block;
  padding: 5px 10px;
}

#secondary ul li a:hover {
  background: #f7f7f7;
}

/*--------------------------------
 footer
--------------------------------*/
footer {
  background: var(--color--mainhover);
  padding: 4vh 0;
  color: var(--color--white);
}

footer p {
  font-size: 0.9rem;
}

footer h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

footer h2.logo {
  width: 120px;
  margin: 0 auto;
}

footer .menu {
  display: block;
  margin: 0;
}

footer a {
  color: var(--color--white);
  font-size: 0.9rem;
}

footer .widget h3 {
  font-weight: 700;
  font-size: 1rem;
  border-bottom: 1px solid #555;
  margin-bottom: 7px;
  padding-bottom: 4px;
}

footer .menu {
  margin-bottom: 15px;
}

footer .menu li {
  position: relative;
  list-style: none;
}

footer .menu li a {
  color: var(--color--white);
  padding: 7px 0 7px 14px;
  text-decoration: none;
  font-weight: 700;
}

footer .sns {
  margin: 10px 0;
}

footer .sns li {
  list-style: none;
  padding: 5px 0;
}

footer .sns li a {
  color: var(--color--white);
}

.copyright {
  font-size: 0.8rem;
  padding: 20px 0;
  color: var(--color--text);
  text-align: center;
}

/*--------------------------------
 table
--------------------------------*/
.wp-block-table.border_bottom table {
  width: 100%;
}

.wp-block-table.border_bottom table tr td {
  border: none;
  border-bottom: 1px solid var(--color--line);
}

.wp-block-table.border_bottom table tr th {
  border: none;
  border-bottom: 1px solid var(--color--line);
}

.wp-block-table.noborder table tr td {
  border: none;
}

.wp-block-table.noborder table tr th {
  border: none;
}

/*--------------------------------
 label
--------------------------------*/
.lavel.gray {
  background: #666;
}

/*--------------------------------
 accordion
--------------------------------*/
.acMenu dt {
  display: block;
  cursor: pointer;
  font-weight: 700;
}

.acMenu dd {
  display: none;
}

.acMenu dt .button {
  margin: 0;
  padding: 10px 30px;
}

/*--------------------------------
 tab
--------------------------------*/
.tabs {
  background: transparent;
  border: none;
}

.tabs-title {
  margin-right: 10px;
}

.tabs-title > a {
  display: block;
  background: #a9a8a8;
  color: var(--color--white);
  padding: 0.8rem 0.6rem;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.tabs-title > a:hover {
  color: var(--color--white);
  background: #888;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e70000;
  color: var(--color--white);
}

.tabs-content {
  background: transparent;
  border: none;
  overflow: auto;
  border-top: 8px solid #e70000;
  padding-top: 20px;
}

.tabs-panel {
  padding: 0;
}

/*-------------------------------------------------
 right-nav
-------------------------------------------------*/
#right-nav {
  position: fixed;
  top: 0;
  right: 0;
}

/*-------------------------------------------------
 bottom-nav
-------------------------------------------------*/
#bottom-nav {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 3px solid #dc5600;
  background: var(--color--white);
}

#bottom-nav .nav01 {
  text-align: center;
  padding: 10px;
}

#bottom-nav .nav02 {
  text-align: center;
  padding: 10px;
}

#bottom-nav .nav03 {
  margin-top: -10px;
}

@media (max-width: 39em) {
  #bottom-nav {
    border-top: none;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.6);
  }
  #bottom-nav .nav01 {
    width: 50%;
    padding: 5px;
  }
  #bottom-nav .nav02 {
    width: 50%;
    padding: 5px;
  }
  #bottom-nav .nav03 {
    width: 100%;
    padding: 5px;
  }
}
/*--------------------------------
 form
--------------------------------*/
.form-group {
  margin-bottom: 1em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.form-group input, .form-group textarea {
  margin-top: 5px;
  width: 95%;
}

input[type=tel], input[type=text], input[type=email], textarea, select {
  margin-bottom: 0;
  padding: 0.5em;
  font-size: 1em;
}

input.form-large {
  width: 25em;
  display: inline-block;
}

input.form-medium {
  width: 12em;
  display: inline-block;
}

input.form-small {
  width: 4em;
  display: inline-block;
}

label {
  display: inline-block;
}

table.table th, table.table td {
  line-height: 1.8;
}

.form_line {
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.form_line .form_title span.require {
  font-size: 12px;
}

.form_line .form_title {
  margin-bottom: 10px;
}

.form_line label {
  font-size: 1rem;
}

.form_line select {
  display: inline-block;
  width: 25rem;
}

.form_line .flex-wrapper {
  justify-content: start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

/*---------------------
.wp-pagenavi
-----------------------*/
.wp-pagenavi {
  margin: 10px 0 20px 0;
}

.wp-pagenavi:after {
  display: block;
  clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  font-size: 0.8em;
  border: 1px solid var(--color--line);
  padding: 7px 12px;
  margin: 2px;
  color: #666;
}

.wp-pagenavi span.current {
  background: var(--color--line);
  border: 1px solid var(--color--line);
}

/*--------------------------------
 breadcrumbs
--------------------------------*/
.breadcrumbs {
  font-size: 0.9em;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 1200px;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--color--main);
}

/*--------------------------------
 button
--------------------------------*/
a.button, button {
  position: relative;
  border: none;
  color: var(--color--black);
  background: var(--color--white);
  border: 2px solid var(--color--black);
}

input[type=submit].button {
  color: var(--color--main);
  border: 2px solid var(--color--main);
  font-size: 1.1em;
  padding: 6px 20px;
}

a.button:hover {
  background: transparent;
  color: var(--color--white);
}

a.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: var(--color--black);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

a.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

a.button .arrow {
  position: absolute;
  top: 12px;
  right: 10px;
}

a.button.large {
  padding: 12px 70px;
  font-weight: 700;
  font-size: 1.1rem;
}

a.button.fulll {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

input[type=submit].full {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
}

a.button.orange {
  background: linear-gradient(to right, #ff6600, #ff9933);
  color: var(--color--white);
}

a.button svg {
  position: absolute;
  top: calc(50% - 6px);
  right: 2%;
  width: 10px;
  height: 10px;
  fill: var(--color--white);
}

a.button.reverse {
  color: #062d62;
  background: var(--color--white);
  border: 2px solid #062d62;
  font-weight: 700;
  font-size: 1.1rem;
}

a.button.reverse:hover {
  color: var(--color--white);
  background: #3071b8;
  border: 2px solid #3071b8;
}

@media (min-width: 40em) {
  a.button.full, input.button.full {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  input.button {
    display: block;
    width: 320px;
    padding: 10px 30px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
  }
  a.button.round {
    border-radius: 32px;
  }
}
/*--------------------------------
 form
--------------------------------*/
/*--------------------------------
 accordion
--------------------------------*/
.accordion-title {
  font-size: 1rem;
  border: 1px solid var(--color--line);
  padding-right: 2rem;
  line-height: 1.6;
}

.accordion-title a:link, .accordion-title a:active, .accordion-title a:visited {
  color: #C00;
}

.accordion-title:focus, .accordion-title:hover {
  background-color: #3071b8;
  color: var(--color--white);
  font-weight: 700;
}

.accordion-title.is-active {
  background-color: #3071b8;
  color: var(--color--white);
}

.accordion-content {
  font-size: 1rem;
  border: none;
}

.accordion-title span.icon-q {
  display: inline-block;
  padding: 3px 5px;
  background: #C00;
  color: var(--color--white);
  text-align: center;
  margin-right: 10px;
}

.accordion-content span.icon-a {
  display: inline-block;
  padding: 3px 5px;
  background: #1a3fa7;
  color: var(--color--white);
  text-align: center;
  margin-right: 10px;
}

/*--------------------------------
 frame
--------------------------------*/
.frame {
  border: 1px solid #b2ceec;
  padding: 1.5rem;
}

/*--------------------------------
 alert
--------------------------------*/
.alert {
  background: #ddefc7;
  padding: 15px;
  border-radius: 8px;
}

.alert h4 {
  color: #187911;
}

/*--------------------------------
 compliance
--------------------------------*/
.compliance_text {
  padding: 10px 2rem;
  margin-left: 1rem;
}

.compliance_text article {
  margin-bottom: 50px;
}

.compliance_text article h3 {
  margin-bottom: 10px;
}

/*--------------------------------
 sitemap
--------------------------------*/
.sitemap li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid var(--color--line);
}

/*--------------------------------
 blog
--------------------------------*/
.blogitem {
  margin: 2vh 0;
  border: 1px solid var(--color--line);
  height: 100%;
}

.blogitem .inner {
  padding: 10px 2vh 2vh;
}

.blogitem .date {
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}

.blogitem h3 {
  font-size: 1.1em;
  padding: 0;
  margin: 0 0 1em 0;
}

.blogitem h3 a {
  text-decoration: none;
  color: var(--color--main);
}

.blogitem .button.large {
  margin: 0;
}

.blogitem .wp-block-post-terms__separator {
  display: none;
}

@media (min-width: 40em) {
  .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-wrapper:after {
    content: "";
    display: block;
  }
  .blog-wrapper .blogitem {
    width: 32%;
  }
}
/*hoverLine*/
.hoverLine {
  position: relative;
}

.hoverLine .lineL {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 1px;
  height: 105%;
  background: var(--color--black);
  transform: scale(0, 0);
  z-index: 2;
}

.hoverLine .lineT {
  top: 10px;
  left: -10px;
  position: absolute;
  width: 105%;
  height: 1px;
  background: var(--color--black);
  transform: scale(0, 0);
  z-index: 2;
}

.hoverLine .lineR {
  top: -10px;
  right: 10px;
  position: absolute;
  width: 1px;
  height: 105%;
  background: var(--color--black);
  transform: scale(0, 0);
  z-index: 2;
}

.hoverLine .lineB {
  bottom: 10px;
  right: -10px;
  position: absolute;
  width: 105%;
  height: 1px;
  background: var(--color--black);
  transform: scale(0);
  z-index: 2;
}

.hoverLine:hover .lineL,
.hoverLine:hover .lineT,
.hoverLine:hover .lineR,
.hoverLine:hover .lineB {
  animation: lineAni 0.5s 0.5s forwards;
}

@keyframes lineAni {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*hoverBox*/
.hoverBox .flex-one {
  position: relative;
  transition: all ease-in-out 0.3s;
  background: var(--color--white);
}

.hoverBox .flex-one a.boxlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--color--white);
  overflow: hiddden;
  opacity: 0;
}

.hoverBox .flex-one.noshadow:hover {
  box-shadow: none;
}

.hoverBox .flex-one .text {
  padding: 1rem;
}

/*innerImage*/
.innerImage {
  position: relative;
  overflow: hidden;
}

.innerImage figure img {
  overflow: hidden;
  transition: all linear 0.3s;
}

.innerImage figure img {
  width: 100%;
  transition: all linear 0.3s;
}

.innerImage:hover img {
  opacity: 1;
}

.innerImage article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 49, 95, 0.7);
  margin: 0;
  padding: 0;
  transition: all linear 0.3s;
}

.innerImage article:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: "→";
  display: block;
}

.innerImage:hover article {
  background: rgba(9, 49, 95, 0.3);
}

.innerImage article h3 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: var(--color--white);
  border: none;
  font-size: 1em;
  margin: 0;
}

.innerImage a.boxlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: var(--color--white);
  overflow: hiddden;
  text-indent: -100%;
}

/*------------------------------------*\
  データ属性絞り込み
\*------------------------------------*/
.category-btn {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 40px auto;
}

.category-btn.keyword {
  background: #f5f5f5;
  padding: 15px;
}

.category-btn.keyword li a {
  font-size: 0.8em;
}

.category-btn li a {
  display: inline-block;
  padding: 10px 30px;
}

.category-btn.keyword li a {
  font-size: 0.8em;
  border: none;
  background: var(--color--white);
  color: #09315f;
}

.category-btn li a.is-select {
  border-bottom: 2px solid #09315f;
}

.category-btn.keyword li a.is-select {
  color: var(--color--white);
}

.category-list .flex-one {
  position: relative;
}

.category-list .flex-one a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
  z-index: 10;
}

.category-list:before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}

.category-list:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.is-animate {
  opacity: 1;
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 39em) {
  .category-list .innerImage {
    display: flex;
    flex-wrap: wrap;
  }
  .category-list .innerImage figure {
    width: 48%;
  }
  .category-list .innerImage .text {
    width: 48%;
  }
  .category-btn li {
    display: inline-block;
  }
  .category-btn.keyword li a {
    display: block;
    margin: 5px 0;
  }
}
/*------------------------------------*\
  ボックスアニメーション
\*------------------------------------*/
.hoverBox .flex-one a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
  z-index: 10;
}

.hoverBox .hoverGrid a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%; /*テキスト非表示*/
  white-space: nowrap; /*テキスト非表示*/
  overflow: hidden; /*テキスト非表示*/
  z-index: 10;
}

/*Image animation*/
.hoverGrid {
  overflow: hidden;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}

.hoverGrid.is-visible {
  animation: fadeInUp 0.6s 0s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
/*上から*/
.hoverGrid:before {
  position: absolute;
  z-index: 1;
  background: var(--color--black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}

.hoverGrid.is-visible:before {
  animation: fromTop 0.4s 2s forwards;
}

@keyframes fromTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
/*下から*/
.hoverGrid.bottomUp:before {
  position: absolute;
  z-index: 1;
  background: var(--color--black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}

.hoverGrid.bottomUp.is-visible:before {
  animation: fromBottom 0.4s 2s forwards;
}

@keyframes fromBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
/*左から*/
.hoverGrid.leftToRight:before {
  position: absolute;
  z-index: 1;
  background: var(--color--black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}

.hoverGrid.leftToRight.is-visible:before {
  animation: fromLeftToRight 0.4s 2s forwards;
}

@keyframes fromLeftToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
/*右から*/
.hoverGrid.rightToLeft:before {
  position: absolute;
  z-index: 1;
  background: var(--color--black);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}

.hoverGrid.rightToLeft.is-visible:before {
  animation: fromLeftToRight 0.4s 2s forwards;
}

@keyframes fromRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
  }
}
/*テキストアニメーション*/
.is-left-slide {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.is-left-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

.is-right-slide {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.is-right-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-down-slide {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.is-down-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-up-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

.is-up-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

/*目次*/
.outline {
  border: 1px dotted #CCC;
  padding: 10px 20px;
  margin: 20px auto;
  border-radius: 6px;
}

.outline__list {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

.outline__list li {
  margin-bottom: 7px;
}

.outline__toggle {
  display: none;
}

.outline__switch::before {
  content: "開く";
  cursor: pointer;
  border: solid 1px #D8D8D8;
  padding: 5px;
  font-size: 1.2rem;
  margin-left: 5px;
  border-radius: 5px;
}

.outline__toggle:checked + .outline__switch::before {
  content: "閉じる";
}

.outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}

.outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
}

.outline__item:before {
  content: normal;
}

.outline__link {
  display: inline-block;
  color: #191919 !important;
}

.outline__link:hover {
  border: none;
}

.outline__number {
  display: inline-block;
  color: #7F7F7F;
  background: #F2F2F2;
  padding: 3px 6px;
  font-weight: 400;
  font-size: 1.2rem;
  margin-right: 5px;
}/*# sourceMappingURL=app02.css.map */