@charset "utf-8";
/*
Theme Name: nichigi2022
*/

/*
#006BB8 rgba(193,25,32,1.0)
#0087CD rgba(237,28,36,1.0)
#2D2526 rgba(45,37,38,1.0)

#1375BD rgba(19,117,189,1.0)
#006BB8 rgba(0,107,184,1.0)
*/

/* common
---------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  border: 0 none;
}

ul,
ol,
li {
  list-style: none;
}

strong {
  font-weight: 700;
  color: inherit;
}

em {
  font-style: normal;
  font-weight: 500;
  color: inherit;
}

/* HTML5 */
header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  margin: 0;
  padding: 0;
  display: block;
}

canvas {
  display: block;
}

/* IE8+, Chrome */
input,
button {
  outline: 0;
}

/* Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

html {
  width: 100%;
  font-size: 62.5%;
  line-height: 1.0;
  -webkit-tap-highlight-color: rgba(45, 37, 38, 0.1);
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-size: 1.7rem;
  letter-spacing: 0.036em;
  line-height: 1.75;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  color: rgba(45, 37, 38, 1.0);
  font-weight: 500;
}

@media (max-width:1280px) {}

@media (max-width:960px) {
  body {
    font-size: 15.6px;
    font-size: 1.56rem;
  }
}

@media (max-width:768px) {
  body {
    font-size: 14.6px;
    font-size: 1.46rem;
    line-height: 1.6;
  }
}

@media (max-width:480px) {
  /*body{
  font-size:13.2px;
  font-size:1.32rem;
}*/
}

::selection {
  background: rgba(45, 37, 38, 0.1);
}

::-moz-selection {
  background: rgba(45, 37, 38, 0.1);
}

/* link */
a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none !important;
  cursor: pointer;
}

.a {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  padding-left: 1px;
  padding-right: 1px;
}

.a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom: dashed 1px currentColor;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.a:hover:after {
  opacity: 0;
}

.no_link {
  pointer-events: none;
}

a.target:after {
  border-bottom: none !important;
}

a.anchor {
  display: block;
  height: 0;
  width: 0;
  transform: translateY(-100px);
  visibility: hidden;
}

.font01 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.font02 {
  font-family: uddigikyokasho-pro, sans-serif !important;
  font-weight: 400;
}

i {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700 !important;
}

.tb-rl {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  /*text-orientation: upright;*/
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-align: center;
  font-feature-settings: initial;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.youtube_w {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  line-height: 1.0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
  border-spacing: 0 !important;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.cb {
  clear: both !important;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right !important;
  ;
}

.tl {
  text-align: left !important;
}

.ib {
  display: inline-block;
}

br {
  height: 0;
  width: 0;
  line-height: 0;
}

.nobr {
  display: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10 !important;
}

.mb20 {
  margin-bottom: 20 !important;
}

.mb30 {
  margin-bottom: 30 !important;
}

.mb40 {
  margin-bottom: 40 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width:1280px) {
  br.br1280 {
    display: block;
  }

  .nobr1280 {
    display: none;
  }
}

@media (max-width:960px) {
  img {
    width: 100%;
    height: auto;
    aspect-ratio: attr(width) / attr(height);
  }

  br.br960 {
    display: block;
  }

  .nobr960 {
    display: none;
  }

  .mt50 {
    margin-top: 40px !important;
  }

  .mt60 {
    margin-top: 40px !important;
  }

  .mt70 {
    margin-top: 40px !important;
  }

  .mt80 {
    margin-top: 40px !important;
  }

  .mt90 {
    margin-top: 40px !important;
  }

  .mt100 {
    margin-top: 40px !important;
  }

  .mt120 {
    margin-top: 40px !important;
  }
}

@media (max-width:768px) {
  br.br768 {
    display: block;
  }

  .nobr768 {
    display: none;
  }
}

@media (max-width:600px) {
  br.br600 {
    display: block;
  }

  .nobr600 {
    display: none;
  }
}

@media (max-width:480px) {
  br.br480 {
    display: block;
  }

  .nobr480 {
    display: none;
  }
}

.w {
  overflow: hidden;
}

.main {
  display: block;
  min-height: 30vh;
  margin-top: 100px;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding: 50px 3% 30px;
}

.inner0 {
  width: 94%;
  margin: 0 auto;
  padding: 0 3%;
}

.max1280 {
  max-width: 1280px;
  margin: 0 auto;
}

.max1080 {
  max-width: 1080px;
  margin: 0 auto;
}

.max880 {
  max-width: 880px;
  margin: 0 auto;
}

.red {
  color: rgba(0, 107, 184, 1.0);
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {
  .main {
    margin-top: 150px;
  }

  #info .main {
    margin-top: 100px;
  }

  .inner {
    padding: 30px 3% 40px;
  }
}

@media (max-width:480px) {}


#header01_w {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  max-width: 100vw;
  height: 96px;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

#header01_w.fixed {
  position: fixed;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

#header01_w:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 17px;
  z-index: 2;
  background: linear-gradient(-45deg, #006BB8 49.5%, #0087CD 50.5%);
}

#header01 {
  padding: 0.6em 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /*background: rgba(255,255,255,0.86);*/
  background: rgba(255, 255, 255, 0.74);
  border-bottom: solid 1px rgba(45, 37, 38, 0.06);
  height: 107px;
  /*height: 96px;*/
  /*-webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);*/
}

#header01 .hlogo {
  padding: 0.8em 0 0;
  max-width: 320px;
  width: 25%;
}

