<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*** reset ***/
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

address,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ins,
pre,
strong,
th {
  font-style: normal;
  font-weight: 400;
}

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

th {
  text-align: left;
}

input,
select,
textarea {
  vertical-align: middle;
}

a,
ins {
  text-decoration: none;
}

ul {
  list-style: none;
}

br {
  letter-spacing: 0;
}

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

/***cleasrfix hack***/
.hack::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*end hide*/
.clear {
  clear: both;
}

/*** font ***/
html {
  font-size: 62.5%;
}

.brand-allwrap {
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.4rem;
  letter-spacing: 1px;
  color: #000;
  background-color: #eee7d2;
	padding-bottom: 40px;
}
@media (max-width: 740px) {
.brand-allwrap {
    font-size: 1.1rem;
	padding-bottom: 1px;
  }
}

/*family*/
.brand-allwrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/*** link ***/
a,
a:active,
a:hover,
a:link,
a:visited {

}

/***PC／スマホ切替***/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 740px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.cap {
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0;
}
@media (max-width: 740px) {
  .cap {
    font-size: 1rem;
  }
}

.main_top {
  width: 100%;
  position: relative;
}
.main_top h1 {
  display: block;
  width: 500px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -250px;
}
@media (max-width: 1200px) {
  .main_top h1 {
    width: 400px;
    top: 50px;
    margin-left: -200px;
  }
}
@media (max-width: 740px) {
  .main_top h1 {
    width: 180px;
    top: 20px;
    margin-left: -90px;
  }
}
.main_top .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
@media (max-width: 740px) {
  .main_top .cap {
    bottom: 2px;
    right: 2px;
    text-align: right;
    letter-spacing: -0.5px;
  }
}

.all_titl {
  width: 90%;
  margin: 60px auto;
}
@media (max-width: 1200px) {
  .all_titl {
    margin: 40px auto;
  }
}
.all_titl h2 {
  line-height: 2;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 740px) {
  .all_titl h2 {
    font-size: 1.4rem;
  }
}

.tabs {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .tabs {
    width: 100%;
  }
}
.tabs .tab {
  width: 25%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabs .tab:hover {
  opacity: 1;
}
.tabs .tab.on {
  border: 3px solid #fff;
  border-bottom: none;
  opacity: 1;
}
@media (max-width: 1000px) {
  .tabs .tab.on {
    border: none;
  }
}

#bottom_tabs {
  margin-bottom: 120px;
}
#bottom_tabs .tab.on {
  border: 3px solid #fff;
  border-top: none;
}
@media (max-width: 1000px) {
  #bottom_tabs .tab.on {
    border: none;
  }
}

.con_base {
  width: 1000px;
  margin: 0 auto;
  background-color: #f7f3e9;
  border: 3px solid #fff;
}
@media (max-width: 1000px) {
  .con_base {
    width: 100%;
    border: none;
  }
}

.con02,
.con03,
.con04 {
  display: none;
}

.sub_main {
  width: 100%;
  position: relative;
}
.sub_main .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}
@media (max-width: 740px) {
  .sub_main .cap {
    bottom: 2px;
    right: 2px;
    text-align: right;
    letter-spacing: -0.5px;
  }
}

.base_boxs {
  padding: 80px 10%;
}
@media (max-width: 740px) {
  .base_boxs {
    padding: 40px 5%;
  }
}
.base_boxs .base_titl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  color: #aa8420;
}
@media (max-width: 740px) {
  .base_boxs .base_titl {
    font-size: 1.4rem;
  }
}
.base_boxs .base_txt {
  line-height: 2;
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 740px) {
  .base_boxs .base_txt {
    line-height: 1.7;
    margin-bottom: 40px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.2rem;
  }
}
.base_boxs .base_txt.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .base_boxs .base_txt.mb40 {
    margin-bottom: 20px;
  }
}

.con01 .jigyou {
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .con01 .jigyou {
    margin-bottom: 30px;
  }
}
.con01 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 740px) {
  .con01 .boxs {
    padding: 20px 20px 0;
    margin-bottom: 30px;
  }
}
.con01 .boxs .box {
  width: 31%;
}
@media (max-width: 740px) {
  .con01 .boxs .box {
    width: 48%;
    margin-bottom: 20px;
  }
}
.con01 .boxs .box.box01 {
  margin-bottom: 20px;
}
@media (max-width: 740px) {
  .con01 .boxs .box.box01 {
    width: 100%;
    margin: 0 auto 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 740px) {
  .con01 .boxs .box.box02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.con01 .boxs .txts {
  width: 64%;
}
@media (max-width: 740px) {
  .con01 .boxs .txts {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.con01 .boxs .txts .txt01 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #aa8420;
}
@media (max-width: 740px) {
  .con01 .boxs .txts .txt01 {
    font-size: 1.4rem;
  }
}
.con01 .boxs .txts .txt02 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media (max-width: 740px) {
  .con01 .boxs .txts .txt02 {
    font-size: 1.2rem;
  }
}
.con01 .boxs .txts .txt03 {
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.con01 .icons .base_txt {
  margin-bottom: 40px;
  text-align: center;
}

.con02 .logo00 {
  width: 120px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .con02 .logo00 {
    width: 80px;
    margin-bottom: 40px;
  }
}
.con02 .line01 {
  width: 100px;
  height: 2px;
  margin: 0 auto 80px;
  background-color: #aa8420;
}
@media (max-width: 740px) {
  .con02 .line01 {
    width: 50px;
    margin-bottom: 40px;
  }
}
.con02 .logo_wrap {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 740px) {
  .con02 .logo_wrap {
    margin-bottom: 20px;
  }
}
.con02 .logo_wrap img {
  width: 300px;
}
@media (max-width: 740px) {
  .con02 .logo_wrap img {
    width: 150px;
  }
}
.con02 .rei {
  margin-bottom: 80px;
}
@media (max-width: 740px) {
  .con02 .rei {
    margin-bottom: 40px;
  }
}
.con02 .caras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con02 .caras .box {
  width: 31%;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .con02 .caras .box {
    width: 48%;
    margin-bottom: 15px;
  }
}

.con03 .logo {
  width: 500px;
  margin: 0 auto 80px;
}
@media (max-width: 740px) {
  .con03 .logo {
    width: 250px;
    margin-bottom: 40px;
  }
}
.con03 .rei {
  margin-bottom: 40px;
}
@media (max-width: 740px) {
  .con03 .rei {
    margin-bottom: 20px;
  }
}
.con03 .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 740px) {
  .con03 .btn {
    width: 100%;
  }
}
.con03 .btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 740px) {
  .con03 .btn:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}

.con04 .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con04 .boxs .box {
  width: 31%;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .con04 .boxs .box {
    width: 48%;
  }
}
.con04 .sima {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 740px) {
  .con04 .sima {
    padding: 20px;
  }
}
.con04 .sima .img {
  width: 40%;
}
@media (max-width: 740px) {
  .con04 .sima .img {
    width: 100%;
  }
}
.con04 .sima .txts {
  width: 55%;
}
@media (max-width: 740px) {
  .con04 .sima .txts {
    width: 100%;
  }
}
.con04 .sima .txts .base_titl {
  text-align: left;
}
@media (max-width: 740px) {
  .con04 .sima .txts .base_titl {
    margin: 10px 0;
  }
}
.con04 .sima .txts .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.5rem;
}
@media (max-width: 740px) {
  .con04 .sima .txts .txt {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>