@charset "UTF-8";
:root {
  --header_height: 168px;
}

/* ===============================================
# ブラウザ幅でフォントサイズを変える関数
=============================================== */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #262626;
  height: auto !important;
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

p {
  line-height: 2.125em;
  margin: 0.5em 0 1em;
}
p:first-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/* ===============================================
# リンク
=============================================== */
a {
  color: #262626;
}
a:hover {
  text-decoration: none;
}

a[class] {
  text-decoration: none;
}

[href^=tel] {
  text-decoration: none !important;
  display: inline-block;
}
@media (min-width: 767px) {
  [href^=tel] {
    pointer-events: none !important;
  }
}

.fax {
  pointer-events: none;
}

/* ===============================================
# リスト
=============================================== */
li {
  margin: 0 0 1em;
  line-height: 1.8;
}
li:last-child {
  margin-bottom: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

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

.text-left {
  text-align: left;
}

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

.lead {
  color: #F6AB34;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #F6AB34 !important;
}

@media (max-width: 767px) {
  .sp-hide,
  .pc-only,
  .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide,
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}
.color_pri {
  color: #F6AB34;
}

.link-tel {
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  .sp_image_left {
    overflow: hidden;
  }
  .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_left .col:last-child {
    float: none;
  }
  .sp_image_right {
    overflow: hidden;
  }
  .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  .sp_image_right .col:last-child {
    float: none;
  }
}
/* ===============================================
# マージン
=============================================== */
.mt0 {
  margin-top: 0 !important;
}

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

.m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

header {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
}
header .container {
  width: 87.8477306003%;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1099px) {
  header .container {
    width: 100%;
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
header .hdr_text h1 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.3em 0;
  text-align: left;
  background: transparent;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1099px) {
  header .hdr_text h1 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
header .hdr_text h1:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #F6AB34;
  position: absolute;
  top: 0;
  left: -300%;
  right: -300%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1099px) {
  header .header {
    position: relative;
    width: 100%;
    z-index: 50;
  }
}
header .box {
  display: table;
  position: relative;
}
@media (max-width: 1099px) {
  header .box {
    width: 100%;
  }
}
header .title {
  margin: 0;
  font-size: 0;
}
@media (min-width: 1100px) {
  header .title {
    display: table-cell;
    vertical-align: middle;
    min-height: 168px;
    padding: 24px 0 82px;
  }
}
@media (max-width: 1099px) {
  header .title {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  header .title {
    padding: 16px 0;
  }
}
header .title a {
  display: block;
  width: 302px;
  height: 61px;
}
@media (max-width: 1099px) {
  header .title a {
    width: 150px;
    height: auto;
    min-width: auto;
  }
}
@media (min-width: 1100px) {
  header .gnav {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    text-align: right;
    padding-bottom: 28px;
  }
}
header .gnav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  header .gnav > ul {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    padding-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: 0 -5%;
  }
}
@media (min-width: 1100px) {
  header .gnav > ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
  }
  header .gnav > ul li:not(:last-child) {
    border-right: solid 1px #F6AB34;
  }
}
@media (max-width: 1099px) {
  header .gnav > ul li {
    background: rgba(246, 171, 52, 0.96);
    margin: 0;
  }
  header .gnav > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul li a {
  padding: 0em 1.5em;
  color: #262626;
  text-decoration: none;
  font-weight: normal;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
  border-bottom: 2px solid rgba(246, 171, 52, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1366px) {
  header .gnav > ul li a {
    padding: 0em 6px;
  }
}
@media (min-width: 1100px) {
  header .gnav > ul li a:hover {
    color: #F6AB34;
  }
}
@media (max-width: 1099px) {
  header .gnav > ul li a {
    color: #fff;
    padding: 1em 6%;
    text-align: left;
  }
}
header .gnav > ul li a span {
  color: #F6AB34;
  display: block;
  margin-top: 0.3em;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1199px) {
  header .gnav > ul li a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 1099px) {
  header .gnav > ul li a span {
    display: none;
  }
}
header .header_info_wrap {
  position: absolute;
  top: 33px;
  left: auto;
  right: 13px;
  bottom: auto;
  margin: 0 auto;
}
@media (max-width: 1099px) {
  header .header_info_wrap {
    display: none;
  }
}
header .header_info_wrap .header_info {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header_info_wrap .tel {
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  color: #262626;
}
header .header_info_wrap .tel a {
  color: #262626;
}
header .header_info_wrap .tel_icon {
  display: block;
  max-width: 40px;
}
header .header_info_wrap p {
  color: #262626;
  font-weight: 500;
  text-align: right;
  font-family: "Zen Maru Gothic", serif;
}
header .header_info_wrap p:not(.tel) {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media (max-width: 1099px) {
  header .btn-gnavi {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
    bottom: auto;
    right: 2%;
    margin: 0 auto;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    z-index: 50;
  }
  header .btn-gnavi:after, header .btn-gnavi:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #F6AB34;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi:before {
    top: 0;
  }
  header .btn-gnavi:after {
    bottom: 0;
  }
  header .btn-gnavi span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #F6AB34;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  header .btn-gnavi.close:not(.fix) {
    background: none;
  }
  header .btn-gnavi.close:not(.fix):before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    background: #F6AB34;
  }
  header .btn-gnavi.close:not(.fix):after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(-45deg);
            transform: translate(0, 50%) rotate(-45deg);
    background: #F6AB34;
  }
  header .btn-gnavi.close:not(.fix) span {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
header.menu_open .gnav > ul {
  visibility: visible;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

header .gnav > ul > li.has_under > a {
  position: relative;
}
header .gnav > ul > li.has_under > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .gnav > ul > li.has_under > a.menu_under_open:after {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

header .gnav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  border-bottom: 0;
}
header .gnav > ul > li > ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  header .gnav > ul > li > ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .gnav > ul > li > ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header .gnav > ul > li > ul a {
  background: rgba(246, 171, 52, 0.96);
}

@media (min-width: 1100px) {
  header .gnav > ul > li.has_under {
    position: relative;
  }
  header .gnav > ul > li.has_under a {
    padding-right: 1.5em;
  }
  header .gnav > ul > li.has_under a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
  header .gnav > ul > li.has_under a.menu_under_open:after {
    -webkit-transform: translate(0) rotate(-45deg);
            transform: translate(0) rotate(-45deg);
  }
  header .gnav > ul > li.has_under ul {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
    background: rgba(246, 171, 52, 0.9);
    z-index: 52;
    min-width: 230px;
  }
  header .gnav > ul > li.has_under ul li {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  header .gnav > ul > li.has_under ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  header .gnav > ul > li.has_under ul li a {
    background: transparent;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
  }
}
.mv-pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .mv-pc-only {
    display: none !important;
  }
}

.mv-sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .mv-sp-only {
    display: block !important;
  }
}

.main_visual {
  position: relative;
}
.main_visual .main_visual_slick {
  margin: auto;
  overflow: hidden;
  padding-left: 0;
  position: relative;
  height: calc(100vh - var(--header_height));
  min-height: 700;
}
@media (max-width: 1024px) {
  .main_visual .main_visual_slick {
    max-height: 600px;
  }
}
.main_visual .main_visual_slick .slick-list {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick .slick-list .slick-track {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li {
  top: 0;
  left: 0%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0%;
  margin: auto;
  position: absolute;
}
.main_visual .main_visual_slick li img {
  position: absolute;
  top: 0;
  left: -300%;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: -300%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  padding-left: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  z-index: 1;
  margin: auto;
}
.main_visual .main_visual_copy img {
  width: 38.7994143485%;
  top: auto;
  left: 4.5387994143%;
  right: auto;
  bottom: 2.5714285714%;
  position: absolute;
  max-width: 614px;
}
@media (max-width: 767px) {
  .main_visual .main_visual_copy img {
    width: 56.8%;
    bottom: 1.1594202899%;
    left: 22.1333333333%;
    right: auto;
    top: auto;
  }
}

footer {
  background: #F6AB34;
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    border-top: 1px solid white;
  }
}
footer .container {
  max-width: 100%;
  margin-top: 0;
}
footer .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}
footer .pagetop a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #F6AB34;
}
@media (min-width: 768px) {
  footer .pagetop a {
    width: 70px;
    height: 70px;
  }
}
footer .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
@media (min-width: 768px) {
  footer nav {
    padding: 30px 0;
  }
}
footer nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: auto;
}
footer nav ul li {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer nav ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  footer nav ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
footer nav ul li a {
  padding: 0 0.8em;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.5;
}
footer nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer nav ul li a {
    padding: 0.8em 6%;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 13px 0;
}
@media (min-width: 768px) {
  footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
footer .copyright p {
  font-size: 12px;
}

/* ---------------------
      pagetop
--------------------- */
footer {
  position: relative;
}
footer .pagetop {
  position: fixed;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #A6D864;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
footer .pagetop:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 9px 6.5px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
  }
}
footer .pagetop.active {
  opacity: 0.9;
  visibility: visible;
}
footer .pagetop.absolute {
  position: absolute;
  top: -80px;
  bottom: auto;
}
@media (max-width: 767px) {
  footer .pagetop.absolute {
    top: -50px;
  }
}

/* ===============================================
# フッター追尾
=============================================== */
#id_name {
  z-index: 101;
  width: 100%;
}
#id_name .container {
  padding: 0;
}
#id_name .sp {
  display: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  background: #fff;
}
@media (max-width: 767px) {
  #id_name .sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#id_name .sp > * {
  width: 100%;
}
#id_name .sp > *:not(:last-child) {
  position: relative;
}
#id_name .sp > *:not(:last-child):before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
}
#id_name .sp .btn {
  padding: 4px 0 5px;
  background: #F6AB34;
}
#id_name .sp .btn_no02 {
  background: #A6D864;
}
#id_name .sp .ttl {
  text-align: center;
  margin-top: 2px;
}
#id_name .sp .ttl .out_link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}
#id_name .sp .ttl .out_link:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(/wp-content/uploads/link_001.png) no-repeat center/100%;
}
#id_name .sp .icon {
  max-width: 24px;
  margin-right: 10px;
}
#id_name .sp .icon img {
  width: 100%;
}
#id_name .sp .btn_no01 .icon {
  max-width: 30px;
  margin-right: 2px;
}
#id_name .sp a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  padding: 2px 10px;
  display: grid;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#id_name .sp a span {
  line-height: 1;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  border: 1px solid #A6D864;
  color: #fff;
  background: #A6D864;
  padding: 1.1em 0.5em;
  margin: 0 auto 1px;
  max-width: 320px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
  font-weight: 500;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover {
  background: #fff;
  color: #A6D864;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover:after {
  right: 4%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-left: 10px solid #A6D864;
}

