@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  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.8;
}

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 {
  text-align: left;
}
.btn-style {
  text-align: center;
}

.link_btn a,
.btn-style a {
  background: #2b9442;
  max-width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  letter-spacing: .02em;
  width: 340px;
  max-width: 100%;
  border: none !important;
  background: #2b9442;
  color: #fff;
  border-radius: 100vh;
  padding: .9em 1.5em;

}

.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: 60%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px 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;
}
/********************************
	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;
    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----------------------- */
.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 {
}

.bread {
  padding: 0.8em 0 0.8em;
  margin-bottom: 0;
  text-align: left;
}

.link_btn a:after, .btn-style a:after {
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_btn a:after, .btn-style a:after {
  right: 6%;
}
.link_btn a:hover:after, .btn-style a:hover:after {
  right: 4%;
}

.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 #2b9442;
}

#aside .menu-blog li a::after {
  background: #2b9442;
}

.bread li a {
  color: #2b9442;
}

.wpcf7-spinner {
  position: absolute !important;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}
@media ( max-width : 767px ) {
  body {
    font-size: 14px;
  }
}

/*==========================
サイトマップ
==========================*/
#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: #333;
}

#menu-sitemap li a:hover {
  color: #2b9442;
}

/*==========================
	お問い合わせページ (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: 100%;
  }
}
.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: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*==========================
見出し
==========================*/
.page-title {
  padding: 3em 0;
  background: url(img/under_title.jpg) no-repeat center/cover;
}
.page-title h2 {
  font-size: 25px;
  color: #485157;
  letter-spacing: 0.08em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .page-title {
    padding: 4em 0;
  }
  .page-title h2 {
    font-size: 38px;
  }
}

.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: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

/*-- H3 ------------*/
.post-type-page h3, .under h3 {
  color: #333;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin: 2em 0 1.2em;
  text-align: left;
  padding: 50px 0 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post-type-page h3, .under h3 {
    margin-top: 40px;
    font-size: 24px;
    padding: 40px 0 0;
  }
}
.post-type-page h3:after, .under h3:after {
  content: '';
  position: absolute;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 54px;
  height: 44px;
  background: url(img/h2_icon.png) no-repeat center center /cover;
}
@media ( max-width : 767px ) {
  .post-type-page h3:after, .under h3:after {
    width: 43.2px;
    height: 35.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: #333;
  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 0 8px .8em;
  border-bottom: 2px solid #62a370;
  position: relative;
}
.entry-block h3:after, .mce-content-body h4:after, .under h4:after {
  content: "";
  position: absolute;
  top: .28em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  width: 5px;
  height: 20px;
  border-radius: 2.5px;
  background: #2b9442;
}
@media only screen and (max-width: 767px) {
  .entry-block h3, .mce-content-body h4, .under h4 {
    font-size: 22px;
  }
}

.mce-content-body div.h3 + h4, div.h3 + h4 {
  margin-top: 0;
}

/* 投稿タイトルのみ */
.entry-block h3 {
  margin-top: 0;
}

.entry-block h3 a {
  color: #333333;
  text-decoration: none;
}

.entry-block h3 a:hover {
  color: #2b9442;
}

.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: #333;
  display: block;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  background: none;
  display: table;
  padding: 0 0 0 1em;
  border-radius: 0;
}
.entry-block h4:before, .mce-content-body h5:before, .under h5:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 12px;
  height: 12px;
  background: #b4cb37;
  border-radius: 100vh;
}
@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: #333;
  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: 7px 20px 5px;
  background: #c0d453;
  border-radius: 7px;
}
.entry-block h5:before, .post-type-page h6:before, .under h6:before {
  display: none;
}
.entry-block h5:after, .post-type-page h6:after, .under h6:after {
}
@media screen and (max-width: 767px) {
  .entry-block h5:after, .post-type-page h6:after, .under h6:after {
  }
}
@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: #2b9442;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}

/*==========================
ボックス
==========================*/
.bg-block {
  background: #f7f7f7;
}
.bg-block .bg-block {
  background: #fff;
}
.bg-block .bg-block .bg-block {
  background: #fff;
}

.border-block {
  background: #fff;
  border: 2px solid #2b9442;
}

.border-block,
.bg-block {
  margin-bottom: 40px;
  margin-top: 0;
  border-radius: 7px;
  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;
  }
}

.section_bg {
  background: #e3f5e2;
}

/*-- 流れ ------------*/
.flow-block {
  border: 2px solid #2b9442;
  background: #fff;
  border-radius: 7px;
  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 #2b9442;
}
.flow-block:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 25px 20px;
  }
}

.bg-block .flow-block:after {
  border-top: 35px solid #2b9442;
}

