@charset "UTF-8";
/*-----------------------------------------------------------
1-1. Reset
-----------------------------------------------------------*/
@import url(//use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700|Open+Sans:700&display=swap");

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

/*-----------------------------------------------------------
body
-----------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.link {
  color: #fb7f08;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  cursor: default;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
.header {
  background: #fff;
  border-top: 4px solid #00b259;
  padding: 5px 0 15px;
}

.header h1 {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}

.h-wrapper {
  display: flex;
  justify-content: space-between;
}

.h-contents {
  width: 50%;
}

.h-logo {
  width: 469px;
  margin-bottom: 10px;
}

.h-tel {
  line-height: 1;
  margin-bottom: 10px;
}

.h-tel a {
  color: #f46252;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  padding-left: 26px;
  position: relative;
  margin-right: 15px;
}

.h-tel a::before {
  content: "";
  background: url(../images/share/tel.png) no-repeat center/cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 0;
}

.h-tel .time {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: 2px;
}

.h-txt01 {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.h-txt01 .org {
  color: #ff6800;
  font-weight: bold;
  margin: 0 5px;
}

.h-txt02 {
  font-size: 13px;
  line-height: 1.2;
}

.h-txt02 .area {
  padding: 1px 8px 0;
  background: #fbd977;
  border-radius: 3px;
  margin-right: 7px;
}

.h-txt03 {
  display: none;
}

.h-contact {
  width: 50%;
}

.h-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h-btn>li {
  width: 49.5%;
  margin-bottom: 5px;
}

.h-btn>li a {
  display: block;
  transition: .5s;
}

.h-btn>li a:hover {
  opacity: .5;
}

.h-btn .line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.h-btn .line li {
  margin-left: 5px;
}

.h-fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}

.h-fixed.is-fixed .header {
  padding: 15px 0;
}

.h-fixed.is-fixed .header h1 {
  display: none;
}

.h-fixed.is-fixed .pc-navi {
  padding: 20px 0;
}

/*-----------------------------------------------------------
g-navi
-----------------------------------------------------------*/
.pc-navi {
  background: #00b259;
  padding: 27px 0;
}

.pc-navi-list {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
}

.pc-navi-list li {
  line-height: 1;
  padding: 0 18px;
  border-left: 1px solid #66d19b;
}

.pc-navi-list li:last-child {
  border-right: 1px solid #66d19b;
}

.pc-navi-list li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: .5s;
}

.pc-navi-list li a:hover {
  color: #cef378;
}

.sp-navi {
  display: none;
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.hero {
  padding-top: 265px;
}

.hero h2 img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.top-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.top-btn>li a {
  display: block;
  transition: .5s;
}

.top-btn>li a:hover {
  opacity: .5;
}


.anchor-link {
  padding-top: 270px;
  margin-top: -270px;
}

.t-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  text-align: center;
  margin-bottom: 50px;
}

.sec-sp {
  display: block;
  padding: 20px 0;
}

.sec-sp .tel {
  line-height: 1.2;
  text-align: center;
}

.sec-sp .tel a {
  color: #f46252;
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
}

.sec-sp .tel a::before {
  content: "";
  background: url(../images/share/tel.png) no-repeat center/cover;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 12px;
  left: 0;
}

.sec-sp .txt01 {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}

.sec-sp .txt02 {
  color: #000000;
  font-size: 14px;
  text-align: center;
}

.sec-sp .txt02 .org {
  color: #ff6800;
  font-weight: bold;
}

.sec01 {
  background: url(../images/sec01-img.png) no-repeat bottom right calc(50% - 512px + 60px);
  padding: 40px 0 80px;
}

.sec01-ttl {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  text-align: center;
  margin-bottom: 45px;
}

.sec01-ttl .ttl {
  background: #00b259;
  display: block;
  padding: 5px;
}

.sec01-check li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  line-height: 1.5;
  padding-left: 43px;
  position: relative;
}

.sec01-check li::before {
  content: "";
  background: url(../images/sec01-check.png) no-repeat center/cover;
  width: 33px;
  height: 29px;
  position: absolute;
  top: -1px;
  left: 0;
}

.sec01-check li+li {
  margin: 10px 0 0;
}

.sec02 {
  background: #fdfdeb;
  padding: 70px 0 60px;
}

.sec02-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  text-align: center;
  margin-bottom: 45px;
}

.sec02-ttl .org {
  color: #fa7c13;
  margin-left: 10px;
}

.sec02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec02-list::after {
  content: "";
  width: 320px;
}

.sec02-list li {
  border-top: 3px solid #00b259;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  width: 320px;
  padding: 20px 15px;
  margin-bottom: 30px;
}

.sec02-list .list-ttl {
  display: flex;
  align-items: center;
  min-height: 50px;
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}