table {
  margin: 0 auto;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
}
table td,
table th {
  line-height: 1.8;
}
table th {
  text-align: center;
  font-weight: normal;
}
table.table-schedule tbody {
  color: #262626;
}

.table-default {
  width: 100%;
}
.table-default td,
.table-default th {
  padding: 1.2em 1em;
  font-size: 18px;
}
@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .table-default td,
  .table-default th {
    padding: 0.7em 0.5em;
  }
}
.table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
}
.table-default td,
.table-default th {
  border: 1px solid #ddd;
}
.table-default th {
  background: rgba(166, 216, 100, 0.3);
  color: #262626;
  text-align: left;
}
.table-default td {
  background: #fff;
}
.table-default tr:not(:last-child) td {
  border-bottom: 0;
}

.table-default.price th {
  font-weight: bold;
}
.table-default.price .normal {
  font-weight: normal;
}

.table-menu {
  width: 100%;
}
.table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
}
.table-menu td,
.table-menu th {
  padding: 1em 1em;
  border-top: 1px solid #92918E;
}
@media (max-width: 767px) {
  .table-menu td,
  .table-menu th {
    padding: 0.7em 0.3em;
  }
}
.table-menu tbody th {
  text-align: left;
}
.table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}
.table-menu tr:last-child th,
.table-menu tr:last-child td {
  border-bottom: 1px solid rgba(166, 216, 100, 0.3);
}

