@charset "UTF-8";
/*=============================================
reset
=============================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #4C4948;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
}

p, th, td, li, dt, dd {
  font-size: 1.4rem;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  color: #4C4948;
  text-decoration: none;
}

a:visited {
  color: #4C4948;
  text-decoration: none;
}

a:hover {
  color: #4C4948;
  text-decoration: none;
}

a:active {
  color: #4C4948;
  text-decoration: none;
}

:focus {
  outline: 0;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1em 0;
  padding: 0;
}

input, textarea, select, option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", sans-serif;
  color: #3E3A39;
}

input[type=search], input[type=button], input[type=submit], select {
  -webkit-appearance: none;
  border-radius: 0;
}

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

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

.alignT {
  vertical-align: top !important;
}

.alignM {
  vertical-align: middle !important;
}

.alignB {
  vertical-align: bottom !important;
}

.tac {
  text-align: center;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

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

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.font10 {
  font-size: 10px !important;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px !important;
}

.font20 {
  font-size: 20px !important;
}

.font22 {
  font-size: 22px !important;
}

.font24 {
  font-size: 24px !important;
}

.font26 {
  font-size: 26px !important;
}

.font28 {
  font-size: 28px !important;
}

.font30 {
  font-size: 30px !important;
}

.font40 {
  font-size: 40px !important;
}

.sup {
  font-size: 50%;
  position: relative;
  top: -1em;
}

.white {
  color: #fff !important;
}

.red {
  color: #FF0505 !important;
}

.blue {
  color: #1757A1 !important;
}

.yellow {
  color: #FFFF00 !important;
}

.serif {
  font-family: serif;
}

.san-serif {
  font-family: san-serif;
}

body, h1, h2, h3, h4, h5, h6, div, p, dt, dd, li, th, td, input, textarea, select, option, a:link, a:visited, a:hover, a:active {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.02em;
  color: #000000;
}

body {
  background-color: #fff;
}

#wrap {
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 116px;
  overflow: hidden;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

/*==================================================
header
==================================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 116px;
  background: #FEFAF6;
}
#header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 116px;
  margin: 0 auto;
  padding: 0 50px 0 35px;
}
#header .link {
  display: flex;
  align-items: center;
}
#header .link li:nth-child(2) {
  margin-left: 15px;
}
#header .link li:nth-child(3) {
  margin-left: 25px;
}
#header .inq a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  height: 47px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #658093;
}
#header .inq a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #2d4b62 transparent;
}

/*==================================================
navi
==================================================*/
#global {
  position: absolute;
  top: 722px;
  left: 0;
  width: 100%;
  height: 84px;
  background: rgba(254, 250, 246, 0.8);
}
#global ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 84px;
  margin: 0 auto;
}
#global li {
  padding: 0 27px;
}
#global li a {
  font-size: 32px;
}

/*==================================================
スマホ処理
==================================================*/
#header #menu-btn {
  display: none;
}

body.pc #header #menu-btn {
  display: none;
}

body.fixed {
  position: fixed;
  width: 100%;
}

body.sp #header .inner {
  padding-right: 200px;
}

body.sp #global {
  display: none;
}

body.sp #header #menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  cursor: pointer;
}

body.pc #sp-menu {
  display: none;
}

#sp-menu {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FEFAF6;
  z-index: 10000;
}
#sp-menu #close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 116px;
  cursor: pointer;
}
#sp-menu .wrap {
  display: flex;
  flex-direction: column;
  width: 800px;
  margin: 0 auto;
  padding: 140px 0 0;
  text-align: left;
}
#sp-menu .logo {
  margin: 0 0 80px;
}
#sp-menu .navi {
  margin: 0 0 40px;
}
#sp-menu .navi li {
  margin: 0 0 25px;
  font-size: 68px;
}
#sp-menu .tel {
  margin: 0 0 20px;
  font-size: 68px;
}
#sp-menu .time {
  font-size: 68px;
}