.sec02-list .list-ttl .num {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  line-height: 1;
  background: linear-gradient(#76c89b 0%, #2fac69 100%) no-repeat 50% 50%/100% 100%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec02-list .list-img {
  margin-bottom: 15px;
}

.sec02-list p {
  padding: 0 7px;
}

.sec03 {
  padding: 70px 0 20px;
}

.sec03-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec03-list li {
  border: 3px solid #dfdac8;
  width: 241px;
  padding: 25px 15px;
  margin: 0 20px 50px 0;
}

.sec03-list li:nth-child(4), .sec03-list li:last-child {
  margin: 0 0 50px 0;
}

.sec03-list .list-img {
  text-align: center;
  margin: -60px 0 10px;
}

.sec03-list .list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  color: #19884c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  text-align: center;
  margin-bottom: 10px;
}

.sec04 {
  background: #00b259;
  padding: 60px 0 80px;
}

.sec04 .t-ttl {
  color: #fff;
}

.sec04-layout {
  background: #fff;
  border: 7px solid #dddddd;
  padding: 60px;
}

.sec04-layout>li {
  display: flex;
}

.sec04-layout>li+li {
  padding-top: 45px;
  margin-top: 35px;
  border-top: 1px solid #ddd;
}

.sec04-layout .l-img {
  width: 297px;
  margin-right: 40px;
}

.sec04-slider01,
.sec04-slider02,
.sec04-slider03,
.sec04-slider04 {
  margin-bottom: 10px;
}

.sec04-layout .l-desc {
  flex: 1;
}

.sec04-layout .l-cat {
  margin-bottom: 3px;
}

.sec04-layout .l-cat .cat {
  background: #00b259;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  line-height: 1;
  padding: 0 10px;
  margin-right: 5px;
}

.sec04-layout .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.sec04-layout .l-ttl .red {
  color: #ff3636;
  margin-left: 10px;
}

.sec04-layout p {
  line-height: 1.6;
}

.sec05 {
  padding: 60px 0;
}

.sec05-post li {
  border-bottom: 1px solid #cac9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sec05-post li time {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  vertical-align: -2px;
  margin-right: 20px;
}

.sec05-post li a {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #451a04;
  padding-bottom: 3px;
}

.sec05-post li p {
  margin-top: 20px;
}

.sec06 {
  background: #fdfdeb;
  padding: 70px 0 80px;
}

.sec06-layout01 {
  display: flex;
  align-items: center;
  border: 5px solid #bc9166;
  background: #fff;
  padding: 15px 35px;
  margin-bottom: 50px;
}

.sec06-layout01 .l-txt01 {
  width: 55%;
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  line-height: 1.5;
}

.sec06-layout01 .l-txt01 .org {
  color: #fb7f08;
}

.sec06-layout01 .l-txt02 {
  width: 45%;
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.5;
}

.sec06-layout01 .l-txt02 .red {
  color: #ff0000;
}

.sec06-layout01 .l-txt02 .large {
  font-size: 80px;
}

.sec06-layout02 {
  border: 5px solid #bc9166;
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 32px;
}


.sec06-layout02 .l-ttl-wrap {
  border-bottom: 1px solid #cac9c9;
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.sec06-layout02 .l-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}

.sec06-layout02 .l-ttl .small {
  font-size: 24px;
}

.sec06-layout02 .l-ttl .line {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fce4a0 0);
  padding: 0 5px;
}


.sec06-layout02 .l-txt01 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.sec06-layout02 .l-txt02 {
  line-height: 1.6;
}


.sec06-list-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sec06-list-price li {
  border-bottom: 1px solid #cac9c9;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 48%;
}

.sec06-list-price li.long {
  justify-content: space-between;
}

.sec06-list-price li.long .ttl {
  width: auto;
}

.sec06-list-price .ttl {
  font-size: 21px;
  width: 50%;
}

.sec06-list-price .sup {
  font-size: 14px;
  vertical-align: super;
}

.sec06-list-price .price {
  color: #ff0000;
  font-size: 24px;
}

.sec06-list-price .price .small {
  font-size: 18px;
}


.sec06-table {
  margin-bottom: 20px;
}

