@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1400px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h2,
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.main_address {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  left: 20px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  right: 20px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }

  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }

  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn, .btn-style {
  text-align: left;
}

.link_btn a,
.btn-style a {
  background: #1d2a66;
  max-width: 100%;
  padding: 0.8em 1.5em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  position: relative;
  letter-spacing: 0.2em;
  width: 210px;
}

.btn-style-w a {
  background: none;
  border: 1px solid #fff;
}

.link_btn a span,
.btn-style a span {
  display: block;
  font-size: 12px;
}

.link_btn a::after,
.btn-style a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
}

.link_btn a:hover,
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  width: auto;
  min-width: 280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 200px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 200px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 300px;
  height: 200px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 4em 0;
}

.sec_news .news {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
}

.sec_news .news dt {
  float: left;
  clear: left;
  color: #433f3f;
  padding: 15px 0;
}

.sec_news .news dd {
  padding: 15px 0 15px 110px;
}

.news dd a {
  text-decoration: none;
  color: #433f3f;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h3 {
  font-size: 40px;
  color: #1f1f1f;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn a {
  position: absolute;
  top: 13px;
  right: 0;
  color: #433f3f;
  font-size: 12px;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

.sec_news .news .btn a:after {
  content: " ＞";
  font-weight: bold;
}

.sec_news .btn-style a {
  width: 138px;
}

.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.btn2 a {
  width: 49%;
}

.btn2 a + a {
  margin-left: 2%;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
 /* .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 650px;
}*/
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .columns.reverse {
    /*左右反転*/
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .columns > .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }

  .columns.col3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col3 > .column {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 2%;
  }

  .columns.col3 > .column:nth-of-type(3n) {
    margin-right: 0;
  }

  .columns.col4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns.col4 > .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    -ms-flex-preferred-size: 23.5%;
        flex-basis: 23.5%;
    margin-right: 2%;
  }

  .columns.col4 > .column:nth-of-type(4n) {
    margin-right: 0;
  }

  .col_align {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    max-width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }

  /*==========================
  	　mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }

  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }

  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }

  .loopSlider ul {
    height: 100px;
  }

  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }

  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sp-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .sp-columns .column {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* -----------------------custom_CSS----------------------- */
.bread_wrap {
  background: #fff;
}

@media screen and (min-width: 768px) {
  #header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
    width: 1400px !important;
    margin: 0 auto;
    max-width: 96%;
  }
}

@media screen and (min-width: 768px) {
  #header > .inner {
    width: 1920px !important;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .bread_wrap .bread, body:not(.home) #contents > .inner {
    width: 1200px !important;
  }
}
.mainblock p, .mce-content-body p, .mainblock ul, .mce-content-body ul {
  margin: 0 0 24px;
}
.mainblock p:last-child, .mce-content-body p:last-child, .mainblock ul:last-child, .mce-content-body ul:last-child {
  margin-bottom: 0;
}

.archive_wrap:not(.archive_category_wrap), #aside .menu-blog li a {
  font-size: 16px;
}

a, a:visited {
  color: #FF6600;
}

.bread {
  padding: 0.8em 0 0.8em;
  margin-bottom: 0;
  text-align: left;
}

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

.link_btn a, .btn-style a {
  max-width: 280px;
  min-width: auto;
  width: 100%;
  border: 1px solid #008000;
  background: #008000;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  padding: 1em 1.5em;
}
.link_btn a:after, .btn-style a:after {
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_btn a:after, .btn-style a:after {
  right: 4%;
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 3%;
}

.mainblock p, .mce-content-body p, .mainblock ul, .mce-content-body ul {
  display: block;
  margin: 0 0 24px;
}
.mainblock p:last-child, .mce-content-body p:last-child, .mainblock ul:last-child, .mce-content-body ul:last-child {
  margin-bottom: 0;
}

.bread {
  text-align: left;
}

#aside .menu-blog h3 {
  border-bottom: 2px solid #7fff00;
}

#aside .menu-blog li a::after {
  background: #7fff00;
}

.bread li a {
  color: #008000;
}

.wpcf7-spinner {
  position: absolute !important;
}

body {
  background: #fff;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  color: #333333;
}

/*==========================
サイトマップ
==========================*/
#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  padding: 0.8em 0.2em 0.7em 1.1em;
  position: relative;
  border-bottom: 2px dotted #eee;
  vertical-align: top;
}

#menu-sitemap li::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  top: 1.4em;
  left: 0.1em;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  color: #333333;
}

#menu-sitemap li a:hover {
  color: #7fff00;
}

/*==========================
	お問い合わせページ (Contact Form 7)
==========================*/
.wpcf7 dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

@media screen and (min-width: 1200px) {
  .wpcf7 dl {
    width: 65%;
  }
}
.wpcf7 dl dt, .wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 .ex, .wpcf7 .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite, .wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .radio input, .wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item, .wpcf7 dl dd .sexes span.wpcf7-list-item, .wpcf7 dl dd .correspondence span.wpcf7-list-item, .wpcf7 dl dd .course span.wpcf7-list-item, .wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.mainblock .wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
}

.wpcf7 dl dd .wpcf7-list-item {
  margin-right: 10px;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.4em;
}

.btn-style input:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

div.wpcf7 .ajax-loader {
  position: absolute !important;
}

/*==========================
お問い合わせ
==========================*/
.wpcf7 dl dt {
  float: none;
  margin-bottom: 0;
  padding-bottom: 2px;
}

.wpcf7 dl dd {
  padding-left: 5px;
  padding-top: 5px;
}