/*==================================================
inquiry
==================================================*/
#inquiry {
  padding: 80px 0 96px;
  text-align: center;
  background: #eae9d3;
}
#inquiry .logo {
  margin: 0 0 70px;
}
#inquiry .tel {
  width: 432px;
  margin: 0 auto 35px;
  border-bottom: 1px solid #000;
}
#inquiry .tel dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
#inquiry .tel dt::before,
#inquiry .tel dt::after {
  content: "";
  width: 90px;
  height: 1px;
  background: #000;
}
#inquiry .tel dd {
  padding: 22px 0;
  font-size: 35px;
  line-height: 1;
}
#inquiry .info {
  margin: 0 0 50px;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 2;
}
#inquiry .btn {
  display: flex;
  justify-content: center;
}
#inquiry .btn li {
  margin: 0 35px;
}
#inquiry .btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 335px;
  height: 65px;
  font-family: sans-serif;
  font-size: 23px;
}
#inquiry .btn li a::after {
  content: "＞";
  padding-left: 20px;
}
#inquiry .btn li:nth-child(1) a {
  color: #fff;
  background: #B6C98B;
}
#inquiry .btn li:nth-child(2) a {
  color: #8CA84A;
  background: #fff;
}

#map {
  width: 100%;
  height: 338px;
}

/*==================================================
footer
==================================================*/
#footer {
  width: 100%;
  background: #D0DBB7;
}
#footer .navi {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 85px 0 28px;
  background: url(../img/common/foot_dot.svg) right bottom no-repeat;
}
#footer .navi .global {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .navi .global li {
  padding: 0 22px;
}
#footer .navi .global li a {
  font-size: 23px;
  line-height: 1;
}
#footer .navi .sns {
  position: absolute;
  top: 74px;
  right: 60px;
  display: flex;
  align-items: center;
}
#footer .navi .sns li {
  margin: 0 7px;
}
#footer .wrap {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 18px 60px 20px;
}
#footer .wrap .related {
  padding: 20px 0 0;
}
#footer .wrap .corp {
  padding: 20px 0 0;
}
#footer .wrap .corp li {
  margin: 0 0 15px;
}
#footer .wrap .corp li::before {
  content: "▶︎";
  margin-right: 4px;
  font-size: 12px;
}
#footer .wrap .corp li:nth-child(2)::before {
  margin-right: 10px;
}
#footer .wrap .corp a {
  font-size: 15px;
}
#footer .wrap .bnr li:nth-child(2) {
  margin-top: 10px;
}

body.pc #footer .inq {
  display: none;
}

body.sp #footer {
  padding-bottom: 150px;
}

body.sp #footer .inq {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
}
body.sp #footer .inq li {
  width: 50%;
}
body.sp #footer .inq li:nth-child(1) {
  background: #839892;
}
body.sp #footer .inq li:nth-child(1) a {
  background: url(../img/common/ico_tel.png) left 10% center no-repeat;
}
body.sp #footer .inq li:nth-child(2) {
  background: #F9CFB0;
}
body.sp #footer .inq li:nth-child(2) a {
  background: url(../img/common/ico_star.png) left 10% center no-repeat;
}
body.sp #footer .inq a {
  display: block;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  font-size: 57px;
  border: 2px solid #fff;
}

/*==================================================
layout parts
==================================================*/
main {
  padding: 1px 0;
  background: #FEFAF6;
}
main section > .inner, main article > .inner {
  width: 1200px;
  margin: 0 auto;
}
main section > .inner.full, main article > .inner.full {
  width: 100%;
}
main section p, main article p {
  font-size: 18px;
  line-height: 1.8;
}
main section em, main article em {
  color: inherit;
}
main section .small, main article .small {
  font-size: 80%;
}

#visual {
  width: 100%;
  height: 690px;
  background-size: cover;
  background-repeat: no-repeat;
}

#news #visual {
  background-image: url(../img/news/visual.jpg);
  background-position: center center;
}

#plan #visual {
  background-image: url(../img/plan/visual.jpg);
  background-position: center center;
}

#flow #visual {
  background-image: url(../img/flow/visual.jpg);
  background-position: center center;
}

#about #visual {
  background-image: url(../img/about/visual.jpg);
  background-position: center center;
}