#header01 .hlogo img {
  max-width: 100%;
  height: auto;
}

#header01 .mnav_w {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 73%;
}

#header01 .mnav01 {
  line-height: 1.0;
}

#header01 .mnav01_li {
  display: inline-block;
  font-size: 96%;
  vertical-align: middle;
  padding: 0;
  overflow: visible;
}

#header01 .mnav01_li.sbtn {
  margin-top: 1em;
}

#header01 .mnav01_a {
  font-size: 90%;
  display: block;
  /*padding: 1em 1em 3.0em;
  transform: translateY(1.8em);*/
  padding: 1em 1em 3.6em;
  transform: translateY(2.1em);
  position: relative;
  z-index: 3;
}

#header01 .mnav01_li .msnav01_w {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  transform: translateY(-100%);
  transition: all 1s ease-out 0s;
  transition: opacity 3s ease-out 0s;
  opacity: 0;
  height: 0;
  display: none;
}

#header01 .mnav01_li .is-active+.js-dropdown-menu {
  transform: translateY(10px);
  opacity: 1.0;
  height: auto;
}

#header01 .msnav01_bg {
  background: rgba(45, 37, 38, 0.86);
  color: rgba(255, 255, 255, 0.9);
  width: 64vw;
  margin-left: auto;
  padding: 3em 3% 3.5em 3%;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 5px 3px rgba(32, 55, 63, 0.3);
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 2em 100%, 0 calc(100% - 2em));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

#header01 .msnav01 {
  display: inline-block;
  text-align: left;
  width: 100%;
}

#header01 .msnav01_li {
  font-size: 86%;
  width: 31.5%;
  box-sizing: border-box;
  margin: 1em 0.5% 0;
  display: inline-block;
}

#header01 .msnav01_a {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.0;
  display: block;
  text-align: left;
  padding: 1em 1em 1em 2em;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

#header01 .msnav01_a:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #0087CD;
  box-shadow: 0 0 10px rgba(32, 55, 63, 0.3);
  transform: translateY(-2%);
  opacity: 0.9;
}

@media (max-width:1280px) {
  #header01 .mnav01_li.sbtn {
    font-size: 64%;
    font-weight: bold;
  }

  #header01 .mnav01_li.sbtn a {
    padding: 0.5em 1em 0.3em;
  }

  #header01 .mnav01_li.sbtn a:before,
  #header01 .mnav01_li.sbtn a:after {
    border-top-width: 2.8em;
    border-bottom-width: 2.8em;
  }

  #header01 .mnav01_li.sbtn i {
    display: block;
    font-size: 300%;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width:1080px) {
  #header01 .mnav01_a {
    /*padding: 1em 0.3em 3.0em;*/
    padding: 1em 0.3em 3.6em;
  }
}

