@charset "utf-8";
#container p {
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width:800px) {
  main {
    padding-top: 16rem;
  }
}
@media screen and (min-width:800px) {
  #slider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .section-contents-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
  }
}
@media screen and (max-width: 799.99px) {
  .section-contents-title {
    width: 100%;
  }
}
/*-------------------------------------------
title
-------------------------------------------*/
.title-main-text {
  line-height: 1.4;
  margin: 2rem 0 2rem;
  text-align: center;
  text-shadow: 1px 1px 0 var(--color-w);
}
.title-main-text .en {
	  display: block;
  text-align: center;
  font-family: "Caveat", cursive;
  font-weight: 400;
	padding-bottom: 0.5rem;
}
@media screen and (max-width: 799px) {
  .title-main-text {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 800px) {
  .title-main-text {
    font-size: 4rem
  }
}
.title-main-container {
  border-top: 1px solid var(--color-ge);
  border-bottom: 1px solid var(--color-ge);
  background: var(--color-gl);
  text-align: center;
}
@media screen and (max-width: 799px) {
  .title-main-container {
    margin-bottom: 4.5rem;
	  padding: 3rem 0
  }
}
@media print, screen and (min-width: 800px) {
  .title-main-container {
    margin-bottom: 6rem;
    padding: 3rem 0
  }
}
.title-main-text small {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
  font-weight: normal;
  font-size: 1.5rem;
}
/*-------------------------------------------
campaignlist
-------------------------------------------*/
.campaign_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.campaign_container > a {
  text-decoration: none;
}
.campaign_container > a p {
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--color-n);
  padding-top: 0.8rem;
}
.c_category {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.7rem;
  color: var(--color-o);
  display: block;
}
@media print, screen and (min-width: 800px) {
  .campaign_container > a {
    width: 48%;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 799px) {
  .campaign_container > a {
    margin-bottom: 3rem;
  }
}
/*-------------------------------------------
pagination
-------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
}
.pagination {
  clear: both;
  padding: 33rem 0 0.5rem;
  position: relative;
  font-size: 1rem;
  text-align: center;
}
.pagination span, .pagination a {
  background-color: var(--color-w);
  border: solid 1px var(--color-gd);
  border-radius: 0.4rem;
  color: var(--color-n);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  margin: 0 4px;
  padding: 0.6rem 1rem;
  width: auto;
}
@media screen and (min-width: 800px) {
  .pagination {
    padding: 2.8rem 0 0;
    font-size: 1.4rem;
  }
  .pagination span, .pagination a {
    border-color: var(--color-gd);
    border-radius: 3px;
    color: var(--color-n);
    display: inline-block;
    text-decoration: none;
    margin: 0 0.4rem;
    padding: 0.8rem 1.8rem;
    width: auto;
  }
}
.pagination span {
  font-size: 1.4rem;
  color: var(--color-w);
  background-color: var(--color-n);
}
/*-------------------------------------------
container
-------------------------------------------*/
.box_br {
  background: var(--color-gl);
  border-radius: 1rem;
  padding: 2.6rem;
}
.box_br_inner {
  background: var(--color-w);
  padding: 2.4rem;
}
.info__content ul {
  background: var(--color-w);
  display: block;
}
h3.title_container {
  font-size: 3.4rem;
  line-height: 1.3;
  font-weight: 300;
  border-bottom: var(--color-gd) solid 1px;
  padding-bottom: 1.2rem;
}
.img_container img {
  width: 100%;
}
.text_container p {
  margin-bottom: 1.5rem;
}
.text_container h1 {
  margin: 6rem 0 3rem !important;
  font-size: 3.4rem;
  font-weight: 500;
}
.text_container h2 {
  margin: 5.6rem 0 2.8rem !important;
  font-size: 3.2rem;
  font-weight: 500;
}
.text_container h3 {
  margin: 4.8rem 0 2.4rem !important;
  font-size: 2.8rem;
  font-weight: 500;
}
.text_container h4 {
  margin: 4rem 0 2rem !important;
  font-size: 2.4rem;
  font-weight: 500;
}
.text_container h5 {
  margin: 3.6rem 0 1.8rem !important;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 799px) {
  h3.title_container {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 800px) {
  h3.title_container {
    font-size: 3.6rem;
  }
}
/*-------------------------------------------
prev next
-------------------------------------------*/
.prev-next {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 1.5rem;
}
.prev-next a {
  text-decoration: none;
}
.prev-next > * {
  background: var(--color-w);
  border-radius: 0.4rem;
  display: block;
  position: relative;
}
.prev-next__prev {
  padding: 1rem 1rem 1rem 2.5rem;
}
.prev-next__next {
  text-align: right;
  padding: 1rem 2.5rem 1rem 1rem;
}
.prev-next__prev:not(.non)::after, .prev-next__next:not(.non)::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  margin: auto;
  height: 0.4rem;
  width: 0.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
}
.prev-next__prev:not(.non)::after {
  left: 1rem;
  transform: rotate(-135deg);
}
.prev-next__next:not(.non)::after {
  right: 1rem;
  transform: rotate(45deg);
}
.to-list {
  text-align: center;
  padding: 1rem;
}
@media screen and (max-width: 799px) {
  .prev-next {
    flex-wrap: wrap;
  }
  .prev-next__prev, .prev-next__next, .to-list {
    width: 100%;
  }
  .prev-next__prev, .to-list {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 800px) {
  .prev-next {
    background: var(--color-w);
    border-radius: 0.5rem;
  }
  .prev-next > * {
    display: flex;
    align-items: center;
    padding: 1.5rem 2.5rem;
  }
  .prev-next__prev {
    border-right: 1px solid var(--color-gd);
    order: 1;
    width: 40%;
  }
  .prev-next__next {
    border-left: 1px solid var(--color-gd);
    order: 3;
    justify-content: flex-end;
    width: 40%;
  }
  .prev-next__prev:not(.non)::after {
    left: 1.2rem;
  }
  .prev-next__next:not(.non)::after {
    right: 1.2rem;
  }
  .to-list {
    justify-content: center;
    order: 2;
    margin-top: 0;
    width: 20%;
  }
}
/*-------------------------------------------
campaign
-------------------------------------------*/
@media print, screen and (min-width: 800px) {
  .campaign_box > div {
    width: 48%;
    margin-right: 3%;
  }
  .campaign_box > div:last-child {
    margin-right: 0;
  }
}
/*-------------------------------------------
PLAN
-------------------------------------------*/
.usual_bl {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.plan_catch {
  text-align: center;
}
.plan_catch .ontop {
  letter-spacing: 0;
}
.plan_catch .under {
  padding-top: 0.5rem;
  text-align: center;
  display: block;
  letter-spacing: 0;
}
.plan_text p {
  text-align: center;
}
.plan_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.plan_photo div a {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  display: block;
  cursor: zoom-in;
}
.plan_photo div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plan_box.plan1 > div > div {
  padding: 2.5rem 2rem 2.6rem;
}
.plan_box.plan2 > div > div {
  padding: 2.5rem 2rem 1.8rem;
}
.plan_box > div > div {
  border: var(--color-g) solid 1px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.plan_box h3 {
  text-align: center;
  font-weight: 300;
  letter-spacing: 0;
  border-bottom: var(--color-g) solid 1px;
  padding-bottom: 1.7rem;
}
.plan_box.plan1 h3 {
  margin-bottom: 1.7rem;
}
.plan_box.plan2 h3 {
  margin-bottom: 0.5rem;
}
.plan_box h3 .en {
  font-size: 3.2rem;
}
.plan_box h3 .jp {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 0.7rem;
}
.plan_box.plan1 p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.7rem;
}
.plan_box.plan2 .price_box {
  margin-bottom: 1rem;
  text-align: center;
  letter-spacing: 0;
}
.plan_box.plan2 .price_box .price {
  font-size: 3rem;
}
.plan_box.plan2 .price_box .yen {
  font-size: 1.8rem;
}
.plan_box.plan2 .price_box .tax {
  font-size: 1.3rem;
  display: block;
  text-align: center;
}
.plan_box.plan2 .img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}
.plan_box.plan2 p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.7rem;
}
.category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -0.6rem;
}
.category span {
  /*width: 32%;*/
  display: inline-block;
  font-size: 1.1rem;
  border: var(--color-g) solid 1px;
  padding: 0.4rem 0.8rem;
  margin-right: 0.6rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
  box-sizing: border-box;
}
.category span.tune {
  color: var(--color-o)
}
.plan_box ol {
  padding-top: 0.8rem;
}
.plan_box ol li {
  list-style-type: none;
  font-size: 1.2rem;
  line-height: 1.2;
  padding-bottom: 0.3rem;
}
.plan_box ol > li::before {
  content: "※";
  display: inline-block;
  margin-left: -1.3rem;
  width: 1.3rem;
}
@media print, screen and (min-width: 800px) {
  .plan_photo div {
    width: 25%;
  }
  .plan_box {
    display: flex;
    flex-wrap: wrap;
  }
  .plan_box > div {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.5rem;
  }
  .plan_box > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .plan_catch .ontop {
    font-size: 3.4rem;
  }
  .plan_catch .under {
    font-size: 5.2rem;
  }
  .plan_text p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 799.99px) {
  .plan_photo div {
    width: calc(100% / 3)
  }
  .plan_catch .ontop {
    font-size: 2.2rem;
  }
  .plan_catch .under {
    font-size: 3.3rem;
  }
  .plan_text p {
    font-size: 1.7rem;
  }
  .plan_box > div {
    margin-bottom: 2rem;
  }
}
/*-------------------------------------------
about
-------------------------------------------*/
.about_box h3 {
  line-height: 1.4;
  text-align: center;
}
.about_box h3 .ontop {
  font-size: 2.4rem;
}
.about_box h3 .under {
  font-size: 3rem;
  display: block;
  text-align: center;
}
.company-info {
  color: var(--color-n);
  border: var(--color-ge) solid 1px;
}
.company-info p img {
  width: 100%;
}
.company-info-staff > div h4 {
  font-size: 1.6rem;
  font-weight: 400;
}
.company-info-staff > div h4 span {
  font-size: 2rem;
  margin-left: 0.5rem;
  display: inline-block;
}
.company-info-staff > div h5 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--color-o)
}
.title {
  text-align: center;
}
.title h3 {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: 2.5rem;
}
.title h3:before {
  content: '';
  position: absolute;
  border-bottom: 1rem dotted #fbad8a;
  width: 5rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.company-info-list table {
  width: 100%;
}
.company-info-list table th {
  border-bottom: var(--color-o) solid 1px;
  text-align: center;
  font-weight: 400;
}
.company-info-list table td {
  border-bottom: var(--color-gd) solid 1px;
}
.gcalendar {
  background-color: var(--color-gl);
  padding: 0.3rem;
}
.company-info-map {
  height: 0;
  overflow: hidden;
  position: relative;
}
.company-info-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 800px) {
  .company-info-staff {
    display: flex;
    justify-content: space-between;
    padding: 2.2rem 2.6rem;
  }
  .company-info-staff > div.left {
    border-right: var(--color-ge) solid 1px;
    width: 47%;
    padding-right: 3%;
  }
  .company-info-staff > div.right {
    width: 47%;
    padding-left: 3%;
  }
  .company-info-staff > div p {
    font-size: 1.4rem;
  }
  .company-info-list table th {
    width: 14rem;
    padding: 1.5rem 1rem;
  }
  .company-info-list table td {
    width: calc(100% - 20rem);
    padding: 1.5rem 2rem;
  }
  .company-info-map {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 799.99px) {
  .company-info-staff {
    padding: 2.2rem 2.4rem;
  }
  .company-info-staff > div p {
    font-size: 1.5rem;
  }
  .company-info-staff > div.left {
    margin-bottom: 4rem;
  }
  .company-info-list table th {
    width: 11rem;
    padding: 1.2rem 0.5rem;
  }
  .company-info-list table td {
    width: calc(100% - 15rem);
    padding: 1.2rem 1.5rem;
  }
  .company-info-map {
    padding-bottom: 100%;
  }
}
/*-------------------------------------------
concept
-------------------------------------------*/
.concept_box h4 {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: var(--color-n) solid 1px;
  margin-bottom: 2rem;
  display: inline-block;
  font-style: italic;
  position: relative;
}
.concept_box .text h4::after {
  color: var(--color-g);
  position: absolute;
  font-style: italic;
  font-weight: 500;
}
.concept_box.concept1 .text h4::after {
  content: "1";
}
.concept_box.concept2 .text h4::after {
  content: "2";
}
.concept_box.concept3 .text h4::after {
  content: "3";
}
.concept_box.concept4 .text h4::after {
  content: "4";
}
.concept_box.concept1, .concept_box.concept2, .concept_box.concept3 {
  padding-bottom: 4rem;
  border-bottom: var(--color-ge) solid 1px;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 800px) {
  .concept_box .text h4::after {
    font-size: 5rem;
    top: -2.5rem;
    left: -3.3rem;
  }
  .concept_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .concept_box div.img {
    width: 45%;
  }
  .concept_box div.text {
    width: 48%;
  }
  .concept_box.concept2, .concept_box.concept4 {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 799.99px) {
  .concept_box h4 {
    padding-left: 3.5rem;
  }
  .concept_box .text h4::after {
    font-size: 5rem;
    top: -2.5rem;
    left: 0;
  }
  .concept_box div.img {
    margin-bottom: 2.5rem;
  }
}
/*-------------------------------------------
history
-------------------------------------------*/
.timeline {
  position: relative;
  border-left: 3rem solid var(--color-b);
  padding-bottom: 2rem;
}
.timeline-item {
  position: relative;
  margin-block: 2rem;
}
.timeline-content {
  margin-top: 0.5rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: -2.4rem;
  top: 2rem;
  width: 1.92rem;
  height: 1.92rem;
  background: #fff;
  /*  border: 2px solid #666;*/
  border-radius: 50%;
}
.timeline-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2.82rem;
  width: 10.5rem;
  height: 2px;
  background: var(--color-b);
}
.timeline-date {
  display: block;
  line-height: 1.3;
}
.timeline-date .en {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
  padding-right: 1.3rem;
  color: #595757;
}
.timeline-date .jp {
  font-size: 1.8rem;
}
.timeline-content h4 {
  font-weight: 600 !important;
  font-size: 2.5rem !important;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #595757;
}
.timeline-content p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 800px) {
  .timeline-box {
    padding-left: 12.5rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .timeline-box .text {
    width: 60%
  }
  .timeline-box .img {
    width: 35%
  }
}
@media screen and (max-width: 799.99px) {
  .timeline-box {
    padding-left: 12.5rem;
    padding-bottom: 2rem;
  }
  .timeline-box .text {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width:640px) {
  .timeline-box {
    padding-left: 5rem;
  }
  .timeline-box::before {
    width: 4rem;
  }
}
/*-------------------------------------------
formBox
-------------------------------------------*/
#formBox table {
  width: 100%;
}
#formBox table th {
  text-align: right;
  font-size: 1.5rem;
  border-bottom: var(--color-g) solid 1px;
  font-weight: 400;
}
#formBox table td {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: var(--color-gd) solid 1px;
}
#formBox table td label {
  display: inline-block;
  margin-right: 2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
