@charset "UTF-8";

/* インスタグラムキャンペーン */


body {
  /*font-family: "Mplus 1p";*/
  font-family: "Mplus 1P";
  /*font-family: "Noto Sans Japanese";*/
  font-weight: 300;
  text-align: center;
  height: 100%;
  margin: 0 70px;
}

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

.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10000;
}

.header h1 {
  margin: 17px 0;
}

.header h1 span {
  position: fixed;
  text-indent: -999999px;
}

.header h1 img {
  width: 180px;
}

.bread_area {
  font-family: "Noto sans Japanese";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9000;
  width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.bread_area ul {
  width: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.bread_area li::after {
  content: "ー";
  display: inline-block;
  margin: 10px 0;
}

.bread_area li:last-child::after {
  content: "";
  margin: 0;
}

.navbutton_area {
  font-family: "Noto Sans Japanese";
  height: 100%;
  width: 70px;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 10002;
}

.nav_button {
  position: fixed;
  width: 28px;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10001;
  -webkit-transition: all 0.2 0s linear;
  -o-transition: all 0.2 0s linear;
  transition: all 0.2 0s linear;
}

.nav_button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.nav_button::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.area_on::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(-45deg) translateX(-2px) translateY(-4px);
  -ms-transform: rotate(-45deg) translateX(-2px) translateY(-4px);
  transform: rotate(-45deg) translateX(-2px) translateY(-4px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.area_on::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: rotate(45deg) translateX(-1px) translateY(5px);
  -ms-transform: rotate(45deg) translateX(-1px) translateY(5px);
  transform: rotate(45deg) translateX(-1px) translateY(5px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.nav_button div {
  width: 100%;
  height: 1px;
  background: #333;
  margin: 7px 0;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.area_on div {
  background: #fff;
  -webkit-transition: all 0.2s 0s linear;
  -o-transition: all 0.2s 0s linear;
  transition: all 0.2s 0s linear;
}

.nav_button span {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  top: 13px;
  right: 3px;
  padding-top: 30px;
}

.nav_area {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #333;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.4px;
}

.nav_area h2 {
  font-weight: 400;
  letter-spacing: 6px;
  font-size: 14px;
}

.nav_area ul {
  font-family: "Noto Sans Japanese";
  width: 66%;
  margin: 50px auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.nav_area li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 40px;
  margin-top: 30px;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.nav_area li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border: solid 4px;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-right: solid 4px transparent;
}

.nav_area li:last-child {
  width: 100%;
  margin-bottom: 50px;
  border-left: 3px solid;
  font-weight: 600;
  font-size: 14px;
}

.nav_area li:last-child::before {
  content: "";
  display: inline-block;
  border: 0;
}

.fa-envelope-o::before {
  margin: 0 10px;
}

.content01 {
  margin: 70px auto 0;
  background: url(../images/topbg.jpg) top center;
  background-size: cover;
  padding-top: 240px;
}

.content01>div:first-child {
  margin: 0 auto;
}

.content01 h2 {
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 6px;
  /*color: #41ac20;*/
  /*text-shadow: 5px 5px #ffff95, -5px 5px #ffff95, 5px -5px #ffff95, -5px -5px #ffff95;*/
  color: #333;
  /*text-shadow: 5px 5px #fff, -5px 5px #fff, 5px -5px #fff, -5px -5px #fff;*/
}

.content01 h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
  margin-top: 6px;
}

.content01 h2 br,
.content01 h3 br {
  display: none;
}

.content01 h3+img {
  margin-top: 74px;
  width: 600px;
}

.to_post {
  font-size: 24px;
  font-weight: 300;
  margin: 180px auto 0;
  padding: 80px 0 100px;
  background: #fff;
  /*font-family: "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
}

.to_post h4 {
  font-size: 30px;
  font-weight: 300;
}

.to_post dl {
  width: 80%;
  margin: 30px auto 0;
  padding-bottom: 40px;
  border: solid 1px #079f3e;
}

.to_post dt {
  margin-top: 30px;
  color: #079f3e;
  font-weight: 400;
}

.to_post ul {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.to_post li {
  margin: 6px 6px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(65%, #ffff95));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 35%, #ffff95 65%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 35%, #ffff95 65%);
  background: linear-gradient(rgba(255, 255, 255, 0) 35%, #ffff95 65%);
}

.to_post p {
  margin-top: 50px;
}

.to_post p span {
  font-size: 30px;
  font-weight: 400;
}

.atention {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../images/titlebg.jpg) top 80% center no-repeat;
  background-size: cover;
}

.atention div {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 40px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position: absolute;
  left: 52px;
  top: -14px;
  color: #fff;
  z-index: 3;
}

.atention::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 0;
  padding-bottom: 180px;
  background: url(../images/titlebg.jpg) top 80% center no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  left: 116px;
  top: -80px;
  z-index: 2;
}

.atention p {
  margin: 0 auto;
  padding: 2px 0;
  z-index: 1;
}

.atention strong {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.content02 {
  margin: 80px auto 0;
}

.content02 h3 {
  font-size: 30px;
  font-weight: 400;
}

.content02>div:nth-child(2) {
  /*width: 80%;*/
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.manth {
  width: 16%;
  font-size: 34px;
  font-weight: 300;
}

.manth span {
  display: block;
  font-size: 1.4em;
  letter-spacing: 0;
}

.content02 h4,
.content02 p {
  font-size: 22px;
  font-weight: 300;
}

.content02 h4 span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: -2px;
}

.content02 div em {
  display: inline-block;
  width: 16%;
  font-style: normal;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 0;
}

.content02 div em span {
  font-size: 0.6em;
}

.content02 img {
  margin: 30px auto 0;
  max-width: 600px;
}

.content02 p {
  margin: 30px auto 0;
  line-height: 1.5;
}

.content03 {
  /*font-family: "Noto Sans Japanese";*/
  margin-top: 100px;
  background: #f7f7f7;
  margin-bottom: 70px;
}

.content03>div {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.content03>div>div {
  width: 50%;
  margin: 30px 0;
  padding: 30px;
}

.apply_cp h3 {
  font-size: 24px;
  font-weight: 400;
}

.apply_cp ol {
  text-align: left;
  margin-top: 20px;
  list-style: decimal;
}

.apply_cp ol li {
  margin-top: 20px;
  line-height: 1.4;
}

.apply_cp dl {
  text-align: left;
  margin-top: 20px;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
}

.apply_cp dl dt {
  margin: 10px 0 5px;
}

.apply_cp dl dt::before,
.apply_cp dl dt::after {
  content: "-";
}

.apply_cp dd::before,
.apply_cp ul li::before {
  content: "・";
}

.apply_cp dd:last-child::before {
  content: "";
}

.mocPhone {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mocPhone img {
  width: 80%;
}

.mocPhone dl {
  font-weight: bold;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #f00;
  border-radius: 50%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  line-height: 1.2;
}

.mocPhone dt {
  font-size: 24px;
}

.mocPhone dd {
  padding: 10px;
}

.mocPhone dl:nth-child(2) {
  bottom: 70%;
  left: 13%;
}

.mocPhone dl:nth-child(3) {
  top: 33%;
  left: 63%;
}

.mocPhone dl:nth-child(4) {
  top: 70%;
  left: 16%;
}

.footer {
  width: 100%;
  position: fixed;
  left: 0;
  font-size: 14px;
  bottom: 0;
  background: #fff;
  z-index: 10000;
  padding: 25px 0;
}

.SNS {
  position: absolute;
  left: 50px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.SNS li a {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 20px;
}

.SNS li a::before {
  font-size: 20px;
}

.SNS li:first-child a::before {
  content: "\f09a";
}

.SNS li:nth-child(2) a::before {
  content: "\f099";
}

.SNS li:nth-child(3) a::before {
  content: "\f16d";
}

.SNS li:nth-child(4) a::before {
  content: "\f167";
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.repuired::after {
  content: "（必須）";
  color: #f00;
  font-size: 0.6em;
}