.table-schedule {
  width: 100%;
}
.table-schedule caption {
  background: #F6AB34;
  margin-bottom: 0;
  font-size: 17px;
  padding: 11px 4%;
  font-weight: 500;
}
.table-schedule td,
.table-schedule th {
  padding: 0.5em 0.1em;
  text-align: center;
  border-bottom: solid 1px #929292;
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 1.1713030747vw, 16px);
}
.table-schedule td:first-child,
.table-schedule th:first-child {
  text-align: left;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .table-schedule td:first-child,
  .table-schedule th:first-child {
    font-size: clamp(14px, 1.317715959vw, 18px);
  }
}
@media (max-width: 767px) {
  .table-schedule td,
  .table-schedule th {
    padding: 0.7em 0.3em;
  }
}
@media (max-width: 410px) {
  .table-schedule td,
  .table-schedule th {
    font-size: 3.9024390244vw;
  }
}

.table-summary {
  border-top: 1px solid #F6AB34;
  width: 100%;
}
.table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.table-summary td,
.table-summary th {
  padding: 1em;
  border-bottom: 1px solid #F6AB34;
}
.table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

.table_info {
  margin-top: 10px;
}
.table_info p {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .table_info p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .responsive-stack {
    display: block;
  }
  .responsive-stack thead {
    display: none;
  }
  .responsive-stack tbody,
  .responsive-stack td,
  .responsive-stack th,
  .responsive-stack tr {
    display: block;
  }
  .responsive-stack td,
  .responsive-stack th {
    width: 100% !important;
  }
  .responsive-stack tr:not(:last-child) td,
  .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}
h1:not(.title):not(.hdr-ttl) {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  background: #F6AB34;
  margin: 0 0 0.5em 0;
  padding: 3em 4.5%;
  position: relative;
  color: #fff;
  z-index: 0;
  background: url(/wp-content/uploads/h1bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    padding: 2em 4.5%;
  }
}
h1:not(.title):not(.hdr-ttl)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 25, 22, 0.65);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  h1:not(.title):not(.hdr-ttl) {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 0.4285714286em;
  line-height: 1.6428571429;
  text-align: center;
  z-index: 4;
  font-size: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #F6AB34;
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #262626;
  margin: 0 0 0.5em 0;
  padding-left: 16px;
  position: relative;
  word-wrap: break-word;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #F6AB34;
  margin: auto;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #262626;
  line-height: 1.8;
  margin: 0 0 0.4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: calc(100% - 0.6em);
  top: 0;
  left: 0;
  bottom: 0;
  background: #A6D864;
  margin: auto;
}

body:not(.home) section:not([id^=front_sec]) h2 {
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  background: url(/wp-content/uploads/logo_icon.png) no-repeat center top/2em;
  padding-top: 1.75em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  body:not(.home) section:not([id^=front_sec]) h2 {
    font-size: 26px;
  }
}
body:not(.home) section:not([id^=front_sec]) h2::before {
  content: none;
}
body:not(.home) section:not([id^=front_sec]) h3 {
  padding-left: 0;
  color: #F6AB34;
  margin-bottom: 1em;
}
body:not(.home) section:not([id^=front_sec]) h3::before {
  content: none;
}
body:not(.home) section:not([id^=front_sec]) h3.dental_h3 {
  border-bottom: solid 1px #A6D864;
  padding-bottom: 10px;
  padding-left: 2.0833333333em;
  margin-bottom: 36px;
  color: #262626;
}
body:not(.home) section:not([id^=front_sec]) h3.dental_h3::after {
  content: "";
  display: block;
  width: 1.6666666667em;
  height: 1.6666666667em;
  background: url(/wp-content/uploads/ttl.png) no-repeat center/0.8333333333em #A6D864;
  position: absolute;
  top: -3px;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 50%;
}
body:not(.home) section:not([id^=front_sec]) h3.line_h3 {
  border-bottom: solid 1px #A6D864;
  padding-bottom: 16px;
  margin-bottom: 36px;
}
body:not(.home) section:not([id^=front_sec]) h4.text-primary {
  padding-left: 0;
}
body:not(.home) section:not([id^=front_sec]) h4.text-primary::before {
  content: none;
}

