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

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

/* tinyMCE用に見出しをリセット */
.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;
}

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

.page-home .page-title,
.page-home .bread_wrap {
  display: none;
}

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

/*==========================
	　mainimage
==========================*/
/*-- スライダーの時 ------------*/
.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 {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@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: center;
}

.link_btn a, .btn-style a {
  background: #ee979f;
  width: 280px;
  max-width: 100%;
  padding: 0.8em 1.2em;
  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;
  border-radius: 6px;
  position: relative;
}

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

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

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

.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;
  padding: 0.8em 1.5em;
}

/*==========================
	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;
}

/* アニメーション
.add_animation{
  opacity: 0;
  transform: translate(0, 20px);
  transition: opacity .8s cubic-bezier(0.25, 0.25, 0.22, 0.915) .5s, transform .6s cubic-bezier(0.25, 0.25, 0.22, 0.915) .5s;
}
.add_animation.animated{
  opacity: 1;
  transform: translate(0, 0);
} */
/*==========================
	　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 dt {
  float: left;
  color: #333;
}

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

.sec_news .news dt {
  padding: 12px 1em;
  width: 100px;
}

.sec_news .news dd {
  padding: 12px 1em;
  border-bottom: 1px solid #cecece;
}

.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: 30px;
  color: #162e85;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 3px 10px 0 0;
  border-bottom: 1px solid #cecece;
  margin: 0 auto 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn a {
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  font-size: 15px;
  background: #ee979f;
  display: table;
  padding: 1px 12px;
  text-decoration: none;
}

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

/*見出し*/
h2.top_h2 {
  font-size: 36px;
  color: #333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  background: url(img/h2_icon.png) no-repeat center center;
  font-weight: bold;
}

h2 span {
  display: block;
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
}

/*-- ボックスその他 --------------*/
/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
  	mainimage
  ==========================*/
  .mainimage {
    background: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
  }

  .page-home .main_wrap,
  .home .main_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .page-home #contents,
  .home #contents {
    padding-top: 885px;
  }

  .mainimage .slick-track {
    height: 960px;
  }

  .mainimage .slick-slide img {
    margin: 0 auto;
    height: 100%;
    width: auto !important;
    max-width: inherit;
    left: 50%;
  }

  .mainimage .slick-list li:nth-child(1) {
    background: url(img/mainimage1.jpg) no-repeat center/cover;
  }

  .mainimage .slick-list li:nth-child(2) {
    background: url(img/mainimage2.jpg) no-repeat center/cover;
  }

  .mainimage .slick-list li:nth-child(3) {
    background: url(https://www.hana-intelligence.com/wp-content/uploads/mainimage3.jpg) no-repeat center/cover;
  }

  section[class^="sec"] .btn-style,
  .top .btn-style {
    text-align: left;
  }

  /*==========================
  	　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 {
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
  .mainimage .slick-track {
    height: 600px;
  }

  .home #contents,
  .page-home #contents {
    padding-top: 392px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

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

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

  /*==========================
  	ボタン
  ==========================*/
  .link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }

  .link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }

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

  .loopSlider ul {
    height: 100px;
  }

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

  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sec_news .news dt {
    width: 100%;
    padding: 8px 0 0;
  }

  .sec_news .news + .news {
    margin-top: 1.5em;
  }

  .sec_news .news dd {
    padding: 0 0 8px;
  }

  .sec_news .news .btn a {
    top: 4px;
  }

  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .sec_news .news h3 {
    font-size: 24px;
  }

  /*-- ボックスその他 --------------*/
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* -----------------------custom_CSS----------------------- */
@media screen and (min-width: 768px) {
  #header > .inner, #nav > .inner, #contents > .inner, #footer .inner, .bread_wrap .bread, .topinner {
    width: 1200px;
    margin: 0 auto;
    max-width: 96%;
  }
}

#header, #nav, #footer, .home {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

.sec_top .mainblock p, .sec_top .mce-content-body p, .sec_top .mainblock ul, .sec_top .mce-content-body ul {
  margin: 0 0 24px;
}
.sec_top .mainblock p:last-child, .sec_top .mce-content-body p:last-child, .sec_top .mainblock ul:last-child, .sec_top .mce-content-body ul:last-child {
  margin-bottom: 0;
}
.sec_top a, .sec_top a:visited {
  color: #d5ad58;
}
.sec_top .link_btn a, .sec_top .btn-style a {
  max-width: 280px;
  min-width: auto;
  width: 100%;
  border: 1px solid #d5ad58;
  background: #d5ad58;
  color: #fff;
  border-radius: 5px;
  font-weight: 300;
  padding: 1em 1.5em;
}
.sec_top .link_btn a:after, .sec_top .btn-style a:after {
  right: 4%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec_top .link_btn a:after, .sec_top .btn-style a:after {
  right: 4%;
}
.sec_top .link_btn a:hover:after, .sec_top .btn-style a:hover:after {
  right: 3%;
}
.sec_top .mainblock p, .sec_top .mce-content-body p, .sec_top .mainblock ul, .sec_top .mce-content-body ul {
  display: block;
  margin: 0 0 24px;
}
.sec_top .mainblock p:last-child, .sec_top .mce-content-body p:last-child, .sec_top .mainblock ul:last-child, .sec_top .mce-content-body ul:last-child {
  margin-bottom: 0;
}
.sec_top a[href^="tel:"] {
  color: #434343;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sec_top a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.sec_top .btn-style {
  text-align: center;
}

#totop .totop_item {
  background: url("img/top.png") no-repeat center/cover;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #totop .totop_item {
    width: 50px;
    height: 50px;
  }
}
#totop .totop_item .material-icons {
  display: none;
}

/*==========================
見出し
==========================*/
/*==========================
ボックス
==========================*/
/*==========================
テーブル
==========================*/
@media screen and (max-width: 767px) {
  .headerinner ul li {
    background: #fff;
    border-right: 1px solid #e7e7e7;
    padding: 0 5px;
  }

  .headerinner ul li:last-child {
    border: none;
  }

  #nav ul.menu {
    background: #fff;
  }

  #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: 20px 6px 20px 15px;
    font-size: 16px;
  }

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

  #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: #d5ad58;
    color: #fff;
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl span {
    background: #f9f8f6;
    color: #434343;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  #nav {
    padding-bottom: 15px;
  }
  #nav .inner {
    height: 40px;
  }
  #nav #menu-header-nav > li:first-child > a:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    background-color: #cccccc;
  }
  #nav #menu-header-nav > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 5px 4px;
  }
  #nav #menu-header-nav > li > a:after {
    background: none;
  }
  #nav #menu-header-nav > li > a:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    background-color: #cccccc;
  }
}

#footer {
  padding: 50px 0;
  background: #f9f8f6;
}

