@charset "UTF-8";
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", "游ゴシック体", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.inner {
  max-width: 1024px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .inner {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .flL {
    float: left;
  }
  .flR {
    float: right;
  }
  .hoverOpacity {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.8;
  }
  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabH {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .tabAlignL {
    text-align: left;
  }
  .tabAlignC {
    text-align: center;
  }
  .tabAlignR {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .spAlignL {
    text-align: left;
  }
  .spAlignC {
    text-align: center;
  }
  .spAlignR {
    text-align: right;
  }
}
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

body {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  body .inner {
    width: 84%;
  }
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  transition-duration: 0.5s;
}
#header .headerInner {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  align-items: center;
  position: relative;
  z-index: 3;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header .headerInner {
    height: 48px;
    padding: 0 24px;
  }
}
#header .headerInner h1 img {
  width: 105px;
}
@media only screen and (max-width: 767px) {
  #header .headerInner h1 img {
    width: 80px;
  }
}
#header #navigation {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #header #navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background-color: rgba(111, 62, 27, 0.75);
    height: 100%;
    transition-duration: 0.5s;
    z-index: 1000;
    padding: 100px 30px 30px 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
    display: block;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
@media only screen and (max-width: 767px) {
  #header #navigation li {
    width: 100%;
  }
  #header #navigation li a {
    color: #fff;
  }
}
#header #navigation li a {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  margin: 0 16px;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 767px) {
  #header #navigation li a {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }
}
#header #navigation li.btn-contact {
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  #header #navigation li.btn-contact {
    display: none;
  }
}
#header #navigation li.btn-contact a {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fb9144;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition-duration: 0.5s;
}
#header #navigation li.btn-contact a img {
  width: 24px;
}
#header #navigation li.contact-nav-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header #navigation li.contact-nav-sm {
    display: block;
    margin-top: 40px;
  }
}
#header #navigation li.contact-nav-sm ul li {
  border-bottom: none;
}
#header #navigation li.contact-nav-sm ul li a {
  border-bottom: none;
}
#header #navigation li.contact-nav-sm ul li.contact a {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #fff;
}
#header #navigation li.contact-nav-sm ul li.contact a img {
  width: 24px;
  margin-right: 10px;
}
#header #navigation li.contact-nav-sm ul li.tel a {
  display: flex;
  justify-content: center;
}
#header #navigation li.contact-nav-sm ul li.tel a img {
  width: 24px;
  margin-right: 10px;
}
#header #navigation li.contact-nav-sm ul li.tel a span {
  font-size: 24px;
}
#header .btn-nav-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .btn-nav-sm {
    display: block;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.81);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
#header .btn-nav-sm .nav-sm-container {
  width: 48px;
  height: 48px;
  position: relative;
}
#header .btn-nav-sm .nav-sm-container span {
  width: 24px;
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
}
#header .btn-nav-sm .nav-sm-container span:nth-child(1) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 16px;
  transition-duration: 0.5s;
}
#header .btn-nav-sm .nav-sm-container span:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition-duration: 0.5s;
}
#header .btn-nav-sm .nav-sm-container span:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 16px;
  transition-duration: 0.5s;
}
#header.open-nav .btn-nav-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header.open-nav .btn-nav-sm {
    display: block;
    width: 48px;
    background-color: rgba(255, 255, 255, 0.81);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
#header.open-nav .btn-nav-sm .nav-sm-container {
  width: 48px;
  height: 48px;
  position: relative;
}
#header.open-nav .btn-nav-sm .nav-sm-container span {
  width: 24px;
  height: 1px;
  background-color: #000;
  display: block;
  position: relative;
}
#header.open-nav .btn-nav-sm .nav-sm-container span:nth-child(1) {
  transform: rotate(45deg);
  top: 23px;
  transition-duration: 0.5s;
}
#header.open-nav .btn-nav-sm .nav-sm-container span:nth-child(2) {
  opacity: 0;
  transition-duration: 0.5s;
}
#header.open-nav .btn-nav-sm .nav-sm-container span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: -21px;
  transition-duration: 0.5s;
}
#header.open-nav #navigation {
  right: 0;
  transition-duration: 0.5s;
}
#header.fixed {
  background-color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.5s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #eaeaea;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