/*==================================================
アコーディオンのためのcss
===================================*/
.qa {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.qa .qa-area {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  counter-reset: number 0;
}
.qa .qa-area li {
  border: 1px solid rgba(246, 171, 52, 0.2);
  border-radius: 4px;
}
.qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 20px 60px 20px calc(26px + 2.8em);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
  min-height: 4.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qa .title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.qa .title::after {
  content: "+";
  position: absolute;
  width: 1em;
  height: 1em;
  background: transparent;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  right: 20px;
  left: auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  margin: auto;
  display: inline-block;
  font-size: 1.5em;
  text-indent: 0.15em;
  line-height: 0.9em;
}
.qa .title:before {
  font-weight: bold;
  width: 2.6em;
  border-radius: 4px;
  height: 2.6em;
  font-size: 1em;
  position: static;
  display: inline-block;
  margin-right: 0.7em;
  line-height: 2.6em;
  color: #fff;
  text-indent: 0.55em;
  letter-spacing: 0.2em;
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: calc(20px + 0em);
  left: 20px;
  bottom: auto;
  margin: 0 auto;
}
.qa .title.close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa .box {
  display: none;
  /*はじめは非表示*/
  background: rgba(166, 216, 100, 0.3);
  margin: 0 20px 20px;
  padding: 20px;
  border-radius: 4px;
  position: relative;
}

.highlight_ttl > h2,
.highlight_ttl h3,
.highlight_ttl h4 {
  background: rgba(166, 216, 100, 0.3);
  padding: 1em;
}
.highlight_ttl > h2:before, .highlight_ttl > h2:after,
.highlight_ttl h3:before,
.highlight_ttl h3:after,
.highlight_ttl h4:before,
.highlight_ttl h4:after {
  content: none;
}

.step > div {
  border: 1px solid #F6AB34;
}
@media (min-width: 768px) {
  .step > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.step > div:not(:last-child) {
  position: relative;
  margin-bottom: 50px;
}
.step > div:not(:last-child):before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  top: calc(100% + 10px);
  border-top: 3px solid #F6AB34;
  border-right: 3px solid #F6AB34;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.step h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 !important;
  padding: 0 !important;
}
.step h3:before {
  content: none;
}
.step .col {
  padding: 1em 0.5em;
  margin-bottom: 0;
}
.step .col:first-child {
  background: #F6AB34;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.archive-list {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .archive-list {
    margin-bottom: 80px;
  }
}
.archive-list dl {
  margin-top: 0;
}
@media (min-width: 768px) {
  .archive-list dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.archive-list dt,
.archive-list dd {
  padding: 1.2em 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}
@media (min-width: 768px) {
  .archive-list dt:first-of-type,
  .archive-list dd:first-of-type {
    border-top: 1px solid rgba(38, 38, 38, 0.2);
  }
}
@media (min-width: 768px) {
  .archive-list dt {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .archive-list dt {
    border-bottom: 0;
    padding-bottom: 0.6em;
    border-top: 1px solid rgba(38, 38, 38, 0.2);
  }
}
.archive-list dd {
  margin: 0;
}
@media (min-width: 768px) {
  .archive-list dd {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .archive-list dd {
    border-top: 0;
    padding-top: 0;
  }
}

.single-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .single-wrap {
    margin-bottom: 80px;
  }
}
.single-wrap .date {
  margin-bottom: 20px;
}
.single-wrap .post-area {
  background: rgba(166, 216, 100, 0.3);
  padding: 60px 6%;
}
@media (max-width: 767px) {
  .single-wrap .post-area {
    padding: 30px 6%;
  }
}

.pager {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.pager .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pager .nav-links > * {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(166, 216, 100, 0.3);
  color: #A6D864;
  border: 1px solid #a6d864;
  border-radius: 100px;
  font-weight: bold;
}
.pager .nav-links > *:not(:last-child) {
  margin-right: 0.5em;
}
.pager .nav-links > *.current {
  background: #A6D864;
  color: #fff;
}
.pager .nav-links > *.prev {
  position: relative;
}
.pager .nav-links > *.prev:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #A6D864;
  border-right: 1px solid #A6D864;
  -webkit-transform: translateX(-50%) rotate(222deg);
          transform: translateX(-50%) rotate(222deg);
}
.pager .nav-links > *.next {
  position: relative;
}
.pager .nav-links > *.next:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #A6D864;
  border-right: 1px solid #A6D864;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

/* ===============================================
# 下層余白
=============================================== */
body:not(.home) main > section > .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  body:not(.home) main > section > .container {
    padding: 0 4.5%;
    max-width: calc(600px + 9%);
  }
}

.column_main {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .column_main {
    margin-bottom: 100px;
  }
}
.column_main > section > .container {
  max-width: none;
  padding: 0;
}
.column_main > section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .column_main > section:not(:last-child) {
    margin-bottom: 60px;
  }
}