#contact #visual {
  background-image: url(../img/contact/visual.jpg);
  background-position: center center;
}

#privacy #visual {
  background-image: url(../img/contact/visual.jpg);
  background-position: center center;
}

#error404 #visual {
  background-image: url(../img/plan/visual.jpg);
  background-position: center center;
}

.title {
  margin: 0 auto 50px;
  text-align: center;
}
.title .sub {
  margin: 0 0 20px;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}
.title .main {
  font-size: 58px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
}

.btn-link {
  text-align: center;
}
.btn-link a {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 65px;
  height: 100px;
  font-size: 31px;
  border-top: 2px solid #2E7F9D;
  border-bottom: 2px solid #2E7F9D;
}
.btn-link a::after {
  content: "＞";
  padding: 0 0 0 20px;
  font-size: 28px;
}

/*=================================
animate css
==================================*/
.animate {
  opacity: 0;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#top-visual {
  width: 100%;
  height: 687px;
  background: url(../img/home/visual.jpg) top center no-repeat;
  background-size: cover;
}
#top-visual .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 687px;
  margin: 0 auto;
}

body.pc #movie {
  background: #000;
}
body.pc #movie .inner {
  width: 1000px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
}
body.pc #movie video {
  width: 1000px;
  height: 600px;
}

body.sp #movie {
  background: #000;
}
body.sp #movie video {
  width: 100%;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}
.bx-wrapper img {
  object-fit: cover;
  object-position: center top;
}

.slider-pc,
.slider-sp {
  display: none;
}

body.pc .slider-pc {
  height: 600px;
  overflow: hidden;
  display: block;
}

body.pc .slider-pc .bxslider img {
  width: 100%;
  height: 600px;
}

body.pc .slider-sp {
  display: none;
}

body.sp .slider-sp {
  display: block;
}

body.sp .slider-sp .bxslider img {
  width: 100%;
}

body.sp .slider-pc {
  display: none;
}

#home main {
  padding: 90px 0 0;
}

#home.sp #wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#thoughts {
  margin: 0 0 140px;
}
#thoughts .title {
  margin: 80px 0;
}
#thoughts .txt {
  margin: 0 0 65px;
  text-align: center;
  font-size: 23px;
}

#topics {
  margin: 0 0 125px;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 968px;
  margin: 0 auto 120px;
}
.service-list li {
  width: 285px;
  margin: 0 50px 70px 0;
}
.service-list li:nth-child(3n) {
  margin: 0 0 70px;
}
.service-list .pic {
  margin: 0 0 10px;
  width: 286px;
  height: 194px;
}
.service-list .tit {
  margin: 0 0 15px;
  padding: 8px 0;
  text-align: center;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.5;
  background: #E3E3E3;
}
.service-list .txt {
  font-family: sans-serif;
  font-size: 17px;
}

#home-about .inner {
  padding: 0 0 130px;
}
#home-about .lead {
  margin: 0 0 70px;
  text-align: center;
  font-size: 23px;
}
#home-about .block {
  width: 1080px;
  margin: 0 auto;
}
#home-about .tit-ico {
  display: table;
  justify-content: center;
  width: auto;
  margin: 0 auto 25px;
  padding: 0 20px 24px 140px;
  text-align: center;
  font-size: 46px;
  line-height: 1;
  border-bottom: 1px solid #805E3D;
}

#home-about .transition {
  padding: 40px 0 130px;
  background: url(../img/home/about_bg01.png) center bottom no-repeat #FBF1E6;
}
#home-about .transition .box {
  width: 510px;
  margin: 0 auto 30px;
  padding: 40px 0 20px;
  background: #FEFAF6;
  border-radius: 10px;
}
#home-about .transition .box dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #064420;
  width: 397px;
  margin: 0 auto 15px;
}
#home-about .transition .box dt {
  padding: 0 0 15px 30px;
  color: #805E3D;
  font-size: 31px;
  line-height: 1;
}
#home-about .transition .box dd {
  padding: 0 30px 15px 0;
  color: #805E3D;
  font-size: 31px;
  line-height: 1;
}
#home-about .transition .box dl:nth-of-type(3) {
  margin-top: 30px;
  border-bottom: none;
}
#home-about .transition .box dl:nth-of-type(3) dt {
  padding-left: 0;
  color: #064420;
  font-size: 46px;
}
#home-about .transition .box dl:nth-of-type(3) dd {
  padding-right: 0;
  color: #064420;
  font-size: 46px;
}
#home-about .transition .box .dot {
  text-align: center;
  color: #805E3D;
  font-size: 14px;
  line-height: 1;
}
#home-about .transition .txt {
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
}
#home-about .transition .txt em {
  color: #f00;
  font-weight: bold;
}