.sec06-table tr th {
  background: linear-gradient(#FFA025 0%, #FF700D 100%) no-repeat 50% 50%/100% 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}

.sec06-table tr td {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.sec06-table tr td:first-child {
  background: linear-gradient(#fbe29b 0%, #fdba45 100%) no-repeat 50% 50%/100% 100%;
  border-bottom: 1px solid #fbe29b;
}

.sec06-layout03 {
  display: flex;
  flex-flow: row-reverse;
  background: #fef6b4;
  border: 4px solid #ffa900;
  margin-bottom: 35px;
}

.sec06-layout03 .l-img {
  width: 340px;
  overflow: hidden;
}

.sec06-layout03 .l-img img {
  margin-top: -10px;
}

.sec06-layout03 .l-desc {
  flex: 1;
  padding: 30px 5px 25px 30px;
}

.sec06-layout03 .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.sec06-layout03 .l-ttl .org {
  color: #fb7f08;
}

.sec06-layout03 .l-bg {
  background: #fb7f08;
  border-radius: 10px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  line-height: 1.7;
  text-align: center;
  padding: 3px 10px;
  margin-bottom: 13px;
}

.sec06-layout03 .l-txt {
  font-weight: bold;
  line-height: 1.5;
}

.sec06-layout04 {
  background: #fff;
  border: 1px solid #c0bebe;
  padding: 40px;
}

.sec06-layout04 .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

.sec06-layout04 .l-txt01 {
  color: #451a04;
  text-align: center;
  margin-bottom: 20px;
}

.sec06-layout04 .l-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.sec06-layout04 .l-card li {
  margin: 0 12px;
}

.sec06-layout04 .l-txt-bold {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
}

.sec06-layout04 .l-h4 {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.sec06-layout04 .l-h4::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #451a04 transparent transparent transparent;
  position: absolute;
  top: 6px;
  left: 0;
}

.sec06-layout04 .l-txt02 {
  line-height: 1.5;
}

.sec07 {
  padding: 70px 0 30px;
}

.sec07-flow {
  margin-bottom: 30px;
}

.sec07-flow li {
  display: flex;
  border: 7px solid #ddd;
  padding: 30px 35px;
}

.sec07-flow li+li {
  margin: 68px 0 0;
  position: relative;
}

.sec07-flow li+li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 66px 0 66px;
  border-color: #00b259 transparent transparent transparent;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec07-flow li .l-img {
  widows: 173px;
  margin-right: 35px;
}

.sec07-flow li .l-desc {
  flex: 1;
}

.sec07-flow li .l-ttl {
  display: flex;
  align-items: center;
}

.sec07-flow li .l-ttl .num {
  color: #19884c;
  font-family: "Open Sans", sans-serif;
  font-size: 82px;
  line-height: 1;
  position: relative;
  padding-top: 25px;
  margin-right: 15px;
}

.sec07-flow li .l-ttl .num::before {
  content: "";
  background: url(../images/sec07-step.png) no-repeat center/cover;
  width: 70px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec07-flow li .l-ttl .txt {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  line-height: 1.2;
}

.sec07-flow li .l-ttl .txt .red {
  color: #ff0000;
}

.sec07-flow li .l-txt {
  line-height: 1.7;
}

.sec07-layout {
  background: #fcfce3;
  padding: 25px 30px;
  margin-bottom: 15px;
}

.sec07-layout .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.sec07-layout .l-ttl .org {
  color: #fb7f08;
}

.sec07-layout .l-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sec08 {
  padding: 30px 0 70px;
}

.sec08-dl {
  margin-bottom: 20px;
}

.sec08-dl dt {
  cursor: pointer;
  display: flex;
  background: #00b259;
  padding: 15px 55px 15px 90px;
  position: relative;
  transition: .5s;
}

.sec08-dl dt:hover {
  opacity: .7;
}

.sec08-dl dt::before {
  content: "+";
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .5s;
}

.sec08-dl dt .txt {
  flex: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  padding-top: 6px;
}

.sec08-dl dt i {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  color: #00b259;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec08-dl dt.is-on::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sec08-dl dd {
  display: flex;
  padding: 25px 55px 10px 20px;
  position: relative;
}

.sec08-dl dd .txt {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 6px;
}

.sec08-dl dd i {
  background: #fdbc4a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec09 {
  margin-bottom: 80px;
}

.sec09-ttl {
  background: #ff8e00;
  border-bottom: 5px solid #e3e3e3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 43px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 65px;
}

.sec09-txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sec10 {
  background: #fafafa;
  padding: 80px 0;
}

.sec10-layout {
  display: flex;
}

.sec10-layout .l-img {
  width: 360px;
  margin-right: 40px;
}

.sec10-layout .l-img .img {
  margin-bottom: 25px;
}

.sec10-layout .l-name {
  text-align: center;
}

.sec10-layout .l-name .job {
  color: #fff;
  background: #525051;
  border-radius: 20px;
  padding: 10px 25px;
  margin-right: 15px;
}

.sec10-layout .l-desc {
  flex: 1;
}

.sec10-layout .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
}

.sec11 {
  padding: 80px 0 60px;
}

.sec11-table {
  border: 1px solid #dddddd;
}

.sec11-table tr th {
  font-size: 16px;
  background: #f1f1f1;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 14px;
}

.sec11-table tr td {
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  padding: 14px 15px;
}

.sec11-table tr td .tel {
  color: #0fa088;
  text-decoration: underline;
}

.sec12 {
  margin-bottom: 90px;
}

.sec12-ttl-wrp {
  border-top: 1px solid #451a04;
}

.sec12-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  text-align: center;
  margin: -22px 0 30px;
}

.sec12-ttl span {
  background: #fff;
  padding: 0 30px;
}

.sec12-layout .l-ttl {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  margin-bottom: 20px;
}

.sec12-layout .l-txt {
  margin-bottom: 25px;
}

.sec12-layout .l-dl dt {
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.sec12-layout .l-dl dd {
  margin-bottom: 25px;
  line-height: 2;
}

.sec12-layout .l-dl dd .tel {
  color: #0fa088;
  text-decoration: underline;
}

.sec12-layout .l-list01 {
  margin: 30px 0 0 30px;
}

.sec12-layout .l-list01 li {
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}

.sec12-layout .l-list01 li::before {
  content: "";
  background: #333333;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}

.sec12-layout .l-list01 li+li {
  margin: 10px 0 0;
}

.sec12-layout .l-list02 li {
  line-height: 2;
}

.sec12-layout .l-list02 li+li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #dddddd;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
footer {
  border-top: 4px solid #00b259;
  padding-top: 40px;
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  transition: .5s;
  width: 78px;
}

.pagetop a:hover {
  opacity: .5;
}

.f-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.f-contents {
  width: 50%;
}

.f-logo {
  width: 355px;
  margin-bottom: 15px;
}

.f-tel {
  line-height: 1;
  margin-bottom: 10px;
}

.f-tel a {
  color: #f46252;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  padding-left: 26px;
  position: relative;
  margin-right: 15px;
}

.f-tel a::before {
  content: "";
  background: url(../images/share/tel.png) no-repeat center/cover;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 12px;
  left: 0;
}

.f-tel .time {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  vertical-align: 2px;
}

.f-txt01 {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.f-txt01 .org {
  color: #ff6800;
  font-weight: bold;
  margin: 0 5px;
}

.f-txt02 {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.f-txt02 .area {
  padding: 1px 10px 0;
  background: #fbd977;
  border-radius: 3px;
  margin-right: 8px;
}

.f-add {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.f-img01 {
  display: flex;
}

.f-img01 li:first-child {
  margin-right: 20px;
}

.f-contact {
  width: 50%;
}

.f-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.f-btn>li {
  width: 49.5%;
  margin-bottom: 5px;
}

.f-btn>li a {
  display: block;
  transition: .5s;
}

.f-btn>li a:hover {
  opacity: .5;
}

.f-btn .line {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.f-btn .line li {
  margin-left: 5px;
}

.f-txt03 {
  color: #451a04;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
}

.f-img02 li {
  margin-bottom: 10px;
}

.f-img02 li a {
  display: block;
  transition: .5s;
}

.f-img02 li a:hover {
  opacity: .5;
}

.copyright {
  background: #00b259;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 11px 0;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold, strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.green {
  color: #00B050;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
	header
	-----------------------------------------------------------*/
  .header {
    padding: 7px 0;
    height: 51px;
  }

  .header h1 {
    display: none;
  }

  .h-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .h-logo {
    flex: 1;
    width: auto;
    margin: 3px 12px 0 0;
  }

  .h-tel,
  .h-txt01,
  .h-txt02 {
    display: none;
  }

  .h-txt03 {
    display: block;
    width: 115px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }

  .h-txt03 .area {
    display: inline-block;
    padding: 2px 5px 0;
    background: #fbd977;
    border-radius: 3px;
  }

  .h-txt03 .point {
    display: block;
    margin-top: 5px;
  }

  .h-contact {
    display: none;
  }

  .h-fixed.is-fixed .header {
    padding: 7px 0;
  }

  /*-----------------------------------------------------------
	g-navi
	-----------------------------------------------------------*/
  /* PC用のナビを非表示 */
  .pc-navi {
    display: none;
  }

  /* PC用のナビを非表示 */
  .sp-navi {
    display: block;
  }

  /* ナビ開閉 */
  .sp-navi.is-open {
    pointer-events: auto;
    opacity: 1;
  }

  /* ボタン類 */
  .sp-navi-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }

  .sp-tel-info {
    background: #FCF9EF;
    border-top: 2px solid #f6a33f;
    padding: 10px;
    text-align: center;
  }

  .sp-tel-info .txt01 {
    color: #451a04;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
  }

  .sp-tel-info .txt02 {
    color: #000000;
    font-size: 10px;
    line-height: 1;
  }

  .sp-tel-info .txt02 .org {
    color: #ff6800;
    font-weight: bold;
  }

  .sp-navi-btns {
    display: flex;
    height: 50px;
  }

  .sp-navi-btns .item {
    width: 28%;
    border-right: 1px solid #ccc;
    background-size: 20px;
    background-position: top 15px center;
    background-repeat: no-repeat;
    color: #333;
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi-btns .item.btn-phone {
    background: #43adfe;
    position: relative;
  }

  .sp-navi-btns .item.btn-phone::before {
    content: "";
    background: url(../images/share/sp-tel.png) no-repeat center/cover;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sp-navi-btns .item.btn-mail {
    background: #ff8833;
    position: relative;
  }

  .sp-navi-btns .item.btn-mail::before {
    content: "";
    background: url(../images/share/sp-mail.png) no-repeat center/cover;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sp-navi-btns .item.btn-line {
    background: #00b900;
    position: relative;
  }

  .sp-navi-btns .item.btn-line::before {
    content: "";
    background: url(../images/share/sp-line.png) no-repeat center/cover;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sp-navi-btns .item a {
    display: block;
    padding: 30px 0 0;
    height: 100%;
  }

  .sp-navi-btns .humberger {
    background: #451a04;
    width: 18%;
    cursor: pointer;
    position: relative;
  }

  .sp-navi-btns .humberger span:not(.ttl) {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .4s;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(1) {
    top: 20px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(2) {
    top: 26px;
  }

  .sp-navi-btns .humberger span:not(.ttl):nth-of-type(3) {
    top: 32px;
  }

  .sp-navi-btns .humberger.is-open span:nth-of-type(1) {
    -webkit-transform: translate(-50%, 6px) rotate(-45deg);
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-navi-btns .humberger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navi-btns .humberger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -6px) rotate(45deg);
    transform: translate(-50%, -6px) rotate(45deg);
  }

  /* コンテンツ */
  .sp-navi-contents {
    visibility: hidden;
    background: #fff;
    color: #333;
    padding: 30px 30px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi-contents.is-open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi-logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .sp-navi-logo img {
    width: 200px;
  }

  .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    font-weight: bold;
    margin: 0 0 30px;
  }

  .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 15px 0;
  }

  /*-----------------------------------------------------------
	hero
	-----------------------------------------------------------*/
  .hero {
    padding-top: 51px;
  }

  .hero h2 img {
    object-fit: fill;
    font-family: 'object-fit: fill;';
  }

  /*-----------------------------------------------------------
	top contents
	-----------------------------------------------------------*/
  .t-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .anchor-link {
    padding-top: 80px;
    margin-top: -80px;
  }

  .sec01 {
    background: url(../images/sec01-img.png) no-repeat bottom right/50% auto;
    padding: 40px 0;
  }

  .sec01-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sec01-check li {
    font-size: 17px;
    padding-left: 30px;
  }

  .sec01-check li::before {
    width: 22px;
    height: 19px;
    top: 2px;
  }

  .sec01-check li+li {
    margin: 10px 0 0;
  }

  .sec02 {
    padding: 40px 0;
  }

  .sec02-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sec02-list {
    display: block;
  }

  .sec02-list li {
    width: 100%;
    padding: 25px 20px 20px;
  }

  .sec02-list li:last-child {
    margin-bottom: 0;
  }

  .sec02-list .list-ttl {
    min-height: 0;
    font-size: 17px;
    padding-left: 50px;
    margin-bottom: 25px;
  }

  .sec02-list .list-ttl .num {
    font-size: 25px;
    width: 45px;
    height: 45px;
  }

  .sec02-list .list-img {
    text-align: center;
  }

  .sec03 {
    padding: 40px 0 20px;
  }

  .sec03 .t-ttl {
    margin-bottom: 60px;
  }

  .sec03-list {
    display: block;
  }

  .sec03-list li {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .sec03-list li:nth-child(4), .sec03-list li:last-child {
    margin: 0 0 50px 0;
  }

  .sec03-list .list-ttl {
    height: auto;
  }

  .sec04 {
    padding: 40px 0;
  }

  .sec04-layout {
    padding: 20px;
  }

  .sec04-layout>li {
    display: block;
  }

  .sec04-layout>li+li {
    padding-top: 35px;
    margin-top: 25px;
  }

  .sec04-layout .l-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec04-layout .l-cat {
    line-height: 1;
    margin-bottom: 7px;
  }

  .sec04-layout .l-cat .cat {
    font-size: 15px;
  }

  .sec04-layout .l-ttl {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .sec05 {
    padding: 40px 0;
  }

  .sec05-post li time {
    display: block;
    margin: 0;
  }

  .sec05-post li a {
    font-size: 15px;
  }

  .sec05-post li p {
    margin-top: 10px;
  }

  .sec06 {
    padding: 40px 0;
  }

  .sec06-layout01 {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .sec06-layout01 .l-txt01 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .sec06-layout01 .l-txt02 {
    width: 100%;
    font-size: 20px;
  }

  .sec06-layout01 .l-txt02 .large {
    font-size: 40px;
  }

  .sec06-layout02 {
    padding: 20px;
  }

  .sec06-layout02 .l-ttl {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;
  }

  .sec06-layout02 .l-txt {
    margin-bottom: 20px;
  }


  .sec06-list-price {
    display: block;
    margin-bottom: 30px;
  }

  .sec06-list-price li {
    display: block;
    width: 100%;
  }

  .sec06-list-price .ttl {
    display: block;
    font-size: 20px;
    width: 100%;
  }

  .sec06-list-price .sup {
    font-size: 14px;
  }

  .sec06-list-price .price {
    display: block;
    font-size: 22px;
    text-align: right;
  }

  .sec06-list-price .price .small {
    font-size: 14px;
  }


  .sec06-table tr th {
    font-size: 18px;
  }

  .sec06-table tr td {
    font-size: 16px;
  }

  .sec06-layout03 {
    display: block;
    padding: 20px;
  }

  .sec06-layout03 .l-img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    overflow: auto;
  }

  .sec06-layout03 .l-img img {
    margin-top: 0;
  }

  .sec06-layout03 .l-desc {
    padding: 0;
  }

  .sec06-layout03 .l-ttl {
    font-size: 25px;
  }

  .sec06-layout03 .l-bg {
    font-size: 16px;
    text-align: left;
  }

  .sec06-layout04 {
    padding: 20px;
  }

  .sec06-layout04 .l-ttl {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .sec06-layout04 .l-txt01 {
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .sec06-layout04 .l-card {
    margin-bottom: 15px;
  }

  .sec06-layout04 .l-txt-bold {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .sec06-layout04 .l-h4 {
    font-size: 18px;
    padding-left: 23px;
    margin-bottom: 10px;
  }

  .sec06-layout04 .l-h4::before {
    border-width: 12px 8px 0 8px;
    top: 8px;
  }

  .sec07 {
    padding: 40px 0 25px;
  }

  .sec07-flow li {
    display: block;
    padding: 20px;
  }

  .sec07-flow li+li {
    margin: 50px 0 0;
  }

  .sec07-flow li+li::before {
    border-width: 24px 46px 0 46px;
    top: -40px;
  }

  .sec07-flow li .l-img {
    width: 173px;
    text-align: center;
    margin: 0 auto 10px;
  }

  .sec07-flow li .l-ttl {
    margin-bottom: 10px;
  }

  .sec07-flow li .l-ttl .num {
    font-size: 60px;
    margin-right: 10px;
  }

  .sec07-flow li .l-ttl .num::before {
    width: 60px;
    height: 23px;
  }

  .sec07-flow li .l-ttl .txt {
    font-size: 25px;
  }

  .sec07-layout {
    padding: 20px;
  }

  .sec07-layout .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sec08 {
    padding: 40px 0;
  }

  .sec08-dl dt {
    padding: 5px 25px 5px 50px;
  }

  .sec08-dl dt::before {
    font-size: 25px;
    right: 5px;
  }

  .sec08-dl dt .txt {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0;
  }

  .sec08-dl dt i {
    font-size: 17px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    left: 5px;
  }

  .sec08-dl dd {
    padding: 10px 25px 0 10px;
  }

  .sec08-dl dd::before {
    font-size: 25px;
    top: 10px;
    right: 5px;
  }

  .sec08-dl dd .txt {
    font-size: 15px;
    line-height: 1.5;
    padding-top: 0;
  }

  .sec08-dl dd i {
    font-size: 17px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .sec09 {
    margin-bottom: 40px;
  }

  .sec09-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .sec09-txt {
    margin-bottom: 20px;
  }

  .sec10 {
    padding: 40px 0 30px;
  }

  .sec10-layout {
    display: block;
  }

  .sec10-layout .l-img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }

  .sec10-layout .l-ttl {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .sec11 {
    padding: 30px 0 50px;
  }

  .sec11-table tr th {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px;
  }

  .sec11-table tr td {
    display: block;
    line-height: 1.5;
    width: 100%;
    padding: 10px;
  }

  .sec11-table col {
    width: 100%;
  }

  .sec12 {
    margin-bottom: 50px;
  }

  .sec12-ttl-wrp {
    border-top: none;
  }

  .sec12-ttl {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .sec12-layout .l-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .sec12-layout .l-txt {
    margin-bottom: 20px;
  }

  .sec12-layout .l-dl dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .sec12-layout .l-list01 {
    margin: 15px 0 0 0;
  }

  .sec12-layout .l-list01 li+li {
    margin: 5px 0 0;
  }

  /*-----------------------------------------------------------
	footer
	-----------------------------------------------------------*/
  footer {
    padding-bottom: 104px;
  }

  .pagetop {
    display: none !important;
  }

  .f-wrapper {
    display: block;
  }

  .f-contents {
    width: 100%;
    margin-bottom: 30px;
  }

  .f-logo {
    width: 250px;
    margin: 0 auto 15px;
  }

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

  .f-tel .time {
    display: block;
    margin: 5px 0 0;
  }

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

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

  .f-img01 {
    margin-bottom: 15px;
  }

  .f-contact {
    width: 100%;
  }

  .f-btn {
    display: none;
  }

  .copyright {
    padding: 5px 0;
    font-family: Verdana, "Droid Sans";
  }

  /*-----------------------------------------------------------
	common
	-----------------------------------------------------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

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

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

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

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

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*------------
お問い合わせ
--------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 25px 40px 25px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 30px 0;
}

.contact-form .hissu {
  background: #E57373;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  float: right;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form textarea {
  height: 200px;
}

.contact-form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}

.contact-form .mwform-radio-field input[type="radio"] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
}

.contact-form .mwform-radio-field .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #419caf;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transition: .4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form .mwform-radio-field input[type="radio"]:checked+.mwform-radio-field-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form .mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}

.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
}

.contact-form .mwform-checkbox-field .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #419caf;
  border-right: 3px solid #419caf;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 1px;
  left: 7px;
  transition: .3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.check-privacy {
  position: relative;
  margin-bottom: 10px;
}

.check-privacy .mwform-checkbox-field {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.check-privacy .mwform-checkbox-field-text {
  display: inline-block;
  padding-left: 30px;
  line-height: 1.5;
}

.check-privacy .mwform-checkbox-field-text::after {
  top: -8px;
}

.check-privacy .mwform-checkbox-field {
  margin-right: 0;
}

.contact-form .mwform-checkbox-field input[type="checkbox"]:checked+.mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .day-th {
  vertical-align: top;
}

.contact-form .day-th .txt01 {
  margin-bottom: 25px;
}

.contact-form .day-th .txt02-pc {
  margin-bottom: 50px;
  line-height: 1.5;
}

.contact-form .day-th .txt02-pc span {
  display: block;
  font-weight: 500;
  margin-left: 15px;
}

.contact-form .txt02-sp,
.contact-form .txt03-sp {
  display: none;
}

.contact-form .day-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.contact-form .mwform-day-field {
  width: 32%;
  text-align: center;
}

.contact-form .mwform-day-field .txt {
  font-size: 13px;
  margin-bottom: 5px;
}

.contact-form .mwform-time-field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.contact-form .mwform-time-field input {
  width: 32%;
}

.contact-form .message-th {
  vertical-align: top;
}

.contact-form .privacy-check {
  padding-left: 150px;
  margin-bottom: 60px;
}

.contact-form .privacy-check .mwform-checkbox-field {
  margin-bottom: 20px;
}

.contact-form .privacy-check .link {
  color: #0fa088;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #5ac3b7;
  border: 1px solid #5ac3b7;
  border-radius: 0;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

.contact-box {
  margin-top: 265px;
}

#mw_wp_form_mw-wp-form-5 {
  padding-top: 265px;
  margin-top: -265px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form table {
    margin: 0 0 30px;
  }

  .contact-form col {
    width: 100%;
  }

  .contact-form table tr {
    border-bottom: 1px dashed #CCC;
  }

  .contact-form table th, .contact-form table td {
    display: block;
  }

  .contact-form table th {
    padding: 15px 0 10px;
  }

  .contact-form table td {
    padding: 0 0 15px;
  }

  .contact-form table .preferred-date {
    overflow: hidden;
  }

  .contact-form table .preferred-date .date {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }

  .contact-form table .preferred-date .time {
    width: 100%;
  }

  .contact-form table .birthday select {
    width: auto;
    padding: 15px 30px 15px 15px;
  }

  .contact-form table .birthday .year {
    margin: 0 5px;
  }

  .contact-form table .birthday .month {
    margin: 0 5px;
  }

  .contact-form table .birthday .day {
    margin: 0 0 0 5px;
  }

  .contact-form table .day-th {
    display: block;
    margin-bottom: 0;
  }

  .contact-form table .day-th .txt01 {
    margin-bottom: 0;
  }

  .contact-form table .day-th .txt02-pc,
  .contact-form table .day-th .txt03-pc {
    display: none;
  }

  .contact-form table .txt02-sp,
  .contact-form table .txt03-sp {
    display: block;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .contact-form table .txt02-sp span,
  .contact-form table .txt03-sp span {
    display: block;
    font-weight: 500;
    margin-left: 15px;
  }

  .contact-form .day-wrp {
    display: block;
    margin-bottom: 30px;
  }

  .contact-form .mwform-day-field {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .contact-form .mwform-day-field .txt {
    margin-bottom: 5px;
  }

  .contact-form .mwform-time-field {
    display: block;
    margin-bottom: 0;
  }

  .contact-form .mwform-time-field input {
    width: 100%;
    margin-bottom: 10px;
  }

  .contact-form .submit-btn [type="submit"] {
    padding: 15px;
    width: 250px;
  }

  .contact-form .submit-btn [type="submit"].back-btn {
    margin-right: 25px;
  }

  .contact-form .privacy-check {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .contact-form .privacy-check .mwform-checkbox-field {
    margin-bottom: 15px;
  }

  .check-privacy02 .mwform-checkbox-field-text::after {
    top: 15px !important;
  }

  .contact-box {
    margin-top: 77px;
  }

  #mw_wp_form_mw-wp-form-5 {
    padding-top: 77px;
    margin-top: -77px;
  }
}

.ui-datepicker .ui-datepicker-today.ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-today span {
  background: #ffeb00;
}

.mw_wp_form_confirm .contact-form .privacy-check {
  display: none;
}


/*-----------------------------------------------------------
slick
-----------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
  outline: none;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  transition: .5s;
  z-index: 10;

  &:focus {
    outline: 0;
  }

  &:hover {
    opacity: .5;
  }
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 10px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 8px;
  padding: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #2292ab;
}

.slick-dots li.slick-active button {
  background: #2292ab;
}

.sec04-thumb01,
.sec04-thumb02,
.sec04-thumb03,
.sec04-thumb04, {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 400px;
  position: relative;
}

.sec04-thumb01 .slick-slide,
.sec04-thumb02 .slick-slide,
.sec04-thumb03 .slick-slide,
.sec04-thumb04 .slick-slide {
  cursor: pointer;
  text-align: center;
  position: relative;
}

.sec04-thumb01 .slick-slide::before,
.sec04-thumb02 .slick-slide::before,
.sec04-thumb03 .slick-slide::before,
.sec04-thumb04 .slick-slide::before {
  content: "";
  border: 4px solid #ddd;
  width: 90px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: .5s;
  z-index: 10;
  opacity: 0;
}

.sec04-thumb01 .slick-center::before,
.sec04-thumb02 .slick-center::before,
.sec04-thumb03 .slick-center::before,
.sec04-thumb04 .slick-center::before {
  opacity: 1;
}

.sec04-thumb01 img,
.sec04-thumb02 img,
.sec04-thumb03 img,
.sec04-thumb04 img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sec04-thumb01 .slick-prev,
.sec04-thumb02 .slick-prev,
.sec04-thumb03 .slick-prev,
.sec04-thumb04 .slick-prev {
  border-color: #333;
  top: calc(50% - 3px);
  left: -5px;
  padding: 0;
}

.sec04-thumb01 .slick-next,
.sec04-thumb02 .slick-next,
.sec04-thumb03 .slick-next,
.sec04-thumb04 .slick-next {
  border-color: #333;
  top: calc(50% - 3px);
  right: -5px;
  padding: 0;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  .sec04-thumb01,
  .sec04-thumb02,
  .sec04-thumb03,
  .sec04-thumb04, {
    padding: 0 25px;
    max-width: 250px;
  }

  .sec04-thumb01 .slick-slide::before,
  .sec04-thumb02 .slick-slide::before,
  .sec04-thumb03 .slick-slide::before,
  .sec04-thumb04 .slick-slide::before {
    width: 70px;
    height: 50px;
  }

  .sec04-thumb01 img,
  .sec04-thumb02 img,
  .sec04-thumb03 img,
  .sec04-thumb04 img {
    width: 70px;
    height: 50px;
  }

  .sec04-thumb01 .slick-prev,
  .sec04-thumb02 .slick-prev,
  .sec04-thumb03 .slick-prev,
  .sec04-thumb04 .slick-prev {
    top: calc(50% - 3px);
  }

  .sec04-thumb01 .slick-next,
  .sec04-thumb02 .slick-next,
  .sec04-thumb03 .slick-next,
  .sec04-thumb04 .slick-next {
    top: calc(50% - 3px);
  }
}

.sec13 {
  margin-bottom: 80px;
}

.sec13 p {
  text-align: center;
}

.sec13_box {
  margin: 0 auto 30px;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}

.sec13_left {
  margin: 20px 10px 0px 0px;
  width: 500px;
  text-align: left;
}

.sec13_right {
  margin: 20px 0px 0px 0px;
  width: 470px;
  text-align: left;
}

.sec13_right dt {
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}

.sec13_right dd {
  margin: 0px 0px 20px 0px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-align: left;
}

@media (max-width: 800px) {
  .sec13 {
    margin: 0;
  }

  .sec13_box {
    padding: 30px 10px 20px 10px;
  }

  .sec13_left {
    margin: 0;
  }
}

.sec14 {
  padding: 60px 0;
}

.sec14 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.sec14 .l-img {
  width: 20%;
}

.sec14 .l-desc {
  width: 75%;
}

@media (max-width: 800px) {
  .sec14 {
    padding: 30px 0;
  }

  .sec14 .box {
    display: block;
  }

  .sec14 .l-img {
    width: 50%;
    margin: auto;
  }

  .sec14 .l-desc {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.top-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
  text-align: center;
  margin-top: 40px;
}

.top-btn02 li:first-child {
  width: 100%;
}

.top-btn02 a {
  transition: .5s;
}

.top-btn02 a:hover {
  opacity: 0.5;
}

.btn-style {
  display: inline-block;
  padding: 5px 130px;
  background: #404040;
  border-radius: 5px;
  line-height: 55px;
  text-align: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  transition: .5s;
}

.btn-style::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid #404040;
  border-top: 8px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 99;
}

.btn-style::after {
  content: "";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.btn-style:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .btn-style {
    max-width: 100%;
    width: 248px;
    padding: 5px 40px 5px 10px;
  }

  .top-btn {
    gap: 10px;
  }
}


.list-disc li {
  list-style: inside;
  list-style-type: disc;
}