.row:not(:last-child) {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .row:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
  .col:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.bread {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .bread {
    margin-bottom: 60px;
    margin-bottom: 6rem;
  }
}
.bread .container {
  padding: 0 20px;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .bread .container {
    padding: 0 4.5%;
    max-width: calc(1000px + 9%);
  }
}
.bread ul {
  list-style: none;
  padding-left: 0;
}
.bread ul > * {
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
.bread ul > *:not(:last-child) {
  margin-right: 2em;
}
.bread ul > *:not(:last-child):before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 0;
  left: calc(100% + 0.6em);
  right: auto;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bread a {
  text-decoration: none;
}

.border {
  border: solid 1px #262626;
  padding: 40px 4%;
}

.map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
@media (min-width: 768px) {
  .map_container {
    padding-top: 50%;
  }
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
# 各下層調整
=============================================== */
body:not(.home) .shu_b {
  color: #A6D864;
  font-weight: bold;
}
body:not(.home) .under_mb > div:not(:last-child) {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  body:not(.home) .under_mb > div:not(:last-child) {
    margin-bottom: 40px;
  }
}
body:not(.home) .list_orthodontic01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body:not(.home) .list_orthodontic01 h3 {
  margin-bottom: 2.5em;
}
body:not(.home) .list_orthodontic01 > * {
  width: 14.2857142857%;
}
@media (max-width: 767px) {
  body:not(.home) .list_orthodontic01 > * {
    width: 50%;
  }
}
body:not(.home) .list_orthodontic01 li {
  padding: 0 5px;
}
@media (min-width: 768px) {
  body:not(.home) .list_orthodontic01 li {
    margin-bottom: 0;
  }
}
body:not(.home) .list_orthodontic01 dl {
  margin-bottom: 0;
}
body:not(.home) .list_orthodontic01 dl dd {
  margin-left: 0;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 6px;
}
body:not(.home) .tbl_caption {
  margin-top: 10px;
}
body:not(.home) .u_pay01 {
  margin-top: 40px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
body:not(.home) .u_pay01 figcaption {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

.bnr_orthodontic {
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #F6AB34;
}
.bnr_orthodontic a {
  display: block;
  background: url(/wp-content/uploads/pediatric_bg001.jpg) no-repeat center center/cover;
  padding: 35px 7% 28px;
}
@media (max-width: 767px) {
  .bnr_orthodontic a {
    background-position: right center;
    text-shadow: 0px 0px 5px rgba(246, 171, 0, 0.8), 0px 0px 5px rgba(246, 171, 0, 0.8), 0px 0px 10px rgba(246, 171, 0, 0.8), 0px 0px 10px rgba(246, 171, 0, 0.8), 0px 0px 15px rgba(246, 171, 0, 0.8);
  }
}
.bnr_orthodontic h5 {
  margin: 0;
  margin-bottom: 1em;
}
.bnr_orthodontic h5 span.en {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bnr_orthodontic h5 span.en {
    font-size: 22px;
  }
}
.bnr_orthodontic h5 span.ja {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .bnr_orthodontic h5 span.ja {
    font-size: 14px;
  }
}
.bnr_orthodontic p {
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
}

.bnr_common a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr_common a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.flex_list {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
.flex_list li {
  width: 33.3333333333%;
  padding-left: 26px;
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .flex_list li {
    width: 50%;
  }
}
.flex_list li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/wp-content/uploads/check.png) no-repeat center/contain;
  position: absolute;
  top: 0.5em;
  bottom: auto;
  left: 0;
  right: auto;
}

.maintenance_ttl {
  font-weight: bold;
  color: #A6D864;
  font-size: 18px;
}
@media (max-width: 767px) {
  .maintenance_ttl {
    font-size: 16px;
  }
}

.u_info .info_box .foot_logo {
  max-width: 336px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .u_info .info_box .foot_logo {
    max-width: 236px;
  }
}
.u_info .info_box .tel {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #F6AB34;
  background: url(/wp-content/uploads/footer_tel_icon.png) no-repeat left center/1.25em;
  padding-left: 1.4375em;
  line-height: 1;
  margin-bottom: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .u_info .info_box .tel {
    font-size: 26px;
    background-size: 1em;
    padding-left: 1.125em;
  }
}
.u_info .info_box .tel a {
  color: #F6AB34;
  font-weight: 500;
}

.list_step .list_step_item {
  position: relative;
  padding-bottom: 38px;
}
.list_step .list_step_item::before {
  content: "";
  width: 1px;
  background: #F6AB34;
  display: block;
  position: absolute;
  top: 68px;
  left: 30px;
  bottom: 4px;
}
@media (max-width: 767px) {
  .list_step .list_step_item::before {
    top: 54px;
    left: 23px;
    bottom: 4px;
  }
}
.list_step .list_step_item:last-of-type {
  padding-bottom: 0;
}
.list_step .list_step_item:last-of-type::before {
  content: none;
}
.list_step .list_step_num {
  background: #F6AB34;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .list_step .list_step_num {
    width: 50px;
    height: 50px;
  }
}
.list_step .list_step_num span {
  display: block;
  font-size: 26px;
  line-height: 1;
}
@media (max-width: 767px) {
  .list_step .list_step_num span {
    font-size: 16px;
  }
}
.list_step .list_step_itm_main {
  padding-left: 86px;
  position: relative;
  padding-top: 8px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main {
    padding-left: 62px;
    padding-top: 11px;
  }
}
.list_step .list_step_itm_main h4 {
  color: #262626;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .list_step .list_step_itm_main h4 {
    font-size: 18px;
  }
}
.list_step .list_step_itm_main h4:before {
  content: none;
}

/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion_area .accordion_one:last-child {
  border-bottom: 1px solid rgba(38, 38, 38, 0.2);
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #262626;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #262626;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 15px 35px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #262626;
  font-size: 2.4rem;
  font-size: 22px;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #F6AB34;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
/* ===============================================
# qaここまで
=============================================== */
/* ===============================================
# TOP共通
=============================================== */
[id^=front_sec] .container {
  padding: 0 6%;
  max-width: calc(1200px + 12%);
}
[id^=front_sec] h2 {
  font-weight: 500;
  color: #F6AB34;
  font-size: clamp(26px, 2.3426061493vw, 32px);
  padding-bottom: 0;
  letter-spacing: 0.06em;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 {
    font-size: 26px;
  }
}
[id^=front_sec] h2::before {
  content: none;
}
@media (min-width: 768px) {
  [id^=front_sec] h2.pc_left {
    text-align: left;
    margin-left: 0;
  }
}
[id^=front_sec] h2.left {
  text-align: left;
}
[id^=front_sec] h2.en.left span.sub {
  display: inline-block;
  padding-left: 0.8333333333em;
  margin-bottom: 0;
}
[id^=front_sec] h2.line {
  padding-bottom: 1em;
}
[id^=front_sec] h2.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.75em;
  background: url(/wp-content/uploads/top_img001.png) no-repeat left bottom/10.34375em;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
[id^=front_sec] h2 span.sub {
  font-weight: 500;
  font-size: clamp(14px, 1.317715959vw, 18px);
  display: block;
  margin-top: 2px;
  line-height: 1;
  color: #92918E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  [id^=front_sec] h2 span.sub {
    font-size: 14px;
  }
}
[id^=front_sec] h2.item_center {
  background: url(/wp-content/uploads/icon_002.png) no-repeat top center/2.12em;
  padding: 0;
  font-size: 50px;
  padding-top: 1.66em;
}
@media (max-width: 767px) {
  [id^=front_sec] h2.item_center {
    font-size: 30px;
  }
}
[id^=front_sec] h2.item_left {
  background: url(/wp-content/uploads/icon_001.png) no-repeat left top/0.96875em;
  background-position: left 0.35em;
  padding-left: 1.375em;
}
[id^=front_sec] .line_wrap {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 2.375em;
  padding-bottom: 18px;
  font-size: clamp(26px, 2.3426061493vw, 32px);
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  [id^=front_sec] .line_wrap {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  [id^=front_sec] .line_wrap {
    font-size: 18px;
  }
}
[id^=front_sec] .line_wrap .line_inner {
  background: #A6D864;
  border-radius: 14px;
  padding: 10px 2%;
  position: relative;
}
[id^=front_sec] .line_wrap .line_inner::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #A6D864;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[id^=front_sec] .line_wrap .line_inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.75em;
  background: url(/wp-content/uploads/icon_004.png) no-repeat top center/3.3125em;
  position: absolute;
  top: -2.375em;
  bottom: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
[id^=front_sec] .line_wrap h2.line_h2 {
  color: #262626;
  background: url(/wp-content/uploads/icon_005.png) no-repeat left center/1.3125em;
  padding-left: 1.875em;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media (max-width: 767px) {
  [id^=front_sec] .line_wrap h2.line_h2 {
    font-size: 18px;
  }
}
[id^=front_sec] h3 {
  padding-left: 0;
}
[id^=front_sec] h3:before {
  content: none;
}
[id^=front_sec] h3.line {
  font-size: 32px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: url(/wp-content/uploads/top_img001.png) no-repeat left bottom/8.21875em;
  padding-bottom: 1.25em;
  margin-bottom: 1.3125em;
}
@media (max-width: 767px) {
  [id^=front_sec] h3.line {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .more.pc_left a {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .more.pc_right a {
    margin-right: 0;
  }
}

.marker {
  color: #F6AB34;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #FCEACD));
  background: -webkit-linear-gradient(transparent 65%, #FCEACD 0%);
  background: linear-gradient(transparent 65%, #FCEACD 0%);
  background-position: bottom;
}

/* ===============================================
# footerの上
=============================================== */
#front_sec_map .map {
  position: relative;
  padding-top: 364px;
}
@media (max-width: 767px) {
  #front_sec_map .map {
    padding-top: 90%;
  }
}
#front_sec_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#front_sec_info {
  padding: 53px 0 100px;
}
#front_sec_info .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec_info .box > * {
  width: 50%;
}
@media (max-width: 767px) {
  #front_sec_info .box > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec_info .box > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
#front_sec_info .info_box .foot_logo {
  max-width: 336px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #front_sec_info .info_box .foot_logo {
    max-width: 236px;
  }
}
#front_sec_info .info_box .tel {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: #F6AB34;
  background: url(/wp-content/uploads/footer_tel_icon.png) no-repeat left center/1.25em;
  padding-left: 1.4375em;
  line-height: 1;
  margin-bottom: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #front_sec_info .info_box .tel {
    font-size: 26px;
    background-size: 1em;
    padding-left: 1.125em;
  }
}
#front_sec_info .info_box .tel a {
  color: #F6AB34;
  font-weight: 500;
}
#front_sec_info .info_box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec_info .info_box .list dt,
#front_sec_info .info_box .list dd {
  line-height: 1.8666666667;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #front_sec_info .info_box .list dt,
  #front_sec_info .info_box .list dd {
    font-size: 15px;
  }
}
#front_sec_info .info_box .list dt:first-of-type,
#front_sec_info .info_box .list dd:first-of-type {
  padding-top: 0;
}
#front_sec_info .info_box .list dt:last-of-type,
#front_sec_info .info_box .list dd:last-of-type {
  padding-bottom: 0;
}
#front_sec_info .info_box .list dt {
  position: relative;
  width: 75px;
  font-weight: 500;
}
#front_sec_info .info_box .list dd {
  width: calc(100% - 75px);
  margin-left: 0;
}
#front_sec_info .schedule_box {
  padding-left: 58px;
}
@media (max-width: 1366px) {
  #front_sec_info .schedule_box {
    padding-left: 4.246vw;
  }
}
@media (max-width: 767px) {
  #front_sec_info .schedule_box {
    padding-left: 0;
  }
}
#front_sec_info .schedule_box h2 {
  margin-bottom: 0.625em;
}
#front_sec_info .schedule_box .more {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #front_sec_info .schedule_box .more {
    margin-top: 30px;
  }
}