@media (max-width:960px) {
  #header01 .mnav01 {
    font-size: 90%;
  }

  #header01 .mnav01_li {
    display: inline-block;
    padding: 0 0.1em;
  }

  #header01 .mnav01_li.sbtn a:before,
  #header01 .mnav01_li.sbtn a:after {
    border-width: 0;
  }

  #header01 .mnav01_li:before {
    left: -1.0em;
    top: 1.0em;
  }
}

@media (max-width:768px) {
  #header01_w {
    height: 78px;
  }

  #header01_w:after {
    height: 8px;
  }

  #header01 {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.3em 2% 0.3em;
  }

  #header01 .hlogo {
    width: 40%;
    padding: 0.3em 0 0.1em;
  }

  #header01 .mnav_w {
    width: 100%;
    justify-content: center;
  }

  #header01 .mnav01 {
    font-size: 110%;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  #header01 .mnav01_li {
    padding: 0;
  }

  #header01 .mnav01_li.sbtn {
    display: none;
  }

  #header01 .mnav01_li .is-active+.js-dropdown-menu {
    transform: none;
  }

  #header01 .mnav01_a {
    padding: 1.1em 0.3em 0.5em;
    transform: none;
  }

  #header01 .msnav01_bg {
    width: 100%;
    overflow-x: scroll;
    display: inline-flex;
    white-space: nowrap;
    padding: 0.6em 3% 2.7em 3%;
    clip-path: none;
    position: relative;
  }

  #header01 .msnav01_bg:after {
    position: absolute;
    bottom: 1em;
    left: 1.1em;
    content: ">> Scroll";
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

  #header01 .msnav01 {
    width: max-content;
    margin-left: 0.3em;
  }

  #header01 .msnav01_li {
    width: auto;
    margin: 1em 1em 0 0;
  }

  #header01 .msnav01_a {
    padding: 1em;
    display: block;
    width: auto;
  }
}

@media (max-width:600px) {
  #header01 .hlogo {
    width: 50%;
  }
}

@media (max-width:480px) {
  #header01 .hlogo {
    width: 74%;
    transform: translateX(-3%);
  }
}


.breadcrumb_w {
  text-align: right;
  padding: 1em 4%;
  font-size: 80%;
  opacity: 0.86;
  letter-spacing: 0;
}

.breadcrumb_w li {
  display: inline-block;
}

.breadcrumb_w li a {
  margin: 0 0.6em;
  display: inline-block;
}

.breadcrumb_w li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: dashed 1px currentColor;
  opacity: 0.6;
}

.breadcrumb_w li:last-child a {
  pointer-events: none;
}