.wpcf7 dl dd input, .wpcf7 dl dd textarea {
  padding: 5px 2px;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wpcf7 dl dt {
  width: 100%;
}
.wpcf7 dl dd {
  width: 100%;
}
.wpcf7 dl dd .wpcf7-list-item {
  margin-left: 0;
  margin-right: 15px;
}
.wpcf7 dl dd .wpcf7-list-item label {
  float: left;
}
.wpcf7 dl dd .wpcf7-list-item input, .wpcf7 dl dd .wpcf7-list-item span {
  vertical-align: unset;
}
.wpcf7 dl dd .wpcf7-list-item input {
  width: auto;
  margin: 0;
  -webkit-appearance: auto;
}
.wpcf7 dl dd .wpcf7-list-item span {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpcf7 dl dt, .wpcf7 dl dd {
    margin: 0;
  }
  .wpcf7 dl dt {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .wpcf7 dl dd {
    padding-bottom: 15px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7 dl dt, .wpcf7 dl dd {
    margin: 0;
    vertical-align: top;
    width: auto;
  }
  .wpcf7 dl dt {
    float: left;
  }
  .wpcf7 dl dd {
    padding: 15px 0;
    padding-left: 175px;
    border-bottom: 1px dashed #ccc;
  }
}

a[href^="tel:"] {
  color: #7fff00;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #333333;
  }
}
/*==========================
見出し
==========================*/
.page-title {
  padding: 3em 0;
  background: #7fff00;
}
.page-title h2 {
  font-size: 25px;
  color: #333333;
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 4.5em 0;
  }
  .page-title h2 {
    font-size: 36px;
  }
}

.text-large, .page-title h2, .post-type-page h3, .under h3, .entry-block h3, .mce-content-body h4, .under h4, .entry-block h4, .mce-content-body h5, .under h5, .entry-block h5, .post-type-page h6, .under h6 {
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding: 0;
  padding-bottom: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-type-page h3, .under h3 {
    margin-top: 40px;
    font-size: 24px;
  }
}
.post-type-page h3:before, .under h3:before {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 4px;
  background: #7fff00;
  border-radius: 2px;
}

.mainblock > h3:first-child, .mainblock > div:first-child h3, .mainblock > h3:first-of-type {
  margin-top: 0;
}

/*-- H4 投稿タイトル ------------*/
.entry-block h3, .mce-content-body h4, .under h4 {
  padding: 0;
  color: #333333;
  display: block;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  border: none;
  background: none;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #e8e8e8;
}
.entry-block h3:after, .mce-content-body h4:after, .under h4:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #7fff00;
}
@media only screen and (max-width: 767px) {
  .entry-block h3, .mce-content-body h4, .under h4 {
    font-size: 22px;
  }
}

.entry-block h3 {
  color: #333333 !important;
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  font-size: 18px;
  margin-top: 0;
}

.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #7fff00;
}

.under h3 + h4, .under div.h3 + h4, .under div.h3 + div.h4 h4 {
  margin-top: 0 !important;
}

/*-- H5 ------------*/
.entry-block h4, .mce-content-body h5, .under h5 {
  color: #333333;
  display: block;
  font-size: 22px;
  line-height: 1.5;
  background: #fff;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  background: none;
  padding: 0;
  padding-left: 15px;
}
.entry-block h4:before, .mce-content-body h5:before, .under h5:before {
  display: none;
}
.entry-block h4:after, .mce-content-body h5:after, .under h5:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  width: 5px;
  height: 26px;
  border-radius: 2.5px;
  background: #008000;
}
@media only screen and (max-width: 767px) {
  .entry-block h4, .mce-content-body h5, .under h5 {
    font-size: 20px;
  }
}

.under h4 + h5, .under div.h4 + h5 {
  margin-top: 0 !important;
}

/*-- H6 ------------*/
.entry-block h5, .post-type-page h6, .under h6 {
  color: #333333;
  display: table;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  background: none;
  padding: 0;
  padding: 0 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #008000;
}
.entry-block h5:before, .post-type-page h6:before, .under h6:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .entry-block h5, .post-type-page h6, .under h6 {
    font-size: 19px;
  }
}

.text-large {
  letter-spacing: 0.08em;
  font-size: 20px;
  color: #008000;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========================
ボックス
==========================*/
.bg-block {
  background: #f5f5f5;
}
.bg-block .bg-block {
  background: #fff;
}
.bg-block .bg-block .bg-block {
  background: #f5f5f5;
}

.border-block {
  background: #fff;
  -webkit-box-shadow: 0 10px 5px #00000021;
          box-shadow: 0 10px 5px #00000021;
  border: none;
}

.border-block,
.bg-block {
  margin-bottom: 40px;
  margin-top: 0;
  border-radius: 20px;
  padding: 40px 40px;
}
.border-block:first-child,
.bg-block:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1250px) {
  .border-block,
  .bg-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .border-block,
  .bg-block {
    padding: 24px 16px;
  }
}
.border-block ul:last-child, .border-block ol:last-child, .border-block dl:last-child, .border-block table:last-child, .border-block p:last-child,
.bg-block ul:last-child,
.bg-block ol:last-child,
.bg-block dl:last-child,
.bg-block table:last-child,
.bg-block p:last-child {
  margin-bottom: 0;
}

body:not(.home) #contents div.clearfix {
  margin-bottom: 40px;
}
body:not(.home) #contents div.clearfix:last-child {
  margin-bottom: 0;
}
body:not(.home) #contents .sec_box, body:not(.home) #contents .columns {
  margin-bottom: 40px;
}
body:not(.home) #contents .sec_box:last-child, body:not(.home) #contents .columns:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body:not(.home) #contents .sec_box .border-block,
  body:not(.home) #contents .sec_box .bg-block, body:not(.home) #contents .columns .border-block,
  body:not(.home) #contents .columns .bg-block {
    height: 100%;
    padding: 40px 16px;
  }
}