/* ===============================================
# ニュース
=============================================== */
#front_sec_news {
  padding: 80px 0 11.859vw;
  position: relative;
  z-index: 0;
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #front_sec_news {
    padding: 50px 0 100px;
  }
}
#front_sec_news::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: url(/wp-content/uploads/top_bg002.png) no-repeat center bottom/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
#front_sec_news h2 {
  margin-bottom: 0.625em;
}
#front_sec_news .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec_news .box > * {
  width: 50%;
}
@media (max-width: 767px) {
  #front_sec_news .box > * {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #front_sec_news .box > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
#front_sec_news .news-list {
  margin: 0;
}
@media (min-width: 768px) {
  #front_sec_news .news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#front_sec_news .news-list dt,
#front_sec_news .news-list dd {
  margin-left: 0;
  margin-right: 0;
  padding: 0.8125em 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.4);
  font-size: 16px;
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    padding: 1em 0;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt,
  #front_sec_news .news-list dd {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
#front_sec_news .news-list dt {
  font-weight: normal;
}
@media (min-width: 768px) {
  #front_sec_news .news-list dt {
    width: 120px;
    padding-right: 2.25em;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dt:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #front_sec_news .news-list dd {
    width: calc(100% - 120px);
    padding-right: 1em;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-list dd {
    padding-top: 0.5em;
  }
  #front_sec_news .news-list dd:first-of-type {
    border-top: 0;
  }
}
#front_sec_news .news-list a {
  text-decoration: none;
  font-weight: normal;
}
@media (max-width: 767px) {
  #front_sec_news .news-list a {
    font-size: 14px;
  }
}
#front_sec_news .news-list a:hover {
  text-decoration: underline;
}
#front_sec_news .more {
  margin-top: 36px;
}
@media (max-width: 767px) {
  #front_sec_news .more {
    margin-top: 30px;
  }
}
#front_sec_news .news-box {
  padding-left: 40px;
}
@media (max-width: 1366px) {
  #front_sec_news .news-box {
    padding-left: 2.928vw;
  }
}
@media (max-width: 767px) {
  #front_sec_news .news-box {
    padding-left: 0;
  }
}
#front_sec_news .info-box {
  padding-left: 58px;
}
@media (max-width: 1366px) {
  #front_sec_news .info-box {
    padding-left: 4.246vw;
  }
}
@media (max-width: 767px) {
  #front_sec_news .info-box {
    padding-left: 0;
  }
}