#footer .footer_icon li {
  color: #434343;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  font-weight: bold;
}
#footer .footer_text {
  line-height: 24px;
}
#footer .tel {
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
#footer .tel .p01 {
  font-size: 20px;
  color: #d5ad58 !important;
}
#footer .tel .p02 img {
  margin-left: 0;
  margin-right: 8px;
}
#footer .tel .p02 a {
  font-size: 30px;
  line-height: 30px;
  color: #d5ad58 !important;
}
#footer .time-table {
  margin-bottom: 30px;
}
#footer .time-table th, #footer .time-table td {
  font-size: 14px;
}
#footer .time-table .pnk01 {
  color: #d5ad58;
}
#footer .time-table thead th:first-child {
  width: 27%;
}
#footer .time-table thead tr th, #footer .time-table thead tr td {
  padding: 3.5px 5px;
  background: #ddd2bb;
  color: #434343;
}
#footer .time-table tbody tr th, #footer .time-table tbody tr td {
  padding: 20.5px 5px;
}
#footer .sec_sitemap {
  margin: 20px auto;
}
#footer .sec_sitemap a {
  font-size: 16px;
  line-height: 16px;
  color: #d5ad58;
  text-decoration: none;
  padding-left: 20px;
  position: relative;
}
#footer .sec_sitemap a:after {
  content: '＞';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: 0;
  font-size: 16px;
  line-height: 16px;
  color: #d5ad58;
}
#footer .sec_sitemap a:hover {
  text-decoration: underline;
}
#footer .footer_text1 {
  margin-bottom: 20px;
}
#footer .footer_map {
  margin: 30px 0;
}
#footer .columns .column:first-child .time-table thead tr th {
  background: #ddbd75;
  color: #fff;
}
#footer .columns .column:first-child .time-table .pnk01 {
  color: #ddbd75;
}
#footer .columns .column:last-child .time-table thead tr th {
  background: #b6ab94;
  color: #fff;
}
#footer .columns .column:last-child .time-table .pnk01 {
  color: #b6ab94;
}
@media screen and (max-width: 767px) and (min-width:600px){
  #footer .sec_box{
    display: flex;
flex-wrap: wrap;
justify-content: center;
    gap:20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .sec_sitemap {
    display: table;
  }
  #footer ul.footer_icon {
    margin: auto;
    margin-top: 25px;
    max-width: 320px;
  }
  #footer ul.footer_icon li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
  }
  #footer ul.footer_icon li:first-child {
    border-top: 1px solid #ccc;
  }
  #footer .col_map {
    margin-bottom: 30px;
  }
  #footer .columns .column:last-child {
    margin-top: 30px;
  }
  #footer .sec_box >*{
    max-width:320px;
    margin:auto;
  }
}
@media screen and (min-width: 768px) {
  #footer .tel .p02 a {
    font-size: 28px;
    line-height: 28px;
  }
  #footer .footer_map {
    margin: 50px 0;
  }
  #footer {
    padding: 70px 0;
  }
  #footer .sec_box .colbox_2 {
    width: 38.5%;
  }
  #footer .sec_box .colbox_2:first-child {
    width: 59.5%;
    margin-right: 2%;
  }
  #footer .sec_sitemap {
    margin: 25px 0;
  }
  #footer .time-table {
    margin-bottom: 30px;
  }
  #footer .time-table th, #footer .time-table td {
    font-size: 14px;
  }
  #footer .footer_icon li {
    padding: 15px 0;
    border-right: 1px solid #cccccc;
  }
  #footer .footer_icon li:first-child {
    border-left: 1px solid #cccccc;
  }
  #footer .footer_icon li .sec_span {
    line-height: 24px;
    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;
  }
  #footer .footer_icon li {
    font-size: 11px;
  }
}
@media screen and (min-width: 1250px) {
  #footer .tel .p02 a {
    font-size: 30px;
    line-height: 30px;
  }
  #footer .footer_map {
    margin: 70px 0;
  }
  #footer {
    padding: 130px 0 140px;
  }
  #footer .footer_icon li {
    font-size: 16px;
  }
  #footer .columns .column {
    max-width: 46.5%;
    -ms-flex-preferred-size: 46.5%;
        flex-basis: 46.5%;
  }
  #footer .sec_sitemap {
    margin: 38px 0;
  }
  #footer .time-table th, #footer .time-table td {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .copyright {
    padding-bottom: 19vw;
  }
}
@media screen and (min-width: 768px) {
  .copyright {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  #header {
    padding: 10px 0 10px;
  }

  #header h1 {
    display: block;
    float: none;
    text-align: center;
    max-width: 48%;
    width: 520px;
    margin: auto;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    flex-direction: column;
  }
  #header h1 a {
    display: block;
  }
  #header h1 a:first-child {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #header h1 {
    max-width: 75%;
    width: 520px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
            flex-direction: column;
  }
  #header h1 a {
    display: block;
  }
  #header h1 a:first-child {
    margin-bottom: 5px;
  }
}
.totop a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .inq01 {
    width: 80%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .inq01 a:not(:first-child) {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .inq01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .inq01 {
    margin-bottom: 10px;
  }

  .contact > .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact > .clearfix a {
    display: block;
    width: auto;
    max-width: initial;
    background: #fff;
  }
  .contact > .clearfix a:not(:first-child) {
    padding-left: 5px;
  }
}
.sec_news .sec_title {
  text-align: center;
}
.sec_news .btn-style a {
  width: 120px;
  padding: 0.5em 0em;
}
.sec_news dl dd a {
  color: #434343;
  text-decoration: none;
}
.sec_news dl dd a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .sec_news .btn-style {
    margin-bottom: 15px;
  }
  .sec_news dl dt {
    padding: .5em 0 0;
  }
  .sec_news dl dd {
    padding: 0 0 .5em;
  }
}
@media screen and (min-width: 768px) {
  .sec_news dl dt {
    float: left;
    padding: 1.2em 0;
    padding-left: 1em;
  }
  .sec_news dl dd {
    padding: 1.2em 0;
    padding-left: 120px;
  }
  .sec_news .sec_title {
    text-align: left;
  }
  .sec_news .title_box {
    position: relative;
  }
  .sec_news .title_box .btn-style {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .home .header_group {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }

  .mainimage {
    position: relative;
    height: 960px;
  }

  .page-home #contents, .home #contents {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .mainimage {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sec_top .sec_box:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_top .sec_box:first-of-type {
    margin-top: 0;
  }
  .sec_top .sec_box .colbox_2:not(:first-of-type), .sec_top .sec_box .colbox_3:not(:first-of-type), .sec_top .sec_box .colbox_4:not(:first-of-type), .sec_top .sec_box .colbox_5:not(:first-of-type), .sec_top .sec_box .colbox_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .sec_top .sec_box.sp_colbox_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_top .sec_box.sp_colbox_2 .colbox_2, .sec_top .sec_box.sp_colbox_2 .colbox_3, .sec_top .sec_box.sp_colbox_2 .colbox_4, .sec_top .sec_box.sp_colbox_2 .colbox_5, .sec_top .sec_box.sp_colbox_2 .colbox_6 {
    width: 49%;
    margin-right: 2%;
  }
  .sec_top .sec_box.sp_colbox_2 .colbox_2:not(:first-child), .sec_top .sec_box.sp_colbox_2 .colbox_3:not(:first-child), .sec_top .sec_box.sp_colbox_2 .colbox_4:not(:first-child), .sec_top .sec_box.sp_colbox_2 .colbox_5:not(:first-child), .sec_top .sec_box.sp_colbox_2 .colbox_6:not(:first-child) {
    margin-top: 0;
  }
  .sec_top .sec_box.sp_colbox_2 .colbox_2:nth-child(2n), .sec_top .sec_box.sp_colbox_2 .colbox_3:nth-child(2n), .sec_top .sec_box.sp_colbox_2 .colbox_4:nth-child(2n), .sec_top .sec_box.sp_colbox_2 .colbox_5:nth-child(2n), .sec_top .sec_box.sp_colbox_2 .colbox_6:nth-child(2n) {
    margin-right: 0;
  }
  .sec_top .sec_box.sp_colbox_2 .colbox_2:nth-child(n+3), .sec_top .sec_box.sp_colbox_2 .colbox_3:nth-child(n+3), .sec_top .sec_box.sp_colbox_2 .colbox_4:nth-child(n+3), .sec_top .sec_box.sp_colbox_2 .colbox_5:nth-child(n+3), .sec_top .sec_box.sp_colbox_2 .colbox_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .sec_top .sec_box.sp_colbox_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_top .sec_box.sp_colbox_3 .colbox_2, .sec_top .sec_box.sp_colbox_3 .colbox_3, .sec_top .sec_box.sp_colbox_3 .colbox_4, .sec_top .sec_box.sp_colbox_3 .colbox_5, .sec_top .sec_box.sp_colbox_3 .colbox_6 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_top .sec_box.sp_colbox_3 .colbox_2:not(:first-child), .sec_top .sec_box.sp_colbox_3 .colbox_3:not(:first-child), .sec_top .sec_box.sp_colbox_3 .colbox_4:not(:first-child), .sec_top .sec_box.sp_colbox_3 .colbox_5:not(:first-child), .sec_top .sec_box.sp_colbox_3 .colbox_6:not(:first-child) {
    margin-top: 0;
  }
  .sec_top .sec_box.sp_colbox_3 .colbox_2:nth-child(3n), .sec_top .sec_box.sp_colbox_3 .colbox_3:nth-child(3n), .sec_top .sec_box.sp_colbox_3 .colbox_4:nth-child(3n), .sec_top .sec_box.sp_colbox_3 .colbox_5:nth-child(3n), .sec_top .sec_box.sp_colbox_3 .colbox_6:nth-child(3n) {
    margin-right: 0;
  }
  .sec_top .sec_box.sp_colbox_3 .colbox_2:nth-child(n+4), .sec_top .sec_box.sp_colbox_3 .colbox_3:nth-child(n+4), .sec_top .sec_box.sp_colbox_3 .colbox_4:nth-child(n+4), .sec_top .sec_box.sp_colbox_3 .colbox_5:nth-child(n+4), .sec_top .sec_box.sp_colbox_3 .colbox_6:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 768px) {
  .sec_top .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_top .sec_box .colbox_2 {
    width: 47%;
    margin-right: 6%;
  }
  .sec_top .sec_box .colbox_2:nth-child(2n) {
    margin-right: 0;
  }
  .sec_top .sec_box .colbox_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .sec_top .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec_top .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec_top .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .sec_top .sec_box .colbox_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .sec_top .sec_box .colbox_4:nth-child(4n) {
    margin-right: 0;
  }
  .sec_top .sec_box .colbox_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .sec_top .sec_box .colbox_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .sec_top .sec_box .colbox_5:nth-child(5n) {
    margin-right: 0;
  }
  .sec_top .sec_box .colbox_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .sec_top .sec_box .colbox_6 {
    width: 16.66666666666667%;
  }
  .sec_top .sec_box .colbox_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .sec_top .sec_box.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;
  }
  .sec_top .sec_box.reverse .colbox_2 {
    width: 48%;
    margin-right: 4%;
  }
  .sec_top .sec_box.reverse .colbox_2:first-child {
    margin-right: 0;
  }
}
.sec_top .text-right {
  text-align: right !important;
}
.sec_top .text-center {
  text-align: center !important;
}
.sec_top .text-left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .sec_top .sp-text-right {
    text-align: right !important;
  }
  .sec_top .sp-text-center {
    text-align: center !important;
  }
  .sec_top .sp-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .sec_top .pc-text-right {
    text-align: right !important;
  }
  .sec_top .pc-text-center {
    text-align: center !important;
  }
  .sec_top .pc-text-left {
    text-align: left !important;
  }
}
@media screen and (min-width: 768px) {
  .sec_top .pc_span {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .sec_top .sp_span {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .sec_top ul.list_columns_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec_top ul.list_columns_2 li {
    width: 49%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sec_top ul.list_columns_2 li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_top .list_col ul {
    margin: 0 !important;
  }
}
.sec_top .bold {
  font-weight: bold;
}
.sec_top .mt-1 {
  margin-top: 1em !important;
}
.sec_top .mt-2 {
  margin-top: 2em !important;
}
.sec_top .mt-3 {
  margin-top: 3em !important;
}
.sec_top .mt-4 {
  margin-top: 4em !important;
}
.sec_top .mt-5 {
  margin-top: 5em !important;
}
.sec_top .mb-1 {
  margin-bottom: 1em !important;
}
.sec_top .mb-2 {
  margin-bottom: 2em !important;
}
.sec_top .mb-3 {
  margin-bottom: 3em !important;
}
.sec_top .mb-4 {
  margin-bottom: 4em !important;
}
.sec_top .mb-5 {
  margin-bottom: 5em !important;
}
.sec_top .mt0 {
  margin-top: 0 !important;
}
.sec_top .mb0 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .sec_top .sp-table {
    overflow-x: scroll;
  }
  .sec_top .sp-table table {
    width: 768px;
  }
}
.sec_top .loopslider_wrap {
  overflow: hidden;
}
.sec_top .loopslider {
  -webkit-animation: loopslider 40s linear infinite;
          animation: loopslider 40s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(360px * 12);
  height: 100%;
}
@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-360px * 6));
            transform: translateX(calc(-360px * 6));
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-360px * 6));
            transform: translateX(calc(-360px * 6));
  }
}
.sec_top a[href^="tel:"] {
  color: #434343;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sec_top a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

.sec_top h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: none;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  color: #434343;
  margin: 0 0 30px;
}
.sec_top h2 .sec_span {
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: normal;
}
.sec_top .sec_text {
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #434343;
}
.sec_top .sec_img {
  text-align: center;
  margin: 0;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top .btn-style {
  margin-right: 30px;
}
.sec_top .btn-style a {
  font-size: 18px;
  border-radius: 0;
  letter-spacing: 0;
  color: #d5ad58;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  max-width: 400px;
  background: #fff;
  border: 1px solid #d5ad58;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 1;
  padding: 1.13em 1.5em;
}
.sec_top .btn-style a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -18px;
  top: 0;
  bottom: 0;
  width: 37px;
  height: 7px;
  background: url("img/sec_btn_arrow01.png") no-repeat center/cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border: none;
  -webkit-transition: .2s;
  transition: .2s;
}
.sec_top .btn-style a:hover {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: .7;
}
.sec_top .btn-style a:hover:after {
  right: -25px;
  -webkit-transition: .2s;
  transition: .2s;
}
.sec_top .sp_tablet {
  display: inline;
}
@media screen and (max-width: 767px) {
  .sec_top .sp {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0 0 50px;
  }
  .sec_top h2 .sec_span {
    font-size: 26px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1250px) {
  .sec_top .sp_tablet {
    display: none;
  }
  .sec_top h2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0 0 60px;
  }
  .sec_top h2 .sec_span {
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 30px;
  }
}