/*-- 流れ ------------*/
.flow-block {
  border: 5px solid #d4f0e6;
  background: #fff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 82px;
  position: relative;
  padding: 40px 32px;
}
@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block ul:last-child, .flow-block ol:last-child, .flow-block dl:last-child, .flow-block table:last-child, .flow-block p:last-child {
  margin-bottom: 0;
}
.flow-block:last-child {
  margin-bottom: 0;
}
.flow-block:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 50%;
  margin: 0 -40px -105px 0;
  border: 40px solid transparent;
  border-top: 35px solid #008000;
}
.flow-block:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 40px 30px;
  }
}

.bg-block .flow-block:after {
  border-top: 35px solid #008000;
}

.title_number {
  border: none;
  display: block;
  padding-left: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  background: none !important;
}

.title_number:before, .title_number:after {
  display: none !important;
}

/*-- 数字付きの見出し ------------*/
.number {
  display: inline-block;
  vertical-align: baseline;
  font-size: 76%;
  padding: 0.2em 0.6em 0.2em;
  margin-right: 0.4em;
  background: #008000;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.4;
  vertical-align: middle;
}

.title_number {
  vertical-align: middle;
  padding: 0 !important;
  color: #333333 !important;
}
.title_number:before, .title_number:after {
  display: none !important;
}

/*-- Q&A ------------*/
.qa-block {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
  padding-top: 20px;
}
.qa-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.qa-block .answer {
  display: block !important;
}
.qa-block:after {
  display: none !important;
}
.qa-block:before {
  content: '';
  position: absolute;
  top: 29px;
  background: none;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #7fff00;
  border-right: 3px solid #7fff00;
}
.qa-block:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.qa-block.open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.qa-block.open::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.qa-block .answer {
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
}
.qa-block .answer p {
  padding: 7px 0 12px 46px;
  margin: 0;
}
.qa-block .answer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #008000;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.qa-block .answer:after {
  content: "A";
  position: absolute;
  top: 7px;
  left: 11px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border: none;
  font-family: "Arial", "メイリオ", sans-serif;
}

.mce-content-body .qa-block h4, .qa-block h4 {
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 0 0 50px !important;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 400;
}
.mce-content-body .qa-block h4:before, .qa-block h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #7fff00;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.mce-content-body .qa-block h4:after, .qa-block h4:after {
  background: none;
  content: "Q";
  position: absolute;
  top: -31px;
  left: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  font-family: "Arial", "メイリオ", sans-serif;
  border: none;
}

/*==========================
リスト
==========================*/
/*-- UL ------------*/
.ul01, .ul02, .ul_check, .ul_arrow, .ol01, .ol_decimal, .ollist {
  margin-top: 0;
  margin-bottom: 24px;
}
.ul01 li, .ul02 li, .ul_check li, .ul_arrow li, .ol01 li, .ol_decimal li, .ollist li {
  margin: 0;
  line-height: 1.75;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.ul01 li:last-child, .ul02 li:last-child, .ul_check li:last-child, .ul_arrow li:last-child, .ol01 li:last-child, .ol_decimal li:last-child, .ollist li:last-child {
  margin-bottom: 0;
}
.ul01 li::before, .ul01 li::after, .ul02 li::before, .ul02 li::after, .ul_check li::before, .ul_check li::after, .ul_arrow li::before, .ul_arrow li::after, .ol01 li::before, .ol01 li::after, .ol_decimal li::before, .ol_decimal li::after, .ollist li::before, .ollist li::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
}
.ul01 + p, .ul02 + p, .ul_check + p, .ul_arrow + p, .ol01 + p, .ol_decimal + p, .ollist + p {
  margin-bottom: 24px;
}

/* ul01 */
.ul01 li::before {
  border-radius: 50%;
  background: #008000;
  height: 8px;
  left: 0;
  top: 10px;
  width: 8px;
}

/* ul_check チェックのリスト */
.ul_check li, .ul_arrow li {
  padding-left: 2em;
}
.ul_check li::before, .ul_arrow li::before {
  background: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -4px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  top: 10px;
  width: 7px;
  z-index: 1;
}
.ul_check li:after, .ul_arrow li:after {
  content: '';
  position: absolute;
  display: block;
  background: #008000;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  z-index: 0;
}

/* ul_arrow 右向き三角のリスト */
.ul_arrow li:after {
  display: none;
}
.ul_arrow li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.45em;
  left: 7px;
  margin: 0px 0 0 0;
  border: 6px solid transparent;
  border-top: 8px solid #008000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* 数字のOLリスト */
.ol_decimal {
  counter-reset: ol_circle;
}
.ol_decimal li {
  padding-left: 28px;
  position: relative;
}
.ol_decimal li::before, .ol_decimal li:after {
  content: "";
  position: absolute;
}
.ol_decimal li::before {
  background-color: #008000 !important;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 20px;
  text-align: center;
  top: 2px;
  width: 20px;
  position: absolute;
}