#header.fixed .headerInner {
  padding: 12px;
  transition-duration: 0.5s;
}
#header.fixed #navigation li a {
  height: 40px;
  line-height: 40px;
  transition-duration: 0.5s;
  font-size: 80%;
}
#header.fixed #navigation li.btn-contact {
  padding-left: 40px;
  transition-duration: 0.5s;
}
#header.fixed #navigation li.btn-contact a {
  height: 40px;
  width: 40px;
  transition-duration: 0.5s;
}
#header.fixed #navigation li.btn-contact a img {
  width: 16px;
}

.form .req {
  font-size: 60%;
  color: #900;
}
.form a {
  color: #00F;
  text-decoration: underline;
}
.form dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  .form dl {
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.form dt {
  text-align: center;
  width: 20%;
  padding: 1em;
  box-sizing: border-box;
  background-color: #fff6dc;
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  .form dt {
    text-align: left;
    width: 100%;
    border-right: none;
    border-bottom: none;
  }
}
.form dd {
  width: 80%;
  padding: 1em;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  .form dd {
    width: 100%;
    border-bottom: none;
  }
}
.form dd.cl1, .form dd.cl2 {
  border-right: 1px solid #E4E4E4;
  width: 22%;
}
.form dd.cl3 {
  width: 43%;
}
.form textarea, .form input {
  font-size: 16px;
  border: 1px solid #999999;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  padding: 5px;
}
.form input[type=text],
.form input[type=email],
.form textarea {
  width: 90%;
}
.form textarea:focus, .form input:focus {
  box-shadow: 0px 0px 5px 2px #ccccee;
  outline-style: none;
}

#main {
  padding-bottom: 15vh;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  #main {
    padding-top: 50px;
  }
}
#main section {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #main section {
    padding: 4vh 0;
  }
}
#main section.imgSection {
  box-sizing: border-box;
  height: 400px;
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  #main section.imgSection {
    height: 40vh;
  }
}
#main section#kv .kvInner {
  width: 100%;
  padding: 0 10vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvInner {
    padding: 0px 16px;
  }
}
#main section#kv .kvInner:after {
  content: "";
  background-color: #fb9144;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 0;
  border-top-left-radius: 1000px 80px;
  border-top-right-radius: 1000px 80px;
  margin-left: -160px;
  margin-right: -160px;
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvInner:after {
    height: 160px;
  }
}
#main section#kv .kvInner h2 {
  font-size: 3.5vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvInner h2 {
    font-size: 8vw;
    margin-bottom: 10px;
  }
}
#main section#kv .kvInner p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvInner p {
    font-size: 12px;
    margin-bottom: 20px;
    max-width: 80%;
  }
}
#main section#kv .kvInner .kvWrap {
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #main section#kv .kvInner .kvWrap {
    height: 48vh;
  }
}
#main section#kv .kvInner .kvWrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
#main section#kv .concept {
  background-color: #fb9144;
  color: #fff;
  padding: 14vh 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #main section#kv .concept {
    padding: 6vh 0;
  }
}
#main section#kv .concept .inner {
  max-width: 768px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