.title_number {
  border: none;
  display: block;
  font-weight: bold !important;
  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.1em;
  margin-right: 0.6em;
  background: #f09b2c;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.2em;
  line-height: 1.6;
  text-indent: 2px;
  vertical-align: middle;
  transform: translateY(-2px);
}

.title_number {
  vertical-align: middle;
  padding: 0 !important;
  color: #333 !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:before,.qa-block:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 5px;
  width: 15px;
  height: 3px;
  background: #2b9442;
  transition: .2s;
}
.qa-block:before {
}
.qa-block.open::before {
}
.qa-block.open::after {
}
.qa-block .answer {
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
}
.qa-block .answer p {
  padding: 7px 0 12px 55px;
  margin: 0;
}
.qa-block .answer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f09c2e;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.qa-block .answer:after {
  content: "A";
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 26px;
  font-weight: bold;
  text-indent: 1px;
  color: #fff;
  border: none;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width : 767px) {
  .qa-block .answer:after {
    line-height: 1.3;
  }
}

.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 55px !important;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 600;
}
.mce-content-body .qa-block h4:before, .qa-block h4:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #2b9442;
  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: -2px;
  left: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: #2b9442;
  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: #f09c2e;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  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 #2b9442;
  -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: #2b9442 !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;
}
.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: 5px;
  color: #333 !important;
  border: 1px solid #2b9442;
  display: block;
  width: 100%;
  border-radius: 100vh;
  padding: 15px 25px;
  -webkit-transition: .2s;
  transition: .2s;
}
.page-list li a:before {
  display: none;
}
.page-list li a::after {
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px !important;
  width: 8px;
  height: 8px;
  border-top: 1px solid #2b9442;
  border-right: 1px solid #2b9442;
  transform: rotate(45deg);
}
.page-list li a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #2b9442;
  color: #fff !important;
}
.page-list li a:hover::after {
  border-color: #fff;
}
.page-list li a {
  text-decoration: none;
  color: #2b9442;
}
.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;
}

.time-table .color01 {
  color: #2b9442;
}
.time-table .color02 {
  color: #ff9c0c;
}

/*-- 診療時間表 ------------*/
.time-table {
  table-layout: fixed;
}
.time-table th, .time-table td {
  background: none;
  border-bottom: 1px solid #ddd;
  padding: .6rem .2rem;
  text-align: center;
}
@media ( max-width : 767px ) {
  .time-table th, .time-table td {
    padding: .4rem .2rem;
  }
}
.time-table thead th, .time-table thead td {
  border: none;
}
.time-table thead th {
  color: #fff;
  background: #2b9442;
  padding: .6rem .2rem;
}
.time-table thead th:first-child {
  width: 30%;
}
@media ( max-width : 767px ) {
  .time-table thead th:first-child {
    width: 20%;
  }
}
.time-table tbody tr {
  border-color: #ddd;
}
.time-table tbody th {
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}
.time-table tbody td {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .time-table {
    font-size: 90%;
  }
}

/*-- 基本のテーブル ------------*/
.table01 {
  width: 100%;
  background: transparent;
}
.table01 tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}
.table01 tbody tr th:first-child {
  border-top: 1px solid #2b9442;
  color: #2b9442;
  width: 25%;
  font-weight: bold;
  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 #2b9442;
}
.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: #2b9442;
  border-bottom: 1px solid #2b9442;
  border-top: 1px solid #2b9442;
}
.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: #2b9442;
  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: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
.fee-table thead th, .fee-table thead td {
  background: #2b9442;
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #efefef;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
}
.fee-table tbody th:first-child {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .fee-table tbody th:first-child {
    width: 30%;
  }
}
.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: 75%;
    padding: 5px 0;
  }

  /* googlemap --------------------*/
}
.googlemap {
  padding-top: 40%;
  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: 80%;
    padding: 10px 5px;
    line-height: 1.5;
  }

  .table01 th, .table01 td {
    font-size: 80%;
  }
}
@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 li a:before {
    display: none;
  }

  #nav ul li a, #nav ul li span {
    padding: 10px 5px 10px 15px;
    font-size: 16px;
  }

  #nav ul li .sub-menu {
    background: #fff;
  }

  #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: #2b9442;
    color: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
  }
}
.mainblock.under {
  padding-bottom: 0;
}

.home #footer {
  margin-top: 0;
  border-top: none;
}

#footer {
  padding: 0 !important;
  margin-top: 50px;
  font-size: 16px;
  background: #e3f5e2;
}
#footer .inner {
  width: 100% !important;
  max-width: 100% !important;
}
#footer .footer_box {
  padding: 30px 0;
}
#footer .sec_img {
  margin: 0 0 17px;
  text-align: center;
}
#footer .sec_text {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer {
    margin-top: 70px;
  }
  #footer .footer_box {
    padding: 40px 0 30px;
  }
}
@media screen and (min-width: 1250px) {
  #footer {
    margin-top: 100px;
  }
}