.page-list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: none;
  padding: 0;
  margin-top: 0 !important;
  border: none !important;
  background: #f5f5f5;
  border-radius: 20px !important;
  padding: 30px 30px !important;
}
@media screen and (max-width: 767px) {
  .page-list {
    padding: 30px 20px !important;
  }
}
.page-list li a:before, .page-list li a:after {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}
@media screen and (min-width: 768px) {
  .page-list li {
    margin-bottom: 0 !important;
  }
  .page-list li:nth-child(n+3) {
    margin-top: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page-list li:not(:nth-of-type(2n)) {
    margin-right: 0 !important;
  }
}
.page-list li:before, .page-list li:after {
  display: none !important;
}
.page-list li a {
  border-radius: 25px;
  color: #008000 !important;
  border: 1px solid #008000;
  display: block;
  width: 100%;
  padding: 15px 25px;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff !important;
  border: 1px solid #008000;
  background: #008000;
}
.page-list li a:before {
  display: none;
}
.page-list li a::after {
  margin: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #008000;
  border-right: 1px solid #008000;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-list li a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #008000;
  color: #fff !important;
}
.page-list li a:hover::after {
  border-color: #fff;
}
.page-list li a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-list li a:hover {
  background: #fff;
  color: #008000 !important;
}
.page-list li a:hover::after {
  border-color: #008000;
}
.page-list li a {
  text-decoration: none;
  color: #008000;
}
.page-list li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .page-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-list li {
    margin-right: 5%;
  }
}

.page-list2 li {
  position: relative;
  margin: 0.5em 0;
}
.page-list2 li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #59c3e2;
  border: 1px solid #59c3e2;
  background: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.page-list2 li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #59c3e2;
  border-right: 1px solid #59c3e2;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: 200ms;
  transition: 200ms;
}
.page-list2 li a:hover {
  background: #59c3e2;
  color: #fff;
}
.page-list2 li a:hover:after {
  border-color: #fff;
  right: 10px;
}

/*==========================
テーブル
==========================*/
table {
  margin-bottom: 2em;
  margin-top: 0 !important;
}

.color01 {
  font-size: 20px;
  color: #7fff00;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.color02 {
  font-size: 20px;
  color: #008000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

/*-- 診療時間表 ------------*/
.time-table {
  table-layout: fixed;
}
.time-table th, .time-table td {
  background: none;
  padding: .8rem .2rem;
  text-align: center;
  border: none;
}
.time-table thead {
  border-bottom: 1px solid #ddd;
}
.time-table thead th {
  background: none;
  color: #333333;
}
.time-table thead th:first-child {
  width: 30%;
}
.time-table tbody {
  border-bottom: 1px solid #ddd;
}
.time-table tbody tr {
  border-color: #ddd;
}
.time-table tbody th {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .time-table {
    font-size: 82%;
  }
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  background: #fff;
}
.table01 tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
.table01 tbody tr th:first-child {
  border-top: 1px solid #008000;
  color: #008000;
  width: 25%;
  font-weight: 500;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .table01 tbody tr th:first-child {
    width: 35%;
  }
}
.table01 tbody tr:last-child th:first-child {
  border-bottom: 1px solid #008000;
}
.table01 tbody tr th, .table01 tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
}
.table01 tbody tr th:first-child, .table01 tbody tr td:first-child {
  color: #008000;
  border-bottom: 1px solid #008000;
  border-top: 1px solid #008000;
}
.table01 th, .table01 td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
}
.table01 th {
  padding-right: 1em;
}

/*-- ボーダーのついたテーブル ------------*/
.border-table {
  table-layout: fixed;
}
.border-table th, .border-table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.border-table thead th, .border-table thead td {
  background: #008000;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.border-table tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
.border-table tbody td {
  text-align: left;
  padding-right: 1em;
}
.border-table tbody td:last-child {
  text-align: left;
}

/*-- 料金表のテーブル(TDが右寄せ) ------------*/
.fee-table {
  table-layout: fixed;
}
.fee-table th, .fee-table td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.fee-table thead th, .fee-table thead td {
  background: #008000;
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #f5f5f5;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
.fee-table tbody th:first-child {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .fee-table tbody th:first-child {
    width: 35%;
  }
}
.fee-table tbody td {
  text-align: left;
  padding-right: 1em;
}
.fee-table tbody td:last-child {
  text-align: left;
}

@media screen and (max-width: 480px) {
  /* 時間表 --------------------*/
  .time-table th, .time-table td {
    font-size: 100%;
    padding: 5px 0;
  }

  /* googlemap --------------------*/
}
.googlemap {
  padding-top: 50%;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .googlemap {
    padding-top: 60%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .border-table th, .border-table td,
  .fee-table th, .fee-table td {
    font-size: 90%;
    padding: 10px 5px;
    line-height: 1.5;
  }

  .table01 th, .table01 td {
    font-size: 90%;
  }
}
@media screen and (max-width: 767px) {
  #nav ul li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav ul.menu {
    top: 60px;
  }

  #nav ul li a:before {
    display: none;
  }

  #nav ul li a, #nav ul li span {
    padding: 20px 6px 20px 15px;
    font-size: 16px;
  }

  #nav ul li .sub-menu {
    background: #f5f5f5;
  }

  #nav ul li .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav ul li a:hover {
    background: #008000;
    color: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #f5f5f5;
    color: #333333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #nav .menu > li > a span {
    background: none;
    padding: 0;
  }
  #nav .menu .has_children > a:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #nav {
    background: transparent;
  }
  #nav > .inner {
    width: 400px !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 0 0 auto;
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  #nav .menu > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    float: none;
  }
  #nav .menu > li > a {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: bold;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    color: #333333;
    background: transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #nav .menu > li > a img {
    max-width: 50%;
  }
  #nav .menu > li > a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    border-bottom: 2px solid #333333;
  }
  #nav .menu > li.has_children > a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: -2px;
    top: 0;
    bottom: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #008000 transparent transparent transparent;
    border-width: 6px 5px 0px 5px;
  }
  #nav .menu > li:not(:first-child) > a:before {
    display: none;
  }
}
@media screen and (min-width: 1120px) {
  #nav > .inner {
    width: 520px !important;
  }
  #nav .menu > li > a {
    font-size: 14px;
  }
  #nav .menu > li.has_children > a:after {
    right: 3px;
  }
}
@media screen and (min-width: 1450px) {
  #nav > .inner {
    width: 620px !important;
  }
  #nav .menu > li > a {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.mainblock.under {
  padding-bottom: 0;
}