.banner {
  width: 540px;
  margin: 50px auto;
}
.banner img {
  width: 100%;
}

#home-about .age {
  padding: 80px 0 140px;
  background: url(../img/home/about_bg02.png) center bottom no-repeat #ECE4D1;
}
#home-about .age .pic {
  margin: 0 0 30px;
  text-align: center;
}
#home-about .age .txt {
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
}
#home-about .age .txt em {
  color: #f00;
  font-weight: bold;
}

#home-about .income {
  padding: 80px 0 140px;
  background: url(../img/home/about_bg03.png) center bottom no-repeat #DBCFBD;
}
#home-about .income dl {
  width: 722px;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
#home-about .income dl dt {
  margin: 0 0 10px;
  color: #064420;
  font-size: 21px;
}
#home-about .income dl dd {
  color: #332700;
  font-family: sans-serif;
  font-size: 30px;
}
#home-about .income dl dd em {
  color: #f00;
  font-weight: bold;
}
#home-about .income table {
  width: 314px;
  margin: 0 auto;
}
#home-about .income table th {
  padding: 0 0 30px;
  text-align: left;
  font-size: 25px;
  line-height: 1;
}
#home-about .income table td {
  padding: 0 0 30px;
  text-align: right;
  font-size: 25px;
  line-height: 1;
}

#home-about .about {
  padding: 80px 0 140px;
  background: url(../img/home/about_bg04.png) center bottom no-repeat;
}
#home-about .about .tit {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 46px;
  line-height: 1;
}
#home-about .about .txt {
  margin: 0 0 40px;
  text-align: center;
  font-size: 23px;
}
#home-about .about .pic {
  text-align: center;
}

#home-about .charat {
  margin: 0 auto 50px;
  padding: 80px 0 160px;
  background: url(../img/home/about_bg05.png) center bottom no-repeat #79C9C5;
}
#home-about .charat .tit {
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
  font-size: 46px;
  line-height: 1;
}
#home-about .charat .txt {
  text-align: center;
  color: #fff;
  font-size: 23px;
}

#home .column {
  position: relative;
  width: 1140px;
  height: 393px;
  margin: 0 auto 90px;
}
#home .column .unit-pic {
  width: 622px;
}
#home .column .unit-txt {
  position: absolute;
  top: 65px;
  right: 0;
  width: 570px;
  height: 280px;
  padding: 40px 30px 0 60px;
  background: rgba(251, 241, 230, 0.8);
}
#home .column .unit-txt a {
  display: block;
  width: 570px;
  height: 280px;
}
#home .column .unit-txt .txt {
  font-family: sans-serif;
  font-size: 23px;
}
#home .column .unit-txt .more {
  position: absolute;
  bottom: 15px;
  right: 25px;
  padding: 10px 70px 10px 0;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 29px;
  line-height: 1;
  background: url(../img/home/ico_more.svg) right center no-repeat;
}

#home-flow .unit-pic {
  position: absolute;
  top: 0;
  right: 0;
}
#home-flow .unit-txt {
  left: 0;
}

