/* bootstrap setting */
.anime {
  opacity: 0;
  transition: all .3s ease; }

.anime.show {
  opacity: 1;
  transform: none;
  animation: show .3s linear 0s; }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.anime--lr {
  transform: translate(-30px, 0); }

.anime--rl {
  transform: translate(30px, 0); }

.anime--up {
  transform: translate(0, 30px); }

.anime--down {
  transform: translate(0, -30px); }

.anime--scaleUp {
  transform: scale(0.5); }

.anime--scaleDown {
  transform: scale(1.5); }

.anime--rotateL {
  transform: rotate(180deg); }

.anime--rotateR {
  transform: rotate(-180deg); }

:root {
  --scrollbar: 0;
  --bs-border-color: #ccc; }

.accordion-button, .accordion-body, p {
  transform: rotate(0.03deg); }

/* base setting */
html {
  font-size: 62.5%; }

body {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #430800;
  background-color: #FBF9EC;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'M PLUS Rounded 1c', serif;
  font-weight: 600; }

h1 {
  font-size: 4.0rem;
  line-height: 1.5;
  margin-bottom: 30px; }

h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 50px; }
  h2 small {
    font-size: .75em; }

h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 20px; }

h4 {
  font-size: 1.8rem;
  margin-bottom: 30px; }

h5 {
  font-size: 1.6rem;
  margin-bottom: 15px; }

h6 {
  font-size: 1.4rem;
  margin-bottom: 10px; }

p {
  line-height: 2.0; }

ol a, ul a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 2.0rem; }

p.img {
  margin: 0; }

a,
a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:link,
a:visited {
  text-decoration: none;
  color: #006FEE; }

a:hover {
  text-decoration: none;
  color: #BC1600; }

a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75; }

iframe {
  width: 100%; }

.lead {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 40px; }

ol, ul {
  margin-left: 1rem; }

/* reset */
.page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset;
  flex-grow: unset; }

.page :where(.wp-block-columns.row.is-layout-flex) {
  gap: unset; }

.page :where(.wp-block-columns.row.is-layout-flex) {
  gap: unset; }

/* header
-------------------- */
#g-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  width: 100vw;
  z-index: 1010;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

#g-nav.show {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