.copyright_box {
  background: #182538;
  padding: 30px 0 17%;
}
.copyright_box .copyright {
  color: #fff;
  text-align: center;
  padding: 20px 0 0;
  font-size: 14px;
  background: transparent;
}
.copyright_box .footer_list {
  gap: 0 20px;
}
.copyright_box .footer_list li a {
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.copyright_box .footer_list li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .copyright_box .footer_list li {
    text-align: center;
  }
  .copyright_box .footer_list li a {
    padding: 10px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .copyright_box {
    padding: 40px 0 30px;
  }
  .copyright_box .copyright {
    padding: 20px 0 0;
  }
  .copyright_box .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#header {
  background: #fff;
}
@media screen and (max-width: 767px) {
  #header .textwidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header h1 {
    max-width: 100%;
    width: 270px;
    float: none;
  }
  #header > .inner {
    max-width: 94%;
  }
  #header #nav ul.menu {
    top: 67px;
  }
  #header #nav ul li span {
    color: initial;
    padding: 0;
    background: transparent;
  }
  #header #nav ul li a:hover span {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0;
  }
  #header h1 {
    max-width: 100%;
    width: 487px;
    margin-left: 5%;
  }
  #header > .inner {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header > .inner:before, #header > .inner:after {
    display: none;
  }
  #header .header_column {
    width: 33%;
  }
  #header #nav {
    width: 70%;
    background: transparent;
  }
  #header #nav > .inner {
    max-width: 100%;
    width: 100%;
    height: initial;
  }
  #header #nav #menu-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #header #nav #menu-header-nav > li {
    width: initial;
  }
  #header #nav #menu-header-nav > li > a {
    font-weight: 400;
    background: transparent;
    height: 100px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #header #nav #menu-header-nav > li > a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #e8ffd4;
  }
  #header #nav #menu-header-nav > li > a:hover img {
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  #header #nav #menu-header-nav > li > a {
    padding: 0 1.4em;
  }
}
#header #nav #menu-header-nav>li>a {
}
#header #nav #menu-header-nav>li>a span {
  color: #73bc32;
  font-weight: 500;
}
@media (min-width : 768px) {
  #header #nav #menu-header-nav>li>a {
    font-size: clamp(10px, .9vw, 16px);
  }
  #header #nav #menu-header-nav>li>a span {
    font-size: clamp(10px, 1.4vw, 12px);
  }
}

#aside .inq01 {
  position: fixed;
  z-index: 9;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
}
#aside .inq01 a {
  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;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #2b9442;
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100vh;
}
@media ( max-width : 767px ) {
  #aside .inq01 a {
    height: 48px;
    width: 48px;
  }
}
#aside .inq01 a .sec_span {
  position: relative;
}
#aside .inq01 a .sec_span:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: -5px;
  right: 0;
  top: -3px;
  bottom: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #aside .inq01 {
    top: auto;
    bottom: 20px;
    right: 20px;
  }
}
#aside .inq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  margin: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#aside .inq > .clearfix {
  display: block !important;
}
#aside .inq > .clearfix a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #aside .inq {
    left: auto;
    right: 70px;
  }
}