#qa .inner {
  padding: 0 0 100px;
}
#qa .lead {
  margin: 0 0 60px;
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
}
#qa .qa {
  width: 1130px;
  margin: 0 auto 30px;
  border: 1px solid #A49885;
}
#qa dt {
  position: relative;
  padding: 30px 80px 30px 110px;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: normal;
  background: #fff;
  cursor: pointer;
}
#qa dt::before {
  position: absolute;
  top: 20px;
  left: 40px;
  content: "Q.";
  font-size: 49px;
  line-height: 1;
}
#qa dt::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: sans-serif;
  font-size: 40px;
}
#qa dd {
  display: none;
  position: relative;
  padding: 30px 80px 30px 110px;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.8;
  background: #fff;
  border-top: 1px solid #A49885;
}
#qa dd::before {
  position: absolute;
  top: 20px;
  left: 40px;
  content: "A.";
  font-size: 42px;
  line-height: 1;
}
#qa .other {
  margin: 90px 0 0;
  text-align: center;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 25px;
}

#news main .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 150px;
}

.news-tit {
  width: 918px;
  margin: 0 auto 40px;
  padding: 20px 0 20px 15px;
  border-left: 20px solid #D3CFB4;
  font-size: 35px;
  line-height: 1;
}

.news-list {
  display: flex;
  width: 918px;
  margin: 0 auto 80px;
}
.news-list li {
  width: 285px;
  margin: 0 30px 0 0;
}
.news-list li:nth-child(3n) {
  margin: 0;
}
.news-list a {
  display: block;
}
.news-list .pic {
  margin: 0 0 10px;
}
.news-list .pic img {
  width: 285px;
  height: 193px;
  object-fit: cover;
}
.news-list .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  width: 80px;
  height: 24px;
  color: #fff;
  font-size: 15px;
  background: #D3BCA5;
}
.news-list .tit {
  font-size: 16px;
  line-height: 1.6;
}

#news #contents .news-list {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 50px auto 80px;
}
#news #contents .news-list li {
  width: 285px;
  margin: 0 30px 0 0;
}
#news #contents .news-list li:nth-child(2n) {
  margin: 0;
}

#plan main .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 150px;
}
#plan main .campaign {
  width: 684px;
  margin: 0 auto 40px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  background: #FFA158;
}
#plan main .price-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 872px;
  margin: 0 auto 50px;
}
#plan main .price-list .list {
  width: 448px;
}
#plan main .price-list .list dl {
  display: flex;
  justify-content: space-between;
  width: 448px;
  margin: 0 0 10px;
  padding: 0 0 8px;
  border-bottom: 2px dashed #805E3D;
}
#plan main .price-list .list dt {
  font-family: sans-serif;
  font-size: 23px;
}
#plan main .price-list .list dd {
  font-family: sans-serif;
  font-size: 23px;
}
#plan main .txt-box {
  width: 942px;
  margin: 0 auto 30px;
  padding: 20px 40px;
  font-family: sans-serif;
  font-size: 21px;
  line-height: 1.8;
  background: #F2ECE4;
}
#plan main .tit-disc {
  width: 980px;
  margin: 0 auto 5px;
  color: #FF7E20;
  font-family: sans-serif;
  font-size: 24px;
}
#plan main .txt-indent {
  width: 980px;
  margin: 0 auto 25px;
  padding: 0 0 0 20px;
  font-family: sans-serif;
  font-size: 21px;
}
#plan main .txt-indent.small {
  font-size: 15px;
  line-height: 1.5;
}
#plan main .other {
  width: 1000px;
  margin: 30px auto 40px;
  padding: 50px 60px;
  font-family: sans-serif;
  font-size: 21px;
  background: #fff;
  border-radius: 15px;
}
#plan main .caution {
  text-align: center;
  color: #FF6B00;
  font-size: 25px;
}
#plan main .rule {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 15px auto 160px;
  padding: 50px 25px;
  background: #fff;
  border-radius: 15px;
}
#plan main .rule dt {
  margin: 0 0 10px;
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bold;
}
#plan main .rule dd {
  font-family: sans-serif;
  font-size: 14px;
}
#plan main .charat {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 35px;
}
#plan main .charat .txt {
  width: 503px;
  padding: 10px 30px;
  color: #fff;
  font-family: sans-serif;
  font-size: 23px;
  line-height: 1.8;
  background: #79C9C5;
}
#plan main .charat-about {
  width: 942px;
  margin: 0 auto 120px;
  padding: 0 0 0 50px;
  font-family: sans-serif;
  font-size: 23px;
}
#plan main .diff-cap {
  width: 1020px;
  margin: 40px auto 130px;
  color: #718248;
  font-family: sans-serif;
  font-size: 25px;
}