.sec01 {
  padding: 50px 0;
}
.sec01 .sec_title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #434343;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  margin: 0 0 30px;
  font-weight: bold;
}
.sec01 .sec_title .sec_span {
  font-weight: normal;
  display: block;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  padding-bottom: 12px;
}
.sec01 .sec_img2 {
  margin: 0;
  margin-top: 40px;
}
.sec01 .sec_text {
  line-height: 32px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec01 .sec_title {
    margin-top: 30px;
  }
  .sec01 .sec_icon {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 70px 0;
    position: relative;
    z-index: 0;
  }
  .sec01:after {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: auto;
    bottom: 140px;
    max-width: 700px;
    width: 40vw;
    height: 560px;
    background: #fcfaf7;
  }
  .sec01 .title_box {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sec01 .sec_title {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .sec01 .sec_title .sec_span {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .sec01 .sec_title {
    margin: 0;
    text-align: left;
    width: 66%;
    margin-right: 4%;
  }
  .sec01 .sec_icon {
    margin: 0;
    width: 30%;
  }
  .sec01 .sec_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .sec_box .colbox_2 .sec_img img {
    height: 720px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .sec01 .text_box {
    max-width: 560px;
    margin: 0 0 0 20px;
  }
  .sec01 .topinner {
    width: 1920px;
    max-width: 100%;
  }
  .sec01 .sec_img2 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1250px) {
  .sec01 {
    padding: 140px 0;
  }
  .sec01:after {
    bottom: 240px;
  }
  .sec01 .text_box {
    margin: 0 0 0 auto;
  }
  .sec01 .sec_title {
    width: 56%;
    margin-right: 4%;
  }
  .sec01 .sec_title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0em;
  }
  .sec01 .sec_title .sec_span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
  .sec01 .sec_icon {
    width: 40%;
  }
  .sec01 .sec_img2 {
    margin-top: 80px;
  }
}

.sec02 {
  padding: 100px 0 50px;
  background: url("img/sp_sec02_bg.jpg") no-repeat center top;
}
.sec02 .text_box {
  -webkit-box-shadow: 0 0 10px #0000001c;
          box-shadow: 0 0 10px #0000001c;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.9);
}
.sec02 .sec_title {
  font-size: 26px;
  line-height: 32px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  letter-spacing: 0em;
}
.sec02 .sec_title .sec_span {
  font-size: 18px;
  line-height: 18px;
}
.sec02 .sec_title2 {
  font-size: 18px;
  line-height: 24px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
  margin-top: 30px;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 200px 0 70px;
    background: url("img/sec02_bg.jpg") no-repeat center top;
  }
  .sec02 .text_box {
    padding: 50px 20px;
  }
  .sec02 .sec_title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 40px;
  }
  .sec02 .sec_title .sec_span {
    font-size: 20px;
    line-height: 20px;
  }
  .sec02 .sec_title2 {
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 0;
  }
  .sec02 .sec_box .colbox_2 {
    width: 49%;
    margin-right: 2%;
  }
  .sec02 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec02 {
    padding: 430px 0 140px;
  }
  .sec02 .sec_box .colbox_2 {
    width: 47%;
    margin-right: 6%;
  }
  .sec02 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
  .sec02 .sec_title {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 55px;
  }
  .sec02 .sec_title .sec_span {
    font-size: 22px;
    line-height: 22px;
  }
  .sec02 .sec_title2 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 40px;
    letter-spacing: 0.1em;
  }
  .sec02 .text_box {
    padding: 80px;
  }
}

