@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #4f4315;
}
html * {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  background-color: #fff;
}
body.blog section.topicsWrap {
  background-color: #fff;
}
body.blog section.topicsWrap:before {
  content: "";
}
body.blog .pankuzuWrap {
  margin-bottom: 40px;
}
body.single .pankuzuWrap {
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
}

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

p {
  font-size: 1.5rem;
  line-height: 1.7;
}
p:not(:last-child) {
  margin-bottom: 15px;
}
p.border {
  padding: 20px;
  border: 2px solid #901a00;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  padding: 50px 35px;
}
header h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 50px;
  color: #f7c707;
}
header h1.pc a img {
  margin-bottom: 15px;
}
header h1.sp {
  display: none;
}
header ul {
  margin-bottom: 40px;
}
header li {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
header .btn:not(:first-child) {
  margin-top: 0;
}
header .btnHeadFixed {
  display: none;
}

.bodyCont {
  margin: 0 0 0 auto;
  width: calc(100% - 300px);
}

.btn {
  text-align: right;
}
.btn:not(:first-child) {
  margin-top: 30px;
}
.btn:not(:last-child) {
  margin-bottom: 15px;
}
.btn a {
  display: inline-block;
  border-radius: 5px;
  width: 230px;
  padding: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.btn a:not(:last-child) {
  margin-bottom: 15px;
}
.btn.btnB a {
  background-color: #f7c707;
  color: #fff;
}
.btn.btnBL a {
  background-color: #901a00;
  color: #fff;
}
.btn.btnY a {
  background-color: #2f55ad;
  color: #f7c707;
}
.btn.btnC {
  text-align: center;
}
.btn a.gaibu:after {
  content: url(../img/gaibu.svg);
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.navigation {
  margin-bottom: 50px;
}
.navigation h2 {
  display: none;
}
.navigation ul {
  display: flex;
  justify-content: center;
}
.navigation li {
  width: 25px;
}
.navigation li:not(:last-child) {
  margin-right: 10px;
}
.navigation li span, .navigation li a {
  display: inline-block;
  font-size: 1.5rem;
  color: #f7c707;
  font-weight: 700;
  width: 100%;
  height: 100%;
  line-height: 3rem;
  text-align: center;
  border: 1px solid #f7c707;
}
.navigation li span.dots, .navigation li a.dots {
  border: 0;
}
.navigation li span.current, .navigation li a.current {
  background-color: #f7c707;
  color: #fff;
}
.navigation li a:hover {
  background-color: #f7c707;
  color: #fff;
  opacity: 1;
}

.mvWrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #ccc;
  margin-bottom: 100px;
  background-image: url(../img/mv_ph.jpg);
  background-size: cover;
  background-position: center;
}
.mvWrap:before {
  position: absolute;
  content: "";
  background-image: url(../img/mv_txt.png);
  background-size: contain;
  width: 244px;
  height: 435px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section {
  margin-bottom: 100px;
}
section .inner {
  width: 1000px;
  margin: 0 auto;
}
section .innerS {
  width: 700px;
}
section .phWrap {
  margin-bottom: 30px;
}
section ul:not(:last-child) {
  margin-bottom: 30px;
}
section ul.liDeco li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 40px;
}
section ul.liDeco li:not(:last-child) {
  margin-bottom: 20px;
}
section ul.liDeco li:before {
  position: absolute;
  content: url(../img/ttldeco.svg);
  top: 0;
  left: 0;
}
section ul.liAtt li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 40px;
}
section ul.liAtt li:not(:last-child) {
  margin-bottom: 20px;
}
section ul.liAtt li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
section.topFlex {
  position: relative;
  display: flex;
  z-index: 0;
  min-height: 310px;
}
section.topFlex .img {
  position: absolute;
  width: calc(50% - 50px);
  height: 310px;
  background-color: #ccc;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: right;
}
section.topFlex .img:before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  width: calc(100% + 50px);
  height: calc(100% - 50px);
  background-color: #f7c707;
  z-index: -1;
}
section.topFlex .img.imgAbout {
  background-image: url(../img/top_about_ph01.jpg);
}
section.topFlex .img.imgJoin {
  background-image: url(../img/top_join_ph01.jpg);
}
section.topFlex .txt {
  width: 500px;
  padding: 20px 50px 0 50px;
  margin: 0 0 0 auto;
}
section.topFlexR .img {
  top: 0;
  right: 0;
  left: auto;
  background-position: left;
}
section.topFlexR .img:before {
  position: absolute;
  content: "";
  top: 100px;
  right: 0;
  left: auto;
  width: calc(100% + 50px);
  height: calc(100% - 50px);
  background-color: #f7c707;
  z-index: -1;
}
section.topFlexR .txt {
  width: 500px;
  padding: 20px 50px 0 0;
  margin: auto 0 0;
}
section.topicsWrap {
  position: relative;
  padding: 70px 50px 50px 50px;
  background-color: #eee;
  z-index: 0;
  margin-bottom: 0;
}
section.topicsWrap h4 {
  margin-bottom: 30px;
}
section.topicsWrap .inner {
  max-width: 1000px;
  width: 100%;
}
section.topicsWrap .inner > ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
}
section.topicsWrap .inner > ul li {
  width: calc((100% - 40px) / 3);
  max-width: 300px;
  margin-bottom: 50px;
}
section.topicsWrap .inner > ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}
section.topicsWrap .inner > ul li .img {
  margin-bottom: 20px;
  width: 100%;
  height: 210px;
  background-size: cover;
  background-image: url(../img/news_bg_default.jpg);
  background-position: center;
}
section.topicsWrap .inner > ul li p {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 1.3rem;
  color: #666;
}
section.topicsWrap .inner > ul li h6 {
  font-size: 1.5rem;
}
section.topicsWrap .inner > ul li img {
  height: 210px;
  background-color: #ccc;
}
section.secCenter {
  text-align: center;
}
section.tblArea {
  padding: 70px 50px 70px;
  background-color: #eee;
  margin-bottom: 0;
}
section.tblArea:not(:last-child) {
  margin-bottom: 100px;
}
section.pageSec .img.imgAbout {
  background-image: url(../img/ph_about01.jpg);
}