#plan .feature {
  width: 1048px;
  margin: 0 auto;
}
#plan .feature thead tr {
  border-bottom: 3px solid #fefaf6;
}
#plan .feature thead td {
  border-right: 3px solid #fefaf6;
}
#plan .feature thead th {
  padding: 20px 5px;
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
  background: #C9E6DB;
  border-right: 5px solid #fefaf6;
}
#plan .feature thead th:last-child {
  width: 378px;
  color: #fff;
  background: #E391D0;
}
#plan .feature tbody tr {
  border-bottom: 3px solid #fefaf6;
}
#plan .feature tbody th {
  width: 144px;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-family: sans-serif;
  font-size: 21px;
  line-height: 1.5;
  background: #FFC08E;
  border-right: 3px solid #fefaf6;
}
#plan .feature tbody td {
  padding: 25px 20px;
  font-family: sans-serif;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.5;
  background: #EEEAE1;
  border-right: 5px solid #fefaf6;
}
#plan .feature tbody tr:nth-child(even) th {
  background: #FFA864;
}
#plan .feature tbody tr:nth-child(odd) td:nth-child(even) {
  background: #F7F3EA;
}
#plan .feature tbody tr:nth-child(even) td:nth-child(odd) {
  background: #F7F3EA;
}
#plan .feature tbody tr:nth-child(even) td:nth-child(even) {
  background: #EEEAE1;
}

#flow main .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 150px;
}

#flow .flow {
  display: flex;
  justify-content: space-between;
  width: 837px;
  margin: 0 auto;
  padding: 110px 0;
  border-bottom: 2px dashed #502E00;
}
#flow .flow .unit1 {
  width: 480px;
}
#flow .flow .unit1 h2 {
  padding: 0 0 20px;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 39px;
  line-height: 1;
}
#flow .flow .unit1 h2 span {
  font-size: 60px;
  padding-right: 30px;
}
#flow .flow .unit1 h2.bg {
  position: relative;
  z-index: 2;
  width: 600px;
  color: #805E3D;
  white-space: nowrap;
  background: #FEFAF6;
}
#flow .flow .unit1 p {
  color: #805E3D;
  font-family: sans-serif;
  font-size: 28px;
  line-height: 1.8;
}
#flow .flow .unit2 {
  width: 330px;
}

#flow .active-image {
  width: 1056px;
  margin: 0 auto 150px;
}
#flow .active-image .pic {
  margin: 0 0 10px;
}
#flow .active-image .caption {
  text-align: right;
  font-size: 20px;
}

#flow .step {
  display: flex;
  justify-content: space-between;
  width: 970px;
  margin: 0 auto;
}
#flow .step .unit1 {
  width: 498px;
  height: 230px;
  background: #EEEAE1;
}
#flow .step .unit1 .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 498px;
  height: 46px;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  background: #C8B7A7;
}
#flow .step .unit1 .column {
  display: flex;
  justify-content: space-between;
}
#flow .step .unit1 .txt {
  width: 270px;
  padding: 15px 0 0;
}
#flow .step .unit1 .txt .state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 221px;
  height: 39px;
  margin: 0 auto 40px;
  color: #707070;
  font-family: sans-serif;
  font-size: 19px;
  background: #fff;
  border-radius: 30px;
}
#flow .step .unit1 .txt .period {
  text-align: center;
  color: #887B6E;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 1;
}
#flow .step .unit1 .pic {
  width: 228px;
}
#flow .step .unit2 {
  width: 458px;
  height: 230px;
  padding: 30px 0 0;
  background: #ECE3DB;
}
#flow .step .unit2 .tit {
  margin: 0 0 30px;
  text-align: center;
  color: #6D553E;
  font-family: sans-serif;
  font-size: 30px;
  line-height: 1;
}
#flow .step .unit2 .txt {
  padding: 0 0 0 50px;
  color: #6D553E;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