.home #footer {
  margin-top: 0;
  border-top: none;
}

#footer {
  margin-top: 50px;
  padding: 0 !important;
  background: #fff !important;
  font-size: 16px;
  color: #333333 !important;
  border-top: 2px solid #7fff00;
}
#footer .footer_nav {
  padding-top: 0 0;
  background: #7fff00;
}
#footer .footer_nav .sec_list li a {
  text-decoration: none;
}
#footer .footer_nav .sec_list li a:hover {
  text-decoration: underline;
}
#footer .footer_box {
  padding: 30px 0;
  background: #7fff00;
}
#footer .footer_box .sec_tel {
  margin-bottom: 12px;
}
#footer .footer_box .footer_list dt, #footer .footer_box .footer_list dd {
  padding: 3px 0;
}
#footer .footer_box .footer_list dt:first-of-type, #footer .footer_box .footer_list dd:first-of-type {
  padding-top: 0;
}
#footer .footer_box .footer_list dt {
  float: left;
  font-weight: bold;
}
#footer .footer_box .footer_list dd {
  padding-left: 75px;
}
#footer .footer_box .sec_img {
  text-align: center;
  margin: 0;
}
#footer .footer_box .sec_img img {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    max-width: 100%;
  }
  #footer .footer_nav {
    padding-top: 50px;
  }
  #footer .footer_nav .sec_list li {
    text-align: center;
  }
  #footer .footer_nav .sec_list li a {
    padding: 10px 0;
    display: block;
    text-align: center;
    border-top: 1px solid #333333;
  }
  #footer .footer_box .sec_tel {
    text-align: center;
  }
  #footer .footer_box .sec_text {
    text-align: center;
  }
  #footer .footer_box .footer_list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  #footer .footer_box .sec_img {
    text-align: center;
    margin: 0;
  }
  #footer .footer_box .sec_img img {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 0 !important;
    margin-top: 70px;
  }
  #footer .googlemap {
    padding-top: 500px;
  }
  #footer > .inner {
    max-width: 100% !important;
    width: 100% !important;
    margin: auto;
  }
  #footer .footer_nav {
    margin-top: 0;
    padding-top: 70px;
  }
  #footer .footer_nav .sec_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    max-width: 900px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer_nav .sec_list li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  #footer .footer_nav .sec_list li a {
    font-size: 12px;
    position: relative;
    text-align: center;
    display: block;
  }
  #footer .footer_nav .sec_list li:not(:first-child) a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: -5px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: #333333;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #footer .footer_box {
    padding: 30px 0 40px;
  }
  #footer .footer_box .topinner {
    width: 1100px;
  }
  #footer .footer_box .footer_list dt, #footer .footer_box .footer_list dd {
    font-size: 14px;
  }
  #footer .footer_box .sec_text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1439px) {
  #footer {
    padding: 0 !important;
    margin-top: 100px;
  }
  #footer .footer_nav {
    padding-top: 80px 0;
    margin-top: 0;
  }
  #footer .footer_nav .sec_list li a {
    font-size: 16px;
  }
  #footer .footer_box {
    padding: 35px 0 50px;
  }
  #footer .footer_box .footer_list dt, #footer .footer_box .footer_list dd {
    font-size: 16px;
  }
  #footer .footer_box .sec_text {
    font-size: 16px;
  }
}

.copyright {
  background: #7fff00;
  text-align: center;
  padding: 1.2em 0;
  font-size: 16px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 23%;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 0;
  }
  #header > .inner {
    max-width: 98%;
    margin-right: 0;
  }
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .textwidget h1 {
    width: 75%;
    max-width: 100%;
    float: none;
    max-width: 279px;
  }
  #header .textwidget #toggle {
    width: 60px;
    float: none;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  /* #header {
    position: relative;
  } */
  #header > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    overflow: initial;
  }
  #header > .inner .header_column {
    width: 25%;
  }
  #header > .inner .header_column h1 {
    max-width: 279px;
  }
  #header > .inner #nav {
    width: 71%;
  }
}

#aside .inq {
  display: block;
  width: auto;
}
#aside .inq .totop {
  z-index: 70;
  position: fixed;
  margin: auto;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  #aside .inq .totop {
    bottom: 17vw;
    width: 60px;
  }
}
#aside .inq .totop a {
  text-decoration: none;
}
#aside .inq .inq_item {
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
}
#aside .inq .inq_item p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#aside .inq .inq_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  #aside .inq .inq_item {
    background: #fff;
    padding: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  #aside .inq .inq_item {
    top: auto;
    bottom: 0;
    left: auto;
    right: 100px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  #aside .inq .inq_item a {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  #aside .inq .inq_item a:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48.5%;
    margin-right: 3%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 3%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 70px;
}
.row:last-child {
  margin-bottom: 0;
}

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

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

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