.sec03 {
  padding: 0 0;
}
.sec03 p {
  color: #434343;
}
.sec03 .sec_top_text {
  margin: 0 0 40px;
}
.sec03 .text_box {
  background: #fbf4ea;
  padding: 30px 0 30px;
}
.sec03 .sec_box1 .sec_img img {
  -webkit-box-shadow: 0 0 10px #0000001c;
          box-shadow: 0 0 10px #0000001c;
}
.sec03 .sec_title {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0em;
  margin: 0 0 15px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec03 .sec_sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 15px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec03 .sec_text {
  line-height: 30px;
}
.sec03 .sec03_box .text_box:nth-child(even) {
  background: #f9f7f4;
}
.sec03 .text_box_inner {
  margin: 0 15px;
}
.sec03 .text_box_inner.text_box_inner_not {
  margin: 0;
}
.sec03 .sec_flow_down {
  margin-top: 30px;
}
.sec03 .sec_flow_down .flow_down_box {
  display: none;
}
.sec03 .sec_flow_down.open .flow_down_box {
  display: block;
}
.sec03 .flow_down_box {
  background: #fff;
  padding: 30px 15px;
}
.sec03 .flow_down_box .sec_img {
  margin: 0 0 15px;
}
.sec03 .sec_flow_text {
  line-height: 26px;
}
.sec03 .sec_no {
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.sec03 .sec_flow_title {
  cursor: pointer;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  background: #d5ad58;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  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;
	flex-direction:column;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
}
.sec03 .sec_flow_title .small{
	display:block;
	font-size:0.7em;
}
.sec03 .sec_flow_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.sec03 .sec_price_title {
  font-size: 36px;
  line-height: 36px;
  margin-top: 70px;
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  padding-left: 190px;
  position: relative;
  font-weight: bold;
}
.sec03 .sec_price_title .sec_span {
  font-size: 26px;
  line-height: 26px;
}
.sec03 .sec_price_title:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 1px;
  background: #434343;
}
.sec03 .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
}
.sec03 .price_box.price_box2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec03 .price_box:not(:first-child) {
  margin-top: 15px;
}
.sec03 .price_list {
  width: 178px;
  font-weight: bold;
  text-align: center;
  padding: 0 0;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 18px;
  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: 60px;
  background: #fff;
  border: 1px solid #d5ad58;
  margin-right: 20px;
  margin-bottom: 0;
}
.sec03 .price_list .sec_span {
  font-size: 16px;
}
.sec03 .price_text {
  margin: 0;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  line-height: 20px;
}
.sec03 .price_text .sec_span1 {
  font-size: 26px;
  line-height: 26px;
  color: #d5ad58;
}
.sec03 .price_text .sec_span2 {
  font-size: 20px;
  line-height: 20px;
}
.sec03 .price_text .sec_span3 {
  font-size: 16px;
  line-height: 16px;
}
.sec03 .sec_implant_title {
  margin-top: 50px;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 30px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  padding-right: 190px;
  position: relative;
  font-weight: bold;
  text-align: right;
}
.sec03 .sec_implant_title .sec_span {
  font-size: 26px;
  line-height: 26px;
}
.sec03 .sec_implant_title:before {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  height: 1px;
  background: #434343;
}
.sec03 .sec_img_implant {
  text-align: right;
  width: 87%;
  margin: 0 0 0 auto;
}
.sec03 .sec_implant_box .sec_box {
  margin: 0 15px;
  margin-top: -80px;
}
.sec03 .sec_implant_box .sec_box .colbox_5 {
  position: relative;
  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;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #0000001c;
          box-shadow: 0 0 10px #0000001c;
}
.sec03 .sec_implant_no {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
  bottom: auto;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #d5ad58;
}
.sec03 .sec_implant_title2 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
}
.sec03 .sec_implant_box .btn-style {
  text-align: center !important;
  margin-top: 40px;
}
.sec03 .sec_implant_box .btn-style a {
  max-width: 460px;
}
.sec03 .sec_bnr {
  margin-top: 60px;
  margin-bottom: 0;
}
.sec03 .btn-style a {
  max-width: 500px;
  font-size: 24px;
  padding: 1.03em 1.5em;
  margin: auto;
}
.slider_box {
  max-width: calc(780px - 80px);
  padding: 40px;
  background: #fff;
  margin: auto;
  margin: 0 10px;
}
.price_text_box {
  max-width: calc(780px - 80px);
  padding: 40px;
  background: #fff;
  margin: auto;
  margin: 30px auto 0;
}
@media screen and  ( max-width : 767px ) {
  .price_text_box {
    margin: 30px 10px 0;
    padding: 30px 10px;
  }
}
.sec_slide_box {
  margin-top: 60px;
}
.sec_slide_box .sec_box .colbox_2:first-child .slider_title {
  background: #9d8f71;
}
.sec_slide_box .sec_box .colbox_2:last-child .slider_title {
  background: #d5ad58;
}
 .slider_title {
  color: #fff!important;
  letter-spacing: 0;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0 auto!important;
  padding: 8px 0;
  max-width: 320px;
}
.sec_slide_box .sec_box {
  position: relative;
}
.sec_slide_box .sec_box:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #9d8f71;
}
.sec_slide_box .sec_box .colbox_2 {
  width: 45.8%;
  margin-right: 8.4%;
}
.sec_slide_box .sec_box .colbox_2:last-child {
  margin-right: 0;
}
.sec_slide_box button {
  width: 35px;
  height: 35px;
  font-size: 0;
  transform: rotate(0deg);
}
.sec_slide_box button.slick-prev {
  left: 5%;
  right: auto;
  background: url("img/sec03_arrow01.png") no-repeat center / cover;
}
.sec_slide_box button.slick-next {
  right: 5%;
  left: auto;
  background: url("img/sec03_arrow02.png") no-repeat center / cover;
}
.sec03 .text_btn_box {
  margin-top: 30px !important;
}
.sec03 .text_btn_box2 {
  margin-top: 30px !important;
}
.sec03 .text_btn_box2 .btn-style {
  text-align: center;
}
.sec03 .text_btn_box2 .btn-style a {
  max-width: 600px;
  margin: auto;
}
.sec03 .text_btn_box3 {
  margin-top: 30px !important;
}
.sec03 .text_btn_box3 .btn-style {
  text-align: center;
}
.sec03 .text_btn_box3 .btn-style a {
  max-width: 460px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .btn-style a {
    font-size: 18px;
    padding: 1.03em 1.5em;
  }
.slider_box {
    max-width: calc(320px - 40px);
    padding: 20px 20px;
    background: #fff;
    margin: auto;
  }
 .sec_slide_box .sec_box:after {
    border-width: 10px 0 10px 10px;
  }
  .sec03 .sec_bnr {
    margin-top: 30px;
  }
 .sec_slide_box {
    margin-top: 30px;
  }
  .sec03 .sec_implant_box .sec_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec03 .sec_implant_box .sec_box .colbox_5 {
    margin-top: 35px !important;
  }
  .sec03 .sec_price_title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 60px;
  }
  .sec03 .sec_price_title .sec_span {
    font-size: 18px;
    line-height: 18px;
  }
  .sec03 .sec_price_title:before {
    width: 50px;
  }
  .sec03 .sec_implant_title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 60px;
  }
  .sec03 .sec_implant_title .sec_span {
    font-size: 18px;
    line-height: 18px;
  }
  .sec03 .sec_implant_title:before {
    width: 50px;
  }
  .sec03 .price_box {
    display: block;
  }
  .sec03 .price_list {
    margin-bottom: 10px;
    padding: 0 0;
  }
  .sec03 .sec_flow_title {
    display: block;
    height: auto;
    padding: 20px;
  }
  .sec03 .sec_flow_title:after {
    top: auto;
    bottom: 10px;
  }
  .sec03 .sec_box2 .colbox_4:not(:first-child) {
    margin-top: 50px;
    position: relative;
  }
  .sec03 .sec_box2 .colbox_4:not(:first-child):after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: -25px;
    bottom: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #9d8f71 transparent transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .sec03 button.slick-arrow {
    top: 42%;
  }
 .slider_box .fee-table {
    margin-top: 20px;
  }
 .slider_box .fee-table tr th {
    text-align: center;
    width: 93%;
    display: block;
  }
 .slider_box .fee-table tr td {
    width: 93%;
    display: block;
    text-align: left !important;
  }
  .sec03 .text_btn_box2 .btn-style a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 0 0;
  }
  .sec03 .btn-style a {
    font-size: 20px;
  }
  .sec03 .text_btn_box {
    margin-top: 60px !important;
  }
  .sec03 .text_btn_box .sec_box .colbox_2 {
    width: 49%;
    margin-right: 2%;
  }
  .sec03 .text_btn_box .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
  .sec03 .text_btn_box .btn-style a {
    max-width: 500px;
  }
  .sec_slide_box button {
    width: 50px;
    height: 50px;
  }
  .sec_slide_box button.slick-prev {
    left: 0;
    right: 670px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .sec_slide_box button.slick-next {
    right: 0;
    left: 670px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
 .slider_box {
    margin: 0 25px;
    max-width: calc(600px - 50px);
  }
 .slider_box .fee-table {
    margin-top: 20px;
  }
.slider_box .fee-table tr th {
    text-align: center;
    width: 10%;
  }
 .slider_box .fee-table tr td {
    text-align: left !important;
  }
 .slider_title {
    letter-spacing: 0;
    font-size: 22px;
    line-height: 22px;
  }
  .sec03 .sec_implant_box .sec_box .colbox_5 {
    height: 150px;
  }
  .sec03 .sec_implant_title2 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .sec03 .sec_implant_box .sec_box {
    margin: 0 20px;
    margin-top: -60px;
  }
  .sec03 .price_list {
    width: 178px;
    padding: 0 0;
    font-size: 18px;
  }
  .sec03 .price_list .sec_span {
    font-size: 16px;
  }
  .sec03 .price_text {
    font-size: 26px;
    line-height: 26px;
  }
  .sec03 .price_text .sec_span1 {
    font-size: 45px;
    line-height: 45px;
    color: #d5ad58;
  }
  .sec03 .price_text .sec_span2 {
    font-size: 22px;
    line-height: 22px;
  }
  .sec03 .price_text .sec_span3 {
    font-size: 20px;
    line-height: 20px;
  }
  .sec03 .price_box {
    margin: 0 20px;
  }
  .sec03 .sec_box2 .colbox_4 {
    width: 20%;
    margin-right: 6.666666666666667%;
  }
  .sec03 .sec_box2 .colbox_4:last-child {
    margin-right: 0;
  }
  .sec03 .sec_box2 .colbox_4:not(:first-child) .sec_img {
    position: relative;
  }
  .sec03 .sec_box2 .colbox_4:not(:first-child) .sec_img:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: -21%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #9d8f71;
  }
  .sec03 .sec_no {
    font-size: 20px;
    line-height: 20px;
  }
  .sec03 .sec_flow_title {
    font-size: 20px;
    height: 80px;
  }
  .sec03 .sec_flow_down {
    margin-top: 60px;
  }
  .sec03 .flow_down_box {
    padding: 30px 20px;
  }
  .sec03 .text_box_inner {
    margin: 0 20px;
  }
  .sec03 .text_box_inner.text_box_inner_not {
    margin: 0;
  }
  .sec03 h2 {
    margin-bottom: 30px;
  }
  .sec03 .sec_box1 .colbox_2 {
    position: relative;
  }
  .sec03 .sec_box1 .colbox_2:last-child {
    padding-top: 50px;
    min-height: 470px;
  }
  .sec03 .sec_box1 .colbox_2 .sec_img {
    position: absolute;
    margin: auto;
    left: auto;
    right: 0;
    top: -60px;
    bottom: auto;
    width: 50vw;
  }
  .sec03 .sec_box1 .colbox_2 .sec_img img {
    height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .sec03 .sec_box1.reverse .colbox_2 .sec_img {
    left: 0;
    right: auto;
    top: -60px;
    width: 50vw;
  }
  .sec03 .sec_box1.reverse .colbox_2 .sec_img img {
    -o-object-position: left;
       object-position: left;
  }
  .sec03 .text_box {
    margin-top: 120px;
    padding: 0 0 60px;
  }
  .sec03 .sec_top_text {
    margin: 0 0 50px;
    text-align: center;
  }
  .sec03 .sec_title {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0em;
    margin: 0 0 15px;
  }
  .sec03 .sec_sub {
    font-size: 18px;
    letter-spacing: 0em;
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 1250px) {
  .sec03 {
    padding: 0 0;
  }
 .slider_box {
    max-width: calc(780px - 80px);
  }
  .sec03 .btn-style a {
    font-size: 24px;
  }
  .sec03 button {
    width: 50px;
    height: 50px;
  }
  .sec03 button.slick-prev {
    left: 11.5%;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .sec03 button.slick-next {
    right: 11.5%;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
  }
.slider_box {
    margin: 0 35px;
  }
 .slider_title {
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 24px;
  }
  .sec03 .sec_implant_box .sec_box .colbox_5 {
    height: 200px;
  }
  .sec03 .sec_implant_title2 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
  }
  .sec03 .sec_implant_box .sec_box {
    margin: 0 60px;
    margin-top: -80px;
  }
  .sec03 .price_list {
    width: 178px;
    padding: 0 0;
    font-size: 20px;
  }
  .sec03 .price_list .sec_span {
    font-size: 16px;
  }
  .sec03 .price_text {
    font-size: 28px;
    line-height: 28px;
  }
  .sec03 .price_text .sec_span1 {
    font-size:63px;
    line-height:63px;
    color: #d5ad58;
  }
  .sec03 .price_text .sec_span2 {
    font-size: 22px;
    line-height: 22px;
  }
  .sec03 .price_text .sec_span3 {
    font-size: 20px;
    line-height: 20px;
  }
  .sec03 .price_box {
    margin: 0 60px;
  }
  .sec03 .sec_no {
    font-size: 24px;
    line-height: 24px;
  }
  .sec03 .sec_flow_title {
    font-size: 24px;
    height: 100px;
  }
  .sec03 .flow_down_box {
    padding: 30px 40px;
  }
  .sec03 .sec_title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.01em;
    margin: 0 0 23px;
  }
  .sec03 .sec_sub {
    font-size: 24px;
    letter-spacing: 0.01em;
    margin: 0 0 23px;
  }
  .sec03 .text_box_inner {
    margin: 0 60px;
  }
  .sec03 .sec_top_text {
    margin: 0 0 80px;
    text-align: center;
  }
  .sec_slide_box button.slick-prev {
    left: 0;
    right: 760px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .sec_slide_box button.slick-next {
    right: 0;
    left: 760px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
}

.sec03 .sec_course_box {
  margin-top: 30px;
}
.sec03 .sec_course_box .sec_box .colbox_3 {
  background: #d5ad58;
  position: relative;
}
.sec03 .sec_course_box .sec_box .colbox_3:before, .sec03 .sec_course_box .sec_box .colbox_3:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  border-style: solid;
  width: 0;
  height: 0;
}
.sec03 .sec_course_box .sec_box .colbox_3:after {
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  border-width: 40px 40px 0 0;
  border-color: #f9f7f4 transparent transparent transparent;
}
.sec03 .sec_course_box .sec_box .colbox_3:before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #f9f7f4 transparent;
}
.sec03 .sec_course_box .sec_box .colbox_3:nth-child(even) {
  background: #ddbd75;
}
.sec03 .sec_course_box p {
  color: #fff;
}
.sec03 .sec_course_box .course_no, .sec03 .sec_course_box .course_title {
  text-align: center;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec03 .sec_course_box .course_bo {
  padding: 35px 15px;
}
.sec03 .sec_course_box .course_no {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: 0;
}
.sec03 .sec_course_box .course_title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 10px 0 15px;
}
.sec03 .sec_course_box .course_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}
.sec03 .sec_course_box .course_list li {
  color: #fff;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin: 0;
}
.sec03 .sec_course_box .course_list li:not(:first-child) {
  margin: 7px 0 0;
}
.sec03 .sec_course_box .course_list li:after {
  content: '★';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  color: #fff;
  font-size: 16px;
}
.sec03 .sec_course_box .course_price, .sec03 .sec_course_box .course_price2 {
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec03 .sec_course_box .course_price {
  font-size: 18px;
  line-height: 18px;
  margin: 16px 0 10px;
  font-weight: bold;
  letter-spacing: 0;
}
.sec03 .sec_course_box .course_price .sec_span {
  font-size: 16px;
  line-height: 16px;
}
.sec03 .sec_course_box .course_price2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-left: 35px;
  margin: 0;
}
.sec03 .sec_course_box .course_price2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 5px;
  background: url("img/sec03_course_arrow.png") no-repeat center/cover;
}
.sec03 .sec_course_box .course_price2 .sec_span1 {
  font-size: 18px;
  line-height: 18px;
}
.sec03 .sec_course_box .course_price2 .sec_span2 {
  font-size: 12px;
  line-height: 12px;
}
@media screen and (min-width: 768px) {
  .sec03 .sec_course_box {
    margin-top: 60px;
  }
  .sec03 .sec_course_box .course_list {
    min-height: 245px;
  }
  .sec03 .sec_course_box .course_bo {
    padding: 35px 10px;
  }
  .sec03 .sec_course_box .course_no {
    font-size: 38px;
    line-height: 38px;
  }
  .sec03 .sec_course_box .course_title {
    font-size: 18px;
    line-height: 18px;
  }
  .sec03 .sec_course_box .course_price {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0;
  }
  .sec03 .sec_course_box .course_price .sec_span {
    font-size: 14px;
    line-height: 14px;
  }
  .sec03 .sec_course_box .course_price2 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
    padding-left: 35px;
  }
  .sec03 .sec_course_box .course_price2 .sec_span1 {
    font-size: 18px;
    line-height: 18px;
  }
  .sec03 .sec_course_box .course_price2 .sec_span2 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (min-width: 1250px) {
  .sec03 .sec_course_box .course_list {
    min-height: 221px;
  }
  .sec03 .sec_course_box .sec_box .colbox_3 {
    width: 31.7%;
    margin-right: 2.45%;
  }
  .sec03 .sec_course_box .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec03 .sec_course_box .sec_box .colbox_3:nth-child(n + 4) {
    margin-top: 2.45%;
  }
  .sec03 .sec_course_box .course_no {
    font-size: 48px;
    line-height: 48px;
  }
  .sec03 .sec_course_box .course_title {
    font-size: 24px;
    line-height: 24px;
  }
  .sec03 .sec_course_box .course_bo {
    padding: 35px 38px;
  }
  .sec03 .sec_course_box .course_price {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
  .sec03 .sec_course_box .course_price .sec_span {
    font-size: 16px;
    line-height: 16px;
  }
  .sec03 .sec_course_box .course_price2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.05em;
    padding-left: 35px;
  }
  .sec03 .sec_course_box .course_price2 .sec_span1 {
    font-size: 21px;
    line-height: 21px;
  }
  .sec03 .sec_course_box .course_price2 .sec_span2 {
    font-size: 13px;
    line-height: 13px;
  }
}