#flow .joint {
  width: 970px;
  margin: 0 auto;
}
#flow .joint::after {
  content: "";
  display: block;
  width: 44px;
  height: 100px;
  margin: 0 0 0 228px;
  background: #D0A4A4;
}

#about main .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 150px;
}
#about main .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 625px;
  height: 127px;
  margin: 0 auto 60px;
  font-size: 25px;
  background: url(../img/about/txt_frame.svg) 0 0 no-repeat;
}
#about main .lead {
  margin: 0 0 70px;
  text-align: center;
  font-size: 24px;
}
#about main .greet p {
  margin: 0 0 50px;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
}
#about main .profile {
  width: 1054px;
  margin: 100px auto 75px;
  padding: 30px 35px 30px;
  background: #FBF1E6;
}
#about main .profile .person {
  margin: 0 0 20px;
}
#about main .profile .person .point {
  margin: 0 0 30px;
  font-family: sans-serif;
  font-size: 22px;
}
#about main .profile .person .president {
  margin: 0 0 20px;
  font-size: 24px;
}
#about main .profile .person .name {
  font-size: 45px;
}
#about main .profile .person .name span {
  font-size: 22px;
}
#about main .profile .message {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
#about main .profile .message figure {
  width: 430px;
}
#about main .profile .message p {
  width: 520px;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 1.8;
}
#about main .profile .data dt {
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-family: sans-serif;
  font-size: 28px;
  line-height: 1;
  border-bottom: 2px solid #000;
}
#about main .profile .data dd p {
  margin: 0 0 20px;
  font-family: sans-serif;
  font-size: 22px;
  line-height: 1.8;
}
#about main .profile .data a {
  font-family: sans-serif;
  text-decoration: underline;
}
#about main .outline {
  text-align: center;
  font-size: 20px;
}
#about main .chart {
  width: 1024px;
  margin: 60px auto 248px;
}
#about main .chart tr {
  border-bottom: 5px solid #fff;
}
#about main .chart th {
  width: 320px;
  padding: 25px 0 25px 25px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  font-family: sans-serif;
  font-size: 28px;
  background: #a0856b;
}
#about main .chart td {
  padding: 25px 0 25px 25px;
  color: #805E3D;
  font-family: sans-serif;
  font-size: 28px;
  background: #FBF1E6;
  border-left: 8px solid #fff;
}
#about main .chart td span {
  font-size: 26px;
}
#about main .chart td a {
  color: #805E3D;
  font-family: sans-serif;
  font-size: 28px;
  background: #FBF1E6;
  text-decoration: underline;
}
#about main .access {
  width: 936px;
  margin: 0 auto 260px;
}

.btn-box {
  text-align: center;
}
.btn-box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 428px;
  height: 74px;
  color: #fff;
  font-family: sans-serif;
  font-size: 25px;
  background: #FF8B31;
}
.btn-box a::after {
  content: ">";
  padding-left: 2em;
}