header {
  font-weight: 500;
  background: url(../img/header_bg.png) no-repeat 0 0;
  background-size: contain; }
  header section {
    margin: 0;
    padding: 0; }
  header .navbar-wellness {
    flex-wrap: nowrap;
    padding: 15px 30px; }
  header .logo {
    font-size: 1.8rem;
    line-height: 1.0;
    margin: 0;
    margin-right: 20px; }
    header .logo img {
      width: auto;
      height: 62px; }
    header .logo a {
      text-decoration: none; }
  header .navbar-nav .nav-item {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between; }
    header .navbar-nav .nav-item a {
      position: relative;
      display: inline-block;
      transform: rotate(0.03deg);
      padding: 3px 0; }
    header .navbar-nav .nav-item a:link, header .navbar-nav .nav-item a:visited {
      color: #430800; }
    header .navbar-nav .nav-item a:hover {
      color: #45B035; }
    header .navbar-nav .nav-item a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #45B035;
      bottom: -2px;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform 0.3s; }
    header .navbar-nav .nav-item a:hover::after {
      transform: scale(1, 1);
      transform-origin: left top; }
    header .navbar-nav .nav-item .current-category-ancestor > a::after, header .navbar-nav .nav-item .current-post-ancestor > a::after, header .navbar-nav .nav-item .current-menu-item > a::after {
      transform: scale(1, 1); }
  header .navbar-nav .nav-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-left: 0;
    margin-right: 30px;
    margin-bottom: 0;
    padding: 0; }
    header .navbar-nav .nav-item-link li {
      font-size: 1.5rem;
      white-space: nowrap;
      margin-left: 30px; }
    header .navbar-nav .nav-item-link li:first-child {
      margin-left: 0; }
    header .navbar-nav .nav-item-link i {
      font-size: 2.4rem; }
    header .navbar-nav .nav-item-link .current-category-ancestor > a,
    header .navbar-nav .nav-item-link .current-post-ancestor > a, header .navbar-nav .nav-item-link .current-menu-item > a {
      color: #45B035; }
    header .navbar-nav .nav-item-link .btn_contact > a:link,
    header .navbar-nav .nav-item-link .btn_contact > a:visited {
      position: relative;
      display: inline-block;
      background-color: #000;
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.0;
      padding: 12px 40px 12px 70px;
      border-radius: 30px; }
      header .navbar-nav .nav-item-link .btn_contact > a:link small,
      header .navbar-nav .nav-item-link .btn_contact > a:visited small {
        font-size: 1.4rem; }
      header .navbar-nav .nav-item-link .btn_contact > a:link::after,
      header .navbar-nav .nav-item-link .btn_contact > a:visited::after {
        display: none; }
      header .navbar-nav .nav-item-link .btn_contact > a:link::before,
      header .navbar-nav .nav-item-link .btn_contact > a:visited::before {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        background-color: #fff;
        color: #000;
        padding: 3px;
        content: '\EF8F';
        font-family: remixicon;
        font-weight: 500;
        text-align: center;
        vertical-align: middle; }
    header .navbar-nav .nav-item-link .btn_contact > a:hover {
      background-color: #DC0041; }

.mobile-icon {
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .mobile-icon::after {
    content: '\ef32';
    font-family: remixicon;
    font-weight: 500;
    text-align: center;
    vertical-align: middle; }

.offcanvas {
  background-color: #fff;
  padding: 20px; }
  .offcanvas .btn-close {
    width: 3.2rem;
    height: 3.2rem;
    margin-left: auto;
    padding: 0; }
  .offcanvas .offcanvas-header {
    justify-content: center; }
  .offcanvas .logo {
    font-size: 1.8rem;
    line-height: 1.0;
    margin: 0;
    margin-right: 20px; }
    .offcanvas .logo img {
      width: auto;
      height: 80px; }
    .offcanvas .logo a {
      text-decoration: none; }
  .offcanvas .nav-item-link {
    list-style: none;
    margin: 0;
    padding: 0; }
    .offcanvas .nav-item-link li {
      margin-bottom: 10px; }
    .offcanvas .nav-item-link .child {
      list-style: none;
      font-size: 1.4rem;
      margin-left: 10px;
      padding-left: 0; }
    .offcanvas .nav-item-link a {
      position: relative;
      display: block;
      font-weight: 700;
      line-height: 1.4;
      transform: rotate(0.03deg);
      padding: 15px; }
    .offcanvas .nav-item-link a:link, .offcanvas .nav-item-link a:visited {
      background-color: #f5f5f5;
      color: #000; }
    .offcanvas .nav-item-link a:hover {
      color: #fff;
      background-color: #45B035; }
    .offcanvas .nav-item-link .current_page_item > a {
      color: #fff;
      background-color: #45B035; }

/* body
-------------------- */
.page-contents {
  position: relative;
  padding-top: 200px; }

.catch_img {
  margin-top: -100px;
  border-radius: 50%;
  overflow: hidden; }

.archive-contents {
  padding-top: 200px; }

/* footer
-------------------- */
footer {
  background-color: #8CBF4F;
  color: #fff;
  padding: 30px; }
  footer a:link, footer a:visited {
    color: #fff; }
  footer a:hover {
    color: #000; }
  footer .copyright {
    font-size: 1.4rem;
    margin: 0; }

/* common
-------------------- */
main {
  position: relative;
  background-image: url(../img/bg_g.svg), url(../img/body_right-bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 120px;
  background-size: cover, 27.67203513909224vw;
  overflow: hidden;
  padding-bottom: 150px;
  z-index: 0; }

main.pages {
  background-image: url(../img/bg_g.svg), url(../img/body_right-bg2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 120px;
  background-size: cover, 42.89897510980966vw; }

.section {
  margin-top: 100px;
  margin-bottom: 100px; }

.page-title {
  font-size: 4.0rem;
  line-height: 1.5;
  margin-bottom: 30px; }
  .page-title small {
    font-size: 1.8rem; }

.cat, .date, .tag {
  font-size: 1.4rem; }

.btn-block {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px; }
  .btn-block .btn-primary {
    position: relative;
    background-color: #fff;
    color: #430800;
    min-width: 240px;
    border: none;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 18px 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .btn-block .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\ea54';
    font-family: remixicon;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #430800;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .btn-block .btn-primary:hover {
    background-color: #F8B73D;
    color: #430800;
    border: 1px solid #F8B73D; }

.btn-localnav {
  text-align: center;
  margin-bottom: 15px; }
  .btn-localnav .btn-primary {
    display: block;
    position: relative;
    background-color: #fff;
    color: #430800;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .btn-localnav .btn-primary:before {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '\EA4E';
    font-family: remixicon;
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #430800;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s; }
  .btn-localnav .btn-primary:hover {
    background-color: #F8B73D;
    color: #430800;
    border: 1px solid #F8B73D; }

hr.type01 {
  text-align: center;
  border: none;
  border-top: 5px solid #430800;
  width: 100px;
  margin: 100px auto;
  opacity: 1.0;
  border-radius: 3px; }

.imghalf > img {
  width: 50%; }

.wp-block-list li {
  transform: rotate(0.03deg); }

.rounded-type01 {
  border-radius: 30px; }

.type-page .movie {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  border: 10px solid #fff;
  border-radius: 30px;
  overflow: hidden; }
.type-page .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.f-sm {
  font-size: 2.4rem;
  font-weight: 600; }

.mds {
  font-size: 4.0rem; }

/* table */
.table-type01 table {
  border: 1px solid #8cbf4f;
  border-collapse: separate !important;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 20px; }
  .table-type01 table th, .table-type01 table td {
    transform: rotate(0.03deg);
    padding: 1.0rem 1.5rem; }
    .table-type01 table th + th, .table-type01 table td + th {
      border-left: 1px solid #ccc; }
    .table-type01 table th + td, .table-type01 table td + td {
      border-left: 1px solid #8cbf4f; }
  .table-type01 table th {
    background: #8cbf4f;
    color: #fff; }
  .table-type01 table td {
    background: #fff; }
  .table-type01 table tr + tr th {
    border-top: 1px solid #ccc; }
  .table-type01 table tr + tr td {
    border-top: 1px solid #8cbf4f; }
  .table-type01 table strong {
    font-size: 2.4rem;
    color: #EC862C; }

.table-type02 table {
  border: dotted 1px #ccc;
  border-collapse: separate !important;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 20px;
  margin-bottom: 50px; }
  .table-type02 table th, .table-type02 table td {
    transform: rotate(0.03deg);
    padding: 1.0rem 1.5rem; }
  .table-type02 table th {
    background-color: #fff; }
  .table-type02 table td {
    background-color: #fff; }
  .table-type02 table tr + tr th {
    border-top: 1px dotted #ccc !important; }
  .table-type02 table tr + tr td {
    border-top: 1px dotted #ccc !important; }

/* form */
.form-control {
  padding: 0.6875rem 0.75rem; }

.form-select {
  font-size: 0.875rem;
  color: #42566A; }

.wp-block-contact-form-7-contact-form-selector {
  border-top: 5px solid #16C6CC;
  padding-top: 30px; }

.wpcf7 .form-group {
  justify-content: center;
  margin-bottom: 30px; }

.wpcf7 .col-form-label {
  font-size: 1.8rem;
  padding-top: calc(0.375rem + 10px); }

label {
  transform: rotate(0.03deg); }

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input {
  background-color: #fff; }

.wpcf7 select:focus,
.wpcf7 textarea:focus,
.wpcf7 input:focus {
  background-color: #FFFCDF; }

.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 select,
.wpcf7 .wpcf7-validation-errors {
  width: 100%;
  height: calc(1.5em + 1.75rem + 2px);
  border: 1px solid #ccc;
  font-size: 1.8rem;
  padding: 0.375rem 1.25rem;
  border-radius: 5px; }

.wpcf7 textarea {
  width: 100%;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  padding: 0.375rem 1.25rem;
  border-radius: 5px; }

.wpcf7 .required {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.0;
  font-style: normal;
  background-color: #f00;
  vertical-align: middle;
  margin-left: 15px;
  padding: 4px 14px; }

.col-form-label small {
  font-size: 1.3rem; }

.wpcf7 .wpcf7-submit {
  position: relative;
  background-color: #F8B73D;
  color: #430800;
  border: none;
  font-size: 1.8rem;
  font-weight: 600;
  transform: rotate(0.03deg);
  min-width: 200px;
  padding: 14px 30px;
  border: 1px solid #F8B73D;
  border-radius: 30px; }

.wpcf7 .wpcf7-submit:disabled {
  background-color: #ccc;
  color: #888;
  border: 1px solid #ccc; }

.wpcf7 .wpcf7-submit:hover {
  background-color: #000;
  color: #fff; }

.wpcf7 input[type=submit] {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.wpcf7 .form-check-input {
  border: none; }

.wpcf7-list-item {
  display: block; }

.wpcf7 .ipt:focus {
  outline: orange 1px solid;
  background-color: #fef2ee; }

.wpcf7 .wpcf7-not-valid {
  background-color: #fef2ee; }

.wpcf7 form .wpcf7-response-output {
  font-size: 1.8rem;
  margin: 2em 50px 1em;
  padding: 30px; }

/* bread */
/* pagination
-------------------- */
.page_navigation {
  text-align: center;
  margin-top: 50px; }

.pagination {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
  padding: 0; }

.pagination li {
  display: inline-block;
  list-style: none;
  margin-left: 3px;
  margin-bottom: 5px; }

.pagination li:first-child {
  margin-left: 0; }

.pagination li.active {
  background-color: #F8B73D;
  padding: 0.6rem 1.5rem;
  border: 1px solid #F8B73D;
  border-radius: 5px; }

.pagination li a {
  background-color: #f9f9f9;
  display: inline-block;
  color: #430800;
  text-decoration: none;
  padding: 0.6rem 1.5rem;
  border: 1px solid #ccc;
  border-radius: 5px; }

.pagination li a:hover {
  background-color: #F8B73D; }

/* postnav */
.postnav {
  margin-top: 100px; }
  .postnav a {
    position: relative;
    font-size: 1.8rem;
    font-weight: 700; }
  .postnav a:link, .postnav a:visited {
    display: inline-block;
    color: #430800;
    text-decoration: none;
    padding: 8px 40px;
    border: 1px solid #ccc;
    border-radius: 80px; }
  .postnav a:hover {
    background-color: #F8B73D; }
  .postnav .postnav-older:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #430800;
    content: '\EA63';
    font-family: remixicon;
    font-weight: 500;
    text-align: center;
    vertical-align: middle; }
  .postnav .postnav-newer:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #430800;
    content: '\EA6D';
    font-family: remixicon;
    font-weight: 500;
    text-align: center;
    vertical-align: middle; }

/* page
-------------------- */
/* top */
.mv {
  position: relative;
  display: flex;
  align-items: top;
  height: 800px;
  max-height: 800px; }
  .mv::before {
    content: '';
    display: block;
    height: 868px;
    width: 100%;
    background: transparent url(../img/alpha.png) no-repeat calc(50% - 5.8565%) 0;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2; }
  .mv .hero {
    width: 100%;
    text-align: center;
    padding-top: 200px; }
    .mv .hero h2 {
      word-break: keep-all; }
  .mv .ill_a {
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -2; }
    .mv .ill_a img {
      width: 27.67vw; }
  .mv .ill_b {
    position: absolute;
    top: 500px;
    left: 0;
    z-index: -1; }
    .mv .ill_b img {
      width: 32.06vw; }

.top-movie {
  aspect-ratio: 16 / 9;
  border: 10px solid #fff;
  border-radius: 30px;
  overflow: hidden; }

.top-intro {
  position: relative; }
  .top-intro .check-pr {
    padding-top: 150px; }
    .top-intro .check-pr .check-head {
      position: absolute;
      top: -50px;
      right: -50px;
      display: block;
      width: 17.6vw;
      height: 17.6vw;
      line-height: 17.6vw;
      text-align: center;
      font-size: 4.0rem;
      background-color: #F3A7AC;
      color: #fff;
      border-radius: 50%;
      z-index: -1; }
  .top-intro .message {
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 30px; }
    .top-intro .message h3 {
      font-size: 1.8rem;
      transform: rotate(0.03deg); }

.top-intro::after {
  content: '';
  position: absolute;
  top: 33%;
  left: 0;
  width: 20vw;
  aspect-ratio: 276 / 696;
  background: transparent url(../img/top_intro-bg.svg) no-repeat 0 0;
  background-size: cover;
  z-index: -2;
  mix-blend-mode: multiply; }

.svg-color {
  position: relative; }

.svg-color::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #80C643;
  mix-blend-mode: multiply;
  z-index: -1; }

.top-blog .card {
  background-color: #FBF9EC;
  border: none;
  border-radius: 10px; }
  .top-blog .card .text {
    padding: 15px 5px; }
    .top-blog .card .text h3 {
      font-size: 1.6rem;
      transform: rotate(0.03deg);
      margin: 15px 0 0; }
.top-blog .thumbnailimg {
  border: 5px solid #fff;
  border-radius: 10px; }
.top-blog a:link, .top-blog a:visited {
  color: #430800; }
.top-blog a:hover {
  color: #BC1600; }

.cat-box a {
  display: inline-block;
  transform: rotate(0.03deg);
  padding: 3px 20px;
  border-radius: 4px; }
.cat-box a:link, .cat-box a:visited {
  background-color: #F8B73D;
  color: #430800; }
.cat-box a:hover {
  background-color: #F8B73D; }

.tag-box {
  display: block;
  margin-left: 0;
  margin-top: 10px; }
  .tag-box li {
    display: inline-block;
    transform: rotate(0.03deg);
    margin-right: 1.0em; }

.top-feature {
  color: #fff; }
  .top-feature h3 {
    word-break: auto-phrase;
    margin-top: 10px; }
  .top-feature .num {
    display: inline-block; }
  .top-feature .feature-item {
    background-color: #fff;
    color: #430800;
    padding: 40px;
    border-radius: 30px; }
  .top-feature .feature-point .btn-block .btn-primary.btn-sub:before {
    content: '\ea50'; }

.top-program .box {
  background-color: #fff;
  border: 5px solid #F8B73D;
  padding: 50px 30px;
  border-radius: 30px; }
  .top-program .box h3 small {
    display: block;
    font-size: 1.8rem; }
  .top-program .box .plan-list {
    border-top: 1px solid #F8B73D; }
    .top-program .box .plan-list li {
      border-bottom: 1px solid #F8B73D;
      padding-top: 10px;
      padding-bottom: 10px; }
  .top-program .box em {
    font-style: normal;
    font-size: 2.4rem;
    color: #EC862C; }
.top-program .box-gray {
  border: 5px solid #ccc; }
  .top-program .box-gray h3 {
    text-align: left; }
  .top-program .box-gray .plan-list {
    border-top: 1px solid #ccc; }
    .top-program .box-gray .plan-list li {
      border-bottom: 1px solid #ccc; }

.top-interview {
  position: relative;
  margin-top: 0; }
  .top-interview h2 {
    color: #fff; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  justify-content: center;
  width: calc( (2 / 3) * 100%);
  margin-left: auto;
  margin-right: auto; }
  .video-grid .video-container {
    position: relative;
    padding: 30px 15px;
    background: #fff;
    border-radius: 20px;
    text-align: center; }
  .video-grid .video-description {
    text-align: left; }

.top-faq .accordion-item {
  margin-bottom: 10px; }
.top-faq .accordion-button {
  background-color: #F8B73D;
  font-size: 2.4rem;
  color: #430800;
  cursor: pointer;
  padding: 20px; }
.top-faq .accordion-body {
  color: #430800;
  font-size: 1.8rem;
  padding: 20px; }
.top-faq .accordion-button:not(.collapsed) {
  color: #430800; }

/* page */
p.type01 {
  display: inline-block;
  background-color: #F3A7AC;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px; }

p.type02 {
  background-color: #F8B73D;
  padding: 3px 20px; }

figure.rounded-type01 {
  border-radius: 30px; }

.negative-column {
  gap: 0; }
  .negative-column .type01-l {
    margin-right: -15px; }
  .negative-column .type01-r {
    margin-left: -15px; }
  .negative-column .type02-l {
    margin-left: -30px;
    margin-right: -30px; }
  .negative-column .type02-c {
    margin-left: -30px; }
  .negative-column .type02-r {
    margin-left: -30px;
    margin-right: -30px; }

/* single */
.single-head {
  padding-top: 200px; }

.single-contents {
  background-color: #fff;
  padding: 5% 10%;
  border-radius: 50px; }

.type-blog {
  margin-top: 50px; }
  .type-blog .thumb {
    margin-bottom: 20px; }
    .type-blog .thumb img {
      border-radius: 30px; }

/* backto
-------------------- */
#backto {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background: #000;
  z-index: 1000; }

#backto .top {
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding-top: 8px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; }

#backto .top:hover {
  color: #fff;
  background-color: #111; }

/* conv */
.conv {
  position: fixed;
  bottom: 60px;
  z-index: 50; }
  .conv a {
    display: block;
    color: #fff;
    width: 160px;
    height: 80px;
    text-align: center;
    transform: rotate(0.03deg);
    padding-top: 9px;
    border-radius: 5px; }
  .conv a:link, .conv a:visited {
    background-color: #45B035; }
  .conv a:hover {
    background-color: #FFCE72; }

.conv_session {
  right: 10px; }
  .conv_session > a::before {
    content: "";
    display: block;
    width: 46px;
    height: 38px;
    margin: auto;
    background-image: url("../img/icon_session.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }

.conv_request {
  right: 180px; }
  .conv_request > a::before {
    content: "";
    display: block;
    width: 44px;
    height: 38px;
    margin: auto;
    background-image: url("../img/icon_request.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }

/* @media */
@media (max-width: 1199.98px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%; } }
@media (max-width: 991.98px) {
  main {
    background-position: 0 400px, right 120px;
    background-size: contain, 27.67203513909224vw; }

  .top-intro .check-pr .check-head {
    position: absolute;
    top: -110px;
    right: auto;
    left: 0;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 3.0rem;
    z-index: -1; }

  /* postnav */
  .postnav a {
    font-size: 1.6rem; }

  .single-contents {
    border-radius: 30px; } }
@media (max-width: 767.98px) {
  .wp-block-columns.row {
    gap: 3.0rem; }

  /* top */
  .mv {
    height: 500px;
    max-height: 500px; }
    .mv .ill_a img {
      width: 40vw; }
    .mv .ill_b {
      top: 380px; }
      .mv .ill_b img {
        width: 40vw; }
    .mv::before {
      height: 500px; }

  .mds {
    font-size: 3.2rem; }

  .video-grid {
    grid-template-columns: repeat(1, 1fr); }

  /* common */
  .btn-block .btn-primary {
    min-width: auto;
    width: 90%; }

  .catch_img {
    margin: 30px 10%; }

  /* top */
  .top-feature {
    margin-top: 100px; }

  /* postnav */
  .postnav a {
    font-size: 1.4rem; }
  .postnav a:link, .postnav a:visited {
    padding: 0 15px;
    border: none;
    border-radius: 0; }
  .postnav .postnav-older:before {
    left: 0; }
  .postnav .postnav-newer:after {
    right: 0; }

  .single-contents {
    border-radius: 20px; }

  .type-blog .thumb > img {
    border-radius: 3%; }

  .negative-column {
    gap: 30px;
    padding: 5%; }
    .negative-column .type01-l {
      margin-right: 0; }
    .negative-column .type01-r {
      margin-left: 0; }
    .negative-column .type02-l {
      margin-left: 0;
      margin-right: 0; }
    .negative-column .type02-c {
      margin-left: 0; }
    .negative-column .type02-r {
      margin-left: 0;
      margin-right: 0; }

  /* footer */
  footer {
    padding-bottom: 120px; }

  .conv {
    width: calc(50% - 21px);
    bottom: 0; }
    .conv a {
      width: 100%;
      border-radius: 0; }

  .conv_session {
    right: 40px; }

  .conv_request {
    right: auto;
    left: 0; } }
@media (max-width: 575.98px) {
  /* footer
  -------------------- */
  footer .text h4 {
    font-size: 1.4rem; }
  footer .copyright {
    font-size: 1.1rem; } }

/*# sourceMappingURL=custom.css.map */