.sec04 {
  padding: 50px 0;
}
.sec04 .sec_box .colbox_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec04 .sec_box .colbox_3 p {
  color: #fff;
}
.sec04 .sec_box .colbox_3 .text_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec04 .sec_box .colbox_3 .text_box .btn-style {
  margin-top: auto;
}
.sec04 .sec_box .colbox_3:nth-child(odd) {
  background: #9d8f72;
}
.sec04 .sec_box .colbox_3:nth-child(even) {
  background: #b7ab95;
}
.sec04 .text_box {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ffffff;
}
.sec04 .btn-style {
  text-align: center !important;
  margin-right: 0;
  font-size: 18px;
}
.sec04 .btn-style a {
  max-width: 320px;
  padding: 0.68em 1.5em;
  border-color: #fff;
}
.sec04 .btn-style a:after {
  -webkit-transition: .2s;
  transition: .2s;
  left: auto;
  right: 15px;
}
.sec04 .btn-style a:hover:after {
  -webkit-transition: .2s;
  transition: .2s;
  left: auto;
  right: 5px;
}
.sec04 .sec_no, .sec04 .sec_sub, .sec04 .sec_title, .sec04 .sec_price1, .sec04 .sec_price2 {
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec04 .sec_title {
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0;
}
.sec04 .sec_title1_2 {
  margin-bottom: 20px !important;
}
.sec04 .sec_sub {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
}
.sec04 .sec_no {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin: -48px 0 15px;
  text-align: center;
}
.sec04 .sec_no .sec_span {
  font-size: 70px;
  line-height: 70px;
  font-weight: normal;
}
.sec04 .sec_title2 {
  border-top: 1px solid #fff;
  text-align: center;
  margin: 0 0 5px;
  padding-top: 5px;
}
.sec04 .sec_text {
  border-top: 1px solid #fff;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.sec04 .sec_price1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 3px;
}
.sec04 .sec_price1 .sec_span {
  font-size: 24px;
}
.sec04 .sec_price1 .sec_span2 {
  font-size: 14px;
  line-height: 14px;
}
.sec04 .sec_price1_2 {
  line-height: 29px;
  margin-bottom: 20px;
}
.sec04 .sec_price2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.sec04 .sec_price2 .sec_span {
  font-size: 30px;
  line-height: 30px;
}
.sec04 .sec_price2 .sec_span2 {
  font-size: 14px;
  line-height: 14px;
}
.sec04 .sec_text2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec04 .sec_text2 .sec_span {
  font-size: 22px;
}
.sec04 .sec_text3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec04 .sec_text3 .sec_span {
  font-size: 26px;
}
.sec04 .text_wrap2 >*:last-child{
    margin-bottom:0!important;
}
@media screen and (max-width: 1249px) {
  .sec04 .sec_box {
    max-width: 800px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
  .sec04 .text_box {
    margin: 5px;
    padding: 5px 5px 20px;
  }
  .sec04 .sec_title {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin: 0;
  }
  .sec04 .sec_sub {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 20px;
  }
  .sec04 .sec_no {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin: -46px 0 15px;
  }
  .sec04 .sec_no .sec_span {
    font-size: 70px;
    line-height: 70px;
  }
  .sec04 .sec_title2 {
    margin: 0 0 5px;
    padding-top: 5px;
  }
  .sec04 .sec_text {
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .sec04 .sec_price1 {
    font-size: 16px;
    margin: 0 0 3px;
  }
  .sec04 .sec_price1 .sec_span2 {
    font-size: 14px;
    line-height: 14px;
  }
  .sec04 .sec_price2 {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .sec04 .sec_price2 .sec_span {
    font-size: 26px;
    line-height: 26px;
  }
  .sec04 .sec_price2 .sec_span2 {
    font-size: 14px;
    line-height: 14px;
  }
  .sec04 .sec_text3 {
    font-size: 16px;
  }
  .sec04 .sec_text3 .sec_span {
    font-size: 30px;
  }
  .sec04 .sec_box .colbox_3 {
    width: 49%;
    margin-right: 2%;
  }
  .sec04 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 2%;
  }
  .sec04 .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 0;
  }
  .sec04 .sec_box .colbox_3:nth-child(2n) {
    margin-right: 0;
  }
  .sec04 .sec_box .colbox_3:nth-child(n+3) {
    margin-top: 2%;
  }
.sec04 .text_wrap2 {
    margin-top: auto;
}
.sec04 .cont04 .text_wrap2,
.sec04 .cont05 .text_wrap2,
.sec04 .cont06 .text_wrap2{
    min-height: 165px;
    display: flex;
    flex-direction:column;
}
.sec04 .text_wrap2 >*:last-child{
    margin-top:auto;
}
}
@media screen and (max-width: 1249px) and (min-width:768px){
  .sec04 .cont03 .text_wrap2{
    min-height: 165px;
    display: flex;
    flex-direction:column;
}
}
@media screen and (min-width: 1250px) {
  .sec04 {
    padding: 130px 0 140px;
  }
  .sec04 .sec_text3 {
    font-size: 18px;
  }
  .sec04 .sec_text3 .sec_span {
    font-size: 36px;
  }
  .sec04 .sec_box .colbox_3 {
    width: 32%;
    margin-right: 2%;
  }
  .sec04 .sec_box .colbox_3:nth-child(2n) {
    margin-right: 2%;
  }
  .sec04 .sec_box .colbox_3:nth-child(n+3) {
    margin-top: 0;
  }
  .sec04 .sec_box .colbox_3:nth-child(3n) {
    margin-right: 0;
  }
  .sec04 .sec_box .colbox_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .sec04 .text_box {
    margin: 10px;
    padding: 19px 17px;
  }
  .sec04 .sec_title {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.05em;
    margin: 0;
  }
  .sec04 .sec_sub {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
  }
  .sec04 .sec_no {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.025em;
    margin: -76px 0 15px;
  }
  .sec04 .sec_no .sec_span {
    font-size: 94px;
    line-height: 94px;
  }
  .sec04 .sec_title2 {
    margin: 0 0 5px;
    padding-top: 5px;
  }
  .sec04 .sec_text {
    line-height: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .sec04 .sec_price1 {
    font-size: 18px;
    margin: 0 0 3px;
  }
  .sec04 .sec_price1 .sec_span2 {
    font-size: 14px;
    line-height: 14px;
  }
  .sec04 .sec_price2 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .sec04 .sec_price2 .sec_span {
    font-size: 36px;
    line-height: 36px;
  }
  .sec04 .sec_price2 .sec_span2 {
    font-size: 14px;
    line-height: 14px;
  }
}

.sec05 {
  padding: 50px 0;
  background: #fbf9f5;
}
.sec05 .sec_text {
  text-align: left;
  margin-bottom: 30px;
}
.sec05 h2 {
  padding-bottom: 20px;
  position: relative;
}
.sec05 h2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #434343;
}
.sec05 .sec_title {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  margin: 0 0 20px;
  text-align: center;
}

.sec05 .text_box {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #0000001c;
          box-shadow: 0 0 10px #0000001c;
  padding: 40px 20px;
}
.sec05 .text_box:not(:first-child) {
  margin-top: 20px;
}
.sec05 .topinner_wd {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .sec05 .sec_title {
    text-align: left;
    width: 172px;
    margin: 0;
  }
  .sec05 .sec_img {
    text-align: left;
  }
  .sec05 {
    padding: 70px 0;
  }
  .sec05 .sec_text {
    text-align: center;
    margin-bottom: 50px;
  }
  .sec05 h2 {
    padding-bottom: 30px;
    margin-bottom: 35px;
  }
  .sec05 .topinner_wd {
    width: 1260px;
  }
  .sec05 .text_box {
    align-items: center;
    display: flex;
    gap: 0 20px;
    padding: 40px 60px;
  }
}
@media screen and (min-width: 1250px) {
  .sec05 .sec_title {
    text-align: left;
  }
  .sec05 .text_box {
    padding: 40px 120px;
  }
  .sec05 {
    padding: 130px 0 130px;
  }
  .sec05 h2 {
    padding-bottom: 40px;
  }
  .sec05 .sec_text {
    margin-bottom: 65px;
  }
}

.sec06 {
  padding: 0 0 50px;
  background: #fbf9f5;
}
.sec06 h2 {
  padding-bottom: 20px;
  position: relative;
}
.sec06 h2:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #434343;
}
.sec06 .sec_text {
  text-align: left;
}
.sec06 .sec_text .sec_span {
  font-size: 20px;
  font-weight: bold;
}
.sec06 .sec_text1 {
  margin-bottom: 20px;
}
.sec06 .sec_text2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 32px;
}
.sec06 .btn-style a {
  font-size: 30px;
  max-width: 460px;
  padding: 0.7em 20px;
}
@media screen and (max-width: 767px) {
  .sec06 .btn-style a {
    font-size: 22px;
  }
  .sec06 .sp_tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 0 0 70px;
  }
  .sec06 h2 {
    margin-bottom: 35px;
  }
  .sec06 .sec_text1 {
    margin-bottom: 50px;
  }
  .sec06 .btn-style {
    text-align: center !important;
  }
  .sec06 .btn-style a {
    margin: auto;
  }
  .sec06 h2 {
    padding-bottom: 30px;
  }
  .sec06 .sec_text {
    text-align: center;
  }
}
@media screen and (min-width: 1250px) {
  .sec06 {
    padding: 0 0 140px;
  }
  .sec06 .sec_text1 {
    margin-bottom: 70px;
  }
  .sec06 h2 {
    padding-bottom: 40px;
  }
}