#front_sec01 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #front_sec01 {
    padding: 40px 0;
  }
}
#front_sec01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec01 .box > * {
  width: 50%;
}
@media (max-width: 767px) {
  #front_sec01 .box > * {
    width: 100%;
  }
}
#front_sec01 .box > *:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #front_sec01 .box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#front_sec01 .img {
  position: relative;
  z-index: 2;
}
#front_sec01 .img .img_top {
  margin-bottom: 11px;
}
#front_sec01 .img .img_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  position: relative;
}
#front_sec01 .img .img_bottom::before {
  content: "";
  display: block;
  width: 391px;
  height: 302px;
  background: url(/wp-content/uploads/top_img006.png) no-repeat center bottom/contain;
  position: absolute;
  top: auto;
  bottom: -58px;
  left: auto;
  right: -20%;
  z-index: -1;
}
@media (max-width: 1366px) {
  #front_sec01 .img .img_bottom::before {
    width: 28.624vw;
    height: 22.108vw;
  }
}
@media (max-width: 767px) {
  #front_sec01 .img .img_bottom::before {
    bottom: -20%;
  }
}
#front_sec01 .img .img_bottom img {
  border-radius: 30px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front_sec01 .text_box {
  padding: 93px 2% 100px 0;
  position: relative;
}
@media (max-width: 1366px) {
  #front_sec01 .text_box {
    padding: 6.808vw 2% 7.321vw 0;
  }
}
@media (max-width: 767px) {
  #front_sec01 .text_box {
    padding: 0;
  }
}
#front_sec01 .text_box::before {
  content: "";
  display: block;
  width: 465px;
  height: 409px;
  background: url(/wp-content/uploads/top_img005.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -40%;
  right: auto;
  z-index: -1;
}
@media (max-width: 1366px) {
  #front_sec01 .text_box::before {
    width: 34.041vw;
    height: 29.941vw;
  }
}
@media (max-width: 767px) {
  #front_sec01 .text_box::before {
    left: -20%;
  }
}
#front_sec01 .text_box h2 {
  margin-bottom: 1em;
}
#front_sec01 .text_box .p_box {
  max-width: 510px;
}
#front_sec01 .more {
  margin-top: 46px;
}
@media (max-width: 767px) {
  #front_sec01 .more {
    margin-top: 30px;
  }
}

#front_sec02 {
  background: url(/wp-content/uploads/top_bg004.jpg) no-repeat center center/cover;
  padding: 8.419vw 0 10.029vw;
  z-index: 0;
  position: relative;
}
#front_sec02 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  #front_sec02 {
    padding: 40px 0;
  }
}
#front_sec02::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: url(/wp-content/uploads/top_bg003.png) no-repeat center top/contain;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
#front_sec02::before {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: url(/wp-content/uploads/top_bg002.png) no-repeat center bottom/contain;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: -1;
}
#front_sec02 h2 {
  margin-bottom: 49px;
}
#front_sec02 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#front_sec02 .box:not(:last-child) {
  margin-bottom: 79px;
}
@media (max-width: 767px) {
  #front_sec02 .box:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
#front_sec02 .box .img {
  width: 51.6666666667%;
}
@media (max-width: 767px) {
  #front_sec02 .box .img {
    width: 100%;
  }
}
#front_sec02 .box .text_box {
  width: 48.3333333333%;
  padding-left: 70px;
}
@media (max-width: 1366px) {
  #front_sec02 .box .text_box {
    padding-left: 5.124vw;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box .text_box {
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #front_sec02 .box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#front_sec02 .box.reverse .text_box {
  padding-left: 0;
  width: 48.3333333333%;
  padding-right: 70px;
}
@media (max-width: 1366px) {
  #front_sec02 .box.reverse .text_box {
    padding-right: 5.124vw;
  }
}
@media (max-width: 767px) {
  #front_sec02 .box.reverse .text_box {
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #front_sec02 .box.reverse .text_box .p_box {
    max-width: 510px;
  }
}
#front_sec02 .more {
  margin-top: 46px;
}
@media (max-width: 767px) {
  #front_sec02 .more {
    margin-top: 30px;
  }
}