@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%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .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: 50px;
}
.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));
  }
}
a[href^="tel:"] {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.mainimage {
  position: relative;
}
.mainimage .main_btn {
  position: absolute;
  margin: auto;
  left: 5.2%;
  right: auto;
  top: auto;
  bottom: 7%;
  width: clamp(270px, 75vw, 575.25px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .mainimage .main_btn {
    width: clamp(168px, 21.875vw, 420px);
    height: clamp(32px, 4.1666666667vw, 80px);
    left: 4.9%;
    right: auto;
    top: auto;
    bottom: 27%;
  }
}

.sec_top .sec_text {
  letter-spacing: 0.05em;
  line-height: 32px;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top .topinner {
    width: 1400px;
  }
}

.sec01 {
  padding: 50px 0;
}
.sec01 .sec_img {
  margin-bottom: 20px;
}
.sec01 .sec_company {
  text-align: right;
}
.sec01 .sec_company .sec_day {
  display: block;
  padding-left: 0;
}
.sec01 .sec_category {
  border-radius: 5px;
  letter-spacing: 0.06em;
  text-align: center;
  min-width: 140px;
  padding: 6px 10px;
  margin: 0 0 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#d4edff), to(#a7daff));
  background-image: linear-gradient(90deg, #d4edff, #a7daff);
}
.sec01 .sec_category.category-medical_record {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5e7fc), to(#e0a8fc));
  background-image: linear-gradient(90deg, #f5e7fc, #e0a8fc);
}
.sec01 .sec_category.category-insurance {
  background-image: -webkit-gradient(linear, left top, right top, from(#e1fbfc), to(#b6fdff));
  background-image: linear-gradient(90deg, #e1fbfc, #b6fdff);
}
.sec01 .sec_category.category-tax {
  background-image: -webkit-gradient(linear, left top, right top, from(#d4edff), to(#a7daff));
  background-image: linear-gradient(90deg, #d4edff, #a7daff);
}
.sec01 .sec_category.category-real_estate {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8d8e8), to(#fa9aca));
  background-image: linear-gradient(90deg, #f8d8e8, #fa9aca);
}
.sec01 .sec_category.category-architecture {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff2c7), to(#ffdfb5));
  background-image: linear-gradient(90deg, #fff2c7, #ffdfb5);
}
.sec01 .sec_category.category-pharmaceuticals {
  background-image: -webkit-gradient(linear, left top, right top, from(#ddfcdd), to(#a6fda6));
  background-image: linear-gradient(90deg, #ddfcdd, #a6fda6);
}
.sec01 .sec_category.category-advertisement {
  background-image: -webkit-gradient(linear, left top, right top, from(#d5f7f3), to(#a8e0db));
  background-image: linear-gradient(90deg, #d5f7f3, #a8e0db);
}
.sec01 .sec_category.category-device {
  background-image: -webkit-gradient(linear, left top, right top, from(#d8f0d3), to(#bfeab7));
  background-image: linear-gradient(90deg, #d8f0d3, #bfeab7);
}
.sec01 .sec_category.category-others {
  background-image: -webkit-gradient(linear, left top, right top, from(#fee4d8), to(#f5cece));
  background-image: linear-gradient(90deg, #fee4d8, #f5cece);
}
.sec01 h2 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 25px;
  text-align: left;
}
.sec01 .sec_box {
  padding: 30px 10px;
  position: relative;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.sec01 .sec_box a {
  font-size: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  font-size: 0;
  text-decoration: none;
}
.sec01 .sec_box a:hover {
  opacity: .3;
}
@media screen and (max-width: 767px) {
  .sec01 .column2_box {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .sec01 .topinner {
    max-width: 96%;
    width: 100%;
  }
  .sec01 .row {
    margin-bottom: 30px;
  }
  .sec01 .sec_btn a {
    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;
    background: #b3b3b3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    height: 60px;
    max-width: 380px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }
  .sec01 .sec_btn a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 5%;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sec01 .sec_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .7;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 70px 0 50px;
  }
  .sec01 .sec01_box {
    min-height: 2321px;
  }
  .sec01 .sec_btn {
    margin-left: auto;
    margin-right: 0;
    width: 70%;
    max-width: 970px;
  }
  .sec01 .sec_btn a {
    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;
    background: #b3b3b3;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.06em;
    height: 60px;
    max-width: 380px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
  }
  .sec01 .sec_btn a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 5%;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .sec01 .sec_btn a:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .7;
  }
  .sec01 h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    margin: 0 0 40px;
  }
  .sec01 .sec_company .sec_day {
    display: block;
    padding-left: 0;
  }
  .sec01 .sec_box {
    padding: 25px 10px;
    height: 380px;
  }
  .sec01 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 160px;
  }
  .sec01 .sec01_box {
    position: relative;
  }
  .sec01 .column2_box {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: auto;
    top: 1074px;
    bottom: auto;
    width: 25%;
  }
  .sec01 .column2_box .side_box {
    margin: 0;
  }
  .sec01 .column2_box img {
    -o-object-fit: initial;
       object-fit: initial;
    height: initial;
  }
  .sec01 .sec_text {
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
  }
  .sec01 .row {
    margin-bottom: 40px;
  }
  .sec01 .row .col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .sec01 .row .col_3 .sec_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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_3 .sec_box .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec01 .row .col_3 .sec_box .sec_company {
    margin-top: auto;
  }
  .sec01 .row .col_3:nth-child(7) {
    margin-top: 80px;
  }
  .sec01 .row .col_3:nth-child(n + 7) {
    margin-left: auto;
    margin-right: 0;
    width: 70%;
    max-width: 970px;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_text {
    font-weight: normal;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_category {
    margin-bottom: 10px;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: initial;
    gap: 0 4%;
    padding: 30px 20px;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_box .sec_img {
    width: 45%;
    margin: 0;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_box .sec_img img {
    -o-object-fit: initial;
       object-fit: initial;
    height: initial;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_box .text_box {
    width: 51%;
  }
}
@media screen and (min-width: 1439px) {
  .sec01 {
    padding: 100px 0 80px;
  }
  .sec01 .sec01_box {
    min-height: 2848px;
  }
  .sec01 .column2_box {
    top: 970px;
  }
  .sec01 .sec_company .sec_day {
    display: inline;
    padding-left: 1.5em;
  }
  .sec01 .sec_box {
    padding: 30px 30px 20px;
    height: 328px;
  }
  .sec01 .row .col_3 {
    margin-top: 30px;
  }
  .sec01 .row .col_3:nth-child(7) {
    margin-top: 80px;
  }
  .sec01 .row .col_3:nth-child(n + 7) .sec_box {
    height: initial;
    padding: 40px 40px 40px;
  }
}

.sec02 {
  margin-bottom: 50px;
}
.sec02 .sec_box2 {
  border-radius: 20px;
  background: url("img/sp_sec02_bg.png") no-repeat center/cover;
  position: relative;
}
.sec02 .sec_box2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  width: calc(100% - (8px * 2));
  height: calc(100% - (8px * 2));
  border: 1px solid #fff;
}
.sec02 .sec_title_img {
  text-align: center;
  margin: 0 auto 0;
  max-width: 110px;
}
.sec02 .sec_title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.06em;
  margin: 0 0 25px;
  font-weight: bold;
  text-align: center;
}
.sec02 .sec_btn2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 50px;
  }
  .sec02 .sec_box2 {
    padding: 30px 20px;
  }
  .sec02 .sec_btn2 a {
    max-width: 300px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec02 {
    margin-bottom: 70px;
  }
  .sec02 .sec_title {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.06em;
    margin: 0 0 25px;
  }
  .sec02 .sec_box2 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 410px;
    background: url("img/sec02_bg.png") no-repeat center/cover;
    margin-left: auto;
    margin-right: 0;
    width: 70%;
    max-width: 970px;
  }
}
@media screen and (min-width: 1439px) {
  .sec02 {
    margin-bottom: 100px;
  }
}

.column2_box .side_bnr_list {
  margin-bottom: 30px;
}
.column2_box .side_bnr_list li:not(:first-child) {
  margin-top: 10px;
}
.column2_box .side_title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 0 0 20px;
  text-align: left;
}
.column2_box .category_list {
  padding: 30px 10px;
  border-radius: 20px;
  background: #fff;
}
.column2_box .category_list li.cat-item > a {
  display: none;
}
.column2_box .category_list li.cat-item .children li a {
  display: block;
  padding: 10.5px 0;
  border-bottom: 1px solid #e6e6e6;
  letter-spacing: 0.06em;
  color: #2b9442;
  text-decoration: none;
}
.column2_box .category_list li.cat-item .children li a:hover {
  text-decoration: underline;
}
.column2_box .category_list li.cat-item .children li:first-child a {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .column2_box {
    padding: 0 2% 50px;
  }
}
@media screen and (min-width: 768px) {
  .column2_box {
    width: 647px;
  }
  .column2_box .category_list {
    padding: 30px 10px;
  }
  .column2_box .side_box {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    max-width: 350px;
  }
  .column2_box .side_bnr_list {
    margin-bottom: 50px;
  }
  .column2_box .side_bnr_list li:first-child {
    margin-bottom: 40px;
  }
  .column2_box .side_bnr_list li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1439px) {
  .column2_box .category_list {
    padding: 30px 40px 40px;
  }
}

.caegory-in-press.archive .entry-block {
  padding: 0;
  margin: 0;
  border: none;
}

.archive_box {
  padding: 30px 10px;
  border: 1px solid #2b9442;
  margin-bottom: 30px;
}
.archive_box h3 {
  padding: 0;
  border: none;
}
.archive_box h3:before, .archive_box h3:after {
  display: none;
}
.archive_box:last-child {
  margin-bottom: 0;
}
.archive_box .sec_img {
  margin-bottom: 20px;
}
.archive_box .sec_company {
  text-align: right;
}
.archive_box .sec_company .sec_day {
  display: block;
  padding-left: 0;
}
.archive_box .sec_category {
  border-radius: 5px;
  letter-spacing: 0.06em;
  text-align: center;
  min-width: 140px;
  padding: 6px 10px;
  margin: 0 0 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(#d4edff), to(#a7daff));
  background-image: linear-gradient(90deg, #d4edff, #a7daff);
}
.archive_box .sec_category.category-medical_record {
  background-image: -webkit-gradient(linear, left top, right top, from(#f5e7fc), to(#e0a8fc));
  background-image: linear-gradient(90deg, #f5e7fc, #e0a8fc);
}
.archive_box .sec_category.category-insurance {
  background-image: -webkit-gradient(linear, left top, right top, from(#e1fbfc), to(#b6fdff));
  background-image: linear-gradient(90deg, #e1fbfc, #b6fdff);
}
.archive_box .sec_category.category-tax {
  background-image: -webkit-gradient(linear, left top, right top, from(#d4edff), to(#a7daff));
  background-image: linear-gradient(90deg, #d4edff, #a7daff);
}
.archive_box .sec_category.category-real_estate {
  background-image: -webkit-gradient(linear, left top, right top, from(#f8d8e8), to(#fa9aca));
  background-image: linear-gradient(90deg, #f8d8e8, #fa9aca);
}
.archive_box .sec_category.category-architecture {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff2c7), to(#ffdfb5));
  background-image: linear-gradient(90deg, #fff2c7, #ffdfb5);
}
.archive_box .sec_category.category-pharmaceuticals {
  background-image: -webkit-gradient(linear, left top, right top, from(#ddfcdd), to(#a6fda6));
  background-image: linear-gradient(90deg, #ddfcdd, #a6fda6);
}
.archive_box .sec_category.category-advertisement {
  background-image: -webkit-gradient(linear, left top, right top, from(#d5f7f3), to(#a8e0db));
  background-image: linear-gradient(90deg, #d5f7f3, #a8e0db);
}
.archive_box .sec_category.category-device {
  background-image: -webkit-gradient(linear, left top, right top, from(#d8f0d3), to(#bfeab7));
  background-image: linear-gradient(90deg, #d8f0d3, #bfeab7);
}
.archive_box .sec_category.category-others {
  background-image: -webkit-gradient(linear, left top, right top, from(#fee4d8), to(#f5cece));
  background-image: linear-gradient(90deg, #fee4d8, #f5cece);
}
@media screen and (min-width: 768px) {
  .archive_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4%;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .archive_box:last-child {
    margin-bottom: 0;
  }
  .archive_box .sec_img {
    width: 45%;
    margin: 0;
  }
  .archive_box .sec_img img {
    -o-object-fit: initial;
       object-fit: initial;
    height: initial;
  }
  .archive_box .sec_img {
    width: 36%;
  }
  .archive_box .text_box {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive_box .sec_company {
    margin-top: auto;
  }
  .archive_box .sec_company .sec_day {
    display: block;
    padding-left: 0;
  }
  .archive_box .sec_category {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1439px) {
  .archive_box {
    padding: 40px 40px 40px;
  }
  .archive_box .sec_company .sec_day {
    display: inline;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .under-page .column2_box, .archive .column2_box {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .under-page #contents > .inner, .archive #contents > .inner {
    width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .under-page #contents > .inner #main, .archive #contents > .inner #main {
    /*width: 100%;*/
    margin: auto;
  }
  .under-page #contents > .inner .column2_box, .archive #contents > .inner .column2_box {
    width: 25%;
  }
}
@media screen and (min-width: 1439px) {
/*
  .under-page #contents > .inner, .archive #contents > .inner {
    gap: 0 6%;
  }
  .under-page #contents > .inner #main, .archive #contents > .inner #main {
    width: 69%;
  }
  .under-page #contents > .inner .column2_box, .archive #contents > .inner .column2_box {
    width: 25%;
  }
*/
}

.contact_pattern .wpcf7 dl dd input.wpcf7-file {
  border: none;
}
@media screen and (min-width: 768px) {
  .contact_pattern .wpcf7 {
    display: block !important;
  }
  .contact_pattern .wpcf7 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact_pattern .wpcf7 dl dt, .contact_pattern .wpcf7 dl dd {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
  }
  .contact_pattern .wpcf7 dl dt {
    width: 25%;
    float: none;
  }
  .contact_pattern .wpcf7 dl dd {
    width: 73%;
    padding-left: 2%;
  }
}



/*custom*/
/************************************COMMON******************************************/
.home .h2_styled {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: bold;
  padding: 65px 0 0;
  margin: 0 0 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .home .h2_styled {
    font-size: 24px;
    padding: 45px 0 0;
    margin: 0 0 30px;
  }
}
.home .h2_styled:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 54px;
  height: 44px;
  background: url(img/h2_icon.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .home .h2_styled:after {
    width: 43.2px;
    height: 35.2px;
  }
}
.home .desc {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 767px) {
  .home .desc {
    font-size: 14px;
  }
}

/************************************HEADER******************************************/
#header .menu-header-nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2%;
}
#header .menu-header-nav-container .menu {
  align-items: center;
}
#header .menu-header-nav-container .hdr_btn {
  margin-left: 4%;
}
@media (max-width: 1400px) {
  #header .menu-header-nav-container .hdr_btn {
    margin-left: 2%;
  }
}
@media (max-width: 1000px) {
  #header .menu-header-nav-container .hdr_btn {
    display: none;
  }
}
#header .menu-header-nav-container .hdr_btn a {
  display: block;
  background: #2b9442;
  border-radius: 6px;
  width: 220px;
  padding: 10px 0 15px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
#header .menu-header-nav-container .hdr_btn a .num {
  color: #fff;
  display: block;
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 18px;
}
#header .menu-header-nav-container .hdr_btn a .num:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 20px;
  margin: auto;
  width: 15px;
  height: 20px;
  background: url(img/hdr_tel.png) no-repeat center center/cover;
}

/************************************FOOTER******************************************/
.footer_wrap .ftr_top {
  padding: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 4%;
}
@media (max-width: 767px) {
  .footer_wrap .ftr_top {
    display: block;
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .footer_wrap .ftr_top .logo {
    text-align: center;
  }
  .footer_wrap .ftr_top .logo img {
    max-width: 80%;
  }
}
.footer_wrap .ftr_top .ftr_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 767px) {
  .footer_wrap .ftr_top .ftr_nav {
    display: block;
    margin: 10px 0 0;
  }
}
.footer_wrap .ftr_top .ftr_nav li a {
  font-size: 14px;
  padding: 0 25px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .footer_wrap .ftr_top .ftr_nav li a {
    border: 0;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
  }
}
.footer_wrap .ftr_top .ftr_nav li:last-child a {
  border-right: 1px solid #ccc;
}
@media (max-width: 767px) {
  .footer_wrap .ftr_top .ftr_nav li:last-child a {
    border: 0;
  }
}

/************************************TOP******************************************/
.mainimage .slider-wrap {
  position: relative;
}
.mainimage .slider-wrap .main_copy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainimage .slider-wrap .main_copy img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
}

.sec_post {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .sec_post {
    padding: 50px 0;
  }
}
@media (min-width: 1000px) {
  .sec_post .row {
    gap: 0 100px;
  }
  .sec_post .row .col_2 {
    margin: 0;
    width: calc((100% - 100px) / 2);
  }
}
@media (max-width: 767px) {
  .sec_post .row .col_2:last-child {
    margin-top: 40px;
  }
}
.sec_post .heading {
  display: flex;
  justify-content: space-between;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .sec_post .heading {
    margin: 0 0 15px;
  }
}
.sec_post .heading .h2_news {
  text-align: left;
  padding: 0 0 0 60px;
  margin: 0;
}
.sec_post .heading .h2_news:after {
  top: 0;
  bottom: 8px;
  right: auto;
}
.sec_post .heading .btn a {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #2b9442;
  text-align: center;
  width: 120px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 10px 0 8px;
  border-radius: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .sec_post .heading .btn a {
    font-size: 14px;
  }
}
.sec_post .heading .btn a:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.sec_post .heading .btn a:hover {
  opacity: 0.7;
}
.sec_post .heading .btn a:hover:after {
  right: 10px;
}
.sec_post .news_wrap {
  padding: 6%;
  border-radius: 7px;
  background: #f7f7f7;
}
.sec_post .news_wrap dl {
  display: grid;
  gap: 20px 15px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 767px) {
  .sec_post .news_wrap dl {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec_post .news_wrap dl dt:not(:first-of-type) {
    margin-top: 15px;
  }
}
.sec_post .news_wrap dl dt .cat {
  margin-right: 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 8px 0 5px;
  text-align: center;
  width: 120px;
  font-weight: bold;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .sec_post .news_wrap dl dt .cat {
    padding: 3px 0;
    width: 100px;
    font-size: 14px;
  }
}
.sec_post .news_wrap dl dt .cat.user {
  background: #f09b2c;
}
.sec_post .news_wrap dl dt .cat.seeker {
  background: #4286c5;
}
@media (max-width: 767px) {
  .sec_post .news_wrap dl dd {
    margin-top: 5px;
  }
}
.sec_post .news_wrap dl dd a {
  color: #333;
}

.sec_intro {
  padding: 140px 0;
  background: url(img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_intro {
    padding: 50px 0 66.666%;
    background: url(img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_intro .bg_wrap .contents {
  max-width: 765px;
}
.sec_intro .bg_wrap .contents .h3_intro {
  font-size: 32px;
  font-weight: bold;
  display: table;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 5px 15px 3px;
  margin: 0 0 50px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_intro .bg_wrap .contents .h3_intro {
    font-size: 24px;
    margin: 0 0 20px;
    width: 100%;
  }
}

.sec_visit {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .sec_visit {
    padding: 50px 0;
  }
}
@media (min-width: 1000px) {
  .sec_visit .row {
    gap: 0 100px;
  }
  .sec_visit .row .col_2 {
    margin: 0;
    width: calc((100% - 100px) / 2);
  }
}
.sec_visit .h3_visit {
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(15px, 1.6vw, 24px);
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 10px 0 8px;
  background: #f09b2c;
}
@media (max-width: 767px) {
  .sec_visit .h3_visit {
    font-size: 20px;
  }
}
.sec_visit .h3_visit.color02 {
  background: #6ec1c9;
}
.sec_visit .bnr + .desc {
  margin: 10px 0 0;
}
.sec_accompany {
  padding: 140px 0;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .sec_accompany {
    padding: 50px 0;
  }
}
.sec_accompany .list_accompany {
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .sec_accompany .list_accompany {
    margin: 20px 0 0;
  }
}
.sec_accompany .list_accompany li {
  font-weight: bold;
  margin-top: 5px;
}
.sec_business {
  padding: 140px 0;
  background: url(img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_business {
    padding: 50px 0;
  }
}
@media (min-width: 1000px) {
  .sec_business .row {
    gap: 0 70px;
  }
  .sec_business .row .col_3 {
    margin: 0;
    width: calc((100% - 140px) / 3);
  }
}
.sec_business .h3_business {
  margin: 0 0 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 1.8vw, 24px);
  letter-spacing: 0.05em;
  border-radius: 6px;
  padding: 15px 0 13px;
  background: #b4cb37;
}
@media (max-width: 767px) {
  .sec_business .h3_business {
    font-size: 20px;
  }
}
.sec_business .h3_business.color02 {
  background: #f09b2c;
}
@media (max-width: 767px) {
  .sec_business .h3_business.color02 {
    margin-top: 40px;
  }
}
.sec_business .h3_business.color03 {
  background: #6ec1c9;
}
@media (max-width: 767px) {
  .sec_business .h3_business.color03 {
    margin-top: 40px;
  }
}
.sec_business .list_business li {
  background: #fff;
  margin-top: 10px;
  border-radius: 6px;
  padding: 10px;
  line-height: 1.65;
  font-weight: 500;
  text-align: center;
  font-size: clamp(14px, 1.6vw, 18px);
}
@media (max-width: 767px) {
  .sec_business .list_business li {
    font-size: 14px;
  }
}

.sec_company {
  padding: 140px 0;
}
@media (max-width: 767px) {
  .sec_company {
    padding: 50px 0;
  }
}
.sec_company .row.aligncenter {
  align-items: center;
}
@media (max-width: 767px) {
  .sec_company .row.aligncenter {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_company .row.aligncenter .col_2:first-child {
    padding: 0 6%;
    box-sizing: border-box;
  }
}
.sec_company .logo {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_company .logo {
    margin: 0 0 20px;
    text-align: center;
  }
  .sec_company .logo img {
    max-width: 80%;
  }
}
.sec_company .address {
  margin: 0;
}
.sec_company .tel {
  margin: 0;
}
.sec_company .fax {
  margin: 0;
}
.sec_company .time {
  margin: 0;
}
@media (min-width: 768px) {
  .sec_company .bnr {
    text-align: right;
    display: block;
  }
}
.sec_company .info_wrap {
  padding: 4%;
  border-radius: 6px;
  background: #f1f3d8;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_company .info_wrap {
    padding: 8% 4%;
    margin-top: 40px;
  }
}
.sec_company .info_wrap .h3_info {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .h3_info {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.sec_company .info_wrap .list_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn {
    margin: 0 0 20px;
    display: block;
  }
}
.sec_company .info_wrap .list_btn li {
  width: calc((100% - 40px) / 2);
  min-width: 500px;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li {
    width: 100%;
    min-width: 0;
  }
}
.sec_company .info_wrap .list_btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  height: 100%;
  font-weight: bold;
  font-size: 18px;
  min-height: 100px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  padding: 13px 0;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li a {
    font-size: 16px;
    min-height: 80px;
  }
}
.sec_company .info_wrap .list_btn li.tel a {
  background: #2b9442;
  padding-left: 40px;
}
.sec_company .info_wrap .list_btn li.tel a .num {
  display: block;
  margin: 5px 0 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li.tel a .num {
    font-size: 24px;
  }
}
.sec_company .info_wrap .list_btn li.tel a .num:after {
  content: "";
  position: absolute;
  top: -35px;
  bottom: 0;
  right: auto;
  left: -75px;
  margin: auto;
  width: 54px;
  height: 70px;
  background: url(img/icon_tel.png) no-repeat center center/cover;
  transition: 0.2s;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li.tel a .num:after {
    top: -22px;
    left: -45px;
    width: 32.4px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li.mail {
    margin-top: 10px;
  }
}
.sec_company .info_wrap .list_btn li.mail a {
  background: #b4cb37;
}
.sec_company .info_wrap .list_btn li.mail a .txt {
  font-size: 24px;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li.mail a .txt {
    font-size: 20px;
    padding-left: 60px;
  }
}
.sec_company .info_wrap .list_btn li.mail a .txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 70px;
  height: 56px;
  background: url(img/icon_mail.png) no-repeat center center/cover;
  transition: 0.2s;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .sec_company .info_wrap .list_btn li.mail a .txt:after {
    width: 42px;
    height: 33.6px;
  }
}
.sec_company .info_wrap .list_btn li.mail a:hover {
  opacity: .7;
}
.sec_company .info_wrap .list_btn + .desc {
  line-height: 2.1;
}
@media (min-width: 768px) {
  .sec_company .info_wrap .list_btn + .desc {
    text-align: center;
  }
}

.targetOffset {
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .targetOffset {
    padding-top: 70px;
    margin-top: -70px;
  }
}