@media screen and (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }

  .sp-text-center {
    text-align: center !important;
  }

  .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }

  .pc-text-center {
    text-align: center !important;
  }

  .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .pc_span {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_span {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_col ul {
    margin: 0 !important;
  }
}
.bold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt0 {
  margin-top: 0 !important;
}

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

@media screen and (max-width: 767px) {
  .sp-table {
    overflow-x: scroll;
  }

  .sp-table table {
    width: 768px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(320px * 12);
  height: 100%;
}

@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-320px * 6));
            transform: translateX(calc(-320px * 6));
  }
}
.mainimage {
  position: relative;
}
.mainimage .main_info .sec_tel {
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  gap: 0 15px;
}
.mainimage .main_info .sec_tel a {
  font-size: 20px;
  position: relative;
  color: #008000;
  padding-left: 30px;
}
.mainimage .main_info .sec_tel a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 23px;
  background: url("img/info_tel.png") no-repeat center / cover;
}
.mainimage .main_info .sec_text {
  text-align: center;
  margin-bottom: 15px;
}
.mainimage .main_info {
  margin-top: 10px;
}
.mainimage .main_info .time-table {
  margin: 0;
}
.mainimage .main_info .time-table th, .mainimage .main_info .time-table td {
  font-weight: bold;
}
.mainimage .main_info .time-table thead {
  border-top: 1px solid #ddd;
}
.mainimage .main_info .time-table thead th {
  padding: 5px 5px;
}
.mainimage .main_info .time-table tbody tr {
  border: none;
}
.mainimage .main_info .time-table tbody tr th, .mainimage .main_info .time-table tbody tr td {
  border: none;
}
.mainimage .main_info .time-table tbody tr:not(:last-child) th, .mainimage .main_info .time-table tbody tr:not(:last-child) td {
  padding-bottom: 0;
}
.mainimage .main_info .sec_box {
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .mainimage .main_info {
    position: relative;
  }
  .mainimage .main_info {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mainimage .main_info .sec_tel {
    margin-bottom: 5px;
  }
  .mainimage .main_info .sec_text {
    margin-bottom: 10px;
  }
  .mainimage .main_info .sec_tel a {
    font-size: 24px;
  }
  .mainimage .main_info {
    position: absolute;
    margin: auto;
    margin-right: 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    max-width: 1450px;
    width: 47%;
  }
  .mainimage .main_info .sec_box {
    border-radius: 20px 20px 0 0;
    background: #ffffff;
    margin-left: auto;
    padding: 20px 10px;
    max-width: 400px;
  }
  .mainimage .main_info img {
    margin-right: 2%;
  }
  .mainimage .main_info .time-table th, .mainimage .main_info .time-table td {
    font-size: 12px;
    padding: .4rem .2rem;
  }
  .mainimage .main_info .time-table thead th {
    padding: 5px 5px;
  }
  .mainimage .main_info .time-table tbody tr:not(:last-child) th, .mainimage .main_info .time-table tbody tr:not(:last-child) td {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1439px) {
  .mainimage .main_info .sec_tel {
    margin-bottom: 10px;
  }
  .mainimage .main_info .sec_text {
    margin-bottom: 15px;
  }
  .mainimage .main_info .sec_tel a {
    font-size: 30px;

  }
  .mainimage .main_info .time-table th, .mainimage .main_info .time-table td {
    font-size: 16px;
    padding: .8rem .2rem;
  }
  .mainimage .main_info .time-table thead th {
    padding: 5px 5px;
  }
  .mainimage .main_info .time-table tbody tr:not(:last-child) th, .mainimage .main_info .time-table tbody tr:not(:last-child) td {
    padding-bottom: 0;
  }
  .mainimage .main_info {
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    text-align: right;
    bottom: 0;
    max-width: 1450px;
    width: 100%;
  }
  .mainimage .main_info .sec_box {
    padding: 40px;
    max-width: 500px;
  }
  .mainimage .main_info img {
    margin-left: auto;
    margin-right: 2%;
  }
}

body:not(.home) #contents > div.clearfix {
  overflow: initial !important;
}

.home #contents > .inner {
  max-width: 100% !important;
  width: 100% !important;
}