#main section#kv .concept .inner h3 {
  margin-bottom: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #main section#kv .concept .inner h3 {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  #main section#kv .concept .inner p {
    font-size: 14px;
  }
}
#main p a {
  color: #248EBC;
  text-decoration: underline;
}
#main p a:hover {
  text-decoration: none;
}
#main h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #main h4 {
    font-size: 18px;
  }
}
#main h5 {
  font-weight: bold;
  margin-top: 32px;
}
#main .bold {
  font-weight: bold;
}
#main .caution {
  font-size: 13px;
  color: #acacac;
}
#main .orangeBtn.center {
  text-align: center;
  margin-top: 6vh;
}
@media only screen and (max-width: 767px) {
  #main .orangeBtn.center {
    margin-top: 4vh;
  }
}
#main .orangeBtn a {
  height: 48px;
  line-height: 48px;
  color: #fff;
  padding: 0 40px;
  border-radius: 24px;
  display: inline-block;
  background-color: #fb9144;
  transition-duration: 0.5s;
  border: 1px solid #fb9144;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  font-weight: bold;
}
#main .orangeBtn a:hover {
  background-color: #fff;
  color: #fb9144;
  transition-duration: 0.5s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 13px -5px, rgba(0, 0, 0, 0.3) 0px 5px 8px -8px;
}
#main #pageTitle {
  padding: 10vh 0 0 0;
  text-align: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle {
    padding: 7vh 0 0 0;
  }
}
#main #pageTitle:after {
  content: "";
  background-color: #fb9144;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  z-index: 0;
  border-bottom-left-radius: 1000px 80px;
  border-bottom-right-radius: 1000px 80px;
  border-top-left-radius: 1000px 80px;
  border-top-right-radius: 1000px 80px;
  margin-left: -160px;
  margin-right: -160px;
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle:after {
    height: 240px;
  }
}
#main #pageTitle .title {
  margin-bottom: 48px;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle .title {
    margin-bottom: 30px;
  }
}
#main #pageTitle .title p {
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle .title p {
    font-size: 3.6vw;
  }
}
#main #pageTitle .title h2 {
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle .title h2 {
    font-size: 7.5vw;
  }
}
#main #pageTitle .kvImg {
  max-width: 1080px;
  width: 80%;
  height: 60vh;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  #main #pageTitle .kvImg {
    width: 90%;
    height: 30vh;
  }
}
#main #pageTitle .kvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#main .priceBox {
  border-bottom: 1px solid #fb9144;
  border-top: 1px solid #fb9144;
  text-align: center;
  font-size: 130%;
  color: #fb9144;
  padding: 20px 0;
  font-weight: bold;
  margin-bottom: 7vh;
}
@media only screen and (max-width: 767px) {
  #main .priceBox {
    font-size: 4vw;
    padding: 10px 0;
    margin-bottom: 3.5vh;
  }
}
#main .catch {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 10vh;
}
@media only screen and (max-width: 767px) {
  #main .catch {
    width: 86%;
  }
}
#main .catch h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #fb9144;
}
@media only screen and (max-width: 767px) {
  #main .catch h2 {
    font-size: 6.5vw;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
#main .catch p {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #main .catch p {
    font-size: 16px;
    line-height: 1.7;
  }
}
#main .sectionTitle {
  text-align: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 10vh;
}
@media only screen and (max-width: 767px) {
  #main .sectionTitle {
    margin-bottom: 5vh;
  }
}
#main .sectionTitle:after {
  content: "";
  width: 1px;
  height: 48px;
  background-color: #000;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#main .sectionTitle h3 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  #main .sectionTitle h3 {
    font-size: 6.2vw;
    letter-spacing: 0.05em;
  }
}
#main .sectionTitle p {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: #fb9144;
}
@media only screen and (max-width: 767px) {
  #main .sectionTitle p {
    font-size: 2vw;
    letter-spacing: 0.05em;
  }
}
#main .thumnailBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px dotted #fb9144;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#main .thumnailBox:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#main .thumnailBox.borderNone {
  border-bottom: none;
  padding-bottom: 0;
}
#main .thumnailBox.orange {
  background-color: #fb9144;
  color: #fff;
  padding: 48px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox.orange {
    padding: 20px;
  }
}
#main .thumnailBox .thumnail {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox .thumnail {
    width: 100%;
    margin-bottom: 24px;
  }
}
#main .thumnailBox .thumnail img {
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox .thumnail img {
    border-radius: 10px;
  }
}
#main .thumnailBox .textBox {
  width: calc(60% - 48px);
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox .textBox {
    width: 100%;
  }
}
#main .thumnailBox .textBox h5 {
  margin-top: 0;
}
#main .thumnailBox .textBox .catch {
  font-weight: bold;
  color: #fb9144;
  font-size: 36px;
  margin-bottom: 5vh;
  padding-bottom: 0;
  line-height: 1.3;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #main .thumnailBox .textBox .catch {
    margin: 0;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 8px;
    font-size: 32px;
  }
}
#main .orangeText {
  text-align: center;
  font-weight: bold;
  color: #fb9144;
}
@media only screen and (max-width: 767px) {
  #main .orangeText {
    text-align: left;
  }
}
#main .textList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#main .textList li {
  width: 47%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #main .textList li {
    width: 100%;
  }
}
#main .textList li:last-child {
  margin-bottom: 0;
}
#main .textList li h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  #main .textList li h4 {
    font-size: 18px;
  }
}
#main .textList li:nth-child(odd) {
  padding-right: 6%;
}
@media only screen and (max-width: 767px) {
  #main .textList li:nth-child(odd) {
    padding-right: 0%;
  }
}
#main .lineBox {
  border: 1px solid #DFDFDF;
  padding: 32px;
  font-size: 85%;
}
@media only screen and (max-width: 767px) {
  #main .lineBox {
    padding: 20px;
  }
}
#main .featureList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 6vh;
}
@media only screen and (max-width: 767px) {
  #main .featureList {
    margin-bottom: 32px;
  }
}
#main .featureList li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fb9144;
  color: #fb9144;
  border-radius: 10px;
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 32px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #main .featureList li {
    width: 100%;
    margin-right: 0;
    padding: 20px;
    margin-top: 10px;
  }
}
#main .featureList li:nth-child(1) {
  margin-top: 0;
}
#main .featureList li:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #main .featureList li:nth-child(2) {
    margin-top: 10px;
  }
}
#main .featureList li:nth-child(2n) {
  margin-right: 0;
}
#main .featureList li p {
  font-weight: bold;
}
#main .featureList li p.num {
  font-size: 36px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  #main .featureList li p.num {
    font-size: 24px;
  }
}
#main .dlWrap dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
#main .dlWrap dl:first-child {
  margin-top: 0;
}
#main .dlWrap dl dt {
  width: 140px;
  color: #fb9144;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #main .dlWrap dl dt {
    width: 100%;
  }
}
#main .dlWrap dl dd {
  width: calc(100% - 160px);
  border-left: 2px solid #fb9144;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #main .dlWrap dl dd {
    width: 100%;
    padding-left: 0;
    border-left: 0px solid #fb9144;
    border-top: 2px solid #fb9144;
    margin-top: 12px;
    padding-top: 12px;
  }
}