#formBox table td p.error {
  padding-top: 0.5rem;
  font-weight: 500;
}
#formBox table td select, #formBox table td input, #formBox table td textarea {
  padding: 1.3rem 1.5rem;
  font-size: 1.5rem;
  background: var(--color-gl);
  border: solid 1px var(--color-ge);
}
#formBox table td select {
  -webkit-appearance: button;
  appearance: button;
}
.require {
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem 0.3rem;
  background-color: var(--color-o);
  white-space: nowrap;
  color: var(--color-w);
  font-weight: 500;
  margin-left: 1rem;
}
.require.nor {
  background-color: var(--color-gd);
  color: var(--color-n);
}
.error {
  color: var(--color-o);
  line-height: 1.3;
}
#contactBtnBox {
  margin-top: 3em;
  text-align: center;
}
#conf {
  text-align: center;
}
#contactBtn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 1.4rem 4.2rem 1.4rem 3.5rem;
  position: relative;
  letter-spacing: .05em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--color-w);
  border: var(--color-g) solid 2px;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
}
#contactBtn:hover {
  -webkit-transform: translate(0, 2px);
  -moz-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
#contactBtn::after {
  position: absolute;
  content: "";
  background-image: url("../img/contents/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.6rem;
  height: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
#contactBtn input[type="submit"] {
  width: 100%;
  cursor: pointer;
  font-size: 1.7rem;
  background-color: var(--color-w);
  padding: 0;
  border: none;
  color: var(--color-n);
}
@media print, screen and (min-width: 800px) {
  #formBox table th {
    width: 20rem;
    padding-right: 2rem;
    padding: 1.7rem 1.7rem;
  }
  #formBox table td {
    width: calc(100% - 20rem);
    padding: 1.7rem 1.7rem;
  }
  #formBox table td .w360 {
    width: calc(100% - 3rem);
    max-width: 30rem;
  }
  #formBox table td .w550 {
    width: calc(100% - 3rem);
  }
  #formBox table td textarea {
    width: calc(100% - 3rem);
    height: 11rem;
  }
  #contactBtn {
    min-width: 25rem;
  }
}
@media screen and (max-width: 799.99px) {
  #formBox table th {
    width: 100%;
    display: block;
    text-align: left;
    padding: 1.7rem 1% 1rem;
  }
  #formBox table td {
    display: block;
    width: 100%;
    border-bottom: none;
    /*	margin-top: 0.7rem;*/
    padding: 1.7rem 1% 1.7rem;
    background-color: var(--color-bg);
  }
  #formBox table td .w360 {
    width: calc(100% - 3rem);
    max-width: inherit;
  }
  #formBox table td .w550 {
    width: calc(100% - 3rem);
    max-width: inherit;
  }
  #formBox table td textarea {
    width: calc(100% -3rem);
    height: 10rem;
  }
  #contactBtn {
    min-width: 20rem;
  }
}
/*-------------------------------------------
privacy
-------------------------------------------*/
#privacy p {
  margin: 3rem 0 0 1.5rem;
  font-weight: bold;
}
#privacy ol li {
  list-style-type: decimal;
  height: auto;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 1.5rem 1.5rem 1.5rem 5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  width: auto;
}
/*-------------------------------------------
breadcrumbs
-------------------------------------------*/
.breadcrumbs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  white-space: nowrap;
  font-size: 1.3rem;
  color: var(--color-n);
  overflow: hidden;
  text-decoration: none;
}
.breadcrumbs ul {
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs a {
  color: var(--color-n);
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.75rem;
  position: relative;
}
.breadcrumbs ul li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -0.75rem;
}
.breadcrumbs ul li:first-child:before {
  content: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}