.sec_top h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 25px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec_top h2 .sec_span {
  font-size: 16px;
  padding-bottom: 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f8f00), to(#70f000));
  background-image: linear-gradient(90deg, #0f8f00, #70f000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec_top h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
.sec_top h3:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: url("img/h3.png") no-repeat center/cover;
}
.sec_top .sec_title_sub {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 2px solid #dddddd;
  position: relative;
}
.sec_top .sec_title_sub:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #7fff00;
}
.sec_top .sec_img {
  margin: auto;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top .sec_text {
  line-height: 32px;
}
.sec_top .row2 .sec_img {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 36px;
    margin: 0 0 50px;
  }
  .sec_top h2 .sec_span {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .sec_top h3 {
    font-size: 20px;
  }
  .sec_top .sec_title_sub {
    font-size: 20px;
  }
  .sec_top .sec_box .row {
    margin-bottom: 30px;
  }
  .sec_top .sec_box .row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1439px) {
  .sec_top h2 {
    font-size: 56px;
    margin: 0 0 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.sec01 {
  padding: 50px 0;
  background: #f5f5f5;
}
.sec01 .sec_bnr {
  margin-bottom: 30px;
}
.sec01 .sec_title {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px;
}
.sec01 .sec_title .sec_span {
  padding-bottom: 5px;
  font-size: 40px;
  display: block;
}
.sec01 .news_btn {
  margin-top: auto;
}
.sec01 .news_btn a {
  color: #333333;
  text-decoration: none;
  padding-right: 45px;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}
.sec01 .news_btn a:hover {
  text-decoration: underline;
}
.sec01 .news_btn a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("img/sec01_arrow.png") no-repeat center/cover;
}
.sec01 dl dt {
  font-weight: bold;
}
.sec01 dl dd {
  border-bottom: 1px solid #73e600;
}
.sec01 dl dd a {
  color: #333333;
  text-decoration: none;
}
.sec01 dl dd a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 70px 0;
  }
  .sec01 .sec_bnr {
    margin-bottom: 70px;
  }
  .sec01 .sec_title {
    font-size: 18px;
    margin: 0 0 40px;
  }
  .sec01 .sec_title .sec_span {
    padding-bottom: 5px;
    font-size: 50px;
  }
  .sec01 .row {
    gap: 0 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .row .col_2 {
    margin: 0;
  }
  .sec01 .row .col_2:first-child {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec01 .row .col_2:first-child .news_btn {
    margin-top: auto;
  }
  .sec01 .row .col_2:last-child {
    width: calc(95% - 240px);
  }
  .sec01 dl dt, .sec01 dl dd {
    padding: 20px 0;
  }
  .sec01 dl dt:first-of-type, .sec01 dl dd:first-of-type {
    padding-top: 0;
  }
  .sec01 dl dt {
    font-weight: bold;
    float: left;
  }
  .sec01 dl dd {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1439px) {
  .sec01 {
    padding: 100px 0;
  }
  .sec01 .sec_bnr {
    margin-bottom: 90px;
  }
  .sec01 .sec_title {
    font-size: 22px;
    margin: 0 0 50px;
  }
  .sec01 .sec_title .sec_span {
    padding-bottom: 5px;
    font-size: 66px;
  }
}

.sec02 {
  padding: 50px 0;
}
.sec02 h3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
    background: url("img/sec02_bg.png") no-repeat center top;
  }
  .sec02 h2 {
    margin-bottom: 40px;
  }
  .sec02 .sec_box {
    margin-top: 50px;
  }
  .sec02 .sec_box .sec_text {
    margin-bottom: 30px;
  }
  .sec02 .sec_box .sec_text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1439px) {
  .sec02 {
    padding: 100px 0;
  }
  .sec02 h2 {
    margin-bottom: 40px;
  }
}

.sec03 {
  padding: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec03 a[href^="tel:"] {
  color: #008000;
}
.sec03:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 90px);
  z-index: -1;
  background: #f5f5f5;
}
.sec03 .sec_box {
  margin-top: 30px;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
  padding: 30px 20px;
}
.sec03 .sec_title {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 20px;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #d3fea8;
  font-weight: bold;
}
.sec03 .sec_title_sub {
  border-color: #eeeeee;
}
@media screen and (max-width: 767px) {
  .sec03 .row2 .sec_img img {
    max-width: 70%;
  }
  .sec03 .row2 {
    gap: 15px 0;
    margin: 0;
    align-items: center;
  }
  .sec03 .row2 .col_4 {
    margin: 0;
    width: 100%;
    gap: 0 2%;
    display: flex;
    align-items: center;
  }
  .sec03 .row2 .col_4 .sec_img {
    width: 30%;
    margin: 0;
  }
  .sec03 .row2 .col_4 .sec_text {
    width: 68%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0 70px;
  }
  .sec03 h2 {
    margin-top: 120px;
  }
  .sec03 .sec_title {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .sec03 .topinner_wd {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .sec_box {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1439px) {
  .sec03 {
    padding: 0 0 100px;
  }
  .sec03 .sec_title {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .sec03 .sec_box {
    margin-top: 60px;
    padding: 50px;
  }
  .sec03 .text_box {
    padding-left: 100px;
  }
}

.sec04 {
  padding: 50px 0;
}
.sec04 .sec_bnr {
  text-align: center;
  margin: 0;
}
.sec04 .row1 {
  margin-bottom: 25px;
}
.sec04 .sec_list {
  margin-top: 25px;
}
.sec04 .sec_list li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec04 .sec_list li:not(:first-child) {
  margin-top: 20px;
}
.sec04 .sec_list li .sec_span {
  position: relative;
  padding-left: 20px;
  z-index: 0;
}
.sec04 .sec_list li .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #f5ff00;
  border-radius: 50%;
  z-index: -1;
}
.sec04 .sec_img.sp {
  margin-bottom: 15px;
}
.sec04 .sec_bnr {
  margin-bottom: 30px;
}
.sec04 .sec_list2 li {
  font-weight: bold;
  position: relative;
  padding-left: 18px;
}
.sec04 .sec_list2 li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 8px;
  height: 8px;
  background: #7fff00;
  border-radius: 50%;
}
.sec04 .sec_list2 li.not_icon {
  padding-left: 0;
}
.sec04 .sec_list2 li.not_icon:after {
  display: none;
}
.sec04 .sec_box2 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .sec04 .sec_list2 {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .sec04 .sec_list2 li {
    width: calc(49% - 18px);
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
  .sec04 h2 {
    margin-bottom: 40px;
  }
  .sec04 .row1 {
    margin-bottom: 35px;
  }
  .sec04 .sec_bnr {
    margin-bottom: 50px;
    width: fit-content;
  }
  .sec04 .row .col_2:first-child .sec_bnr {
    margin-left: auto;
  }
  .sec04 .row .col_2:last-child .sec_bnr {
    margin-right: auto;
  }
  .sec04 .sec_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .sec04 .sec_list2 li {
    width: calc(32% - 18px);
  }
  .sec04 .sec_list2 li.break_list {
    width: calc(64% - 18px);
  }
  .sec04 .sec_text {
    margin-bottom: 15px;
  }
  .sec04 .sec_box2 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1439px) {
  .sec04 {
    padding: 100px 0;
  }
  .sec04 h2 {
    margin-bottom: 50px;
  }
  .sec04 .sec_bnr {
    margin-bottom: 60px;
  }
  .sec04 .sec_list {
    margin-top: 40px;
    gap: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec04 .sec_list li {
    margin: 0 !important;
    font-size: 20px;
  }
}

.sec05 {
  padding: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec05:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 75px);
  background: #f5f5f5;
  z-index: -1;
}
.sec05 .sec_name {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 15px;
  padding-left: 30px;
  position: relative;
}
.sec05 .sec_name .sec_span {
  font-size: 16px;
  padding-right: 1em;
}
.sec05 .sec_name:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 2px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url("img/sec05_icon.png") no-repeat center/cover;
}
.sec05 .row1 {
  margin-bottom: 30px;
}
.sec05 .row1 .sec_img {
  margin-bottom: 15px;
}
.sec05 .sec_list li {
  position: relative;
  padding-left: 10px;
}
.sec05 .sec_list li:not(:first-child) {
  margin-top: 3px;
}
.sec05 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333333;
}
.sec05 .row3 .sec_name {
  margin-bottom: 30px;
}
.sec05 .row3 .sec_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec05 h3 {
    margin-bottom: 15px;
  }
  .sec05 .text_box .text_col:not(:first-child) {
    margin-top: 15px;
  }
  .sec05 .row3 .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 0 0 70px;
  }
  .sec05 h3 {
    margin-bottom: 15px;
  }
  .sec05 .row1 {
    margin-bottom: 40px;
  }
  .sec05 .sec_name {
    font-size: 24px;
    margin: 0 0 15px;
    padding-left: 30px;
  }
  .sec05 .sec_name .sec_span {
    font-size: 18px;
    padding-right: 1em;
  }
  .sec05 .sec_name:after {
    width: 20px;
    height: 20px;
  }
  .sec05 .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
  }
  .sec05 .text_box .text_col {
    width: 49%;
  }
  .sec05 .row3 {
    gap: 0 4%;
  }
  .sec05 .row3 .col_2 {
    width: 48%;
    margin: 0;
  }
}
@media screen and (min-width: 1439px) {
  .sec05 {
    padding: 0 0 100px;
  }
  .sec05 .sec_name {
    font-size: 30px;
    margin: 0 0 15px;
    padding-left: 30px;
  }
  .sec05 .sec_name .sec_span {
    font-size: 20px;
    padding-right: 1em;
  }
  .sec05 .sec_name:after {
    width: 20px;
    height: 20px;
  }
  .sec05 .row3 {
    gap: 0 14.2%;
  }
  .sec05 .row3 .col_2 {
    width: 42.9%;
    margin: 0;
  }
}