.breadcrumb_w li:last-child a:after {
  border-bottom: none;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {}

@media (max-width:480px) {}


.main .h2_ttl {
  text-align: center;
  font-size: 2.4em;
  line-height: 1.24;
  letter-spacing: 0.07em;
}

.main .h2_ttl .s {
  letter-spacing: 0.01em;
  font-size: 48%;
  color: #006BB8;
}

.main .h2_ttl .en {
  font-size: 210%;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  transform: skewX(-15deg);
  padding: 0.3em 0 0.3em 0.2em;
  line-height: 1.0;
  color: rgba(45, 37, 38, 0.86);
  background-image: radial-gradient(rgba(45, 37, 38, 1.0), rgba(45, 37, 38, 0.92) 25%, rgba(45, 37, 38, 0.5));
  background-image: -webkit-radial-gradient(rgba(45, 37, 38, 1.0), rgba(45, 37, 38, 0.92) 25%, rgba(45, 37, 38, 0.5));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  /*text-indent: -0.26em;*/
}

.main .h2_ttl .jp {
  font-size: 86%;
  font-weight: bold;
  color: #006BB8;
  letter-spacing: 0.036em;
}

.main .h2_ttl .jp span {
  font-size: 116%;
  vertical-align: -0.01em;
  display: inline-block;
}

.main .h2_ttl .jp:before {
  content: "-";
  padding-right: 0.2em;
}

.main .h2_ttl .jp:after {
  content: "-";
  padding-left: 0.2em;
}

.main .h3_ttl {
  text-align: center;
  font-size: 1.9em;
  line-height: 1.46;
  letter-spacing: 0.036em;
  font-weight: bold;
}

.main .h3_ttl.bdr {
  position: relative;
}

.main .h3_ttl.bdr:after {
  content: "";
  display: block;
  width: 2em;
  height: 5px;
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  background: linear-gradient(-45deg, #006BB8 49.5%, #0087CD 50.5%);
  transform: translateX(-50%) skewX(-20deg);
  opacity: 0.86;
}

.main .h3_ttl.red {
  font-size: 0.9em;
  /*font-weight: normal;*/
  letter-spacing: 0.1em;
  opacity: 0.86;
}

.main .h3_sttl {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.54;
  opacity: 0.96;
}

.main .catch01 {
  font-size: 140%;
  text-align: center;
  line-height: 1.54;
  opacity: 0.96;
}

.main .catch02 {
  font-size: 2.1em;
  margin: 1.2em 0 0.3em;
  text-align: center;
  line-height: 1.54;
  opacity: 0.96;
  font-weight: bold;
}

.main p+p {
  margin-top: 1em;
}

.main .l01 {
  font-size: 120%;
  font-weight: bold;
}

.main .s01 {
  font-size: 90%;
  opacity: 0.86;
}

.main article strong {
  color: #006BB8;
  font-weight: normal;
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.delay06 .slideAnimeLeftRight,
.delay06 .slideAnimeRightLeft {
  animation-delay: 0.6s;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {
  .main .h2_ttl {
    font-size: 2.1em;
  }

  .main .h2_ttl.mt40 {
    margin-top: 0 !important;
  }

  .main .catch01 {
    font-size: 120%;
    line-height: 1.46;
  }

  .main .catch02 {
    font-size: 1.7em;
    margin: 1em 0 0;
    line-height: 1.46;
  }

  .main p {
    text-align: left;
  }
}

@media (max-width:480px) {
  .main .h2_ttl {
    font-size: 1.9em;
  }

  .main .h2_ttl .en {
    font-size: 12vw;
  }
}

.li01 li {
  padding-left: 1.5em;
  position: relative;
}

.li01 li:before {
  content: "- ";
  position: absolute;
  left: 0.5em;
  top: 0;
}

.li02 {
  counter-reset: count 0;
}

.li02 li {
  padding-left: 2em;
  position: relative;
}

.li02 li:before {
  position: absolute;
  left: 0.25em;
  top: 0;
  content: counter(count) ". ";
  counter-increment: count 1;
  display: inline-block;
  width: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  opacity: 0.86;
  transform: translateY(-0.2em);
}

.main .table01,
.main .table02 {
  border-collapse: separate;
  border-spacing: 1em;
  line-height: 1.46;
  width: 100%;
}

.main .table01 th,
.main .table02 th {
  padding: 0.7em 1.5em 0.6em;
  background: #F2F2F2;
  vertical-align: middle;
  max-width: 24vw;
  width: 180px;
  box-sizing: border-box;
}

.main .table01 td,
.main .table02 td {
  padding: 0.7em 1.5em 0.6em;
}

.main .area_w {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.main .l_area {
  width: 47%;
  order: 1;
}

.main .r_area {
  width: 47%;
  order: 2;
}

.main .card01 {
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.main .card01 li {
  width: 31%;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {
  .main .card01 {
    flex-wrap: wrap;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .main .card01 li {
    width: 47%;
  }
}

@media (max-width:600px) {

  .main .table01,
  .main .table01 tbody,
  .main .table01 tr,
  .main .table01 th,
  .main .table01 td {
    display: block;
  }

  .main .table01 th {
    max-width: none;
    padding: 0.7em 3% 0.6em;
  }

  .main .table01 td {
    padding: 0.7em 3% 0.6em;
    width: 100%;
    box-sizing: border-box;
  }

  .main .area_w {
    flex-wrap: wrap;
  }

  .main .l_area {
    width: 100%;
    margin-bottom: 30px;
  }

  .main .r_area {
    width: 100%;
  }
}

@media (max-width:480px) {
  .main .card01 {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
  }

  .main .card01 li {
    width: 100%;
  }
}

.main .btn01 {
  margin: 1.5em 0;
}

.main .btn01 a {
  width: 86vw;
  max-width: 460px;
  background: linear-gradient(-45deg, #006BB8 45%, #0087CD 55%);
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  position: relative;
  display: block;
  padding: 0.7em 2.0em 0.7em 1.5em;
  font-size: 120%;
  line-height: 1.24;
  box-sizing: border-box;
  margin-left: auto;
  clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 80%, 97% 100%, 0 100%, 0 100%, 0% 20%);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.main .btn01 a:hover {
  background: linear-gradient(-45deg, #006BB8 5%, #0087CD 10%);
  opacity: 1;
}

.main .btn01 a:after {
  content: "";
  width: 4rem;
  height: 0.7rem;
  border-bottom: solid 1px rgba(255, 255, 255, 1.0);
  border-right: solid 2px rgba(255, 255, 255, 1.0);
  transform: skewX(60deg);
  transform-origin: center center;
  display: block;
  padding: 0;
  position: absolute;
  top: 39%;
  right: 1.5em;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.main .btn01 a:hover:after {
  right: 1em;
}

.sbtn a {
  background: linear-gradient(-45deg, #006BB8 45%, #0087CD 55%);
  color: rgba(255, 255, 255, 0.86);
  font-weight: bold;
  display: inline-block;
  margin: 0 1em;
  padding: 0.3em 1em;
  position: relative;
  line-height: 1.75 !important;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.sbtn a:hover {
  background: linear-gradient(-45deg, #006BB8 10%, #0087CD 15%);
}

.sbtn a:before,
.sbtn a:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: '';
  border: 1.2em solid transparent;
  border-right: 0.6em solid transparent;
  border-left: 0.6em solid transparent;
  box-sizing: border-box;
}

.sbtn a:before {
  right: 100%;
  border-right-color: #0087CD;
}

.sbtn a:after {
  left: 100%;
  border-left-color: #006BB8;
}

.sbtn--yellow a {
  background: linear-gradient(-45deg, #F5A202 45%, #F8B500 55%);
}

.sbtn--yellow a:hover {
  background: linear-gradient(-45deg, #F5A202 10%, #F8B500 15%);
}

.sbtn--yellow a:before {
  border-right-color: #F8B500;
}

.sbtn--yellow a:after {
  border-left-color: #F5A202;
}

.main .btn02 i {
  font-size: 120%;
  vertical-align: -0.1em;
  opacity: 0.86;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {
  .main .btn01 a {
    max-width: 86vw;
    width: 460px;
  }
}

@media (max-width:480px) {}

.footer_w {}

.footer00 {
  background: linear-gradient(-45deg, rgba(0, 107, 184, 1.0) 45.5%, rgba(0, 135, 205, 1.0) 50.5%);
  text-align: center;
}

.footer00 .finner {
  padding: 2.4em 0 3em;
  position: relative;
}

.footer00 .flogo {
  display: inline-block;
  width: 24vw;
  opacity: 0.86;
}

.footer00 .sbtn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer00 .sbtn a {
  background: linear-gradient(-45deg, #F5A202 45%, #F8B500 55%);
  padding: 0.4em 2em 0.2em;
}

.footer00 .sbtn a:before {
  border-right-color: #F8B500;
}

.footer00 .sbtn a:after {
  border-left-color: #F5A202;
}

.footer01 {
  background: rgba(45, 37, 38, 0.96);
}

.footer01 .fnav01 {
  display: flex;
  align-items: flex-start;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-wrap: wrap;
}

.footer01 .fnav01>.fnav01_li {
  /*width: 16.6%;*/
  min-width: 130px;
  margin: 0 1em 20px;
}

.footer01 .fnav01_li>a {
  font-size: 80%;
  padding: 0.5em 1em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.86);
}

.footer01 .fsnav01_li>a {
  font-size: 68%;
  padding: 0.5em 1.2em;
  color: rgba(255, 255, 255, 0.68);
}

.footer01 .finfo {
  font-size: 68%;
  color: rgba(255, 255, 255, 0.68);
}

.footer01 .only_link {
  margin-top: -1.64em;
  opacity: 0.5;
}

.footer01 .smp_cont {
  position: fixed;
  bottom: 4vw;
  right: 4vw;
  z-index: 5;
  display: none;
}

.footer01 .smp_cont a {
  display: table-cell;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  background: linear-gradient(-45deg, #006BB8 49.5%, #0087CD 50.5%);
  border-radius: 50%;
  font-weight: bold;
  font-size: 86%;
}

.footer01 .smp_cont a i {
  font-size: 300%;
  margin: 0.1em 0;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {
  .footer00 .finner {
    padding: 2.4em 0 1.2em;
  }

  .footer00 .flogo {
    width: 36vw;
  }

  .footer00 .sbtn {
    position: static;
    margin-top: 20px;
    transform: none;
  }

  .footer01 .fnav01>.fnav01_li {
    width: 28%;
    min-width: auto;
    text-align: left;
  }

  .footer01 .finfo {
    text-align: center;
  }

  .footer01 .only_link {
    margin-top: 3em;
    text-align: center !important;
  }

  .footer01 .smp_cont {
    display: block;
  }
}

@media (max-width:600px) {
  .footer01 .fnav01>.fnav01_li {
    width: 40%;
  }
}

@media (max-width:480px) {
  .footer01 .fnav01>.fnav01_li {
    margin: 0 0 20px;
    width: 47%;
  }

  .footer00 .flogo {
    width: 60vw;
  }
}


/* info
---------------------------------------------- */
#info .info02 {
  padding-bottom: 100px;
}

.news_li {
  border-top: solid 1px rgba(45, 37, 38, 0.2);
}

.news_li li {
  border-bottom: solid 1px rgba(45, 37, 38, 0.2);
  line-height: 1.46;
}

#index .news_li li {
  padding: 0.9em 0.9em 0.8em;
}

#info .news_li li {
  padding: 1.9em 0.9em 2.8em;
}

#info .news_li.single li .h3_sttl {
  font-size: 170%;
}

.news_li li time {
  width: 10em;
  display: inline-block;
}

#index .news_li li time {
  text-align: center;
}

#info .news_li li time {
  font-weight: bold;
}

.news_li li .new {
  font-size: 60%;
  color: rgba(193, 25, 32, 0.86);
  padding: 0 1em;
  vertical-align: 0.2em;
}

.news_li li .txt {
  line-height: 1.72;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid rgba(45, 37, 38, 0) !important;
}

.wp-pagenavi .current {
  background: rgba(45, 37, 38, 0.1) !important;
  font-size: 120%;
  padding: 3px 0.5em;
}

#side {
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

#side .widget {
  width: 47%;
}

#side .widgettitle {
  /*.h3_ttl.red*/
  font-size: 0.9em;
  letter-spacing: 0.1em;
  opacity: 0.86;
  color: rgba(0, 107, 184, 1.0);
}

#side .widget ul {
  border: solid 1px rgba(45, 37, 38, 0.2);
  border-bottom: none;
  border-radius: 1px;
}

#side .widget li {
  border-bottom: solid 1px rgba(45, 37, 38, 0.2);
  border-radius: 1px;
  font-weight: bold;
  padding: 0.8em 1em 0.6em;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {
  #side {
    flex-wrap: wrap;
  }

  #side .widget {
    width: 94%;
    margin: 0 auto 30px;
  }
}

@media (max-width:480px) {}


/* form
---------------------------------------------- */
.form .table01 th {
  position: relative;
  width: 240px;
}

.form span.req {
  background: #006BB8;
  color: #fff;
  display: inline-block;
  font-size: 60%;
  padding: 0.1em 0.7em 0.1em;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1.24;
}

.form .table01 th span.req {
  position: absolute;
  right: -1em;
  top: 50%;
  transform: translateY(-45%);
}

.form .table01 td {
  vertical-align: top;
}

input,
button,
textarea,
select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form textarea {
  width: 100%;
  padding: 0.6em 1.2em 0.7em 0.8em;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px rgba(45, 37, 38, 0.4);
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.036em;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  color: rgba(45, 37, 38, 1.0);
}

.form .table01 input[type="text"]#zip {
  width: 200px;
  margin-bottom: 20px;
}

.form .table01 input[type="text"]#age {
  width: 200px;
}

.form textarea {
  height: 120px;
  letter-spacing: 0.036em;
}

.form .select_w {
  position: relative;
}

.form .select_w:after {
  content: "";
  margin: 0.8rem 0 0 0.8em;
  width: 0.6rem;
  height: 0.6rem;
  border-top: solid 2px rgba(45, 37, 38, 1.0);
  border-left: solid 2px rgba(45, 37, 38, 1.0);
  transform: translateY(-50%) rotate(-135deg);
  transform-origin: center center;
  display: block;
  padding: 0;
  position: absolute;
  top: 1.2em;
  left: 0.7em;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.form select {
  padding: 0.6em 1.2em 0.7em 2.8em;
}

.form select option {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.036em;
  line-height: 1.7;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt" 1;
  color: rgba(45, 37, 38, 1.0);
}

.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="email"]:focus,
.form textarea:focus,
.form select:focus {
  box-shadow: 0 0 7px rgba(45, 37, 38, 0.2);
}

.form input[type="radio"],
.form input[type="checkbox"] {
  position: relative;
  line-height: 1.0;
  vertical-align: top;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 2em !important;
  line-height: 1.0;
}

.form input[type="radio"]:before,
.form input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(45, 37, 38, 0.5);
  border-radius: 3px;
  top: 2px;
  right: 5px;
}

.form input[type="checkbox"]:before {
  /*top:5px;
  right:-12px;*/
}

.form input[type="radio"]:checked:after,
.form input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid rgba(0, 107, 184, 1.0);
  border-right: 2px solid rgba(0, 107, 184, 1.0);
  top: -3px;
  right: 5px;
}

.form .wpcf7-radio {
  padding: 0.4em 0;
  display: inline-block;
}

.form .submit_btn {
  max-width: 86vw;
  width: 460px;
  background: linear-gradient(-45deg, #006BB8 45%, #0087CD 55%);
  color: rgba(255, 255, 255, 1.0);
  text-align: center;
  display: block;
  padding: 0.7em 2.0em 0.7em 1.5em;
  font-size: 120%;
  line-height: 1.24;
  box-sizing: border-box;
  margin: 0 auto;
  clip-path: polygon(3% 0, 100% 0, 100% 0, 100% 80%, 97% 100%, 0 100%, 0 100%, 0% 20%);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.form .submit_btn:hover {
  background: linear-gradient(-45deg, #006BB8 5%, #0087CD 10%);
  opacity: 1;
}

.wpcf7-spinner {
  margin: 0 !important;
}

.agreement {
  margin: 2em 0 1em;
  line-height: 1.36;
  text-align: center;
}

.agreement .txt {
  font-size: 80%;
  color: rgba(45, 37, 38, 0.86);
}

div.wpcf7-mail-sent-ok {
  background: rgba(45, 37, 38, 1.0) !important;
}

div.wpcf7-mail-sent-ng {
  background: rgba(213, 63, 42, 0.9) !important;
}

div.wpcf7-spam-blocked {
  background: rgba(213, 63, 42, 0.9) !important;
}

div.wpcf7-validation-errors {
  background: rgba(213, 63, 42, 0.9) !important;
}

div.wpcf7-response-output {
  color: #fff !important;
  border: none !important;
  text-align: left;
  padding: 0.3em 1em !important;
  border-radius: 5px;
  background: rgba(45, 37, 38, 0.86) !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  border: solid 2px rgba(0, 107, 184, 1.0);
  border-radius: 2px;
  padding: 0.2em 1em 0.2em 1.6em !important;
  text-align: left;
  display: inline-block !important;
  color: rgba(0, 107, 184, 1.0) !important;
  line-height: 1.0em;
  font-size: 1.2rem !important;
}

@media (max-width:1280px) {}

@media (max-width:960px) {}

@media (max-width:768px) {}

@media (max-width:600px) {

  .form .table01,
  .form .table01 tbody,
  .form .table01 tr,
  .form .table01 th,
  .form .table01 td {
    display: block !important;
    box-sizing: border-box;
  }

  .form .table01 th {
    width: 100% !important;
    max-width: none;
    text-align: left;
    border-bottom: none;
    padding: 1em;
  }

  .form .table01 th span.req {
    right: auto;
    margin-left: 1em;
  }

  .form .table01 td {
    width: 100%;
    padding: 1em;
    line-height: 1.7;
  }

  .form .check {
    text-align: center !important;
  }

  .agreement .txt {
    text-align: left;
  }

  .agreement .txt br {
    display: none;
  }
}

.grecaptcha-badge {
  visibility: visible;
  z-index: 100;
  bottom: 26vw !important;
  right: -186px;

  @media screen and (min-width: 768px) {
    bottom: 14px !important;
  }
}