#front_sec03 {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec03 {
    padding: 40px 0 50px;
  }
}
#front_sec03 .box {
  max-width: 1000px;
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(246, 171, 52, 0.8));
          filter: drop-shadow(0px 0px 20px rgba(246, 171, 52, 0.8));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec03 .box:hover {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(246, 171, 52, 0.8));
          filter: drop-shadow(0px 0px 5px rgba(246, 171, 52, 0.8));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#front_sec03 .box .box_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#front_sec03 .box .box_inner .img {
  width: 67.6%;
  position: relative;
}
@media (max-width: 767px) {
  #front_sec03 .box .box_inner .img {
    width: 100%;
  }
}
#front_sec03 .box .box_inner .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 29px 0 0 29px;
}
@media (max-width: 767px) {
  #front_sec03 .box .box_inner .img img {
    position: static;
    border-radius: 29px 29px 0 0;
  }
}
#front_sec03 .box .box_inner .text_box {
  width: 32.4%;
  background: #F6AB34;
  border-radius: 0 29px 29px 0;
  padding: 45px 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #front_sec03 .box .box_inner .text_box {
    padding: 30px 4%;
  }
}
@media (max-width: 767px) {
  #front_sec03 .box .box_inner .text_box {
    width: 100%;
    border-radius: 0 0 29px 29px;
  }
}
#front_sec03 .box .box_inner .text_box .inner > * {
  color: #fff;
}
#front_sec03 .box .box_inner .text_box h2 {
  background-image: url(/wp-content/uploads/icon_003.png);
  margin-bottom: 0.625em;
}
#front_sec03 .box .box_inner .text_box h2 .sub {
  color: #fff;
}
#front_sec03 .box .box_inner .text_box .p_box p {
  font-weight: 300;
}
#front_sec03 .box .box_inner .text_box .arrow_btn {
  text-align: center;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: solid 1px #fff;
  max-width: 146px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
#front_sec03 .box .box_inner .text_box .arrow_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: auto;
  bottom: 3px;
  left: auto;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#front_sec04 {
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  #front_sec04 {
    padding-bottom: 70px;
  }
}
#front_sec04::before {
  content: "";
  display: block;
  width: 100%;
  height: 74%;
  background: url(/wp-content/uploads/top_bg005.jpg) no-repeat center/cover;
  position: absolute;
  top: 11%;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #front_sec04::before {
    background: url(/wp-content/uploads/sp_top_bg005.jpg) no-repeat center/cover;
    top: 4%;
    height: 90%;
  }
}
#front_sec04 .container {
  max-width: calc(1000px + 12%);
}
#front_sec04 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #front_sec04 .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#front_sec04 .box > * {
  width: calc((100% - 40px) / 3 - 1px);
}
@media (max-width: 767px) {
  #front_sec04 .box > * {
    width: 100%;
  }
}
#front_sec04 .box .item .circle {
  background: #fff;
  border-radius: 50%;
  border: solid 3px #A6D864;
  width: 286px;
  height: 286px;
  position: relative;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #front_sec04 .box .item .circle {
    width: 27.93vw;
    height: 27.93vw;
  }
}
#front_sec04 .box .item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#front_sec04 .box .item .img img {
  max-width: 140px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #front_sec04 .box .item .img img {
    max-width: 13.672vw;
  }
}
#front_sec04 .box .item .step_box {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #A6D864;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 2%;
  left: 2%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #front_sec04 .box .item .step_box {
    width: 7.324vw;
    height: 7.324vw;
    font-size: 3.125vw;
  }
}
#front_sec04 .box .item .step_box span {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
#front_sec04 .box .txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.4444444444em;
  text-align: center;
}
@media (max-width: 767px) {
  #front_sec04 .box .txt {
    font-size: 16px;
  }
}
#front_sec04 .line_btn {
  margin-top: 40px;
}
#front_sec04 .line_btn .line_txt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 10px;
}
#front_sec04 .line_btn .line_txt .sub_color {
  color: #A6D864;
  font-weight: bold;
}
#front_sec04 .line_btn .more a {
  font-weight: bold;
  font-size: 32px;
  max-width: 483px;
}
@media (min-width: 768px) {
  #front_sec04 .line_btn .more a {
    padding: 0.5em 0.2em;
  }
}
@media (max-width: 767px) {
  #front_sec04 .line_btn .more a {
    font-size: 18px;
  }
}

/* ===============================================
# アニメーション
=============================================== */
.js-trigger.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
}
.js-trigger.fade.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-trigger.wow {
  opacity: 0;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-trigger.wow.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-trigger.wow.animated:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-trigger.wow.animated:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-trigger.wow.animated:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-trigger.wow.animated:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-trigger.wow.animated:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-trigger.wow.animated:nth-of-type(6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-trigger.wow.animated:nth-of-type(7) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-trigger.wow.animated:nth-of-type(8) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.line_wrap.js-trigger {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.line_wrap.js-trigger.animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}/*# sourceMappingURL=main.css.map */