.sec06 {
  padding: 200px 0 50px;
  background: url("img/sp_sec06_bg.jpg") no-repeat center/cover;
}
.sec06 h2 .sec_span {
  color: #333333;
  background: transparent;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.sec06 .btn-style a {
  padding: 1.16em 1.5em;
  border-radius: 30px;
  letter-spacing: 0;
  color: #333333;
  max-width: 320px;
  font-weight: bold;
  background: #FFCC00;
  /*border: 2px solid #333333;*/
}
.sec06 .btn-style a span {
  font-size: 16px !important;
}
.sec06 .btn-style a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 17px;
  height: 17px;
  border: none;
  background: url("img/btn_arrow.png") no-repeat center/cover;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sec06 .btn-style a:hover {
  opacity: .5;
}
.sec06 .btn-style a:hover:after {
  right: 3%;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 70px 0;
    background: url("img/sec06_bg.jpg") no-repeat center/cover;
  }
  .sec06 .sec_box {
    max-width: 445px;
  }
  .sec06 .btn-style {
    margin-top: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 1439px) {
  .sec06 {
    padding: 100px 0;
  }
  .sec06 h2 {
    margin-bottom: 50px;
  }
}

.sec07 {
  padding: 50px 0;
  background: url("img/sec07_bg.png") no-repeat center bottom;
}
.sec07 table.address {
  margin-bottom: 20px;
}
.sec07 table.address th, .sec07 table.address td {
  padding: 15px 0;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
}
.sec07 table.address tr:first-child th, .sec07 table.address tr:first-child td {
  padding-top: 0;
}
.sec07 table.address th {
  width: 80px;
  font-weight: bold;
  text-align: left;
}
.sec07 .sec_title {
  line-height: 1;
  font-weight: bold;
  margin: 0 0 5px;
}
.sec07 .sec_text {
  text-align: center;
  margin-bottom: 10px;
}
.sec07 .sec_box {
  padding: 20px 10px 20px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #00000021;
          box-shadow: 0 0 10px #00000021;
}
.sec07 .tel_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2%;
  margin-bottom: 25px;
}
.sec07 .tel_box .sec_tel {
  text-align: right;
}
.sec07 .tel_box .sec_img {
  text-align: left;
  margin: 0;
}
.sec07 .sec_list li {
  position: relative;
  padding-left: 10px;
}
.sec07 .sec_list li:not(:first-child) {
  margin-top: 3px;
}
.sec07 .sec_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
}
.sec07 .time-table {
  margin: 0;
}
.sec07 .time-table th, .sec07 .time-table td {
  font-weight: bold;
}
.sec07 .time-table tbody {
  border: none;
}
.sec07 .time-table tbody tr {
  border: none;
}
.sec07 .time-table tbody tr th, .sec07 .time-table tbody tr td {
  border: none;
}
.sec07 .sec_access .sec_text {
  text-align: left;
  margin-bottom: 20px;
}
.sec07 .row {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0;
  }
  .sec07 .sec_box {
    padding: 20px 10px 20px;
  }
  .sec07 .row {
    margin-bottom: 40px;
  }
  .sec07 .row .col_2:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec07 .row .col_2:first-child .googlemap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    padding: 0 !important;
  }
  .sec07 table.address {
    margin-bottom: 20px;
  }
  .sec07 table.address th {
    width: 100px;
  }
}
@media screen and (min-width: 1439px) {
  .sec07 {
    padding: 100px 0;
  }
  .sec07 table.address {
    margin-bottom: 20px;
  }
  .sec07 .sec_box {
    padding: 20px 30px 20px;
  }
}


#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10 {
  margin-top: -50px;
  padding-top: 50px;
}