.sec_top {
  /*--  ------------*/
}
.sec_top .qa-block {
  margin-bottom: 1.8em;
  padding-top: 1.8em;
  border-bottom: 1px solid #adadad;
  position: relative;
}
.sec_top .mce-content-body .qa-block h4, .sec_top .qa-block h4 {
  padding: 6px 0 6px 2.8em !important;
  border-bottom: none;
  padding-bottom: 0;
  display: block;
  position: relative;
  color: #1f1f1f;
  font-size: 20px;
  background: none;
  font-weight: normal;
  position: relative;
}
.sec_top .mce-content-body .qa-block h4::before, .sec_top .qa-block h4::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #f9e9eb;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.sec_top .mce-content-body .qa-block h4::after, .sec_top .qa-block h4::after {
  position: absolute;
  content: "Q";
  font-size: 26px;
  top: 3px;
  left: 10px;
  color: #2a2964;
  border: none;
  font-weight: bold;
}
.sec_top .qa-block .answer {
  padding: 7px 0 1.5em 3.2em !important;
  position: relative;
  margin-top: 20px;
}
.sec_top .answer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0px;
  background: #e7ebf5;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.sec_top .answer::after {
  position: absolute;
  content: "A";
  font-size: 26px;
  top: 5px;
  left: 11px;
  color: #2a2964;
  border: none;
  font-weight: bold;
}
.sec_top .qa-block .answer p {
  margin: 0;
}
.sec_top .answer p {
  padding: 0px 0 12px 5px;
}
.sec_top .qa-block h4:hover {
  cursor: pointer;
}
.sec_top .qa-block:before,
.sec_top .qa-block:after {
  position: absolute;
  content: '';
  top: 5.2rem;
  right: 0;
  background: #2a2964;
  border-radius: 1px;
  width: 15px;
  height: 3px;
}
.sec_top .qa-block::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.sec_top .qa-block.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sec_top .qa-block {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 28px;
  position: relative;
  padding-top: 20px;
}
.sec_top .qa-block:last-child {
  margin-bottom: 0;
}
.sec_top .qa-block:after {
  display: none !important;
}
.sec_top .qa-block:before {
  content: '';
  position: absolute;
  top: 29px;
  background: none;
  right: 5px;
  width: 31px;
  height: 13px;
  border: none;
  background: url("img/sec07_arrow.png") no-repeat center/cover;
}
.sec_top .qa-block:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}
.sec_top .qa-block.open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sec_top .qa-block.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sec_top .qa-block .answer {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 0 !important;
}
.sec_top .qa-block .answer p {
  padding: 7px 0 12px 46px;
  margin: 0;
}
.sec_top .qa-block .answer:before {
  content: "";
  position: absolute;
  top: 0;
  display: none;
  left: 0;
  background: #9d8f71;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: 0.1em;
}
.sec_top .qa-block .answer:after {
  content: "A.";
  position: absolute;
  top: 43px;
  left: 36px;
  letter-spacing: 0.1em;
  font-size: 36px;
  font-weight: 400;
  color: #999999;
  border: none;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec_top .mce-content-body .qa-block h4, .sec_top .qa-block h4 {
  color: #434343;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  font-size: 20px;
  padding: 0 40px 0 50px !important;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: .5em;
  font-weight: 400;
}
.sec_top .mce-content-body .qa-block h4:before, .sec_top .qa-block h4:before {
  position: absolute;
  content: "";
  display: none;
  top: 0;
  left: 0;
  background: #d5ad58;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-top: -0.15em;
}
.sec_top .mce-content-body .qa-block h4:after, .sec_top .qa-block h4:after {
  letter-spacing: 0.1em;
  background: none;
  content: "Q.";
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 36px;
  font-weight: 400;
  color: #d5ad58;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  border: none;
}

.sec07 {
  padding: 50px 0 0;
}
.sec07 .qa-block {
  border-top: none;
  padding-bottom: 40px;
}
.sec07 .qa-block h4 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0em;
  color: #434343;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec07 .qa-block .answer {
  margin-top: 35px;
  margin-left: 0;
}
.sec07 .qa-block .answer p {
  background: #faf9f6;
  padding: 42px 20px 42px 90px;
}
@media screen and (max-width: 767px) {
  .sec07 .qa-block {
    border-top: none;
    padding-bottom: 20px;
  }
  .sec07 .qa-block h4 {
    margin: 0;
    font-size: 20px;
  }
  .sec07 .qa-block .answer {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec07 {
    padding: 70px 0 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec07 {
    padding: 130px 0 0;
  }
}

.sec08 {
  padding: 50px 0;
}
.sec08 h2 {
  line-height: 32px;
}
.sec08 h2 .sec_span {
  padding-bottom: 10px;
}
.sec08 .btn-style {
  margin-top: 20px;
}
.sec08 .btn-style a {
  max-width: 480px;
}
@media screen and (min-width: 768px) {
  .sec08 {
    padding: 70px 0;
  }
  .sec08 .sec_text {
    margin-bottom: 30px;
  }
  .sec08 h2 {
    line-height: 36px;
  }
  .sec08 .sec_box .colbox_2:first-child {
    z-index: 1;
  }
  .sec08 .sec_box .colbox_2:last-child {
    margin-top: 60px;
    padding: 50px 0;
    position: relative;
    z-index: 0;
  }
  .sec08 .sec_box .colbox_2:last-child:after {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    background: #f3efe6;
  }
  .sec08 .sec_box .colbox_2:last-child:before {
    z-index: -1;
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: -160px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 160px;
    height: 100%;
    background: #f3efe6;
  }
}
@media screen and (min-width: 1250px) {
  .sec08 {
    padding: 140px 0;
  }
  .sec08 h2 {
    line-height: 42px;
    margin-bottom: 70px;
  }
  .sec08 .sec_box .colbox_2:last-child {
    margin-top: 80px;
    padding: 80px 0;
  }
}

.sec09 {
  padding: 50px 0;
  background: #fbf9f5;
}
.sec09 .sec_title {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  color: #434343;
  margin: 0;
  letter-spacing: 0.1em;
}
.sec09 .title_box {
  margin-bottom: 20px;
}
.sec09 dl {
  border-top: 1px solid #cccccc;
}
.sec09 dl dd {
  border-bottom: 1px solid #cccccc;
}
.sec09 .btn-style {
  margin-right: 0;
}
.sec09 .btn-style a {
  width: 72px;
  font-size: 14px;
  border-radius: 0;
  padding: 3px 0;
  color: #d5ad58;
  border: 1px solid #d5ad58;
  background: #fff;
  position: relative;
}
.sec09 .btn-style a:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #d5ad58;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s;
  transition: .2s;
}
.sec09 .btn-style a:hover:after {
  -webkit-transition: .2s;
  transition: .2s;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .sec09 .sec_box .colbox_2:last-child {
    margin-top: 40px;
  }
  .sec09 .btn-style {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .sec09 {
    padding: 70px 0;
  }
  .sec09 .sec_box .colbox_2 {
    width: 47%;
    margin-right: 6%;
  }
  .sec09 .sec_box .colbox_2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec09 {
    padding: 140px 0;
  }
}

.sec10 {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .sec10 {
    padding: 70px 0;
  }
}
@media screen and (min-width: 1250px) {
  .sec10 {
    padding: 140px 0 140px;
  }
  .sec10 h2 {
    margin-bottom: 70px;
  }
}


.sec_set {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px 10px;
  background: #f8f7f3;
}
.sec03 .sec_set .sec_flow_down {
  margin-top: 0;
}
.sec03 .sec_set .text_box_inner {
  margin: 0;
}
.sec03 .sec_set .sec_flow_title:after {
  bottom: 10px;
}
.sec03 .sec_set .flow_down_box {
  padding: 0;
  background: transparent;
}
.sec_set .sec_set_title {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec_set .sec_set_title:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: #434343;
}
.sec_set .sec_set_title .sec_span {
  font-weight: 400;
  display: block;
}
.sec_set .sec_set_title2 {
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.05em;
  margin: 0 0 5px;
  color: #d5ad58;
  text-align: center;
  font-weight: bold;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec_set .sec_set_title2 .sec_span {
  font-size: 26px;
}
.sec_set .sec_set_title3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  color: #e29783;
  margin: 0;
  text-align: left;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
}
.sec_set .sec_set_box {
  padding: 25px 10px;
  background: #feeee9;
}
.sec_set .sec_set_text {
  margin-bottom: 30px;
}
.sec_set .sec_set_list {
  margin-bottom: 20px;
}
.sec_set .sec_set_list li {
  font-size: 16px;
  font-family: yu-mincho-pr6n, "游明朝", "Yu Mincho", YuMincho, serif;
  position: relative;
  padding-left: 20px;
}
.sec_set .sec_set_list li:not(:first-child) {
  margin-top: 10px;
}
.sec_set .sec_set_list li:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 11px;
  height: 11px;
  background: #d5ad58;
  border-radius: 50%;
}
.sec_set .sec_set_list li .sec_span {
  font-size: 24px;
  color: #d5ad58;
}
.sec_set .row {
  margin-top: 30px;
}
@media screen and ( max-width : 767px ) {
  .sec_set .row .col_2:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and ( min-width : 768px ) {
  .sec_set {
    margin-top: 0;
    padding: 50px 20px;
    margin-bottom: 40px;
  }
  .sec_set .row {
    margin-top: 30px;
    display: flex;
    gap: 0 2%;
    align-items: center;
  }
  .sec_set .row.reverse {
    flex-direction: row-reverse;
  }
  .sec_set .row .col_2 {
    width: 50%;
    margin: 0;
  }
  .sec_set .row .col_2:first-child {
    width: 48%;
  }
  .sec_set .sec_set_title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .sec_set .sec_set_text {
    margin-bottom: 40px;
  }
  .sec_set .sec_set_list {
    margin-bottom: 25px;
  }
  .sec_set .sec_set_list li {
    font-size: 24px;
    padding-left: 20px;
  }
  .sec_set .sec_set_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec_set .sec_set_list li .sec_span {
    font-size: 40px;
  }
  .sec_set .sec_set_list li:after {
    top: 14px;
    width: 11px;
    height: 11px;
  }
  .sec_set .sec_set_title2 {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.05em;
    margin: 0 0 5px;
  }
  .sec_set .sec_set_title2 .sec_span {
    font-size: 30px;
  }
  .sec_set .sec_set_title3 {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1250px) {
  .sec_set {
    margin-top: 0;
    padding: 60px;
    margin-bottom: 50px;
  }
  .sec_set .sec_set_title {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 30px;
  }
  .sec_set .sec_set_text {
    margin-bottom: 50px;
  }
  .sec_set .sec_set_list {
    margin-bottom: 30px;
  }
  .sec_set .sec_set_list li {
    font-size: 30px;
    padding-left: 20px;
  }
  .sec_set .sec_set_list li .sec_span {
    font-size: 50px;
  }
  .sec_set .sec_set_list li:not(:first-child) {
    margin-top: 15px;
  }
  .sec_set .sec_set_list li:after {
    top: 15px;
    width: 11px;
    height: 11px;
  }
  .sec_set .sec_set_title2 {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: -0.05em;
    margin: 0 0 5px;
  }
  .sec_set .sec_set_title2 .sec_span {
    font-size: 45px;
  }
  .sec_set .sec_set_title3 {
    font-size: 18px;
    line-height: 42px;
  }
}