/*==================================================
contact
==================================================*/
#contact main .inner {
  padding: 80px 0 110px;
}
#contact main .lead {
  margin: 90px 0 70px;
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
  line-height: 2;
}
#contact main .time {
  margin: 0 0 70px;
  text-align: center;
  font-family: sans-serif;
  font-size: 23px;
  font-weight: bold;
}
#contact main .note {
  padding-left: 1em;
  text-indent: -1em;
  font-family: sans-serif;
  font-size: 20px;
}
#contact main .note a {
  text-decoration: underline;
}
#contact main .agree {
  text-align: center;
  font-size: 18px;
}
#contact main .form {
  width: 1048px;
  margin: 0 auto;
  padding: 80px 0 100px;
  font-family: sans-serif;
  font-size: 22px;
  background: #FBF1E6;
  border-radius: 20px;
}
#contact main .form p {
  font-family: sans-serif;
}
#contact main table {
  width: 930px;
  margin: 0 0 0 100px;
}
#contact main table th {
  position: relative;
  width: 280px;
  padding: 0 0 40px;
  text-align: left;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #331B00;
}
#contact main table th em {
  position: absolute;
  top: 2px;
  left: -30px;
  font-size: 22px;
  color: #f00;
}
#contact main table td {
  padding: 0 0 40px;
  font-family: sans-serif;
  color: #331B00;
  font-size: 22px;
}
#contact main table td.date {
  line-height: 2.5;
}
#contact main table input[type=text],
#contact main table input[type=tel],
#contact main table input[type=email],
#contact main table textarea {
  width: 600px;
  padding: 10px 20px;
  border: none;
  font-family: sans-serif;
  font-size: 22px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgb(82, 70, 56);
  -webkit-appearance: none;
}
#contact main table input.hasDatepicker,
#contact main table select {
  width: auto;
  height: 50px;
  margin: 0 5px;
  padding: 0 10px;
  border: none;
  font-family: sans-serif;
  font-size: 22px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgb(82, 70, 56);
  -webkit-appearance: none;
}
#contact main table input::placeholder {
  color: #331B00;
}
#contact main input[type=radio],
#contact main input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}
#contact main .btn {
  margin: 40px 0 0;
  text-align: center;
}
#contact main .btn input, #contact main .btn button {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 80px;
  color: #fff;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1;
  border: none;
  border-radius: 10px;
  background: #FFA158;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/*#contact #wrap main .form .mw_wp_form_confirm table td {
	padding: 10px 0 25px;
}*/
.mw_wp_form.mw_wp_form_complete {
  width: 800px;
  margin: 100px auto;
  padding: 40px;
  border: 2px solid #234627;
  background: #fff;
}
.mw_wp_form.mw_wp_form_complete p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 2;
}

.privacy {
  display: table;
  margin: 80px auto 40px;
  text-align: center;
}
.privacy a {
  display: inline-block;
  padding: 0 0 5px;
  font-family: sans-serif;
  font-size: 23px;
  line-height: 1;
  border-bottom: 1px solid #000;
}

#privacy main .inner {
  width: 1000px;
  padding: 100px 0;
}
#privacy main .inner > p {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 2.5;
}
#privacy main .inner > p strong {
  font-size: 24px;
  font-weight: bold;
  color: #c9a643;
}

/*==================================================
post
==================================================*/
#news #contents main {
  padding: 0;
}

#contents {
  padding: 100px 0;
}

#contents .wrapper {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}

#contents .wrapper main {
  flex-basis: 70%;
  background: none;
}

#contents main section .inner {
  width: 100%;
  padding: 0;
}

.post-tit {
  margin: 0 -5px 10px;
  padding: 0 5px 8px;
  font-size: 36px;
  font-weight: normal !important;
  line-height: 1.4;
  color: #000;
  border-bottom: 2px solid #FF8B31;
}

.post-body {
  margin: 0 auto;
  padding: 0 0 50px;
  background: #fff;
  font-size: 18px;
}
.post-body .post-date {
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: right;
  font-size: 16px;
  color: #000;
}
.post-body h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.post-body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post-body h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.post-body p {
  margin-bottom: 2em;
  font-size: 18px;
  line-height: 2;
}

#contents #sidebar {
  flex-basis: 23%;
  padding-top: 10px;
}
#contents #sidebar h2, #contents #sidebar h3 {
  margin-bottom: 6px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 20px;
  color: #000;
  border-bottom: 2px solid #FF8B31;
}
#contents #sidebar ul {
  margin: 0 0 50px;
}
#contents #sidebar ul li {
  padding: 10px 0 10px 5px;
  font-size: 16px;
  border-bottom: 1px dashed #FF8B31;
}
#contents #sidebar ul li:last-child {
  border-bottom: none;
}

.pagination {
  margin-top: 50px;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .nav-links .current {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 1px solid #FF8B31;
  border-radius: 50%;
  background: #FF8B31;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

.pagination .nav-links .dots {
  display: inline-block;
  margin: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
}

.pagination .nav-links a.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border: 1px solid #FF8B31;
  border-radius: 50%;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 40px;
}

.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}