h4 {
  font-size: 2.75rem;
  margin-bottom: 20px;
}
h4 span {
  font-size: 1.3rem;
  margin-left: 10px;
}

h5 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 15px;
}
h5.ttlBg {
  background-color: #f7c707;
  color: #fff;
  padding: 10px;
}
h5.ttlFlow span {
  display: inline-block;
  padding: 7px 10px;
  background-color: #901a00;
  color: #fff;
  margin-right: 10px;
}

.ttlDeco {
  position: relative;
  margin-bottom: 20px;
}
.ttlDeco:before {
  content: url(../img/ttldeco.svg);
  margin-right: 10px;
  width: 25px;
  height: 20px;
}

.Linkjexer {
  margin-top: 10px;
  text-align: right;
}
.Linkjexer a {
  display: inline-block;
  text-align: center;
}

.taisyo {
  font-size: 1.5rem;
}
.taisyo:not(:last-child) {
  margin-bottom: 20px;
}
.taisyo span {
  display: inline-block;
  padding: 0 10px;
  background-color: #eee;
  margin-bottom: 5px;
}

.tblArea dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tblArea dl dt, .tblArea dl dd {
  font-size: 1.5rem;
  padding: 10px;
}
.tblArea dl dt:not(:last-child), .tblArea dl dd:not(:last-child) {
  margin-bottom: 2px;
}
.tblArea dl dt {
  width: 100px;
  background-color: #f7c707;
  color: #fff;
  text-align: center;
}
.tblArea dl dd {
  width: calc(100% - 102px);
  background-color: #fff;
}
.tblArea dl dd span {
  display: block;
  background-color: #eee;
  padding: 3px 10px;
  margin-bottom: 5px;
}
.tblArea dl dd span + p {
  padding: 0 10px;
}

footer > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f7c707;
  padding: 50px;
}
footer > div * {
  color: #4f4315;
}
footer a.gaibu:after {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
footer .footerTtl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
footer .footerTtl .logo {
  font-size: 2.75rem;
  color: #fff;
  font-weight: 800;
}
footer .footerTtl .btn {
  margin-top: 0;
}
footer .footerTtl .btn a {
  color: #fff;
  background-color: #901a00;
}
footer .pageTel {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8rem;
}
footer .footerLink {
  width: calc((100% - 50px) / 2);
}
footer ul {
  margin-bottom: 40px;
  padding: 0 10px;
}
footer li {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
}
footer li:not(:last-child) {
  margin-bottom: 15px;
}
footer li:before {
  position: absolute;
  content: "-";
  top: 0;
  left: 0;
}
footer h4 {
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
footer h4 a {
  display: block;
  position: absolute;
}
footer h4 a:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 10px;
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
footer h4 a.ttlDeco {
  margin-bottom: 0;
  padding-bottom: 15px;
}
footer h4 a.ttlDeco:before {
  content: url(../img/ttldeco_w.svg);
}
footer .footerContact {
  width: 100%;
}
footer .copy {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  background-color: #901a00;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
}

.pageTtlWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #f7c707;
  height: 255px;
}
.pageTtlWrap h2 {
  font-size: 3rem;
  color: #fff;
}
.pageTtlWrap > div {
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  text-align: center;
  opacity: 0.5;
}

.pageTel {
  width: 100%;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.3;
}
.pageTel span {
  font-size: 1.5rem;
  margin-right: 5px;
}
.pageTel + .btnC {
  text-align: left;
}

.pankuzuWrap {
  margin-bottom: 100px;
  padding: 10px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.pankuzuWrap a {
  color: #f7c707;
}
.pankuzuWrap .breadcrumbs span {
  padding: 0 3px;
}

body.single section h3 {
  background-color: #901a00;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}
body.single section div.date {
  text-align: right;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
body.single section div.eyecatch {
  margin-bottom: 20px;
}

.snow-monkey-form .smf-item__label span {
  font-size: 1.5rem;
  font-weight: 700;
}
.snow-monkey-form .smf-item__description {
  font-size: 1.5rem;
}
.snow-monkey-form input, .snow-monkey-form textarea {
  font-size: 1.5rem;
}
.snow-monkey-form .smf-placeholder {
  font-size: 1.5rem;
}
.snow-monkey-form .smf-button-control button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #f7c707;
  background-image: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  border: 0;
  padding: 15px;
}

.formattention a {
  color: #f7c707;
  text-decoration: underline;
}

form[data-screen=input] .formCheckTxt, form[data-screen=back] .formCheckTxt {
  display: none;
}
form[data-screen=confirm] .formattention {
  display: none;
}
form[data-screen=confirm] .formCheckTxt {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#kiyaku h4 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
#kiyaku ol {
  counter-reset: number 0;
}
#kiyaku ol > li:not(:last-child) {
  margin-bottom: 15px;
}
#kiyaku ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
#kiyaku ol ol {
  margin-top: 10px;
}
#kiyaku ol ol li:not(:last-child) {
  margin-bottom: 15px;
}
#kiyaku ol ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ")";
}
#kiyaku li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 25px;
}

#privacy li {
  position: relative;
  font-size: 1.5rem;
  padding-left: 20px;
}
#privacy li:not(:last-child) {
  margin-bottom: 15px;
}
#privacy li:before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}