#footer {
  color: #fff;
  text-align: center;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
#footer .footerWrap {
  background-color: #fb9144;
  padding: 12vh 0;
  position: relative;
}
#footer .footerWrap:after {
  content: "";
  background-color: #fb9144;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 480px;
  z-index: 0;
  border-bottom-left-radius: 1000px 80px;
  border-bottom-right-radius: 1000px 80px;
  border-top-left-radius: 1000px 80px;
  border-top-right-radius: 1000px 80px;
  margin-left: -160px;
  margin-right: -160px;
  padding-left: 160px;
  padding-right: 160px;
}
@media only screen and (max-width: 767px) {
  #footer .footerWrap:after {
    height: 240px;
  }
}
#footer .inner {
  position: relative;
  z-index: 1;
}
#footer .footerLogo {
  margin-bottom: 8vh;
}
#footer .footerLogo img {
  width: 100px;
}
#footer .tel {
  font-size: 200%;
  font-weight: 500;
  line-height: 1;
}
#footer .tel a {
  color: #fff;
}
#footer .footerMenu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 8vh 0;
}
@media only screen and (max-width: 767px) {
  #footer .footerMenu {
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    justify-content: flex-start;
  }
}
#footer .footerMenu li a {
  padding: 0px 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .footerMenu li a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
}
#footer .footerMenu li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #footer .footerMenu li {
    width: 50%;
  }
}
#footer .copylight {
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */